[gdb/testsuite, 1/2] Fix gdb.linespec/explicit.exp with check-read1
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2019-07-29  Tom de Vries  <tdevries@suse.de>
2
3         * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4         is a substring of the first for "complete non-unique file name".
5
6 2019-07-29  Tom de Vries  <tdevries@suse.de>
7
8         * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
9         with ".*".
10
11 2019-07-29  Tom de Vries  <tdevries@suse.de>
12
13         * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
14         Pass prompt_regexp parameter to gdb_test_multiple calls.
15
16 2019-07-29  Tom de Vries  <tdevries@suse.de>
17
18         * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
19           print registers" regexps.
20
21 2019-07-29  Tom de Vries  <tdevries@suse.de>
22
23         * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
24
25 2019-07-29  Tom de Vries  <tdevries@suse.de>
26
27         PR gdb/24855
28         * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
29         (skip_python_tests_prompt): Add prompt_regexp argument to
30         gdb_test_multiple calls.
31
32 2019-07-27  Tom Tromey  <tom@tromey.com>
33
34         * gdb.tui/main.exp: New file.
35
36 2019-07-27  Tom Tromey  <tom@tromey.com>
37
38         * lib/tuiterm.exp (Term::clean_restart): Make "executable"
39         optional.
40         * gdb.tui/empty.exp: New file.
41
42 2019-07-27  Tom Tromey  <tom@tromey.com>
43
44         * lib/tuiterm.exp (spawn): New proc.
45         (Term::resize): New proc.
46         * gdb.tui/resize.exp: New file.
47
48 2019-07-27  Tom Tromey  <tom@tromey.com>
49
50         * gdb.tui/list.exp: New file.
51
52 2019-07-27  Tom Tromey  <tom@tromey.com>
53
54         * gdb.tui/regs.exp: New file.
55
56 2019-07-27  Tom Tromey  <tom@tromey.com>
57
58         * gdb.tui/basic.exp: Add "layout split" test.
59
60 2019-07-27  Tom Tromey  <tom@tromey.com>
61
62         * gdb.tui/basic.exp: Add "layout asm" test.
63
64 2019-07-27  Tom Tromey  <tom@tromey.com>
65
66         * lib/tuiterm.exp: New file.
67         * gdb.tui/basic.exp: New file.
68
69 2019-07-27  Kevin Buettner  <kevinb@redhat.com>
70
71         * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
72         Enable tests associated with this flag.  Adjust regex
73         referencing "foo_low" to now refer to "foo_cold" instead.
74
75 2019-07-27  Kevin Buettner  <kevinb@redhat.com>
76
77         * gdb.dwarf2/dw2-ranges-func.c: Rename to...
78         * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
79         * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
80         foo_cold.  Revise comments to match.
81         * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
82         * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
83         were wrapped into this proc; Call do_test in loop from outermost
84         level.
85         (foo_low): Rename all occurrences to "foo_cold".
86         (backtrace from baz): New test.
87         (x2/i foo_cold): New test.
88         (info line *foo_cold): New test.
89
90 2019-07-26  Tom de Vries  <tdevries@suse.de>
91
92         * gdb.arch/i386-pkru.exp: Fix unterminated string.
93
94 2019-07-25  Tom de Vries  <tdevries@suse.de>
95
96         PR testsuite/24830
97         * gdb.mi/mi-catch-cpp-exceptions.exp: Call
98         mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
99         * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
100         (skip_libstdcxx_probe_tests): ... here.
101         * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
102
103 2019-07-24  Tom de Vries  <tdevries@suse.de>
104
105         PR testsuite/24807
106         * gdb.objc/basicclass.m: Include stdio.h.
107         * gdb.objc/nondebug.m: Same.
108         * gdb.objc/objcdecode.m: Same.
109
110 2019-07-24  Tom de Vries  <tdevries@suse.de>
111
112         PR testsuite/24612
113         * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
114         additional_flags.
115
116 2019-07-24  Tom de Vries  <tdevries@suse.de>
117
118         PR testsuite/24831
119         * gdb.multi/tids.exp: Update error messages for info threads.
120
121 2019-07-24  Tom de Vries  <tdevries@suse.de>
122
123         * gdb.base/info-types.exp: Allow info types to print info for more than
124         one file.
125
126 2019-07-23  Tom de Vries  <tdevries@suse.de>
127
128         PR testsuite/24842
129         * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
130         gdb_spawn_with_cmdline_opts.
131
132 2019-07-23  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
133
134         * gdb.arch/arm-cmse-sgstubs.c: New test.
135         * gdb.arch/arm-cmse-sgstubs.exp: New file.
136
137 2019-07-23  Tom de Vries  <tdevries@suse.de>
138
139         PR testsuite/24711
140         * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
141         issuing next command.
142
143 2019-07-22  Andrew Burgess  <andrew.burgess@embecosm.com>
144
145         * gdb.ada/info_auto_lang.exp: Update expected results.
146         * gdb.base/info-types.c: Add additional types to check.
147         * gdb.base/info-types.exp: Update expected results.
148
149 2019-07-22  Andrew Burgess  <andrew.burgess@embecosm.com>
150
151         * gdb.base/info-types.c: New file.
152         * gdb.base/info-types.exp: New file.
153
154 2019-07-19  Andrew Burgess  <andrew.burgess@embecosm.com>
155
156         * gdb.arch/riscv-bp-infcall.c: New file.
157         * gdb.arch/riscv-bp-infcall.exp: New file.
158
159 2019-07-17  Andrew Burgess  <andrew.burgess@embecosm.com>
160
161         PR breakpoints/24541
162         * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
163
164 2019-07-14  Tom de Vries  <tdevries@suse.de>
165
166         PR testsuite/24760
167         * gdb.objc/basicclass.exp: Fix unterminated string.
168
169 2019-07-12  Bernhard Heckel  <bernhard.heckel@intel.com>
170             Andrew Burgess  <andrew.burgess@embecosm.com>
171
172         * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
173         * gdb.fortran/vla-sizeof.exp: Print the size of an array with
174         negative bounds.
175         * gdb.fortran/vla-value.exp: Print elements of an array with
176         negative bounds.
177         * gdb.fortran/vla.f90: Setup an array with negative bounds for
178         testing.
179
180 2019-07-11  Andrew Burgess  <andrew.burgess@embecosm.com>
181
182         * gdb.base/options.exp (expect_string): Dequote strings in
183         results.
184         (test-string): Test strings with different quoting and reindent.
185
186 2019-07-10  Tom Tromey  <tromey@adacore.com>
187
188         * gdb.ada/mi_ex_cond.exp: Update expected results.
189         * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
190         * gdb.ada/mi_catch_ex.exp: Update expected results.
191         * gdb.ada/mi_catch_assert.exp: Update expected results.
192         * gdb.ada/catch_ex.exp (catch_exception_info)
193         (catch_exception_entry, catch_assert_entry)
194         (catch_unhandled_entry): Update.
195         * gdb.ada/catch_assert_if.exp: Update expected results.
196
197 2019-07-10  Richard Bunt  <richard.bunt@arm.com>
198         Stephen Roberts  <stephen.roberts@arm.com>
199
200         * gdb.base/define.exp: Restore original prompt.
201
202 2019-07-09  Pedro Alves  <palves@redhat.com>
203
204         * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
205         breakpoints" output.
206         * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
207         * gdb.python/py-breakpoint.exp: No longer expect that "catch
208         throw" creates breakpoint.
209         * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
210         'type="catchpoint"'.
211
212 2019-07-09  Pedro Alves  <palves@redhat.com>
213
214         PR c++/15468
215         * gdb.cp/except-multi-location-lib.cc: New.
216         * gdb.cp/except-multi-location-main.cc: New.
217         * gdb.cp/except-multi-location.exp: New.
218
219 2019-07-09  Sergio Durigan Junior  <sergiodj@redhat.com>
220
221         * gdb.base/printcmds.exp (test_printf_convenience_var): Set
222         language to "c++" before dealing with wchar_t.  Remove DO_WSTRING
223         argument and update callers.
224
225 2019-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
226
227         * gdb.arch/amd64-break-on-asm-line.S: New file.
228         * gdb.arch/amd64-break-on-asm-line.exp: New file.
229
230 2019-07-08  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
231
232         * gdb.base/printcmds.exp: Test printing C string and
233         C wide string convenience vars without transiting via the inferior.
234         Also make test names unique.
235
236 2019-07-08  Alan Hayward  <alan.hayward@arm.com>
237
238         * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
239
240 2019-07-04  Pedro Alves  <palves@redhat.com>
241
242         * lib/gdb.exp (foreach_with_prefix): Don't return early if
243         body returned ok(0), break(3) or continue(4).
244         * gdb.testsuite/foreach_with_prefix.exp: New file.
245
246 2019-07-04  Alan Hayward  <alan.hayward@arm.com>
247
248         * gdb.server/unittest.exp: Allow 0 unit tests to run.
249
250 2019-07-03  Pedro Alves  <palves@redhat.com>
251
252         * lib/gdb.exp (foreach_with_prefix): Use "catch" and
253         "return -code".
254
255 2019-07-03  Pedro Alves  <palves@redhat.com>
256
257         PR cli/24732
258         * gdb.base/shell.exp: Load completion-support.exp.
259         Adjust expected error output.  Add completion tests.
260
261 2019-07-03  Pedro Alves  <palves@redhat.com>
262
263         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
264         string_to_regexp.
265
266 2019-07-03  Pedro Alves  <palves@redhat.com>
267
268         * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
269         (expect_integer): Adjust to expect "-string".
270         (expect_string): New.
271         (all_options): Expect "-string".
272         (test-flag, test-boolean): Adjust to expect "-string".
273         (test-string): New proc.
274         (top level): Call it.
275
276 2019-07-03  Pedro Alves  <palves@redhat.com>
277
278         * gdb.base/options.exp (test-misc, test-flag, test-boolean)
279         (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
280         the expected output in the success.
281
282 2019-07-03  Pedro Alves  <palves@redhat.com>
283
284         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
285         Split one gdb_test_multiple call in two to avoid a race.
286
287 2019-07-03  Pedro Alves  <palves@redhat.com>
288
289         * gdb.base/with.c: New file.
290         * gdb.base/with.exp: New file.
291
292 2019-07-03  Pedro Alves  <palves@redhat.com>
293
294         * gdb.base/settings.exp: Replace all references to "maint
295         test-settings set" with references to "maint set test-settings",
296         and all references to "maint test-settings show" with references
297         to "maint show test-settings".
298
299 2019-07-03  Pedro Alves  <palves@redhat.com>
300
301         * gdb.base/settings.exp (test-string): Adjust expected out when
302         testing "maint test-settings show filename"
303
304 2019-07-02  Pedro Alves  <palves@redhat.com>
305
306         * gdb.base/options.exp (test-info-threads): New procedure.
307         (top level): Call it.
308
309 2019-06-28  Tom Tromey  <tromey@adacore.com>
310
311         * gdb.dwarf2/ada-linkage-name.c: New file.
312         * gdb.dwarf2/ada-linkage-name.exp: New file.
313
314 2019-06-27  Tom Tromey  <tromey@adacore.com>
315
316         * gdb.cp/constexpr-field.exp: Use setup_xfail.
317
318 2019-06-26  Tom de Vries  <tdevries@suse.de>
319
320         * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
321
322 2019-06-26  Tom de Vries  <tdevries@suse.de>
323
324         * gdb.base/index-cache.exp: Add back missing debug option.
325
326 2019-06-23  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
327
328         * gdb.base/alias.exp: Test non matching/non existing prefixes.
329
330 2019-06-25  Tom de Vries  <tdevries@suse.de>
331
332         PR testsuite/24727
333         * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
334
335 2019-06-24  Tom de Vries  <tdevries@suse.de>
336
337         * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
338
339 2019-06-24  Tom de Vries  <tdevries@suse.de>
340
341         * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
342         DW_FOR_sdata for DW_AT_decl_file.  Use 0 for DW_AT_decl_file.
343         * gdb.trace/unavailable-dwarf-piece.exp: Same.
344
345 2019-06-24  Tom de Vries  <tdevries@suse.de>
346
347         * gdb.dwarf2/inlined_subroutine-inheritance.exp:
348
349 2019-06-21  Tom de Vries  <tdevries@suse.de>
350
351         * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
352
353 2019-06-21  Tom de Vries  <tdevries@suse.de>
354
355         PR testsuite/24518
356         PR ada/24713
357         * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
358         index.
359
360 2019-06-19  Tom Tromey  <tromey@adacore.com>
361
362         * gdb.ada/length_cond.exp: Add intro comment.
363
364 2019-06-19  Tom Tromey  <tromey@adacore.com>
365
366         * gdb.ada/length_cond.exp: New file.
367         * gdb.ada/length_cond/length_cond.adb: New file.
368         * gdb.ada/length_cond/pck.adb: New file.
369         * gdb.ada/length_cond/pck.ads: New file.
370
371 2019-06-18  Tom de Vries  <tdevries@suse.de>
372
373         * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
374
375 2019-06-18  Tom Tromey  <tromey@adacore.com>
376
377         * gdb.base/list0.h: Add comment explaining control character.
378
379 2019-06-18  Tom de Vries  <tdevries@suse.de>
380
381         * boards/fission.exp: Break up long debug_flags line.
382
383 2019-06-16  Tom de Vries  <tdevries@suse.de>
384
385         PR gdb/24445
386         * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
387         generated index.
388
389 2019-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
390
391         PR gdb/24686
392         * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
393         improve detection of bug gdb/24541.
394
395 2019-06-16  Simon Marchi  <simon.marchi@polymtl.ca>
396
397         PR gdb/24669
398         * gdb.base/index-cache.exp (uses_readnow,
399         expecting_index_cache_use): Define global variable.
400         (test_cache_enabled_miss, test_cache_enabled_hit): Use
401         expecting_index_cache_use.
402
403 2019-06-16  Bernhard Heckel  <bernhard.heckel@intel.com>
404             Andrew Burgess  <andrew.burgess@embecosm.com>
405
406         * gdb.fortran/pointers.f90: New file.
407         * gdb.fortran/print_type.exp: New file.
408         * gdb.fortran/vla-ptype.exp: Adapt expected results.
409         * gdb.fortran/vla-type.exp: Likewise.
410         * gdb.fortran/vla-value.exp: Likewise.
411         * gdb.mi/mi-vla-fortran.exp: Likewise.
412
413 2019-06-15  Andrew Burgess  <andrew.burgess@embecosm.com>
414
415         * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
416         * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
417         * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
418         as a stop reason.
419
420 2019-06-15  Andrew Burgess  <andrew.burgess@embecosm.com>
421
422         * gdb.base/annota1.exp: Update expected results.
423         * gdb.cp/annota2.exp: Likewise.
424         * gdb.cp/annota3.exp: Likewise.
425
426 2019-06-15  Andrew Burgess  <andrew.burgess@embecosm.com>
427
428         * gdb.base/style-logging.exp: Remove path from test name.
429
430 2019-06-14  Tom Tromey  <tromey@adacore.com>
431
432         PR gdb/24502:
433         * gdb.base/style-logging.exp: New file.
434
435 2019-06-14  Tom Tromey  <tromey@adacore.com>
436
437         * gdb.base/symfile-warn.exp: New file.
438         * gdb.base/symfile-warn.c: New file.
439
440 2019-06-14  Tom Tromey  <tromey@adacore.com>
441
442         * gdb.base/annotate-symlink.exp: New file.
443
444 2019-06-14  Tom Tromey  <tromey@adacore.com>
445
446         * gdb.ada/set_wstr.exp: Add reassignment test.
447
448 2019-06-14  Tom Tromey  <tromey@adacore.com>
449
450         * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
451         'unchecked_access and 'unrestricted_access as well.
452
453 2019-06-14  Tom Tromey  <tromey@adacore.com>
454
455         PR ada/24539:
456         * gdb.ada/vla.exp: Update tests.
457         * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
458         pragma.
459
460 2019-06-13  Pedro Alves  <palves@redhat.com>
461
462         * gdb.base/settings.exp (test-integer): Test junk after
463         "unlimited".
464
465 2019-06-13  Pedro Alves  <palves@redhat.com>
466
467         * gdb.base/options.exp (test-thread-apply): New.
468         (top level): Call it.
469
470 2019-06-13  Pedro Alves  <palves@redhat.com>
471
472         * gdb.base/options.exp (test-frame-apply): New.
473         (top level): Test print commands with different "frame apply"
474         prefixes.
475
476 2019-06-13  Pedro Alves  <palves@redhat.com>
477
478         * lib/completion-support.exp (test_gdb_complete_tab_multiple)
479         (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
480         'max_completions' parameter and handle it.
481         (test_gdb_completion_offers_commands): New.
482
483 2019-06-13  Pedro Alves  <palves@redhat.com>
484
485         * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
486
487 2019-06-13  Pedro Alves  <palves@redhat.com>
488
489         * gdb.base/options.exp (test-backtrace): New.
490         (top level): Call it.
491
492 2019-06-13  Pedro Alves  <palves@redhat.com>
493
494         * gdb.guile/scm-frame-args.exp: Use "set print
495         raw-frame-arguments" instead of "set print raw frame-arguments".
496         * gdb.python/py-frame-args.exp: Likewise.
497
498 2019-06-13  Pedro Alves  <palves@redhat.com>
499
500         * gdb.compile/compile.exp: Adjust expected output to option
501         processing changes.
502
503 2019-06-13  Pedro Alves  <palves@redhat.com>
504
505         * gdb.base/options.exp: Build executable.
506         (test-print): New procedure.
507         (top level): Call it, once for "print" and another for "compile
508         print".
509
510 2019-06-13  Pedro Alves  <palves@redhat.com>
511
512         * gdb.base/options.c: New file.
513         * gdb.base/options.exp: New file.
514
515 2019-06-13  Pedro Alves  <palves@redhat.com>
516
517         * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
518         that "o" is ambiguous.
519
520 2019-06-13  Pedro Alves  <palves@redhat.com>
521
522         * gdb.base/settings.c: New file.
523         * gdb.base/settings.exp: New file.
524
525 2019-06-13  Pedro Alves  <palves@redhat.com>
526
527         * gdb.base/completion.exp: Fix comment typo.
528
529 2019-06-13  Pedro Alves  <palves@redhat.com>
530
531         * gdb.multi/tids.exp: Adjust expected output.  Add "thread apply 1
532         foo --1" test.
533
534 2019-06-11  Bernhard Heckel  <bernhard.heckel@intel.com>
535
536         * gdb.fortran/block-data.f: New.
537         * gdb.fortran/block-data.exp: New.
538
539 2019-06-11  Tom de Vries  <tdevries@suse.de>
540
541         PR testsuite/24521
542         * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
543         message.
544
545 2019-06-11  Tom de Vries  <tdevries@suse.de>
546
547         PR testsuite/24521
548         * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
549
550 2019-06-11  Tom de Vries  <tdevries@suse.de>
551
552         * boards/readnow.exp: New file.
553
554 2019-06-10  Andrew Burgess  <andrew.burgess@embecosm.com>
555
556         * gdb.fortran/vla-sizeof.exp: Update expected results.
557
558 2019-06-06  Amos Bird  <amosbird@gmail.com>
559
560         * gdb.base/annota1.exp (thread_switch): Add test for
561         thread-exited annotation.
562
563 2019-06-06  Tom Tromey  <tromey@adacore.com>
564
565         * gdb.base/maint.exp: Expect command started/finished output.
566
567 2019-06-05  Andrew Burgess  <andrew.burgess@embecosm.com>
568
569         * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
570         comment.
571         * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
572
573 2019-06-05  Andrew Burgess  <andrew.burgess@embecosm.com>
574
575         * gdb.arch/riscv-unwind-long-insn-6.s: New file.
576         * gdb.arch/riscv-unwind-long-insn-8.s: New file.
577         * gdb.arch/riscv-unwind-long-insn.c: New file.
578         * gdb.arch/riscv-unwind-long-insn.exp: New file.
579
580 2019-06-04  Christian Biesinger  <cbiesinger@google.com>
581
582         * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
583
584 2019-06-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
585
586         * lib/gdb.exp (help_list_trailer): New regexp variable
587         factorizing the help trailer message.
588         (test_class_help): Use help_list_trailer.  Add LIST_OF_COMMANDS
589         arg to allow to better factorize various tests.
590         (test_user_defined_class_help): Factorizes testing 'help user-defined'.
591         (test_prefix_command_help): Use help_list_trailer.
592         * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
593         * gdb.guile/scm-cmd.exp: Likewise.
594         * gdb.trace/tracecmd.exp: Update caller of test_class_help.
595         * gdb.base/help.exp: Use test_user_defined_class_help.
596         * gdb.base/style.exp: Add tests for styling of help and apropos.
597         * lib/gdb-utils.exp (style): Add title and highlight styles.
598
599 2019-05-31  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
600
601         * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
602         $_shell_exitsignal.
603         * gdb.base/default.exp: Update for new convenience variables.
604
605 2019-05-29  Tom Tromey  <tromey@adacore.com>
606
607         * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
608         to "break complete ada" test case's regexp.
609
610 2019-05-29  Tom Tromey  <tromey@adacore.com>
611
612         PR c++/20020:
613         * gdb.cp/constexpr-field.exp: New file.
614         * gdb.cp/constexpr-field.cc: New file.
615
616 2019-05-29  Tom Tromey  <tromey@adacore.com>
617
618         * gdb.base/finish.exp (finish_no_print): New proc.
619         (finish_tests): Call it.
620
621 2019-05-24  Tom de Vries  <tdevries@suse.de>
622
623         * gdb.dwarf2/gdb-add-index.exp: New file.
624
625 2019-05-22  Tom Tromey  <tromey@adacore.com>
626
627         * gdb.base/info-shared.exp (check_info_shared): Use "style".
628         * gdb.base/style.exp: Use "style".
629         * lib/gdb-utils.exp (style): New proc.
630
631 2019-05-22  Tom de Vries  <tdevries@suse.de>
632
633         * gdb.base/align.exp: Require c++11.
634
635 2019-05-22  Tom de Vries  <tdevries@suse.de>
636
637         PR testsuite/24586
638         * gdb.python/py-mi-var-info-path-expression.exp: Call
639         mi_skip_python_tests to check if python is supported.
640
641 2019-05-22  Alan Hayward  <alan.hayward@arm.com>
642
643         * gdb.arch/aarch64-pauth.c: New test.
644         * gdb.arch/aarch64-pauth.exp: New file.
645
646 2019-05-22  Alan Hayward  <alan.hayward@arm.com>
647
648         * README (Re-running Tests Outside The Testsuite): New section.
649
650 2019-05-21  Tom de Vries  <tdevries@suse.de>
651
652         * gdb.arch/amd64-eval.exp: Require c++11.
653         * gdb.base/max-depth.exp: Same.
654         * gdb.compile/compile-cplus-array-decay.exp: Same.
655         * gdb.cp/meth-typedefs.exp: Same.
656         * gdb.cp/subtypes.exp: Same.
657         * gdb.cp/temargs.exp: Same.
658
659 2019-05-21  Alan Hayward  <alan.hayward@arm.com>
660
661         * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
662
663 2019-05-18  Andrew Burgess  <andrew.burgess@embecosm.com>
664
665         PR gdb/18644
666         * gdb.fortran/complex.exp: Remove setup_kfail calls.
667         * gdb.fortran/printing-types.exp: Add new test.
668         * gdb.fortran/printing-types.f90: Add 16-byte real variable for
669         testing.
670         * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
671         setup_kfail call.
672
673 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
674
675         * README (Running the Testsuite): Change example.
676         (Testsuite Parameters): Remove TRANSCRIPT.
677         * lib/gdb.exp: Remove TRANSCRIPT check.
678
679 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
680
681         * README (Testsuite Parameters): Add replay logging to
682         GDBSERVER_DEBUG.
683         (gdbserver,debug): Refer to GDBSERVER_DEBUG.
684         * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
685         as a comma separated list.
686         (gdb_debug_init): Override procedure.
687
688 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
689
690         * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
691         (gdb_write_cmd_file): New procedure.
692         * lib/gdbserver-support.exp (gdbserver_start): Call
693         gdbserver_write_cmd_file.
694         (gdbserver_write_cmd_file): New procedure.
695
696 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
697
698         * lib/gdb.exp (gdb_unload): Mark Y as an answer.
699         (delete_breakpoints): Likewise.
700         (gdb_run_cmd): Likewise.
701         (gdb_start_cmd): Likewise.
702         (gdb_starti_cmd): Likewise.
703         (gdb_internal_error_resync): Likewise.
704         (gdb_test_multiple): Likewise.
705         (gdb_reinitialize_dir): Likewise.
706         (default_gdb_exit): Likewise.
707         (gdb_file_cmd): Mark kill as optional.
708         (default_gdb_start): Call gdb_stdin_log_init.
709         (send_gdb): Call gdb_stdin_log_write.
710         (rerun_to_main): Mark Y as an answer.
711         (gdb_stdin_log_init): New function.
712         (gdb_stdin_log_write): Likewise.
713
714 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
715
716         * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
717         * gdb.base/debug-expr.exp: Likewise.
718         * gdb.base/foll-fork.exp: Likewise.
719         * gdb.base/foll-vfork.exp: Likewise.
720         * gdb.base/fork-print-inferior-events.exp: Likewise.
721         * gdb.base/gdb-sigterm.exp: Likewise.
722         * gdb.base/gdbinit-history.exp: Likewise.
723         * gdb.base/osabi.exp: Likewise.
724         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
725         * gdb.base/ui-redirect.exp: Likewise.
726         * gdb.gdb/unittest.exp: Likewise.
727         * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
728         * gdb.mi/mi-watch.exp: Likewise.
729         * gdb.mi/new-ui-mi-sync.exp: Likewise.
730         * gdb.mi/user-selected-context-sync.exp: Likewise.
731         * gdb.python/python.exp: Disable debug test when debugging.
732         * gdb.threads/check-libthread-db.exp: Disable when debugging.
733         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
734         Likewise.
735         * gdb.threads/stepi-random-signal.exp: Likewise.
736
737 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
738
739         * Makefile.in: Pass through GDB_DEBUG.
740         * README (Testsuite Parameters): Add GDB_DEBUG.
741         (gdb,debug): Add board setting.
742         * lib/gdb.exp (default_gdb_start): Start debugging.
743         (gdb_debug_enabled): New procedure.
744         (gdb_debug_init): Likewise.
745
746 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
747
748         * Makefile.in: Pass through GDB_DEBUG.
749         * README (Testsuite Parameters): Add GDB_DEBUG.
750         (gdb,debug): Add board setting.
751         * lib/gdb.exp (default_gdb_start): Start debugging.
752         (gdb_debug_enabled): New procedure.
753         (gdb_debug_init): Likewise.
754
755 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
756
757         * gdb.base/ui-redirect.exp: Add debug redirect tests.
758
759 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
760
761         * gdb.base/ui-redirect.exp: Test redirection.
762
763 2019-01-28  Jan Vrany  <jan.vrany@fit.cvut.cz>
764
765         * gdb.mi/mi-complete.exp: New file.
766         * gdb.mi/mi-complete.cc: Likewise.
767
768 2019-05-15  Bernhard Heckel  <bernhard.heckel@intel.com>
769
770         * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
771         indexed and sliced arrays, and pointers to arrays.
772
773 2019-05-14  Tom Tromey  <tromey@adacore.com>
774
775         * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
776         styling test.
777
778 2019-05-14  Tom de Vries  <tdevries@suse.de>
779
780         * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
781         selection entry encoding.
782
783 2019-05-10  Tom Tromey  <tromey@adacore.com>
784
785         * gdb.ada/info_exc.exp: Add "complete" test.
786
787 2019-05-09  Tom de Vries  <tdevries@suse.de>
788
789         * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
790         CU-relative.
791
792 2019-05-09  Tom de Vries  <tdevries@suse.de>
793
794         * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
795         CU-relative.
796
797 2019-05-08  Joel Brobecker  <brobecker@adacore.com>
798
799         * gdb.ada/frame_arg_lang.exp: New testcase.
800         * gdb.ada/frame_arg_lang/bla.adb: New file.
801         * gdb.ada/frame_arg_lang/pck.ads: New file.
802         * gdb.ada/frame_arg_lang/pck.adb: New file.
803         * gdb.ada/frame_arg_lang/foo.c: New file.
804
805 2019-05-08  Tom Tromey  <tromey@adacore.com>
806
807         * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
808
809 2019-05-08  Tom Tromey  <tromey@adacore.com>
810
811         * gdb.base/ptype-offsets.exp: Update tests.
812
813 2019-05-08  Tom Tromey  <tromey@adacore.com>
814
815         * gdb.base/ptype-offsets.exp: Use string_to_regexp.  Fix test
816         cases.
817         * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
818         "short".
819
820 2019-05-08  Tom Tromey  <tromey@adacore.com>
821
822         * gdb.ada/vla.exp: New file.
823         * gdb.ada/vla/vla.adb: New file.
824
825 2019-05-07  Tom de Vries  <tdevries@suse.de>
826
827         * gdb.base/index-cache.exp (ls_host): Fix return statement.
828
829 2019-05-07  Tom de Vries  <tdevries@suse.de>
830
831         PR testsuite/24522
832         * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
833         section.
834
835 2019-05-07  Tom de Vries  <tdevries@suse.de>
836
837         PR testsuite/24522
838         * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
839         .debug_aranges section.
840
841 2019-05-07  Tom de Vries  <tdevries@suse.de>
842
843         PR testsuite/24159
844         * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
845
846 2019-05-06  Tom de Vries  <tdevries@suse.de>
847
848         * lib/gdb.exp (exec_has_index_section): New proc.
849         * gdb.base/index-cache.exp: Handle case that binfile contains an index
850         section.
851
852 2019-05-04  Tom de Vries  <tdevries@suse.de>
853
854         * boards/cc-with-debug-names.exp: New file.
855
856 2019-05-03  Tom Tromey  <tromey@adacore.com>
857
858         * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
859         * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
860         * gdb.ada/char_enum.exp: Add test.
861
862 2019-05-03  Tom de Vries  <tdevries@suse.de>
863
864         * boards/cc-with-gdb-index.exp: New file.
865
866 2019-05-02  Andrew Burgess  <andrew.burgess@embecosm.com>
867
868         * gdb.rust/simple.exp: Add new test case.
869         * gdb.rust/simple.rs (struct StringAtOffset): New struct.
870         (main): Initialise an instance of the new struct.
871
872 2019-05-01  Tom Tromey  <tromey@adacore.com>
873
874         * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
875         record.
876         (NPR): New variable.
877         * gdb.ada/packed_array_assign.exp: Add nested packed assignment
878         test.
879
880 2019-05-01  Tom Tromey  <tromey@adacore.com>
881
882         * gdb.ada/packed_array_assign.exp: Add packed assignment
883         regression test.
884
885 2019-05-01  Tom de Vries  <tdevries@suse.de>
886
887         * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
888
889 2019-05-01  Tom de Vries  <tdevries@suse.de>
890
891         * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
892
893 2019-04-30  Ali Tamur  <tamur@google.com>
894
895         * lib/dwarf.exp(): Added DW_FORM_strx1-4.
896
897 2019-04-30  Tom Tromey  <tromey@adacore.com>
898
899         * lib/ada.exp (find_ada_tool): New proc.
900         * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
901         * gdb.ada/catch_ex_std.exp: New file.
902         * gdb.ada/catch_ex_std/foo.adb: New file.
903         * gdb.ada/catch_ex_std/some_package.adb: New file.
904         * gdb.ada/catch_ex_std/some_package.ads: New file.
905
906 2019-04-30  Tom Tromey  <tromey@adacore.com>
907
908         PR c++/24470:
909         * gdb.cp/temargs.cc: Add test code from PR.
910
911 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
912
913         * gdb.fortran/vla-datatypes.exp: Update expected results.
914         * gdb.fortran/vla-ptype.exp: Likewise.
915         * gdb.fortran/vla-type.exp: Likewise.
916         * gdb.fortran/vla-value.exp: Likewise.
917
918 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
919
920         * gdb.fortran/ptr-indentation.exp: Update expected results.
921         * gdb.fortran/ptype-on-functions.exp: Likewise.
922         * gdb.fortran/vla-ptr-info.exp: Likewise.
923         * gdb.fortran/vla-value.exp: Likewise.
924
925 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
926
927         * gdb.fortran/ptype-on-functions.exp: New file.
928         * gdb.fortran/ptype-on-functions.f90: New file.
929
930 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
931
932         * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
933         case void string.
934
935 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
936
937         * gdb.fortran/complex.exp: Expand.
938         * gdb.fortran/complex.f: Renamed to...
939         * gdb.fortran/complex.f90: ...this, and extended to add more
940         complex values.
941
942 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
943
944         * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
945         MODULO, CMPLX.
946
947 2019-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
948             Richard Bunt  <richard.bunt@arm.com>
949
950         * gdb.base/max-depth.c: New file.
951         * gdb.base/max-depth.exp: New file.
952         * gdb.python/py-nested-maps.c: New file.
953         * gdb.python/py-nested-maps.exp: New file.
954         * gdb.python/py-nested-maps.py: New file.
955         * gdb.python/py-format-string.exp (test_max_depth): New proc.
956         (test_all_common): Call test_max_depth.
957         * gdb.fortran/max-depth.exp: New file.
958         * gdb.fortran/max-depth.f90: New file.
959         * gdb.go/max-depth.exp: New file.
960         * gdb.go/max-depth.go: New file.
961         * gdb.modula2/max-depth.exp: New file.
962         * gdb.modula2/max-depth.c: New file.
963         * lib/gdb.exp (get_print_expr_at_depths): New proc.
964
965 2019-04-29  Tom de Vries  <tdevries@suse.de>
966
967         * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
968
969 2019-04-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
970
971         * gdb.base/callexit.exp: Test may-call-functions off.
972
973 2019-04-25  Keith Seitz  <keiths@redhat.com>
974
975         PR c++/24367
976         * gdb.cp/meth-typedefs.cc (incomplete_struct)
977         (another_incomplete_struct, test_incomplete): New definitions.
978         (main): Use new definitions.
979         * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
980         functions.
981
982 2019-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
983
984         PR corefiles/11608
985         PR corefiles/18187
986         * gdb.base/coredump-filter-build-id.exp: New file.
987
988 2019-04-25  Alan Hayward  <alan.hayward@arm.com>
989
990         * Makefile.in: Pass through GDBSERVER_DEBUG.
991         * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
992         (gdbserver,debug): Add board setting.
993         * gdb.trace/tspeed.exp: Skip when debugging.
994         * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
995         * lib/gdbserver-support.exp: Likewise
996
997 2019-04-24  Tom Tromey  <tromey@adacore.com>
998
999         * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1000         Rust.
1001
1002 2019-04-24  Tom Tromey  <tromey@adacore.com>
1003
1004         * gdb.arch/amd64-eval.exp: Test bitfield return.
1005         * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1006         (class Foo) <return_bitfields>: New method.
1007         (main): Call it.
1008
1009 2019-04-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1010
1011         * gdb.cp/many-args.cc: New file.
1012         * gdb.cp/many-args.exp: New file.
1013
1014 2019-04-23  Tom de Vries  <tdevries@suse.de>
1015
1016         PR gdb/24433
1017         * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1018
1019 2019-04-23  Alan Hayward  <alan.hayward@arm.com>
1020
1021         * gdb.trace/backtrace.exp: Use nopie flag.
1022         * gdb.trace/circ.exp: Likewise.
1023         * gdb.trace/collection.exp: Likewise.
1024         * gdb.trace/ftrace.exp: Likewise.
1025         * gdb.trace/mi-trace-unavailable.exp: Likewise.
1026         * gdb.trace/mi-traceframe-changed.exp: Likewise.
1027         * gdb.trace/qtro.exp: Likewise.
1028         * gdb.trace/read-memory.exp: Likewise.
1029         * gdb.trace/report.exp: Likewise.
1030         * gdb.trace/tfile.exp: Likewise.
1031         * gdb.trace/tfind.exp: Likewise.
1032         * gdb.trace/unavailable.exp: Likewise.
1033
1034 2019-04-22  Pedro Alves  <palves@redhat.com>
1035
1036         * gdb.base/solib-probes-nosharedlibrary.c,
1037         gdb.base/solib-probes-nosharedlibrary.exp: New files.
1038
1039 2019-04-19  Tom Tromey  <tromey@adacore.com>
1040
1041         * gdb.ada/ptype_union.c: New file.
1042         * gdb.ada/ptype_union.exp: New file.
1043
1044 2019-04-19  Tom Tromey  <tromey@adacore.com>
1045
1046         PR symtab/24423:
1047         * gdb.base/list0.h (foo): Add a control-l character.
1048
1049 2019-04-18  Tom de Vries  <tdevries@suse.de>
1050
1051         PR gdb/24433
1052         * boards/local-board.exp: Set sysroot to "".
1053
1054 2019-04-18  Tom de Vries  <tdevries@suse.de>
1055             Pedro Alves  <palves@redhat.com>
1056
1057         PR gdb/24454
1058         * gdb.threads/vfork-follow-child-exec.c: New file.
1059         * gdb.threads/vfork-follow-child-exec.exp: New file.
1060         * gdb.threads/vfork-follow-child-exit.c: New file.
1061         * gdb.threads/vfork-follow-child-exit.exp: New file.
1062
1063 2019-04-15  Leszek Swirski  <leszeks@google.com>
1064
1065         * gdb.arch/amd64-eval.cc: New file.
1066         * gdb.arch/amd64-eval.exp: New file.
1067
1068 2019-04-11  Alan Hayward  <alan.hayward@arm.com>
1069
1070         * gdb.server/sysroot.c: New test.
1071         * gdb.server/sysroot.exp: New file.
1072         * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1073         matching param.
1074
1075 2019-04-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1076
1077         * gdb.base/align.exp: Extend test to cover structures containing
1078         only static fields.
1079
1080 2019-04-11  Tom de Vries  <tdevries@suse.de>
1081
1082         * boards/cc-with-dwz-m.exp: New file.
1083         * boards/cc-with-dwz.exp: New file.
1084         * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1085
1086 2019-04-09  Simon Marchi  <simon.marchi@efficios.com>
1087
1088         * gdb.base/start-cpp.exp: New file.
1089         * gdb.base/start-cpp.cc: New file.
1090
1091 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
1092
1093         * gdb.python/py-thrhandle.exp: Adjust tests to call
1094         thread_from_handle instead of thread_from_thread_handle.
1095
1096 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
1097
1098         * gdb.python/py-thrhandle.exp: Add tests for
1099         gdb.InferiorThread.handle.
1100
1101 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
1102
1103         * gdb.python/py-function.exp: Check calling helper function from
1104         all languages.
1105         * lib/gdb.exp (gdb_supported_languages): New proc.
1106
1107 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
1108
1109         * gdb.base/complex-parts.c: New file.
1110         * gdb.base/complex-parts.exp: New file.
1111
1112 2019-04-01  Tom Tromey  <tromey@adacore.com>
1113
1114         PR symtab/23331:
1115         * gdb.dwarf2/dw2-ranges-main.c: New file.
1116         * gdb.dwarf2/dw2-ranges-psym.c: New file.
1117         * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1118
1119 2019-03-30  Simon Marchi <simark@simark.ca>
1120
1121         * gdb.base/default.exp: Add values for $_gdb_major and
1122         $_gdb_minor.
1123
1124 2019-03-29  Tom Tromey  <tromey@adacore.com>
1125
1126         * gdb.base/help.exp: Tighten apropos regexp.
1127
1128 2019-03-29  Keith Seitz  <keiths@redhat.com>
1129
1130         * gdb.fortran/array-bounds.exp: New file.
1131         * gdb.fortran/array-bounds.f90: New file.
1132
1133 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1134
1135         * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1136
1137 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1138
1139         * gdb.multi/hello.c (main): Increase alarm timer.
1140
1141 2019-03-28  Sandra Loosemore  <sandra@codesourcery.com>
1142
1143         * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1144         factor when no hardware watchpoint support.
1145
1146 2019-03-28  Alan Hayward  <alan.hayward@arm.com>
1147             Pedro Alves  <palves@redhat.com>
1148
1149         * boards/local-board.exp: set sysroot to /.
1150
1151 2019-03-27  Alan Hayward  <alan.hayward@arm.com>
1152
1153         * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1154         in child.
1155
1156 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1157
1158         * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1159         field.
1160         (make_container): Initialise new field.
1161         * gdb.python/py-prettyprint.exp: Add new tests.
1162         * gdb.python/py-prettyprint.py (class ContainerPrinter)
1163         <display_hint>: New method.
1164
1165 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1166
1167         * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1168         gdb_continue_to_breakpoint more throughout this test.
1169         (run_lang_tests) Supply unique test names, and use
1170         gdb_test_no_output.
1171
1172 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1173
1174         * gdb.base/finish-pretty.exp: Update expected results.
1175         * gdb.base/pretty-print.c: New file.
1176         * gdb.base/pretty-print.exp: New file.
1177
1178 2019-03-25  Pedro Alves  <palves@redhat.com>
1179
1180         * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1181         move comments outside list.  Append '-i "" eof' section.
1182
1183 2019-03-22  Alan Hayward  <alan.hayward@arm.com>
1184
1185         * README: Add pie options.
1186         * gdb.base/break-interp.exp: Ensure pie is disabled.
1187         * gdb.base/dump.exp: Likewise.
1188         * lib/gdb.exp (gdb_compile): Add pie option.
1189
1190 2019-03-19  Tom Tromey  <tromey@adacore.com>
1191
1192         * gdb.mi/mi2-cli-display.c: New file.
1193         * gdb.mi/mi2-cli-display.exp: New file.
1194
1195 2019-03-18  Joel Brobecker  <brobecker@adacore.com>
1196             Tom Tromey  <tromey@adacore.com>
1197
1198         * gdb.ada/ptype_array/pck.adb: New file.
1199         * gdb.ada/ptype_array/pck.ads: New file.
1200         * gdb.ada/ptype_array/foo.adb: New file.
1201         * gdb.ada/ptype_array.exp: New file.
1202
1203 2019-03-14  Tom Tromey  <tromey@adacore.com>
1204
1205         * gdb.base/style.exp: Add "set style sources" test.
1206
1207 2019-03-13  Simon Marchi  <simon.marchi@ericsson.com>
1208
1209         * mi-breakpoint-location-ena-dis.exp: Rename to ...
1210         * mi-breakpoint-multiple-locations.exp: ... this.
1211         (make_breakpoints_pattern): New proc.
1212         (do_test): Add mi_version parameter, test -break-insert,
1213         -break-info and =breakpoint-created.
1214
1215 2019-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1216
1217         * config/default.exp: Remove 'load_lib gdb.exp'.
1218         * config/monitor.exp: Likewise.
1219         * config/sid.exp: Likewise.
1220         * config/sim.exp: Likewise.
1221         * config/slite.exp: Likewise.
1222         * config/unix.exp: Likewise.
1223         * gdb.base/default.exp: Remove unhelpful comment.
1224
1225 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1226
1227         * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1228
1229 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1230
1231         * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1232
1233 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1234
1235         * gdb.fortran/type-kinds.exp: Update expected results.
1236
1237 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1238
1239         * gdb.fortran/type-kinds.exp: Test new integer type kind.
1240
1241 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1242
1243         * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1244         function.
1245         (test_basic_parsing_of_type_kinds): Expand types tested.
1246         (test_parsing_invalid_type_kinds): New function.
1247
1248 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1249
1250         * gdb.fortran/intrinsics.exp: New file.
1251         * gdb.fortran/intrinsics.f90: New file.
1252         * gdb.fortran/type-kinds.exp: New file.
1253
1254 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1255
1256         * gdb.fortran/dot-ops.exp: New file.
1257
1258 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1259
1260         * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1261         Check upper and lower case logical literals.
1262
1263 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1264
1265         * gdb.fortran/types.exp (test_float_literal_types_accepted):
1266         Remove duplicate tests.
1267
1268 2019-03-06  Alan Hayward  <alan.hayward@arm.com>
1269
1270         * lib/gdb.exp (builtin_cd): rename of cd.
1271         (cd): Override builtin.
1272
1273 2019-03-06  Richard Bunt  <richard.bunt@arm.com>
1274
1275         * gdb.fortran/function-calls.exp: New file.
1276         * gdb.fortran/function-calls.f90: New test.
1277
1278 2019-03-04  Richard Bunt  <richard.bunt@arm.com>
1279
1280         * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1281         on user program standard output.
1282         * gdb.fortran/short-circuit-argument-list.f90: Record function
1283         calls.
1284
1285 2019-02-28  Alan Hayward  <alan.hayward@arm.com>
1286
1287         * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1288         failure.
1289
1290 2019-02-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1291
1292         PR gdb/8527
1293         * gdb.base/interrupt-daemon-attach.c,
1294         gdb.base/interrupt-daemon-attach.exp: New test.
1295
1296 2019-02-27  Pedro Alves  <palves@redhat.com>
1297
1298         * gdb.base/page.exp: Add tests for "set width/height -1".
1299
1300 2019-02-27  Pedro Alves  <palves@redhat.com>
1301
1302         * gdb.base/page.exp: Add tests for "set/show width/height" with
1303         "infinite" values.
1304
1305 2019-02-27  Tom Tromey  <tromey@adacore.com>
1306
1307         * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1308         2.4.
1309         * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1310         workaround.
1311
1312 2019-02-27  Andrew Burgess  <andrew.burgess@embecosm.com>
1313
1314         * gdb.base/align.exp: Extend to compile in both C and C++, and add
1315         tests for structs with static members.
1316
1317 2019-02-26  Tom Tromey  <tromey@adacore.com>
1318
1319         * gdb.python/py-value.exp (test_value_from_buffer): Check for
1320         ValueError, not TypeError.
1321
1322 2019-02-26  Kevin Buettner  <kevinb@redhat.com>
1323
1324         * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1325         call from main program.
1326
1327 2019-02-23  Joel Brobecker  <brobecker@adacore.com>
1328
1329         * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1330         * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1331         * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1332         * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1333         * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1334
1335 2019-02-22  Keith Seitz  <keiths@redhat.com>
1336
1337         PR symtab/23853
1338         * gdb.base/symlink-sourcefile.c: New file.
1339         * gdb.base/symlink-sourcefile.exp: New file.
1340
1341 2019-02-20  Tom Tromey  <tom@tromey.com>
1342
1343         * gdb.base/info_qt.exp: Update.
1344
1345 2019-02-19  Simon Marchi  <simon.marchi@polymtl.ca>
1346
1347         * gdb.base/source.exp: Move "error in sourced script" code to
1348         the end.
1349         * gdb.base/source-error.gdb: Move contents to
1350         source-error-1.gdb.  Add new code to source source-error-1.gdb.
1351         * gdb.base/source-error-1.gdb: New file, from previous
1352         source-error.gdb.
1353
1354 2019-02-17  Tom Tromey  <tom@tromey.com>
1355
1356         * gdb.base/style.exp: Use -g3 to compile when possible.  Add test
1357         for macro styling.
1358         * gdb.base/style.c (SOME_MACRO): New macro.
1359
1360 2019-02-17  Tom Tromey  <tom@tromey.com>
1361
1362         * gdb.base/style.exp: Add line-wrapping tests.
1363         * gdb.base/page.exp: Add test for quitting during pagination.
1364
1365 2019-02-17  Joel Brobecker  <brobecker@adacore.com>
1366
1367         * gdb.ada/big_packed_array: New testcase.
1368         * gdb.ada/homonym.exp: Fix incorrect expected output for
1369         "break <homonym__get_value>" test.
1370
1371 2019-02-13  Weimin Pan  <weimin.pan@oracle.com>
1372
1373         PR breakpoints/21870
1374         * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1375         and prepare_for_testing.  Add comment.
1376         * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1377         redundant cleanup call.  Clean up comment.
1378
1379 2019-02-12  Weimin Pan  <weimin.pan@oracle.com>
1380
1381         PR breakpoints/21870
1382         * gdb.arch/aarch64-dbreg-contents.exp: New file.
1383         * gdb.arch/aarch64-dbreg-contents.c: New file.
1384
1385 2019-02-10  Joel Brobecker  <brobecker@adacore.com>
1386
1387         * gdb.ada/mi_ref_changeable: New testcase.
1388
1389 2019-02-07  Alan Hayward  <alan.hayward@arm.com>
1390
1391         * gdb.base/attach.exp: Add double attach test.
1392
1393 2019-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
1394
1395         * lib/gdb.exp (default_gdb_start): Don't match pagination
1396         prompt.
1397         (gdb_init): Set stty_init.
1398
1399 2019-01-27  Tom Tromey  <tom@tromey.com>
1400
1401         * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1402         skip_python_tests.
1403
1404 2019-01-24  Alan Hayward  <alan.hayward@arm.com>
1405
1406         * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1407         New structure.
1408         (struct struct_static_02_02): Likewise.
1409         (struct struct_static_02_03): Likewise.
1410         (struct struct_static_02_04): Likewise.
1411         (struct struct_static_04_01): Likewise.
1412         (struct struct_static_04_02): Likewise.
1413         (struct struct_static_04_03): Likewise.
1414         (struct struct_static_04_04): Likewise.
1415         (struct struct_static_06_01): Likewise.
1416         (struct struct_static_06_02): Likewise.
1417         (struct struct_static_06_03): Likewise.
1418         (struct struct_static_06_04): Likewise.
1419         (cmp_struct_static_02_01): Likewise.
1420         (cmp_struct_static_02_02): Likewise.
1421         (cmp_struct_static_02_03): Likewise.
1422         (cmp_struct_static_02_04): Likewise.
1423         (cmp_struct_static_04_01): Likewise.
1424         (cmp_struct_static_04_02): Likewise.
1425         (cmp_struct_static_04_03): Likewise.
1426         (cmp_struct_static_04_04): Likewise.
1427         (cmp_struct_static_06_01): Likewise.
1428         (cmp_struct_static_06_02): Likewise.
1429         (cmp_struct_static_06_03): Likewise.
1430         (cmp_struct_static_06_04): Likewise.
1431         (call_all): Test new structs.
1432         * gdb.base/infcall-nested-structs.exp: Likewise.
1433
1434 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
1435         * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1436
1437 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
1438         * gdb.base/stack-protector.c: New test.
1439         * gdb.base/stack-protector.exp: New file.
1440         * gdb.cp/ovldbreak.exp: Only allow a single break line.
1441         * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1442         option.
1443         (gdb_compile): Remove stack protector for GCC and prevent
1444         recursion.
1445
1446 2019-01-16  Keith Seitz  <keiths@redhat.com>
1447
1448         PR gdb/23773
1449         * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1450
1451 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1452
1453         * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1454         aliases.
1455         * gdb.arch/altivec-regs.exp: Likewise.  Fix indentation of two
1456         tests.
1457         * gdb.arch/powerpc-vector-regs.c: New file.
1458         * gdb.arch/powerpc-vector-regs.exp: New file.
1459
1460 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1461
1462         * gdb.arch/altivec-regs.exp: Fix the list passed to
1463         gdb_expect_list when testing "info vector".
1464
1465 2019-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1466
1467         * gdb.base/style.exp: Don't include path in testname.
1468
1469 2019-01-10  Keith Seitz  <keiths@redhat.com>
1470
1471         PR gdb/23712
1472         PR symtab/23010
1473         * gdb.dwarf2/multidictionary.exp: New file.
1474
1475 2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
1476
1477         * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1478         (test_gnuv3_style_demangling): ... this.
1479         (test_lucid_style_demangling): Remove.
1480         (test_arm_style_demangling): Remove.
1481         (test_hp_style_demangling): Remove.
1482         (do_tests): Remove calls to the above.
1483
1484 2019-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1485
1486         * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1487         case.
1488
1489 2019-01-06  Tom Tromey  <tom@tromey.com>
1490
1491         PR gdb/28155:
1492         * gdb.dwarf2/typedef-void-finish.exp: New file.
1493
1494 2018-12-28  Tom Tromey  <tom@tromey.com>
1495             Simon Marchi <simark@simark.ca>
1496
1497         * gdb.base/jit-exec.exp: New file.
1498         * gdb.base/jit-exec.c: New file.
1499         * gdb.base/jit-execd.c: New file.
1500
1501 2018-12-28  Tom Tromey  <tom@tromey.com>
1502
1503         * gdb.base/style.exp: Update test to check for address styling.
1504
1505 2018-12-28  Tom Tromey  <tom@tromey.com>
1506
1507         * gdb.base/style.exp: Add test for styling of "Reading symbols"
1508         message.
1509
1510 2018-12-28  Tom Tromey  <tom@tromey.com>
1511
1512         * gdb.base/style.exp: Add test for version number styling.
1513
1514 2018-12-28  Tom Tromey  <tom@tromey.com>
1515
1516         * gdb.base/style.exp: Add test for print_address_symbolic.
1517
1518 2018-12-28  Tom Tromey  <tom@tromey.com>
1519
1520         * gdb.base/style.exp: Add test for breakpoint setting.
1521
1522 2018-12-28  Tom Tromey  <tom@tromey.com>
1523
1524         * gdb.base/style.exp: Add test for variable names.
1525
1526 2018-12-28  Tom Tromey  <tom@tromey.com>
1527
1528         * gdb.base/style.exp: New file.
1529         * gdb.base/style.c: New file.
1530
1531 2018-12-28  Tom Tromey  <tom@tromey.com>
1532
1533         * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1534         "dumb".
1535         * gdb.base/readline.exp (operate_and_get_next): Save and restore
1536         the TERM environment variable.
1537
1538 2018-12-27  Tom Tromey  <tom@tromey.com>
1539
1540         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1541         pagination test.
1542
1543 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1544
1545         * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1546         * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1547
1548 2018-12-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1549
1550         * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1551         Filename a.adb changed to bp_fun_addr.adb.
1552         gdb.ada/bp_fun_addr.exp: Update test accordingly.
1553
1554 2018-12-21  Jan Vrany  <jan.vrany@fit.cvut.cz>
1555
1556         * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1557         non-PIE executables.
1558         * README: Mention the gdb,nopie_flag board setting.
1559         * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1560         non-PIE executable.
1561         * gdb.arch/amd64-entry-value.exp: Likewise.
1562         * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1563         * gdb.arch/i386-float.exp: Likewise.
1564         * gdb.arch/i386-signal.exp: Likewise.
1565         * gdb.mi/mi-reg-undefined.exp: Likewise.
1566
1567 2018-12-21  Paul Marechal  <paul.marechal@ericsson.com>
1568
1569         PR gdb/23974
1570         * gdb.base/info-os.exp: Check return for unknown "info os" type.
1571
1572 2018-12-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1573
1574         * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1575         Update order of results accordingly.
1576
1577 2018-12-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1578
1579         * gdb.base/annota1.exp: Update a test regexp.
1580
1581 2018-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1582
1583         * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1584
1585 2018-12-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1586
1587         * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1588         (reuse_time): Initialize to REUSE_TIME_CAP.
1589         (check_rc): New function.
1590         (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1591         Check pthread_create rc.
1592         (spawner_thread_func): Check pthread_create and pthread_join rc.
1593
1594 2018-12-08  Pedro Alves  <palves@redhat.com>
1595
1596         * gdb.base/list.exp (test_forward_search): Rename to ...
1597         (test_forward_reverse_search): ... this.  Also test reverse-search
1598         and the forward-search alias.
1599
1600 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
1601
1602         * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1603         local timeout variable before return, and remove all local timeout
1604         variable entirely.
1605         (gdb_load): Likewise.
1606
1607 2018-12-01  Tom de Vries  <tdevries@suse.de>
1608
1609         * gdb.base/gdb-caching-proc.exp: New file.
1610
1611 2018-11-25  Sergio Durigan Junior  <sergiodj@redhat.com>
1612
1613         * Makefile.in (TIMESTAMP): New variable.
1614         (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1615         command.
1616         (check-single-racy): Likewise.
1617         (check/%.exp): Likewise.
1618         (check-racy/%.exp): Likewise.
1619         (workers/%.worker): Likewise.
1620         (build-perf): Likewise.
1621         (check-perf): Likewise.
1622         * README: Describe new "TS" and "TS_FORMAT" variables.
1623         * print-ts.py: New file.
1624
1625 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
1626
1627         PR python/23714
1628         * gdb.python/python.exp: Test command repetition after
1629         gdb.execute.
1630
1631 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
1632
1633         * gdb.opt/inline-break.exp: Add test that info breakpoint output
1634         is correctly aligned.
1635
1636 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1637
1638         * gdb.ada/info_auto_lang.exp: New testcase.
1639         * gdb.ada/info_auto_lang/global_pack.ads: New file.
1640         * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1641         * gdb.ada/info_auto_lang/some_c.c: New file.
1642
1643 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1644
1645         * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1646         FUNC_lang language syntax.
1647
1648 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1649
1650         * gdb.base/info_minsym.c: New file.
1651         * gdb.base/info_minsym.exp: New file.
1652
1653 2018-11-19  Tom Tromey  <tom@tromey.com>
1654
1655         PR rust/23625:
1656         * gdb.rust/simple.exp: Add ptype test.  Update expected output.
1657         * gdb.rust/expr.exp: Update expected output.  Change one test.
1658
1659 2018-11-19  Tom Tromey  <tom@tromey.com>
1660
1661         * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1662
1663 2018-11-19  Pedro Alves  <palves@redhat.com>
1664
1665         * gdb.base/warning.exp: Don't override INTERNAL_FLAGS.  Use
1666         gdb_spawn_with_cmdline_opts instead of gdb_start.  Check that we
1667         see the expected warning.
1668
1669 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
1670
1671         PR gdb/22736:
1672         * gdb.cp/infcall-nodebug-lib.c: New test.
1673         * gdb.cp/infcall-nodebug-main.c: New test.
1674         * gdb.cp/infcall-nodebug.exp: New file.
1675
1676 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
1677
1678         * gdb.base/skip.exp: Add standard_testfile.  Add "skip delete"
1679         completer tests.
1680
1681 2018-11-09  Tom de Vries  <tdevries@suse.de>
1682
1683         * gdb.base/msym-lang.c: New test.
1684         * gdb.base/msym-lang.exp: New file.
1685         * gdb.base/msym-lang-main.c: New test.
1686
1687 2018-11-08  Tom Tromey  <tom@tromey.com>
1688
1689         PR gdb/23555:
1690         PR gdb/23838:
1691         * gdb.base/warning.exp: New file.
1692
1693 2018-11-08  Jan Beulich  <jbeulich@suse.com>
1694
1695         * testsuite/gdb.arch/i386-avx512.c,
1696         testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1697
1698 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1699
1700         * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1701         point hardware.
1702
1703 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
1704
1705         * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1706         * gdb.dwarf2/missing-type-name.exp: New file.
1707
1708 2018-11-06  Tom de Vries  <tdevries@suse.de>
1709
1710         * gdb.base/many-headers.c: New test.
1711         * gdb.base/many-headers.exp: New file.
1712
1713 2018-11-06  Jim Wilson  <jimw@sifive.com>
1714
1715         * gdb.base/code_elim.exp: For riscv, set additional_flags
1716         to include -msmall-data-limit=0.
1717
1718 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
1719
1720         * gdb.ada/watch_minus_l: New testcase.
1721
1722 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1723
1724         * gdb.arch/aix-sighandle.c: New file.
1725         * gdb.arch/aix-sighandle.exp: New file.
1726
1727 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1728
1729         * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1730         registers being unions.
1731
1732 2018-10-31  Tom de Vries  <tdevries@suse.de>
1733
1734         * lib/valgrind.exp: New file.
1735          (vgdb_start, vgdb_stop): New procs, factored out of ...
1736         * gdb.base/valgrind-bt.exp: ... here, ...
1737         * gdb.base/valgrind-disp-step.exp: ... here and ...
1738         * gdb.base/valgrind-infcall.exp: ... here.
1739
1740 2018-10-31  Tom de Vries  <tdevries@suse.de>
1741
1742         * lib/gdb.exp (get_valueof): Don't output read value in test name.
1743
1744 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1745
1746         * gdb.dwarf2/void-type.c: New file.
1747         * gdb.dwarf2/void-type.exp: New file.
1748
1749 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1750
1751         * gdb.base/info_qt.c: New file.
1752         * gdb.base/info_qt.exp: New file.
1753
1754 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1755
1756         * gdb.arch/powerpc-htm-regs.c: New file.
1757         * gdb.arch/powerpc-htm-regs.exp: New file.
1758
1759 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1760
1761         * gdb.arch/powerpc-tar.c: New file.
1762         * gdb.arch/powerpc-tar.exp: New file.
1763
1764 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1765
1766         * gdb.arch/powerpc-ppr-dscr.c: New file.
1767         * gdb.arch/powerpc-ppr-dscr.exp: New file.
1768
1769 2018-10-25  Tom de Vries  <tdevries@suse.de>
1770
1771         * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1772
1773 2018-10-24  Tom de Vries  <tdevries@suse.de>
1774
1775         * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1776         longer exists error.
1777
1778 2018-10-24  Tom de Vries  <tdevries@suse.de>
1779
1780         * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1781
1782 2018-10-24  Tom de Vries  <tdevries@suse.de>
1783
1784         * gdb.base/valgrind-db-attach.exp: Handle removed support for
1785         --db-attach in valgrind.
1786
1787 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1788
1789         * gdb.arch/riscv-reg-aliases.c: New file.
1790         * gdb.arch/riscv-reg-aliases.exp: New file.
1791
1792 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1793
1794         * gdb.python/py-cmd.exp: Check for gdb_prompt.
1795
1796 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1797
1798         * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1799
1800 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1801
1802         * gdb.cp/ovldbreak.exp: Fix regexps.
1803
1804 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1805
1806         * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1807
1808 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1809
1810         PR cli/23785
1811         * gdb.base/restore.exp: New test to check if "restore" with an
1812         invalid file doesn't segfault.
1813
1814 2018-10-18  Tom de Vries  <tdevries@suse.de>
1815
1816         * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1817         * gdb.ada/excep_handle.exp: Same.
1818         * gdb.ada/mi_string_access.exp: Same.
1819         * gdb.ada/mi_var_union.exp: Same.
1820         * gdb.arch/arc-analyze-prologue.exp: Same.
1821         * gdb.arch/arc-decode-insn.exp: Same.
1822         * gdb.base/readnever.exp: Same.
1823         * gdb.fortran/printing-types.exp: Same.
1824         * gdb.guile/scm-lazy-string.exp: Same.
1825
1826 2018-10-16  Tom de Vries  <tdevries@suse.de>
1827
1828         PR gdb/23730
1829         * gdb.base/catch-follow-exec.c: Add copyright notice.
1830         * gdb.base/catch-follow-exec.exp: Rewrite to use
1831         gdb_spawn_with_cmdline_opts.  Require gdb-native.
1832
1833 2018-10-12  Sandra Loosemore  <sandra@codesourcery.com>
1834
1835         * gdb.trace/actions-changed.exp: Check for arch support.
1836         * gdb.trace/actions.exp: Likewise.
1837         * gdb.trace/ax.exp: Likewise.
1838         * gdb.trace/backtrace.exp: Likewise.
1839         * gdb.trace/change-loc.exp: Likewise.
1840         * gdb.trace/deltrace.exp: Likewise.
1841         * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1842         * gdb.trace/ftrace.exp: Likewise.
1843         * gdb.trace/infotrace.exp: Check for arch support.
1844         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1845         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1846         * gdb.trace/mi-tsv-changed.exp: Likewise.
1847         * gdb.trace/packetlen.exp: Likewise.
1848         * gdb.trace/passc-dyn.exp: Likewise.
1849         * gdb.trace/passcount.exp: Likewise.
1850         * gdb.trace/pending.exp: Likewise.
1851         * gdb.trace/range-stepping.exp: Check for shlib support.
1852         * gdb.trace/report.exp: Check for arch support.
1853         * gdb.trace/save-trace.exp: Likewise.
1854         * gdb.trace/signal.exp: Check for signal support.
1855         * gdb.trace/tfind.exp: Check for arch support.
1856         * gdb.trace/trace-break.exp: Check for arch and shlib support.
1857         * gdb.trace/trace-common.h: Add comment.
1858         * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1859         * gdb.trace/trace-enable-disable.exp: Likewise.
1860         * gdb.trace/trace-mt.exp: Likewise.  Remove redundant untested call.
1861         * gdb.trace/tracecmd.exp: Check for arch support.
1862         * gdb.trace/tspeed.exp: Check for shlib and target support.
1863         * gdb.trace/tstatus.exp: Check for arch support.
1864         * gdb.trace/tsv.exp: Likewise.
1865         * gdb.trace/while-dyn.exp: Likewise.
1866         * gdb.trace/while-stepping.exp: Likewise.
1867         * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1868
1869 2018-10-12  Simon Marchi  <simon.marchi@ericsson.com>
1870
1871         * gdb.trace/tspeed.exp: Remove nowarnings.
1872         (prepare_for_trace_test): Declare "global ipalib".
1873         * gdb.trace/tspeed.c: Include unistd.h.
1874         (main): Remove superfluous printf argument.
1875
1876 2018-10-11  Sandra Loosemore  <sandra@codesourcery.com>
1877
1878         * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1879         directory prefix on the filename.
1880
1881 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1882
1883         * gdb.gdb/unittest.exp: Update expected message informing that
1884         selftests have been disabled.
1885         * gdb.server/unittest.exp: Likewise.
1886
1887 2018-10-09  Tom de Vries  <tdevries@suse.de>
1888
1889         * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1890         with runto_main.
1891
1892 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
1893
1894         PR c++/16841
1895         * gdb.cp/virtbase2.cc: New file.
1896         * gdb.cp/virtbase2.exp: New file.
1897
1898 2018-10-06  Tom Tromey  <tom@tromey.com>
1899
1900         PR python/19399:
1901         * gdb.python/py-inferior.exp: Add architecture test.
1902
1903 2018-10-06  Tom Tromey  <tom@tromey.com>
1904
1905         * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1906         * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1907
1908 2018-10-06  Tom Tromey  <tom@tromey.com>
1909
1910         * gdb.python/py-breakpoint.exp (check_last_event): Check location
1911         of a "throw" catchpoint.
1912
1913 2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1914
1915         * gdb.base/info-proc.exp: Update string expected from "help info
1916         proc".
1917
1918 2018-10-04  Tom Tromey  <tom@tromey.com>
1919
1920         * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1921         * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1922         (test_initial_complaints, test_empty_complaints): Update.
1923         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1924
1925 2018-10-04  Tom Tromey  <tom@tromey.com>
1926
1927         PR cli/19551:
1928         * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1929         * lib/gdb.exp (gdb_file_cmd): Update.
1930         * gdb.stabs/weird.exp (print_weird_var): Update.
1931         * gdb.server/solib-list.exp: Update.
1932         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1933         * gdb.mi/mi-cli.exp: Update.
1934         * gdb.linespec/linespec.exp: Update.
1935         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1936         * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1937         * gdb.cp/cp-relocate.exp: Update.
1938         * gdb.base/sym-file.exp: Update.
1939         * gdb.base/relocate.exp: Update.
1940         * gdb.base/readnever.exp: Update.
1941         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1942         * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1943         * gdb.base/dbx.exp (gdb_file_cmd): Update.
1944         * gdb.base/code_elim.exp: Update.
1945         * gdb.base/break-unload-file.exp (test_break): Update.
1946         * gdb.base/break-interp.exp (test_attach_gdb): Update.
1947         * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1948         Update.
1949         * gdb.base/attach.exp (do_attach_tests): Update.
1950         * gdb.base/sepdebug.exp: Update.
1951         * gdb.python/py-section-script.exp: Update.
1952
1953 2018-10-04  Tom Tromey  <tom@tromey.com>
1954
1955         PR cli/22234:
1956         * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1957         * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1958         output.
1959
1960 2018-10-04  Tom Tromey  <tom@tromey.com>
1961
1962         * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1963         set width and height to 0.
1964         (test_command_line_attach_run): Use -quiet.
1965
1966 2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
1967
1968         * lib/gdb.exp (skip_ifunc_tests): New.
1969         * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
1970         other compile failures.
1971         * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1972
1973 2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1974
1975         * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1976         is_amd64_regs_target.
1977
1978 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
1979
1980         * gdb.arch/aarch64-sighandler-regs.c: New test.
1981         * gdb.arch/aarch64-sighandler-regs.exp: New file.
1982         * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1983
1984 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
1985
1986         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1987         assembly.
1988
1989 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1990
1991         * gdb.base/frame-selection.exp: New file.
1992         * gdb.base/frame-selection.c: New file.
1993
1994 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
1995
1996         * gdb.threads/check-libthread-db.c (thread_routine): Use a
1997         pthread barrier.
1998         (main): Likewise.
1999
2000 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
2001
2002         * gdb.base/large-frame-1.c: New file.
2003         * gdb.base/large-frame-2.c: New file.
2004         * gdb.base/large-frame.exp: New file.
2005         * gdb.base/large-frame.h: New file.
2006
2007 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2008
2009         PR gdb/20948
2010         * gdb.base/write_mem.exp: New test.
2011         * gdb.base/write_mem.c: Likewise.
2012
2013 2018-09-23  Tom Tromey  <tom@tromey.com>
2014
2015         PR python/18852:
2016         * gdb.python/py-parameter.exp: Add test for parameter that throws
2017         on "set".
2018
2019 2018-09-23  Tom Tromey  <tom@tromey.com>
2020
2021         PR python/17284:
2022         * gdb.python/py-template.exp (test_template_arg): Add test for
2023         negative template argument number.
2024
2025 2018-09-23  Tom Tromey  <tom@tromey.com>
2026
2027         PR python/14062:
2028         * gdb.python/python.exp: Add test for post_event error.
2029
2030 2018-09-23  Tom Tromey  <tom@tromey.com>
2031
2032         PR python/18170:
2033         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2034         convert pointers to int and long.
2035
2036 2018-09-23  Tom Tromey  <tom@tromey.com>
2037
2038         PR python/20126:
2039         * gdb.python/py-value.exp (test_value_numeric_ops): Add
2040         signed-ness conversion tests.
2041
2042 2018-09-23  Tom Tromey  <tom@tromey.com>
2043
2044         PR python/18352;
2045         * gdb.python/py-value.exp (test_float_conversion): New proc.
2046         Use it.
2047
2048 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2049
2050         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2051
2052 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
2053
2054         * gdb.base/complete-empty.exp: Skip tab-completion tests if
2055         no readline.
2056         * gdb.base/utf8-identifiers.exp: Likewise.
2057         * gdb.cp/cpcompletion.exp: Likewise.
2058         * gdb.linespec/cpcompletion.exp: Likewise.
2059         * gdb.linespec/cpls-abi-tag.exp: Likewise.
2060         * gdb.linespec/cpls-ops.exp: Likewise.
2061
2062 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
2063             Chris January  <chris.january@arm.com>
2064
2065         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2066         * gdb.fortran/short-circuit-argument-list.exp: New file.
2067         * gdb.fortran/short-circuit-argument-list.f90: New test.
2068
2069 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2070
2071         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2072         "arch=" keyword when executing "-stack-list-frames".
2073
2074 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2075
2076         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2077         "arch=" keyword when executing "-stack-list-frames".
2078
2079 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2080
2081         * gdb.ada/complete.exp: Expect for "@" when doing "complete
2082         break ada".
2083
2084 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
2085
2086         PR python/23669
2087         * gdb.python/python.exp: Test gdb.execute("show commands").
2088
2089 2018-09-16  Tom Tromey  <tom@tromey.com>
2090
2091         * gdb.base/new-ui.exp (do_execution_tests): Update.
2092         * gdb.base/dbx.exp (test_breakpoints): Update.
2093
2094 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
2095
2096         * lib/gdb.exp (gdb_simple_compile): Add proc.
2097         (is_elf_target): Use gdb_simple_compile.
2098         (skip_altivec_tests): Likewise.
2099         (skip_vsx_tests): Likewise.
2100         (skip_tsx_tests): Likewise.
2101         (skip_btrace_tests): Likewise.
2102         (skip_btrace_pt_tests): Likewise.
2103         (gdb_can_simple_compile): Likewise.
2104         (gdb_has_argv0): Likewise.
2105         (gdb_target_symbol_prefix): Likewise.
2106         (target_supports_scheduler_locking): Likewise.
2107
2108 2018-09-13  Tom Tromey  <tom@tromey.com>
2109
2110         * Makefile.in (TAGS): Recognize proc_with_prefix and
2111         gdb_caching_proc.
2112
2113 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
2114
2115         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2116         method.
2117
2118 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
2119
2120         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2121         and a few other Inferior properties when the Inferior is no
2122         longer valid.
2123
2124 2018-09-13  Tom Tromey  <tom@tromey.com>
2125
2126         PR rust/23650:
2127         * gdb.rust/simple.exp: Add test for enum field access error.
2128
2129 2018-09-13  Tom Tromey  <tom@tromey.com>
2130
2131         PR rust/23626:
2132         * gdb.rust/simple.rs (EmptyEnum): New type.
2133         (main): Use it.
2134         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2135
2136 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
2137
2138         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2139         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2140         * gdb.python/py-symtab.exp: Update test printing an objfile.
2141
2142 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
2143
2144         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2145         object.
2146
2147 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
2148
2149         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2150         (support_complex_tests): Use gdb_can_simple_compile.
2151         (is_ilp32_target): Likewise.
2152         (is_lp64_target): Likewise.
2153         (is_64_target): Likewise.
2154         (is_amd64_regs_target): Likewise.
2155         (is_aarch32_target): Likewise.
2156         (gdb_int128_helper): Likewise.
2157
2158 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2159
2160         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2161
2162 2018-09-10  Jerome Guitton  <guitton@adacore.com>
2163
2164         * gdb.ada/same_component_name: Add test for case of tagged record
2165         with variable-length fields.
2166
2167 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2168
2169         * gdb.ada/access_to_unbounded_array.exp: New testcase.
2170         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2171         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2172         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2173
2174 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2175
2176         * gdb.ada/mi_string_access.exp: New testcase.
2177         * gdb.ada/mi_string_access/bar.adb: New file.
2178         * gdb.ada/mi_string_access/pck.adb: New file.
2179         * gdb.ada/mi_string_access/pck.asd: New file.
2180
2181 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2182
2183         * gdb.ada/mi_var_union.exp: New testcase.
2184         * gdb.ada/mi_var_union/bar.adb: New file.
2185         * gdb.ada/mi_var_union/pck.adb: New file.
2186         * gdb.ada/mi_var_union/pck.asd: New file.
2187
2188 2018-09-08  Tom Tromey  <tom@tromey.com>
2189
2190         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2191
2192 2018-09-08  Tom Tromey  <tom@tromey.com>
2193
2194         PR python/16047:
2195         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2196         (register_pretty_printers): Register new printer.
2197         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2198         test.
2199         * gdb.python/py-prettyprint.c (int_type3): New typedef.
2200         (an_int_type3): New global.
2201
2202 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
2203
2204         * gdb.ada/expr_with_funcall: New testcase.
2205
2206 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
2207
2208         * gdb.ada/packed_array_assign: New testcase.
2209
2210 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
2211
2212         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2213         names, and add test prefixes to make test names unique.
2214
2215 2018-09-05  Tom de Vries  <tdevries@suse.de>
2216
2217         * gdb.dwarf2/varval.exp: Add test.
2218
2219 2018-09-04  Gary Benson <gbenson@redhat.com>
2220
2221         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2222         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
2223
2224 2018-08-31  Tom Tromey  <tom@tromey.com>
2225
2226         * gdb.rust/simple.rs: Rename second variable "v".
2227
2228 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
2229
2230         * gdb.base/funcargs.c (use_a): New function.
2231         (recurse): Call use_a.
2232
2233 2018-08-29  Keith Seitz  <keiths@redhat.com>
2234
2235         * gdb.compile/compile-cplus-anonymous.cc: New file.
2236         * gdb.compile/compile-cplus-anonymous.exp: New file.
2237         * gdb.compile/compile-cplus-array-decay.cc: New file.
2238         * gdb.compile/compile-cplus-array-decay.exp: New file.
2239         * gdb.compile/compile-cplus-inherit.cc: New file.
2240         * gdb.compile/compile-cplus-inherit.exp: New file.
2241         * gdb.compile/compile-cplus-member.cc: New file.
2242         * gdb.compile/compile-cplus-member.exp: New file.
2243         * gdb.compile/compile-cplus-method.cc: New file.
2244         * gdb.compile/compile-cplus-method.exp: New file.
2245         * gdb.compile/compile-cplus-mod.c: "New" file.
2246         * gdb.compile/compile-cplus-namespace.cc: New file.
2247         * gdb.compile/compile-cplus-namespace.exp: New file.
2248         * gdb.compile/compile-cplus-nested.cc: New file.
2249         * gdb.compile/compile-cplus-nested.exp: New file.
2250         * gdb.compile/compile-cplus-print.c: "New" file.
2251         * gdb.compile/compile-cplus-print.exp: "New" file.
2252         * gdb.compile/compile-cplus-virtual.cc: New file.
2253         * gdb.compile/compile-cplus-virtual.exp: New file.
2254         * gdb.compile/compile-cplus.c: "New" file.
2255         * gdb.compile/compile-cplus.exp: "New" file.
2256         * lib/compile-support.exp: New file.
2257
2258 2018-08-16  Gary Benson <gbenson@redhat.com>
2259
2260         PR gdb/13000:
2261         * gdb.base/batch-exit-status.exp: New file.
2262         * gdb.base/batch-exit-status.good-commands: Likewise.
2263         * gdb.base/batch-exit-status.bad-commands: Likewise.
2264
2265 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
2266
2267         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2268         (struct struct02): Likewise.
2269         (struct struct03): Likewise.
2270         (struct struct04): Likewise.
2271         (struct struct_01_01): New struct.
2272         (struct struct_01_02): Likewise.
2273         (struct struct_01_03): Likewise.
2274         (struct struct_01_04): Likewise.
2275         (struct struct_02_01): Likewise.
2276         (struct struct_02_02): Likewise.
2277         (struct struct_02_03): Likewise.
2278         (struct struct_02_04): Likewise.
2279         (struct struct_04_01): Likewise.
2280         (struct struct_04_02): Likewise.
2281         (struct struct_04_03): Likewise.
2282         (struct struct_04_04): Likewise.
2283         (struct struct_05_01): Likewise.
2284         (struct struct_05_02): Likewise.
2285         (struct struct_05_03): Likewise.
2286         (struct struct_05_04): Likewise.
2287         (cmp_struct01): Remove function.
2288         (cmp_struct02): Likewise.
2289         (cmp_struct03): Likewise.
2290         (cmp_struct04): Likewise.
2291         (cmp_struct_01_01): Add Function.
2292         (cmp_struct_01_02): Likewise.
2293         (cmp_struct_01_03): Likewise.
2294         (cmp_struct_01_04): Likewise.
2295         (cmp_struct_02_01): Likewise.
2296         (cmp_struct_02_02): Likewise.
2297         (cmp_struct_02_03): Likewise.
2298         (cmp_struct_02_04): Likewise.
2299         (cmp_struct_04_01): Likewise.
2300         (cmp_struct_04_02): Likewise.
2301         (cmp_struct_04_03): Likewise.
2302         (cmp_struct_04_04): Likewise.
2303         (cmp_struct_05_01): Likewise.
2304         (cmp_struct_05_02): Likewise.
2305         (cmp_struct_05_03): Likewise.
2306         (cmp_struct_05_04): Likewise.
2307         (call_all): Add new structs.
2308         * gdb.base/infcall-nested-structs.exp: Likewise.
2309
2310 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
2311
2312         * gdb.python/py-framefilter-mi.exp: Update regexp to
2313         check for "arch" field in frame output.
2314
2315 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
2316
2317         * gdb.dwarf2/dw2-ranges-func.c: New file.
2318         * gdb.dwarf2/dw2-ranges-func.exp: New file.
2319
2320 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
2321
2322         * gdb.base/term.exp: Compare terminal settings with values from
2323         the inferior.
2324         * gdb.base/term.c: Get and set terminal settings.
2325
2326 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
2327
2328         * lib/mi-support.exp (mi_expect_stop): Update regexp to
2329         accommodate new "arch" field in frame output.
2330         * gdb.mi/mi-return.exp: Likewise.
2331         * gdb.mi/mi-stack.exp: Likewise.
2332         * gdb.mi/mi-syn-frame.exp: Likewise.
2333         * gdb.mi/user-selected-context-sync.exp: Likewise.
2334
2335 2018-08-19  Michael Spang  <spang@google.com>
2336
2337         PR gdb/11786
2338         * gdb.base/gcore-tls-pie.c: New file.
2339         * gdb.base/gcore-tls-pie.exp: New file.
2340
2341 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
2342
2343         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2344         * gdb.dwarf2/varval.c: New file.
2345         * gdb.dwarf2/varval.exp: New file.
2346
2347 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
2348
2349         PR gdb/18931
2350         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2351
2352 2018-08-16  Keith Seitz  <keiths@redhat.com>
2353
2354         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2355         tests expected to pass.
2356
2357 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
2358
2359         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2360         -data-disassemble -a.
2361         (test_disassembly_bogus_args): Likewise.
2362
2363 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
2364
2365         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2366
2367 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2368
2369         * gdb.base/vla-optimized-out.exp: Add new test.
2370
2371 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2372
2373         * gdb.base/vla-optimized-out-o3.exp: Delete.
2374         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2375         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2376         deleted tests.
2377
2378 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
2379
2380         PR gdb/18050:
2381         * gdb.server/extended-remote-restart.c: New file.
2382         * gdb.server/extended-remote-restart.exp: New file.
2383
2384 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
2385
2386         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2387         "set variable index = 42".
2388
2389 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
2390
2391         * boards/index-cache-gdb.exp: New file.
2392         * gdb.dwarf2/index-cache.exp: New file.
2393         * gdb.dwarf2/index-cache.c: New file.
2394         * gdb.base/maint.exp: Check if we are using the index cache.
2395
2396 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2397
2398         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2399         MAKEFLAGS.
2400
2401 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2402
2403         * dg-extract-results.sh: Move to toplevel contrib.
2404         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2405         * Makefile.in (check-parallel-racy): Likewise.
2406
2407 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
2408
2409         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2410         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2411         tests if the target supports scheduler locking.
2412
2413 2018-08-04  Tom de Vries  <tdevries@suse.de>
2414
2415         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2416
2417 2018-08-02  Tom Tromey  <tom@tromey.com>
2418
2419         PR symtab/16842.
2420         * gdb.cp/temargs.exp: Test "info address" of a template
2421         parameter.
2422
2423 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
2424
2425         * gdb.python/py-mi-var-info-path-expression.c: New file.
2426         * gdb.python/py-mi-var-info-path-expression.py: New file.
2427         * gdb.python/py-mi-var-info-path-expression.exp: New file.
2428
2429 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
2430
2431         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2432         error after "cannot resolve name" string.
2433
2434 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
2435
2436         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2437         started.
2438         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2439
2440 2018-07-28  Tom de Vries  <tdevries@suse.de>
2441
2442         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2443
2444 2018-07-26  Tom de Vries  <tdevries@suse.de>
2445
2446         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2447
2448 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
2449
2450         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2451         is visible.
2452
2453 2018-07-26  Tom de Vries  <tdevries@suse.de>
2454
2455         PR breakpoints/23366
2456         * gdb.base/catch-follow-exec.c: New test.
2457         * gdb.base/catch-follow-exec.exp: New file.
2458
2459 2018-07-25  Tom de Vries  <tdevries@suse.de>
2460
2461         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
2462         vla-optimized-out.c.
2463
2464 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
2465
2466         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2467         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2468
2469 2018-07-20  Tom de Vries  <tdevries@suse.de>
2470
2471         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2472         NOCLONE macro.
2473         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2474
2475 2018-07-19  Tom de Vries  <tdevries@suse.de>
2476
2477         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2478         regular expression.
2479
2480 2018-07-18  Tom de Vries  <tdevries@suse.de>
2481
2482         * gdb.base/vla-optimized-out.c: New test.
2483         * gdb.base/vla-optimized-out.exp: New file.
2484
2485 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
2486
2487         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2488         message "No address associated with hostname" when gdbserver
2489         cannot resolve the hostname.
2490
2491 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2492
2493         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2494         Add some test prefixes to make tests unique.
2495
2496 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2497
2498         * gdb.base/frameapply.c: New file.
2499         * gdb.base/frameapply.exp: New file.
2500
2501 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2502
2503         * gdb.base/skip.exp: Update expected error message.
2504
2505 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
2506             Jan Kratochvil  <jan.kratochvil@redhat.com>
2507             Paul Fertser  <fercerpav@gmail.com>
2508             Tsutomu Seki  <sekiriki@gmail.com>
2509
2510         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2511         parameter.
2512         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2513         by default.
2514         * boards/native-gdbserver.exp: Likewise.
2515         * gdb.server/run-without-local-binary.exp: Improve regexp used
2516         for detecting when a remote debugging connection succeeds.
2517         * gdb.server/server-connect.exp: New file.
2518         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2519         Do not prefix the port number with ":".
2520         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
2521         support for detecting and using it.  Add '$debughost_gdbserver'
2522         to the list of arguments used to start gdbserver.  Handle case
2523         when gdbserver cannot resolve a network name.
2524
2525 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
2526
2527         PR c++/23373
2528         * gdb.base/ptype-offsets.cc (struct static_member): New
2529         struct.
2530         (main) <stmember>: New variable.
2531         * gdb.base/ptype-offsets.exp: Add test for printing a struct
2532         with a static member in it.
2533
2534 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
2535
2536         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2537         watchpoints enabled and disabled.
2538
2539 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2540
2541         * gdb.base/examine-backward.exp: Still run tests around address
2542         0x0, even if address 0x0 is not readable.  Update the pattern for
2543         matching address 0x0 in expected output.
2544
2545 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
2546
2547         * gdb.base/share-env-with-gdbserver.c (main): Add call to
2548         malloc/free.
2549
2550 2018-07-04  Tom de Vries  <tdevries@suse.de>
2551
2552         * gdb.dwarf2/dw2-error.exp: Update expected error message.
2553
2554 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
2555
2556         PR tdep/8282
2557         * gdb.arch/mips-disassembler-options.exp: New test.
2558         * gdb.arch/mips-disassembler-options.s: New test source.
2559
2560 2018-06-29  Pedro Alves  <palves@redhat.com>
2561
2562         * gdb.threads/names.exp: Adjust expected "info threads" output.
2563
2564 2018-06-29  Pedro Alves  <palves@redhat.com>
2565
2566         * gdb.opt/inline-break.exp (line number, address): Add "info
2567         break" tests.
2568
2569 2018-06-29  Pedro Alves  <palves@redhat.com>
2570
2571         * gdb.opt/inline-break.c (func1): Add "break here" marker.
2572         * gdb.opt/inline-break.exp: Test setting breakpoints by line
2573         number and address and running to them.
2574
2575 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
2576
2577         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2578
2579 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2580
2581         * lib/compiler.c: Remove executable permission flag.
2582
2583 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
2584
2585         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2586         code.
2587         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2588
2589 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
2590
2591         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2592
2593 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
2594
2595         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2596         address argument is omitted.
2597
2598 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
2599
2600         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2601
2602 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
2603
2604         PR gdb/21695
2605         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2606         * gdb.base/infoline-reloc-main-from-zero.c: New file.
2607
2608 2018-06-26  Tom Tromey  <tom@tromey.com>
2609
2610         PR rust/22574:
2611         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2612         * gdb.rust/simple.rs (struct SimpleLayout): New.
2613
2614 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
2615
2616         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2617         "info registers" output.
2618
2619 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
2620
2621         * gdb.base/watchpoint-hw-attach.c: New test.
2622         * gdb.base/watchpoint-hw-attach.exp: New file.
2623
2624 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
2625
2626         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2627         through /bin/sh.
2628         * boards/dwarf4-gdb-index.exp: Likewise.
2629         * boards/fission-dwp.exp: Likewise.
2630
2631 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
2632
2633         * gdb.base/float128.exp: Add comment and improved fail message
2634         to the failure case of "print large128" test.
2635
2636 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
2637
2638         * configure.ac: Remove AC_PREREQ.
2639         * configure: Re-generate.
2640
2641 2018-06-19  Pedro Alves  <palves@redhat.com>
2642
2643         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2644         (func_extern_caller): New.
2645         (main): Call func_extern_caller.
2646         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2647         logic change.
2648
2649 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
2650
2651         PR gdb/16841
2652         * gdb.cp/typedef-base.cc: New file.
2653         * gdb.cp/typedef-base.exp: New file.
2654
2655 2018-06-18  Tom de Vries  <tdevries@suse.de>
2656
2657         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2658
2659 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
2660             Richard Bunt <Richard.Bunt@arm.com>
2661
2662         * gdb.threads/attach-slow-waitpid.c: New file.
2663         * gdb.threads/attach-slow-waitpid.exp: New file.
2664         * gdb.threads/slow-waitpid.c: New file.
2665
2666 2018-06-14  Pedro Alves  <palves@redhat.com>
2667
2668         * gdb.base/fork-running-state.c: Include <errno.h>.
2669         (exit_if_relative_exits): New.
2670         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2671         exits.
2672         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2673         child exits.
2674
2675 2018-06-14  Tom de Vries  <tdevries@suse.de>
2676
2677         PR cli/22573
2678         * gdb.base/finish-pretty.c: New test.
2679         * gdb.base/finish-pretty.exp: New file.
2680
2681 2018-06-14  Pedro Alves  <palves@redhat.com>
2682
2683         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2684         gdb's expected startup output.
2685
2686 2018-06-14  Pedro Alves  <palves@redhat.com>
2687
2688         * lib/selftest-support.exp (selftest_setup): Remove inlined
2689         function handling.
2690
2691 2018-06-14  Tom de Vries  <tdevries@suse.de>
2692
2693         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2694         matching of breakpoint printing.
2695
2696 2018-06-13  Tom de Vries  <tdevries@suse.de>
2697
2698         PR testsuite/23269
2699         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2700         (fork_child): ... here, and ...
2701         (fork_parent): ... here.
2702
2703 2018-06-12  Tom de Vries  <tdevries@suse.de>
2704
2705         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2706
2707 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
2708             Stephen Roberts  <stephen.roberts@arm.com>
2709
2710         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2711         rewrite test to describe action performed, rather than possible
2712         failure.
2713
2714 2018-06-08  Gary Benson <gbenson@redhat.com>
2715
2716         * gdb.threads/check-libthread-db.exp: New file.
2717         * gdb.threads/check-libthread-db.c: Likewise.
2718
2719 2018-06-05  Tom Tromey  <tom@tromey.com>
2720
2721         * gdb.base/default.exp: Update expected "show version" output.
2722
2723 2018-06-05  Tom Tromey  <tom@tromey.com>
2724
2725         PR cli/12326:
2726         * gdb.cp/static-print-quit.exp: Update.
2727         * lib/gdb.exp (pagination_prompt): Update.
2728         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
2729         * gdb.python/python.exp: Update.
2730
2731 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
2732
2733         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2734
2735 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
2736
2737         * gdb.ada/bp_fun_addr: New testcase.
2738
2739 2018-06-01  Tom Tromey  <tom@tromey.com>
2740
2741         * gdb.xml/tdesc-regs.exp (load_description): Update expected
2742         results.
2743         * gdb.dwarf2/method-ptr.exp: Set language to C++.
2744         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2745         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2746         * gdb.base/maint.exp (maint_pass_if): Update.
2747
2748 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
2749
2750         * gdb.base/endian.exp: New test.
2751         * gdb.base/endian.c: New test source.
2752
2753 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
2754
2755         PR gdb/23203
2756         * gdb.base/bt-selected-frame.c: New file.
2757         * gdb.base/bt-selected-frame.exp: New file.
2758         * lib/gdb.exp (get_current_frame_number): New function.
2759
2760 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
2761             Pedro Alves  <palves@redhat.com>
2762
2763         * gdb.threads/tls-core.c: Include <stdlib.h>
2764         (thread_proc): Call `abort'.
2765         * gdb.threads/tls-core.exp: Generate a core with core_find too.
2766         (tls_core_test): New procedure, bits factored out from ...
2767         (top level): ... here.  Test both native cores and gcore cores.
2768
2769 2018-05-23  Tom Tromey  <tom@tromey.com>
2770
2771         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2772
2773 2018-05-23  Tom Tromey  <tom@tromey.com>
2774
2775         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2776         symfile_complaints.
2777         (test_short_complaints): Likewise.
2778         (test_empty_complaints): Likewise.
2779         (test_initial_complaints): Update.
2780
2781 2018-05-23  Tom Tromey  <tom@tromey.com>
2782
2783         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2784
2785 2018-05-23  Tom Tromey  <tom@tromey.com>
2786
2787         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2788         (test_short_complaints): Update.
2789
2790 2018-05-22  Pedro Alves  <palves@redhat.com>
2791
2792         * gdb.base/remote.exp: Only gdb_start after compiling the
2793         testcase.  Issue "disconnect" before testing "set remote" command
2794         defaults.  Issue clean_restart before running to main.
2795
2796 2018-05-22  Pedro Alves  <palves@redhat.com>
2797
2798         * gdb.base/remote.exp: Adjust expected output of "show remote
2799         memory-write-packet-size".  Add tests for "set remote
2800         memory-write-packet-size 0" and "set remote
2801         memory-write-packet-size fixed/limit".
2802
2803 2018-05-22  Pedro Alves  <palves@redhat.com>
2804
2805         PR gdb/22973
2806         * gdb.base/utf8-identifiers.c: New file.
2807         * gdb.base/utf8-identifiers.exp: New file.
2808
2809 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
2810
2811         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2812
2813 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
2814
2815         * gdb.arch/powerpc-vsx-gcore.exp: New file.
2816
2817 2018-05-18  Tom Tromey  <tom@tromey.com>
2818
2819         * gdb.base/ptype-offsets.exp: Update.
2820
2821 2018-05-17  Keith Seitz  <keiths@redhat.com>
2822
2823         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2824         in expected breakpoint stop locations.
2825         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2826         move to proper scope to test variable values.
2827         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2828         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2829         New functions.
2830         (main): Call not_inline_func3.
2831         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2832         inline_func1, inline_func2, and inline_func3.  Test that when each
2833         breakpoint is hit, GDB properly reports both the stop location
2834         and the backtrace. Repeat tests for temporary breakpoints.
2835
2836 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
2837
2838         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2839         rather then trying to access it in determining whether the PID
2840         of `gdbserver' could have been retrieved.
2841
2842 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
2843
2844         * gdb.arch/amd64-init-x87-values.S: New file.
2845         * gdb.arch/amd64-init-x87-values.exp: New file.
2846
2847 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2848
2849         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2850
2851 2018-05-04  Tom Tromey  <tom@tromey.com>
2852
2853         PR python/22730:
2854         * gdb.python/python.exp: Test multi-line execute.
2855
2856 2018-05-04  Tom Tromey  <tom@tromey.com>
2857
2858         PR python/22731:
2859         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2860
2861 2018-05-04  Tom Tromey  <tom@tromey.com>
2862
2863         PR gdb/11750:
2864         * gdb.base/define.exp: Test defining a user command inside a user
2865         command.
2866         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2867
2868 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2869             Pedro Alves <palves@redhat.com>
2870
2871         PR breakpoints/19806 and support for PR external/20207.
2872         * gdb.base/watchpoint-unaligned.c: New file.
2873         * gdb.base/watchpoint-unaligned.exp: New file.
2874
2875 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2876
2877         * gdb.base/maint.exp: Make test names unique, use
2878         test_prefix_command_help to test 'help maint info', and remove
2879         repeated test of 'help maint'.
2880
2881 2018-05-04  Tom Tromey  <tom@tromey.com>
2882
2883         PR gdb/22619:
2884         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2885         behavior.
2886
2887 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2888
2889         * gdb.base/maint.exp: Process output from 'maint print registers'
2890         line at a time.
2891
2892 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2893
2894         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2895         timeout.
2896
2897 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2898
2899         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2900         filter pattern.
2901
2902 2018-05-02  Pedro Alves  <palves@redhat.com>
2903
2904         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2905         to_log_command renames.
2906         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2907
2908 2018-05-02  Tom Tromey  <tom@tromey.com>
2909
2910         * gdb.python/py-parameter.exp: Set test message.
2911
2912 2018-05-02  Tom Tromey  <tom@tromey.com>
2913
2914         PR python/20084:
2915         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2916         PARAM_ZUINTEGER_UNLIMITED tests.
2917
2918 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
2919
2920         PR rust/23124
2921         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2922         when casting.
2923
2924 2018-04-30  Tom Tromey  <tom@tromey.com>
2925
2926         * gdb.python/py-type.exp: Check align attribute.
2927         * gdb.python/py-type.c: New "aligncheck" global.
2928
2929 2018-04-30  Tom Tromey  <tom@tromey.com>
2930
2931         PR exp/17095:
2932         * gdb.dwarf2/dw2-align.exp: New file.
2933         * gdb.cp/align.exp: New file.
2934         * gdb.base/align.exp: New file.
2935         * lib/gdb.exp (gdb_int128_helper): New proc.
2936         (has_int128_c, has_int128_cxx): New caching procs.
2937
2938 2018-04-27  Tom Tromey  <tom@tromey.com>
2939
2940         PR rust/22545:
2941         * gdb.rust/simple.exp: Add inclusive range tests.
2942
2943 2018-04-26  Pedro Alves  <palves@redhat.com>
2944
2945         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2946         ifunc breakpoint locations correctly of ifunc breakpoints set
2947         while the program resolves the ifunc.
2948
2949 2018-04-26  Pedro Alves  <palves@redhat.com>
2950
2951         * gdb.base/gnu-ifunc-final.c: New file.
2952         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2953         * gdb.base/gnu-ifunc.exp (executable): Delete.
2954         (staticexecutable): Adjust.
2955         (lib_opts, exec_opts): Delete.
2956         (make_binsuffix, build, set-break): New procedures.
2957         (misc_tests): New, with tests factored out from the top level.
2958         (top level): Test different combinations of ifunc resolver name,
2959         resolver with and with debug info, and ifunc target with and
2960         without debug info.  Wrap static tests with with_target_prefix.
2961
2962 2018-04-26  Pedro Alves  <palves@redhat.com>
2963
2964         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2965         return type" warnings.
2966
2967 2018-04-25  Pedro Alves  <palves@redhat.com>
2968
2969         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2970         killed".
2971         * gdb.base/kill-after-signal.exp: Likewise.
2972         * gdb.threads/kill.exp: Likewise.
2973
2974 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2975             Sergio Durigan Junior  <sergiodj@redhat.com>
2976             Pedro Alves  <palves@redhat.com>
2977
2978         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2979         regexps to expect for '[Inferior ... detached]' as well.
2980         * gdb.base/attach.exp: Likewise.
2981         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2982         "gdb_continue_to_end".
2983         (test_catch_syscall_with_wrong_args): Likewise.
2984         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2985         ']'.  Don't set 'verbose' on.
2986         * gdb.base/foll-vfork.exp: Likewise.
2987         * gdb.base/fork-print-inferior-events.c: New file.
2988         * gdb.base/fork-print-inferior-events.exp: New file.
2989         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2990         '[Inferior ... has been killed]' message.
2991         * gdb.base/kill-after-signal.exp: Likewise.
2992         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2993         detach message.
2994         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2995         message.
2996         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2997         regexps to expect for '[Inferior ... detached]' as well.
2998         * gdb.threads/process-dies-while-detaching.exp: Likewise.
2999
3000 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
3001
3002         PR gdb/23104
3003         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3004
3005 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
3006
3007         * gdb.threads/multiple-successive-infcall.c: New test.
3008         * gdb.threads/multiple-successive-infcall.exp: New file.
3009
3010 2018-04-17  Tom Tromey  <tom@tromey.com>
3011
3012         * gdb.rust/simple.rs (Union): New type.
3013         (main): New local "u".
3014         * gdb.rust/simple.exp (test_one_slice): Add new test case.
3015
3016 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3017
3018         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3019         number information in output of "whereis" command.
3020         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3021
3022 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3023
3024         * gdb.ada/info_types.exp: Adjust expected output to the line
3025         numbers now printed by "info var/func/type".
3026         * gdb.base/completion.exp: Likewise.
3027         * gdb.base/included.exp: Likewise.
3028         * gdb.cp/cp-relocate.exp: Likewise.
3029         * gdb.cp/cplusfuncs.exp: Likewise.
3030         * gdb.cp/namespace.exp: Likewise.
3031         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3032
3033 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3034
3035         * gdb.btrace/cpu.exp: New.
3036
3037 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3038
3039         * gdb.base/step-indirect-call-thunk.exp: New.
3040         * gdb.base/step-indirect-call-thunk.c: New.
3041         * gdb.reverse/step-indirect-call-thunk.exp: New.
3042         * gdb.reverse/step-indirect-call-thunk.c: New.
3043
3044 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
3045
3046         * gdb.base/pie-fork.c: New file.
3047         * gdb.base/pie-fork.exp: New file.
3048
3049 2018-04-11  Tom Tromey  <tom@tromey.com>
3050
3051         * gdb.rust/simple.exp: Add test for ".." struct initializer.
3052
3053 2018-04-10  Pedro Alves  <palves@redhat.com>
3054
3055         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3056         exits.  Instead loop running forever.
3057         (fork_parent): Run forever too.
3058
3059 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
3060
3061         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3062         mi_continue_to_line.
3063         * gdb.mi/mi-stack.c (callee4): Add comment.
3064
3065 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
3066
3067         * gdb.mi/mi-stack.exp: Fix indentation.
3068
3069 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
3070
3071         PR gdb/22979
3072         * gdb.arch/amd64-osabi.exp: New file.
3073
3074 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
3075
3076         PR gdb/22980
3077         * gdb.base/osabi.exp: New file.
3078
3079 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
3080
3081         * gdb.cp/static-typedef-print.exp: New file.
3082         * gdb.cp/static-typedef-print.cc: New file.
3083
3084 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
3085
3086         * gdb.ada/varsize_limit: New testcase.
3087
3088 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
3089
3090         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3091
3092         * gdb.ada/notcplusplus: New testcase.
3093
3094         * gdb.base/c-linkage-name.c: New file.
3095         * gdb.base/c-linkage-name.exp: New testcase.
3096
3097 2018-03-26  Tom Tromey  <tom@tromey.com>
3098
3099         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3100         * gdb.python/py-framefilter.py (name_error): New global.
3101         (ErrorInName.function): Use name_error.
3102
3103 2018-03-26  Tom Tromey  <tom@tromey.com>
3104
3105         PR backtrace/15582:
3106         * gdb.python/py-framefilter.exp: Add "bt hide" test.
3107
3108 2018-03-23  Keith Seitz  <keiths@redhat.com>
3109
3110         PR c++/22968
3111         * gdb.cp/subtypes.exp: New file.
3112         * gdb.cp/subtypes.h: New file.
3113         * gdb.cp/subtypes.cc: New file.
3114         * gdb.cp/subtypes-2.cc: New file.
3115
3116 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
3117
3118         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3119         (done): Call '_exit' not 'exit' to avoid atexit handlers.
3120         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3121         -nostartfiles when compiling the test.  Confirm that all registers
3122         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3123
3124 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
3125
3126         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3127         option, syntax was wrong anyway.
3128         * gdb.arch/arm-disp-step.exp: Likewise.
3129         * gdb.arch/sparc64-regs.exp: Likewise.
3130         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3131         option, syntax was wrong anyway, switch to use
3132         prepare_for_testing.
3133         * gdb.arch/i386-disp-step.exp: Likewise.
3134
3135 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3136
3137         * gdb.ada/exec_changed.exp: Replace "target_info exists
3138         use_gdb_stub" by "use_gdb_stub".
3139         * gdb.ada/start.exp: Likewise.
3140         * gdb.base/async-shell.exp: Likewise.
3141         * gdb.base/attach-pie-misread.exp: Likewise.
3142         * gdb.base/attach-wait-input.exp: Likewise.
3143         * gdb.base/break-entry.exp: Likewise.
3144         * gdb.base/break-interp.exp: Likewise.
3145         * gdb.base/dprintf-detach.exp: Likewise.
3146         * gdb.base/nostdlib.exp: Likewise.
3147         * gdb.base/solib-nodir.exp: Likewise.
3148         * gdb.base/statistics.exp: Likewise.
3149         * gdb.base/testenv.exp: Likewise.
3150         * gdb.mi/mi-exec-run.exp: Likewise.
3151         * gdb.mi/mi-start.exp: Likewise.
3152         * gdb.multi/dummy-frame-restore.exp: Likewise.
3153         * gdb.multi/multi-arch-exec.exp: Likewise.
3154         * gdb.multi/multi-arch.exp: Likewise.
3155         * gdb.multi/tids.exp: Likewise.
3156         * gdb.multi/watchpoint-multi.exp: Likewise.
3157         * gdb.python/py-events.exp: Likewise.
3158         * gdb.threads/attach-into-signal.exp: Likewise.
3159         * gdb.threads/attach-stopped.exp: Likewise.
3160         * gdb.threads/threadapply.exp: Likewise.
3161         * lib/selftest-support.exp: Likewise.
3162
3163 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3164
3165         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3166
3167 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
3168
3169         * gdb.perf/template-breakpoints.cc: New file.
3170         * gdb.perf/template-breakpoints.exp: New file.
3171         * gdb.perf/template-breakpoints.py: New file.
3172
3173 2018-03-19  Tom Tromey  <tom@tromey.com>
3174
3175         * gdb.rust/simple.rs (main): Add local variables field1, field2,
3176         y0.
3177         * gdb.rust/simple.exp: Test bare identifier form of struct
3178         initializer.
3179
3180 2018-03-19  Tom Tromey  <tom@tromey.com>
3181
3182         * gdb.gdb/observer.exp: Remove.
3183
3184 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3185
3186         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3187         "qualified" option when setting breakpoints.
3188         * gdb.trace/backtrace.exp: Likewise.
3189         * gdb.trace/circ.exp: Likewise.
3190         * gdb.trace/collection.exp: Likewise.
3191         * gdb.trace/disconnected-tracing.exp: Likewise.
3192         * gdb.trace/ftrace-lock.exp: Likewise.
3193         * gdb.trace/ftrace.exp: Likewise.
3194         * gdb.trace/infotrace.exp: Likewise.
3195         * gdb.trace/packetlen.exp: Likewise.
3196         * gdb.trace/passc-dyn.exp: Likewise.
3197         * gdb.trace/qtro.exp: Likewise.
3198         * gdb.trace/read-memory.exp: Likewise.
3199         * gdb.trace/report.exp: Likewise.
3200         * gdb.trace/signal.exp: Likewise.
3201         * gdb.trace/status-stop.exp: Likewise.
3202         * gdb.trace/strace.exp: Likewise.
3203         * gdb.trace/tfind.exp: Likewise.
3204         * gdb.trace/trace-break.exp: Likewise.
3205         * gdb.trace/trace-condition.exp: Likewise.
3206         * gdb.trace/trace-mt.exp: Likewise.
3207         * gdb.trace/tstatus.exp: Likewise.
3208         * gdb.trace/tsv.exp: Likewise.
3209         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3210         * gdb.trace/unavailable.exp: Likewise.
3211         * gdb.trace/while-dyn.exp: Likewise.
3212
3213 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3214
3215         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3216         that libinproctrace is copied to the target.
3217
3218 2018-03-14  Tom Tromey  <tom@tromey.com>
3219
3220         PR cli/14977:
3221         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3222         a null pointer.
3223         * gdb.base/wchar.exp: Likewise.
3224
3225 2018-03-14  Tom Tromey  <tom@tromey.com>
3226
3227         PR cli/19918:
3228         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3229         flag.
3230
3231 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
3232
3233         PR gdb/22841
3234         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3235         "target" to remote_exec.
3236
3237 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
3238
3239         PR gdb/22841
3240         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3241         ${board}_upload): Remove.
3242
3243 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3244
3245         * gdb.cp/watch-cp.cc: New test.
3246         * gdb.cp/watch-cp.exp: New file.
3247
3248 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3249
3250         * gdb.base/infcall-nested-structs.exp: New file.
3251         * gdb.base/infcall-nested-structs.c: New file.
3252         * gdb.base/float.exp: Add riscv support.
3253
3254 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3255
3256         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3257         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3258
3259 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
3260
3261         * gdb.server/abspath.exp: New file.
3262         * lib/gdb.exp (with_cwd): New procedure.
3263
3264 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
3265
3266         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3267         use it.
3268         (gdb_is_target_remote_prompt): New proc.
3269         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3270         (gdb_is_target_native): Pass prompt parameter to
3271         gdb_is_target_1.
3272
3273 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
3274
3275         * gdb.base/load-command.c: New file.
3276         * gdb.base/load-command.exp: New file.
3277         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3278         (gdb_is_target_1): ...this, and generalize for other targets
3279         than just remote.
3280         (gdb_is_target_remote): Use gdb_is_target_1.
3281         (gdb_is_target_native): use gdb_is_target_1.
3282
3283 2018-02-26  Tom Tromey  <tom@tromey.com>
3284
3285         PR python/16497:
3286         * gdb.python/py-framefilter.exp: Update test.
3287
3288 2018-02-26  Tom Tromey  <tom@tromey.com>
3289
3290         * gdb.dwarf2/variant.c: New file.
3291         * gdb.dwarf2/variant.exp: New file.
3292
3293 2018-02-26  Tom Tromey  <tom@tromey.com>
3294
3295         * gdb.rust/simple.exp: Accept more possible results in enum test.
3296
3297 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
3298
3299         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3300         parentheses.
3301
3302 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
3303
3304         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3305         name of a variable: $actual_linejj -> $actual_line.
3306
3307 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
3308
3309         * gdb.arch/amd64-i386-address.exp: Fix a typo.
3310
3311 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
3312
3313         * gdb.btrace/buffer-size.exp: Do not force BTS.
3314
3315 2018-02-14  Pedro Alves  <palves@redhat.com>
3316
3317         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3318         getting a "Quit".
3319
3320 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
3321
3322         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3323         Fix test name.
3324
3325 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
3326
3327         * gdb.cp/m-static.exp: Check type of optimized out static
3328         member.
3329
3330 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
3331
3332         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3333         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3334
3335 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
3336             Leszek Swirski  <leszeks@google.com>
3337
3338         * gdb.python/py-prettyprint.c
3339         (struct to_string_returns_value_inner,
3340         struct to_string_returns_value_wrapper): New.
3341         (main): Add tsrvw variable.
3342         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3343         ToStringReturnsValueWrapper): New classes.
3344         (register_pretty_printers): Register new pretty-printers.
3345         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3346         recursive pretty printer.
3347         * gdb.python/py-mi.exp: Likewise.
3348
3349 2018-02-01  Leszek Swirski  <leszeks@google.com>
3350
3351         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3352         functions with the same name as an include file are parsed
3353         correctly.
3354
3355 2018-02-01  Yao Qi  <yao.qi@linaro.org>
3356
3357         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3358         "\[^\r\n\]*".
3359
3360 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
3361
3362         * gdb.arch/powerpc-prologue-frame.s: New file.
3363         * gdb.arch/powerpc-prologue-frame.c: Likewise.
3364         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3365
3366 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
3367
3368         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3369
3370 2018-01-30  Pedro Alves  <palves@redhat.com>
3371
3372         PR gdb/13211
3373         * gdb.base/interrupt-daemon.c: New.
3374         * gdb.base/interrupt-daemon.exp: New.
3375         * gdb.multi/multi-term-settings.c: New.
3376         * gdb.multi/multi-term-settings.exp: New.
3377
3378 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
3379
3380         * gdb.base/break.exp: Save the location where the breakpoint
3381         on break.c:47 was actually inserted when debugging the version
3382         compiled at -O2 and use it in the expected output of the "info
3383         break" test performed soon after.
3384
3385 2018-01-22  Pedro Alves  <palves@redhat.com>
3386             Sergio Durigan Junior  <sergiodj@redhat.com>
3387
3388         * gdb.base/whatis.exp: Add tests for 'set print object on' +
3389         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3390
3391 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
3392
3393         * gdb.base/break-include.c, gdb.base/break-include.inc,
3394         gdb.base/break-include.exp: New files.
3395         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3396         line number now being the actual line number where the breakpoint
3397         was inserted.
3398         * gdb.mi/mi-break.exp: Likewise.
3399         * gdb.mi/mi-reverse.exp: Likewise.
3400         * gdb.mi/mi-simplerun.exp: Ditto.
3401
3402 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
3403
3404         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3405         varobj.
3406         * gdb.mi/mi-var-create-rtti.exp: Likewise.
3407
3408 2018-01-21  Don Breazeal  <donb@codesourcery.com>
3409             Andrew Burgess  <andrew.burgess@embecosm.com>
3410
3411         * gdb.mi/basics.c: Add new global.
3412         * gdb.mi/mi-frame-regs.exp: New file.
3413         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3414         case.
3415
3416 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
3417
3418         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3419         non-parameter, and on an unknown symbol.
3420
3421 2018-01-19  Tom Tromey  <tom@tromey.com>
3422
3423         * gdb.rust/modules.rs (TWENTY_THREE): New global.
3424         * gdb.rust/modules.exp: Add ::-qualified lookup test.
3425
3426 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3427
3428         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3429         setrlimit and chdir to int.
3430
3431 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3432
3433         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3434         function.
3435         (my_tend): Likewise.
3436         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3437         rationale of avoiding FP- and vector instructions.
3438
3439 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
3440
3441         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3442         "info reg" with "\[ \t\]*".
3443         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3444         "\[ \t\]+".
3445         * gdb.arch/s390-multiarch.exp: Ditto.
3446         * gdb.base/pc-fp.exp: Ditto.
3447         * gdb.reverse/i386-precsave.exp: Ditto.
3448         * gdb.reverse/i386-reverse.exp: Ditto.
3449         * gdb.reverse/i387-env-reverse.exp: Ditto.
3450         * gdb.reverse/i387-stack-reverse.exp: Ditto.
3451
3452 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3453
3454         * lib/gdb.exp (gdb_compile): Re-enable use of
3455         universal_compile_options for languages other than Rust.
3456
3457 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3458
3459         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3460
3461 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
3462
3463         PR gdb/16577
3464         * gdb.base/solib-vanish.exp: New.
3465         * gdb.base/solib-vanish-main.c: New.
3466         * gdb.base/solib-vanish-lib1.c: New.
3467         * gdb.base/solib-vanish-lib2.c: New.
3468
3469 2018-01-17  Yao Qi  <yao.qi@linaro.org>
3470
3471         * gdb.compile/compile.exp: Match the address printed for
3472         frame in the output of command "bt".
3473
3474 2018-01-15  Tom Tromey  <tom@tromey.com>
3475
3476         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3477         compute sp_reg.
3478
3479 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
3480
3481         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3482         to prepare.
3483         (prepare): Return 0 on error, 1 on success.
3484
3485 2018-01-12  Pedro Alves  <palves@redhat.com>
3486
3487         * gdb.base/continue-after-aborted-step-over.c: New.
3488         * gdb.base/continue-after-aborted-step-over.exp: New.
3489
3490 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
3491
3492         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3493         options when not creating an executable.
3494
3495 2018-01-11  Pedro Alves  <palves@redhat.com>
3496
3497         PR remote/22597
3498         * gdb.server/stop-reply-no-thread.c: New file.
3499         * gdb.server/stop-reply-no-thread.exp: New file.
3500
3501 2018-01-10  Pedro Alves  <palves@redhat.com>
3502
3503         PR gdb/22670
3504         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
3505         functions too.  Test setting breakpoints and printing C functions
3506         with no debug info too.
3507         * gdb.ada/bp_c_mixed_case/qux.c: New file.
3508
3509 2018-01-10  Pedro Alves  <palves@redhat.com>
3510
3511         PR gdb/22670
3512         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3513         a fail.
3514
3515 2018-01-10  Pedro Alves  <palves@redhat.com>
3516
3517         PR gdb/22670
3518         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3519
3520 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
3521
3522         * gdb.server/unittest.exp: Match the output in non-development
3523         mode.
3524
3525 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
3526
3527         * gdb.gdb/unittest.exp: Match output in non-development mode.
3528
3529 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
3530
3531         * gdb.ada/access_tagged_param.exp: Relax expected output
3532         for value of "ObjL" in "continue" to pck.inspect breakpoint
3533         test.
3534
3535 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
3536
3537         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3538         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3539
3540 2018-01-05  Pedro Alves  <palves@redhat.com>
3541
3542         PR gdb/18653
3543         * gdb.base/libsegfault.exp: New.
3544
3545 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
3546
3547         PR gdb/22670
3548         * gdb.ada/access_tagged_param.exp: New file.
3549         * gdb.ada/access_tagged_param/foo.adb: New file.
3550
3551 2018-01-05  Pedro Alves  <palves@redhat.com>
3552
3553         PR gdb/22670
3554         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
3555         exercise lower case too, and to exercise both full matching and
3556         wild matching.
3557
3558 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
3559
3560         * gdb.ada/rename_subscript_param: New testcase.
3561
3562 2018-01-05  Jerome Guitton  <guitton@adacore.com>
3563
3564         * gdb.ada/arr_acc_idx_w_gap: New testcase.
3565
3566 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
3567
3568         * gdb.ada/convvar_comp: New testcase.
3569
3570 2018-01-05  Xavier Roirand  <roirand@adacore.com>
3571
3572         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3573         (My_Table): New global variable.
3574         * testsuite/gdb.ada/array_char_idx.exp: Add test.
3575
3576 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3577
3578         PR gdb/22670
3579         * gdb.ada/maint_with_ada: New testcase.
3580
3581 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3582
3583         PR gdb/22670
3584         * gdb.ada/bp_c_mixed_case: New testcase.
3585
3586 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3587
3588         PR gdb/22670
3589         * gdb.ada/complete.exp: Add "complete break ada" test.
3590
3591 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3592
3593         PR gdb/22670
3594         * gdb.ada/info_addr_mixed_case: New testcase.
3595
3596 2018-01-03  Xavier Roirand  <roirand@adacore.com>
3597
3598         * gdb.ada/excep_handle.exp: New testcase.
3599         * gdb.ada/excep_handle/foo.adb: New file.
3600         * gdb.ada/excep_handle/pck.ads: New file.
3601
3602 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
3603
3604         * gdb.base/step-line.c: Add extra empty line in copyright header.
3605         * gdb.base/step-line.inp: Likewise.
3606
3607 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
3608
3609         * gdb.ada/dyn_stride.exp: Add slice test.
3610
3611 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
3612
3613         * gdb.ada/dyn_stride: New testcase.
3614
3615 2017-12-27  Stafford Horne  <shorne@gmail.com>
3616
3617         * gdb.xml/extra-regs.xml: Add example foo reggroup.
3618         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3619
3620 2017-12-27  Stafford Horne  <shorne@gmail.com>
3621
3622         * gdb.base/reggroups.c: New file.
3623         * gdb.base/reggroups.exp: New file.
3624
3625 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
3626
3627         * gdb.dwarf2/ada-valprint-error.c: New file.
3628         * gdb.dwarf2/ada-valprint-error.exp: New file.
3629
3630 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
3631
3632         * gdb.ada/assign_arr: New testcase.
3633
3634 2017-12-18  Xavier Roirand  <roirand@adacore.com>
3635
3636         * gdb.ada/funcall_ptr: New testcase.
3637
3638 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3639
3640         PR cli/16224
3641         * gdb.base/ptype-offsets.cc: New file.
3642         * gdb.base/ptype-offsets.exp: New file.
3643
3644 2017-12-15  Yao Qi  <yao.qi@linaro.org>
3645
3646         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3647         if XML is disabled.
3648
3649 2017-12-15  Xavier Roirand  <roirand@adacore.com>
3650
3651         * gdb.ada/same_component_name: New testcase.
3652
3653 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
3654
3655         * gdb.ada/str_binop_equal: New testcase.
3656
3657 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
3658
3659         * gdb.ada/task_switch_in_core: New testcase.
3660
3661 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
3662
3663         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3664         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3665         call test_bkpt_qualified.
3666         (test_bkpt_qualified): New proc.
3667
3668 2017-12-13  Pedro Alves  <palves@redhat.com>
3669
3670         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3671         Tighten regexp by matching with an anchor.
3672
3673 2017-12-13  Pedro Alves  <palves@redhat.com>
3674
3675         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3676         ("expression with namespace"): New set of tests.
3677         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3678         (Nested::Test_NS::qux): New.
3679         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3680         defaults to 'start_quote_char' and 'end_quote_char' parameters.
3681
3682 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
3683
3684         * gdb.base/server-del-break.c: New file.
3685         * gdb.base/server-del-break.exp: New file.
3686
3687 2017-12-12  Stafford Horne  <shorne@gmail.com>
3688
3689         * gdb.xml/tdesc-regs.exp: Add or1k support.
3690
3691 2017-12-12  Stafford Horne  <shorne@gmail.com>
3692
3693         * gdb.base/bp-permanent.c: Define nop of or1k.
3694
3695 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
3696
3697         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3698         output with components being reordered.
3699
3700 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
3701
3702         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3703         output with components being reordered.
3704
3705 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3706             Pedro Alves  <palves@redhat.com>
3707
3708         * gdb.base/maint.exp (check for .gdb_index): Check also for
3709         .debug_names.
3710         * gdb.dlang/watch-loc.c (.debug_aranges): New.
3711         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3712         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3713         (.gdb_index used after symbol reloading): Support also .debug_names.
3714         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3715
3716 2017-12-08  Yao Qi  <yao.qi@linaro.org>
3717
3718         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3719         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3720
3721 2017-12-08  Yao Qi  <yao.qi@linaro.org>
3722
3723         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3724         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3725
3726 2017-12-08  Yao Qi  <yao.qi@linaro.org>
3727
3728         * gdb.arch/aarch64-tagged-pointer.c: New file.
3729         * gdb.arch/aarch64-tagged-pointer.exp: New file.
3730
3731 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
3732
3733         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3734         "int".
3735
3736 2017-12-07  Keith Seitz  <keiths@redhat.com>
3737
3738         PR breakpoints/22569
3739         * gdb.linespec/ls-errs.exp: Change expected result of "break
3740         -source this file has spaces.c -line 3".
3741         Check that an explicit source file followed by whitespace is
3742         identified as an invalid explicit location.
3743
3744 2017-12-07  Keith Seitz  <keiths@redhat.com>
3745
3746         * gdb.cp/nested-types.cc: New file.
3747         * gdb.cp/nested-types.exp: New file.
3748         * lib/cp-support.exp: Load data-structures.exp library.
3749         (debug_cp_test_ptype_class): New global.
3750         (cp_ptype_class_verbose, next_line): New procedures.
3751         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3752         Add and document new return value.
3753         Switch the list of lines to a queue.
3754         Add support for new `type' key for nested type definitions.
3755         Add debugging/troubleshooting messages.
3756         * lib/data-structures.exp: New file.
3757
3758 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
3759
3760         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3761         with proc_with_prefix, don't use with_test_prefix.
3762
3763 2017-12-07  Tom Tromey  <tom@tromey.com>
3764
3765         * gdb.base/break.exp: Add test for empty "commands".
3766
3767 2017-12-07  Yao Qi  <yao.qi@linaro.org>
3768
3769         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3770         malloc and catch syscall.
3771
3772 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
3773
3774         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3775         tests for explicit locations.
3776
3777 2017-12-06  Pedro Alves  <palves@redhat.com>
3778
3779         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3780         force-disabling XML descriptions.
3781
3782 2017-12-04  Pedro Alves  <palves@redhat.com>
3783
3784         PR gdb/22499
3785         * gdb.arch/amd64-disp-step-avx.S: New file.
3786         * gdb.arch/amd64-disp-step-avx.exp: New file.
3787
3788 2017-12-03  Pedro Alves  <palves@redhat.com>
3789
3790         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3791         and <string.h>.
3792         (parent_function): Print distinct messages when waitpid fails, or
3793         the child exits with a signal, or the child exits for an unhandled
3794         reason.
3795         * gdb.threads/process-dies-while-detaching.exp
3796         (detach_and_expect_exit): New 'inf_output_re' parameter and use
3797         it.  Wait for both inferior output and GDB's prompt.  Use an
3798         indirect spawn id list.
3799         (do_detach): New parameter 'child_exit'.  Use it to compute
3800         expected inferior output.
3801         (test_detach, test_detach_watch, test_detach_killed_outside):
3802         Adjust to pass down the expected child exit kind.
3803
3804 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
3805             Sergio Durigan Junior  <sergiodj@redhat.com>
3806             Pedro Alves  <palves@redhat.com>
3807
3808         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3809
3810 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3811
3812         * gdb.base/relocate.exp: Add tests to guarantee that arguments
3813         to 'symbol-file' and 'add-symbol-file' can be
3814         position-independent.
3815
3816 2017-12-01  Yao Qi  <yao.qi@linaro.org>
3817
3818         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3819         the URL in copyright header.
3820         * gdb.arch/aarch64-fp.exp: Likewise.
3821         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3822         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3823         * gdb.base/expand-psymtabs.exp: Likewise.
3824         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3825         * gdb.fortran/common-block.exp: Likewise.
3826         * gdb.fortran/common-block.f90: Likewise.
3827         * gdb.fortran/logical.exp: Likewise.
3828         * gdb.fortran/vla-datatypes.f90: Likewise.
3829         * gdb.fortran/vla-sub.f90: Likewise.
3830
3831 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
3832
3833         * gdb.ada/repeat_dyn: New testcase.
3834
3835 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
3836
3837         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3838         Update for changed thread numbering.
3839         * gdb.cell/bt.exp: Update for changed GDB output.
3840
3841 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
3842
3843         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3844         setting isremote by hand.
3845         * boards/dwarf4-gdb-index.exp: Likewise.
3846         * boards/fission.exp: Likewise.
3847         * boards/stabs.exp: Likewise.
3848
3849 2017-11-30  Pedro Alves  <palves@redhat.com>
3850
3851         * gdb.linespec/cpls-ops.exp
3852         (check_explicit_skips_function_argument): Extract the underlying
3853         type of size_t instead of hardcoding it.
3854
3855 2017-11-29  Pedro Alves  <palves@redhat.com>
3856
3857         PR c++/19436
3858         * gdb.linespec/cpls-abi-tag.cc: New file.
3859         * gdb.linespec/cpls-abi-tag.exp: New file.
3860
3861 2017-11-29  Pedro Alves  <palves@redhat.com>
3862
3863         * gdb.base/langs.exp: Use -qualified.
3864         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3865         it.
3866         * gdb.cp/namespace.exp: Use -qualified.
3867         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3868         (overload-3, template-overload, template-ret-type, const-overload)
3869         (const-overload-quoted, anon-ns, ambiguous-prefix): New
3870         procedures.
3871         (test_driver): Call them.
3872         * gdb.cp/save-bp-qualified.cc: New.
3873         * gdb.cp/save-bp-qualified.exp: New.
3874         * gdb.linespec/explicit.exp: Test -qualified.
3875         * lib/completion-support.exp (completion::explicit_opts_list): Add
3876         "-qualified".
3877         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3878
3879 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
3880
3881         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3882
3883 2017-11-29  Tom Tromey  <tom@tromey.com>
3884
3885         * gdb.base/relocate.exp: Update invalid argument test.
3886         Add new tests for invalid arguments.
3887
3888 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3889
3890         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3891         Return 0 as a long.
3892         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3893
3894 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3895
3896         * gdb.cp/breakpoint.cc (bar): Set return type to void.
3897         * gdb.cp/psymtab-parameter.cc (func): Likewise.
3898         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3899         func ().
3900         * gdb.cp/shadow.cc (B.func): Return 0.
3901
3902 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
3903
3904         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3905         expected output in gdb_expect call to allow the exception
3906         message to be present as well.  Fix syntax confusion to avoid
3907         TCL thinking that exception_name is an array.
3908
3909 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
3910
3911         * gdb.arch/spu-info.c: Include <unistd.h>.
3912         (do_signal_test): Fix broken calls to write.
3913         * gdb.arch/spu-info.exp: Use prepare_for_testing.
3914         Fix checks for empty mailboxes.  Update signal tests for corrected
3915         do_signal_test routine.  Allow nonzero event status.
3916         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3917         * gdb.cell/arch.exp: Use standard_output_file.
3918         * gdb.cell/break.exp: Likewise.
3919         * gdb.cell/bt.exp: Likewise.
3920         * gdb.cell/core.exp: Likewise.
3921         * gdb.cell/dwarfaddr.exp: Likewise.
3922         * gdb.cell/ea-cache.exp: Likewise.
3923         * gdb.cell/ea-standalone.exp: Likewise.
3924         * gdb.cell/f-regs.exp: Likewise.
3925         * gdb.cell/fork.exp: Likewise.
3926         * gdb.cell/gcore.exp: Likewise.
3927         * gdb.cell/mem-access.exp: Likewise.
3928         * gdb.cell/ptype.exp: Likewise.
3929         * gdb.cell/registers.exp: Likewise.
3930         * gdb.cell/sizeof.exp: Likewise.
3931         * gdb.cell/solib-symbol.exp: Likewise.
3932         * gdb.cell/solib.exp: Likewise.
3933
3934 2017-11-25   Pedro Alves  <palves@redhat.com>
3935
3936         * gdb.base/complete-empty.exp: New file.
3937         * gdb.base/completion.exp: Adjust.
3938
3939 2017-11-25  Pedro Alves  <palves@redhat.com>
3940
3941         * gdb.linespec/cpls-ops.cc: New file.
3942         * gdb.linespec/cpls-ops.exp: New file.
3943         * lib/completion-support.exp (test_complete_prefix_range_re): New,
3944         factored out from ...
3945         (test_complete_prefix_range): ... this.
3946
3947 2017-11-24  Pedro Alves  <palves@redhat.com>
3948
3949         * gdb.linespec/cpcompletion.exp: New file.
3950         * gdb.linespec/cpls-hyphen.cc: New file.
3951         * gdb.linespec/cpls.cc: New file.
3952         * gdb.linespec/cpls2.cc: New file.
3953         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
3954         test to use test_gdb_complete_unique.  Add label completion,
3955         keyword completion and explicit location completion tests.
3956         * lib/completion-support.exp: New file.
3957
3958 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
3959
3960         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3961         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3962         when hitting an exception catchpoint.
3963
3964 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3965
3966         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3967
3968 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
3969
3970         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3971         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3972         * gdb.dwarf2/info-locals-optimized-out.c: New file.
3973
3974 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3975
3976         * gdb.base/info-os.exp: Pass pthreads.
3977         * gdb.multi/multi-attach.exp: Likewise.
3978
3979 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3980
3981         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3982         compiler.
3983
3984 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3985
3986         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3987         * gdb.base/break-interp.exp: Likewise.
3988         * gdb.base/jit-attach-pie.exp: Likewise.
3989
3990 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
3991
3992         * gdb.base/float128.c (large128): New variable.
3993         * gdb.base/float128.exp: Add test to print largest __float128 value.
3994
3995 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
3996
3997         * gdb.arch/vsx-regs.exp: Update register content checks.
3998
3999 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
4000
4001         * gdb.arch/ppc-longdouble.exp: New file.
4002         * gdb.arch/ppc-longdouble.c: Likewise.
4003
4004 2017-11-21  Pedro Alves  <palves@redhat.com>
4005
4006         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4007
4008 2017-11-20  Pedro Alves  <palves@redhat.com>
4009
4010         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4011         (long_double_typedef): New typedefs.
4012         Use DEF on double and long double.
4013         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4014         cases.
4015         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4016         and 'long_double_ptr_same_size' locals.  Use them to decide
4017         whether cast from array/function to float is valid/invalid.
4018
4019 2017-11-17  Tom Tromey  <tom@tromey.com>
4020
4021         * gdb.rust/traits.rs: New file.
4022         * gdb.rust/traits.exp: New file.
4023
4024 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
4025
4026         * gdb.ada/minsyms: New testcase.
4027
4028 2017-11-16  Pedro Alves  <palves@redhat.com>
4029
4030         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4031         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4032
4033 2017-11-16  Pedro Alves  <palves@redhat.com>
4034
4035         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4036         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4037
4038 2017-11-16  Pedro Alves  <palves@redhat.com>
4039
4040         * gdb.server/reconnect-ctrl-c.c: New file.
4041         * gdb.server/reconnect-ctrl-c.exp: New file.
4042
4043 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
4044
4045         * gdb.python/py-rbreak.exp: New file.
4046         * gdb.python/py-rbreak.c: New file.
4047         * gdb.python/py-rbreak-func2.c: New file.
4048
4049 2017-11-16  Pedro Alves  <palves@redhat.com>
4050
4051         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4052         pattern.
4053         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4054         GDB.
4055
4056 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
4057
4058         * gdb.tui/completionn.exp (test_tab_completion): Add space in
4059         regex.
4060
4061 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
4062
4063         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4064         test names.
4065
4066 2017-11-09  Pedro Alves  <palves@redhat.com>
4067
4068         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4069         factored out from ...
4070         (top level): ... here, and adjusted to avoid expecting beyond the
4071         prompt in a single gdb_test_multiple.
4072
4073 2017-11-09  Pedro Alves  <palves@redhat.com>
4074
4075         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4076         output.
4077         * gdb.server/ext-attach.exp ("kill" test): Likewise.
4078         * gdb.server/ext-restart.exp ("kill" test): Likewise.
4079         * gdb.server/ext-run.exp ("kill" test): Likewise.
4080         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4081
4082 2017-11-09  Pedro Alves  <palves@redhat.com>
4083
4084         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4085         match till end of line.
4086
4087 2017-11-09  Pedro Alves  <palves@redhat.com>
4088
4089         * gdb.base/memattr.exp: Tighten regexes to match the end line.
4090
4091 2017-11-09  Pedro Alves  <palves@redhat.com>
4092
4093         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4094         New procedures, factored out from ...
4095         (top level): ... here, and adjusted to avoid expecting beyond the
4096         prompt in one go.
4097
4098 2017-11-09  Pedro Alves  <palves@redhat.com>
4099
4100         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4101         output.  Fix '?' match.
4102
4103 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
4104
4105         * gdb.ada/scoped_watch: New testcase.
4106         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4107         which is actually correct.
4108         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4109         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4110
4111 2017-11-08  Pedro Alves  <palves@redhat.com>
4112
4113         * gdb.gdb/complaints.exp (test_initial_complaints)
4114         (test_serial_complaints, test_short_complaints): Call
4115         complaint_internal instead of complaint.
4116
4117 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
4118
4119         * gdb.threads/tls-core.c: New file.
4120         * gdb.threads/tls-core.exp: Likewise.
4121
4122 2017-11-08   Pedro Alves  <palves@redhat.com>
4123
4124         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4125         (p Exported_Capitalized): New test.
4126         (p exported_capitalized): New test.
4127
4128 2017-11-07  Pedro Alves  <palves@redhat.com>
4129
4130         * gdb.cp/ena-dis-br-range.exp: Add more tests.
4131
4132 2017-11-07  Pedro Alves  <palves@redhat.com>
4133
4134         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4135         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4136         (disable_invalid, disable_inverted, disable_negative): New
4137         procedures.
4138         ("bad numbers"): New set of tests.
4139
4140 2017-11-07  Pedro Alves  <palves@redhat.com>
4141
4142         * gdb.cp/ena-dis-br-range.exp: Add tests.
4143
4144 2017-11-07  Pedro Alves  <palves@redhat.com>
4145
4146         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4147
4148 2017-11-07  Xavier Roirand  <roirand@adacore.com>
4149             Pedro Alves  <palves@redhat.com>
4150
4151         * gdb.base/ena-dis-br.exp: Add reference to
4152         gdb.cp/ena-dis-br-range.exp.
4153         * gdb.cp/ena-dis-br-range.exp: New file.
4154         * gdb.cp/ena-dis-br-range.cc: New file.
4155
4156 2017-11-06  Pedro Alves  <palves@redhat.com>
4157
4158         * gdb.base/attach-non-pgrp-leader.c: New.
4159         * gdb.base/attach-non-pgrp-leader.exp: New.
4160
4161 2017-11-06  Pedro Alves  <palves@redhat.com>
4162
4163         * configure.ac: No longer check for termio.h and sgtty.h.
4164         * configure: Regenerate.
4165         * remote-utils.c: Include termios.h instead of gdb_termios.h.
4166         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4167         Remove termio and sgtty code.
4168
4169 2017-11-03  Yao Qi  <yao.qi@linaro.org>
4170
4171         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4172         in GDB is disabled.
4173
4174 2017-11-03  Yao Qi  <yao.qi@linaro.org>
4175
4176         * gdb.python/py-thrhandle.exp: Skip it if python is not
4177         enabled.
4178
4179 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
4180
4181         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4182         as a breakpoint command.
4183
4184 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
4185
4186         PR python/21213
4187         * gdb.python/py-infthread.exp: Test calling
4188         InferiorThread.inferior () multiple times in a row.
4189
4190 2017-10-27  Keith Seitz  <keiths@redhat.com>
4191
4192         * gdb.opt/inline-break.exp (break_info_1): New procedure.
4193         Test "info break" for every inlined function breakpoint.
4194
4195 2017-10-27  Yao Qi  <yao.qi@linaro.org>
4196
4197         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4198
4199 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
4200
4201         * gdb.cp/classes.exp (test_static_members): Test printing
4202         Outer::instance.
4203         * gdb.cp/classes.c (struct Inner, struct Outer): New.
4204         (Inner::instance, Outer::instance): New.
4205
4206 2017-10-24  Pedro Alves  <palves@redhat.com>
4207
4208         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4209         extra console" test in two stages.
4210
4211 2017-10-24  Pedro Alves  <palves@redhat.com>
4212
4213         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4214
4215 2017-10-24  Pedro Alves  <palves@redhat.com>
4216
4217         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4218         loop.
4219
4220 2017-10-24  Pedro Alves  <palves@redhat.com>
4221
4222         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4223         $attempt" and "stoppedtry $stoppedtry" test prefixes.
4224
4225 2017-10-24  Pedro Alves  <palves@redhat.com>
4226
4227         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4228         parameter and handle it.  Don't output read value in test name.
4229
4230 2017-10-24  Pedro Alves  <palves@redhat.com>
4231
4232         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4233         custom test name.
4234
4235 2017-10-24  Pedro Alves  <palves@redhat.com>
4236
4237         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4238         include the unstable output directory name in the test's name.
4239         (initial_setup_simple) <'set args'>: Use custom test name.
4240
4241 2017-10-24  Pedro Alves  <palves@redhat.com>
4242
4243         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4244         with explicit test name.
4245
4246 2017-10-20  Pedro Alves  <palves@redhat.com>
4247
4248         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4249         'wait -i'.  Use gdb_assert and remote_close.
4250
4251 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
4252
4253         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4254         number from variable rather than hard-coded.
4255
4256 2017-10-19  Pedro Alves  <palves@redhat.com>
4257
4258         * gdb.base/long-inferior-output.c: New file.
4259         * gdb.base/long-inferior-output.exp: New file.
4260
4261 2017-11-18  Keith Seitz  <keiths@redhat.com>
4262
4263         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4264         method.
4265         (main): Call it.
4266         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4267         Add additional user-defined conversion operator tests.
4268
4269 2017-10-17  Pedro Alves  <palves@redhat.com>
4270
4271         * boards/native-stdio-gdbserver.exp: Load "local-board".
4272
4273 2017-10-17  Pedro Alves  <palves@redhat.com>
4274
4275         * gdb.base/quit-live.c: New file.
4276         * gdb.base/quit-live.exp: New file.
4277
4278 2017-10-16  Keith Seitz  <keiths@redhat.com>
4279
4280         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4281         (class_with_protected_typedef, class_with_private_typedef)
4282         (struct_with_public_typedef, struct_with_protected_typedef)
4283         (struct_with_private_typedef): New classes/structs.
4284         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4285         typedefs and access specifiers.
4286
4287 2017-10-16  Pedro Alves  <palves@redhat.com>
4288             Simon Marchi  <simon.marchi@polymtl.ca>
4289
4290         * README (Local vs Remote vs Native): New section.
4291         * boards/local-board.exp: New file, with bits factored out from
4292         ...
4293         * boards/native-extended-gdbserver.exp: ... here.  Load
4294         "local-board".
4295         * boards/native-gdbserver.exp: Load "local-board".
4296         (${board}_spawn, ${board}_exec): Delete.
4297         * boards/native-stdio-gdbserver.exp: Most contents factored out to
4298         ...
4299         * boards/stdio-gdbserver-base.exp: ... this new file.
4300         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4301         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4302         procedure.
4303         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4304         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
4305         stdio_gdbserver_command.
4306         (${board}_get_remote_address, ${board}_get_comm_port)
4307         (${board}_download, ${board}_upload): Delete.
4308         (get_target_remote_pipe_cmd): New.
4309
4310 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
4311
4312         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4313         test_bkpt_deletion, test_bkpt_cond_and_cmds,
4314         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4315         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4316         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4317         remove with_test_prefix.
4318
4319 2017-10-13  Pedro Alves  <palves@redhat.com>
4320
4321         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4322         * gdb.base/annota1.exp: Use it instead of is_remote.
4323         * gdb.base/annota3.exp: Use it instead of is_remote.
4324         * gdb.cp/annota2.exp: Use it instead of is_remote.
4325         * gdb.cp/annota3.exp: Use it instead of is_remote.
4326         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4327
4328 2017-10-13  Pedro Alves  <palves@redhat.com>
4329
4330         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4331         (test_num_test_vars, run_and_count_vars, find_env)
4332         (test_set_unset_env, test_inherit_env_var): New procedures.
4333         (top level): Use them.
4334
4335 2017-10-13  Pedro Alves  <palves@redhat.com>
4336
4337         * lib/selftest-support.exp (selftest_setup): Extend comments, and
4338         also skip on stub-like targets.
4339
4340 2017-10-13  Pedro Alves  <palves@redhat.com>
4341
4342         PR gdb/22293
4343         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4344         (top level): Move some tests to ...
4345         (test_not_found): ... this new procedure.
4346         (top level): Call it.
4347
4348 2017-10-13  Pedro Alves  <palves@redhat.com>
4349
4350         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
4351         expect different "info terminal" output if testing with a
4352         non-native target.
4353
4354 2017-10-13  Pedro Alves  <palves@redhat.com>
4355             Simon Marchi  <simon.marchi@polymtl.ca>
4356
4357         PR python/12966
4358         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4359
4360 2017-10-13  Pedro Alves  <palves@redhat.com>
4361
4362         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4363         already.
4364
4365 2017-10-13  Pedro Alves  <palves@redhat.com>
4366
4367         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4368         is_remote.
4369
4370 2017-10-13  Pedro Alves  <palves@redhat.com>
4371
4372         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4373         is_remote.
4374
4375 2017-10-13  Pedro Alves  <palves@redhat.com>
4376
4377         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4378         is set.
4379         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
4380         instead of is_remote.
4381
4382 2017-10-13  Pedro Alves  <palves@redhat.com>
4383
4384         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4385         (top level): Add comment.
4386
4387 2017-10-13  Pedro Alves  <palves@redhat.com>
4388
4389         * gdb.base/remote.exp (top level): Fix comment typo and add
4390         missing return.
4391
4392 2017-10-13  Pedro Alves  <palves@redhat.com>
4393             Simon Marchi  <simon.marchi@polymtl.ca>
4394
4395         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4396         calls and add comments.  Skip test if use_gdb_stub is set.
4397         (top level): Use "set cwd" command instead of "cd" command.
4398
4399 2017-10-13  Pedro Alves  <palves@redhat.com>
4400
4401         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4402         is_remote target check.
4403
4404 2017-10-13  Pedro Alves  <palves@redhat.com>
4405
4406         * gdb.base/scope.exp: Use build_executable + clean_restart +
4407         gdb_file_cmd instead of prepare_for_testing and no longer skip
4408         "before run" tests on is_remote target boards.  Update comments.
4409         * boards/native-extended-gdbserver.exp
4410         (extended_gdbserver_load_last_file): New, factored out from ...
4411         (gdb_load): ... this.  Move further below and add comment.
4412         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4413
4414 2017-10-12  Pedro Alves  <palves@redhat.com>
4415
4416         * gdb.base/attach.exp: Remove references to gdb64.
4417         * gdb.base/dbx.exp: Remove references to gdb64.
4418
4419 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
4420             Pedro Alves  <palves@redhat.com>
4421
4422         * gdb.base/label.exp: Remove is_remote target check.
4423
4424 2017-10-12  Pedro Alves  <palves@redhat.com>
4425
4426         * gdb.base/auvx.exp (coredir): Update comment.
4427         (top level) <core_works>: Use "set cwd" command instead of "cd"
4428         command.
4429
4430 2017-10-12  Pedro Alves  <palves@redhat.com>
4431             Simon Marchi  <simon.marchi@polymtl.ca>
4432
4433         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4434         target boards.
4435
4436 2017-10-12  Pedro Alves  <palves@redhat.com>
4437             Simon Marchi  <simon.marchi@polymtl.ca>
4438
4439         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4440         Instead skip if there's any gdb_protocol set.
4441
4442 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
4443             Pedro Alves  <palves@redhat.com>
4444
4445         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4446
4447 2017-10-12  Pedro Alves  <palves@redhat.com>
4448             Simon Marchi  <simon.marchi@polymtl.ca>
4449
4450         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4451         instead of on dejagnu remote boards.
4452
4453 2017-10-12  Pedro Alves  <palves@redhat.com>
4454             Simon Marchi  <simon.marchi@polymtl.ca>
4455
4456         * gdb.base/inferior-died.exp: Remove is_remote and isnative
4457         checks.  Use build_executable + clean_restart instead of
4458         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
4459         of enabling non-stop after starting gdb.
4460
4461 2017-10-12  Pedro Alves  <palves@redhat.com>
4462
4463         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4464         * gdb.threads/non-ldr-exc-2.exp: Ditto.
4465         * gdb.threads/non-ldr-exc-3.exp: Ditto.
4466         * gdb.threads/non-ldr-exc-4.exp: Ditto.
4467
4468 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
4469
4470         * gdb.arch/arc-tdesc-cpu.exp: New file.
4471         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4472
4473 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
4474
4475         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4476
4477 2017-10-10  Pedro Alves <palves@redhat.com>
4478
4479         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4480         expect CLI output.
4481
4482 2017-10-10  Pedro Alves  <palves@redhat.com>
4483
4484         * lib/selftest-support.exp (selftest_setup): Update for
4485         captured_command_loop's prototype change.
4486
4487 2017-10-09  Pedro Alves  <palves@redhat.com>
4488
4489         Test both arch1=>arch2 and arch2=>arch1.
4490
4491         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4492         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
4493         factored out to...
4494         (append_arch1_options, append_arch2_options, append_arch_options)
4495         (build_executables): New procedures.
4496         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
4497         local.
4498         (top level): Add new 'first_arch' testing axis.
4499
4500 2017-10-09  Pedro Alves  <palves@redhat.com>
4501
4502         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4503         (barrier): New.
4504         (thread_start, all_started): New functions.
4505         (main): Spawn new thread and wait until it is scheduled.
4506         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4507         option.
4508         (do_test): Add 'selected_thread' parameter.  Run to all_started
4509         instead of main.  Explicitly set the breakpoint at main.  Switch
4510         to the SELECTED_THREAD thread.
4511         (top level): Test handling the exec event with either the main
4512         thread or the second thread selected.
4513
4514 2017-10-09  Pedro Alves  <palves@redhat.com>
4515
4516         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4517         logic.  Move STOP marker after the value checks.
4518         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4519         regexp.
4520
4521 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
4522
4523         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4524
4525 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
4526
4527         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4528         integer-to-dfp conversion.
4529         * gdb.base/dfp-test.exp: Likewise.
4530
4531 2017-10-04  Pedro Alves  <palves@redhat.com>
4532
4533         * gdb.multi/hangout.c: Include <unistd.h>.
4534         (hangout_loop): New function.
4535         (main): Call alarm.  Call hangout_loop in a loop.
4536         * gdb.multi/hello.c: Include <unistd.h>.
4537         (hello_loop): New function.
4538         (main): Call alarm.  Call hangout_loop in a loop.
4539         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4540         inferior with the other selected.
4541
4542 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
4543
4544         * gdb.mi/list-thread-groups-available.exp: New file.
4545         * gdb.mi/list-thread-groups-available.c: New file.
4546
4547 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4548
4549         * gdb.base/set-cwd.exp: Make it available on
4550         native-extended-gdbserver.
4551
4552 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4553
4554         * gdb.base/set-cwd.c: New file.
4555         * gdb.base/set-cwd.exp: Likewise.
4556
4557 2017-10-02  Tom Tromey  <tom@tromey.com>
4558
4559         PR rust/22236:
4560         * gdb.rust/simple.rs (main): New variable "fslice".
4561         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
4562
4563 2017-10-02  Tom Tromey  <tom@tromey.com>
4564
4565         * gdb.rust/simple.exp: Test ptype of a slice.
4566
4567 2017-10-02  Tom Tromey  <tom@tromey.com>
4568
4569         * gdb.rust/simple.exp: Test index of slice.
4570
4571 2017-09-27  Tom Tromey  <tom@tromey.com>
4572
4573         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4574
4575 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4576             Pedro Alves  <palves@redhat.com>
4577
4578         * gdb.base/compare-sections.exp (get value of read-only section): Read
4579         as unsigned value.
4580         (corrupt read-only section): Likewise and don't set written if patching
4581         failed.
4582
4583 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
4584
4585         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4586         files.
4587
4588 2017-09-20  Pedro Alves  <palves@redhat.com>
4589
4590         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4591         symbol names in gdb's output.
4592         * gdb.cp/overload.exp ("list all overloads"): Likewise.
4593
4594 2017-09-20  Pedro Alves  <palves@redhat.com>
4595
4596         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4597         Rename to ...
4598         (test_list_ambiguous_symbol): ... this and add a symbol name
4599         parameter.  Adjust.
4600         (test_list_ambiguous_function): Reimplement on top of
4601         test_list_ambiguous_symbol and also test listing ambiguous
4602         variables.
4603         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4604         (ambiguous_fun): ... this.
4605         (ambiguous_var): New.
4606         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4607         (ambiguous_fun): ... this.
4608         (ambiguous_var): New.
4609
4610 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
4611
4612         * gdb.base/starti.c: New file.
4613         * gdb.base/starti.exp: New file.
4614         * lib/gdb.exp (gdb_starti_cmd): New procedure.
4615
4616 2017-09-14  Pedro Alves  <palves@redhat.com>
4617
4618         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4619         (top level): Use it instead of runto.
4620
4621 2017-09-11  Tom Tromey  <tom@tromey.com>
4622
4623         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4624
4625 2017-09-11  Tom Tromey  <tom@tromey.com>
4626
4627         * gdb.python/py-infthread.exp: Add tests for new_thread event.
4628         * gdb.python/py-inferior.exp: Add tests for new inferior events.
4629
4630 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
4631
4632         * gdb.fortran/printing-types.exp: New file.
4633         * gdb.fortran/printing-types.exp: New file.
4634
4635 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
4636
4637         * gdb.fortran/vla-ptype.exp: Fix typos.
4638         * gdb.fortran/vla-value.exp: Same.
4639
4640 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
4641
4642         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4643         * gdb.mi/mi-var-child-f.exp: Likewise.
4644         * gdb.mi/mi-vla-fortran.exp: Likewise.
4645
4646 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
4647             Christoph Weinmann  <christoph.t.weinmann@intel.com>
4648             Bernhard Heckel  <bernhard.heckel@intel.com>
4649
4650         * gdb.fortran/ptr-indentation.f90: New file.
4651         * gdb.fortran/ptr-indentation.exp: New file.
4652
4653 2017-09-05  Tom Tromey  <tom@tromey.com>
4654
4655         PR gdb/22010:
4656         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4657
4658 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4659
4660         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4661
4662 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4663
4664         * gdb.threads/tls-nodebug-pie.c: New file.
4665         * gdb.threads/tls-nodebug-pie.exp: New file.
4666
4667 2017-09-05  Tom Tromey  <tom@tromey.com>
4668
4669         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4670         for rust.
4671
4672 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
4673
4674         * gdb.multi/multi-arch-exec.exp: Test with different
4675         "follow-exec-mode" settings.
4676         (do_test): New procedure.
4677
4678 2017-09-04  Pedro Alves  <palves@redhat.com>
4679
4680         * gdb.base/func-static.c (S::method const, S::method volatile)
4681         (S::method volatile const): New methods.
4682         (c_s, v_s, cv_s): New instances.
4683         (main): Call method() on them.
4684         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4685         (cannot_resolve): New procedure.
4686         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
4687         print-quote-unquoted columns.
4688         (do_test): Test printing each scope too.
4689
4690 2017-09-04  Pedro Alves  <palves@redhat.com>
4691
4692         * gdb.base/local-static.exp: Also test with
4693         class::method::variable wholly quoted.
4694         * gdb.cp/m-static.exp (class::method::variable): Remove test.
4695
4696 2017-09-04  Pedro Alves  <palves@redhat.com>
4697
4698         * gdb.base/local-static.c: New.
4699         * gdb.base/local-static.cc: New.
4700         * gdb.base/local-static.exp:  New.
4701
4702 2017-09-04  Pedro Alves  <palves@redhat.com>
4703
4704         * gdb.asm/asm-source.exp: Add casts to int.
4705         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4706         (dataglobal64_1, dataglobal64_2): New globals.
4707         * gdb.base/nodebug.exp: Test different expressions involving the
4708         new globals, with print, whatis and ptype.  Add casts to int.
4709         * gdb.base/solib-display.exp: Add casts to int.
4710         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
4711         * gdb.cp/m-static.exp: Add cast to int.
4712         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4713         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4714         tls variable with no debug info without a cast.  Test with a cast
4715         to int too.
4716         * gdb.trace/entry-values.exp: Add casts.
4717
4718 2017-09-04  Pedro Alves  <palves@redhat.com>
4719
4720         * gdb.base/nodebug.exp: Test that ptype's error about functions
4721         with unknown return type includes the function name too.
4722
4723 2017-09-04  Pedro Alves  <palves@redhat.com>
4724
4725         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4726         return type of munmap in infcall.
4727         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4728         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
4729         type of ftell in infcall.
4730         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4731         type of getpid in infcall.
4732         * gdb.base/infcall-exec.exp: Cast return type of execlp in
4733         infcall.
4734         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4735         Bail on failure to extract the pid.
4736         * gdb.base/nodebug.c: #include <stdint.h>.
4737         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4738         New functions.
4739         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4740         Change expected output of print/whatis/ptype with functions with
4741         no debug info.  Test all supported languages.  Call
4742         test_call_promotion.
4743         * gdb.compile/compile.exp: Adjust expected output to expect
4744         warning.
4745         * gdb.threads/siginfo-threads.exp: Likewise.
4746
4747 2017-09-04  Pedro Alves  <palves@redhat.com>
4748
4749         * gdb.base/callfuncs.exp (do_function_calls): New parameter
4750         "prototypes".  Test calling float functions via prototyped and
4751         unprototyped function pointers.
4752         (perform_all_tests): New parameter "prototypes".  Pass it down.
4753         (top level): Pass down "prototypes" parameter to
4754         perform_all_tests.
4755
4756 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
4757
4758         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4759         Test with nested loops.
4760
4761 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
4762
4763         * gdb.base/commands.exp: Call the new procedures.
4764         (loop_break_test, loop_continue_test): New procedures.
4765
4766 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
4767
4768         * gdb.base/commands.exp: Call new procedure.
4769         (define_if_without_arg_test): New procedure.
4770
4771 2017-09-04  Pedro Alves  <palves@redhat.com>
4772
4773         * gdb.base/list-ambiguous.exp: New file.
4774         * gdb.base/list-ambiguous0.c: New file.
4775         * gdb.base/list-ambiguous1.c: New file.
4776         * gdb.base/list.exp (test_list_range): Adjust expected output.
4777
4778 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
4779
4780         * gdb.base/share-env-with-gdbserver.c: New file.
4781         * gdb.base/share-env-with-gdbserver.exp: Likewise.
4782
4783 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
4784
4785         * gdb.base/commands.exp (gdbvar_simple_if_test,
4786         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4787         progvar_simple_if_test, progvar_simple_while_test,
4788         progvar_complex_if_while_test, user_defined_command_test,
4789         user_defined_command_args_eval,
4790         user_defined_command_args_stack_test,
4791         user_defined_command_manyargs_test, bp_deleted_in_command_test,
4792         temporary_breakpoint_commands,
4793         gdb_test_no_prompt, redefine_hook_test,
4794         redefine_backtrace_test): Remove "global gdb_prompt".
4795
4796 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
4797
4798         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4799         New proc, call it from toplevel.
4800
4801 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
4802
4803         PR remote/21852
4804         * gdb.server/normal.c: New file, copied from gdb.base.
4805         * gdb.server/run-without-local-binary.exp: New file.
4806
4807 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
4808
4809         * gdb.arch/sparc64-adi.exp: New file.
4810         * gdb.arch/sparc64-adi.c: New file.
4811
4812 2017-08-22  Pedro Alves  <palves@redhat.com>
4813
4814         * gdb.cp/overload.exp (line_range_pattern): New procedure.
4815         (top level): Add "list all overloads" tests.
4816
4817 2017-08-22  Tom Tromey  <tom@tromey.com>
4818
4819         * gdb.gdb/xfullpath.exp: Remove.
4820
4821 2017-08-21  Pedro Alves  <palves@redhat.com>
4822
4823         PR gdb/19487
4824         * gdb.base/symbol-alias.c: New.
4825         * gdb.base/symbol-alias2.c: New.
4826         * gdb.base/symbol-alias.exp: New.
4827
4828 2017-08-21  Pedro Alves  <palves@redhat.com>
4829
4830         * gdb.base/dfp-test.c
4831         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4832         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4833         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4834         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4835         * gdb.base/whatis-ptype-typedefs.c: New.
4836         * gdb.base/whatis-ptype-typedefs.exp: New.
4837         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4838         (an_int, an_int_type, an_int_type2): New globals.
4839         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4840         involving typedefs and cast expressions.
4841         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4842         (lookup_typedefs_function): New.
4843         (typedefs_pretty_printers_dict): New.
4844         (top level): Register lookup_typedefs_function in
4845         gdb.pretty_printers.
4846
4847 2017-08-18  Yao Qi  <yao.qi@linaro.org>
4848
4849         * gdb.server/unittest.exp: New.
4850
4851 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4852
4853         PR gdb/21954
4854         * gdb.base/environ.exp: Add test to check if 'unset environment'
4855         works.
4856
4857 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4858
4859         * lib/gdb.exp (universal_compile_options): New caching proc.
4860         (gdb_compile): Suppress GCC's coloring of messages.
4861
4862 2017-08-14  Tom Tromey  <tom@tromey.com>
4863
4864         PR gdb/21675:
4865         * gdb.base/printcmds.exp (test_radices): New function.
4866         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4867         * gdb.base/sizeof.exp (check_valueof): Use p/d.
4868         * lib/gdb.exp (get_integer_valueof): Use p/d.
4869
4870 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
4871
4872         * lib/gdb.exp (get_valueof): Don't capture end-of-line
4873         characters.
4874
4875 2017-08-05  Tom Tromey  <tom@tromey.com>
4876
4877         * gdb.rust/simple.exp: Allow String to appear in a different
4878         namespace.
4879
4880 2017-07-26  Yao Qi  <yao.qi@linaro.org>
4881
4882         * gdb.gdb/unittest.exp: Invoke command
4883         "maintenance check xml-descriptions".
4884
4885 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4886
4887         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4888         calling context.
4889         (hex128): Drop erroneous calculation of parameters.
4890
4891 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
4892
4893         * gdb.python/py-unwind.exp: Disable stack protection when
4894         building test file.
4895
4896 2017-07-20  Pedro Alves  <palves@redhat.com>
4897
4898         * gdb.base/default.exp (set language): Adjust expected output.
4899
4900 2017-07-20  Pedro Alves  <palves@redhat.com>
4901
4902         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4903         (test_minsym): ... this, and make static.
4904         (get_pck__foo__bar__minsym): Rename to ...
4905         (get_test_minsym): ... this.
4906         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
4907         symbol names and comments.
4908         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4909         (get_test_minsym): ... this.
4910         (pck__foo__bar__minsym__2): Rename to ...
4911         (test_minsym): ... this.
4912         (main): Adjust.
4913
4914 2017-07-17  Pedro Alves  <palves@redhat.com>
4915
4916         * gdb.base/completion.exp: Adjust expected output.
4917         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4918         the completer works.
4919
4920 2017-07-17  Pedro Alves  <palves@redhat.com>
4921
4922         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4923
4924 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
4925
4926         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4927
4928 2017-07-14  Tom Tromey  <tom@tromey.com>
4929
4930         PR rust/21764:
4931         * gdb.rust/simple.exp: Add tests.
4932
4933 2017-07-14  Tom Tromey  <tom@tromey.com>
4934
4935         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4936
4937 2017-07-14  Pedro Alves  <palves@redhat.com>
4938
4939         * gdb.linespec/base/one/thefile.cc (z1): New function.
4940         * gdb.linespec/base/two/thefile.cc (z2): New function.
4941         * gdb.linespec/linespec.exp: Add tests.
4942
4943 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4944
4945         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4946         to mi_create_breakpoint.
4947
4948 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4949
4950         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4951         mi_create_breakpoint.
4952
4953 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
4954
4955         * gdb.dlang/demangle.exp: Update for demangling changes.
4956
4957 2017-07-09  Tom Tromey  <tom@tromey.com>
4958
4959         * gdb.dwarf2/shortpiece.exp: New file.
4960
4961 2017-07-06  David Blaikie  <dblaikie@gmail.com>
4962
4963         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4964         built from fissiont-multi-cu{1,2}.c.
4965         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4966         except putting 'main' and 'func' in separate CUs in the same DWO file.
4967         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4968         test.
4969         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4970         test.
4971
4972 2017-07-06  Pedro Alves  <palves@redhat.com>
4973
4974         * gdb.python/py-unwind.exp: Test flushregs.
4975
4976 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
4977
4978         PR cli/21688
4979         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4980         tests for alias commands and trailing whitespace.
4981
4982 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
4983
4984         PR cli/21688
4985         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4986         procedure.  Call it.
4987
4988 2017-06-29  Pedro Alves  <palves@redhat.com>
4989
4990         * gdb.base/printcmds.exp: Add tests.
4991
4992 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
4993
4994         PR gdb/21337
4995         * gdb.base/reread-readsym.exp: New file.
4996         * gdb.base/reread-readsym.c: New file.
4997
4998 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
4999
5000         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5001         subpattern.
5002
5003 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
5004
5005         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5006         extended mnemonic.
5007         * gdb.arch/powerpc-power9.s: Likewise.
5008
5009 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5010
5011         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5012         on 32-bit x86 targets.  Exploit is_*_target macros where
5013         appropriate.
5014
5015 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5016
5017         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5018         register pieces.
5019
5020 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5021
5022         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5023         located in one or more DWARF pieces.
5024
5025 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5026
5027         * lib/gdb.exp (get_endianness): New proc.
5028         * gdb.arch/aarch64-fp.exp: Use it.
5029         * gdb.arch/altivec-regs.exp: Likewise.
5030         * gdb.arch/e500-regs.exp: Likewise.
5031         * gdb.arch/vsx-regs.exp: Likewise.
5032         * gdb.base/dump.exp: Likewise.
5033         * gdb.base/funcargs.exp: Likewise.
5034         * gdb.base/gnu_vector.exp: Likewise.
5035         * gdb.dwarf2/formdata16.exp: Likewise.
5036         * gdb.dwarf2/implptrpiece.exp: Likewise.
5037         * gdb.dwarf2/nonvar-access.exp: Likewise.
5038         * gdb.python/py-inferior.exp: Likewise.
5039         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5040
5041 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5042
5043         PR gdb/21226
5044         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5045         stack value pieces are taken from the LSB end.
5046
5047 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5048
5049         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5050         variable at nonzero offset.
5051
5052 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5053
5054         * gdb.dwarf2/var-access.c: New file.
5055         * gdb.dwarf2/var-access.exp: New test.
5056         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5057
5058 2017-06-12  Tom Tromey  <tom@tromey.com>
5059
5060         * gdb.dwarf2/formdata16.exp: Add tests.
5061
5062 2017-06-12  Tom Tromey  <tom@tromey.com>
5063
5064         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5065
5066 2017-06-12  Tom Tromey  <tom@tromey.com>
5067
5068         PR exp/16225:
5069         * gdb.reverse/i386-sse-reverse.exp: Update tests.
5070         * gdb.arch/vsx-regs.exp: Update tests.
5071         * gdb.arch/s390-vregs.exp (hex128): New proc.
5072         Update test.
5073         * gdb.arch/altivec-regs.exp: Update tests.
5074
5075 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5076
5077         * gdb.base/startup-with-shell.c: New file.
5078         * gdb.base/startup-with-shell.exp: Likewise.
5079
5080 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5081
5082         * gdb.server/non-existing-program.exp: Update regex in order to
5083         reflect the fact that gdbserver is now using fork_inferior (with a
5084         shell) to startup the inferior.
5085
5086 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
5087
5088         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5089         support function calls from GDB.
5090
5091 2017-05-21  Tom Tromey  <tom@tromey.com>
5092
5093         PR rust/21466:
5094         * gdb.rust/unsized.exp: New file.
5095         * gdb.rust/unsized.rs: New file.
5096
5097 2017-05-19  Tom Tromey  <tom@tromey.com>
5098
5099         PR rust/21484:
5100         * gdb.rust/watch.exp: New file.
5101         * gdb.rust/watch.rs: New file.
5102
5103 2017-05-18  Tom Tromey  <tom@tromey.com>
5104
5105         * gdb.rust/simple.exp: Allow Box to be qualified.
5106
5107 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5108
5109         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5110
5111 2017-05-18  Pedro Alves  <palves@redhat.com>
5112
5113         * gdb.base/fileio.c (test_write, test_read, test_close)
5114         (test_fstat): Don't print 'ret' in the fail path.
5115
5116 2017-05-18  Pedro Alves  <palves@redhat.com>
5117
5118         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5119         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5120         (test_system, test_rename, test_unlink, test_time): Change
5121         prototypes.
5122         * gdb.base/fileio.exp (stop_msg): Adjust.
5123
5124 2017-05-18  Pedro Alves  <palves@redhat.com>
5125
5126         * gdb.base/fileio.c (null_str): New global.
5127         (test_stat): Use it.
5128         * gdb.base/fileio.exp: Remove nowarnings.
5129
5130 2017-05-17  Yao Qi  <yao.qi@linaro.org>
5131
5132         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5133
5134 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
5135
5136         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5137         argument command.
5138         (top-level): Invoke test_set_inferior_tty.
5139
5140 2017-05-04  Pedro Alves  <palves@redhat.com>
5141
5142         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5143         Add parens to print call for Python 3.
5144
5145 2017-05-03  Keith Seitz  <keiths@redhat.com>
5146
5147         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5148         (main): Call it.
5149
5150 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5151
5152         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5153         to prev and next.
5154
5155 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5156
5157         * gdb.python/py-record-btrace.exp: Remove test for
5158         gdb.BtraceInstruction.error.
5159
5160 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5161
5162         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5163
5164 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5165
5166         * gdb.python/py-record-btrace-threads.c: New file.
5167         * gdb.python/py-record-btrace-threads.exp: New file.
5168
5169 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
5170
5171         PR testsuite/8595
5172         * gdb.base/environ.exp: Make test available in all architectures.
5173         Move bits related to "info program" testing to
5174         gdb.base/info-program.exp.  Rewrite tests to use the two new
5175         procedures mentione below.
5176         (test_set_show_env_var) New procedure.
5177         (test_set_show_env_var_equal): Likewise.
5178         * gdb.base/info-program.exp: New file.
5179
5180 2017-04-27  Keith Seitz  <keiths@redhat.com>
5181
5182         * gdb.cp/oranking.cc (test15): New function.
5183         (main): Call test15 and declare additional variables for testing.
5184         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5185         "p foo101('abc')" tests.
5186         Add tests for cv qualifier overloads.
5187         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5188         "lvalue reference overload" test.
5189         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5190         "print value of f1 on Child&& in f2" test.
5191
5192 2017-04-19  Pedro Alves  <palves@redhat.com>
5193
5194         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5195         procedure.
5196         (top level): Call it.
5197         * lib/gdb.exp (gdb_define_cmd): New procedure.
5198
5199 2017-04-12  Pedro Alves  <palves@redhat.com>
5200
5201         PR gdb/21323
5202         * gdb.cp/wide_char_types.c: Include <wchar.h>.
5203         (wchar): New global.
5204         * gdb.cp/wide_char_types.exp (wide_char_types_program)
5205         (do_test_wide_char, wide_char_types_no_program, top level): Add
5206         wchar_t testing.
5207
5208 2017-04-12  Pedro Alves  <palves@redhat.com>
5209
5210         PR c++/21323
5211         * gdb.cp/wide_char_types.c: New file.
5212         * gdb.cp/wide_char_types.exp: New file.
5213
5214 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
5215
5216         PR gdb/21352
5217         * gdb.trace/tsv.exp: Add test for "tsave -r".
5218
5219 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
5220
5221         * gdb.dlang/watch-loc.c: New file.
5222         * gdb.dlang/watch-loc.exp: New file.
5223
5224 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5225
5226         * gdb.python/py-section-script.exp (sepdebug): New testcases.
5227
5228 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
5229
5230         * gdb.arch/arc-analyze-prologue.S: New file.
5231         * gdb.arch/arc-analyze-prologue.exp: Likewise.
5232
5233 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
5234
5235         * gdb.arch/arc-decode-insn.S: New file.
5236         * gdb.arch/arc-decode-insn.exp: Likewise.
5237
5238 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
5239
5240         PR tdep/20928
5241         * gdb.arch/sparc64-regs.exp: New file.
5242         * gdb.arch/sparc64-regs.S: Likewise.
5243
5244 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
5245
5246         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5247         and memory view on Python 3.
5248
5249 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
5250             Keith Seitz  <keiths@redhat.com>
5251
5252         PR gdb/14441
5253         * gdb.cp/demangle.exp: Add rvalue reference tests.
5254         * gdb.cp/rvalue-ref-casts.cc: New file.
5255         * gdb.cp/rvalue-ref-casts.exp: New file.
5256         * gdb.cp/rvalue-ref-overload.cc: New file.
5257         * gdb.cp/rvalue-ref-overload.exp: New file.
5258         * gdb.cp/rvalue-ref-params.cc: New file.
5259         * gdb.cp/rvalue-ref-params.exp: New file.
5260         * gdb.cp/rvalue-ref-sizeof.cc: New file.
5261         * gdb.cp/rvalue-ref-sizeof.exp: New file.
5262         * gdb.cp/rvalue-ref-types.cc: New file.
5263         * gdb.cp/rvalue-ref-types.exp: New file.
5264         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5265         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5266
5267 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
5268
5269         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5270         New procedure.
5271
5272 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
5273
5274         * lib/mi-support.exp (mi_gdb_test): Add additional message
5275         for unexpected output.
5276
5277 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5278
5279         * gdb.base/examine-backward.c (Barrier): New character array
5280         constant, to ensure that TestStrings is preceded by a string
5281         terminator.
5282
5283 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5284
5285         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5286         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5287         and implicit pointer into such a location.
5288
5289 2017-03-16  Doug Evans  <dje@google.com>
5290
5291         * gdb.python/py-lazy-string (pointer): Really add new typedef.
5292
5293 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5294
5295         * gdb.cp/m-static.exp: Fix expectation for prototype of
5296         test5.single_constructor and single_constructor::single_constructor.
5297
5298 2017-03-16  Doug Evans  <dje@google.com>
5299
5300         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5301         * gdb.guile/scm-lazy-string.c: New file.
5302         * gdb.guile/scm-value.exp: Move lazy string tests to ...
5303         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
5304         for pointer, array, typedef lazy strings.
5305
5306 2017-03-16  Doug Evans  <dje@google.com>
5307
5308         PR python/17728, python/18439, python/18779
5309         * gdb.python/py-value.c (main) Delete locals sptr, sn.
5310         * gdb.python/py-lazy-string.c (pointer): New typedef.
5311         (main): New locals ptr, array, typedef_ptr.
5312         * gdb.python/py-value.exp: Move lazy string tests to ...
5313         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
5314         array, typedef lazy strings.
5315
5316 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
5317
5318         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5319           Add optional 'test' parameter.
5320
5321 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
5322
5323         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5324         Skip for versions of DejaGnu < 1.5.
5325
5326 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
5327
5328         * lib/gdb.exp (dejagnu_version): New proc.
5329         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5330         Use dejagnu_version.
5331
5332 2017-03-10  Keith Seitz  <keiths@redhat.com>
5333
5334         PR c++/8128
5335         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5336         type from destructor regexps.
5337         Add a branch which actually passes the test.
5338         Adjust "ptype t5i" test names.
5339
5340 2017-03-08  Pedro Alves  <palves@redhat.com>
5341
5342         * gdb.base/step-over-exit.exp: Add explicit test message.
5343
5344 2017-03-08  Pedro Alves  <palves@redhat.com>
5345
5346         PR gdb/18360
5347         * gdb.threads/interrupt-while-step-over.c: New file.
5348         * gdb.threads/interrupt-while-step-over.exp: New file.
5349
5350 2017-03-08  Pedro Alves  <palves@redhat.com>
5351
5352         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5353         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5354
5355 2017-03-08  Pedro Alves  <palves@redhat.com>
5356
5357         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5358         PKRU as not supported as a PASS.
5359
5360 2017-03-08  Pedro Alves  <palves@redhat.com>
5361
5362         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5363         prefix instead of $binfile1/$binfile2.
5364         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5365         in test message.
5366         * gdb.python/py-completion.exp: Use "load python file" as test
5367         messages instead of unstable path names.
5368
5369 2017-03-08  Pedro Alves  <palves@redhat.com>
5370             Jan Kratochvil  <jan.kratochvil@redhat.com>
5371
5372         PR cli/21218
5373         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5374         New proc.
5375         (top level): Call it.
5376
5377 2017-03-08  Pedro Alves  <palves@redhat.com>
5378
5379         PR tui/21216
5380         * gdb.tui/tui-nl-filtered-output.exp: New file.
5381
5382 2017-03-08  Pedro Alves  <palves@redhat.com>
5383
5384         * gdb.base/completion.exp: Move TUI completion tests to ...
5385         * gdb.tui/completion.exp: ... this new file.
5386
5387 2017-03-08  Pedro Alves  <palves@redhat.com>
5388
5389         * gdb.base/tui-disasm-long-lines.c,
5390         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5391         gdb.base/tui-layout.exp: Move to ...
5392         * gdb.tui/: ... this new directory.
5393
5394 2017-03-07  Pedro Alves  <palves@redhat.com>
5395
5396         * gdb.base/tui-layout.c: New file.
5397         * gdb.base/tui-layout.exp: New file.
5398
5399 2017-03-07  Pedro Alves  <palves@redhat.com>
5400
5401         * gdb.base/tui-layout.c: Rename to ...
5402         * gdb.base/tui-disasm-long-lines.c: ... this.
5403         * gdb.base/tui-layout.exp: Rename to ...
5404         * gdb.base/tui-disasm-long-lines.exp: ... this.
5405
5406 2017-03-07  Pedro Alves  <palves@redhat.com>
5407
5408         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5409
5410 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5411
5412         * i386-mpx-call.c: New file.
5413         * i386-mpx-call.exp: New file.
5414
5415 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
5416
5417         * gdb.arch/powerpc-power.exp: Delete test.
5418         * gdb.arch/powerpc-power.s: Likewise.
5419         * gdb.disasm/disassembler-options.exp: New test.
5420         * gdb.arch/powerpc-altivec.exp: Likewise.
5421         * gdb.arch/powerpc-altivec.s: Likewise.
5422         * gdb.arch/powerpc-altivec2.exp: Likewise.
5423         * gdb.arch/powerpc-altivec2.s: Likewise.
5424         * gdb.arch/powerpc-altivec3.exp: Likewise.
5425         * gdb.arch/powerpc-altivec3.s: Likewise.
5426         * gdb.arch/powerpc-power7.exp: Likewise.
5427         * gdb.arch/powerpc-power7.s: Likewise.
5428         * gdb.arch/powerpc-power8.exp: Likewise.
5429         * gdb.arch/powerpc-power8.s: Likewise.
5430         * gdb.arch/powerpc-power9.exp: Likewise.
5431         * gdb.arch/powerpc-power9.s: Likewise.
5432         * gdb.arch/powerpc-vsx.exp: Likewise.
5433         * gdb.arch/powerpc-vsx.s: Likewise.
5434         * gdb.arch/powerpc-vsx2.exp: Likewise.
5435         * gdb.arch/powerpc-vsx2.s: Likewise.
5436         * gdb.arch/powerpc-vsx3.exp: Likewise.
5437         * gdb.arch/powerpc-vsx3.s: Likewise.
5438         * gdb.arch/arm-disassembler-options.exp: Likewise.
5439         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5440         * gdb.arch/s390-disassembler-options.exp: Likewise.
5441
5442 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
5443
5444         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5445         (check_supported_features): ... this. Changed return type to void.
5446         (supports_rdseed): New static global.
5447         (rdseed): Check supports_rdseed.
5448         (initialize): Call check_supported_features.
5449
5450 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5451
5452         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5453         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
5454         and lqarx/stqcx.
5455         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5456         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5457
5458 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5459
5460         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5461         uppercase.
5462
5463 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5464
5465         * gdb.dwarf2/formdata16.c: New file.
5466         * gdb.dwarf2/formdata16.exp: New file.
5467         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5468
5469 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5470
5471         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5472         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5473         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5474         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5475         DW_AT_GNU_*.
5476
5477 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5478
5479         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5480
5481 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
5482
5483         PR gdb/21164
5484         * gdb.base/maint.exp: Add testcases for when the commands do
5485         not have arguments.
5486
5487 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5488
5489         * gdb.cp/chained-calls.exp: Use p instead of P.
5490
5491 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
5492
5493         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5494         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5495
5496 2017-02-14  Tom Tromey  <tom@tromey.com>
5497
5498         PR python/13598:
5499         * gdb.python/py-events.exp: Add before_prompt event tests.
5500
5501 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5502
5503         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5504
5505 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
5506
5507         * gdb.linespec/explicit.c (my_unique_function_name): New function.
5508         (main): Call my_unique_function_name.
5509         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5510         completion of patterns with a single match.
5511         Add missing -re switches to gdb_test_multiple calls.
5512
5513 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
5514
5515         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5516         return if core file is not recognized.
5517
5518 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
5519
5520         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5521         and extra UIs.
5522
5523 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
5524
5525         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5526         proc_with_prefix.
5527
5528 2017-02-10  Tom Tromey  <tom@tromey.com>
5529
5530         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5531
5532 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
5533
5534         PR gdb/21122
5535         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5536
5537 2017-02-08  Jerome Guitton  <guitton@adacore.com>
5538
5539         * gdb.base/define.exp: Add test for command abbreviations
5540         in define.
5541
5542 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
5543
5544         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5545         * gdb.reverse/insn-reverse-x86.c: New file.
5546
5547 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
5548
5549         PR tdep/20936
5550         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5551
5552 2017-02-03  Tom Tromey  <tom@tromey.com>
5553
5554         PR rust/21097:
5555         * gdb.rust/simple.exp: Add new tests.
5556
5557 2017-02-02  Pedro Alves  <palves@redhat.com>
5558
5559         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5560         tests.
5561
5562 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5563
5564         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5565         taking a 2-byte value out of a 4-byte DWARF implicit value on
5566         big-endian targets.
5567         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5568         logic.  Add test cases for DW_OP_implicit.
5569
5570 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5571
5572         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5573
5574 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5575
5576         * gdb.btrace/enable.exp: Call gdb_exit before
5577         skip_gdbserver_tests.
5578
5579 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5580
5581         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5582         GDBFLAGS.
5583
5584 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5585
5586         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5587         the test is skipped.
5588         * gdb.btrace/data.exp: Likewise.
5589         * gdb.btrace/delta.exp: Likewise.
5590         * gdb.btrace/dlopen.exp: Likewise.
5591         * gdb.btrace/enable-running.exp: Likewise.
5592         * gdb.btrace/enable.exp: Likewise.
5593         * gdb.btrace/exception.exp: Likewise.
5594         * gdb.btrace/function_call_history.exp: Likewise.
5595         * gdb.btrace/gcore.exp: Likewise.
5596         * gdb.btrace/instruction_history.exp: Likewise.
5597         * gdb.btrace/multi-thread-step.exp: Likewise.
5598         * gdb.btrace/nohist.exp: Likewise.
5599         * gdb.btrace/non-stop.exp: Likewise.
5600         * gdb.btrace/reconnect.exp: Likewise.
5601         * gdb.btrace/record_goto-step.exp: Likewise.
5602         * gdb.btrace/record_goto.exp: Likewise.
5603         * gdb.btrace/rn-dl-bind.exp: Likewise.
5604         * gdb.btrace/segv.exp: Likewise.
5605         * gdb.btrace/step.exp: Likewise.
5606         * gdb.btrace/stepi.exp: Likewise.
5607         * gdb.btrace/tailcall-only.exp: Likewise.
5608         * gdb.btrace/tailcall.exp: Likewise.
5609         * gdb.btrace/tsx.exp: Likewise.
5610         * gdb.btrace/unknown_functions.exp: Likewise.
5611         * gdb.btrace/vdso.exp: Likewise.
5612
5613 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5614
5615         * gdb.btrace/enable-running.c: New.
5616         * gdb.btrace/enable-running.exp: New.
5617
5618 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5619
5620         * gdb.arch/amd64-gs_base.c: New file.
5621         * gdb.arch/amd64-gs_base.exp: New file.
5622
5623 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
5624
5625         * lib/memory.exp: Remove spurious empty newlines.
5626
5627 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
5628
5629         * gdb.python/py-bad-printers.exp: Load python file using "source".
5630         * gdb.python/py-events.exp: Likewise.
5631         * gdb.python/py-evsignal.exp: Likewise.
5632         * gdb.python/py-evthreads.exp: Likewise.
5633         * gdb.python/py-frame-args.exp: Likewise.
5634         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5635         * gdb.python/py-framefilter-mi.exp: Likewise.
5636         * gdb.python/py-framefilter.exp: Likewise.
5637         * gdb.python/py-mi.exp: Likewise.
5638         * gdb.python/py-pp-maint.exp: Likewise.
5639         * gdb.python/py-pp-registration.exp: Likewise.
5640         * gdb.python/py-prettyprint.exp: Likewise.
5641         (run_lang_tests): Likewise.
5642         * gdb.python/py-typeprint.exp: Likewise.
5643
5644 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
5645
5646         * lib/memory.exp: New file.
5647         * lib/gdb.exp: Load memory.exp.
5648         * gdb.base/memattr.exp (delete_memory): Move proc to
5649         lib/memory.exp and rename to delete_memory_regions.
5650         Replace delete_memory with delete_memory_regions.
5651         Cleanup memory regions before tests.
5652         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5653         before tests.
5654
5655 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
5656
5657         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5658         files.
5659         (initialize): New function conditionally defined.
5660         (testcases): Move within conditional block.
5661         (main): Call initialize.
5662         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5663         of gdb.reverse/insn-reverse.c.
5664         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5665         gdb.reverse/insn-reverse.c.
5666
5667 2017-01-26  Yao Qi  <yao.qi@linaro.org>
5668
5669         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5670         disassemble on address 0.
5671
5672 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5673             Yao Qi  <yao.qi@linaro.org>
5674
5675         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5676         * gdb.dwarf2/implptr-64bit.S: Remove.
5677         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
5678         variables in caller's context.  Add DW_OP_implicit_value.
5679
5680 2017-01-25  Yao Qi  <yao.qi@linaro.org>
5681
5682         * lib/dwarf.exp (Dwarf::_location): Handle
5683         DW_OP_GNU_implicit_pointer with proper size.
5684
5685 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
5686
5687         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5688         and add untested calls.
5689
5690 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
5691
5692         * gdb.python/python.exp: Check line number against what GDB thinks
5693         the line number is for func1.
5694
5695 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
5696
5697         * gdb.dlang/debug-expr.exp: New file.
5698
5699 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
5700
5701         Fix test names for the following files:
5702
5703         * gdb.ada/exec_changed.exp
5704         * gdb.ada/info_types.exp
5705         * gdb.arch/aarch64-atomic-inst.exp
5706         * gdb.arch/aarch64-fp.exp
5707         * gdb.arch/altivec-abi.exp
5708         * gdb.arch/altivec-regs.exp
5709         * gdb.arch/amd64-byte.exp
5710         * gdb.arch/amd64-disp-step.exp
5711         * gdb.arch/amd64-dword.exp
5712         * gdb.arch/amd64-entry-value-inline.exp
5713         * gdb.arch/amd64-entry-value-param.exp
5714         * gdb.arch/amd64-entry-value-paramref.exp
5715         * gdb.arch/amd64-entry-value.exp
5716         * gdb.arch/amd64-i386-address.exp
5717         * gdb.arch/amd64-invalid-stack-middle.exp
5718         * gdb.arch/amd64-invalid-stack-top.exp
5719         * gdb.arch/amd64-optimout-repeat.exp
5720         * gdb.arch/amd64-prologue-skip.exp
5721         * gdb.arch/amd64-prologue-xmm.exp
5722         * gdb.arch/amd64-stap-special-operands.exp
5723         * gdb.arch/amd64-stap-wrong-subexp.exp
5724         * gdb.arch/amd64-tailcall-cxx.exp
5725         * gdb.arch/amd64-tailcall-noret.exp
5726         * gdb.arch/amd64-tailcall-ret.exp
5727         * gdb.arch/amd64-tailcall-self.exp
5728         * gdb.arch/amd64-word.exp
5729         * gdb.arch/arm-bl-branch-dest.exp
5730         * gdb.arch/arm-disp-step.exp
5731         * gdb.arch/arm-neon.exp
5732         * gdb.arch/arm-single-step-kernel-helper.exp
5733         * gdb.arch/avr-flash-qualifier.exp
5734         * gdb.arch/disp-step-insn-reloc.exp
5735         * gdb.arch/e500-abi.exp
5736         * gdb.arch/e500-regs.exp
5737         * gdb.arch/ftrace-insn-reloc.exp
5738         * gdb.arch/i386-avx512.exp
5739         * gdb.arch/i386-bp_permanent.exp
5740         * gdb.arch/i386-byte.exp
5741         * gdb.arch/i386-cfi-notcurrent.exp
5742         * gdb.arch/i386-disp-step.exp
5743         * gdb.arch/i386-dr3-watch.exp
5744         * gdb.arch/i386-float.exp
5745         * gdb.arch/i386-gnu-cfi.exp
5746         * gdb.arch/i386-mpx-map.exp
5747         * gdb.arch/i386-mpx-sigsegv.exp
5748         * gdb.arch/i386-mpx-simple_segv.exp
5749         * gdb.arch/i386-mpx.exp
5750         * gdb.arch/i386-permbkpt.exp
5751         * gdb.arch/i386-prologue.exp
5752         * gdb.arch/i386-signal.exp
5753         * gdb.arch/i386-size-overlap.exp
5754         * gdb.arch/i386-unwind.exp
5755         * gdb.arch/i386-word.exp
5756         * gdb.arch/mips-fcr.exp
5757         * gdb.arch/powerpc-d128-regs.exp
5758         * gdb.arch/powerpc-stackless.exp
5759         * gdb.arch/ppc64-atomic-inst.exp
5760         * gdb.arch/s390-stackless.exp
5761         * gdb.arch/s390-tdbregs.exp
5762         * gdb.arch/s390-vregs.exp
5763         * gdb.arch/sparc-sysstep.exp
5764         * gdb.arch/thumb-bx-pc.exp
5765         * gdb.arch/thumb-singlestep.exp
5766         * gdb.arch/thumb2-it.exp
5767         * gdb.arch/vsx-regs.exp
5768         * gdb.asm/asm-source.exp
5769         * gdb.base/a2-run.exp
5770         * gdb.base/advance.exp
5771         * gdb.base/all-bin.exp
5772         * gdb.base/anon.exp
5773         * gdb.base/args.exp
5774         * gdb.base/arithmet.exp
5775         * gdb.base/async-shell.exp
5776         * gdb.base/async.exp
5777         * gdb.base/attach-pie-noexec.exp
5778         * gdb.base/attach-twice.exp
5779         * gdb.base/auto-load.exp
5780         * gdb.base/bang.exp
5781         * gdb.base/bitfields.exp
5782         * gdb.base/break-always.exp
5783         * gdb.base/break-caller-line.exp
5784         * gdb.base/break-entry.exp
5785         * gdb.base/break-inline.exp
5786         * gdb.base/break-on-linker-gcd-function.exp
5787         * gdb.base/break-probes.exp
5788         * gdb.base/break.exp
5789         * gdb.base/breakpoint-shadow.exp
5790         * gdb.base/call-ar-st.exp
5791         * gdb.base/call-sc.exp
5792         * gdb.base/call-signal-resume.exp
5793         * gdb.base/call-strs.exp
5794         * gdb.base/callfuncs.exp
5795         * gdb.base/catch-fork-static.exp
5796         * gdb.base/catch-gdb-caused-signals.exp
5797         * gdb.base/catch-load.exp
5798         * gdb.base/catch-signal-fork.exp
5799         * gdb.base/catch-signal.exp
5800         * gdb.base/catch-syscall.exp
5801         * gdb.base/charset.exp
5802         * gdb.base/checkpoint.exp
5803         * gdb.base/chng-syms.exp
5804         * gdb.base/code-expr.exp
5805         * gdb.base/code_elim.exp
5806         * gdb.base/commands.exp
5807         * gdb.base/completion.exp
5808         * gdb.base/complex.exp
5809         * gdb.base/cond-expr.exp
5810         * gdb.base/condbreak.exp
5811         * gdb.base/consecutive.exp
5812         * gdb.base/continue-all-already-running.exp
5813         * gdb.base/coredump-filter.exp
5814         * gdb.base/corefile.exp
5815         * gdb.base/dbx.exp
5816         * gdb.base/debug-expr.exp
5817         * gdb.base/define.exp
5818         * gdb.base/del.exp
5819         * gdb.base/disabled-location.exp
5820         * gdb.base/disasm-end-cu.exp
5821         * gdb.base/disasm-optim.exp
5822         * gdb.base/display.exp
5823         * gdb.base/duplicate-bp.exp
5824         * gdb.base/ena-dis-br.exp
5825         * gdb.base/ending-run.exp
5826         * gdb.base/enumval.exp
5827         * gdb.base/environ.exp
5828         * gdb.base/eu-strip-infcall.exp
5829         * gdb.base/eval-avoid-side-effects.exp
5830         * gdb.base/eval-skip.exp
5831         * gdb.base/exitsignal.exp
5832         * gdb.base/expand-psymtabs.exp
5833         * gdb.base/filesym.exp
5834         * gdb.base/find-unmapped.exp
5835         * gdb.base/finish.exp
5836         * gdb.base/float.exp
5837         * gdb.base/foll-exec-mode.exp
5838         * gdb.base/foll-exec.exp
5839         * gdb.base/foll-fork.exp
5840         * gdb.base/fortran-sym-case.exp
5841         * gdb.base/freebpcmd.exp
5842         * gdb.base/func-ptr.exp
5843         * gdb.base/func-ptrs.exp
5844         * gdb.base/funcargs.exp
5845         * gdb.base/gcore-buffer-overflow.exp
5846         * gdb.base/gcore-relro-pie.exp
5847         * gdb.base/gcore-relro.exp
5848         * gdb.base/gcore.exp
5849         * gdb.base/gdb1090.exp
5850         * gdb.base/gdb11530.exp
5851         * gdb.base/gdb11531.exp
5852         * gdb.base/gdb1821.exp
5853         * gdb.base/gdbindex-stabs.exp
5854         * gdb.base/gdbvars.exp
5855         * gdb.base/hbreak.exp
5856         * gdb.base/hbreak2.exp
5857         * gdb.base/included.exp
5858         * gdb.base/infcall-input.exp
5859         * gdb.base/inferior-died.exp
5860         * gdb.base/infnan.exp
5861         * gdb.base/info-macros.exp
5862         * gdb.base/info-os.exp
5863         * gdb.base/info-proc.exp
5864         * gdb.base/info-shared.exp
5865         * gdb.base/info-target.exp
5866         * gdb.base/infoline.exp
5867         * gdb.base/interp.exp
5868         * gdb.base/interrupt.exp
5869         * gdb.base/jit-reader.exp
5870         * gdb.base/jit-simple.exp
5871         * gdb.base/kill-after-signal.exp
5872         * gdb.base/kill-detach-inferiors-cmd.exp
5873         * gdb.base/label.exp
5874         * gdb.base/langs.exp
5875         * gdb.base/ldbl_e308.exp
5876         * gdb.base/line-symtabs.exp
5877         * gdb.base/linespecs.exp
5878         * gdb.base/list.exp
5879         * gdb.base/long_long.exp
5880         * gdb.base/longest-types.exp
5881         * gdb.base/maint.exp
5882         * gdb.base/max-value-size.exp
5883         * gdb.base/memattr.exp
5884         * gdb.base/mips_pro.exp
5885         * gdb.base/morestack.exp
5886         * gdb.base/moribund-step.exp
5887         * gdb.base/multi-forks.exp
5888         * gdb.base/nested-addr.exp
5889         * gdb.base/nextoverexit.exp
5890         * gdb.base/noreturn-finish.exp
5891         * gdb.base/noreturn-return.exp
5892         * gdb.base/nostdlib.exp
5893         * gdb.base/offsets.exp
5894         * gdb.base/opaque.exp
5895         * gdb.base/pc-fp.exp
5896         * gdb.base/permissions.exp
5897         * gdb.base/print-symbol-loading.exp
5898         * gdb.base/prologue-include.exp
5899         * gdb.base/psymtab.exp
5900         * gdb.base/ptype.exp
5901         * gdb.base/random-signal.exp
5902         * gdb.base/randomize.exp
5903         * gdb.base/range-stepping.exp
5904         * gdb.base/readline-ask.exp
5905         * gdb.base/recpar.exp
5906         * gdb.base/recurse.exp
5907         * gdb.base/relational.exp
5908         * gdb.base/restore.exp
5909         * gdb.base/return-nodebug.exp
5910         * gdb.base/return.exp
5911         * gdb.base/run-after-attach.exp
5912         * gdb.base/save-bp.exp
5913         * gdb.base/scope.exp
5914         * gdb.base/sect-cmd.exp
5915         * gdb.base/set-lang-auto.exp
5916         * gdb.base/set-noassign.exp
5917         * gdb.base/setvar.exp
5918         * gdb.base/sigall.exp
5919         * gdb.base/sigbpt.exp
5920         * gdb.base/siginfo-addr.exp
5921         * gdb.base/siginfo-infcall.exp
5922         * gdb.base/siginfo-obj.exp
5923         * gdb.base/siginfo.exp
5924         * gdb.base/signals-state-child.exp
5925         * gdb.base/signest.exp
5926         * gdb.base/sigstep.exp
5927         * gdb.base/sizeof.exp
5928         * gdb.base/skip.exp
5929         * gdb.base/solib-corrupted.exp
5930         * gdb.base/solib-nodir.exp
5931         * gdb.base/solib-search.exp
5932         * gdb.base/stack-checking.exp
5933         * gdb.base/stale-infcall.exp
5934         * gdb.base/stap-probe.exp
5935         * gdb.base/start.exp
5936         * gdb.base/step-break.exp
5937         * gdb.base/step-bt.exp
5938         * gdb.base/step-line.exp
5939         * gdb.base/step-over-exit.exp
5940         * gdb.base/step-over-syscall.exp
5941         * gdb.base/step-resume-infcall.exp
5942         * gdb.base/step-test.exp
5943         * gdb.base/store.exp
5944         * gdb.base/structs3.exp
5945         * gdb.base/sym-file.exp
5946         * gdb.base/symbol-without-target_section.exp
5947         * gdb.base/term.exp
5948         * gdb.base/testenv.exp
5949         * gdb.base/ui-redirect.exp
5950         * gdb.base/until.exp
5951         * gdb.base/unwindonsignal.exp
5952         * gdb.base/value-double-free.exp
5953         * gdb.base/vla-datatypes.exp
5954         * gdb.base/vla-ptr.exp
5955         * gdb.base/vla-sideeffect.exp
5956         * gdb.base/volatile.exp
5957         * gdb.base/watch-cond-infcall.exp
5958         * gdb.base/watch-cond.exp
5959         * gdb.base/watch-non-mem.exp
5960         * gdb.base/watch-read.exp
5961         * gdb.base/watch-vfork.exp
5962         * gdb.base/watchpoint-cond-gone.exp
5963         * gdb.base/watchpoint-delete.exp
5964         * gdb.base/watchpoint-hw-hit-once.exp
5965         * gdb.base/watchpoint-hw.exp
5966         * gdb.base/watchpoint-stops-at-right-insn.exp
5967         * gdb.base/watchpoints.exp
5968         * gdb.base/wchar.exp
5969         * gdb.base/whatis-exp.exp
5970         * gdb.btrace/buffer-size.exp
5971         * gdb.btrace/data.exp
5972         * gdb.btrace/delta.exp
5973         * gdb.btrace/dlopen.exp
5974         * gdb.btrace/enable.exp
5975         * gdb.btrace/exception.exp
5976         * gdb.btrace/function_call_history.exp
5977         * gdb.btrace/gcore.exp
5978         * gdb.btrace/instruction_history.exp
5979         * gdb.btrace/nohist.exp
5980         * gdb.btrace/reconnect.exp
5981         * gdb.btrace/record_goto-step.exp
5982         * gdb.btrace/record_goto.exp
5983         * gdb.btrace/rn-dl-bind.exp
5984         * gdb.btrace/segv.exp
5985         * gdb.btrace/step.exp
5986         * gdb.btrace/stepi.exp
5987         * gdb.btrace/tailcall-only.exp
5988         * gdb.btrace/tailcall.exp
5989         * gdb.btrace/tsx.exp
5990         * gdb.btrace/unknown_functions.exp
5991         * gdb.btrace/vdso.exp
5992         * gdb.compile/compile-ifunc.exp
5993         * gdb.compile/compile-ops.exp
5994         * gdb.compile/compile-print.exp
5995         * gdb.compile/compile-setjmp.exp
5996         * gdb.cp/abstract-origin.exp
5997         * gdb.cp/ambiguous.exp
5998         * gdb.cp/annota2.exp
5999         * gdb.cp/annota3.exp
6000         * gdb.cp/anon-ns.exp
6001         * gdb.cp/anon-struct.exp
6002         * gdb.cp/anon-union.exp
6003         * gdb.cp/arg-reference.exp
6004         * gdb.cp/baseenum.exp
6005         * gdb.cp/bool.exp
6006         * gdb.cp/breakpoint.exp
6007         * gdb.cp/bs15503.exp
6008         * gdb.cp/call-c.exp
6009         * gdb.cp/casts.exp
6010         * gdb.cp/chained-calls.exp
6011         * gdb.cp/class2.exp
6012         * gdb.cp/classes.exp
6013         * gdb.cp/cmpd-minsyms.exp
6014         * gdb.cp/converts.exp
6015         * gdb.cp/cp-relocate.exp
6016         * gdb.cp/cpcompletion.exp
6017         * gdb.cp/cpexprs.exp
6018         * gdb.cp/cplabel.exp
6019         * gdb.cp/cplusfuncs.exp
6020         * gdb.cp/cpsizeof.exp
6021         * gdb.cp/ctti.exp
6022         * gdb.cp/derivation.exp
6023         * gdb.cp/destrprint.exp
6024         * gdb.cp/dispcxx.exp
6025         * gdb.cp/enum-class.exp
6026         * gdb.cp/exception.exp
6027         * gdb.cp/exceptprint.exp
6028         * gdb.cp/expand-psymtabs-cxx.exp
6029         * gdb.cp/expand-sals.exp
6030         * gdb.cp/extern-c.exp
6031         * gdb.cp/filename.exp
6032         * gdb.cp/formatted-ref.exp
6033         * gdb.cp/fpointer.exp
6034         * gdb.cp/gdb1355.exp
6035         * gdb.cp/gdb2495.exp
6036         * gdb.cp/hang.exp
6037         * gdb.cp/impl-this.exp
6038         * gdb.cp/infcall-dlopen.exp
6039         * gdb.cp/inherit.exp
6040         * gdb.cp/iostream.exp
6041         * gdb.cp/koenig.exp
6042         * gdb.cp/local.exp
6043         * gdb.cp/m-data.exp
6044         * gdb.cp/m-static.exp
6045         * gdb.cp/mb-ctor.exp
6046         * gdb.cp/mb-inline.exp
6047         * gdb.cp/mb-templates.exp
6048         * gdb.cp/member-name.exp
6049         * gdb.cp/member-ptr.exp
6050         * gdb.cp/meth-typedefs.exp
6051         * gdb.cp/method.exp
6052         * gdb.cp/method2.exp
6053         * gdb.cp/minsym-fallback.exp
6054         * gdb.cp/misc.exp
6055         * gdb.cp/namelessclass.exp
6056         * gdb.cp/namespace-enum.exp
6057         * gdb.cp/namespace-nested-import.exp
6058         * gdb.cp/namespace.exp
6059         * gdb.cp/nextoverthrow.exp
6060         * gdb.cp/no-dmgl-verbose.exp
6061         * gdb.cp/non-trivial-retval.exp
6062         * gdb.cp/noparam.exp
6063         * gdb.cp/nsdecl.exp
6064         * gdb.cp/nsimport.exp
6065         * gdb.cp/nsnested.exp
6066         * gdb.cp/nsnoimports.exp
6067         * gdb.cp/nsrecurs.exp
6068         * gdb.cp/nsstress.exp
6069         * gdb.cp/nsusing.exp
6070         * gdb.cp/operator.exp
6071         * gdb.cp/oranking.exp
6072         * gdb.cp/overload-const.exp
6073         * gdb.cp/overload.exp
6074         * gdb.cp/ovldbreak.exp
6075         * gdb.cp/ovsrch.exp
6076         * gdb.cp/paren-type.exp
6077         * gdb.cp/parse-lang.exp
6078         * gdb.cp/pass-by-ref.exp
6079         * gdb.cp/pr-1023.exp
6080         * gdb.cp/pr-1210.exp
6081         * gdb.cp/pr-574.exp
6082         * gdb.cp/pr10687.exp
6083         * gdb.cp/pr12028.exp
6084         * gdb.cp/pr17132.exp
6085         * gdb.cp/pr17494.exp
6086         * gdb.cp/pr9067.exp
6087         * gdb.cp/pr9167.exp
6088         * gdb.cp/pr9631.exp
6089         * gdb.cp/printmethod.exp
6090         * gdb.cp/psmang.exp
6091         * gdb.cp/psymtab-parameter.exp
6092         * gdb.cp/ptype-cv-cp.exp
6093         * gdb.cp/ptype-flags.exp
6094         * gdb.cp/re-set-overloaded.exp
6095         * gdb.cp/ref-types.exp
6096         * gdb.cp/rtti.exp
6097         * gdb.cp/scope-err.exp
6098         * gdb.cp/shadow.exp
6099         * gdb.cp/smartp.exp
6100         * gdb.cp/static-method.exp
6101         * gdb.cp/static-print-quit.exp
6102         * gdb.cp/temargs.exp
6103         * gdb.cp/templates.exp
6104         * gdb.cp/try_catch.exp
6105         * gdb.cp/typedef-operator.exp
6106         * gdb.cp/typeid.exp
6107         * gdb.cp/userdef.exp
6108         * gdb.cp/using-crash.exp
6109         * gdb.cp/var-tag.exp
6110         * gdb.cp/virtbase.exp
6111         * gdb.cp/virtfunc.exp
6112         * gdb.cp/virtfunc2.exp
6113         * gdb.cp/vla-cxx.exp
6114         * gdb.disasm/t01_mov.exp
6115         * gdb.disasm/t02_mova.exp
6116         * gdb.disasm/t03_add.exp
6117         * gdb.disasm/t04_sub.exp
6118         * gdb.disasm/t05_cmp.exp
6119         * gdb.disasm/t06_ari2.exp
6120         * gdb.disasm/t07_ari3.exp
6121         * gdb.disasm/t08_or.exp
6122         * gdb.disasm/t09_xor.exp
6123         * gdb.disasm/t10_and.exp
6124         * gdb.disasm/t11_logs.exp
6125         * gdb.disasm/t12_bit.exp
6126         * gdb.disasm/t13_otr.exp
6127         * gdb.dlang/circular.exp
6128         * gdb.dwarf2/arr-stride.exp
6129         * gdb.dwarf2/arr-subrange.exp
6130         * gdb.dwarf2/atomic-type.exp
6131         * gdb.dwarf2/bad-regnum.exp
6132         * gdb.dwarf2/bitfield-parent-optimized-out.exp
6133         * gdb.dwarf2/callframecfa.exp
6134         * gdb.dwarf2/clztest.exp
6135         * gdb.dwarf2/corrupt.exp
6136         * gdb.dwarf2/data-loc.exp
6137         * gdb.dwarf2/dup-psym.exp
6138         * gdb.dwarf2/dw2-anon-mptr.exp
6139         * gdb.dwarf2/dw2-anonymous-func.exp
6140         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6141         * gdb.dwarf2/dw2-bad-unresolved.exp
6142         * gdb.dwarf2/dw2-basic.exp
6143         * gdb.dwarf2/dw2-canonicalize-type.exp
6144         * gdb.dwarf2/dw2-case-insensitive.exp
6145         * gdb.dwarf2/dw2-common-block.exp
6146         * gdb.dwarf2/dw2-compdir-oldgcc.exp
6147         * gdb.dwarf2/dw2-compressed.exp
6148         * gdb.dwarf2/dw2-const.exp
6149         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6150         * gdb.dwarf2/dw2-cu-size.exp
6151         * gdb.dwarf2/dw2-dup-frame.exp
6152         * gdb.dwarf2/dw2-entry-value.exp
6153         * gdb.dwarf2/dw2-icycle.exp
6154         * gdb.dwarf2/dw2-ifort-parameter.exp
6155         * gdb.dwarf2/dw2-inline-break.exp
6156         * gdb.dwarf2/dw2-inline-param.exp
6157         * gdb.dwarf2/dw2-intercu.exp
6158         * gdb.dwarf2/dw2-intermix.exp
6159         * gdb.dwarf2/dw2-lexical-block-bare.exp
6160         * gdb.dwarf2/dw2-linkage-name-trust.exp
6161         * gdb.dwarf2/dw2-minsym-in-cu.exp
6162         * gdb.dwarf2/dw2-noloc.exp
6163         * gdb.dwarf2/dw2-op-call.exp
6164         * gdb.dwarf2/dw2-op-out-param.exp
6165         * gdb.dwarf2/dw2-opt-structptr.exp
6166         * gdb.dwarf2/dw2-param-error.exp
6167         * gdb.dwarf2/dw2-producer.exp
6168         * gdb.dwarf2/dw2-ranges-base.exp
6169         * gdb.dwarf2/dw2-ref-missing-frame.exp
6170         * gdb.dwarf2/dw2-reg-undefined.exp
6171         * gdb.dwarf2/dw2-regno-invalid.exp
6172         * gdb.dwarf2/dw2-restore.exp
6173         * gdb.dwarf2/dw2-restrict.exp
6174         * gdb.dwarf2/dw2-single-line-discriminators.exp
6175         * gdb.dwarf2/dw2-strp.exp
6176         * gdb.dwarf2/dw2-undefined-ret-addr.exp
6177         * gdb.dwarf2/dw2-unresolved.exp
6178         * gdb.dwarf2/dw2-var-zero-addr.exp
6179         * gdb.dwarf2/dw4-sig-types.exp
6180         * gdb.dwarf2/dwz.exp
6181         * gdb.dwarf2/dynarr-ptr.exp
6182         * gdb.dwarf2/enum-type.exp
6183         * gdb.dwarf2/gdb-index.exp
6184         * gdb.dwarf2/implptr-64bit.exp
6185         * gdb.dwarf2/implptr-optimized-out.exp
6186         * gdb.dwarf2/implptr.exp
6187         * gdb.dwarf2/implref-array.exp
6188         * gdb.dwarf2/implref-const.exp
6189         * gdb.dwarf2/implref-global.exp
6190         * gdb.dwarf2/implref-struct.exp
6191         * gdb.dwarf2/mac-fileno.exp
6192         * gdb.dwarf2/main-subprogram.exp
6193         * gdb.dwarf2/member-ptr-forwardref.exp
6194         * gdb.dwarf2/method-ptr.exp
6195         * gdb.dwarf2/missing-sig-type.exp
6196         * gdb.dwarf2/nonvar-access.exp
6197         * gdb.dwarf2/opaque-type-lookup.exp
6198         * gdb.dwarf2/pieces-optimized-out.exp
6199         * gdb.dwarf2/pieces.exp
6200         * gdb.dwarf2/pr10770.exp
6201         * gdb.dwarf2/pr13961.exp
6202         * gdb.dwarf2/staticvirtual.exp
6203         * gdb.dwarf2/subrange.exp
6204         * gdb.dwarf2/symtab-producer.exp
6205         * gdb.dwarf2/trace-crash.exp
6206         * gdb.dwarf2/typeddwarf.exp
6207         * gdb.dwarf2/valop.exp
6208         * gdb.dwarf2/watch-notconst.exp
6209         * gdb.fortran/array-element.exp
6210         * gdb.fortran/charset.exp
6211         * gdb.fortran/common-block.exp
6212         * gdb.fortran/complex.exp
6213         * gdb.fortran/derived-type-function.exp
6214         * gdb.fortran/derived-type.exp
6215         * gdb.fortran/logical.exp
6216         * gdb.fortran/module.exp
6217         * gdb.fortran/multi-dim.exp
6218         * gdb.fortran/nested-funcs.exp
6219         * gdb.fortran/print-formatted.exp
6220         * gdb.fortran/subarray.exp
6221         * gdb.fortran/vla-alloc-assoc.exp
6222         * gdb.fortran/vla-datatypes.exp
6223         * gdb.fortran/vla-history.exp
6224         * gdb.fortran/vla-ptr-info.exp
6225         * gdb.fortran/vla-ptype-sub.exp
6226         * gdb.fortran/vla-ptype.exp
6227         * gdb.fortran/vla-sizeof.exp
6228         * gdb.fortran/vla-type.exp
6229         * gdb.fortran/vla-value-sub-arbitrary.exp
6230         * gdb.fortran/vla-value-sub-finish.exp
6231         * gdb.fortran/vla-value-sub.exp
6232         * gdb.fortran/vla-value.exp
6233         * gdb.fortran/whatis_type.exp
6234         * gdb.go/chan.exp
6235         * gdb.go/handcall.exp
6236         * gdb.go/hello.exp
6237         * gdb.go/integers.exp
6238         * gdb.go/methods.exp
6239         * gdb.go/package.exp
6240         * gdb.go/strings.exp
6241         * gdb.go/types.exp
6242         * gdb.go/unsafe.exp
6243         * gdb.guile/scm-arch.exp
6244         * gdb.guile/scm-block.exp
6245         * gdb.guile/scm-breakpoint.exp
6246         * gdb.guile/scm-cmd.exp
6247         * gdb.guile/scm-disasm.exp
6248         * gdb.guile/scm-equal.exp
6249         * gdb.guile/scm-frame-args.exp
6250         * gdb.guile/scm-frame-inline.exp
6251         * gdb.guile/scm-frame.exp
6252         * gdb.guile/scm-iterator.exp
6253         * gdb.guile/scm-math.exp
6254         * gdb.guile/scm-objfile.exp
6255         * gdb.guile/scm-ports.exp
6256         * gdb.guile/scm-symbol.exp
6257         * gdb.guile/scm-symtab.exp
6258         * gdb.guile/scm-value-cc.exp
6259         * gdb.guile/types-module.exp
6260         * gdb.linespec/break-ask.exp
6261         * gdb.linespec/cpexplicit.exp
6262         * gdb.linespec/explicit.exp
6263         * gdb.linespec/keywords.exp
6264         * gdb.linespec/linespec.exp
6265         * gdb.linespec/ls-dollar.exp
6266         * gdb.linespec/ls-errs.exp
6267         * gdb.linespec/skip-two.exp
6268         * gdb.linespec/thread.exp
6269         * gdb.mi/mi-async.exp
6270         * gdb.mi/mi-basics.exp
6271         * gdb.mi/mi-break.exp
6272         * gdb.mi/mi-catch-load.exp
6273         * gdb.mi/mi-cli.exp
6274         * gdb.mi/mi-cmd-param-changed.exp
6275         * gdb.mi/mi-console.exp
6276         * gdb.mi/mi-detach.exp
6277         * gdb.mi/mi-disassemble.exp
6278         * gdb.mi/mi-eval.exp
6279         * gdb.mi/mi-file-transfer.exp
6280         * gdb.mi/mi-file.exp
6281         * gdb.mi/mi-fill-memory.exp
6282         * gdb.mi/mi-inheritance-syntax-error.exp
6283         * gdb.mi/mi-linespec-err-cp.exp
6284         * gdb.mi/mi-logging.exp
6285         * gdb.mi/mi-memory-changed.exp
6286         * gdb.mi/mi-read-memory.exp
6287         * gdb.mi/mi-record-changed.exp
6288         * gdb.mi/mi-reg-undefined.exp
6289         * gdb.mi/mi-regs.exp
6290         * gdb.mi/mi-return.exp
6291         * gdb.mi/mi-reverse.exp
6292         * gdb.mi/mi-simplerun.exp
6293         * gdb.mi/mi-solib.exp
6294         * gdb.mi/mi-stack.exp
6295         * gdb.mi/mi-stepi.exp
6296         * gdb.mi/mi-syn-frame.exp
6297         * gdb.mi/mi-until.exp
6298         * gdb.mi/mi-var-block.exp
6299         * gdb.mi/mi-var-child.exp
6300         * gdb.mi/mi-var-cmd.exp
6301         * gdb.mi/mi-var-cp.exp
6302         * gdb.mi/mi-var-display.exp
6303         * gdb.mi/mi-var-invalidate.exp
6304         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6305         * gdb.mi/mi-vla-fortran.exp
6306         * gdb.mi/mi-watch.exp
6307         * gdb.mi/mi2-var-child.exp
6308         * gdb.mi/user-selected-context-sync.exp
6309         * gdb.modula2/unbounded-array.exp
6310         * gdb.multi/dummy-frame-restore.exp
6311         * gdb.multi/multi-arch-exec.exp
6312         * gdb.multi/multi-arch.exp
6313         * gdb.multi/tids.exp
6314         * gdb.multi/watchpoint-multi.exp
6315         * gdb.opencl/callfuncs.exp
6316         * gdb.opencl/convs_casts.exp
6317         * gdb.opencl/datatypes.exp
6318         * gdb.opencl/operators.exp
6319         * gdb.opencl/vec_comps.exp
6320         * gdb.opt/clobbered-registers-O2.exp
6321         * gdb.opt/inline-break.exp
6322         * gdb.opt/inline-bt.exp
6323         * gdb.opt/inline-cmds.exp
6324         * gdb.opt/inline-locals.exp
6325         * gdb.pascal/case-insensitive-symbols.exp
6326         * gdb.pascal/floats.exp
6327         * gdb.pascal/gdb11492.exp
6328         * gdb.python/lib-types.exp
6329         * gdb.python/py-arch.exp
6330         * gdb.python/py-as-string.exp
6331         * gdb.python/py-bad-printers.exp
6332         * gdb.python/py-block.exp
6333         * gdb.python/py-breakpoint-create-fail.exp
6334         * gdb.python/py-breakpoint.exp
6335         * gdb.python/py-caller-is.exp
6336         * gdb.python/py-cmd.exp
6337         * gdb.python/py-explore-cc.exp
6338         * gdb.python/py-explore.exp
6339         * gdb.python/py-finish-breakpoint.exp
6340         * gdb.python/py-finish-breakpoint2.exp
6341         * gdb.python/py-frame-args.exp
6342         * gdb.python/py-frame-inline.exp
6343         * gdb.python/py-frame.exp
6344         * gdb.python/py-framefilter-mi.exp
6345         * gdb.python/py-infthread.exp
6346         * gdb.python/py-lazy-string.exp
6347         * gdb.python/py-linetable.exp
6348         * gdb.python/py-mi-events.exp
6349         * gdb.python/py-mi-objfile.exp
6350         * gdb.python/py-mi.exp
6351         * gdb.python/py-objfile.exp
6352         * gdb.python/py-pp-integral.exp
6353         * gdb.python/py-pp-maint.exp
6354         * gdb.python/py-pp-re-notag.exp
6355         * gdb.python/py-pp-registration.exp
6356         * gdb.python/py-recurse-unwind.exp
6357         * gdb.python/py-strfns.exp
6358         * gdb.python/py-symbol.exp
6359         * gdb.python/py-symtab.exp
6360         * gdb.python/py-sync-interp.exp
6361         * gdb.python/py-typeprint.exp
6362         * gdb.python/py-unwind-maint.exp
6363         * gdb.python/py-unwind.exp
6364         * gdb.python/py-value-cc.exp
6365         * gdb.python/py-xmethods.exp
6366         * gdb.reverse/amd64-tailcall-reverse.exp
6367         * gdb.reverse/break-precsave.exp
6368         * gdb.reverse/break-reverse.exp
6369         * gdb.reverse/consecutive-precsave.exp
6370         * gdb.reverse/consecutive-reverse.exp
6371         * gdb.reverse/finish-precsave.exp
6372         * gdb.reverse/finish-reverse-bkpt.exp
6373         * gdb.reverse/finish-reverse.exp
6374         * gdb.reverse/fstatat-reverse.exp
6375         * gdb.reverse/getresuid-reverse.exp
6376         * gdb.reverse/i386-precsave.exp
6377         * gdb.reverse/i386-reverse.exp
6378         * gdb.reverse/i386-sse-reverse.exp
6379         * gdb.reverse/i387-env-reverse.exp
6380         * gdb.reverse/i387-stack-reverse.exp
6381         * gdb.reverse/insn-reverse.exp
6382         * gdb.reverse/machinestate-precsave.exp
6383         * gdb.reverse/machinestate.exp
6384         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6385         * gdb.reverse/pipe-reverse.exp
6386         * gdb.reverse/readv-reverse.exp
6387         * gdb.reverse/recvmsg-reverse.exp
6388         * gdb.reverse/rerun-prec.exp
6389         * gdb.reverse/s390-mvcle.exp
6390         * gdb.reverse/step-precsave.exp
6391         * gdb.reverse/step-reverse.exp
6392         * gdb.reverse/time-reverse.exp
6393         * gdb.reverse/until-precsave.exp
6394         * gdb.reverse/until-reverse.exp
6395         * gdb.reverse/waitpid-reverse.exp
6396         * gdb.reverse/watch-precsave.exp
6397         * gdb.reverse/watch-reverse.exp
6398         * gdb.rust/generics.exp
6399         * gdb.rust/methods.exp
6400         * gdb.rust/modules.exp
6401         * gdb.rust/simple.exp
6402         * gdb.server/connect-with-no-symbol-file.exp
6403         * gdb.server/ext-attach.exp
6404         * gdb.server/ext-restart.exp
6405         * gdb.server/ext-wrapper.exp
6406         * gdb.server/file-transfer.exp
6407         * gdb.server/server-exec-info.exp
6408         * gdb.server/server-kill.exp
6409         * gdb.server/server-mon.exp
6410         * gdb.server/wrapper.exp
6411         * gdb.stabs/exclfwd.exp
6412         * gdb.stabs/gdb11479.exp
6413         * gdb.threads/clone-new-thread-event.exp
6414         * gdb.threads/corethreads.exp
6415         * gdb.threads/current-lwp-dead.exp
6416         * gdb.threads/dlopen-libpthread.exp
6417         * gdb.threads/gcore-thread.exp
6418         * gdb.threads/sigstep-threads.exp
6419         * gdb.threads/watchpoint-fork.exp
6420         * gdb.trace/actions-changed.exp
6421         * gdb.trace/backtrace.exp
6422         * gdb.trace/change-loc.exp
6423         * gdb.trace/circ.exp
6424         * gdb.trace/collection.exp
6425         * gdb.trace/disconnected-tracing.exp
6426         * gdb.trace/ftrace.exp
6427         * gdb.trace/mi-trace-frame-collected.exp
6428         * gdb.trace/mi-trace-unavailable.exp
6429         * gdb.trace/mi-traceframe-changed.exp
6430         * gdb.trace/mi-tsv-changed.exp
6431         * gdb.trace/no-attach-trace.exp
6432         * gdb.trace/passc-dyn.exp
6433         * gdb.trace/qtro.exp
6434         * gdb.trace/range-stepping.exp
6435         * gdb.trace/read-memory.exp
6436         * gdb.trace/save-trace.exp
6437         * gdb.trace/signal.exp
6438         * gdb.trace/status-stop.exp
6439         * gdb.trace/tfile.exp
6440         * gdb.trace/trace-break.exp
6441         * gdb.trace/trace-buffer-size.exp
6442         * gdb.trace/trace-condition.exp
6443         * gdb.trace/tracefile-pseudo-reg.exp
6444         * gdb.trace/tstatus.exp
6445         * gdb.trace/unavailable.exp
6446         * gdb.trace/while-dyn.exp
6447         * gdb.trace/while-stepping.exp
6448
6449 2016-12-22  Doug Evans  <xdje42@gmail.com>
6450
6451         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6452         and msymbols.
6453
6454 2016-12-19  Yao Qi  <yao.qi@linaro.org>
6455
6456         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6457         (test_with_self): Don't call do_steps_and_nexts, and remove
6458         code about stepping into xmalloc.
6459
6460 2016-12-09  Yao Qi  <yao.qi@linaro.org>
6461
6462         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6463
6464 2016-12-09  Yao Qi  <yao.qi@linaro.org>
6465
6466         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6467
6468 2016-12-09  Pedro Alves  <palves@redhat.com>
6469
6470         * gdb.base/all-architectures-0.exp: New file.
6471         * gdb.base/all-architectures-1.exp: New file.
6472         * gdb.base/all-architectures-2.exp: New file.
6473         * gdb.base/all-architectures-3.exp: New file.
6474         * gdb.base/all-architectures-4.exp: New file.
6475         * gdb.base/all-architectures-5.exp: New file.
6476         * gdb.base/all-architectures-6.exp: New file.
6477         * gdb.base/all-architectures-7.exp: New file.
6478         * gdb.base/all-architectures.exp.in: New file.
6479
6480 2016-12-09  Yao Qi  <yao.qi@linaro.org>
6481
6482         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6483
6484 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
6485
6486         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6487         possible.
6488         Remove useless pattern-matching code.
6489
6490 2016-12-02  Pedro Alves  <palves@redhat.com>
6491
6492         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6493         procedure.
6494         (top level): Call it.
6495
6496 2016-12-02  Pedro Alves  <palves@redhat.com>
6497
6498         * gdb.base/commands.exp (user_defined_command_args_stack_test):
6499         New procedure.
6500         (top level): Call it.
6501
6502 2016-12-02  Pedro Alves  <palves@redhat.com>
6503
6504         PR cli/20559
6505         * gdb.base/commands.exp (user_defined_command_args_eval): New
6506         procedure.
6507         (top level): Call it.
6508
6509 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
6510
6511         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6512         timeout handling.
6513
6514 2016-12-02  Tom Tromey  <tom@tromey.com>
6515
6516         * gdb.dwarf2/main-subprogram.c: New file.
6517         * gdb.dwarf2/main-subprogram.exp: New file.
6518
6519 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6520
6521         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6522         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6523         gdb_test_no_output for a couple of cases.
6524         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6525
6526 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6527
6528         Fix test names and standardize compilation error messages throughout
6529         the following files:
6530
6531         * gdb.ada/start.exp
6532         * gdb.arch/alpha-step.exp
6533         * gdb.arch/e500-prologue.exp
6534         * gdb.arch/ftrace-insn-reloc.exp
6535         * gdb.arch/gdb1291.exp
6536         * gdb.arch/gdb1431.exp
6537         * gdb.arch/gdb1558.exp
6538         * gdb.arch/i386-dr3-watch.exp
6539         * gdb.arch/i386-sse-stack-align.exp
6540         * gdb.arch/ia64-breakpoint-shadow.exp
6541         * gdb.arch/pa-nullify.exp
6542         * gdb.arch/powerpc-aix-prologue.exp
6543         * gdb.arch/thumb-bx-pc.exp
6544         * gdb.base/annota1.exp
6545         * gdb.base/annota3.exp
6546         * gdb.base/arrayidx.exp
6547         * gdb.base/assign.exp
6548         * gdb.base/attach.exp
6549         * gdb.base/auxv.exp
6550         * gdb.base/bang.exp
6551         * gdb.base/bfp-test.exp
6552         * gdb.base/bigcore.exp
6553         * gdb.base/bitfields2.exp
6554         * gdb.base/break-fun-addr.exp
6555         * gdb.base/break-probes.exp
6556         * gdb.base/call-rt-st.exp
6557         * gdb.base/callexit.exp
6558         * gdb.base/catch-fork-kill.exp
6559         * gdb.base/charset.exp
6560         * gdb.base/checkpoint.exp
6561         * gdb.base/comprdebug.exp
6562         * gdb.base/constvars.exp
6563         * gdb.base/coredump-filter.exp
6564         * gdb.base/cursal.exp
6565         * gdb.base/cvexpr.exp
6566         * gdb.base/detach.exp
6567         * gdb.base/display.exp
6568         * gdb.base/dmsym.exp
6569         * gdb.base/dprintf-pending.exp
6570         * gdb.base/dso2dso.exp
6571         * gdb.base/dtrace-probe.exp
6572         * gdb.base/dump.exp
6573         * gdb.base/enum_cond.exp
6574         * gdb.base/exe-lock.exp
6575         * gdb.base/exec-invalid-sysroot.exp
6576         * gdb.base/execl-update-breakpoints.exp
6577         * gdb.base/exprs.exp
6578         * gdb.base/fileio.exp
6579         * gdb.base/find.exp
6580         * gdb.base/finish.exp
6581         * gdb.base/fixsection.exp
6582         * gdb.base/foll-vfork.exp
6583         * gdb.base/frame-args.exp
6584         * gdb.base/gcore.exp
6585         * gdb.base/gdb1250.exp
6586         * gdb.base/global-var-nested-by-dso.exp
6587         * gdb.base/gnu-ifunc.exp
6588         * gdb.base/hashline1.exp
6589         * gdb.base/hashline2.exp
6590         * gdb.base/hashline3.exp
6591         * gdb.base/hbreak-in-shr-unsupported.exp
6592         * gdb.base/huge.exp
6593         * gdb.base/infcall-input.exp
6594         * gdb.base/info-fun.exp
6595         * gdb.base/info-shared.exp
6596         * gdb.base/jit-simple.exp
6597         * gdb.base/jit-so.exp
6598         * gdb.base/jit.exp
6599         * gdb.base/jump.exp
6600         * gdb.base/label.exp
6601         * gdb.base/lineinc.exp
6602         * gdb.base/logical.exp
6603         * gdb.base/longjmp.exp
6604         * gdb.base/macscp.exp
6605         * gdb.base/miscexprs.exp
6606         * gdb.base/new-ui-echo.exp
6607         * gdb.base/new-ui-pending-input.exp
6608         * gdb.base/new-ui.exp
6609         * gdb.base/nodebug.exp
6610         * gdb.base/nofield.exp
6611         * gdb.base/offsets.exp
6612         * gdb.base/overlays.exp
6613         * gdb.base/pending.exp
6614         * gdb.base/pointers.exp
6615         * gdb.base/pr11022.exp
6616         * gdb.base/printcmds.exp
6617         * gdb.base/prologue.exp
6618         * gdb.base/ptr-typedef.exp
6619         * gdb.base/realname-expand.exp
6620         * gdb.base/relativedebug.exp
6621         * gdb.base/relocate.exp
6622         * gdb.base/remote.exp
6623         * gdb.base/reread.exp
6624         * gdb.base/return2.exp
6625         * gdb.base/savedregs.exp
6626         * gdb.base/sep.exp
6627         * gdb.base/sepdebug.exp
6628         * gdb.base/sepsymtab.exp
6629         * gdb.base/set-inferior-tty.exp
6630         * gdb.base/setshow.exp
6631         * gdb.base/shlib-call.exp
6632         * gdb.base/sigaltstack.exp
6633         * gdb.base/siginfo-addr.exp
6634         * gdb.base/signals.exp
6635         * gdb.base/signull.exp
6636         * gdb.base/sigrepeat.exp
6637         * gdb.base/so-impl-ld.exp
6638         * gdb.base/solib-display.exp
6639         * gdb.base/solib-overlap.exp
6640         * gdb.base/solib-search.exp
6641         * gdb.base/solib-symbol.exp
6642         * gdb.base/structs.exp
6643         * gdb.base/structs2.exp
6644         * gdb.base/symtab-search-order.exp
6645         * gdb.base/twice.exp
6646         * gdb.base/unload.exp
6647         * gdb.base/varargs.exp
6648         * gdb.base/watchpoint-solib.exp
6649         * gdb.base/watchpoint.exp
6650         * gdb.base/whatis.exp
6651         * gdb.base/wrong_frame_bt_full.exp
6652         * gdb.btrace/dlopen.exp
6653         * gdb.cell/ea-standalone.exp
6654         * gdb.cell/ea-test.exp
6655         * gdb.cp/dispcxx.exp
6656         * gdb.cp/gdb2384.exp
6657         * gdb.cp/method2.exp
6658         * gdb.cp/nextoverthrow.exp
6659         * gdb.cp/pr10728.exp
6660         * gdb.disasm/am33.exp
6661         * gdb.disasm/h8300s.exp
6662         * gdb.disasm/mn10300.exp
6663         * gdb.disasm/sh3.exp
6664         * gdb.dwarf2/dw2-dir-file-name.exp
6665         * gdb.fortran/complex.exp
6666         * gdb.fortran/library-module.exp
6667         * gdb.guile/scm-pretty-print.exp
6668         * gdb.guile/scm-symbol.exp
6669         * gdb.guile/scm-type.exp
6670         * gdb.guile/scm-value.exp
6671         * gdb.linespec/linespec.exp
6672         * gdb.mi/gdb701.exp
6673         * gdb.mi/gdb792.exp
6674         * gdb.mi/mi-breakpoint-changed.exp
6675         * gdb.mi/mi-dprintf-pending.exp
6676         * gdb.mi/mi-dprintf.exp
6677         * gdb.mi/mi-exit-code.exp
6678         * gdb.mi/mi-pending.exp
6679         * gdb.mi/mi-solib.exp
6680         * gdb.mi/new-ui-mi-sync.exp
6681         * gdb.mi/pr11022.exp
6682         * gdb.mi/user-selected-context-sync.exp
6683         * gdb.opt/solib-intra-step.exp
6684         * gdb.python/py-events.exp
6685         * gdb.python/py-finish-breakpoint.exp
6686         * gdb.python/py-mi.exp
6687         * gdb.python/py-prettyprint.exp
6688         * gdb.python/py-shared.exp
6689         * gdb.python/py-symbol.exp
6690         * gdb.python/py-template.exp
6691         * gdb.python/py-type.exp
6692         * gdb.python/py-value.exp
6693         * gdb.reverse/solib-precsave.exp
6694         * gdb.reverse/solib-reverse.exp
6695         * gdb.server/solib-list.exp
6696         * gdb.stabs/weird.exp
6697         * gdb.threads/reconnect-signal.exp
6698         * gdb.threads/stepi-random-signal.exp
6699         * gdb.trace/actions.exp
6700         * gdb.trace/ax.exp
6701         * gdb.trace/backtrace.exp
6702         * gdb.trace/change-loc.exp
6703         * gdb.trace/deltrace.exp
6704         * gdb.trace/ftrace-lock.exp
6705         * gdb.trace/ftrace.exp
6706         * gdb.trace/infotrace.exp
6707         * gdb.trace/mi-tracepoint-changed.exp
6708         * gdb.trace/packetlen.exp
6709         * gdb.trace/passcount.exp
6710         * gdb.trace/pending.exp
6711         * gdb.trace/range-stepping.exp
6712         * gdb.trace/report.exp
6713         * gdb.trace/stap-trace.exp
6714         * gdb.trace/tfind.exp
6715         * gdb.trace/trace-break.exp
6716         * gdb.trace/trace-condition.exp
6717         * gdb.trace/trace-enable-disable.exp
6718         * gdb.trace/trace-mt.exp
6719         * gdb.trace/tracecmd.exp
6720         * gdb.trace/tspeed.exp
6721         * gdb.trace/tsv.exp
6722         * lib/perftest.exp
6723
6724 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6725
6726         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6727         with gdb_test_no_output.
6728         Use command as test name.
6729
6730 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6731
6732         Fix test names starting with uppercase throughout the files.
6733
6734         * gdb.ada/assign_1.exp
6735         * gdb.ada/boolean_expr.exp
6736         * gdb.base/arrayidx.exp
6737         * gdb.base/del.exp
6738         * gdb.base/gcore-buffer-overflow.exp
6739         * gdb.base/testenv.exp
6740         * gdb.compile/compile.exp
6741         * gdb.python/py-framefilter-invalidarg.exp
6742         * gdb.python/py-framefilter.exp
6743
6744 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6745
6746         Fix test names starting with uppercase throughout the files.
6747
6748         * gdb.ada/array_return.exp
6749         * gdb.ada/expr_delims.exp
6750         * gdb.ada/mi_dyn_arr.exp
6751         * gdb.ada/mi_interface.exp
6752         * gdb.ada/mi_var_array.exp
6753         * gdb.ada/watch_arg.exp
6754         * gdb.arch/alpha-step.exp
6755         * gdb.arch/altivec-regs.exp
6756         * gdb.arch/e500-regs.exp
6757         * gdb.arch/powerpc-d128-regs.exp
6758         * gdb.base/arrayidx.exp
6759         * gdb.base/break.exp
6760         * gdb.base/checkpoint.exp
6761         * gdb.base/debug-expr.exp
6762         * gdb.base/dmsym.exp
6763         * gdb.base/radix.exp
6764         * gdb.base/sepdebug.exp
6765         * gdb.base/testenv.exp
6766         * gdb.base/watch_thread_num.exp
6767         * gdb.base/watchpoint-cond-gone.exp
6768         * gdb.cell/break.exp
6769         * gdb.cell/ea-cache.exp
6770         * gdb.compile/compile.exp
6771         * gdb.cp/gdb2495.exp
6772         * gdb.gdb/selftest.exp
6773         * gdb.gdb/xfullpath.exp
6774         * gdb.go/hello.exp
6775         * gdb.go/integers.exp
6776         * gdb.objc/basicclass.exp
6777         * gdb.pascal/hello.exp
6778         * gdb.pascal/integers.exp
6779         * gdb.python/py-breakpoint.exp
6780         * gdb.python/py-cmd.exp
6781         * gdb.python/py-linetable.exp
6782         * gdb.python/py-xmethods.exp
6783         * gdb.python/python.exp
6784         * gdb.reverse/consecutive-precsave.exp
6785         * gdb.reverse/finish-precsave.exp
6786         * gdb.reverse/i386-precsave.exp
6787         * gdb.reverse/machinestate-precsave.exp
6788         * gdb.reverse/sigall-precsave.exp
6789         * gdb.reverse/solib-precsave.exp
6790         * gdb.reverse/step-precsave.exp
6791         * gdb.reverse/until-precsave.exp
6792         * gdb.reverse/watch-precsave.exp
6793         * gdb.threads/leader-exit.exp
6794         * gdb.threads/pthreads.exp
6795         * gdb.threads/wp-replication.exp
6796         * gdb.trace/actions.exp
6797         * gdb.trace/mi-tsv-changed.exp
6798         * gdb.trace/tsv.exp
6799
6800 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6801
6802         Fix test names starting with uppercase throughout the files.
6803
6804         * gdb.arch/i386-bp_permanent.exp
6805         * gdb.arch/i386-gnu-cfi.exp
6806         * gdb.base/disasm-end-cu.exp
6807         * gdb.base/macscp.exp
6808         * gdb.base/pending.exp
6809         * gdb.base/watch_thread_num.exp
6810         * gdb.cp/exception.exp
6811         * gdb.cp/gdb2495.exp
6812         * gdb.cp/local.exp
6813         * gdb.python/py-evsignal.exp
6814         * gdb.python/python.exp
6815         * gdb.trace/tracecmd.exp
6816
6817 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6818
6819         Fix test names starting with uppercase throughout the files.
6820
6821         * gdb.base/charset.exp
6822         * gdb.base/eval.exp
6823         * gdb.base/multi-forks.exp
6824         * gdb.guile/scm-progspace.exp
6825         * gdb.opencl/datatypes.exp
6826         * gdb.python/py-block.exp
6827         * gdb.python/py-function.exp
6828         * gdb.python/py-symbol.exp
6829         * gdb.python/py-symtab.exp
6830         * gdb.python/py-xmethods.exp
6831         * gdb.reverse/break-precsave.exp
6832         * gdb.reverse/break-reverse.exp
6833         * gdb.reverse/consecutive-precsave.exp
6834         * gdb.reverse/consecutive-reverse.exp
6835         * gdb.reverse/finish-precsave.exp
6836         * gdb.reverse/finish-reverse-bkpt.exp
6837         * gdb.reverse/finish-reverse.exp
6838         * gdb.reverse/fstatat-reverse.exp
6839         * gdb.reverse/getresuid-reverse.exp
6840         * gdb.reverse/i386-precsave.exp
6841         * gdb.reverse/i386-reverse.exp
6842         * gdb.reverse/i386-sse-reverse.exp
6843         * gdb.reverse/i387-stack-reverse.exp
6844         * gdb.reverse/insn-reverse.exp
6845         * gdb.reverse/machinestate-precsave.exp
6846         * gdb.reverse/machinestate.exp
6847         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6848         * gdb.reverse/pipe-reverse.exp
6849         * gdb.reverse/readv-reverse.exp
6850         * gdb.reverse/recvmsg-reverse.exp
6851         * gdb.reverse/rerun-prec.exp
6852         * gdb.reverse/s390-mvcle.exp
6853         * gdb.reverse/sigall-precsave.exp
6854         * gdb.reverse/sigall-reverse.exp
6855         * gdb.reverse/solib-precsave.exp
6856         * gdb.reverse/solib-reverse.exp
6857         * gdb.reverse/step-precsave.exp
6858         * gdb.reverse/step-reverse.exp
6859         * gdb.reverse/time-reverse.exp
6860         * gdb.reverse/until-precsave.exp
6861         * gdb.reverse/until-reverse.exp
6862         * gdb.reverse/waitpid-reverse.exp
6863         * gdb.reverse/watch-precsave.exp
6864         * gdb.reverse/watch-reverse.exp
6865
6866 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6867
6868         Fix test names starting with uppercase throughout the files.
6869
6870         * gdb.arch/i386-mpx-simple_segv.exp
6871         * gdb.arch/i386-mpx.exp
6872         * gdb.arch/i386-permbkpt.exp
6873         * gdb.arch/pa-nullify.exp
6874         * gdb.arch/powerpc-d128-regs.exp
6875         * gdb.arch/vsx-regs.exp
6876         * gdb.base/bfp-test.exp
6877         * gdb.base/break.exp
6878         * gdb.base/breakpoint-shadow.exp
6879         * gdb.base/callfuncs.exp
6880         * gdb.base/charset.exp
6881         * gdb.base/commands.exp
6882         * gdb.base/completion.exp
6883         * gdb.base/dfp-test.exp
6884         * gdb.base/echo.exp
6885         * gdb.base/ending-run.exp
6886         * gdb.base/eval.exp
6887         * gdb.base/expand-psymtabs.exp
6888         * gdb.base/float128.exp
6889         * gdb.base/floatn.exp
6890         * gdb.base/foll-exec-mode.exp
6891         * gdb.base/gdb1056.exp
6892         * gdb.base/gdb11531.exp
6893         * gdb.base/kill-after-signal.exp
6894         * gdb.base/multi-forks.exp
6895         * gdb.base/overlays.exp
6896         * gdb.base/pending.exp
6897         * gdb.base/sepdebug.exp
6898         * gdb.base/testenv.exp
6899         * gdb.base/valgrind-db-attach.exp
6900         * gdb.base/watch_thread_num.exp
6901         * gdb.base/watchpoint-cond-gone.exp
6902         * gdb.base/watchpoint.exp
6903         * gdb.base/watchpoints.exp
6904         * gdb.cp/arg-reference.exp
6905         * gdb.cp/baseenum.exp
6906         * gdb.cp/operator.exp
6907         * gdb.cp/shadow.exp
6908         * gdb.dwarf2/dw2-op-out-param.exp
6909         * gdb.dwarf2/dw2-reg-undefined.exp
6910         * gdb.go/chan.exp
6911         * gdb.go/hello.exp
6912         * gdb.go/integers.exp
6913         * gdb.go/methods.exp
6914         * gdb.go/package.exp
6915         * gdb.guile/scm-parameter.exp
6916         * gdb.guile/scm-progspace.exp
6917         * gdb.guile/scm-value.exp
6918         * gdb.mi/mi-pending.exp
6919         * gdb.mi/user-selected-context-sync.exp
6920         * gdb.multi/multi-attach.exp
6921         * gdb.multi/tids.exp
6922         * gdb.opt/clobbered-registers-O2.exp
6923         * gdb.pascal/floats.exp
6924         * gdb.pascal/integers.exp
6925         * gdb.python/py-block.exp
6926         * gdb.python/py-events.exp
6927         * gdb.python/py-parameter.exp
6928         * gdb.python/py-symbol.exp
6929         * gdb.python/py-symtab.exp
6930         * gdb.python/py-type.exp
6931         * gdb.python/py-value.exp
6932         * gdb.python/py-xmethods.exp
6933         * gdb.python/python.exp
6934         * gdb.reverse/break-precsave.exp
6935         * gdb.reverse/consecutive-precsave.exp
6936         * gdb.reverse/finish-precsave.exp
6937         * gdb.reverse/i386-precsave.exp
6938         * gdb.reverse/machinestate-precsave.exp
6939         * gdb.reverse/sigall-precsave.exp
6940         * gdb.reverse/solib-precsave.exp
6941         * gdb.reverse/step-precsave.exp
6942         * gdb.reverse/until-precsave.exp
6943         * gdb.reverse/watch-precsave.exp
6944         * gdb.server/ext-attach.exp
6945         * gdb.server/ext-restart.exp
6946         * gdb.server/ext-run.exp
6947         * gdb.server/ext-wrapper.exp
6948         * gdb.stabs/gdb11479.exp
6949         * gdb.stabs/weird.exp
6950         * gdb.threads/attach-many-short-lived-threads.exp
6951         * gdb.threads/kill.exp
6952         * gdb.threads/watchpoint-fork.exp
6953
6954 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6955
6956         Fix test names starting with uppercase throughout all the files below.
6957
6958         * gdb.ada/array_return.exp
6959         * gdb.ada/catch_ex.exp
6960         * gdb.ada/info_exc.exp
6961         * gdb.ada/mi_catch_ex.exp
6962         * gdb.ada/mi_dyn_arr.exp
6963         * gdb.ada/mi_ex_cond.exp
6964         * gdb.ada/mi_exc_info.exp
6965         * gdb.ada/mi_interface.exp
6966         * gdb.ada/mi_task_arg.exp
6967         * gdb.ada/mi_task_info.exp
6968         * gdb.ada/mi_var_array.exp
6969         * gdb.arch/alpha-step.exp
6970         * gdb.arch/amd64-disp-step.exp
6971         * gdb.arch/arm-disp-step.exp
6972         * gdb.arch/disp-step-insn-reloc.exp
6973         * gdb.arch/e500-prologue.exp
6974         * gdb.arch/ftrace-insn-reloc.exp
6975         * gdb.arch/gdb1558.exp
6976         * gdb.arch/i386-bp_permanent.exp
6977         * gdb.arch/i386-disp-step.exp
6978         * gdb.arch/i386-float.exp
6979         * gdb.arch/i386-gnu-cfi.exp
6980         * gdb.arch/ia64-breakpoint-shadow.exp
6981         * gdb.arch/mips16-thunks.exp
6982         * gdb.arch/pa-nullify.exp
6983         * gdb.arch/powerpc-aix-prologue.exp
6984         * gdb.arch/powerpc-power.exp
6985         * gdb.arch/ppc-dfp.exp
6986         * gdb.arch/s390-tdbregs.exp
6987         * gdb.arch/spu-info.exp
6988         * gdb.arch/spu-ls.exp
6989         * gdb.arch/thumb-bx-pc.exp
6990         * gdb.base/advance.exp
6991         * gdb.base/annota-input-while-running.exp
6992         * gdb.base/arrayidx.exp
6993         * gdb.base/asmlabel.exp
6994         * gdb.base/async.exp
6995         * gdb.base/attach-wait-input.exp
6996         * gdb.base/auto-connect-native-target.exp
6997         * gdb.base/batch-preserve-term-settings.exp
6998         * gdb.base/bfp-test.exp
6999         * gdb.base/bigcore.exp
7000         * gdb.base/bp-permanent.exp
7001         * gdb.base/break-always.exp
7002         * gdb.base/break-fun-addr.exp
7003         * gdb.base/break-idempotent.exp
7004         * gdb.base/break-main-file-remove-fail.exp
7005         * gdb.base/break-probes.exp
7006         * gdb.base/break-unload-file.exp
7007         * gdb.base/break.exp
7008         * gdb.base/call-ar-st.exp
7009         * gdb.base/call-rt-st.exp
7010         * gdb.base/call-sc.exp
7011         * gdb.base/call-signal-resume.exp
7012         * gdb.base/call-strs.exp
7013         * gdb.base/callexit.exp
7014         * gdb.base/callfuncs.exp
7015         * gdb.base/catch-gdb-caused-signals.exp
7016         * gdb.base/catch-signal-siginfo-cond.exp
7017         * gdb.base/catch-syscall.exp
7018         * gdb.base/compare-sections.exp
7019         * gdb.base/cond-eval-mode.exp
7020         * gdb.base/condbreak-call-false.exp
7021         * gdb.base/consecutive-step-over.exp
7022         * gdb.base/cursal.exp
7023         * gdb.base/disabled-location.exp
7024         * gdb.base/disasm-end-cu.exp
7025         * gdb.base/display.exp
7026         * gdb.base/double-prompt-target-event-error.exp
7027         * gdb.base/dprintf-bp-same-addr.exp
7028         * gdb.base/dprintf-detach.exp
7029         * gdb.base/dprintf-next.exp
7030         * gdb.base/dprintf-non-stop.exp
7031         * gdb.base/dprintf-pending.exp
7032         * gdb.base/dso2dso.exp
7033         * gdb.base/ending-run.exp
7034         * gdb.base/enum_cond.exp
7035         * gdb.base/examine-backward.exp
7036         * gdb.base/exe-lock.exp
7037         * gdb.base/exec-invalid-sysroot.exp
7038         * gdb.base/execl-update-breakpoints.exp
7039         * gdb.base/execution-termios.exp
7040         * gdb.base/fileio.exp
7041         * gdb.base/fixsection.exp
7042         * gdb.base/foll-exec-mode.exp
7043         * gdb.base/foll-exec.exp
7044         * gdb.base/fork-running-state.exp
7045         * gdb.base/frame-args.exp
7046         * gdb.base/fullpath-expand.exp
7047         * gdb.base/func-ptr.exp
7048         * gdb.base/gcore-relro-pie.exp
7049         * gdb.base/gdb1090.exp
7050         * gdb.base/gdb1555.exp
7051         * gdb.base/global-var-nested-by-dso.exp
7052         * gdb.base/gnu-ifunc.exp
7053         * gdb.base/hbreak-in-shr-unsupported.exp
7054         * gdb.base/hbreak-unmapped.exp
7055         * gdb.base/hook-stop.exp
7056         * gdb.base/infcall-input.exp
7057         * gdb.base/info-fun.exp
7058         * gdb.base/info-shared.exp
7059         * gdb.base/interrupt-noterm.exp
7060         * gdb.base/jit-so.exp
7061         * gdb.base/jit.exp
7062         * gdb.base/line-symtabs.exp
7063         * gdb.base/list.exp
7064         * gdb.base/longjmp.exp
7065         * gdb.base/macscp.exp
7066         * gdb.base/max-value-size.exp
7067         * gdb.base/nodebug.exp
7068         * gdb.base/nofield.exp
7069         * gdb.base/overlays.exp
7070         * gdb.base/paginate-after-ctrl-c-running.exp
7071         * gdb.base/paginate-bg-execution.exp
7072         * gdb.base/paginate-inferior-exit.exp
7073         * gdb.base/pending.exp
7074         * gdb.base/pr11022.exp
7075         * gdb.base/printcmds.exp
7076         * gdb.base/ptr-typedef.exp
7077         * gdb.base/ptype.exp
7078         * gdb.base/randomize.exp
7079         * gdb.base/range-stepping.exp
7080         * gdb.base/realname-expand.exp
7081         * gdb.base/relativedebug.exp
7082         * gdb.base/remote.exp
7083         * gdb.base/savedregs.exp
7084         * gdb.base/sepdebug.exp
7085         * gdb.base/set-noassign.exp
7086         * gdb.base/shlib-call.exp
7087         * gdb.base/shreloc.exp
7088         * gdb.base/sigaltstack.exp
7089         * gdb.base/sigbpt.exp
7090         * gdb.base/siginfo-addr.exp
7091         * gdb.base/siginfo-obj.exp
7092         * gdb.base/siginfo-thread.exp
7093         * gdb.base/signest.exp
7094         * gdb.base/signull.exp
7095         * gdb.base/sigrepeat.exp
7096         * gdb.base/skip.exp
7097         * gdb.base/so-impl-ld.exp
7098         * gdb.base/solib-corrupted.exp
7099         * gdb.base/solib-disc.exp
7100         * gdb.base/solib-display.exp
7101         * gdb.base/solib-overlap.exp
7102         * gdb.base/solib-search.exp
7103         * gdb.base/solib-symbol.exp
7104         * gdb.base/source-execution.exp
7105         * gdb.base/sss-bp-on-user-bp-2.exp
7106         * gdb.base/sss-bp-on-user-bp.exp
7107         * gdb.base/stack-checking.exp
7108         * gdb.base/stale-infcall.exp
7109         * gdb.base/step-break.exp
7110         * gdb.base/step-line.exp
7111         * gdb.base/step-over-exit.exp
7112         * gdb.base/step-test.exp
7113         * gdb.base/structs.exp
7114         * gdb.base/sym-file.exp
7115         * gdb.base/symtab-search-order.exp
7116         * gdb.base/term.exp
7117         * gdb.base/type-opaque.exp
7118         * gdb.base/unload.exp
7119         * gdb.base/until-nodebug.exp
7120         * gdb.base/until.exp
7121         * gdb.base/unwindonsignal.exp
7122         * gdb.base/watch-cond.exp
7123         * gdb.base/watch-non-mem.exp
7124         * gdb.base/watch_thread_num.exp
7125         * gdb.base/watchpoint-reuse-slot.exp
7126         * gdb.base/watchpoint-solib.exp
7127         * gdb.base/watchpoint.exp
7128         * gdb.btrace/dlopen.exp
7129         * gdb.cell/arch.exp
7130         * gdb.cell/break.exp
7131         * gdb.cell/bt.exp
7132         * gdb.cell/core.exp
7133         * gdb.cell/data.exp
7134         * gdb.cell/dwarfaddr.exp
7135         * gdb.cell/ea-cache.exp
7136         * gdb.cell/ea-standalone.exp
7137         * gdb.cell/ea-test.exp
7138         * gdb.cell/f-regs.exp
7139         * gdb.cell/fork.exp
7140         * gdb.cell/gcore.exp
7141         * gdb.cell/mem-access.exp
7142         * gdb.cell/ptype.exp
7143         * gdb.cell/registers.exp
7144         * gdb.cell/sizeof.exp
7145         * gdb.cell/solib-symbol.exp
7146         * gdb.cell/solib.exp
7147         * gdb.compile/compile-tls.exp
7148         * gdb.cp/exception.exp
7149         * gdb.cp/gdb2495.exp
7150         * gdb.cp/local.exp
7151         * gdb.cp/mb-inline.exp
7152         * gdb.cp/mb-templates.exp
7153         * gdb.cp/pr10687.exp
7154         * gdb.cp/pr9167.exp
7155         * gdb.cp/scope-err.exp
7156         * gdb.cp/templates.exp
7157         * gdb.cp/virtfunc.exp
7158         * gdb.dwarf2/dw2-dir-file-name.exp
7159         * gdb.dwarf2/dw2-single-line-discriminators.exp
7160         * gdb.fortran/complex.exp
7161         * gdb.fortran/library-module.exp
7162         * gdb.guile/guile.exp
7163         * gdb.guile/scm-cmd.exp
7164         * gdb.guile/scm-frame-inline.exp
7165         * gdb.guile/scm-objfile.exp
7166         * gdb.guile/scm-pretty-print.exp
7167         * gdb.guile/scm-symbol.exp
7168         * gdb.guile/scm-type.exp
7169         * gdb.guile/scm-value.exp
7170         * gdb.linespec/keywords.exp
7171         * gdb.linespec/ls-errs.exp
7172         * gdb.linespec/macro-relative.exp
7173         * gdb.linespec/thread.exp
7174         * gdb.mi/mi-breakpoint-changed.exp
7175         * gdb.mi/mi-dprintf-pending.exp
7176         * gdb.mi/mi-fullname-deleted.exp
7177         * gdb.mi/mi-logging.exp
7178         * gdb.mi/mi-pending.exp
7179         * gdb.mi/mi-solib.exp
7180         * gdb.mi/new-ui-mi-sync.exp
7181         * gdb.mi/user-selected-context-sync.exp
7182         * gdb.multi/dummy-frame-restore.exp
7183         * gdb.multi/multi-arch-exec.exp
7184         * gdb.multi/remove-inferiors.exp
7185         * gdb.multi/watchpoint-multi-exit.exp
7186         * gdb.opt/solib-intra-step.exp
7187         * gdb.perf/backtrace.exp
7188         * gdb.perf/single-step.exp
7189         * gdb.perf/skip-command.exp
7190         * gdb.perf/skip-prologue.exp
7191         * gdb.perf/solib.exp
7192         * gdb.python/lib-types.exp
7193         * gdb.python/py-as-string.exp
7194         * gdb.python/py-bad-printers.exp
7195         * gdb.python/py-block.exp
7196         * gdb.python/py-breakpoint.exp
7197         * gdb.python/py-cmd.exp
7198         * gdb.python/py-events.exp
7199         * gdb.python/py-evthreads.exp
7200         * gdb.python/py-finish-breakpoint.exp
7201         * gdb.python/py-finish-breakpoint2.exp
7202         * gdb.python/py-frame-inline.exp
7203         * gdb.python/py-frame.exp
7204         * gdb.python/py-inferior.exp
7205         * gdb.python/py-infthread.exp
7206         * gdb.python/py-mi.exp
7207         * gdb.python/py-objfile.exp
7208         * gdb.python/py-pp-maint.exp
7209         * gdb.python/py-pp-registration.exp
7210         * gdb.python/py-prettyprint.exp
7211         * gdb.python/py-recurse-unwind.exp
7212         * gdb.python/py-shared.exp
7213         * gdb.python/py-symbol.exp
7214         * gdb.python/py-symtab.exp
7215         * gdb.python/py-template.exp
7216         * gdb.python/py-type.exp
7217         * gdb.python/py-unwind-maint.exp
7218         * gdb.python/py-unwind.exp
7219         * gdb.python/py-value.exp
7220         * gdb.python/python.exp
7221         * gdb.reverse/finish-reverse-bkpt.exp
7222         * gdb.reverse/insn-reverse.exp
7223         * gdb.reverse/next-reverse-bkpt-over-sr.exp
7224         * gdb.reverse/solib-precsave.exp
7225         * gdb.reverse/solib-reverse.exp
7226         * gdb.stabs/gdb11479.exp
7227         * gdb.stabs/weird.exp
7228         * gdb.threads/fork-child-threads.exp
7229         * gdb.threads/fork-plus-threads.exp
7230         * gdb.threads/fork-thread-pending.exp
7231         * gdb.threads/forking-threads-plus-breakpoint.exp
7232         * gdb.threads/hand-call-in-threads.exp
7233         * gdb.threads/interrupted-hand-call.exp
7234         * gdb.threads/linux-dp.exp
7235         * gdb.threads/local-watch-wrong-thread.exp
7236         * gdb.threads/next-while-other-thread-longjmps.exp
7237         * gdb.threads/non-ldr-exit.exp
7238         * gdb.threads/pending-step.exp
7239         * gdb.threads/print-threads.exp
7240         * gdb.threads/process-dies-while-detaching.exp
7241         * gdb.threads/process-dies-while-handling-bp.exp
7242         * gdb.threads/pthreads.exp
7243         * gdb.threads/queue-signal.exp
7244         * gdb.threads/reconnect-signal.exp
7245         * gdb.threads/signal-command-handle-nopass.exp
7246         * gdb.threads/signal-command-multiple-signals-pending.exp
7247         * gdb.threads/signal-delivered-right-thread.exp
7248         * gdb.threads/signal-sigtrap.exp
7249         * gdb.threads/sigthread.exp
7250         * gdb.threads/staticthreads.exp
7251         * gdb.threads/stepi-random-signal.exp
7252         * gdb.threads/thread-unwindonsignal.exp
7253         * gdb.threads/thread_check.exp
7254         * gdb.threads/thread_events.exp
7255         * gdb.threads/tid-reuse.exp
7256         * gdb.threads/tls-nodebug.exp
7257         * gdb.threads/tls-shared.exp
7258         * gdb.threads/tls-so_extern.exp
7259         * gdb.threads/tls.exp
7260         * gdb.threads/wp-replication.exp
7261         * gdb.trace/actions-changed.exp
7262         * gdb.trace/actions.exp
7263         * gdb.trace/backtrace.exp
7264         * gdb.trace/change-loc.exp
7265         * gdb.trace/collection.exp
7266         * gdb.trace/deltrace.exp
7267         * gdb.trace/disconnected-tracing.exp
7268         * gdb.trace/entry-values.exp
7269         * gdb.trace/ftrace-lock.exp
7270         * gdb.trace/ftrace.exp
7271         * gdb.trace/infotrace.exp
7272         * gdb.trace/mi-trace-frame-collected.exp
7273         * gdb.trace/mi-trace-unavailable.exp
7274         * gdb.trace/mi-traceframe-changed.exp
7275         * gdb.trace/mi-tracepoint-changed.exp
7276         * gdb.trace/mi-tsv-changed.exp
7277         * gdb.trace/no-attach-trace.exp
7278         * gdb.trace/packetlen.exp
7279         * gdb.trace/passc-dyn.exp
7280         * gdb.trace/passcount.exp
7281         * gdb.trace/pending.exp
7282         * gdb.trace/pr16508.exp
7283         * gdb.trace/qtro.exp
7284         * gdb.trace/range-stepping.exp
7285         * gdb.trace/read-memory.exp
7286         * gdb.trace/report.exp
7287         * gdb.trace/save-trace.exp
7288         * gdb.trace/signal.exp
7289         * gdb.trace/stap-trace.exp
7290         * gdb.trace/status-stop.exp
7291         * gdb.trace/strace.exp
7292         * gdb.trace/tfile.exp
7293         * gdb.trace/tfind.exp
7294         * gdb.trace/trace-break.exp
7295         * gdb.trace/trace-condition.exp
7296         * gdb.trace/trace-enable-disable.exp
7297         * gdb.trace/trace-mt.exp
7298         * gdb.trace/tracecmd.exp
7299         * gdb.trace/tracefile-pseudo-reg.exp
7300         * gdb.trace/tspeed.exp
7301         * gdb.trace/tstatus.exp
7302         * gdb.trace/tsv.exp
7303         * gdb.trace/unavailable.exp
7304         * gdb.trace/while-dyn.exp
7305         * gdb.trace/while-stepping.exp
7306         * lib/gdb-guile.exp
7307         * lib/gdb.exp
7308         * lib/mi-support.exp
7309         * lib/pascal.exp
7310         * lib/perftest.exp
7311         * lib/prelink-support.exp
7312         * lib/selftest-support.exp
7313
7314 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
7315
7316         * Makefile.in: Include disable-implicit-rules.mk.
7317
7318 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7319
7320         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7321         non-byte-aligned bit fields.
7322
7323 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7324
7325         PR gdb/12616
7326         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
7327         respects the DW_AT_data_bit_offset attribute.
7328
7329 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
7330
7331         * gdb.base/default.exp: Fix output of "set language".
7332
7333 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
7334
7335         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7336         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
7337         make.
7338         * configure.ac: Remove checks for the make program.
7339         * configure: Re-generate.
7340
7341 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
7342
7343         * gdb.python/py-recurse-unwind.c (main): Add loop.
7344         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7345         to read_register() and gdb.parse_and_eval().  Make each code
7346         call a separate case that can be individually tested.
7347         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7348         proc. Call cont_and_backtrace for each of the code paths that
7349         we want to test in the unwinder.
7350
7351 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7352
7353         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7354         the definition of struct S.
7355
7356 2016-11-11  Catherine Moore  <clm@codesourcery.com>
7357
7358         * gdb.base/dump.exp: Identify verilog format dump tests as such.
7359
7360 2016-11-09  Pedro Alves  <palves@redhat.com>
7361
7362         * gdb.base/commands.exp (runto_or_return): New procedure.
7363         (gdbvar_simple_if_test, gdbvar_simple_while_test)
7364         (gdbvar_complex_if_while_test, progvar_simple_if_test)
7365         (progvar_simple_while_test, progvar_complex_if_while_test)
7366         (if_while_breakpoint_command_test)
7367         (infrun_breakpoint_command_test, breakpoint_command_test)
7368         (user_defined_command_test, watchpoint_command_test)
7369         (test_command_prompt_position, redefine_hook_test)
7370         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7371         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7372         multi_line_input and multi_line.  Remove gdb_expect and
7373         gdb_stop_suppressing_tests uses.
7374         * lib/gdb.exp (valnum_re): New global.
7375         (multi_line_input): New procedure.
7376
7377 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
7378
7379         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7380         Remove.
7381         (test_setup): Define with proc_with_prefix.
7382         (test_cli_inferior): Likewise.
7383         (test_cli_thread): Likewise.
7384         (test_cli_frame): Likewise.
7385         (test_cli_select_frame): Likewise.
7386         (test_cli_up_down): Likewise.
7387         (test_mi_thread_select): Likewise.
7388         (test_mi_stack_select_frame): Likewise.
7389         (test_cli_in_mi_inferior): Likewise.
7390         (test_cli_in_mi_thread): Likewise.
7391         (test_cli_in_mi_frame): Likewise.
7392         (top level): Do not use with_test_prefix_procname.
7393
7394 2016-11-09  Pedro Alves  <palves@redhat.com>
7395
7396         * gdb.base/commands.exp (gdbvar_simple_if_test)
7397         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7398         (progvar_simple_if_test, progvar_simple_while_test)
7399         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7400         (infrun_breakpoint_command_test, breakpoint_command_test)
7401         (user_defined_command_test, watchpoint_command_test)
7402         (test_command_prompt_position, deprecated_command_test)
7403         (bp_deleted_in_command, temporary_breakpoint_commands)
7404         (stray_arg0_test, source_file_with_indented_comment)
7405         (recursive_source_test, if_commands_test)
7406         (error_clears_commands_left, redefine_hook_test)
7407         (redefine_backtrace_test): Use proc_with_prefix.
7408         * lib/gdb.exp (proc_with_prefix): New proc.
7409
7410 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7411
7412         * gdb.base/tui-layout.c: New file.
7413         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7414         disassembly window contains very long lines.
7415
7416 2016-11-08  Tom Tromey  <tom@tromey.com>
7417
7418         * gdb.python/py-value.exp (test_value_creation): Make "long" test
7419         depend on Python 2.
7420
7421 2016-11-08  Tom Tromey  <tom@tromey.com>
7422
7423         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7424         New method.
7425
7426 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
7427
7428         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7429
7430 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
7431
7432         * gdb.rust/simple.rs: Add test for univariant enums without
7433         discriminants and for encoded struct-like enums.
7434
7435 2016-10-28  Pedro Alves  <palves@redhat.com>
7436
7437         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7438         gdb_test_multiple, tighten regexps and match symtabs and line
7439         tables incrementally.
7440
7441 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
7442
7443         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7444         general.
7445
7446 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
7447
7448         * gdb.base/exec-invalid-sysroot.exp: New file.
7449
7450 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7451
7452         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7453
7454 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7455
7456         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7457
7458 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
7459
7460         * gdb.base/killed-outside.exp: Remove $options from a call to
7461         `prepare_for_testing'.
7462
7463 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
7464
7465         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7466         Change test message.
7467
7468 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
7469
7470         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7471         Update comment.
7472
7473 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
7474
7475         * gdb.trace/mi-trace-save.exp: New file.
7476
7477 2016-10-13  Yao Qi  <yao.qi@linaro.org>
7478
7479         * gdb.base/code_elim.exp (get_var_address): Remove.
7480         * gdb.base/relocate.exp: Likewise.
7481         * gdb.base/shreloc.exp: Likewise.
7482         * lib/gdb.exp (get_var_address): New.
7483
7484 2016-10-13  Yao Qi  <yao.qi@linaro.org>
7485
7486         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7487         floating point tests if $skip_float_test is false.
7488
7489 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
7490
7491         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7492         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7493         argc values.
7494         Add 1 to argc so we guarantee distinct initial/modified argc values.
7495
7496 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7497
7498         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7499
7500 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7501
7502         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7503         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7504         * gdb.arch/vsx-regs.exp: Likewise.
7505
7506 2016-10-07  Yao Qi  <yao.qi@linaro.org>
7507
7508         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7509
7510 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
7511
7512         * gdb.python/python.exp: Test decode_line("*0").
7513
7514 2016-10-06  Doug Evans  <dje@google.com>
7515
7516         * gdb.python/py-value.exp (test_value_creation): Add test for large
7517         unsigned 64-bit value.
7518
7519 2016-10-06  Tom Tromey  <tom@tromey.com>
7520
7521         * gdb.compile/compile.exp: Change java tests to rust.
7522         * gdb.base/setshow.exp: Change java tests to rust.
7523         * gdb.base/default.exp: Remove java from language list.
7524         * README (Examples): Update language example.
7525         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7526         test.
7527         * lib/gdb.exp (skip_java_tests): Remove.
7528         * lib/java.exp: Remove.
7529         * gdb.java: Remove.
7530
7531 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
7532
7533         * gdb.arch/mips-fcr.exp: New test.
7534         * gdb.arch/mips-fcr.c: Source for the new test.
7535
7536 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
7537
7538         * gdb.base/solib-disc.exp: Use `standard_output_file'
7539         throughout.
7540
7541 2016-10-06  Pedro Alves  <palves@redhat.com>
7542
7543         * gdb.base/jit-simple-dl.c: New file.
7544         * gdb.base/jit-simple-jit.c: New file, factored out from ...
7545         * gdb.base/jit-simple.c: ... this.
7546         * gdb.base/jit-simple.exp (jit_run): Delete.
7547         (build_jit): New proc.
7548         (jit_test_reread): Recompile either the main program or the shared
7549         library, depending on what is being tested.  Skip changing address
7550         if caller wants to.  Compare before/after addresses.  If testing
7551         standalone, explicitly load the binary.  Test "maint info
7552         breakpoints".
7553         (top level): Add "standalone vs shared lib" and "change address"
7554         vs "same address" axes.
7555
7556 2016-10-06  Pedro Alves  <palves@redhat.com>
7557
7558         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7559         call.
7560         (jit_run): Delete.
7561         (jit_test_reread): Use with_test_prefix.  Reload the main binary
7562         explicitly.  Compare the before/after addresses of the JIT
7563         descriptor.
7564
7565 2016-08-15  Doug Evans  <dje@google.com>
7566
7567         * gdb.xml/extra-regs.xml: Update, end field now required, default type
7568         for single bitfields is bool.
7569         * gdb.xml/tdesc-regs.exp: Ditto.
7570
7571 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7572
7573         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7574
7575 2016-10-05  Yao Qi  <yao.qi@linaro.org>
7576
7577         * lib/gdb.exp (support_complex_tests): Return zero if
7578         gdb_skip_float_test return true.
7579
7580 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7581             Simon Marchi  <simon.marchi@ericsson.com>
7582
7583         PR gdb/20487
7584         * gdb.mi/user-selected-context-sync.exp: New file.
7585         * gdb.mi/user-selected-context-sync.c: New file.
7586
7587 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7588             Simon Marchi  <simon.marchi@ericsson.com>
7589
7590         PR gdb/20487
7591         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7592         =thread-select-event check.
7593
7594 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
7595
7596         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7597         the compulsory L operand changes.
7598         * gdb.arch/powerpc-power.s: Likewise.
7599
7600 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7601
7602         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7603         * gdb.base/jit-attach-pie.c: New file.
7604         * gdb.base/jit-attach-pie.exp: New file.
7605
7606 2016-09-28  Pedro Alves  <palves@redhat.com>
7607
7608         * gdb.base/infcall-input.c: New file.
7609         * gdb.base/infcall-input.exp: New file.
7610
7611 2016-09-22  Yao Qi  <yao.qi@linaro.org>
7612
7613         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7614         (gdb_exit): Rename it to ...
7615         (gdbserver_gdb_exit): ...  Close GDBserver.
7616         (gdb_exit): New proc, call gdbserver_gdb_exit.
7617         (mi_gdb_exit): Likewise.
7618
7619 2016-09-22  Yao Qi  <yao.qi@linaro.org>
7620
7621         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7622         path.
7623         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7624         Remove duplication.
7625
7626 2016-09-22  Yao Qi  <yao.qi@linaro.org>
7627
7628         * lib/gdbserver-support.exp: Check the existence of
7629         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7630
7631 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
7632
7633         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7634
7635 2016-09-21  Tom Tromey  <tom@tromey.com>
7636
7637         PR gdb/20604:
7638         * gdb.base/quit.exp: New file.
7639
7640 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
7641
7642         * .gitignore: New file.
7643
7644 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
7645
7646         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7647         throughout.
7648
7649 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7650
7651         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7652
7653 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7654
7655         * gdb.cp/casts.cc (decltype): Move it ...
7656         (main): ... with its call to ...
7657         * gdb.cp/casts03.cc: ... a new file.
7658         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7659
7660 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7661
7662         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7663
7664 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
7665
7666         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7667         and sync up the test with tests in gas/testsuite/gas/ppc.
7668         * gdb.arch/powerpc-power.exp: Likewise.
7669
7670 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7671
7672         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7673
7674 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
7675             Jan Kratochvil  <jan.kratochvil@redhat.com>
7676
7677         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7678         make m1's definition to be different from m2's.  Use 'dummy' as an
7679         argument for probe 'two'.
7680
7681 2016-09-10  Jon Beniston  <jon@beniston.com>
7682
7683         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7684         for sim target.
7685
7686 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7687
7688         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7689         variable declaration.
7690         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
7691         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7692         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7693         received HWCAP as its argument.
7694
7695 2016-09-06  Pedro Alves  <palves@redhat.com>
7696
7697         * gdb.base/new-ui-pending-input.c: New file.
7698         * gdb.base/new-ui-pending-input.exp: New file.
7699         * gdb.exp (clear_gdb_spawn_id): New procedure.
7700         (with_spawn_id): Check whether gdb_spawn_id exists before
7701         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
7702         on exit.
7703
7704 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
7705
7706         * gdb.base/float128.c: New file.
7707         * gdb.base/float128.exp: Likewise.
7708         * gdb.base/floatn.c: Likewise.
7709         * gdb.base/floatn.exp: Likewise.
7710
7711 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
7712
7713         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7714
7715 2016-09-05  Pedro Alves  <palves@redhat.com>
7716
7717         PR backtrace/19927
7718         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7719         unwinders are immediately called as side effect of "source" or
7720         "disable unwinder" commands.
7721         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7722
7723 2016-09-02  Yao Qi  <yao.qi@linaro.org>
7724
7725         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7726         is true and $type is "float" or "double".
7727
7728 2016-09-02  Yao Qi  <yao.qi@linaro.org>
7729
7730         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7731         true.
7732         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7733         * gdb.base/call-rt-st.exp: Likewise.
7734         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7735         return value instead of gdb,skip_float_test.
7736         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7737         (do_function_calls): Use its return value instead of
7738         gdb,skip_float_test.
7739         * gdb.base/finish.exp: Likewise.
7740         * gdb.base/funcargs.exp: Likewise.
7741         * gdb.base/return.exp: Likewise.
7742         * gdb.base/return2.exp: Likewise.
7743         * gdb.base/varargs.exp: Likewise.
7744         * lib/gdb.exp (gdb_skip_float_test): Change it to
7745         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
7746
7747 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7748
7749         * gdb.multi/tids.exp: Test "thread apply all".
7750
7751 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7752
7753         * gdb.base/default.exp (tty): Remove.
7754
7755 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
7756
7757         * gdb.python/py-recurse-unwind.c: New file.
7758         * gdb.python/py-recurse-unwind.py: New file.
7759         * gdb.python/py-recurse-unwind.exp: New file.
7760
7761 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
7762
7763         * gdb.base/set-inferior-tty.exp: New file.
7764         * gdb.base/set-inferior-tty.c: New file.
7765
7766 2016-08-23  Pedro Alves  <palves@redhat.com>
7767
7768         PR gdb/20494
7769         * gdb.base/new-ui-echo.c: New file.
7770         * gdb.base/new-ui-echo.exp: New file.
7771
7772 2016-08-23  Yao Qi  <yao.qi@linaro.org>
7773
7774         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7775         gdbserver_spawn.
7776         * gdb.server/connect-without-multi-process.exp (do_test):
7777         Likewise.
7778
7779 2016-08-23  Yao Qi  <yao.qi@linaro.org>
7780
7781         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7782         standalone_txt.  Delete gdb_txt and standalone_txt on host
7783         and target.  Spawn the binary on target.  Copy files from
7784         target to host.
7785
7786 2016-08-22  Pedro Alves  <palves@redhat.com>
7787
7788         PR gdb/20505
7789         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
7790         with_test_prefix.  Factor out bits to ...
7791         (test_no_vdso): ... this new procedure.
7792
7793 2016-08-19  Carl Love  <cel@us.ibm.com>
7794
7795         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7796         maintaining separate logic for constructing the output path.
7797         * gdb.arch/powerpc-d128-regs.exp: Likewise.
7798         * gdb.arch/ppc-dfp.exp: Likewise.
7799         * gdb.arch/ppc-fp.exp: Likewise.
7800         * gdb.arch/vsx-regs.exp: Likewise.
7801         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7802         binprefix for generating the additional binary files.
7803
7804 2016-08-19  Pedro Alves  <palves@redhat.com>
7805
7806         * gdb.trace/mi-trace-frame-collected.exp
7807         (test_trace_frame_collected): On x32, expect two registers.
7808
7809 2016-08-18  Carl Love  <cel@us.ibm.com>
7810
7811         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7812         and sync up the test with tests in gas/testsuite/gas/ppc.
7813         * gdb.arch/powerpc-power.exp: Likewise.
7814
7815 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
7816
7817         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7818         expected error message.
7819
7820 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
7821
7822         * gdb.multi/remove-inferiors.exp: New file.
7823         * gdb.multi/remove-inferiors.c: New file.
7824
7825 2016-08-12  Yao Qi  <yao.qi@linaro.org>
7826
7827         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7828         argument list.
7829
7830 2016-08-10  Pedro Alves  <palves@redhat.com>
7831
7832         PR gdb/19187
7833         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7834         setup_kfails.
7835
7836 2016-08-09  Pedro Alves  <palves@redhat.com>
7837             Simon Marchi  <simon.marchi@ericsson.com>
7838
7839         PR gdb/20418
7840         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7841         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7842
7843 2016-08-09  Pedro Alves  <palves@redhat.com>
7844
7845         PR mi/20431
7846         * gdb.mi/mi-cmd-error.exp: New file.
7847
7848 2016-08-09  Pedro Alves  <palves@redhat.com>
7849
7850         PR gdb/18653
7851         * gdb.base/signals-state-child.c: New file.
7852         * gdb.base/signals-state-child.exp: New file.
7853         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7854
7855 2016-08-09  Pedro Alves  <palves@redhat.com>
7856
7857         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7858
7859 2016-08-03  Tom Tromey  <tom@tromey.com>
7860
7861         PR python/18565:
7862         * gdb.python/py-frame-inline.exp: Add Frame.function test.
7863
7864 2016-08-01  Yao Qi  <yao.qi@linaro.org>
7865
7866         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7867         variable mode to "multi-process" if $multi_process is 1, otherwise
7868         set it to "single-process".
7869
7870 2016-08-01  Yao Qi  <yao.qi@linaro.org>
7871
7872         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7873         * gdb.cp/cpexprs.exp: Likewise.
7874         * gdb.cp/m-static.exp: Likewise.
7875
7876 2016-07-26  Tom Tromey  <tom@tromey.com>
7877
7878         PR python/20190:
7879         * gdb.threads/tls.exp (check_thread_local): Add python symbol
7880         test.
7881
7882 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
7883
7884         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7885         selecting assembly source files.
7886         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7887         assembly source files.
7888         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7889         assembly source files.
7890         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7891         selecting assembly source files.
7892
7893 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
7894
7895         * gdb.base/new-ui.exp (do_test_invalid_args): New
7896         procedure.
7897
7898 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
7899
7900         * gdb.btrace/reconnect.c: New file.
7901         * gdb.btrace/reconnect.exp: New file.
7902
7903 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
7904
7905         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7906         to test_catch_syscall_group.
7907         (test_catch_syscall_group): New.
7908
7909 2016-07-21  Tom Tromey  <tom@tromey.com>
7910
7911         * gdb.rust/simple.rs (main): Use empty struct expression.
7912         * gdb.rust/simple.exp: Add tests for empty struct expression.
7913
7914 2016-07-21  Yao Qi  <yao.qi@linaro.org>
7915
7916         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7917         if gdb_skip_xml_test is true on some targets.
7918
7919 2016-07-21  Yao Qi  <yao.qi@linaro.org>
7920
7921         * gdb.server/solib-list.exp: Unset last_loaded_file.
7922
7923 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7924
7925         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7926         "step into captured_main (args)".
7927
7928 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7929
7930         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7931
7932 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7933
7934         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7935
7936 2016-07-19  Pedro Alves  <palves@redhat.com>
7937
7938         * gdb.opt/inline-break.exp: Remove optimize=-O2.
7939         * gdb.opt/inline-bt.exp: Likewise.
7940         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7941         additional_flags=-Winline.
7942         * gdb.opt/inline-locals.exp: Likewise.
7943         * gdb.opt/inline-markers.c (ATTR): Define.
7944         (inlined_fn): Use it.
7945
7946 2016-07-19  Yao Qi  <yao.qi@linaro.org>
7947
7948         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7949         (test_with_self): Remove some code.  Remove argument executable.
7950         (top-level): Use do_self_tests.
7951
7952 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
7953             Don Breazeal <donb@codesourcery.com>
7954
7955         * gdb.base/maint.exp: Escape paths used in regular expressions.
7956         * gdb.stabs/weird.exp: Likewise.
7957
7958 2016-07-13  Tom Tromey  <tom@tromey.com>
7959
7960         PR python/15620, PR python/18620:
7961         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7962         (test_bkpt_events): New procs.
7963
7964 2016-07-13  Tom Tromey  <tom@tromey.com>
7965
7966         PR python/17698:
7967         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7968         test.
7969         (test_watchpoints): Likewise.
7970         (test_bkpt_pending): New proc.
7971
7972 2016-07-13  Tom Tromey  <tom@tromey.com>
7973
7974         PR cli/18053:
7975         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7976         completion test.
7977
7978 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7979
7980         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7981         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7982         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7983         f_label.
7984         (g): Rename g_end_lbl to g_label.
7985         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7986         low_pc and high_pc.
7987         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7988
7989 2016-07-12  Tom Tromey  <tom@tromey.com>
7990
7991         PR python/19293:
7992         * gdb.python/py-unwind-maint.exp: Update tests.
7993
7994 2016-07-12  Yao Qi  <yao.qi@linaro.org>
7995
7996         * lib/selftest-support.exp (selftest_setup): Match the output
7997         when captured_main is inlined.
7998
7999 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8000
8001         * gdb.fortran/derived-types.exp (result_line, result_line_2):
8002         New variables.
8003         (print this%a, print this%b, print this): New tests.
8004         * gdb.fortran/derived-types.f90 (this): New object and
8005         initialization.
8006
8007 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
8008
8009         * gdb.ada/arraydim.exp: Remove extra directory level in build
8010         directory.
8011
8012 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
8013
8014         * lib/ada.exp: Remove extra directory level in build directory.
8015         * gdb.ada/cond_lang.exp: Likewise.
8016         * gdb.ada/exec_changed.exp: Likewise.
8017         * gdb.ada/lang_switch.exp: Likewise.
8018
8019 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
8020
8021         * simple.rs: Add test for raw pointer subscripting.
8022         * simple.exp: Add test expectations.
8023
8024 2016-07-05  Yao Qi  <yao.qi@linaro.org>
8025
8026         * gdb.mi/mi-reverse.exp: Match =record-started output.
8027
8028 2016-07-01  Pedro Alves  <palves@redhat.com>
8029
8030         * gdb.base/jit-reader.exp (info_registers_current_frame): New
8031         procedure.
8032         (jit_reader_test): Test the jit reader's unwinder.
8033         * gdb.base/jithost.c (jit_function_00_code): New global.
8034         (main): Use memcpy to fill in the mmapped code, instead of poking
8035         bytes manually here.
8036         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8037         value.
8038         (read_debug_info): Save the function's range.
8039         (read_sp): New function.
8040         (unwind_frame): Use it.  Also unwind RBP.
8041         (get_frame_id): Use read_sp.
8042         (gdb_init_reader): Use calloc instead of malloc.
8043         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8044         parameter.  Use gdb_test_multiple.
8045
8046 2016-07-01  Pedro Alves  <palves@redhat.com>
8047             Antoine Tremblay  <antoine.tremblay@ericsson.com>
8048
8049         * gdb.threads/process-dies-while-detaching.c: New file.
8050         * gdb.threads/process-dies-while-detaching.exp: New file.
8051
8052 2016-07-01  Pedro Alves  <palves@redhat.com>
8053
8054         * gdb.multi/watchpoint-multi-exit.c: New file.
8055         * gdb.multi/watchpoint-multi-exit.exp: New file.
8056
8057 2016-06-30  Pedro Alves  <palves@redhat.com>
8058
8059         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8060         unset inferior_spawn_id.
8061
8062 2016-06-30  Pedro Alves  <palves@redhat.com>
8063
8064         * lib/mi-support.exp (default_mi_gdb_start): Declare global
8065         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8066
8067 2016-06-29  Yao Qi  <yao.qi@linaro.org>
8068
8069         * gdb.base/return.c: Add copyright header.
8070
8071 2016-06-29  Tom Tromey  <tom@tromey.com>
8072
8073         PR python/20129:
8074         * gdb.python/py-framefilter.exp: Add tests for setting priority
8075         and disabling of non-existent frame filter.
8076
8077 2016-06-29  Yao Qi  <yao.qi@linaro.org>
8078
8079         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8080         0x0f07ff.
8081
8082 2016-06-28  Yao Qi  <yao.qi@linaro.org>
8083
8084         * gdb.base/catch-syscall.exp: Remove check on isnative and target
8085         triplets.  Start gdb, execute catch syscall, and continue.  Check
8086         gdb's output to determine catch syscall is supported.
8087
8088 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
8089
8090         * gdb.rust/simple.rs: Add test for returning unit in a function.
8091         * gdb.rust/simple.exp: Add expectation for functions returning
8092         unit.
8093
8094 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
8095
8096         * gdb.python/py-breakpoint-create-fail.c,
8097         gdb.python/py-breakpoint-create-fail.exp,
8098         gdb.python/py-breakpoint-create-fail.py: New testcase.
8099
8100 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
8101
8102         PR gdb/20239
8103         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8104         * gdb.rust/simple.exp: Add test expectations for new NonZero
8105         tests.
8106
8107 2016-06-24  David Taylor  <dtaylor@emc.com>
8108
8109         * gdb.base/offsets.exp: New file.
8110         * gdb.base/offsets.c: New file.
8111
8112 2016-06-23  Tom Tromey  <tom@tromey.com>
8113
8114         PR gdb/16483:
8115         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8116         before any filters are loaded.
8117
8118 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8119
8120         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8121         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8122         structs.
8123         * gdb.fortran/derived-type-function.exp: New file.
8124         * gdb.fortran/derived-type-function.f90: New file.
8125
8126
8127 2016-06-21  Pedro Alves  <palves@redhat.com>
8128
8129         * gdb.base/new-ui.exp: New file.
8130         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8131         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8132         (with_spawn_id): New procedure.
8133
8134 2016-06-21  Pedro Alves  <palves@redhat.com>
8135
8136         * gdb.mi/mi-exec-run.exp: New file.
8137
8138 2016-06-21  Pedro Alves  <palves@redhat.com>
8139
8140         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8141         breakpoint command's output on the main UI.
8142         (test_break): New procedure, factored out from calls in the top
8143         level.
8144         (top level): Use foreach_with_prefix to test MI as main UI and as
8145         separate UI.
8146
8147 2016-06-21  Pedro Alves  <palves@redhat.com>
8148
8149         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8150         (test_awatch_creation_and_listing)
8151         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8152         Remove 'type' parameter.
8153         (test_watchpoint_all): New parameter mi_mode.  Remove
8154         with_test_prefix.
8155         (top level): Use foreach_with_prefix, and add main/separate UI MI
8156         testing axis.
8157
8158 2016-06-21  Pedro Alves  <palves@redhat.com>
8159
8160         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8161         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8162         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8163         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8164         (gdb_main_spawn_id, mi_spawn_id): Declare and
8165         comment.
8166         (mi_create_inferior_pty): New procedure,
8167         factored out from default_mi_gdb_start.
8168         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8169         procedures.
8170         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8171         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8172         Use mi_create_inferior_pty.
8173         (mi_gdb_start): Use eval to pass down args list.
8174
8175 2016-06-21  Pedro Alves  <palves@redhat.com>
8176
8177         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8178         * gdb.opt/inline-cmds.exp: Add MI tests.
8179
8180 2016-06-21  Pedro Alves  <palves@redhat.com>
8181
8182         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8183
8184 2016-06-21  Pedro Alves  <palves@redhat.com>
8185
8186         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8187         (top level): Use it instead of mi_execute_to.
8188
8189 2016-06-21  Pedro Alves  <palves@redhat.com>
8190
8191         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8192         (cont_handler_str): New.
8193         (signal_stop_handler): Set stop_handler_str instead of printing to
8194         stdout.
8195         (continue_handler): Set cont_handler_str instead of printing to
8196         stdout.
8197         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8198         mi_send_resuming_command.  Print stop_handler_str and
8199         cont_handler_str instead of expecting the python events print
8200         directly.
8201
8202 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
8203
8204         * gdb.base/jit-reader.exp: New file.
8205         * gdb.base/jithost.c: New file.
8206         * gdb.base/jithost.h: New file.
8207         * gdb.base/jitreader.c : New file.
8208         * gdb.base/jit-protocol.h: New file.
8209
8210 2016-06-17  Yao Qi  <yao.qi@linaro.org>
8211
8212         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8213         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
8214         and detach-on-fork.  Adjust tests.
8215         (top level): Invoke break_cond_on_syscall with combinations of
8216         syscall, follow-fork-mode and detach-on-fork.
8217
8218 2016-06-17  Yao Qi  <yao.qi@linaro.org>
8219
8220         * gdb.base/step-over-exit.c: New.
8221         * gdb.base/step-over-exit.exp: New.
8222
8223 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
8224
8225         * gdb.base/float.exp: Add target check for nds32*-*-*.
8226         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8227
8228 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
8229
8230         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8231         for unsupported target features.
8232         * gdb.base/call-rt-st.exp: Likewise.
8233         * gdb.base/call-sc.exp: Likewise.
8234         * gdb.base/call-signal-resume.exp: Likewise.
8235         * gdb.base/call-strs.exp: Likewise.
8236         * gdb.base/callexit.exp: Likewise.
8237         * gdb.base/callfuncs.exp: Likewise.
8238         * gdb.base/nodebug.exp: Likewise.
8239         * gdb.base/printcmds.exp: Likewise.
8240         * gdb.base/ptype.exp: Likewise.
8241         * gdb.base/structs.exp: Likewise.
8242         * gdb.base/unwindonsignal.exp: Likewise.
8243         * gdb.cp/gdb2495.exp: Likewise.
8244         * gdb.cp/templates.exp: Likewise.
8245         * gdb.cp/virtfunc.exp: Likewise.
8246         * gdb.threads/hand-call-in-threads.exp: Likewise.
8247         * gdb.threads/interrupted-hand-call.exp: Likewise.
8248         * gdb.threads/thread-unwindonsignal.exp: Likewise.
8249
8250 2016-06-10  Tom Tromey  <tom@tromey.com>
8251
8252         PR rust/20110:
8253         * gdb.rust/expr.exp: Add test for integer constant larger than
8254         i32.
8255
8256 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
8257
8258         * gdb.fortran/nested-funcs.exp: New.
8259         * gdb.fortran/nested-funcs.f90: New.
8260
8261 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
8262
8263         * gdb.base/examine-backward.c: New file.
8264         * gdb.base/examine-backward.exp: New file.
8265
8266 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
8267
8268         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8269         matching.
8270
8271 2016-06-02  Tom Tromey  <tom@tromey.com>
8272
8273         PR python/18984:
8274         * gdb.python/py-shared.exp: Add solib_name test.
8275
8276 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
8277
8278         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8279
8280 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
8281
8282         PR c++/19893
8283         * gdb.dwarf2/implref.exp: Rename to...
8284         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
8285         * gdb.dwarf2/implref-array.c: New file.
8286         * gdb.dwarf2/implref-array.exp: Likewise.
8287         * gdb.dwarf2/implref-global.c: Likewise.
8288         * gdb.dwarf2/implref-global.exp: Likewise.
8289         * gdb.dwarf2/implref-struct.c: Likewise.
8290         * gdb.dwarf2/implref-struct.exp: Likewise.
8291
8292 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8293
8294         * gdb.trace/trace-condition.exp: Add 64bit tests.
8295
8296 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8297
8298         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8299         bits types.
8300         (main): Adapt to 8 to 64 bits types.
8301         * gdb.trace/trace-condition.exp: Add new tests.
8302
8303 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8304
8305         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8306
8307 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8308
8309         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8310         Move condition tests...
8311         * gdb.trace/trace-condition.exp: Here.
8312
8313 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8314
8315         * gdb.trace/trace-condition.exp: Add counter-case tests.
8316
8317 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8318
8319         PR c++/15231
8320         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8321         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8322
8323 2016-05-27  Pedro Alves  <palves@redhat.com>
8324
8325         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8326         New procedure.
8327         (top level): Call it, and bail out of DejaGnu is known to be bad.
8328
8329 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
8330
8331         * gdb.base/whatis.c: Extend the test case.
8332         * gdb.base/whatis.exp: Add additional tests.
8333
8334 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8335
8336 * gdb.fortran/type.f90: Add pointer variable.
8337 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8338
8339 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8340
8341         * gdb.fortran/vla-type.exp: Fix testcase name.
8342
8343 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8344
8345         * gdb.fortran/vla-type.exp: Access elements in nested structs.
8346
8347 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8348
8349         * gdb.fortran/type.f90: Add nested structures.
8350         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8351         * gdb.fortran/derived-type.exp: Adapt expected output.
8352         * gdb.fortran/vla-type.exp: Adapt expected output.
8353
8354 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8355
8356         * gdb.fortran/whatis_type.exp: Adapt expected output.
8357
8358 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8359
8360         * gdb.fortran/print_type.exp: Fix expected output.
8361         * gdb.fortran/whatis_type.exp: Fix expected output.
8362
8363 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8364
8365         * gdb.fortran/whatis_type.exp: Use multi_line.
8366
8367 2016-05-24  Tom Tromey  <tom@tromey.com>
8368
8369         PR python/17386:
8370         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8371         use value as an index.
8372
8373 2016-05-23  Tom Tromey  <tom@tromey.com>
8374
8375         PR python/17981:
8376         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8377         no-breakpoint case.
8378
8379 2016-05-24  Pedro Alves  <palves@redhat.com>
8380
8381         PR gdb/19828
8382         * gdb.threads/clone-attach-detach.c: New file.
8383         * gdb.threads/clone-attach-detach.exp: New file.
8384
8385 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
8386
8387         * gdb.base/annota-input-while-running.exp: Fix syntax error.
8388
8389 2016-05-23  Tom Tromey  <tom@tromey.com>
8390
8391         PR python/19438, PR python/18393:
8392         * gdb.python/py-progspace.exp: Add "dir" test.
8393         * gdb.python/py-objfile.exp: Add "dir" test.
8394
8395 2016-05-23  Yao Qi  <yao.qi@linaro.org>
8396
8397         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8398         * gdb.arch/thumb2-it.exp: Likewise.
8399
8400 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
8401
8402         * gdb.mi/mi-threads-interrupt.c: New file.
8403         * gdb.mi/mi-threads-interrupt.exp: New file.
8404
8405 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
8406
8407         PR gdb/18077
8408         * gdb.mi/mi-async-run.exp: New file.
8409         * gdb.mi/mi-async-run.c: New file.
8410
8411 2016-05-17  Tom Tromey  <tom@tromey.com>
8412             Manish Goregaokar <manishsmail@gmail.com>
8413
8414         * lib/rust-support.exp: New file.
8415         * lib/gdb.exp (skip_rust_tests): New proc.
8416         (build_executable_from_specs): Handle rust.
8417         * lib/future.exp (gdb_find_rustc): New proc.
8418         (gdb_default_target_compile): Handle rust.
8419         * gdb.rust/expr.exp: New file.
8420         * gdb.rust/generics.exp: New file.
8421         * gdb.rust/generics.rs: New file.
8422         * gdb.rust/methods.exp: New file.
8423         * gdb.rust/methods.rs: New file.
8424         * gdb.rust/modules.exp: New file.
8425         * gdb.rust/modules.rs: New file.
8426         * gdb.rust/simple.exp: New file.
8427         * gdb.rust/simple.rs: New file.
8428
8429 2016-05-17  Tom Tromey  <tom@tromey.com>
8430
8431         * gdb.base/default.exp (set language): Add rust.
8432
8433 2016-05-17  Tom Tromey  <tom@tromey.com>
8434
8435         * gdb.gdb/unittest.exp: New file.
8436
8437 2016-05-16  Yao Qi  <yao.qi@linaro.org>
8438
8439         * gdb.base/batch-preserve-term-settings.exp: Remove variable
8440         shell_prompt.  Update shell_prompt_re.
8441
8442 2016-05-12  Doug Evans  <dje@google.com>
8443
8444         PR symtab/19999
8445         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8446         $options when building executable.
8447         * gdb.dwarf2/fission-loclists-pie.S: New file.
8448         * gdb.dwarf2/fission-loclists-pie.exp: New file.
8449
8450 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
8451
8452         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8453         of [is_remote target],
8454
8455 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
8456
8457         * lib/gdb.exp (use_gdb_stub): New procedure.
8458
8459 2016-05-03  Yunlian Jiang <yunlian@google.com>
8460             Doug Evans  <dje@google.com>
8461
8462         PR symtab/19914
8463         * gdb.dwarf2/dwp-sepdebug.c: New file.
8464         * gdb.dwarf2/dwp-sepdebug.exp: New file.
8465
8466 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
8467
8468         * gdb.base/detach.exp: Remove is_remote check.
8469
8470 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
8471
8472         * gdb.base/annota-input-while-running.exp: Don't check for
8473         [is_remote target].  Enable annotations after running to main.
8474         Remove unused "set test..." line.
8475
8476 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8477
8478         * gdb.trace/trace-enable-disable.exp: New file.
8479         * gdb.trace/trace-enable-disable.c: New file.
8480
8481 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8482
8483         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8484         use it in info sharedlibrary test.
8485         * gdb.trace/ftrace-lock.exp: Likewise.
8486         * gdb.trace/ftrace.exp: Likewise.
8487         * gdb.trace/range-stepping.exp: Likewise.
8488         * gdb.trace/trace-break.exp: Likewise.
8489         * gdb.trace/trace-condition.exp: Likewise.
8490         * gdb.trace/trace-mt.exp: Likewise.
8491
8492 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
8493
8494         * lib/gdb.exp (gdb_load_shlibs): Rename to...
8495         (gdb_load_shlib): ... this.
8496         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8497         gdb_load_shlib.
8498         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8499         * gdb.base/ctxobj.exp: Likewise.
8500         * gdb.base/dprintf-pending.exp: Likewise.
8501         * gdb.base/dso2dso.exp: Likewise.
8502         * gdb.base/fixsection.exp: Likewise.
8503         * gdb.base/gcore-relro.exp: Likewise.
8504         * gdb.base/gdb1555.exp: Likewise.
8505         * gdb.base/global-var-nested-by-dso.exp: Likewise.
8506         * gdb.base/gnu-ifunc.exp: Likewise.
8507         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8508         * gdb.base/jit-so.exp (one_jit_test): Likewise.
8509         * gdb.base/pending.exp: Likewise.
8510         * gdb.base/print-file-var.exp: Likewise.
8511         * gdb.base/print-symbol-loading.exp: Likewise.
8512         * gdb.base/shlib-call.exp: Likewise.
8513         * gdb.base/shreloc.exp: Likewise.
8514         * gdb.base/so-impl-ld.exp: Likewise.
8515         * gdb.base/solib-disc.exp: Likewise.
8516         * gdb.base/solib-nodir.exp: Likewise.
8517         * gdb.base/solib-overlap.exp: Likewise.
8518         * gdb.base/solib-symbol.exp: Likewise.
8519         * gdb.base/solib-weak.exp (do_test): Likewise.
8520         * gdb.base/sym-file.exp: Likewise.
8521         * gdb.base/symtab-search-order.exp: Likewise.
8522         * gdb.base/type-opaque.exp: Likewise.
8523         * gdb.base/unload.exp: Likewise.
8524         * gdb.base/watchpoint-solib.exp: Likewise.
8525         * gdb.compile/compile.exp: Likewise.
8526         * gdb.cp/gdb2384.exp: Likewise.
8527         * gdb.cp/infcall-dlopen.exp: Likewise.
8528         * gdb.cp/re-set-overloaded.exp: Likewise.
8529         * gdb.fortran/library-module.exp: Likewise.
8530         * gdb.opt/solib-intra-step.exp: Likewise.
8531         * gdb.python/py-finish-breakpoint.exp: Likewise.
8532         * gdb.python/py-shared.exp: Likewise.
8533         * gdb.reverse/solib-precsave.exp: Likewise.
8534         * gdb.reverse/solib-reverse.exp: Likewise.
8535         * gdb.server/solib-list.exp: Likewise.
8536         * gdb.threads/dlopen-libpthread.exp: Likewise.
8537         * gdb.threads/tls-shared.exp: Likewise.
8538         * gdb.threads/tls-so_extern.exp: Likewise.
8539         * gdb.trace/change-loc.exp: Likewise.
8540         * gdb.trace/ftrace-lock.exp: Likewise.
8541         * gdb.trace/ftrace.exp: Likewise.
8542         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8543         * gdb.trace/pending.exp: Likewise.
8544         * gdb.trace/range-stepping.exp: Likewise.
8545         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8546         (strace_info_marker): Likewise.
8547         (strace_probe_marker): Likewise.
8548         (strace_trace_on_same_addr): Likewise.
8549         (strace_trace_on_diff_addr): Likewise.
8550         * gdb.trace/trace-break.exp: Likewise.
8551         * gdb.trace/trace-condition.exp: Likewise.
8552         * gdb.trace/trace-mt.exp: Likewise.
8553
8554 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
8555
8556         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
8557         result of gdb_remote_download.
8558         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8559         * gdb.base/dso2dso.exp: Likewise.
8560         * gdb.base/global-var-nested-by-dso.exp: Likewise.
8561         * gdb.base/print-file-var.exp: Likewise.
8562         * gdb.base/shlib-call.exp: Likewise.
8563         * gdb.base/shreloc.exp: Likewise.
8564         * gdb.base/solib-overlap.exp: Likewise.
8565         * gdb.base/solib-weak.exp (do_test): Likewise.
8566         * gdb.base/unload.exp: Likewise.
8567
8568 2016-04-27  Yao Qi  <yao.qi@linaro.org>
8569
8570         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8571         exists.
8572
8573 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
8574
8575         * vla-type.exp: Print structure from toplevel.
8576
8577 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
8578
8579         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8580         of dynamic types.
8581         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8582         of dynamic types.
8583
8584 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
8585
8586         * gdb.fortran/vla-type.f90: New file.
8587         * gdb.fortran/vla-type.exp: New file.
8588
8589 2016-04-25  Yao Qi  <yao.qi@linaro.org>
8590
8591         * gdb.base/branch-to-self.c: New file.
8592         * gdb.base/branch-to-self.exp: New file.
8593
8594 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8595
8596         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8597         more after $hex.
8598
8599 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8600
8601         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8602         * gdb.base/annota3.exp: Likewise.
8603
8604 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8605
8606         * gdb.reverse/step-precsave.exp: Do one step and test program
8607         stops in "callee" and do multiple steps until program goes out
8608         of "callee".
8609         * gdb.reverse/step-reverse.exp: Likewise.
8610
8611 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8612
8613         * gdb.trace/signal.exp: Also pass if
8614         $tracepoint_hits($i) > $iterations.
8615
8616 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8617
8618         * gdb.trace/signal.c: New file.
8619         * gdb.trace/signal.exp: New file.
8620
8621 2016-04-19  Doug Evans  <xdje42@gmail.com>
8622
8623         * gdb.base/bad-file.exp: New file.
8624
8625 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
8626
8627         * gdb.dwarf2/implref.exp: New file.
8628
8629 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
8630
8631         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8632         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8633         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8634         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8635         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8636         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8637         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8638         * lib/fortran.exp (fortran_int4): New procedure.
8639         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8640         (fortran_logical4): Likewise.
8641
8642 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
8643
8644         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8645
8646 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
8647
8648         * lib/compiler.c: Add Intel specific preprocessor macros.
8649         * lib/compiler.cc: Likewise.
8650
8651 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
8652
8653         * gdb.server/connect-with-no-symbol-file.c: New file.
8654         * gdb.server/connect-with-no-symbol-file.exp: New file.
8655
8656 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
8657
8658         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8659
8660 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
8661
8662         * boards/gdbserver-base.exp (${board}_download): Copy source file to
8663         standard output directory.
8664
8665 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8666
8667         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8668
8669 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
8670
8671         * gdb.btrace/instruction_history.c (loop): Add declaration.
8672
8673 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8674
8675         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8676
8677 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
8678
8679         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8680         parentheses to print.
8681         (continue_handler): Likewise.
8682
8683 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
8684
8685         * gdb.server/solib-list.exp: Remove is_remote check.
8686         Pass shlib= to gdb_compile.  Don't link shared library with
8687         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
8688         Run binary filename through "readlink -f" on the target.
8689
8690 2016-04-08  Pedro Alves  <palves@redhat.com>
8691
8692         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
8693         interpreter filename as argument to gdbserver_spawn.
8694         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8695         Return empty if $last_loaded_file does not exist.
8696
8697 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8698
8699         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8700         * gdb.base/jit-main.c: Use exit after usage.
8701
8702 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
8703
8704         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8705         GDBHISTSIZE prior to the tests.
8706         * gdb.base/gdbinit-history.exp: Likewise.
8707
8708 2016-04-07  Pedro Alves  <palves@redhat.com>
8709
8710         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8711         instead of build_executable.  Use gdb_load_shlibs.
8712
8713 2016-04-07  Yao Qi  <yao.qi@linaro.org>
8714
8715         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8716         Execute "si" command.
8717
8718 2016-04-07  Yao Qi  <yao.qi@linaro.org>
8719
8720         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8721         number instead of the comments on some line.
8722
8723 2016-04-06  Don Breazeal  <donb@codesourcery.com>
8724
8725         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8726         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8727
8728 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
8729
8730         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8731         standard_output_file.  Remove unused binfile variable.
8732
8733 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
8734
8735         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8736         * gdb.python/py-mi-objfile.exp: Match "list main" output
8737         in console format.
8738
8739 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
8740
8741         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8742         absolute.
8743
8744 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
8745
8746         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8747         absolute.
8748         * gdb.trace/ftrace.exp: Likewise.
8749         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8750         targets as well.
8751         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8752         (gdb_load_shlibs): Copy libraries to test directory when testing
8753         natively.  Only set solib-search-path if testing remotely.
8754         * lib/mi-support.exp (mi_load_shlibs): Likewise.
8755
8756 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
8757
8758         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8759         gdb_download.  Use it even if the target is not remote.
8760         * gdb.base/jit.exp (compile_jit_test): Likewise.
8761         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8762         output directory if the destination board is local, otherwise use
8763         the standard remote_download from DejaGnu.
8764         (gdb_download): Remove.
8765         (gdb_load_shlibs): Use gdb_remote_download instead of
8766         gdb_download.
8767         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8768         Use gdb_remote_download instead of gdb_download.  Use it even if
8769         the target is not remote.
8770         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8771         instead of gdb_download.
8772
8773 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
8774
8775         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8776         (test_insert_delete_modify): Call mi_load_shlibs before trying to
8777         run.
8778
8779 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
8780
8781         PR gdb/19820
8782         * gdb.base/printcmds.exp: Add artificial arrays tests.
8783
8784 2016-03-31  Pedro Alves  <palves@redhat.com>
8785
8786         PR gdb/19858
8787         * gdb.base/jit-main.c: Include unistd.h.
8788         (ATTACH): Define to 0 if not already defined.
8789         (wait_for_gdb, mypid): New globals.
8790         (WAIT_FOR_GDB): New macro.
8791         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
8792         some breakpoint locations.
8793         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8794         New procedures.
8795         (one_jit_test): Add REATTACH parameter, and handle it.  Use
8796         continue_to_test_location.
8797         (top level): Test attach, and adjusts calls to one_jit_test.
8798
8799 2016-03-31  Pedro Alves  <palves@redhat.com>
8800
8801         PR gdb/19858
8802         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
8803         BINSUFFIX parameter, and handle it.
8804         (top level): Adjust calls compile_jit_test.
8805
8806 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
8807
8808         PR python/19743
8809         * gdb.python/py-mi-events-gdb.py: New file.
8810         * gdb.python/py-mi-events.c: New file.
8811         * gdb.python/py-mi-events.exp: New file.
8812
8813 2016-03-30  Yao Qi  <yao.qi@linaro.org>
8814
8815         * gdb.reverse/until-precsave.exp: Match function name only.
8816         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8817         Move malloc to a condition block.
8818         * gdb.reverse/until-reverse.exp: Match function name only.
8819
8820 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8821
8822         * gdb.trace/ftrace.exp: Set arg0exp for s390.
8823         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8824         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8825         variable for GPR 0 instead of assuming it is register 0.
8826         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8827         * lib/trace-support.exp: Add s390 registers.
8828
8829 2016-03-29  Yao Qi  <yao.qi@linaro.org>
8830
8831         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8832
8833 2016-03-24  Yao Qi  <yao.qi@linaro.org>
8834
8835         * gdb.reverse/break-reverse.exp: Add quotation mark in the
8836         test message.
8837
8838 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8839
8840         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8841         maintaining separate logic for constructing the output path.
8842
8843 2016-03-16  Don Breazeal  <donb@codesourcery.com>
8844
8845         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8846         Retry fork and waitpid on interrupted system call errors.
8847         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8848         Use with_timeout_factor to increase timeout by factor of 10.
8849
8850 2016-03-15  Don Breazeal  <donb@codesourcery.com>
8851
8852         * gdb.cp/scope-err.cc: New test program.
8853         * gdb.cp/scope-err.exp: New test script.
8854         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8855         lines and "set breakpoint here" comment.
8856         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8857         Fixed some whitespace and format issues.
8858         * gdb.mi/mi-linespec-err-cp.cc: New test program.
8859         * gdb.mi/mi-linespec-err-cp.exp: New test script.
8860
8861 2016-03-15  Doug Evans  <dje@google.com>
8862
8863         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8864         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8865         All callers updated.  Add tests for enums, mixed flags register.
8866
8867 2016-03-15  Doug Evans  <dje@google.com>
8868
8869         * gdb.base/skip.c (main): Call test_skip_file_and_function.
8870         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8871
8872 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
8873
8874         * gdb.base/default.exp: Add $_as_string to the list of expected
8875         convenience functions.
8876
8877 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8878
8879         * gdb.base/maint.exp: New tests for 'maint info line-table'.
8880
8881 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
8882
8883         * gdb.python/py-as-string.exp: New file.
8884         * gdb.python/py-as-string.c: New file.
8885
8886 2016-03-09  Pedro Alves  <palves@redhat.com>
8887
8888         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8889         signal" -> "Thread NN received signal" output change.
8890         * gdb.threads/ia64-sigill.exp: Likewise.
8891         * gdb.threads/linux-dp.exp: Likewise.
8892         * gdb.threads/manythreads.exp: Likewise.
8893         * gdb.threads/pending-step.exp: Likewise.
8894         * gdb.threads/print-threads.exp: Likewise.
8895         * gdb.threads/sigstep-threads.exp: Likewise.
8896         * gdb.threads/staticthreads.exp: Likewise.
8897         * gdb.threads/tls.exp: Likewise.
8898
8899 2016-03-09  Pedro Alves  <palves@redhat.com>
8900
8901         * gdb.base/command-line-input.exp: New file.
8902
8903 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8904
8905         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8906         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8907         * gdb.trace/pending.exp: Accept leading dot before function name.
8908         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8909         * lib/trace-support.exp: Set registers for ppc.
8910
8911 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8912
8913         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8914         use it for disassembly; accept .main in addition to main in backtrace.
8915
8916 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
8917             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8918
8919         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8920         (gdb_recursion_test_ptr): New global variable.
8921         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8922         gdb_recursion_test.
8923         (gdb_c_test): Ditto.
8924
8925 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8926
8927         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8928         ordering.
8929
8930 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8931
8932         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8933         (bar): Add bar_start_lbl label.
8934         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8935         of foo/bar for emitting DWARF and tracing.
8936
8937 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
8938
8939         * analyze-racy-logs.py: Set executable bit.
8940
8941 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
8942
8943         * Makefile.in (DEFAULT_RACY_ITER): New variable.
8944         (CHECK_TARGET_TMP): Likewise.
8945         (check-single-racy): New rule.
8946         (check-parallel-racy): Likewise.
8947         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8948         (do-check-parallel-racy): New rule.
8949         (check-racy/%.exp): Likewise.
8950         * README (Racy testcases): New section.
8951         * analyze-racy-logs.py: New file.
8952
8953 2016-03-03  Doug Evans  <dje@google.com>
8954
8955         * gdb.base/skip.exp: Use with_test_prefix.
8956
8957 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8958
8959         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8960         Invoke step_over_syscall "clone" and break_cond_on_syscall
8961         "clone".
8962         * gdb.base/step-over-clone.c: New file.
8963
8964 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8965
8966         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8967         code format.
8968
8969 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8970
8971         * gdb.base/disp-step-fork.c: Rename to ...
8972         * gdb.base/step-over-fork.c: ... it.  New file.
8973         * gdb.base/disp-step-vfork.c: Rename to ...
8974         * gdb.base/step-over-vfork.c: ... it.  New file.
8975         * gdb.base/disp-step-syscall.exp: Rename to ...
8976         * gdb.base/step-over-syscall.exp: ... it.  New file.
8977         (disp_step_cross_syscall): Rename to ...
8978         (step_over_syscall): ... it.
8979
8980 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8981
8982         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8983         If target supports condition evaluation on target, invoke
8984         break_cond_on_syscall for fork and vfork.
8985
8986 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8987
8988         * gdb.base/disp-step-syscall.exp: Don't invoke
8989         support_displaced_stepping.
8990         (disp_step_cross_syscall): Test with displaced stepping off and
8991         on if supported.
8992
8993 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8994
8995         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8996         proc.
8997         (setup): New proc.
8998         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8999         and setup.
9000
9001 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9002
9003         * gdb.fortran/vla-history.exp: Remove breakpoint.
9004
9005 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9006
9007         * gdb.fortran/vla-history.exp: Lookup array elements and printing
9008         exceeds timeout.
9009
9010 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9011
9012         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9013         breakpoint.
9014
9015 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9016
9017         * gdb.mi/vla.f90: Nullify pointer after declaration.
9018
9019 2016-03-01  Pedro Alves  <palves@redhat.com>
9020
9021         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9022
9023 2016-03-01  Pedro Alves  <palves@redhat.com>
9024
9025         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9026         before anything else.
9027         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
9028         _GNU_SOURCE here.
9029         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9030         before anything else.
9031         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9032
9033 2016-03-01  Pedro Alves  <palves@redhat.com>
9034
9035         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9036
9037 2016-03-01  Yao Qi  <yao.qi@linaro.org>
9038
9039         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9040         prepare_for_testing.
9041
9042 2016-03-01  Yao Qi  <yao.qi@linaro.org>
9043
9044         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9045
9046 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9047
9048         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9049         manually constructing the output path.
9050
9051 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9052
9053         * gdb.arch/s390-stackless.S: New.
9054         * gdb.arch/s390-stackless.exp: New.
9055
9056 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
9057
9058         * gdb.dlang/circular.c: New file.
9059         * gdb.dlang/circular.exp: New file.
9060
9061 2016-02-26  Yao Qi  <yao.qi@linaro.org>
9062
9063         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9064         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9065         (testcases): Update.
9066
9067 2016-02-26  Yao Qi  <yao.qi@linaro.org>
9068
9069         * gdb.reverse/aarch64.c: Rename to ...
9070         * gdb.reverse/insn-reverse.c: ... it.
9071         * gdb.reverse/aarch64.exp: Rename to ...
9072         * gdb.reverse/insn-reverse.exp: ... it.
9073
9074 2016-02-26  Yao Qi  <yao.qi@linaro.org>
9075
9076         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9077         (testcase_ftype): New.
9078         (testcases): New array.
9079         (n_testcases): New.
9080         (main): Call each element in testcases.
9081         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9082         (read_testcase): New.
9083         Do the tests in a loop.
9084
9085 2016-02-25  Yao Qi  <yao.qi@linaro.org>
9086
9087         * gdb.base/branches.c: Remove.
9088
9089 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9090
9091         PR gdb/13808
9092         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9093
9094 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9095
9096         * gdb.trace/ftrace.exp: Remove unnecessary target check.
9097
9098 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9099
9100         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9101         change x86_64 call_insn to 'callq'.
9102
9103 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9104
9105         * gdb.trace/tfile-avx.c: Move to...
9106         * gdb.trace/tracefile-pseudo-reg.c: Here.
9107         * gdb.trace/tfile-avx.exp: Move to...
9108         * gdb.trace/tracefile-pseudo-reg.exp: Here.
9109
9110 2016-02-24  Gary Benson <gbenson@redhat.com>
9111
9112         * gdb.base/attach-pie-noexec.exp: Do not expect an error
9113         message on attach.
9114
9115 2016-02-23  Doug Evans  <dje@google.com>
9116
9117         * gdb.base/skip.c (test_skip): New function.
9118         (end_test_skip_file_and_function): New function.
9119         (test_skip_file_and_function): New function.
9120         * gdb.base/skip1.c (test_skip): New function.
9121         (skip1_test_skip_file_and_function): New function.
9122         * gdb.base/skip.exp: Add tests for new skip options.
9123         * gdb.base/skip-solib.exp: Update expected output.
9124         * gdb.perf/skip-command.cc: New file.
9125         * gdb.perf/skip-command.exp: New file.
9126         * gdb.perf/skip-command.py: New file.
9127
9128 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9129
9130         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9131         info registers pattern.
9132
9133 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
9134
9135         * lib/future.exp: Add D support.
9136         (gdb_find_gdc): New proc.
9137         (gdb_default_target_compile): Add D support.
9138
9139 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
9140
9141         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9142         user+system time.
9143         (trace_speed_test): Determine the iteration count for a time
9144         between 15..30 seconds.
9145
9146 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9147
9148         * gdb.arch/i386-mpx-sigsegv.c: New file.
9149         * gdb.arch/i386-mpx-sigsegv.exp: New file.
9150         * gdb.arch/i386-mpx-simple_segv.c: New file.
9151         * gdb.arch/i386-mpx-simple_segv.exp: New file.
9152
9153 2016-02-18  Yao Qi  <yao.qi@linaro.org>
9154
9155         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9156         Don't call setup_kfail.
9157
9158 2016-02-18  Yao Qi  <yao.qi@linaro.org>
9159
9160         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9161         Set "set breakpoint condition-evaluation" per $cond_bp_target.
9162
9163 2016-02-16  Doug Evans  <dje@google.com>
9164
9165         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
9166         * gdb.base/skip1.c: Ditto.
9167         * gdb.base/skip.exp: Whitespace cleanup.
9168
9169 2016-02-16  Don Breazeal  <donb@codesourcery.com>
9170
9171         PR remote/19496
9172         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9173         Remove kfail for PR remote/19496.
9174
9175 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
9176
9177         * lib/gdb.exp (standard_temp_file): Return a path specific to
9178         the runtest invocation.
9179
9180 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
9181
9182         * gdb.trace/save-trace.exp: Change relative path to be in the
9183         standard output directory.
9184
9185 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9186
9187         * gdb.arch/i386-prologue.c: Add missing prototypes.
9188
9189 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9190
9191         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9192         * gdb.arch/i386-prologue.exp: Likewise.
9193         * gdb.arch/i386-size.exp: Likewise.
9194
9195 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
9196
9197         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9198         define object file path.
9199         * gdb.btrace/gcore.exp: Use standard_output_file to define core
9200         file path.
9201         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9202         standard_output_file to define binfile.
9203
9204 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9205
9206         Fix compatibility with recent gfortran-5.3.1.
9207         * gdb.fortran/vla-history.exp (print vla1 allocated)
9208         (print vla2 allocated, print $2, print $3): Remove
9209         (print $4): Rename to ...
9210         (print $2): ... here.
9211         (print $9): Rename to ...
9212         (print $5): ... here.
9213         (print $10): Rename to ...
9214         (print $6): ... here.
9215         * gdb.fortran/vla.f90: Add pvla initialization.
9216
9217 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9218
9219         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9220         New test.
9221         * gdb.fortran/vla-value-sub.exp: Likewise.
9222
9223 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9224
9225         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9226
9227 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
9228
9229         * i386-biarch-core.exp: Define corefile using
9230         standard_output_file.
9231
9232 2016-02-12  Yao Qi  <yao.qi@linaro.org>
9233
9234         * gdb.arch/arm-single-step-kernel-helper.c: New.
9235         * gdb.arch/arm-single-step-kernel-helper.exp: New.
9236
9237 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
9238
9239         * gdb.btrace/tailcall-only.exp: New.
9240         * gdb.btrace/tailcall-only.c: New.
9241         * gdb.btrace/x86_64-tailcall-only.S: New.
9242         * gdb.btrace/i686-tailcall-only.S: New.
9243
9244 2016-02-11  Pedro Alves  <palves@redhat.com>
9245
9246         * README (Parallel testing): Add missing double quotes.
9247
9248 2016-02-11  Pedro Alves  <palves@redhat.com>
9249
9250         * README (Parallel testing): New section.
9251         (GDB_PARALLEL): Rewrite.
9252         (FORCE_PARALLEL): Document.
9253
9254 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9255
9256         * gdb.trace/tfile-avx.c: New test.
9257         * gdb.trace/tfile-avx.exp: New test.
9258
9259 2016-02-09  Keith Seitz  <keiths@redhat.com>
9260
9261         PR breakpoints/19546
9262         * gdb.base/infcall-exec.c: New file.
9263         * gdb.base/infcall-exec2.c: New file.
9264         * gdb.base/infcall-exec.exp: New file.
9265
9266 2016-02-09  Keith Seitz  <keiths@redhat.com>
9267
9268         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9269         (toplevel): Call test_bkpt_address.
9270
9271 2016-02-09  Keith Seitz  <keiths@redhat.com>
9272
9273         PR python/19506
9274         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9275         (toplevel): Call test_bkpt_address.
9276
9277 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
9278
9279         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9280         to AC_OUTPUT.
9281         * configure: Regenerate.
9282
9283 2016-02-09  Pedro Alves  <palves@redhat.com>
9284
9285         PR breakpoints/19548
9286         * gdb.base/execl-update-breakpoints.c (some_function): New
9287         function.
9288         (main): Call it.
9289         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9290         Tighten expected GDB output.
9291
9292 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
9293
9294         * Makefile.in (ALL_SUBDIRS): Remove.
9295         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9296         (distclean maintainer-clean realclean): Likewise.
9297         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9298         * configure: Regenerate.
9299         * gdb.ada/Makefile.in: Delete.
9300         * gdb.arch/Makefile.in: Likewise.
9301         * gdb.asm/Makefile.in: Likewise.
9302         * gdb.base/Makefile.in: Likewise.
9303         * gdb.btrace/Makefile.in: Likewise.
9304         * gdb.cell/Makefile.in: Likewise.
9305         * gdb.compile/Makefile.in: Likewise.
9306         * gdb.cp/Makefile.in: Likewise.
9307         * gdb.disasm/Makefile.in: Likewise.
9308         * gdb.dlang/Makefile.in: Likewise.
9309         * gdb.dwarf2/Makefile.in: Likewise.
9310         * gdb.fortran/Makefile.in: Likewise.
9311         * gdb.gdb/Makefile.in: Likewise.
9312         * gdb.go/Makefile.in: Likewise.
9313         * gdb.guile/Makefile.in: Likewise.
9314         * gdb.java/Makefile.in: Likewise.
9315         * gdb.linespec/Makefile.in: Likewise.
9316         * gdb.mi/Makefile.in: Likewise.
9317         * gdb.modula2/Makefile.in: Likewise.
9318         * gdb.multi/Makefile.in: Likewise.
9319         * gdb.objc/Makefile.in: Likewise.
9320         * gdb.opencl/Makefile.in: Likewise.
9321         * gdb.opt/Makefile.in: Likewise.
9322         * gdb.pascal/Makefile.in: Likewise.
9323         * gdb.perf/Makefile.in: Likewise.
9324         * gdb.python/Makefile.in: Likewise.
9325         * gdb.reverse/Makefile.in: Likewise.
9326         * gdb.server/Makefile.in: Likewise.
9327         * gdb.stabs/Makefile.in: Likewise.
9328         * gdb.threads/Makefile.in: Likewise.
9329         * gdb.trace/Makefile.in: Likewise.
9330         * gdb.xml/Makefile.in: Likewise.
9331         * lib/gdb.exp (make_gdb_parallel_path): Add check for
9332         GDB_PARALLEL.
9333         (standard_output_file): Remove check for GDB_PARALLEL, always
9334         return path in outputs/$subdir/$testname.
9335
9336 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
9337
9338         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9339         (site.exp): Assign abs_srcdir to tcl's srcdir.
9340
9341 2016-02-04  Yao Qi  <yao.qi@linaro.org>
9342
9343         * gdb.base/foll-exec-mode.c: Include limits.h.
9344         (main): Add parameters argc and argv.  Get directory from
9345         argv[0].
9346         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9347         compilation.
9348         * gdb.base/foll-exec.c: Include limits.h.
9349         (main): Add parameters argc and argv.
9350         Get directory from argv[0].
9351         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9352         Adjust tests on the number of lines as source code changed.
9353         * gdb.base/foll-vfork-exit.c: Include limits.h.
9354         (main): Add one line of statement before vfork.
9355         * gdb.base/foll-vfork.c: Include limits.h and string.h.
9356         (main): Add parameters argc and argv.  Get directory from
9357         argv[0].
9358         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9359         (setup_gdb): Set tbreak to skip some source lines.
9360         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9361         (main): Add parameters argc and argv.  Get directory from
9362         argv[0].
9363         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9364         compilation.
9365         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9366         (main): Add parameters argc and argv.  Get directory from
9367         argv[0].
9368         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9369         compilation.
9370
9371 2016-02-01  Doug Evans  <dje@google.com>
9372
9373         * gdb.base/skip.exp: Clean up multiple references to same test name.
9374
9375 2016-02-01  Pedro Alves  <palves@redhat.com>
9376
9377         PR remote/19496
9378         * gdb.threads/forking-threads-plus-breakpoint.exp
9379         (displaced_stepping_supported): New global.
9380         (probe_displaced_stepping_support): New procedure.
9381         (do_test): Add 'displaced' parameter, and use it.
9382         (top level): Check for displaced stepping support.  Add displaced
9383         stepping on/off testing axis.
9384
9385 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
9386
9387         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9388         pointer.  Don't perform further tests on the unassociated pointer
9389         if the first test fails.
9390
9391 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
9392
9393         * gdb.base/max-value-size.c: New file.
9394         * gdb.base/max-value-size.exp: New file.
9395         * gdb.base/huge.exp: Disable max-value-size for this test.
9396
9397 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
9398
9399         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9400
9401 2016-01-28  Yao Qi  <yao.qi@linaro.org>
9402
9403         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9404
9405 2016-01-25  Pedro Alves  <palves@redhat.com>
9406
9407         PR threads/19461
9408         * gdb.base/fork-running-state.c: New file.
9409         * gdb.base/fork-running-state.exp: New file.
9410
9411 2016-01-25  Pedro Alves  <palves@redhat.com>
9412
9413         PR gdb/19494
9414         * gdb.base/catch-fork-kill.c: New file.
9415         * gdb.base/catch-fork-kill.exp: New file.
9416
9417 2016-01-25  Pedro Alves  <palves@redhat.com>
9418
9419         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9420         Delete, moved to lib/gdb.exp.
9421         * gdb.threads/forking-threads-plus-breakpoint.exp
9422         (foreach_with_prefix): Likewise.
9423         * gdb.threads/process-dies-while-handling-bp.exp
9424         (foreach_with_prefix): Likewise.
9425         * lib/gdb.exp (foreach_with_prefix): New procedure.
9426
9427 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9428
9429         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9430         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9431
9432 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9433
9434         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9435         endian targets.
9436
9437 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9438             Pedro Alves  <palves@redhat.com>
9439
9440         Fix testsuite compatibility with Guile.
9441         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9442         number.
9443
9444 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9445
9446         Fix testsuite compatibility with Guile.
9447         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9448         (thread 1): New test for backtrace through signal handler.
9449
9450 2016-01-22  Yao Qi  <yao.qi@linaro.org>
9451
9452         PR testsuite/19491
9453         * gdb.base/multi-forks.c: Include
9454         ../lib/unbuffer_output.c
9455         (main): Call gdb_unbuffer_output.
9456
9457 2016-01-21  Doug Evans  <dje@google.com>
9458
9459         * lib/ada.exp (gdb_compile_ada): Fix typo.
9460
9461 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
9462
9463         * gdb.base/break-fun-addr.exp: New file.
9464         * gdb.base/break-fun-addr1.c: New file.
9465         * gdb.base/break-fun-addr2.c: New file.
9466
9467 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
9468
9469         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9470         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9471         enum flag values.
9472
9473 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9474
9475         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9476         when GDB can not set the vector return value.  Add more comments
9477         for clarification.
9478
9479 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9480
9481         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
9482         command.
9483
9484 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
9485
9486         * Makefile.in (DO_RUNTEST): Add --status and update usages.
9487
9488 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
9489
9490         * Makefile.in (check-single): Pass --status to runtest.
9491         (check/%.exp): Likewise.
9492
9493 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
9494
9495         * Makefile.in (check-parallel): Propagate return code from make
9496         do-check-parallel.
9497
9498 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9499
9500         * gdb.trace/ftrace.exp: Fix expected message on continue.
9501         * gdb.trace/pending.exp: Fix expected message on continue.
9502         * gdb.trace/trace-break.exp: Fix expected message on continue.
9503
9504 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
9505
9506         * lib/gdb.exp (gdb_test): Remove unused global references.
9507
9508 2016-01-18  Pedro Alves  <palves@redhat.com>
9509
9510         * gdb.base/async-shell.exp: Adjust expected output.
9511         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9512         * gdb.base/siginfo-thread.exp: Adjust expected output.
9513         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9514         * gdb.java/jnpe.exp: Adjust expected output.
9515         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9516         * gdb.threads/continue-pending-status.exp: Adjust expected output.
9517         * gdb.threads/leader-exit.exp: Adjust expected output.
9518         * gdb.threads/manythreads.exp: Adjust expected output.
9519         * gdb.threads/pthreads.exp: Adjust expected output.
9520         * gdb.threads/schedlock.exp: Adjust expected output.
9521         * gdb.threads/siginfo-threads.exp: Adjust expected output.
9522         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9523         expected output.
9524         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9525         output.
9526         * gdb.threads/sigthread.exp: Adjust expected output.
9527         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9528
9529 2016-01-18  Yao Qi  <yao.qi@linaro.org>
9530
9531         * gdb.guile/scm-section-script.c: Replace @progbits with
9532         %progbits.
9533         * gdb.python/py-section-script.c: Likewise.
9534
9535 2016-01-15  Pedro Alves  <palves@redhat.com>
9536
9537         * gdb.multi/tids.exp: Test star wildcard ranges.
9538
9539 2016-01-15  Pedro Alves  <palves@redhat.com>
9540
9541         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9542         command from "thread apply" invocation.
9543         (thr_apply_info_thr_invalid): Default the expected output to the
9544         input tid list.
9545         (top level): Add tests that use convenience variables.  Add tests
9546         for "thread apply" with a valid TID list, but missing the command.
9547
9548 2016-01-13  Pedro Alves  <palves@redhat.com>
9549
9550         * gdb.base/default.exp: Expect $_gthread as well.
9551         * gdb.multi/tids.exp: Test $_gthread.
9552         * gdb.threads/thread-specific.exp: Test $_gthread.
9553
9554 2016-01-13  Pedro Alves  <palves@redhat.com>
9555
9556         * gdb.multi/tids.exp: Test "info threads -gid".
9557
9558 2016-01-13  Pedro Alves  <palves@redhat.com>
9559
9560         * gdb.multi/tids.exp: Test InferiorThread.global_num and
9561         Breakpoint.thread.
9562         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9563
9564 2016-01-07  Pedro Alves  <palves@redhat.com>
9565
9566         * gdb.base/break.exp: Adjust to output changes.
9567         * gdb.base/hbreak2.exp: Likewise.
9568         * gdb.base/sepdebug.exp: Likewise.
9569         * gdb.base/watch_thread_num.exp: Likewise.
9570         * gdb.linespec/keywords.exp: Likewise.
9571         * gdb.multi/info-threads.exp: Likewise.
9572         * gdb.threads/thread-find.exp: Likewise.
9573         * gdb.multi/tids.c: New file.
9574         * gdb.multi/tids.exp: New file.
9575
9576 2016-01-13  Pedro Alves  <palves@redhat.com>
9577
9578         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9579
9580 2016-01-13  Pedro Alves  <palves@redhat.com>
9581
9582         * gdb.base/default.exp: Expect $_inferior as well.
9583         * gdb.multi/base.exp: Test $_inferior.
9584
9585 2016-01-13  Pedro Alves  <palves@redhat.com>
9586
9587         PR breakpoints/19388
9588         * gdb.base/catch-signal-siginfo-cond.c: New file.
9589         * gdb.base/catch-signal-siginfo-cond.exp: New file.
9590
9591 2016-01-12  Josh Stone  <jistone@redhat.com>
9592             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9593
9594         * gdb.base/catch-syscall.c (do_execve): New variable.
9595         (main): Conditionally trigger an execve.
9596         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9597         (test_catch_syscall_execve): New, check entry/return across execve.
9598         (do_syscall_tests): Call test_catch_syscall_execve.
9599
9600 2016-01-12  Pedro Alves  <palves@redhat.com>
9601
9602         * gdb.base/random-signal.exp (do_test): New procedure, with body
9603         of testcase moved in.
9604
9605 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9606             Pedro Alves  <palves@redhat.com>
9607
9608         * gdb.base/funcargs.exp (finish from indirectly called function):
9609         Reintroduce the case for 'First'.
9610
9611 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9612             Pedro Alves  <palves@redhat.com>
9613
9614         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9615         (tcatch_vfork_then_child_follow_exec)
9616         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9617         identification.
9618
9619 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9620
9621         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9622         and repeats to unlimited.
9623         * gdb.python/py-value.exp: Likewise.
9624         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9625         and repeats to unlimited.
9626
9627 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9628
9629         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9630         and reordering the functions.
9631         * gdb.multi/hangout.c: Likewise.
9632         * gdb.multi/hello.c: Likewise.
9633
9634 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
9635
9636         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9637         absolute.
9638         (SingleStatisticTestResult.report): Use dict.keys instead of
9639         dict.iterkeys.
9640
9641 2016-01-06  Pedro Alves  <palves@redhat.com>
9642
9643         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
9644
9645 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
9646
9647         * gdb.btrace/dlopen.exp: New.
9648         * gdb.btrace/dlopen.c: New.
9649         * gdb.btrace/dlopen-dso.c: New.
9650
9651 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
9652
9653         * lib/gdb.exp (gdb_test): Update comments to clarify that the
9654         PATTERN argument is optional.
9655
9656 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
9657
9658         * lib/ada.exp (target_compile_ada_from_dir): New function.
9659         (gdb_compile_ada): Reimplement avoiding the use of project files.
9660         * gdb.ada/gnat_ada.gpr: Delete.
9661         * gdb.ada/cond_lang.exp: Adjust test to make path before
9662         filename optional.
9663         * gdb.ada/small_reg_param.exp: Likewise.
9664
9665 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
9666
9667         * gdb.base/foll-vork.exp: Remove HP-UX special case.
9668
9669 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9670
9671         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9672         case.
9673
9674 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
9675
9676         * gdb.base/break.exp: Remove dead code.
9677         * gdb.base/sepdebug.exp: Likewise.
9678
9679 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
9680
9681         * gdb.asm/asm-source.exp: Remove HP-UX references.
9682         * gdb.base/annota1.exp: Likewise.
9683         * gdb.base/annota3.exp: Likewise.
9684         * gdb.base/attach.exp: Likewise.
9685         * gdb.base/bigcore.exp: Likewise.
9686         * gdb.base/break.exp: Likewise.
9687         * gdb.base/call-ar-st.exp: Likewise.
9688         * gdb.base/callfuncs.exp: Likewise.
9689         * gdb.base/catch-fork-static.exp: Likewise.
9690         * gdb.base/display.exp: Likewise.
9691         * gdb.base/foll-exec-mode.exp: Likewise.
9692         * gdb.base/foll-exec.exp: Likewise.
9693         * gdb.base/foll-fork.exp: Likewise.
9694         * gdb.base/foll-vfork.exp: Likewise.
9695         * gdb.base/funcargs.exp: Likewise.
9696         * gdb.base/hbreak2.exp: Likewise.
9697         * gdb.base/inferior-died.exp: Likewise.
9698         * gdb.base/interrupt.exp: Likewise.
9699         * gdb.base/multi-forks.exp: Likewise.
9700         * gdb.base/nodebug.exp: Likewise.
9701         * gdb.base/sepdebug.exp: Likewise.
9702         * gdb.base/solib1.c: Likewise.
9703         * gdb.base/step-test.exp: Likewise.
9704         * gdb.mi/non-stop.c: Likewise.
9705         * gdb.mi/pthreads.c: Likewise.
9706         * gdb.multi/bkpt-multi-exec.ex: Likewise.
9707         * gdb.threads/pthreads.c: Likewise.
9708         * gdb.threads/staticthreads.exp: Likewise.
9709         * lib/future.exp: Likewise.
9710         * lib/gdb.exp: Likewise.
9711         * gdb.base/so-indr-cl.c: Remove.
9712         * gdb.base/so-indr-cl.exp: Likewise.
9713         * gdb.base/solib.c: Likewise.
9714         * gdb.base/solib.exp: Likewise.
9715         * gdb.base/solib2.c: Likewise.
9716
9717 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
9718
9719         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9720         * gdb.base/call-ar-st.exp: Likewise.
9721         * gdb.base/callfuncs.exp: Likewise.
9722         * gdb.base/condbreak.exp: Likewise.
9723         * gdb.base/constvars.exp: Likewise.
9724         * gdb.base/hbreak2.exp: Likewise.
9725         * gdb.base/langs.exp: Likewise.
9726         * gdb.base/list.exp: Likewise.
9727         * gdb.base/long_long.exp: Likewise.
9728         * gdb.base/ptype.exp: Likewise.
9729         * gdb.base/scope.exp: Likewise.
9730         * gdb.base/signals.exp: Likewise.
9731         * gdb.base/so-impl-ld.exp: Likewise.
9732         * gdb.base/varargs.exp: Likewise.
9733         * gdb.base/volatile.exp: Likewise.
9734         * gdb.base/whatis.exp: Likewise.
9735         * gdb.cp/cplusfuncs.exp: Likewise.
9736         * gdb.cp/inherit.exp: Likewise.
9737         * gdb.cp/local.exp: Likewise.
9738         * gdb.cp/member-ptr.exp: Likewise.
9739         * gdb.cp/method.exp: Likewise.
9740         * gdb.cp/overload.exp: Likewise.
9741         * gdb.cp/templates.exp: Likewise.
9742         * gdb.stabs/weird.exp: Likewise.
9743         * lib/compiler.c: Likewise.
9744         * lib/compiler.cc: Likewise.
9745         * lib/cp-support.exp: Likewise.
9746         * lib/gdb.exp: Likewise.
9747
9748 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
9749
9750         * configure.ac: Remove HP-UX case.
9751         * configure: Regenerate.
9752
9753 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
9754
9755         * lib/gdb.exp (gdb_compile): Add function doc.
9756
9757 2015-12-17  Pedro Alves  <palves@redhat.com>
9758
9759         PR threads/19354
9760         * gdb.multi/info-threads.exp: New file.
9761
9762 2015-12-15  Yao Qi  <yao.qi@linaro.org>
9763
9764         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9765         is aarch64*-*-*.
9766
9767 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
9768
9769         * gdb.base/history-duplicates.exp: Skip if no readline support.
9770
9771 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
9772
9773         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9774
9775 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
9776
9777         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9778
9779 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
9780
9781         * gdb.base/completion.exp: Skip tests that interrupt GDB with
9782         ctrl-C if nointerrupts target property is set.
9783         * gdb.base/double-prompt-target-event-error.exp: Likewise.
9784         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9785         * gdb.base/paginate-bg-execution.exp: Likewise.
9786         * gdb.base/paginate-execution-startup.exp: Likewise.
9787         * gdb.base/random-signal.exp: Likewise.
9788         * gdb.base/range-stepping.exp: Likewise.
9789         * gdb.cp/annota2.exp: Likewise.
9790         * gdb.cp/annota3.exp: Likewise.
9791         * gdb.gdb/selftest.exp: Likewise.
9792         * gdb.threads/continue-pending-status.exp: Likewise.
9793         * gdb.threads/leader-exit.exp: Likewise.
9794         * gdb.threads/manythreads.exp: Likewise.
9795         * gdb.threads/pthreads.exp: Likewise.
9796         * gdb.threads/schedlock.exp: Likewise.
9797         * gdb.threads/sigthread.exp: Likewise.
9798
9799 2015-12-11  Don Breazeal  <donb@codesourcery.com>
9800
9801         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9802         remote.
9803         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9804         * gdb.base/foll-exec.exp (main): Enable for target remote.
9805         * gdb.base/foll-fork.exp (main): Likewise.
9806         * gdb.base/foll-vfork.exp (main): Likewise.
9807         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9808         (proc continue_to_exit_bp_loc): Use clean_restart.
9809         * gdb.base/pie-execl.exp (main): Disable for target remote.
9810         * gdb.base/watch-vfork.exp (main): Enable for target remote.
9811         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9812         * gdb.threads/execl.exp (main): Likewise.
9813         * gdb.threads/fork-child-threads.exp (main): Likewise.
9814         * gdb.threads/fork-plus-threads.exp (main): Disable for target
9815         remote.
9816         * gdb.threads/fork-thread-pending.exp (main): Enable for target
9817         remote.
9818         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9819         pid.tid style ptids, instead of just tid.
9820         * gdb.threads/thread-execl.exp (main): Enable for target remote.
9821         * gdb.threads/watchpoint-fork.exp (main): Likewise.
9822         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9823         ptids, instead of just tid.
9824
9825 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9826
9827         * gdb.base/list.exp (test_list_forward): Add end of file error
9828         test.
9829         (test_repeat_list_command): Add end of file error test.
9830         (test_list_backwards): Add beginning of file error test.
9831
9832 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9833
9834         * gdb.base/list.exp (test_list_invalid_args): New function,
9835         defined, and called.
9836
9837 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9838
9839         * gdb.base/list.exp (test_list): Make test names unique.
9840
9841 2015-12-11  Yao Qi  <yao.qi@linaro.org>
9842
9843         * gdb.base/coremaker2.c: Remove.
9844
9845 2015-12-10  Pedro Alves  <palves@redhat.com>
9846
9847         * gdb.multi/base.exp: Remove stale "spaces" references.
9848
9849 2015-12-10  Pedro Alves  <palves@redhat.com>
9850
9851         * gdb.multi/base.exp: Don't use nowarnings.
9852         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9853         * gdb.multi/hangout.c: Include stdio.h.
9854         * gdb.multi/hello.c: Include stdlib.h.
9855         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9856         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9857         * gdb.multi/multi-arch.exp: Don't use nowarnings.
9858
9859 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
9860
9861         * gdb.dwarf2/dw2-ranges-base.c: New file.
9862         * gdb.dwarf2/dw2-ranges-base.exp: New file.
9863         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9864         support additional line table, and debug ranges generation.
9865         (Dwarf::ranges): New function, generate .debug_ranges.
9866         (Dwarf::lines): Support generating simple line table programs.
9867         (Dwarf::assemble): Initialise new namespace variables.
9868
9869 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
9870
9871         * gdb.base/async.exp (proc test_background): Add case for
9872         asynchronous execution not supported.
9873
9874 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
9875
9876         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9877           format and change test names to make them unique.
9878
9879 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
9880             Pedro Alves  <pedro@redhat.com>
9881
9882         PR gdb/18702
9883         Add checking of floatformats setup on x86_64 hosts.
9884         * gdb.arch/i386-float.S (main): Load bigval and smallval.
9885         (smallval, bigval): New labels/constants.
9886         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9887         float" after loading bigval and smallval.
9888
9889 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
9890
9891         * gdb.ada/fun_overload_menu.exp: New testcase.
9892         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9893
9894 2015-12-04  Josh Stone  <jistone@redhat.com>
9895
9896         * gdb.base/catch-fork-static.exp: New.
9897
9898 2015-12-03  Yao Qi  <yao.qi@linaro.org>
9899
9900         * gdb.base/sizeof.c: Don't include stdio.h and
9901         ../lib/unbuffer_output.c.
9902         (main): New variable 'size' and 'value'.  Remove printf and
9903         gdb_unbuffer_output.  Assign return value to size and value.
9904         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9905         at the beginning.
9906         (check_sizeof): Check the result by printing variable 'size'.
9907         (check_valueof): Check the result by printing variable 'value'.
9908
9909 2015-12-01  Yao Qi  <yao.qi@linaro.org>
9910
9911         * gdb.base/disp-step-syscall.exp: Define syscall instruction
9912         for aarch64*-*-linux* target.
9913
9914 2015-11-30  Pedro Alves  <palves@redhat.com>
9915
9916         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9917
9918 2015-11-30  Pedro Alves  <palves@redhat.com>
9919
9920         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9921         Handle non-stop mode vCont replies.
9922
9923 2015-11-30  Pedro Alves  <palves@redhat.com>
9924
9925         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9926         prepare_for_testing.  Start gdb with "set non-stop on" appended to
9927         GDBFLAGS.  Lax expected stop output.
9928
9929 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9930
9931         * gdb.arch/arm-neon.exp: New.
9932         * gdb.arch/arm-neon.c: New.
9933
9934 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9935
9936         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9937
9938 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9939
9940         * gdb.cp/annota2.exp: Allow multiple occurrences of the
9941         frames-invalid annotation.
9942
9943 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9944
9945         * gdb.cp/annota2.exp: Use ${frames_invalid}.
9946
9947 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
9948
9949         * gdb.threads/names.exp: New file.
9950         * gdb.threads/names.c: New file.
9951         * README: Mention gdb,no_thread_names.
9952
9953 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
9954
9955         PR 19297
9956         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9957         support" error.
9958
9959 2015-11-24  Pedro Alves  <palves@redhat.com>
9960
9961         PR 17539
9962         * gdb.base/display.exp: Expect displays to be sorted in ascending
9963         order.  Use multi_line.
9964         * gdb.base/solib-display.exp: Likewise.
9965
9966 2015-11-24  Pedro Alves  <palves@redhat.com>
9967
9968         PR 17539
9969         * gdb.base/display.exp: Expect displays to be sorted in ascending
9970         order.  Use multi_line.
9971         * gdb.base/solib-display.exp: Likewise.
9972
9973 2015-11-24  Pedro Alves  <palves@redhat.com>
9974
9975         PR 17539
9976         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9977         threads in ascending order.
9978         * gdb.base/foll-fork.exp: Likewise.
9979         * gdb.base/foll-vfork.exp: Likewise.
9980         * gdb.base/multi-forks.exp: Likewise.
9981         * gdb.mi/mi-nonstop.exp: Likewise.
9982         * gdb.mi/mi-nsintrall.exp: Likewise.
9983         * gdb.multi/base.exp: Likewise.
9984         * gdb.multi/multi-arch.exp: Likewise.
9985         * gdb.python/py-inferior.exp: Likewise.
9986         * gdb.threads/break-while-running.exp: Likewise.
9987         * gdb.threads/execl.exp: Likewise.
9988         * gdb.threads/gcore-thread.exp: Likewise.
9989         * gdb.threads/info-threads-cur-sal.exp: Likewise.
9990         * gdb.threads/kill.exp: Likewise.
9991         * gdb.threads/linux-dp.exp: Likewise.
9992         * gdb.threads/multiple-step-overs.exp: Likewise.
9993         * gdb.threads/next-bp-other-thread.exp: Likewise.
9994         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9995         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9996         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9997         * gdb.threads/thread-find.exp: Likewise.
9998         * gdb.threads/tls.exp: Likewise.
9999         * lib/mi-support.exp (mi_reverse_list): Delete.
10000         (mi_check_thread_states): No longer reverse list.
10001
10002 2015-11-24  Pedro Alves  <palves@redhat.com>
10003
10004         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
10005         use lowercase.
10006
10007 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
10008
10009         * gdb.trace/actions.c: Include trace-common.h.
10010         (main): Add a location for a fast tracepoint.
10011         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10012         the normal tracepoints.
10013         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10014
10015 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
10016
10017         * save-trace.exp: Factor out code to these...
10018         (gdb_save_tracepoints): New.
10019         (gdb_load_tracepoints): New.
10020         (do_save_load_test): New.
10021
10022 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
10023
10024         * gdb.base/asmlabel.exp: New test.
10025         * gdb.base/asmlabel.c: New test case.
10026
10027 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
10028
10029         * gdb.base/wrong_frame_bt_full-main.c: New file.
10030         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10031         * gdb.base/wrong_frame_bt_full.exp: New file.
10032
10033 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
10034
10035         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10036
10037 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
10038
10039         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10040         pstate register when comparing registers values in
10041         sparc64-*-linux-gnu targets to avoid spurious differences.
10042
10043 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
10044
10045         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10046
10047 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
10048
10049         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10050         as type argument to gdb_compile.
10051         * gdb.base/nested-subp2.exp: Likewise.
10052         * gdb.base/nested-subp3.exp: Likewise.
10053
10054 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10055
10056         * lib/dwarf.exp (_note): Fix left shift of negative value.
10057         * gdb.trace/trace-condition.exp: Likewise.
10058
10059 2015-11-13  Yao Qi  <yao.qi@linaro.org>
10060
10061         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10062         comments about d10v.
10063         (test_scalar_returns): Likewise.
10064         * gdb.base/d10v.ld: Remove.
10065         * gdb.base/overlays.exp: Remove the target triplet checking for
10066         d10v-*-*.
10067         * gdb.base/structs.exp (test_struct_returns): Remove the
10068         comments about d10v.
10069         (test_struct_calls): Likewise.
10070
10071 2015-11-13  Yao Qi  <yao.qi@linaro.org>
10072
10073         * gdb.base/gnu_vector.exp: Check the return value by "p res".
10074         * gdb.base/gnu_vector.c: Don't include stdio.h.
10075         (main): Don't print res and call add_some_intvecs.
10076
10077 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10078
10079         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10080         macro.
10081         (func5): Removed.
10082         (func4): Use FAST_TRACEPOINT_LABEL.
10083         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10084         macro.
10085         (func): Removed.
10086         (thread_function): Use FAST_TRACEPOINT_LABEL.
10087         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10088         (func): Remove.
10089         (marker): Use FAST_TRACEPOINT_LABEL.
10090         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10091         (pendfunc1): Remove.
10092         (pendfunc): Use FAST_TRACEPOINT_LABEL.
10093         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10094         (foo): Remove.
10095         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10096         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10097         macro.
10098         (func): Remove.
10099         (marker): Use FAST_TRACEPOINT_LABEL.
10100         * gdb.trace/trace-common.h: New header.
10101         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10102         macro.
10103         (func): Remove.
10104         (marker): Use FAST_TRACEPOINT_LABEL.
10105         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10106         (func): Remove.
10107         (thread_function): Use FAST_TRACEPOINT_LABEL.
10108
10109 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10110
10111         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10112         in front.
10113         * gdb.trace/change-loc.exp: Use global pcreg definition.
10114         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10115         * gdb.trace/entry-values.exp: Use global spreg definition, add $
10116         in front.
10117         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10118         * gdb.trace/pending.exp: Likewise.
10119         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10120         * gdb.trace/trace-break.exp: Likewise.
10121         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10122         in front.
10123         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10124         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10125         in front.
10126         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10127
10128 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
10129
10130         * gdb.ada/fin_fun_out: New testcase.
10131
10132 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
10133
10134         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10135         value associated with DW_AT_byte_size.
10136         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10137         constants for DW_AT_byte_size, DW_AT_lower_bound, and
10138         DW_AT_upper_bound.
10139
10140 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
10141
10142         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10143         (gdb_target_symbol_prefix_flags): Define in terms of _asm
10144         version.
10145         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10146         gdb.dwarf2/dw2-canonicalize-type.exp,
10147         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10148         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10149         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10150         provided by gdb_target_symbol_prefix_flags_asm.
10151         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10152         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10153         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10154         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10155         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10156         macros where needed).  Use this macro for symbols which require
10157         the prefix provided by SYMBOL_PREFIX.
10158
10159 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
10160
10161         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10162         New procs.
10163         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10164         representing expressions, of more than one list element.
10165         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10166         to prepend linker symbol prefix to f.
10167         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10168         table_1 and table_2.
10169         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10170         Likewise, for f and g.
10171         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10172         for ptr.
10173         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10174         for main.
10175         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10176         table_1_ptr and table_2_ptr.
10177
10178 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10179             Joel Brobecker  <brobecker@adacore.com>
10180
10181         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10182
10183 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10184
10185         * gdb.reverse/s390-mvcle.c: New test.
10186         * gdb.reverse/s390-mvcle.exp: New file.
10187         * lib/gdb.exp: Enable reverse tests on s390*-linux.
10188
10189 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10190
10191         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10192
10193 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10194
10195         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10196         reaching marker2.
10197         * gdb.reverse/getresuid-reverse.exp: Likewise.
10198         * gdb.reverse/pipe-reverse.exp: Likewise.
10199         * gdb.reverse/readv-reverse.exp: Likewise.
10200         * gdb.reverse/recvmsg-reverse.exp: Likewise.
10201         * gdb.reverse/time-reverse.exp: Likewise.
10202         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10203
10204 2015-10-30  Yao Qi  <yao.qi@linaro.org>
10205
10206         * gdb.threads/wp-replication.c (watch_count_done): Remove.
10207         (empty_cycle): Remove.
10208         (main): Don't call empty_cycle.  Don't use watch_count_done.
10209         * gdb.threads/wp-replication.exp: Don't set breakpoint on
10210         empty_cycle.  Rewrite the code counting HW watchpoints.
10211
10212 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10213
10214         * gdb.reverse/fstatat-reverse.c: New test.
10215         * gdb.reverse/fstatat-reverse.exp: New file.
10216         * gdb.reverse/getresuid-reverse.c: New test.
10217         * gdb.reverse/getresuid-reverse.exp: New file.
10218         * gdb.reverse/pipe-reverse.c: New test.
10219         * gdb.reverse/pipe-reverse.exp: New file.
10220         * gdb.reverse/readv-reverse.c: New test.
10221         * gdb.reverse/readv-reverse.exp: New file.
10222         * gdb.reverse/recvmsg-reverse.c: New test.
10223         * gdb.reverse/recvmsg-reverse.exp: New file.
10224         * gdb.reverse/time-reverse.c: New test.
10225         * gdb.reverse/time-reverse.exp: New file.
10226         * gdb.reverse/waitpid-reverse.c: New test.
10227         * gdb.reverse/waitpid-reverse.exp: New file.
10228
10229 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10230
10231         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10232
10233 2015-10-26  Doug Evans  <dje@google.com>
10234
10235         PR symtab/17391
10236         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10237         * gdb.dwarf2/bad-regnum.c: New file.
10238         * gdb.dwarf2/bad-regnum.exp: New file.
10239
10240 2015-10-26  Doug Evans  <dje@google.com>
10241
10242         PR python/18938
10243         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10244         file.
10245
10246 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10247
10248         * gdb.compile/compile.exp (compile code globalvar): Update expectation
10249         for a change by "Mention language in compile error message".
10250
10251 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
10252
10253         PR python/18073
10254         * gdb.python/py-type.c (C::a_method): New.
10255         (C::a_const_method): New.
10256         (C::a_static_method): New.
10257         (a_function): New.
10258         * gdb.python/py-type.exp (test_fields): Test getting fields
10259         from function and method.
10260
10261 2015-10-21  Keven Boell  <keven.boell@intel.com>
10262
10263         * gdb.fortran/vla-alloc-assoc.exp: New file.
10264         * gdb.fortran/vla-datatypes.exp: New file.
10265         * gdb.fortran/vla-datatypes.f90: New file.
10266         * gdb.fortran/vla-history.exp: New file.
10267         * gdb.fortran/vla-ptype-sub.exp: New file.
10268         * gdb.fortran/vla-ptype.exp: New file.
10269         * gdb.fortran/vla-sizeof.exp: New file.
10270         * gdb.fortran/vla-sub.f90: New file.
10271         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10272         * gdb.fortran/vla-value-sub-finish.exp: New file.
10273         * gdb.fortran/vla-value-sub.exp: New file.
10274         * gdb.fortran/vla-value.exp: New file.
10275         * gdb.fortran/vla-ptr-info.exp: New file.
10276         * gdb.mi/mi-vla-fortran.exp: New file.
10277         * gdb.mi/vla.f90: New file.
10278
10279 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
10280
10281         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10282         of hardwired timeout value.
10283
10284 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10285             Pedro Alves  <palves@redhat.com>
10286
10287         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10288         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10289
10290 2015-10-19  Josh Stone  <jistone@redhat.com>
10291
10292         * gdb.base/catch-syscall.c: Include <sched.h>.
10293         (unknown_syscall): New variable.
10294         (main): Trigger a vfork and an unknown syscall.
10295         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10296         (unknown_syscall_number): Likewise.
10297         (check_call_to_syscall): Accept an optional syscall pattern.
10298         (check_return_from_syscall): Likewise.
10299         (check_continue): Likewise.
10300         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10301         (test_catch_syscall_skipping_return): New test toggling off 'catch
10302         syscall' to step over the syscall return, then toggling back on.
10303         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10304         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10305         (do_syscall_tests): Call test_catch_syscall_without_args and
10306         test_catch_syscall_mid_vfork.
10307         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10308         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10309
10310 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
10311
10312         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10313         print g_vE): Add new pass patterns.
10314         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10315         print various symbol names for vptr fields.
10316
10317 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
10318
10319         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10320         results.
10321
10322 2015-10-12  Yao Qi  <yao.qi@linaro.org>
10323
10324         * gdb.arch/disp-step-insn-reloc.exp: New test case.
10325
10326 2015-10-12  Yao Qi  <yao.qi@linaro.org>
10327
10328         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10329         is aarch64*-*-linux*.
10330
10331 2015-10-12  Yao Qi  <yao.qi@linaro.org>
10332
10333         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10334         (can_relocate_bcond_true): ... it.
10335         (can_relocate_bcond_false): New function.
10336         (foo): Likewise.
10337         (can_relocate_bl): Likewise.
10338         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10339         can_relocate_bl.
10340
10341 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
10342
10343         * gdb.base/nested-addr.c: New file.
10344         * gdb.base/nested-addr.exp: New testcase.
10345
10346 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
10347
10348         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10349         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10350         its output.  Ignore the output of "record goto begin" and instead
10351         check that GDB is replaying.
10352
10353 2015-10-09  Pedro Alves  <palves@redhat.com>
10354
10355         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10356         (top level): Use it in the run with no args test.
10357
10358 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
10359
10360         * gdb.dlang/properties.exp: New file.
10361
10362 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
10363
10364         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10365         whether or not address 0x1000 is mapped on the target.
10366
10367 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
10368
10369         * gdb.python/py-type.exp: Do not run tests if binaries fail to
10370         build.
10371
10372 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
10373
10374         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10375         instruction-history test.
10376
10377 2015-09-28  Doug Evans  <dje@google.com>
10378
10379         * gdb.base/gcore.c (array_func): Add reference to static_array.
10380
10381 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
10382
10383         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10384         source line.
10385
10386 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10387
10388         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10389         short or char as base type.
10390
10391 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10392
10393         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10394         to allow any size enum.
10395
10396 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
10397
10398         * gdb.ada/array_ptr_renaming.exp: New testcase.
10399         * gdb.ada/array_ptr_renaming/foo.adb: New file.
10400         * gdb.ada/array_ptr_renaming/pack.ads: New file.
10401
10402 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
10403
10404         * gdb.trace/ftrace-lock.c: New file.
10405         * gdb.trace/ftrace-lock.exp: New file.
10406
10407 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
10408
10409         * gdb.arch/insn-reloc.c: New file.
10410         * gdb.arch/ftrace-insn-reloc.exp: New file.
10411
10412 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
10413
10414         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10415         instruction.
10416         * gdb.trace/pendshr1.c (pendfunc): Likewise.
10417         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10418         * gdb.trace/range-stepping.c: Likewise.
10419         * gdb.trace/trace-break.c: Likewise.
10420         * gdb.trace/trace-mt.c (thread_function): Likewise.
10421         * gdb.trace/ftrace.c (marker): Likewise.
10422         * gdb.trace/trace-condition.c (marker): Likewise.
10423         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10424         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10425         is_aarch64_target.
10426
10427 2015-09-18  Doug Evans  <xdje42@gmail.com>
10428
10429         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10430         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10431
10432 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10433
10434         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10435         the breakpoint.
10436
10437 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10438
10439         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10440         the pending breakpoint.  Remove timeout override for "Run till
10441         MI pending breakpoint on pendfunc3 on thread 2" test.
10442
10443 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10444
10445         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10446         filename pattern.
10447
10448 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10449
10450         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10451         in breakpoint filename pattern.
10452
10453 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10454
10455         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10456
10457 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10458
10459         * gdb.linespec/explicit.exp: Check for readline support for
10460         tab-completion tests.  Fix obvious typo.
10461
10462 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
10463
10464         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10465         and replay.
10466
10467 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
10468
10469         * gdb.btrace/non-stop.c: New.
10470         * gdb.btrace/non-stop.exp: New.
10471
10472 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
10473             Yao Qi  <yao.qi@linaro.org>
10474
10475         * gdb.trace/trace-condition.c: New file.
10476         * gdb.trace/trace-condition.exp: New file.
10477
10478 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
10479
10480         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10481         for testing bytecode compilation.
10482
10483 2015-09-16  Pedro Alves  <palves@redhat.com>
10484             Sandra Loosemore <sandra@codesourcery.com>
10485
10486         * gdb.threads/non-stop-fair-events.c (timeout): New global.
10487         (SECONDS): Redefine.
10488         (main): Call pthread_kill and alarm early.
10489         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10490         support.
10491         (test): If the target can't hardware step and doesn't support
10492         displaced stepping, increase the timeout.
10493
10494 2015-09-16  Pedro Alves  <palves@redhat.com>
10495
10496         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10497         (enable_debug): New procedures.
10498         (test): Use them.  Bail out if waiting for threads fails.
10499         (top level): Bail out if a test fails.
10500
10501 2015-09-16  Yao Qi  <yao.qi@linaro.org>
10502
10503         * gdb.asm/asm-source.exp: Set asm-arch for
10504         aarch64*-*-* target.
10505         * gdb.asm/aarch64.inc: New file.
10506
10507 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
10508
10509         * gdb.ada/array_of_variable_length.exp: New testcase.
10510         * gdb.ada/array_of_variable_length/foo.adb: New file.
10511         * gdb.ada/array_of_variable_length/pck.adb: New file.
10512         * gdb.ada/array_of_variable_length/pck.ads: New file.
10513
10514 2015-09-15  Doug Evans  <dje@google.com>
10515
10516         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10517         of function static local variable.
10518
10519 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10520
10521         * gdb.threads/tls-so_extern.exp: New test file.
10522         * gdb.threads/tls-so_extern.c: New test file.
10523         * gdb.threads/tls-so_extern_main.c: New test file.
10524
10525 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10526
10527         * gdb.opt/solib-intra-step-lib.c: New file.
10528         * gdb.opt/solib-intra-step-main.c: New file.
10529         * gdb.opt/solib-intra-step.exp: New file.
10530
10531 2015-09-15  Pedro Alves  <palves@redhat.com>
10532
10533         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10534         gdb_continue_to_breakpoint instead of gdb_test_multiple.
10535
10536 2015-09-14  Pedro Alves  <palves@redhat.com>
10537
10538         * gdb.base/hook-stop-continue.c: Delete.
10539         * gdb.base/hook-stop-continue.exp: Delete.
10540         * gdb.base/hook-stop-frame.c: Delete.
10541         * gdb.base/hook-stop-frame.exp: Delete.
10542         * gdb.base/hook-stop.c: New file.
10543         * gdb.base/hook-stop.exp: New file.
10544
10545 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
10546
10547         * gdb.ada/access_to_packed_array.exp: New testcase.
10548         * gdb.ada/access_to_packed_array/foo.adb: New file.
10549         * gdb.ada/access_to_packed_array/pack.adb: New file.
10550         * gdb.ada/access_to_packed_array/pack.ads: New file.
10551
10552 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
10553
10554         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10555         buffer size test.
10556
10557 2015-09-11  Don Breazeal  <donb@codesourcery.com>
10558
10559         * gdb.base/foll-exec.c: Add copyright header.  Fix
10560         formatting issues.
10561         * gdb.base/foll-exec.exp (zap_session): Delete proc.
10562         (do_exec_tests): Use clean_restart in place of zap_session,
10563         and for test initialization.  Fix formatting issues.  Use
10564         fail in place of perror.
10565         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10566         an expect statement to match an expression with output from
10567         the program under debug.
10568         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10569         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10570         * gdb.threads/non-ldr-exc-2.exp: Likewise.
10571         * gdb.threads/non-ldr-exc-3.exp: Likewise.
10572         * gdb.threads/non-ldr-exc-4.exp: Likewise.
10573
10574 2015-09-09  Doug Evans  <dje@google.com>
10575
10576         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10577
10578 2015-09-09  Doug Evans  <dje@google.com>
10579
10580         * gdb.base/pie-execl.exp: Fix result test of build_executable.
10581
10582 2015-09-09  Doug Evans  <dje@google.com>
10583
10584         * gdb.base/savedregs.exp: Fix typo.
10585
10586 2015-09-09  Pedro Alves  <palves@redhat.com>
10587
10588         * gdb.mi/mi-cli.exp: Add CLI finish tests.
10589
10590 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
10591
10592         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10593         command actually switches threads.  Give up on remaining
10594         tests if target fails to stop at breakpoint.
10595
10596 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10597
10598         * gdb.ada/funcall_char.exp: New testcase.
10599         * gdb.ada/funcall_char/foo.adb: New file.
10600
10601 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10602
10603         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10604         expected outputs.  Add two testcases for completing ambiguous
10605         functions.
10606         * gdb.ada/complete/aux_pck.adb: New file.
10607         * gdb.ada/complete/aux_pck.ads: New file.
10608         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10609         Ambiguous_Func functions.
10610         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10611         * gdb.ada/complete/pck.adb: Likewise.
10612
10613 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
10614
10615         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10616         failures to run the test program under GDB.
10617
10618 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
10619
10620         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10621         to C.
10622
10623 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
10624
10625         * gdb.base/run-after-attach.exp: New test file.
10626         * gdb.base/run-after-attach.c: New test file.
10627
10628 2015-08-26  Don Breazeal  <donb@codesourcery.com>
10629
10630         * gdb.base/foll-exec-2.c: New test program.
10631         * gdb.base/foll-exec-2.exp: New test.
10632
10633 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
10634
10635         * gdb.base/nested-subp1.exp: New file.
10636         * gdb.base/nested-subp1.c: New file.
10637         * gdb.base/nested-subp2.exp: New file.
10638         * gdb.base/nested-subp2.c: New file.
10639         * gdb.base/nested-subp3.exp: New file.
10640         * gdb.base/nested-subp3.c: New file.
10641
10642 2015-08-24  Pedro Alves  <palves@redhat.com>
10643
10644         * gdb.server/connect-without-multi-process.c: New file.
10645         * gdb.server/connect-without-multi-process.exp: New file.
10646
10647 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
10648
10649         * gdb.opt/inline-markers.c: Make z int.
10650
10651 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
10652
10653         * gdb.opt/inline-markers.c: Make z volatile.
10654
10655 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
10656
10657         * gdb.opt/inline-bt.c: New volatile global z.
10658         * gdb.opt/inline-cmds.c: Likewise.
10659         * gdb.opt/inline-locals.c: Likewise.
10660         * gdb.opt/inline-markers.c: New extern global z.
10661         (marker): Use z.
10662         (inline_fn): Likewise.
10663
10664 2015-08-24  Pedro Alves  <palves@redhat.com>
10665
10666         * config/m32r-stub.exp: Remove file.
10667         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10668         * gdb.base/call-rt-st.exp: Likewise.
10669         * gdb.base/call-strs.exp: Likewise.
10670         * gdb.base/default.exp: Remove references to h8300-*-hms and
10671         *-*-udi*.
10672         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10673
10674 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10675
10676         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10677         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
10678         and "return" use KFAIL when GDB can not read/write the vector
10679         return value.
10680
10681 2015-08-21  Gary Benson <gbenson@redhat.com>
10682
10683         * gdb.trace/pending.exp: Cope with remote transfer warnings.
10684
10685 2015-08-20  Pedro Alves  <palves@redhat.com>
10686
10687         * gdb.server/solib-list.exp: No longer expect an interior stop in
10688         non-stop mode.
10689
10690 2015-08-20  Pedro Alves  <palves@redhat.com>
10691
10692         * gdb.server/connect-stopped-target.c: New file.
10693         * gdb.server/connect-stopped-target.exp: New file.
10694
10695 2015-08-20  Pedro Alves  <palves@redhat.com>
10696
10697         * gdb.dwarf2/comp-unit-lang.exp: New file.
10698         * gdb.dwarf2/comp-unit-lang.c: New file.
10699
10700 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
10701
10702         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10703         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10704
10705 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
10706
10707         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10708         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10709
10710 2015-08-18  Doug Evans  <dje@google.com>
10711             Adrian Sendroiu <adrian.sendroiu@freescale.com>
10712
10713         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10714         skip_python_tests.  New arg prompt_regexp.
10715         (skip_python_tests): New function.
10716         * lib/mi-support.exp (mi_skip_python_tests): New function.
10717         * gdb.python/py-mi-objfile-gdb.py: New file.
10718         * gdb.python/py-mi-objfile.c: New file.
10719         * gdb.python/py-mi-objfile.exp: New file.
10720
10721 2015-08-17  Keith Seitz  <keiths@redhat.com>
10722
10723         * gdb.linespec/explicit.exp: Move strace test from here ...
10724         * gdb.trace/strace.exp: ... to here.
10725
10726 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
10727
10728         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10729         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10730
10731 2015-08-14  Doug Evans  <xdje42@gmail.com>
10732
10733         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10734         inferior before selecting a new file.
10735
10736 2015-08-14  Doug Evans  <xdje42@gmail.com>
10737
10738         * gdb.mi/mi-disassemble.exp: Update.
10739         * gdb.base/disasm-optim.S: New file.
10740         * gdb.base/disasm-optim.c: New file.
10741         * gdb.base/disasm-optim.h: New file.
10742         * gdb.base/disasm-optim.exp: New file.
10743
10744 2015-08-14  Keith Seitz  <keiths@redhat.com>
10745
10746         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10747         "evaluated-by".
10748
10749 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
10750
10751         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10752
10753 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
10754
10755         * gdb.ada/fun_renaming.exp: New testcase.
10756         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10757         * gdb.ada/fun_renaming/pack.adb: New file.
10758         * gdb.ada/fun_renaming/pack.ads: New file.
10759
10760 2015-08-12  Keith Seitz  <keiths@redhat.com>
10761
10762         * gdb.base/dso2dso.exp: Pass basename of source file in call to
10763         gdb_get_line_number.
10764
10765 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
10766
10767         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10768         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10769         gdb.base/dso2dso.exp: New files.
10770
10771 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
10772             Pedro Alves  <palves@redhat.com>
10773             Keith Seitz  <keiths@redhat.com>
10774
10775         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10776         GDBFLAGS.
10777
10778 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
10779
10780         * gdb.base/gdbhistsize-history.exp
10781         (test_histsize_history_setting): Use save_vars.
10782         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10783         Use save_vars.
10784         (test_no_truncation_of_unlimited_history_file): Use save_vars.
10785         * gdb.base/readline.exp: Use save_vars.
10786
10787 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
10788
10789         * lib/gdb.exp (save_vars): New proc.
10790
10791 2015-08-11  Keith Seitz  <keiths@redhat.com>
10792
10793         * gdb.base/help.exp: Update help_breakpoint_text.
10794
10795 2015-08-11  Keith Seitz  <keiths@redhat.com>
10796
10797         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10798         (at toplevel): Call test_explicit_breakpoints.
10799         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10800         breakpoints.
10801         * lib/mi-support.exp (mi_make_breakpoint): Add support for
10802         breakpoint conditions, "-cond".
10803
10804 2015-08-11  Keith Seitz  <keiths@redhat.com>
10805
10806         * gdb.linespec/3explicit.c: New file.
10807         * gdb.linespec/cpexplicit.cc: New file.
10808         * gdb.linespec/cpexplicit.exp: New file.
10809         * gdb.linespec/explicit.c: New file.
10810         * gdb.linespec/explicit.exp: New file.
10811         * gdb.linespec/explicit2.c: New file.
10812         * gdb.linespec/ls-errs.exp: Add explicit location tests.
10813         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10814         before using in the matching pattern.
10815         Clarify that `prefix' is a regular expression.
10816
10817 2015-08-11  Keith Seitz  <keiths@redhat.com>
10818
10819         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10820         test.
10821         Add tests for missing ",FMT" and ",".
10822
10823 2015-08-10  Doug Evans  <dje@google.com>
10824             Keith Seitz  <keiths@redhat.com>
10825
10826         PR gdb/17960
10827         * gdb.base/completion.exp: Add location completer tests.
10828
10829 2015-08-07  Pedro Alves  <palves@redhat.com>
10830
10831         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10832         tests here.
10833         (top level): Run do_test with and without displaced stepping.
10834
10835 2015-08-07  Pedro Alves  <palves@redhat.com>
10836
10837         * gdb.base/valgrind-disp-step.c: New file.
10838         * gdb.base/valgrind-disp-step.exp: New file.
10839
10840 2015-08-07  Pedro Alves  <palves@redhat.com>
10841
10842         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10843         Delete function.
10844         (main): Add alarm.  Run an infinite loop instead of calling
10845         wait_threads.
10846         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10847         comment.
10848         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10849         Delete function.
10850         (main): Add alarm.  Run an infinite loop instead of calling
10851         wait_threads.
10852         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10853         comment.
10854
10855 2015-08-07  Pedro Alves  <palves@redhat.com>
10856
10857         * gdb.base/checkpoint-ns.exp: New file.
10858         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10859         standard_testfile.
10860
10861 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
10862
10863         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10864         * gdb.btrace/instruction_history.exp: Update.
10865         * gdb.btrace/tsx.exp: New.
10866         * gdb.btrace/tsx.c: New.
10867
10868 2015-08-06  Pedro Alves <palves@redhat.com>
10869
10870         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10871         increase timeout.
10872         * gdb.reverse/until-precsave.exp: Bump timeouts.
10873
10874 2015-08-06  Pedro Alves  <palves@redhat.com>
10875
10876         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10877
10878 2015-08-06  Pedro Alves  <palves@redhat.com>
10879
10880         PR gdb/18749
10881         * gdb.threads/process-dies-while-handling-bp.c: New file.
10882         * gdb.threads/process-dies-while-handling-bp.exp: New file.
10883
10884 2015-08-06  Pedro Alves  <palves@redhat.com>
10885
10886         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10887         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10888
10889 2015-08-05  Pedro Alves  <palves@redhat.com>
10890
10891         * gdb.threads/next-while-other-thread-longjmps.c: New file.
10892         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10893
10894 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
10895
10896         * gdb.base/bp-permanent.exp: Report test as unsupported if
10897         the target cannot stop at the permanent breakpoint.
10898
10899 2015-08-03  Doug Evans  <dje@google.com>
10900
10901         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10902         10000.
10903
10904 2015-08-03  Doug Evans  <dje@google.com>
10905
10906         * Makefile.in (workers/%.worker, build-perf): New rule.
10907         (GDB_PERFTEST_MODE): New variable.
10908         (check-perf): Use it.
10909         (clean): Clean up gdb.perf parallel build subdirs.
10910         * lib/build-piece.exp: New file.
10911         * lib/gdb.exp (make_gdb_parallel_path): New function
10912         (standard_output_file, standard_temp_file): Call it.
10913         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10914         of $GDB_PARALLEL.
10915         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10916
10917 2015-08-03  Doug Evans  <dje@google.com>
10918
10919         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10920         (LOG_FILE_NAME): New global.
10921         (TextReporter.__init__): Initialize self.txt_sum.
10922         (TextReporter.report): Add support for multiple data-points.
10923         Move report to perftest.sum, put raw data in perftest.log.
10924         (TextReporter.start): Open sum and log files.
10925         (TextReporter.end): Close sum and log files.
10926         * gdb.perf/lib/perftest/testresult.py
10927         (SingleStatisticTestResult.record): Handle multiple data-points.
10928
10929 2015-07-31  Pedro Alves  <palves@redhat.com>
10930
10931         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10932         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
10933         kill_wait_spawned_process instead of explicit "kill -9".
10934         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10935         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
10936         kill_wait_spawned_process.
10937         * gdb.base/attach-twice.exp: Likewise.
10938         * gdb.base/attach.exp: Likewise.
10939         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10940         gdb_test_multiple.
10941         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10942         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
10943         kill_wait_spawned_process.
10944         * gdb.base/valgrind-infcall.exp: Likewise.
10945         * gdb.multi/multi-attach.exp: Likewise.
10946         * gdb.python/py-prompt.exp: Likewise.
10947         * gdb.python/py-sync-interp.exp: Likewise.
10948         * gdb.server/ext-attach.exp: Likewise.
10949         * gdb.threads/attach-into-signal.exp (corefunc): Use
10950         spawn_wait_for_attach, spawn_id_get_pid and
10951         kill_wait_spawned_process.
10952         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10953         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
10954         spawn_id_get_pid and kill_wait_spawned_process.
10955         * gdb.threads/attach-stopped.exp (corefunc): Use
10956         spawn_wait_for_attach, spawn_id_get_pid and
10957         kill_wait_spawned_process.
10958         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10959         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
10960         kill_wait_spawned_process instead of explicit "kill -9".
10961         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10962         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10963         (spawn_wait_for_attach): Use spawn instead of exec to spawn
10964         processes.  Don't map cygwin/windows pids here.  Now returns a
10965         spawn id list.
10966
10967 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10968
10969         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10970         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10971         correct patch.
10972
10973 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10974
10975         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10976
10977 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10978
10979         Reapply:
10980         2014-05-21  Mark Wielaard  <mjw@redhat.com>
10981
10982         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10983
10984 2015-07-30  Pedro Alves  <palves@redhat.com>
10985
10986         * linux-low.c (handle_extended_wait): Set the child's last
10987         reported status to TARGET_WAITKIND_STOPPED.
10988
10989 2015-07-30  Pedro Alves  <palves@redhat.com>
10990
10991         PR threads/18600
10992         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10993         only shows inferior 1.
10994
10995 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
10996             Pedro Alves  <palves@redhat.com>
10997
10998         PR threads/18600
10999         * gdb.threads/fork-plus-threads.c: New file.
11000         * gdb.threads/fork-plus-threads.exp: New file.
11001
11002 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11003
11004         * gdb.base/batch-preserve-term-settings.exp
11005         (test_terminal_settings_preserved_after_cli_exit): Use
11006         send_quit_command.
11007
11008 2015-07-29  Pedro Alves  <palves@redhat.com>
11009             Don Breazeal  <donb@codesourcery.com>
11010
11011         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11012         output from both inferior_spawn_id and gdb_spawn_id.
11013
11014 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
11015
11016         * gdb.threads/attach-into-signal.exp (corefunc): Use
11017         with_test_prefix on nested loops, uniquefying the test messages.
11018
11019 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
11020
11021         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11022         commit.
11023
11024 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11025
11026         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11027         New proc.
11028         (test_terminal_settings_preserved_after_sigterm): New test.
11029
11030 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11031
11032         * gdb.base/batch-preserve-term-settings.exp
11033         (test_terminal_settings_preserved_after_cli_exit): New test.
11034
11035 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11036
11037         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11038         manipulation of saved_gdbflags.
11039         (test_terminal_settings_preserved): Remove global declaration of
11040         the unused variable pagination_prompt.  Remove manipulation of
11041         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
11042         GDBFLAGS.
11043
11044 2015-07-29  Pedro Alves  <palves@redhat.com>
11045
11046         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11047
11048 2015-07-29  Pedro Alves  <palves@redhat.com>
11049
11050         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11051         at the top.
11052
11053 2015-07-29  Pedro Alves  <palves@redhat.com>
11054
11055         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11056         (main): Call gdb_unbuffer_output.
11057         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11058         (main): Call gdb_unbuffer_output.
11059         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11060         (main): Call gdb_unbuffer_output.
11061         * gdb.base/call-strs.exp: Adjust to step over the
11062         gdb_unbuffer_output call.
11063         * gdb.base/catch-gdb-caused-signals.c: Include
11064         "../lib/unbuffer_output.c".
11065         (main): Call gdb_unbuffer_output.
11066         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11067         (main): Call gdb_unbuffer_output.
11068         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11069         (main): Call gdb_unbuffer_output.
11070         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11071         (main): Call gdb_unbuffer_output.
11072         * gdb.base/shlib-call.exp: Adjust to step over the
11073         gdb_unbuffer_output call.
11074         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11075         (main): Call gdb_unbuffer_output.
11076         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11077         (main): Call gdb_unbuffer_output.
11078         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11079         (main): Rename to ...
11080         (test): ... this.
11081         (main): Reimplement.
11082         * gdb.base/varargs.exp: Run to test instead of to main.
11083         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11084         (main): Call gdb_unbuffer_output.
11085
11086 2015-07-29  Pedro Alves  <palves@redhat.com>
11087
11088         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11089         factore out from mi_continue_dprintf.  For call-style dprintfs,
11090         expect dprintf output out of $inferior_spawn_id.
11091         (mi_continue_dprintf): Use mi_expect_dprintf.
11092         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11093         (main): Call gdb_unbuffer_output.
11094
11095 2015-07-29  Pedro Alves  <palves@redhat.com>
11096
11097         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11098         (default_mi_gdb_start): Set inferior_spawn_id instead of
11099         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
11100         gdb_spawn_id.
11101         (mi_gdb_test): Always expect inferior output from both
11102         $inferior_spawn_id and $gdb_spawn_id.
11103
11104 2015-07-29  Pedro Alves  <palves@redhat.com>
11105
11106         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
11107         send_inferior and $inferior_spawn_id.
11108
11109 2015-07-29  Pedro Alves  <palves@redhat.com>
11110
11111         * gdb.gdb/complaints.exp (test_initial_complaints)
11112         (test_serial_complaints, test_short_complaints): Use
11113         gdb_test_stdio.
11114         (test_empty_complaint): Handle $inferior_spawn_id !=
11115         $gdb_spawn_id.
11116
11117 2015-07-29  Pedro Alves  <palves@redhat.com>
11118
11119         * gdb.base/varargs.exp: Use gdb_test_stdio.
11120
11121 2015-07-29  Pedro Alves  <palves@redhat.com>
11122
11123         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11124
11125 2015-07-29  Pedro Alves  <palves@redhat.com>
11126
11127         * gdb.base/ending-run.exp: Use gdb_test_stdio.
11128
11129 2015-07-29  Pedro Alves  <palves@redhat.com>
11130
11131         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11132         parameter into two new parameters, "inf_result" and "gdb_result".
11133         Expect inferior output and gdb output from $inferior_spawn_id and
11134         $gdb_spawn_id, respectively.  Adjust all callers.
11135
11136 2015-07-29  Pedro Alves  <palves@redhat.com>
11137
11138         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11139         of gdb_test_sequence.
11140
11141 2015-07-29  Pedro Alves  <palves@redhat.com>
11142
11143         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11144         (saw_spurious_output): Expect inferior output from
11145         $inferior_spawn_id.  Use gdb_test_stdio.
11146
11147 2015-07-29  Pedro Alves  <palves@redhat.com>
11148
11149         * gdb.base/dprintf.exp: Use standard_testfile.  Change
11150         prepare_for_testing call.
11151         (srcfile): Don't set.
11152         (restart): New procedure.
11153         (test_dprintf): New procecure, use to continue over dprintfs.
11154         (test_call, test_agent): New procedures, tests moved here.
11155         Restart gdb and recreate dprintfs.  Adjust expected output.
11156
11157 2015-07-29  Pedro Alves  <palves@redhat.com>
11158
11159         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11160
11161 2015-07-29  Pedro Alves  <palves@redhat.com>
11162
11163         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11164
11165 2015-07-29  Pedro Alves  <palves@redhat.com>
11166
11167         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11168         gdb_test_stdio.
11169
11170 2015-07-29  Pedro Alves  <palves@redhat.com>
11171
11172         * lib/gdb.exp (gdb_test_stdio): New procedure.
11173
11174 2015-07-29  Pedro Alves  <palves@redhat.com>
11175
11176         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11177
11178 2015-07-29  Pedro Alves  <palves@redhat.com>
11179
11180         * gdb.base/call-signal-resume.exp: Remove check for
11181         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
11182         * gdb.base/unwindonsignal.exp: Likewise.
11183         * gdb.base/call-signals.c (gen_signal): Remove printf call.
11184         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11185
11186 2015-07-29  Pedro Alves  <palves@redhat.com>
11187
11188         * gdb.base/siginfo-addr.c (pass): New function.
11189         (handler): Call it iff si_addr is correct.
11190         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11191         Set a breakpoint at "pass" and continue to it.
11192
11193 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
11194
11195         * gdb.python/py-objfile.exp: Make some tests have unique names.
11196         * gdb.python/py-pp-registration.exp: Likewise.
11197
11198 2015-07-28  Pedro Alves  <palves@redhat.com>
11199
11200         * gdb.server/server-exec-info.exp: Issue a "disconnect".
11201
11202 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
11203
11204         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11205
11206 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
11207
11208         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11209
11210 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
11211
11212         * gdb.base/gdb-sigterm-2.exp: New test.
11213
11214 2015-07-25  Doug Evans  <xdje42@gmail.com>
11215
11216         Revert:
11217         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11218         (workers/%.worker, build-perf): New rule.
11219         (GDB_PERFTEST_MODE): New variable.
11220         (check-perf): Use it.
11221         (clean): Clean up gdb.perf parallel build subdirs.
11222         * lib/build-piece.exp: New file.
11223         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11224         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11225         name.
11226         (standard_temp_file): Ditto.
11227         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11228         of $GDB_PARALLEL.
11229
11230 2015-07-24  Doug Evans  <dje@google.com>
11231
11232         * gdb.perf/lib/perftest/utils.py: New file.
11233         * gdb.perf/gm-hello.cc: New file.
11234         * gdb.perf/gm-pervasive-typedef.cc: New file.
11235         * gdb.perf/gm-pervasive-typedef.h: New file.
11236         * gdb.perf/gm-std.cc: New file.
11237         * gdb.perf/gm-std.h: New file.
11238         * gdb.perf/gm-use-cerr.cc: New file.
11239         * gdb.perf/gm-utils.h: New file.
11240         * gdb.perf/gmonster-null-lookup.py: New file.
11241         * gdb.perf/gmonster-pervasive-typedef.py: New file.
11242         * gdb.perf/gmonster-print-cerr.py: New file.
11243         * gdb.perf/gmonster-ptype-string.py: New file.
11244         * gdb.perf/gmonster-runto-main.py: New file.
11245         * gdb.perf/gmonster-select-file.py: New file.
11246         * gdb.perf/gmonster1-null-lookup.exp: New file.
11247         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11248         * gdb.perf/gmonster1-print-cerr.exp: New file.
11249         * gdb.perf/gmonster1-ptype-string.exp: New file.
11250         * gdb.perf/gmonster1-runto-main.exp: New file.
11251         * gdb.perf/gmonster1-select-file.exp: New file.
11252         * gdb.perf/gmonster1.cc: New file.
11253         * gdb.perf/gmonster1.exp: New file.
11254         * gdb.perf/gmonster2-null-lookup.exp: New file.
11255         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11256         * gdb.perf/gmonster2-print-cerr.exp: New file.
11257         * gdb.perf/gmonster2-ptype-string.exp: New file.
11258         * gdb.perf/gmonster2-runto-main.exp: New file.
11259         * gdb.perf/gmonster2-select-file.exp: New file.
11260         * gdb.perf/gmonster2.cc: New file.
11261         * gdb.perf/gmonster2.exp: New file.
11262
11263 2015-07-24  Doug Evans  <dje@google.com>
11264
11265         * gdb.perf/README: New file.
11266         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11267         * lib/gen-perf-test.exp: New file.
11268
11269 2015-07-24  Doug Evans  <dje@google.com>
11270
11271         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11272         (PerfTest::startup): New function.
11273         (PerfTest::run): Return result of calling body.
11274         (PerfTest::assemble): Rewrite.
11275         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11276         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11277         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11278         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11279         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11280
11281 2015-07-24  Doug Evans  <dje@google.com>
11282
11283         * lib/gdb.exp (clean_restart): Make executable optional.
11284
11285 2015-07-24  Doug Evans  <dje@google.com>
11286
11287         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11288         compiler_info references.
11289         * gdb.cp/temargs.exp: Ditto.
11290         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11291         (get_compiler_info): Early exit if already computed.  Set compiler_info
11292         to "unknown" if there was a problem.
11293         (test_compiler_info): Add function comment.  Call get_compiler_info.
11294
11295 2015-07-24  Doug Evans  <dje@google.com>
11296
11297         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11298         (workers/%.worker, build-perf): New rule.
11299         (GDB_PERFTEST_MODE): New variable.
11300         (check-perf): Use it.
11301         (clean): Clean up gdb.perf parallel build subdirs.
11302         * lib/build-piece.exp: New file.
11303         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11304         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11305         name.
11306         (standard_temp_file): Ditto.
11307         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11308         of $GDB_PARALLEL.
11309
11310 2015-07-24  Doug Evans  <dje@google.com>
11311
11312         * lib/future.exp (gdb_default_target_compile): New option
11313         "early_flags".
11314         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11315         --as-needed.
11316
11317 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
11318
11319         * gdb.base/catch-syscall.exp: Call gdb_exit before
11320         gdb_skip_xml_test.
11321
11322 2015-07-24  Pedro Alves  <palves@redhat.com>
11323
11324         * gdb.python/py-events.exp: Accept output between the stop event
11325         and the prompt.
11326         * gdb.python/py-evsignal.exp: Likewise.
11327         * gdb.python/py-evthreads.exp: Likewise.
11328
11329 2015-07-24  Pedro Alves  <palves@redhat.com>
11330
11331         PR gdb/18717
11332         * gdb.threads/non-ldr-exit.c: New file.
11333         * gdb.threads/non-ldr-exit.exp: New file.
11334
11335 2015-07-24  Yao Qi  <yao.qi@linaro.org>
11336
11337         * gdb.server/ext-wrapper.exp: Test --wrapper option when
11338         restarting process.
11339
11340 2015-07-24  Yao Qi  <yao.qi@linaro.org>
11341
11342         * gdb.server/ext-restart.exp: New file.
11343
11344 2015-07-24  Yao Qi  <yao.qi@linaro.org>
11345
11346         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11347         argument options.
11348         * gdb.server/ext-wrapper.exp: New file.
11349
11350 2015-07-23  Doug Evans  <dje@google.com>
11351
11352         * gdb.dwarf2/dw2-dummy-cu.S: New file.
11353         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11354
11355 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
11356
11357         * gdb.ada/var_arr_typedef.exp: New testcase.
11358         * gdb.ada/var_arr_typedef/pack.adb: New file.
11359         * gdb.ada/var_arr_typedef/pack.ads: New file.
11360         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11361
11362 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
11363
11364         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11365
11366 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
11367
11368         * gdb.arch/i386-biarch-core.exp: Replace istarget
11369         by "complete set gnutarget". Remove expectation for the "core-file"
11370         command.
11371
11372 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11373
11374         Revert the previous commit:
11375         Tests for validate symbol file using build-id.
11376
11377 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
11378
11379         Tests for validate symbol file using build-id.
11380         * gdb.base/solib-mismatch-lib.c: New file.
11381         * gdb.base/solib-mismatch-libmod.c: New file.
11382         * gdb.base/solib-mismatch.c: New file.
11383         * gdb.base/solib-mismatch.exp: New file.
11384
11385 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
11386
11387         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11388         nios2-*-linux*.
11389         * gdb.base/sigbpt.exp (stepi_out): Likewise.
11390         * gdb.base/siginfo.exp: Likewise.
11391         * gdb.base/sigstep.exp (advance, advancei): Likewise.
11392
11393 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
11394
11395         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11396         Move it to ...
11397         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11398         ... here.
11399         * gdb.trace/range-stepping.exp: Check that the target supports
11400         range stepping.
11401
11402 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
11403
11404         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11405
11406 2015-07-14  Pedro Alves  <palves@redhat.com>
11407
11408         * gdb.base/killed-outside.exp: New file.
11409         * gdb.base/killed-outside.c: New file.
11410
11411 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11412
11413         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11414         (n at main): New.
11415         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11416
11417 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11418
11419         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11420         infcall tests instead of setting up for KFAIL.
11421
11422 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
11423
11424         * gdb.btrace/record_goto-step.exp: New.
11425
11426 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
11427
11428         PR compile/18484
11429         * gdb.compile/compile.c (struct struct_type): Add volatile to
11430         selffield's type.
11431         * gdb.compile/compile.exp
11432         (compile code struct_object.selffield = &struct_object): Skip further
11433         struct_object tests if this one xfails.
11434
11435 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
11436
11437         PR exp/18617
11438         * gdb.trace/ax.exp: Add test.
11439
11440 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11441
11442         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11443         instead of istarget "aarch64*-*-*".
11444         * gdb.arch/aarch64-fp.exp: Likewise.
11445         * gdb.base/float.exp: Likewise.
11446         * gdb.reverse/aarch64.exp: Likewise.
11447         * lib/gdb.exp (is_aarch64_target): New proc.
11448
11449 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11450
11451         * lib/gdb.exp (is_aarch32_target): New proc.
11452         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11453         instead of "istarget "arm*-*-*"".
11454         * gdb.arch/arm-disp-step.exp: Likewise.
11455         * gdb.arch/thumb-bx-pc.exp: Likewise.
11456         * gdb.arch/thumb-prologue.exp: Likewise.
11457         * gdb.arch/thumb-singlestep.exp: Likewise.
11458         * gdb.base/disp-step-syscall.exp: Likewise.
11459         * gdb.base/float.exp: Likewise.
11460
11461 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11462
11463         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11464         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11465
11466 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11467
11468         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11469         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11470         if it exists.
11471         * gdb.multi/multi-arch.exp: Likewise.
11472
11473 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
11474
11475         * gdb.python/py-lazy-string.exp: Add missing parentheses to
11476         print.
11477
11478 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11479
11480         * gdb.arch/thumb-singlestep.exp: Do one more single step.
11481
11482 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
11483
11484         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11485         '[' and ']' characters.
11486
11487 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
11488
11489         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11490
11491 2015-06-29  Pedro Alves  <palves@redhat.com>
11492
11493         PR threads/18127
11494         * gdb.threads/hand-call-new-thread.c: New file.
11495         * gdb.threads/hand-call-new-thread.c: New file.
11496
11497 2015-06-26  Keith Seitz  <keiths@redhat.com>
11498             Doug Evans  <dje@google.com>
11499
11500         PR 16253
11501         * gdb.cp/var-tag-2.cc: New file.
11502         * gdb.cp/var-tag-3.cc: New file.
11503         * gdb.cp/var-tag-4.cc: New file.
11504         * gdb.cp/var-tag.cc: New file.
11505         * gdb.cp/var-tag.exp: New file.
11506
11507 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
11508
11509         * gdb.base/history-duplicates.exp: New test.
11510
11511 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
11512
11513         * gdb.base/completion.exp: Test the completion of the "focus"
11514         command.
11515
11516 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11517
11518         * gdb.arch/amd64-prologue-skip.S: New file.
11519         * gdb.arch/amd64-prologue-skip.exp: New file.
11520
11521 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
11522
11523         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11524         is_address_zero_readable check.
11525
11526 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
11527
11528         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11529         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11530
11531 2015-06-24  Yao Qi  <yao.qi@linaro.org>
11532
11533         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11534         linux targets.
11535
11536 2015-06-24  Yao Qi  <yao.qi@linaro.org>
11537
11538         * lib/gdb.exp (supports_get_siginfo_type): New proc.
11539         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11540         * gdb.base/siginfo-thread.exp: Likewise.
11541
11542 2015-06-22  Yao Qi  <yao.qi@linaro.org>
11543
11544         * boards/remote-gdbserver-on-localhost.exp: Add comments.
11545
11546 2015-06-22  Yao Qi  <yao.qi@linaro.org>
11547
11548         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11549         aarch64*-*-*.
11550         (skip_hw_watchpoint_tests): Likewise.
11551
11552 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
11553
11554         * gdb.base/gdbinit-history.exp: Test the interaction between
11555         setting GDBHISTSIZE and setting the history size via .gdbinit.
11556
11557 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
11558
11559         PR gdb/16999
11560         * gdb.base/gdbhistsize-history.exp: New test.
11561
11562 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
11563
11564         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11565         with GDBHISTSIZE.
11566         * gdb.base/readline.exp: Likewise.
11567
11568 2015-06-17  Yao Qi  <yao.qi@linaro.org>
11569
11570         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11571         line.
11572
11573 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
11574
11575         * gdb.base/gdbinit-history.exp: Add test case to check that
11576         an unlimited history file does not get truncated on exit.
11577
11578 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11579
11580         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11581         (VECTOR): New macro.  Use it...
11582         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11583         ...for these typedefs.
11584         (int8, char1, int1, double1): New typedefs.
11585         (struct just_int2, struct two_int2): New structures.
11586         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11587         (add_structvecs, add_singlevecs): New functions.
11588         (main): Call add_some_intvecs twice.
11589         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11590         the compile and exit upon failure.  Try compiling for the "native"
11591         architecture.  Test inferior function calls with vector arguments
11592         and vector return value handling with "finish" and "return".
11593
11594 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
11595
11596         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11597         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11598         PE file.
11599         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11600
11601 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11602
11603         PR breakpoints/16465
11604         * gdb.mi/mi-dprintf-pending.c: New file.
11605         * gdb.mi/mi-dprintf-pending.exp: New test.
11606         * gdb.mi/mi-dprintf-pendshr.c: New file.
11607
11608 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11609             Mircea Gherzan  <mircea.gherzan@intel.com>
11610
11611         * gdb.arch/i386-mpx-map.c: New file.
11612         * gdb.arch/i386-mpx-map.exp: New File.
11613
11614 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11615
11616         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11617         * gdb.arch/i386-mpx.exp: Indentation fixed.
11618
11619 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11620
11621         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11622         function and improved indentation.
11623         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11624         gdb_test_multiple. Added additional tests to skip the test.
11625
11626 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11627
11628         * gdb.arch/i386-avx512.c: Change path in include file.
11629         * gdb.arch/i386-avx512.exp: Change include dir path
11630         compilation flag.
11631         * gdb.arch/i386-mpx.c: Change path in include file.
11632         * gdb.arch/i386-mpx.exp: Change include dir path compilation
11633         flag.
11634
11635 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11636
11637         * gdb.compile/compile-print.exp (compile print *vararray@3)
11638         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11639
11640 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11641
11642         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11643         (do not keep jit in memory): ... this.
11644         (expect 5): Change it to ...
11645         (expect no 5): ... this.
11646
11647 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
11648
11649         PR gdb/15564
11650         * gdb.mi/mi-detach.exp: New file.
11651
11652 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11653
11654         PR symtab/18392
11655         * gdb.arch/amd64-tailcall-self.S: New file.
11656         * gdb.arch/amd64-tailcall-self.c: New file.
11657         * gdb.arch/amd64-tailcall-self.exp: New file.
11658
11659 2015-05-28  Don Breazeal  <donb@codesourcery.com>
11660
11661         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11662         tests for remote targets by checking is_target_gdbserver.
11663
11664 2015-05-27  Doug Evans  <dje@google.com>
11665
11666         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11667         * gdb.dwarf2/opaque-type-lookup.c: New file.
11668         * gdb.dwarf2/opaque-type-lookup.exp: New file.
11669
11670 2015-05-26  Doug Evans  <dje@google.com>
11671
11672         * gdb.cp/iostream.cc: New file.
11673         * gdb.cp/iostream.exp: New file.
11674
11675 2015-05-26  Doug Evans  <dje@google.com>
11676
11677         * gdb.dwarf2/dw2-op-call.exp: Update.
11678         * gdb.dwarf2/dw4-sig-types.exp: Update.
11679         * gdb.dwarf2/implptr.exp: Update.
11680         * gdb.mi/mi-cmd-param-changed.exp: Update.
11681
11682 2015-05-26  Doug Evans  <dje@google.com>
11683
11684         * gdb.python/py-lazy-string.c: New file.
11685         * gdb.python/py-lazy-string.exp: New file.
11686         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11687         (main): Update.  Add estring3.
11688         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11689         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11690
11691 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
11692             Yao Qi  <yao.qi@linaro.org>
11693
11694         * gdb.reverse/aarch64.c: New.
11695         * gdb.reverse/aarch64.exp: New.
11696
11697 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
11698
11699         * lib/gdb.exp (supports_process_record): Return true for
11700         aarch64*-linux*.
11701         (supports_reverse): Likewise.
11702
11703 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
11704
11705         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11706         Use with_test_prefix.
11707
11708 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
11709
11710         * gdb.base/completion.exp: Add test for completion of layout
11711         names.
11712
11713 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
11714
11715         * lib/gdb.exp (skip_tui_tests): New proc.
11716         * gdb.base/tui-layout.exp: Check skip_tui_tests.
11717
11718 2015-05-19  Pedro Alves  <palves@redhat.com>
11719
11720         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11721         Save the whole env array instead of just HOME.  Unset HISTSIZE in
11722         the environment while testing.  Restore whole environment
11723         afterwards.
11724
11725 2015-05-16  Doug Evans  <xdje42@gmail.com>
11726
11727         * gdb.guile/scm-ports.c: New file.
11728         * gdb.guile/scm-ports.exp: Add memory port tests.
11729
11730 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
11731
11732         * gdb.compile/compile-print.c: New file.
11733         * gdb.compile/compile-print.exp: New file.
11734
11735 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
11736
11737         * gdb.compile/compile-ops.exp: Cast param to void.
11738         * gdb.compile/compile.exp: Complete type for _gdb_expr.
11739         (compile code struct_object.selffield = &struct_object): Add xfail.
11740
11741 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
11742
11743         * gdb.ada/arr_enum_with_gap: New testcase.
11744
11745 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
11746
11747         * gdb.ada/byte_packed_arr: New testcase.
11748
11749 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
11750
11751         * gdb.ada/pckd_neg: New testcase.
11752
11753 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
11754
11755         PR gdb/17820
11756         * gdb.base/gdbinit-history.exp: New test.
11757         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11758         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11759
11760 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
11761
11762         * gdb.python/py-xmethods.cc: Enhance test case.
11763         * gdb.python/py-xmethods.exp: New tests.
11764         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11765         function.
11766         (B_indexoper): Likewise.
11767         (global_dm_list) : Add new xmethod worker functions.
11768
11769 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
11770
11771         * gdb.base/coredump-filter.exp: Correctly unset
11772         "coredump_var_addr" array.
11773
11774 2015-05-08  Pedro Alves  <palves@redhat.com>
11775
11776         * gdb.server/non-existing-program.exp: Unset spawn_id.
11777
11778 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
11779
11780         PR python/18291
11781         * gdb.python/py-xmethods.exp: Add tests.
11782
11783 2015-05-08  Yao Qi  <yao.qi@linaro.org>
11784
11785         PR gdb/18208
11786         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11787         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11788         function set_coredump_filter, and remove remote_exec call.
11789         Remove argument ipid.  Callers update.
11790         (top level): Don't get inferior's PID.
11791
11792 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11793
11794         * gdb.base/watch_thread_num.exp: Skip test on targets without
11795         access watchpoints.
11796
11797 2015-05-06  Pedro Alves  <palves@redhat.com>
11798
11799         PR server/18081
11800         * gdb.server/non-existing-program.exp: New file.
11801
11802 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
11803
11804         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11805
11806 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
11807
11808         * gdb.ada/out_of_line_in_inlined: New testcase.
11809
11810 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
11811
11812         * gdb.ada/var_rec_arr: New testcase.
11813
11814 2015-04-30  Yao Qi  <yao.qi@linaro.org>
11815
11816         * gdb.base/break-idempotent.exp: If
11817         skip_hw_watchpoint_multi_tests returns true, skip the tests
11818         on "rwatch" and "awatch".
11819
11820 2015-04-30  Yao Qi  <yao.qi@linaro.org>
11821
11822         * gdb.base/relativedebug.exp: Invoke gdb command
11823         "info sharedlibrary", and if libc.so doesn't have debug info,
11824         skip the test.
11825
11826 2015-04-29  Doug Evans  <dje@google.com>
11827
11828         * gdb.python/py-xmethods.exp: Add ptype tests.
11829         * gdb.python/py-xmethods.py (E_method_char_worker): Add
11830         get_result_type method.
11831
11832 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
11833
11834         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11835         the target does not support hardware watchpoints.
11836
11837 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
11838
11839         * gdb.base/break-always.exp: Abort testing if writing to memory
11840         causes an error.
11841
11842 2015-04-28  Doug Evans  <dje@google.com>
11843
11844         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11845         * gdb.python/py-pp-registration.exp: ... here.  New file.
11846         * gdb.python/py-pp-registration.c: New file.
11847         * gdb.python/py-pp-registration.py: New file.
11848
11849 2015-04-28  Doug Evans  <dje@google.com>
11850
11851         * gdb.python/py-bad-printers.c: New file.
11852         * gdb.python/py-bad-printers.py: New file.
11853         * gdb.python/py-bad-printers.exp: New file.
11854
11855 2015-04-28  Sasha Smundak  <asmundak@google.com>
11856
11857         * gdb.python/py-type.exp: New test.
11858
11859 2015-04-28  Andy Wingo  <wingo@igalia.com>
11860
11861         * gdb.python/py-parameter.exp:
11862         * gdb.guile/scm-parameter.exp: Escape the path that we are
11863         matching against, as it might contain characters that are special
11864         to regular expressions.
11865
11866 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
11867
11868         * gdb.ada/rec_comp: New testcase.
11869
11870 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
11871
11872         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11873         before using it.
11874
11875 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
11876
11877         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
11878         new tests for verilog output.
11879
11880 2015-04-24  Yao Qi  <yao.qi@linaro.org>
11881
11882         * boards/remote-gdbserver-on-localhost.exp: New file.
11883
11884 2015-04-23  Pedro Alves  <palves@redhat.com>
11885
11886         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11887         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
11888         "end of file", remove $inferior_spawn_id from the indirect list.
11889
11890 2015-04-23  Pedro Alves  <palves@redhat.com>
11891
11892         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11893
11894 2015-04-23  Pedro Alves  <palves@redhat.com>
11895
11896         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11897         on $any_spawn_id instead of only on $gdb_spawn_id.
11898
11899 2015-04-21  Pierre Muller  <muller@sourceware.org>
11900
11901         PR pascal/17815
11902         * lib/pascal.exp (gpc_compile): Add new option "class".
11903         (fpc_compile): Likewise.
11904         * gdb.pascal/case-insensitive-symbols.pas: New file.
11905         * gdb.pascal/case-insensitive-symbols.exp: New file.
11906
11907 2015-04-20  Gary Benson <gbenson@redhat.com>
11908
11909         * gdb.base/attach.exp: Fix three extended remote failures.
11910
11911 2015-04-17  Gary Benson <gbenson@redhat.com>
11912
11913         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11914         the main executable over the remote protocol.
11915
11916 2015-04-16  Pedro Alves  <palves@redhat.com>
11917
11918         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11919         a new gdbserver if gdbserver_reconnect_p is set.
11920
11921 2015-04-16  Pedro Alves  <palves@redhat.com>
11922
11923         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11924         is set, don't exit gdbserver.
11925
11926 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11927
11928         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11929         appropriate .insn, such that an older assembler can be used.
11930         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11931         the z/Architecture instruction set on 31-bit targets as well.
11932
11933 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11934
11935         * gdb.go/handcall.exp: Remove all logic related to the first
11936         breakpoint and rely on go_runto_main instead.
11937         * gdb.go/strings.exp: Likewise.
11938         * gdb.go/unsafe.exp: Likewise.
11939         * gdb.go/hello.exp: Likewise.  Also rename the remaining
11940         breakpoint marker to "breakpoint 1".
11941         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11942         * gdb.go/strings.go: Likewise.
11943         * gdb.go/unsafe.go: Likewise.
11944         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
11945         "set breakpoint 2 here" and rename the remaining breakpoint marker
11946         to "breakpoint 1".
11947
11948 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
11949
11950         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11951         if itertools.imap is not present.
11952         * gdb.python/py-objfile.exp: Add parentheses.
11953         * gdb.python/py-type.exp: Same.
11954         * gdb.python/py-unwind-maint.py: Same.
11955
11956 2015-04-15  Yao Qi  <yao.qi@linaro.org>
11957
11958         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11959         of ":$ptr_size" and set its form explicitly.
11960
11961 2015-04-15  Pedro Alves  <palves@redhat.com>
11962             Yao Qi  <yao.qi@linaro.org>
11963
11964         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11965         timeout by factor of 4.
11966         (test_regular_watch): Likewise.
11967         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11968         * gdb.reverse/sigall-reverse.exp: Likewise.
11969         * gdb.reverse/until-precsave.exp: Likewise.
11970         * lib/gdb.exp (with_timeout_factor): New proc.
11971         (gdb_expect): Move some code to ...
11972         (get_largest_timeout): ... here.  New procedure.
11973
11974 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
11975
11976         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11977
11978 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
11979
11980         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11981         to write to the .text section.
11982
11983 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
11984
11985         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11986         Handle the case of targets that do not provide PID information.
11987
11988 2015-04-13  Yao Qi  <yao.qi@linaro.org>
11989
11990         * lib/gdbserver-support.exp (gdb_exit): Catch exception
11991         and use expect instead of gdb_expect.
11992
11993 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
11994
11995         * gdb.base/coredump-filter.exp: Rename variable "addr" to
11996         "coredump_var_addr" to avoid naming conflict with other testcases.
11997
11998 2015-04-10  Pedro Alves  <palves@redhat.com>
11999
12000         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12001         gdb_test_sequence and gdb_assert.
12002
12003 2015-04-10  Pedro Alves  <palves@redhat.com>
12004
12005         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12006         test messages that don't include the breakpoint address.
12007
12008 2015-04-10  Yao Qi  <yao.qi@linaro.org>
12009
12010         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12011         false for some offset and width combinations which aren't
12012         supported by linux kernel.
12013
12014 2015-04-10  Pedro Alves  <palves@redhat.com>
12015
12016         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12017         procedure, factored out from ...
12018         (top level): ... here.  Add "set displaced-stepping" testing axis.
12019         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12020         parameter "displaced".  Use it.
12021         (top level): Use foreach and add "set displaced-stepping" testing
12022         axis.
12023
12024 2015-04-10  Pedro Alves  <palves@redhat.com>
12025
12026         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12027         Remove comment.
12028         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12029         both the address of the instruction that triggers the watchpoint
12030         and the address of the instruction immediately after, and use
12031         those addresses for the test.  Fix comment.
12032
12033 2015-04-10  Pedro Alves  <palves@redhat.com>
12034
12035         * gdb.base/sigstep.exp (breakpoint_to_handler)
12036         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
12037         Test "backtrace" in handler.
12038         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
12039         (top level): Add new "displaced" test axis to
12040         breakpoint_to_handler, breakpoint_to_handler_entry and
12041         breakpoint_over_handler.
12042
12043 2015-04-10  Pedro Alves  <palves@redhat.com>
12044
12045         PR gdb/18216
12046         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12047
12048 2015-04-10  Yao Qi  <yao.qi@linaro.org>
12049
12050         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12051         (test_add_rn_pc): New function.
12052         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12053         (top level): Invoke test_add_rn_pc.
12054
12055 2015-04-10  Pedro Alves  <palves@redhat.com>
12056
12057         PR gdb/13858
12058         * gdb.base/step-over-no-symbols.exp: New file.
12059
12060 2015-04-09  Andy Wingo  <wingo@igalia.com>
12061
12062         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12063         after the Python tests.
12064
12065 2015-04-08  Keith Seitz  <keiths@redhat.com>
12066
12067         PR python/16699
12068         * gdb.python/py-completion.exp: New tests for completion.
12069         * gdb.python/py-completion.py (CompleteLimit1): New class.
12070         (CompleteLimit2): Likewise.
12071         (CompleteLimit3): Likewise.
12072         (CompleteLimit4): Likewise.
12073         (CompleteLimit5): Likewise.
12074         (CompleteLimit6): Likewise.
12075         (CompleteLimit7): Likewise.
12076
12077 2015-04-08  Pedro Alves  <palves@redhat.com>
12078
12079         PR gdb/18214
12080         PR gdb/18216
12081         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12082         function.
12083         (main): Install it as SIGUSR1 handler.
12084         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12085         parameter.  Always use "setup" as prefix.  Toggle "set
12086         displaced-stepping" off/on depending on global.  Don't switch to
12087         thread 1 here.
12088         (top level): Add displaced stepping "off/on" test axis.  Update
12089         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
12090         continuing with a queued signal in each thread.
12091
12092 2015-04-08  Pedro Alves  <palves@redhat.com>
12093
12094         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12095         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
12096         gdb_breakpoint instead of gdb_test that doesn't expect anything.
12097         Return early if running to main fails.
12098         * gdb.trace/while-stepping.exp: Likewise.
12099
12100 2015-04-07  Pedro Alves  <palves@redhat.com>
12101
12102         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12103         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
12104         interact with inferior program.
12105
12106 2015-04-07  Pedro Alves  <palves@redhat.com>
12107
12108         * lib/gdb.exp (inferior_spawn_id): New global.
12109         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
12110         spawn id after processing the user code.
12111         (default_gdb_start): Set inferior_spawn_id.
12112         (send_inferior): New procedure.
12113         * lib/gdbserver-support.exp (gdbserver_start): Set
12114         inferior_spawn_id.
12115         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12116
12117 2015-04-07  Pedro Alves  <palves@redhat.com>
12118
12119         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12120         * lib/gdbserver-support.exp (gdbserver_start): Make
12121         $server_spawn_id global.
12122         (gdbserver_start): Don't wait for gdbserver's spawn id with
12123         expect_background.
12124         (close_gdbserver): New procedure.
12125         (gdb_exit): Rename the default version and reimplement.
12126
12127 2015-04-07  Pedro Alves  <palves@redhat.com>
12128
12129         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12130         append the substituted item, not the original item.
12131
12132 2015-04-07  Pedro Alves  <palves@redhat.com>
12133
12134         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12135         gdb_expect.
12136
12137 2015-04-07  Pedro Alves  <palves@redhat.com>
12138
12139         * gdb.base/interrupt.exp: Don't handle the case of the inferior
12140         output appearing once only.
12141
12142 2015-04-07  Pedro Alves  <palves@redhat.com>
12143
12144         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12145         that doesn't expect anything.  Return early if running to main
12146         fails.
12147
12148 2015-04-07  Yao Qi  <yao.qi@linaro.org>
12149
12150         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12151         (child_function): Call alarm.
12152         (main): Move call to alarm into the loop.
12153         * gdb.threads/non-stop-fair-events.exp: Build program with
12154         -DTIMEOUT=$timeout.
12155
12156 2015-04-06  Doug Evans  <xdje42@gmail.com>
12157
12158         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12159         Fix dest parameter to board_info.
12160         (fpc_compile): Ditto.
12161         (gdb_compile_pascal): Rename dest arg to destfile.
12162
12163 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
12164
12165         * gdb.ada/funcall_ref.exp: New file.
12166         * gdb.ada/funcall_ref/foo.adb: New file.
12167
12168 2015-04-02  Yao Qi  <yao.qi@linaro.org>
12169
12170         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12171         is remote.
12172
12173 2015-04-02  Gary Benson <gbenson@redhat.com>
12174
12175         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12176
12177 2015-04-01  Sasha Smundak  <asmundak@google.com>
12178
12179         * gdb.python/py-unwind-maint.c: New file.
12180         * gdb.python/py-unwind-maint.exp: New test.
12181         * gdb.python/py-unwind-maint.py: New file.
12182         * gdb.python/py-unwind.c: New file.
12183         * gdb.python/py-unwind.exp: New test.
12184         * gdb.python/py-unwind.py: New test.
12185
12186 2015-04-01  Pedro Alves  <palves@redhat.com>
12187
12188         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12189         to fail instead of non-existent $test.
12190
12191 2015-04-01  Pedro Alves  <palves@redhat.com>
12192
12193         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12194         GDBFLAGS if not empty.
12195
12196 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
12197
12198         * gdb.ada/complete.exp: Remove "multi_line".
12199         * gdb.ada/info_exc.exp: Remove "multi_line".
12200         * gdb.ada/packed_tagged.exp: Remove "multi_line".
12201         * gdb.ada/ptype_field.exp: Remove "multi_line".
12202         * gdb.ada/sym_print_name.exp: Remove "multi_line".
12203         * gdb.ada/tagged.exp: Remove "multi_line".
12204         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12205         [multi_line ...]
12206         * gdb.btrace/delta.exp: Likewise.
12207         * gdb.btrace/exception.exp: Likewise.
12208         * gdb.btrace/function_call_history.exp: Likewise.
12209         * gdb.btrace/instruction_history.exp: Likewise.
12210         * gdb.btrace/nohist.exp: Likewise.
12211         * gdb.btrace/record_goto.exp: Likewise.
12212         * gdb.btrace/segv.exp: Likewise.
12213         * gdb.btrace/stepi.exp: Likewise.
12214         * gdb.btrace/tailcall.exp: Likewise.
12215         * gdb.btrace/unknown_functions.exp: Likewise.
12216         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12217         * lib/gdb.exp: Add the "multi_line" helper.
12218
12219 2015-04-01  Pedro Alves  <palves@redhat.com>
12220
12221         * gdb.threads/tid-reuse.c: New file.
12222         * gdb.threads/tid-reuse.exp: New file.
12223
12224 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
12225
12226         PR corefiles/16092
12227         * gdb.base/coredump-filter.c: New file.
12228         * gdb.base/coredump-filter.exp: Likewise.
12229
12230 2015-03-27  Petr Machata  <pmachata@redhat.com>
12231
12232         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12233         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12234         (Dwarf::assemble): Initialize them.
12235         (Dwarf::lines): New function.
12236
12237 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
12238
12239         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12240         SYMBOL_PREFIX for x86_64-*-cygwin.
12241
12242 2015-03-26  Andy Wingo  <wingo@igalia.com>
12243
12244         PR symtab/18148
12245         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12246         const_value but not a location.
12247         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12248         location defined in non-main CUs are visible.
12249
12250 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12251
12252         PR testsuite/18139
12253         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12254         Add a line number entry for the same line.
12255         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12256         Add a line number entry for the same line.
12257
12258 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12259
12260         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12261         .int 0.
12262         (func): Likewise.  Add .Lfunc_1 label.
12263         Use .Lfunc_1 label.
12264         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12265         .int 0.
12266         (func): Likewise.
12267         Use .Lfunc_1 label.
12268
12269 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12270
12271         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12272         Call gdb_compile instead to compile each .s files without debug
12273         information.
12274
12275 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12276
12277         * gdb.base/savedregs.exp (process_saved_regs): Make
12278         "Saved registers:" optional in the pattern.
12279
12280 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
12281
12282         * gdb.btrace/next.exp: Merged into step.exp.
12283         * gdb.btrace/finish.exp: Merged into step.exp.
12284         * gdb.btrace/nexti.exp: Merged into stepi.exp.
12285         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
12286         "record goto" and checking the exact replay position.
12287         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
12288         check for "Recording format" in "info record" output.
12289         * gdb.btrace/record_goto.exp: Choose test file based on target.
12290         * gdb.btrace/x86-record_goto.S: Renamed into ...
12291         * gdb.btrace/x86_64-record_goto.S: ... this.
12292         * gdb.btrace/i686-record_goto.S: New.
12293         * gdb.btrace/x86-tailcall.S: Renamed into ...
12294         * gdb.btrace/x86_64-tailcall.S: ... this.
12295         * gdb.btrace/i686-tailcall.S: New.
12296         * gdb.btrace/x86-tailcall.c: Renamed into ...
12297         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
12298         separate statements.  Update test.
12299         * gdb.btrace/delta.exp: Use record_goto.c as test file.
12300         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12301         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12302         * gdb.btrace/tailcall.exp: Choose test file based on target.
12303         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12304
12305 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
12306
12307         * gdb.btrace/exception.exp: Increase BTS buffer size.
12308
12309 2015-03-24  Pedro Alves  <palves@redhat.com>
12310
12311         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12312
12313 2015-03-24  Pedro Alves  <palves@redhat.com>
12314
12315         * gdb.threads/schedlock.exp (test_step): No longer expect that
12316         "set scheduler-locking step" with "next" over a function call runs
12317         threads unlocked.
12318
12319 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12320
12321         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12322
12323 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12324
12325         PR breakpoints/16466
12326         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12327         * gdb.mi/mi-pending.c (thread_func): New function.
12328         (int main): Add threading support required.
12329         * gdb.mi/mi-pending.exp: Add tests for this issue.
12330         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12331         (pendfunc2): Remove stdio dependency.
12332         * gdb.mi/mi-pendshr2.c: New file.
12333
12334 2015-03-23  Keith Seitz  <keiths@redhat.com>
12335
12336         * gdb.linespec/keywords.c: New file.
12337         * gdb.linespec/keywords.exp: New file.
12338
12339 2015-03-23  Keith Seitz  <keiths@redhat.com>
12340
12341         PR gdb/18021
12342         * gdb.dwarf2/staticvirtual.exp: New test.
12343
12344 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
12345
12346         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12347         * README: Remove HP-UX and gdb.hp.
12348         (configuration):
12349         * configure: Regenerate.
12350         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12351         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12352         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12353         gdb.hp/gdb.defects/Makefile.
12354         * gdb.hp/Makefile.in: File deleted.
12355         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12356         * gdb.hp/gdb.aCC/optimize.c: File deleted.
12357         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12358         * gdb.hp/gdb.aCC/run.c: File deleted.
12359         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12360         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12361         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12362         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12363         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12364         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12365         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12366         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12367         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12368         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12369         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12370         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12371         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12372         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12373         * gdb.hp/gdb.base-hp/reg.s: File deleted.
12374         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12375         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12376         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12377         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12378         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12379         * gdb.hp/gdb.compat/Makefile.in: File deleted.
12380         * gdb.hp/gdb.compat/average.c: File deleted.
12381         * gdb.hp/gdb.compat/sum.c: File deleted.
12382         * gdb.hp/gdb.compat/xdb.c: File deleted.
12383         * gdb.hp/gdb.compat/xdb0.c: File deleted.
12384         * gdb.hp/gdb.compat/xdb0.h: File deleted.
12385         * gdb.hp/gdb.compat/xdb1.c: File deleted.
12386         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12387         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12388         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12389         * gdb.hp/gdb.defects/Makefile.in: File deleted.
12390         * gdb.hp/gdb.defects/bs14602.c: File deleted.
12391         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12392         * gdb.hp/gdb.defects/solib-d.c: File deleted.
12393         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12394         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12395         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12396         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12397         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12398         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12399         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12400         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12401         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12402         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12403         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12404         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12405         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12406         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12407         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12408         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12409         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12410         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12411         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12412         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12413         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12414         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12415         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12416         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12417         * gdb.hp/tools/odump: File deleted.
12418
12419 2015-03-19  Pedro Alves  <palves@redhat.com>
12420
12421         * gdb.threads/continue-pending-status.exp (saw_thread_2)
12422         (saw_thread_3): New globals.
12423         (top level): Increment them when an event for the corresponding
12424         thread is seen.
12425         (no thread starvation): New test.
12426
12427 2015-03-19  Pedro Alves  <palves@redhat.com>
12428
12429         * gdb.threads/continue-pending-status.c: New file.
12430         * gdb.threads/continue-pending-status.exp: New file.
12431
12432 2015-03-18  Pedro Alves  <palves@redhat.com>
12433
12434         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12435         Use gdb_is_target_remote instead of is_remote.  Use
12436         gdb_test_multiple instead of gdb_expect.  Exit early if
12437         gdb_test_multiple hits its internal matches.  Tighten stepi tests
12438         expected output.  Fail on exit with any signal, instead of just
12439         SIGILL.
12440
12441 2015-03-18  Yao Qi  <yao.qi@linaro.org>
12442
12443         PR tdep/18107
12444         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12445         variable.
12446         * gdb.base/catch-syscall.exp: Don't skip it on
12447         aarch64*-*-linux* target.  Remove elements in all_syscalls.
12448         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12449         target.
12450         (setup_all_syscalls): New proc.
12451
12452 2015-03-16  Yao Qi  <yao.qi@linaro.org>
12453
12454         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12455         (top level): Skip tests if valid_addr_p returns false for
12456         $cmd1 or $cmd2.
12457
12458 2015-03-11  Andy Wingo  <wingo@igalia.com>
12459
12460         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12461
12462 2015-03-11  Yao Qi  <yao.qi@linaro.org>
12463
12464         * gdb.base/catch-syscall.exp: Fix typo in comments.
12465
12466 2015-03-11  Yao Qi  <yao.qi@linaro.org>
12467
12468         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12469
12470 2015-03-09  Pedro Alves  <palves@redhat.com>
12471
12472         * dg-extract-results.py: Delete.
12473
12474 2015-03-09  Pedro Alves  <palves@redhat.com>
12475
12476         Merge dg-extract-results.sh from GCC upstream (r218843).
12477
12478         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
12479                 * dg-extract-results.sh: Use --text with grep to avoid issues with
12480                 binary files.  Fall back to cat -v, if that doesn't work.
12481
12482 2015-03-05  Pedro Alves  <palves@redhat.com>
12483
12484         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12485
12486 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
12487
12488         * lib/mi-support.exp (mi_expect_interrupt): Accept
12489         alternative event for when in all-stop mode.
12490
12491 2015-03-04  Pedro Alves  <palves@redhat.com>
12492
12493         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12494
12495 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
12496
12497         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12498
12499 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12500
12501         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12502         regexps for GDB's current line display, accept a hex address
12503         preceding the line number.
12504
12505 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12506
12507         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12508         the 'arch1' variable for "s390*-linux*" targets.
12509
12510 2015-03-04  Pedro Alves  <palves@redhat.com>
12511
12512         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12513         (main): Pass missing retval argument to pthread_join call.
12514
12515 2015-03-02  Pedro Alves  <palves@redhat.com>
12516
12517         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12518         (top level): Call do_test with non-stop as well.
12519
12520 2015-03-02  Pedro Alves  <palves@redhat.com>
12521
12522         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12523         -1.
12524
12525 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12526
12527         * gdb.arch/s390-vregs.exp: New test.
12528         * gdb.arch/s390-vregs.S: New file.
12529
12530 2015-02-27  Pedro Alves  <palves@redhat.com>
12531
12532         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12533         call to catch_command_errors.
12534         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12535         catch_command_errors.
12536
12537 2015-02-27  Pedro Alves  <palves@redhat.com>
12538
12539         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12540         "true" for boolean result.
12541         * gdb.gdb/selftest.exp (test_with_self): Also accept full
12542         prototype of main.
12543
12544 2015-02-27  Pedro Alves  <palves@redhat.com>
12545
12546         * lib/unbuffer_output.c: New file.
12547         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12548         (main): Call gdb_unbuffer_output.
12549
12550 2015-02-27  Yao Qi  <yao.qi@linaro.org>
12551
12552         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12553         target.
12554
12555 2015-02-26  Doug Evans  <dje@google.com>
12556
12557         * gdb.cp/class2.cc (Dbase, D): New classes.
12558         (main): New local delta.
12559         * gdb.cp/class2.exp: Test printing delta.
12560         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12561         (dynbar): New global.
12562         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12563
12564 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
12565
12566         * gdb.compile/compile-ifunc.c: New file.
12567         * gdb.compile/compile-ifunc.exp: New file.
12568
12569 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12570
12571         * gdb.base/structs.exp: Check for correct struct on finish.
12572
12573 2015-02-26  Yao Qi  <yao.qi@linaro.org>
12574
12575         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12576         is zero.
12577
12578 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
12579
12580         * gdb.arch/cordic.ko.bz2: New file.
12581         * gdb.arch/cordic.ko.debug.bz2: New file.
12582         * gdb.arch/ppc64-symtab-cordic.exp: New file.
12583
12584 2015-02-25  Yao Qi  <yao.qi@linaro.org>
12585
12586         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12587         aarch64*-*-* target.
12588
12589 2015-02-23  Pedro Alves  <palves@redhat.com>
12590
12591         * lib/gdb.exp (delete_breakpoints): Rewrite using
12592         gdb_test_multiple.
12593
12594 2015-02-23  Pedro Alves  <palves@redhat.com>
12595
12596         * gdb.base/info-os.c: Include stdlib.h.
12597
12598 2015-02-22  Doug Evans  <xdje42@gmail.com>
12599
12600         PR symtab/17855
12601         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12602         is read after symbols have been re-read.
12603         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12604         * gdb.ada/exec_changed/second.adb (Second): Ditto.
12605
12606 2015-02-21  Doug Evans  <dje@google.com>
12607
12608         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12609
12610 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12611
12612         PR corefiles/17808
12613         * gdb.arch/i386-biarch-core.core.bz2: New file.
12614         * gdb.arch/i386-biarch-core.exp: New file.
12615
12616 2015-02-21  Pedro Alves  <palves@redhat.com>
12617
12618         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12619         runto_main fails.
12620
12621 2015-02-20  Pedro Alves  <palves@redhat.com>
12622
12623         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12624         info probes.
12625
12626 2015-02-20  Pedro Alves  <palves@redhat.com>
12627
12628         * gdb.threads/multi-create-ns-info-thr.exp: New file.
12629
12630 2015-02-20  Pedro Alves  <palves@redhat.com>
12631
12632         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
12633         clean_restart before gdb_target_supports_trace.
12634
12635 2015-02-20  Pedro Alves  <palves@redhat.com>
12636
12637         PR threads/18006
12638         * gdb.threads/clone-thread_db.c: New file.
12639         * gdb.threads/clone-thread_db.exp: New file.
12640
12641 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12642
12643         PR breakpoints/16812
12644         * gdb.base/catch-gdb-caused-signals.c: New file.
12645         * gdb.base/catch-gdb-caused-signals.exp: New file.
12646
12647 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
12648
12649         * configure: Regenerated.
12650         * configure.ac: Use GDB_AC_TRANSFORM.
12651         * aclocal.m4: sinclude ../transform.m4.
12652
12653 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12654
12655         * lib/dtrace.exp: New file.
12656         * gdb.base/dtrace-probe.exp: Likewise.
12657         * gdb.base/dtrace-probe.d: Likewise.
12658         * gdb.base/dtrace-probe.c: Likewise.
12659         * lib/pdtrace.in: Likewise.
12660         * configure.ac: Output variables with the transformed names of
12661         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
12662         * configure: Regenerated.
12663
12664 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12665
12666         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12667         expected message when trying to access $_probe_* convenience
12668         variables while not on a probe.
12669
12670 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12671
12672         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12673
12674 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
12675
12676         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12677         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12678
12679 2015-02-10  Doug Evans  <xdje42@gmail.com>
12680
12681         * lib/gdb.exp (gdb_load): Always return a result.
12682
12683 2015-02-10  Pedro Alves  <palves@redhat.com>
12684
12685         * gdb.threads/signal-sigtrap.c: New file.
12686         * gdb.threads/signal-sigtrap.exp: New file.
12687
12688 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
12689
12690         * gdb.trace/no-attach-trace.c: New file.
12691         * gdb.trace/no-attach-trace.exp: New file.
12692
12693 2015-02-09  Mark Wielaard  <mjw@redhat.com>
12694
12695         * gdb.dwarf2/atomic.c: New file.
12696         * gdb.dwarf2/atomic-type.exp: Likewise.
12697
12698 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12699
12700         * gdb.btrace/buffer-size.exp: Update "info record" output.
12701         * gdb.btrace/delta.exp: Update "info record" output.
12702         * gdb.btrace/enable.exp: Update "info record" output.
12703         * gdb.btrace/finish.exp: Update "info record" output.
12704         * gdb.btrace/instruction_history.exp: Update "info record" output.
12705         * gdb.btrace/next.exp: Update "info record" output.
12706         * gdb.btrace/nexti.exp: Update "info record" output.
12707         * gdb.btrace/step.exp: Update "info record" output.
12708         * gdb.btrace/stepi.exp: Update "info record" output.
12709         * gdb.btrace/nohist.exp: Update "info record" output.
12710
12711 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12712
12713         * gdb.btrace/buffer-size: New.
12714
12715 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12716
12717         * gdb.btrace/delta.exp: Update "info record" output.
12718         * gdb.btrace/enable.exp: Update "info record" output.
12719         * gdb.btrace/finish.exp: Update "info record" output.
12720         * gdb.btrace/instruction_history.exp: Update "info record" output.
12721         * gdb.btrace/next.exp: Update "info record" output.
12722         * gdb.btrace/nexti.exp: Update "info record" output.
12723         * gdb.btrace/step.exp: Update "info record" output.
12724         * gdb.btrace/stepi.exp: Update "info record" output.
12725         * gdb.btrace/nohist.exp: Update "info record" output.
12726
12727 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
12728
12729         PR gdb/15678
12730         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12731
12732 2015-02-06  Pedro Alves  <palves@redhat.com>
12733
12734         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12735         macro.
12736         (seconds_left, again): New globals.
12737         (main): Wait seconds_left in a 1-second sleep loop instead of
12738         sleeping 180 seconds.  If 'again' is set, reset the seconds
12739         counter.
12740         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12741         'again' in the inferior before detaching.  Print the seconds left.
12742         (options): New global.
12743         (top level): Build program with -DTIMEOUT=$timeout.
12744
12745 2015-02-06  Pedro Alves  <palves@redhat.com>
12746
12747         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12748         determine how many seconds to pass to 'alarm'.
12749         * gdb.base/gdb-sigterm.exp (top level): Build program with
12750         -DTIMEOUT=$timeout.
12751         (do_test): Return success/failure indication.  Add more verbose
12752         logging.  Don't fail if 200 single steps are seen.  Instead, fail
12753         when the test times out.
12754         (passes): New global.
12755         (top level): Break the testing loop if testing fails on any
12756         iteration.  Use gdb_assert.
12757
12758 2015-02-04  Don Breazeal  <donb@codesourcery.com>
12759
12760         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12761         and initialize them.
12762         (ipc_cleanup): New function.
12763         (main): Don't declare shmid, semid, and msqid.  Add a call to
12764         atexit so that we call ipc_cleanup on exit.
12765
12766 2015-02-04  Pedro Alves  <palves@redhat.com>
12767
12768         * boards/native-extended-gdbserver.exp: Remove any target variant
12769         specifications from the board name before clearing the isremote
12770         flag from board_info.
12771
12772 2015-01-31  Doug Evans  <xdje42@gmail.com>
12773
12774         * gdb.base/maint.exp <maint print type argc>: Update expected output.
12775
12776 2015-01-31  Gary Benson <gbenson@redhat.com>
12777
12778         * gdb.base/completion.exp: Disable completion limiting for
12779         existing tests.  Add new tests to check completion limiting.
12780         * gdb.linespec/ls-errs.exp: Disable completion limiting.
12781
12782 2015-01-31  Doug Evans  <xdje42@gmail.com>
12783
12784         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12785
12786 2015-01-31  Doug Evans  <xdje42@gmail.com>
12787
12788         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12789         entries.  Duplicate file section script entries.
12790         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12791         inlined entries.  Add test for safe-path rejection.
12792         * gdb.python/py-section-script.c: Add duplicate inlined section script
12793         entries.  Duplicate file section script entries.
12794         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12795         inlined entries.  Add test for safe-path rejection.
12796
12797 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12798
12799         * gdb.ada/disc_arr_bound: New testcase.
12800
12801 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12802
12803         * gdb.ada/mi_var_array: New testcase.
12804
12805 2015-01-27  Doug Evans  <dje@google.com>
12806
12807         * gdb.python/py-objfile.exp: Add tests for objfile.username.
12808         Add test for objfile.filename, objfile.username after objfile
12809         has been unloaded.
12810
12811 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
12812
12813         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12814         the second test to print the name attribute of value
12815         returned by the call to gdb.lookup_type, and adjust
12816         the expected output accordingly.
12817
12818 2015-01-25  Mark Wielaard  <mjw@redhat.com>
12819
12820         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12821         * gdb.base/disp-step-fork.c: Include unistd.h.
12822         * gdb.base/siginfo-obj.c: Include stdio.h.
12823         * gdb.base/siginfo-thread.c: Likewise.
12824         * gdb.mi/non-stop.c: Include unistd.h.
12825         * gdb.mi/nsthrexec.c: Include stdio.h.
12826         * gdb.mi/pthreads.c: Include unistd.h.
12827         * gdb.modula2/unbounded1.c (main): Declare returns int.
12828         * gdb.reverse/consecutive-reverse.c: Likewise.
12829         * gdb.threads/create-fail.c: Include unistd.h.
12830         * gdb.threads/killed.c: Likewise.
12831         * gdb.threads/linux-dp.c: Likewise.
12832         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12833         * gdb.threads/non-ldr-exc-2.c: Likewise.
12834         * gdb.threads/non-ldr-exc-3.c: Likewise.
12835         * gdb.threads/non-ldr-exc-4.c: Likewise.
12836         * gdb.threads/pthreads.c: Include unistd.h.
12837         (main): Declare returns int.
12838         * gdb.threads/tls-main.c (foo): New declaration.
12839         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12840
12841 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
12842
12843         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12844         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12845
12846 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12847
12848         * gdb.base/noreturn-return.c: New file.
12849         * gdb.base/noreturn-return.exp: New file.
12850         * gdb.base/noreturn-finish.c: New file.
12851         * gdb.base/noreturn-finish.exp: New file.
12852
12853 2015-01-23  Pedro Alves  <palves@redhat.com>
12854
12855         * gdb.threads/continue-pending-after-query.c: New file.
12856         * gdb.threads/continue-pending-after-query.exp: New file.
12857
12858 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
12859             Simon Marchi  <simon.marchi@ericsson.com>
12860
12861         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12862         * gdb.base/valgrind-db-attach.exp: Same.
12863         * gdb.base/valgrind-infcall.exp: Same.
12864         * lib/mi-support.exp (default_mi_gdb_start): Same.
12865         * lib/prompt.exp (default_prompt_gdb_start): Same.
12866         * lib/gdb.exp (default_gdb_spawn): Same.
12867         (gdb_interact): New.
12868
12869
12870 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12871
12872         * gdb.compile/compile.exp (pointer to jit function): New test.
12873
12874 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12875
12876         * lib/gdb.exp (supports_process_record): Return true for
12877         powerpc*-*-linux*.
12878         (supports_reverse): Likewise.
12879
12880 2015-01-15  Don Breazeal  <donb@codesourcery.com>
12881
12882         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12883         instead of checking whether the target board is remote and
12884         use spawn_wait_for_attach instead of exec/sleep.
12885         * gdb.base/attach-twice.exp: Likewise.
12886
12887 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12888
12889         * gdb.ada/var_arr_attrs: New testcase.
12890
12891 2015-01-14  Pedro Alves  <palves@redhat.com>
12892             Joel Brobecker  <brobecker@adacore.com>
12893
12894         PR gdb/17525
12895         * gdb.base/bp-cmds-execution-x-script.c: New file.
12896         * gdb.base/bp-cmds-execution-x-script.exp: New file.
12897         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12898
12899 2015-01-14  Pedro Alves  <palves@redhat.com>
12900
12901         PR cli/17828
12902         * gdb.base/batch-preserve-term-settings.c: New file.
12903         * gdb.base/batch-preserve-term-settings.exp: New file.
12904
12905 2015-01-13  Doug Evans  <dje@google.com>
12906
12907         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12908         binary.
12909
12910 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12911
12912         * Makefile.in (clean mostlyclean): Do not delete *.py.
12913
12914 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12915
12916         * gdb.python/py-lookup-type.exp: New file.
12917
12918 2015-01-12  Pedro Alves  <palves@redhat.com>
12919
12920         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12921         restore GDBFLAGS before returning.
12922
12923 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12924
12925         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12926         is_amd64_regs_target and is_x86_like_target.
12927
12928 2015-01-11  Doug Evans  <xdje42@gmail.com>
12929
12930         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12931         is given without an explicit form.
12932         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12933         attributes.
12934         * gdb.dwarf/corrupt.exp: Ditto.
12935         * gdb.dwarf2/enum-type.exp: Ditto.
12936         * gdb.trace/entry-values.exp: Ditto.
12937         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12938
12939 2015-01-11  Doug Evans  <xdje42@gmail.com>
12940
12941         PR gdb/15830
12942         * gdb.base/maint.exp: Remove references to "maint demangle".
12943         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
12944         Add tests for explicitly specifying language to demangle.
12945         * gdb.dlang/demangle.exp: Ditto.
12946
12947 2015-01-09  Pedro Alves  <palves@redhat.com>
12948
12949         * gdb.threads/non-stop-fair-events.c: New file.
12950         * gdb.threads/non-stop-fair-events.exp: New file.
12951
12952 2015-01-09  Pedro Alves  <palves@redhat.com>
12953
12954         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12955         the global scope.  Set a breakpoint after all threads are started
12956         rather than stepping over two source lines.  Expect the prompt.
12957         * gdb.base/watch_thread_num.c (threads_started_barrier): New
12958         global.
12959         (NUM): Now 15.
12960         (main): Use threads_started_barrier to wait for all threads to
12961         start.  Main thread no longer calls thread_function.  Exit after
12962         180 seconds.
12963         (loop): New function.
12964         (thread_function): Wait on threads_started_barrier barrier.  Call
12965         'loop' at each iteration.
12966         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12967         threads have started, instead of hardcoding number of "next"
12968         steps.  Use an access watchpoint instead of a write watchpoint.
12969
12970 2015-01-09  Pedro Alves  <palves@redhat.com>
12971
12972         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12973         (thread_func): Wait on barrier.
12974         (main): Wait for all threads to start before stopping GDB.
12975         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12976         global.
12977         (thread1_func, thread2_func): Wait on barrier.
12978         (main): Wait for all threads to start before stopping GDB.
12979         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12980         New global.
12981         (thread1_func, thread2_func): Wait on barrier.
12982         (main): Wait for all threads to start before stopping GDB.
12983
12984 2015-01-09  Pedro Alves  <palves@redhat.com>
12985
12986         * gdb.threads/attach-many-short-lived-threads.c: New file.
12987         * gdb.threads/attach-many-short-lived-threads.exp: New file.
12988
12989 2014-01-09  Pedro Alves  <palves@redhat.com>
12990
12991         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12992         instead of to thread 2.
12993         * gdb.threads/signal-command-multiple-signals-pending.c (main):
12994         Add barrier around each pthread_create call instead of around all
12995         calls.
12996         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12997         Set a break on thread_function and have the child threads hit it
12998         one at at a time.
12999
13000 2015-01-09  Pedro Alves  <palves@redhat.com>
13001
13002         * lib/gdb.exp (can_spawn_for_attach): New procedure.
13003         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13004         false.
13005         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13006         checking whether the target board is remote.
13007         * gdb.multi/multi-attach.exp: Likewise.
13008         * gdb.python/py-sync-interp.exp: Likewise.
13009         * gdb.server/ext-attach.exp: Likewise.
13010         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13011         tests that need to attach, instead of checking whether the target
13012         board is remote at the top of the file.
13013
13014 2015-01-08  Yao Qi  <yao@codesourcery.com>
13015
13016         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13017
13018 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
13019
13020         Fix testcase compilation.
13021         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13022
13023 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13024
13025         * gdb.python/py-type.exp: Add a couple test about empty
13026         array creation, and negative-length array creation.
13027
13028 2015-01-02  Doug Evans  <xdje42@gmail.com>
13029
13030         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13031
13032 2015-01-02  Doug Evans  <dje@google.com>
13033
13034         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13035
13036 2014-12-29  Yao Qi  <yao@codesourcery.com>
13037
13038         * gdb.trace/entry-values.exp: Update comments.  Rename variable
13039         bar_call_foo to returned_from_foo.
13040
13041 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
13042
13043         PR gdb/17394
13044         * gdb.linespec/break-asm-file.c: New file.
13045         * gdb.linespec/break-asm-file.exp: New file.
13046         * gdb.linespec/break-asm-file0.s: New file.
13047         * gdb.linespec/break-asm-file1.s: New file.
13048
13049 2014-12-18  Nigel Stephens  <nigel@mips.com>
13050             Maciej W. Rozycki  <macro@codesourcery.com>
13051
13052         * gdb.base/float.exp: Handle the new output from "info float" on
13053         MIPS targets.
13054
13055 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
13056
13057         Fix MinGW compilation.
13058         * gdb.compile/compile-ops.exp: Update untested message if
13059         !skip_compile_feature_tests.
13060         * gdb.compile/compile-setjmp.exp: Likewise.
13061         * gdb.compile/compile-tls.exp: Likewise.
13062         * gdb.compile/compile.exp: Likewise.
13063         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13064         supported on this host".
13065
13066 2014-12-16  Doug Evans  <xdje42@gmail.com>
13067
13068         * boards/stabs.exp: New file.
13069
13070 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
13071
13072         * gdb.base/completion.exp: Adjust to format changes of "maint
13073         print user-registers".
13074
13075 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
13076
13077         PR server/17457
13078         * gdb.arch/aarch64-fp.c: New file.
13079         * gdb.arch/aarch64-fp.exp: New file.
13080
13081 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
13082
13083         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13084         r210637, r210913, r211666, r215400, r215817).
13085
13086         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
13087                 * dg-extract-results.py: New file.
13088                 * dg-extract-results.sh: Use it if the environment seems
13089                 suitable.
13090
13091         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
13092
13093                 * dg-extract-results.py (parse_run): Handle warnings that
13094                 are printed before a test harness is run.
13095
13096         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
13097
13098                 * dg-extract-results.py (Named): Remove __cmp__ method.
13099                 (output_variation): Use a key to sort variation.harnesses.
13100
13101         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
13102
13103                 * dg-extract-results.py: For Python 3, force sys.stdout to
13104                 handle surrogate escape sequences.
13105                 (safe_open): New function.
13106                 (output_segment, main): Use it.
13107
13108         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
13109
13110                 * dg-extract-results.py (Prog.result_re): Include options
13111                 in test name.
13112
13113         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
13114
13115                 * dg-extract-results.py (output_variation): Always sort if
13116                 do_sum.
13117
13118 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
13119
13120         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13121         as long as we get pagination notifications.
13122
13123 2014-12-15  Jason Merrill  <jason@redhat.com>
13124
13125         * Makefile.in (check-gdb.%): Restore.
13126         * README: Mention it.
13127
13128 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
13129
13130         * gdb.ada/str_uninit: New testcase.
13131
13132 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
13133
13134         PR symtab/17642
13135         * gdb.base/vla-stub-define.c: New file.
13136         * gdb.base/vla-stub.c: New file.
13137         * gdb.base/vla-stub.exp: New file.
13138
13139 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
13140             Jan Kratochvil  <jan.kratochvil@redhat.com>
13141             Tom Tromey  <tromey@redhat.com>
13142
13143         * configure.ac: Add gdb.compile/.
13144         * configure: Regenerate.
13145         * gdb.compile/Makefile.in: New file.
13146         * gdb.compile/compile-ops.exp: New file.
13147         * gdb.compile/compile-ops.c: New file.
13148         * gdb.compile/compile-tls.c: New file.
13149         * gdb.compile/compile-tls.exp: New file.
13150         * gdb.compile/compile-constvar.S: New file.
13151         * gdb.compile/compile-constvar.c: New file.
13152         * gdb.compile/compile-mod.c: New file.
13153         * gdb.compile/compile-nodebug.c: New file.
13154         * gdb.compile/compile-setjmp-mod.c: New file.
13155         * gdb.compile/compile-setjmp.c: New file.
13156         * gdb.compile/compile-setjmp.exp: New file.
13157         * gdb.compile/compile-shlib.c: New file.
13158         * gdb.compile/compile.c: New file.
13159         * gdb.compile/compile.exp: New file.
13160         * lib/gdb.exp (skip_compile_feature_tests): New proc.
13161
13162 2014-12-12  Tom Tromey  <tromey@redhat.com>
13163
13164         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
13165         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13166
13167 2014-12-12  Doug Evans  <dje@google.com>
13168
13169         * lib/gdb-python.exp (get_python_valueof): New function.
13170         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13171
13172 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13173
13174         * gdb.base/completion.exp: Add test for completion of "info
13175         registers ".
13176
13177 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
13178
13179         * gdb.base/func-ptrs.c: New file.
13180         * gdb.base/func-ptrs.exp: New file.
13181
13182 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
13183
13184         PR breakpoints/17012
13185         * gdb.base/dprintf-detach.c: New file.
13186         * gdb.base/dprintf-detach.exp: New file.
13187
13188 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
13189
13190         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13191         * lib/gdb.exp (target_is_gdbserver): New procedure.
13192
13193 2014-12-08  Doug Evans  <dje@google.com>
13194
13195         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13196
13197 2014-12-05  Yao Qi  <yao@codesourcery.com>
13198
13199         * gdb.guile/scm-error.exp: Remove the third argument to
13200         gdb_remote_download.
13201         * gdb.guile/scm-frame-args.exp: Likewise.
13202         * gdb.guile/scm-section-script.exp: Likewise.
13203
13204 2014-12-05  Yao Qi  <yao@codesourcery.com>
13205
13206         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13207
13208 2014-12-04  Doug Evans  <dje@google.com>
13209
13210         * gdb.python/py-objfile.exp: Add tests for
13211         objfile.add_separate_debug_file.
13212
13213 2014-12-04  Doug Evans  <dje@google.com>
13214
13215         * lib/gdb.exp (get_build_id): New function.
13216         (build_id_debug_filename_get): Rewrite to use it.
13217         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13218
13219 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
13220
13221         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13222         `method(long)', not just 0x0.
13223         * gdb.cp/nsalias.exp: Align code labels to 4.
13224         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13225         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13226         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13227         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13228         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13229         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13230
13231 2014-12-02  Doug Evans  <dje@google.com>
13232
13233         PR symtab/17602
13234         * gdb.cp/anon-ns.cc: Move guts of this file to ...
13235         * gdb.cp/anon-ns2.cc: ... here.  New file.
13236         * gdb.cp/anon-ns.exp: Update.
13237
13238 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
13239
13240         * gdb.python/py-events.py (inferior_call_handler): New.
13241         (register_changed_handler, memory_changed_handler): New.
13242         (test_events.invoke): Register new handlers.
13243         * gdb.python/py-events.exp: Add tests for inferior call,
13244         memory_changed and register_changed events.
13245
13246 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13247
13248         * gdb.base/execl-update-breakpoints.exp: Specify the link address
13249         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
13250         if the linker doesn't understand this.
13251
13252 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
13253
13254         * gdb.python/python.exp: Change expected reply to help().
13255
13256 2014-12-01  Yao Qi  <yao@codesourcery.com>
13257
13258         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
13259         AC_CONFIG_SUBDIRS(gdb.gdbtk).
13260         * configure: Re-generated.
13261
13262 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
13263
13264         * gdb.cp/chained-calls.cc: New file.
13265         * gdb.cp/chained-calls.exp: New file.
13266         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13267
13268 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
13269
13270         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13271         * gdb.dwarf2/symtab-producer.exp: Same.
13272         * gdb.gdb/python-interrupts.exp: Same.
13273         * gdb.gdb/python-selftest.exp: Same.
13274         * gdb.python/py-linetable.exp: Same.
13275         * gdb.python/py-type.exp: Same.
13276         * gdb.python/py-value-cc.exp: Same.
13277         * gdb.python/py-value.exp: Same.
13278
13279 2014-11-28  Yao Qi  <yao@codesourcery.com>
13280
13281         * gdb.base/break-probes.exp: Match library name prefixed with
13282         sysroot.
13283
13284 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
13285
13286         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13287         test expected output.  Add parentheses for the call to print.
13288         Remove L suffix from integers.
13289
13290 2014-11-26  Doug Evans  <dje@google.com>
13291
13292         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13293
13294 2014-11-22  Yao Qi  <yao@codesourcery.com>
13295
13296         * gdb.trace/entry-values.c: Remove asms.
13297         (foo): Add foo_label.
13298         (bar): Add bar_label.
13299         * gdb.trace/entry-values.exp: Remove code computing  foo's
13300         length and bar's length.
13301         (Dwarf::assemble): Invoke function_range for bar and use
13302         MACRO_AT_func for foo.
13303
13304 2014-11-22  Yao Qi  <yao@codesourcery.com>
13305
13306         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13307         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
13308         Use .Lgcc43_procstart instead of gcc43.
13309
13310 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
13311
13312         * gdb.ada/n_arr_bound: New testcase.
13313
13314 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
13315
13316         PR breakpoints/10737
13317         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13318         test_catch_syscall_multi_arch.
13319         (test_catch_syscall_multi_arch): New function.
13320
13321 2014-11-20  Doug Evans  <xdje42@gmail.com>
13322
13323         * gdb.base/maint.exp: Update expected output.
13324
13325 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13326
13327         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13328         4-byte instruction on S390.
13329
13330 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
13331
13332         * gdb.ada/arr_arr: New testcase.
13333
13334 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
13335
13336         * gdb.ada/pkd_arr_elem: New Testcase.
13337
13338 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
13339
13340         * gdb.reverse/break-precsave: Expect completion message for
13341         core file reads.
13342         * gdb.reverse/consecutive-precsave.exp: Likewise.
13343         * gdb.reverse/finish-precsave.exp: Likewise.
13344         * gdb.reverse/i386-precsave.exp: Likewise.
13345         * gdb.reverse/machinestate-precsave.exp: Likewise.
13346         * gdb.reverse/sigall-precsave.exp: Likewise.
13347         * gdb.reverse/solib-precsave.exp: Likewise.
13348         * gdb.reverse/step-precsave.exp: Likewise.
13349         * gdb.reverse/until-precsave.exp: Likewise.
13350         * gdb.reverse/watch-precsave.exp: Likewise.
13351
13352 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13353
13354         * gdb.base/bp-permanent.c: Include unistd.h.
13355         * gdb.python/py-framefilter-mi.c (main): Add return type.
13356         * gdb.python/py-framefilter.c (main): Likewise.
13357         * gdb.trace/actions-changed.c (main): Likewise.
13358
13359 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13360
13361         * gdb.mi/until.c: Add eye-catchers.
13362         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13363         line numbers.
13364
13365 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13366
13367         * gdb.base/condbreak.exp: Drop references to removed non-prototype
13368         function header variants in break1.c.
13369         * gdb.base/ena-dis-br.exp: Likewise.
13370         * gdb.base/hbreak2.exp: Likewise.
13371         * gdb.reverse/until-precsave.exp: Drop references to removed
13372         non-prototype function header variants in ur1.c.
13373         * gdb.reverse/until-reverse.exp: Likewise.
13374
13375 2014-11-17  Petr Machata  <pmachata@redhat.com>
13376
13377         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
13378         ${_cu_offset_size} bytes abbrev offset.
13379
13380 2014-11-15  Doug Evans  <xdje42@gmail.com>
13381
13382         PR symtab/17559
13383         * gdb.base/line-symtabs.exp: New file.
13384         * gdb.base/line-symtabs.c: New file.
13385         * gdb.base/line-symtabs.h: New file.
13386
13387 2014-11-14  Yao Qi  <yao@codesourcery.com>
13388
13389         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13390         (func): Add label func_label.
13391         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13392         Replace low_pc and high_pc with MACRO_AT_range.
13393         Replace name, low_pc and high_pc with MACRO_AT_func.
13394
13395 2014-11-14  Yao Qi  <yao@codesourcery.com>
13396
13397         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13398         Replace name, low_pc and high_pc with MACRO_AT_func.
13399
13400 2014-11-14  Yao Qi  <yao@codesourcery.com>
13401
13402         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13403         produce debug information.
13404         * gdb.dwarf2/implptr-optimized-out.S: Removed.
13405
13406 2014-11-14  Yao Qi  <yao@codesourcery.com>
13407
13408         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13409         object and get function length.
13410         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13411         with MACRO_AT_func.
13412         (top-level): Replace gdb_compile and clean_restart with
13413         prepare_for_testing.
13414         * gdb.dwarf2/main.c (main): Add label main_label.
13415
13416 2014-11-14  Yao Qi  <yao@codesourcery.com>
13417
13418         * lib/dwarf.exp (function_range): New procedure.
13419         (Dwarf::_handle_macro_at_func): New procedure.
13420         (Dwarf::_handle_macro_at_range): New procedure.
13421         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13422
13423 2014-11-14  Yao Qi  <yao@codesourcery.com>
13424
13425         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13426         (_handle_attribute): New procedure.
13427
13428 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13429
13430         * gdb.ada/cond_lang/foo.c (callme): Add return type.
13431         * gdb.base/call-sc.c (zed): Likewise.
13432         * gdb.base/checkpoint.c (main): Likewise.
13433         * gdb.base/dump.c (main): Likewise.
13434         * gdb.base/gcore.c (main): Likewise.
13435         * gdb.base/huge.c (main): Likewise.
13436         * gdb.base/multi-forks.c (main): Likewise.
13437         * gdb.base/pr10179-a.c (main): Likewise.
13438         * gdb.base/savedregs.c (main): Likewise.
13439         * gdb.base/sigaltstack.c (main): Likewise.
13440         * gdb.base/siginfo.c (main): Likewise.
13441         * gdb.base/structs.c (zed): Likewise.
13442         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13443         * gdb.mi/mi-syn-frame.c (main): Likewise.
13444         * gdb.mi/until.c (foo, main): Likewise.
13445         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13446         * gdb.base/solib-weak.c (foo): Declare.
13447         * gdb.base/attach-twice.c: Include stdio.h.
13448         * gdb.base/weaklib1.c: Likewise.
13449         * gdb.base/weaklib2.c: Likewise.
13450         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13451         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13452         unistd.h.
13453         * gdb.base/attach-pie-misread.c: Include stdlib.h.
13454         * gdb.mi/mi-exit-code.c: Likewise.
13455         * gdb.base/break-interp-lib.c: Include string.h.
13456         * gdb.base/coremaker.c: Likewise.
13457         * gdb.base/testenv.c: Likewise.
13458         * gdb.python/py-finish-breakpoint.c: Likewise.
13459         * gdb.base/inferior-died.c: Include sys/wait.h.
13460         * gdb.base/fileio.c: Include time.h.
13461         * gdb.base/async-shell.c: Include unistd.h.
13462         * gdb.base/dprintf-non-stop.c: Likewise.
13463         * gdb.base/info-os.c: Likewise.
13464         * gdb.mi/mi-console.c: Likewise.
13465         * gdb.mi/watch-nonstop.c: Likewise.
13466         * gdb.python/py-events.c: Likewise.
13467         * gdb.base/async.c (baz): Move up before its invocation.
13468         * gdb.base/code_elim2.c (my_global_func): Likewise.
13469         * gdb.base/skip-solib-lib.c (multiply): Likewise.
13470         * gdb.base/advance.c (func2): Likewise.
13471
13472 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13473
13474         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13475         variant.
13476         * gdb.base/annota3.c: Likewise.
13477         * gdb.base/async.c: Likewise.
13478         * gdb.base/average.c: Likewise.
13479         * gdb.base/call-ar-st.c: Likewise.
13480         * gdb.base/call-rt-st.c: Likewise.
13481         * gdb.base/call-sc.c: Likewise.
13482         * gdb.base/call-strs.c: Likewise.
13483         * gdb.base/ending-run.c: Likewise.
13484         * gdb.base/execd-prog.c: Likewise.
13485         * gdb.base/exprs.c: Likewise.
13486         * gdb.base/foll-exec.c: Likewise.
13487         * gdb.base/foll-fork.c: Likewise.
13488         * gdb.base/foll-vfork.c: Likewise.
13489         * gdb.base/funcargs.c: Likewise.
13490         * gdb.base/gcore.c: Likewise.
13491         * gdb.base/jump.c: Likewise.
13492         * gdb.base/langs0.c: Likewise.
13493         * gdb.base/langs1.c: Likewise.
13494         * gdb.base/langs2.c: Likewise.
13495         * gdb.base/mips_pro.c: Likewise.
13496         * gdb.base/nodebug.c: Likewise.
13497         * gdb.base/opaque0.c: Likewise.
13498         * gdb.base/opaque1.c: Likewise.
13499         * gdb.base/recurse.c: Likewise.
13500         * gdb.base/run.c: Likewise.
13501         * gdb.base/scope0.c: Likewise.
13502         * gdb.base/scope1.c: Likewise.
13503         * gdb.base/setshow.c: Likewise.
13504         * gdb.base/setvar.c: Likewise.
13505         * gdb.base/shmain.c: Likewise.
13506         * gdb.base/shr1.c: Likewise.
13507         * gdb.base/shr2.c: Likewise.
13508         * gdb.base/sigall.c: Likewise.
13509         * gdb.base/signals.c: Likewise.
13510         * gdb.base/so-indr-cl.c: Likewise.
13511         * gdb.base/solib2.c: Likewise.
13512         * gdb.base/structs.c: Likewise.
13513         * gdb.base/sum.c: Likewise.
13514         * gdb.base/vforked-prog.c: Likewise.
13515         * gdb.base/watchpoint.c: Likewise.
13516         * gdb.reverse/shr2.c: Likewise.
13517         * gdb.reverse/until-reverse.c: Likewise.
13518         * gdb.reverse/ur1.c: Likewise.
13519         * gdb.reverse/watch-reverse.c: Likewise.
13520
13521 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13522
13523         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13524         variant.
13525         * gdb.base/sepdebug.exp: Drop references to removed code.
13526
13527 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13528
13529         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13530         variant.  Preserve original line numbering.
13531         * gdb.base/list1.c: Likewise.
13532
13533 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13534
13535         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13536         variant.
13537         * gdb.base/break1.c: Likewise.
13538         * gdb.base/break.exp: Drop references to removed code.
13539
13540 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13541
13542         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13543         variant.
13544
13545 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13546
13547         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13548
13549 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13550
13551         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
13552         logic into perform_all_tests() and invoke it with and without
13553         function header prototypes.
13554         (do_function_calls): Remove conditional XFAIL for PR 5318.
13555         (rerun_and_prepare): Remove duplicate code.
13556         (perform_all_tests): New.  Main logic moved here.
13557
13558 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13559
13560         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13561         code guarded by #ifdef NO_PROTOTYPES.
13562         (t_double_many_args): Likewise.
13563         (DEF_FUNC_MANY_ARGS_1): Likewise.
13564         (DEF_FUNC_VALUES_1): Likewise.
13565         (t_structs_ldc): Renamed from t_structs_fc in conditional code
13566         guarded by #ifdef PROTOTYPES.
13567
13568 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13569
13570         * gdb.mi/mi-console.c: Add eye-catcher.
13571         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13572         instead of literal line number.
13573
13574 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13575
13576         * gdb.base/shr2.c: Add eye-catcher.
13577         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13578         line number.
13579
13580 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13581
13582         * gdb.base/jump.c: Add eye-catchers.
13583         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13584         numbers.
13585
13586 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13587
13588         * gdb.base/execd-prog.c: Add eye-catchers.
13589         * gdb.base/foll-exec.c: Likewise.
13590         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13591         line numbers.
13592
13593 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13594
13595         * gdb.base/ending-run.c: Add eye-catchers.
13596         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13597         literal line numbers.
13598
13599 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13600
13601         * gdb.base/call-rt-st.c: Add eye-catchers.
13602         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13603         literal line numbers.
13604
13605 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13606
13607         * gdb.base/call-ar-st.c: Add eye-catchers.
13608         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13609         literal line numbers.
13610
13611 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13612
13613         * gdb.base/average.c: Add eye-catchers.
13614         * gdb.base/sum.c: Likewise.
13615         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13616         regexps dynamically.
13617
13618 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13619
13620         * gdb.base/solib1.c: Add eye-catchers.
13621         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13622         literal line numbers.
13623
13624 2014-11-12  Pedro Alves  <palves@redhat.com>
13625
13626         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13627         leader has exited.
13628
13629 2014-11-12  Pedro Alves  <palves@redhat.com>
13630
13631         * gdb.arch/i386-bp_permanent.c: New file.
13632         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13633         (srcfile): Set to i386-bp_permanent.c.
13634         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
13635         that stepi does not execute the 'leave' instruction, instead of
13636         testing it does execute.
13637         * gdb.base/bp-permanent.c: New file.
13638         * gdb.base/bp-permanent.exp: New file.
13639
13640 2014-11-10  Doug Evans  <xdje42@gmail.com>
13641
13642         PR symtab/17564
13643         * gdb.base/symtab-search-order.exp: New file.
13644         * gdb.base/symtab-search-order.c: New file.
13645         * gdb.base/symtab-search-order-1.c: New file.
13646         * gdb.base/symtab-search-order-shlib-1.c: New file.
13647
13648 2014-11-07  Pedro Alves  <palves@redhat.com>
13649
13650         PR gdb/17511
13651         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13652         i?86-*-linux*.
13653
13654 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
13655
13656         PR c++/17494
13657         * gdb.cp/pr17494.cc: New file.
13658         * gdb.cp/pr17494.exp: New file.
13659
13660 2014-11-02  Yao Qi  <yao@codesourcery.com>
13661
13662         * gdb.python/python.exp: Get working directory and match the
13663         output of "set extended-prompt \\w " with it.
13664
13665 2014-10-30  Doug Evans  <dje@google.com>
13666
13667         * gdb.python/py-objfile.exp: Add tests for setting random attributes
13668         in objfiles.
13669         * gdb.python/py-progspace.exp: Add tests for setting random attributes
13670         in progspaces.
13671
13672 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
13673
13674         * gdb.base/fullpath-expand.exp: Skip for a remote host.
13675         * gdb.base/realname-expand.exp: Likewise.
13676         * gdb.linespec/macro-relative.exp: Likewise.
13677
13678 2014-10-29  Pedro Alves  <palves@redhat.com>
13679
13680         PR gdb/17408
13681         * gdb.threads/schedlock.c (some_function): New function.
13682         (call_function): New global.
13683         (MAYBE_CALL_SOME_FUNCTION): New macro.
13684         (thread_function): Call it.
13685         * gdb.threads/schedlock.exp (get_args): Add description parameter,
13686         and use it instead of a global counter.  Adjust all callers.
13687         (get_current_thread): Use "find current thread" for test message
13688         here rather than having all callers pass down the same string.
13689         (goto_loop): New procedure, factored out from ...
13690         (my_continue): ... this.
13691         (step_ten_loops): Change parameter from test message to command to
13692         use.  Adjust.
13693         (list_count): Delete global.
13694         (check_result): New procedure, factored out from duplicate top
13695         level code.
13696         (continue tests): Wrap in with_test_prefix.
13697         (test_step): New procedure, factored out from duplicate top level
13698         code.
13699         (top level): Test "step" in combination with all scheduler-locking
13700         modes.  Test "next" in combination with all scheduler-locking
13701         modes, and in combination with stepping over a function call or
13702         not.
13703         * gdb.threads/next-bp-other-thread.c: New file.
13704         * gdb.threads/next-bp-other-thread.exp: New file.
13705
13706 2014-10-29  Pedro Alves  <palves@redhat.com>
13707
13708         PR python/17372
13709         * gdb.python/python.exp: Test a multi-line command that spawns
13710         interactive Python.
13711         * gdb.base/multi-line-starts-subshell.exp: New file.
13712
13713 2014-10-29  Yao Qi  <yao@codesourcery.com>
13714
13715         * gdb.base/fileio.exp: Make directories on host.
13716
13717 2014-10-29  Yao Qi  <yao@codesourcery.com>
13718
13719         * gdb.base/fileio.c (test_write): Close the file.
13720
13721 2014-10-28  Pedro Alves  <palves@redhat.com>
13722
13723         PR gdb/12623
13724         * gdb.base/sigstep.c (no_handler): New global.
13725         (main): If 'no_handler is true, set the signal handlers to
13726         SIG_IGN.
13727         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13728         with_sw_watch and no_handler parameters.  Handle them.
13729         (top level) <stepping over handler when stopped at a breakpoint
13730         test>: Add a test axis for testing with a software watchpoint, and
13731         another for testing with the signal handler set to SIG_IGN.
13732         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13733         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13734
13735 2014-10-28  Pedro Alves  <palves@redhat.com>
13736
13737         PR gdb/17511
13738         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13739         * gdb.base/sigstep.exp (other_handler_location): New global.
13740         (advance): Support stepping into the signal handler, and running
13741         commands while in the handler.
13742         (in_handler_map): New global.
13743         (top level): In the advance test, add combinations for getting
13744         into the handler with stepping commands, and for running commands
13745         in the handler.  Add comment descripting the advancei tests.
13746
13747 2014-10-28  Pedro Alves  <palves@redhat.com>
13748
13749         * gdb.base/sigstep.exp: Use build_executable instead of
13750         prepare_for_testing.
13751         (top level): Move code that starts GDB, runs to main and creates a
13752         display to ...
13753         (restart): ... this new procedure.
13754         (top level): Move backtrace from signal handler test to ...
13755         (validate_backtrace): ... this new procedure.
13756         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
13757         with_test_prefix.  Always restart GDB.
13758         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
13759         with_test_prefix.  Always restart GDB.  No need to delete
13760         breakpoints after the test.
13761         (test_skip_handler): Remove prefix parameter.
13762         (skip_over_handler, breakpoint_to_handler)
13763         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13764         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
13765         restart GDB.  No need to delete breakpoints after the test.
13766         (top level): Use foreach to call the test procedures with
13767         different commands.
13768
13769 2014-10-28  Pedro Alves  <palves@redhat.com>
13770
13771         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13772         instead of GNATS numbers.
13773         * gdb.base/sigbpt.exp: Likewise.
13774         * gdb.base/siginfo.exp: Likewise.
13775         * gdb.base/sigstep.exp: Likewise.
13776
13777 2014-10-27  Pedro Alves  <palves@redhat.com>
13778
13779         * gdb.base/sigstep.c (dummy): New global.
13780         (main): Issue a couple writes to the new global.
13781         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13782         procedures.
13783         (skip_over_handler): Use test_skip_handler.
13784         (top level): Call skip_over_handler for stepi and nexti too.
13785         (breakpoint_over_handler): Use test_skip_handler.
13786         (top level): Call breakpoint_over_handler for stepi and nexti too.
13787
13788 2014-10-27  Yao Qi  <yao@codesourcery.com>
13789
13790         * gdb.trace/tfile.c (adjust_function_address)
13791         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13792         function descriptor.
13793
13794 2014-10-24  Don Breazeal  <donb@codesourcery.com>
13795
13796         * gdb.base/foll-fork.exp (test_follow_fork,
13797         catch_fork_child_follow): Check for updated fork messages emitted
13798         from infrun.c.
13799         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13800         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13801         vfork_and_exec_child_follow_through_step): Check for updated vfork
13802         messages emitted from infrun.c.
13803
13804 2014-10-24  Pedro Alves  <palves@redhat.com>
13805
13806         * gdb.base/corefile.exp: Remove references to ultrix.
13807         * gdb.base/interrupt.exp: Likewise.
13808         * gdb.base/whatis.exp: Likewise.
13809         * gdb.gdb/selftest.exp: Likewise.
13810         * gdb.threads/manythreads.exp: Likewise.
13811         * gdb.threads/print-threads.exp: Likewise.
13812         * gdb.threads/pthreads.exp:: Likewise.
13813         * gdb.threads/schedlock.exp: Likewise.
13814
13815 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
13816
13817         * gdb.cp/non-trivial-retval.cc: Add a test case.
13818         * gdb.cp/non-trivial-retval.exp: Add a test.
13819
13820 2014-10-20  Yao Qi  <yao@codesourcery.com>
13821
13822         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13823         * gdb.python/py-objfile-script-gdb.py: New file.
13824         * gdb.python/py-objfile-script.exp: Update reference to
13825         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
13826         of remote_download.  Remove the dest file.
13827
13828 2014-10-20  Yao Qi  <yao@codesourcery.com>
13829
13830         * gdb.base/checkpoint.exp: Don't remove file copied on host.
13831         * gdb.base/step-line.exp: Likewise.
13832         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13833         * gdb.dwarf2/dw2-basic.exp: Likewise.
13834         * gdb.dwarf2/dw2-compressed.exp: Likewise.
13835         * gdb.dwarf2/dw2-filename.exp: Likewise.
13836         * gdb.dwarf2/dw2-intercu.exp: Likewise.
13837         * gdb.dwarf2/dw2-intermix.exp: Likewise.
13838         * gdb.dwarf2/dw2-producer.exp: Likewise.
13839         * gdb.dwarf2/mac-fileno.exp: Likewise.
13840         * gdb.python/py-frame-args.exp: Likewise.
13841         * gdb.python/py-framefilter.exp: Likewise.
13842         * gdb.python/py-mi.exp: Likewise.
13843         * gdb.python/py-objfile-script.exp: Likewise
13844         * gdb.python/py-pp-integral.exp: Likewise.
13845         * gdb.python/py-pp-re-notag.exp: Likewise.
13846         * gdb.python/py-prettyprint.exp: Likewise.
13847         * gdb.python/py-section-script.exp: Likewise.
13848         * gdb.python/py-typeprint.exp: Likewise.
13849         * gdb.python/py-xmethods.exp: Likewise.
13850         * gdb.stabs/weird.exp: Likewise.
13851         * gdb.xml/tdesc-regs.exp: Likewise.
13852
13853 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
13854
13855         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13856         (out_cu): Use addr_len for the size of addresses.
13857         (out_line): Likewise.  Size DW_LNE_set_address instruction
13858         according to addr_len.
13859         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13860         (FUNC): Add START_INSNS to definition.
13861
13862 2014-10-18  Yao Qi  <yao@codesourcery.com>
13863
13864         * gdb.base/argv0-symlink.exp: Check argv[0] value if
13865         gdb_has_argv0 return true.
13866         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13867         check [target_info exists noargs], check [gdb_has_argv0]
13868         instead.
13869         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13870         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13871         procedures.
13872
13873 2014-10-17  Doug Evans  <dje@google.com>
13874
13875         * gdb.python/py-events.exp: Update expected output for clear_objfiles
13876         event.
13877         * gdb.python/py-events.py: Add clear_objfiles event.
13878
13879 2014-10-17  Doug Evans  <dje@google.com>
13880
13881         * gdb.python/py-objfile.exp: Test progspace attribute.
13882
13883 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
13884
13885         * gdb.guile/scm-breakpoint.exp: Do not assume any
13886         directory separators when matching source file paths.
13887         * gdb.python/py-breakpoint.exp: Likewise.
13888         * gdb.reverse/break-precsave.exp: Likewise.
13889         * gdb.reverse/break-reverse.exp: Likewise.
13890         * gdb.reverse/consecutive-precsave.exp: Likewise.
13891         * gdb.reverse/finish-precsave.exp: Likewise.
13892         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13893         * gdb.reverse/finish-reverse.exp: Likewise.
13894         * gdb.reverse/i386-precsave.exp: Likewise.
13895         * gdb.reverse/i387-env-reverse.exp: Likewise.
13896         * gdb.reverse/i387-stack-reverse.exp: Likewise.
13897         * gdb.reverse/machinestate-precsave.exp: Likewise.
13898         * gdb.reverse/machinestate.exp: Likewise.
13899         * gdb.reverse/sigall-precsave.exp: Likewise.
13900         * gdb.reverse/solib-precsave.exp: Likewise.
13901         * gdb.reverse/step-precsave.exp: Likewise.
13902         * gdb.reverse/until-precsave.exp: Likewise.
13903         * gdb.reverse/watch-precsave.exp: Likewise.
13904         * gdb.reverse/watch-reverse.exp: Likewise.
13905
13906 2014-10-17  Yao Qi  <yao@codesourcery.com>
13907
13908         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13909         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13910
13911 2014-10-17  Pedro Alves  <palves@redhat.com>
13912
13913         PR gdb/17471
13914         * gdb.base/bg-execution-repeat.c: New file.
13915         * gdb.base/bg-execution-repeat.exp: New file.
13916
13917 2014-10-17  Pedro Alves  <palves@redhat.com>
13918
13919         PR gdb/17300
13920         * gdb.base/continue-all-already-running.c: New file.
13921         * gdb.base/continue-all-already-running.exp: New file.
13922
13923 2014-10-17  Pedro Alves  <palves@redhat.com>
13924
13925         PR gdb/17472
13926         * gdb.base/annota-input-while-running.c: New file.
13927         * gdb.base/annota-input-while-running.exp: New file.
13928
13929 2014-10-17  Pedro Alves  <palves@redhat.com>
13930
13931         * gdb.base/callfuncs.exp: emove references to osf.
13932         * gdb.base/sigall.exp: Likewise.
13933         * gdb.gdb/selftest.exp: Likewise.
13934         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13935         * gdb.mi/non-stop.c: Likewise.
13936         * gdb.mi/pthreads.c: Likewise.
13937         * gdb.reverse/sigall-precsave.exp: Likewise.
13938         * gdb.reverse/sigall-reverse.exp: Likewise.
13939         * gdb.threads/pthreads.c: Likewise.
13940         * gdb.threads/pthreads.exp: Likewise.
13941
13942 2014-10-17  Yao Qi  <yao@codesourcery.com>
13943
13944         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13945         check 'target_info exists noargs'.
13946         (test_command_prompt_position): Likewise.
13947         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13948         Remove "set args".
13949         (progvar_simple_while_test): Likewise.
13950         (progvar_complex_if_while_test): Likewise.
13951         (if_while_breakpoint_command_test): Likewise.
13952         (infrun_breakpoint_command_test): Likewise.
13953         (breakpoint_command_test): Likewise.
13954         (watchpoint_command_test): Likewise.
13955         (bp_deleted_in_command_test): Likewise.
13956         (temporary_breakpoint_commands): Likewise.
13957
13958 2014-10-16  Yao Qi  <yao@codesourcery.com>
13959
13960         * gdb.base/remotetimeout.exp: Remove noargs checking.
13961
13962 2014-10-15  Pedro Alves  <palves@redhat.com>
13963
13964         PR breakpoints/9649
13965         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13966         * gdb.base/breakpoint-in-ro-region.exp
13967         (probe_target_hardware_step): New procedure.
13968         (top level): Probe hardware stepping and hardware breakpoint
13969         support.  Test stepping through a read-only region, with both
13970         "breakpoint auto-hw" on and off and both "always-inserted" on and
13971         off.
13972
13973 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
13974
13975         * gdb.dlang/demangle.exp: Update for demangling changes.
13976
13977 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
13978
13979         * gdb.cp/non-trivial-retval.cc: Add new test cases.
13980         * gdb.cp/non-trivial-retval.exp: Add new tests.
13981
13982 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
13983
13984         PR c++/13403
13985         PR c++/15154
13986         * gdb.cp/non-trivial-retval.cc: New file.
13987         * gdb.cp/non-trivial-retval.exp: New file.
13988
13989 2014-10-15  Yao Qi  <yao@codesourcery.com>
13990
13991         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13992         remote host.
13993
13994 2014-10-15  Yao Qi  <yao@codesourcery.com>
13995
13996         * gdb.python/py-symbol.exp: Match file base name if host is
13997         remote, otherwise match file name with dir name.
13998         * gdb.python/py-symtab.exp: Likewise.
13999         * gdb.python/python.exp: Likewise.
14000
14001 2014-10-15  Yao Qi  <yao@codesourcery.com>
14002
14003         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14004         pattern.
14005         * gdb.python/py-symtab.exp: Likewise.
14006         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
14007         locationn.
14008
14009 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
14010
14011         * gdb.ada/addr_arith: New testcase.
14012
14013 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
14014
14015         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14016         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14017         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14018         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14019
14020 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
14021
14022         * gdb.arch/stap-eval-lang-ada.S: Likewise.
14023         * gdb.arch/stap-eval-lang-ada.c: Likewise.
14024         * gdb.arch/stap-eval-lang-ada.exp: New file.
14025
14026 2014-10-14  Yao Qi  <yao@codesourcery.com>
14027
14028         * gdb.mi/mi-var-child.c (nothing1): New function.
14029         (nothing2): New function.
14030         (do_children_tests): Set function pointers by nothing1 and
14031         nothing2.
14032         * gdb.mi/mi-var-child.exp: Step over new added statements.
14033         Update test to match the new output.
14034         * gdb.mi/var-cmd.c (nothing1): New function.
14035         (nothing2): New function.
14036         (do_children_tests): Set function pointers by  nothing1 and
14037         nothing2.
14038         * gdb.mi/mi-var-display.exp: Update test to match output.
14039         Step to the line specified by $line_dct_nothing.
14040         Increase the number of lines to step.
14041
14042 2014-10-14  Yao Qi  <yao@codesourcery.com>
14043
14044         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14045         tests.
14046         * gdb.mi/mi2-var-child.exp: Likewise.
14047
14048 2014-10-13  Doug Evans  <dje@google.com>
14049
14050         * gdb.python/py-objfile.exp: Change name of file name test.
14051
14052 2014-10-13  Doug Evans  <dje@google.com>
14053
14054         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14055         from the start of the CU.
14056
14057 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
14058             Yao Qi  <yao@codesourcery.com>
14059
14060         Fix "save breakpoints" for "catch" command.
14061         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14062         Remove -nonewline.  Match also the added "main" line.
14063
14064 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
14065
14066         Fix "save breakpoints" for "disable $bpnum" command.
14067         * gdb.base/save-bp.c (main): Add label.
14068         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
14069
14070 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
14071
14072         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14073
14074 2014-10-11  Yao Qi  <yao@codesourcery.com>
14075
14076         * gdb.server/server-kill.exp: Execute command
14077         "set remote trace-status-packet on" before "tstatus".
14078
14079 2014-10-11  Yao Qi  <yao@codesourcery.com>
14080
14081         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14082         (main): Call getppid.
14083         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14084         and continue to it.  Read variable "server_pid".
14085
14086 2014-10-11  Yao Qi  <yao@codesourcery.com>
14087
14088         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14089
14090 2014-10-11  Yao Qi  <yao@codesourcery.com>
14091
14092         * gdb.threads/thread-find.exp: Don't execute command
14093         "info threads".
14094         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14095         * gdb.threads/linux-dp.exp: Don't check the condition
14096         $threads_created equals to zero.
14097
14098 2014-10-10  Pedro Alves  <palves@redhat.com>
14099
14100         * gdb.base/bigcore.exp: Remove references to IRIX.
14101         * gdb.base/funcargs.exp: Likewise.
14102         * gdb.base/interrupt.exp: Likewise.
14103         * gdb.base/mips_pro.exp: Likewise.
14104         * gdb.base/nodebug.exp: Likewise.
14105         * gdb.base/setvar.exp: Likewise.
14106         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14107
14108 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
14109             Pedro Alves  <palves@redhat.com>
14110
14111         PR symtab/14466
14112         * gdb.base/vdso-warning.c: New file.
14113         * gdb.base/vdso-warning.exp: New file.
14114
14115 2014-10-02  Doug Evans  <dje@google.com>
14116
14117         * gdb.base/structs.c (main): Don't run forever.
14118
14119 2014-10-02  Pedro Alves  <palves@redhat.com>
14120
14121         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14122         (top level) <stop threads 1, stop threads 2>: Use it.
14123
14124 2014-10-02  Pedro Alves  <palves@redhat.com>
14125
14126         * gdb.threads/break-while-running.exp (test): Add new
14127         'update_thread_list' argument.  Skip "info threads" if false.
14128         (top level): Add new 'update_thread_list' axis.
14129
14130 2014-10-02  Pedro Alves  <palves@redhat.com>
14131
14132         PR breakpoints/17431
14133         * gdb.base/execl-update-breakpoints.c: New file.
14134         * gdb.base/execl-update-breakpoints.exp: New file.
14135
14136 2014-10-01  Pedro Alves  <palves@redhat.com>
14137
14138         * gdb.base/breakpoint-in-ro-region.c: New file.
14139         * gdb.base/breakpoint-in-ro-region.exp: New file.
14140
14141 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
14142
14143         * gdb.mi/mi-exit-code.exp: New file.
14144         * gdb.mi/mi-exit-code.c: New file.
14145
14146 2014-09-30  Yao Qi  <yao@codesourcery.com>
14147
14148         * lib/prelink-support.exp (build_executable_own_libs): Error if
14149         the target isn't native.
14150
14151 2014-09-30  Yao Qi  <yao@codesourcery.com>
14152
14153         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14154         false.
14155
14156 2014-09-22  Pedro Alves  <palves@redhat.com>
14157
14158         * gdb.threads/break-while-running.exp: New file.
14159         * gdb.threads/break-while-running.c: New file.
14160
14161 2014-09-19  Yao Qi  <yao@codesourcery.com>
14162
14163         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14164         Invoke test.  Restart GDB with --readnow and invoke test again.
14165
14166 2014-09-19  Yao Qi  <yao@codesourcery.com>
14167
14168         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14169         proc set_breakpoint_on_gcd_function.  Invoke
14170         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
14171         invoke set_breakpoint_on_gcd_function again.
14172
14173 2014-09-18  Doug Evans  <dje@google.com>
14174
14175         * gdb.dwarf2/symtab-producer.exp: New file.
14176
14177 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
14178
14179         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14180         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14181         * gdb.base/global-var-nested-by-dso.c: Likewise.
14182         * gdb.base/global-var-nested-by-dso.exp: Likewise.
14183
14184 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
14185             Pedro Alves  <palves@redhat.com>
14186
14187         * gdb.base/watch-bitfields.exp: Pass string other than test file
14188         name to prepare_for_testing.
14189         (watch): New procedure.
14190         (expect_watchpoint): Use with_test_prefix.
14191         (top level): Factor out tests to ...
14192         (test_watch_location, test_regular_watch): ... these new
14193         procedures, and use with_test_prefix and gdb_continue_to_end.
14194
14195 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
14196
14197         PR breakpoints/12526
14198         * gdb.base/watch-bitfields.exp: New file.
14199         * gdb.base/watch-bitfields.c: New file.
14200
14201 2014-09-16  Pedro Alves  <palves@redhat.com>
14202
14203         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14204         software and hardware addresses, not software address against
14205         itself.
14206
14207 2014-09-16  Pedro Alves  <palves@redhat.com>
14208
14209         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14210         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14211
14212 2014-09-16  Pedro Alves  <palves@redhat.com>
14213
14214         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14215         files.
14216         * gdb.base/a2-run.exp: Remove all code guarded by istarget
14217         "*-*-vxworks*" throughout.
14218         * gdb.base/break.exp: Likewise.
14219         * gdb.base/default.exp: Likewise.
14220         * gdb.base/scope.exp: Likewise.
14221         * gdb.base/sepdebug.exp: Likewise.
14222         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14223         throughout.
14224         * gdb.base/run.c: Likewise.
14225         * gdb.base/sepdebug.c: Likewise.
14226         * gdb.hp/gdb.aCC/run.c: Likewise.
14227         * gdb.reverse/until-reverse.c: Likewise.
14228         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14229
14230 2014-09-16  Yao Qi  <yao@codesourcery.com>
14231
14232         * boards/local-remote-host-native.exp: New file.
14233
14234 2014-09-14  Doug Evans  <xdje42@gmail.com>
14235
14236         * gdb.threads/queue-signal.c (thread_count): New variable.
14237         (thread_count_mutex, thread_count_condvar): New variables.
14238         (incr_thread_count, wait_all_threads_running): New functions.
14239         (main): Wait for all threads to be in their thread functions.
14240
14241 2014-09-13  Doug Evans  <xdje42@gmail.com>
14242
14243         * gdb.threads/queue-signal.c: New file.
14244         * gdb.threads/queue-signal.exp: New file.
14245
14246 2014-09-13  Doug Evans  <xdje42@gmail.com>
14247
14248         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14249         be consistent with what default_gdb_init uses.
14250         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14251         the plain text of the prompt.  Add some logging printfs.
14252         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14253
14254 2014-09-12  Pedro Alves  <palves@redhat.com>
14255
14256         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14257         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14258         * gdb.arch/i386-size-overlap.exp: Likewise.
14259         * gdb.arch/i386-size.exp: Likewise.
14260         * gdb.arch/i386-unwind.exp: Likewise.
14261         * gdb.base/a2-run.exp: Likewise.
14262         * gdb.base/break.exp: Likewise.
14263         * gdb.base/charset.exp: Likewise.
14264         * gdb.base/chng-syms.exp: Likewise.
14265         * gdb.base/commands.exp: Likewise.
14266         * gdb.base/dbx.exp: Likewise.
14267         * gdb.base/find.exp: Likewise.
14268         * gdb.base/funcargs.exp: Likewise.
14269         * gdb.base/jit-simple.exp: Likewise.
14270         * gdb.base/reread.exp: Likewise.
14271         * gdb.base/sepdebug.exp: Likewise.
14272         * gdb.base/step-bt.exp: Likewise.
14273         * gdb.cp/mb-inline.exp: Likewise.
14274         * gdb.cp/mb-templates.exp: Likewise.
14275         * gdb.objc/basicclass.exp: Likewise.
14276         * gdb.threads/killed.exp: Likewise.
14277
14278 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14279
14280         PR tdep/17379
14281         * gdb.arch/powerpc-stackless.S: New file.
14282         * gdb.arch/powerpc-stackless.exp: New file.
14283
14284 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
14285
14286         * gdb.base/attach.c: Include unistd.h.
14287         (main): Call alarm.  Add label postloop.
14288         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14289         gdb_breakpoint, gdb_continue_to_breakpoint.
14290         (test_command_line_attach_run): Kill ${testpid} in one exit path.
14291
14292 2014-09-11  Pedro Alves  <palves@redhat.com>
14293
14294         PR gdb/17347
14295         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14296         * gdb.base/attach.exp (test_command_line_attach_run): New
14297         procedure.
14298         (top level): Call it.
14299
14300 2014-09-11  Pedro Alves  <palves@redhat.com>
14301
14302         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14303         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14304         (do_command_attach_tests): Use spawn_wait_for_attach.
14305         * gdb.base/solib-overlap.exp: Likewise.
14306         * gdb.multi/multi-attach.exp: Likewise.
14307         * gdb.python/py-prompt.exp: Likewise.
14308         * gdb.python/py-sync-interp.exp: Likewise.
14309         * gdb.server/ext-attach.exp: Likewise.
14310
14311 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
14312
14313         * gdb.fortran/array-element.exp: Remove unexpected "continue"
14314         command in testcase.  Simplify testcase.
14315
14316 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14317
14318         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14319
14320 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14321
14322         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14323
14324 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14325
14326         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14327
14328 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14329
14330         * gdb.dwarf2/dynarr-ptr.c: New file.
14331         * gdb.dwarf2/dynarr-ptr.exp: New file.
14332
14333 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14334
14335         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14336         of 30 rather than hardcoding 120 for a slow test case.  Take the
14337         `gdb,timeout' target setting into account for this calculation.
14338         Don't extend the timeout for the test cases that don't need it.
14339
14340 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14341
14342         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14343         a factor of 2 for a slow test case.  Take the `gdb,timeout'
14344         target setting into account for this calculation.
14345         * gdb.reverse/until-precsave.exp: Increase the timeout by
14346         a factor of 15 and 3 respectively rather than adding 120
14347         for a pair of slow test cases.  Take the `gdb,timeout'
14348         target setting into account for this calculation.
14349
14350 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14351
14352         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14353         timeout, don't pass one down to gdb_expect.
14354         (gdb_expect): Rework timeout selection.
14355
14356 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14357
14358         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14359         exception on timeout.
14360         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14361         (gdbserver_start_extended): Catch any `gdbserver_start' error
14362         exceptions.
14363         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14364         * lib/mi-support.exp (mi_gdb_target_load): Catch any
14365         `gdbserver_gdb_load' error exceptions.
14366
14367 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14368
14369         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14370         120 on waiting for the TCP socket to open.
14371
14372 2014-09-09  Doug Evans  <xdje42@gmail.com>
14373
14374         * gdb.base/default.exp (show_conv_list): Add _caller_is,
14375         _caller_matches, _any_caller_is, _any_caller_matches.
14376
14377 2014-09-09  Doug Evans  <xdje42@gmail.com>
14378
14379         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14380
14381 2014-09-09  Yao Qi  <yao@codesourcery.com>
14382
14383         * gdb.mi/mi-var-display.exp: Set print symbol off.
14384
14385 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
14386
14387         PR gdb/17035
14388         * gdb.base/commands.exp: Add tests to verify user-defined
14389         commands with empty bodies.
14390         * gdb.python/py-cmd.exp: Test that we don't show user-defined
14391         python commands in `show user command`.
14392         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14393         scheme commands in `show user command`.
14394
14395 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
14396
14397         PR python/17355
14398         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14399         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14400         * gdb.python/py-framefilter-invalidarg.exp: New file.
14401         * gdb.python/py-framefilter-invalidarg.py: New file.
14402
14403 2014-09-06  Doug Evans  <xdje42@gmail.com>
14404
14405         PR 15276
14406         * gdb.python/py-caller-is.c: New file.
14407         * gdb.python/py-caller-is.exp: New file.
14408
14409 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
14410
14411         PR gdb/17235
14412         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14413         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14414
14415 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
14416
14417         PR fortran/17237
14418         * gdb.fortran/print-formatted.exp: New file.
14419         * gdb.fortran/print-formatted.f90: Likewise.
14420
14421 2014-09-03  Sasha Smundak  <asmundak@google.com>
14422
14423         * gdb.python/py-frame.exp: Test Frame.read_register.
14424
14425 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
14426
14427         PR python/16699
14428         * gdb.python/py-completion.exp: New file.
14429         * gdb.python/py-completion.py: Likewise.
14430
14431 2014-08-28  Doug Evans  <dje@google.com>
14432
14433         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14434         eax,etc. are live with values set by gdb and thus the compiler can't
14435         use them.
14436         * gdb.arch/i386-pseudo.c (main): Ditto.
14437
14438 2014-08-27  Doug Evans  <dje@google.com>
14439
14440         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14441
14442 2014-08-25  Doug Evans  <dje@google.com>
14443
14444         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14445         (main): Ditto.
14446
14447 2014-08-25  Doug Evans  <dje@google.com>
14448
14449         * gdb.threads/thread-execl.exp: #include <stdio.h>.
14450
14451 2014-08-24  Yao Qi  <yao@codesourcery.com>
14452
14453         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14454         symbol off.
14455         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14456
14457 2014-08-22  Doug Evans  <dje@google.com>
14458
14459         PR 17276
14460         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14461         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14462         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14463
14464 2014-08-22  Yao Qi  <yao@codesourcery.com>
14465
14466         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14467         * gdb.python/py-finish-breakpoint2.exp: Likewise.
14468         * gdb.python/python.exp: Likewise.  Use .py file on the host
14469         instead of the build.
14470
14471 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
14472
14473         * gdb.threads/gcore-stale-thread.c: New file.
14474         * gdb.threads/gcore-stale-thread.exp: New file.
14475
14476 2014-08-21  Pedro Alves  <palves@redhat.com>
14477
14478         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14479         * gdb.base/gcore-relro-pie.exp: Likewise.
14480         * gdb.base/gcore-relro.exp: Likewise.
14481         * gdb.base/gcore.exp: Likewise.
14482         * gdb.base/print-symbol-loading.exp: Likewise.
14483         * gdb.threads/gcore-thread.exp: Likewise.
14484         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14485
14486 2014-08-20  Pedro Alves  <palves@redhat.com>
14487             Jan Kratochvil  <jan.kratochvil@redhat.com>
14488
14489         * Makefile.in (EXTRA_RULES, CC): New variables, get from
14490         configure.
14491         (EXPECT): Handle READ1 being set.
14492         (all): Depend on EXTRA_RULES.
14493         (check-read1, expect-read1, read1.so, read1): New rules.
14494         * README (Testsuite Parameters): Document the READ1 make variable.
14495         (Race detection): New section.
14496         * configure: Regenerate.
14497         * configure.ac: If build==host==target, and running under a
14498         GNU/glibc system, add read1 to the extra Makefile rules.
14499         (EXTRA_RULES): AC_SUBST it.
14500         * lib/read1.c: New file.
14501
14502 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
14503
14504         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14505         the handling of variables declared as a typedef to an array
14506         which a DW_AT_data_location attribute.
14507
14508 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
14509             Pedro Alves  <palves@redhat.com>
14510
14511         PR symtab/14604
14512         PR symtab/14605
14513         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14514         gdb_test.
14515
14516 2014-08-19  Pedro Alves  <palves@redhat.com>
14517
14518         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14519
14520 2014-08-19  Yao Qi  <yao@codesourcery.com>
14521
14522         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14523         right line.
14524
14525 2014-08-18  David Blaikie  <dblaikie@gmail.com>
14526
14527         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14528
14529 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
14530
14531         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14532         attribute in array range.
14533
14534 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
14535
14536         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14537
14538 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
14539
14540         PR c++/17132
14541         * gdb.cp/pr17132.cc: New file.
14542         * gdb.cp/pr17132.exp: New file.
14543
14544 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
14545
14546         * gdb.python/py-xmethods.py (A_getarrayind)
14547         (E_method_char_worker.__call__, E_method_int_worker.__call__):
14548         Use 'print' with function call syntax.
14549         (E_method_matcher.match): Fix tab vs space indentation mixup.
14550
14551 2014-08-15  Yao Qi  <yao@codesourcery.com>
14552
14553         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14554         false.
14555
14556 2014-08-15  Yao Qi  <yao@codesourcery.com>
14557
14558         * gdb.cp/casts.exp: Set print symbol off.
14559         * gdb.cp/class2.exp: Likewise.
14560         * gdb.cp/overload.exp: Likewise.
14561         * gdb.cp/templates.exp: Likewise.
14562
14563 2014-08-11  Doug Evans  <dje@google.com>
14564
14565         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14566         (test_load_shlib): Update.
14567
14568 2014-08-09  Yao Qi  <yao@codesourcery.com>
14569
14570         * gdb.base/display.exp: Invoke is_address_zero_readable.
14571         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14572         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14573         * gdb.base/hbreak-unmapped.exp: Return if
14574         is_address_zero_readable returns true.
14575         * gdb.base/signest.exp: Likewise.
14576         * gdb.base/signull.exp: Likewise.
14577         * gdb.base/sigbpt.exp: Likewise.
14578         * gdb.guile/scm-disasm.exp: Do the test if
14579         is_address_zero_readable returns false.
14580         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14581         * gdb.python/py-arch.exp: Likewise.
14582         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14583         * lib/gdb.exp (is_address_zero_readable): New proc.
14584
14585 2014-08-09  Yao Qi  <yao@codesourcery.com>
14586
14587         PR testsuite/13443
14588         * gdb.mi/mi-var-display.exp: Make test messages unique.
14589
14590 2014-08-04  Tom Tromey  <tromey@redhat.com>
14591
14592         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14593         target 0".
14594
14595 2014-08-04  Tom Tromey  <tromey@redhat.com>
14596
14597         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14598         "target_resume".
14599
14600 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
14601
14602         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14603         inner_vla_struct_object_size.
14604         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14605         as xfail.
14606
14607 2014-07-30  Pedro Alves  <palves@redhat.com>
14608
14609         * gdb.threads/signal-command-handle-nopass.exp (test): Add
14610         comment.
14611
14612 2014-07-29  Yao Qi  <yao@codesourcery.com>
14613
14614         PR gdb/17206
14615         * gdb.base/until-nodebug.exp: New.
14616
14617 2014-07-28  Doug Evans  <xdje42@gmail.com>
14618
14619         PR guile/17203
14620         * gdb.guile/scm-parameter.exp: Add tests for trying to create
14621         previously existing parameter, and previously ambiguously spelled
14622         parameter.
14623
14624 2014-07-28  Will Newton  <will.newton@linaro.org>
14625
14626         * gdb.base/varargs.exp: Remove KFAILs for ARM.
14627
14628 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
14629             Doug Evans  <xdje42@gmail.com>
14630
14631         PR guile/17146
14632         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14633
14634 2014-07-25  Pedro Alves  <palves@redhat.com>
14635
14636         * gdb.threads/signal-command-handle-nopass.c: New file.
14637         * gdb.threads/signal-command-handle-nopass.exp: New file.
14638         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14639         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14640         * gdb.threads/signal-delivered-right-thread.c: New file.
14641         * gdb.threads/signal-delivered-right-thread.exp: New file.
14642
14643 2014-07-25  Pedro Alves  <palves@redhat.com>
14644
14645         * gdb.base/double-prompt-target-event-error.exp
14646         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14647         match.
14648         (cancel_pagination_in_target_event): Rework double prompt
14649         detection.
14650         * gdb.base/paginate-after-ctrl-c-running.exp
14651         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14652         <return>' match.
14653         * gdb.base/paginate-bg-execution.exp
14654         (test_bg_execution_pagination_return)
14655         (test_bg_execution_pagination_cancel): Remove '-notransfer
14656         <return>' matches.
14657         * gdb.base/paginate-execution-startup.exp
14658         (test_fg_execution_pagination_return)
14659         (test_fg_execution_pagination_cancel): Remove '-notransfer
14660         <return>' matches.
14661         * gdb.base/paginate-inferior-exit.exp
14662         (test_paginate_inferior_exited): Remove '-notransfer <return>'
14663         match.
14664         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14665         * lib/gdb.exp (pagination_prompt): Run text through
14666         string_to_regexp.
14667         (gdb_test_multiple): Match $pagination_prompt instead of
14668         "<return>".
14669         (string_to_regexp): Move to lib/gdb-utils.exp.
14670
14671 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
14672
14673         * gdb.arch/amd64-entry-value-paramref.S: New file.
14674         * gdb.arch/amd64-entry-value-paramref.cc: New file.
14675         * gdb.arch/amd64-entry-value-paramref.exp: New file.
14676         * gdb.arch/amd64-optimout-repeat.S: New file.
14677         * gdb.arch/amd64-optimout-repeat.c: New file.
14678         * gdb.arch/amd64-optimout-repeat.exp: New file.
14679
14680 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
14681
14682         PR gdb/17170
14683         * gdb.base/statistics.exp: New file.
14684
14685 2014-07-17  Doug Evans  <dje@google.com>
14686
14687         PR gdb/17170
14688         * gdb.base/maint.exp: Update testing of per-command stats.
14689
14690 2014-07-16  Pedro Alves  <palves@redhat.com>
14691
14692         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14693         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14694         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14695         (tfile_write_buf): New functions.
14696         (add_memory_block): Rewrite using the above.
14697         (adjust_function_address): New function.
14698         (FUNCTION_ADDRESS): New macro.
14699         (write_basic_trace_file): Remove short_x local, and use
14700         tfile_write_16. Change type of func_addr local to unsigned long
14701         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
14702         here.  Cast argument of add_memory_block to char pointer.
14703         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
14704         (main): Remove parameters.
14705         * gdb.trace/tfile.exp: Remove nowarnings.
14706
14707 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
14708
14709         * gdb.base/debug-expr.exp: Test string evaluation with
14710         "debug expression" on.
14711
14712 2014-07-15  Pedro Alves  <palves@redhat.com>
14713
14714         * gdb.base/reread.exp: Use clean_restart.
14715
14716 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
14717
14718         * gdb.arch/avr-flash-qualifer.c: New.
14719         * gdb.arch/avr-flash-qualifer.exp: New.
14720
14721 2014-07-14  Pedro Alves  <palves@redhat.com>
14722
14723         * gdb.base/paginate-after-ctrl-c-running.c: New file.
14724         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14725
14726 2014-07-14  Pedro Alves  <palves@redhat.com>
14727
14728         * gdb.base/double-prompt-target-event-error.c: New file.
14729         * gdb.base/double-prompt-target-event-error.exp: New file.
14730
14731 2014-07-14  Pedro Alves  <palves@redhat.com>
14732
14733         PR gdb/17072
14734         * gdb.base/paginate-inferior-exit.c: New file.
14735         * gdb.base/paginate-inferior-exit.exp: New file.
14736
14737 2014-07-14  Pedro Alves  <palves@redhat.com>
14738
14739         PR gdb/17072
14740         * gdb.base/paginate-bg-execution.c: New file.
14741         * gdb.base/paginate-bg-execution.exp: New file.
14742
14743 2014-07-14  Pedro Alves  <palves@redhat.com>
14744
14745         PR gdb/17072
14746         * gdb.base/paginate-execution-startup.c: New file.
14747         * gdb.base/paginate-execution-startup.exp: New file.
14748         * lib/gdb.exp (pagination_prompt): New global.
14749         (default_gdb_spawn): New procedure, factored out from
14750         default_gdb_spawn.
14751         (default_gdb_start): Adjust to call default_gdb_spawn.
14752         (gdb_spawn): New procedure.
14753
14754 2014-07-14  Pedro Alves  <palves@redhat.com>
14755
14756         * lib/gdb.exp (gdb_assert): New procedure.
14757         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14758
14759 2014-07-14  Pedro Alves  <palves@redhat.com>
14760
14761         * gdb.base/execution-termios.c: New file.
14762         * gdb.base/execution-termios.exp: New file.
14763
14764 2014-07-14  Tom Tromey  <tromey@redhat.com>
14765
14766         * gdb.cp/vla-cxx.cc: New file.
14767         * gdb.cp/vla-cxx.exp: New file.
14768
14769 2014-07-14  Tom Tromey  <tromey@redhat.com>
14770
14771         * gdb.reverse/rerun-prec.c: New file.
14772         * gdb.reverse/rerun-prec.exp: New file.
14773
14774 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
14775             Maciej W. Rozycki  <macro@codesourcery.com>
14776
14777         * lib/gdb-utils.exp: New file.
14778         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14779         inline `gdb_init_command' processing.
14780         (gdb_start_cmd): Likewise.
14781         * lib/mi-support.exp (mi_run_cmd): Likewise.
14782         * README: Document `gdb_init_command' and `gdb_init_commands'.
14783
14784 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14785
14786         Fix false FAIL running under a very long directory name.
14787         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14788         and "set print elements 10000".  Twice.
14789
14790 2014-07-11  Yao Qi  <yao@codesourcery.com>
14791
14792         * gdb.base/exprs.exp: "set print symbol off".
14793
14794 2014-07-11  Pedro Alves  <palves@redhat.com>
14795
14796         * gdb.threads/kill.c: New file.
14797         * gdb.threads/kill.exp: New file.
14798
14799 2014-07-10  Yao Qi  <yao@codesourcery.com>
14800
14801         * gdb.trace/tfile.c (write_basic_trace_file)
14802         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14803         address written to trace file.
14804
14805 2014-07-09  Pedro Alves  <palves@redhat.com>
14806
14807         * gdb.base/attach-wait-input.exp: New file.
14808         * gdb.base/attach-wait-input.c: New file.
14809
14810 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
14811
14812         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14813         setting up test structures.
14814         (main): Call new test function.
14815         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14816         test function, continue into test function and walk test
14817         structures.
14818
14819 2014-07-02  Yao Qi  <yao@codesourcery.com>
14820
14821         * gdb.trace/entry-values.c: Define labels 'foo_start' and
14822         'bar_start' at the beginning of functions 'foo' and 'bar'
14823         respectively.
14824         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14825         instead of 'foo' and 'bar'.
14826
14827 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
14828
14829         * gdb.btrace/segv.exp: New.
14830         * gdb.btrace/segv.c: New.
14831
14832 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
14833
14834         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14835         instruction.
14836
14837 2014-06-30  Mark Wielaard  <mjw@redhat.com>
14838
14839         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14840         vulture, vilify, villar): New volatile array constants.
14841         (vindictive, vegetation): New const volatile array constants.
14842         * gdb.base/volatile.exp: Test volatile and const volatile array
14843         types.
14844
14845 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14846
14847         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14848         target lacks support for awatch, rwatch, or hbreak.
14849
14850 2014-06-27  Yao Qi  <yao@codesourcery.com>
14851
14852         * gdb.multi/dummy-frame-restore.exp: New.
14853         * gdb.multi/dummy-frame-restore.c: New.
14854
14855 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
14856
14857         * gdb.btrace/gcore.exp: New.
14858
14859 2014-06-23  Pedro Alves  <palves@redhat.com>
14860
14861         * gdb.base/watchpoint-reuse-slot.c: New file.
14862         * gdb.base/watchpoint-reuse-slot.exp: New file.
14863
14864 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
14865
14866         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14867         progspace's filename in 'info', 'enable' and 'disable' command
14868         tests.
14869
14870 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
14871
14872         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14873         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14874         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14875
14876 2014-06-20  Gary Benson  <gbenson@redhat.com>
14877
14878         * gdb.arch/i386-avx.exp: Fix include file location.
14879         * gdb.arch/i386-sse.exp: Likewise.
14880
14881 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
14882
14883         * gdb.dlang/expression.exp: New file.
14884
14885 2014-06-19  Pedro Alves  <palves@redhat.com>
14886
14887         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14888         out from ...
14889         (top level): ... here.  Iterate running tests under different
14890         scheduler-locking settings.
14891
14892 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
14893
14894         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14895         to DW_FORM_addr and use non-zero addresses.
14896
14897 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
14898
14899         PR gdb/17017
14900         * gdb.python/py-xmethods.cc: Add global function call counters and
14901         increment them in their respective functions.  Remove "cout"
14902         statements.
14903         * gdb.python/py-xmethods.exp: Make tests check the global function
14904         call counters instead of depending on inferior IO.
14905
14906 2014-06-18  Don Breazeal  <donb@codesourcery.com>
14907
14908         * gdb.base/foll-fork.exp (default_fork_parent_follow):
14909         Deleted procedure.
14910         (explicit_fork_parent_follow): Deleted procedure.
14911         (explicit_fork_child_follow): Deleted procedure.
14912         (test_follow_fork): New procedure.
14913         (do_fork_tests): Replace calls to deleted procedures with
14914         calls to test_follow_fork and reset GDB for subsequent
14915         procedure calls.
14916
14917 2014-06-17  Yao Qi  <yao@codesourcery.com>
14918
14919         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14920         CP1252.
14921
14922 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
14923
14924         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14925         Initialize ptr and S explicitly.
14926         (skip_type_update_when_not_use_rtti_test): Likewise.
14927
14928 2014-06-16  Keith Seitz  <keiths@redhat.com>
14929
14930         PR mi/15863
14931         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14932         the inferior is started.
14933
14934 2014-06-16  Pedro Alves  <palves@redhat.com>
14935
14936         * gdb.base/break-main-file-remove-fail.c: New file.
14937         * gdb.base/break-main-file-remove-fail.exp: New file.
14938         * gdb.base/break-unload-file.exp: Use build_executable instead of
14939         prepare_for_testing.
14940         (test_break): New parameter "initial_load".  Handle it.
14941         (top level): Add initial_load cmdline/file axis.
14942
14943 2014-06-12  Tom Tromey  <tromey@redhat.com>
14944
14945         * gdb.base/completion.exp: Don't use directory name in test.
14946
14947 2014-06-09  Gary Benson  <gbenson@redhat.com>
14948
14949         * gdb.base/sigall.c [Functions to send signals]: Reorder to
14950         separate the always-available ANSI-standard signals from the
14951         signals that require checking.
14952         (main): Likewise.
14953         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14954         Likewise.
14955         (main): Likewise.
14956
14957 2014-06-07  Keith Seitz  <keiths@redhat.com>
14958
14959         Revert:
14960         PR c++/16253
14961         * gdb.cp/var-tag.cc: New file.
14962         * gdb.cp/var-tag.exp: New file.
14963         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14964         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14965         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14966         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14967
14968 2014-06-06  Doug Evans  <xdje42@gmail.com>
14969
14970         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14971
14972 2014-06-06  Pedro Alves  <palves@redhat.com>
14973
14974         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14975         in target debug output instead of looking at RSP packets,
14976         disabling the test on any target that uses hardware stepping.
14977         Update comments.
14978
14979 2014-06-06  Pedro Alves  <palves@redhat.com>
14980
14981         * gdb.base/break-unload-file.exp: Fix typo.
14982
14983 2014-06-06  Yao Qi  <yao@codesourcery.com>
14984
14985         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14986         from "jit_function" to "^jit_function".
14987
14988 2014-06-06  Yao Qi  <yao@codesourcery.com>
14989
14990         * gdb.base/async.c (foo): Add one statement.
14991         * gdb.base/async.exp: Get the next instruction address and
14992         match the output of "nexti" by instruction address.  Match
14993         the hex address in the output of "finish".
14994
14995 2014-06-06  Gary Benson  <gbenson@redhat.com>
14996
14997         * gdb.base/call-signals.c: Remove preprocessor conditionals
14998         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14999         SIGSEGV and SIGTERM.
15000         * gdb.base/sigall.c: Likewise.
15001         * gdb.base/unwindonsignal.c: Likewise.
15002         * gdb.reverse/sigall-reverse.c: Likewise.
15003
15004 2014-06-06  Yao Qi  <yao@codesourcery.com>
15005
15006         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
15007         readable, skip the test.
15008
15009 2014-06-06  Yao Qi  <yao@codesourcery.com>
15010
15011         * gdb.threads/staticthreads.c (thread_function): Move the line
15012         setting breakpoint on forward.
15013         * gdb.threads/staticthreads.exp: Update comments.
15014
15015 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
15016
15017         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15018         "history-append! type error".
15019
15020 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
15021
15022         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15023         erroneous dprintf expected input.
15024
15025 2014-06-04  Doug Evans  <xdje42@gmail.com>
15026
15027         * gdb.guile/scm-generics.exp: Delete.
15028
15029 2014-06-04  Doug Evans  <xdje42@gmail.com>
15030
15031         * gdb.guile/scm-breakpoint.exp: Update.
15032         Add tests for breakpoint registration.
15033
15034 2014-06-04  Tom Tromey  <tromey@redhat.com>
15035
15036         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15037         VLA-in-union.
15038         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15039         inner_vla_struct, vla_union types.  Initialize objects of those
15040         types and compute their sizes.
15041
15042 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
15043             Hui Zhu  <hui@codesourcery.com>
15044
15045         * gdb.base/fileio.exp: Add test for shell not available as well as
15046         available.
15047         * gdb.base/fileio.c (test_system): Check for shell twice.
15048
15049 2014-06-04  Yao Qi  <yao@codesourcery.com>
15050
15051         * gdb.base/auto-connect-native-target.exp: Remove redundant
15052         space from the regexp pattern.
15053
15054 2014-06-04  Yao Qi  <yao@codesourcery.com>
15055
15056         * gdb.base/default.exp: Replace "child" with "native" in
15057         regexp pattern.
15058
15059 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
15060
15061         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15062         * gdb.python/py-xmethods.exp: New tests to test xmethods.
15063         * gdb.python/py-xmethods.py: Python script supporting the
15064         new testcase and tests.
15065
15066 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
15067             Pedro Alves  <palves@redhat.com>
15068
15069         PR breakpoints/17000
15070         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15071         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15072
15073 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
15074
15075         * gdb.base/subst.exp: Add tests to verify partial path matching
15076         output.
15077
15078 2014-06-03  Pedro Alves  <palves@redhat.com>
15079
15080         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15081         target that doesn't use software single-stepping.
15082
15083 2014-06-03  Pedro Alves  <palves@redhat.com>
15084
15085         PR breakpoints/17000
15086         * gdb.base/sss-bp-on-user-bp-2.c: New file.
15087         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15088
15089 2014-06-02  Doug Evans  <xdje42@gmail.com>
15090
15091         * gdb.guile/scm-parameter.exp: New file.
15092
15093 2014-06-02  Doug Evans  <xdje42@gmail.com>
15094
15095         * gdb.guile/scm-cmd.c: New file.
15096         * gdb.guile/scm-cmd.exp: New file.
15097
15098 2014-06-02  Doug Evans  <xdje42@gmail.com>
15099
15100         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15101         pretty-printer lookup.
15102         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15103         (make-pp_s-printer): Call it.
15104         (make-pretty-printer-from-dict): New function.
15105         (lookup-pretty-printer-maker-from-dict): New function.
15106         (*pretty-printer*): Simplify.
15107         (make-objfile-pp_s-printer): New function.
15108         (install-objfile-pretty-printers!): New function.
15109         (make-progspace-pp_s-printer): New function.
15110         (install-progspace-pretty-printers!): New function.
15111         * gdb.guile/scm-progspace.c: New file.
15112         * gdb.guile/scm-progspace.exp: New file.
15113
15114 2014-06-02  Pedro Alves  <palves@redhat.com>
15115
15116         * gdb.base/dprintf-bp-same-addr.c: New file.
15117         * gdb.base/dprintf-bp-same-addr.exp: New file.
15118
15119 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
15120
15121         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15122         * gdb.arch/powerpc-power.s: Likewise.
15123
15124 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
15125
15126         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15127
15128 2014-06-01  Yao Qi  <yao@codesourcery.com>
15129
15130         * gdb.base/watchpoint.exp (test_watch_location): Check null
15131         pointer can be dereferenced.  If not, do the test, otherwise
15132         skip it.
15133
15134 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
15135
15136         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15137         results.
15138         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15139
15140 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
15141
15142         * gdb.arch/amd64-invalid-stack-middle.S: New file.
15143         * gdb.arch/amd64-invalid-stack-middle.c: New file.
15144         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15145         * gdb.arch/amd64-invalid-stack-top.c: New file.
15146         * gdb.arch/amd64-invalid-stack-top.exp: New file.
15147
15148 2014-05-30  Pedro Alves  <palves@redhat.com>
15149
15150         PR breakpoints/17000
15151         * gdb.base/sss-bp-on-user-bp.c: New file.
15152         * gdb.base/sss-bp-on-user-bp.exp: New file.
15153
15154 2014-05-30  David Blaikie  <dblaikie@gmail.com>
15155
15156         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15157         gnu_inline semantics via attribute.
15158         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15159         source explicitly specifies the required semantics.
15160
15161 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
15162
15163         * gdb.reverse/sigall-reverse.exp: Fix a typo.
15164
15165 2014-05-29  Pedro Alves  <palves@redhat.com>
15166             Tom Tromey  <tromey@redhat.com>
15167
15168         * gdb.base/async-shell.exp: Don't enable target-async.
15169         * gdb.base/async.exp
15170         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15171         parameter.  Adjust.
15172         (top level): Don't test with "target-async".
15173         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15174         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15175         * gdb.base/inferior-died.exp: Don't enable target-async.
15176         * gdb.base/interrupt-noterm.exp: Likewise.
15177         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15178         * gdb.mi/mi-nonstop-exit.exp: Likewise.
15179         * gdb.mi/mi-nonstop.exp: Likewise.
15180         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15181         * gdb.mi/mi-nsintrall.exp: Likewise.
15182         * gdb.mi/mi-nsmoribund.exp: Likewise.
15183         * gdb.mi/mi-nsthrexec.exp: Likewise.
15184         * gdb.mi/mi-watch-nonstop.exp: Likewise.
15185         * gdb.multi/watchpoint-multi.exp: Adjust comment.
15186         * gdb.python/py-evsignal.exp: Don't enable target-async.
15187         * gdb.python/py-evthreads.exp: Likewise.
15188         * gdb.python/py-prompt.exp: Likewise.
15189         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15190         * gdb.server/solib-list.exp: Don't enable target-async.
15191         * gdb.threads/thread-specific-bp.exp: Likewise.
15192         * lib/mi-support.exp: Adjust to use mi-async.
15193
15194 2014-05-29  Pedro Alves  <palves@redhat.com>
15195
15196         PR gdb/13860
15197         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15198         reason, even in sync mode.
15199
15200 2014-05-29  Pedro Alves  <palves@redhat.com>
15201             Hui Zhu  <hui@codesourcery.com>
15202
15203         PR PR15693
15204         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15205         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15206         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15207         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15208
15209 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
15210
15211         * config/monitor.exp (gdb_target_monitor): Replace use of
15212         "set remotebaud" by "set serial baud".
15213
15214 2014-05-26  Andy Wingo  <wingo@igalia.com>
15215
15216         * gdb.guile/scm-breakpoint.exp:
15217         * gdb.guile/scm-gsmob.exp: Update to use plain old object
15218         properties instead of gdb-object-properties.
15219
15220 2014-05-26  Yao Qi  <yao@codesourcery.com>
15221
15222         * gdb.server/no-thread-db.exp: Specify source file name
15223         explicitly when setting a breakpoint.
15224
15225 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
15226
15227         * gdb.btrace/vdso.c: New.
15228         * gdb.btrace/vdso.exp: New.
15229
15230 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
15231
15232         * gdb.base/gcore.exp (capture_command_output): Move ...
15233         * lib/gdb.exp (capture_command_output): ... here.
15234
15235 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
15236
15237         * gdb.btrace/data.exp: Test memory access during btrace replay.
15238
15239 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
15240
15241         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15242
15243 2014-05-21  Pedro Alves  <palves@redhat.com>
15244
15245         PR gdb/13860
15246         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15247         (top level): Test that output related to execution commands is
15248         sent to the console with CLI commands, but not with MI commands.
15249         Test that breakpoint events are always mirrored to the console.
15250         Also expect the new source line to be output after a "next" in
15251         async mode too.  Make it a pass/fail test.
15252         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15253         output.
15254         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15255
15256 2014-05-21  Pedro Alves  <palves@redhat.com>
15257
15258         * gdb.base/list.exp (build_pattern, test_list): New procedures.
15259         Use them to test variations of "list" after reaching a breakpoint.
15260         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15261         Test "list" with listsize 10 after reaching a breakpoint.
15262         * gdb.python/python.exp (decode_line current location line
15263         number): Adjust expected line number.
15264
15265 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
15266
15267         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15268         behavior for $args, pass it directly to "run".
15269
15270 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
15271
15272         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15273         30000 to 65536.
15274
15275 2014-05-21  Pedro Alves  <palves@redhat.com>
15276
15277         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15278         auto-connect-native-target off".
15279         * gdb.base/auto-connect-native-target.c: New file.
15280         * gdb.base/auto-connect-native-target.exp: New file.
15281
15282 2014-05-21  Pedro Alves  <palves@redhat.com>
15283
15284         * gdb.base/default.exp: Test "target native" instead of "target
15285         child".
15286
15287 2014-05-21  Mark Wielaard  <mjw@redhat.com>
15288
15289         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15290
15291 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
15292
15293         Fix TLS access for -static -pthread.
15294         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15295         <HAVE_TLS> (thread_function, main): Initialize it.
15296         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15297         Add clean_restart.
15298         <$have_tls != "">: Check TLSVAR.
15299
15300 2014-05-21  Pedro Alves  <palves@redhat.com>
15301
15302         * gdb.base/dcache-line-read-error.c: New.
15303         * gdb.base/dcache-line-read-error.exp: New.
15304
15305 2014-05-20  Pedro Alves  <palves@redhat.com>
15306
15307         * gdb.base/compare-sections.c: New file.
15308         * gdb.base/compare-sections.exp: New file.
15309
15310 2014-05-20  Pedro Alves  <palves@redhat.com>
15311
15312         * gdb.base/break-idempotent.c: New file.
15313         * gdb.base/break-idempotent.exp: New file.
15314
15315 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
15316
15317         * gdb.btrace/nohist.exp: New.
15318
15319 2014-05-20  Yao Qi  <yao@codesourcery.com>
15320
15321         * lib/gdb.exp (gdb_init): Set timeout if test file is under
15322         gdb.reverse directory and gdb_reverse_timeout exists in board
15323         setting.
15324         * README: Document gdb_reverse_timeout.
15325
15326 2014-05-20  Yao Qi  <yao@codesourcery.com>
15327
15328         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15329         'test_file_name'.  Treat args as a string instead of a list.
15330         (gdb_init): Rename argument 'args' by 'test_file_name'.
15331
15332 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
15333
15334         * gdb.arch/powerpc-power.exp: New file.
15335         * gdb.arch/powerpc-power.s: New file.
15336
15337 2014-05-16  Doug Evans  <dje@google.com>
15338
15339         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15340         * gdb.base/completion.exp: Check that all expected files exist
15341         before doing file completion.
15342
15343 2014-05-16  Doug Evans  <dje@google.com>
15344
15345         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15346         Update.
15347         (do_syscall_tests_without_xml): Update.
15348
15349 2014-05-16  Pedro Alves  <palves@redhat.com>
15350
15351         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15352         instead of "unknown output after running".
15353
15354 2014-05-16  Yao Qi  <yao@codesourcery.com>
15355
15356         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
15357         file1.txt from host at the end.
15358         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15359
15360 2014-05-15  Doug Evans  <dje@google.com>
15361
15362         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15363         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15364         loading file.  Add test for TU lookup.
15365
15366 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
15367
15368         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15369         calling "-exec-arguments" or "set args" before running the
15370         inferior.
15371
15372 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
15373
15374         * lib/mi-support.exp (mi_expect_stop): Expect message for
15375         inferiors that exit with non-zero exit code.
15376
15377 2014-05-14  Yao Qi  <yao@codesourcery.com>
15378
15379         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15380         match absolute path on remote host.
15381         (test_file_list_exec_source_files): Remove "/" from the
15382         pattern.
15383
15384 2014-05-14  Yao Qi  <yao@codesourcery.com>
15385
15386         * boards/local-remote-host-notty.exp (${board}_file): New
15387         proc.
15388
15389 2014-05-07  Kyle McMartin  <kyle@redhat.com>
15390
15391         Pushed by Joel Brobecker  <brobecker@adacore.com>.
15392         * gdb.arch/aarch64-atomic-inst.c: New file.
15393         * gdb.arch/aarch64-atomic-inst.exp: New file.
15394
15395 2014-05-07  Yao Qi  <yao@codesourcery.com>
15396
15397         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15398         in current context" too.
15399
15400 2014-05-05  Keith Seitz  <keiths@redhat.com>
15401
15402         * gdb.linespec/ls-dollar.exp: Add test for linespec
15403         file:convenience_variable.
15404
15405 2014-05-05  Yao Qi  <yao@codesourcery.com>
15406
15407         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15408         traceframes into tfile and ctf trace files.  Read data from
15409         trace file and test collected data.
15410         (gdb_collect_locals_test): Likewise.
15411         (gdb_unavailable_registers_test): Likewise.
15412         (gdb_unavailable_floats): Likewise.
15413         (gdb_collect_globals_test): Likewise.
15414         (top-level): Append "ctf" to trace_file_targets if GDB
15415         supports.
15416
15417 2014-05-05  Yao Qi  <yao@codesourcery.com>
15418
15419         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15420         code to ...
15421         (gdb_collect_args_test_1): ... it.  New proc.
15422         (gdb_collect_locals_test): Move some code to ...
15423         (gdb_collect_locals_test_1): ... it.  New proc.
15424         (gdb_unavailable_registers_test): Move some code to ...
15425         (gdb_unavailable_registers_test_1): ... it.  New proc.
15426         (gdb_unavailable_floats): Move some code to ...
15427         (gdb_unavailable_floats_1): ... it.  New proc.
15428
15429 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
15430
15431         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15432         probes to test for bitness recognition.
15433         * gdb.arch/amd64-stap-optional-prefix.exp
15434         (test_probe_value_without_reg): New procedure.
15435         Add code to test for different kinds of bitness.
15436
15437 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
15438
15439         PR breakpoints/16889
15440         * gdb.arch/amd64-stap-optional-prefix.S: New file.
15441         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15442
15443 2014-05-01  Pedro Alves  <palves@redhat.com>
15444
15445         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
15446         gdb_file_cmd if no file is specified.
15447         * boards/native-extended-gdbserver.exp (gdb_load): Use the
15448         last_loaded_file to set the remote exec-file.
15449
15450 2014-05-01  Pedro Alves  <palves@redhat.com>
15451
15452         * boards/local-remote-host.exp: New file.
15453
15454 2014-05-01  Pedro Alves  <palves@redhat.com>
15455
15456         * boards/local-remote-host.exp: Rename to ...
15457         * boards/local-remote-host-notty.exp: ... this.
15458
15459 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
15460
15461         * gdb.ada/dyn_arrayidx: New testcase.
15462
15463 2014-04-26  Yao Qi  <yao@codesourcery.com>
15464
15465         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
15466         and compute the length of function main.  Save it in
15467         $main_length.
15468         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15469         (top-level): Use gdb_compile to compile objects into
15470         executable and restart GDB.  Remove invocation to
15471         prepare_for_testing.
15472
15473 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
15474             Pedro Alves  <palves@redhat.com>
15475
15476         PR server/16255
15477         * gdb.multi/multi-attach.c: New file.
15478         * gdb.multi/multi-attach.exp: New file.
15479
15480 2014-04-25  Pedro Alves  <palves@redhat.com>
15481
15482         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15483         user.
15484         (top level): Test that "set remote conditional-breakpoints-packet
15485         off" works as intended.
15486         * gdb.base/dprintf.exp: Test that "set remote
15487         breakpoint-commands-packet off" works as intended.
15488         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15489         New function.
15490         (top level): Call it.
15491         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15492         remote fast-tracepoints-packet off" works as intended.
15493         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15494         * lib/gdb.exp (gdb_is_target_remote): ... here.
15495
15496 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15497
15498         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15499         ensure clang would not discard them.
15500         * gdb.base/gdbvars.c: Ditto.
15501         * gdb.base/memattr.c: Ditto.
15502         * gdb.base/whatis.c: Ditto.
15503         * gdb.python/py-prettyprint.c: Ditto.
15504         * gdb.trace/actions.c: Ditto.
15505         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15506         ensure clang would not discard it.
15507
15508 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15509
15510         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15511         clang to emit the full definition of type required by the test
15512         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15513
15514 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15515
15516         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15517         coax Clang into emitting the definition of the type.
15518         * gdb.cp/pr10728-x.h (y): Ditto.
15519         * gdb.cp/pr10728-y.cc (y): Ditto.
15520
15521 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15522
15523         * gdb.base/label.exp: XFAIL label related tests under Clang.
15524         * gdb.cp/cplabel.exp: Ditto.
15525         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15526         under Clang those using labels.
15527
15528 2014-04-25  Yao Qi  <yao@codesourcery.com>
15529
15530         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15531         double_label.
15532         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15533         partial_label and double_label.
15534
15535 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15536
15537         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15538
15539 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15540
15541         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15542         of the function to work across GCC and Clang.
15543         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15544         pointer types (const void ** const V void **).
15545
15546 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
15547             Walfred Tedeschi  <walfred.tedeschi@intel.com>
15548
15549         * Makefile.in (EXECUTABLES): Added i386-avx512.
15550         * gdb.arch/i386-avx512.c: New file.
15551         * gdb.arch/i386-avx512.exp: Likewise.
15552
15553 2014-04-23  Keith Seitz  <keiths@redhat.com>
15554
15555         * lib/mi-support.exp (mi_list_breakpoints): Delete.
15556         (mi_make_breakpoint_table): New procedure.
15557         (mi_create_breakpoint): Use mi_make_breakpoint
15558         and return the result.
15559         (mi_make_breakpoint): New procedure.
15560         (mi_build_kv_pairs): New procedure.
15561
15562         * gdb.mi/mi-break.exp: Remove unused globals,
15563         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15564         All callers updated.
15565         * gdb.mi/mi-dprintf.exp: Use variable to track command
15566         number.
15567         Update all callers of mi_create_breakpoint and use
15568         mi_make_breakpoint_table.
15569         Remove any unused global variables.
15570         * gdb.mi/mi-nonstop.exp: Likewise.
15571         * gdb.mi/mi-nsintrall.exp: Likewise.
15572         * gdb.mi/mi-nsmoribund.exp: Likewise.
15573         * gdb.mi/mi-nsthrexec.exp: Likewise.
15574         * gdb.mi/mi-reverse.exp: Likewise.
15575         * gdb.mi/mi-simplerun.exp: Likewise.
15576         * gdb.mi/mi-stepn.exp: Likewise.
15577         * gdb.mi/mi-syn-frame.exp: Likewise.
15578         * gdb.mi/mi-until.exp: Likewise.
15579         * gdb.mi/mi-var-cp.exp: Likewise.
15580         * gdb.mi/mi-var-display.exp: Likewise.
15581         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15582         * gdb.mi/mi2-var-child.exp: Likewise.
15583         * gdb.mi/mi-vla-c99.exp: Likewise.
15584         * lib/mi-support.exp: Likewise.
15585
15586         From Ian Lance Taylor  <iant@cygnus.com>:
15587         * lib/gdb.exp (parse_args): New procedure.
15588
15589 2014-04-23  Pedro Alves  <palves@redhat.com>
15590
15591         * gdb.base/break-unload-file.c: New file.
15592         * gdb.base/break-unload-file.exp: New file.
15593         * gdb.base/sym-file-lib.c (baz): New function.
15594         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15595         field.
15596         (load): Store the segment's mapped size.
15597         (unload): New function.
15598         (unload_shlib): New function.
15599         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15600         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15601         set a breakpoint at baz, and call it.
15602         * gdb.base/sym-file.exp: New tests for stale breakpoint
15603         instructions.
15604
15605 2014-04-23  Pedro Alves  <palves@redhat.com>
15606
15607         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15608         * gdb.base/hbreak-in-shr-unsupported.c: New file.
15609         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15610         * gdb.base/hbreak-unmapped.c: New file.
15611         * gdb.base/hbreak-unmapped.exp: New file.
15612         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15613         * lib/gdb.exp (gdb_is_target_remote): ... here.
15614
15615 2014-04-22  Pedro Alves  <palves@redhat.com>
15616
15617         * gdb.base/consecutive-step-over.c: New file.
15618         * gdb.base/consecutive-step-over.exp: New file.
15619
15620 2014-04-22  Pedro Alves  <palves@redhat.com>
15621
15622         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15623         instead of send_gdb/gdb_expect.
15624
15625 2014-04-22  Yao Qi  <yao@codesourcery.com>
15626
15627         * lib/trace-support.exp (generate_tracefile): New procedure.
15628         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15629         return 0.
15630         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15631         if generate_tracefile returns 1.
15632
15633 2014-04-18  Tom Tromey  <palves@redhat.com>
15634             Pedro alves  <tromey@redhat.com>
15635
15636         PR backtrace/15558
15637         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15638         with a backtrace limit.
15639         * gdb.python/py-frame-inline.exp: Test running to an inline
15640         function with a backtrace limit, and printing the newest frame.
15641         * gdb.python/py-frame-inline.c (main): Call f.
15642
15643 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15644
15645         * gdb.java/jnpe.exp: Drop srcdir from untested path.
15646
15647 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15648
15649         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15650         Drop prefix from unsupported source file path.
15651
15652 2014-04-17  Yao Qi  <yao@codesourcery.com>
15653
15654         * lib/gdb.exp (with_target_charset): New proc.
15655         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15656         with_target_charset.
15657         (test_print_strings): Likewise.
15658         (test_repeat_bytes): Likewise.
15659         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15660         for some tests.
15661
15662 2014-04-16  Keith Seitz  <keiths@redhat.com>
15663
15664         PR gdb/15827
15665         * gdb.dwarf2/corrupt.c: New file.
15666         * gdb.dwarf2/corrupt.exp: New file.
15667
15668 2014-04-16  Keith Seitz  <keiths@redhat.com>
15669
15670         PR c++/16597
15671         * gdb.cp/namelessclass.cc: New file.
15672         * gdb.cp/namelessclass.exp: New file.
15673         * gdb.cp/namelessclass.S: New file.
15674
15675 2014-04-16  Doug Evans  <dje@google.com>
15676
15677         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15678         Add comment.
15679         (gdbserver_default_get_comm_port): New function.
15680         (gdbserver_start): Check if board file provided
15681         "gdbserver,get_comm_port" and use it if so.
15682         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15683         (gdb,socketport): Set to "stdio".
15684         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15685         (stdio_gdbserver_template): Delete.
15686         (${board}_get_remote_address): Update.
15687         (${board}_build_remote_cmd): Delete.
15688         (${board}_get_comm_port): New function.
15689         (${board}_spawn): Update.
15690         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15691         Delete.
15692         (${board}_get_remote_address): Update.
15693         (${board}_get_comm_port): New function.
15694
15695 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
15696
15697         * gdb.base/memattr.exp: Improve regexps to handle memory regions
15698         appearing in any order.
15699
15700 2014-04-15  Doug Evans  <dje@google.com>
15701
15702         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15703         uninitialized value of "description".
15704
15705 2014-04-15  Keith Seitz  <keiths@redhat.com>
15706
15707         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15708         Remove unused globals.
15709         (test_running_the_program): Likewise.
15710         (test_controlled_execution): Likewise.
15711         (test_controlling_breakpoints): Likewise.
15712         (test_program_termination): Likewise.
15713
15714 2014-04-15  Keith Seitz  <keiths@redhat.com>
15715
15716         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15717         unused globals.
15718         (test_rbreak_creation_and_listing): Likewise.
15719         (test_ignore_count): Likewise.
15720         (test_error): Likewise.
15721
15722 2014-04-15  Pedro Alves  <palves@redhat.com>
15723
15724         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15725         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15726         sym-file-loader.c.
15727         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15728         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15729         to sym-file-loader.c.
15730         (struct library): Forward declare.
15731         (load_shlib, lookup_function): Change prototypes.
15732         (find_shstrtab, find_strtab, find_shdr, find_symtab)
15733         (translate_offset): Remove declarations.
15734         (get_text_addr): New declaration.
15735         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15736         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15737         sym-file-loader.h.
15738         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15739         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15740         here from sym-file-loader.h.
15741         (struct library): New structure.
15742         (load_shlib, lookup_function): Change prototypes and adjust to
15743         work with a struct library.
15744         (find_shstrtab, find_strtab, find_shdr, find_symtab)
15745         (translate_offset): Make static.
15746         (get_text_addr): New function.
15747         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15748
15749 2014-04-15  Pedro Alves  <palves@redhat.com>
15750
15751         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
15752
15753 2014-04-15  Pedro Alves  <palves@redhat.com>
15754
15755         * gdb.base/sym-file-loader.c: Include <limits.h>.
15756         (SELF_LINK): New define.
15757         (get_origin): New function.
15758         (load_shlib): Use it.
15759         * gdb.base/sym-file.exp: Don't early return if the target is
15760         remote.  Use runto_main, and issue fail is that fails.  Use
15761         gdb_load_shlibs.
15762         (shlib_name): Delete.
15763         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
15764
15765 2014-04-15  Pedro Alves <palves@redhat.com>
15766
15767         * gdb.base/sym-file.exp: Remove regex characters from test
15768         message.  Don't refer to breakpoint numbers in test messages.
15769
15770 2014-04-14  Keith Seitz  <keiths@redhat.com>
15771
15772         PR c++/16253
15773         * gdb.cp/var-tag.cc: New file.
15774         * gdb.cp/var-tag.exp: New file.
15775         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15776         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15777         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15778         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15779
15780 2014-04-14  Tom Tromey  <tromey@redhat.com>
15781
15782         * gdb.cp/classes.exp (test_enums): Handle underlying type.
15783         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15784         type.
15785         * gdb.cp/enum-class.exp: New file.
15786         * gdb.cp/enum-class.cc: New file.
15787
15788 2014-04-14  Tom Tromey  <tromey@redhat.com>
15789
15790         * gdb.dwarf2/enum-type.exp: New file.
15791
15792 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15793
15794         * gdb.mi/mi-vla-c99.exp: New file.
15795         * gdb.mi/vla.c: New file.
15796
15797 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15798
15799         * gdb.base/vla-datatypes.c: New file.
15800         * gdb.base/vla-datatypes.exp: New file.
15801
15802 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15803
15804         * gdb.base/vla-ptr.c: New file.
15805         * gdb.base/vla-ptr.exp: New file.
15806
15807 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15808
15809         * gdb.dwarf2/count.exp: New file.
15810
15811 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15812
15813         * gdb.base/vla-sideeffect.c: New file.
15814         * gdb.base/vla-sideeffect.exp: New file.
15815
15816 2014-04-14  David Blaikie <dblaikie@gmail.com>
15817
15818         * gdb.mi/non-stop.c: Add return value for non-void function return
15819         statement.
15820         * gdb.threads/staticthreads.c: Ditto.
15821
15822 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
15823             Doug Evans  <xdje42@gmail.com>
15824
15825         * gdb.guile/scm-value.c: Improve test case.
15826         * gdb.guile/scm-value.exp: Add new test.
15827
15828 2014-04-11  David Blaikie  <dblaikie@gmail.com>
15829
15830         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15831         override Clang's default.
15832
15833 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
15834
15835         Revert the following changes (regressions):
15836
15837         * gdb.base/vla-sideeffect.c: New file.
15838         * gdb.base/vla-sideeffect.exp: New file.
15839
15840         * gdb.dwarf2/count.exp: New file.
15841
15842         * gdb.base/vla-multi.c: New file.
15843         * gdb.base/vla-multi.exp: New file.
15844
15845         * gdb.base/vla-ptr.c: New file.
15846         * gdb.base/vla-ptr.exp: New file.
15847
15848         * gdb.base/vla-datatypes.c: New file.
15849         * gdb.base/vla-datatypes.exp: New file.
15850
15851         * gdb.mi/mi-vla-c99.exp: New file.
15852         * gdb.mi/vla.c: New file.
15853
15854 2014-04-11  Keith Seitz  <keiths@redhat.com>
15855
15856         PR c++/16675
15857         * gdb.cp/cpsizeof.exp: New file.
15858         * gdb.cp/cpsizeof.cc: New file.
15859
15860 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15861
15862         * gdb.mi/mi-vla-c99.exp: New file.
15863         * gdb.mi/vla.c: New file.
15864
15865 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15866
15867         * gdb.base/vla-datatypes.c: New file.
15868         * gdb.base/vla-datatypes.exp: New file.
15869
15870 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15871
15872         * gdb.base/vla-ptr.c: New file.
15873         * gdb.base/vla-ptr.exp: New file.
15874
15875 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15876
15877         * gdb.base/vla-multi.c: New file.
15878         * gdb.base/vla-multi.exp: New file.
15879
15880 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15881
15882         * gdb.dwarf2/count.exp: New file.
15883
15884 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15885
15886         * gdb.base/vla-sideeffect.c: New file.
15887         * gdb.base/vla-sideeffect.exp: New file.
15888
15889 2014-04-11  Yao Qi  <yao@codesourcery.com>
15890
15891         * gdb.base/completion.exp: Check file exists before running tests
15892         on file completion.
15893
15894 2014-04-10  Pedro Alves  <palves@redhat.com>
15895
15896         * gdb.base/cond-eval-mode.c: New file.
15897         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
15898         prepare_for_testing to build the new file.  Check result of
15899         runto_main.
15900         (test_break, test_watch): New procedures.
15901         (top level): Use them.
15902
15903 2014-04-08  Pierre Muller  <muller@sourceware.org>
15904
15905         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15906         Ctrl-V use for mingw hosts.
15907
15908 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
15909
15910         * gdb.python/py-value.c: Improve test case.
15911         * gdb.python/py-value.exp: Add new test.
15912
15913 2014-04-07  David Blaikie  <dblaikie@gmail.com>
15914
15915         * lib/compiler.c: Identify the clang compiler.
15916         * lib/compiler.cc: Ditto.
15917
15918 2014-04-03  Yao Qi  <yao@codesourcery.com>
15919
15920         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15921
15922 2014-04-01  Anton Blanchard  <anton@samba.org>
15923
15924         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
15925         messages unique.
15926
15927 2014-04-01  Anton Blanchard  <anton@samba.org>
15928
15929         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15930         prepare_for_testing.
15931
15932 2014-04-01  Anton Blanchard  <anton@samba.org>
15933
15934         * gdb.arch/ppc64-atomic-inst.c: Remove.
15935         * gdb.arch/ppc64-atomic-inst.S: New file.
15936         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15937
15938 2014-03-31  Doug Evans  <dje@google.com>
15939
15940         * gdb.base/print-symbol-loading-lib.c: New file.
15941         * gdb.base/print-symbol-loading-main.c: New file.
15942         * gdb.base/print-symbol-loading.exp: New file.
15943
15944 2014-03-31  Yao Qi  <yao@codesourcery.com>
15945
15946         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15947
15948 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
15949
15950         * gdb.ada/mi_dyn_arr: New testcase.
15951
15952 2014-03-27  Doug Evans  <dje@google.com>
15953
15954         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15955
15956 2014-03-27  Yao Qi  <yao@codesourcery.com>
15957
15958         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15959         if target is nios2-*-*.
15960
15961 2014-03-26  Yao Qi  <yao@codesourcery.com>
15962
15963         * lib/gdb.exp (readline_is_used): New proc.
15964         * gdb.base/completion.exp: Move tests on command complete up.
15965         Skip the rest of tests if readline is not used.
15966         * gdb.ada/complete.exp: Skp the test if readline is not
15967         used.
15968         * gdb.base/filesym.exp: Likewise.
15969         * gdb.base/macscp.exp: Likewise.
15970         * gdb.base/readline-ask.exp: Likewise.
15971         * gdb.base/readline.exp: Likewise.
15972         * gdb.python/py-cmd.exp: Likewise.
15973         * gdb.trace/tfile.exp: Likewise.
15974
15975 2014-03-26  Yao Qi  <yao@codesourcery.com>
15976
15977         * gdb.base/macscp.exp: Fix code format issues.
15978
15979 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
15980
15981         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15982         * gdb.asm/powerpc64le.inc: New file.
15983
15984 2014-03-25  Pedro Alves  <palves@redhat.com>
15985             Doug Evans  <dje@google.com>
15986
15987         * gdb.base/source-execution.c: New file.
15988         * gdb.base/source-execution.exp: New file.
15989         * gdb.base/source-execution.gdb: New file.
15990
15991 2014-03-24  Doug Evans  <dje@google.com>
15992
15993         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15994         using fission.
15995
15996 2014-03-24  Hui Zhu  <hui@codesourcery.com>
15997             Pedro Alves  <palves@redhat.com>
15998
15999         PR breakpoints/16101
16000         * gdb.base/dprintf.exp: Use unsupported rather than changing the
16001         test pass/fail messages.  Detect missing support for dprintf when
16002         breakpoints are actually inserted.
16003         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16004         breakpoints are actually inserted.
16005         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16006         fails.
16007
16008 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
16009
16010         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16011
16012 2014-03-22  Doug Evans  <xdje42@gmail.com>
16013
16014         * gdb.python/python.exp (python not supported): Verify multi-line
16015         python command issues an error.
16016         * gdb.guile/guile.exp (guile not supported): Verify multi-line
16017         guile command issues an error.
16018
16019 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
16020
16021         * gdb.threads/thread-specific.exp: Handle the lack of usable
16022         $this_breakpoint and $this_thread.
16023
16024 2014-03-21  Hui Zhu  <hui@codesourcery.com>
16025
16026         * gdb.base/attach.exp (do_command_attach_tests): New.
16027
16028 2014-03-20  Tom Tromey  <tromey@redhat.com>
16029             Pedro Alves  <palves@redhat.com>
16030
16031         PR cli/15718
16032         * gdb.base/condbreak-call-false.c: New file.
16033         * gdb.base/condbreak-call-false.exp: New file.
16034
16035 2014-03-20  Pedro Alves  <palves@redhat.com>
16036
16037         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16038         Delete.
16039         (block_signals, unblock_signals): Delete.
16040         (child_function_2, main): Remove references to deleted variable
16041         and functions.
16042
16043 2014-03-20  Pedro Alves  <palves@redhat.com>
16044
16045         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16046         Use pthread_kill to signal thread 2.
16047         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16048         Adjust to make the test send itself a signal rather than using the
16049         host's "kill" command.
16050
16051 2014-03-20  Pedro Alves  <palves@redhat.com>
16052
16053         * gdb.threads/multiple-step-overs.c: New file.
16054         * gdb.threads/multiple-step-overs.exp: New file.
16055         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16056         Adjust expected infrun debug output.
16057
16058 2014-03-20  Pedro Alves  <palves@redhat.com>
16059
16060         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16061         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16062
16063 2014-03-20  Pedro Alves  <palves@redhat.com>
16064
16065         PR breakpoints/7143
16066         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16067         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
16068         of gdb_test_multiple.
16069         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16070         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16071
16072 2014-03-20  Pedro Alves  <palves@redhat.com>
16073
16074         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16075         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16076
16077 2014-03-19  Pedro Alves  <palves@redhat.com>
16078
16079         * gdb.base/async.exp: Remove early return.
16080
16081 2014-03-19  Pedro Alves  <palves@redhat.com>
16082
16083         * gdb.base/async.exp (step& tests): Pass explicit test messages.
16084
16085 2014-03-19  Pedro Alves  <palves@redhat.com>
16086
16087         * gdb.base/async.exp (test_background): Expect \r\n after
16088         "completed." in the fail pattern.
16089
16090 2014-03-19  Pedro Alves  <palves@redhat.com>
16091
16092         * gdb.base/async.exp (test_background): New procedure.
16093         Use it for all background execution command tests.
16094
16095 2014-03-19  Pedro Alves  <palves@redhat.com>
16096
16097         * gdb.base/async.exp: Use prepare_for_testing.
16098
16099 2014-03-19  Pedro Alves  <palves@redhat.com>
16100
16101         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
16102         the same line.
16103
16104 2014-03-19  Pedro Alves  <palves@redhat.com>
16105
16106         * gdb.base/async.c (main): Add "jump here" and "until here" line
16107         marker comments.
16108         * gdb.base/async.exp (jump_here): New global.
16109         (jump& test): Use it.
16110         (until_here): New global.
16111         (until& test): Use it.
16112
16113 2014-03-19  Pedro Alves  <palves@redhat.com>
16114
16115         * gdb.base/async.exp: Don't frob gdb_protocol.
16116
16117 2014-03-18  Doug Evans  <xdje42@gmail.com>
16118
16119         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
16120         Fix spelling of exec-done-display.
16121
16122 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
16123
16124         PR gdb/15358
16125         * gdb.base/gdb-sigterm.c: New file.
16126         * gdb.base/gdb-sigterm.exp: New file.
16127
16128 2014-03-18  Pedro Alves  <palves@redhat.com>
16129
16130         PR gdb/13860
16131         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16132         * lib/mi-support.exp (mi_expect_stop): Add special handling for
16133         solib-event.
16134
16135 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
16136
16137         * gdb.ada/pckd_arr_ren: New testcase.
16138
16139 2014-03-13  Doug Evans  <xdje42@gmail.com>
16140
16141         PR guile/16612
16142         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16143         collect after discarding symbols.
16144
16145 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
16146             Doug Evans  <xdje42@gmail.com>
16147
16148         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16149         to history survives a gc.
16150
16151 2014-03-13  Pedro Alves  <palves@redhat.com>
16152
16153         * gdb.base/default.exp: Don't test "target procfs".
16154
16155 2014-03-13  Pedro Alves  <palves@redhat.com>
16156
16157         * gdb.base/default.exp: Update "target child" and "target procfs"
16158         tests to not expect "Unix".
16159
16160 2014-03-12  Tom Tromey  <tromey@redhat.com>
16161
16162         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16163         New procs.  Add target-async tests.
16164         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16165         Add target-async tests.
16166
16167 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16168
16169         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16170         'func_start' and 'func_end' for the beginning and end of the
16171         function code, respectively.
16172         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16173         'func_end' instead of 'func' and 'main'.
16174
16175 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16176
16177         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16178         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16179         generate the debug info assembler source.
16180
16181 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16182
16183         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16184         * gdb.dwarf2/arr-subrange.exp: Likewise.
16185         * gdb.dwarf2/dwz.exp: Likewise.
16186         * gdb.dwarf2/method-ptr.exp: Likewise.
16187         * gdb.dwarf2/missing-sig-type.exp: Likewise.
16188         * gdb.dwarf2/subrange.exp: Likewise.
16189         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16190         * gdb.dwarf2/implptrpiece.exp: Likewise.
16191         * gdb.dwarf2/nostaticblock.exp: Likewise.
16192
16193 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16194
16195         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16196         directory to absolute path name arguments.
16197
16198 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
16199
16200         * gdb.ada/tagged_access: New testcase.
16201
16202 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
16203
16204         * gdb.btrace/data.exp: Update expected output.
16205
16206 2014-03-06  Yao Qi  <yao@codesourcery.com>
16207
16208         * gdb.trace/pr16508.exp: New file.
16209
16210 2014-03-05  Pedro Alves  <palves@redhat.com>
16211
16212         PR gdb/16575
16213         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16214         procedure.
16215         (top level): Adjust to use it.  Add tests that exercise breakpoint
16216         interaction with the code-cache.
16217
16218 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
16219
16220         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16221         test for 'history-append!'.
16222
16223 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16224
16225         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16226         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16227         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16228         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16229         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16230         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16231
16232 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16233
16234         * testsuite/gdb.python/py-pp-re-notag.c: New file.
16235         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16236         * testsuite/gdb.python/py-pp-re-notag.p: New file.
16237
16238 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16239
16240         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16241
16242 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16243
16244         * gdb.dwarf2/arr-stride.c: New file.
16245         * gdb.dwarf2/arr-stride.exp: New file.
16246
16247 2014-02-26  Pedro Alves  <palves@redhat.com>
16248
16249         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16250         that won't ever trigger.  Make sure that GDB reports the correct
16251         breakpoint that caused the stop.
16252
16253 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
16254
16255         PR gdb/16626
16256         * gdb.base/auto-load-script: New file.
16257         * gdb.base/auto-load.c: New file.
16258         * gdb.base/auto-load.exp: New file.
16259
16260         PR gdb/16626
16261         * gdb.base/auto-load.exp: Fix out-of-srctree run.
16262
16263 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
16264
16265         Fix dw2-icycle.exp -fsanitize=address GDB crash.
16266         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16267
16268 2014-02-24  Doug Evans  <dje@google.com>
16269
16270         * lib/gdb.exp (run_on_host): Log error output if program fails.
16271
16272 2014-02-21  Pedro Alves  <palves@redhat.com>
16273
16274         * gdb.threads/step-after-sr-lock.c: Rename to ...
16275         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16276         * gdb.threads/step-after-sr-lock.exp: Rename to ...
16277         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16278         ... this.
16279
16280 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
16281
16282         PR tdep/16397
16283         * gdb.arch/amd64-stap-special-operands.exp: New file.
16284         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16285         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16286         * gdb.arch/amd64-stap-triplet.S: Likewise.
16287         * gdb.arch/amd64-stap-triplet.c: Likewise.
16288
16289 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
16290
16291         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16292         in .section pseudo-op.
16293
16294 2014-02-20  lin zuojian  <manjian2006@gmail.com>
16295             Joel Brobecker  <brobecker@adacore.com>
16296             Doug Evans  <xdje42@gmail.com>
16297
16298         PR symtab/16581
16299         * gdb.dwarf2/dw2-icycle.S: New file.
16300         * gdb.dwarf2/dw2-icycle.c: New file.
16301         * gdb.dwarf2/dw2-icycle.exp: New file.
16302
16303 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
16304
16305         * gdb.python/py-value-cc.cc: Improve test case to enable testing
16306         operations on gdb.Value objects.
16307         * gdb.python/py-value-cc.exp: Add new test to test operations on
16308         gdb.Value objects.
16309
16310 2014-02-18  Doug Evans  <dje@google.com>
16311
16312         * Makefile.in (TESTS): New variable.
16313         (expanded_tests, expanded_tests_or_none): New variables
16314         (check-single): Pass $(expanded_tests_or_none) to runtest.
16315         (check-parallel): Only run tests in $(TESTS) if non-empty.
16316         (check/no-matching-tests-found): New rule.
16317         * README: Document TESTS makefile variable.
16318
16319 2014-02-18  Doug Evans  <dje@google.com>
16320
16321         * Makefile.in (check-parallel): rm -rf outputs temp.
16322
16323 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
16324
16325         Fix "ERROR: no fileid for" in the testsuite.
16326         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16327
16328 2014-02-12  Doug Evans  <dje@google.com>
16329
16330         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16331         (MISCELLANEOUS): New variable.
16332         (clean): rm -rf $(MISCELLANEOUS).
16333         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16334         dwp live in the same directory as symlinks, with each symlink pointed
16335         to a differently named file in a different directory.
16336
16337 2014-02-11  Doug Evans  <dje@google.com>
16338
16339         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16340         of Tcl file commands.
16341
16342 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
16343
16344         * gdb.threads/step-after-sr-lock.exp: Avoid executing
16345         "kill -SIGUSR1 -1".
16346
16347 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
16348
16349         * gdb.ada/tick_length_array_enum_idx: New testcase.
16350
16351 2014-02-10  Doug Evans  <xdje42@gmail.com>
16352
16353         * configure.ac (AC_OUTPUT): Add gdb.guile.
16354         * configure: Regenerate.
16355         * lib/gdb-guile.exp: New file.
16356         * lib/gdb.exp (get_target_charset): New function.
16357         * gdb.base/help.exp: Update expected output from "apropos apropos".
16358         * gdb.guile/Makefile.in: New file.
16359         * gdb.guile/guile.exp: New file.
16360         * gdb.guile/scm-arch.c: New file.
16361         * gdb.guile/scm-arch.exp: New file.
16362         * gdb.guile/scm-block.c: New file.
16363         * gdb.guile/scm-block.exp: New file.
16364         * gdb.guile/scm-breakpoint.c: New file.
16365         * gdb.guile/scm-breakpoint.exp: New file.
16366         * gdb.guile/scm-disasm.c: New file.
16367         * gdb.guile/scm-disasm.exp: New file.
16368         * gdb.guile/scm-equal.c: New file.
16369         * gdb.guile/scm-equal.exp: New file.
16370         * gdb.guile/scm-error.exp: New file.
16371         * gdb.guile/scm-error.scm: New file.
16372         * gdb.guile/scm-frame-args.c: New file.
16373         * gdb.guile/scm-frame-args.exp: New file.
16374         * gdb.guile/scm-frame-args.scm: New file.
16375         * gdb.guile/scm-frame-inline.c: New file.
16376         * gdb.guile/scm-frame-inline.exp: New file.
16377         * gdb.guile/scm-frame.c: New file.
16378         * gdb.guile/scm-frame.exp: New file.
16379         * gdb.guile/scm-generics.exp: New file.
16380         * gdb.guile/scm-gsmob.exp: New file.
16381         * gdb.guile/scm-iterator.c: New file.
16382         * gdb.guile/scm-iterator.exp: New file.
16383         * gdb.guile/scm-math.c: New file.
16384         * gdb.guile/scm-math.exp: New file.
16385         * gdb.guile/scm-objfile-script-gdb.in: New file.
16386         * gdb.guile/scm-objfile-script.c: New file.
16387         * gdb.guile/scm-objfile-script.exp: New file.
16388         * gdb.guile/scm-objfile.c: New file.
16389         * gdb.guile/scm-objfile.exp: New file.
16390         * gdb.guile/scm-ports.exp: New file.
16391         * gdb.guile/scm-pretty-print.c: New file.
16392         * gdb.guile/scm-pretty-print.exp: New file.
16393         * gdb.guile/scm-pretty-print.scm: New file.
16394         * gdb.guile/scm-section-script.c: New file.
16395         * gdb.guile/scm-section-script.exp: New file.
16396         * gdb.guile/scm-section-script.scm: New file.
16397         * gdb.guile/scm-symbol.c: New file.
16398         * gdb.guile/scm-symbol.exp: New file.
16399         * gdb.guile/scm-symtab-2.c: New file.
16400         * gdb.guile/scm-symtab.c: New file.
16401         * gdb.guile/scm-symtab.exp: New file.
16402         * gdb.guile/scm-type.c: New file.
16403         * gdb.guile/scm-type.exp: New file.
16404         * gdb.guile/scm-value-cc.cc: New file.
16405         * gdb.guile/scm-value-cc.exp: New file.
16406         * gdb.guile/scm-value.c: New file.
16407         * gdb.guile/scm-value.exp: New file.
16408         * gdb.guile/source2.scm: New file.
16409         * gdb.guile/types-module.cc: New file.
16410         * gdb.guile/types-module.exp: New file.
16411
16412 2014-02-10  Yao Qi  <yao@codesourcery.com>
16413
16414         PR testsuite/16543
16415         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16416         * configure: Regenerated.
16417         * Makefile.in: New file.
16418
16419 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
16420
16421         * gdb.python/py-framefilter.exp: Fix typo.
16422
16423 2014-02-08  Yao Qi  <yao@codesourcery.com>
16424
16425         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16426         that no =breakpoint-modified is emitted when breakpoints are
16427         modified through MI commands.
16428
16429 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
16430             Pedro Alves  <palves@redhat.com>
16431
16432         * gdb.threads/step-after-sr-lock.c: New file.
16433         * gdb.threads/step-after-sr-lock.exp: New file.
16434
16435 2014-02-07  Pedro Alves  <palves@redhat.com>
16436
16437         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16438
16439 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
16440
16441         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16442         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16443
16444 2014-02-06  Doug Evans  <xdje42@gmail.com>
16445
16446         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16447         output.
16448
16449         * gdb.gdb/python-interrupts.exp: New file.
16450
16451 2014-02-05  Yao Qi  <yao@codesourcery.com>
16452
16453         * gdb.trace/report.exp (use_collected_data): Test the output
16454         of "info threads" and "info inferiors".
16455
16456 2014-02-05  Yao Qi  <yao@codesourcery.com>
16457
16458         Revert this patch:
16459
16460         2013-05-24  Yao Qi  <yao@codesourcery.com>
16461
16462         * gdb.trace/tfile.exp: Test inferior and thread.
16463
16464 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16465
16466         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16467         on a function.
16468         * gdb.base/step-bt.c: Call hello via function pointer to make
16469         sure its first instruction is executed on powerpc64le-linux.
16470
16471 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16472
16473         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16474
16475 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16476
16477         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
16478         of the test patterns for use on little-endian systems.
16479
16480 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16481
16482         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16483         (decimal_vector): Fix for little-endian.
16484
16485 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
16486
16487         * gdb.arch/sparc-sysstep.exp: New file.
16488         * gdb.arch/sparc-sysstep.c: Likewise.
16489
16490         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16491
16492 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
16493
16494         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16495
16496 2014-01-23  Tom Tromey  <tromey@redhat.com>
16497
16498         * gdb.ada/array_char_idx: New testcase.
16499
16500 2014-01-23  Tom Tromey  <tromey@redhat.com>
16501
16502         PR python/16487:
16503         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16504         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16505         classes.
16506
16507 2014-01-23  Tom Tromey  <tromey@redhat.com>
16508
16509         PR python/16491:
16510         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16511         string from an inferior frame.
16512         * gdb.python/py-framefilter-mi.exp: Update.
16513
16514 2014-01-22  Doug Evans  <dje@google.com>
16515
16516         * gdb.server/server-mon.exp: Add tests for "set debug-format".
16517
16518 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16519
16520         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16521
16522 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16523
16524         * gdb.trace/entry-values.exp: Remove excess space character from
16525         regex patterns.  Handle s390 call instruction.
16526
16527 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16528
16529         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16530         define "*_start" label.  Make "name" static.
16531         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16532         ${name} by references to ${name}_start.
16533
16534 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16535
16536         * gdb.base/info-macros.exp: Remove "debug" from the compile
16537         options.
16538
16539 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
16540
16541         * gdb.dlang/demangle.exp: New file.
16542
16543 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
16544
16545         * gdb.dlang/primitive-types.exp: New file.
16546
16547 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
16548
16549         * configure.ac: Create gdb.dlang/Makefile.
16550         * configure: Regenerate.
16551         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16552         * gdb.dlang/Makefile.in: New file.
16553         * lib/d-support.exp: New file.
16554         * lib/gdb.exp (skip_d_tests): New proc.
16555
16556 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16557
16558         * gdb.btrace/delta.exp: Check reverse stepi.
16559         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
16560         * gdb.btrace/finish.exp: New.
16561         * gdb.btrace/next.exp: New.
16562         * gdb.btrace/nexti.exp: New.
16563         * gdb.btrace/record_goto.c: Add comments.
16564         * gdb.btrace/step.exp: New.
16565         * gdb.btrace/stepi.exp: New.
16566         * gdb.btrace/multi-thread-step.c: New.
16567         * gdb.btrace/multi-thread-step.exp: New.
16568         * gdb.btrace/rn-dl-bind.c: New.
16569         * gdb.btrace/rn-dl-bind.exp: New.
16570         * gdb.btrace/data.c: New.
16571         * gdb.btrace/data.exp: New.
16572         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16573
16574 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16575
16576         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16577         * gdb.btrace/exception.exp: Update.
16578         * gdb.btrace/instruction_history.exp: Update.
16579         * gdb.btrace/record_goto.exp: Update.
16580         * gdb.btrace/tailcall.exp: Update.
16581         * gdb.btrace/unknown_functions.exp: Update.
16582         * gdb.btrace/delta.exp: New.
16583
16584 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16585
16586         * gdb.btrace/record_goto.exp: Add backtrace test.
16587         * gdb.btrace/tailcall.exp: Add backtrace test.
16588
16589 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16590
16591         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16592         * gdb.btrace/record_goto.c: New.
16593         * gdb.btrace/record_goto.exp: New.
16594         * gdb.btrace/x86-record_goto.S: New.
16595
16596 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16597
16598         * gdb.btrace/function_call_history.exp: Update tests.
16599         * gdb.btrace/instruction_history.exp: Update tests.
16600
16601 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16602
16603         * gdb.btrace/function_call_history.exp: Fix expected field
16604         order for "record function-call-history".
16605         Add new tests for "record function-call-history /c".
16606         * gdb.btrace/exception.cc: New.
16607         * gdb.btrace/exception.exp: New.
16608         * gdb.btrace/tailcall.exp: New.
16609         * gdb.btrace/x86-tailcall.S: New.
16610         * gdb.btrace/x86-tailcall.c: New.
16611         * gdb.btrace/unknown_functions.c: New.
16612         * gdb.btrace/unknown_functions.exp: New.
16613         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16614
16615 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16616
16617         * gdb.btrace/instruction_history.exp: Update.
16618         * gdb.btrace/function_call_history.exp: Update.
16619
16620 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16621
16622         * gdb.btrace/function_call_history.exp: Fix expected function
16623         trace.
16624         * gdb.btrace/instruction_history.exp: Initialize traced.
16625         Remove traced_functions.
16626
16627 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16628
16629         * gdb.btrace/function_call_history.exp: Update
16630         * gdb.btrace/instruction_history.exp: Update.
16631
16632 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16633
16634         * gdb.btrace/enable.exp: Update expected text.
16635
16636 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
16637
16638         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16639         bytes.
16640
16641 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
16642
16643         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16644
16645 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
16646
16647         * lib/gdb.exp (supports_process_record): Return true for
16648         arm*-linux*.  (supports_reverse): Likewise.
16649
16650 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
16651
16652         PR python/15464
16653         PR python/16113
16654         * gdb.python/py-type.c: Enhance test case.
16655         * gdb.python/py-value-cc.cc: Likewise
16656         * gdb.python/py-type.exp: Add new tests.
16657         * gdb.python/py-value-cc.exp: Likewise
16658
16659 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16660             Pedro Alves <palves@redhat.com>
16661
16662         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16663         Make "name" extern.
16664         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16665         references to ${name}_start by references to ${name}.
16666
16667 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
16668
16669         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16670
16671 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
16672
16673         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16674
16675 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
16676             Pedro Alves  <palves@redhat.com>
16677
16678         * gdb.mi/mi-info-os.exp: Connect to the target with
16679         mi_gdb_target_load.
16680
16681 2014-01-08  Pedro Alves  <palves@redhat.com>
16682
16683         * gdb.threads/reconnect-signal.c: New file.
16684         * gdb.threads/reconnect-signal.exp: New file.
16685
16686 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
16687
16688         * gdb.base/source-dir.exp: New file.
16689
16690 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
16691
16692         * gdb.ada/mi_interface: New testcase.
16693
16694 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
16695
16696         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16697         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16698         gdb.ada/pp-rec-component/pck.ads: New files.
16699
16700 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
16701
16702         * gdb.python/py-pp-integral.c: New file.
16703         * gdb.python/py-pp-integral.py: New file.
16704         * gdb.python/py-pp-integral.exp: New file.
16705
16706 For older changes see ChangeLog-1993-2013.
16707 \f
16708 ;; Local Variables:
16709 ;; mode: change-log
16710 ;; left-margin: 8
16711 ;; fill-column: 74
16712 ;; version-control: never
16713 ;; End:
16714
16715     Copyright 2014-2019 Free Software Foundation, Inc.
16716   Copying and distribution of this file, with or without modification,
16717   are permitted provided the copyright notice and this notice are preserved.