Remove the TUI execution info window
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2019-08-16  Tom Tromey  <tom@tromey.com>
2
3         * lib/tuiterm.exp (_csi_Z): New proc.
4         * gdb.tui/basic.exp: Update window positions.
5         * gdb.tui/empty.exp: Update window positions.
6
7 2019-08-15  Sandra Loosemore  <sandra@codesourcery.com>
8
9         * gdb.base/examine-backward.exp: Correct regexp for
10         "examine 3 bytes backward from ${address_zero}".
11
12 2019-08-15  Tom Tromey  <tom@tromey.com>
13
14         * gdb.tui/empty.exp: Enable resizing tests.
15
16 2019-08-15  Tom Tromey  <tromey@adacore.com>
17
18         * gdb.ada/char_enum.exp: Add regression tests.
19         * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
20         and '0'.
21         (Char, Gchar): Update.
22         * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
23
24 2019-08-15  Christian Biesinger  <cbiesinger@google.com>
25
26         * gdb.python/python.exp: Expect a leading underscore on
27         GdbOutput{,Error}File.
28
29 2019-08-15  Sandra Loosemore  <sandra@codesourcery.com>
30
31         * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
32         Windows host.
33
34 2019-08-15  Sandra Loosemore  <sandra@codesourcery.com>
35
36         * gdb.base/batch-preserve-term-settings.exp
37         (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
38
39 2019-08-15  Christian Biesinger  <cbiesinger@google.com>
40
41         * lib/gdb.exp: When running on a mingw target, replace
42         /x/ with x:/.
43
44 2019-08-14  Alan Hayward  <alan.hayward@arm.com>
45
46         * gdb.arch/aarch64-prologue.c: New test.
47         * gdb.arch/aarch64-prologue.exp: New file.
48
49 2019-08-13  Tom de Vries  <tdevries@suse.de>
50
51         * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
52         Thread.
53
54 2019-08-13  Sandra Loosemore  <sandra@codesourcery.com>
55
56         * gdb.python/py-completion.exp: Download the .py file to the host
57         and use its host pathname.  Conditionalize tests that use
58         tab completion and manipulate files on the build machine.
59         * gdb.python/py-events.exp: Download the .py file to the host
60         and use its host pathname.
61         * gdb.python/py-evsignal.exp: Likewise.
62         * gdb.python/py-evthreads.exp: Likewise.
63         * gdb.python/py-framefilter-invalidarg.exp: Match Windows
64         pathname syntax.
65         * gdb.python/py-framefilter.exp: Download the .py file to the right
66         place on the host.  Match Windows pathname syntax.
67         * gdb.python/py-mi-var-info-path-expression.exp: Download the
68         .py file to the host and use its host pathname.
69         * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
70         * gdb.python/py-objfile.exp: Expect a host pathname, not a
71         build pathname.  Skip symlink test on Windows host.  Add missing
72         newline at end of file.
73         * gdb.python/py-pp-maint.exp: Download the .py file to the host
74         and use its host pathname.
75         * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
76         * gdb.python/py-section-script.exp: Use host location of binfile
77         on safe-path.  Use correct path separator on Windows host.
78         Reorder alternatives in gdb_test_multiple to prevent matching
79         the wrong alternative on success.
80         * gdb.python/py-symtab.exp: Match Windows pathname syntax.
81
82 2019-08-12  Patrick Palka  <patrick@parcs.ath.cx>
83
84         * gdb.gdb/selftest.exp (test_with_self): Update test to now
85         expect the GDB inferior to no longer immediately stop after
86         being resumed with "signal SIGINT".
87
88 2019-08-09  Sandra Loosemore  <sandra@codesourcery.com>
89
90         * gdb.linespec/break-ask.exp: Generalize regexps to match
91         Windows pathnames too.
92
93 2019-08-08  Tom de Vries  <tdevries@suse.de>
94
95         PR testsuite/24862
96         * lib/tuiterm.exp (_accept): Fix CSI regexp.
97
98 2019-08-07  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
99
100         * gdb.base/style.exp: Update tests for help doc new invariants.
101         * gdb.base/help.exp: Likewise.
102
103 2019-08-06  Tom Tromey  <tom@tromey.com>
104
105         * gdb.base/style.exp: Add disassemble test.
106         * gdb.base/style.c (some_called_function): New function.
107         (main): Use it.
108
109 2019-08-05  Christian Biesinger  <cbiesinger@google.com>
110
111         * gdb.python/py-block.exp: Test dictionary access on blocks.
112
113 2019-08-05  Simon Marchi  <simon.marchi@efficios.com>
114
115         PR gdb/24863
116         * gdb.mi/list-thread-groups-available.exp: Increase timeout for
117         -list-thread-groups --available test when running under
118         check-read1.
119
120 2019-08-05  Tom de Vries  <tdevries@suse.de>
121
122         PR testsuite/24863
123         * lib/gdb.exp (with_read1_timeout_factor): New proc.
124         * gdb.base/help.exp: Use with_read1_timeout_factor.
125         * gdb.base/info-macros.exp: Same.
126         * gdb.cp/nested-types.exp: Same.
127
128 2019-08-05  Tom de Vries  <tdevries@suse.de>
129
130         * lib/gdb.exp (version_at_least): Factor out of ...
131         (tcl_version_at_least): ... here.
132         (gdb_compile): Fail if pie results in non-PIE executable.
133         (readelf_version, readelf_prints_pie): New proc.
134         (exec_is_pie): Return -1 if unknown.
135
136 2019-08-05  Tom de Vries  <tdevries@suse.de>
137
138         * lib/gdb.exp (tcl_version_at_least): Fix typo.
139
140 2019-08-04  Sandra Loosemore  <sandra@codesourcery.com>
141
142         * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
143
144 2019-08-04  Sandra Loosemore  <sandra@codesourcery.com>
145
146         * lib/completion-support.exp (test_gdb_complete_none): Skip
147         tab completion tests if no readline support.
148         (test_gdb_complete_unique_re): Likewise.
149         (test_gdb_complete_multiple): Likewise.
150
151 2019-08-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
152
153         * gdb.base/info_sources.exp: New file.
154         * gdb.base/info_sources.c: New file.
155         * gdb.base/info_sources_base.c: New file.
156
157 2019-08-01  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
158
159         * gdb.base/batch-exit-status.exp: Call test_exit_status with
160         prefix argument.
161         (test_exit_status): Add prefix argument.
162
163 2019-08-01  Tom de Vries  <tdevries@suse.de>
164
165         PR testsuite/24863
166         * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
167         calling exp_continue for new thread and thread exited messages.
168
169 2019-08-01  Tom de Vries  <tdevries@suse.de>
170
171         PR testsuite/24863
172         * gdb.base/structs.exp: Fix check-read1 timeout using
173         gdb_test_sequence.
174         * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
175
176 2019-08-01  Tom de Vries  <tdevries@suse.de>
177
178         PR testsuite/24863
179         * gdb.base/break-interp.exp: Use exp_continue after each "info files"
180         line.
181
182 2019-08-01  Tom de Vries  <tdevries@suse.de>
183
184         PR testsuite/24863
185         * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
186
187 2019-07-30  Tom Tromey  <tromey@adacore.com>
188
189         * gdb.ada/display_nested.exp: New file.
190         * gdb.ada/display_nested/foo.adb: New file.
191         * gdb.ada/display_nested/pack.adb: New file.
192         * gdb.ada/display_nested/pack.ads: New file.
193
194 2019-07-30  Christian Biesinger  <cbiesinger@google.com>
195
196         * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
197         namespace.
198         * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
199
200 2019-07-30  Tom de Vries  <tdevries@suse.de>
201
202         * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
203         instead.
204
205 2019-07-30  Tom de Vries  <tdevries@suse.de>
206
207         PR testsuite/24834
208         * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
209         (exec_is_pie): New proc.
210
211 2019-07-29  Christian Biesinger  <cbiesinger@google.com>
212
213         * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
214
215 2019-07-29  Christian Biesinger  <cbiesinger@google.com>
216
217         * gdb.python/py-objfile.c: Add global and static vars.
218         * gdb.python/py-objfile.exp: Test new functions Objfile.
219           lookup_global_symbol and lookup_static_symbol.
220
221 2019-07-29  Tom Tromey  <tom@tromey.com>
222
223         * lib/tuiterm.exp (Term::_csi_@): New proc.
224         (Term::_csi_X): Don't move cursor.
225
226 2019-07-29  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
227
228         * gdb.base/options.exp: Update backtrace - completion to
229         new option -frame-info.
230         * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
231         Test new 'set print frame-info'.  Test backtrace -frame-info
232         overriding 'set print frame-info'.
233         * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
234         Test new 'set print frame-info'.
235         Verify consistency of backtrace with and without filters, with and
236         without -no-filters.
237         * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
238         default.
239
240 2019-07-29  Tom de Vries  <tdevries@suse.de>
241
242         * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
243         no arguments".
244
245 2019-07-29  Tom de Vries  <tdevries@suse.de>
246
247         * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
248         is a substring of the first for "complete non-unique file name".
249
250 2019-07-29  Tom de Vries  <tdevries@suse.de>
251
252         * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
253         with ".*".
254
255 2019-07-29  Tom de Vries  <tdevries@suse.de>
256
257         * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
258         Pass prompt_regexp parameter to gdb_test_multiple calls.
259
260 2019-07-29  Tom de Vries  <tdevries@suse.de>
261
262         * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
263           print registers" regexps.
264
265 2019-07-29  Tom de Vries  <tdevries@suse.de>
266
267         * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
268
269 2019-07-29  Tom de Vries  <tdevries@suse.de>
270
271         PR gdb/24855
272         * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
273         (skip_python_tests_prompt): Add prompt_regexp argument to
274         gdb_test_multiple calls.
275
276 2019-07-27  Tom Tromey  <tom@tromey.com>
277
278         * gdb.tui/main.exp: New file.
279
280 2019-07-27  Tom Tromey  <tom@tromey.com>
281
282         * lib/tuiterm.exp (Term::clean_restart): Make "executable"
283         optional.
284         * gdb.tui/empty.exp: New file.
285
286 2019-07-27  Tom Tromey  <tom@tromey.com>
287
288         * lib/tuiterm.exp (spawn): New proc.
289         (Term::resize): New proc.
290         * gdb.tui/resize.exp: New file.
291
292 2019-07-27  Tom Tromey  <tom@tromey.com>
293
294         * gdb.tui/list.exp: New file.
295
296 2019-07-27  Tom Tromey  <tom@tromey.com>
297
298         * gdb.tui/regs.exp: New file.
299
300 2019-07-27  Tom Tromey  <tom@tromey.com>
301
302         * gdb.tui/basic.exp: Add "layout split" test.
303
304 2019-07-27  Tom Tromey  <tom@tromey.com>
305
306         * gdb.tui/basic.exp: Add "layout asm" test.
307
308 2019-07-27  Tom Tromey  <tom@tromey.com>
309
310         * lib/tuiterm.exp: New file.
311         * gdb.tui/basic.exp: New file.
312
313 2019-07-27  Kevin Buettner  <kevinb@redhat.com>
314
315         * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
316         Enable tests associated with this flag.  Adjust regex
317         referencing "foo_low" to now refer to "foo_cold" instead.
318
319 2019-07-27  Kevin Buettner  <kevinb@redhat.com>
320
321         * gdb.dwarf2/dw2-ranges-func.c: Rename to...
322         * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
323         * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
324         foo_cold.  Revise comments to match.
325         * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
326         * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
327         were wrapped into this proc; Call do_test in loop from outermost
328         level.
329         (foo_low): Rename all occurrences to "foo_cold".
330         (backtrace from baz): New test.
331         (x2/i foo_cold): New test.
332         (info line *foo_cold): New test.
333
334 2019-07-26  Tom de Vries  <tdevries@suse.de>
335
336         * gdb.arch/i386-pkru.exp: Fix unterminated string.
337
338 2019-07-25  Tom de Vries  <tdevries@suse.de>
339
340         PR testsuite/24830
341         * gdb.mi/mi-catch-cpp-exceptions.exp: Call
342         mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
343         * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
344         (skip_libstdcxx_probe_tests): ... here.
345         * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
346
347 2019-07-24  Tom de Vries  <tdevries@suse.de>
348
349         PR testsuite/24807
350         * gdb.objc/basicclass.m: Include stdio.h.
351         * gdb.objc/nondebug.m: Same.
352         * gdb.objc/objcdecode.m: Same.
353
354 2019-07-24  Tom de Vries  <tdevries@suse.de>
355
356         PR testsuite/24612
357         * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
358         additional_flags.
359
360 2019-07-24  Tom de Vries  <tdevries@suse.de>
361
362         PR testsuite/24831
363         * gdb.multi/tids.exp: Update error messages for info threads.
364
365 2019-07-24  Tom de Vries  <tdevries@suse.de>
366
367         * gdb.base/info-types.exp: Allow info types to print info for more than
368         one file.
369
370 2019-07-23  Tom de Vries  <tdevries@suse.de>
371
372         PR testsuite/24842
373         * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
374         gdb_spawn_with_cmdline_opts.
375
376 2019-07-23  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
377
378         * gdb.arch/arm-cmse-sgstubs.c: New test.
379         * gdb.arch/arm-cmse-sgstubs.exp: New file.
380
381 2019-07-23  Tom de Vries  <tdevries@suse.de>
382
383         PR testsuite/24711
384         * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
385         issuing next command.
386
387 2019-07-22  Andrew Burgess  <andrew.burgess@embecosm.com>
388
389         * gdb.ada/info_auto_lang.exp: Update expected results.
390         * gdb.base/info-types.c: Add additional types to check.
391         * gdb.base/info-types.exp: Update expected results.
392
393 2019-07-22  Andrew Burgess  <andrew.burgess@embecosm.com>
394
395         * gdb.base/info-types.c: New file.
396         * gdb.base/info-types.exp: New file.
397
398 2019-07-19  Andrew Burgess  <andrew.burgess@embecosm.com>
399
400         * gdb.arch/riscv-bp-infcall.c: New file.
401         * gdb.arch/riscv-bp-infcall.exp: New file.
402
403 2019-07-17  Andrew Burgess  <andrew.burgess@embecosm.com>
404
405         PR breakpoints/24541
406         * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
407
408 2019-07-14  Tom de Vries  <tdevries@suse.de>
409
410         PR testsuite/24760
411         * gdb.objc/basicclass.exp: Fix unterminated string.
412
413 2019-07-12  Bernhard Heckel  <bernhard.heckel@intel.com>
414             Andrew Burgess  <andrew.burgess@embecosm.com>
415
416         * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
417         * gdb.fortran/vla-sizeof.exp: Print the size of an array with
418         negative bounds.
419         * gdb.fortran/vla-value.exp: Print elements of an array with
420         negative bounds.
421         * gdb.fortran/vla.f90: Setup an array with negative bounds for
422         testing.
423
424 2019-07-11  Andrew Burgess  <andrew.burgess@embecosm.com>
425
426         * gdb.base/options.exp (expect_string): Dequote strings in
427         results.
428         (test-string): Test strings with different quoting and reindent.
429
430 2019-07-10  Tom Tromey  <tromey@adacore.com>
431
432         * gdb.ada/mi_ex_cond.exp: Update expected results.
433         * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
434         * gdb.ada/mi_catch_ex.exp: Update expected results.
435         * gdb.ada/mi_catch_assert.exp: Update expected results.
436         * gdb.ada/catch_ex.exp (catch_exception_info)
437         (catch_exception_entry, catch_assert_entry)
438         (catch_unhandled_entry): Update.
439         * gdb.ada/catch_assert_if.exp: Update expected results.
440
441 2019-07-10  Richard Bunt  <richard.bunt@arm.com>
442         Stephen Roberts  <stephen.roberts@arm.com>
443
444         * gdb.base/define.exp: Restore original prompt.
445
446 2019-07-09  Pedro Alves  <palves@redhat.com>
447
448         * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
449         breakpoints" output.
450         * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
451         * gdb.python/py-breakpoint.exp: No longer expect that "catch
452         throw" creates breakpoint.
453         * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
454         'type="catchpoint"'.
455
456 2019-07-09  Pedro Alves  <palves@redhat.com>
457
458         PR c++/15468
459         * gdb.cp/except-multi-location-lib.cc: New.
460         * gdb.cp/except-multi-location-main.cc: New.
461         * gdb.cp/except-multi-location.exp: New.
462
463 2019-07-09  Sergio Durigan Junior  <sergiodj@redhat.com>
464
465         * gdb.base/printcmds.exp (test_printf_convenience_var): Set
466         language to "c++" before dealing with wchar_t.  Remove DO_WSTRING
467         argument and update callers.
468
469 2019-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
470
471         * gdb.arch/amd64-break-on-asm-line.S: New file.
472         * gdb.arch/amd64-break-on-asm-line.exp: New file.
473
474 2019-07-08  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
475
476         * gdb.base/printcmds.exp: Test printing C string and
477         C wide string convenience vars without transiting via the inferior.
478         Also make test names unique.
479
480 2019-07-08  Alan Hayward  <alan.hayward@arm.com>
481
482         * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
483
484 2019-07-04  Pedro Alves  <palves@redhat.com>
485
486         * lib/gdb.exp (foreach_with_prefix): Don't return early if
487         body returned ok(0), break(3) or continue(4).
488         * gdb.testsuite/foreach_with_prefix.exp: New file.
489
490 2019-07-04  Alan Hayward  <alan.hayward@arm.com>
491
492         * gdb.server/unittest.exp: Allow 0 unit tests to run.
493
494 2019-07-03  Pedro Alves  <palves@redhat.com>
495
496         * lib/gdb.exp (foreach_with_prefix): Use "catch" and
497         "return -code".
498
499 2019-07-03  Pedro Alves  <palves@redhat.com>
500
501         PR cli/24732
502         * gdb.base/shell.exp: Load completion-support.exp.
503         Adjust expected error output.  Add completion tests.
504
505 2019-07-03  Pedro Alves  <palves@redhat.com>
506
507         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
508         string_to_regexp.
509
510 2019-07-03  Pedro Alves  <palves@redhat.com>
511
512         * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
513         (expect_integer): Adjust to expect "-string".
514         (expect_string): New.
515         (all_options): Expect "-string".
516         (test-flag, test-boolean): Adjust to expect "-string".
517         (test-string): New proc.
518         (top level): Call it.
519
520 2019-07-03  Pedro Alves  <palves@redhat.com>
521
522         * gdb.base/options.exp (test-misc, test-flag, test-boolean)
523         (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
524         the expected output in the success.
525
526 2019-07-03  Pedro Alves  <palves@redhat.com>
527
528         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
529         Split one gdb_test_multiple call in two to avoid a race.
530
531 2019-07-03  Pedro Alves  <palves@redhat.com>
532
533         * gdb.base/with.c: New file.
534         * gdb.base/with.exp: New file.
535
536 2019-07-03  Pedro Alves  <palves@redhat.com>
537
538         * gdb.base/settings.exp: Replace all references to "maint
539         test-settings set" with references to "maint set test-settings",
540         and all references to "maint test-settings show" with references
541         to "maint show test-settings".
542
543 2019-07-03  Pedro Alves  <palves@redhat.com>
544
545         * gdb.base/settings.exp (test-string): Adjust expected out when
546         testing "maint test-settings show filename"
547
548 2019-07-02  Pedro Alves  <palves@redhat.com>
549
550         * gdb.base/options.exp (test-info-threads): New procedure.
551         (top level): Call it.
552
553 2019-06-28  Tom Tromey  <tromey@adacore.com>
554
555         * gdb.dwarf2/ada-linkage-name.c: New file.
556         * gdb.dwarf2/ada-linkage-name.exp: New file.
557
558 2019-06-27  Tom Tromey  <tromey@adacore.com>
559
560         * gdb.cp/constexpr-field.exp: Use setup_xfail.
561
562 2019-06-26  Tom de Vries  <tdevries@suse.de>
563
564         * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
565
566 2019-06-26  Tom de Vries  <tdevries@suse.de>
567
568         * gdb.base/index-cache.exp: Add back missing debug option.
569
570 2019-06-23  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
571
572         * gdb.base/alias.exp: Test non matching/non existing prefixes.
573
574 2019-06-25  Tom de Vries  <tdevries@suse.de>
575
576         PR testsuite/24727
577         * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
578
579 2019-06-24  Tom de Vries  <tdevries@suse.de>
580
581         * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
582
583 2019-06-24  Tom de Vries  <tdevries@suse.de>
584
585         * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
586         DW_FOR_sdata for DW_AT_decl_file.  Use 0 for DW_AT_decl_file.
587         * gdb.trace/unavailable-dwarf-piece.exp: Same.
588
589 2019-06-24  Tom de Vries  <tdevries@suse.de>
590
591         * gdb.dwarf2/inlined_subroutine-inheritance.exp:
592
593 2019-06-21  Tom de Vries  <tdevries@suse.de>
594
595         * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
596
597 2019-06-21  Tom de Vries  <tdevries@suse.de>
598
599         PR testsuite/24518
600         PR ada/24713
601         * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
602         index.
603
604 2019-06-19  Tom Tromey  <tromey@adacore.com>
605
606         * gdb.ada/length_cond.exp: Add intro comment.
607
608 2019-06-19  Tom Tromey  <tromey@adacore.com>
609
610         * gdb.ada/length_cond.exp: New file.
611         * gdb.ada/length_cond/length_cond.adb: New file.
612         * gdb.ada/length_cond/pck.adb: New file.
613         * gdb.ada/length_cond/pck.ads: New file.
614
615 2019-06-18  Tom de Vries  <tdevries@suse.de>
616
617         * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
618
619 2019-06-18  Tom Tromey  <tromey@adacore.com>
620
621         * gdb.base/list0.h: Add comment explaining control character.
622
623 2019-06-18  Tom de Vries  <tdevries@suse.de>
624
625         * boards/fission.exp: Break up long debug_flags line.
626
627 2019-06-16  Tom de Vries  <tdevries@suse.de>
628
629         PR gdb/24445
630         * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
631         generated index.
632
633 2019-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
634
635         PR gdb/24686
636         * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
637         improve detection of bug gdb/24541.
638
639 2019-06-16  Simon Marchi  <simon.marchi@polymtl.ca>
640
641         PR gdb/24669
642         * gdb.base/index-cache.exp (uses_readnow,
643         expecting_index_cache_use): Define global variable.
644         (test_cache_enabled_miss, test_cache_enabled_hit): Use
645         expecting_index_cache_use.
646
647 2019-06-16  Bernhard Heckel  <bernhard.heckel@intel.com>
648             Andrew Burgess  <andrew.burgess@embecosm.com>
649
650         * gdb.fortran/pointers.f90: New file.
651         * gdb.fortran/print_type.exp: New file.
652         * gdb.fortran/vla-ptype.exp: Adapt expected results.
653         * gdb.fortran/vla-type.exp: Likewise.
654         * gdb.fortran/vla-value.exp: Likewise.
655         * gdb.mi/mi-vla-fortran.exp: Likewise.
656
657 2019-06-15  Andrew Burgess  <andrew.burgess@embecosm.com>
658
659         * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
660         * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
661         * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
662         as a stop reason.
663
664 2019-06-15  Andrew Burgess  <andrew.burgess@embecosm.com>
665
666         * gdb.base/annota1.exp: Update expected results.
667         * gdb.cp/annota2.exp: Likewise.
668         * gdb.cp/annota3.exp: Likewise.
669
670 2019-06-15  Andrew Burgess  <andrew.burgess@embecosm.com>
671
672         * gdb.base/style-logging.exp: Remove path from test name.
673
674 2019-06-14  Tom Tromey  <tromey@adacore.com>
675
676         PR gdb/24502:
677         * gdb.base/style-logging.exp: New file.
678
679 2019-06-14  Tom Tromey  <tromey@adacore.com>
680
681         * gdb.base/symfile-warn.exp: New file.
682         * gdb.base/symfile-warn.c: New file.
683
684 2019-06-14  Tom Tromey  <tromey@adacore.com>
685
686         * gdb.base/annotate-symlink.exp: New file.
687
688 2019-06-14  Tom Tromey  <tromey@adacore.com>
689
690         * gdb.ada/set_wstr.exp: Add reassignment test.
691
692 2019-06-14  Tom Tromey  <tromey@adacore.com>
693
694         * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
695         'unchecked_access and 'unrestricted_access as well.
696
697 2019-06-14  Tom Tromey  <tromey@adacore.com>
698
699         PR ada/24539:
700         * gdb.ada/vla.exp: Update tests.
701         * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
702         pragma.
703
704 2019-06-13  Pedro Alves  <palves@redhat.com>
705
706         * gdb.base/settings.exp (test-integer): Test junk after
707         "unlimited".
708
709 2019-06-13  Pedro Alves  <palves@redhat.com>
710
711         * gdb.base/options.exp (test-thread-apply): New.
712         (top level): Call it.
713
714 2019-06-13  Pedro Alves  <palves@redhat.com>
715
716         * gdb.base/options.exp (test-frame-apply): New.
717         (top level): Test print commands with different "frame apply"
718         prefixes.
719
720 2019-06-13  Pedro Alves  <palves@redhat.com>
721
722         * lib/completion-support.exp (test_gdb_complete_tab_multiple)
723         (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
724         'max_completions' parameter and handle it.
725         (test_gdb_completion_offers_commands): New.
726
727 2019-06-13  Pedro Alves  <palves@redhat.com>
728
729         * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
730
731 2019-06-13  Pedro Alves  <palves@redhat.com>
732
733         * gdb.base/options.exp (test-backtrace): New.
734         (top level): Call it.
735
736 2019-06-13  Pedro Alves  <palves@redhat.com>
737
738         * gdb.guile/scm-frame-args.exp: Use "set print
739         raw-frame-arguments" instead of "set print raw frame-arguments".
740         * gdb.python/py-frame-args.exp: Likewise.
741
742 2019-06-13  Pedro Alves  <palves@redhat.com>
743
744         * gdb.compile/compile.exp: Adjust expected output to option
745         processing changes.
746
747 2019-06-13  Pedro Alves  <palves@redhat.com>
748
749         * gdb.base/options.exp: Build executable.
750         (test-print): New procedure.
751         (top level): Call it, once for "print" and another for "compile
752         print".
753
754 2019-06-13  Pedro Alves  <palves@redhat.com>
755
756         * gdb.base/options.c: New file.
757         * gdb.base/options.exp: New file.
758
759 2019-06-13  Pedro Alves  <palves@redhat.com>
760
761         * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
762         that "o" is ambiguous.
763
764 2019-06-13  Pedro Alves  <palves@redhat.com>
765
766         * gdb.base/settings.c: New file.
767         * gdb.base/settings.exp: New file.
768
769 2019-06-13  Pedro Alves  <palves@redhat.com>
770
771         * gdb.base/completion.exp: Fix comment typo.
772
773 2019-06-13  Pedro Alves  <palves@redhat.com>
774
775         * gdb.multi/tids.exp: Adjust expected output.  Add "thread apply 1
776         foo --1" test.
777
778 2019-06-11  Bernhard Heckel  <bernhard.heckel@intel.com>
779
780         * gdb.fortran/block-data.f: New.
781         * gdb.fortran/block-data.exp: New.
782
783 2019-06-11  Tom de Vries  <tdevries@suse.de>
784
785         PR testsuite/24521
786         * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
787         message.
788
789 2019-06-11  Tom de Vries  <tdevries@suse.de>
790
791         PR testsuite/24521
792         * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
793
794 2019-06-11  Tom de Vries  <tdevries@suse.de>
795
796         * boards/readnow.exp: New file.
797
798 2019-06-10  Andrew Burgess  <andrew.burgess@embecosm.com>
799
800         * gdb.fortran/vla-sizeof.exp: Update expected results.
801
802 2019-06-06  Amos Bird  <amosbird@gmail.com>
803
804         * gdb.base/annota1.exp (thread_switch): Add test for
805         thread-exited annotation.
806
807 2019-06-06  Tom Tromey  <tromey@adacore.com>
808
809         * gdb.base/maint.exp: Expect command started/finished output.
810
811 2019-06-05  Andrew Burgess  <andrew.burgess@embecosm.com>
812
813         * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
814         comment.
815         * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
816
817 2019-06-05  Andrew Burgess  <andrew.burgess@embecosm.com>
818
819         * gdb.arch/riscv-unwind-long-insn-6.s: New file.
820         * gdb.arch/riscv-unwind-long-insn-8.s: New file.
821         * gdb.arch/riscv-unwind-long-insn.c: New file.
822         * gdb.arch/riscv-unwind-long-insn.exp: New file.
823
824 2019-06-04  Christian Biesinger  <cbiesinger@google.com>
825
826         * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
827
828 2019-06-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
829
830         * lib/gdb.exp (help_list_trailer): New regexp variable
831         factorizing the help trailer message.
832         (test_class_help): Use help_list_trailer.  Add LIST_OF_COMMANDS
833         arg to allow to better factorize various tests.
834         (test_user_defined_class_help): Factorizes testing 'help user-defined'.
835         (test_prefix_command_help): Use help_list_trailer.
836         * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
837         * gdb.guile/scm-cmd.exp: Likewise.
838         * gdb.trace/tracecmd.exp: Update caller of test_class_help.
839         * gdb.base/help.exp: Use test_user_defined_class_help.
840         * gdb.base/style.exp: Add tests for styling of help and apropos.
841         * lib/gdb-utils.exp (style): Add title and highlight styles.
842
843 2019-05-31  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
844
845         * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
846         $_shell_exitsignal.
847         * gdb.base/default.exp: Update for new convenience variables.
848
849 2019-05-29  Tom Tromey  <tromey@adacore.com>
850
851         * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
852         to "break complete ada" test case's regexp.
853
854 2019-05-29  Tom Tromey  <tromey@adacore.com>
855
856         PR c++/20020:
857         * gdb.cp/constexpr-field.exp: New file.
858         * gdb.cp/constexpr-field.cc: New file.
859
860 2019-05-29  Tom Tromey  <tromey@adacore.com>
861
862         * gdb.base/finish.exp (finish_no_print): New proc.
863         (finish_tests): Call it.
864
865 2019-05-24  Tom de Vries  <tdevries@suse.de>
866
867         * gdb.dwarf2/gdb-add-index.exp: New file.
868
869 2019-05-22  Tom Tromey  <tromey@adacore.com>
870
871         * gdb.base/info-shared.exp (check_info_shared): Use "style".
872         * gdb.base/style.exp: Use "style".
873         * lib/gdb-utils.exp (style): New proc.
874
875 2019-05-22  Tom de Vries  <tdevries@suse.de>
876
877         * gdb.base/align.exp: Require c++11.
878
879 2019-05-22  Tom de Vries  <tdevries@suse.de>
880
881         PR testsuite/24586
882         * gdb.python/py-mi-var-info-path-expression.exp: Call
883         mi_skip_python_tests to check if python is supported.
884
885 2019-05-22  Alan Hayward  <alan.hayward@arm.com>
886
887         * gdb.arch/aarch64-pauth.c: New test.
888         * gdb.arch/aarch64-pauth.exp: New file.
889
890 2019-05-22  Alan Hayward  <alan.hayward@arm.com>
891
892         * README (Re-running Tests Outside The Testsuite): New section.
893
894 2019-05-21  Tom de Vries  <tdevries@suse.de>
895
896         * gdb.arch/amd64-eval.exp: Require c++11.
897         * gdb.base/max-depth.exp: Same.
898         * gdb.compile/compile-cplus-array-decay.exp: Same.
899         * gdb.cp/meth-typedefs.exp: Same.
900         * gdb.cp/subtypes.exp: Same.
901         * gdb.cp/temargs.exp: Same.
902
903 2019-05-21  Alan Hayward  <alan.hayward@arm.com>
904
905         * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
906
907 2019-05-18  Andrew Burgess  <andrew.burgess@embecosm.com>
908
909         PR gdb/18644
910         * gdb.fortran/complex.exp: Remove setup_kfail calls.
911         * gdb.fortran/printing-types.exp: Add new test.
912         * gdb.fortran/printing-types.f90: Add 16-byte real variable for
913         testing.
914         * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
915         setup_kfail call.
916
917 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
918
919         * README (Running the Testsuite): Change example.
920         (Testsuite Parameters): Remove TRANSCRIPT.
921         * lib/gdb.exp: Remove TRANSCRIPT check.
922
923 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
924
925         * README (Testsuite Parameters): Add replay logging to
926         GDBSERVER_DEBUG.
927         (gdbserver,debug): Refer to GDBSERVER_DEBUG.
928         * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
929         as a comma separated list.
930         (gdb_debug_init): Override procedure.
931
932 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
933
934         * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
935         (gdb_write_cmd_file): New procedure.
936         * lib/gdbserver-support.exp (gdbserver_start): Call
937         gdbserver_write_cmd_file.
938         (gdbserver_write_cmd_file): New procedure.
939
940 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
941
942         * lib/gdb.exp (gdb_unload): Mark Y as an answer.
943         (delete_breakpoints): Likewise.
944         (gdb_run_cmd): Likewise.
945         (gdb_start_cmd): Likewise.
946         (gdb_starti_cmd): Likewise.
947         (gdb_internal_error_resync): Likewise.
948         (gdb_test_multiple): Likewise.
949         (gdb_reinitialize_dir): Likewise.
950         (default_gdb_exit): Likewise.
951         (gdb_file_cmd): Mark kill as optional.
952         (default_gdb_start): Call gdb_stdin_log_init.
953         (send_gdb): Call gdb_stdin_log_write.
954         (rerun_to_main): Mark Y as an answer.
955         (gdb_stdin_log_init): New function.
956         (gdb_stdin_log_write): Likewise.
957
958 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
959
960         * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
961         * gdb.base/debug-expr.exp: Likewise.
962         * gdb.base/foll-fork.exp: Likewise.
963         * gdb.base/foll-vfork.exp: Likewise.
964         * gdb.base/fork-print-inferior-events.exp: Likewise.
965         * gdb.base/gdb-sigterm.exp: Likewise.
966         * gdb.base/gdbinit-history.exp: Likewise.
967         * gdb.base/osabi.exp: Likewise.
968         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
969         * gdb.base/ui-redirect.exp: Likewise.
970         * gdb.gdb/unittest.exp: Likewise.
971         * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
972         * gdb.mi/mi-watch.exp: Likewise.
973         * gdb.mi/new-ui-mi-sync.exp: Likewise.
974         * gdb.mi/user-selected-context-sync.exp: Likewise.
975         * gdb.python/python.exp: Disable debug test when debugging.
976         * gdb.threads/check-libthread-db.exp: Disable when debugging.
977         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
978         Likewise.
979         * gdb.threads/stepi-random-signal.exp: Likewise.
980
981 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
982
983         * Makefile.in: Pass through GDB_DEBUG.
984         * README (Testsuite Parameters): Add GDB_DEBUG.
985         (gdb,debug): Add board setting.
986         * lib/gdb.exp (default_gdb_start): Start debugging.
987         (gdb_debug_enabled): New procedure.
988         (gdb_debug_init): Likewise.
989
990 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
991
992         * Makefile.in: Pass through GDB_DEBUG.
993         * README (Testsuite Parameters): Add GDB_DEBUG.
994         (gdb,debug): Add board setting.
995         * lib/gdb.exp (default_gdb_start): Start debugging.
996         (gdb_debug_enabled): New procedure.
997         (gdb_debug_init): Likewise.
998
999 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
1000
1001         * gdb.base/ui-redirect.exp: Add debug redirect tests.
1002
1003 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
1004
1005         * gdb.base/ui-redirect.exp: Test redirection.
1006
1007 2019-01-28  Jan Vrany  <jan.vrany@fit.cvut.cz>
1008
1009         * gdb.mi/mi-complete.exp: New file.
1010         * gdb.mi/mi-complete.cc: Likewise.
1011
1012 2019-05-15  Bernhard Heckel  <bernhard.heckel@intel.com>
1013
1014         * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1015         indexed and sliced arrays, and pointers to arrays.
1016
1017 2019-05-14  Tom Tromey  <tromey@adacore.com>
1018
1019         * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1020         styling test.
1021
1022 2019-05-14  Tom de Vries  <tdevries@suse.de>
1023
1024         * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1025         selection entry encoding.
1026
1027 2019-05-10  Tom Tromey  <tromey@adacore.com>
1028
1029         * gdb.ada/info_exc.exp: Add "complete" test.
1030
1031 2019-05-09  Tom de Vries  <tdevries@suse.de>
1032
1033         * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1034         CU-relative.
1035
1036 2019-05-09  Tom de Vries  <tdevries@suse.de>
1037
1038         * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1039         CU-relative.
1040
1041 2019-05-08  Joel Brobecker  <brobecker@adacore.com>
1042
1043         * gdb.ada/frame_arg_lang.exp: New testcase.
1044         * gdb.ada/frame_arg_lang/bla.adb: New file.
1045         * gdb.ada/frame_arg_lang/pck.ads: New file.
1046         * gdb.ada/frame_arg_lang/pck.adb: New file.
1047         * gdb.ada/frame_arg_lang/foo.c: New file.
1048
1049 2019-05-08  Tom Tromey  <tromey@adacore.com>
1050
1051         * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1052
1053 2019-05-08  Tom Tromey  <tromey@adacore.com>
1054
1055         * gdb.base/ptype-offsets.exp: Update tests.
1056
1057 2019-05-08  Tom Tromey  <tromey@adacore.com>
1058
1059         * gdb.base/ptype-offsets.exp: Use string_to_regexp.  Fix test
1060         cases.
1061         * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1062         "short".
1063
1064 2019-05-08  Tom Tromey  <tromey@adacore.com>
1065
1066         * gdb.ada/vla.exp: New file.
1067         * gdb.ada/vla/vla.adb: New file.
1068
1069 2019-05-07  Tom de Vries  <tdevries@suse.de>
1070
1071         * gdb.base/index-cache.exp (ls_host): Fix return statement.
1072
1073 2019-05-07  Tom de Vries  <tdevries@suse.de>
1074
1075         PR testsuite/24522
1076         * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1077         section.
1078
1079 2019-05-07  Tom de Vries  <tdevries@suse.de>
1080
1081         PR testsuite/24522
1082         * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1083         .debug_aranges section.
1084
1085 2019-05-07  Tom de Vries  <tdevries@suse.de>
1086
1087         PR testsuite/24159
1088         * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1089
1090 2019-05-06  Tom de Vries  <tdevries@suse.de>
1091
1092         * lib/gdb.exp (exec_has_index_section): New proc.
1093         * gdb.base/index-cache.exp: Handle case that binfile contains an index
1094         section.
1095
1096 2019-05-04  Tom de Vries  <tdevries@suse.de>
1097
1098         * boards/cc-with-debug-names.exp: New file.
1099
1100 2019-05-03  Tom Tromey  <tromey@adacore.com>
1101
1102         * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1103         * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1104         * gdb.ada/char_enum.exp: Add test.
1105
1106 2019-05-03  Tom de Vries  <tdevries@suse.de>
1107
1108         * boards/cc-with-gdb-index.exp: New file.
1109
1110 2019-05-02  Andrew Burgess  <andrew.burgess@embecosm.com>
1111
1112         * gdb.rust/simple.exp: Add new test case.
1113         * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1114         (main): Initialise an instance of the new struct.
1115
1116 2019-05-01  Tom Tromey  <tromey@adacore.com>
1117
1118         * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1119         record.
1120         (NPR): New variable.
1121         * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1122         test.
1123
1124 2019-05-01  Tom Tromey  <tromey@adacore.com>
1125
1126         * gdb.ada/packed_array_assign.exp: Add packed assignment
1127         regression test.
1128
1129 2019-05-01  Tom de Vries  <tdevries@suse.de>
1130
1131         * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1132
1133 2019-05-01  Tom de Vries  <tdevries@suse.de>
1134
1135         * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1136
1137 2019-04-30  Ali Tamur  <tamur@google.com>
1138
1139         * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1140
1141 2019-04-30  Tom Tromey  <tromey@adacore.com>
1142
1143         * lib/ada.exp (find_ada_tool): New proc.
1144         * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1145         * gdb.ada/catch_ex_std.exp: New file.
1146         * gdb.ada/catch_ex_std/foo.adb: New file.
1147         * gdb.ada/catch_ex_std/some_package.adb: New file.
1148         * gdb.ada/catch_ex_std/some_package.ads: New file.
1149
1150 2019-04-30  Tom Tromey  <tromey@adacore.com>
1151
1152         PR c++/24470:
1153         * gdb.cp/temargs.cc: Add test code from PR.
1154
1155 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1156
1157         * gdb.fortran/vla-datatypes.exp: Update expected results.
1158         * gdb.fortran/vla-ptype.exp: Likewise.
1159         * gdb.fortran/vla-type.exp: Likewise.
1160         * gdb.fortran/vla-value.exp: Likewise.
1161
1162 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1163
1164         * gdb.fortran/ptr-indentation.exp: Update expected results.
1165         * gdb.fortran/ptype-on-functions.exp: Likewise.
1166         * gdb.fortran/vla-ptr-info.exp: Likewise.
1167         * gdb.fortran/vla-value.exp: Likewise.
1168
1169 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1170
1171         * gdb.fortran/ptype-on-functions.exp: New file.
1172         * gdb.fortran/ptype-on-functions.f90: New file.
1173
1174 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1175
1176         * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1177         case void string.
1178
1179 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1180
1181         * gdb.fortran/complex.exp: Expand.
1182         * gdb.fortran/complex.f: Renamed to...
1183         * gdb.fortran/complex.f90: ...this, and extended to add more
1184         complex values.
1185
1186 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1187
1188         * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1189         MODULO, CMPLX.
1190
1191 2019-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
1192             Richard Bunt  <richard.bunt@arm.com>
1193
1194         * gdb.base/max-depth.c: New file.
1195         * gdb.base/max-depth.exp: New file.
1196         * gdb.python/py-nested-maps.c: New file.
1197         * gdb.python/py-nested-maps.exp: New file.
1198         * gdb.python/py-nested-maps.py: New file.
1199         * gdb.python/py-format-string.exp (test_max_depth): New proc.
1200         (test_all_common): Call test_max_depth.
1201         * gdb.fortran/max-depth.exp: New file.
1202         * gdb.fortran/max-depth.f90: New file.
1203         * gdb.go/max-depth.exp: New file.
1204         * gdb.go/max-depth.go: New file.
1205         * gdb.modula2/max-depth.exp: New file.
1206         * gdb.modula2/max-depth.c: New file.
1207         * lib/gdb.exp (get_print_expr_at_depths): New proc.
1208
1209 2019-04-29  Tom de Vries  <tdevries@suse.de>
1210
1211         * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1212
1213 2019-04-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1214
1215         * gdb.base/callexit.exp: Test may-call-functions off.
1216
1217 2019-04-25  Keith Seitz  <keiths@redhat.com>
1218
1219         PR c++/24367
1220         * gdb.cp/meth-typedefs.cc (incomplete_struct)
1221         (another_incomplete_struct, test_incomplete): New definitions.
1222         (main): Use new definitions.
1223         * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1224         functions.
1225
1226 2019-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
1227
1228         PR corefiles/11608
1229         PR corefiles/18187
1230         * gdb.base/coredump-filter-build-id.exp: New file.
1231
1232 2019-04-25  Alan Hayward  <alan.hayward@arm.com>
1233
1234         * Makefile.in: Pass through GDBSERVER_DEBUG.
1235         * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1236         (gdbserver,debug): Add board setting.
1237         * gdb.trace/tspeed.exp: Skip when debugging.
1238         * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1239         * lib/gdbserver-support.exp: Likewise
1240
1241 2019-04-24  Tom Tromey  <tromey@adacore.com>
1242
1243         * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1244         Rust.
1245
1246 2019-04-24  Tom Tromey  <tromey@adacore.com>
1247
1248         * gdb.arch/amd64-eval.exp: Test bitfield return.
1249         * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1250         (class Foo) <return_bitfields>: New method.
1251         (main): Call it.
1252
1253 2019-04-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1254
1255         * gdb.cp/many-args.cc: New file.
1256         * gdb.cp/many-args.exp: New file.
1257
1258 2019-04-23  Tom de Vries  <tdevries@suse.de>
1259
1260         PR gdb/24433
1261         * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1262
1263 2019-04-23  Alan Hayward  <alan.hayward@arm.com>
1264
1265         * gdb.trace/backtrace.exp: Use nopie flag.
1266         * gdb.trace/circ.exp: Likewise.
1267         * gdb.trace/collection.exp: Likewise.
1268         * gdb.trace/ftrace.exp: Likewise.
1269         * gdb.trace/mi-trace-unavailable.exp: Likewise.
1270         * gdb.trace/mi-traceframe-changed.exp: Likewise.
1271         * gdb.trace/qtro.exp: Likewise.
1272         * gdb.trace/read-memory.exp: Likewise.
1273         * gdb.trace/report.exp: Likewise.
1274         * gdb.trace/tfile.exp: Likewise.
1275         * gdb.trace/tfind.exp: Likewise.
1276         * gdb.trace/unavailable.exp: Likewise.
1277
1278 2019-04-22  Pedro Alves  <palves@redhat.com>
1279
1280         * gdb.base/solib-probes-nosharedlibrary.c,
1281         gdb.base/solib-probes-nosharedlibrary.exp: New files.
1282
1283 2019-04-19  Tom Tromey  <tromey@adacore.com>
1284
1285         * gdb.ada/ptype_union.c: New file.
1286         * gdb.ada/ptype_union.exp: New file.
1287
1288 2019-04-19  Tom Tromey  <tromey@adacore.com>
1289
1290         PR symtab/24423:
1291         * gdb.base/list0.h (foo): Add a control-l character.
1292
1293 2019-04-18  Tom de Vries  <tdevries@suse.de>
1294
1295         PR gdb/24433
1296         * boards/local-board.exp: Set sysroot to "".
1297
1298 2019-04-18  Tom de Vries  <tdevries@suse.de>
1299             Pedro Alves  <palves@redhat.com>
1300
1301         PR gdb/24454
1302         * gdb.threads/vfork-follow-child-exec.c: New file.
1303         * gdb.threads/vfork-follow-child-exec.exp: New file.
1304         * gdb.threads/vfork-follow-child-exit.c: New file.
1305         * gdb.threads/vfork-follow-child-exit.exp: New file.
1306
1307 2019-04-15  Leszek Swirski  <leszeks@google.com>
1308
1309         * gdb.arch/amd64-eval.cc: New file.
1310         * gdb.arch/amd64-eval.exp: New file.
1311
1312 2019-04-11  Alan Hayward  <alan.hayward@arm.com>
1313
1314         * gdb.server/sysroot.c: New test.
1315         * gdb.server/sysroot.exp: New file.
1316         * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1317         matching param.
1318
1319 2019-04-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1320
1321         * gdb.base/align.exp: Extend test to cover structures containing
1322         only static fields.
1323
1324 2019-04-11  Tom de Vries  <tdevries@suse.de>
1325
1326         * boards/cc-with-dwz-m.exp: New file.
1327         * boards/cc-with-dwz.exp: New file.
1328         * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1329
1330 2019-04-09  Simon Marchi  <simon.marchi@efficios.com>
1331
1332         * gdb.base/start-cpp.exp: New file.
1333         * gdb.base/start-cpp.cc: New file.
1334
1335 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
1336
1337         * gdb.python/py-thrhandle.exp: Adjust tests to call
1338         thread_from_handle instead of thread_from_thread_handle.
1339
1340 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
1341
1342         * gdb.python/py-thrhandle.exp: Add tests for
1343         gdb.InferiorThread.handle.
1344
1345 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
1346
1347         * gdb.python/py-function.exp: Check calling helper function from
1348         all languages.
1349         * lib/gdb.exp (gdb_supported_languages): New proc.
1350
1351 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
1352
1353         * gdb.base/complex-parts.c: New file.
1354         * gdb.base/complex-parts.exp: New file.
1355
1356 2019-04-01  Tom Tromey  <tromey@adacore.com>
1357
1358         PR symtab/23331:
1359         * gdb.dwarf2/dw2-ranges-main.c: New file.
1360         * gdb.dwarf2/dw2-ranges-psym.c: New file.
1361         * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1362
1363 2019-03-30  Simon Marchi <simark@simark.ca>
1364
1365         * gdb.base/default.exp: Add values for $_gdb_major and
1366         $_gdb_minor.
1367
1368 2019-03-29  Tom Tromey  <tromey@adacore.com>
1369
1370         * gdb.base/help.exp: Tighten apropos regexp.
1371
1372 2019-03-29  Keith Seitz  <keiths@redhat.com>
1373
1374         * gdb.fortran/array-bounds.exp: New file.
1375         * gdb.fortran/array-bounds.f90: New file.
1376
1377 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1378
1379         * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1380
1381 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1382
1383         * gdb.multi/hello.c (main): Increase alarm timer.
1384
1385 2019-03-28  Sandra Loosemore  <sandra@codesourcery.com>
1386
1387         * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1388         factor when no hardware watchpoint support.
1389
1390 2019-03-28  Alan Hayward  <alan.hayward@arm.com>
1391             Pedro Alves  <palves@redhat.com>
1392
1393         * boards/local-board.exp: set sysroot to /.
1394
1395 2019-03-27  Alan Hayward  <alan.hayward@arm.com>
1396
1397         * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1398         in child.
1399
1400 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1401
1402         * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1403         field.
1404         (make_container): Initialise new field.
1405         * gdb.python/py-prettyprint.exp: Add new tests.
1406         * gdb.python/py-prettyprint.py (class ContainerPrinter)
1407         <display_hint>: New method.
1408
1409 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1410
1411         * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1412         gdb_continue_to_breakpoint more throughout this test.
1413         (run_lang_tests) Supply unique test names, and use
1414         gdb_test_no_output.
1415
1416 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1417
1418         * gdb.base/finish-pretty.exp: Update expected results.
1419         * gdb.base/pretty-print.c: New file.
1420         * gdb.base/pretty-print.exp: New file.
1421
1422 2019-03-25  Pedro Alves  <palves@redhat.com>
1423
1424         * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1425         move comments outside list.  Append '-i "" eof' section.
1426
1427 2019-03-22  Alan Hayward  <alan.hayward@arm.com>
1428
1429         * README: Add pie options.
1430         * gdb.base/break-interp.exp: Ensure pie is disabled.
1431         * gdb.base/dump.exp: Likewise.
1432         * lib/gdb.exp (gdb_compile): Add pie option.
1433
1434 2019-03-19  Tom Tromey  <tromey@adacore.com>
1435
1436         * gdb.mi/mi2-cli-display.c: New file.
1437         * gdb.mi/mi2-cli-display.exp: New file.
1438
1439 2019-03-18  Joel Brobecker  <brobecker@adacore.com>
1440             Tom Tromey  <tromey@adacore.com>
1441
1442         * gdb.ada/ptype_array/pck.adb: New file.
1443         * gdb.ada/ptype_array/pck.ads: New file.
1444         * gdb.ada/ptype_array/foo.adb: New file.
1445         * gdb.ada/ptype_array.exp: New file.
1446
1447 2019-03-14  Tom Tromey  <tromey@adacore.com>
1448
1449         * gdb.base/style.exp: Add "set style sources" test.
1450
1451 2019-03-13  Simon Marchi  <simon.marchi@ericsson.com>
1452
1453         * mi-breakpoint-location-ena-dis.exp: Rename to ...
1454         * mi-breakpoint-multiple-locations.exp: ... this.
1455         (make_breakpoints_pattern): New proc.
1456         (do_test): Add mi_version parameter, test -break-insert,
1457         -break-info and =breakpoint-created.
1458
1459 2019-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1460
1461         * config/default.exp: Remove 'load_lib gdb.exp'.
1462         * config/monitor.exp: Likewise.
1463         * config/sid.exp: Likewise.
1464         * config/sim.exp: Likewise.
1465         * config/slite.exp: Likewise.
1466         * config/unix.exp: Likewise.
1467         * gdb.base/default.exp: Remove unhelpful comment.
1468
1469 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1470
1471         * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1472
1473 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1474
1475         * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1476
1477 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1478
1479         * gdb.fortran/type-kinds.exp: Update expected results.
1480
1481 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1482
1483         * gdb.fortran/type-kinds.exp: Test new integer type kind.
1484
1485 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1486
1487         * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1488         function.
1489         (test_basic_parsing_of_type_kinds): Expand types tested.
1490         (test_parsing_invalid_type_kinds): New function.
1491
1492 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1493
1494         * gdb.fortran/intrinsics.exp: New file.
1495         * gdb.fortran/intrinsics.f90: New file.
1496         * gdb.fortran/type-kinds.exp: New file.
1497
1498 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1499
1500         * gdb.fortran/dot-ops.exp: New file.
1501
1502 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1503
1504         * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1505         Check upper and lower case logical literals.
1506
1507 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1508
1509         * gdb.fortran/types.exp (test_float_literal_types_accepted):
1510         Remove duplicate tests.
1511
1512 2019-03-06  Alan Hayward  <alan.hayward@arm.com>
1513
1514         * lib/gdb.exp (builtin_cd): rename of cd.
1515         (cd): Override builtin.
1516
1517 2019-03-06  Richard Bunt  <richard.bunt@arm.com>
1518
1519         * gdb.fortran/function-calls.exp: New file.
1520         * gdb.fortran/function-calls.f90: New test.
1521
1522 2019-03-04  Richard Bunt  <richard.bunt@arm.com>
1523
1524         * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1525         on user program standard output.
1526         * gdb.fortran/short-circuit-argument-list.f90: Record function
1527         calls.
1528
1529 2019-02-28  Alan Hayward  <alan.hayward@arm.com>
1530
1531         * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1532         failure.
1533
1534 2019-02-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1535
1536         PR gdb/8527
1537         * gdb.base/interrupt-daemon-attach.c,
1538         gdb.base/interrupt-daemon-attach.exp: New test.
1539
1540 2019-02-27  Pedro Alves  <palves@redhat.com>
1541
1542         * gdb.base/page.exp: Add tests for "set width/height -1".
1543
1544 2019-02-27  Pedro Alves  <palves@redhat.com>
1545
1546         * gdb.base/page.exp: Add tests for "set/show width/height" with
1547         "infinite" values.
1548
1549 2019-02-27  Tom Tromey  <tromey@adacore.com>
1550
1551         * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1552         2.4.
1553         * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1554         workaround.
1555
1556 2019-02-27  Andrew Burgess  <andrew.burgess@embecosm.com>
1557
1558         * gdb.base/align.exp: Extend to compile in both C and C++, and add
1559         tests for structs with static members.
1560
1561 2019-02-26  Tom Tromey  <tromey@adacore.com>
1562
1563         * gdb.python/py-value.exp (test_value_from_buffer): Check for
1564         ValueError, not TypeError.
1565
1566 2019-02-26  Kevin Buettner  <kevinb@redhat.com>
1567
1568         * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1569         call from main program.
1570
1571 2019-02-23  Joel Brobecker  <brobecker@adacore.com>
1572
1573         * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1574         * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1575         * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1576         * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1577         * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1578
1579 2019-02-22  Keith Seitz  <keiths@redhat.com>
1580
1581         PR symtab/23853
1582         * gdb.base/symlink-sourcefile.c: New file.
1583         * gdb.base/symlink-sourcefile.exp: New file.
1584
1585 2019-02-20  Tom Tromey  <tom@tromey.com>
1586
1587         * gdb.base/info_qt.exp: Update.
1588
1589 2019-02-19  Simon Marchi  <simon.marchi@polymtl.ca>
1590
1591         * gdb.base/source.exp: Move "error in sourced script" code to
1592         the end.
1593         * gdb.base/source-error.gdb: Move contents to
1594         source-error-1.gdb.  Add new code to source source-error-1.gdb.
1595         * gdb.base/source-error-1.gdb: New file, from previous
1596         source-error.gdb.
1597
1598 2019-02-17  Tom Tromey  <tom@tromey.com>
1599
1600         * gdb.base/style.exp: Use -g3 to compile when possible.  Add test
1601         for macro styling.
1602         * gdb.base/style.c (SOME_MACRO): New macro.
1603
1604 2019-02-17  Tom Tromey  <tom@tromey.com>
1605
1606         * gdb.base/style.exp: Add line-wrapping tests.
1607         * gdb.base/page.exp: Add test for quitting during pagination.
1608
1609 2019-02-17  Joel Brobecker  <brobecker@adacore.com>
1610
1611         * gdb.ada/big_packed_array: New testcase.
1612         * gdb.ada/homonym.exp: Fix incorrect expected output for
1613         "break <homonym__get_value>" test.
1614
1615 2019-02-13  Weimin Pan  <weimin.pan@oracle.com>
1616
1617         PR breakpoints/21870
1618         * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1619         and prepare_for_testing.  Add comment.
1620         * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1621         redundant cleanup call.  Clean up comment.
1622
1623 2019-02-12  Weimin Pan  <weimin.pan@oracle.com>
1624
1625         PR breakpoints/21870
1626         * gdb.arch/aarch64-dbreg-contents.exp: New file.
1627         * gdb.arch/aarch64-dbreg-contents.c: New file.
1628
1629 2019-02-10  Joel Brobecker  <brobecker@adacore.com>
1630
1631         * gdb.ada/mi_ref_changeable: New testcase.
1632
1633 2019-02-07  Alan Hayward  <alan.hayward@arm.com>
1634
1635         * gdb.base/attach.exp: Add double attach test.
1636
1637 2019-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
1638
1639         * lib/gdb.exp (default_gdb_start): Don't match pagination
1640         prompt.
1641         (gdb_init): Set stty_init.
1642
1643 2019-01-27  Tom Tromey  <tom@tromey.com>
1644
1645         * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1646         skip_python_tests.
1647
1648 2019-01-24  Alan Hayward  <alan.hayward@arm.com>
1649
1650         * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1651         New structure.
1652         (struct struct_static_02_02): Likewise.
1653         (struct struct_static_02_03): Likewise.
1654         (struct struct_static_02_04): Likewise.
1655         (struct struct_static_04_01): Likewise.
1656         (struct struct_static_04_02): Likewise.
1657         (struct struct_static_04_03): Likewise.
1658         (struct struct_static_04_04): Likewise.
1659         (struct struct_static_06_01): Likewise.
1660         (struct struct_static_06_02): Likewise.
1661         (struct struct_static_06_03): Likewise.
1662         (struct struct_static_06_04): Likewise.
1663         (cmp_struct_static_02_01): Likewise.
1664         (cmp_struct_static_02_02): Likewise.
1665         (cmp_struct_static_02_03): Likewise.
1666         (cmp_struct_static_02_04): Likewise.
1667         (cmp_struct_static_04_01): Likewise.
1668         (cmp_struct_static_04_02): Likewise.
1669         (cmp_struct_static_04_03): Likewise.
1670         (cmp_struct_static_04_04): Likewise.
1671         (cmp_struct_static_06_01): Likewise.
1672         (cmp_struct_static_06_02): Likewise.
1673         (cmp_struct_static_06_03): Likewise.
1674         (cmp_struct_static_06_04): Likewise.
1675         (call_all): Test new structs.
1676         * gdb.base/infcall-nested-structs.exp: Likewise.
1677
1678 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
1679         * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1680
1681 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
1682         * gdb.base/stack-protector.c: New test.
1683         * gdb.base/stack-protector.exp: New file.
1684         * gdb.cp/ovldbreak.exp: Only allow a single break line.
1685         * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1686         option.
1687         (gdb_compile): Remove stack protector for GCC and prevent
1688         recursion.
1689
1690 2019-01-16  Keith Seitz  <keiths@redhat.com>
1691
1692         PR gdb/23773
1693         * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1694
1695 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1696
1697         * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1698         aliases.
1699         * gdb.arch/altivec-regs.exp: Likewise.  Fix indentation of two
1700         tests.
1701         * gdb.arch/powerpc-vector-regs.c: New file.
1702         * gdb.arch/powerpc-vector-regs.exp: New file.
1703
1704 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1705
1706         * gdb.arch/altivec-regs.exp: Fix the list passed to
1707         gdb_expect_list when testing "info vector".
1708
1709 2019-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1710
1711         * gdb.base/style.exp: Don't include path in testname.
1712
1713 2019-01-10  Keith Seitz  <keiths@redhat.com>
1714
1715         PR gdb/23712
1716         PR symtab/23010
1717         * gdb.dwarf2/multidictionary.exp: New file.
1718
1719 2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
1720
1721         * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1722         (test_gnuv3_style_demangling): ... this.
1723         (test_lucid_style_demangling): Remove.
1724         (test_arm_style_demangling): Remove.
1725         (test_hp_style_demangling): Remove.
1726         (do_tests): Remove calls to the above.
1727
1728 2019-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1729
1730         * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1731         case.
1732
1733 2019-01-06  Tom Tromey  <tom@tromey.com>
1734
1735         PR gdb/28155:
1736         * gdb.dwarf2/typedef-void-finish.exp: New file.
1737
1738 2018-12-28  Tom Tromey  <tom@tromey.com>
1739             Simon Marchi <simark@simark.ca>
1740
1741         * gdb.base/jit-exec.exp: New file.
1742         * gdb.base/jit-exec.c: New file.
1743         * gdb.base/jit-execd.c: New file.
1744
1745 2018-12-28  Tom Tromey  <tom@tromey.com>
1746
1747         * gdb.base/style.exp: Update test to check for address styling.
1748
1749 2018-12-28  Tom Tromey  <tom@tromey.com>
1750
1751         * gdb.base/style.exp: Add test for styling of "Reading symbols"
1752         message.
1753
1754 2018-12-28  Tom Tromey  <tom@tromey.com>
1755
1756         * gdb.base/style.exp: Add test for version number styling.
1757
1758 2018-12-28  Tom Tromey  <tom@tromey.com>
1759
1760         * gdb.base/style.exp: Add test for print_address_symbolic.
1761
1762 2018-12-28  Tom Tromey  <tom@tromey.com>
1763
1764         * gdb.base/style.exp: Add test for breakpoint setting.
1765
1766 2018-12-28  Tom Tromey  <tom@tromey.com>
1767
1768         * gdb.base/style.exp: Add test for variable names.
1769
1770 2018-12-28  Tom Tromey  <tom@tromey.com>
1771
1772         * gdb.base/style.exp: New file.
1773         * gdb.base/style.c: New file.
1774
1775 2018-12-28  Tom Tromey  <tom@tromey.com>
1776
1777         * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1778         "dumb".
1779         * gdb.base/readline.exp (operate_and_get_next): Save and restore
1780         the TERM environment variable.
1781
1782 2018-12-27  Tom Tromey  <tom@tromey.com>
1783
1784         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1785         pagination test.
1786
1787 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1788
1789         * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1790         * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1791
1792 2018-12-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1793
1794         * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1795         Filename a.adb changed to bp_fun_addr.adb.
1796         gdb.ada/bp_fun_addr.exp: Update test accordingly.
1797
1798 2018-12-21  Jan Vrany  <jan.vrany@fit.cvut.cz>
1799
1800         * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1801         non-PIE executables.
1802         * README: Mention the gdb,nopie_flag board setting.
1803         * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1804         non-PIE executable.
1805         * gdb.arch/amd64-entry-value.exp: Likewise.
1806         * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1807         * gdb.arch/i386-float.exp: Likewise.
1808         * gdb.arch/i386-signal.exp: Likewise.
1809         * gdb.mi/mi-reg-undefined.exp: Likewise.
1810
1811 2018-12-21  Paul Marechal  <paul.marechal@ericsson.com>
1812
1813         PR gdb/23974
1814         * gdb.base/info-os.exp: Check return for unknown "info os" type.
1815
1816 2018-12-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1817
1818         * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1819         Update order of results accordingly.
1820
1821 2018-12-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1822
1823         * gdb.base/annota1.exp: Update a test regexp.
1824
1825 2018-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1826
1827         * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1828
1829 2018-12-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1830
1831         * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1832         (reuse_time): Initialize to REUSE_TIME_CAP.
1833         (check_rc): New function.
1834         (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1835         Check pthread_create rc.
1836         (spawner_thread_func): Check pthread_create and pthread_join rc.
1837
1838 2018-12-08  Pedro Alves  <palves@redhat.com>
1839
1840         * gdb.base/list.exp (test_forward_search): Rename to ...
1841         (test_forward_reverse_search): ... this.  Also test reverse-search
1842         and the forward-search alias.
1843
1844 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
1845
1846         * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1847         local timeout variable before return, and remove all local timeout
1848         variable entirely.
1849         (gdb_load): Likewise.
1850
1851 2018-12-01  Tom de Vries  <tdevries@suse.de>
1852
1853         * gdb.base/gdb-caching-proc.exp: New file.
1854
1855 2018-11-25  Sergio Durigan Junior  <sergiodj@redhat.com>
1856
1857         * Makefile.in (TIMESTAMP): New variable.
1858         (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1859         command.
1860         (check-single-racy): Likewise.
1861         (check/%.exp): Likewise.
1862         (check-racy/%.exp): Likewise.
1863         (workers/%.worker): Likewise.
1864         (build-perf): Likewise.
1865         (check-perf): Likewise.
1866         * README: Describe new "TS" and "TS_FORMAT" variables.
1867         * print-ts.py: New file.
1868
1869 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
1870
1871         PR python/23714
1872         * gdb.python/python.exp: Test command repetition after
1873         gdb.execute.
1874
1875 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
1876
1877         * gdb.opt/inline-break.exp: Add test that info breakpoint output
1878         is correctly aligned.
1879
1880 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1881
1882         * gdb.ada/info_auto_lang.exp: New testcase.
1883         * gdb.ada/info_auto_lang/global_pack.ads: New file.
1884         * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1885         * gdb.ada/info_auto_lang/some_c.c: New file.
1886
1887 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1888
1889         * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1890         FUNC_lang language syntax.
1891
1892 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1893
1894         * gdb.base/info_minsym.c: New file.
1895         * gdb.base/info_minsym.exp: New file.
1896
1897 2018-11-19  Tom Tromey  <tom@tromey.com>
1898
1899         PR rust/23625:
1900         * gdb.rust/simple.exp: Add ptype test.  Update expected output.
1901         * gdb.rust/expr.exp: Update expected output.  Change one test.
1902
1903 2018-11-19  Tom Tromey  <tom@tromey.com>
1904
1905         * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1906
1907 2018-11-19  Pedro Alves  <palves@redhat.com>
1908
1909         * gdb.base/warning.exp: Don't override INTERNAL_FLAGS.  Use
1910         gdb_spawn_with_cmdline_opts instead of gdb_start.  Check that we
1911         see the expected warning.
1912
1913 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
1914
1915         PR gdb/22736:
1916         * gdb.cp/infcall-nodebug-lib.c: New test.
1917         * gdb.cp/infcall-nodebug-main.c: New test.
1918         * gdb.cp/infcall-nodebug.exp: New file.
1919
1920 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
1921
1922         * gdb.base/skip.exp: Add standard_testfile.  Add "skip delete"
1923         completer tests.
1924
1925 2018-11-09  Tom de Vries  <tdevries@suse.de>
1926
1927         * gdb.base/msym-lang.c: New test.
1928         * gdb.base/msym-lang.exp: New file.
1929         * gdb.base/msym-lang-main.c: New test.
1930
1931 2018-11-08  Tom Tromey  <tom@tromey.com>
1932
1933         PR gdb/23555:
1934         PR gdb/23838:
1935         * gdb.base/warning.exp: New file.
1936
1937 2018-11-08  Jan Beulich  <jbeulich@suse.com>
1938
1939         * testsuite/gdb.arch/i386-avx512.c,
1940         testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1941
1942 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1943
1944         * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1945         point hardware.
1946
1947 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
1948
1949         * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1950         * gdb.dwarf2/missing-type-name.exp: New file.
1951
1952 2018-11-06  Tom de Vries  <tdevries@suse.de>
1953
1954         * gdb.base/many-headers.c: New test.
1955         * gdb.base/many-headers.exp: New file.
1956
1957 2018-11-06  Jim Wilson  <jimw@sifive.com>
1958
1959         * gdb.base/code_elim.exp: For riscv, set additional_flags
1960         to include -msmall-data-limit=0.
1961
1962 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
1963
1964         * gdb.ada/watch_minus_l: New testcase.
1965
1966 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1967
1968         * gdb.arch/aix-sighandle.c: New file.
1969         * gdb.arch/aix-sighandle.exp: New file.
1970
1971 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1972
1973         * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1974         registers being unions.
1975
1976 2018-10-31  Tom de Vries  <tdevries@suse.de>
1977
1978         * lib/valgrind.exp: New file.
1979          (vgdb_start, vgdb_stop): New procs, factored out of ...
1980         * gdb.base/valgrind-bt.exp: ... here, ...
1981         * gdb.base/valgrind-disp-step.exp: ... here and ...
1982         * gdb.base/valgrind-infcall.exp: ... here.
1983
1984 2018-10-31  Tom de Vries  <tdevries@suse.de>
1985
1986         * lib/gdb.exp (get_valueof): Don't output read value in test name.
1987
1988 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1989
1990         * gdb.dwarf2/void-type.c: New file.
1991         * gdb.dwarf2/void-type.exp: New file.
1992
1993 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1994
1995         * gdb.base/info_qt.c: New file.
1996         * gdb.base/info_qt.exp: New file.
1997
1998 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1999
2000         * gdb.arch/powerpc-htm-regs.c: New file.
2001         * gdb.arch/powerpc-htm-regs.exp: New file.
2002
2003 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
2004
2005         * gdb.arch/powerpc-tar.c: New file.
2006         * gdb.arch/powerpc-tar.exp: New file.
2007
2008 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
2009
2010         * gdb.arch/powerpc-ppr-dscr.c: New file.
2011         * gdb.arch/powerpc-ppr-dscr.exp: New file.
2012
2013 2018-10-25  Tom de Vries  <tdevries@suse.de>
2014
2015         * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2016
2017 2018-10-24  Tom de Vries  <tdevries@suse.de>
2018
2019         * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2020         longer exists error.
2021
2022 2018-10-24  Tom de Vries  <tdevries@suse.de>
2023
2024         * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2025
2026 2018-10-24  Tom de Vries  <tdevries@suse.de>
2027
2028         * gdb.base/valgrind-db-attach.exp: Handle removed support for
2029         --db-attach in valgrind.
2030
2031 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
2032
2033         * gdb.arch/riscv-reg-aliases.c: New file.
2034         * gdb.arch/riscv-reg-aliases.exp: New file.
2035
2036 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
2037
2038         * gdb.python/py-cmd.exp: Check for gdb_prompt.
2039
2040 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
2041
2042         * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2043
2044 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
2045
2046         * gdb.cp/ovldbreak.exp: Fix regexps.
2047
2048 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
2049
2050         * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2051
2052 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2053
2054         PR cli/23785
2055         * gdb.base/restore.exp: New test to check if "restore" with an
2056         invalid file doesn't segfault.
2057
2058 2018-10-18  Tom de Vries  <tdevries@suse.de>
2059
2060         * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2061         * gdb.ada/excep_handle.exp: Same.
2062         * gdb.ada/mi_string_access.exp: Same.
2063         * gdb.ada/mi_var_union.exp: Same.
2064         * gdb.arch/arc-analyze-prologue.exp: Same.
2065         * gdb.arch/arc-decode-insn.exp: Same.
2066         * gdb.base/readnever.exp: Same.
2067         * gdb.fortran/printing-types.exp: Same.
2068         * gdb.guile/scm-lazy-string.exp: Same.
2069
2070 2018-10-16  Tom de Vries  <tdevries@suse.de>
2071
2072         PR gdb/23730
2073         * gdb.base/catch-follow-exec.c: Add copyright notice.
2074         * gdb.base/catch-follow-exec.exp: Rewrite to use
2075         gdb_spawn_with_cmdline_opts.  Require gdb-native.
2076
2077 2018-10-12  Sandra Loosemore  <sandra@codesourcery.com>
2078
2079         * gdb.trace/actions-changed.exp: Check for arch support.
2080         * gdb.trace/actions.exp: Likewise.
2081         * gdb.trace/ax.exp: Likewise.
2082         * gdb.trace/backtrace.exp: Likewise.
2083         * gdb.trace/change-loc.exp: Likewise.
2084         * gdb.trace/deltrace.exp: Likewise.
2085         * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2086         * gdb.trace/ftrace.exp: Likewise.
2087         * gdb.trace/infotrace.exp: Check for arch support.
2088         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2089         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2090         * gdb.trace/mi-tsv-changed.exp: Likewise.
2091         * gdb.trace/packetlen.exp: Likewise.
2092         * gdb.trace/passc-dyn.exp: Likewise.
2093         * gdb.trace/passcount.exp: Likewise.
2094         * gdb.trace/pending.exp: Likewise.
2095         * gdb.trace/range-stepping.exp: Check for shlib support.
2096         * gdb.trace/report.exp: Check for arch support.
2097         * gdb.trace/save-trace.exp: Likewise.
2098         * gdb.trace/signal.exp: Check for signal support.
2099         * gdb.trace/tfind.exp: Check for arch support.
2100         * gdb.trace/trace-break.exp: Check for arch and shlib support.
2101         * gdb.trace/trace-common.h: Add comment.
2102         * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2103         * gdb.trace/trace-enable-disable.exp: Likewise.
2104         * gdb.trace/trace-mt.exp: Likewise.  Remove redundant untested call.
2105         * gdb.trace/tracecmd.exp: Check for arch support.
2106         * gdb.trace/tspeed.exp: Check for shlib and target support.
2107         * gdb.trace/tstatus.exp: Check for arch support.
2108         * gdb.trace/tsv.exp: Likewise.
2109         * gdb.trace/while-dyn.exp: Likewise.
2110         * gdb.trace/while-stepping.exp: Likewise.
2111         * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2112
2113 2018-10-12  Simon Marchi  <simon.marchi@ericsson.com>
2114
2115         * gdb.trace/tspeed.exp: Remove nowarnings.
2116         (prepare_for_trace_test): Declare "global ipalib".
2117         * gdb.trace/tspeed.c: Include unistd.h.
2118         (main): Remove superfluous printf argument.
2119
2120 2018-10-11  Sandra Loosemore  <sandra@codesourcery.com>
2121
2122         * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2123         directory prefix on the filename.
2124
2125 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2126
2127         * gdb.gdb/unittest.exp: Update expected message informing that
2128         selftests have been disabled.
2129         * gdb.server/unittest.exp: Likewise.
2130
2131 2018-10-09  Tom de Vries  <tdevries@suse.de>
2132
2133         * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2134         with runto_main.
2135
2136 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
2137
2138         PR c++/16841
2139         * gdb.cp/virtbase2.cc: New file.
2140         * gdb.cp/virtbase2.exp: New file.
2141
2142 2018-10-06  Tom Tromey  <tom@tromey.com>
2143
2144         PR python/19399:
2145         * gdb.python/py-inferior.exp: Add architecture test.
2146
2147 2018-10-06  Tom Tromey  <tom@tromey.com>
2148
2149         * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2150         * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2151
2152 2018-10-06  Tom Tromey  <tom@tromey.com>
2153
2154         * gdb.python/py-breakpoint.exp (check_last_event): Check location
2155         of a "throw" catchpoint.
2156
2157 2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2158
2159         * gdb.base/info-proc.exp: Update string expected from "help info
2160         proc".
2161
2162 2018-10-04  Tom Tromey  <tom@tromey.com>
2163
2164         * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2165         * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2166         (test_initial_complaints, test_empty_complaints): Update.
2167         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2168
2169 2018-10-04  Tom Tromey  <tom@tromey.com>
2170
2171         PR cli/19551:
2172         * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2173         * lib/gdb.exp (gdb_file_cmd): Update.
2174         * gdb.stabs/weird.exp (print_weird_var): Update.
2175         * gdb.server/solib-list.exp: Update.
2176         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2177         * gdb.mi/mi-cli.exp: Update.
2178         * gdb.linespec/linespec.exp: Update.
2179         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2180         * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2181         * gdb.cp/cp-relocate.exp: Update.
2182         * gdb.base/sym-file.exp: Update.
2183         * gdb.base/relocate.exp: Update.
2184         * gdb.base/readnever.exp: Update.
2185         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2186         * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2187         * gdb.base/dbx.exp (gdb_file_cmd): Update.
2188         * gdb.base/code_elim.exp: Update.
2189         * gdb.base/break-unload-file.exp (test_break): Update.
2190         * gdb.base/break-interp.exp (test_attach_gdb): Update.
2191         * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2192         Update.
2193         * gdb.base/attach.exp (do_attach_tests): Update.
2194         * gdb.base/sepdebug.exp: Update.
2195         * gdb.python/py-section-script.exp: Update.
2196
2197 2018-10-04  Tom Tromey  <tom@tromey.com>
2198
2199         PR cli/22234:
2200         * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2201         * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2202         output.
2203
2204 2018-10-04  Tom Tromey  <tom@tromey.com>
2205
2206         * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2207         set width and height to 0.
2208         (test_command_line_attach_run): Use -quiet.
2209
2210 2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
2211
2212         * lib/gdb.exp (skip_ifunc_tests): New.
2213         * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
2214         other compile failures.
2215         * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2216
2217 2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
2218
2219         * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2220         is_amd64_regs_target.
2221
2222 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
2223
2224         * gdb.arch/aarch64-sighandler-regs.c: New test.
2225         * gdb.arch/aarch64-sighandler-regs.exp: New file.
2226         * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2227
2228 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
2229
2230         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2231         assembly.
2232
2233 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
2234
2235         * gdb.base/frame-selection.exp: New file.
2236         * gdb.base/frame-selection.c: New file.
2237
2238 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
2239
2240         * gdb.threads/check-libthread-db.c (thread_routine): Use a
2241         pthread barrier.
2242         (main): Likewise.
2243
2244 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
2245
2246         * gdb.base/large-frame-1.c: New file.
2247         * gdb.base/large-frame-2.c: New file.
2248         * gdb.base/large-frame.exp: New file.
2249         * gdb.base/large-frame.h: New file.
2250
2251 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2252
2253         PR gdb/20948
2254         * gdb.base/write_mem.exp: New test.
2255         * gdb.base/write_mem.c: Likewise.
2256
2257 2018-09-23  Tom Tromey  <tom@tromey.com>
2258
2259         PR python/18852:
2260         * gdb.python/py-parameter.exp: Add test for parameter that throws
2261         on "set".
2262
2263 2018-09-23  Tom Tromey  <tom@tromey.com>
2264
2265         PR python/17284:
2266         * gdb.python/py-template.exp (test_template_arg): Add test for
2267         negative template argument number.
2268
2269 2018-09-23  Tom Tromey  <tom@tromey.com>
2270
2271         PR python/14062:
2272         * gdb.python/python.exp: Add test for post_event error.
2273
2274 2018-09-23  Tom Tromey  <tom@tromey.com>
2275
2276         PR python/18170:
2277         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2278         convert pointers to int and long.
2279
2280 2018-09-23  Tom Tromey  <tom@tromey.com>
2281
2282         PR python/20126:
2283         * gdb.python/py-value.exp (test_value_numeric_ops): Add
2284         signed-ness conversion tests.
2285
2286 2018-09-23  Tom Tromey  <tom@tromey.com>
2287
2288         PR python/18352;
2289         * gdb.python/py-value.exp (test_float_conversion): New proc.
2290         Use it.
2291
2292 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2293
2294         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2295
2296 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
2297
2298         * gdb.base/complete-empty.exp: Skip tab-completion tests if
2299         no readline.
2300         * gdb.base/utf8-identifiers.exp: Likewise.
2301         * gdb.cp/cpcompletion.exp: Likewise.
2302         * gdb.linespec/cpcompletion.exp: Likewise.
2303         * gdb.linespec/cpls-abi-tag.exp: Likewise.
2304         * gdb.linespec/cpls-ops.exp: Likewise.
2305
2306 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
2307             Chris January  <chris.january@arm.com>
2308
2309         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2310         * gdb.fortran/short-circuit-argument-list.exp: New file.
2311         * gdb.fortran/short-circuit-argument-list.f90: New test.
2312
2313 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2314
2315         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2316         "arch=" keyword when executing "-stack-list-frames".
2317
2318 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2319
2320         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2321         "arch=" keyword when executing "-stack-list-frames".
2322
2323 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2324
2325         * gdb.ada/complete.exp: Expect for "@" when doing "complete
2326         break ada".
2327
2328 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
2329
2330         PR python/23669
2331         * gdb.python/python.exp: Test gdb.execute("show commands").
2332
2333 2018-09-16  Tom Tromey  <tom@tromey.com>
2334
2335         * gdb.base/new-ui.exp (do_execution_tests): Update.
2336         * gdb.base/dbx.exp (test_breakpoints): Update.
2337
2338 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
2339
2340         * lib/gdb.exp (gdb_simple_compile): Add proc.
2341         (is_elf_target): Use gdb_simple_compile.
2342         (skip_altivec_tests): Likewise.
2343         (skip_vsx_tests): Likewise.
2344         (skip_tsx_tests): Likewise.
2345         (skip_btrace_tests): Likewise.
2346         (skip_btrace_pt_tests): Likewise.
2347         (gdb_can_simple_compile): Likewise.
2348         (gdb_has_argv0): Likewise.
2349         (gdb_target_symbol_prefix): Likewise.
2350         (target_supports_scheduler_locking): Likewise.
2351
2352 2018-09-13  Tom Tromey  <tom@tromey.com>
2353
2354         * Makefile.in (TAGS): Recognize proc_with_prefix and
2355         gdb_caching_proc.
2356
2357 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
2358
2359         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2360         method.
2361
2362 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
2363
2364         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2365         and a few other Inferior properties when the Inferior is no
2366         longer valid.
2367
2368 2018-09-13  Tom Tromey  <tom@tromey.com>
2369
2370         PR rust/23650:
2371         * gdb.rust/simple.exp: Add test for enum field access error.
2372
2373 2018-09-13  Tom Tromey  <tom@tromey.com>
2374
2375         PR rust/23626:
2376         * gdb.rust/simple.rs (EmptyEnum): New type.
2377         (main): Use it.
2378         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2379
2380 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
2381
2382         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2383         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2384         * gdb.python/py-symtab.exp: Update test printing an objfile.
2385
2386 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
2387
2388         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2389         object.
2390
2391 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
2392
2393         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2394         (support_complex_tests): Use gdb_can_simple_compile.
2395         (is_ilp32_target): Likewise.
2396         (is_lp64_target): Likewise.
2397         (is_64_target): Likewise.
2398         (is_amd64_regs_target): Likewise.
2399         (is_aarch32_target): Likewise.
2400         (gdb_int128_helper): Likewise.
2401
2402 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2403
2404         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2405
2406 2018-09-10  Jerome Guitton  <guitton@adacore.com>
2407
2408         * gdb.ada/same_component_name: Add test for case of tagged record
2409         with variable-length fields.
2410
2411 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2412
2413         * gdb.ada/access_to_unbounded_array.exp: New testcase.
2414         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2415         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2416         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2417
2418 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2419
2420         * gdb.ada/mi_string_access.exp: New testcase.
2421         * gdb.ada/mi_string_access/bar.adb: New file.
2422         * gdb.ada/mi_string_access/pck.adb: New file.
2423         * gdb.ada/mi_string_access/pck.asd: New file.
2424
2425 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2426
2427         * gdb.ada/mi_var_union.exp: New testcase.
2428         * gdb.ada/mi_var_union/bar.adb: New file.
2429         * gdb.ada/mi_var_union/pck.adb: New file.
2430         * gdb.ada/mi_var_union/pck.asd: New file.
2431
2432 2018-09-08  Tom Tromey  <tom@tromey.com>
2433
2434         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2435
2436 2018-09-08  Tom Tromey  <tom@tromey.com>
2437
2438         PR python/16047:
2439         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2440         (register_pretty_printers): Register new printer.
2441         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2442         test.
2443         * gdb.python/py-prettyprint.c (int_type3): New typedef.
2444         (an_int_type3): New global.
2445
2446 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
2447
2448         * gdb.ada/expr_with_funcall: New testcase.
2449
2450 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
2451
2452         * gdb.ada/packed_array_assign: New testcase.
2453
2454 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
2455
2456         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2457         names, and add test prefixes to make test names unique.
2458
2459 2018-09-05  Tom de Vries  <tdevries@suse.de>
2460
2461         * gdb.dwarf2/varval.exp: Add test.
2462
2463 2018-09-04  Gary Benson <gbenson@redhat.com>
2464
2465         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2466         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
2467
2468 2018-08-31  Tom Tromey  <tom@tromey.com>
2469
2470         * gdb.rust/simple.rs: Rename second variable "v".
2471
2472 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
2473
2474         * gdb.base/funcargs.c (use_a): New function.
2475         (recurse): Call use_a.
2476
2477 2018-08-29  Keith Seitz  <keiths@redhat.com>
2478
2479         * gdb.compile/compile-cplus-anonymous.cc: New file.
2480         * gdb.compile/compile-cplus-anonymous.exp: New file.
2481         * gdb.compile/compile-cplus-array-decay.cc: New file.
2482         * gdb.compile/compile-cplus-array-decay.exp: New file.
2483         * gdb.compile/compile-cplus-inherit.cc: New file.
2484         * gdb.compile/compile-cplus-inherit.exp: New file.
2485         * gdb.compile/compile-cplus-member.cc: New file.
2486         * gdb.compile/compile-cplus-member.exp: New file.
2487         * gdb.compile/compile-cplus-method.cc: New file.
2488         * gdb.compile/compile-cplus-method.exp: New file.
2489         * gdb.compile/compile-cplus-mod.c: "New" file.
2490         * gdb.compile/compile-cplus-namespace.cc: New file.
2491         * gdb.compile/compile-cplus-namespace.exp: New file.
2492         * gdb.compile/compile-cplus-nested.cc: New file.
2493         * gdb.compile/compile-cplus-nested.exp: New file.
2494         * gdb.compile/compile-cplus-print.c: "New" file.
2495         * gdb.compile/compile-cplus-print.exp: "New" file.
2496         * gdb.compile/compile-cplus-virtual.cc: New file.
2497         * gdb.compile/compile-cplus-virtual.exp: New file.
2498         * gdb.compile/compile-cplus.c: "New" file.
2499         * gdb.compile/compile-cplus.exp: "New" file.
2500         * lib/compile-support.exp: New file.
2501
2502 2018-08-16  Gary Benson <gbenson@redhat.com>
2503
2504         PR gdb/13000:
2505         * gdb.base/batch-exit-status.exp: New file.
2506         * gdb.base/batch-exit-status.good-commands: Likewise.
2507         * gdb.base/batch-exit-status.bad-commands: Likewise.
2508
2509 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
2510
2511         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2512         (struct struct02): Likewise.
2513         (struct struct03): Likewise.
2514         (struct struct04): Likewise.
2515         (struct struct_01_01): New struct.
2516         (struct struct_01_02): Likewise.
2517         (struct struct_01_03): Likewise.
2518         (struct struct_01_04): Likewise.
2519         (struct struct_02_01): Likewise.
2520         (struct struct_02_02): Likewise.
2521         (struct struct_02_03): Likewise.
2522         (struct struct_02_04): Likewise.
2523         (struct struct_04_01): Likewise.
2524         (struct struct_04_02): Likewise.
2525         (struct struct_04_03): Likewise.
2526         (struct struct_04_04): Likewise.
2527         (struct struct_05_01): Likewise.
2528         (struct struct_05_02): Likewise.
2529         (struct struct_05_03): Likewise.
2530         (struct struct_05_04): Likewise.
2531         (cmp_struct01): Remove function.
2532         (cmp_struct02): Likewise.
2533         (cmp_struct03): Likewise.
2534         (cmp_struct04): Likewise.
2535         (cmp_struct_01_01): Add Function.
2536         (cmp_struct_01_02): Likewise.
2537         (cmp_struct_01_03): Likewise.
2538         (cmp_struct_01_04): Likewise.
2539         (cmp_struct_02_01): Likewise.
2540         (cmp_struct_02_02): Likewise.
2541         (cmp_struct_02_03): Likewise.
2542         (cmp_struct_02_04): Likewise.
2543         (cmp_struct_04_01): Likewise.
2544         (cmp_struct_04_02): Likewise.
2545         (cmp_struct_04_03): Likewise.
2546         (cmp_struct_04_04): Likewise.
2547         (cmp_struct_05_01): Likewise.
2548         (cmp_struct_05_02): Likewise.
2549         (cmp_struct_05_03): Likewise.
2550         (cmp_struct_05_04): Likewise.
2551         (call_all): Add new structs.
2552         * gdb.base/infcall-nested-structs.exp: Likewise.
2553
2554 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
2555
2556         * gdb.python/py-framefilter-mi.exp: Update regexp to
2557         check for "arch" field in frame output.
2558
2559 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
2560
2561         * gdb.dwarf2/dw2-ranges-func.c: New file.
2562         * gdb.dwarf2/dw2-ranges-func.exp: New file.
2563
2564 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
2565
2566         * gdb.base/term.exp: Compare terminal settings with values from
2567         the inferior.
2568         * gdb.base/term.c: Get and set terminal settings.
2569
2570 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
2571
2572         * lib/mi-support.exp (mi_expect_stop): Update regexp to
2573         accommodate new "arch" field in frame output.
2574         * gdb.mi/mi-return.exp: Likewise.
2575         * gdb.mi/mi-stack.exp: Likewise.
2576         * gdb.mi/mi-syn-frame.exp: Likewise.
2577         * gdb.mi/user-selected-context-sync.exp: Likewise.
2578
2579 2018-08-19  Michael Spang  <spang@google.com>
2580
2581         PR gdb/11786
2582         * gdb.base/gcore-tls-pie.c: New file.
2583         * gdb.base/gcore-tls-pie.exp: New file.
2584
2585 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
2586
2587         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2588         * gdb.dwarf2/varval.c: New file.
2589         * gdb.dwarf2/varval.exp: New file.
2590
2591 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
2592
2593         PR gdb/18931
2594         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2595
2596 2018-08-16  Keith Seitz  <keiths@redhat.com>
2597
2598         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2599         tests expected to pass.
2600
2601 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
2602
2603         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2604         -data-disassemble -a.
2605         (test_disassembly_bogus_args): Likewise.
2606
2607 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
2608
2609         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2610
2611 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2612
2613         * gdb.base/vla-optimized-out.exp: Add new test.
2614
2615 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2616
2617         * gdb.base/vla-optimized-out-o3.exp: Delete.
2618         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2619         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2620         deleted tests.
2621
2622 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
2623
2624         PR gdb/18050:
2625         * gdb.server/extended-remote-restart.c: New file.
2626         * gdb.server/extended-remote-restart.exp: New file.
2627
2628 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
2629
2630         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2631         "set variable index = 42".
2632
2633 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
2634
2635         * boards/index-cache-gdb.exp: New file.
2636         * gdb.dwarf2/index-cache.exp: New file.
2637         * gdb.dwarf2/index-cache.c: New file.
2638         * gdb.base/maint.exp: Check if we are using the index cache.
2639
2640 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2641
2642         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2643         MAKEFLAGS.
2644
2645 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2646
2647         * dg-extract-results.sh: Move to toplevel contrib.
2648         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2649         * Makefile.in (check-parallel-racy): Likewise.
2650
2651 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
2652
2653         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2654         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2655         tests if the target supports scheduler locking.
2656
2657 2018-08-04  Tom de Vries  <tdevries@suse.de>
2658
2659         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2660
2661 2018-08-02  Tom Tromey  <tom@tromey.com>
2662
2663         PR symtab/16842.
2664         * gdb.cp/temargs.exp: Test "info address" of a template
2665         parameter.
2666
2667 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
2668
2669         * gdb.python/py-mi-var-info-path-expression.c: New file.
2670         * gdb.python/py-mi-var-info-path-expression.py: New file.
2671         * gdb.python/py-mi-var-info-path-expression.exp: New file.
2672
2673 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
2674
2675         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2676         error after "cannot resolve name" string.
2677
2678 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
2679
2680         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2681         started.
2682         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2683
2684 2018-07-28  Tom de Vries  <tdevries@suse.de>
2685
2686         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2687
2688 2018-07-26  Tom de Vries  <tdevries@suse.de>
2689
2690         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2691
2692 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
2693
2694         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2695         is visible.
2696
2697 2018-07-26  Tom de Vries  <tdevries@suse.de>
2698
2699         PR breakpoints/23366
2700         * gdb.base/catch-follow-exec.c: New test.
2701         * gdb.base/catch-follow-exec.exp: New file.
2702
2703 2018-07-25  Tom de Vries  <tdevries@suse.de>
2704
2705         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
2706         vla-optimized-out.c.
2707
2708 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
2709
2710         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2711         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2712
2713 2018-07-20  Tom de Vries  <tdevries@suse.de>
2714
2715         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2716         NOCLONE macro.
2717         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2718
2719 2018-07-19  Tom de Vries  <tdevries@suse.de>
2720
2721         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2722         regular expression.
2723
2724 2018-07-18  Tom de Vries  <tdevries@suse.de>
2725
2726         * gdb.base/vla-optimized-out.c: New test.
2727         * gdb.base/vla-optimized-out.exp: New file.
2728
2729 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
2730
2731         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2732         message "No address associated with hostname" when gdbserver
2733         cannot resolve the hostname.
2734
2735 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2736
2737         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2738         Add some test prefixes to make tests unique.
2739
2740 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2741
2742         * gdb.base/frameapply.c: New file.
2743         * gdb.base/frameapply.exp: New file.
2744
2745 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2746
2747         * gdb.base/skip.exp: Update expected error message.
2748
2749 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
2750             Jan Kratochvil  <jan.kratochvil@redhat.com>
2751             Paul Fertser  <fercerpav@gmail.com>
2752             Tsutomu Seki  <sekiriki@gmail.com>
2753
2754         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2755         parameter.
2756         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2757         by default.
2758         * boards/native-gdbserver.exp: Likewise.
2759         * gdb.server/run-without-local-binary.exp: Improve regexp used
2760         for detecting when a remote debugging connection succeeds.
2761         * gdb.server/server-connect.exp: New file.
2762         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2763         Do not prefix the port number with ":".
2764         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
2765         support for detecting and using it.  Add '$debughost_gdbserver'
2766         to the list of arguments used to start gdbserver.  Handle case
2767         when gdbserver cannot resolve a network name.
2768
2769 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
2770
2771         PR c++/23373
2772         * gdb.base/ptype-offsets.cc (struct static_member): New
2773         struct.
2774         (main) <stmember>: New variable.
2775         * gdb.base/ptype-offsets.exp: Add test for printing a struct
2776         with a static member in it.
2777
2778 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
2779
2780         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2781         watchpoints enabled and disabled.
2782
2783 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2784
2785         * gdb.base/examine-backward.exp: Still run tests around address
2786         0x0, even if address 0x0 is not readable.  Update the pattern for
2787         matching address 0x0 in expected output.
2788
2789 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
2790
2791         * gdb.base/share-env-with-gdbserver.c (main): Add call to
2792         malloc/free.
2793
2794 2018-07-04  Tom de Vries  <tdevries@suse.de>
2795
2796         * gdb.dwarf2/dw2-error.exp: Update expected error message.
2797
2798 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
2799
2800         PR tdep/8282
2801         * gdb.arch/mips-disassembler-options.exp: New test.
2802         * gdb.arch/mips-disassembler-options.s: New test source.
2803
2804 2018-06-29  Pedro Alves  <palves@redhat.com>
2805
2806         * gdb.threads/names.exp: Adjust expected "info threads" output.
2807
2808 2018-06-29  Pedro Alves  <palves@redhat.com>
2809
2810         * gdb.opt/inline-break.exp (line number, address): Add "info
2811         break" tests.
2812
2813 2018-06-29  Pedro Alves  <palves@redhat.com>
2814
2815         * gdb.opt/inline-break.c (func1): Add "break here" marker.
2816         * gdb.opt/inline-break.exp: Test setting breakpoints by line
2817         number and address and running to them.
2818
2819 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
2820
2821         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2822
2823 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2824
2825         * lib/compiler.c: Remove executable permission flag.
2826
2827 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
2828
2829         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2830         code.
2831         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2832
2833 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
2834
2835         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2836
2837 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
2838
2839         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2840         address argument is omitted.
2841
2842 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
2843
2844         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2845
2846 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
2847
2848         PR gdb/21695
2849         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2850         * gdb.base/infoline-reloc-main-from-zero.c: New file.
2851
2852 2018-06-26  Tom Tromey  <tom@tromey.com>
2853
2854         PR rust/22574:
2855         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2856         * gdb.rust/simple.rs (struct SimpleLayout): New.
2857
2858 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
2859
2860         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2861         "info registers" output.
2862
2863 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
2864
2865         * gdb.base/watchpoint-hw-attach.c: New test.
2866         * gdb.base/watchpoint-hw-attach.exp: New file.
2867
2868 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
2869
2870         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2871         through /bin/sh.
2872         * boards/dwarf4-gdb-index.exp: Likewise.
2873         * boards/fission-dwp.exp: Likewise.
2874
2875 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
2876
2877         * gdb.base/float128.exp: Add comment and improved fail message
2878         to the failure case of "print large128" test.
2879
2880 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
2881
2882         * configure.ac: Remove AC_PREREQ.
2883         * configure: Re-generate.
2884
2885 2018-06-19  Pedro Alves  <palves@redhat.com>
2886
2887         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2888         (func_extern_caller): New.
2889         (main): Call func_extern_caller.
2890         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2891         logic change.
2892
2893 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
2894
2895         PR gdb/16841
2896         * gdb.cp/typedef-base.cc: New file.
2897         * gdb.cp/typedef-base.exp: New file.
2898
2899 2018-06-18  Tom de Vries  <tdevries@suse.de>
2900
2901         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2902
2903 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
2904             Richard Bunt <Richard.Bunt@arm.com>
2905
2906         * gdb.threads/attach-slow-waitpid.c: New file.
2907         * gdb.threads/attach-slow-waitpid.exp: New file.
2908         * gdb.threads/slow-waitpid.c: New file.
2909
2910 2018-06-14  Pedro Alves  <palves@redhat.com>
2911
2912         * gdb.base/fork-running-state.c: Include <errno.h>.
2913         (exit_if_relative_exits): New.
2914         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2915         exits.
2916         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2917         child exits.
2918
2919 2018-06-14  Tom de Vries  <tdevries@suse.de>
2920
2921         PR cli/22573
2922         * gdb.base/finish-pretty.c: New test.
2923         * gdb.base/finish-pretty.exp: New file.
2924
2925 2018-06-14  Pedro Alves  <palves@redhat.com>
2926
2927         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2928         gdb's expected startup output.
2929
2930 2018-06-14  Pedro Alves  <palves@redhat.com>
2931
2932         * lib/selftest-support.exp (selftest_setup): Remove inlined
2933         function handling.
2934
2935 2018-06-14  Tom de Vries  <tdevries@suse.de>
2936
2937         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2938         matching of breakpoint printing.
2939
2940 2018-06-13  Tom de Vries  <tdevries@suse.de>
2941
2942         PR testsuite/23269
2943         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2944         (fork_child): ... here, and ...
2945         (fork_parent): ... here.
2946
2947 2018-06-12  Tom de Vries  <tdevries@suse.de>
2948
2949         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2950
2951 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
2952             Stephen Roberts  <stephen.roberts@arm.com>
2953
2954         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2955         rewrite test to describe action performed, rather than possible
2956         failure.
2957
2958 2018-06-08  Gary Benson <gbenson@redhat.com>
2959
2960         * gdb.threads/check-libthread-db.exp: New file.
2961         * gdb.threads/check-libthread-db.c: Likewise.
2962
2963 2018-06-05  Tom Tromey  <tom@tromey.com>
2964
2965         * gdb.base/default.exp: Update expected "show version" output.
2966
2967 2018-06-05  Tom Tromey  <tom@tromey.com>
2968
2969         PR cli/12326:
2970         * gdb.cp/static-print-quit.exp: Update.
2971         * lib/gdb.exp (pagination_prompt): Update.
2972         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
2973         * gdb.python/python.exp: Update.
2974
2975 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
2976
2977         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2978
2979 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
2980
2981         * gdb.ada/bp_fun_addr: New testcase.
2982
2983 2018-06-01  Tom Tromey  <tom@tromey.com>
2984
2985         * gdb.xml/tdesc-regs.exp (load_description): Update expected
2986         results.
2987         * gdb.dwarf2/method-ptr.exp: Set language to C++.
2988         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2989         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2990         * gdb.base/maint.exp (maint_pass_if): Update.
2991
2992 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
2993
2994         * gdb.base/endian.exp: New test.
2995         * gdb.base/endian.c: New test source.
2996
2997 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
2998
2999         PR gdb/23203
3000         * gdb.base/bt-selected-frame.c: New file.
3001         * gdb.base/bt-selected-frame.exp: New file.
3002         * lib/gdb.exp (get_current_frame_number): New function.
3003
3004 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
3005             Pedro Alves  <palves@redhat.com>
3006
3007         * gdb.threads/tls-core.c: Include <stdlib.h>
3008         (thread_proc): Call `abort'.
3009         * gdb.threads/tls-core.exp: Generate a core with core_find too.
3010         (tls_core_test): New procedure, bits factored out from ...
3011         (top level): ... here.  Test both native cores and gcore cores.
3012
3013 2018-05-23  Tom Tromey  <tom@tromey.com>
3014
3015         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3016
3017 2018-05-23  Tom Tromey  <tom@tromey.com>
3018
3019         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3020         symfile_complaints.
3021         (test_short_complaints): Likewise.
3022         (test_empty_complaints): Likewise.
3023         (test_initial_complaints): Update.
3024
3025 2018-05-23  Tom Tromey  <tom@tromey.com>
3026
3027         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3028
3029 2018-05-23  Tom Tromey  <tom@tromey.com>
3030
3031         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3032         (test_short_complaints): Update.
3033
3034 2018-05-22  Pedro Alves  <palves@redhat.com>
3035
3036         * gdb.base/remote.exp: Only gdb_start after compiling the
3037         testcase.  Issue "disconnect" before testing "set remote" command
3038         defaults.  Issue clean_restart before running to main.
3039
3040 2018-05-22  Pedro Alves  <palves@redhat.com>
3041
3042         * gdb.base/remote.exp: Adjust expected output of "show remote
3043         memory-write-packet-size".  Add tests for "set remote
3044         memory-write-packet-size 0" and "set remote
3045         memory-write-packet-size fixed/limit".
3046
3047 2018-05-22  Pedro Alves  <palves@redhat.com>
3048
3049         PR gdb/22973
3050         * gdb.base/utf8-identifiers.c: New file.
3051         * gdb.base/utf8-identifiers.exp: New file.
3052
3053 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
3054
3055         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3056
3057 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
3058
3059         * gdb.arch/powerpc-vsx-gcore.exp: New file.
3060
3061 2018-05-18  Tom Tromey  <tom@tromey.com>
3062
3063         * gdb.base/ptype-offsets.exp: Update.
3064
3065 2018-05-17  Keith Seitz  <keiths@redhat.com>
3066
3067         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3068         in expected breakpoint stop locations.
3069         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3070         move to proper scope to test variable values.
3071         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3072         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3073         New functions.
3074         (main): Call not_inline_func3.
3075         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3076         inline_func1, inline_func2, and inline_func3.  Test that when each
3077         breakpoint is hit, GDB properly reports both the stop location
3078         and the backtrace. Repeat tests for temporary breakpoints.
3079
3080 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
3081
3082         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3083         rather then trying to access it in determining whether the PID
3084         of `gdbserver' could have been retrieved.
3085
3086 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
3087
3088         * gdb.arch/amd64-init-x87-values.S: New file.
3089         * gdb.arch/amd64-init-x87-values.exp: New file.
3090
3091 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3092
3093         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3094
3095 2018-05-04  Tom Tromey  <tom@tromey.com>
3096
3097         PR python/22730:
3098         * gdb.python/python.exp: Test multi-line execute.
3099
3100 2018-05-04  Tom Tromey  <tom@tromey.com>
3101
3102         PR python/22731:
3103         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3104
3105 2018-05-04  Tom Tromey  <tom@tromey.com>
3106
3107         PR gdb/11750:
3108         * gdb.base/define.exp: Test defining a user command inside a user
3109         command.
3110         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3111
3112 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3113             Pedro Alves <palves@redhat.com>
3114
3115         PR breakpoints/19806 and support for PR external/20207.
3116         * gdb.base/watchpoint-unaligned.c: New file.
3117         * gdb.base/watchpoint-unaligned.exp: New file.
3118
3119 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3120
3121         * gdb.base/maint.exp: Make test names unique, use
3122         test_prefix_command_help to test 'help maint info', and remove
3123         repeated test of 'help maint'.
3124
3125 2018-05-04  Tom Tromey  <tom@tromey.com>
3126
3127         PR gdb/22619:
3128         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3129         behavior.
3130
3131 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3132
3133         * gdb.base/maint.exp: Process output from 'maint print registers'
3134         line at a time.
3135
3136 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3137
3138         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3139         timeout.
3140
3141 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
3142
3143         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3144         filter pattern.
3145
3146 2018-05-02  Pedro Alves  <palves@redhat.com>
3147
3148         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3149         to_log_command renames.
3150         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3151
3152 2018-05-02  Tom Tromey  <tom@tromey.com>
3153
3154         * gdb.python/py-parameter.exp: Set test message.
3155
3156 2018-05-02  Tom Tromey  <tom@tromey.com>
3157
3158         PR python/20084:
3159         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3160         PARAM_ZUINTEGER_UNLIMITED tests.
3161
3162 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
3163
3164         PR rust/23124
3165         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3166         when casting.
3167
3168 2018-04-30  Tom Tromey  <tom@tromey.com>
3169
3170         * gdb.python/py-type.exp: Check align attribute.
3171         * gdb.python/py-type.c: New "aligncheck" global.
3172
3173 2018-04-30  Tom Tromey  <tom@tromey.com>
3174
3175         PR exp/17095:
3176         * gdb.dwarf2/dw2-align.exp: New file.
3177         * gdb.cp/align.exp: New file.
3178         * gdb.base/align.exp: New file.
3179         * lib/gdb.exp (gdb_int128_helper): New proc.
3180         (has_int128_c, has_int128_cxx): New caching procs.
3181
3182 2018-04-27  Tom Tromey  <tom@tromey.com>
3183
3184         PR rust/22545:
3185         * gdb.rust/simple.exp: Add inclusive range tests.
3186
3187 2018-04-26  Pedro Alves  <palves@redhat.com>
3188
3189         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3190         ifunc breakpoint locations correctly of ifunc breakpoints set
3191         while the program resolves the ifunc.
3192
3193 2018-04-26  Pedro Alves  <palves@redhat.com>
3194
3195         * gdb.base/gnu-ifunc-final.c: New file.
3196         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3197         * gdb.base/gnu-ifunc.exp (executable): Delete.
3198         (staticexecutable): Adjust.
3199         (lib_opts, exec_opts): Delete.
3200         (make_binsuffix, build, set-break): New procedures.
3201         (misc_tests): New, with tests factored out from the top level.
3202         (top level): Test different combinations of ifunc resolver name,
3203         resolver with and with debug info, and ifunc target with and
3204         without debug info.  Wrap static tests with with_target_prefix.
3205
3206 2018-04-26  Pedro Alves  <palves@redhat.com>
3207
3208         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3209         return type" warnings.
3210
3211 2018-04-25  Pedro Alves  <palves@redhat.com>
3212
3213         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3214         killed".
3215         * gdb.base/kill-after-signal.exp: Likewise.
3216         * gdb.threads/kill.exp: Likewise.
3217
3218 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3219             Sergio Durigan Junior  <sergiodj@redhat.com>
3220             Pedro Alves  <palves@redhat.com>
3221
3222         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3223         regexps to expect for '[Inferior ... detached]' as well.
3224         * gdb.base/attach.exp: Likewise.
3225         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3226         "gdb_continue_to_end".
3227         (test_catch_syscall_with_wrong_args): Likewise.
3228         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3229         ']'.  Don't set 'verbose' on.
3230         * gdb.base/foll-vfork.exp: Likewise.
3231         * gdb.base/fork-print-inferior-events.c: New file.
3232         * gdb.base/fork-print-inferior-events.exp: New file.
3233         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3234         '[Inferior ... has been killed]' message.
3235         * gdb.base/kill-after-signal.exp: Likewise.
3236         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3237         detach message.
3238         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3239         message.
3240         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3241         regexps to expect for '[Inferior ... detached]' as well.
3242         * gdb.threads/process-dies-while-detaching.exp: Likewise.
3243
3244 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
3245
3246         PR gdb/23104
3247         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3248
3249 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
3250
3251         * gdb.threads/multiple-successive-infcall.c: New test.
3252         * gdb.threads/multiple-successive-infcall.exp: New file.
3253
3254 2018-04-17  Tom Tromey  <tom@tromey.com>
3255
3256         * gdb.rust/simple.rs (Union): New type.
3257         (main): New local "u".
3258         * gdb.rust/simple.exp (test_one_slice): Add new test case.
3259
3260 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3261
3262         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3263         number information in output of "whereis" command.
3264         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3265
3266 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3267
3268         * gdb.ada/info_types.exp: Adjust expected output to the line
3269         numbers now printed by "info var/func/type".
3270         * gdb.base/completion.exp: Likewise.
3271         * gdb.base/included.exp: Likewise.
3272         * gdb.cp/cp-relocate.exp: Likewise.
3273         * gdb.cp/cplusfuncs.exp: Likewise.
3274         * gdb.cp/namespace.exp: Likewise.
3275         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3276
3277 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3278
3279         * gdb.btrace/cpu.exp: New.
3280
3281 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3282
3283         * gdb.base/step-indirect-call-thunk.exp: New.
3284         * gdb.base/step-indirect-call-thunk.c: New.
3285         * gdb.reverse/step-indirect-call-thunk.exp: New.
3286         * gdb.reverse/step-indirect-call-thunk.c: New.
3287
3288 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
3289
3290         * gdb.base/pie-fork.c: New file.
3291         * gdb.base/pie-fork.exp: New file.
3292
3293 2018-04-11  Tom Tromey  <tom@tromey.com>
3294
3295         * gdb.rust/simple.exp: Add test for ".." struct initializer.
3296
3297 2018-04-10  Pedro Alves  <palves@redhat.com>
3298
3299         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3300         exits.  Instead loop running forever.
3301         (fork_parent): Run forever too.
3302
3303 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
3304
3305         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3306         mi_continue_to_line.
3307         * gdb.mi/mi-stack.c (callee4): Add comment.
3308
3309 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
3310
3311         * gdb.mi/mi-stack.exp: Fix indentation.
3312
3313 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
3314
3315         PR gdb/22979
3316         * gdb.arch/amd64-osabi.exp: New file.
3317
3318 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
3319
3320         PR gdb/22980
3321         * gdb.base/osabi.exp: New file.
3322
3323 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
3324
3325         * gdb.cp/static-typedef-print.exp: New file.
3326         * gdb.cp/static-typedef-print.cc: New file.
3327
3328 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
3329
3330         * gdb.ada/varsize_limit: New testcase.
3331
3332 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
3333
3334         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3335
3336         * gdb.ada/notcplusplus: New testcase.
3337
3338         * gdb.base/c-linkage-name.c: New file.
3339         * gdb.base/c-linkage-name.exp: New testcase.
3340
3341 2018-03-26  Tom Tromey  <tom@tromey.com>
3342
3343         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3344         * gdb.python/py-framefilter.py (name_error): New global.
3345         (ErrorInName.function): Use name_error.
3346
3347 2018-03-26  Tom Tromey  <tom@tromey.com>
3348
3349         PR backtrace/15582:
3350         * gdb.python/py-framefilter.exp: Add "bt hide" test.
3351
3352 2018-03-23  Keith Seitz  <keiths@redhat.com>
3353
3354         PR c++/22968
3355         * gdb.cp/subtypes.exp: New file.
3356         * gdb.cp/subtypes.h: New file.
3357         * gdb.cp/subtypes.cc: New file.
3358         * gdb.cp/subtypes-2.cc: New file.
3359
3360 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
3361
3362         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3363         (done): Call '_exit' not 'exit' to avoid atexit handlers.
3364         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3365         -nostartfiles when compiling the test.  Confirm that all registers
3366         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3367
3368 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
3369
3370         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3371         option, syntax was wrong anyway.
3372         * gdb.arch/arm-disp-step.exp: Likewise.
3373         * gdb.arch/sparc64-regs.exp: Likewise.
3374         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3375         option, syntax was wrong anyway, switch to use
3376         prepare_for_testing.
3377         * gdb.arch/i386-disp-step.exp: Likewise.
3378
3379 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3380
3381         * gdb.ada/exec_changed.exp: Replace "target_info exists
3382         use_gdb_stub" by "use_gdb_stub".
3383         * gdb.ada/start.exp: Likewise.
3384         * gdb.base/async-shell.exp: Likewise.
3385         * gdb.base/attach-pie-misread.exp: Likewise.
3386         * gdb.base/attach-wait-input.exp: Likewise.
3387         * gdb.base/break-entry.exp: Likewise.
3388         * gdb.base/break-interp.exp: Likewise.
3389         * gdb.base/dprintf-detach.exp: Likewise.
3390         * gdb.base/nostdlib.exp: Likewise.
3391         * gdb.base/solib-nodir.exp: Likewise.
3392         * gdb.base/statistics.exp: Likewise.
3393         * gdb.base/testenv.exp: Likewise.
3394         * gdb.mi/mi-exec-run.exp: Likewise.
3395         * gdb.mi/mi-start.exp: Likewise.
3396         * gdb.multi/dummy-frame-restore.exp: Likewise.
3397         * gdb.multi/multi-arch-exec.exp: Likewise.
3398         * gdb.multi/multi-arch.exp: Likewise.
3399         * gdb.multi/tids.exp: Likewise.
3400         * gdb.multi/watchpoint-multi.exp: Likewise.
3401         * gdb.python/py-events.exp: Likewise.
3402         * gdb.threads/attach-into-signal.exp: Likewise.
3403         * gdb.threads/attach-stopped.exp: Likewise.
3404         * gdb.threads/threadapply.exp: Likewise.
3405         * lib/selftest-support.exp: Likewise.
3406
3407 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3408
3409         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3410
3411 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
3412
3413         * gdb.perf/template-breakpoints.cc: New file.
3414         * gdb.perf/template-breakpoints.exp: New file.
3415         * gdb.perf/template-breakpoints.py: New file.
3416
3417 2018-03-19  Tom Tromey  <tom@tromey.com>
3418
3419         * gdb.rust/simple.rs (main): Add local variables field1, field2,
3420         y0.
3421         * gdb.rust/simple.exp: Test bare identifier form of struct
3422         initializer.
3423
3424 2018-03-19  Tom Tromey  <tom@tromey.com>
3425
3426         * gdb.gdb/observer.exp: Remove.
3427
3428 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3429
3430         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3431         "qualified" option when setting breakpoints.
3432         * gdb.trace/backtrace.exp: Likewise.
3433         * gdb.trace/circ.exp: Likewise.
3434         * gdb.trace/collection.exp: Likewise.
3435         * gdb.trace/disconnected-tracing.exp: Likewise.
3436         * gdb.trace/ftrace-lock.exp: Likewise.
3437         * gdb.trace/ftrace.exp: Likewise.
3438         * gdb.trace/infotrace.exp: Likewise.
3439         * gdb.trace/packetlen.exp: Likewise.
3440         * gdb.trace/passc-dyn.exp: Likewise.
3441         * gdb.trace/qtro.exp: Likewise.
3442         * gdb.trace/read-memory.exp: Likewise.
3443         * gdb.trace/report.exp: Likewise.
3444         * gdb.trace/signal.exp: Likewise.
3445         * gdb.trace/status-stop.exp: Likewise.
3446         * gdb.trace/strace.exp: Likewise.
3447         * gdb.trace/tfind.exp: Likewise.
3448         * gdb.trace/trace-break.exp: Likewise.
3449         * gdb.trace/trace-condition.exp: Likewise.
3450         * gdb.trace/trace-mt.exp: Likewise.
3451         * gdb.trace/tstatus.exp: Likewise.
3452         * gdb.trace/tsv.exp: Likewise.
3453         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3454         * gdb.trace/unavailable.exp: Likewise.
3455         * gdb.trace/while-dyn.exp: Likewise.
3456
3457 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3458
3459         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3460         that libinproctrace is copied to the target.
3461
3462 2018-03-14  Tom Tromey  <tom@tromey.com>
3463
3464         PR cli/14977:
3465         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3466         a null pointer.
3467         * gdb.base/wchar.exp: Likewise.
3468
3469 2018-03-14  Tom Tromey  <tom@tromey.com>
3470
3471         PR cli/19918:
3472         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3473         flag.
3474
3475 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
3476
3477         PR gdb/22841
3478         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3479         "target" to remote_exec.
3480
3481 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
3482
3483         PR gdb/22841
3484         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3485         ${board}_upload): Remove.
3486
3487 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3488
3489         * gdb.cp/watch-cp.cc: New test.
3490         * gdb.cp/watch-cp.exp: New file.
3491
3492 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3493
3494         * gdb.base/infcall-nested-structs.exp: New file.
3495         * gdb.base/infcall-nested-structs.c: New file.
3496         * gdb.base/float.exp: Add riscv support.
3497
3498 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3499
3500         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3501         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3502
3503 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
3504
3505         * gdb.server/abspath.exp: New file.
3506         * lib/gdb.exp (with_cwd): New procedure.
3507
3508 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
3509
3510         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3511         use it.
3512         (gdb_is_target_remote_prompt): New proc.
3513         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3514         (gdb_is_target_native): Pass prompt parameter to
3515         gdb_is_target_1.
3516
3517 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
3518
3519         * gdb.base/load-command.c: New file.
3520         * gdb.base/load-command.exp: New file.
3521         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3522         (gdb_is_target_1): ...this, and generalize for other targets
3523         than just remote.
3524         (gdb_is_target_remote): Use gdb_is_target_1.
3525         (gdb_is_target_native): use gdb_is_target_1.
3526
3527 2018-02-26  Tom Tromey  <tom@tromey.com>
3528
3529         PR python/16497:
3530         * gdb.python/py-framefilter.exp: Update test.
3531
3532 2018-02-26  Tom Tromey  <tom@tromey.com>
3533
3534         * gdb.dwarf2/variant.c: New file.
3535         * gdb.dwarf2/variant.exp: New file.
3536
3537 2018-02-26  Tom Tromey  <tom@tromey.com>
3538
3539         * gdb.rust/simple.exp: Accept more possible results in enum test.
3540
3541 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
3542
3543         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3544         parentheses.
3545
3546 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
3547
3548         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3549         name of a variable: $actual_linejj -> $actual_line.
3550
3551 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
3552
3553         * gdb.arch/amd64-i386-address.exp: Fix a typo.
3554
3555 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
3556
3557         * gdb.btrace/buffer-size.exp: Do not force BTS.
3558
3559 2018-02-14  Pedro Alves  <palves@redhat.com>
3560
3561         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3562         getting a "Quit".
3563
3564 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
3565
3566         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3567         Fix test name.
3568
3569 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
3570
3571         * gdb.cp/m-static.exp: Check type of optimized out static
3572         member.
3573
3574 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
3575
3576         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3577         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3578
3579 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
3580             Leszek Swirski  <leszeks@google.com>
3581
3582         * gdb.python/py-prettyprint.c
3583         (struct to_string_returns_value_inner,
3584         struct to_string_returns_value_wrapper): New.
3585         (main): Add tsrvw variable.
3586         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3587         ToStringReturnsValueWrapper): New classes.
3588         (register_pretty_printers): Register new pretty-printers.
3589         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3590         recursive pretty printer.
3591         * gdb.python/py-mi.exp: Likewise.
3592
3593 2018-02-01  Leszek Swirski  <leszeks@google.com>
3594
3595         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3596         functions with the same name as an include file are parsed
3597         correctly.
3598
3599 2018-02-01  Yao Qi  <yao.qi@linaro.org>
3600
3601         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3602         "\[^\r\n\]*".
3603
3604 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
3605
3606         * gdb.arch/powerpc-prologue-frame.s: New file.
3607         * gdb.arch/powerpc-prologue-frame.c: Likewise.
3608         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3609
3610 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
3611
3612         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3613
3614 2018-01-30  Pedro Alves  <palves@redhat.com>
3615
3616         PR gdb/13211
3617         * gdb.base/interrupt-daemon.c: New.
3618         * gdb.base/interrupt-daemon.exp: New.
3619         * gdb.multi/multi-term-settings.c: New.
3620         * gdb.multi/multi-term-settings.exp: New.
3621
3622 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
3623
3624         * gdb.base/break.exp: Save the location where the breakpoint
3625         on break.c:47 was actually inserted when debugging the version
3626         compiled at -O2 and use it in the expected output of the "info
3627         break" test performed soon after.
3628
3629 2018-01-22  Pedro Alves  <palves@redhat.com>
3630             Sergio Durigan Junior  <sergiodj@redhat.com>
3631
3632         * gdb.base/whatis.exp: Add tests for 'set print object on' +
3633         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3634
3635 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
3636
3637         * gdb.base/break-include.c, gdb.base/break-include.inc,
3638         gdb.base/break-include.exp: New files.
3639         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3640         line number now being the actual line number where the breakpoint
3641         was inserted.
3642         * gdb.mi/mi-break.exp: Likewise.
3643         * gdb.mi/mi-reverse.exp: Likewise.
3644         * gdb.mi/mi-simplerun.exp: Ditto.
3645
3646 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
3647
3648         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3649         varobj.
3650         * gdb.mi/mi-var-create-rtti.exp: Likewise.
3651
3652 2018-01-21  Don Breazeal  <donb@codesourcery.com>
3653             Andrew Burgess  <andrew.burgess@embecosm.com>
3654
3655         * gdb.mi/basics.c: Add new global.
3656         * gdb.mi/mi-frame-regs.exp: New file.
3657         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3658         case.
3659
3660 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
3661
3662         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3663         non-parameter, and on an unknown symbol.
3664
3665 2018-01-19  Tom Tromey  <tom@tromey.com>
3666
3667         * gdb.rust/modules.rs (TWENTY_THREE): New global.
3668         * gdb.rust/modules.exp: Add ::-qualified lookup test.
3669
3670 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3671
3672         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3673         setrlimit and chdir to int.
3674
3675 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3676
3677         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3678         function.
3679         (my_tend): Likewise.
3680         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3681         rationale of avoiding FP- and vector instructions.
3682
3683 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
3684
3685         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3686         "info reg" with "\[ \t\]*".
3687         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3688         "\[ \t\]+".
3689         * gdb.arch/s390-multiarch.exp: Ditto.
3690         * gdb.base/pc-fp.exp: Ditto.
3691         * gdb.reverse/i386-precsave.exp: Ditto.
3692         * gdb.reverse/i386-reverse.exp: Ditto.
3693         * gdb.reverse/i387-env-reverse.exp: Ditto.
3694         * gdb.reverse/i387-stack-reverse.exp: Ditto.
3695
3696 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3697
3698         * lib/gdb.exp (gdb_compile): Re-enable use of
3699         universal_compile_options for languages other than Rust.
3700
3701 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3702
3703         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3704
3705 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
3706
3707         PR gdb/16577
3708         * gdb.base/solib-vanish.exp: New.
3709         * gdb.base/solib-vanish-main.c: New.
3710         * gdb.base/solib-vanish-lib1.c: New.
3711         * gdb.base/solib-vanish-lib2.c: New.
3712
3713 2018-01-17  Yao Qi  <yao.qi@linaro.org>
3714
3715         * gdb.compile/compile.exp: Match the address printed for
3716         frame in the output of command "bt".
3717
3718 2018-01-15  Tom Tromey  <tom@tromey.com>
3719
3720         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3721         compute sp_reg.
3722
3723 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
3724
3725         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3726         to prepare.
3727         (prepare): Return 0 on error, 1 on success.
3728
3729 2018-01-12  Pedro Alves  <palves@redhat.com>
3730
3731         * gdb.base/continue-after-aborted-step-over.c: New.
3732         * gdb.base/continue-after-aborted-step-over.exp: New.
3733
3734 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
3735
3736         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3737         options when not creating an executable.
3738
3739 2018-01-11  Pedro Alves  <palves@redhat.com>
3740
3741         PR remote/22597
3742         * gdb.server/stop-reply-no-thread.c: New file.
3743         * gdb.server/stop-reply-no-thread.exp: New file.
3744
3745 2018-01-10  Pedro Alves  <palves@redhat.com>
3746
3747         PR gdb/22670
3748         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
3749         functions too.  Test setting breakpoints and printing C functions
3750         with no debug info too.
3751         * gdb.ada/bp_c_mixed_case/qux.c: New file.
3752
3753 2018-01-10  Pedro Alves  <palves@redhat.com>
3754
3755         PR gdb/22670
3756         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3757         a fail.
3758
3759 2018-01-10  Pedro Alves  <palves@redhat.com>
3760
3761         PR gdb/22670
3762         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3763
3764 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
3765
3766         * gdb.server/unittest.exp: Match the output in non-development
3767         mode.
3768
3769 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
3770
3771         * gdb.gdb/unittest.exp: Match output in non-development mode.
3772
3773 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
3774
3775         * gdb.ada/access_tagged_param.exp: Relax expected output
3776         for value of "ObjL" in "continue" to pck.inspect breakpoint
3777         test.
3778
3779 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
3780
3781         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3782         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3783
3784 2018-01-05  Pedro Alves  <palves@redhat.com>
3785
3786         PR gdb/18653
3787         * gdb.base/libsegfault.exp: New.
3788
3789 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
3790
3791         PR gdb/22670
3792         * gdb.ada/access_tagged_param.exp: New file.
3793         * gdb.ada/access_tagged_param/foo.adb: New file.
3794
3795 2018-01-05  Pedro Alves  <palves@redhat.com>
3796
3797         PR gdb/22670
3798         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
3799         exercise lower case too, and to exercise both full matching and
3800         wild matching.
3801
3802 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
3803
3804         * gdb.ada/rename_subscript_param: New testcase.
3805
3806 2018-01-05  Jerome Guitton  <guitton@adacore.com>
3807
3808         * gdb.ada/arr_acc_idx_w_gap: New testcase.
3809
3810 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
3811
3812         * gdb.ada/convvar_comp: New testcase.
3813
3814 2018-01-05  Xavier Roirand  <roirand@adacore.com>
3815
3816         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3817         (My_Table): New global variable.
3818         * testsuite/gdb.ada/array_char_idx.exp: Add test.
3819
3820 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3821
3822         PR gdb/22670
3823         * gdb.ada/maint_with_ada: New testcase.
3824
3825 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3826
3827         PR gdb/22670
3828         * gdb.ada/bp_c_mixed_case: New testcase.
3829
3830 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3831
3832         PR gdb/22670
3833         * gdb.ada/complete.exp: Add "complete break ada" test.
3834
3835 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3836
3837         PR gdb/22670
3838         * gdb.ada/info_addr_mixed_case: New testcase.
3839
3840 2018-01-03  Xavier Roirand  <roirand@adacore.com>
3841
3842         * gdb.ada/excep_handle.exp: New testcase.
3843         * gdb.ada/excep_handle/foo.adb: New file.
3844         * gdb.ada/excep_handle/pck.ads: New file.
3845
3846 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
3847
3848         * gdb.base/step-line.c: Add extra empty line in copyright header.
3849         * gdb.base/step-line.inp: Likewise.
3850
3851 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
3852
3853         * gdb.ada/dyn_stride.exp: Add slice test.
3854
3855 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
3856
3857         * gdb.ada/dyn_stride: New testcase.
3858
3859 2017-12-27  Stafford Horne  <shorne@gmail.com>
3860
3861         * gdb.xml/extra-regs.xml: Add example foo reggroup.
3862         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3863
3864 2017-12-27  Stafford Horne  <shorne@gmail.com>
3865
3866         * gdb.base/reggroups.c: New file.
3867         * gdb.base/reggroups.exp: New file.
3868
3869 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
3870
3871         * gdb.dwarf2/ada-valprint-error.c: New file.
3872         * gdb.dwarf2/ada-valprint-error.exp: New file.
3873
3874 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
3875
3876         * gdb.ada/assign_arr: New testcase.
3877
3878 2017-12-18  Xavier Roirand  <roirand@adacore.com>
3879
3880         * gdb.ada/funcall_ptr: New testcase.
3881
3882 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3883
3884         PR cli/16224
3885         * gdb.base/ptype-offsets.cc: New file.
3886         * gdb.base/ptype-offsets.exp: New file.
3887
3888 2017-12-15  Yao Qi  <yao.qi@linaro.org>
3889
3890         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3891         if XML is disabled.
3892
3893 2017-12-15  Xavier Roirand  <roirand@adacore.com>
3894
3895         * gdb.ada/same_component_name: New testcase.
3896
3897 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
3898
3899         * gdb.ada/str_binop_equal: New testcase.
3900
3901 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
3902
3903         * gdb.ada/task_switch_in_core: New testcase.
3904
3905 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
3906
3907         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3908         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3909         call test_bkpt_qualified.
3910         (test_bkpt_qualified): New proc.
3911
3912 2017-12-13  Pedro Alves  <palves@redhat.com>
3913
3914         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3915         Tighten regexp by matching with an anchor.
3916
3917 2017-12-13  Pedro Alves  <palves@redhat.com>
3918
3919         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3920         ("expression with namespace"): New set of tests.
3921         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3922         (Nested::Test_NS::qux): New.
3923         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3924         defaults to 'start_quote_char' and 'end_quote_char' parameters.
3925
3926 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
3927
3928         * gdb.base/server-del-break.c: New file.
3929         * gdb.base/server-del-break.exp: New file.
3930
3931 2017-12-12  Stafford Horne  <shorne@gmail.com>
3932
3933         * gdb.xml/tdesc-regs.exp: Add or1k support.
3934
3935 2017-12-12  Stafford Horne  <shorne@gmail.com>
3936
3937         * gdb.base/bp-permanent.c: Define nop of or1k.
3938
3939 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
3940
3941         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3942         output with components being reordered.
3943
3944 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
3945
3946         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3947         output with components being reordered.
3948
3949 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3950             Pedro Alves  <palves@redhat.com>
3951
3952         * gdb.base/maint.exp (check for .gdb_index): Check also for
3953         .debug_names.
3954         * gdb.dlang/watch-loc.c (.debug_aranges): New.
3955         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3956         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3957         (.gdb_index used after symbol reloading): Support also .debug_names.
3958         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3959
3960 2017-12-08  Yao Qi  <yao.qi@linaro.org>
3961
3962         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3963         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3964
3965 2017-12-08  Yao Qi  <yao.qi@linaro.org>
3966
3967         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3968         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3969
3970 2017-12-08  Yao Qi  <yao.qi@linaro.org>
3971
3972         * gdb.arch/aarch64-tagged-pointer.c: New file.
3973         * gdb.arch/aarch64-tagged-pointer.exp: New file.
3974
3975 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
3976
3977         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3978         "int".
3979
3980 2017-12-07  Keith Seitz  <keiths@redhat.com>
3981
3982         PR breakpoints/22569
3983         * gdb.linespec/ls-errs.exp: Change expected result of "break
3984         -source this file has spaces.c -line 3".
3985         Check that an explicit source file followed by whitespace is
3986         identified as an invalid explicit location.
3987
3988 2017-12-07  Keith Seitz  <keiths@redhat.com>
3989
3990         * gdb.cp/nested-types.cc: New file.
3991         * gdb.cp/nested-types.exp: New file.
3992         * lib/cp-support.exp: Load data-structures.exp library.
3993         (debug_cp_test_ptype_class): New global.
3994         (cp_ptype_class_verbose, next_line): New procedures.
3995         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3996         Add and document new return value.
3997         Switch the list of lines to a queue.
3998         Add support for new `type' key for nested type definitions.
3999         Add debugging/troubleshooting messages.
4000         * lib/data-structures.exp: New file.
4001
4002 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
4003
4004         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4005         with proc_with_prefix, don't use with_test_prefix.
4006
4007 2017-12-07  Tom Tromey  <tom@tromey.com>
4008
4009         * gdb.base/break.exp: Add test for empty "commands".
4010
4011 2017-12-07  Yao Qi  <yao.qi@linaro.org>
4012
4013         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4014         malloc and catch syscall.
4015
4016 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
4017
4018         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4019         tests for explicit locations.
4020
4021 2017-12-06  Pedro Alves  <palves@redhat.com>
4022
4023         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4024         force-disabling XML descriptions.
4025
4026 2017-12-04  Pedro Alves  <palves@redhat.com>
4027
4028         PR gdb/22499
4029         * gdb.arch/amd64-disp-step-avx.S: New file.
4030         * gdb.arch/amd64-disp-step-avx.exp: New file.
4031
4032 2017-12-03  Pedro Alves  <palves@redhat.com>
4033
4034         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4035         and <string.h>.
4036         (parent_function): Print distinct messages when waitpid fails, or
4037         the child exits with a signal, or the child exits for an unhandled
4038         reason.
4039         * gdb.threads/process-dies-while-detaching.exp
4040         (detach_and_expect_exit): New 'inf_output_re' parameter and use
4041         it.  Wait for both inferior output and GDB's prompt.  Use an
4042         indirect spawn id list.
4043         (do_detach): New parameter 'child_exit'.  Use it to compute
4044         expected inferior output.
4045         (test_detach, test_detach_watch, test_detach_killed_outside):
4046         Adjust to pass down the expected child exit kind.
4047
4048 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
4049             Sergio Durigan Junior  <sergiodj@redhat.com>
4050             Pedro Alves  <palves@redhat.com>
4051
4052         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4053
4054 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
4055
4056         * gdb.base/relocate.exp: Add tests to guarantee that arguments
4057         to 'symbol-file' and 'add-symbol-file' can be
4058         position-independent.
4059
4060 2017-12-01  Yao Qi  <yao.qi@linaro.org>
4061
4062         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4063         the URL in copyright header.
4064         * gdb.arch/aarch64-fp.exp: Likewise.
4065         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4066         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4067         * gdb.base/expand-psymtabs.exp: Likewise.
4068         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4069         * gdb.fortran/common-block.exp: Likewise.
4070         * gdb.fortran/common-block.f90: Likewise.
4071         * gdb.fortran/logical.exp: Likewise.
4072         * gdb.fortran/vla-datatypes.f90: Likewise.
4073         * gdb.fortran/vla-sub.f90: Likewise.
4074
4075 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
4076
4077         * gdb.ada/repeat_dyn: New testcase.
4078
4079 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
4080
4081         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4082         Update for changed thread numbering.
4083         * gdb.cell/bt.exp: Update for changed GDB output.
4084
4085 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
4086
4087         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4088         setting isremote by hand.
4089         * boards/dwarf4-gdb-index.exp: Likewise.
4090         * boards/fission.exp: Likewise.
4091         * boards/stabs.exp: Likewise.
4092
4093 2017-11-30  Pedro Alves  <palves@redhat.com>
4094
4095         * gdb.linespec/cpls-ops.exp
4096         (check_explicit_skips_function_argument): Extract the underlying
4097         type of size_t instead of hardcoding it.
4098
4099 2017-11-29  Pedro Alves  <palves@redhat.com>
4100
4101         PR c++/19436
4102         * gdb.linespec/cpls-abi-tag.cc: New file.
4103         * gdb.linespec/cpls-abi-tag.exp: New file.
4104
4105 2017-11-29  Pedro Alves  <palves@redhat.com>
4106
4107         * gdb.base/langs.exp: Use -qualified.
4108         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4109         it.
4110         * gdb.cp/namespace.exp: Use -qualified.
4111         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4112         (overload-3, template-overload, template-ret-type, const-overload)
4113         (const-overload-quoted, anon-ns, ambiguous-prefix): New
4114         procedures.
4115         (test_driver): Call them.
4116         * gdb.cp/save-bp-qualified.cc: New.
4117         * gdb.cp/save-bp-qualified.exp: New.
4118         * gdb.linespec/explicit.exp: Test -qualified.
4119         * lib/completion-support.exp (completion::explicit_opts_list): Add
4120         "-qualified".
4121         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4122
4123 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
4124
4125         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4126
4127 2017-11-29  Tom Tromey  <tom@tromey.com>
4128
4129         * gdb.base/relocate.exp: Update invalid argument test.
4130         Add new tests for invalid arguments.
4131
4132 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4133
4134         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4135         Return 0 as a long.
4136         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4137
4138 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4139
4140         * gdb.cp/breakpoint.cc (bar): Set return type to void.
4141         * gdb.cp/psymtab-parameter.cc (func): Likewise.
4142         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4143         func ().
4144         * gdb.cp/shadow.cc (B.func): Return 0.
4145
4146 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
4147
4148         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4149         expected output in gdb_expect call to allow the exception
4150         message to be present as well.  Fix syntax confusion to avoid
4151         TCL thinking that exception_name is an array.
4152
4153 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
4154
4155         * gdb.arch/spu-info.c: Include <unistd.h>.
4156         (do_signal_test): Fix broken calls to write.
4157         * gdb.arch/spu-info.exp: Use prepare_for_testing.
4158         Fix checks for empty mailboxes.  Update signal tests for corrected
4159         do_signal_test routine.  Allow nonzero event status.
4160         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4161         * gdb.cell/arch.exp: Use standard_output_file.
4162         * gdb.cell/break.exp: Likewise.
4163         * gdb.cell/bt.exp: Likewise.
4164         * gdb.cell/core.exp: Likewise.
4165         * gdb.cell/dwarfaddr.exp: Likewise.
4166         * gdb.cell/ea-cache.exp: Likewise.
4167         * gdb.cell/ea-standalone.exp: Likewise.
4168         * gdb.cell/f-regs.exp: Likewise.
4169         * gdb.cell/fork.exp: Likewise.
4170         * gdb.cell/gcore.exp: Likewise.
4171         * gdb.cell/mem-access.exp: Likewise.
4172         * gdb.cell/ptype.exp: Likewise.
4173         * gdb.cell/registers.exp: Likewise.
4174         * gdb.cell/sizeof.exp: Likewise.
4175         * gdb.cell/solib-symbol.exp: Likewise.
4176         * gdb.cell/solib.exp: Likewise.
4177
4178 2017-11-25   Pedro Alves  <palves@redhat.com>
4179
4180         * gdb.base/complete-empty.exp: New file.
4181         * gdb.base/completion.exp: Adjust.
4182
4183 2017-11-25  Pedro Alves  <palves@redhat.com>
4184
4185         * gdb.linespec/cpls-ops.cc: New file.
4186         * gdb.linespec/cpls-ops.exp: New file.
4187         * lib/completion-support.exp (test_complete_prefix_range_re): New,
4188         factored out from ...
4189         (test_complete_prefix_range): ... this.
4190
4191 2017-11-24  Pedro Alves  <palves@redhat.com>
4192
4193         * gdb.linespec/cpcompletion.exp: New file.
4194         * gdb.linespec/cpls-hyphen.cc: New file.
4195         * gdb.linespec/cpls.cc: New file.
4196         * gdb.linespec/cpls2.cc: New file.
4197         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
4198         test to use test_gdb_complete_unique.  Add label completion,
4199         keyword completion and explicit location completion tests.
4200         * lib/completion-support.exp: New file.
4201
4202 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
4203
4204         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4205         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4206         when hitting an exception catchpoint.
4207
4208 2017-11-22  Yao Qi  <yao.qi@linaro.org>
4209
4210         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4211
4212 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
4213
4214         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4215         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4216         * gdb.dwarf2/info-locals-optimized-out.c: New file.
4217
4218 2017-11-22  Yao Qi  <yao.qi@linaro.org>
4219
4220         * gdb.base/info-os.exp: Pass pthreads.
4221         * gdb.multi/multi-attach.exp: Likewise.
4222
4223 2017-11-22  Yao Qi  <yao.qi@linaro.org>
4224
4225         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4226         compiler.
4227
4228 2017-11-22  Yao Qi  <yao.qi@linaro.org>
4229
4230         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4231         * gdb.base/break-interp.exp: Likewise.
4232         * gdb.base/jit-attach-pie.exp: Likewise.
4233
4234 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
4235
4236         * gdb.base/float128.c (large128): New variable.
4237         * gdb.base/float128.exp: Add test to print largest __float128 value.
4238
4239 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
4240
4241         * gdb.arch/vsx-regs.exp: Update register content checks.
4242
4243 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
4244
4245         * gdb.arch/ppc-longdouble.exp: New file.
4246         * gdb.arch/ppc-longdouble.c: Likewise.
4247
4248 2017-11-21  Pedro Alves  <palves@redhat.com>
4249
4250         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4251
4252 2017-11-20  Pedro Alves  <palves@redhat.com>
4253
4254         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4255         (long_double_typedef): New typedefs.
4256         Use DEF on double and long double.
4257         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4258         cases.
4259         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4260         and 'long_double_ptr_same_size' locals.  Use them to decide
4261         whether cast from array/function to float is valid/invalid.
4262
4263 2017-11-17  Tom Tromey  <tom@tromey.com>
4264
4265         * gdb.rust/traits.rs: New file.
4266         * gdb.rust/traits.exp: New file.
4267
4268 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
4269
4270         * gdb.ada/minsyms: New testcase.
4271
4272 2017-11-16  Pedro Alves  <palves@redhat.com>
4273
4274         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4275         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4276
4277 2017-11-16  Pedro Alves  <palves@redhat.com>
4278
4279         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4280         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4281
4282 2017-11-16  Pedro Alves  <palves@redhat.com>
4283
4284         * gdb.server/reconnect-ctrl-c.c: New file.
4285         * gdb.server/reconnect-ctrl-c.exp: New file.
4286
4287 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
4288
4289         * gdb.python/py-rbreak.exp: New file.
4290         * gdb.python/py-rbreak.c: New file.
4291         * gdb.python/py-rbreak-func2.c: New file.
4292
4293 2017-11-16  Pedro Alves  <palves@redhat.com>
4294
4295         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4296         pattern.
4297         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4298         GDB.
4299
4300 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
4301
4302         * gdb.tui/completionn.exp (test_tab_completion): Add space in
4303         regex.
4304
4305 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
4306
4307         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4308         test names.
4309
4310 2017-11-09  Pedro Alves  <palves@redhat.com>
4311
4312         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4313         factored out from ...
4314         (top level): ... here, and adjusted to avoid expecting beyond the
4315         prompt in a single gdb_test_multiple.
4316
4317 2017-11-09  Pedro Alves  <palves@redhat.com>
4318
4319         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4320         output.
4321         * gdb.server/ext-attach.exp ("kill" test): Likewise.
4322         * gdb.server/ext-restart.exp ("kill" test): Likewise.
4323         * gdb.server/ext-run.exp ("kill" test): Likewise.
4324         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4325
4326 2017-11-09  Pedro Alves  <palves@redhat.com>
4327
4328         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4329         match till end of line.
4330
4331 2017-11-09  Pedro Alves  <palves@redhat.com>
4332
4333         * gdb.base/memattr.exp: Tighten regexes to match the end line.
4334
4335 2017-11-09  Pedro Alves  <palves@redhat.com>
4336
4337         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4338         New procedures, factored out from ...
4339         (top level): ... here, and adjusted to avoid expecting beyond the
4340         prompt in one go.
4341
4342 2017-11-09  Pedro Alves  <palves@redhat.com>
4343
4344         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4345         output.  Fix '?' match.
4346
4347 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
4348
4349         * gdb.ada/scoped_watch: New testcase.
4350         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4351         which is actually correct.
4352         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4353         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4354
4355 2017-11-08  Pedro Alves  <palves@redhat.com>
4356
4357         * gdb.gdb/complaints.exp (test_initial_complaints)
4358         (test_serial_complaints, test_short_complaints): Call
4359         complaint_internal instead of complaint.
4360
4361 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
4362
4363         * gdb.threads/tls-core.c: New file.
4364         * gdb.threads/tls-core.exp: Likewise.
4365
4366 2017-11-08   Pedro Alves  <palves@redhat.com>
4367
4368         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4369         (p Exported_Capitalized): New test.
4370         (p exported_capitalized): New test.
4371
4372 2017-11-07  Pedro Alves  <palves@redhat.com>
4373
4374         * gdb.cp/ena-dis-br-range.exp: Add more tests.
4375
4376 2017-11-07  Pedro Alves  <palves@redhat.com>
4377
4378         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4379         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4380         (disable_invalid, disable_inverted, disable_negative): New
4381         procedures.
4382         ("bad numbers"): New set of tests.
4383
4384 2017-11-07  Pedro Alves  <palves@redhat.com>
4385
4386         * gdb.cp/ena-dis-br-range.exp: Add tests.
4387
4388 2017-11-07  Pedro Alves  <palves@redhat.com>
4389
4390         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4391
4392 2017-11-07  Xavier Roirand  <roirand@adacore.com>
4393             Pedro Alves  <palves@redhat.com>
4394
4395         * gdb.base/ena-dis-br.exp: Add reference to
4396         gdb.cp/ena-dis-br-range.exp.
4397         * gdb.cp/ena-dis-br-range.exp: New file.
4398         * gdb.cp/ena-dis-br-range.cc: New file.
4399
4400 2017-11-06  Pedro Alves  <palves@redhat.com>
4401
4402         * gdb.base/attach-non-pgrp-leader.c: New.
4403         * gdb.base/attach-non-pgrp-leader.exp: New.
4404
4405 2017-11-06  Pedro Alves  <palves@redhat.com>
4406
4407         * configure.ac: No longer check for termio.h and sgtty.h.
4408         * configure: Regenerate.
4409         * remote-utils.c: Include termios.h instead of gdb_termios.h.
4410         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4411         Remove termio and sgtty code.
4412
4413 2017-11-03  Yao Qi  <yao.qi@linaro.org>
4414
4415         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4416         in GDB is disabled.
4417
4418 2017-11-03  Yao Qi  <yao.qi@linaro.org>
4419
4420         * gdb.python/py-thrhandle.exp: Skip it if python is not
4421         enabled.
4422
4423 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
4424
4425         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4426         as a breakpoint command.
4427
4428 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
4429
4430         PR python/21213
4431         * gdb.python/py-infthread.exp: Test calling
4432         InferiorThread.inferior () multiple times in a row.
4433
4434 2017-10-27  Keith Seitz  <keiths@redhat.com>
4435
4436         * gdb.opt/inline-break.exp (break_info_1): New procedure.
4437         Test "info break" for every inlined function breakpoint.
4438
4439 2017-10-27  Yao Qi  <yao.qi@linaro.org>
4440
4441         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4442
4443 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
4444
4445         * gdb.cp/classes.exp (test_static_members): Test printing
4446         Outer::instance.
4447         * gdb.cp/classes.c (struct Inner, struct Outer): New.
4448         (Inner::instance, Outer::instance): New.
4449
4450 2017-10-24  Pedro Alves  <palves@redhat.com>
4451
4452         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4453         extra console" test in two stages.
4454
4455 2017-10-24  Pedro Alves  <palves@redhat.com>
4456
4457         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4458
4459 2017-10-24  Pedro Alves  <palves@redhat.com>
4460
4461         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4462         loop.
4463
4464 2017-10-24  Pedro Alves  <palves@redhat.com>
4465
4466         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4467         $attempt" and "stoppedtry $stoppedtry" test prefixes.
4468
4469 2017-10-24  Pedro Alves  <palves@redhat.com>
4470
4471         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4472         parameter and handle it.  Don't output read value in test name.
4473
4474 2017-10-24  Pedro Alves  <palves@redhat.com>
4475
4476         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4477         custom test name.
4478
4479 2017-10-24  Pedro Alves  <palves@redhat.com>
4480
4481         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4482         include the unstable output directory name in the test's name.
4483         (initial_setup_simple) <'set args'>: Use custom test name.
4484
4485 2017-10-24  Pedro Alves  <palves@redhat.com>
4486
4487         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4488         with explicit test name.
4489
4490 2017-10-20  Pedro Alves  <palves@redhat.com>
4491
4492         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4493         'wait -i'.  Use gdb_assert and remote_close.
4494
4495 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
4496
4497         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4498         number from variable rather than hard-coded.
4499
4500 2017-10-19  Pedro Alves  <palves@redhat.com>
4501
4502         * gdb.base/long-inferior-output.c: New file.
4503         * gdb.base/long-inferior-output.exp: New file.
4504
4505 2017-11-18  Keith Seitz  <keiths@redhat.com>
4506
4507         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4508         method.
4509         (main): Call it.
4510         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4511         Add additional user-defined conversion operator tests.
4512
4513 2017-10-17  Pedro Alves  <palves@redhat.com>
4514
4515         * boards/native-stdio-gdbserver.exp: Load "local-board".
4516
4517 2017-10-17  Pedro Alves  <palves@redhat.com>
4518
4519         * gdb.base/quit-live.c: New file.
4520         * gdb.base/quit-live.exp: New file.
4521
4522 2017-10-16  Keith Seitz  <keiths@redhat.com>
4523
4524         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4525         (class_with_protected_typedef, class_with_private_typedef)
4526         (struct_with_public_typedef, struct_with_protected_typedef)
4527         (struct_with_private_typedef): New classes/structs.
4528         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4529         typedefs and access specifiers.
4530
4531 2017-10-16  Pedro Alves  <palves@redhat.com>
4532             Simon Marchi  <simon.marchi@polymtl.ca>
4533
4534         * README (Local vs Remote vs Native): New section.
4535         * boards/local-board.exp: New file, with bits factored out from
4536         ...
4537         * boards/native-extended-gdbserver.exp: ... here.  Load
4538         "local-board".
4539         * boards/native-gdbserver.exp: Load "local-board".
4540         (${board}_spawn, ${board}_exec): Delete.
4541         * boards/native-stdio-gdbserver.exp: Most contents factored out to
4542         ...
4543         * boards/stdio-gdbserver-base.exp: ... this new file.
4544         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4545         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4546         procedure.
4547         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4548         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
4549         stdio_gdbserver_command.
4550         (${board}_get_remote_address, ${board}_get_comm_port)
4551         (${board}_download, ${board}_upload): Delete.
4552         (get_target_remote_pipe_cmd): New.
4553
4554 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
4555
4556         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4557         test_bkpt_deletion, test_bkpt_cond_and_cmds,
4558         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4559         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4560         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4561         remove with_test_prefix.
4562
4563 2017-10-13  Pedro Alves  <palves@redhat.com>
4564
4565         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4566         * gdb.base/annota1.exp: Use it instead of is_remote.
4567         * gdb.base/annota3.exp: Use it instead of is_remote.
4568         * gdb.cp/annota2.exp: Use it instead of is_remote.
4569         * gdb.cp/annota3.exp: Use it instead of is_remote.
4570         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4571
4572 2017-10-13  Pedro Alves  <palves@redhat.com>
4573
4574         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4575         (test_num_test_vars, run_and_count_vars, find_env)
4576         (test_set_unset_env, test_inherit_env_var): New procedures.
4577         (top level): Use them.
4578
4579 2017-10-13  Pedro Alves  <palves@redhat.com>
4580
4581         * lib/selftest-support.exp (selftest_setup): Extend comments, and
4582         also skip on stub-like targets.
4583
4584 2017-10-13  Pedro Alves  <palves@redhat.com>
4585
4586         PR gdb/22293
4587         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4588         (top level): Move some tests to ...
4589         (test_not_found): ... this new procedure.
4590         (top level): Call it.
4591
4592 2017-10-13  Pedro Alves  <palves@redhat.com>
4593
4594         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
4595         expect different "info terminal" output if testing with a
4596         non-native target.
4597
4598 2017-10-13  Pedro Alves  <palves@redhat.com>
4599             Simon Marchi  <simon.marchi@polymtl.ca>
4600
4601         PR python/12966
4602         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4603
4604 2017-10-13  Pedro Alves  <palves@redhat.com>
4605
4606         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4607         already.
4608
4609 2017-10-13  Pedro Alves  <palves@redhat.com>
4610
4611         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4612         is_remote.
4613
4614 2017-10-13  Pedro Alves  <palves@redhat.com>
4615
4616         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4617         is_remote.
4618
4619 2017-10-13  Pedro Alves  <palves@redhat.com>
4620
4621         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4622         is set.
4623         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
4624         instead of is_remote.
4625
4626 2017-10-13  Pedro Alves  <palves@redhat.com>
4627
4628         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4629         (top level): Add comment.
4630
4631 2017-10-13  Pedro Alves  <palves@redhat.com>
4632
4633         * gdb.base/remote.exp (top level): Fix comment typo and add
4634         missing return.
4635
4636 2017-10-13  Pedro Alves  <palves@redhat.com>
4637             Simon Marchi  <simon.marchi@polymtl.ca>
4638
4639         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4640         calls and add comments.  Skip test if use_gdb_stub is set.
4641         (top level): Use "set cwd" command instead of "cd" command.
4642
4643 2017-10-13  Pedro Alves  <palves@redhat.com>
4644
4645         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4646         is_remote target check.
4647
4648 2017-10-13  Pedro Alves  <palves@redhat.com>
4649
4650         * gdb.base/scope.exp: Use build_executable + clean_restart +
4651         gdb_file_cmd instead of prepare_for_testing and no longer skip
4652         "before run" tests on is_remote target boards.  Update comments.
4653         * boards/native-extended-gdbserver.exp
4654         (extended_gdbserver_load_last_file): New, factored out from ...
4655         (gdb_load): ... this.  Move further below and add comment.
4656         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4657
4658 2017-10-12  Pedro Alves  <palves@redhat.com>
4659
4660         * gdb.base/attach.exp: Remove references to gdb64.
4661         * gdb.base/dbx.exp: Remove references to gdb64.
4662
4663 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
4664             Pedro Alves  <palves@redhat.com>
4665
4666         * gdb.base/label.exp: Remove is_remote target check.
4667
4668 2017-10-12  Pedro Alves  <palves@redhat.com>
4669
4670         * gdb.base/auvx.exp (coredir): Update comment.
4671         (top level) <core_works>: Use "set cwd" command instead of "cd"
4672         command.
4673
4674 2017-10-12  Pedro Alves  <palves@redhat.com>
4675             Simon Marchi  <simon.marchi@polymtl.ca>
4676
4677         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4678         target boards.
4679
4680 2017-10-12  Pedro Alves  <palves@redhat.com>
4681             Simon Marchi  <simon.marchi@polymtl.ca>
4682
4683         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4684         Instead skip if there's any gdb_protocol set.
4685
4686 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
4687             Pedro Alves  <palves@redhat.com>
4688
4689         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4690
4691 2017-10-12  Pedro Alves  <palves@redhat.com>
4692             Simon Marchi  <simon.marchi@polymtl.ca>
4693
4694         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4695         instead of on dejagnu remote boards.
4696
4697 2017-10-12  Pedro Alves  <palves@redhat.com>
4698             Simon Marchi  <simon.marchi@polymtl.ca>
4699
4700         * gdb.base/inferior-died.exp: Remove is_remote and isnative
4701         checks.  Use build_executable + clean_restart instead of
4702         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
4703         of enabling non-stop after starting gdb.
4704
4705 2017-10-12  Pedro Alves  <palves@redhat.com>
4706
4707         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4708         * gdb.threads/non-ldr-exc-2.exp: Ditto.
4709         * gdb.threads/non-ldr-exc-3.exp: Ditto.
4710         * gdb.threads/non-ldr-exc-4.exp: Ditto.
4711
4712 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
4713
4714         * gdb.arch/arc-tdesc-cpu.exp: New file.
4715         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4716
4717 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
4718
4719         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4720
4721 2017-10-10  Pedro Alves <palves@redhat.com>
4722
4723         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4724         expect CLI output.
4725
4726 2017-10-10  Pedro Alves  <palves@redhat.com>
4727
4728         * lib/selftest-support.exp (selftest_setup): Update for
4729         captured_command_loop's prototype change.
4730
4731 2017-10-09  Pedro Alves  <palves@redhat.com>
4732
4733         Test both arch1=>arch2 and arch2=>arch1.
4734
4735         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4736         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
4737         factored out to...
4738         (append_arch1_options, append_arch2_options, append_arch_options)
4739         (build_executables): New procedures.
4740         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
4741         local.
4742         (top level): Add new 'first_arch' testing axis.
4743
4744 2017-10-09  Pedro Alves  <palves@redhat.com>
4745
4746         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4747         (barrier): New.
4748         (thread_start, all_started): New functions.
4749         (main): Spawn new thread and wait until it is scheduled.
4750         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4751         option.
4752         (do_test): Add 'selected_thread' parameter.  Run to all_started
4753         instead of main.  Explicitly set the breakpoint at main.  Switch
4754         to the SELECTED_THREAD thread.
4755         (top level): Test handling the exec event with either the main
4756         thread or the second thread selected.
4757
4758 2017-10-09  Pedro Alves  <palves@redhat.com>
4759
4760         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4761         logic.  Move STOP marker after the value checks.
4762         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4763         regexp.
4764
4765 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
4766
4767         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4768
4769 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
4770
4771         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4772         integer-to-dfp conversion.
4773         * gdb.base/dfp-test.exp: Likewise.
4774
4775 2017-10-04  Pedro Alves  <palves@redhat.com>
4776
4777         * gdb.multi/hangout.c: Include <unistd.h>.
4778         (hangout_loop): New function.
4779         (main): Call alarm.  Call hangout_loop in a loop.
4780         * gdb.multi/hello.c: Include <unistd.h>.
4781         (hello_loop): New function.
4782         (main): Call alarm.  Call hangout_loop in a loop.
4783         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4784         inferior with the other selected.
4785
4786 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
4787
4788         * gdb.mi/list-thread-groups-available.exp: New file.
4789         * gdb.mi/list-thread-groups-available.c: New file.
4790
4791 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4792
4793         * gdb.base/set-cwd.exp: Make it available on
4794         native-extended-gdbserver.
4795
4796 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4797
4798         * gdb.base/set-cwd.c: New file.
4799         * gdb.base/set-cwd.exp: Likewise.
4800
4801 2017-10-02  Tom Tromey  <tom@tromey.com>
4802
4803         PR rust/22236:
4804         * gdb.rust/simple.rs (main): New variable "fslice".
4805         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
4806
4807 2017-10-02  Tom Tromey  <tom@tromey.com>
4808
4809         * gdb.rust/simple.exp: Test ptype of a slice.
4810
4811 2017-10-02  Tom Tromey  <tom@tromey.com>
4812
4813         * gdb.rust/simple.exp: Test index of slice.
4814
4815 2017-09-27  Tom Tromey  <tom@tromey.com>
4816
4817         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4818
4819 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4820             Pedro Alves  <palves@redhat.com>
4821
4822         * gdb.base/compare-sections.exp (get value of read-only section): Read
4823         as unsigned value.
4824         (corrupt read-only section): Likewise and don't set written if patching
4825         failed.
4826
4827 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
4828
4829         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4830         files.
4831
4832 2017-09-20  Pedro Alves  <palves@redhat.com>
4833
4834         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4835         symbol names in gdb's output.
4836         * gdb.cp/overload.exp ("list all overloads"): Likewise.
4837
4838 2017-09-20  Pedro Alves  <palves@redhat.com>
4839
4840         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4841         Rename to ...
4842         (test_list_ambiguous_symbol): ... this and add a symbol name
4843         parameter.  Adjust.
4844         (test_list_ambiguous_function): Reimplement on top of
4845         test_list_ambiguous_symbol and also test listing ambiguous
4846         variables.
4847         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4848         (ambiguous_fun): ... this.
4849         (ambiguous_var): New.
4850         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4851         (ambiguous_fun): ... this.
4852         (ambiguous_var): New.
4853
4854 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
4855
4856         * gdb.base/starti.c: New file.
4857         * gdb.base/starti.exp: New file.
4858         * lib/gdb.exp (gdb_starti_cmd): New procedure.
4859
4860 2017-09-14  Pedro Alves  <palves@redhat.com>
4861
4862         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4863         (top level): Use it instead of runto.
4864
4865 2017-09-11  Tom Tromey  <tom@tromey.com>
4866
4867         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4868
4869 2017-09-11  Tom Tromey  <tom@tromey.com>
4870
4871         * gdb.python/py-infthread.exp: Add tests for new_thread event.
4872         * gdb.python/py-inferior.exp: Add tests for new inferior events.
4873
4874 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
4875
4876         * gdb.fortran/printing-types.exp: New file.
4877         * gdb.fortran/printing-types.exp: New file.
4878
4879 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
4880
4881         * gdb.fortran/vla-ptype.exp: Fix typos.
4882         * gdb.fortran/vla-value.exp: Same.
4883
4884 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
4885
4886         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4887         * gdb.mi/mi-var-child-f.exp: Likewise.
4888         * gdb.mi/mi-vla-fortran.exp: Likewise.
4889
4890 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
4891             Christoph Weinmann  <christoph.t.weinmann@intel.com>
4892             Bernhard Heckel  <bernhard.heckel@intel.com>
4893
4894         * gdb.fortran/ptr-indentation.f90: New file.
4895         * gdb.fortran/ptr-indentation.exp: New file.
4896
4897 2017-09-05  Tom Tromey  <tom@tromey.com>
4898
4899         PR gdb/22010:
4900         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4901
4902 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4903
4904         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4905
4906 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4907
4908         * gdb.threads/tls-nodebug-pie.c: New file.
4909         * gdb.threads/tls-nodebug-pie.exp: New file.
4910
4911 2017-09-05  Tom Tromey  <tom@tromey.com>
4912
4913         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4914         for rust.
4915
4916 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
4917
4918         * gdb.multi/multi-arch-exec.exp: Test with different
4919         "follow-exec-mode" settings.
4920         (do_test): New procedure.
4921
4922 2017-09-04  Pedro Alves  <palves@redhat.com>
4923
4924         * gdb.base/func-static.c (S::method const, S::method volatile)
4925         (S::method volatile const): New methods.
4926         (c_s, v_s, cv_s): New instances.
4927         (main): Call method() on them.
4928         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4929         (cannot_resolve): New procedure.
4930         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
4931         print-quote-unquoted columns.
4932         (do_test): Test printing each scope too.
4933
4934 2017-09-04  Pedro Alves  <palves@redhat.com>
4935
4936         * gdb.base/local-static.exp: Also test with
4937         class::method::variable wholly quoted.
4938         * gdb.cp/m-static.exp (class::method::variable): Remove test.
4939
4940 2017-09-04  Pedro Alves  <palves@redhat.com>
4941
4942         * gdb.base/local-static.c: New.
4943         * gdb.base/local-static.cc: New.
4944         * gdb.base/local-static.exp:  New.
4945
4946 2017-09-04  Pedro Alves  <palves@redhat.com>
4947
4948         * gdb.asm/asm-source.exp: Add casts to int.
4949         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4950         (dataglobal64_1, dataglobal64_2): New globals.
4951         * gdb.base/nodebug.exp: Test different expressions involving the
4952         new globals, with print, whatis and ptype.  Add casts to int.
4953         * gdb.base/solib-display.exp: Add casts to int.
4954         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
4955         * gdb.cp/m-static.exp: Add cast to int.
4956         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4957         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4958         tls variable with no debug info without a cast.  Test with a cast
4959         to int too.
4960         * gdb.trace/entry-values.exp: Add casts.
4961
4962 2017-09-04  Pedro Alves  <palves@redhat.com>
4963
4964         * gdb.base/nodebug.exp: Test that ptype's error about functions
4965         with unknown return type includes the function name too.
4966
4967 2017-09-04  Pedro Alves  <palves@redhat.com>
4968
4969         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4970         return type of munmap in infcall.
4971         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4972         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
4973         type of ftell in infcall.
4974         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4975         type of getpid in infcall.
4976         * gdb.base/infcall-exec.exp: Cast return type of execlp in
4977         infcall.
4978         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4979         Bail on failure to extract the pid.
4980         * gdb.base/nodebug.c: #include <stdint.h>.
4981         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4982         New functions.
4983         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4984         Change expected output of print/whatis/ptype with functions with
4985         no debug info.  Test all supported languages.  Call
4986         test_call_promotion.
4987         * gdb.compile/compile.exp: Adjust expected output to expect
4988         warning.
4989         * gdb.threads/siginfo-threads.exp: Likewise.
4990
4991 2017-09-04  Pedro Alves  <palves@redhat.com>
4992
4993         * gdb.base/callfuncs.exp (do_function_calls): New parameter
4994         "prototypes".  Test calling float functions via prototyped and
4995         unprototyped function pointers.
4996         (perform_all_tests): New parameter "prototypes".  Pass it down.
4997         (top level): Pass down "prototypes" parameter to
4998         perform_all_tests.
4999
5000 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
5001
5002         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5003         Test with nested loops.
5004
5005 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
5006
5007         * gdb.base/commands.exp: Call the new procedures.
5008         (loop_break_test, loop_continue_test): New procedures.
5009
5010 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
5011
5012         * gdb.base/commands.exp: Call new procedure.
5013         (define_if_without_arg_test): New procedure.
5014
5015 2017-09-04  Pedro Alves  <palves@redhat.com>
5016
5017         * gdb.base/list-ambiguous.exp: New file.
5018         * gdb.base/list-ambiguous0.c: New file.
5019         * gdb.base/list-ambiguous1.c: New file.
5020         * gdb.base/list.exp (test_list_range): Adjust expected output.
5021
5022 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
5023
5024         * gdb.base/share-env-with-gdbserver.c: New file.
5025         * gdb.base/share-env-with-gdbserver.exp: Likewise.
5026
5027 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
5028
5029         * gdb.base/commands.exp (gdbvar_simple_if_test,
5030         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5031         progvar_simple_if_test, progvar_simple_while_test,
5032         progvar_complex_if_while_test, user_defined_command_test,
5033         user_defined_command_args_eval,
5034         user_defined_command_args_stack_test,
5035         user_defined_command_manyargs_test, bp_deleted_in_command_test,
5036         temporary_breakpoint_commands,
5037         gdb_test_no_prompt, redefine_hook_test,
5038         redefine_backtrace_test): Remove "global gdb_prompt".
5039
5040 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
5041
5042         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5043         New proc, call it from toplevel.
5044
5045 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
5046
5047         PR remote/21852
5048         * gdb.server/normal.c: New file, copied from gdb.base.
5049         * gdb.server/run-without-local-binary.exp: New file.
5050
5051 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
5052
5053         * gdb.arch/sparc64-adi.exp: New file.
5054         * gdb.arch/sparc64-adi.c: New file.
5055
5056 2017-08-22  Pedro Alves  <palves@redhat.com>
5057
5058         * gdb.cp/overload.exp (line_range_pattern): New procedure.
5059         (top level): Add "list all overloads" tests.
5060
5061 2017-08-22  Tom Tromey  <tom@tromey.com>
5062
5063         * gdb.gdb/xfullpath.exp: Remove.
5064
5065 2017-08-21  Pedro Alves  <palves@redhat.com>
5066
5067         PR gdb/19487
5068         * gdb.base/symbol-alias.c: New.
5069         * gdb.base/symbol-alias2.c: New.
5070         * gdb.base/symbol-alias.exp: New.
5071
5072 2017-08-21  Pedro Alves  <palves@redhat.com>
5073
5074         * gdb.base/dfp-test.c
5075         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5076         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5077         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5078         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5079         * gdb.base/whatis-ptype-typedefs.c: New.
5080         * gdb.base/whatis-ptype-typedefs.exp: New.
5081         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5082         (an_int, an_int_type, an_int_type2): New globals.
5083         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5084         involving typedefs and cast expressions.
5085         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5086         (lookup_typedefs_function): New.
5087         (typedefs_pretty_printers_dict): New.
5088         (top level): Register lookup_typedefs_function in
5089         gdb.pretty_printers.
5090
5091 2017-08-18  Yao Qi  <yao.qi@linaro.org>
5092
5093         * gdb.server/unittest.exp: New.
5094
5095 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
5096
5097         PR gdb/21954
5098         * gdb.base/environ.exp: Add test to check if 'unset environment'
5099         works.
5100
5101 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5102
5103         * lib/gdb.exp (universal_compile_options): New caching proc.
5104         (gdb_compile): Suppress GCC's coloring of messages.
5105
5106 2017-08-14  Tom Tromey  <tom@tromey.com>
5107
5108         PR gdb/21675:
5109         * gdb.base/printcmds.exp (test_radices): New function.
5110         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5111         * gdb.base/sizeof.exp (check_valueof): Use p/d.
5112         * lib/gdb.exp (get_integer_valueof): Use p/d.
5113
5114 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
5115
5116         * lib/gdb.exp (get_valueof): Don't capture end-of-line
5117         characters.
5118
5119 2017-08-05  Tom Tromey  <tom@tromey.com>
5120
5121         * gdb.rust/simple.exp: Allow String to appear in a different
5122         namespace.
5123
5124 2017-07-26  Yao Qi  <yao.qi@linaro.org>
5125
5126         * gdb.gdb/unittest.exp: Invoke command
5127         "maintenance check xml-descriptions".
5128
5129 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5130
5131         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5132         calling context.
5133         (hex128): Drop erroneous calculation of parameters.
5134
5135 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
5136
5137         * gdb.python/py-unwind.exp: Disable stack protection when
5138         building test file.
5139
5140 2017-07-20  Pedro Alves  <palves@redhat.com>
5141
5142         * gdb.base/default.exp (set language): Adjust expected output.
5143
5144 2017-07-20  Pedro Alves  <palves@redhat.com>
5145
5146         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5147         (test_minsym): ... this, and make static.
5148         (get_pck__foo__bar__minsym): Rename to ...
5149         (get_test_minsym): ... this.
5150         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
5151         symbol names and comments.
5152         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5153         (get_test_minsym): ... this.
5154         (pck__foo__bar__minsym__2): Rename to ...
5155         (test_minsym): ... this.
5156         (main): Adjust.
5157
5158 2017-07-17  Pedro Alves  <palves@redhat.com>
5159
5160         * gdb.base/completion.exp: Adjust expected output.
5161         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5162         the completer works.
5163
5164 2017-07-17  Pedro Alves  <palves@redhat.com>
5165
5166         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5167
5168 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
5169
5170         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5171
5172 2017-07-14  Tom Tromey  <tom@tromey.com>
5173
5174         PR rust/21764:
5175         * gdb.rust/simple.exp: Add tests.
5176
5177 2017-07-14  Tom Tromey  <tom@tromey.com>
5178
5179         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5180
5181 2017-07-14  Pedro Alves  <palves@redhat.com>
5182
5183         * gdb.linespec/base/one/thefile.cc (z1): New function.
5184         * gdb.linespec/base/two/thefile.cc (z2): New function.
5185         * gdb.linespec/linespec.exp: Add tests.
5186
5187 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
5188
5189         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5190         to mi_create_breakpoint.
5191
5192 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
5193
5194         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5195         mi_create_breakpoint.
5196
5197 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
5198
5199         * gdb.dlang/demangle.exp: Update for demangling changes.
5200
5201 2017-07-09  Tom Tromey  <tom@tromey.com>
5202
5203         * gdb.dwarf2/shortpiece.exp: New file.
5204
5205 2017-07-06  David Blaikie  <dblaikie@gmail.com>
5206
5207         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5208         built from fissiont-multi-cu{1,2}.c.
5209         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5210         except putting 'main' and 'func' in separate CUs in the same DWO file.
5211         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5212         test.
5213         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5214         test.
5215
5216 2017-07-06  Pedro Alves  <palves@redhat.com>
5217
5218         * gdb.python/py-unwind.exp: Test flushregs.
5219
5220 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
5221
5222         PR cli/21688
5223         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5224         tests for alias commands and trailing whitespace.
5225
5226 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
5227
5228         PR cli/21688
5229         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5230         procedure.  Call it.
5231
5232 2017-06-29  Pedro Alves  <palves@redhat.com>
5233
5234         * gdb.base/printcmds.exp: Add tests.
5235
5236 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
5237
5238         PR gdb/21337
5239         * gdb.base/reread-readsym.exp: New file.
5240         * gdb.base/reread-readsym.c: New file.
5241
5242 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
5243
5244         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5245         subpattern.
5246
5247 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
5248
5249         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5250         extended mnemonic.
5251         * gdb.arch/powerpc-power9.s: Likewise.
5252
5253 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5254
5255         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5256         on 32-bit x86 targets.  Exploit is_*_target macros where
5257         appropriate.
5258
5259 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5260
5261         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5262         register pieces.
5263
5264 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5265
5266         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5267         located in one or more DWARF pieces.
5268
5269 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5270
5271         * lib/gdb.exp (get_endianness): New proc.
5272         * gdb.arch/aarch64-fp.exp: Use it.
5273         * gdb.arch/altivec-regs.exp: Likewise.
5274         * gdb.arch/e500-regs.exp: Likewise.
5275         * gdb.arch/vsx-regs.exp: Likewise.
5276         * gdb.base/dump.exp: Likewise.
5277         * gdb.base/funcargs.exp: Likewise.
5278         * gdb.base/gnu_vector.exp: Likewise.
5279         * gdb.dwarf2/formdata16.exp: Likewise.
5280         * gdb.dwarf2/implptrpiece.exp: Likewise.
5281         * gdb.dwarf2/nonvar-access.exp: Likewise.
5282         * gdb.python/py-inferior.exp: Likewise.
5283         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5284
5285 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5286
5287         PR gdb/21226
5288         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5289         stack value pieces are taken from the LSB end.
5290
5291 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5292
5293         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5294         variable at nonzero offset.
5295
5296 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5297
5298         * gdb.dwarf2/var-access.c: New file.
5299         * gdb.dwarf2/var-access.exp: New test.
5300         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5301
5302 2017-06-12  Tom Tromey  <tom@tromey.com>
5303
5304         * gdb.dwarf2/formdata16.exp: Add tests.
5305
5306 2017-06-12  Tom Tromey  <tom@tromey.com>
5307
5308         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5309
5310 2017-06-12  Tom Tromey  <tom@tromey.com>
5311
5312         PR exp/16225:
5313         * gdb.reverse/i386-sse-reverse.exp: Update tests.
5314         * gdb.arch/vsx-regs.exp: Update tests.
5315         * gdb.arch/s390-vregs.exp (hex128): New proc.
5316         Update test.
5317         * gdb.arch/altivec-regs.exp: Update tests.
5318
5319 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5320
5321         * gdb.base/startup-with-shell.c: New file.
5322         * gdb.base/startup-with-shell.exp: Likewise.
5323
5324 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5325
5326         * gdb.server/non-existing-program.exp: Update regex in order to
5327         reflect the fact that gdbserver is now using fork_inferior (with a
5328         shell) to startup the inferior.
5329
5330 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
5331
5332         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5333         support function calls from GDB.
5334
5335 2017-05-21  Tom Tromey  <tom@tromey.com>
5336
5337         PR rust/21466:
5338         * gdb.rust/unsized.exp: New file.
5339         * gdb.rust/unsized.rs: New file.
5340
5341 2017-05-19  Tom Tromey  <tom@tromey.com>
5342
5343         PR rust/21484:
5344         * gdb.rust/watch.exp: New file.
5345         * gdb.rust/watch.rs: New file.
5346
5347 2017-05-18  Tom Tromey  <tom@tromey.com>
5348
5349         * gdb.rust/simple.exp: Allow Box to be qualified.
5350
5351 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5352
5353         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5354
5355 2017-05-18  Pedro Alves  <palves@redhat.com>
5356
5357         * gdb.base/fileio.c (test_write, test_read, test_close)
5358         (test_fstat): Don't print 'ret' in the fail path.
5359
5360 2017-05-18  Pedro Alves  <palves@redhat.com>
5361
5362         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5363         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5364         (test_system, test_rename, test_unlink, test_time): Change
5365         prototypes.
5366         * gdb.base/fileio.exp (stop_msg): Adjust.
5367
5368 2017-05-18  Pedro Alves  <palves@redhat.com>
5369
5370         * gdb.base/fileio.c (null_str): New global.
5371         (test_stat): Use it.
5372         * gdb.base/fileio.exp: Remove nowarnings.
5373
5374 2017-05-17  Yao Qi  <yao.qi@linaro.org>
5375
5376         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5377
5378 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
5379
5380         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5381         argument command.
5382         (top-level): Invoke test_set_inferior_tty.
5383
5384 2017-05-04  Pedro Alves  <palves@redhat.com>
5385
5386         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5387         Add parens to print call for Python 3.
5388
5389 2017-05-03  Keith Seitz  <keiths@redhat.com>
5390
5391         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5392         (main): Call it.
5393
5394 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5395
5396         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5397         to prev and next.
5398
5399 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5400
5401         * gdb.python/py-record-btrace.exp: Remove test for
5402         gdb.BtraceInstruction.error.
5403
5404 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5405
5406         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5407
5408 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5409
5410         * gdb.python/py-record-btrace-threads.c: New file.
5411         * gdb.python/py-record-btrace-threads.exp: New file.
5412
5413 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
5414
5415         PR testsuite/8595
5416         * gdb.base/environ.exp: Make test available in all architectures.
5417         Move bits related to "info program" testing to
5418         gdb.base/info-program.exp.  Rewrite tests to use the two new
5419         procedures mentione below.
5420         (test_set_show_env_var) New procedure.
5421         (test_set_show_env_var_equal): Likewise.
5422         * gdb.base/info-program.exp: New file.
5423
5424 2017-04-27  Keith Seitz  <keiths@redhat.com>
5425
5426         * gdb.cp/oranking.cc (test15): New function.
5427         (main): Call test15 and declare additional variables for testing.
5428         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5429         "p foo101('abc')" tests.
5430         Add tests for cv qualifier overloads.
5431         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5432         "lvalue reference overload" test.
5433         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5434         "print value of f1 on Child&& in f2" test.
5435
5436 2017-04-19  Pedro Alves  <palves@redhat.com>
5437
5438         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5439         procedure.
5440         (top level): Call it.
5441         * lib/gdb.exp (gdb_define_cmd): New procedure.
5442
5443 2017-04-12  Pedro Alves  <palves@redhat.com>
5444
5445         PR gdb/21323
5446         * gdb.cp/wide_char_types.c: Include <wchar.h>.
5447         (wchar): New global.
5448         * gdb.cp/wide_char_types.exp (wide_char_types_program)
5449         (do_test_wide_char, wide_char_types_no_program, top level): Add
5450         wchar_t testing.
5451
5452 2017-04-12  Pedro Alves  <palves@redhat.com>
5453
5454         PR c++/21323
5455         * gdb.cp/wide_char_types.c: New file.
5456         * gdb.cp/wide_char_types.exp: New file.
5457
5458 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
5459
5460         PR gdb/21352
5461         * gdb.trace/tsv.exp: Add test for "tsave -r".
5462
5463 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
5464
5465         * gdb.dlang/watch-loc.c: New file.
5466         * gdb.dlang/watch-loc.exp: New file.
5467
5468 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5469
5470         * gdb.python/py-section-script.exp (sepdebug): New testcases.
5471
5472 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
5473
5474         * gdb.arch/arc-analyze-prologue.S: New file.
5475         * gdb.arch/arc-analyze-prologue.exp: Likewise.
5476
5477 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
5478
5479         * gdb.arch/arc-decode-insn.S: New file.
5480         * gdb.arch/arc-decode-insn.exp: Likewise.
5481
5482 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
5483
5484         PR tdep/20928
5485         * gdb.arch/sparc64-regs.exp: New file.
5486         * gdb.arch/sparc64-regs.S: Likewise.
5487
5488 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
5489
5490         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5491         and memory view on Python 3.
5492
5493 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
5494             Keith Seitz  <keiths@redhat.com>
5495
5496         PR gdb/14441
5497         * gdb.cp/demangle.exp: Add rvalue reference tests.
5498         * gdb.cp/rvalue-ref-casts.cc: New file.
5499         * gdb.cp/rvalue-ref-casts.exp: New file.
5500         * gdb.cp/rvalue-ref-overload.cc: New file.
5501         * gdb.cp/rvalue-ref-overload.exp: New file.
5502         * gdb.cp/rvalue-ref-params.cc: New file.
5503         * gdb.cp/rvalue-ref-params.exp: New file.
5504         * gdb.cp/rvalue-ref-sizeof.cc: New file.
5505         * gdb.cp/rvalue-ref-sizeof.exp: New file.
5506         * gdb.cp/rvalue-ref-types.cc: New file.
5507         * gdb.cp/rvalue-ref-types.exp: New file.
5508         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5509         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5510
5511 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
5512
5513         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5514         New procedure.
5515
5516 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
5517
5518         * lib/mi-support.exp (mi_gdb_test): Add additional message
5519         for unexpected output.
5520
5521 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5522
5523         * gdb.base/examine-backward.c (Barrier): New character array
5524         constant, to ensure that TestStrings is preceded by a string
5525         terminator.
5526
5527 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5528
5529         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5530         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5531         and implicit pointer into such a location.
5532
5533 2017-03-16  Doug Evans  <dje@google.com>
5534
5535         * gdb.python/py-lazy-string (pointer): Really add new typedef.
5536
5537 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5538
5539         * gdb.cp/m-static.exp: Fix expectation for prototype of
5540         test5.single_constructor and single_constructor::single_constructor.
5541
5542 2017-03-16  Doug Evans  <dje@google.com>
5543
5544         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5545         * gdb.guile/scm-lazy-string.c: New file.
5546         * gdb.guile/scm-value.exp: Move lazy string tests to ...
5547         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
5548         for pointer, array, typedef lazy strings.
5549
5550 2017-03-16  Doug Evans  <dje@google.com>
5551
5552         PR python/17728, python/18439, python/18779
5553         * gdb.python/py-value.c (main) Delete locals sptr, sn.
5554         * gdb.python/py-lazy-string.c (pointer): New typedef.
5555         (main): New locals ptr, array, typedef_ptr.
5556         * gdb.python/py-value.exp: Move lazy string tests to ...
5557         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
5558         array, typedef lazy strings.
5559
5560 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
5561
5562         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5563           Add optional 'test' parameter.
5564
5565 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
5566
5567         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5568         Skip for versions of DejaGnu < 1.5.
5569
5570 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
5571
5572         * lib/gdb.exp (dejagnu_version): New proc.
5573         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5574         Use dejagnu_version.
5575
5576 2017-03-10  Keith Seitz  <keiths@redhat.com>
5577
5578         PR c++/8128
5579         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5580         type from destructor regexps.
5581         Add a branch which actually passes the test.
5582         Adjust "ptype t5i" test names.
5583
5584 2017-03-08  Pedro Alves  <palves@redhat.com>
5585
5586         * gdb.base/step-over-exit.exp: Add explicit test message.
5587
5588 2017-03-08  Pedro Alves  <palves@redhat.com>
5589
5590         PR gdb/18360
5591         * gdb.threads/interrupt-while-step-over.c: New file.
5592         * gdb.threads/interrupt-while-step-over.exp: New file.
5593
5594 2017-03-08  Pedro Alves  <palves@redhat.com>
5595
5596         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5597         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5598
5599 2017-03-08  Pedro Alves  <palves@redhat.com>
5600
5601         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5602         PKRU as not supported as a PASS.
5603
5604 2017-03-08  Pedro Alves  <palves@redhat.com>
5605
5606         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5607         prefix instead of $binfile1/$binfile2.
5608         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5609         in test message.
5610         * gdb.python/py-completion.exp: Use "load python file" as test
5611         messages instead of unstable path names.
5612
5613 2017-03-08  Pedro Alves  <palves@redhat.com>
5614             Jan Kratochvil  <jan.kratochvil@redhat.com>
5615
5616         PR cli/21218
5617         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5618         New proc.
5619         (top level): Call it.
5620
5621 2017-03-08  Pedro Alves  <palves@redhat.com>
5622
5623         PR tui/21216
5624         * gdb.tui/tui-nl-filtered-output.exp: New file.
5625
5626 2017-03-08  Pedro Alves  <palves@redhat.com>
5627
5628         * gdb.base/completion.exp: Move TUI completion tests to ...
5629         * gdb.tui/completion.exp: ... this new file.
5630
5631 2017-03-08  Pedro Alves  <palves@redhat.com>
5632
5633         * gdb.base/tui-disasm-long-lines.c,
5634         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5635         gdb.base/tui-layout.exp: Move to ...
5636         * gdb.tui/: ... this new directory.
5637
5638 2017-03-07  Pedro Alves  <palves@redhat.com>
5639
5640         * gdb.base/tui-layout.c: New file.
5641         * gdb.base/tui-layout.exp: New file.
5642
5643 2017-03-07  Pedro Alves  <palves@redhat.com>
5644
5645         * gdb.base/tui-layout.c: Rename to ...
5646         * gdb.base/tui-disasm-long-lines.c: ... this.
5647         * gdb.base/tui-layout.exp: Rename to ...
5648         * gdb.base/tui-disasm-long-lines.exp: ... this.
5649
5650 2017-03-07  Pedro Alves  <palves@redhat.com>
5651
5652         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5653
5654 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5655
5656         * i386-mpx-call.c: New file.
5657         * i386-mpx-call.exp: New file.
5658
5659 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
5660
5661         * gdb.arch/powerpc-power.exp: Delete test.
5662         * gdb.arch/powerpc-power.s: Likewise.
5663         * gdb.disasm/disassembler-options.exp: New test.
5664         * gdb.arch/powerpc-altivec.exp: Likewise.
5665         * gdb.arch/powerpc-altivec.s: Likewise.
5666         * gdb.arch/powerpc-altivec2.exp: Likewise.
5667         * gdb.arch/powerpc-altivec2.s: Likewise.
5668         * gdb.arch/powerpc-altivec3.exp: Likewise.
5669         * gdb.arch/powerpc-altivec3.s: Likewise.
5670         * gdb.arch/powerpc-power7.exp: Likewise.
5671         * gdb.arch/powerpc-power7.s: Likewise.
5672         * gdb.arch/powerpc-power8.exp: Likewise.
5673         * gdb.arch/powerpc-power8.s: Likewise.
5674         * gdb.arch/powerpc-power9.exp: Likewise.
5675         * gdb.arch/powerpc-power9.s: Likewise.
5676         * gdb.arch/powerpc-vsx.exp: Likewise.
5677         * gdb.arch/powerpc-vsx.s: Likewise.
5678         * gdb.arch/powerpc-vsx2.exp: Likewise.
5679         * gdb.arch/powerpc-vsx2.s: Likewise.
5680         * gdb.arch/powerpc-vsx3.exp: Likewise.
5681         * gdb.arch/powerpc-vsx3.s: Likewise.
5682         * gdb.arch/arm-disassembler-options.exp: Likewise.
5683         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5684         * gdb.arch/s390-disassembler-options.exp: Likewise.
5685
5686 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
5687
5688         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5689         (check_supported_features): ... this. Changed return type to void.
5690         (supports_rdseed): New static global.
5691         (rdseed): Check supports_rdseed.
5692         (initialize): Call check_supported_features.
5693
5694 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5695
5696         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5697         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
5698         and lqarx/stqcx.
5699         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5700         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5701
5702 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5703
5704         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5705         uppercase.
5706
5707 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5708
5709         * gdb.dwarf2/formdata16.c: New file.
5710         * gdb.dwarf2/formdata16.exp: New file.
5711         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5712
5713 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5714
5715         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5716         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5717         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5718         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5719         DW_AT_GNU_*.
5720
5721 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5722
5723         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5724
5725 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
5726
5727         PR gdb/21164
5728         * gdb.base/maint.exp: Add testcases for when the commands do
5729         not have arguments.
5730
5731 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5732
5733         * gdb.cp/chained-calls.exp: Use p instead of P.
5734
5735 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
5736
5737         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5738         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5739
5740 2017-02-14  Tom Tromey  <tom@tromey.com>
5741
5742         PR python/13598:
5743         * gdb.python/py-events.exp: Add before_prompt event tests.
5744
5745 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5746
5747         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5748
5749 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
5750
5751         * gdb.linespec/explicit.c (my_unique_function_name): New function.
5752         (main): Call my_unique_function_name.
5753         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5754         completion of patterns with a single match.
5755         Add missing -re switches to gdb_test_multiple calls.
5756
5757 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
5758
5759         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5760         return if core file is not recognized.
5761
5762 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
5763
5764         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5765         and extra UIs.
5766
5767 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
5768
5769         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5770         proc_with_prefix.
5771
5772 2017-02-10  Tom Tromey  <tom@tromey.com>
5773
5774         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5775
5776 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
5777
5778         PR gdb/21122
5779         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5780
5781 2017-02-08  Jerome Guitton  <guitton@adacore.com>
5782
5783         * gdb.base/define.exp: Add test for command abbreviations
5784         in define.
5785
5786 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
5787
5788         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5789         * gdb.reverse/insn-reverse-x86.c: New file.
5790
5791 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
5792
5793         PR tdep/20936
5794         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5795
5796 2017-02-03  Tom Tromey  <tom@tromey.com>
5797
5798         PR rust/21097:
5799         * gdb.rust/simple.exp: Add new tests.
5800
5801 2017-02-02  Pedro Alves  <palves@redhat.com>
5802
5803         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5804         tests.
5805
5806 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5807
5808         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5809         taking a 2-byte value out of a 4-byte DWARF implicit value on
5810         big-endian targets.
5811         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5812         logic.  Add test cases for DW_OP_implicit.
5813
5814 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5815
5816         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5817
5818 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5819
5820         * gdb.btrace/enable.exp: Call gdb_exit before
5821         skip_gdbserver_tests.
5822
5823 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5824
5825         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5826         GDBFLAGS.
5827
5828 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5829
5830         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5831         the test is skipped.
5832         * gdb.btrace/data.exp: Likewise.
5833         * gdb.btrace/delta.exp: Likewise.
5834         * gdb.btrace/dlopen.exp: Likewise.
5835         * gdb.btrace/enable-running.exp: Likewise.
5836         * gdb.btrace/enable.exp: Likewise.
5837         * gdb.btrace/exception.exp: Likewise.
5838         * gdb.btrace/function_call_history.exp: Likewise.
5839         * gdb.btrace/gcore.exp: Likewise.
5840         * gdb.btrace/instruction_history.exp: Likewise.
5841         * gdb.btrace/multi-thread-step.exp: Likewise.
5842         * gdb.btrace/nohist.exp: Likewise.
5843         * gdb.btrace/non-stop.exp: Likewise.
5844         * gdb.btrace/reconnect.exp: Likewise.
5845         * gdb.btrace/record_goto-step.exp: Likewise.
5846         * gdb.btrace/record_goto.exp: Likewise.
5847         * gdb.btrace/rn-dl-bind.exp: Likewise.
5848         * gdb.btrace/segv.exp: Likewise.
5849         * gdb.btrace/step.exp: Likewise.
5850         * gdb.btrace/stepi.exp: Likewise.
5851         * gdb.btrace/tailcall-only.exp: Likewise.
5852         * gdb.btrace/tailcall.exp: Likewise.
5853         * gdb.btrace/tsx.exp: Likewise.
5854         * gdb.btrace/unknown_functions.exp: Likewise.
5855         * gdb.btrace/vdso.exp: Likewise.
5856
5857 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5858
5859         * gdb.btrace/enable-running.c: New.
5860         * gdb.btrace/enable-running.exp: New.
5861
5862 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5863
5864         * gdb.arch/amd64-gs_base.c: New file.
5865         * gdb.arch/amd64-gs_base.exp: New file.
5866
5867 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
5868
5869         * lib/memory.exp: Remove spurious empty newlines.
5870
5871 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
5872
5873         * gdb.python/py-bad-printers.exp: Load python file using "source".
5874         * gdb.python/py-events.exp: Likewise.
5875         * gdb.python/py-evsignal.exp: Likewise.
5876         * gdb.python/py-evthreads.exp: Likewise.
5877         * gdb.python/py-frame-args.exp: Likewise.
5878         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5879         * gdb.python/py-framefilter-mi.exp: Likewise.
5880         * gdb.python/py-framefilter.exp: Likewise.
5881         * gdb.python/py-mi.exp: Likewise.
5882         * gdb.python/py-pp-maint.exp: Likewise.
5883         * gdb.python/py-pp-registration.exp: Likewise.
5884         * gdb.python/py-prettyprint.exp: Likewise.
5885         (run_lang_tests): Likewise.
5886         * gdb.python/py-typeprint.exp: Likewise.
5887
5888 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
5889
5890         * lib/memory.exp: New file.
5891         * lib/gdb.exp: Load memory.exp.
5892         * gdb.base/memattr.exp (delete_memory): Move proc to
5893         lib/memory.exp and rename to delete_memory_regions.
5894         Replace delete_memory with delete_memory_regions.
5895         Cleanup memory regions before tests.
5896         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5897         before tests.
5898
5899 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
5900
5901         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5902         files.
5903         (initialize): New function conditionally defined.
5904         (testcases): Move within conditional block.
5905         (main): Call initialize.
5906         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5907         of gdb.reverse/insn-reverse.c.
5908         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5909         gdb.reverse/insn-reverse.c.
5910
5911 2017-01-26  Yao Qi  <yao.qi@linaro.org>
5912
5913         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5914         disassemble on address 0.
5915
5916 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5917             Yao Qi  <yao.qi@linaro.org>
5918
5919         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5920         * gdb.dwarf2/implptr-64bit.S: Remove.
5921         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
5922         variables in caller's context.  Add DW_OP_implicit_value.
5923
5924 2017-01-25  Yao Qi  <yao.qi@linaro.org>
5925
5926         * lib/dwarf.exp (Dwarf::_location): Handle
5927         DW_OP_GNU_implicit_pointer with proper size.
5928
5929 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
5930
5931         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5932         and add untested calls.
5933
5934 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
5935
5936         * gdb.python/python.exp: Check line number against what GDB thinks
5937         the line number is for func1.
5938
5939 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
5940
5941         * gdb.dlang/debug-expr.exp: New file.
5942
5943 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
5944
5945         Fix test names for the following files:
5946
5947         * gdb.ada/exec_changed.exp
5948         * gdb.ada/info_types.exp
5949         * gdb.arch/aarch64-atomic-inst.exp
5950         * gdb.arch/aarch64-fp.exp
5951         * gdb.arch/altivec-abi.exp
5952         * gdb.arch/altivec-regs.exp
5953         * gdb.arch/amd64-byte.exp
5954         * gdb.arch/amd64-disp-step.exp
5955         * gdb.arch/amd64-dword.exp
5956         * gdb.arch/amd64-entry-value-inline.exp
5957         * gdb.arch/amd64-entry-value-param.exp
5958         * gdb.arch/amd64-entry-value-paramref.exp
5959         * gdb.arch/amd64-entry-value.exp
5960         * gdb.arch/amd64-i386-address.exp
5961         * gdb.arch/amd64-invalid-stack-middle.exp
5962         * gdb.arch/amd64-invalid-stack-top.exp
5963         * gdb.arch/amd64-optimout-repeat.exp
5964         * gdb.arch/amd64-prologue-skip.exp
5965         * gdb.arch/amd64-prologue-xmm.exp
5966         * gdb.arch/amd64-stap-special-operands.exp
5967         * gdb.arch/amd64-stap-wrong-subexp.exp
5968         * gdb.arch/amd64-tailcall-cxx.exp
5969         * gdb.arch/amd64-tailcall-noret.exp
5970         * gdb.arch/amd64-tailcall-ret.exp
5971         * gdb.arch/amd64-tailcall-self.exp
5972         * gdb.arch/amd64-word.exp
5973         * gdb.arch/arm-bl-branch-dest.exp
5974         * gdb.arch/arm-disp-step.exp
5975         * gdb.arch/arm-neon.exp
5976         * gdb.arch/arm-single-step-kernel-helper.exp
5977         * gdb.arch/avr-flash-qualifier.exp
5978         * gdb.arch/disp-step-insn-reloc.exp
5979         * gdb.arch/e500-abi.exp
5980         * gdb.arch/e500-regs.exp
5981         * gdb.arch/ftrace-insn-reloc.exp
5982         * gdb.arch/i386-avx512.exp
5983         * gdb.arch/i386-bp_permanent.exp
5984         * gdb.arch/i386-byte.exp
5985         * gdb.arch/i386-cfi-notcurrent.exp
5986         * gdb.arch/i386-disp-step.exp
5987         * gdb.arch/i386-dr3-watch.exp
5988         * gdb.arch/i386-float.exp
5989         * gdb.arch/i386-gnu-cfi.exp
5990         * gdb.arch/i386-mpx-map.exp
5991         * gdb.arch/i386-mpx-sigsegv.exp
5992         * gdb.arch/i386-mpx-simple_segv.exp
5993         * gdb.arch/i386-mpx.exp
5994         * gdb.arch/i386-permbkpt.exp
5995         * gdb.arch/i386-prologue.exp
5996         * gdb.arch/i386-signal.exp
5997         * gdb.arch/i386-size-overlap.exp
5998         * gdb.arch/i386-unwind.exp
5999         * gdb.arch/i386-word.exp
6000         * gdb.arch/mips-fcr.exp
6001         * gdb.arch/powerpc-d128-regs.exp
6002         * gdb.arch/powerpc-stackless.exp
6003         * gdb.arch/ppc64-atomic-inst.exp
6004         * gdb.arch/s390-stackless.exp
6005         * gdb.arch/s390-tdbregs.exp
6006         * gdb.arch/s390-vregs.exp
6007         * gdb.arch/sparc-sysstep.exp
6008         * gdb.arch/thumb-bx-pc.exp
6009         * gdb.arch/thumb-singlestep.exp
6010         * gdb.arch/thumb2-it.exp
6011         * gdb.arch/vsx-regs.exp
6012         * gdb.asm/asm-source.exp
6013         * gdb.base/a2-run.exp
6014         * gdb.base/advance.exp
6015         * gdb.base/all-bin.exp
6016         * gdb.base/anon.exp
6017         * gdb.base/args.exp
6018         * gdb.base/arithmet.exp
6019         * gdb.base/async-shell.exp
6020         * gdb.base/async.exp
6021         * gdb.base/attach-pie-noexec.exp
6022         * gdb.base/attach-twice.exp
6023         * gdb.base/auto-load.exp
6024         * gdb.base/bang.exp
6025         * gdb.base/bitfields.exp
6026         * gdb.base/break-always.exp
6027         * gdb.base/break-caller-line.exp
6028         * gdb.base/break-entry.exp
6029         * gdb.base/break-inline.exp
6030         * gdb.base/break-on-linker-gcd-function.exp
6031         * gdb.base/break-probes.exp
6032         * gdb.base/break.exp
6033         * gdb.base/breakpoint-shadow.exp
6034         * gdb.base/call-ar-st.exp
6035         * gdb.base/call-sc.exp
6036         * gdb.base/call-signal-resume.exp
6037         * gdb.base/call-strs.exp
6038         * gdb.base/callfuncs.exp
6039         * gdb.base/catch-fork-static.exp
6040         * gdb.base/catch-gdb-caused-signals.exp
6041         * gdb.base/catch-load.exp
6042         * gdb.base/catch-signal-fork.exp
6043         * gdb.base/catch-signal.exp
6044         * gdb.base/catch-syscall.exp
6045         * gdb.base/charset.exp
6046         * gdb.base/checkpoint.exp
6047         * gdb.base/chng-syms.exp
6048         * gdb.base/code-expr.exp
6049         * gdb.base/code_elim.exp
6050         * gdb.base/commands.exp
6051         * gdb.base/completion.exp
6052         * gdb.base/complex.exp
6053         * gdb.base/cond-expr.exp
6054         * gdb.base/condbreak.exp
6055         * gdb.base/consecutive.exp
6056         * gdb.base/continue-all-already-running.exp
6057         * gdb.base/coredump-filter.exp
6058         * gdb.base/corefile.exp
6059         * gdb.base/dbx.exp
6060         * gdb.base/debug-expr.exp
6061         * gdb.base/define.exp
6062         * gdb.base/del.exp
6063         * gdb.base/disabled-location.exp
6064         * gdb.base/disasm-end-cu.exp
6065         * gdb.base/disasm-optim.exp
6066         * gdb.base/display.exp
6067         * gdb.base/duplicate-bp.exp
6068         * gdb.base/ena-dis-br.exp
6069         * gdb.base/ending-run.exp
6070         * gdb.base/enumval.exp
6071         * gdb.base/environ.exp
6072         * gdb.base/eu-strip-infcall.exp
6073         * gdb.base/eval-avoid-side-effects.exp
6074         * gdb.base/eval-skip.exp
6075         * gdb.base/exitsignal.exp
6076         * gdb.base/expand-psymtabs.exp
6077         * gdb.base/filesym.exp
6078         * gdb.base/find-unmapped.exp
6079         * gdb.base/finish.exp
6080         * gdb.base/float.exp
6081         * gdb.base/foll-exec-mode.exp
6082         * gdb.base/foll-exec.exp
6083         * gdb.base/foll-fork.exp
6084         * gdb.base/fortran-sym-case.exp
6085         * gdb.base/freebpcmd.exp
6086         * gdb.base/func-ptr.exp
6087         * gdb.base/func-ptrs.exp
6088         * gdb.base/funcargs.exp
6089         * gdb.base/gcore-buffer-overflow.exp
6090         * gdb.base/gcore-relro-pie.exp
6091         * gdb.base/gcore-relro.exp
6092         * gdb.base/gcore.exp
6093         * gdb.base/gdb1090.exp
6094         * gdb.base/gdb11530.exp
6095         * gdb.base/gdb11531.exp
6096         * gdb.base/gdb1821.exp
6097         * gdb.base/gdbindex-stabs.exp
6098         * gdb.base/gdbvars.exp
6099         * gdb.base/hbreak.exp
6100         * gdb.base/hbreak2.exp
6101         * gdb.base/included.exp
6102         * gdb.base/infcall-input.exp
6103         * gdb.base/inferior-died.exp
6104         * gdb.base/infnan.exp
6105         * gdb.base/info-macros.exp
6106         * gdb.base/info-os.exp
6107         * gdb.base/info-proc.exp
6108         * gdb.base/info-shared.exp
6109         * gdb.base/info-target.exp
6110         * gdb.base/infoline.exp
6111         * gdb.base/interp.exp
6112         * gdb.base/interrupt.exp
6113         * gdb.base/jit-reader.exp
6114         * gdb.base/jit-simple.exp
6115         * gdb.base/kill-after-signal.exp
6116         * gdb.base/kill-detach-inferiors-cmd.exp
6117         * gdb.base/label.exp
6118         * gdb.base/langs.exp
6119         * gdb.base/ldbl_e308.exp
6120         * gdb.base/line-symtabs.exp
6121         * gdb.base/linespecs.exp
6122         * gdb.base/list.exp
6123         * gdb.base/long_long.exp
6124         * gdb.base/longest-types.exp
6125         * gdb.base/maint.exp
6126         * gdb.base/max-value-size.exp
6127         * gdb.base/memattr.exp
6128         * gdb.base/mips_pro.exp
6129         * gdb.base/morestack.exp
6130         * gdb.base/moribund-step.exp
6131         * gdb.base/multi-forks.exp
6132         * gdb.base/nested-addr.exp
6133         * gdb.base/nextoverexit.exp
6134         * gdb.base/noreturn-finish.exp
6135         * gdb.base/noreturn-return.exp
6136         * gdb.base/nostdlib.exp
6137         * gdb.base/offsets.exp
6138         * gdb.base/opaque.exp
6139         * gdb.base/pc-fp.exp
6140         * gdb.base/permissions.exp
6141         * gdb.base/print-symbol-loading.exp
6142         * gdb.base/prologue-include.exp
6143         * gdb.base/psymtab.exp
6144         * gdb.base/ptype.exp
6145         * gdb.base/random-signal.exp
6146         * gdb.base/randomize.exp
6147         * gdb.base/range-stepping.exp
6148         * gdb.base/readline-ask.exp
6149         * gdb.base/recpar.exp
6150         * gdb.base/recurse.exp
6151         * gdb.base/relational.exp
6152         * gdb.base/restore.exp
6153         * gdb.base/return-nodebug.exp
6154         * gdb.base/return.exp
6155         * gdb.base/run-after-attach.exp
6156         * gdb.base/save-bp.exp
6157         * gdb.base/scope.exp
6158         * gdb.base/sect-cmd.exp
6159         * gdb.base/set-lang-auto.exp
6160         * gdb.base/set-noassign.exp
6161         * gdb.base/setvar.exp
6162         * gdb.base/sigall.exp
6163         * gdb.base/sigbpt.exp
6164         * gdb.base/siginfo-addr.exp
6165         * gdb.base/siginfo-infcall.exp
6166         * gdb.base/siginfo-obj.exp
6167         * gdb.base/siginfo.exp
6168         * gdb.base/signals-state-child.exp
6169         * gdb.base/signest.exp
6170         * gdb.base/sigstep.exp
6171         * gdb.base/sizeof.exp
6172         * gdb.base/skip.exp
6173         * gdb.base/solib-corrupted.exp
6174         * gdb.base/solib-nodir.exp
6175         * gdb.base/solib-search.exp
6176         * gdb.base/stack-checking.exp
6177         * gdb.base/stale-infcall.exp
6178         * gdb.base/stap-probe.exp
6179         * gdb.base/start.exp
6180         * gdb.base/step-break.exp
6181         * gdb.base/step-bt.exp
6182         * gdb.base/step-line.exp
6183         * gdb.base/step-over-exit.exp
6184         * gdb.base/step-over-syscall.exp
6185         * gdb.base/step-resume-infcall.exp
6186         * gdb.base/step-test.exp
6187         * gdb.base/store.exp
6188         * gdb.base/structs3.exp
6189         * gdb.base/sym-file.exp
6190         * gdb.base/symbol-without-target_section.exp
6191         * gdb.base/term.exp
6192         * gdb.base/testenv.exp
6193         * gdb.base/ui-redirect.exp
6194         * gdb.base/until.exp
6195         * gdb.base/unwindonsignal.exp
6196         * gdb.base/value-double-free.exp
6197         * gdb.base/vla-datatypes.exp
6198         * gdb.base/vla-ptr.exp
6199         * gdb.base/vla-sideeffect.exp
6200         * gdb.base/volatile.exp
6201         * gdb.base/watch-cond-infcall.exp
6202         * gdb.base/watch-cond.exp
6203         * gdb.base/watch-non-mem.exp
6204         * gdb.base/watch-read.exp
6205         * gdb.base/watch-vfork.exp
6206         * gdb.base/watchpoint-cond-gone.exp
6207         * gdb.base/watchpoint-delete.exp
6208         * gdb.base/watchpoint-hw-hit-once.exp
6209         * gdb.base/watchpoint-hw.exp
6210         * gdb.base/watchpoint-stops-at-right-insn.exp
6211         * gdb.base/watchpoints.exp
6212         * gdb.base/wchar.exp
6213         * gdb.base/whatis-exp.exp
6214         * gdb.btrace/buffer-size.exp
6215         * gdb.btrace/data.exp
6216         * gdb.btrace/delta.exp
6217         * gdb.btrace/dlopen.exp
6218         * gdb.btrace/enable.exp
6219         * gdb.btrace/exception.exp
6220         * gdb.btrace/function_call_history.exp
6221         * gdb.btrace/gcore.exp
6222         * gdb.btrace/instruction_history.exp
6223         * gdb.btrace/nohist.exp
6224         * gdb.btrace/reconnect.exp
6225         * gdb.btrace/record_goto-step.exp
6226         * gdb.btrace/record_goto.exp
6227         * gdb.btrace/rn-dl-bind.exp
6228         * gdb.btrace/segv.exp
6229         * gdb.btrace/step.exp
6230         * gdb.btrace/stepi.exp
6231         * gdb.btrace/tailcall-only.exp
6232         * gdb.btrace/tailcall.exp
6233         * gdb.btrace/tsx.exp
6234         * gdb.btrace/unknown_functions.exp
6235         * gdb.btrace/vdso.exp
6236         * gdb.compile/compile-ifunc.exp
6237         * gdb.compile/compile-ops.exp
6238         * gdb.compile/compile-print.exp
6239         * gdb.compile/compile-setjmp.exp
6240         * gdb.cp/abstract-origin.exp
6241         * gdb.cp/ambiguous.exp
6242         * gdb.cp/annota2.exp
6243         * gdb.cp/annota3.exp
6244         * gdb.cp/anon-ns.exp
6245         * gdb.cp/anon-struct.exp
6246         * gdb.cp/anon-union.exp
6247         * gdb.cp/arg-reference.exp
6248         * gdb.cp/baseenum.exp
6249         * gdb.cp/bool.exp
6250         * gdb.cp/breakpoint.exp
6251         * gdb.cp/bs15503.exp
6252         * gdb.cp/call-c.exp
6253         * gdb.cp/casts.exp
6254         * gdb.cp/chained-calls.exp
6255         * gdb.cp/class2.exp
6256         * gdb.cp/classes.exp
6257         * gdb.cp/cmpd-minsyms.exp
6258         * gdb.cp/converts.exp
6259         * gdb.cp/cp-relocate.exp
6260         * gdb.cp/cpcompletion.exp
6261         * gdb.cp/cpexprs.exp
6262         * gdb.cp/cplabel.exp
6263         * gdb.cp/cplusfuncs.exp
6264         * gdb.cp/cpsizeof.exp
6265         * gdb.cp/ctti.exp
6266         * gdb.cp/derivation.exp
6267         * gdb.cp/destrprint.exp
6268         * gdb.cp/dispcxx.exp
6269         * gdb.cp/enum-class.exp
6270         * gdb.cp/exception.exp
6271         * gdb.cp/exceptprint.exp
6272         * gdb.cp/expand-psymtabs-cxx.exp
6273         * gdb.cp/expand-sals.exp
6274         * gdb.cp/extern-c.exp
6275         * gdb.cp/filename.exp
6276         * gdb.cp/formatted-ref.exp
6277         * gdb.cp/fpointer.exp
6278         * gdb.cp/gdb1355.exp
6279         * gdb.cp/gdb2495.exp
6280         * gdb.cp/hang.exp
6281         * gdb.cp/impl-this.exp
6282         * gdb.cp/infcall-dlopen.exp
6283         * gdb.cp/inherit.exp
6284         * gdb.cp/iostream.exp
6285         * gdb.cp/koenig.exp
6286         * gdb.cp/local.exp
6287         * gdb.cp/m-data.exp
6288         * gdb.cp/m-static.exp
6289         * gdb.cp/mb-ctor.exp
6290         * gdb.cp/mb-inline.exp
6291         * gdb.cp/mb-templates.exp
6292         * gdb.cp/member-name.exp
6293         * gdb.cp/member-ptr.exp
6294         * gdb.cp/meth-typedefs.exp
6295         * gdb.cp/method.exp
6296         * gdb.cp/method2.exp
6297         * gdb.cp/minsym-fallback.exp
6298         * gdb.cp/misc.exp
6299         * gdb.cp/namelessclass.exp
6300         * gdb.cp/namespace-enum.exp
6301         * gdb.cp/namespace-nested-import.exp
6302         * gdb.cp/namespace.exp
6303         * gdb.cp/nextoverthrow.exp
6304         * gdb.cp/no-dmgl-verbose.exp
6305         * gdb.cp/non-trivial-retval.exp
6306         * gdb.cp/noparam.exp
6307         * gdb.cp/nsdecl.exp
6308         * gdb.cp/nsimport.exp
6309         * gdb.cp/nsnested.exp
6310         * gdb.cp/nsnoimports.exp
6311         * gdb.cp/nsrecurs.exp
6312         * gdb.cp/nsstress.exp
6313         * gdb.cp/nsusing.exp
6314         * gdb.cp/operator.exp
6315         * gdb.cp/oranking.exp
6316         * gdb.cp/overload-const.exp
6317         * gdb.cp/overload.exp
6318         * gdb.cp/ovldbreak.exp
6319         * gdb.cp/ovsrch.exp
6320         * gdb.cp/paren-type.exp
6321         * gdb.cp/parse-lang.exp
6322         * gdb.cp/pass-by-ref.exp
6323         * gdb.cp/pr-1023.exp
6324         * gdb.cp/pr-1210.exp
6325         * gdb.cp/pr-574.exp
6326         * gdb.cp/pr10687.exp
6327         * gdb.cp/pr12028.exp
6328         * gdb.cp/pr17132.exp
6329         * gdb.cp/pr17494.exp
6330         * gdb.cp/pr9067.exp
6331         * gdb.cp/pr9167.exp
6332         * gdb.cp/pr9631.exp
6333         * gdb.cp/printmethod.exp
6334         * gdb.cp/psmang.exp
6335         * gdb.cp/psymtab-parameter.exp
6336         * gdb.cp/ptype-cv-cp.exp
6337         * gdb.cp/ptype-flags.exp
6338         * gdb.cp/re-set-overloaded.exp
6339         * gdb.cp/ref-types.exp
6340         * gdb.cp/rtti.exp
6341         * gdb.cp/scope-err.exp
6342         * gdb.cp/shadow.exp
6343         * gdb.cp/smartp.exp
6344         * gdb.cp/static-method.exp
6345         * gdb.cp/static-print-quit.exp
6346         * gdb.cp/temargs.exp
6347         * gdb.cp/templates.exp
6348         * gdb.cp/try_catch.exp
6349         * gdb.cp/typedef-operator.exp
6350         * gdb.cp/typeid.exp
6351         * gdb.cp/userdef.exp
6352         * gdb.cp/using-crash.exp
6353         * gdb.cp/var-tag.exp
6354         * gdb.cp/virtbase.exp
6355         * gdb.cp/virtfunc.exp
6356         * gdb.cp/virtfunc2.exp
6357         * gdb.cp/vla-cxx.exp
6358         * gdb.disasm/t01_mov.exp
6359         * gdb.disasm/t02_mova.exp
6360         * gdb.disasm/t03_add.exp
6361         * gdb.disasm/t04_sub.exp
6362         * gdb.disasm/t05_cmp.exp
6363         * gdb.disasm/t06_ari2.exp
6364         * gdb.disasm/t07_ari3.exp
6365         * gdb.disasm/t08_or.exp
6366         * gdb.disasm/t09_xor.exp
6367         * gdb.disasm/t10_and.exp
6368         * gdb.disasm/t11_logs.exp
6369         * gdb.disasm/t12_bit.exp
6370         * gdb.disasm/t13_otr.exp
6371         * gdb.dlang/circular.exp
6372         * gdb.dwarf2/arr-stride.exp
6373         * gdb.dwarf2/arr-subrange.exp
6374         * gdb.dwarf2/atomic-type.exp
6375         * gdb.dwarf2/bad-regnum.exp
6376         * gdb.dwarf2/bitfield-parent-optimized-out.exp
6377         * gdb.dwarf2/callframecfa.exp
6378         * gdb.dwarf2/clztest.exp
6379         * gdb.dwarf2/corrupt.exp
6380         * gdb.dwarf2/data-loc.exp
6381         * gdb.dwarf2/dup-psym.exp
6382         * gdb.dwarf2/dw2-anon-mptr.exp
6383         * gdb.dwarf2/dw2-anonymous-func.exp
6384         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6385         * gdb.dwarf2/dw2-bad-unresolved.exp
6386         * gdb.dwarf2/dw2-basic.exp
6387         * gdb.dwarf2/dw2-canonicalize-type.exp
6388         * gdb.dwarf2/dw2-case-insensitive.exp
6389         * gdb.dwarf2/dw2-common-block.exp
6390         * gdb.dwarf2/dw2-compdir-oldgcc.exp
6391         * gdb.dwarf2/dw2-compressed.exp
6392         * gdb.dwarf2/dw2-const.exp
6393         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6394         * gdb.dwarf2/dw2-cu-size.exp
6395         * gdb.dwarf2/dw2-dup-frame.exp
6396         * gdb.dwarf2/dw2-entry-value.exp
6397         * gdb.dwarf2/dw2-icycle.exp
6398         * gdb.dwarf2/dw2-ifort-parameter.exp
6399         * gdb.dwarf2/dw2-inline-break.exp
6400         * gdb.dwarf2/dw2-inline-param.exp
6401         * gdb.dwarf2/dw2-intercu.exp
6402         * gdb.dwarf2/dw2-intermix.exp
6403         * gdb.dwarf2/dw2-lexical-block-bare.exp
6404         * gdb.dwarf2/dw2-linkage-name-trust.exp
6405         * gdb.dwarf2/dw2-minsym-in-cu.exp
6406         * gdb.dwarf2/dw2-noloc.exp
6407         * gdb.dwarf2/dw2-op-call.exp
6408         * gdb.dwarf2/dw2-op-out-param.exp
6409         * gdb.dwarf2/dw2-opt-structptr.exp
6410         * gdb.dwarf2/dw2-param-error.exp
6411         * gdb.dwarf2/dw2-producer.exp
6412         * gdb.dwarf2/dw2-ranges-base.exp
6413         * gdb.dwarf2/dw2-ref-missing-frame.exp
6414         * gdb.dwarf2/dw2-reg-undefined.exp
6415         * gdb.dwarf2/dw2-regno-invalid.exp
6416         * gdb.dwarf2/dw2-restore.exp
6417         * gdb.dwarf2/dw2-restrict.exp
6418         * gdb.dwarf2/dw2-single-line-discriminators.exp
6419         * gdb.dwarf2/dw2-strp.exp
6420         * gdb.dwarf2/dw2-undefined-ret-addr.exp
6421         * gdb.dwarf2/dw2-unresolved.exp
6422         * gdb.dwarf2/dw2-var-zero-addr.exp
6423         * gdb.dwarf2/dw4-sig-types.exp
6424         * gdb.dwarf2/dwz.exp
6425         * gdb.dwarf2/dynarr-ptr.exp
6426         * gdb.dwarf2/enum-type.exp
6427         * gdb.dwarf2/gdb-index.exp
6428         * gdb.dwarf2/implptr-64bit.exp
6429         * gdb.dwarf2/implptr-optimized-out.exp
6430         * gdb.dwarf2/implptr.exp
6431         * gdb.dwarf2/implref-array.exp
6432         * gdb.dwarf2/implref-const.exp
6433         * gdb.dwarf2/implref-global.exp
6434         * gdb.dwarf2/implref-struct.exp
6435         * gdb.dwarf2/mac-fileno.exp
6436         * gdb.dwarf2/main-subprogram.exp
6437         * gdb.dwarf2/member-ptr-forwardref.exp
6438         * gdb.dwarf2/method-ptr.exp
6439         * gdb.dwarf2/missing-sig-type.exp
6440         * gdb.dwarf2/nonvar-access.exp
6441         * gdb.dwarf2/opaque-type-lookup.exp
6442         * gdb.dwarf2/pieces-optimized-out.exp
6443         * gdb.dwarf2/pieces.exp
6444         * gdb.dwarf2/pr10770.exp
6445         * gdb.dwarf2/pr13961.exp
6446         * gdb.dwarf2/staticvirtual.exp
6447         * gdb.dwarf2/subrange.exp
6448         * gdb.dwarf2/symtab-producer.exp
6449         * gdb.dwarf2/trace-crash.exp
6450         * gdb.dwarf2/typeddwarf.exp
6451         * gdb.dwarf2/valop.exp
6452         * gdb.dwarf2/watch-notconst.exp
6453         * gdb.fortran/array-element.exp
6454         * gdb.fortran/charset.exp
6455         * gdb.fortran/common-block.exp
6456         * gdb.fortran/complex.exp
6457         * gdb.fortran/derived-type-function.exp
6458         * gdb.fortran/derived-type.exp
6459         * gdb.fortran/logical.exp
6460         * gdb.fortran/module.exp
6461         * gdb.fortran/multi-dim.exp
6462         * gdb.fortran/nested-funcs.exp
6463         * gdb.fortran/print-formatted.exp
6464         * gdb.fortran/subarray.exp
6465         * gdb.fortran/vla-alloc-assoc.exp
6466         * gdb.fortran/vla-datatypes.exp
6467         * gdb.fortran/vla-history.exp
6468         * gdb.fortran/vla-ptr-info.exp
6469         * gdb.fortran/vla-ptype-sub.exp
6470         * gdb.fortran/vla-ptype.exp
6471         * gdb.fortran/vla-sizeof.exp
6472         * gdb.fortran/vla-type.exp
6473         * gdb.fortran/vla-value-sub-arbitrary.exp
6474         * gdb.fortran/vla-value-sub-finish.exp
6475         * gdb.fortran/vla-value-sub.exp
6476         * gdb.fortran/vla-value.exp
6477         * gdb.fortran/whatis_type.exp
6478         * gdb.go/chan.exp
6479         * gdb.go/handcall.exp
6480         * gdb.go/hello.exp
6481         * gdb.go/integers.exp
6482         * gdb.go/methods.exp
6483         * gdb.go/package.exp
6484         * gdb.go/strings.exp
6485         * gdb.go/types.exp
6486         * gdb.go/unsafe.exp
6487         * gdb.guile/scm-arch.exp
6488         * gdb.guile/scm-block.exp
6489         * gdb.guile/scm-breakpoint.exp
6490         * gdb.guile/scm-cmd.exp
6491         * gdb.guile/scm-disasm.exp
6492         * gdb.guile/scm-equal.exp
6493         * gdb.guile/scm-frame-args.exp
6494         * gdb.guile/scm-frame-inline.exp
6495         * gdb.guile/scm-frame.exp
6496         * gdb.guile/scm-iterator.exp
6497         * gdb.guile/scm-math.exp
6498         * gdb.guile/scm-objfile.exp
6499         * gdb.guile/scm-ports.exp
6500         * gdb.guile/scm-symbol.exp
6501         * gdb.guile/scm-symtab.exp
6502         * gdb.guile/scm-value-cc.exp
6503         * gdb.guile/types-module.exp
6504         * gdb.linespec/break-ask.exp
6505         * gdb.linespec/cpexplicit.exp
6506         * gdb.linespec/explicit.exp
6507         * gdb.linespec/keywords.exp
6508         * gdb.linespec/linespec.exp
6509         * gdb.linespec/ls-dollar.exp
6510         * gdb.linespec/ls-errs.exp
6511         * gdb.linespec/skip-two.exp
6512         * gdb.linespec/thread.exp
6513         * gdb.mi/mi-async.exp
6514         * gdb.mi/mi-basics.exp
6515         * gdb.mi/mi-break.exp
6516         * gdb.mi/mi-catch-load.exp
6517         * gdb.mi/mi-cli.exp
6518         * gdb.mi/mi-cmd-param-changed.exp
6519         * gdb.mi/mi-console.exp
6520         * gdb.mi/mi-detach.exp
6521         * gdb.mi/mi-disassemble.exp
6522         * gdb.mi/mi-eval.exp
6523         * gdb.mi/mi-file-transfer.exp
6524         * gdb.mi/mi-file.exp
6525         * gdb.mi/mi-fill-memory.exp
6526         * gdb.mi/mi-inheritance-syntax-error.exp
6527         * gdb.mi/mi-linespec-err-cp.exp
6528         * gdb.mi/mi-logging.exp
6529         * gdb.mi/mi-memory-changed.exp
6530         * gdb.mi/mi-read-memory.exp
6531         * gdb.mi/mi-record-changed.exp
6532         * gdb.mi/mi-reg-undefined.exp
6533         * gdb.mi/mi-regs.exp
6534         * gdb.mi/mi-return.exp
6535         * gdb.mi/mi-reverse.exp
6536         * gdb.mi/mi-simplerun.exp
6537         * gdb.mi/mi-solib.exp
6538         * gdb.mi/mi-stack.exp
6539         * gdb.mi/mi-stepi.exp
6540         * gdb.mi/mi-syn-frame.exp
6541         * gdb.mi/mi-until.exp
6542         * gdb.mi/mi-var-block.exp
6543         * gdb.mi/mi-var-child.exp
6544         * gdb.mi/mi-var-cmd.exp
6545         * gdb.mi/mi-var-cp.exp
6546         * gdb.mi/mi-var-display.exp
6547         * gdb.mi/mi-var-invalidate.exp
6548         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6549         * gdb.mi/mi-vla-fortran.exp
6550         * gdb.mi/mi-watch.exp
6551         * gdb.mi/mi2-var-child.exp
6552         * gdb.mi/user-selected-context-sync.exp
6553         * gdb.modula2/unbounded-array.exp
6554         * gdb.multi/dummy-frame-restore.exp
6555         * gdb.multi/multi-arch-exec.exp
6556         * gdb.multi/multi-arch.exp
6557         * gdb.multi/tids.exp
6558         * gdb.multi/watchpoint-multi.exp
6559         * gdb.opencl/callfuncs.exp
6560         * gdb.opencl/convs_casts.exp
6561         * gdb.opencl/datatypes.exp
6562         * gdb.opencl/operators.exp
6563         * gdb.opencl/vec_comps.exp
6564         * gdb.opt/clobbered-registers-O2.exp
6565         * gdb.opt/inline-break.exp
6566         * gdb.opt/inline-bt.exp
6567         * gdb.opt/inline-cmds.exp
6568         * gdb.opt/inline-locals.exp
6569         * gdb.pascal/case-insensitive-symbols.exp
6570         * gdb.pascal/floats.exp
6571         * gdb.pascal/gdb11492.exp
6572         * gdb.python/lib-types.exp
6573         * gdb.python/py-arch.exp
6574         * gdb.python/py-as-string.exp
6575         * gdb.python/py-bad-printers.exp
6576         * gdb.python/py-block.exp
6577         * gdb.python/py-breakpoint-create-fail.exp
6578         * gdb.python/py-breakpoint.exp
6579         * gdb.python/py-caller-is.exp
6580         * gdb.python/py-cmd.exp
6581         * gdb.python/py-explore-cc.exp
6582         * gdb.python/py-explore.exp
6583         * gdb.python/py-finish-breakpoint.exp
6584         * gdb.python/py-finish-breakpoint2.exp
6585         * gdb.python/py-frame-args.exp
6586         * gdb.python/py-frame-inline.exp
6587         * gdb.python/py-frame.exp
6588         * gdb.python/py-framefilter-mi.exp
6589         * gdb.python/py-infthread.exp
6590         * gdb.python/py-lazy-string.exp
6591         * gdb.python/py-linetable.exp
6592         * gdb.python/py-mi-events.exp
6593         * gdb.python/py-mi-objfile.exp
6594         * gdb.python/py-mi.exp
6595         * gdb.python/py-objfile.exp
6596         * gdb.python/py-pp-integral.exp
6597         * gdb.python/py-pp-maint.exp
6598         * gdb.python/py-pp-re-notag.exp
6599         * gdb.python/py-pp-registration.exp
6600         * gdb.python/py-recurse-unwind.exp
6601         * gdb.python/py-strfns.exp
6602         * gdb.python/py-symbol.exp
6603         * gdb.python/py-symtab.exp
6604         * gdb.python/py-sync-interp.exp
6605         * gdb.python/py-typeprint.exp
6606         * gdb.python/py-unwind-maint.exp
6607         * gdb.python/py-unwind.exp
6608         * gdb.python/py-value-cc.exp
6609         * gdb.python/py-xmethods.exp
6610         * gdb.reverse/amd64-tailcall-reverse.exp
6611         * gdb.reverse/break-precsave.exp
6612         * gdb.reverse/break-reverse.exp
6613         * gdb.reverse/consecutive-precsave.exp
6614         * gdb.reverse/consecutive-reverse.exp
6615         * gdb.reverse/finish-precsave.exp
6616         * gdb.reverse/finish-reverse-bkpt.exp
6617         * gdb.reverse/finish-reverse.exp
6618         * gdb.reverse/fstatat-reverse.exp
6619         * gdb.reverse/getresuid-reverse.exp
6620         * gdb.reverse/i386-precsave.exp
6621         * gdb.reverse/i386-reverse.exp
6622         * gdb.reverse/i386-sse-reverse.exp
6623         * gdb.reverse/i387-env-reverse.exp
6624         * gdb.reverse/i387-stack-reverse.exp
6625         * gdb.reverse/insn-reverse.exp
6626         * gdb.reverse/machinestate-precsave.exp
6627         * gdb.reverse/machinestate.exp
6628         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6629         * gdb.reverse/pipe-reverse.exp
6630         * gdb.reverse/readv-reverse.exp
6631         * gdb.reverse/recvmsg-reverse.exp
6632         * gdb.reverse/rerun-prec.exp
6633         * gdb.reverse/s390-mvcle.exp
6634         * gdb.reverse/step-precsave.exp
6635         * gdb.reverse/step-reverse.exp
6636         * gdb.reverse/time-reverse.exp
6637         * gdb.reverse/until-precsave.exp
6638         * gdb.reverse/until-reverse.exp
6639         * gdb.reverse/waitpid-reverse.exp
6640         * gdb.reverse/watch-precsave.exp
6641         * gdb.reverse/watch-reverse.exp
6642         * gdb.rust/generics.exp
6643         * gdb.rust/methods.exp
6644         * gdb.rust/modules.exp
6645         * gdb.rust/simple.exp
6646         * gdb.server/connect-with-no-symbol-file.exp
6647         * gdb.server/ext-attach.exp
6648         * gdb.server/ext-restart.exp
6649         * gdb.server/ext-wrapper.exp
6650         * gdb.server/file-transfer.exp
6651         * gdb.server/server-exec-info.exp
6652         * gdb.server/server-kill.exp
6653         * gdb.server/server-mon.exp
6654         * gdb.server/wrapper.exp
6655         * gdb.stabs/exclfwd.exp
6656         * gdb.stabs/gdb11479.exp
6657         * gdb.threads/clone-new-thread-event.exp
6658         * gdb.threads/corethreads.exp
6659         * gdb.threads/current-lwp-dead.exp
6660         * gdb.threads/dlopen-libpthread.exp
6661         * gdb.threads/gcore-thread.exp
6662         * gdb.threads/sigstep-threads.exp
6663         * gdb.threads/watchpoint-fork.exp
6664         * gdb.trace/actions-changed.exp
6665         * gdb.trace/backtrace.exp
6666         * gdb.trace/change-loc.exp
6667         * gdb.trace/circ.exp
6668         * gdb.trace/collection.exp
6669         * gdb.trace/disconnected-tracing.exp
6670         * gdb.trace/ftrace.exp
6671         * gdb.trace/mi-trace-frame-collected.exp
6672         * gdb.trace/mi-trace-unavailable.exp
6673         * gdb.trace/mi-traceframe-changed.exp
6674         * gdb.trace/mi-tsv-changed.exp
6675         * gdb.trace/no-attach-trace.exp
6676         * gdb.trace/passc-dyn.exp
6677         * gdb.trace/qtro.exp
6678         * gdb.trace/range-stepping.exp
6679         * gdb.trace/read-memory.exp
6680         * gdb.trace/save-trace.exp
6681         * gdb.trace/signal.exp
6682         * gdb.trace/status-stop.exp
6683         * gdb.trace/tfile.exp
6684         * gdb.trace/trace-break.exp
6685         * gdb.trace/trace-buffer-size.exp
6686         * gdb.trace/trace-condition.exp
6687         * gdb.trace/tracefile-pseudo-reg.exp
6688         * gdb.trace/tstatus.exp
6689         * gdb.trace/unavailable.exp
6690         * gdb.trace/while-dyn.exp
6691         * gdb.trace/while-stepping.exp
6692
6693 2016-12-22  Doug Evans  <xdje42@gmail.com>
6694
6695         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6696         and msymbols.
6697
6698 2016-12-19  Yao Qi  <yao.qi@linaro.org>
6699
6700         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6701         (test_with_self): Don't call do_steps_and_nexts, and remove
6702         code about stepping into xmalloc.
6703
6704 2016-12-09  Yao Qi  <yao.qi@linaro.org>
6705
6706         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6707
6708 2016-12-09  Yao Qi  <yao.qi@linaro.org>
6709
6710         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6711
6712 2016-12-09  Pedro Alves  <palves@redhat.com>
6713
6714         * gdb.base/all-architectures-0.exp: New file.
6715         * gdb.base/all-architectures-1.exp: New file.
6716         * gdb.base/all-architectures-2.exp: New file.
6717         * gdb.base/all-architectures-3.exp: New file.
6718         * gdb.base/all-architectures-4.exp: New file.
6719         * gdb.base/all-architectures-5.exp: New file.
6720         * gdb.base/all-architectures-6.exp: New file.
6721         * gdb.base/all-architectures-7.exp: New file.
6722         * gdb.base/all-architectures.exp.in: New file.
6723
6724 2016-12-09  Yao Qi  <yao.qi@linaro.org>
6725
6726         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6727
6728 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
6729
6730         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6731         possible.
6732         Remove useless pattern-matching code.
6733
6734 2016-12-02  Pedro Alves  <palves@redhat.com>
6735
6736         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6737         procedure.
6738         (top level): Call it.
6739
6740 2016-12-02  Pedro Alves  <palves@redhat.com>
6741
6742         * gdb.base/commands.exp (user_defined_command_args_stack_test):
6743         New procedure.
6744         (top level): Call it.
6745
6746 2016-12-02  Pedro Alves  <palves@redhat.com>
6747
6748         PR cli/20559
6749         * gdb.base/commands.exp (user_defined_command_args_eval): New
6750         procedure.
6751         (top level): Call it.
6752
6753 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
6754
6755         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6756         timeout handling.
6757
6758 2016-12-02  Tom Tromey  <tom@tromey.com>
6759
6760         * gdb.dwarf2/main-subprogram.c: New file.
6761         * gdb.dwarf2/main-subprogram.exp: New file.
6762
6763 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6764
6765         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6766         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6767         gdb_test_no_output for a couple of cases.
6768         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6769
6770 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6771
6772         Fix test names and standardize compilation error messages throughout
6773         the following files:
6774
6775         * gdb.ada/start.exp
6776         * gdb.arch/alpha-step.exp
6777         * gdb.arch/e500-prologue.exp
6778         * gdb.arch/ftrace-insn-reloc.exp
6779         * gdb.arch/gdb1291.exp
6780         * gdb.arch/gdb1431.exp
6781         * gdb.arch/gdb1558.exp
6782         * gdb.arch/i386-dr3-watch.exp
6783         * gdb.arch/i386-sse-stack-align.exp
6784         * gdb.arch/ia64-breakpoint-shadow.exp
6785         * gdb.arch/pa-nullify.exp
6786         * gdb.arch/powerpc-aix-prologue.exp
6787         * gdb.arch/thumb-bx-pc.exp
6788         * gdb.base/annota1.exp
6789         * gdb.base/annota3.exp
6790         * gdb.base/arrayidx.exp
6791         * gdb.base/assign.exp
6792         * gdb.base/attach.exp
6793         * gdb.base/auxv.exp
6794         * gdb.base/bang.exp
6795         * gdb.base/bfp-test.exp
6796         * gdb.base/bigcore.exp
6797         * gdb.base/bitfields2.exp
6798         * gdb.base/break-fun-addr.exp
6799         * gdb.base/break-probes.exp
6800         * gdb.base/call-rt-st.exp
6801         * gdb.base/callexit.exp
6802         * gdb.base/catch-fork-kill.exp
6803         * gdb.base/charset.exp
6804         * gdb.base/checkpoint.exp
6805         * gdb.base/comprdebug.exp
6806         * gdb.base/constvars.exp
6807         * gdb.base/coredump-filter.exp
6808         * gdb.base/cursal.exp
6809         * gdb.base/cvexpr.exp
6810         * gdb.base/detach.exp
6811         * gdb.base/display.exp
6812         * gdb.base/dmsym.exp
6813         * gdb.base/dprintf-pending.exp
6814         * gdb.base/dso2dso.exp
6815         * gdb.base/dtrace-probe.exp
6816         * gdb.base/dump.exp
6817         * gdb.base/enum_cond.exp
6818         * gdb.base/exe-lock.exp
6819         * gdb.base/exec-invalid-sysroot.exp
6820         * gdb.base/execl-update-breakpoints.exp
6821         * gdb.base/exprs.exp
6822         * gdb.base/fileio.exp
6823         * gdb.base/find.exp
6824         * gdb.base/finish.exp
6825         * gdb.base/fixsection.exp
6826         * gdb.base/foll-vfork.exp
6827         * gdb.base/frame-args.exp
6828         * gdb.base/gcore.exp
6829         * gdb.base/gdb1250.exp
6830         * gdb.base/global-var-nested-by-dso.exp
6831         * gdb.base/gnu-ifunc.exp
6832         * gdb.base/hashline1.exp
6833         * gdb.base/hashline2.exp
6834         * gdb.base/hashline3.exp
6835         * gdb.base/hbreak-in-shr-unsupported.exp
6836         * gdb.base/huge.exp
6837         * gdb.base/infcall-input.exp
6838         * gdb.base/info-fun.exp
6839         * gdb.base/info-shared.exp
6840         * gdb.base/jit-simple.exp
6841         * gdb.base/jit-so.exp
6842         * gdb.base/jit.exp
6843         * gdb.base/jump.exp
6844         * gdb.base/label.exp
6845         * gdb.base/lineinc.exp
6846         * gdb.base/logical.exp
6847         * gdb.base/longjmp.exp
6848         * gdb.base/macscp.exp
6849         * gdb.base/miscexprs.exp
6850         * gdb.base/new-ui-echo.exp
6851         * gdb.base/new-ui-pending-input.exp
6852         * gdb.base/new-ui.exp
6853         * gdb.base/nodebug.exp
6854         * gdb.base/nofield.exp
6855         * gdb.base/offsets.exp
6856         * gdb.base/overlays.exp
6857         * gdb.base/pending.exp
6858         * gdb.base/pointers.exp
6859         * gdb.base/pr11022.exp
6860         * gdb.base/printcmds.exp
6861         * gdb.base/prologue.exp
6862         * gdb.base/ptr-typedef.exp
6863         * gdb.base/realname-expand.exp
6864         * gdb.base/relativedebug.exp
6865         * gdb.base/relocate.exp
6866         * gdb.base/remote.exp
6867         * gdb.base/reread.exp
6868         * gdb.base/return2.exp
6869         * gdb.base/savedregs.exp
6870         * gdb.base/sep.exp
6871         * gdb.base/sepdebug.exp
6872         * gdb.base/sepsymtab.exp
6873         * gdb.base/set-inferior-tty.exp
6874         * gdb.base/setshow.exp
6875         * gdb.base/shlib-call.exp
6876         * gdb.base/sigaltstack.exp
6877         * gdb.base/siginfo-addr.exp
6878         * gdb.base/signals.exp
6879         * gdb.base/signull.exp
6880         * gdb.base/sigrepeat.exp
6881         * gdb.base/so-impl-ld.exp
6882         * gdb.base/solib-display.exp
6883         * gdb.base/solib-overlap.exp
6884         * gdb.base/solib-search.exp
6885         * gdb.base/solib-symbol.exp
6886         * gdb.base/structs.exp
6887         * gdb.base/structs2.exp
6888         * gdb.base/symtab-search-order.exp
6889         * gdb.base/twice.exp
6890         * gdb.base/unload.exp
6891         * gdb.base/varargs.exp
6892         * gdb.base/watchpoint-solib.exp
6893         * gdb.base/watchpoint.exp
6894         * gdb.base/whatis.exp
6895         * gdb.base/wrong_frame_bt_full.exp
6896         * gdb.btrace/dlopen.exp
6897         * gdb.cell/ea-standalone.exp
6898         * gdb.cell/ea-test.exp
6899         * gdb.cp/dispcxx.exp
6900         * gdb.cp/gdb2384.exp
6901         * gdb.cp/method2.exp
6902         * gdb.cp/nextoverthrow.exp
6903         * gdb.cp/pr10728.exp
6904         * gdb.disasm/am33.exp
6905         * gdb.disasm/h8300s.exp
6906         * gdb.disasm/mn10300.exp
6907         * gdb.disasm/sh3.exp
6908         * gdb.dwarf2/dw2-dir-file-name.exp
6909         * gdb.fortran/complex.exp
6910         * gdb.fortran/library-module.exp
6911         * gdb.guile/scm-pretty-print.exp
6912         * gdb.guile/scm-symbol.exp
6913         * gdb.guile/scm-type.exp
6914         * gdb.guile/scm-value.exp
6915         * gdb.linespec/linespec.exp
6916         * gdb.mi/gdb701.exp
6917         * gdb.mi/gdb792.exp
6918         * gdb.mi/mi-breakpoint-changed.exp
6919         * gdb.mi/mi-dprintf-pending.exp
6920         * gdb.mi/mi-dprintf.exp
6921         * gdb.mi/mi-exit-code.exp
6922         * gdb.mi/mi-pending.exp
6923         * gdb.mi/mi-solib.exp
6924         * gdb.mi/new-ui-mi-sync.exp
6925         * gdb.mi/pr11022.exp
6926         * gdb.mi/user-selected-context-sync.exp
6927         * gdb.opt/solib-intra-step.exp
6928         * gdb.python/py-events.exp
6929         * gdb.python/py-finish-breakpoint.exp
6930         * gdb.python/py-mi.exp
6931         * gdb.python/py-prettyprint.exp
6932         * gdb.python/py-shared.exp
6933         * gdb.python/py-symbol.exp
6934         * gdb.python/py-template.exp
6935         * gdb.python/py-type.exp
6936         * gdb.python/py-value.exp
6937         * gdb.reverse/solib-precsave.exp
6938         * gdb.reverse/solib-reverse.exp
6939         * gdb.server/solib-list.exp
6940         * gdb.stabs/weird.exp
6941         * gdb.threads/reconnect-signal.exp
6942         * gdb.threads/stepi-random-signal.exp
6943         * gdb.trace/actions.exp
6944         * gdb.trace/ax.exp
6945         * gdb.trace/backtrace.exp
6946         * gdb.trace/change-loc.exp
6947         * gdb.trace/deltrace.exp
6948         * gdb.trace/ftrace-lock.exp
6949         * gdb.trace/ftrace.exp
6950         * gdb.trace/infotrace.exp
6951         * gdb.trace/mi-tracepoint-changed.exp
6952         * gdb.trace/packetlen.exp
6953         * gdb.trace/passcount.exp
6954         * gdb.trace/pending.exp
6955         * gdb.trace/range-stepping.exp
6956         * gdb.trace/report.exp
6957         * gdb.trace/stap-trace.exp
6958         * gdb.trace/tfind.exp
6959         * gdb.trace/trace-break.exp
6960         * gdb.trace/trace-condition.exp
6961         * gdb.trace/trace-enable-disable.exp
6962         * gdb.trace/trace-mt.exp
6963         * gdb.trace/tracecmd.exp
6964         * gdb.trace/tspeed.exp
6965         * gdb.trace/tsv.exp
6966         * lib/perftest.exp
6967
6968 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6969
6970         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6971         with gdb_test_no_output.
6972         Use command as test name.
6973
6974 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6975
6976         Fix test names starting with uppercase throughout the files.
6977
6978         * gdb.ada/assign_1.exp
6979         * gdb.ada/boolean_expr.exp
6980         * gdb.base/arrayidx.exp
6981         * gdb.base/del.exp
6982         * gdb.base/gcore-buffer-overflow.exp
6983         * gdb.base/testenv.exp
6984         * gdb.compile/compile.exp
6985         * gdb.python/py-framefilter-invalidarg.exp
6986         * gdb.python/py-framefilter.exp
6987
6988 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6989
6990         Fix test names starting with uppercase throughout the files.
6991
6992         * gdb.ada/array_return.exp
6993         * gdb.ada/expr_delims.exp
6994         * gdb.ada/mi_dyn_arr.exp
6995         * gdb.ada/mi_interface.exp
6996         * gdb.ada/mi_var_array.exp
6997         * gdb.ada/watch_arg.exp
6998         * gdb.arch/alpha-step.exp
6999         * gdb.arch/altivec-regs.exp
7000         * gdb.arch/e500-regs.exp
7001         * gdb.arch/powerpc-d128-regs.exp
7002         * gdb.base/arrayidx.exp
7003         * gdb.base/break.exp
7004         * gdb.base/checkpoint.exp
7005         * gdb.base/debug-expr.exp
7006         * gdb.base/dmsym.exp
7007         * gdb.base/radix.exp
7008         * gdb.base/sepdebug.exp
7009         * gdb.base/testenv.exp
7010         * gdb.base/watch_thread_num.exp
7011         * gdb.base/watchpoint-cond-gone.exp
7012         * gdb.cell/break.exp
7013         * gdb.cell/ea-cache.exp
7014         * gdb.compile/compile.exp
7015         * gdb.cp/gdb2495.exp
7016         * gdb.gdb/selftest.exp
7017         * gdb.gdb/xfullpath.exp
7018         * gdb.go/hello.exp
7019         * gdb.go/integers.exp
7020         * gdb.objc/basicclass.exp
7021         * gdb.pascal/hello.exp
7022         * gdb.pascal/integers.exp
7023         * gdb.python/py-breakpoint.exp
7024         * gdb.python/py-cmd.exp
7025         * gdb.python/py-linetable.exp
7026         * gdb.python/py-xmethods.exp
7027         * gdb.python/python.exp
7028         * gdb.reverse/consecutive-precsave.exp
7029         * gdb.reverse/finish-precsave.exp
7030         * gdb.reverse/i386-precsave.exp
7031         * gdb.reverse/machinestate-precsave.exp
7032         * gdb.reverse/sigall-precsave.exp
7033         * gdb.reverse/solib-precsave.exp
7034         * gdb.reverse/step-precsave.exp
7035         * gdb.reverse/until-precsave.exp
7036         * gdb.reverse/watch-precsave.exp
7037         * gdb.threads/leader-exit.exp
7038         * gdb.threads/pthreads.exp
7039         * gdb.threads/wp-replication.exp
7040         * gdb.trace/actions.exp
7041         * gdb.trace/mi-tsv-changed.exp
7042         * gdb.trace/tsv.exp
7043
7044 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
7045
7046         Fix test names starting with uppercase throughout the files.
7047
7048         * gdb.arch/i386-bp_permanent.exp
7049         * gdb.arch/i386-gnu-cfi.exp
7050         * gdb.base/disasm-end-cu.exp
7051         * gdb.base/macscp.exp
7052         * gdb.base/pending.exp
7053         * gdb.base/watch_thread_num.exp
7054         * gdb.cp/exception.exp
7055         * gdb.cp/gdb2495.exp
7056         * gdb.cp/local.exp
7057         * gdb.python/py-evsignal.exp
7058         * gdb.python/python.exp
7059         * gdb.trace/tracecmd.exp
7060
7061 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
7062
7063         Fix test names starting with uppercase throughout the files.
7064
7065         * gdb.base/charset.exp
7066         * gdb.base/eval.exp
7067         * gdb.base/multi-forks.exp
7068         * gdb.guile/scm-progspace.exp
7069         * gdb.opencl/datatypes.exp
7070         * gdb.python/py-block.exp
7071         * gdb.python/py-function.exp
7072         * gdb.python/py-symbol.exp
7073         * gdb.python/py-symtab.exp
7074         * gdb.python/py-xmethods.exp
7075         * gdb.reverse/break-precsave.exp
7076         * gdb.reverse/break-reverse.exp
7077         * gdb.reverse/consecutive-precsave.exp
7078         * gdb.reverse/consecutive-reverse.exp
7079         * gdb.reverse/finish-precsave.exp
7080         * gdb.reverse/finish-reverse-bkpt.exp
7081         * gdb.reverse/finish-reverse.exp
7082         * gdb.reverse/fstatat-reverse.exp
7083         * gdb.reverse/getresuid-reverse.exp
7084         * gdb.reverse/i386-precsave.exp
7085         * gdb.reverse/i386-reverse.exp
7086         * gdb.reverse/i386-sse-reverse.exp
7087         * gdb.reverse/i387-stack-reverse.exp
7088         * gdb.reverse/insn-reverse.exp
7089         * gdb.reverse/machinestate-precsave.exp
7090         * gdb.reverse/machinestate.exp
7091         * gdb.reverse/next-reverse-bkpt-over-sr.exp
7092         * gdb.reverse/pipe-reverse.exp
7093         * gdb.reverse/readv-reverse.exp
7094         * gdb.reverse/recvmsg-reverse.exp
7095         * gdb.reverse/rerun-prec.exp
7096         * gdb.reverse/s390-mvcle.exp
7097         * gdb.reverse/sigall-precsave.exp
7098         * gdb.reverse/sigall-reverse.exp
7099         * gdb.reverse/solib-precsave.exp
7100         * gdb.reverse/solib-reverse.exp
7101         * gdb.reverse/step-precsave.exp
7102         * gdb.reverse/step-reverse.exp
7103         * gdb.reverse/time-reverse.exp
7104         * gdb.reverse/until-precsave.exp
7105         * gdb.reverse/until-reverse.exp
7106         * gdb.reverse/waitpid-reverse.exp
7107         * gdb.reverse/watch-precsave.exp
7108         * gdb.reverse/watch-reverse.exp
7109
7110 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
7111
7112         Fix test names starting with uppercase throughout the files.
7113
7114         * gdb.arch/i386-mpx-simple_segv.exp
7115         * gdb.arch/i386-mpx.exp
7116         * gdb.arch/i386-permbkpt.exp
7117         * gdb.arch/pa-nullify.exp
7118         * gdb.arch/powerpc-d128-regs.exp
7119         * gdb.arch/vsx-regs.exp
7120         * gdb.base/bfp-test.exp
7121         * gdb.base/break.exp
7122         * gdb.base/breakpoint-shadow.exp
7123         * gdb.base/callfuncs.exp
7124         * gdb.base/charset.exp
7125         * gdb.base/commands.exp
7126         * gdb.base/completion.exp
7127         * gdb.base/dfp-test.exp
7128         * gdb.base/echo.exp
7129         * gdb.base/ending-run.exp
7130         * gdb.base/eval.exp
7131         * gdb.base/expand-psymtabs.exp
7132         * gdb.base/float128.exp
7133         * gdb.base/floatn.exp
7134         * gdb.base/foll-exec-mode.exp
7135         * gdb.base/gdb1056.exp
7136         * gdb.base/gdb11531.exp
7137         * gdb.base/kill-after-signal.exp
7138         * gdb.base/multi-forks.exp
7139         * gdb.base/overlays.exp
7140         * gdb.base/pending.exp
7141         * gdb.base/sepdebug.exp
7142         * gdb.base/testenv.exp
7143         * gdb.base/valgrind-db-attach.exp
7144         * gdb.base/watch_thread_num.exp
7145         * gdb.base/watchpoint-cond-gone.exp
7146         * gdb.base/watchpoint.exp
7147         * gdb.base/watchpoints.exp
7148         * gdb.cp/arg-reference.exp
7149         * gdb.cp/baseenum.exp
7150         * gdb.cp/operator.exp
7151         * gdb.cp/shadow.exp
7152         * gdb.dwarf2/dw2-op-out-param.exp
7153         * gdb.dwarf2/dw2-reg-undefined.exp
7154         * gdb.go/chan.exp
7155         * gdb.go/hello.exp
7156         * gdb.go/integers.exp
7157         * gdb.go/methods.exp
7158         * gdb.go/package.exp
7159         * gdb.guile/scm-parameter.exp
7160         * gdb.guile/scm-progspace.exp
7161         * gdb.guile/scm-value.exp
7162         * gdb.mi/mi-pending.exp
7163         * gdb.mi/user-selected-context-sync.exp
7164         * gdb.multi/multi-attach.exp
7165         * gdb.multi/tids.exp
7166         * gdb.opt/clobbered-registers-O2.exp
7167         * gdb.pascal/floats.exp
7168         * gdb.pascal/integers.exp
7169         * gdb.python/py-block.exp
7170         * gdb.python/py-events.exp
7171         * gdb.python/py-parameter.exp
7172         * gdb.python/py-symbol.exp
7173         * gdb.python/py-symtab.exp
7174         * gdb.python/py-type.exp
7175         * gdb.python/py-value.exp
7176         * gdb.python/py-xmethods.exp
7177         * gdb.python/python.exp
7178         * gdb.reverse/break-precsave.exp
7179         * gdb.reverse/consecutive-precsave.exp
7180         * gdb.reverse/finish-precsave.exp
7181         * gdb.reverse/i386-precsave.exp
7182         * gdb.reverse/machinestate-precsave.exp
7183         * gdb.reverse/sigall-precsave.exp
7184         * gdb.reverse/solib-precsave.exp
7185         * gdb.reverse/step-precsave.exp
7186         * gdb.reverse/until-precsave.exp
7187         * gdb.reverse/watch-precsave.exp
7188         * gdb.server/ext-attach.exp
7189         * gdb.server/ext-restart.exp
7190         * gdb.server/ext-run.exp
7191         * gdb.server/ext-wrapper.exp
7192         * gdb.stabs/gdb11479.exp
7193         * gdb.stabs/weird.exp
7194         * gdb.threads/attach-many-short-lived-threads.exp
7195         * gdb.threads/kill.exp
7196         * gdb.threads/watchpoint-fork.exp
7197
7198 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
7199
7200         Fix test names starting with uppercase throughout all the files below.
7201
7202         * gdb.ada/array_return.exp
7203         * gdb.ada/catch_ex.exp
7204         * gdb.ada/info_exc.exp
7205         * gdb.ada/mi_catch_ex.exp
7206         * gdb.ada/mi_dyn_arr.exp
7207         * gdb.ada/mi_ex_cond.exp
7208         * gdb.ada/mi_exc_info.exp
7209         * gdb.ada/mi_interface.exp
7210         * gdb.ada/mi_task_arg.exp
7211         * gdb.ada/mi_task_info.exp
7212         * gdb.ada/mi_var_array.exp
7213         * gdb.arch/alpha-step.exp
7214         * gdb.arch/amd64-disp-step.exp
7215         * gdb.arch/arm-disp-step.exp
7216         * gdb.arch/disp-step-insn-reloc.exp
7217         * gdb.arch/e500-prologue.exp
7218         * gdb.arch/ftrace-insn-reloc.exp
7219         * gdb.arch/gdb1558.exp
7220         * gdb.arch/i386-bp_permanent.exp
7221         * gdb.arch/i386-disp-step.exp
7222         * gdb.arch/i386-float.exp
7223         * gdb.arch/i386-gnu-cfi.exp
7224         * gdb.arch/ia64-breakpoint-shadow.exp
7225         * gdb.arch/mips16-thunks.exp
7226         * gdb.arch/pa-nullify.exp
7227         * gdb.arch/powerpc-aix-prologue.exp
7228         * gdb.arch/powerpc-power.exp
7229         * gdb.arch/ppc-dfp.exp
7230         * gdb.arch/s390-tdbregs.exp
7231         * gdb.arch/spu-info.exp
7232         * gdb.arch/spu-ls.exp
7233         * gdb.arch/thumb-bx-pc.exp
7234         * gdb.base/advance.exp
7235         * gdb.base/annota-input-while-running.exp
7236         * gdb.base/arrayidx.exp
7237         * gdb.base/asmlabel.exp
7238         * gdb.base/async.exp
7239         * gdb.base/attach-wait-input.exp
7240         * gdb.base/auto-connect-native-target.exp
7241         * gdb.base/batch-preserve-term-settings.exp
7242         * gdb.base/bfp-test.exp
7243         * gdb.base/bigcore.exp
7244         * gdb.base/bp-permanent.exp
7245         * gdb.base/break-always.exp
7246         * gdb.base/break-fun-addr.exp
7247         * gdb.base/break-idempotent.exp
7248         * gdb.base/break-main-file-remove-fail.exp
7249         * gdb.base/break-probes.exp
7250         * gdb.base/break-unload-file.exp
7251         * gdb.base/break.exp
7252         * gdb.base/call-ar-st.exp
7253         * gdb.base/call-rt-st.exp
7254         * gdb.base/call-sc.exp
7255         * gdb.base/call-signal-resume.exp
7256         * gdb.base/call-strs.exp
7257         * gdb.base/callexit.exp
7258         * gdb.base/callfuncs.exp
7259         * gdb.base/catch-gdb-caused-signals.exp
7260         * gdb.base/catch-signal-siginfo-cond.exp
7261         * gdb.base/catch-syscall.exp
7262         * gdb.base/compare-sections.exp
7263         * gdb.base/cond-eval-mode.exp
7264         * gdb.base/condbreak-call-false.exp
7265         * gdb.base/consecutive-step-over.exp
7266         * gdb.base/cursal.exp
7267         * gdb.base/disabled-location.exp
7268         * gdb.base/disasm-end-cu.exp
7269         * gdb.base/display.exp
7270         * gdb.base/double-prompt-target-event-error.exp
7271         * gdb.base/dprintf-bp-same-addr.exp
7272         * gdb.base/dprintf-detach.exp
7273         * gdb.base/dprintf-next.exp
7274         * gdb.base/dprintf-non-stop.exp
7275         * gdb.base/dprintf-pending.exp
7276         * gdb.base/dso2dso.exp
7277         * gdb.base/ending-run.exp
7278         * gdb.base/enum_cond.exp
7279         * gdb.base/examine-backward.exp
7280         * gdb.base/exe-lock.exp
7281         * gdb.base/exec-invalid-sysroot.exp
7282         * gdb.base/execl-update-breakpoints.exp
7283         * gdb.base/execution-termios.exp
7284         * gdb.base/fileio.exp
7285         * gdb.base/fixsection.exp
7286         * gdb.base/foll-exec-mode.exp
7287         * gdb.base/foll-exec.exp
7288         * gdb.base/fork-running-state.exp
7289         * gdb.base/frame-args.exp
7290         * gdb.base/fullpath-expand.exp
7291         * gdb.base/func-ptr.exp
7292         * gdb.base/gcore-relro-pie.exp
7293         * gdb.base/gdb1090.exp
7294         * gdb.base/gdb1555.exp
7295         * gdb.base/global-var-nested-by-dso.exp
7296         * gdb.base/gnu-ifunc.exp
7297         * gdb.base/hbreak-in-shr-unsupported.exp
7298         * gdb.base/hbreak-unmapped.exp
7299         * gdb.base/hook-stop.exp
7300         * gdb.base/infcall-input.exp
7301         * gdb.base/info-fun.exp
7302         * gdb.base/info-shared.exp
7303         * gdb.base/interrupt-noterm.exp
7304         * gdb.base/jit-so.exp
7305         * gdb.base/jit.exp
7306         * gdb.base/line-symtabs.exp
7307         * gdb.base/list.exp
7308         * gdb.base/longjmp.exp
7309         * gdb.base/macscp.exp
7310         * gdb.base/max-value-size.exp
7311         * gdb.base/nodebug.exp
7312         * gdb.base/nofield.exp
7313         * gdb.base/overlays.exp
7314         * gdb.base/paginate-after-ctrl-c-running.exp
7315         * gdb.base/paginate-bg-execution.exp
7316         * gdb.base/paginate-inferior-exit.exp
7317         * gdb.base/pending.exp
7318         * gdb.base/pr11022.exp
7319         * gdb.base/printcmds.exp
7320         * gdb.base/ptr-typedef.exp
7321         * gdb.base/ptype.exp
7322         * gdb.base/randomize.exp
7323         * gdb.base/range-stepping.exp
7324         * gdb.base/realname-expand.exp
7325         * gdb.base/relativedebug.exp
7326         * gdb.base/remote.exp
7327         * gdb.base/savedregs.exp
7328         * gdb.base/sepdebug.exp
7329         * gdb.base/set-noassign.exp
7330         * gdb.base/shlib-call.exp
7331         * gdb.base/shreloc.exp
7332         * gdb.base/sigaltstack.exp
7333         * gdb.base/sigbpt.exp
7334         * gdb.base/siginfo-addr.exp
7335         * gdb.base/siginfo-obj.exp
7336         * gdb.base/siginfo-thread.exp
7337         * gdb.base/signest.exp
7338         * gdb.base/signull.exp
7339         * gdb.base/sigrepeat.exp
7340         * gdb.base/skip.exp
7341         * gdb.base/so-impl-ld.exp
7342         * gdb.base/solib-corrupted.exp
7343         * gdb.base/solib-disc.exp
7344         * gdb.base/solib-display.exp
7345         * gdb.base/solib-overlap.exp
7346         * gdb.base/solib-search.exp
7347         * gdb.base/solib-symbol.exp
7348         * gdb.base/source-execution.exp
7349         * gdb.base/sss-bp-on-user-bp-2.exp
7350         * gdb.base/sss-bp-on-user-bp.exp
7351         * gdb.base/stack-checking.exp
7352         * gdb.base/stale-infcall.exp
7353         * gdb.base/step-break.exp
7354         * gdb.base/step-line.exp
7355         * gdb.base/step-over-exit.exp
7356         * gdb.base/step-test.exp
7357         * gdb.base/structs.exp
7358         * gdb.base/sym-file.exp
7359         * gdb.base/symtab-search-order.exp
7360         * gdb.base/term.exp
7361         * gdb.base/type-opaque.exp
7362         * gdb.base/unload.exp
7363         * gdb.base/until-nodebug.exp
7364         * gdb.base/until.exp
7365         * gdb.base/unwindonsignal.exp
7366         * gdb.base/watch-cond.exp
7367         * gdb.base/watch-non-mem.exp
7368         * gdb.base/watch_thread_num.exp
7369         * gdb.base/watchpoint-reuse-slot.exp
7370         * gdb.base/watchpoint-solib.exp
7371         * gdb.base/watchpoint.exp
7372         * gdb.btrace/dlopen.exp
7373         * gdb.cell/arch.exp
7374         * gdb.cell/break.exp
7375         * gdb.cell/bt.exp
7376         * gdb.cell/core.exp
7377         * gdb.cell/data.exp
7378         * gdb.cell/dwarfaddr.exp
7379         * gdb.cell/ea-cache.exp
7380         * gdb.cell/ea-standalone.exp
7381         * gdb.cell/ea-test.exp
7382         * gdb.cell/f-regs.exp
7383         * gdb.cell/fork.exp
7384         * gdb.cell/gcore.exp
7385         * gdb.cell/mem-access.exp
7386         * gdb.cell/ptype.exp
7387         * gdb.cell/registers.exp
7388         * gdb.cell/sizeof.exp
7389         * gdb.cell/solib-symbol.exp
7390         * gdb.cell/solib.exp
7391         * gdb.compile/compile-tls.exp
7392         * gdb.cp/exception.exp
7393         * gdb.cp/gdb2495.exp
7394         * gdb.cp/local.exp
7395         * gdb.cp/mb-inline.exp
7396         * gdb.cp/mb-templates.exp
7397         * gdb.cp/pr10687.exp
7398         * gdb.cp/pr9167.exp
7399         * gdb.cp/scope-err.exp
7400         * gdb.cp/templates.exp
7401         * gdb.cp/virtfunc.exp
7402         * gdb.dwarf2/dw2-dir-file-name.exp
7403         * gdb.dwarf2/dw2-single-line-discriminators.exp
7404         * gdb.fortran/complex.exp
7405         * gdb.fortran/library-module.exp
7406         * gdb.guile/guile.exp
7407         * gdb.guile/scm-cmd.exp
7408         * gdb.guile/scm-frame-inline.exp
7409         * gdb.guile/scm-objfile.exp
7410         * gdb.guile/scm-pretty-print.exp
7411         * gdb.guile/scm-symbol.exp
7412         * gdb.guile/scm-type.exp
7413         * gdb.guile/scm-value.exp
7414         * gdb.linespec/keywords.exp
7415         * gdb.linespec/ls-errs.exp
7416         * gdb.linespec/macro-relative.exp
7417         * gdb.linespec/thread.exp
7418         * gdb.mi/mi-breakpoint-changed.exp
7419         * gdb.mi/mi-dprintf-pending.exp
7420         * gdb.mi/mi-fullname-deleted.exp
7421         * gdb.mi/mi-logging.exp
7422         * gdb.mi/mi-pending.exp
7423         * gdb.mi/mi-solib.exp
7424         * gdb.mi/new-ui-mi-sync.exp
7425         * gdb.mi/user-selected-context-sync.exp
7426         * gdb.multi/dummy-frame-restore.exp
7427         * gdb.multi/multi-arch-exec.exp
7428         * gdb.multi/remove-inferiors.exp
7429         * gdb.multi/watchpoint-multi-exit.exp
7430         * gdb.opt/solib-intra-step.exp
7431         * gdb.perf/backtrace.exp
7432         * gdb.perf/single-step.exp
7433         * gdb.perf/skip-command.exp
7434         * gdb.perf/skip-prologue.exp
7435         * gdb.perf/solib.exp
7436         * gdb.python/lib-types.exp
7437         * gdb.python/py-as-string.exp
7438         * gdb.python/py-bad-printers.exp
7439         * gdb.python/py-block.exp
7440         * gdb.python/py-breakpoint.exp
7441         * gdb.python/py-cmd.exp
7442         * gdb.python/py-events.exp
7443         * gdb.python/py-evthreads.exp
7444         * gdb.python/py-finish-breakpoint.exp
7445         * gdb.python/py-finish-breakpoint2.exp
7446         * gdb.python/py-frame-inline.exp
7447         * gdb.python/py-frame.exp
7448         * gdb.python/py-inferior.exp
7449         * gdb.python/py-infthread.exp
7450         * gdb.python/py-mi.exp
7451         * gdb.python/py-objfile.exp
7452         * gdb.python/py-pp-maint.exp
7453         * gdb.python/py-pp-registration.exp
7454         * gdb.python/py-prettyprint.exp
7455         * gdb.python/py-recurse-unwind.exp
7456         * gdb.python/py-shared.exp
7457         * gdb.python/py-symbol.exp
7458         * gdb.python/py-symtab.exp
7459         * gdb.python/py-template.exp
7460         * gdb.python/py-type.exp
7461         * gdb.python/py-unwind-maint.exp
7462         * gdb.python/py-unwind.exp
7463         * gdb.python/py-value.exp
7464         * gdb.python/python.exp
7465         * gdb.reverse/finish-reverse-bkpt.exp
7466         * gdb.reverse/insn-reverse.exp
7467         * gdb.reverse/next-reverse-bkpt-over-sr.exp
7468         * gdb.reverse/solib-precsave.exp
7469         * gdb.reverse/solib-reverse.exp
7470         * gdb.stabs/gdb11479.exp
7471         * gdb.stabs/weird.exp
7472         * gdb.threads/fork-child-threads.exp
7473         * gdb.threads/fork-plus-threads.exp
7474         * gdb.threads/fork-thread-pending.exp
7475         * gdb.threads/forking-threads-plus-breakpoint.exp
7476         * gdb.threads/hand-call-in-threads.exp
7477         * gdb.threads/interrupted-hand-call.exp
7478         * gdb.threads/linux-dp.exp
7479         * gdb.threads/local-watch-wrong-thread.exp
7480         * gdb.threads/next-while-other-thread-longjmps.exp
7481         * gdb.threads/non-ldr-exit.exp
7482         * gdb.threads/pending-step.exp
7483         * gdb.threads/print-threads.exp
7484         * gdb.threads/process-dies-while-detaching.exp
7485         * gdb.threads/process-dies-while-handling-bp.exp
7486         * gdb.threads/pthreads.exp
7487         * gdb.threads/queue-signal.exp
7488         * gdb.threads/reconnect-signal.exp
7489         * gdb.threads/signal-command-handle-nopass.exp
7490         * gdb.threads/signal-command-multiple-signals-pending.exp
7491         * gdb.threads/signal-delivered-right-thread.exp
7492         * gdb.threads/signal-sigtrap.exp
7493         * gdb.threads/sigthread.exp
7494         * gdb.threads/staticthreads.exp
7495         * gdb.threads/stepi-random-signal.exp
7496         * gdb.threads/thread-unwindonsignal.exp
7497         * gdb.threads/thread_check.exp
7498         * gdb.threads/thread_events.exp
7499         * gdb.threads/tid-reuse.exp
7500         * gdb.threads/tls-nodebug.exp
7501         * gdb.threads/tls-shared.exp
7502         * gdb.threads/tls-so_extern.exp
7503         * gdb.threads/tls.exp
7504         * gdb.threads/wp-replication.exp
7505         * gdb.trace/actions-changed.exp
7506         * gdb.trace/actions.exp
7507         * gdb.trace/backtrace.exp
7508         * gdb.trace/change-loc.exp
7509         * gdb.trace/collection.exp
7510         * gdb.trace/deltrace.exp
7511         * gdb.trace/disconnected-tracing.exp
7512         * gdb.trace/entry-values.exp
7513         * gdb.trace/ftrace-lock.exp
7514         * gdb.trace/ftrace.exp
7515         * gdb.trace/infotrace.exp
7516         * gdb.trace/mi-trace-frame-collected.exp
7517         * gdb.trace/mi-trace-unavailable.exp
7518         * gdb.trace/mi-traceframe-changed.exp
7519         * gdb.trace/mi-tracepoint-changed.exp
7520         * gdb.trace/mi-tsv-changed.exp
7521         * gdb.trace/no-attach-trace.exp
7522         * gdb.trace/packetlen.exp
7523         * gdb.trace/passc-dyn.exp
7524         * gdb.trace/passcount.exp
7525         * gdb.trace/pending.exp
7526         * gdb.trace/pr16508.exp
7527         * gdb.trace/qtro.exp
7528         * gdb.trace/range-stepping.exp
7529         * gdb.trace/read-memory.exp
7530         * gdb.trace/report.exp
7531         * gdb.trace/save-trace.exp
7532         * gdb.trace/signal.exp
7533         * gdb.trace/stap-trace.exp
7534         * gdb.trace/status-stop.exp
7535         * gdb.trace/strace.exp
7536         * gdb.trace/tfile.exp
7537         * gdb.trace/tfind.exp
7538         * gdb.trace/trace-break.exp
7539         * gdb.trace/trace-condition.exp
7540         * gdb.trace/trace-enable-disable.exp
7541         * gdb.trace/trace-mt.exp
7542         * gdb.trace/tracecmd.exp
7543         * gdb.trace/tracefile-pseudo-reg.exp
7544         * gdb.trace/tspeed.exp
7545         * gdb.trace/tstatus.exp
7546         * gdb.trace/tsv.exp
7547         * gdb.trace/unavailable.exp
7548         * gdb.trace/while-dyn.exp
7549         * gdb.trace/while-stepping.exp
7550         * lib/gdb-guile.exp
7551         * lib/gdb.exp
7552         * lib/mi-support.exp
7553         * lib/pascal.exp
7554         * lib/perftest.exp
7555         * lib/prelink-support.exp
7556         * lib/selftest-support.exp
7557
7558 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
7559
7560         * Makefile.in: Include disable-implicit-rules.mk.
7561
7562 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7563
7564         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7565         non-byte-aligned bit fields.
7566
7567 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7568
7569         PR gdb/12616
7570         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
7571         respects the DW_AT_data_bit_offset attribute.
7572
7573 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
7574
7575         * gdb.base/default.exp: Fix output of "set language".
7576
7577 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
7578
7579         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7580         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
7581         make.
7582         * configure.ac: Remove checks for the make program.
7583         * configure: Re-generate.
7584
7585 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
7586
7587         * gdb.python/py-recurse-unwind.c (main): Add loop.
7588         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7589         to read_register() and gdb.parse_and_eval().  Make each code
7590         call a separate case that can be individually tested.
7591         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7592         proc. Call cont_and_backtrace for each of the code paths that
7593         we want to test in the unwinder.
7594
7595 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7596
7597         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7598         the definition of struct S.
7599
7600 2016-11-11  Catherine Moore  <clm@codesourcery.com>
7601
7602         * gdb.base/dump.exp: Identify verilog format dump tests as such.
7603
7604 2016-11-09  Pedro Alves  <palves@redhat.com>
7605
7606         * gdb.base/commands.exp (runto_or_return): New procedure.
7607         (gdbvar_simple_if_test, gdbvar_simple_while_test)
7608         (gdbvar_complex_if_while_test, progvar_simple_if_test)
7609         (progvar_simple_while_test, progvar_complex_if_while_test)
7610         (if_while_breakpoint_command_test)
7611         (infrun_breakpoint_command_test, breakpoint_command_test)
7612         (user_defined_command_test, watchpoint_command_test)
7613         (test_command_prompt_position, redefine_hook_test)
7614         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7615         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7616         multi_line_input and multi_line.  Remove gdb_expect and
7617         gdb_stop_suppressing_tests uses.
7618         * lib/gdb.exp (valnum_re): New global.
7619         (multi_line_input): New procedure.
7620
7621 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
7622
7623         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7624         Remove.
7625         (test_setup): Define with proc_with_prefix.
7626         (test_cli_inferior): Likewise.
7627         (test_cli_thread): Likewise.
7628         (test_cli_frame): Likewise.
7629         (test_cli_select_frame): Likewise.
7630         (test_cli_up_down): Likewise.
7631         (test_mi_thread_select): Likewise.
7632         (test_mi_stack_select_frame): Likewise.
7633         (test_cli_in_mi_inferior): Likewise.
7634         (test_cli_in_mi_thread): Likewise.
7635         (test_cli_in_mi_frame): Likewise.
7636         (top level): Do not use with_test_prefix_procname.
7637
7638 2016-11-09  Pedro Alves  <palves@redhat.com>
7639
7640         * gdb.base/commands.exp (gdbvar_simple_if_test)
7641         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7642         (progvar_simple_if_test, progvar_simple_while_test)
7643         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7644         (infrun_breakpoint_command_test, breakpoint_command_test)
7645         (user_defined_command_test, watchpoint_command_test)
7646         (test_command_prompt_position, deprecated_command_test)
7647         (bp_deleted_in_command, temporary_breakpoint_commands)
7648         (stray_arg0_test, source_file_with_indented_comment)
7649         (recursive_source_test, if_commands_test)
7650         (error_clears_commands_left, redefine_hook_test)
7651         (redefine_backtrace_test): Use proc_with_prefix.
7652         * lib/gdb.exp (proc_with_prefix): New proc.
7653
7654 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7655
7656         * gdb.base/tui-layout.c: New file.
7657         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7658         disassembly window contains very long lines.
7659
7660 2016-11-08  Tom Tromey  <tom@tromey.com>
7661
7662         * gdb.python/py-value.exp (test_value_creation): Make "long" test
7663         depend on Python 2.
7664
7665 2016-11-08  Tom Tromey  <tom@tromey.com>
7666
7667         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7668         New method.
7669
7670 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
7671
7672         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7673
7674 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
7675
7676         * gdb.rust/simple.rs: Add test for univariant enums without
7677         discriminants and for encoded struct-like enums.
7678
7679 2016-10-28  Pedro Alves  <palves@redhat.com>
7680
7681         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7682         gdb_test_multiple, tighten regexps and match symtabs and line
7683         tables incrementally.
7684
7685 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
7686
7687         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7688         general.
7689
7690 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
7691
7692         * gdb.base/exec-invalid-sysroot.exp: New file.
7693
7694 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7695
7696         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7697
7698 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7699
7700         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7701
7702 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
7703
7704         * gdb.base/killed-outside.exp: Remove $options from a call to
7705         `prepare_for_testing'.
7706
7707 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
7708
7709         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7710         Change test message.
7711
7712 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
7713
7714         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7715         Update comment.
7716
7717 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
7718
7719         * gdb.trace/mi-trace-save.exp: New file.
7720
7721 2016-10-13  Yao Qi  <yao.qi@linaro.org>
7722
7723         * gdb.base/code_elim.exp (get_var_address): Remove.
7724         * gdb.base/relocate.exp: Likewise.
7725         * gdb.base/shreloc.exp: Likewise.
7726         * lib/gdb.exp (get_var_address): New.
7727
7728 2016-10-13  Yao Qi  <yao.qi@linaro.org>
7729
7730         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7731         floating point tests if $skip_float_test is false.
7732
7733 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
7734
7735         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7736         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7737         argc values.
7738         Add 1 to argc so we guarantee distinct initial/modified argc values.
7739
7740 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7741
7742         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7743
7744 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7745
7746         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7747         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7748         * gdb.arch/vsx-regs.exp: Likewise.
7749
7750 2016-10-07  Yao Qi  <yao.qi@linaro.org>
7751
7752         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7753
7754 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
7755
7756         * gdb.python/python.exp: Test decode_line("*0").
7757
7758 2016-10-06  Doug Evans  <dje@google.com>
7759
7760         * gdb.python/py-value.exp (test_value_creation): Add test for large
7761         unsigned 64-bit value.
7762
7763 2016-10-06  Tom Tromey  <tom@tromey.com>
7764
7765         * gdb.compile/compile.exp: Change java tests to rust.
7766         * gdb.base/setshow.exp: Change java tests to rust.
7767         * gdb.base/default.exp: Remove java from language list.
7768         * README (Examples): Update language example.
7769         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7770         test.
7771         * lib/gdb.exp (skip_java_tests): Remove.
7772         * lib/java.exp: Remove.
7773         * gdb.java: Remove.
7774
7775 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
7776
7777         * gdb.arch/mips-fcr.exp: New test.
7778         * gdb.arch/mips-fcr.c: Source for the new test.
7779
7780 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
7781
7782         * gdb.base/solib-disc.exp: Use `standard_output_file'
7783         throughout.
7784
7785 2016-10-06  Pedro Alves  <palves@redhat.com>
7786
7787         * gdb.base/jit-simple-dl.c: New file.
7788         * gdb.base/jit-simple-jit.c: New file, factored out from ...
7789         * gdb.base/jit-simple.c: ... this.
7790         * gdb.base/jit-simple.exp (jit_run): Delete.
7791         (build_jit): New proc.
7792         (jit_test_reread): Recompile either the main program or the shared
7793         library, depending on what is being tested.  Skip changing address
7794         if caller wants to.  Compare before/after addresses.  If testing
7795         standalone, explicitly load the binary.  Test "maint info
7796         breakpoints".
7797         (top level): Add "standalone vs shared lib" and "change address"
7798         vs "same address" axes.
7799
7800 2016-10-06  Pedro Alves  <palves@redhat.com>
7801
7802         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7803         call.
7804         (jit_run): Delete.
7805         (jit_test_reread): Use with_test_prefix.  Reload the main binary
7806         explicitly.  Compare the before/after addresses of the JIT
7807         descriptor.
7808
7809 2016-08-15  Doug Evans  <dje@google.com>
7810
7811         * gdb.xml/extra-regs.xml: Update, end field now required, default type
7812         for single bitfields is bool.
7813         * gdb.xml/tdesc-regs.exp: Ditto.
7814
7815 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7816
7817         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7818
7819 2016-10-05  Yao Qi  <yao.qi@linaro.org>
7820
7821         * lib/gdb.exp (support_complex_tests): Return zero if
7822         gdb_skip_float_test return true.
7823
7824 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7825             Simon Marchi  <simon.marchi@ericsson.com>
7826
7827         PR gdb/20487
7828         * gdb.mi/user-selected-context-sync.exp: New file.
7829         * gdb.mi/user-selected-context-sync.c: New file.
7830
7831 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7832             Simon Marchi  <simon.marchi@ericsson.com>
7833
7834         PR gdb/20487
7835         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7836         =thread-select-event check.
7837
7838 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
7839
7840         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7841         the compulsory L operand changes.
7842         * gdb.arch/powerpc-power.s: Likewise.
7843
7844 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7845
7846         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7847         * gdb.base/jit-attach-pie.c: New file.
7848         * gdb.base/jit-attach-pie.exp: New file.
7849
7850 2016-09-28  Pedro Alves  <palves@redhat.com>
7851
7852         * gdb.base/infcall-input.c: New file.
7853         * gdb.base/infcall-input.exp: New file.
7854
7855 2016-09-22  Yao Qi  <yao.qi@linaro.org>
7856
7857         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7858         (gdb_exit): Rename it to ...
7859         (gdbserver_gdb_exit): ...  Close GDBserver.
7860         (gdb_exit): New proc, call gdbserver_gdb_exit.
7861         (mi_gdb_exit): Likewise.
7862
7863 2016-09-22  Yao Qi  <yao.qi@linaro.org>
7864
7865         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7866         path.
7867         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7868         Remove duplication.
7869
7870 2016-09-22  Yao Qi  <yao.qi@linaro.org>
7871
7872         * lib/gdbserver-support.exp: Check the existence of
7873         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7874
7875 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
7876
7877         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7878
7879 2016-09-21  Tom Tromey  <tom@tromey.com>
7880
7881         PR gdb/20604:
7882         * gdb.base/quit.exp: New file.
7883
7884 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
7885
7886         * .gitignore: New file.
7887
7888 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
7889
7890         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7891         throughout.
7892
7893 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7894
7895         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7896
7897 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7898
7899         * gdb.cp/casts.cc (decltype): Move it ...
7900         (main): ... with its call to ...
7901         * gdb.cp/casts03.cc: ... a new file.
7902         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7903
7904 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7905
7906         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7907
7908 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
7909
7910         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7911         and sync up the test with tests in gas/testsuite/gas/ppc.
7912         * gdb.arch/powerpc-power.exp: Likewise.
7913
7914 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7915
7916         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7917
7918 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
7919             Jan Kratochvil  <jan.kratochvil@redhat.com>
7920
7921         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7922         make m1's definition to be different from m2's.  Use 'dummy' as an
7923         argument for probe 'two'.
7924
7925 2016-09-10  Jon Beniston  <jon@beniston.com>
7926
7927         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7928         for sim target.
7929
7930 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7931
7932         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7933         variable declaration.
7934         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
7935         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7936         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7937         received HWCAP as its argument.
7938
7939 2016-09-06  Pedro Alves  <palves@redhat.com>
7940
7941         * gdb.base/new-ui-pending-input.c: New file.
7942         * gdb.base/new-ui-pending-input.exp: New file.
7943         * gdb.exp (clear_gdb_spawn_id): New procedure.
7944         (with_spawn_id): Check whether gdb_spawn_id exists before
7945         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
7946         on exit.
7947
7948 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
7949
7950         * gdb.base/float128.c: New file.
7951         * gdb.base/float128.exp: Likewise.
7952         * gdb.base/floatn.c: Likewise.
7953         * gdb.base/floatn.exp: Likewise.
7954
7955 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
7956
7957         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7958
7959 2016-09-05  Pedro Alves  <palves@redhat.com>
7960
7961         PR backtrace/19927
7962         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7963         unwinders are immediately called as side effect of "source" or
7964         "disable unwinder" commands.
7965         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7966
7967 2016-09-02  Yao Qi  <yao.qi@linaro.org>
7968
7969         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7970         is true and $type is "float" or "double".
7971
7972 2016-09-02  Yao Qi  <yao.qi@linaro.org>
7973
7974         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7975         true.
7976         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7977         * gdb.base/call-rt-st.exp: Likewise.
7978         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7979         return value instead of gdb,skip_float_test.
7980         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7981         (do_function_calls): Use its return value instead of
7982         gdb,skip_float_test.
7983         * gdb.base/finish.exp: Likewise.
7984         * gdb.base/funcargs.exp: Likewise.
7985         * gdb.base/return.exp: Likewise.
7986         * gdb.base/return2.exp: Likewise.
7987         * gdb.base/varargs.exp: Likewise.
7988         * lib/gdb.exp (gdb_skip_float_test): Change it to
7989         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
7990
7991 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7992
7993         * gdb.multi/tids.exp: Test "thread apply all".
7994
7995 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7996
7997         * gdb.base/default.exp (tty): Remove.
7998
7999 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
8000
8001         * gdb.python/py-recurse-unwind.c: New file.
8002         * gdb.python/py-recurse-unwind.py: New file.
8003         * gdb.python/py-recurse-unwind.exp: New file.
8004
8005 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
8006
8007         * gdb.base/set-inferior-tty.exp: New file.
8008         * gdb.base/set-inferior-tty.c: New file.
8009
8010 2016-08-23  Pedro Alves  <palves@redhat.com>
8011
8012         PR gdb/20494
8013         * gdb.base/new-ui-echo.c: New file.
8014         * gdb.base/new-ui-echo.exp: New file.
8015
8016 2016-08-23  Yao Qi  <yao.qi@linaro.org>
8017
8018         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8019         gdbserver_spawn.
8020         * gdb.server/connect-without-multi-process.exp (do_test):
8021         Likewise.
8022
8023 2016-08-23  Yao Qi  <yao.qi@linaro.org>
8024
8025         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8026         standalone_txt.  Delete gdb_txt and standalone_txt on host
8027         and target.  Spawn the binary on target.  Copy files from
8028         target to host.
8029
8030 2016-08-22  Pedro Alves  <palves@redhat.com>
8031
8032         PR gdb/20505
8033         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
8034         with_test_prefix.  Factor out bits to ...
8035         (test_no_vdso): ... this new procedure.
8036
8037 2016-08-19  Carl Love  <cel@us.ibm.com>
8038
8039         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8040         maintaining separate logic for constructing the output path.
8041         * gdb.arch/powerpc-d128-regs.exp: Likewise.
8042         * gdb.arch/ppc-dfp.exp: Likewise.
8043         * gdb.arch/ppc-fp.exp: Likewise.
8044         * gdb.arch/vsx-regs.exp: Likewise.
8045         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8046         binprefix for generating the additional binary files.
8047
8048 2016-08-19  Pedro Alves  <palves@redhat.com>
8049
8050         * gdb.trace/mi-trace-frame-collected.exp
8051         (test_trace_frame_collected): On x32, expect two registers.
8052
8053 2016-08-18  Carl Love  <cel@us.ibm.com>
8054
8055         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8056         and sync up the test with tests in gas/testsuite/gas/ppc.
8057         * gdb.arch/powerpc-power.exp: Likewise.
8058
8059 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
8060
8061         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8062         expected error message.
8063
8064 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
8065
8066         * gdb.multi/remove-inferiors.exp: New file.
8067         * gdb.multi/remove-inferiors.c: New file.
8068
8069 2016-08-12  Yao Qi  <yao.qi@linaro.org>
8070
8071         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8072         argument list.
8073
8074 2016-08-10  Pedro Alves  <palves@redhat.com>
8075
8076         PR gdb/19187
8077         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8078         setup_kfails.
8079
8080 2016-08-09  Pedro Alves  <palves@redhat.com>
8081             Simon Marchi  <simon.marchi@ericsson.com>
8082
8083         PR gdb/20418
8084         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8085         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8086
8087 2016-08-09  Pedro Alves  <palves@redhat.com>
8088
8089         PR mi/20431
8090         * gdb.mi/mi-cmd-error.exp: New file.
8091
8092 2016-08-09  Pedro Alves  <palves@redhat.com>
8093
8094         PR gdb/18653
8095         * gdb.base/signals-state-child.c: New file.
8096         * gdb.base/signals-state-child.exp: New file.
8097         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8098
8099 2016-08-09  Pedro Alves  <palves@redhat.com>
8100
8101         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8102
8103 2016-08-03  Tom Tromey  <tom@tromey.com>
8104
8105         PR python/18565:
8106         * gdb.python/py-frame-inline.exp: Add Frame.function test.
8107
8108 2016-08-01  Yao Qi  <yao.qi@linaro.org>
8109
8110         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8111         variable mode to "multi-process" if $multi_process is 1, otherwise
8112         set it to "single-process".
8113
8114 2016-08-01  Yao Qi  <yao.qi@linaro.org>
8115
8116         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8117         * gdb.cp/cpexprs.exp: Likewise.
8118         * gdb.cp/m-static.exp: Likewise.
8119
8120 2016-07-26  Tom Tromey  <tom@tromey.com>
8121
8122         PR python/20190:
8123         * gdb.threads/tls.exp (check_thread_local): Add python symbol
8124         test.
8125
8126 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
8127
8128         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8129         selecting assembly source files.
8130         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8131         assembly source files.
8132         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8133         assembly source files.
8134         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8135         selecting assembly source files.
8136
8137 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
8138
8139         * gdb.base/new-ui.exp (do_test_invalid_args): New
8140         procedure.
8141
8142 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
8143
8144         * gdb.btrace/reconnect.c: New file.
8145         * gdb.btrace/reconnect.exp: New file.
8146
8147 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
8148
8149         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8150         to test_catch_syscall_group.
8151         (test_catch_syscall_group): New.
8152
8153 2016-07-21  Tom Tromey  <tom@tromey.com>
8154
8155         * gdb.rust/simple.rs (main): Use empty struct expression.
8156         * gdb.rust/simple.exp: Add tests for empty struct expression.
8157
8158 2016-07-21  Yao Qi  <yao.qi@linaro.org>
8159
8160         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8161         if gdb_skip_xml_test is true on some targets.
8162
8163 2016-07-21  Yao Qi  <yao.qi@linaro.org>
8164
8165         * gdb.server/solib-list.exp: Unset last_loaded_file.
8166
8167 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8168
8169         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8170         "step into captured_main (args)".
8171
8172 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8173
8174         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8175
8176 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8177
8178         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8179
8180 2016-07-19  Pedro Alves  <palves@redhat.com>
8181
8182         * gdb.opt/inline-break.exp: Remove optimize=-O2.
8183         * gdb.opt/inline-bt.exp: Likewise.
8184         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8185         additional_flags=-Winline.
8186         * gdb.opt/inline-locals.exp: Likewise.
8187         * gdb.opt/inline-markers.c (ATTR): Define.
8188         (inlined_fn): Use it.
8189
8190 2016-07-19  Yao Qi  <yao.qi@linaro.org>
8191
8192         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8193         (test_with_self): Remove some code.  Remove argument executable.
8194         (top-level): Use do_self_tests.
8195
8196 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
8197             Don Breazeal <donb@codesourcery.com>
8198
8199         * gdb.base/maint.exp: Escape paths used in regular expressions.
8200         * gdb.stabs/weird.exp: Likewise.
8201
8202 2016-07-13  Tom Tromey  <tom@tromey.com>
8203
8204         PR python/15620, PR python/18620:
8205         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8206         (test_bkpt_events): New procs.
8207
8208 2016-07-13  Tom Tromey  <tom@tromey.com>
8209
8210         PR python/17698:
8211         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8212         test.
8213         (test_watchpoints): Likewise.
8214         (test_bkpt_pending): New proc.
8215
8216 2016-07-13  Tom Tromey  <tom@tromey.com>
8217
8218         PR cli/18053:
8219         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8220         completion test.
8221
8222 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8223
8224         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8225         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8226         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8227         f_label.
8228         (g): Rename g_end_lbl to g_label.
8229         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8230         low_pc and high_pc.
8231         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8232
8233 2016-07-12  Tom Tromey  <tom@tromey.com>
8234
8235         PR python/19293:
8236         * gdb.python/py-unwind-maint.exp: Update tests.
8237
8238 2016-07-12  Yao Qi  <yao.qi@linaro.org>
8239
8240         * lib/selftest-support.exp (selftest_setup): Match the output
8241         when captured_main is inlined.
8242
8243 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8244
8245         * gdb.fortran/derived-types.exp (result_line, result_line_2):
8246         New variables.
8247         (print this%a, print this%b, print this): New tests.
8248         * gdb.fortran/derived-types.f90 (this): New object and
8249         initialization.
8250
8251 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
8252
8253         * gdb.ada/arraydim.exp: Remove extra directory level in build
8254         directory.
8255
8256 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
8257
8258         * lib/ada.exp: Remove extra directory level in build directory.
8259         * gdb.ada/cond_lang.exp: Likewise.
8260         * gdb.ada/exec_changed.exp: Likewise.
8261         * gdb.ada/lang_switch.exp: Likewise.
8262
8263 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
8264
8265         * simple.rs: Add test for raw pointer subscripting.
8266         * simple.exp: Add test expectations.
8267
8268 2016-07-05  Yao Qi  <yao.qi@linaro.org>
8269
8270         * gdb.mi/mi-reverse.exp: Match =record-started output.
8271
8272 2016-07-01  Pedro Alves  <palves@redhat.com>
8273
8274         * gdb.base/jit-reader.exp (info_registers_current_frame): New
8275         procedure.
8276         (jit_reader_test): Test the jit reader's unwinder.
8277         * gdb.base/jithost.c (jit_function_00_code): New global.
8278         (main): Use memcpy to fill in the mmapped code, instead of poking
8279         bytes manually here.
8280         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8281         value.
8282         (read_debug_info): Save the function's range.
8283         (read_sp): New function.
8284         (unwind_frame): Use it.  Also unwind RBP.
8285         (get_frame_id): Use read_sp.
8286         (gdb_init_reader): Use calloc instead of malloc.
8287         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8288         parameter.  Use gdb_test_multiple.
8289
8290 2016-07-01  Pedro Alves  <palves@redhat.com>
8291             Antoine Tremblay  <antoine.tremblay@ericsson.com>
8292
8293         * gdb.threads/process-dies-while-detaching.c: New file.
8294         * gdb.threads/process-dies-while-detaching.exp: New file.
8295
8296 2016-07-01  Pedro Alves  <palves@redhat.com>
8297
8298         * gdb.multi/watchpoint-multi-exit.c: New file.
8299         * gdb.multi/watchpoint-multi-exit.exp: New file.
8300
8301 2016-06-30  Pedro Alves  <palves@redhat.com>
8302
8303         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8304         unset inferior_spawn_id.
8305
8306 2016-06-30  Pedro Alves  <palves@redhat.com>
8307
8308         * lib/mi-support.exp (default_mi_gdb_start): Declare global
8309         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8310
8311 2016-06-29  Yao Qi  <yao.qi@linaro.org>
8312
8313         * gdb.base/return.c: Add copyright header.
8314
8315 2016-06-29  Tom Tromey  <tom@tromey.com>
8316
8317         PR python/20129:
8318         * gdb.python/py-framefilter.exp: Add tests for setting priority
8319         and disabling of non-existent frame filter.
8320
8321 2016-06-29  Yao Qi  <yao.qi@linaro.org>
8322
8323         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8324         0x0f07ff.
8325
8326 2016-06-28  Yao Qi  <yao.qi@linaro.org>
8327
8328         * gdb.base/catch-syscall.exp: Remove check on isnative and target
8329         triplets.  Start gdb, execute catch syscall, and continue.  Check
8330         gdb's output to determine catch syscall is supported.
8331
8332 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
8333
8334         * gdb.rust/simple.rs: Add test for returning unit in a function.
8335         * gdb.rust/simple.exp: Add expectation for functions returning
8336         unit.
8337
8338 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
8339
8340         * gdb.python/py-breakpoint-create-fail.c,
8341         gdb.python/py-breakpoint-create-fail.exp,
8342         gdb.python/py-breakpoint-create-fail.py: New testcase.
8343
8344 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
8345
8346         PR gdb/20239
8347         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8348         * gdb.rust/simple.exp: Add test expectations for new NonZero
8349         tests.
8350
8351 2016-06-24  David Taylor  <dtaylor@emc.com>
8352
8353         * gdb.base/offsets.exp: New file.
8354         * gdb.base/offsets.c: New file.
8355
8356 2016-06-23  Tom Tromey  <tom@tromey.com>
8357
8358         PR gdb/16483:
8359         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8360         before any filters are loaded.
8361
8362 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8363
8364         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8365         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8366         structs.
8367         * gdb.fortran/derived-type-function.exp: New file.
8368         * gdb.fortran/derived-type-function.f90: New file.
8369
8370
8371 2016-06-21  Pedro Alves  <palves@redhat.com>
8372
8373         * gdb.base/new-ui.exp: New file.
8374         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8375         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8376         (with_spawn_id): New procedure.
8377
8378 2016-06-21  Pedro Alves  <palves@redhat.com>
8379
8380         * gdb.mi/mi-exec-run.exp: New file.
8381
8382 2016-06-21  Pedro Alves  <palves@redhat.com>
8383
8384         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8385         breakpoint command's output on the main UI.
8386         (test_break): New procedure, factored out from calls in the top
8387         level.
8388         (top level): Use foreach_with_prefix to test MI as main UI and as
8389         separate UI.
8390
8391 2016-06-21  Pedro Alves  <palves@redhat.com>
8392
8393         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8394         (test_awatch_creation_and_listing)
8395         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8396         Remove 'type' parameter.
8397         (test_watchpoint_all): New parameter mi_mode.  Remove
8398         with_test_prefix.
8399         (top level): Use foreach_with_prefix, and add main/separate UI MI
8400         testing axis.
8401
8402 2016-06-21  Pedro Alves  <palves@redhat.com>
8403
8404         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8405         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8406         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8407         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8408         (gdb_main_spawn_id, mi_spawn_id): Declare and
8409         comment.
8410         (mi_create_inferior_pty): New procedure,
8411         factored out from default_mi_gdb_start.
8412         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8413         procedures.
8414         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8415         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8416         Use mi_create_inferior_pty.
8417         (mi_gdb_start): Use eval to pass down args list.
8418
8419 2016-06-21  Pedro Alves  <palves@redhat.com>
8420
8421         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8422         * gdb.opt/inline-cmds.exp: Add MI tests.
8423
8424 2016-06-21  Pedro Alves  <palves@redhat.com>
8425
8426         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8427
8428 2016-06-21  Pedro Alves  <palves@redhat.com>
8429
8430         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8431         (top level): Use it instead of mi_execute_to.
8432
8433 2016-06-21  Pedro Alves  <palves@redhat.com>
8434
8435         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8436         (cont_handler_str): New.
8437         (signal_stop_handler): Set stop_handler_str instead of printing to
8438         stdout.
8439         (continue_handler): Set cont_handler_str instead of printing to
8440         stdout.
8441         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8442         mi_send_resuming_command.  Print stop_handler_str and
8443         cont_handler_str instead of expecting the python events print
8444         directly.
8445
8446 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
8447
8448         * gdb.base/jit-reader.exp: New file.
8449         * gdb.base/jithost.c: New file.
8450         * gdb.base/jithost.h: New file.
8451         * gdb.base/jitreader.c : New file.
8452         * gdb.base/jit-protocol.h: New file.
8453
8454 2016-06-17  Yao Qi  <yao.qi@linaro.org>
8455
8456         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8457         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
8458         and detach-on-fork.  Adjust tests.
8459         (top level): Invoke break_cond_on_syscall with combinations of
8460         syscall, follow-fork-mode and detach-on-fork.
8461
8462 2016-06-17  Yao Qi  <yao.qi@linaro.org>
8463
8464         * gdb.base/step-over-exit.c: New.
8465         * gdb.base/step-over-exit.exp: New.
8466
8467 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
8468
8469         * gdb.base/float.exp: Add target check for nds32*-*-*.
8470         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8471
8472 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
8473
8474         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8475         for unsupported target features.
8476         * gdb.base/call-rt-st.exp: Likewise.
8477         * gdb.base/call-sc.exp: Likewise.
8478         * gdb.base/call-signal-resume.exp: Likewise.
8479         * gdb.base/call-strs.exp: Likewise.
8480         * gdb.base/callexit.exp: Likewise.
8481         * gdb.base/callfuncs.exp: Likewise.
8482         * gdb.base/nodebug.exp: Likewise.
8483         * gdb.base/printcmds.exp: Likewise.
8484         * gdb.base/ptype.exp: Likewise.
8485         * gdb.base/structs.exp: Likewise.
8486         * gdb.base/unwindonsignal.exp: Likewise.
8487         * gdb.cp/gdb2495.exp: Likewise.
8488         * gdb.cp/templates.exp: Likewise.
8489         * gdb.cp/virtfunc.exp: Likewise.
8490         * gdb.threads/hand-call-in-threads.exp: Likewise.
8491         * gdb.threads/interrupted-hand-call.exp: Likewise.
8492         * gdb.threads/thread-unwindonsignal.exp: Likewise.
8493
8494 2016-06-10  Tom Tromey  <tom@tromey.com>
8495
8496         PR rust/20110:
8497         * gdb.rust/expr.exp: Add test for integer constant larger than
8498         i32.
8499
8500 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
8501
8502         * gdb.fortran/nested-funcs.exp: New.
8503         * gdb.fortran/nested-funcs.f90: New.
8504
8505 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
8506
8507         * gdb.base/examine-backward.c: New file.
8508         * gdb.base/examine-backward.exp: New file.
8509
8510 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
8511
8512         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8513         matching.
8514
8515 2016-06-02  Tom Tromey  <tom@tromey.com>
8516
8517         PR python/18984:
8518         * gdb.python/py-shared.exp: Add solib_name test.
8519
8520 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
8521
8522         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8523
8524 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
8525
8526         PR c++/19893
8527         * gdb.dwarf2/implref.exp: Rename to...
8528         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
8529         * gdb.dwarf2/implref-array.c: New file.
8530         * gdb.dwarf2/implref-array.exp: Likewise.
8531         * gdb.dwarf2/implref-global.c: Likewise.
8532         * gdb.dwarf2/implref-global.exp: Likewise.
8533         * gdb.dwarf2/implref-struct.c: Likewise.
8534         * gdb.dwarf2/implref-struct.exp: Likewise.
8535
8536 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8537
8538         * gdb.trace/trace-condition.exp: Add 64bit tests.
8539
8540 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8541
8542         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8543         bits types.
8544         (main): Adapt to 8 to 64 bits types.
8545         * gdb.trace/trace-condition.exp: Add new tests.
8546
8547 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8548
8549         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8550
8551 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8552
8553         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8554         Move condition tests...
8555         * gdb.trace/trace-condition.exp: Here.
8556
8557 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8558
8559         * gdb.trace/trace-condition.exp: Add counter-case tests.
8560
8561 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8562
8563         PR c++/15231
8564         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8565         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8566
8567 2016-05-27  Pedro Alves  <palves@redhat.com>
8568
8569         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8570         New procedure.
8571         (top level): Call it, and bail out of DejaGnu is known to be bad.
8572
8573 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
8574
8575         * gdb.base/whatis.c: Extend the test case.
8576         * gdb.base/whatis.exp: Add additional tests.
8577
8578 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8579
8580 * gdb.fortran/type.f90: Add pointer variable.
8581 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8582
8583 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8584
8585         * gdb.fortran/vla-type.exp: Fix testcase name.
8586
8587 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8588
8589         * gdb.fortran/vla-type.exp: Access elements in nested structs.
8590
8591 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8592
8593         * gdb.fortran/type.f90: Add nested structures.
8594         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8595         * gdb.fortran/derived-type.exp: Adapt expected output.
8596         * gdb.fortran/vla-type.exp: Adapt expected output.
8597
8598 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8599
8600         * gdb.fortran/whatis_type.exp: Adapt expected output.
8601
8602 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8603
8604         * gdb.fortran/print_type.exp: Fix expected output.
8605         * gdb.fortran/whatis_type.exp: Fix expected output.
8606
8607 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8608
8609         * gdb.fortran/whatis_type.exp: Use multi_line.
8610
8611 2016-05-24  Tom Tromey  <tom@tromey.com>
8612
8613         PR python/17386:
8614         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8615         use value as an index.
8616
8617 2016-05-23  Tom Tromey  <tom@tromey.com>
8618
8619         PR python/17981:
8620         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8621         no-breakpoint case.
8622
8623 2016-05-24  Pedro Alves  <palves@redhat.com>
8624
8625         PR gdb/19828
8626         * gdb.threads/clone-attach-detach.c: New file.
8627         * gdb.threads/clone-attach-detach.exp: New file.
8628
8629 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
8630
8631         * gdb.base/annota-input-while-running.exp: Fix syntax error.
8632
8633 2016-05-23  Tom Tromey  <tom@tromey.com>
8634
8635         PR python/19438, PR python/18393:
8636         * gdb.python/py-progspace.exp: Add "dir" test.
8637         * gdb.python/py-objfile.exp: Add "dir" test.
8638
8639 2016-05-23  Yao Qi  <yao.qi@linaro.org>
8640
8641         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8642         * gdb.arch/thumb2-it.exp: Likewise.
8643
8644 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
8645
8646         * gdb.mi/mi-threads-interrupt.c: New file.
8647         * gdb.mi/mi-threads-interrupt.exp: New file.
8648
8649 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
8650
8651         PR gdb/18077
8652         * gdb.mi/mi-async-run.exp: New file.
8653         * gdb.mi/mi-async-run.c: New file.
8654
8655 2016-05-17  Tom Tromey  <tom@tromey.com>
8656             Manish Goregaokar <manishsmail@gmail.com>
8657
8658         * lib/rust-support.exp: New file.
8659         * lib/gdb.exp (skip_rust_tests): New proc.
8660         (build_executable_from_specs): Handle rust.
8661         * lib/future.exp (gdb_find_rustc): New proc.
8662         (gdb_default_target_compile): Handle rust.
8663         * gdb.rust/expr.exp: New file.
8664         * gdb.rust/generics.exp: New file.
8665         * gdb.rust/generics.rs: New file.
8666         * gdb.rust/methods.exp: New file.
8667         * gdb.rust/methods.rs: New file.
8668         * gdb.rust/modules.exp: New file.
8669         * gdb.rust/modules.rs: New file.
8670         * gdb.rust/simple.exp: New file.
8671         * gdb.rust/simple.rs: New file.
8672
8673 2016-05-17  Tom Tromey  <tom@tromey.com>
8674
8675         * gdb.base/default.exp (set language): Add rust.
8676
8677 2016-05-17  Tom Tromey  <tom@tromey.com>
8678
8679         * gdb.gdb/unittest.exp: New file.
8680
8681 2016-05-16  Yao Qi  <yao.qi@linaro.org>
8682
8683         * gdb.base/batch-preserve-term-settings.exp: Remove variable
8684         shell_prompt.  Update shell_prompt_re.
8685
8686 2016-05-12  Doug Evans  <dje@google.com>
8687
8688         PR symtab/19999
8689         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8690         $options when building executable.
8691         * gdb.dwarf2/fission-loclists-pie.S: New file.
8692         * gdb.dwarf2/fission-loclists-pie.exp: New file.
8693
8694 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
8695
8696         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8697         of [is_remote target],
8698
8699 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
8700
8701         * lib/gdb.exp (use_gdb_stub): New procedure.
8702
8703 2016-05-03  Yunlian Jiang <yunlian@google.com>
8704             Doug Evans  <dje@google.com>
8705
8706         PR symtab/19914
8707         * gdb.dwarf2/dwp-sepdebug.c: New file.
8708         * gdb.dwarf2/dwp-sepdebug.exp: New file.
8709
8710 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
8711
8712         * gdb.base/detach.exp: Remove is_remote check.
8713
8714 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
8715
8716         * gdb.base/annota-input-while-running.exp: Don't check for
8717         [is_remote target].  Enable annotations after running to main.
8718         Remove unused "set test..." line.
8719
8720 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8721
8722         * gdb.trace/trace-enable-disable.exp: New file.
8723         * gdb.trace/trace-enable-disable.c: New file.
8724
8725 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8726
8727         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8728         use it in info sharedlibrary test.
8729         * gdb.trace/ftrace-lock.exp: Likewise.
8730         * gdb.trace/ftrace.exp: Likewise.
8731         * gdb.trace/range-stepping.exp: Likewise.
8732         * gdb.trace/trace-break.exp: Likewise.
8733         * gdb.trace/trace-condition.exp: Likewise.
8734         * gdb.trace/trace-mt.exp: Likewise.
8735
8736 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
8737
8738         * lib/gdb.exp (gdb_load_shlibs): Rename to...
8739         (gdb_load_shlib): ... this.
8740         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8741         gdb_load_shlib.
8742         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8743         * gdb.base/ctxobj.exp: Likewise.
8744         * gdb.base/dprintf-pending.exp: Likewise.
8745         * gdb.base/dso2dso.exp: Likewise.
8746         * gdb.base/fixsection.exp: Likewise.
8747         * gdb.base/gcore-relro.exp: Likewise.
8748         * gdb.base/gdb1555.exp: Likewise.
8749         * gdb.base/global-var-nested-by-dso.exp: Likewise.
8750         * gdb.base/gnu-ifunc.exp: Likewise.
8751         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8752         * gdb.base/jit-so.exp (one_jit_test): Likewise.
8753         * gdb.base/pending.exp: Likewise.
8754         * gdb.base/print-file-var.exp: Likewise.
8755         * gdb.base/print-symbol-loading.exp: Likewise.
8756         * gdb.base/shlib-call.exp: Likewise.
8757         * gdb.base/shreloc.exp: Likewise.
8758         * gdb.base/so-impl-ld.exp: Likewise.
8759         * gdb.base/solib-disc.exp: Likewise.
8760         * gdb.base/solib-nodir.exp: Likewise.
8761         * gdb.base/solib-overlap.exp: Likewise.
8762         * gdb.base/solib-symbol.exp: Likewise.
8763         * gdb.base/solib-weak.exp (do_test): Likewise.
8764         * gdb.base/sym-file.exp: Likewise.
8765         * gdb.base/symtab-search-order.exp: Likewise.
8766         * gdb.base/type-opaque.exp: Likewise.
8767         * gdb.base/unload.exp: Likewise.
8768         * gdb.base/watchpoint-solib.exp: Likewise.
8769         * gdb.compile/compile.exp: Likewise.
8770         * gdb.cp/gdb2384.exp: Likewise.
8771         * gdb.cp/infcall-dlopen.exp: Likewise.
8772         * gdb.cp/re-set-overloaded.exp: Likewise.
8773         * gdb.fortran/library-module.exp: Likewise.
8774         * gdb.opt/solib-intra-step.exp: Likewise.
8775         * gdb.python/py-finish-breakpoint.exp: Likewise.
8776         * gdb.python/py-shared.exp: Likewise.
8777         * gdb.reverse/solib-precsave.exp: Likewise.
8778         * gdb.reverse/solib-reverse.exp: Likewise.
8779         * gdb.server/solib-list.exp: Likewise.
8780         * gdb.threads/dlopen-libpthread.exp: Likewise.
8781         * gdb.threads/tls-shared.exp: Likewise.
8782         * gdb.threads/tls-so_extern.exp: Likewise.
8783         * gdb.trace/change-loc.exp: Likewise.
8784         * gdb.trace/ftrace-lock.exp: Likewise.
8785         * gdb.trace/ftrace.exp: Likewise.
8786         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8787         * gdb.trace/pending.exp: Likewise.
8788         * gdb.trace/range-stepping.exp: Likewise.
8789         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8790         (strace_info_marker): Likewise.
8791         (strace_probe_marker): Likewise.
8792         (strace_trace_on_same_addr): Likewise.
8793         (strace_trace_on_diff_addr): Likewise.
8794         * gdb.trace/trace-break.exp: Likewise.
8795         * gdb.trace/trace-condition.exp: Likewise.
8796         * gdb.trace/trace-mt.exp: Likewise.
8797
8798 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
8799
8800         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
8801         result of gdb_remote_download.
8802         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8803         * gdb.base/dso2dso.exp: Likewise.
8804         * gdb.base/global-var-nested-by-dso.exp: Likewise.
8805         * gdb.base/print-file-var.exp: Likewise.
8806         * gdb.base/shlib-call.exp: Likewise.
8807         * gdb.base/shreloc.exp: Likewise.
8808         * gdb.base/solib-overlap.exp: Likewise.
8809         * gdb.base/solib-weak.exp (do_test): Likewise.
8810         * gdb.base/unload.exp: Likewise.
8811
8812 2016-04-27  Yao Qi  <yao.qi@linaro.org>
8813
8814         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8815         exists.
8816
8817 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
8818
8819         * vla-type.exp: Print structure from toplevel.
8820
8821 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
8822
8823         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8824         of dynamic types.
8825         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8826         of dynamic types.
8827
8828 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
8829
8830         * gdb.fortran/vla-type.f90: New file.
8831         * gdb.fortran/vla-type.exp: New file.
8832
8833 2016-04-25  Yao Qi  <yao.qi@linaro.org>
8834
8835         * gdb.base/branch-to-self.c: New file.
8836         * gdb.base/branch-to-self.exp: New file.
8837
8838 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8839
8840         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8841         more after $hex.
8842
8843 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8844
8845         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8846         * gdb.base/annota3.exp: Likewise.
8847
8848 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8849
8850         * gdb.reverse/step-precsave.exp: Do one step and test program
8851         stops in "callee" and do multiple steps until program goes out
8852         of "callee".
8853         * gdb.reverse/step-reverse.exp: Likewise.
8854
8855 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8856
8857         * gdb.trace/signal.exp: Also pass if
8858         $tracepoint_hits($i) > $iterations.
8859
8860 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8861
8862         * gdb.trace/signal.c: New file.
8863         * gdb.trace/signal.exp: New file.
8864
8865 2016-04-19  Doug Evans  <xdje42@gmail.com>
8866
8867         * gdb.base/bad-file.exp: New file.
8868
8869 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
8870
8871         * gdb.dwarf2/implref.exp: New file.
8872
8873 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
8874
8875         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8876         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8877         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8878         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8879         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8880         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8881         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8882         * lib/fortran.exp (fortran_int4): New procedure.
8883         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8884         (fortran_logical4): Likewise.
8885
8886 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
8887
8888         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8889
8890 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
8891
8892         * lib/compiler.c: Add Intel specific preprocessor macros.
8893         * lib/compiler.cc: Likewise.
8894
8895 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
8896
8897         * gdb.server/connect-with-no-symbol-file.c: New file.
8898         * gdb.server/connect-with-no-symbol-file.exp: New file.
8899
8900 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
8901
8902         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8903
8904 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
8905
8906         * boards/gdbserver-base.exp (${board}_download): Copy source file to
8907         standard output directory.
8908
8909 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8910
8911         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8912
8913 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
8914
8915         * gdb.btrace/instruction_history.c (loop): Add declaration.
8916
8917 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8918
8919         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8920
8921 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
8922
8923         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8924         parentheses to print.
8925         (continue_handler): Likewise.
8926
8927 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
8928
8929         * gdb.server/solib-list.exp: Remove is_remote check.
8930         Pass shlib= to gdb_compile.  Don't link shared library with
8931         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
8932         Run binary filename through "readlink -f" on the target.
8933
8934 2016-04-08  Pedro Alves  <palves@redhat.com>
8935
8936         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
8937         interpreter filename as argument to gdbserver_spawn.
8938         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8939         Return empty if $last_loaded_file does not exist.
8940
8941 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8942
8943         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8944         * gdb.base/jit-main.c: Use exit after usage.
8945
8946 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
8947
8948         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8949         GDBHISTSIZE prior to the tests.
8950         * gdb.base/gdbinit-history.exp: Likewise.
8951
8952 2016-04-07  Pedro Alves  <palves@redhat.com>
8953
8954         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8955         instead of build_executable.  Use gdb_load_shlibs.
8956
8957 2016-04-07  Yao Qi  <yao.qi@linaro.org>
8958
8959         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8960         Execute "si" command.
8961
8962 2016-04-07  Yao Qi  <yao.qi@linaro.org>
8963
8964         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8965         number instead of the comments on some line.
8966
8967 2016-04-06  Don Breazeal  <donb@codesourcery.com>
8968
8969         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8970         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8971
8972 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
8973
8974         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8975         standard_output_file.  Remove unused binfile variable.
8976
8977 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
8978
8979         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8980         * gdb.python/py-mi-objfile.exp: Match "list main" output
8981         in console format.
8982
8983 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
8984
8985         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8986         absolute.
8987
8988 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
8989
8990         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8991         absolute.
8992         * gdb.trace/ftrace.exp: Likewise.
8993         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8994         targets as well.
8995         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8996         (gdb_load_shlibs): Copy libraries to test directory when testing
8997         natively.  Only set solib-search-path if testing remotely.
8998         * lib/mi-support.exp (mi_load_shlibs): Likewise.
8999
9000 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
9001
9002         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9003         gdb_download.  Use it even if the target is not remote.
9004         * gdb.base/jit.exp (compile_jit_test): Likewise.
9005         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9006         output directory if the destination board is local, otherwise use
9007         the standard remote_download from DejaGnu.
9008         (gdb_download): Remove.
9009         (gdb_load_shlibs): Use gdb_remote_download instead of
9010         gdb_download.
9011         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9012         Use gdb_remote_download instead of gdb_download.  Use it even if
9013         the target is not remote.
9014         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9015         instead of gdb_download.
9016
9017 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
9018
9019         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9020         (test_insert_delete_modify): Call mi_load_shlibs before trying to
9021         run.
9022
9023 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
9024
9025         PR gdb/19820
9026         * gdb.base/printcmds.exp: Add artificial arrays tests.
9027
9028 2016-03-31  Pedro Alves  <palves@redhat.com>
9029
9030         PR gdb/19858
9031         * gdb.base/jit-main.c: Include unistd.h.
9032         (ATTACH): Define to 0 if not already defined.
9033         (wait_for_gdb, mypid): New globals.
9034         (WAIT_FOR_GDB): New macro.
9035         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
9036         some breakpoint locations.
9037         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9038         New procedures.
9039         (one_jit_test): Add REATTACH parameter, and handle it.  Use
9040         continue_to_test_location.
9041         (top level): Test attach, and adjusts calls to one_jit_test.
9042
9043 2016-03-31  Pedro Alves  <palves@redhat.com>
9044
9045         PR gdb/19858
9046         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
9047         BINSUFFIX parameter, and handle it.
9048         (top level): Adjust calls compile_jit_test.
9049
9050 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
9051
9052         PR python/19743
9053         * gdb.python/py-mi-events-gdb.py: New file.
9054         * gdb.python/py-mi-events.c: New file.
9055         * gdb.python/py-mi-events.exp: New file.
9056
9057 2016-03-30  Yao Qi  <yao.qi@linaro.org>
9058
9059         * gdb.reverse/until-precsave.exp: Match function name only.
9060         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9061         Move malloc to a condition block.
9062         * gdb.reverse/until-reverse.exp: Match function name only.
9063
9064 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9065
9066         * gdb.trace/ftrace.exp: Set arg0exp for s390.
9067         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9068         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9069         variable for GPR 0 instead of assuming it is register 0.
9070         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9071         * lib/trace-support.exp: Add s390 registers.
9072
9073 2016-03-29  Yao Qi  <yao.qi@linaro.org>
9074
9075         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9076
9077 2016-03-24  Yao Qi  <yao.qi@linaro.org>
9078
9079         * gdb.reverse/break-reverse.exp: Add quotation mark in the
9080         test message.
9081
9082 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9083
9084         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9085         maintaining separate logic for constructing the output path.
9086
9087 2016-03-16  Don Breazeal  <donb@codesourcery.com>
9088
9089         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9090         Retry fork and waitpid on interrupted system call errors.
9091         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9092         Use with_timeout_factor to increase timeout by factor of 10.
9093
9094 2016-03-15  Don Breazeal  <donb@codesourcery.com>
9095
9096         * gdb.cp/scope-err.cc: New test program.
9097         * gdb.cp/scope-err.exp: New test script.
9098         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9099         lines and "set breakpoint here" comment.
9100         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9101         Fixed some whitespace and format issues.
9102         * gdb.mi/mi-linespec-err-cp.cc: New test program.
9103         * gdb.mi/mi-linespec-err-cp.exp: New test script.
9104
9105 2016-03-15  Doug Evans  <dje@google.com>
9106
9107         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9108         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9109         All callers updated.  Add tests for enums, mixed flags register.
9110
9111 2016-03-15  Doug Evans  <dje@google.com>
9112
9113         * gdb.base/skip.c (main): Call test_skip_file_and_function.
9114         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9115
9116 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
9117
9118         * gdb.base/default.exp: Add $_as_string to the list of expected
9119         convenience functions.
9120
9121 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9122
9123         * gdb.base/maint.exp: New tests for 'maint info line-table'.
9124
9125 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
9126
9127         * gdb.python/py-as-string.exp: New file.
9128         * gdb.python/py-as-string.c: New file.
9129
9130 2016-03-09  Pedro Alves  <palves@redhat.com>
9131
9132         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9133         signal" -> "Thread NN received signal" output change.
9134         * gdb.threads/ia64-sigill.exp: Likewise.
9135         * gdb.threads/linux-dp.exp: Likewise.
9136         * gdb.threads/manythreads.exp: Likewise.
9137         * gdb.threads/pending-step.exp: Likewise.
9138         * gdb.threads/print-threads.exp: Likewise.
9139         * gdb.threads/sigstep-threads.exp: Likewise.
9140         * gdb.threads/staticthreads.exp: Likewise.
9141         * gdb.threads/tls.exp: Likewise.
9142
9143 2016-03-09  Pedro Alves  <palves@redhat.com>
9144
9145         * gdb.base/command-line-input.exp: New file.
9146
9147 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9148
9149         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9150         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9151         * gdb.trace/pending.exp: Accept leading dot before function name.
9152         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9153         * lib/trace-support.exp: Set registers for ppc.
9154
9155 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9156
9157         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9158         use it for disassembly; accept .main in addition to main in backtrace.
9159
9160 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
9161             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9162
9163         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9164         (gdb_recursion_test_ptr): New global variable.
9165         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9166         gdb_recursion_test.
9167         (gdb_c_test): Ditto.
9168
9169 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9170
9171         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9172         ordering.
9173
9174 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9175
9176         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9177         (bar): Add bar_start_lbl label.
9178         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9179         of foo/bar for emitting DWARF and tracing.
9180
9181 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
9182
9183         * analyze-racy-logs.py: Set executable bit.
9184
9185 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
9186
9187         * Makefile.in (DEFAULT_RACY_ITER): New variable.
9188         (CHECK_TARGET_TMP): Likewise.
9189         (check-single-racy): New rule.
9190         (check-parallel-racy): Likewise.
9191         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9192         (do-check-parallel-racy): New rule.
9193         (check-racy/%.exp): Likewise.
9194         * README (Racy testcases): New section.
9195         * analyze-racy-logs.py: New file.
9196
9197 2016-03-03  Doug Evans  <dje@google.com>
9198
9199         * gdb.base/skip.exp: Use with_test_prefix.
9200
9201 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9202
9203         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9204         Invoke step_over_syscall "clone" and break_cond_on_syscall
9205         "clone".
9206         * gdb.base/step-over-clone.c: New file.
9207
9208 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9209
9210         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9211         code format.
9212
9213 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9214
9215         * gdb.base/disp-step-fork.c: Rename to ...
9216         * gdb.base/step-over-fork.c: ... it.  New file.
9217         * gdb.base/disp-step-vfork.c: Rename to ...
9218         * gdb.base/step-over-vfork.c: ... it.  New file.
9219         * gdb.base/disp-step-syscall.exp: Rename to ...
9220         * gdb.base/step-over-syscall.exp: ... it.  New file.
9221         (disp_step_cross_syscall): Rename to ...
9222         (step_over_syscall): ... it.
9223
9224 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9225
9226         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9227         If target supports condition evaluation on target, invoke
9228         break_cond_on_syscall for fork and vfork.
9229
9230 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9231
9232         * gdb.base/disp-step-syscall.exp: Don't invoke
9233         support_displaced_stepping.
9234         (disp_step_cross_syscall): Test with displaced stepping off and
9235         on if supported.
9236
9237 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9238
9239         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9240         proc.
9241         (setup): New proc.
9242         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9243         and setup.
9244
9245 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9246
9247         * gdb.fortran/vla-history.exp: Remove breakpoint.
9248
9249 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9250
9251         * gdb.fortran/vla-history.exp: Lookup array elements and printing
9252         exceeds timeout.
9253
9254 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9255
9256         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9257         breakpoint.
9258
9259 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9260
9261         * gdb.mi/vla.f90: Nullify pointer after declaration.
9262
9263 2016-03-01  Pedro Alves  <palves@redhat.com>
9264
9265         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9266
9267 2016-03-01  Pedro Alves  <palves@redhat.com>
9268
9269         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9270         before anything else.
9271         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
9272         _GNU_SOURCE here.
9273         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9274         before anything else.
9275         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9276
9277 2016-03-01  Pedro Alves  <palves@redhat.com>
9278
9279         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9280
9281 2016-03-01  Yao Qi  <yao.qi@linaro.org>
9282
9283         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9284         prepare_for_testing.
9285
9286 2016-03-01  Yao Qi  <yao.qi@linaro.org>
9287
9288         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9289
9290 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9291
9292         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9293         manually constructing the output path.
9294
9295 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9296
9297         * gdb.arch/s390-stackless.S: New.
9298         * gdb.arch/s390-stackless.exp: New.
9299
9300 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
9301
9302         * gdb.dlang/circular.c: New file.
9303         * gdb.dlang/circular.exp: New file.
9304
9305 2016-02-26  Yao Qi  <yao.qi@linaro.org>
9306
9307         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9308         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9309         (testcases): Update.
9310
9311 2016-02-26  Yao Qi  <yao.qi@linaro.org>
9312
9313         * gdb.reverse/aarch64.c: Rename to ...
9314         * gdb.reverse/insn-reverse.c: ... it.
9315         * gdb.reverse/aarch64.exp: Rename to ...
9316         * gdb.reverse/insn-reverse.exp: ... it.
9317
9318 2016-02-26  Yao Qi  <yao.qi@linaro.org>
9319
9320         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9321         (testcase_ftype): New.
9322         (testcases): New array.
9323         (n_testcases): New.
9324         (main): Call each element in testcases.
9325         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9326         (read_testcase): New.
9327         Do the tests in a loop.
9328
9329 2016-02-25  Yao Qi  <yao.qi@linaro.org>
9330
9331         * gdb.base/branches.c: Remove.
9332
9333 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9334
9335         PR gdb/13808
9336         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9337
9338 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9339
9340         * gdb.trace/ftrace.exp: Remove unnecessary target check.
9341
9342 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9343
9344         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9345         change x86_64 call_insn to 'callq'.
9346
9347 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9348
9349         * gdb.trace/tfile-avx.c: Move to...
9350         * gdb.trace/tracefile-pseudo-reg.c: Here.
9351         * gdb.trace/tfile-avx.exp: Move to...
9352         * gdb.trace/tracefile-pseudo-reg.exp: Here.
9353
9354 2016-02-24  Gary Benson <gbenson@redhat.com>
9355
9356         * gdb.base/attach-pie-noexec.exp: Do not expect an error
9357         message on attach.
9358
9359 2016-02-23  Doug Evans  <dje@google.com>
9360
9361         * gdb.base/skip.c (test_skip): New function.
9362         (end_test_skip_file_and_function): New function.
9363         (test_skip_file_and_function): New function.
9364         * gdb.base/skip1.c (test_skip): New function.
9365         (skip1_test_skip_file_and_function): New function.
9366         * gdb.base/skip.exp: Add tests for new skip options.
9367         * gdb.base/skip-solib.exp: Update expected output.
9368         * gdb.perf/skip-command.cc: New file.
9369         * gdb.perf/skip-command.exp: New file.
9370         * gdb.perf/skip-command.py: New file.
9371
9372 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9373
9374         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9375         info registers pattern.
9376
9377 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
9378
9379         * lib/future.exp: Add D support.
9380         (gdb_find_gdc): New proc.
9381         (gdb_default_target_compile): Add D support.
9382
9383 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
9384
9385         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9386         user+system time.
9387         (trace_speed_test): Determine the iteration count for a time
9388         between 15..30 seconds.
9389
9390 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9391
9392         * gdb.arch/i386-mpx-sigsegv.c: New file.
9393         * gdb.arch/i386-mpx-sigsegv.exp: New file.
9394         * gdb.arch/i386-mpx-simple_segv.c: New file.
9395         * gdb.arch/i386-mpx-simple_segv.exp: New file.
9396
9397 2016-02-18  Yao Qi  <yao.qi@linaro.org>
9398
9399         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9400         Don't call setup_kfail.
9401
9402 2016-02-18  Yao Qi  <yao.qi@linaro.org>
9403
9404         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9405         Set "set breakpoint condition-evaluation" per $cond_bp_target.
9406
9407 2016-02-16  Doug Evans  <dje@google.com>
9408
9409         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
9410         * gdb.base/skip1.c: Ditto.
9411         * gdb.base/skip.exp: Whitespace cleanup.
9412
9413 2016-02-16  Don Breazeal  <donb@codesourcery.com>
9414
9415         PR remote/19496
9416         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9417         Remove kfail for PR remote/19496.
9418
9419 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
9420
9421         * lib/gdb.exp (standard_temp_file): Return a path specific to
9422         the runtest invocation.
9423
9424 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
9425
9426         * gdb.trace/save-trace.exp: Change relative path to be in the
9427         standard output directory.
9428
9429 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9430
9431         * gdb.arch/i386-prologue.c: Add missing prototypes.
9432
9433 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9434
9435         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9436         * gdb.arch/i386-prologue.exp: Likewise.
9437         * gdb.arch/i386-size.exp: Likewise.
9438
9439 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
9440
9441         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9442         define object file path.
9443         * gdb.btrace/gcore.exp: Use standard_output_file to define core
9444         file path.
9445         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9446         standard_output_file to define binfile.
9447
9448 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9449
9450         Fix compatibility with recent gfortran-5.3.1.
9451         * gdb.fortran/vla-history.exp (print vla1 allocated)
9452         (print vla2 allocated, print $2, print $3): Remove
9453         (print $4): Rename to ...
9454         (print $2): ... here.
9455         (print $9): Rename to ...
9456         (print $5): ... here.
9457         (print $10): Rename to ...
9458         (print $6): ... here.
9459         * gdb.fortran/vla.f90: Add pvla initialization.
9460
9461 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9462
9463         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9464         New test.
9465         * gdb.fortran/vla-value-sub.exp: Likewise.
9466
9467 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9468
9469         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9470
9471 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
9472
9473         * i386-biarch-core.exp: Define corefile using
9474         standard_output_file.
9475
9476 2016-02-12  Yao Qi  <yao.qi@linaro.org>
9477
9478         * gdb.arch/arm-single-step-kernel-helper.c: New.
9479         * gdb.arch/arm-single-step-kernel-helper.exp: New.
9480
9481 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
9482
9483         * gdb.btrace/tailcall-only.exp: New.
9484         * gdb.btrace/tailcall-only.c: New.
9485         * gdb.btrace/x86_64-tailcall-only.S: New.
9486         * gdb.btrace/i686-tailcall-only.S: New.
9487
9488 2016-02-11  Pedro Alves  <palves@redhat.com>
9489
9490         * README (Parallel testing): Add missing double quotes.
9491
9492 2016-02-11  Pedro Alves  <palves@redhat.com>
9493
9494         * README (Parallel testing): New section.
9495         (GDB_PARALLEL): Rewrite.
9496         (FORCE_PARALLEL): Document.
9497
9498 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9499
9500         * gdb.trace/tfile-avx.c: New test.
9501         * gdb.trace/tfile-avx.exp: New test.
9502
9503 2016-02-09  Keith Seitz  <keiths@redhat.com>
9504
9505         PR breakpoints/19546
9506         * gdb.base/infcall-exec.c: New file.
9507         * gdb.base/infcall-exec2.c: New file.
9508         * gdb.base/infcall-exec.exp: New file.
9509
9510 2016-02-09  Keith Seitz  <keiths@redhat.com>
9511
9512         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9513         (toplevel): Call test_bkpt_address.
9514
9515 2016-02-09  Keith Seitz  <keiths@redhat.com>
9516
9517         PR python/19506
9518         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9519         (toplevel): Call test_bkpt_address.
9520
9521 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
9522
9523         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9524         to AC_OUTPUT.
9525         * configure: Regenerate.
9526
9527 2016-02-09  Pedro Alves  <palves@redhat.com>
9528
9529         PR breakpoints/19548
9530         * gdb.base/execl-update-breakpoints.c (some_function): New
9531         function.
9532         (main): Call it.
9533         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9534         Tighten expected GDB output.
9535
9536 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
9537
9538         * Makefile.in (ALL_SUBDIRS): Remove.
9539         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9540         (distclean maintainer-clean realclean): Likewise.
9541         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9542         * configure: Regenerate.
9543         * gdb.ada/Makefile.in: Delete.
9544         * gdb.arch/Makefile.in: Likewise.
9545         * gdb.asm/Makefile.in: Likewise.
9546         * gdb.base/Makefile.in: Likewise.
9547         * gdb.btrace/Makefile.in: Likewise.
9548         * gdb.cell/Makefile.in: Likewise.
9549         * gdb.compile/Makefile.in: Likewise.
9550         * gdb.cp/Makefile.in: Likewise.
9551         * gdb.disasm/Makefile.in: Likewise.
9552         * gdb.dlang/Makefile.in: Likewise.
9553         * gdb.dwarf2/Makefile.in: Likewise.
9554         * gdb.fortran/Makefile.in: Likewise.
9555         * gdb.gdb/Makefile.in: Likewise.
9556         * gdb.go/Makefile.in: Likewise.
9557         * gdb.guile/Makefile.in: Likewise.
9558         * gdb.java/Makefile.in: Likewise.
9559         * gdb.linespec/Makefile.in: Likewise.
9560         * gdb.mi/Makefile.in: Likewise.
9561         * gdb.modula2/Makefile.in: Likewise.
9562         * gdb.multi/Makefile.in: Likewise.
9563         * gdb.objc/Makefile.in: Likewise.
9564         * gdb.opencl/Makefile.in: Likewise.
9565         * gdb.opt/Makefile.in: Likewise.
9566         * gdb.pascal/Makefile.in: Likewise.
9567         * gdb.perf/Makefile.in: Likewise.
9568         * gdb.python/Makefile.in: Likewise.
9569         * gdb.reverse/Makefile.in: Likewise.
9570         * gdb.server/Makefile.in: Likewise.
9571         * gdb.stabs/Makefile.in: Likewise.
9572         * gdb.threads/Makefile.in: Likewise.
9573         * gdb.trace/Makefile.in: Likewise.
9574         * gdb.xml/Makefile.in: Likewise.
9575         * lib/gdb.exp (make_gdb_parallel_path): Add check for
9576         GDB_PARALLEL.
9577         (standard_output_file): Remove check for GDB_PARALLEL, always
9578         return path in outputs/$subdir/$testname.
9579
9580 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
9581
9582         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9583         (site.exp): Assign abs_srcdir to tcl's srcdir.
9584
9585 2016-02-04  Yao Qi  <yao.qi@linaro.org>
9586
9587         * gdb.base/foll-exec-mode.c: Include limits.h.
9588         (main): Add parameters argc and argv.  Get directory from
9589         argv[0].
9590         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9591         compilation.
9592         * gdb.base/foll-exec.c: Include limits.h.
9593         (main): Add parameters argc and argv.
9594         Get directory from argv[0].
9595         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9596         Adjust tests on the number of lines as source code changed.
9597         * gdb.base/foll-vfork-exit.c: Include limits.h.
9598         (main): Add one line of statement before vfork.
9599         * gdb.base/foll-vfork.c: Include limits.h and string.h.
9600         (main): Add parameters argc and argv.  Get directory from
9601         argv[0].
9602         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9603         (setup_gdb): Set tbreak to skip some source lines.
9604         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9605         (main): Add parameters argc and argv.  Get directory from
9606         argv[0].
9607         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9608         compilation.
9609         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9610         (main): Add parameters argc and argv.  Get directory from
9611         argv[0].
9612         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9613         compilation.
9614
9615 2016-02-01  Doug Evans  <dje@google.com>
9616
9617         * gdb.base/skip.exp: Clean up multiple references to same test name.
9618
9619 2016-02-01  Pedro Alves  <palves@redhat.com>
9620
9621         PR remote/19496
9622         * gdb.threads/forking-threads-plus-breakpoint.exp
9623         (displaced_stepping_supported): New global.
9624         (probe_displaced_stepping_support): New procedure.
9625         (do_test): Add 'displaced' parameter, and use it.
9626         (top level): Check for displaced stepping support.  Add displaced
9627         stepping on/off testing axis.
9628
9629 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
9630
9631         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9632         pointer.  Don't perform further tests on the unassociated pointer
9633         if the first test fails.
9634
9635 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
9636
9637         * gdb.base/max-value-size.c: New file.
9638         * gdb.base/max-value-size.exp: New file.
9639         * gdb.base/huge.exp: Disable max-value-size for this test.
9640
9641 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
9642
9643         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9644
9645 2016-01-28  Yao Qi  <yao.qi@linaro.org>
9646
9647         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9648
9649 2016-01-25  Pedro Alves  <palves@redhat.com>
9650
9651         PR threads/19461
9652         * gdb.base/fork-running-state.c: New file.
9653         * gdb.base/fork-running-state.exp: New file.
9654
9655 2016-01-25  Pedro Alves  <palves@redhat.com>
9656
9657         PR gdb/19494
9658         * gdb.base/catch-fork-kill.c: New file.
9659         * gdb.base/catch-fork-kill.exp: New file.
9660
9661 2016-01-25  Pedro Alves  <palves@redhat.com>
9662
9663         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9664         Delete, moved to lib/gdb.exp.
9665         * gdb.threads/forking-threads-plus-breakpoint.exp
9666         (foreach_with_prefix): Likewise.
9667         * gdb.threads/process-dies-while-handling-bp.exp
9668         (foreach_with_prefix): Likewise.
9669         * lib/gdb.exp (foreach_with_prefix): New procedure.
9670
9671 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9672
9673         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9674         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9675
9676 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9677
9678         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9679         endian targets.
9680
9681 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9682             Pedro Alves  <palves@redhat.com>
9683
9684         Fix testsuite compatibility with Guile.
9685         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9686         number.
9687
9688 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9689
9690         Fix testsuite compatibility with Guile.
9691         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9692         (thread 1): New test for backtrace through signal handler.
9693
9694 2016-01-22  Yao Qi  <yao.qi@linaro.org>
9695
9696         PR testsuite/19491
9697         * gdb.base/multi-forks.c: Include
9698         ../lib/unbuffer_output.c
9699         (main): Call gdb_unbuffer_output.
9700
9701 2016-01-21  Doug Evans  <dje@google.com>
9702
9703         * lib/ada.exp (gdb_compile_ada): Fix typo.
9704
9705 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
9706
9707         * gdb.base/break-fun-addr.exp: New file.
9708         * gdb.base/break-fun-addr1.c: New file.
9709         * gdb.base/break-fun-addr2.c: New file.
9710
9711 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
9712
9713         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9714         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9715         enum flag values.
9716
9717 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9718
9719         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9720         when GDB can not set the vector return value.  Add more comments
9721         for clarification.
9722
9723 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9724
9725         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
9726         command.
9727
9728 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
9729
9730         * Makefile.in (DO_RUNTEST): Add --status and update usages.
9731
9732 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
9733
9734         * Makefile.in (check-single): Pass --status to runtest.
9735         (check/%.exp): Likewise.
9736
9737 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
9738
9739         * Makefile.in (check-parallel): Propagate return code from make
9740         do-check-parallel.
9741
9742 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9743
9744         * gdb.trace/ftrace.exp: Fix expected message on continue.
9745         * gdb.trace/pending.exp: Fix expected message on continue.
9746         * gdb.trace/trace-break.exp: Fix expected message on continue.
9747
9748 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
9749
9750         * lib/gdb.exp (gdb_test): Remove unused global references.
9751
9752 2016-01-18  Pedro Alves  <palves@redhat.com>
9753
9754         * gdb.base/async-shell.exp: Adjust expected output.
9755         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9756         * gdb.base/siginfo-thread.exp: Adjust expected output.
9757         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9758         * gdb.java/jnpe.exp: Adjust expected output.
9759         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9760         * gdb.threads/continue-pending-status.exp: Adjust expected output.
9761         * gdb.threads/leader-exit.exp: Adjust expected output.
9762         * gdb.threads/manythreads.exp: Adjust expected output.
9763         * gdb.threads/pthreads.exp: Adjust expected output.
9764         * gdb.threads/schedlock.exp: Adjust expected output.
9765         * gdb.threads/siginfo-threads.exp: Adjust expected output.
9766         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9767         expected output.
9768         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9769         output.
9770         * gdb.threads/sigthread.exp: Adjust expected output.
9771         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9772
9773 2016-01-18  Yao Qi  <yao.qi@linaro.org>
9774
9775         * gdb.guile/scm-section-script.c: Replace @progbits with
9776         %progbits.
9777         * gdb.python/py-section-script.c: Likewise.
9778
9779 2016-01-15  Pedro Alves  <palves@redhat.com>
9780
9781         * gdb.multi/tids.exp: Test star wildcard ranges.
9782
9783 2016-01-15  Pedro Alves  <palves@redhat.com>
9784
9785         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9786         command from "thread apply" invocation.
9787         (thr_apply_info_thr_invalid): Default the expected output to the
9788         input tid list.
9789         (top level): Add tests that use convenience variables.  Add tests
9790         for "thread apply" with a valid TID list, but missing the command.
9791
9792 2016-01-13  Pedro Alves  <palves@redhat.com>
9793
9794         * gdb.base/default.exp: Expect $_gthread as well.
9795         * gdb.multi/tids.exp: Test $_gthread.
9796         * gdb.threads/thread-specific.exp: Test $_gthread.
9797
9798 2016-01-13  Pedro Alves  <palves@redhat.com>
9799
9800         * gdb.multi/tids.exp: Test "info threads -gid".
9801
9802 2016-01-13  Pedro Alves  <palves@redhat.com>
9803
9804         * gdb.multi/tids.exp: Test InferiorThread.global_num and
9805         Breakpoint.thread.
9806         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9807
9808 2016-01-07  Pedro Alves  <palves@redhat.com>
9809
9810         * gdb.base/break.exp: Adjust to output changes.
9811         * gdb.base/hbreak2.exp: Likewise.
9812         * gdb.base/sepdebug.exp: Likewise.
9813         * gdb.base/watch_thread_num.exp: Likewise.
9814         * gdb.linespec/keywords.exp: Likewise.
9815         * gdb.multi/info-threads.exp: Likewise.
9816         * gdb.threads/thread-find.exp: Likewise.
9817         * gdb.multi/tids.c: New file.
9818         * gdb.multi/tids.exp: New file.
9819
9820 2016-01-13  Pedro Alves  <palves@redhat.com>
9821
9822         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9823
9824 2016-01-13  Pedro Alves  <palves@redhat.com>
9825
9826         * gdb.base/default.exp: Expect $_inferior as well.
9827         * gdb.multi/base.exp: Test $_inferior.
9828
9829 2016-01-13  Pedro Alves  <palves@redhat.com>
9830
9831         PR breakpoints/19388
9832         * gdb.base/catch-signal-siginfo-cond.c: New file.
9833         * gdb.base/catch-signal-siginfo-cond.exp: New file.
9834
9835 2016-01-12  Josh Stone  <jistone@redhat.com>
9836             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9837
9838         * gdb.base/catch-syscall.c (do_execve): New variable.
9839         (main): Conditionally trigger an execve.
9840         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9841         (test_catch_syscall_execve): New, check entry/return across execve.
9842         (do_syscall_tests): Call test_catch_syscall_execve.
9843
9844 2016-01-12  Pedro Alves  <palves@redhat.com>
9845
9846         * gdb.base/random-signal.exp (do_test): New procedure, with body
9847         of testcase moved in.
9848
9849 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9850             Pedro Alves  <palves@redhat.com>
9851
9852         * gdb.base/funcargs.exp (finish from indirectly called function):
9853         Reintroduce the case for 'First'.
9854
9855 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9856             Pedro Alves  <palves@redhat.com>
9857
9858         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9859         (tcatch_vfork_then_child_follow_exec)
9860         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9861         identification.
9862
9863 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9864
9865         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9866         and repeats to unlimited.
9867         * gdb.python/py-value.exp: Likewise.
9868         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9869         and repeats to unlimited.
9870
9871 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9872
9873         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9874         and reordering the functions.
9875         * gdb.multi/hangout.c: Likewise.
9876         * gdb.multi/hello.c: Likewise.
9877
9878 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
9879
9880         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9881         absolute.
9882         (SingleStatisticTestResult.report): Use dict.keys instead of
9883         dict.iterkeys.
9884
9885 2016-01-06  Pedro Alves  <palves@redhat.com>
9886
9887         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
9888
9889 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
9890
9891         * gdb.btrace/dlopen.exp: New.
9892         * gdb.btrace/dlopen.c: New.
9893         * gdb.btrace/dlopen-dso.c: New.
9894
9895 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
9896
9897         * lib/gdb.exp (gdb_test): Update comments to clarify that the
9898         PATTERN argument is optional.
9899
9900 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
9901
9902         * lib/ada.exp (target_compile_ada_from_dir): New function.
9903         (gdb_compile_ada): Reimplement avoiding the use of project files.
9904         * gdb.ada/gnat_ada.gpr: Delete.
9905         * gdb.ada/cond_lang.exp: Adjust test to make path before
9906         filename optional.
9907         * gdb.ada/small_reg_param.exp: Likewise.
9908
9909 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
9910
9911         * gdb.base/foll-vork.exp: Remove HP-UX special case.
9912
9913 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9914
9915         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9916         case.
9917
9918 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
9919
9920         * gdb.base/break.exp: Remove dead code.
9921         * gdb.base/sepdebug.exp: Likewise.
9922
9923 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
9924
9925         * gdb.asm/asm-source.exp: Remove HP-UX references.
9926         * gdb.base/annota1.exp: Likewise.
9927         * gdb.base/annota3.exp: Likewise.
9928         * gdb.base/attach.exp: Likewise.
9929         * gdb.base/bigcore.exp: Likewise.
9930         * gdb.base/break.exp: Likewise.
9931         * gdb.base/call-ar-st.exp: Likewise.
9932         * gdb.base/callfuncs.exp: Likewise.
9933         * gdb.base/catch-fork-static.exp: Likewise.
9934         * gdb.base/display.exp: Likewise.
9935         * gdb.base/foll-exec-mode.exp: Likewise.
9936         * gdb.base/foll-exec.exp: Likewise.
9937         * gdb.base/foll-fork.exp: Likewise.
9938         * gdb.base/foll-vfork.exp: Likewise.
9939         * gdb.base/funcargs.exp: Likewise.
9940         * gdb.base/hbreak2.exp: Likewise.
9941         * gdb.base/inferior-died.exp: Likewise.
9942         * gdb.base/interrupt.exp: Likewise.
9943         * gdb.base/multi-forks.exp: Likewise.
9944         * gdb.base/nodebug.exp: Likewise.
9945         * gdb.base/sepdebug.exp: Likewise.
9946         * gdb.base/solib1.c: Likewise.
9947         * gdb.base/step-test.exp: Likewise.
9948         * gdb.mi/non-stop.c: Likewise.
9949         * gdb.mi/pthreads.c: Likewise.
9950         * gdb.multi/bkpt-multi-exec.ex: Likewise.
9951         * gdb.threads/pthreads.c: Likewise.
9952         * gdb.threads/staticthreads.exp: Likewise.
9953         * lib/future.exp: Likewise.
9954         * lib/gdb.exp: Likewise.
9955         * gdb.base/so-indr-cl.c: Remove.
9956         * gdb.base/so-indr-cl.exp: Likewise.
9957         * gdb.base/solib.c: Likewise.
9958         * gdb.base/solib.exp: Likewise.
9959         * gdb.base/solib2.c: Likewise.
9960
9961 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
9962
9963         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9964         * gdb.base/call-ar-st.exp: Likewise.
9965         * gdb.base/callfuncs.exp: Likewise.
9966         * gdb.base/condbreak.exp: Likewise.
9967         * gdb.base/constvars.exp: Likewise.
9968         * gdb.base/hbreak2.exp: Likewise.
9969         * gdb.base/langs.exp: Likewise.
9970         * gdb.base/list.exp: Likewise.
9971         * gdb.base/long_long.exp: Likewise.
9972         * gdb.base/ptype.exp: Likewise.
9973         * gdb.base/scope.exp: Likewise.
9974         * gdb.base/signals.exp: Likewise.
9975         * gdb.base/so-impl-ld.exp: Likewise.
9976         * gdb.base/varargs.exp: Likewise.
9977         * gdb.base/volatile.exp: Likewise.
9978         * gdb.base/whatis.exp: Likewise.
9979         * gdb.cp/cplusfuncs.exp: Likewise.
9980         * gdb.cp/inherit.exp: Likewise.
9981         * gdb.cp/local.exp: Likewise.
9982         * gdb.cp/member-ptr.exp: Likewise.
9983         * gdb.cp/method.exp: Likewise.
9984         * gdb.cp/overload.exp: Likewise.
9985         * gdb.cp/templates.exp: Likewise.
9986         * gdb.stabs/weird.exp: Likewise.
9987         * lib/compiler.c: Likewise.
9988         * lib/compiler.cc: Likewise.
9989         * lib/cp-support.exp: Likewise.
9990         * lib/gdb.exp: Likewise.
9991
9992 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
9993
9994         * configure.ac: Remove HP-UX case.
9995         * configure: Regenerate.
9996
9997 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
9998
9999         * lib/gdb.exp (gdb_compile): Add function doc.
10000
10001 2015-12-17  Pedro Alves  <palves@redhat.com>
10002
10003         PR threads/19354
10004         * gdb.multi/info-threads.exp: New file.
10005
10006 2015-12-15  Yao Qi  <yao.qi@linaro.org>
10007
10008         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10009         is aarch64*-*-*.
10010
10011 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
10012
10013         * gdb.base/history-duplicates.exp: Skip if no readline support.
10014
10015 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
10016
10017         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10018
10019 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
10020
10021         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10022
10023 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
10024
10025         * gdb.base/completion.exp: Skip tests that interrupt GDB with
10026         ctrl-C if nointerrupts target property is set.
10027         * gdb.base/double-prompt-target-event-error.exp: Likewise.
10028         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10029         * gdb.base/paginate-bg-execution.exp: Likewise.
10030         * gdb.base/paginate-execution-startup.exp: Likewise.
10031         * gdb.base/random-signal.exp: Likewise.
10032         * gdb.base/range-stepping.exp: Likewise.
10033         * gdb.cp/annota2.exp: Likewise.
10034         * gdb.cp/annota3.exp: Likewise.
10035         * gdb.gdb/selftest.exp: Likewise.
10036         * gdb.threads/continue-pending-status.exp: Likewise.
10037         * gdb.threads/leader-exit.exp: Likewise.
10038         * gdb.threads/manythreads.exp: Likewise.
10039         * gdb.threads/pthreads.exp: Likewise.
10040         * gdb.threads/schedlock.exp: Likewise.
10041         * gdb.threads/sigthread.exp: Likewise.
10042
10043 2015-12-11  Don Breazeal  <donb@codesourcery.com>
10044
10045         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10046         remote.
10047         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10048         * gdb.base/foll-exec.exp (main): Enable for target remote.
10049         * gdb.base/foll-fork.exp (main): Likewise.
10050         * gdb.base/foll-vfork.exp (main): Likewise.
10051         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10052         (proc continue_to_exit_bp_loc): Use clean_restart.
10053         * gdb.base/pie-execl.exp (main): Disable for target remote.
10054         * gdb.base/watch-vfork.exp (main): Enable for target remote.
10055         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10056         * gdb.threads/execl.exp (main): Likewise.
10057         * gdb.threads/fork-child-threads.exp (main): Likewise.
10058         * gdb.threads/fork-plus-threads.exp (main): Disable for target
10059         remote.
10060         * gdb.threads/fork-thread-pending.exp (main): Enable for target
10061         remote.
10062         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10063         pid.tid style ptids, instead of just tid.
10064         * gdb.threads/thread-execl.exp (main): Enable for target remote.
10065         * gdb.threads/watchpoint-fork.exp (main): Likewise.
10066         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10067         ptids, instead of just tid.
10068
10069 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
10070
10071         * gdb.base/list.exp (test_list_forward): Add end of file error
10072         test.
10073         (test_repeat_list_command): Add end of file error test.
10074         (test_list_backwards): Add beginning of file error test.
10075
10076 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
10077
10078         * gdb.base/list.exp (test_list_invalid_args): New function,
10079         defined, and called.
10080
10081 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
10082
10083         * gdb.base/list.exp (test_list): Make test names unique.
10084
10085 2015-12-11  Yao Qi  <yao.qi@linaro.org>
10086
10087         * gdb.base/coremaker2.c: Remove.
10088
10089 2015-12-10  Pedro Alves  <palves@redhat.com>
10090
10091         * gdb.multi/base.exp: Remove stale "spaces" references.
10092
10093 2015-12-10  Pedro Alves  <palves@redhat.com>
10094
10095         * gdb.multi/base.exp: Don't use nowarnings.
10096         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10097         * gdb.multi/hangout.c: Include stdio.h.
10098         * gdb.multi/hello.c: Include stdlib.h.
10099         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10100         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10101         * gdb.multi/multi-arch.exp: Don't use nowarnings.
10102
10103 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
10104
10105         * gdb.dwarf2/dw2-ranges-base.c: New file.
10106         * gdb.dwarf2/dw2-ranges-base.exp: New file.
10107         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10108         support additional line table, and debug ranges generation.
10109         (Dwarf::ranges): New function, generate .debug_ranges.
10110         (Dwarf::lines): Support generating simple line table programs.
10111         (Dwarf::assemble): Initialise new namespace variables.
10112
10113 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
10114
10115         * gdb.base/async.exp (proc test_background): Add case for
10116         asynchronous execution not supported.
10117
10118 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
10119
10120         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10121           format and change test names to make them unique.
10122
10123 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
10124             Pedro Alves  <pedro@redhat.com>
10125
10126         PR gdb/18702
10127         Add checking of floatformats setup on x86_64 hosts.
10128         * gdb.arch/i386-float.S (main): Load bigval and smallval.
10129         (smallval, bigval): New labels/constants.
10130         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10131         float" after loading bigval and smallval.
10132
10133 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
10134
10135         * gdb.ada/fun_overload_menu.exp: New testcase.
10136         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10137
10138 2015-12-04  Josh Stone  <jistone@redhat.com>
10139
10140         * gdb.base/catch-fork-static.exp: New.
10141
10142 2015-12-03  Yao Qi  <yao.qi@linaro.org>
10143
10144         * gdb.base/sizeof.c: Don't include stdio.h and
10145         ../lib/unbuffer_output.c.
10146         (main): New variable 'size' and 'value'.  Remove printf and
10147         gdb_unbuffer_output.  Assign return value to size and value.
10148         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10149         at the beginning.
10150         (check_sizeof): Check the result by printing variable 'size'.
10151         (check_valueof): Check the result by printing variable 'value'.
10152
10153 2015-12-01  Yao Qi  <yao.qi@linaro.org>
10154
10155         * gdb.base/disp-step-syscall.exp: Define syscall instruction
10156         for aarch64*-*-linux* target.
10157
10158 2015-11-30  Pedro Alves  <palves@redhat.com>
10159
10160         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10161
10162 2015-11-30  Pedro Alves  <palves@redhat.com>
10163
10164         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10165         Handle non-stop mode vCont replies.
10166
10167 2015-11-30  Pedro Alves  <palves@redhat.com>
10168
10169         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10170         prepare_for_testing.  Start gdb with "set non-stop on" appended to
10171         GDBFLAGS.  Lax expected stop output.
10172
10173 2015-11-27  Yao Qi  <yao.qi@linaro.org>
10174
10175         * gdb.arch/arm-neon.exp: New.
10176         * gdb.arch/arm-neon.c: New.
10177
10178 2015-11-27  Yao Qi  <yao.qi@linaro.org>
10179
10180         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10181
10182 2015-11-27  Yao Qi  <yao.qi@linaro.org>
10183
10184         * gdb.cp/annota2.exp: Allow multiple occurrences of the
10185         frames-invalid annotation.
10186
10187 2015-11-27  Yao Qi  <yao.qi@linaro.org>
10188
10189         * gdb.cp/annota2.exp: Use ${frames_invalid}.
10190
10191 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
10192
10193         * gdb.threads/names.exp: New file.
10194         * gdb.threads/names.c: New file.
10195         * README: Mention gdb,no_thread_names.
10196
10197 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
10198
10199         PR 19297
10200         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10201         support" error.
10202
10203 2015-11-24  Pedro Alves  <palves@redhat.com>
10204
10205         PR 17539
10206         * gdb.base/display.exp: Expect displays to be sorted in ascending
10207         order.  Use multi_line.
10208         * gdb.base/solib-display.exp: Likewise.
10209
10210 2015-11-24  Pedro Alves  <palves@redhat.com>
10211
10212         PR 17539
10213         * gdb.base/display.exp: Expect displays to be sorted in ascending
10214         order.  Use multi_line.
10215         * gdb.base/solib-display.exp: Likewise.
10216
10217 2015-11-24  Pedro Alves  <palves@redhat.com>
10218
10219         PR 17539
10220         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10221         threads in ascending order.
10222         * gdb.base/foll-fork.exp: Likewise.
10223         * gdb.base/foll-vfork.exp: Likewise.
10224         * gdb.base/multi-forks.exp: Likewise.
10225         * gdb.mi/mi-nonstop.exp: Likewise.
10226         * gdb.mi/mi-nsintrall.exp: Likewise.
10227         * gdb.multi/base.exp: Likewise.
10228         * gdb.multi/multi-arch.exp: Likewise.
10229         * gdb.python/py-inferior.exp: Likewise.
10230         * gdb.threads/break-while-running.exp: Likewise.
10231         * gdb.threads/execl.exp: Likewise.
10232         * gdb.threads/gcore-thread.exp: Likewise.
10233         * gdb.threads/info-threads-cur-sal.exp: Likewise.
10234         * gdb.threads/kill.exp: Likewise.
10235         * gdb.threads/linux-dp.exp: Likewise.
10236         * gdb.threads/multiple-step-overs.exp: Likewise.
10237         * gdb.threads/next-bp-other-thread.exp: Likewise.
10238         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10239         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10240         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10241         * gdb.threads/thread-find.exp: Likewise.
10242         * gdb.threads/tls.exp: Likewise.
10243         * lib/mi-support.exp (mi_reverse_list): Delete.
10244         (mi_check_thread_states): No longer reverse list.
10245
10246 2015-11-24  Pedro Alves  <palves@redhat.com>
10247
10248         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
10249         use lowercase.
10250
10251 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
10252
10253         * gdb.trace/actions.c: Include trace-common.h.
10254         (main): Add a location for a fast tracepoint.
10255         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10256         the normal tracepoints.
10257         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10258
10259 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
10260
10261         * save-trace.exp: Factor out code to these...
10262         (gdb_save_tracepoints): New.
10263         (gdb_load_tracepoints): New.
10264         (do_save_load_test): New.
10265
10266 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
10267
10268         * gdb.base/asmlabel.exp: New test.
10269         * gdb.base/asmlabel.c: New test case.
10270
10271 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
10272
10273         * gdb.base/wrong_frame_bt_full-main.c: New file.
10274         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10275         * gdb.base/wrong_frame_bt_full.exp: New file.
10276
10277 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
10278
10279         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10280
10281 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
10282
10283         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10284         pstate register when comparing registers values in
10285         sparc64-*-linux-gnu targets to avoid spurious differences.
10286
10287 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
10288
10289         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10290
10291 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
10292
10293         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10294         as type argument to gdb_compile.
10295         * gdb.base/nested-subp2.exp: Likewise.
10296         * gdb.base/nested-subp3.exp: Likewise.
10297
10298 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10299
10300         * lib/dwarf.exp (_note): Fix left shift of negative value.
10301         * gdb.trace/trace-condition.exp: Likewise.
10302
10303 2015-11-13  Yao Qi  <yao.qi@linaro.org>
10304
10305         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10306         comments about d10v.
10307         (test_scalar_returns): Likewise.
10308         * gdb.base/d10v.ld: Remove.
10309         * gdb.base/overlays.exp: Remove the target triplet checking for
10310         d10v-*-*.
10311         * gdb.base/structs.exp (test_struct_returns): Remove the
10312         comments about d10v.
10313         (test_struct_calls): Likewise.
10314
10315 2015-11-13  Yao Qi  <yao.qi@linaro.org>
10316
10317         * gdb.base/gnu_vector.exp: Check the return value by "p res".
10318         * gdb.base/gnu_vector.c: Don't include stdio.h.
10319         (main): Don't print res and call add_some_intvecs.
10320
10321 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10322
10323         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10324         macro.
10325         (func5): Removed.
10326         (func4): Use FAST_TRACEPOINT_LABEL.
10327         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10328         macro.
10329         (func): Removed.
10330         (thread_function): Use FAST_TRACEPOINT_LABEL.
10331         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10332         (func): Remove.
10333         (marker): Use FAST_TRACEPOINT_LABEL.
10334         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10335         (pendfunc1): Remove.
10336         (pendfunc): Use FAST_TRACEPOINT_LABEL.
10337         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10338         (foo): Remove.
10339         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10340         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10341         macro.
10342         (func): Remove.
10343         (marker): Use FAST_TRACEPOINT_LABEL.
10344         * gdb.trace/trace-common.h: New header.
10345         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10346         macro.
10347         (func): Remove.
10348         (marker): Use FAST_TRACEPOINT_LABEL.
10349         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10350         (func): Remove.
10351         (thread_function): Use FAST_TRACEPOINT_LABEL.
10352
10353 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10354
10355         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10356         in front.
10357         * gdb.trace/change-loc.exp: Use global pcreg definition.
10358         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10359         * gdb.trace/entry-values.exp: Use global spreg definition, add $
10360         in front.
10361         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10362         * gdb.trace/pending.exp: Likewise.
10363         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10364         * gdb.trace/trace-break.exp: Likewise.
10365         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10366         in front.
10367         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10368         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10369         in front.
10370         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10371
10372 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
10373
10374         * gdb.ada/fin_fun_out: New testcase.
10375
10376 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
10377
10378         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10379         value associated with DW_AT_byte_size.
10380         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10381         constants for DW_AT_byte_size, DW_AT_lower_bound, and
10382         DW_AT_upper_bound.
10383
10384 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
10385
10386         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10387         (gdb_target_symbol_prefix_flags): Define in terms of _asm
10388         version.
10389         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10390         gdb.dwarf2/dw2-canonicalize-type.exp,
10391         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10392         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10393         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10394         provided by gdb_target_symbol_prefix_flags_asm.
10395         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10396         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10397         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10398         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10399         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10400         macros where needed).  Use this macro for symbols which require
10401         the prefix provided by SYMBOL_PREFIX.
10402
10403 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
10404
10405         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10406         New procs.
10407         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10408         representing expressions, of more than one list element.
10409         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10410         to prepend linker symbol prefix to f.
10411         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10412         table_1 and table_2.
10413         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10414         Likewise, for f and g.
10415         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10416         for ptr.
10417         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10418         for main.
10419         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10420         table_1_ptr and table_2_ptr.
10421
10422 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10423             Joel Brobecker  <brobecker@adacore.com>
10424
10425         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10426
10427 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10428
10429         * gdb.reverse/s390-mvcle.c: New test.
10430         * gdb.reverse/s390-mvcle.exp: New file.
10431         * lib/gdb.exp: Enable reverse tests on s390*-linux.
10432
10433 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10434
10435         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10436
10437 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10438
10439         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10440         reaching marker2.
10441         * gdb.reverse/getresuid-reverse.exp: Likewise.
10442         * gdb.reverse/pipe-reverse.exp: Likewise.
10443         * gdb.reverse/readv-reverse.exp: Likewise.
10444         * gdb.reverse/recvmsg-reverse.exp: Likewise.
10445         * gdb.reverse/time-reverse.exp: Likewise.
10446         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10447
10448 2015-10-30  Yao Qi  <yao.qi@linaro.org>
10449
10450         * gdb.threads/wp-replication.c (watch_count_done): Remove.
10451         (empty_cycle): Remove.
10452         (main): Don't call empty_cycle.  Don't use watch_count_done.
10453         * gdb.threads/wp-replication.exp: Don't set breakpoint on
10454         empty_cycle.  Rewrite the code counting HW watchpoints.
10455
10456 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10457
10458         * gdb.reverse/fstatat-reverse.c: New test.
10459         * gdb.reverse/fstatat-reverse.exp: New file.
10460         * gdb.reverse/getresuid-reverse.c: New test.
10461         * gdb.reverse/getresuid-reverse.exp: New file.
10462         * gdb.reverse/pipe-reverse.c: New test.
10463         * gdb.reverse/pipe-reverse.exp: New file.
10464         * gdb.reverse/readv-reverse.c: New test.
10465         * gdb.reverse/readv-reverse.exp: New file.
10466         * gdb.reverse/recvmsg-reverse.c: New test.
10467         * gdb.reverse/recvmsg-reverse.exp: New file.
10468         * gdb.reverse/time-reverse.c: New test.
10469         * gdb.reverse/time-reverse.exp: New file.
10470         * gdb.reverse/waitpid-reverse.c: New test.
10471         * gdb.reverse/waitpid-reverse.exp: New file.
10472
10473 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10474
10475         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10476
10477 2015-10-26  Doug Evans  <dje@google.com>
10478
10479         PR symtab/17391
10480         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10481         * gdb.dwarf2/bad-regnum.c: New file.
10482         * gdb.dwarf2/bad-regnum.exp: New file.
10483
10484 2015-10-26  Doug Evans  <dje@google.com>
10485
10486         PR python/18938
10487         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10488         file.
10489
10490 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10491
10492         * gdb.compile/compile.exp (compile code globalvar): Update expectation
10493         for a change by "Mention language in compile error message".
10494
10495 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
10496
10497         PR python/18073
10498         * gdb.python/py-type.c (C::a_method): New.
10499         (C::a_const_method): New.
10500         (C::a_static_method): New.
10501         (a_function): New.
10502         * gdb.python/py-type.exp (test_fields): Test getting fields
10503         from function and method.
10504
10505 2015-10-21  Keven Boell  <keven.boell@intel.com>
10506
10507         * gdb.fortran/vla-alloc-assoc.exp: New file.
10508         * gdb.fortran/vla-datatypes.exp: New file.
10509         * gdb.fortran/vla-datatypes.f90: New file.
10510         * gdb.fortran/vla-history.exp: New file.
10511         * gdb.fortran/vla-ptype-sub.exp: New file.
10512         * gdb.fortran/vla-ptype.exp: New file.
10513         * gdb.fortran/vla-sizeof.exp: New file.
10514         * gdb.fortran/vla-sub.f90: New file.
10515         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10516         * gdb.fortran/vla-value-sub-finish.exp: New file.
10517         * gdb.fortran/vla-value-sub.exp: New file.
10518         * gdb.fortran/vla-value.exp: New file.
10519         * gdb.fortran/vla-ptr-info.exp: New file.
10520         * gdb.mi/mi-vla-fortran.exp: New file.
10521         * gdb.mi/vla.f90: New file.
10522
10523 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
10524
10525         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10526         of hardwired timeout value.
10527
10528 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10529             Pedro Alves  <palves@redhat.com>
10530
10531         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10532         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10533
10534 2015-10-19  Josh Stone  <jistone@redhat.com>
10535
10536         * gdb.base/catch-syscall.c: Include <sched.h>.
10537         (unknown_syscall): New variable.
10538         (main): Trigger a vfork and an unknown syscall.
10539         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10540         (unknown_syscall_number): Likewise.
10541         (check_call_to_syscall): Accept an optional syscall pattern.
10542         (check_return_from_syscall): Likewise.
10543         (check_continue): Likewise.
10544         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10545         (test_catch_syscall_skipping_return): New test toggling off 'catch
10546         syscall' to step over the syscall return, then toggling back on.
10547         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10548         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10549         (do_syscall_tests): Call test_catch_syscall_without_args and
10550         test_catch_syscall_mid_vfork.
10551         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10552         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10553
10554 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
10555
10556         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10557         print g_vE): Add new pass patterns.
10558         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10559         print various symbol names for vptr fields.
10560
10561 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
10562
10563         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10564         results.
10565
10566 2015-10-12  Yao Qi  <yao.qi@linaro.org>
10567
10568         * gdb.arch/disp-step-insn-reloc.exp: New test case.
10569
10570 2015-10-12  Yao Qi  <yao.qi@linaro.org>
10571
10572         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10573         is aarch64*-*-linux*.
10574
10575 2015-10-12  Yao Qi  <yao.qi@linaro.org>
10576
10577         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10578         (can_relocate_bcond_true): ... it.
10579         (can_relocate_bcond_false): New function.
10580         (foo): Likewise.
10581         (can_relocate_bl): Likewise.
10582         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10583         can_relocate_bl.
10584
10585 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
10586
10587         * gdb.base/nested-addr.c: New file.
10588         * gdb.base/nested-addr.exp: New testcase.
10589
10590 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
10591
10592         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10593         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10594         its output.  Ignore the output of "record goto begin" and instead
10595         check that GDB is replaying.
10596
10597 2015-10-09  Pedro Alves  <palves@redhat.com>
10598
10599         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10600         (top level): Use it in the run with no args test.
10601
10602 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
10603
10604         * gdb.dlang/properties.exp: New file.
10605
10606 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
10607
10608         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10609         whether or not address 0x1000 is mapped on the target.
10610
10611 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
10612
10613         * gdb.python/py-type.exp: Do not run tests if binaries fail to
10614         build.
10615
10616 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
10617
10618         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10619         instruction-history test.
10620
10621 2015-09-28  Doug Evans  <dje@google.com>
10622
10623         * gdb.base/gcore.c (array_func): Add reference to static_array.
10624
10625 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
10626
10627         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10628         source line.
10629
10630 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10631
10632         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10633         short or char as base type.
10634
10635 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10636
10637         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10638         to allow any size enum.
10639
10640 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
10641
10642         * gdb.ada/array_ptr_renaming.exp: New testcase.
10643         * gdb.ada/array_ptr_renaming/foo.adb: New file.
10644         * gdb.ada/array_ptr_renaming/pack.ads: New file.
10645
10646 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
10647
10648         * gdb.trace/ftrace-lock.c: New file.
10649         * gdb.trace/ftrace-lock.exp: New file.
10650
10651 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
10652
10653         * gdb.arch/insn-reloc.c: New file.
10654         * gdb.arch/ftrace-insn-reloc.exp: New file.
10655
10656 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
10657
10658         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10659         instruction.
10660         * gdb.trace/pendshr1.c (pendfunc): Likewise.
10661         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10662         * gdb.trace/range-stepping.c: Likewise.
10663         * gdb.trace/trace-break.c: Likewise.
10664         * gdb.trace/trace-mt.c (thread_function): Likewise.
10665         * gdb.trace/ftrace.c (marker): Likewise.
10666         * gdb.trace/trace-condition.c (marker): Likewise.
10667         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10668         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10669         is_aarch64_target.
10670
10671 2015-09-18  Doug Evans  <xdje42@gmail.com>
10672
10673         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10674         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10675
10676 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10677
10678         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10679         the breakpoint.
10680
10681 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10682
10683         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10684         the pending breakpoint.  Remove timeout override for "Run till
10685         MI pending breakpoint on pendfunc3 on thread 2" test.
10686
10687 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10688
10689         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10690         filename pattern.
10691
10692 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10693
10694         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10695         in breakpoint filename pattern.
10696
10697 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10698
10699         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10700
10701 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10702
10703         * gdb.linespec/explicit.exp: Check for readline support for
10704         tab-completion tests.  Fix obvious typo.
10705
10706 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
10707
10708         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10709         and replay.
10710
10711 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
10712
10713         * gdb.btrace/non-stop.c: New.
10714         * gdb.btrace/non-stop.exp: New.
10715
10716 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
10717             Yao Qi  <yao.qi@linaro.org>
10718
10719         * gdb.trace/trace-condition.c: New file.
10720         * gdb.trace/trace-condition.exp: New file.
10721
10722 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
10723
10724         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10725         for testing bytecode compilation.
10726
10727 2015-09-16  Pedro Alves  <palves@redhat.com>
10728             Sandra Loosemore <sandra@codesourcery.com>
10729
10730         * gdb.threads/non-stop-fair-events.c (timeout): New global.
10731         (SECONDS): Redefine.
10732         (main): Call pthread_kill and alarm early.
10733         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10734         support.
10735         (test): If the target can't hardware step and doesn't support
10736         displaced stepping, increase the timeout.
10737
10738 2015-09-16  Pedro Alves  <palves@redhat.com>
10739
10740         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10741         (enable_debug): New procedures.
10742         (test): Use them.  Bail out if waiting for threads fails.
10743         (top level): Bail out if a test fails.
10744
10745 2015-09-16  Yao Qi  <yao.qi@linaro.org>
10746
10747         * gdb.asm/asm-source.exp: Set asm-arch for
10748         aarch64*-*-* target.
10749         * gdb.asm/aarch64.inc: New file.
10750
10751 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
10752
10753         * gdb.ada/array_of_variable_length.exp: New testcase.
10754         * gdb.ada/array_of_variable_length/foo.adb: New file.
10755         * gdb.ada/array_of_variable_length/pck.adb: New file.
10756         * gdb.ada/array_of_variable_length/pck.ads: New file.
10757
10758 2015-09-15  Doug Evans  <dje@google.com>
10759
10760         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10761         of function static local variable.
10762
10763 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10764
10765         * gdb.threads/tls-so_extern.exp: New test file.
10766         * gdb.threads/tls-so_extern.c: New test file.
10767         * gdb.threads/tls-so_extern_main.c: New test file.
10768
10769 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10770
10771         * gdb.opt/solib-intra-step-lib.c: New file.
10772         * gdb.opt/solib-intra-step-main.c: New file.
10773         * gdb.opt/solib-intra-step.exp: New file.
10774
10775 2015-09-15  Pedro Alves  <palves@redhat.com>
10776
10777         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10778         gdb_continue_to_breakpoint instead of gdb_test_multiple.
10779
10780 2015-09-14  Pedro Alves  <palves@redhat.com>
10781
10782         * gdb.base/hook-stop-continue.c: Delete.
10783         * gdb.base/hook-stop-continue.exp: Delete.
10784         * gdb.base/hook-stop-frame.c: Delete.
10785         * gdb.base/hook-stop-frame.exp: Delete.
10786         * gdb.base/hook-stop.c: New file.
10787         * gdb.base/hook-stop.exp: New file.
10788
10789 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
10790
10791         * gdb.ada/access_to_packed_array.exp: New testcase.
10792         * gdb.ada/access_to_packed_array/foo.adb: New file.
10793         * gdb.ada/access_to_packed_array/pack.adb: New file.
10794         * gdb.ada/access_to_packed_array/pack.ads: New file.
10795
10796 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
10797
10798         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10799         buffer size test.
10800
10801 2015-09-11  Don Breazeal  <donb@codesourcery.com>
10802
10803         * gdb.base/foll-exec.c: Add copyright header.  Fix
10804         formatting issues.
10805         * gdb.base/foll-exec.exp (zap_session): Delete proc.
10806         (do_exec_tests): Use clean_restart in place of zap_session,
10807         and for test initialization.  Fix formatting issues.  Use
10808         fail in place of perror.
10809         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10810         an expect statement to match an expression with output from
10811         the program under debug.
10812         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10813         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10814         * gdb.threads/non-ldr-exc-2.exp: Likewise.
10815         * gdb.threads/non-ldr-exc-3.exp: Likewise.
10816         * gdb.threads/non-ldr-exc-4.exp: Likewise.
10817
10818 2015-09-09  Doug Evans  <dje@google.com>
10819
10820         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10821
10822 2015-09-09  Doug Evans  <dje@google.com>
10823
10824         * gdb.base/pie-execl.exp: Fix result test of build_executable.
10825
10826 2015-09-09  Doug Evans  <dje@google.com>
10827
10828         * gdb.base/savedregs.exp: Fix typo.
10829
10830 2015-09-09  Pedro Alves  <palves@redhat.com>
10831
10832         * gdb.mi/mi-cli.exp: Add CLI finish tests.
10833
10834 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
10835
10836         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10837         command actually switches threads.  Give up on remaining
10838         tests if target fails to stop at breakpoint.
10839
10840 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10841
10842         * gdb.ada/funcall_char.exp: New testcase.
10843         * gdb.ada/funcall_char/foo.adb: New file.
10844
10845 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10846
10847         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10848         expected outputs.  Add two testcases for completing ambiguous
10849         functions.
10850         * gdb.ada/complete/aux_pck.adb: New file.
10851         * gdb.ada/complete/aux_pck.ads: New file.
10852         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10853         Ambiguous_Func functions.
10854         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10855         * gdb.ada/complete/pck.adb: Likewise.
10856
10857 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
10858
10859         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10860         failures to run the test program under GDB.
10861
10862 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
10863
10864         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10865         to C.
10866
10867 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
10868
10869         * gdb.base/run-after-attach.exp: New test file.
10870         * gdb.base/run-after-attach.c: New test file.
10871
10872 2015-08-26  Don Breazeal  <donb@codesourcery.com>
10873
10874         * gdb.base/foll-exec-2.c: New test program.
10875         * gdb.base/foll-exec-2.exp: New test.
10876
10877 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
10878
10879         * gdb.base/nested-subp1.exp: New file.
10880         * gdb.base/nested-subp1.c: New file.
10881         * gdb.base/nested-subp2.exp: New file.
10882         * gdb.base/nested-subp2.c: New file.
10883         * gdb.base/nested-subp3.exp: New file.
10884         * gdb.base/nested-subp3.c: New file.
10885
10886 2015-08-24  Pedro Alves  <palves@redhat.com>
10887
10888         * gdb.server/connect-without-multi-process.c: New file.
10889         * gdb.server/connect-without-multi-process.exp: New file.
10890
10891 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
10892
10893         * gdb.opt/inline-markers.c: Make z int.
10894
10895 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
10896
10897         * gdb.opt/inline-markers.c: Make z volatile.
10898
10899 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
10900
10901         * gdb.opt/inline-bt.c: New volatile global z.
10902         * gdb.opt/inline-cmds.c: Likewise.
10903         * gdb.opt/inline-locals.c: Likewise.
10904         * gdb.opt/inline-markers.c: New extern global z.
10905         (marker): Use z.
10906         (inline_fn): Likewise.
10907
10908 2015-08-24  Pedro Alves  <palves@redhat.com>
10909
10910         * config/m32r-stub.exp: Remove file.
10911         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10912         * gdb.base/call-rt-st.exp: Likewise.
10913         * gdb.base/call-strs.exp: Likewise.
10914         * gdb.base/default.exp: Remove references to h8300-*-hms and
10915         *-*-udi*.
10916         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10917
10918 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10919
10920         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10921         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
10922         and "return" use KFAIL when GDB can not read/write the vector
10923         return value.
10924
10925 2015-08-21  Gary Benson <gbenson@redhat.com>
10926
10927         * gdb.trace/pending.exp: Cope with remote transfer warnings.
10928
10929 2015-08-20  Pedro Alves  <palves@redhat.com>
10930
10931         * gdb.server/solib-list.exp: No longer expect an interior stop in
10932         non-stop mode.
10933
10934 2015-08-20  Pedro Alves  <palves@redhat.com>
10935
10936         * gdb.server/connect-stopped-target.c: New file.
10937         * gdb.server/connect-stopped-target.exp: New file.
10938
10939 2015-08-20  Pedro Alves  <palves@redhat.com>
10940
10941         * gdb.dwarf2/comp-unit-lang.exp: New file.
10942         * gdb.dwarf2/comp-unit-lang.c: New file.
10943
10944 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
10945
10946         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10947         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10948
10949 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
10950
10951         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10952         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10953
10954 2015-08-18  Doug Evans  <dje@google.com>
10955             Adrian Sendroiu <adrian.sendroiu@freescale.com>
10956
10957         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10958         skip_python_tests.  New arg prompt_regexp.
10959         (skip_python_tests): New function.
10960         * lib/mi-support.exp (mi_skip_python_tests): New function.
10961         * gdb.python/py-mi-objfile-gdb.py: New file.
10962         * gdb.python/py-mi-objfile.c: New file.
10963         * gdb.python/py-mi-objfile.exp: New file.
10964
10965 2015-08-17  Keith Seitz  <keiths@redhat.com>
10966
10967         * gdb.linespec/explicit.exp: Move strace test from here ...
10968         * gdb.trace/strace.exp: ... to here.
10969
10970 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
10971
10972         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10973         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10974
10975 2015-08-14  Doug Evans  <xdje42@gmail.com>
10976
10977         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10978         inferior before selecting a new file.
10979
10980 2015-08-14  Doug Evans  <xdje42@gmail.com>
10981
10982         * gdb.mi/mi-disassemble.exp: Update.
10983         * gdb.base/disasm-optim.S: New file.
10984         * gdb.base/disasm-optim.c: New file.
10985         * gdb.base/disasm-optim.h: New file.
10986         * gdb.base/disasm-optim.exp: New file.
10987
10988 2015-08-14  Keith Seitz  <keiths@redhat.com>
10989
10990         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10991         "evaluated-by".
10992
10993 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
10994
10995         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10996
10997 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
10998
10999         * gdb.ada/fun_renaming.exp: New testcase.
11000         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11001         * gdb.ada/fun_renaming/pack.adb: New file.
11002         * gdb.ada/fun_renaming/pack.ads: New file.
11003
11004 2015-08-12  Keith Seitz  <keiths@redhat.com>
11005
11006         * gdb.base/dso2dso.exp: Pass basename of source file in call to
11007         gdb_get_line_number.
11008
11009 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
11010
11011         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11012         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11013         gdb.base/dso2dso.exp: New files.
11014
11015 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
11016             Pedro Alves  <palves@redhat.com>
11017             Keith Seitz  <keiths@redhat.com>
11018
11019         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11020         GDBFLAGS.
11021
11022 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
11023
11024         * gdb.base/gdbhistsize-history.exp
11025         (test_histsize_history_setting): Use save_vars.
11026         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11027         Use save_vars.
11028         (test_no_truncation_of_unlimited_history_file): Use save_vars.
11029         * gdb.base/readline.exp: Use save_vars.
11030
11031 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
11032
11033         * lib/gdb.exp (save_vars): New proc.
11034
11035 2015-08-11  Keith Seitz  <keiths@redhat.com>
11036
11037         * gdb.base/help.exp: Update help_breakpoint_text.
11038
11039 2015-08-11  Keith Seitz  <keiths@redhat.com>
11040
11041         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11042         (at toplevel): Call test_explicit_breakpoints.
11043         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11044         breakpoints.
11045         * lib/mi-support.exp (mi_make_breakpoint): Add support for
11046         breakpoint conditions, "-cond".
11047
11048 2015-08-11  Keith Seitz  <keiths@redhat.com>
11049
11050         * gdb.linespec/3explicit.c: New file.
11051         * gdb.linespec/cpexplicit.cc: New file.
11052         * gdb.linespec/cpexplicit.exp: New file.
11053         * gdb.linespec/explicit.c: New file.
11054         * gdb.linespec/explicit.exp: New file.
11055         * gdb.linespec/explicit2.c: New file.
11056         * gdb.linespec/ls-errs.exp: Add explicit location tests.
11057         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11058         before using in the matching pattern.
11059         Clarify that `prefix' is a regular expression.
11060
11061 2015-08-11  Keith Seitz  <keiths@redhat.com>
11062
11063         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11064         test.
11065         Add tests for missing ",FMT" and ",".
11066
11067 2015-08-10  Doug Evans  <dje@google.com>
11068             Keith Seitz  <keiths@redhat.com>
11069
11070         PR gdb/17960
11071         * gdb.base/completion.exp: Add location completer tests.
11072
11073 2015-08-07  Pedro Alves  <palves@redhat.com>
11074
11075         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11076         tests here.
11077         (top level): Run do_test with and without displaced stepping.
11078
11079 2015-08-07  Pedro Alves  <palves@redhat.com>
11080
11081         * gdb.base/valgrind-disp-step.c: New file.
11082         * gdb.base/valgrind-disp-step.exp: New file.
11083
11084 2015-08-07  Pedro Alves  <palves@redhat.com>
11085
11086         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11087         Delete function.
11088         (main): Add alarm.  Run an infinite loop instead of calling
11089         wait_threads.
11090         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11091         comment.
11092         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11093         Delete function.
11094         (main): Add alarm.  Run an infinite loop instead of calling
11095         wait_threads.
11096         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11097         comment.
11098
11099 2015-08-07  Pedro Alves  <palves@redhat.com>
11100
11101         * gdb.base/checkpoint-ns.exp: New file.
11102         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11103         standard_testfile.
11104
11105 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
11106
11107         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11108         * gdb.btrace/instruction_history.exp: Update.
11109         * gdb.btrace/tsx.exp: New.
11110         * gdb.btrace/tsx.c: New.
11111
11112 2015-08-06  Pedro Alves <palves@redhat.com>
11113
11114         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11115         increase timeout.
11116         * gdb.reverse/until-precsave.exp: Bump timeouts.
11117
11118 2015-08-06  Pedro Alves  <palves@redhat.com>
11119
11120         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11121
11122 2015-08-06  Pedro Alves  <palves@redhat.com>
11123
11124         PR gdb/18749
11125         * gdb.threads/process-dies-while-handling-bp.c: New file.
11126         * gdb.threads/process-dies-while-handling-bp.exp: New file.
11127
11128 2015-08-06  Pedro Alves  <palves@redhat.com>
11129
11130         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11131         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11132
11133 2015-08-05  Pedro Alves  <palves@redhat.com>
11134
11135         * gdb.threads/next-while-other-thread-longjmps.c: New file.
11136         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11137
11138 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
11139
11140         * gdb.base/bp-permanent.exp: Report test as unsupported if
11141         the target cannot stop at the permanent breakpoint.
11142
11143 2015-08-03  Doug Evans  <dje@google.com>
11144
11145         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11146         10000.
11147
11148 2015-08-03  Doug Evans  <dje@google.com>
11149
11150         * Makefile.in (workers/%.worker, build-perf): New rule.
11151         (GDB_PERFTEST_MODE): New variable.
11152         (check-perf): Use it.
11153         (clean): Clean up gdb.perf parallel build subdirs.
11154         * lib/build-piece.exp: New file.
11155         * lib/gdb.exp (make_gdb_parallel_path): New function
11156         (standard_output_file, standard_temp_file): Call it.
11157         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11158         of $GDB_PARALLEL.
11159         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11160
11161 2015-08-03  Doug Evans  <dje@google.com>
11162
11163         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11164         (LOG_FILE_NAME): New global.
11165         (TextReporter.__init__): Initialize self.txt_sum.
11166         (TextReporter.report): Add support for multiple data-points.
11167         Move report to perftest.sum, put raw data in perftest.log.
11168         (TextReporter.start): Open sum and log files.
11169         (TextReporter.end): Close sum and log files.
11170         * gdb.perf/lib/perftest/testresult.py
11171         (SingleStatisticTestResult.record): Handle multiple data-points.
11172
11173 2015-07-31  Pedro Alves  <palves@redhat.com>
11174
11175         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11176         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
11177         kill_wait_spawned_process instead of explicit "kill -9".
11178         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11179         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
11180         kill_wait_spawned_process.
11181         * gdb.base/attach-twice.exp: Likewise.
11182         * gdb.base/attach.exp: Likewise.
11183         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11184         gdb_test_multiple.
11185         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11186         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
11187         kill_wait_spawned_process.
11188         * gdb.base/valgrind-infcall.exp: Likewise.
11189         * gdb.multi/multi-attach.exp: Likewise.
11190         * gdb.python/py-prompt.exp: Likewise.
11191         * gdb.python/py-sync-interp.exp: Likewise.
11192         * gdb.server/ext-attach.exp: Likewise.
11193         * gdb.threads/attach-into-signal.exp (corefunc): Use
11194         spawn_wait_for_attach, spawn_id_get_pid and
11195         kill_wait_spawned_process.
11196         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11197         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
11198         spawn_id_get_pid and kill_wait_spawned_process.
11199         * gdb.threads/attach-stopped.exp (corefunc): Use
11200         spawn_wait_for_attach, spawn_id_get_pid and
11201         kill_wait_spawned_process.
11202         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11203         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
11204         kill_wait_spawned_process instead of explicit "kill -9".
11205         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11206         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11207         (spawn_wait_for_attach): Use spawn instead of exec to spawn
11208         processes.  Don't map cygwin/windows pids here.  Now returns a
11209         spawn id list.
11210
11211 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
11212
11213         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11214         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11215         correct patch.
11216
11217 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
11218
11219         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11220
11221 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
11222
11223         Reapply:
11224         2014-05-21  Mark Wielaard  <mjw@redhat.com>
11225
11226         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11227
11228 2015-07-30  Pedro Alves  <palves@redhat.com>
11229
11230         * linux-low.c (handle_extended_wait): Set the child's last
11231         reported status to TARGET_WAITKIND_STOPPED.
11232
11233 2015-07-30  Pedro Alves  <palves@redhat.com>
11234
11235         PR threads/18600
11236         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11237         only shows inferior 1.
11238
11239 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
11240             Pedro Alves  <palves@redhat.com>
11241
11242         PR threads/18600
11243         * gdb.threads/fork-plus-threads.c: New file.
11244         * gdb.threads/fork-plus-threads.exp: New file.
11245
11246 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11247
11248         * gdb.base/batch-preserve-term-settings.exp
11249         (test_terminal_settings_preserved_after_cli_exit): Use
11250         send_quit_command.
11251
11252 2015-07-29  Pedro Alves  <palves@redhat.com>
11253             Don Breazeal  <donb@codesourcery.com>
11254
11255         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11256         output from both inferior_spawn_id and gdb_spawn_id.
11257
11258 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
11259
11260         * gdb.threads/attach-into-signal.exp (corefunc): Use
11261         with_test_prefix on nested loops, uniquefying the test messages.
11262
11263 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
11264
11265         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11266         commit.
11267
11268 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11269
11270         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11271         New proc.
11272         (test_terminal_settings_preserved_after_sigterm): New test.
11273
11274 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11275
11276         * gdb.base/batch-preserve-term-settings.exp
11277         (test_terminal_settings_preserved_after_cli_exit): New test.
11278
11279 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11280
11281         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11282         manipulation of saved_gdbflags.
11283         (test_terminal_settings_preserved): Remove global declaration of
11284         the unused variable pagination_prompt.  Remove manipulation of
11285         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
11286         GDBFLAGS.
11287
11288 2015-07-29  Pedro Alves  <palves@redhat.com>
11289
11290         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11291
11292 2015-07-29  Pedro Alves  <palves@redhat.com>
11293
11294         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11295         at the top.
11296
11297 2015-07-29  Pedro Alves  <palves@redhat.com>
11298
11299         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11300         (main): Call gdb_unbuffer_output.
11301         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11302         (main): Call gdb_unbuffer_output.
11303         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11304         (main): Call gdb_unbuffer_output.
11305         * gdb.base/call-strs.exp: Adjust to step over the
11306         gdb_unbuffer_output call.
11307         * gdb.base/catch-gdb-caused-signals.c: Include
11308         "../lib/unbuffer_output.c".
11309         (main): Call gdb_unbuffer_output.
11310         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11311         (main): Call gdb_unbuffer_output.
11312         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11313         (main): Call gdb_unbuffer_output.
11314         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11315         (main): Call gdb_unbuffer_output.
11316         * gdb.base/shlib-call.exp: Adjust to step over the
11317         gdb_unbuffer_output call.
11318         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11319         (main): Call gdb_unbuffer_output.
11320         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11321         (main): Call gdb_unbuffer_output.
11322         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11323         (main): Rename to ...
11324         (test): ... this.
11325         (main): Reimplement.
11326         * gdb.base/varargs.exp: Run to test instead of to main.
11327         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11328         (main): Call gdb_unbuffer_output.
11329
11330 2015-07-29  Pedro Alves  <palves@redhat.com>
11331
11332         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11333         factore out from mi_continue_dprintf.  For call-style dprintfs,
11334         expect dprintf output out of $inferior_spawn_id.
11335         (mi_continue_dprintf): Use mi_expect_dprintf.
11336         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11337         (main): Call gdb_unbuffer_output.
11338
11339 2015-07-29  Pedro Alves  <palves@redhat.com>
11340
11341         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11342         (default_mi_gdb_start): Set inferior_spawn_id instead of
11343         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
11344         gdb_spawn_id.
11345         (mi_gdb_test): Always expect inferior output from both
11346         $inferior_spawn_id and $gdb_spawn_id.
11347
11348 2015-07-29  Pedro Alves  <palves@redhat.com>
11349
11350         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
11351         send_inferior and $inferior_spawn_id.
11352
11353 2015-07-29  Pedro Alves  <palves@redhat.com>
11354
11355         * gdb.gdb/complaints.exp (test_initial_complaints)
11356         (test_serial_complaints, test_short_complaints): Use
11357         gdb_test_stdio.
11358         (test_empty_complaint): Handle $inferior_spawn_id !=
11359         $gdb_spawn_id.
11360
11361 2015-07-29  Pedro Alves  <palves@redhat.com>
11362
11363         * gdb.base/varargs.exp: Use gdb_test_stdio.
11364
11365 2015-07-29  Pedro Alves  <palves@redhat.com>
11366
11367         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11368
11369 2015-07-29  Pedro Alves  <palves@redhat.com>
11370
11371         * gdb.base/ending-run.exp: Use gdb_test_stdio.
11372
11373 2015-07-29  Pedro Alves  <palves@redhat.com>
11374
11375         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11376         parameter into two new parameters, "inf_result" and "gdb_result".
11377         Expect inferior output and gdb output from $inferior_spawn_id and
11378         $gdb_spawn_id, respectively.  Adjust all callers.
11379
11380 2015-07-29  Pedro Alves  <palves@redhat.com>
11381
11382         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11383         of gdb_test_sequence.
11384
11385 2015-07-29  Pedro Alves  <palves@redhat.com>
11386
11387         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11388         (saw_spurious_output): Expect inferior output from
11389         $inferior_spawn_id.  Use gdb_test_stdio.
11390
11391 2015-07-29  Pedro Alves  <palves@redhat.com>
11392
11393         * gdb.base/dprintf.exp: Use standard_testfile.  Change
11394         prepare_for_testing call.
11395         (srcfile): Don't set.
11396         (restart): New procedure.
11397         (test_dprintf): New procecure, use to continue over dprintfs.
11398         (test_call, test_agent): New procedures, tests moved here.
11399         Restart gdb and recreate dprintfs.  Adjust expected output.
11400
11401 2015-07-29  Pedro Alves  <palves@redhat.com>
11402
11403         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11404
11405 2015-07-29  Pedro Alves  <palves@redhat.com>
11406
11407         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11408
11409 2015-07-29  Pedro Alves  <palves@redhat.com>
11410
11411         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11412         gdb_test_stdio.
11413
11414 2015-07-29  Pedro Alves  <palves@redhat.com>
11415
11416         * lib/gdb.exp (gdb_test_stdio): New procedure.
11417
11418 2015-07-29  Pedro Alves  <palves@redhat.com>
11419
11420         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11421
11422 2015-07-29  Pedro Alves  <palves@redhat.com>
11423
11424         * gdb.base/call-signal-resume.exp: Remove check for
11425         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
11426         * gdb.base/unwindonsignal.exp: Likewise.
11427         * gdb.base/call-signals.c (gen_signal): Remove printf call.
11428         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11429
11430 2015-07-29  Pedro Alves  <palves@redhat.com>
11431
11432         * gdb.base/siginfo-addr.c (pass): New function.
11433         (handler): Call it iff si_addr is correct.
11434         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11435         Set a breakpoint at "pass" and continue to it.
11436
11437 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
11438
11439         * gdb.python/py-objfile.exp: Make some tests have unique names.
11440         * gdb.python/py-pp-registration.exp: Likewise.
11441
11442 2015-07-28  Pedro Alves  <palves@redhat.com>
11443
11444         * gdb.server/server-exec-info.exp: Issue a "disconnect".
11445
11446 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
11447
11448         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11449
11450 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
11451
11452         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11453
11454 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
11455
11456         * gdb.base/gdb-sigterm-2.exp: New test.
11457
11458 2015-07-25  Doug Evans  <xdje42@gmail.com>
11459
11460         Revert:
11461         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11462         (workers/%.worker, build-perf): New rule.
11463         (GDB_PERFTEST_MODE): New variable.
11464         (check-perf): Use it.
11465         (clean): Clean up gdb.perf parallel build subdirs.
11466         * lib/build-piece.exp: New file.
11467         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11468         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11469         name.
11470         (standard_temp_file): Ditto.
11471         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11472         of $GDB_PARALLEL.
11473
11474 2015-07-24  Doug Evans  <dje@google.com>
11475
11476         * gdb.perf/lib/perftest/utils.py: New file.
11477         * gdb.perf/gm-hello.cc: New file.
11478         * gdb.perf/gm-pervasive-typedef.cc: New file.
11479         * gdb.perf/gm-pervasive-typedef.h: New file.
11480         * gdb.perf/gm-std.cc: New file.
11481         * gdb.perf/gm-std.h: New file.
11482         * gdb.perf/gm-use-cerr.cc: New file.
11483         * gdb.perf/gm-utils.h: New file.
11484         * gdb.perf/gmonster-null-lookup.py: New file.
11485         * gdb.perf/gmonster-pervasive-typedef.py: New file.
11486         * gdb.perf/gmonster-print-cerr.py: New file.
11487         * gdb.perf/gmonster-ptype-string.py: New file.
11488         * gdb.perf/gmonster-runto-main.py: New file.
11489         * gdb.perf/gmonster-select-file.py: New file.
11490         * gdb.perf/gmonster1-null-lookup.exp: New file.
11491         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11492         * gdb.perf/gmonster1-print-cerr.exp: New file.
11493         * gdb.perf/gmonster1-ptype-string.exp: New file.
11494         * gdb.perf/gmonster1-runto-main.exp: New file.
11495         * gdb.perf/gmonster1-select-file.exp: New file.
11496         * gdb.perf/gmonster1.cc: New file.
11497         * gdb.perf/gmonster1.exp: New file.
11498         * gdb.perf/gmonster2-null-lookup.exp: New file.
11499         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11500         * gdb.perf/gmonster2-print-cerr.exp: New file.
11501         * gdb.perf/gmonster2-ptype-string.exp: New file.
11502         * gdb.perf/gmonster2-runto-main.exp: New file.
11503         * gdb.perf/gmonster2-select-file.exp: New file.
11504         * gdb.perf/gmonster2.cc: New file.
11505         * gdb.perf/gmonster2.exp: New file.
11506
11507 2015-07-24  Doug Evans  <dje@google.com>
11508
11509         * gdb.perf/README: New file.
11510         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11511         * lib/gen-perf-test.exp: New file.
11512
11513 2015-07-24  Doug Evans  <dje@google.com>
11514
11515         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11516         (PerfTest::startup): New function.
11517         (PerfTest::run): Return result of calling body.
11518         (PerfTest::assemble): Rewrite.
11519         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11520         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11521         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11522         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11523         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11524
11525 2015-07-24  Doug Evans  <dje@google.com>
11526
11527         * lib/gdb.exp (clean_restart): Make executable optional.
11528
11529 2015-07-24  Doug Evans  <dje@google.com>
11530
11531         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11532         compiler_info references.
11533         * gdb.cp/temargs.exp: Ditto.
11534         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11535         (get_compiler_info): Early exit if already computed.  Set compiler_info
11536         to "unknown" if there was a problem.
11537         (test_compiler_info): Add function comment.  Call get_compiler_info.
11538
11539 2015-07-24  Doug Evans  <dje@google.com>
11540
11541         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11542         (workers/%.worker, build-perf): New rule.
11543         (GDB_PERFTEST_MODE): New variable.
11544         (check-perf): Use it.
11545         (clean): Clean up gdb.perf parallel build subdirs.
11546         * lib/build-piece.exp: New file.
11547         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11548         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11549         name.
11550         (standard_temp_file): Ditto.
11551         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11552         of $GDB_PARALLEL.
11553
11554 2015-07-24  Doug Evans  <dje@google.com>
11555
11556         * lib/future.exp (gdb_default_target_compile): New option
11557         "early_flags".
11558         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11559         --as-needed.
11560
11561 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
11562
11563         * gdb.base/catch-syscall.exp: Call gdb_exit before
11564         gdb_skip_xml_test.
11565
11566 2015-07-24  Pedro Alves  <palves@redhat.com>
11567
11568         * gdb.python/py-events.exp: Accept output between the stop event
11569         and the prompt.
11570         * gdb.python/py-evsignal.exp: Likewise.
11571         * gdb.python/py-evthreads.exp: Likewise.
11572
11573 2015-07-24  Pedro Alves  <palves@redhat.com>
11574
11575         PR gdb/18717
11576         * gdb.threads/non-ldr-exit.c: New file.
11577         * gdb.threads/non-ldr-exit.exp: New file.
11578
11579 2015-07-24  Yao Qi  <yao.qi@linaro.org>
11580
11581         * gdb.server/ext-wrapper.exp: Test --wrapper option when
11582         restarting process.
11583
11584 2015-07-24  Yao Qi  <yao.qi@linaro.org>
11585
11586         * gdb.server/ext-restart.exp: New file.
11587
11588 2015-07-24  Yao Qi  <yao.qi@linaro.org>
11589
11590         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11591         argument options.
11592         * gdb.server/ext-wrapper.exp: New file.
11593
11594 2015-07-23  Doug Evans  <dje@google.com>
11595
11596         * gdb.dwarf2/dw2-dummy-cu.S: New file.
11597         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11598
11599 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
11600
11601         * gdb.ada/var_arr_typedef.exp: New testcase.
11602         * gdb.ada/var_arr_typedef/pack.adb: New file.
11603         * gdb.ada/var_arr_typedef/pack.ads: New file.
11604         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11605
11606 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
11607
11608         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11609
11610 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
11611
11612         * gdb.arch/i386-biarch-core.exp: Replace istarget
11613         by "complete set gnutarget". Remove expectation for the "core-file"
11614         command.
11615
11616 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11617
11618         Revert the previous commit:
11619         Tests for validate symbol file using build-id.
11620
11621 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
11622
11623         Tests for validate symbol file using build-id.
11624         * gdb.base/solib-mismatch-lib.c: New file.
11625         * gdb.base/solib-mismatch-libmod.c: New file.
11626         * gdb.base/solib-mismatch.c: New file.
11627         * gdb.base/solib-mismatch.exp: New file.
11628
11629 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
11630
11631         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11632         nios2-*-linux*.
11633         * gdb.base/sigbpt.exp (stepi_out): Likewise.
11634         * gdb.base/siginfo.exp: Likewise.
11635         * gdb.base/sigstep.exp (advance, advancei): Likewise.
11636
11637 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
11638
11639         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11640         Move it to ...
11641         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11642         ... here.
11643         * gdb.trace/range-stepping.exp: Check that the target supports
11644         range stepping.
11645
11646 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
11647
11648         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11649
11650 2015-07-14  Pedro Alves  <palves@redhat.com>
11651
11652         * gdb.base/killed-outside.exp: New file.
11653         * gdb.base/killed-outside.c: New file.
11654
11655 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11656
11657         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11658         (n at main): New.
11659         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11660
11661 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11662
11663         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11664         infcall tests instead of setting up for KFAIL.
11665
11666 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
11667
11668         * gdb.btrace/record_goto-step.exp: New.
11669
11670 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
11671
11672         PR compile/18484
11673         * gdb.compile/compile.c (struct struct_type): Add volatile to
11674         selffield's type.
11675         * gdb.compile/compile.exp
11676         (compile code struct_object.selffield = &struct_object): Skip further
11677         struct_object tests if this one xfails.
11678
11679 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
11680
11681         PR exp/18617
11682         * gdb.trace/ax.exp: Add test.
11683
11684 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11685
11686         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11687         instead of istarget "aarch64*-*-*".
11688         * gdb.arch/aarch64-fp.exp: Likewise.
11689         * gdb.base/float.exp: Likewise.
11690         * gdb.reverse/aarch64.exp: Likewise.
11691         * lib/gdb.exp (is_aarch64_target): New proc.
11692
11693 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11694
11695         * lib/gdb.exp (is_aarch32_target): New proc.
11696         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11697         instead of "istarget "arm*-*-*"".
11698         * gdb.arch/arm-disp-step.exp: Likewise.
11699         * gdb.arch/thumb-bx-pc.exp: Likewise.
11700         * gdb.arch/thumb-prologue.exp: Likewise.
11701         * gdb.arch/thumb-singlestep.exp: Likewise.
11702         * gdb.base/disp-step-syscall.exp: Likewise.
11703         * gdb.base/float.exp: Likewise.
11704
11705 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11706
11707         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11708         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11709
11710 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11711
11712         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11713         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11714         if it exists.
11715         * gdb.multi/multi-arch.exp: Likewise.
11716
11717 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
11718
11719         * gdb.python/py-lazy-string.exp: Add missing parentheses to
11720         print.
11721
11722 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11723
11724         * gdb.arch/thumb-singlestep.exp: Do one more single step.
11725
11726 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
11727
11728         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11729         '[' and ']' characters.
11730
11731 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
11732
11733         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11734
11735 2015-06-29  Pedro Alves  <palves@redhat.com>
11736
11737         PR threads/18127
11738         * gdb.threads/hand-call-new-thread.c: New file.
11739         * gdb.threads/hand-call-new-thread.c: New file.
11740
11741 2015-06-26  Keith Seitz  <keiths@redhat.com>
11742             Doug Evans  <dje@google.com>
11743
11744         PR 16253
11745         * gdb.cp/var-tag-2.cc: New file.
11746         * gdb.cp/var-tag-3.cc: New file.
11747         * gdb.cp/var-tag-4.cc: New file.
11748         * gdb.cp/var-tag.cc: New file.
11749         * gdb.cp/var-tag.exp: New file.
11750
11751 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
11752
11753         * gdb.base/history-duplicates.exp: New test.
11754
11755 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
11756
11757         * gdb.base/completion.exp: Test the completion of the "focus"
11758         command.
11759
11760 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11761
11762         * gdb.arch/amd64-prologue-skip.S: New file.
11763         * gdb.arch/amd64-prologue-skip.exp: New file.
11764
11765 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
11766
11767         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11768         is_address_zero_readable check.
11769
11770 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
11771
11772         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11773         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11774
11775 2015-06-24  Yao Qi  <yao.qi@linaro.org>
11776
11777         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11778         linux targets.
11779
11780 2015-06-24  Yao Qi  <yao.qi@linaro.org>
11781
11782         * lib/gdb.exp (supports_get_siginfo_type): New proc.
11783         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11784         * gdb.base/siginfo-thread.exp: Likewise.
11785
11786 2015-06-22  Yao Qi  <yao.qi@linaro.org>
11787
11788         * boards/remote-gdbserver-on-localhost.exp: Add comments.
11789
11790 2015-06-22  Yao Qi  <yao.qi@linaro.org>
11791
11792         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11793         aarch64*-*-*.
11794         (skip_hw_watchpoint_tests): Likewise.
11795
11796 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
11797
11798         * gdb.base/gdbinit-history.exp: Test the interaction between
11799         setting GDBHISTSIZE and setting the history size via .gdbinit.
11800
11801 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
11802
11803         PR gdb/16999
11804         * gdb.base/gdbhistsize-history.exp: New test.
11805
11806 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
11807
11808         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11809         with GDBHISTSIZE.
11810         * gdb.base/readline.exp: Likewise.
11811
11812 2015-06-17  Yao Qi  <yao.qi@linaro.org>
11813
11814         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11815         line.
11816
11817 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
11818
11819         * gdb.base/gdbinit-history.exp: Add test case to check that
11820         an unlimited history file does not get truncated on exit.
11821
11822 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11823
11824         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11825         (VECTOR): New macro.  Use it...
11826         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11827         ...for these typedefs.
11828         (int8, char1, int1, double1): New typedefs.
11829         (struct just_int2, struct two_int2): New structures.
11830         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11831         (add_structvecs, add_singlevecs): New functions.
11832         (main): Call add_some_intvecs twice.
11833         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11834         the compile and exit upon failure.  Try compiling for the "native"
11835         architecture.  Test inferior function calls with vector arguments
11836         and vector return value handling with "finish" and "return".
11837
11838 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
11839
11840         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11841         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11842         PE file.
11843         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11844
11845 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11846
11847         PR breakpoints/16465
11848         * gdb.mi/mi-dprintf-pending.c: New file.
11849         * gdb.mi/mi-dprintf-pending.exp: New test.
11850         * gdb.mi/mi-dprintf-pendshr.c: New file.
11851
11852 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11853             Mircea Gherzan  <mircea.gherzan@intel.com>
11854
11855         * gdb.arch/i386-mpx-map.c: New file.
11856         * gdb.arch/i386-mpx-map.exp: New File.
11857
11858 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11859
11860         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11861         * gdb.arch/i386-mpx.exp: Indentation fixed.
11862
11863 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11864
11865         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11866         function and improved indentation.
11867         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11868         gdb_test_multiple. Added additional tests to skip the test.
11869
11870 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11871
11872         * gdb.arch/i386-avx512.c: Change path in include file.
11873         * gdb.arch/i386-avx512.exp: Change include dir path
11874         compilation flag.
11875         * gdb.arch/i386-mpx.c: Change path in include file.
11876         * gdb.arch/i386-mpx.exp: Change include dir path compilation
11877         flag.
11878
11879 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11880
11881         * gdb.compile/compile-print.exp (compile print *vararray@3)
11882         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11883
11884 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11885
11886         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11887         (do not keep jit in memory): ... this.
11888         (expect 5): Change it to ...
11889         (expect no 5): ... this.
11890
11891 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
11892
11893         PR gdb/15564
11894         * gdb.mi/mi-detach.exp: New file.
11895
11896 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11897
11898         PR symtab/18392
11899         * gdb.arch/amd64-tailcall-self.S: New file.
11900         * gdb.arch/amd64-tailcall-self.c: New file.
11901         * gdb.arch/amd64-tailcall-self.exp: New file.
11902
11903 2015-05-28  Don Breazeal  <donb@codesourcery.com>
11904
11905         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11906         tests for remote targets by checking is_target_gdbserver.
11907
11908 2015-05-27  Doug Evans  <dje@google.com>
11909
11910         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11911         * gdb.dwarf2/opaque-type-lookup.c: New file.
11912         * gdb.dwarf2/opaque-type-lookup.exp: New file.
11913
11914 2015-05-26  Doug Evans  <dje@google.com>
11915
11916         * gdb.cp/iostream.cc: New file.
11917         * gdb.cp/iostream.exp: New file.
11918
11919 2015-05-26  Doug Evans  <dje@google.com>
11920
11921         * gdb.dwarf2/dw2-op-call.exp: Update.
11922         * gdb.dwarf2/dw4-sig-types.exp: Update.
11923         * gdb.dwarf2/implptr.exp: Update.
11924         * gdb.mi/mi-cmd-param-changed.exp: Update.
11925
11926 2015-05-26  Doug Evans  <dje@google.com>
11927
11928         * gdb.python/py-lazy-string.c: New file.
11929         * gdb.python/py-lazy-string.exp: New file.
11930         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11931         (main): Update.  Add estring3.
11932         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11933         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11934
11935 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
11936             Yao Qi  <yao.qi@linaro.org>
11937
11938         * gdb.reverse/aarch64.c: New.
11939         * gdb.reverse/aarch64.exp: New.
11940
11941 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
11942
11943         * lib/gdb.exp (supports_process_record): Return true for
11944         aarch64*-linux*.
11945         (supports_reverse): Likewise.
11946
11947 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
11948
11949         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11950         Use with_test_prefix.
11951
11952 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
11953
11954         * gdb.base/completion.exp: Add test for completion of layout
11955         names.
11956
11957 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
11958
11959         * lib/gdb.exp (skip_tui_tests): New proc.
11960         * gdb.base/tui-layout.exp: Check skip_tui_tests.
11961
11962 2015-05-19  Pedro Alves  <palves@redhat.com>
11963
11964         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11965         Save the whole env array instead of just HOME.  Unset HISTSIZE in
11966         the environment while testing.  Restore whole environment
11967         afterwards.
11968
11969 2015-05-16  Doug Evans  <xdje42@gmail.com>
11970
11971         * gdb.guile/scm-ports.c: New file.
11972         * gdb.guile/scm-ports.exp: Add memory port tests.
11973
11974 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
11975
11976         * gdb.compile/compile-print.c: New file.
11977         * gdb.compile/compile-print.exp: New file.
11978
11979 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
11980
11981         * gdb.compile/compile-ops.exp: Cast param to void.
11982         * gdb.compile/compile.exp: Complete type for _gdb_expr.
11983         (compile code struct_object.selffield = &struct_object): Add xfail.
11984
11985 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
11986
11987         * gdb.ada/arr_enum_with_gap: New testcase.
11988
11989 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
11990
11991         * gdb.ada/byte_packed_arr: New testcase.
11992
11993 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
11994
11995         * gdb.ada/pckd_neg: New testcase.
11996
11997 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
11998
11999         PR gdb/17820
12000         * gdb.base/gdbinit-history.exp: New test.
12001         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12002         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12003
12004 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
12005
12006         * gdb.python/py-xmethods.cc: Enhance test case.
12007         * gdb.python/py-xmethods.exp: New tests.
12008         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12009         function.
12010         (B_indexoper): Likewise.
12011         (global_dm_list) : Add new xmethod worker functions.
12012
12013 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
12014
12015         * gdb.base/coredump-filter.exp: Correctly unset
12016         "coredump_var_addr" array.
12017
12018 2015-05-08  Pedro Alves  <palves@redhat.com>
12019
12020         * gdb.server/non-existing-program.exp: Unset spawn_id.
12021
12022 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
12023
12024         PR python/18291
12025         * gdb.python/py-xmethods.exp: Add tests.
12026
12027 2015-05-08  Yao Qi  <yao.qi@linaro.org>
12028
12029         PR gdb/18208
12030         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12031         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12032         function set_coredump_filter, and remove remote_exec call.
12033         Remove argument ipid.  Callers update.
12034         (top level): Don't get inferior's PID.
12035
12036 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12037
12038         * gdb.base/watch_thread_num.exp: Skip test on targets without
12039         access watchpoints.
12040
12041 2015-05-06  Pedro Alves  <palves@redhat.com>
12042
12043         PR server/18081
12044         * gdb.server/non-existing-program.exp: New file.
12045
12046 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
12047
12048         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12049
12050 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
12051
12052         * gdb.ada/out_of_line_in_inlined: New testcase.
12053
12054 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
12055
12056         * gdb.ada/var_rec_arr: New testcase.
12057
12058 2015-04-30  Yao Qi  <yao.qi@linaro.org>
12059
12060         * gdb.base/break-idempotent.exp: If
12061         skip_hw_watchpoint_multi_tests returns true, skip the tests
12062         on "rwatch" and "awatch".
12063
12064 2015-04-30  Yao Qi  <yao.qi@linaro.org>
12065
12066         * gdb.base/relativedebug.exp: Invoke gdb command
12067         "info sharedlibrary", and if libc.so doesn't have debug info,
12068         skip the test.
12069
12070 2015-04-29  Doug Evans  <dje@google.com>
12071
12072         * gdb.python/py-xmethods.exp: Add ptype tests.
12073         * gdb.python/py-xmethods.py (E_method_char_worker): Add
12074         get_result_type method.
12075
12076 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
12077
12078         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12079         the target does not support hardware watchpoints.
12080
12081 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
12082
12083         * gdb.base/break-always.exp: Abort testing if writing to memory
12084         causes an error.
12085
12086 2015-04-28  Doug Evans  <dje@google.com>
12087
12088         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12089         * gdb.python/py-pp-registration.exp: ... here.  New file.
12090         * gdb.python/py-pp-registration.c: New file.
12091         * gdb.python/py-pp-registration.py: New file.
12092
12093 2015-04-28  Doug Evans  <dje@google.com>
12094
12095         * gdb.python/py-bad-printers.c: New file.
12096         * gdb.python/py-bad-printers.py: New file.
12097         * gdb.python/py-bad-printers.exp: New file.
12098
12099 2015-04-28  Sasha Smundak  <asmundak@google.com>
12100
12101         * gdb.python/py-type.exp: New test.
12102
12103 2015-04-28  Andy Wingo  <wingo@igalia.com>
12104
12105         * gdb.python/py-parameter.exp:
12106         * gdb.guile/scm-parameter.exp: Escape the path that we are
12107         matching against, as it might contain characters that are special
12108         to regular expressions.
12109
12110 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
12111
12112         * gdb.ada/rec_comp: New testcase.
12113
12114 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
12115
12116         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12117         before using it.
12118
12119 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
12120
12121         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
12122         new tests for verilog output.
12123
12124 2015-04-24  Yao Qi  <yao.qi@linaro.org>
12125
12126         * boards/remote-gdbserver-on-localhost.exp: New file.
12127
12128 2015-04-23  Pedro Alves  <palves@redhat.com>
12129
12130         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12131         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
12132         "end of file", remove $inferior_spawn_id from the indirect list.
12133
12134 2015-04-23  Pedro Alves  <palves@redhat.com>
12135
12136         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12137
12138 2015-04-23  Pedro Alves  <palves@redhat.com>
12139
12140         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12141         on $any_spawn_id instead of only on $gdb_spawn_id.
12142
12143 2015-04-21  Pierre Muller  <muller@sourceware.org>
12144
12145         PR pascal/17815
12146         * lib/pascal.exp (gpc_compile): Add new option "class".
12147         (fpc_compile): Likewise.
12148         * gdb.pascal/case-insensitive-symbols.pas: New file.
12149         * gdb.pascal/case-insensitive-symbols.exp: New file.
12150
12151 2015-04-20  Gary Benson <gbenson@redhat.com>
12152
12153         * gdb.base/attach.exp: Fix three extended remote failures.
12154
12155 2015-04-17  Gary Benson <gbenson@redhat.com>
12156
12157         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12158         the main executable over the remote protocol.
12159
12160 2015-04-16  Pedro Alves  <palves@redhat.com>
12161
12162         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12163         a new gdbserver if gdbserver_reconnect_p is set.
12164
12165 2015-04-16  Pedro Alves  <palves@redhat.com>
12166
12167         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12168         is set, don't exit gdbserver.
12169
12170 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12171
12172         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12173         appropriate .insn, such that an older assembler can be used.
12174         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12175         the z/Architecture instruction set on 31-bit targets as well.
12176
12177 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12178
12179         * gdb.go/handcall.exp: Remove all logic related to the first
12180         breakpoint and rely on go_runto_main instead.
12181         * gdb.go/strings.exp: Likewise.
12182         * gdb.go/unsafe.exp: Likewise.
12183         * gdb.go/hello.exp: Likewise.  Also rename the remaining
12184         breakpoint marker to "breakpoint 1".
12185         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12186         * gdb.go/strings.go: Likewise.
12187         * gdb.go/unsafe.go: Likewise.
12188         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
12189         "set breakpoint 2 here" and rename the remaining breakpoint marker
12190         to "breakpoint 1".
12191
12192 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
12193
12194         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12195         if itertools.imap is not present.
12196         * gdb.python/py-objfile.exp: Add parentheses.
12197         * gdb.python/py-type.exp: Same.
12198         * gdb.python/py-unwind-maint.py: Same.
12199
12200 2015-04-15  Yao Qi  <yao.qi@linaro.org>
12201
12202         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12203         of ":$ptr_size" and set its form explicitly.
12204
12205 2015-04-15  Pedro Alves  <palves@redhat.com>
12206             Yao Qi  <yao.qi@linaro.org>
12207
12208         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12209         timeout by factor of 4.
12210         (test_regular_watch): Likewise.
12211         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12212         * gdb.reverse/sigall-reverse.exp: Likewise.
12213         * gdb.reverse/until-precsave.exp: Likewise.
12214         * lib/gdb.exp (with_timeout_factor): New proc.
12215         (gdb_expect): Move some code to ...
12216         (get_largest_timeout): ... here.  New procedure.
12217
12218 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
12219
12220         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12221
12222 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
12223
12224         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12225         to write to the .text section.
12226
12227 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
12228
12229         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12230         Handle the case of targets that do not provide PID information.
12231
12232 2015-04-13  Yao Qi  <yao.qi@linaro.org>
12233
12234         * lib/gdbserver-support.exp (gdb_exit): Catch exception
12235         and use expect instead of gdb_expect.
12236
12237 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
12238
12239         * gdb.base/coredump-filter.exp: Rename variable "addr" to
12240         "coredump_var_addr" to avoid naming conflict with other testcases.
12241
12242 2015-04-10  Pedro Alves  <palves@redhat.com>
12243
12244         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12245         gdb_test_sequence and gdb_assert.
12246
12247 2015-04-10  Pedro Alves  <palves@redhat.com>
12248
12249         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12250         test messages that don't include the breakpoint address.
12251
12252 2015-04-10  Yao Qi  <yao.qi@linaro.org>
12253
12254         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12255         false for some offset and width combinations which aren't
12256         supported by linux kernel.
12257
12258 2015-04-10  Pedro Alves  <palves@redhat.com>
12259
12260         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12261         procedure, factored out from ...
12262         (top level): ... here.  Add "set displaced-stepping" testing axis.
12263         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12264         parameter "displaced".  Use it.
12265         (top level): Use foreach and add "set displaced-stepping" testing
12266         axis.
12267
12268 2015-04-10  Pedro Alves  <palves@redhat.com>
12269
12270         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12271         Remove comment.
12272         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12273         both the address of the instruction that triggers the watchpoint
12274         and the address of the instruction immediately after, and use
12275         those addresses for the test.  Fix comment.
12276
12277 2015-04-10  Pedro Alves  <palves@redhat.com>
12278
12279         * gdb.base/sigstep.exp (breakpoint_to_handler)
12280         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
12281         Test "backtrace" in handler.
12282         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
12283         (top level): Add new "displaced" test axis to
12284         breakpoint_to_handler, breakpoint_to_handler_entry and
12285         breakpoint_over_handler.
12286
12287 2015-04-10  Pedro Alves  <palves@redhat.com>
12288
12289         PR gdb/18216
12290         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12291
12292 2015-04-10  Yao Qi  <yao.qi@linaro.org>
12293
12294         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12295         (test_add_rn_pc): New function.
12296         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12297         (top level): Invoke test_add_rn_pc.
12298
12299 2015-04-10  Pedro Alves  <palves@redhat.com>
12300
12301         PR gdb/13858
12302         * gdb.base/step-over-no-symbols.exp: New file.
12303
12304 2015-04-09  Andy Wingo  <wingo@igalia.com>
12305
12306         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12307         after the Python tests.
12308
12309 2015-04-08  Keith Seitz  <keiths@redhat.com>
12310
12311         PR python/16699
12312         * gdb.python/py-completion.exp: New tests for completion.
12313         * gdb.python/py-completion.py (CompleteLimit1): New class.
12314         (CompleteLimit2): Likewise.
12315         (CompleteLimit3): Likewise.
12316         (CompleteLimit4): Likewise.
12317         (CompleteLimit5): Likewise.
12318         (CompleteLimit6): Likewise.
12319         (CompleteLimit7): Likewise.
12320
12321 2015-04-08  Pedro Alves  <palves@redhat.com>
12322
12323         PR gdb/18214
12324         PR gdb/18216
12325         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12326         function.
12327         (main): Install it as SIGUSR1 handler.
12328         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12329         parameter.  Always use "setup" as prefix.  Toggle "set
12330         displaced-stepping" off/on depending on global.  Don't switch to
12331         thread 1 here.
12332         (top level): Add displaced stepping "off/on" test axis.  Update
12333         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
12334         continuing with a queued signal in each thread.
12335
12336 2015-04-08  Pedro Alves  <palves@redhat.com>
12337
12338         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12339         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
12340         gdb_breakpoint instead of gdb_test that doesn't expect anything.
12341         Return early if running to main fails.
12342         * gdb.trace/while-stepping.exp: Likewise.
12343
12344 2015-04-07  Pedro Alves  <palves@redhat.com>
12345
12346         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12347         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
12348         interact with inferior program.
12349
12350 2015-04-07  Pedro Alves  <palves@redhat.com>
12351
12352         * lib/gdb.exp (inferior_spawn_id): New global.
12353         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
12354         spawn id after processing the user code.
12355         (default_gdb_start): Set inferior_spawn_id.
12356         (send_inferior): New procedure.
12357         * lib/gdbserver-support.exp (gdbserver_start): Set
12358         inferior_spawn_id.
12359         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12360
12361 2015-04-07  Pedro Alves  <palves@redhat.com>
12362
12363         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12364         * lib/gdbserver-support.exp (gdbserver_start): Make
12365         $server_spawn_id global.
12366         (gdbserver_start): Don't wait for gdbserver's spawn id with
12367         expect_background.
12368         (close_gdbserver): New procedure.
12369         (gdb_exit): Rename the default version and reimplement.
12370
12371 2015-04-07  Pedro Alves  <palves@redhat.com>
12372
12373         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12374         append the substituted item, not the original item.
12375
12376 2015-04-07  Pedro Alves  <palves@redhat.com>
12377
12378         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12379         gdb_expect.
12380
12381 2015-04-07  Pedro Alves  <palves@redhat.com>
12382
12383         * gdb.base/interrupt.exp: Don't handle the case of the inferior
12384         output appearing once only.
12385
12386 2015-04-07  Pedro Alves  <palves@redhat.com>
12387
12388         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12389         that doesn't expect anything.  Return early if running to main
12390         fails.
12391
12392 2015-04-07  Yao Qi  <yao.qi@linaro.org>
12393
12394         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12395         (child_function): Call alarm.
12396         (main): Move call to alarm into the loop.
12397         * gdb.threads/non-stop-fair-events.exp: Build program with
12398         -DTIMEOUT=$timeout.
12399
12400 2015-04-06  Doug Evans  <xdje42@gmail.com>
12401
12402         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12403         Fix dest parameter to board_info.
12404         (fpc_compile): Ditto.
12405         (gdb_compile_pascal): Rename dest arg to destfile.
12406
12407 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
12408
12409         * gdb.ada/funcall_ref.exp: New file.
12410         * gdb.ada/funcall_ref/foo.adb: New file.
12411
12412 2015-04-02  Yao Qi  <yao.qi@linaro.org>
12413
12414         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12415         is remote.
12416
12417 2015-04-02  Gary Benson <gbenson@redhat.com>
12418
12419         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12420
12421 2015-04-01  Sasha Smundak  <asmundak@google.com>
12422
12423         * gdb.python/py-unwind-maint.c: New file.
12424         * gdb.python/py-unwind-maint.exp: New test.
12425         * gdb.python/py-unwind-maint.py: New file.
12426         * gdb.python/py-unwind.c: New file.
12427         * gdb.python/py-unwind.exp: New test.
12428         * gdb.python/py-unwind.py: New test.
12429
12430 2015-04-01  Pedro Alves  <palves@redhat.com>
12431
12432         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12433         to fail instead of non-existent $test.
12434
12435 2015-04-01  Pedro Alves  <palves@redhat.com>
12436
12437         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12438         GDBFLAGS if not empty.
12439
12440 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
12441
12442         * gdb.ada/complete.exp: Remove "multi_line".
12443         * gdb.ada/info_exc.exp: Remove "multi_line".
12444         * gdb.ada/packed_tagged.exp: Remove "multi_line".
12445         * gdb.ada/ptype_field.exp: Remove "multi_line".
12446         * gdb.ada/sym_print_name.exp: Remove "multi_line".
12447         * gdb.ada/tagged.exp: Remove "multi_line".
12448         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12449         [multi_line ...]
12450         * gdb.btrace/delta.exp: Likewise.
12451         * gdb.btrace/exception.exp: Likewise.
12452         * gdb.btrace/function_call_history.exp: Likewise.
12453         * gdb.btrace/instruction_history.exp: Likewise.
12454         * gdb.btrace/nohist.exp: Likewise.
12455         * gdb.btrace/record_goto.exp: Likewise.
12456         * gdb.btrace/segv.exp: Likewise.
12457         * gdb.btrace/stepi.exp: Likewise.
12458         * gdb.btrace/tailcall.exp: Likewise.
12459         * gdb.btrace/unknown_functions.exp: Likewise.
12460         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12461         * lib/gdb.exp: Add the "multi_line" helper.
12462
12463 2015-04-01  Pedro Alves  <palves@redhat.com>
12464
12465         * gdb.threads/tid-reuse.c: New file.
12466         * gdb.threads/tid-reuse.exp: New file.
12467
12468 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
12469
12470         PR corefiles/16092
12471         * gdb.base/coredump-filter.c: New file.
12472         * gdb.base/coredump-filter.exp: Likewise.
12473
12474 2015-03-27  Petr Machata  <pmachata@redhat.com>
12475
12476         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12477         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12478         (Dwarf::assemble): Initialize them.
12479         (Dwarf::lines): New function.
12480
12481 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
12482
12483         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12484         SYMBOL_PREFIX for x86_64-*-cygwin.
12485
12486 2015-03-26  Andy Wingo  <wingo@igalia.com>
12487
12488         PR symtab/18148
12489         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12490         const_value but not a location.
12491         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12492         location defined in non-main CUs are visible.
12493
12494 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12495
12496         PR testsuite/18139
12497         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12498         Add a line number entry for the same line.
12499         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12500         Add a line number entry for the same line.
12501
12502 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12503
12504         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12505         .int 0.
12506         (func): Likewise.  Add .Lfunc_1 label.
12507         Use .Lfunc_1 label.
12508         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12509         .int 0.
12510         (func): Likewise.
12511         Use .Lfunc_1 label.
12512
12513 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12514
12515         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12516         Call gdb_compile instead to compile each .s files without debug
12517         information.
12518
12519 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12520
12521         * gdb.base/savedregs.exp (process_saved_regs): Make
12522         "Saved registers:" optional in the pattern.
12523
12524 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
12525
12526         * gdb.btrace/next.exp: Merged into step.exp.
12527         * gdb.btrace/finish.exp: Merged into step.exp.
12528         * gdb.btrace/nexti.exp: Merged into stepi.exp.
12529         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
12530         "record goto" and checking the exact replay position.
12531         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
12532         check for "Recording format" in "info record" output.
12533         * gdb.btrace/record_goto.exp: Choose test file based on target.
12534         * gdb.btrace/x86-record_goto.S: Renamed into ...
12535         * gdb.btrace/x86_64-record_goto.S: ... this.
12536         * gdb.btrace/i686-record_goto.S: New.
12537         * gdb.btrace/x86-tailcall.S: Renamed into ...
12538         * gdb.btrace/x86_64-tailcall.S: ... this.
12539         * gdb.btrace/i686-tailcall.S: New.
12540         * gdb.btrace/x86-tailcall.c: Renamed into ...
12541         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
12542         separate statements.  Update test.
12543         * gdb.btrace/delta.exp: Use record_goto.c as test file.
12544         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12545         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12546         * gdb.btrace/tailcall.exp: Choose test file based on target.
12547         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12548
12549 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
12550
12551         * gdb.btrace/exception.exp: Increase BTS buffer size.
12552
12553 2015-03-24  Pedro Alves  <palves@redhat.com>
12554
12555         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12556
12557 2015-03-24  Pedro Alves  <palves@redhat.com>
12558
12559         * gdb.threads/schedlock.exp (test_step): No longer expect that
12560         "set scheduler-locking step" with "next" over a function call runs
12561         threads unlocked.
12562
12563 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12564
12565         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12566
12567 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12568
12569         PR breakpoints/16466
12570         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12571         * gdb.mi/mi-pending.c (thread_func): New function.
12572         (int main): Add threading support required.
12573         * gdb.mi/mi-pending.exp: Add tests for this issue.
12574         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12575         (pendfunc2): Remove stdio dependency.
12576         * gdb.mi/mi-pendshr2.c: New file.
12577
12578 2015-03-23  Keith Seitz  <keiths@redhat.com>
12579
12580         * gdb.linespec/keywords.c: New file.
12581         * gdb.linespec/keywords.exp: New file.
12582
12583 2015-03-23  Keith Seitz  <keiths@redhat.com>
12584
12585         PR gdb/18021
12586         * gdb.dwarf2/staticvirtual.exp: New test.
12587
12588 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
12589
12590         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12591         * README: Remove HP-UX and gdb.hp.
12592         (configuration):
12593         * configure: Regenerate.
12594         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12595         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12596         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12597         gdb.hp/gdb.defects/Makefile.
12598         * gdb.hp/Makefile.in: File deleted.
12599         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12600         * gdb.hp/gdb.aCC/optimize.c: File deleted.
12601         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12602         * gdb.hp/gdb.aCC/run.c: File deleted.
12603         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12604         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12605         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12606         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12607         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12608         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12609         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12610         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12611         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12612         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12613         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12614         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12615         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12616         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12617         * gdb.hp/gdb.base-hp/reg.s: File deleted.
12618         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12619         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12620         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12621         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12622         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12623         * gdb.hp/gdb.compat/Makefile.in: File deleted.
12624         * gdb.hp/gdb.compat/average.c: File deleted.
12625         * gdb.hp/gdb.compat/sum.c: File deleted.
12626         * gdb.hp/gdb.compat/xdb.c: File deleted.
12627         * gdb.hp/gdb.compat/xdb0.c: File deleted.
12628         * gdb.hp/gdb.compat/xdb0.h: File deleted.
12629         * gdb.hp/gdb.compat/xdb1.c: File deleted.
12630         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12631         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12632         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12633         * gdb.hp/gdb.defects/Makefile.in: File deleted.
12634         * gdb.hp/gdb.defects/bs14602.c: File deleted.
12635         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12636         * gdb.hp/gdb.defects/solib-d.c: File deleted.
12637         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12638         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12639         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12640         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12641         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12642         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12643         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12644         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12645         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12646         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12647         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12648         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12649         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12650         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12651         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12652         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12653         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12654         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12655         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12656         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12657         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12658         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12659         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12660         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12661         * gdb.hp/tools/odump: File deleted.
12662
12663 2015-03-19  Pedro Alves  <palves@redhat.com>
12664
12665         * gdb.threads/continue-pending-status.exp (saw_thread_2)
12666         (saw_thread_3): New globals.
12667         (top level): Increment them when an event for the corresponding
12668         thread is seen.
12669         (no thread starvation): New test.
12670
12671 2015-03-19  Pedro Alves  <palves@redhat.com>
12672
12673         * gdb.threads/continue-pending-status.c: New file.
12674         * gdb.threads/continue-pending-status.exp: New file.
12675
12676 2015-03-18  Pedro Alves  <palves@redhat.com>
12677
12678         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12679         Use gdb_is_target_remote instead of is_remote.  Use
12680         gdb_test_multiple instead of gdb_expect.  Exit early if
12681         gdb_test_multiple hits its internal matches.  Tighten stepi tests
12682         expected output.  Fail on exit with any signal, instead of just
12683         SIGILL.
12684
12685 2015-03-18  Yao Qi  <yao.qi@linaro.org>
12686
12687         PR tdep/18107
12688         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12689         variable.
12690         * gdb.base/catch-syscall.exp: Don't skip it on
12691         aarch64*-*-linux* target.  Remove elements in all_syscalls.
12692         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12693         target.
12694         (setup_all_syscalls): New proc.
12695
12696 2015-03-16  Yao Qi  <yao.qi@linaro.org>
12697
12698         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12699         (top level): Skip tests if valid_addr_p returns false for
12700         $cmd1 or $cmd2.
12701
12702 2015-03-11  Andy Wingo  <wingo@igalia.com>
12703
12704         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12705
12706 2015-03-11  Yao Qi  <yao.qi@linaro.org>
12707
12708         * gdb.base/catch-syscall.exp: Fix typo in comments.
12709
12710 2015-03-11  Yao Qi  <yao.qi@linaro.org>
12711
12712         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12713
12714 2015-03-09  Pedro Alves  <palves@redhat.com>
12715
12716         * dg-extract-results.py: Delete.
12717
12718 2015-03-09  Pedro Alves  <palves@redhat.com>
12719
12720         Merge dg-extract-results.sh from GCC upstream (r218843).
12721
12722         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
12723                 * dg-extract-results.sh: Use --text with grep to avoid issues with
12724                 binary files.  Fall back to cat -v, if that doesn't work.
12725
12726 2015-03-05  Pedro Alves  <palves@redhat.com>
12727
12728         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12729
12730 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
12731
12732         * lib/mi-support.exp (mi_expect_interrupt): Accept
12733         alternative event for when in all-stop mode.
12734
12735 2015-03-04  Pedro Alves  <palves@redhat.com>
12736
12737         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12738
12739 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
12740
12741         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12742
12743 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12744
12745         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12746         regexps for GDB's current line display, accept a hex address
12747         preceding the line number.
12748
12749 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12750
12751         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12752         the 'arch1' variable for "s390*-linux*" targets.
12753
12754 2015-03-04  Pedro Alves  <palves@redhat.com>
12755
12756         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12757         (main): Pass missing retval argument to pthread_join call.
12758
12759 2015-03-02  Pedro Alves  <palves@redhat.com>
12760
12761         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12762         (top level): Call do_test with non-stop as well.
12763
12764 2015-03-02  Pedro Alves  <palves@redhat.com>
12765
12766         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12767         -1.
12768
12769 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12770
12771         * gdb.arch/s390-vregs.exp: New test.
12772         * gdb.arch/s390-vregs.S: New file.
12773
12774 2015-02-27  Pedro Alves  <palves@redhat.com>
12775
12776         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12777         call to catch_command_errors.
12778         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12779         catch_command_errors.
12780
12781 2015-02-27  Pedro Alves  <palves@redhat.com>
12782
12783         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12784         "true" for boolean result.
12785         * gdb.gdb/selftest.exp (test_with_self): Also accept full
12786         prototype of main.
12787
12788 2015-02-27  Pedro Alves  <palves@redhat.com>
12789
12790         * lib/unbuffer_output.c: New file.
12791         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12792         (main): Call gdb_unbuffer_output.
12793
12794 2015-02-27  Yao Qi  <yao.qi@linaro.org>
12795
12796         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12797         target.
12798
12799 2015-02-26  Doug Evans  <dje@google.com>
12800
12801         * gdb.cp/class2.cc (Dbase, D): New classes.
12802         (main): New local delta.
12803         * gdb.cp/class2.exp: Test printing delta.
12804         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12805         (dynbar): New global.
12806         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12807
12808 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
12809
12810         * gdb.compile/compile-ifunc.c: New file.
12811         * gdb.compile/compile-ifunc.exp: New file.
12812
12813 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12814
12815         * gdb.base/structs.exp: Check for correct struct on finish.
12816
12817 2015-02-26  Yao Qi  <yao.qi@linaro.org>
12818
12819         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12820         is zero.
12821
12822 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
12823
12824         * gdb.arch/cordic.ko.bz2: New file.
12825         * gdb.arch/cordic.ko.debug.bz2: New file.
12826         * gdb.arch/ppc64-symtab-cordic.exp: New file.
12827
12828 2015-02-25  Yao Qi  <yao.qi@linaro.org>
12829
12830         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12831         aarch64*-*-* target.
12832
12833 2015-02-23  Pedro Alves  <palves@redhat.com>
12834
12835         * lib/gdb.exp (delete_breakpoints): Rewrite using
12836         gdb_test_multiple.
12837
12838 2015-02-23  Pedro Alves  <palves@redhat.com>
12839
12840         * gdb.base/info-os.c: Include stdlib.h.
12841
12842 2015-02-22  Doug Evans  <xdje42@gmail.com>
12843
12844         PR symtab/17855
12845         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12846         is read after symbols have been re-read.
12847         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12848         * gdb.ada/exec_changed/second.adb (Second): Ditto.
12849
12850 2015-02-21  Doug Evans  <dje@google.com>
12851
12852         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12853
12854 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12855
12856         PR corefiles/17808
12857         * gdb.arch/i386-biarch-core.core.bz2: New file.
12858         * gdb.arch/i386-biarch-core.exp: New file.
12859
12860 2015-02-21  Pedro Alves  <palves@redhat.com>
12861
12862         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12863         runto_main fails.
12864
12865 2015-02-20  Pedro Alves  <palves@redhat.com>
12866
12867         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12868         info probes.
12869
12870 2015-02-20  Pedro Alves  <palves@redhat.com>
12871
12872         * gdb.threads/multi-create-ns-info-thr.exp: New file.
12873
12874 2015-02-20  Pedro Alves  <palves@redhat.com>
12875
12876         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
12877         clean_restart before gdb_target_supports_trace.
12878
12879 2015-02-20  Pedro Alves  <palves@redhat.com>
12880
12881         PR threads/18006
12882         * gdb.threads/clone-thread_db.c: New file.
12883         * gdb.threads/clone-thread_db.exp: New file.
12884
12885 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12886
12887         PR breakpoints/16812
12888         * gdb.base/catch-gdb-caused-signals.c: New file.
12889         * gdb.base/catch-gdb-caused-signals.exp: New file.
12890
12891 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
12892
12893         * configure: Regenerated.
12894         * configure.ac: Use GDB_AC_TRANSFORM.
12895         * aclocal.m4: sinclude ../transform.m4.
12896
12897 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12898
12899         * lib/dtrace.exp: New file.
12900         * gdb.base/dtrace-probe.exp: Likewise.
12901         * gdb.base/dtrace-probe.d: Likewise.
12902         * gdb.base/dtrace-probe.c: Likewise.
12903         * lib/pdtrace.in: Likewise.
12904         * configure.ac: Output variables with the transformed names of
12905         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
12906         * configure: Regenerated.
12907
12908 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12909
12910         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12911         expected message when trying to access $_probe_* convenience
12912         variables while not on a probe.
12913
12914 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12915
12916         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12917
12918 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
12919
12920         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12921         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12922
12923 2015-02-10  Doug Evans  <xdje42@gmail.com>
12924
12925         * lib/gdb.exp (gdb_load): Always return a result.
12926
12927 2015-02-10  Pedro Alves  <palves@redhat.com>
12928
12929         * gdb.threads/signal-sigtrap.c: New file.
12930         * gdb.threads/signal-sigtrap.exp: New file.
12931
12932 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
12933
12934         * gdb.trace/no-attach-trace.c: New file.
12935         * gdb.trace/no-attach-trace.exp: New file.
12936
12937 2015-02-09  Mark Wielaard  <mjw@redhat.com>
12938
12939         * gdb.dwarf2/atomic.c: New file.
12940         * gdb.dwarf2/atomic-type.exp: Likewise.
12941
12942 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12943
12944         * gdb.btrace/buffer-size.exp: Update "info record" output.
12945         * gdb.btrace/delta.exp: Update "info record" output.
12946         * gdb.btrace/enable.exp: Update "info record" output.
12947         * gdb.btrace/finish.exp: Update "info record" output.
12948         * gdb.btrace/instruction_history.exp: Update "info record" output.
12949         * gdb.btrace/next.exp: Update "info record" output.
12950         * gdb.btrace/nexti.exp: Update "info record" output.
12951         * gdb.btrace/step.exp: Update "info record" output.
12952         * gdb.btrace/stepi.exp: Update "info record" output.
12953         * gdb.btrace/nohist.exp: Update "info record" output.
12954
12955 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12956
12957         * gdb.btrace/buffer-size: New.
12958
12959 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12960
12961         * gdb.btrace/delta.exp: Update "info record" output.
12962         * gdb.btrace/enable.exp: Update "info record" output.
12963         * gdb.btrace/finish.exp: Update "info record" output.
12964         * gdb.btrace/instruction_history.exp: Update "info record" output.
12965         * gdb.btrace/next.exp: Update "info record" output.
12966         * gdb.btrace/nexti.exp: Update "info record" output.
12967         * gdb.btrace/step.exp: Update "info record" output.
12968         * gdb.btrace/stepi.exp: Update "info record" output.
12969         * gdb.btrace/nohist.exp: Update "info record" output.
12970
12971 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
12972
12973         PR gdb/15678
12974         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12975
12976 2015-02-06  Pedro Alves  <palves@redhat.com>
12977
12978         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12979         macro.
12980         (seconds_left, again): New globals.
12981         (main): Wait seconds_left in a 1-second sleep loop instead of
12982         sleeping 180 seconds.  If 'again' is set, reset the seconds
12983         counter.
12984         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12985         'again' in the inferior before detaching.  Print the seconds left.
12986         (options): New global.
12987         (top level): Build program with -DTIMEOUT=$timeout.
12988
12989 2015-02-06  Pedro Alves  <palves@redhat.com>
12990
12991         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12992         determine how many seconds to pass to 'alarm'.
12993         * gdb.base/gdb-sigterm.exp (top level): Build program with
12994         -DTIMEOUT=$timeout.
12995         (do_test): Return success/failure indication.  Add more verbose
12996         logging.  Don't fail if 200 single steps are seen.  Instead, fail
12997         when the test times out.
12998         (passes): New global.
12999         (top level): Break the testing loop if testing fails on any
13000         iteration.  Use gdb_assert.
13001
13002 2015-02-04  Don Breazeal  <donb@codesourcery.com>
13003
13004         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13005         and initialize them.
13006         (ipc_cleanup): New function.
13007         (main): Don't declare shmid, semid, and msqid.  Add a call to
13008         atexit so that we call ipc_cleanup on exit.
13009
13010 2015-02-04  Pedro Alves  <palves@redhat.com>
13011
13012         * boards/native-extended-gdbserver.exp: Remove any target variant
13013         specifications from the board name before clearing the isremote
13014         flag from board_info.
13015
13016 2015-01-31  Doug Evans  <xdje42@gmail.com>
13017
13018         * gdb.base/maint.exp <maint print type argc>: Update expected output.
13019
13020 2015-01-31  Gary Benson <gbenson@redhat.com>
13021
13022         * gdb.base/completion.exp: Disable completion limiting for
13023         existing tests.  Add new tests to check completion limiting.
13024         * gdb.linespec/ls-errs.exp: Disable completion limiting.
13025
13026 2015-01-31  Doug Evans  <xdje42@gmail.com>
13027
13028         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13029
13030 2015-01-31  Doug Evans  <xdje42@gmail.com>
13031
13032         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13033         entries.  Duplicate file section script entries.
13034         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13035         inlined entries.  Add test for safe-path rejection.
13036         * gdb.python/py-section-script.c: Add duplicate inlined section script
13037         entries.  Duplicate file section script entries.
13038         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13039         inlined entries.  Add test for safe-path rejection.
13040
13041 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
13042
13043         * gdb.ada/disc_arr_bound: New testcase.
13044
13045 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
13046
13047         * gdb.ada/mi_var_array: New testcase.
13048
13049 2015-01-27  Doug Evans  <dje@google.com>
13050
13051         * gdb.python/py-objfile.exp: Add tests for objfile.username.
13052         Add test for objfile.filename, objfile.username after objfile
13053         has been unloaded.
13054
13055 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
13056
13057         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13058         the second test to print the name attribute of value
13059         returned by the call to gdb.lookup_type, and adjust
13060         the expected output accordingly.
13061
13062 2015-01-25  Mark Wielaard  <mjw@redhat.com>
13063
13064         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13065         * gdb.base/disp-step-fork.c: Include unistd.h.
13066         * gdb.base/siginfo-obj.c: Include stdio.h.
13067         * gdb.base/siginfo-thread.c: Likewise.
13068         * gdb.mi/non-stop.c: Include unistd.h.
13069         * gdb.mi/nsthrexec.c: Include stdio.h.
13070         * gdb.mi/pthreads.c: Include unistd.h.
13071         * gdb.modula2/unbounded1.c (main): Declare returns int.
13072         * gdb.reverse/consecutive-reverse.c: Likewise.
13073         * gdb.threads/create-fail.c: Include unistd.h.
13074         * gdb.threads/killed.c: Likewise.
13075         * gdb.threads/linux-dp.c: Likewise.
13076         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13077         * gdb.threads/non-ldr-exc-2.c: Likewise.
13078         * gdb.threads/non-ldr-exc-3.c: Likewise.
13079         * gdb.threads/non-ldr-exc-4.c: Likewise.
13080         * gdb.threads/pthreads.c: Include unistd.h.
13081         (main): Declare returns int.
13082         * gdb.threads/tls-main.c (foo): New declaration.
13083         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13084
13085 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
13086
13087         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13088         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13089
13090 2015-01-15  Mark Wielaard  <mjw@redhat.com>
13091
13092         * gdb.base/noreturn-return.c: New file.
13093         * gdb.base/noreturn-return.exp: New file.
13094         * gdb.base/noreturn-finish.c: New file.
13095         * gdb.base/noreturn-finish.exp: New file.
13096
13097 2015-01-23  Pedro Alves  <palves@redhat.com>
13098
13099         * gdb.threads/continue-pending-after-query.c: New file.
13100         * gdb.threads/continue-pending-after-query.exp: New file.
13101
13102 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
13103             Simon Marchi  <simon.marchi@ericsson.com>
13104
13105         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13106         * gdb.base/valgrind-db-attach.exp: Same.
13107         * gdb.base/valgrind-infcall.exp: Same.
13108         * lib/mi-support.exp (default_mi_gdb_start): Same.
13109         * lib/prompt.exp (default_prompt_gdb_start): Same.
13110         * lib/gdb.exp (default_gdb_spawn): Same.
13111         (gdb_interact): New.
13112
13113
13114 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13115
13116         * gdb.compile/compile.exp (pointer to jit function): New test.
13117
13118 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
13119
13120         * lib/gdb.exp (supports_process_record): Return true for
13121         powerpc*-*-linux*.
13122         (supports_reverse): Likewise.
13123
13124 2015-01-15  Don Breazeal  <donb@codesourcery.com>
13125
13126         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13127         instead of checking whether the target board is remote and
13128         use spawn_wait_for_attach instead of exec/sleep.
13129         * gdb.base/attach-twice.exp: Likewise.
13130
13131 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
13132
13133         * gdb.ada/var_arr_attrs: New testcase.
13134
13135 2015-01-14  Pedro Alves  <palves@redhat.com>
13136             Joel Brobecker  <brobecker@adacore.com>
13137
13138         PR gdb/17525
13139         * gdb.base/bp-cmds-execution-x-script.c: New file.
13140         * gdb.base/bp-cmds-execution-x-script.exp: New file.
13141         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13142
13143 2015-01-14  Pedro Alves  <palves@redhat.com>
13144
13145         PR cli/17828
13146         * gdb.base/batch-preserve-term-settings.c: New file.
13147         * gdb.base/batch-preserve-term-settings.exp: New file.
13148
13149 2015-01-13  Doug Evans  <dje@google.com>
13150
13151         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13152         binary.
13153
13154 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13155
13156         * Makefile.in (clean mostlyclean): Do not delete *.py.
13157
13158 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13159
13160         * gdb.python/py-lookup-type.exp: New file.
13161
13162 2015-01-12  Pedro Alves  <palves@redhat.com>
13163
13164         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13165         restore GDBFLAGS before returning.
13166
13167 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13168
13169         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13170         is_amd64_regs_target and is_x86_like_target.
13171
13172 2015-01-11  Doug Evans  <xdje42@gmail.com>
13173
13174         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13175         is given without an explicit form.
13176         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13177         attributes.
13178         * gdb.dwarf/corrupt.exp: Ditto.
13179         * gdb.dwarf2/enum-type.exp: Ditto.
13180         * gdb.trace/entry-values.exp: Ditto.
13181         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13182
13183 2015-01-11  Doug Evans  <xdje42@gmail.com>
13184
13185         PR gdb/15830
13186         * gdb.base/maint.exp: Remove references to "maint demangle".
13187         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
13188         Add tests for explicitly specifying language to demangle.
13189         * gdb.dlang/demangle.exp: Ditto.
13190
13191 2015-01-09  Pedro Alves  <palves@redhat.com>
13192
13193         * gdb.threads/non-stop-fair-events.c: New file.
13194         * gdb.threads/non-stop-fair-events.exp: New file.
13195
13196 2015-01-09  Pedro Alves  <palves@redhat.com>
13197
13198         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13199         the global scope.  Set a breakpoint after all threads are started
13200         rather than stepping over two source lines.  Expect the prompt.
13201         * gdb.base/watch_thread_num.c (threads_started_barrier): New
13202         global.
13203         (NUM): Now 15.
13204         (main): Use threads_started_barrier to wait for all threads to
13205         start.  Main thread no longer calls thread_function.  Exit after
13206         180 seconds.
13207         (loop): New function.
13208         (thread_function): Wait on threads_started_barrier barrier.  Call
13209         'loop' at each iteration.
13210         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13211         threads have started, instead of hardcoding number of "next"
13212         steps.  Use an access watchpoint instead of a write watchpoint.
13213
13214 2015-01-09  Pedro Alves  <palves@redhat.com>
13215
13216         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13217         (thread_func): Wait on barrier.
13218         (main): Wait for all threads to start before stopping GDB.
13219         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13220         global.
13221         (thread1_func, thread2_func): Wait on barrier.
13222         (main): Wait for all threads to start before stopping GDB.
13223         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13224         New global.
13225         (thread1_func, thread2_func): Wait on barrier.
13226         (main): Wait for all threads to start before stopping GDB.
13227
13228 2015-01-09  Pedro Alves  <palves@redhat.com>
13229
13230         * gdb.threads/attach-many-short-lived-threads.c: New file.
13231         * gdb.threads/attach-many-short-lived-threads.exp: New file.
13232
13233 2014-01-09  Pedro Alves  <palves@redhat.com>
13234
13235         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13236         instead of to thread 2.
13237         * gdb.threads/signal-command-multiple-signals-pending.c (main):
13238         Add barrier around each pthread_create call instead of around all
13239         calls.
13240         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13241         Set a break on thread_function and have the child threads hit it
13242         one at at a time.
13243
13244 2015-01-09  Pedro Alves  <palves@redhat.com>
13245
13246         * lib/gdb.exp (can_spawn_for_attach): New procedure.
13247         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13248         false.
13249         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13250         checking whether the target board is remote.
13251         * gdb.multi/multi-attach.exp: Likewise.
13252         * gdb.python/py-sync-interp.exp: Likewise.
13253         * gdb.server/ext-attach.exp: Likewise.
13254         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13255         tests that need to attach, instead of checking whether the target
13256         board is remote at the top of the file.
13257
13258 2015-01-08  Yao Qi  <yao@codesourcery.com>
13259
13260         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13261
13262 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
13263
13264         Fix testcase compilation.
13265         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13266
13267 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13268
13269         * gdb.python/py-type.exp: Add a couple test about empty
13270         array creation, and negative-length array creation.
13271
13272 2015-01-02  Doug Evans  <xdje42@gmail.com>
13273
13274         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13275
13276 2015-01-02  Doug Evans  <dje@google.com>
13277
13278         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13279
13280 2014-12-29  Yao Qi  <yao@codesourcery.com>
13281
13282         * gdb.trace/entry-values.exp: Update comments.  Rename variable
13283         bar_call_foo to returned_from_foo.
13284
13285 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
13286
13287         PR gdb/17394
13288         * gdb.linespec/break-asm-file.c: New file.
13289         * gdb.linespec/break-asm-file.exp: New file.
13290         * gdb.linespec/break-asm-file0.s: New file.
13291         * gdb.linespec/break-asm-file1.s: New file.
13292
13293 2014-12-18  Nigel Stephens  <nigel@mips.com>
13294             Maciej W. Rozycki  <macro@codesourcery.com>
13295
13296         * gdb.base/float.exp: Handle the new output from "info float" on
13297         MIPS targets.
13298
13299 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
13300
13301         Fix MinGW compilation.
13302         * gdb.compile/compile-ops.exp: Update untested message if
13303         !skip_compile_feature_tests.
13304         * gdb.compile/compile-setjmp.exp: Likewise.
13305         * gdb.compile/compile-tls.exp: Likewise.
13306         * gdb.compile/compile.exp: Likewise.
13307         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13308         supported on this host".
13309
13310 2014-12-16  Doug Evans  <xdje42@gmail.com>
13311
13312         * boards/stabs.exp: New file.
13313
13314 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
13315
13316         * gdb.base/completion.exp: Adjust to format changes of "maint
13317         print user-registers".
13318
13319 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
13320
13321         PR server/17457
13322         * gdb.arch/aarch64-fp.c: New file.
13323         * gdb.arch/aarch64-fp.exp: New file.
13324
13325 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
13326
13327         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13328         r210637, r210913, r211666, r215400, r215817).
13329
13330         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
13331                 * dg-extract-results.py: New file.
13332                 * dg-extract-results.sh: Use it if the environment seems
13333                 suitable.
13334
13335         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
13336
13337                 * dg-extract-results.py (parse_run): Handle warnings that
13338                 are printed before a test harness is run.
13339
13340         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
13341
13342                 * dg-extract-results.py (Named): Remove __cmp__ method.
13343                 (output_variation): Use a key to sort variation.harnesses.
13344
13345         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
13346
13347                 * dg-extract-results.py: For Python 3, force sys.stdout to
13348                 handle surrogate escape sequences.
13349                 (safe_open): New function.
13350                 (output_segment, main): Use it.
13351
13352         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
13353
13354                 * dg-extract-results.py (Prog.result_re): Include options
13355                 in test name.
13356
13357         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
13358
13359                 * dg-extract-results.py (output_variation): Always sort if
13360                 do_sum.
13361
13362 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
13363
13364         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13365         as long as we get pagination notifications.
13366
13367 2014-12-15  Jason Merrill  <jason@redhat.com>
13368
13369         * Makefile.in (check-gdb.%): Restore.
13370         * README: Mention it.
13371
13372 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
13373
13374         * gdb.ada/str_uninit: New testcase.
13375
13376 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
13377
13378         PR symtab/17642
13379         * gdb.base/vla-stub-define.c: New file.
13380         * gdb.base/vla-stub.c: New file.
13381         * gdb.base/vla-stub.exp: New file.
13382
13383 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
13384             Jan Kratochvil  <jan.kratochvil@redhat.com>
13385             Tom Tromey  <tromey@redhat.com>
13386
13387         * configure.ac: Add gdb.compile/.
13388         * configure: Regenerate.
13389         * gdb.compile/Makefile.in: New file.
13390         * gdb.compile/compile-ops.exp: New file.
13391         * gdb.compile/compile-ops.c: New file.
13392         * gdb.compile/compile-tls.c: New file.
13393         * gdb.compile/compile-tls.exp: New file.
13394         * gdb.compile/compile-constvar.S: New file.
13395         * gdb.compile/compile-constvar.c: New file.
13396         * gdb.compile/compile-mod.c: New file.
13397         * gdb.compile/compile-nodebug.c: New file.
13398         * gdb.compile/compile-setjmp-mod.c: New file.
13399         * gdb.compile/compile-setjmp.c: New file.
13400         * gdb.compile/compile-setjmp.exp: New file.
13401         * gdb.compile/compile-shlib.c: New file.
13402         * gdb.compile/compile.c: New file.
13403         * gdb.compile/compile.exp: New file.
13404         * lib/gdb.exp (skip_compile_feature_tests): New proc.
13405
13406 2014-12-12  Tom Tromey  <tromey@redhat.com>
13407
13408         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
13409         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13410
13411 2014-12-12  Doug Evans  <dje@google.com>
13412
13413         * lib/gdb-python.exp (get_python_valueof): New function.
13414         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13415
13416 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13417
13418         * gdb.base/completion.exp: Add test for completion of "info
13419         registers ".
13420
13421 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
13422
13423         * gdb.base/func-ptrs.c: New file.
13424         * gdb.base/func-ptrs.exp: New file.
13425
13426 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
13427
13428         PR breakpoints/17012
13429         * gdb.base/dprintf-detach.c: New file.
13430         * gdb.base/dprintf-detach.exp: New file.
13431
13432 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
13433
13434         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13435         * lib/gdb.exp (target_is_gdbserver): New procedure.
13436
13437 2014-12-08  Doug Evans  <dje@google.com>
13438
13439         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13440
13441 2014-12-05  Yao Qi  <yao@codesourcery.com>
13442
13443         * gdb.guile/scm-error.exp: Remove the third argument to
13444         gdb_remote_download.
13445         * gdb.guile/scm-frame-args.exp: Likewise.
13446         * gdb.guile/scm-section-script.exp: Likewise.
13447
13448 2014-12-05  Yao Qi  <yao@codesourcery.com>
13449
13450         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13451
13452 2014-12-04  Doug Evans  <dje@google.com>
13453
13454         * gdb.python/py-objfile.exp: Add tests for
13455         objfile.add_separate_debug_file.
13456
13457 2014-12-04  Doug Evans  <dje@google.com>
13458
13459         * lib/gdb.exp (get_build_id): New function.
13460         (build_id_debug_filename_get): Rewrite to use it.
13461         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13462
13463 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
13464
13465         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13466         `method(long)', not just 0x0.
13467         * gdb.cp/nsalias.exp: Align code labels to 4.
13468         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13469         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13470         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13471         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13472         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13473         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13474
13475 2014-12-02  Doug Evans  <dje@google.com>
13476
13477         PR symtab/17602
13478         * gdb.cp/anon-ns.cc: Move guts of this file to ...
13479         * gdb.cp/anon-ns2.cc: ... here.  New file.
13480         * gdb.cp/anon-ns.exp: Update.
13481
13482 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
13483
13484         * gdb.python/py-events.py (inferior_call_handler): New.
13485         (register_changed_handler, memory_changed_handler): New.
13486         (test_events.invoke): Register new handlers.
13487         * gdb.python/py-events.exp: Add tests for inferior call,
13488         memory_changed and register_changed events.
13489
13490 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13491
13492         * gdb.base/execl-update-breakpoints.exp: Specify the link address
13493         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
13494         if the linker doesn't understand this.
13495
13496 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
13497
13498         * gdb.python/python.exp: Change expected reply to help().
13499
13500 2014-12-01  Yao Qi  <yao@codesourcery.com>
13501
13502         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
13503         AC_CONFIG_SUBDIRS(gdb.gdbtk).
13504         * configure: Re-generated.
13505
13506 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
13507
13508         * gdb.cp/chained-calls.cc: New file.
13509         * gdb.cp/chained-calls.exp: New file.
13510         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13511
13512 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
13513
13514         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13515         * gdb.dwarf2/symtab-producer.exp: Same.
13516         * gdb.gdb/python-interrupts.exp: Same.
13517         * gdb.gdb/python-selftest.exp: Same.
13518         * gdb.python/py-linetable.exp: Same.
13519         * gdb.python/py-type.exp: Same.
13520         * gdb.python/py-value-cc.exp: Same.
13521         * gdb.python/py-value.exp: Same.
13522
13523 2014-11-28  Yao Qi  <yao@codesourcery.com>
13524
13525         * gdb.base/break-probes.exp: Match library name prefixed with
13526         sysroot.
13527
13528 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
13529
13530         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13531         test expected output.  Add parentheses for the call to print.
13532         Remove L suffix from integers.
13533
13534 2014-11-26  Doug Evans  <dje@google.com>
13535
13536         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13537
13538 2014-11-22  Yao Qi  <yao@codesourcery.com>
13539
13540         * gdb.trace/entry-values.c: Remove asms.
13541         (foo): Add foo_label.
13542         (bar): Add bar_label.
13543         * gdb.trace/entry-values.exp: Remove code computing  foo's
13544         length and bar's length.
13545         (Dwarf::assemble): Invoke function_range for bar and use
13546         MACRO_AT_func for foo.
13547
13548 2014-11-22  Yao Qi  <yao@codesourcery.com>
13549
13550         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13551         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
13552         Use .Lgcc43_procstart instead of gcc43.
13553
13554 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
13555
13556         * gdb.ada/n_arr_bound: New testcase.
13557
13558 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
13559
13560         PR breakpoints/10737
13561         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13562         test_catch_syscall_multi_arch.
13563         (test_catch_syscall_multi_arch): New function.
13564
13565 2014-11-20  Doug Evans  <xdje42@gmail.com>
13566
13567         * gdb.base/maint.exp: Update expected output.
13568
13569 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13570
13571         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13572         4-byte instruction on S390.
13573
13574 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
13575
13576         * gdb.ada/arr_arr: New testcase.
13577
13578 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
13579
13580         * gdb.ada/pkd_arr_elem: New Testcase.
13581
13582 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
13583
13584         * gdb.reverse/break-precsave: Expect completion message for
13585         core file reads.
13586         * gdb.reverse/consecutive-precsave.exp: Likewise.
13587         * gdb.reverse/finish-precsave.exp: Likewise.
13588         * gdb.reverse/i386-precsave.exp: Likewise.
13589         * gdb.reverse/machinestate-precsave.exp: Likewise.
13590         * gdb.reverse/sigall-precsave.exp: Likewise.
13591         * gdb.reverse/solib-precsave.exp: Likewise.
13592         * gdb.reverse/step-precsave.exp: Likewise.
13593         * gdb.reverse/until-precsave.exp: Likewise.
13594         * gdb.reverse/watch-precsave.exp: Likewise.
13595
13596 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13597
13598         * gdb.base/bp-permanent.c: Include unistd.h.
13599         * gdb.python/py-framefilter-mi.c (main): Add return type.
13600         * gdb.python/py-framefilter.c (main): Likewise.
13601         * gdb.trace/actions-changed.c (main): Likewise.
13602
13603 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13604
13605         * gdb.mi/until.c: Add eye-catchers.
13606         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13607         line numbers.
13608
13609 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13610
13611         * gdb.base/condbreak.exp: Drop references to removed non-prototype
13612         function header variants in break1.c.
13613         * gdb.base/ena-dis-br.exp: Likewise.
13614         * gdb.base/hbreak2.exp: Likewise.
13615         * gdb.reverse/until-precsave.exp: Drop references to removed
13616         non-prototype function header variants in ur1.c.
13617         * gdb.reverse/until-reverse.exp: Likewise.
13618
13619 2014-11-17  Petr Machata  <pmachata@redhat.com>
13620
13621         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
13622         ${_cu_offset_size} bytes abbrev offset.
13623
13624 2014-11-15  Doug Evans  <xdje42@gmail.com>
13625
13626         PR symtab/17559
13627         * gdb.base/line-symtabs.exp: New file.
13628         * gdb.base/line-symtabs.c: New file.
13629         * gdb.base/line-symtabs.h: New file.
13630
13631 2014-11-14  Yao Qi  <yao@codesourcery.com>
13632
13633         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13634         (func): Add label func_label.
13635         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13636         Replace low_pc and high_pc with MACRO_AT_range.
13637         Replace name, low_pc and high_pc with MACRO_AT_func.
13638
13639 2014-11-14  Yao Qi  <yao@codesourcery.com>
13640
13641         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13642         Replace name, low_pc and high_pc with MACRO_AT_func.
13643
13644 2014-11-14  Yao Qi  <yao@codesourcery.com>
13645
13646         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13647         produce debug information.
13648         * gdb.dwarf2/implptr-optimized-out.S: Removed.
13649
13650 2014-11-14  Yao Qi  <yao@codesourcery.com>
13651
13652         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13653         object and get function length.
13654         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13655         with MACRO_AT_func.
13656         (top-level): Replace gdb_compile and clean_restart with
13657         prepare_for_testing.
13658         * gdb.dwarf2/main.c (main): Add label main_label.
13659
13660 2014-11-14  Yao Qi  <yao@codesourcery.com>
13661
13662         * lib/dwarf.exp (function_range): New procedure.
13663         (Dwarf::_handle_macro_at_func): New procedure.
13664         (Dwarf::_handle_macro_at_range): New procedure.
13665         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13666
13667 2014-11-14  Yao Qi  <yao@codesourcery.com>
13668
13669         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13670         (_handle_attribute): New procedure.
13671
13672 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13673
13674         * gdb.ada/cond_lang/foo.c (callme): Add return type.
13675         * gdb.base/call-sc.c (zed): Likewise.
13676         * gdb.base/checkpoint.c (main): Likewise.
13677         * gdb.base/dump.c (main): Likewise.
13678         * gdb.base/gcore.c (main): Likewise.
13679         * gdb.base/huge.c (main): Likewise.
13680         * gdb.base/multi-forks.c (main): Likewise.
13681         * gdb.base/pr10179-a.c (main): Likewise.
13682         * gdb.base/savedregs.c (main): Likewise.
13683         * gdb.base/sigaltstack.c (main): Likewise.
13684         * gdb.base/siginfo.c (main): Likewise.
13685         * gdb.base/structs.c (zed): Likewise.
13686         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13687         * gdb.mi/mi-syn-frame.c (main): Likewise.
13688         * gdb.mi/until.c (foo, main): Likewise.
13689         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13690         * gdb.base/solib-weak.c (foo): Declare.
13691         * gdb.base/attach-twice.c: Include stdio.h.
13692         * gdb.base/weaklib1.c: Likewise.
13693         * gdb.base/weaklib2.c: Likewise.
13694         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13695         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13696         unistd.h.
13697         * gdb.base/attach-pie-misread.c: Include stdlib.h.
13698         * gdb.mi/mi-exit-code.c: Likewise.
13699         * gdb.base/break-interp-lib.c: Include string.h.
13700         * gdb.base/coremaker.c: Likewise.
13701         * gdb.base/testenv.c: Likewise.
13702         * gdb.python/py-finish-breakpoint.c: Likewise.
13703         * gdb.base/inferior-died.c: Include sys/wait.h.
13704         * gdb.base/fileio.c: Include time.h.
13705         * gdb.base/async-shell.c: Include unistd.h.
13706         * gdb.base/dprintf-non-stop.c: Likewise.
13707         * gdb.base/info-os.c: Likewise.
13708         * gdb.mi/mi-console.c: Likewise.
13709         * gdb.mi/watch-nonstop.c: Likewise.
13710         * gdb.python/py-events.c: Likewise.
13711         * gdb.base/async.c (baz): Move up before its invocation.
13712         * gdb.base/code_elim2.c (my_global_func): Likewise.
13713         * gdb.base/skip-solib-lib.c (multiply): Likewise.
13714         * gdb.base/advance.c (func2): Likewise.
13715
13716 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13717
13718         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13719         variant.
13720         * gdb.base/annota3.c: Likewise.
13721         * gdb.base/async.c: Likewise.
13722         * gdb.base/average.c: Likewise.
13723         * gdb.base/call-ar-st.c: Likewise.
13724         * gdb.base/call-rt-st.c: Likewise.
13725         * gdb.base/call-sc.c: Likewise.
13726         * gdb.base/call-strs.c: Likewise.
13727         * gdb.base/ending-run.c: Likewise.
13728         * gdb.base/execd-prog.c: Likewise.
13729         * gdb.base/exprs.c: Likewise.
13730         * gdb.base/foll-exec.c: Likewise.
13731         * gdb.base/foll-fork.c: Likewise.
13732         * gdb.base/foll-vfork.c: Likewise.
13733         * gdb.base/funcargs.c: Likewise.
13734         * gdb.base/gcore.c: Likewise.
13735         * gdb.base/jump.c: Likewise.
13736         * gdb.base/langs0.c: Likewise.
13737         * gdb.base/langs1.c: Likewise.
13738         * gdb.base/langs2.c: Likewise.
13739         * gdb.base/mips_pro.c: Likewise.
13740         * gdb.base/nodebug.c: Likewise.
13741         * gdb.base/opaque0.c: Likewise.
13742         * gdb.base/opaque1.c: Likewise.
13743         * gdb.base/recurse.c: Likewise.
13744         * gdb.base/run.c: Likewise.
13745         * gdb.base/scope0.c: Likewise.
13746         * gdb.base/scope1.c: Likewise.
13747         * gdb.base/setshow.c: Likewise.
13748         * gdb.base/setvar.c: Likewise.
13749         * gdb.base/shmain.c: Likewise.
13750         * gdb.base/shr1.c: Likewise.
13751         * gdb.base/shr2.c: Likewise.
13752         * gdb.base/sigall.c: Likewise.
13753         * gdb.base/signals.c: Likewise.
13754         * gdb.base/so-indr-cl.c: Likewise.
13755         * gdb.base/solib2.c: Likewise.
13756         * gdb.base/structs.c: Likewise.
13757         * gdb.base/sum.c: Likewise.
13758         * gdb.base/vforked-prog.c: Likewise.
13759         * gdb.base/watchpoint.c: Likewise.
13760         * gdb.reverse/shr2.c: Likewise.
13761         * gdb.reverse/until-reverse.c: Likewise.
13762         * gdb.reverse/ur1.c: Likewise.
13763         * gdb.reverse/watch-reverse.c: Likewise.
13764
13765 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13766
13767         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13768         variant.
13769         * gdb.base/sepdebug.exp: Drop references to removed code.
13770
13771 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13772
13773         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13774         variant.  Preserve original line numbering.
13775         * gdb.base/list1.c: Likewise.
13776
13777 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13778
13779         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13780         variant.
13781         * gdb.base/break1.c: Likewise.
13782         * gdb.base/break.exp: Drop references to removed code.
13783
13784 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13785
13786         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13787         variant.
13788
13789 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13790
13791         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13792
13793 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13794
13795         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
13796         logic into perform_all_tests() and invoke it with and without
13797         function header prototypes.
13798         (do_function_calls): Remove conditional XFAIL for PR 5318.
13799         (rerun_and_prepare): Remove duplicate code.
13800         (perform_all_tests): New.  Main logic moved here.
13801
13802 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13803
13804         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13805         code guarded by #ifdef NO_PROTOTYPES.
13806         (t_double_many_args): Likewise.
13807         (DEF_FUNC_MANY_ARGS_1): Likewise.
13808         (DEF_FUNC_VALUES_1): Likewise.
13809         (t_structs_ldc): Renamed from t_structs_fc in conditional code
13810         guarded by #ifdef PROTOTYPES.
13811
13812 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13813
13814         * gdb.mi/mi-console.c: Add eye-catcher.
13815         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13816         instead of literal line number.
13817
13818 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13819
13820         * gdb.base/shr2.c: Add eye-catcher.
13821         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13822         line number.
13823
13824 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13825
13826         * gdb.base/jump.c: Add eye-catchers.
13827         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13828         numbers.
13829
13830 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13831
13832         * gdb.base/execd-prog.c: Add eye-catchers.
13833         * gdb.base/foll-exec.c: Likewise.
13834         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13835         line numbers.
13836
13837 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13838
13839         * gdb.base/ending-run.c: Add eye-catchers.
13840         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13841         literal line numbers.
13842
13843 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13844
13845         * gdb.base/call-rt-st.c: Add eye-catchers.
13846         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13847         literal line numbers.
13848
13849 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13850
13851         * gdb.base/call-ar-st.c: Add eye-catchers.
13852         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13853         literal line numbers.
13854
13855 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13856
13857         * gdb.base/average.c: Add eye-catchers.
13858         * gdb.base/sum.c: Likewise.
13859         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13860         regexps dynamically.
13861
13862 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13863
13864         * gdb.base/solib1.c: Add eye-catchers.
13865         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13866         literal line numbers.
13867
13868 2014-11-12  Pedro Alves  <palves@redhat.com>
13869
13870         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13871         leader has exited.
13872
13873 2014-11-12  Pedro Alves  <palves@redhat.com>
13874
13875         * gdb.arch/i386-bp_permanent.c: New file.
13876         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13877         (srcfile): Set to i386-bp_permanent.c.
13878         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
13879         that stepi does not execute the 'leave' instruction, instead of
13880         testing it does execute.
13881         * gdb.base/bp-permanent.c: New file.
13882         * gdb.base/bp-permanent.exp: New file.
13883
13884 2014-11-10  Doug Evans  <xdje42@gmail.com>
13885
13886         PR symtab/17564
13887         * gdb.base/symtab-search-order.exp: New file.
13888         * gdb.base/symtab-search-order.c: New file.
13889         * gdb.base/symtab-search-order-1.c: New file.
13890         * gdb.base/symtab-search-order-shlib-1.c: New file.
13891
13892 2014-11-07  Pedro Alves  <palves@redhat.com>
13893
13894         PR gdb/17511
13895         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13896         i?86-*-linux*.
13897
13898 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
13899
13900         PR c++/17494
13901         * gdb.cp/pr17494.cc: New file.
13902         * gdb.cp/pr17494.exp: New file.
13903
13904 2014-11-02  Yao Qi  <yao@codesourcery.com>
13905
13906         * gdb.python/python.exp: Get working directory and match the
13907         output of "set extended-prompt \\w " with it.
13908
13909 2014-10-30  Doug Evans  <dje@google.com>
13910
13911         * gdb.python/py-objfile.exp: Add tests for setting random attributes
13912         in objfiles.
13913         * gdb.python/py-progspace.exp: Add tests for setting random attributes
13914         in progspaces.
13915
13916 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
13917
13918         * gdb.base/fullpath-expand.exp: Skip for a remote host.
13919         * gdb.base/realname-expand.exp: Likewise.
13920         * gdb.linespec/macro-relative.exp: Likewise.
13921
13922 2014-10-29  Pedro Alves  <palves@redhat.com>
13923
13924         PR gdb/17408
13925         * gdb.threads/schedlock.c (some_function): New function.
13926         (call_function): New global.
13927         (MAYBE_CALL_SOME_FUNCTION): New macro.
13928         (thread_function): Call it.
13929         * gdb.threads/schedlock.exp (get_args): Add description parameter,
13930         and use it instead of a global counter.  Adjust all callers.
13931         (get_current_thread): Use "find current thread" for test message
13932         here rather than having all callers pass down the same string.
13933         (goto_loop): New procedure, factored out from ...
13934         (my_continue): ... this.
13935         (step_ten_loops): Change parameter from test message to command to
13936         use.  Adjust.
13937         (list_count): Delete global.
13938         (check_result): New procedure, factored out from duplicate top
13939         level code.
13940         (continue tests): Wrap in with_test_prefix.
13941         (test_step): New procedure, factored out from duplicate top level
13942         code.
13943         (top level): Test "step" in combination with all scheduler-locking
13944         modes.  Test "next" in combination with all scheduler-locking
13945         modes, and in combination with stepping over a function call or
13946         not.
13947         * gdb.threads/next-bp-other-thread.c: New file.
13948         * gdb.threads/next-bp-other-thread.exp: New file.
13949
13950 2014-10-29  Pedro Alves  <palves@redhat.com>
13951
13952         PR python/17372
13953         * gdb.python/python.exp: Test a multi-line command that spawns
13954         interactive Python.
13955         * gdb.base/multi-line-starts-subshell.exp: New file.
13956
13957 2014-10-29  Yao Qi  <yao@codesourcery.com>
13958
13959         * gdb.base/fileio.exp: Make directories on host.
13960
13961 2014-10-29  Yao Qi  <yao@codesourcery.com>
13962
13963         * gdb.base/fileio.c (test_write): Close the file.
13964
13965 2014-10-28  Pedro Alves  <palves@redhat.com>
13966
13967         PR gdb/12623
13968         * gdb.base/sigstep.c (no_handler): New global.
13969         (main): If 'no_handler is true, set the signal handlers to
13970         SIG_IGN.
13971         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13972         with_sw_watch and no_handler parameters.  Handle them.
13973         (top level) <stepping over handler when stopped at a breakpoint
13974         test>: Add a test axis for testing with a software watchpoint, and
13975         another for testing with the signal handler set to SIG_IGN.
13976         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13977         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13978
13979 2014-10-28  Pedro Alves  <palves@redhat.com>
13980
13981         PR gdb/17511
13982         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13983         * gdb.base/sigstep.exp (other_handler_location): New global.
13984         (advance): Support stepping into the signal handler, and running
13985         commands while in the handler.
13986         (in_handler_map): New global.
13987         (top level): In the advance test, add combinations for getting
13988         into the handler with stepping commands, and for running commands
13989         in the handler.  Add comment descripting the advancei tests.
13990
13991 2014-10-28  Pedro Alves  <palves@redhat.com>
13992
13993         * gdb.base/sigstep.exp: Use build_executable instead of
13994         prepare_for_testing.
13995         (top level): Move code that starts GDB, runs to main and creates a
13996         display to ...
13997         (restart): ... this new procedure.
13998         (top level): Move backtrace from signal handler test to ...
13999         (validate_backtrace): ... this new procedure.
14000         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
14001         with_test_prefix.  Always restart GDB.
14002         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
14003         with_test_prefix.  Always restart GDB.  No need to delete
14004         breakpoints after the test.
14005         (test_skip_handler): Remove prefix parameter.
14006         (skip_over_handler, breakpoint_to_handler)
14007         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14008         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
14009         restart GDB.  No need to delete breakpoints after the test.
14010         (top level): Use foreach to call the test procedures with
14011         different commands.
14012
14013 2014-10-28  Pedro Alves  <palves@redhat.com>
14014
14015         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14016         instead of GNATS numbers.
14017         * gdb.base/sigbpt.exp: Likewise.
14018         * gdb.base/siginfo.exp: Likewise.
14019         * gdb.base/sigstep.exp: Likewise.
14020
14021 2014-10-27  Pedro Alves  <palves@redhat.com>
14022
14023         * gdb.base/sigstep.c (dummy): New global.
14024         (main): Issue a couple writes to the new global.
14025         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14026         procedures.
14027         (skip_over_handler): Use test_skip_handler.
14028         (top level): Call skip_over_handler for stepi and nexti too.
14029         (breakpoint_over_handler): Use test_skip_handler.
14030         (top level): Call breakpoint_over_handler for stepi and nexti too.
14031
14032 2014-10-27  Yao Qi  <yao@codesourcery.com>
14033
14034         * gdb.trace/tfile.c (adjust_function_address)
14035         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14036         function descriptor.
14037
14038 2014-10-24  Don Breazeal  <donb@codesourcery.com>
14039
14040         * gdb.base/foll-fork.exp (test_follow_fork,
14041         catch_fork_child_follow): Check for updated fork messages emitted
14042         from infrun.c.
14043         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14044         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14045         vfork_and_exec_child_follow_through_step): Check for updated vfork
14046         messages emitted from infrun.c.
14047
14048 2014-10-24  Pedro Alves  <palves@redhat.com>
14049
14050         * gdb.base/corefile.exp: Remove references to ultrix.
14051         * gdb.base/interrupt.exp: Likewise.
14052         * gdb.base/whatis.exp: Likewise.
14053         * gdb.gdb/selftest.exp: Likewise.
14054         * gdb.threads/manythreads.exp: Likewise.
14055         * gdb.threads/print-threads.exp: Likewise.
14056         * gdb.threads/pthreads.exp:: Likewise.
14057         * gdb.threads/schedlock.exp: Likewise.
14058
14059 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
14060
14061         * gdb.cp/non-trivial-retval.cc: Add a test case.
14062         * gdb.cp/non-trivial-retval.exp: Add a test.
14063
14064 2014-10-20  Yao Qi  <yao@codesourcery.com>
14065
14066         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14067         * gdb.python/py-objfile-script-gdb.py: New file.
14068         * gdb.python/py-objfile-script.exp: Update reference to
14069         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
14070         of remote_download.  Remove the dest file.
14071
14072 2014-10-20  Yao Qi  <yao@codesourcery.com>
14073
14074         * gdb.base/checkpoint.exp: Don't remove file copied on host.
14075         * gdb.base/step-line.exp: Likewise.
14076         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14077         * gdb.dwarf2/dw2-basic.exp: Likewise.
14078         * gdb.dwarf2/dw2-compressed.exp: Likewise.
14079         * gdb.dwarf2/dw2-filename.exp: Likewise.
14080         * gdb.dwarf2/dw2-intercu.exp: Likewise.
14081         * gdb.dwarf2/dw2-intermix.exp: Likewise.
14082         * gdb.dwarf2/dw2-producer.exp: Likewise.
14083         * gdb.dwarf2/mac-fileno.exp: Likewise.
14084         * gdb.python/py-frame-args.exp: Likewise.
14085         * gdb.python/py-framefilter.exp: Likewise.
14086         * gdb.python/py-mi.exp: Likewise.
14087         * gdb.python/py-objfile-script.exp: Likewise
14088         * gdb.python/py-pp-integral.exp: Likewise.
14089         * gdb.python/py-pp-re-notag.exp: Likewise.
14090         * gdb.python/py-prettyprint.exp: Likewise.
14091         * gdb.python/py-section-script.exp: Likewise.
14092         * gdb.python/py-typeprint.exp: Likewise.
14093         * gdb.python/py-xmethods.exp: Likewise.
14094         * gdb.stabs/weird.exp: Likewise.
14095         * gdb.xml/tdesc-regs.exp: Likewise.
14096
14097 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
14098
14099         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14100         (out_cu): Use addr_len for the size of addresses.
14101         (out_line): Likewise.  Size DW_LNE_set_address instruction
14102         according to addr_len.
14103         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14104         (FUNC): Add START_INSNS to definition.
14105
14106 2014-10-18  Yao Qi  <yao@codesourcery.com>
14107
14108         * gdb.base/argv0-symlink.exp: Check argv[0] value if
14109         gdb_has_argv0 return true.
14110         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14111         check [target_info exists noargs], check [gdb_has_argv0]
14112         instead.
14113         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14114         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14115         procedures.
14116
14117 2014-10-17  Doug Evans  <dje@google.com>
14118
14119         * gdb.python/py-events.exp: Update expected output for clear_objfiles
14120         event.
14121         * gdb.python/py-events.py: Add clear_objfiles event.
14122
14123 2014-10-17  Doug Evans  <dje@google.com>
14124
14125         * gdb.python/py-objfile.exp: Test progspace attribute.
14126
14127 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
14128
14129         * gdb.guile/scm-breakpoint.exp: Do not assume any
14130         directory separators when matching source file paths.
14131         * gdb.python/py-breakpoint.exp: Likewise.
14132         * gdb.reverse/break-precsave.exp: Likewise.
14133         * gdb.reverse/break-reverse.exp: Likewise.
14134         * gdb.reverse/consecutive-precsave.exp: Likewise.
14135         * gdb.reverse/finish-precsave.exp: Likewise.
14136         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14137         * gdb.reverse/finish-reverse.exp: Likewise.
14138         * gdb.reverse/i386-precsave.exp: Likewise.
14139         * gdb.reverse/i387-env-reverse.exp: Likewise.
14140         * gdb.reverse/i387-stack-reverse.exp: Likewise.
14141         * gdb.reverse/machinestate-precsave.exp: Likewise.
14142         * gdb.reverse/machinestate.exp: Likewise.
14143         * gdb.reverse/sigall-precsave.exp: Likewise.
14144         * gdb.reverse/solib-precsave.exp: Likewise.
14145         * gdb.reverse/step-precsave.exp: Likewise.
14146         * gdb.reverse/until-precsave.exp: Likewise.
14147         * gdb.reverse/watch-precsave.exp: Likewise.
14148         * gdb.reverse/watch-reverse.exp: Likewise.
14149
14150 2014-10-17  Yao Qi  <yao@codesourcery.com>
14151
14152         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14153         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14154
14155 2014-10-17  Pedro Alves  <palves@redhat.com>
14156
14157         PR gdb/17471
14158         * gdb.base/bg-execution-repeat.c: New file.
14159         * gdb.base/bg-execution-repeat.exp: New file.
14160
14161 2014-10-17  Pedro Alves  <palves@redhat.com>
14162
14163         PR gdb/17300
14164         * gdb.base/continue-all-already-running.c: New file.
14165         * gdb.base/continue-all-already-running.exp: New file.
14166
14167 2014-10-17  Pedro Alves  <palves@redhat.com>
14168
14169         PR gdb/17472
14170         * gdb.base/annota-input-while-running.c: New file.
14171         * gdb.base/annota-input-while-running.exp: New file.
14172
14173 2014-10-17  Pedro Alves  <palves@redhat.com>
14174
14175         * gdb.base/callfuncs.exp: emove references to osf.
14176         * gdb.base/sigall.exp: Likewise.
14177         * gdb.gdb/selftest.exp: Likewise.
14178         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14179         * gdb.mi/non-stop.c: Likewise.
14180         * gdb.mi/pthreads.c: Likewise.
14181         * gdb.reverse/sigall-precsave.exp: Likewise.
14182         * gdb.reverse/sigall-reverse.exp: Likewise.
14183         * gdb.threads/pthreads.c: Likewise.
14184         * gdb.threads/pthreads.exp: Likewise.
14185
14186 2014-10-17  Yao Qi  <yao@codesourcery.com>
14187
14188         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14189         check 'target_info exists noargs'.
14190         (test_command_prompt_position): Likewise.
14191         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14192         Remove "set args".
14193         (progvar_simple_while_test): Likewise.
14194         (progvar_complex_if_while_test): Likewise.
14195         (if_while_breakpoint_command_test): Likewise.
14196         (infrun_breakpoint_command_test): Likewise.
14197         (breakpoint_command_test): Likewise.
14198         (watchpoint_command_test): Likewise.
14199         (bp_deleted_in_command_test): Likewise.
14200         (temporary_breakpoint_commands): Likewise.
14201
14202 2014-10-16  Yao Qi  <yao@codesourcery.com>
14203
14204         * gdb.base/remotetimeout.exp: Remove noargs checking.
14205
14206 2014-10-15  Pedro Alves  <palves@redhat.com>
14207
14208         PR breakpoints/9649
14209         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14210         * gdb.base/breakpoint-in-ro-region.exp
14211         (probe_target_hardware_step): New procedure.
14212         (top level): Probe hardware stepping and hardware breakpoint
14213         support.  Test stepping through a read-only region, with both
14214         "breakpoint auto-hw" on and off and both "always-inserted" on and
14215         off.
14216
14217 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
14218
14219         * gdb.dlang/demangle.exp: Update for demangling changes.
14220
14221 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
14222
14223         * gdb.cp/non-trivial-retval.cc: Add new test cases.
14224         * gdb.cp/non-trivial-retval.exp: Add new tests.
14225
14226 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
14227
14228         PR c++/13403
14229         PR c++/15154
14230         * gdb.cp/non-trivial-retval.cc: New file.
14231         * gdb.cp/non-trivial-retval.exp: New file.
14232
14233 2014-10-15  Yao Qi  <yao@codesourcery.com>
14234
14235         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14236         remote host.
14237
14238 2014-10-15  Yao Qi  <yao@codesourcery.com>
14239
14240         * gdb.python/py-symbol.exp: Match file base name if host is
14241         remote, otherwise match file name with dir name.
14242         * gdb.python/py-symtab.exp: Likewise.
14243         * gdb.python/python.exp: Likewise.
14244
14245 2014-10-15  Yao Qi  <yao@codesourcery.com>
14246
14247         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14248         pattern.
14249         * gdb.python/py-symtab.exp: Likewise.
14250         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
14251         locationn.
14252
14253 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
14254
14255         * gdb.ada/addr_arith: New testcase.
14256
14257 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
14258
14259         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14260         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14261         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14262         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14263
14264 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
14265
14266         * gdb.arch/stap-eval-lang-ada.S: Likewise.
14267         * gdb.arch/stap-eval-lang-ada.c: Likewise.
14268         * gdb.arch/stap-eval-lang-ada.exp: New file.
14269
14270 2014-10-14  Yao Qi  <yao@codesourcery.com>
14271
14272         * gdb.mi/mi-var-child.c (nothing1): New function.
14273         (nothing2): New function.
14274         (do_children_tests): Set function pointers by nothing1 and
14275         nothing2.
14276         * gdb.mi/mi-var-child.exp: Step over new added statements.
14277         Update test to match the new output.
14278         * gdb.mi/var-cmd.c (nothing1): New function.
14279         (nothing2): New function.
14280         (do_children_tests): Set function pointers by  nothing1 and
14281         nothing2.
14282         * gdb.mi/mi-var-display.exp: Update test to match output.
14283         Step to the line specified by $line_dct_nothing.
14284         Increase the number of lines to step.
14285
14286 2014-10-14  Yao Qi  <yao@codesourcery.com>
14287
14288         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14289         tests.
14290         * gdb.mi/mi2-var-child.exp: Likewise.
14291
14292 2014-10-13  Doug Evans  <dje@google.com>
14293
14294         * gdb.python/py-objfile.exp: Change name of file name test.
14295
14296 2014-10-13  Doug Evans  <dje@google.com>
14297
14298         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14299         from the start of the CU.
14300
14301 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
14302             Yao Qi  <yao@codesourcery.com>
14303
14304         Fix "save breakpoints" for "catch" command.
14305         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14306         Remove -nonewline.  Match also the added "main" line.
14307
14308 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
14309
14310         Fix "save breakpoints" for "disable $bpnum" command.
14311         * gdb.base/save-bp.c (main): Add label.
14312         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
14313
14314 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
14315
14316         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14317
14318 2014-10-11  Yao Qi  <yao@codesourcery.com>
14319
14320         * gdb.server/server-kill.exp: Execute command
14321         "set remote trace-status-packet on" before "tstatus".
14322
14323 2014-10-11  Yao Qi  <yao@codesourcery.com>
14324
14325         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14326         (main): Call getppid.
14327         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14328         and continue to it.  Read variable "server_pid".
14329
14330 2014-10-11  Yao Qi  <yao@codesourcery.com>
14331
14332         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14333
14334 2014-10-11  Yao Qi  <yao@codesourcery.com>
14335
14336         * gdb.threads/thread-find.exp: Don't execute command
14337         "info threads".
14338         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14339         * gdb.threads/linux-dp.exp: Don't check the condition
14340         $threads_created equals to zero.
14341
14342 2014-10-10  Pedro Alves  <palves@redhat.com>
14343
14344         * gdb.base/bigcore.exp: Remove references to IRIX.
14345         * gdb.base/funcargs.exp: Likewise.
14346         * gdb.base/interrupt.exp: Likewise.
14347         * gdb.base/mips_pro.exp: Likewise.
14348         * gdb.base/nodebug.exp: Likewise.
14349         * gdb.base/setvar.exp: Likewise.
14350         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14351
14352 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
14353             Pedro Alves  <palves@redhat.com>
14354
14355         PR symtab/14466
14356         * gdb.base/vdso-warning.c: New file.
14357         * gdb.base/vdso-warning.exp: New file.
14358
14359 2014-10-02  Doug Evans  <dje@google.com>
14360
14361         * gdb.base/structs.c (main): Don't run forever.
14362
14363 2014-10-02  Pedro Alves  <palves@redhat.com>
14364
14365         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14366         (top level) <stop threads 1, stop threads 2>: Use it.
14367
14368 2014-10-02  Pedro Alves  <palves@redhat.com>
14369
14370         * gdb.threads/break-while-running.exp (test): Add new
14371         'update_thread_list' argument.  Skip "info threads" if false.
14372         (top level): Add new 'update_thread_list' axis.
14373
14374 2014-10-02  Pedro Alves  <palves@redhat.com>
14375
14376         PR breakpoints/17431
14377         * gdb.base/execl-update-breakpoints.c: New file.
14378         * gdb.base/execl-update-breakpoints.exp: New file.
14379
14380 2014-10-01  Pedro Alves  <palves@redhat.com>
14381
14382         * gdb.base/breakpoint-in-ro-region.c: New file.
14383         * gdb.base/breakpoint-in-ro-region.exp: New file.
14384
14385 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
14386
14387         * gdb.mi/mi-exit-code.exp: New file.
14388         * gdb.mi/mi-exit-code.c: New file.
14389
14390 2014-09-30  Yao Qi  <yao@codesourcery.com>
14391
14392         * lib/prelink-support.exp (build_executable_own_libs): Error if
14393         the target isn't native.
14394
14395 2014-09-30  Yao Qi  <yao@codesourcery.com>
14396
14397         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14398         false.
14399
14400 2014-09-22  Pedro Alves  <palves@redhat.com>
14401
14402         * gdb.threads/break-while-running.exp: New file.
14403         * gdb.threads/break-while-running.c: New file.
14404
14405 2014-09-19  Yao Qi  <yao@codesourcery.com>
14406
14407         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14408         Invoke test.  Restart GDB with --readnow and invoke test again.
14409
14410 2014-09-19  Yao Qi  <yao@codesourcery.com>
14411
14412         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14413         proc set_breakpoint_on_gcd_function.  Invoke
14414         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
14415         invoke set_breakpoint_on_gcd_function again.
14416
14417 2014-09-18  Doug Evans  <dje@google.com>
14418
14419         * gdb.dwarf2/symtab-producer.exp: New file.
14420
14421 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
14422
14423         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14424         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14425         * gdb.base/global-var-nested-by-dso.c: Likewise.
14426         * gdb.base/global-var-nested-by-dso.exp: Likewise.
14427
14428 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
14429             Pedro Alves  <palves@redhat.com>
14430
14431         * gdb.base/watch-bitfields.exp: Pass string other than test file
14432         name to prepare_for_testing.
14433         (watch): New procedure.
14434         (expect_watchpoint): Use with_test_prefix.
14435         (top level): Factor out tests to ...
14436         (test_watch_location, test_regular_watch): ... these new
14437         procedures, and use with_test_prefix and gdb_continue_to_end.
14438
14439 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
14440
14441         PR breakpoints/12526
14442         * gdb.base/watch-bitfields.exp: New file.
14443         * gdb.base/watch-bitfields.c: New file.
14444
14445 2014-09-16  Pedro Alves  <palves@redhat.com>
14446
14447         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14448         software and hardware addresses, not software address against
14449         itself.
14450
14451 2014-09-16  Pedro Alves  <palves@redhat.com>
14452
14453         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14454         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14455
14456 2014-09-16  Pedro Alves  <palves@redhat.com>
14457
14458         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14459         files.
14460         * gdb.base/a2-run.exp: Remove all code guarded by istarget
14461         "*-*-vxworks*" throughout.
14462         * gdb.base/break.exp: Likewise.
14463         * gdb.base/default.exp: Likewise.
14464         * gdb.base/scope.exp: Likewise.
14465         * gdb.base/sepdebug.exp: Likewise.
14466         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14467         throughout.
14468         * gdb.base/run.c: Likewise.
14469         * gdb.base/sepdebug.c: Likewise.
14470         * gdb.hp/gdb.aCC/run.c: Likewise.
14471         * gdb.reverse/until-reverse.c: Likewise.
14472         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14473
14474 2014-09-16  Yao Qi  <yao@codesourcery.com>
14475
14476         * boards/local-remote-host-native.exp: New file.
14477
14478 2014-09-14  Doug Evans  <xdje42@gmail.com>
14479
14480         * gdb.threads/queue-signal.c (thread_count): New variable.
14481         (thread_count_mutex, thread_count_condvar): New variables.
14482         (incr_thread_count, wait_all_threads_running): New functions.
14483         (main): Wait for all threads to be in their thread functions.
14484
14485 2014-09-13  Doug Evans  <xdje42@gmail.com>
14486
14487         * gdb.threads/queue-signal.c: New file.
14488         * gdb.threads/queue-signal.exp: New file.
14489
14490 2014-09-13  Doug Evans  <xdje42@gmail.com>
14491
14492         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14493         be consistent with what default_gdb_init uses.
14494         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14495         the plain text of the prompt.  Add some logging printfs.
14496         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14497
14498 2014-09-12  Pedro Alves  <palves@redhat.com>
14499
14500         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14501         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14502         * gdb.arch/i386-size-overlap.exp: Likewise.
14503         * gdb.arch/i386-size.exp: Likewise.
14504         * gdb.arch/i386-unwind.exp: Likewise.
14505         * gdb.base/a2-run.exp: Likewise.
14506         * gdb.base/break.exp: Likewise.
14507         * gdb.base/charset.exp: Likewise.
14508         * gdb.base/chng-syms.exp: Likewise.
14509         * gdb.base/commands.exp: Likewise.
14510         * gdb.base/dbx.exp: Likewise.
14511         * gdb.base/find.exp: Likewise.
14512         * gdb.base/funcargs.exp: Likewise.
14513         * gdb.base/jit-simple.exp: Likewise.
14514         * gdb.base/reread.exp: Likewise.
14515         * gdb.base/sepdebug.exp: Likewise.
14516         * gdb.base/step-bt.exp: Likewise.
14517         * gdb.cp/mb-inline.exp: Likewise.
14518         * gdb.cp/mb-templates.exp: Likewise.
14519         * gdb.objc/basicclass.exp: Likewise.
14520         * gdb.threads/killed.exp: Likewise.
14521
14522 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14523
14524         PR tdep/17379
14525         * gdb.arch/powerpc-stackless.S: New file.
14526         * gdb.arch/powerpc-stackless.exp: New file.
14527
14528 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
14529
14530         * gdb.base/attach.c: Include unistd.h.
14531         (main): Call alarm.  Add label postloop.
14532         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14533         gdb_breakpoint, gdb_continue_to_breakpoint.
14534         (test_command_line_attach_run): Kill ${testpid} in one exit path.
14535
14536 2014-09-11  Pedro Alves  <palves@redhat.com>
14537
14538         PR gdb/17347
14539         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14540         * gdb.base/attach.exp (test_command_line_attach_run): New
14541         procedure.
14542         (top level): Call it.
14543
14544 2014-09-11  Pedro Alves  <palves@redhat.com>
14545
14546         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14547         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14548         (do_command_attach_tests): Use spawn_wait_for_attach.
14549         * gdb.base/solib-overlap.exp: Likewise.
14550         * gdb.multi/multi-attach.exp: Likewise.
14551         * gdb.python/py-prompt.exp: Likewise.
14552         * gdb.python/py-sync-interp.exp: Likewise.
14553         * gdb.server/ext-attach.exp: Likewise.
14554
14555 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
14556
14557         * gdb.fortran/array-element.exp: Remove unexpected "continue"
14558         command in testcase.  Simplify testcase.
14559
14560 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14561
14562         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14563
14564 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14565
14566         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14567
14568 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14569
14570         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14571
14572 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14573
14574         * gdb.dwarf2/dynarr-ptr.c: New file.
14575         * gdb.dwarf2/dynarr-ptr.exp: New file.
14576
14577 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14578
14579         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14580         of 30 rather than hardcoding 120 for a slow test case.  Take the
14581         `gdb,timeout' target setting into account for this calculation.
14582         Don't extend the timeout for the test cases that don't need it.
14583
14584 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14585
14586         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14587         a factor of 2 for a slow test case.  Take the `gdb,timeout'
14588         target setting into account for this calculation.
14589         * gdb.reverse/until-precsave.exp: Increase the timeout by
14590         a factor of 15 and 3 respectively rather than adding 120
14591         for a pair of slow test cases.  Take the `gdb,timeout'
14592         target setting into account for this calculation.
14593
14594 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14595
14596         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14597         timeout, don't pass one down to gdb_expect.
14598         (gdb_expect): Rework timeout selection.
14599
14600 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14601
14602         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14603         exception on timeout.
14604         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14605         (gdbserver_start_extended): Catch any `gdbserver_start' error
14606         exceptions.
14607         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14608         * lib/mi-support.exp (mi_gdb_target_load): Catch any
14609         `gdbserver_gdb_load' error exceptions.
14610
14611 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14612
14613         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14614         120 on waiting for the TCP socket to open.
14615
14616 2014-09-09  Doug Evans  <xdje42@gmail.com>
14617
14618         * gdb.base/default.exp (show_conv_list): Add _caller_is,
14619         _caller_matches, _any_caller_is, _any_caller_matches.
14620
14621 2014-09-09  Doug Evans  <xdje42@gmail.com>
14622
14623         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14624
14625 2014-09-09  Yao Qi  <yao@codesourcery.com>
14626
14627         * gdb.mi/mi-var-display.exp: Set print symbol off.
14628
14629 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
14630
14631         PR gdb/17035
14632         * gdb.base/commands.exp: Add tests to verify user-defined
14633         commands with empty bodies.
14634         * gdb.python/py-cmd.exp: Test that we don't show user-defined
14635         python commands in `show user command`.
14636         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14637         scheme commands in `show user command`.
14638
14639 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
14640
14641         PR python/17355
14642         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14643         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14644         * gdb.python/py-framefilter-invalidarg.exp: New file.
14645         * gdb.python/py-framefilter-invalidarg.py: New file.
14646
14647 2014-09-06  Doug Evans  <xdje42@gmail.com>
14648
14649         PR 15276
14650         * gdb.python/py-caller-is.c: New file.
14651         * gdb.python/py-caller-is.exp: New file.
14652
14653 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
14654
14655         PR gdb/17235
14656         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14657         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14658
14659 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
14660
14661         PR fortran/17237
14662         * gdb.fortran/print-formatted.exp: New file.
14663         * gdb.fortran/print-formatted.f90: Likewise.
14664
14665 2014-09-03  Sasha Smundak  <asmundak@google.com>
14666
14667         * gdb.python/py-frame.exp: Test Frame.read_register.
14668
14669 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
14670
14671         PR python/16699
14672         * gdb.python/py-completion.exp: New file.
14673         * gdb.python/py-completion.py: Likewise.
14674
14675 2014-08-28  Doug Evans  <dje@google.com>
14676
14677         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14678         eax,etc. are live with values set by gdb and thus the compiler can't
14679         use them.
14680         * gdb.arch/i386-pseudo.c (main): Ditto.
14681
14682 2014-08-27  Doug Evans  <dje@google.com>
14683
14684         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14685
14686 2014-08-25  Doug Evans  <dje@google.com>
14687
14688         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14689         (main): Ditto.
14690
14691 2014-08-25  Doug Evans  <dje@google.com>
14692
14693         * gdb.threads/thread-execl.exp: #include <stdio.h>.
14694
14695 2014-08-24  Yao Qi  <yao@codesourcery.com>
14696
14697         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14698         symbol off.
14699         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14700
14701 2014-08-22  Doug Evans  <dje@google.com>
14702
14703         PR 17276
14704         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14705         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14706         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14707
14708 2014-08-22  Yao Qi  <yao@codesourcery.com>
14709
14710         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14711         * gdb.python/py-finish-breakpoint2.exp: Likewise.
14712         * gdb.python/python.exp: Likewise.  Use .py file on the host
14713         instead of the build.
14714
14715 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
14716
14717         * gdb.threads/gcore-stale-thread.c: New file.
14718         * gdb.threads/gcore-stale-thread.exp: New file.
14719
14720 2014-08-21  Pedro Alves  <palves@redhat.com>
14721
14722         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14723         * gdb.base/gcore-relro-pie.exp: Likewise.
14724         * gdb.base/gcore-relro.exp: Likewise.
14725         * gdb.base/gcore.exp: Likewise.
14726         * gdb.base/print-symbol-loading.exp: Likewise.
14727         * gdb.threads/gcore-thread.exp: Likewise.
14728         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14729
14730 2014-08-20  Pedro Alves  <palves@redhat.com>
14731             Jan Kratochvil  <jan.kratochvil@redhat.com>
14732
14733         * Makefile.in (EXTRA_RULES, CC): New variables, get from
14734         configure.
14735         (EXPECT): Handle READ1 being set.
14736         (all): Depend on EXTRA_RULES.
14737         (check-read1, expect-read1, read1.so, read1): New rules.
14738         * README (Testsuite Parameters): Document the READ1 make variable.
14739         (Race detection): New section.
14740         * configure: Regenerate.
14741         * configure.ac: If build==host==target, and running under a
14742         GNU/glibc system, add read1 to the extra Makefile rules.
14743         (EXTRA_RULES): AC_SUBST it.
14744         * lib/read1.c: New file.
14745
14746 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
14747
14748         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14749         the handling of variables declared as a typedef to an array
14750         which a DW_AT_data_location attribute.
14751
14752 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
14753             Pedro Alves  <palves@redhat.com>
14754
14755         PR symtab/14604
14756         PR symtab/14605
14757         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14758         gdb_test.
14759
14760 2014-08-19  Pedro Alves  <palves@redhat.com>
14761
14762         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14763
14764 2014-08-19  Yao Qi  <yao@codesourcery.com>
14765
14766         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14767         right line.
14768
14769 2014-08-18  David Blaikie  <dblaikie@gmail.com>
14770
14771         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14772
14773 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
14774
14775         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14776         attribute in array range.
14777
14778 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
14779
14780         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14781
14782 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
14783
14784         PR c++/17132
14785         * gdb.cp/pr17132.cc: New file.
14786         * gdb.cp/pr17132.exp: New file.
14787
14788 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
14789
14790         * gdb.python/py-xmethods.py (A_getarrayind)
14791         (E_method_char_worker.__call__, E_method_int_worker.__call__):
14792         Use 'print' with function call syntax.
14793         (E_method_matcher.match): Fix tab vs space indentation mixup.
14794
14795 2014-08-15  Yao Qi  <yao@codesourcery.com>
14796
14797         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14798         false.
14799
14800 2014-08-15  Yao Qi  <yao@codesourcery.com>
14801
14802         * gdb.cp/casts.exp: Set print symbol off.
14803         * gdb.cp/class2.exp: Likewise.
14804         * gdb.cp/overload.exp: Likewise.
14805         * gdb.cp/templates.exp: Likewise.
14806
14807 2014-08-11  Doug Evans  <dje@google.com>
14808
14809         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14810         (test_load_shlib): Update.
14811
14812 2014-08-09  Yao Qi  <yao@codesourcery.com>
14813
14814         * gdb.base/display.exp: Invoke is_address_zero_readable.
14815         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14816         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14817         * gdb.base/hbreak-unmapped.exp: Return if
14818         is_address_zero_readable returns true.
14819         * gdb.base/signest.exp: Likewise.
14820         * gdb.base/signull.exp: Likewise.
14821         * gdb.base/sigbpt.exp: Likewise.
14822         * gdb.guile/scm-disasm.exp: Do the test if
14823         is_address_zero_readable returns false.
14824         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14825         * gdb.python/py-arch.exp: Likewise.
14826         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14827         * lib/gdb.exp (is_address_zero_readable): New proc.
14828
14829 2014-08-09  Yao Qi  <yao@codesourcery.com>
14830
14831         PR testsuite/13443
14832         * gdb.mi/mi-var-display.exp: Make test messages unique.
14833
14834 2014-08-04  Tom Tromey  <tromey@redhat.com>
14835
14836         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14837         target 0".
14838
14839 2014-08-04  Tom Tromey  <tromey@redhat.com>
14840
14841         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14842         "target_resume".
14843
14844 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
14845
14846         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14847         inner_vla_struct_object_size.
14848         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14849         as xfail.
14850
14851 2014-07-30  Pedro Alves  <palves@redhat.com>
14852
14853         * gdb.threads/signal-command-handle-nopass.exp (test): Add
14854         comment.
14855
14856 2014-07-29  Yao Qi  <yao@codesourcery.com>
14857
14858         PR gdb/17206
14859         * gdb.base/until-nodebug.exp: New.
14860
14861 2014-07-28  Doug Evans  <xdje42@gmail.com>
14862
14863         PR guile/17203
14864         * gdb.guile/scm-parameter.exp: Add tests for trying to create
14865         previously existing parameter, and previously ambiguously spelled
14866         parameter.
14867
14868 2014-07-28  Will Newton  <will.newton@linaro.org>
14869
14870         * gdb.base/varargs.exp: Remove KFAILs for ARM.
14871
14872 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
14873             Doug Evans  <xdje42@gmail.com>
14874
14875         PR guile/17146
14876         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14877
14878 2014-07-25  Pedro Alves  <palves@redhat.com>
14879
14880         * gdb.threads/signal-command-handle-nopass.c: New file.
14881         * gdb.threads/signal-command-handle-nopass.exp: New file.
14882         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14883         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14884         * gdb.threads/signal-delivered-right-thread.c: New file.
14885         * gdb.threads/signal-delivered-right-thread.exp: New file.
14886
14887 2014-07-25  Pedro Alves  <palves@redhat.com>
14888
14889         * gdb.base/double-prompt-target-event-error.exp
14890         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14891         match.
14892         (cancel_pagination_in_target_event): Rework double prompt
14893         detection.
14894         * gdb.base/paginate-after-ctrl-c-running.exp
14895         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14896         <return>' match.
14897         * gdb.base/paginate-bg-execution.exp
14898         (test_bg_execution_pagination_return)
14899         (test_bg_execution_pagination_cancel): Remove '-notransfer
14900         <return>' matches.
14901         * gdb.base/paginate-execution-startup.exp
14902         (test_fg_execution_pagination_return)
14903         (test_fg_execution_pagination_cancel): Remove '-notransfer
14904         <return>' matches.
14905         * gdb.base/paginate-inferior-exit.exp
14906         (test_paginate_inferior_exited): Remove '-notransfer <return>'
14907         match.
14908         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14909         * lib/gdb.exp (pagination_prompt): Run text through
14910         string_to_regexp.
14911         (gdb_test_multiple): Match $pagination_prompt instead of
14912         "<return>".
14913         (string_to_regexp): Move to lib/gdb-utils.exp.
14914
14915 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
14916
14917         * gdb.arch/amd64-entry-value-paramref.S: New file.
14918         * gdb.arch/amd64-entry-value-paramref.cc: New file.
14919         * gdb.arch/amd64-entry-value-paramref.exp: New file.
14920         * gdb.arch/amd64-optimout-repeat.S: New file.
14921         * gdb.arch/amd64-optimout-repeat.c: New file.
14922         * gdb.arch/amd64-optimout-repeat.exp: New file.
14923
14924 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
14925
14926         PR gdb/17170
14927         * gdb.base/statistics.exp: New file.
14928
14929 2014-07-17  Doug Evans  <dje@google.com>
14930
14931         PR gdb/17170
14932         * gdb.base/maint.exp: Update testing of per-command stats.
14933
14934 2014-07-16  Pedro Alves  <palves@redhat.com>
14935
14936         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14937         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14938         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14939         (tfile_write_buf): New functions.
14940         (add_memory_block): Rewrite using the above.
14941         (adjust_function_address): New function.
14942         (FUNCTION_ADDRESS): New macro.
14943         (write_basic_trace_file): Remove short_x local, and use
14944         tfile_write_16. Change type of func_addr local to unsigned long
14945         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
14946         here.  Cast argument of add_memory_block to char pointer.
14947         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
14948         (main): Remove parameters.
14949         * gdb.trace/tfile.exp: Remove nowarnings.
14950
14951 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
14952
14953         * gdb.base/debug-expr.exp: Test string evaluation with
14954         "debug expression" on.
14955
14956 2014-07-15  Pedro Alves  <palves@redhat.com>
14957
14958         * gdb.base/reread.exp: Use clean_restart.
14959
14960 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
14961
14962         * gdb.arch/avr-flash-qualifer.c: New.
14963         * gdb.arch/avr-flash-qualifer.exp: New.
14964
14965 2014-07-14  Pedro Alves  <palves@redhat.com>
14966
14967         * gdb.base/paginate-after-ctrl-c-running.c: New file.
14968         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14969
14970 2014-07-14  Pedro Alves  <palves@redhat.com>
14971
14972         * gdb.base/double-prompt-target-event-error.c: New file.
14973         * gdb.base/double-prompt-target-event-error.exp: New file.
14974
14975 2014-07-14  Pedro Alves  <palves@redhat.com>
14976
14977         PR gdb/17072
14978         * gdb.base/paginate-inferior-exit.c: New file.
14979         * gdb.base/paginate-inferior-exit.exp: New file.
14980
14981 2014-07-14  Pedro Alves  <palves@redhat.com>
14982
14983         PR gdb/17072
14984         * gdb.base/paginate-bg-execution.c: New file.
14985         * gdb.base/paginate-bg-execution.exp: New file.
14986
14987 2014-07-14  Pedro Alves  <palves@redhat.com>
14988
14989         PR gdb/17072
14990         * gdb.base/paginate-execution-startup.c: New file.
14991         * gdb.base/paginate-execution-startup.exp: New file.
14992         * lib/gdb.exp (pagination_prompt): New global.
14993         (default_gdb_spawn): New procedure, factored out from
14994         default_gdb_spawn.
14995         (default_gdb_start): Adjust to call default_gdb_spawn.
14996         (gdb_spawn): New procedure.
14997
14998 2014-07-14  Pedro Alves  <palves@redhat.com>
14999
15000         * lib/gdb.exp (gdb_assert): New procedure.
15001         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15002
15003 2014-07-14  Pedro Alves  <palves@redhat.com>
15004
15005         * gdb.base/execution-termios.c: New file.
15006         * gdb.base/execution-termios.exp: New file.
15007
15008 2014-07-14  Tom Tromey  <tromey@redhat.com>
15009
15010         * gdb.cp/vla-cxx.cc: New file.
15011         * gdb.cp/vla-cxx.exp: New file.
15012
15013 2014-07-14  Tom Tromey  <tromey@redhat.com>
15014
15015         * gdb.reverse/rerun-prec.c: New file.
15016         * gdb.reverse/rerun-prec.exp: New file.
15017
15018 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
15019             Maciej W. Rozycki  <macro@codesourcery.com>
15020
15021         * lib/gdb-utils.exp: New file.
15022         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15023         inline `gdb_init_command' processing.
15024         (gdb_start_cmd): Likewise.
15025         * lib/mi-support.exp (mi_run_cmd): Likewise.
15026         * README: Document `gdb_init_command' and `gdb_init_commands'.
15027
15028 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
15029
15030         Fix false FAIL running under a very long directory name.
15031         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15032         and "set print elements 10000".  Twice.
15033
15034 2014-07-11  Yao Qi  <yao@codesourcery.com>
15035
15036         * gdb.base/exprs.exp: "set print symbol off".
15037
15038 2014-07-11  Pedro Alves  <palves@redhat.com>
15039
15040         * gdb.threads/kill.c: New file.
15041         * gdb.threads/kill.exp: New file.
15042
15043 2014-07-10  Yao Qi  <yao@codesourcery.com>
15044
15045         * gdb.trace/tfile.c (write_basic_trace_file)
15046         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15047         address written to trace file.
15048
15049 2014-07-09  Pedro Alves  <palves@redhat.com>
15050
15051         * gdb.base/attach-wait-input.exp: New file.
15052         * gdb.base/attach-wait-input.c: New file.
15053
15054 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
15055
15056         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15057         setting up test structures.
15058         (main): Call new test function.
15059         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15060         test function, continue into test function and walk test
15061         structures.
15062
15063 2014-07-02  Yao Qi  <yao@codesourcery.com>
15064
15065         * gdb.trace/entry-values.c: Define labels 'foo_start' and
15066         'bar_start' at the beginning of functions 'foo' and 'bar'
15067         respectively.
15068         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15069         instead of 'foo' and 'bar'.
15070
15071 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
15072
15073         * gdb.btrace/segv.exp: New.
15074         * gdb.btrace/segv.c: New.
15075
15076 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
15077
15078         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15079         instruction.
15080
15081 2014-06-30  Mark Wielaard  <mjw@redhat.com>
15082
15083         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15084         vulture, vilify, villar): New volatile array constants.
15085         (vindictive, vegetation): New const volatile array constants.
15086         * gdb.base/volatile.exp: Test volatile and const volatile array
15087         types.
15088
15089 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15090
15091         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15092         target lacks support for awatch, rwatch, or hbreak.
15093
15094 2014-06-27  Yao Qi  <yao@codesourcery.com>
15095
15096         * gdb.multi/dummy-frame-restore.exp: New.
15097         * gdb.multi/dummy-frame-restore.c: New.
15098
15099 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
15100
15101         * gdb.btrace/gcore.exp: New.
15102
15103 2014-06-23  Pedro Alves  <palves@redhat.com>
15104
15105         * gdb.base/watchpoint-reuse-slot.c: New file.
15106         * gdb.base/watchpoint-reuse-slot.exp: New file.
15107
15108 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
15109
15110         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15111         progspace's filename in 'info', 'enable' and 'disable' command
15112         tests.
15113
15114 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
15115
15116         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15117         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15118         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15119
15120 2014-06-20  Gary Benson  <gbenson@redhat.com>
15121
15122         * gdb.arch/i386-avx.exp: Fix include file location.
15123         * gdb.arch/i386-sse.exp: Likewise.
15124
15125 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
15126
15127         * gdb.dlang/expression.exp: New file.
15128
15129 2014-06-19  Pedro Alves  <palves@redhat.com>
15130
15131         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15132         out from ...
15133         (top level): ... here.  Iterate running tests under different
15134         scheduler-locking settings.
15135
15136 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
15137
15138         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15139         to DW_FORM_addr and use non-zero addresses.
15140
15141 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
15142
15143         PR gdb/17017
15144         * gdb.python/py-xmethods.cc: Add global function call counters and
15145         increment them in their respective functions.  Remove "cout"
15146         statements.
15147         * gdb.python/py-xmethods.exp: Make tests check the global function
15148         call counters instead of depending on inferior IO.
15149
15150 2014-06-18  Don Breazeal  <donb@codesourcery.com>
15151
15152         * gdb.base/foll-fork.exp (default_fork_parent_follow):
15153         Deleted procedure.
15154         (explicit_fork_parent_follow): Deleted procedure.
15155         (explicit_fork_child_follow): Deleted procedure.
15156         (test_follow_fork): New procedure.
15157         (do_fork_tests): Replace calls to deleted procedures with
15158         calls to test_follow_fork and reset GDB for subsequent
15159         procedure calls.
15160
15161 2014-06-17  Yao Qi  <yao@codesourcery.com>
15162
15163         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15164         CP1252.
15165
15166 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
15167
15168         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15169         Initialize ptr and S explicitly.
15170         (skip_type_update_when_not_use_rtti_test): Likewise.
15171
15172 2014-06-16  Keith Seitz  <keiths@redhat.com>
15173
15174         PR mi/15863
15175         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15176         the inferior is started.
15177
15178 2014-06-16  Pedro Alves  <palves@redhat.com>
15179
15180         * gdb.base/break-main-file-remove-fail.c: New file.
15181         * gdb.base/break-main-file-remove-fail.exp: New file.
15182         * gdb.base/break-unload-file.exp: Use build_executable instead of
15183         prepare_for_testing.
15184         (test_break): New parameter "initial_load".  Handle it.
15185         (top level): Add initial_load cmdline/file axis.
15186
15187 2014-06-12  Tom Tromey  <tromey@redhat.com>
15188
15189         * gdb.base/completion.exp: Don't use directory name in test.
15190
15191 2014-06-09  Gary Benson  <gbenson@redhat.com>
15192
15193         * gdb.base/sigall.c [Functions to send signals]: Reorder to
15194         separate the always-available ANSI-standard signals from the
15195         signals that require checking.
15196         (main): Likewise.
15197         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15198         Likewise.
15199         (main): Likewise.
15200
15201 2014-06-07  Keith Seitz  <keiths@redhat.com>
15202
15203         Revert:
15204         PR c++/16253
15205         * gdb.cp/var-tag.cc: New file.
15206         * gdb.cp/var-tag.exp: New file.
15207         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15208         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15209         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15210         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15211
15212 2014-06-06  Doug Evans  <xdje42@gmail.com>
15213
15214         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15215
15216 2014-06-06  Pedro Alves  <palves@redhat.com>
15217
15218         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15219         in target debug output instead of looking at RSP packets,
15220         disabling the test on any target that uses hardware stepping.
15221         Update comments.
15222
15223 2014-06-06  Pedro Alves  <palves@redhat.com>
15224
15225         * gdb.base/break-unload-file.exp: Fix typo.
15226
15227 2014-06-06  Yao Qi  <yao@codesourcery.com>
15228
15229         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15230         from "jit_function" to "^jit_function".
15231
15232 2014-06-06  Yao Qi  <yao@codesourcery.com>
15233
15234         * gdb.base/async.c (foo): Add one statement.
15235         * gdb.base/async.exp: Get the next instruction address and
15236         match the output of "nexti" by instruction address.  Match
15237         the hex address in the output of "finish".
15238
15239 2014-06-06  Gary Benson  <gbenson@redhat.com>
15240
15241         * gdb.base/call-signals.c: Remove preprocessor conditionals
15242         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15243         SIGSEGV and SIGTERM.
15244         * gdb.base/sigall.c: Likewise.
15245         * gdb.base/unwindonsignal.c: Likewise.
15246         * gdb.reverse/sigall-reverse.c: Likewise.
15247
15248 2014-06-06  Yao Qi  <yao@codesourcery.com>
15249
15250         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
15251         readable, skip the test.
15252
15253 2014-06-06  Yao Qi  <yao@codesourcery.com>
15254
15255         * gdb.threads/staticthreads.c (thread_function): Move the line
15256         setting breakpoint on forward.
15257         * gdb.threads/staticthreads.exp: Update comments.
15258
15259 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
15260
15261         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15262         "history-append! type error".
15263
15264 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
15265
15266         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15267         erroneous dprintf expected input.
15268
15269 2014-06-04  Doug Evans  <xdje42@gmail.com>
15270
15271         * gdb.guile/scm-generics.exp: Delete.
15272
15273 2014-06-04  Doug Evans  <xdje42@gmail.com>
15274
15275         * gdb.guile/scm-breakpoint.exp: Update.
15276         Add tests for breakpoint registration.
15277
15278 2014-06-04  Tom Tromey  <tromey@redhat.com>
15279
15280         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15281         VLA-in-union.
15282         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15283         inner_vla_struct, vla_union types.  Initialize objects of those
15284         types and compute their sizes.
15285
15286 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
15287             Hui Zhu  <hui@codesourcery.com>
15288
15289         * gdb.base/fileio.exp: Add test for shell not available as well as
15290         available.
15291         * gdb.base/fileio.c (test_system): Check for shell twice.
15292
15293 2014-06-04  Yao Qi  <yao@codesourcery.com>
15294
15295         * gdb.base/auto-connect-native-target.exp: Remove redundant
15296         space from the regexp pattern.
15297
15298 2014-06-04  Yao Qi  <yao@codesourcery.com>
15299
15300         * gdb.base/default.exp: Replace "child" with "native" in
15301         regexp pattern.
15302
15303 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
15304
15305         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15306         * gdb.python/py-xmethods.exp: New tests to test xmethods.
15307         * gdb.python/py-xmethods.py: Python script supporting the
15308         new testcase and tests.
15309
15310 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
15311             Pedro Alves  <palves@redhat.com>
15312
15313         PR breakpoints/17000
15314         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15315         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15316
15317 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
15318
15319         * gdb.base/subst.exp: Add tests to verify partial path matching
15320         output.
15321
15322 2014-06-03  Pedro Alves  <palves@redhat.com>
15323
15324         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15325         target that doesn't use software single-stepping.
15326
15327 2014-06-03  Pedro Alves  <palves@redhat.com>
15328
15329         PR breakpoints/17000
15330         * gdb.base/sss-bp-on-user-bp-2.c: New file.
15331         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15332
15333 2014-06-02  Doug Evans  <xdje42@gmail.com>
15334
15335         * gdb.guile/scm-parameter.exp: New file.
15336
15337 2014-06-02  Doug Evans  <xdje42@gmail.com>
15338
15339         * gdb.guile/scm-cmd.c: New file.
15340         * gdb.guile/scm-cmd.exp: New file.
15341
15342 2014-06-02  Doug Evans  <xdje42@gmail.com>
15343
15344         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15345         pretty-printer lookup.
15346         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15347         (make-pp_s-printer): Call it.
15348         (make-pretty-printer-from-dict): New function.
15349         (lookup-pretty-printer-maker-from-dict): New function.
15350         (*pretty-printer*): Simplify.
15351         (make-objfile-pp_s-printer): New function.
15352         (install-objfile-pretty-printers!): New function.
15353         (make-progspace-pp_s-printer): New function.
15354         (install-progspace-pretty-printers!): New function.
15355         * gdb.guile/scm-progspace.c: New file.
15356         * gdb.guile/scm-progspace.exp: New file.
15357
15358 2014-06-02  Pedro Alves  <palves@redhat.com>
15359
15360         * gdb.base/dprintf-bp-same-addr.c: New file.
15361         * gdb.base/dprintf-bp-same-addr.exp: New file.
15362
15363 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
15364
15365         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15366         * gdb.arch/powerpc-power.s: Likewise.
15367
15368 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
15369
15370         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15371
15372 2014-06-01  Yao Qi  <yao@codesourcery.com>
15373
15374         * gdb.base/watchpoint.exp (test_watch_location): Check null
15375         pointer can be dereferenced.  If not, do the test, otherwise
15376         skip it.
15377
15378 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
15379
15380         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15381         results.
15382         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15383
15384 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
15385
15386         * gdb.arch/amd64-invalid-stack-middle.S: New file.
15387         * gdb.arch/amd64-invalid-stack-middle.c: New file.
15388         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15389         * gdb.arch/amd64-invalid-stack-top.c: New file.
15390         * gdb.arch/amd64-invalid-stack-top.exp: New file.
15391
15392 2014-05-30  Pedro Alves  <palves@redhat.com>
15393
15394         PR breakpoints/17000
15395         * gdb.base/sss-bp-on-user-bp.c: New file.
15396         * gdb.base/sss-bp-on-user-bp.exp: New file.
15397
15398 2014-05-30  David Blaikie  <dblaikie@gmail.com>
15399
15400         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15401         gnu_inline semantics via attribute.
15402         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15403         source explicitly specifies the required semantics.
15404
15405 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
15406
15407         * gdb.reverse/sigall-reverse.exp: Fix a typo.
15408
15409 2014-05-29  Pedro Alves  <palves@redhat.com>
15410             Tom Tromey  <tromey@redhat.com>
15411
15412         * gdb.base/async-shell.exp: Don't enable target-async.
15413         * gdb.base/async.exp
15414         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15415         parameter.  Adjust.
15416         (top level): Don't test with "target-async".
15417         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15418         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15419         * gdb.base/inferior-died.exp: Don't enable target-async.
15420         * gdb.base/interrupt-noterm.exp: Likewise.
15421         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15422         * gdb.mi/mi-nonstop-exit.exp: Likewise.
15423         * gdb.mi/mi-nonstop.exp: Likewise.
15424         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15425         * gdb.mi/mi-nsintrall.exp: Likewise.
15426         * gdb.mi/mi-nsmoribund.exp: Likewise.
15427         * gdb.mi/mi-nsthrexec.exp: Likewise.
15428         * gdb.mi/mi-watch-nonstop.exp: Likewise.
15429         * gdb.multi/watchpoint-multi.exp: Adjust comment.
15430         * gdb.python/py-evsignal.exp: Don't enable target-async.
15431         * gdb.python/py-evthreads.exp: Likewise.
15432         * gdb.python/py-prompt.exp: Likewise.
15433         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15434         * gdb.server/solib-list.exp: Don't enable target-async.
15435         * gdb.threads/thread-specific-bp.exp: Likewise.
15436         * lib/mi-support.exp: Adjust to use mi-async.
15437
15438 2014-05-29  Pedro Alves  <palves@redhat.com>
15439
15440         PR gdb/13860
15441         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15442         reason, even in sync mode.
15443
15444 2014-05-29  Pedro Alves  <palves@redhat.com>
15445             Hui Zhu  <hui@codesourcery.com>
15446
15447         PR PR15693
15448         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15449         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15450         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15451         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15452
15453 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
15454
15455         * config/monitor.exp (gdb_target_monitor): Replace use of
15456         "set remotebaud" by "set serial baud".
15457
15458 2014-05-26  Andy Wingo  <wingo@igalia.com>
15459
15460         * gdb.guile/scm-breakpoint.exp:
15461         * gdb.guile/scm-gsmob.exp: Update to use plain old object
15462         properties instead of gdb-object-properties.
15463
15464 2014-05-26  Yao Qi  <yao@codesourcery.com>
15465
15466         * gdb.server/no-thread-db.exp: Specify source file name
15467         explicitly when setting a breakpoint.
15468
15469 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
15470
15471         * gdb.btrace/vdso.c: New.
15472         * gdb.btrace/vdso.exp: New.
15473
15474 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
15475
15476         * gdb.base/gcore.exp (capture_command_output): Move ...
15477         * lib/gdb.exp (capture_command_output): ... here.
15478
15479 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
15480
15481         * gdb.btrace/data.exp: Test memory access during btrace replay.
15482
15483 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
15484
15485         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15486
15487 2014-05-21  Pedro Alves  <palves@redhat.com>
15488
15489         PR gdb/13860
15490         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15491         (top level): Test that output related to execution commands is
15492         sent to the console with CLI commands, but not with MI commands.
15493         Test that breakpoint events are always mirrored to the console.
15494         Also expect the new source line to be output after a "next" in
15495         async mode too.  Make it a pass/fail test.
15496         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15497         output.
15498         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15499
15500 2014-05-21  Pedro Alves  <palves@redhat.com>
15501
15502         * gdb.base/list.exp (build_pattern, test_list): New procedures.
15503         Use them to test variations of "list" after reaching a breakpoint.
15504         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15505         Test "list" with listsize 10 after reaching a breakpoint.
15506         * gdb.python/python.exp (decode_line current location line
15507         number): Adjust expected line number.
15508
15509 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
15510
15511         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15512         behavior for $args, pass it directly to "run".
15513
15514 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
15515
15516         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15517         30000 to 65536.
15518
15519 2014-05-21  Pedro Alves  <palves@redhat.com>
15520
15521         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15522         auto-connect-native-target off".
15523         * gdb.base/auto-connect-native-target.c: New file.
15524         * gdb.base/auto-connect-native-target.exp: New file.
15525
15526 2014-05-21  Pedro Alves  <palves@redhat.com>
15527
15528         * gdb.base/default.exp: Test "target native" instead of "target
15529         child".
15530
15531 2014-05-21  Mark Wielaard  <mjw@redhat.com>
15532
15533         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15534
15535 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
15536
15537         Fix TLS access for -static -pthread.
15538         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15539         <HAVE_TLS> (thread_function, main): Initialize it.
15540         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15541         Add clean_restart.
15542         <$have_tls != "">: Check TLSVAR.
15543
15544 2014-05-21  Pedro Alves  <palves@redhat.com>
15545
15546         * gdb.base/dcache-line-read-error.c: New.
15547         * gdb.base/dcache-line-read-error.exp: New.
15548
15549 2014-05-20  Pedro Alves  <palves@redhat.com>
15550
15551         * gdb.base/compare-sections.c: New file.
15552         * gdb.base/compare-sections.exp: New file.
15553
15554 2014-05-20  Pedro Alves  <palves@redhat.com>
15555
15556         * gdb.base/break-idempotent.c: New file.
15557         * gdb.base/break-idempotent.exp: New file.
15558
15559 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
15560
15561         * gdb.btrace/nohist.exp: New.
15562
15563 2014-05-20  Yao Qi  <yao@codesourcery.com>
15564
15565         * lib/gdb.exp (gdb_init): Set timeout if test file is under
15566         gdb.reverse directory and gdb_reverse_timeout exists in board
15567         setting.
15568         * README: Document gdb_reverse_timeout.
15569
15570 2014-05-20  Yao Qi  <yao@codesourcery.com>
15571
15572         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15573         'test_file_name'.  Treat args as a string instead of a list.
15574         (gdb_init): Rename argument 'args' by 'test_file_name'.
15575
15576 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
15577
15578         * gdb.arch/powerpc-power.exp: New file.
15579         * gdb.arch/powerpc-power.s: New file.
15580
15581 2014-05-16  Doug Evans  <dje@google.com>
15582
15583         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15584         * gdb.base/completion.exp: Check that all expected files exist
15585         before doing file completion.
15586
15587 2014-05-16  Doug Evans  <dje@google.com>
15588
15589         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15590         Update.
15591         (do_syscall_tests_without_xml): Update.
15592
15593 2014-05-16  Pedro Alves  <palves@redhat.com>
15594
15595         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15596         instead of "unknown output after running".
15597
15598 2014-05-16  Yao Qi  <yao@codesourcery.com>
15599
15600         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
15601         file1.txt from host at the end.
15602         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15603
15604 2014-05-15  Doug Evans  <dje@google.com>
15605
15606         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15607         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15608         loading file.  Add test for TU lookup.
15609
15610 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
15611
15612         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15613         calling "-exec-arguments" or "set args" before running the
15614         inferior.
15615
15616 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
15617
15618         * lib/mi-support.exp (mi_expect_stop): Expect message for
15619         inferiors that exit with non-zero exit code.
15620
15621 2014-05-14  Yao Qi  <yao@codesourcery.com>
15622
15623         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15624         match absolute path on remote host.
15625         (test_file_list_exec_source_files): Remove "/" from the
15626         pattern.
15627
15628 2014-05-14  Yao Qi  <yao@codesourcery.com>
15629
15630         * boards/local-remote-host-notty.exp (${board}_file): New
15631         proc.
15632
15633 2014-05-07  Kyle McMartin  <kyle@redhat.com>
15634
15635         Pushed by Joel Brobecker  <brobecker@adacore.com>.
15636         * gdb.arch/aarch64-atomic-inst.c: New file.
15637         * gdb.arch/aarch64-atomic-inst.exp: New file.
15638
15639 2014-05-07  Yao Qi  <yao@codesourcery.com>
15640
15641         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15642         in current context" too.
15643
15644 2014-05-05  Keith Seitz  <keiths@redhat.com>
15645
15646         * gdb.linespec/ls-dollar.exp: Add test for linespec
15647         file:convenience_variable.
15648
15649 2014-05-05  Yao Qi  <yao@codesourcery.com>
15650
15651         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15652         traceframes into tfile and ctf trace files.  Read data from
15653         trace file and test collected data.
15654         (gdb_collect_locals_test): Likewise.
15655         (gdb_unavailable_registers_test): Likewise.
15656         (gdb_unavailable_floats): Likewise.
15657         (gdb_collect_globals_test): Likewise.
15658         (top-level): Append "ctf" to trace_file_targets if GDB
15659         supports.
15660
15661 2014-05-05  Yao Qi  <yao@codesourcery.com>
15662
15663         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15664         code to ...
15665         (gdb_collect_args_test_1): ... it.  New proc.
15666         (gdb_collect_locals_test): Move some code to ...
15667         (gdb_collect_locals_test_1): ... it.  New proc.
15668         (gdb_unavailable_registers_test): Move some code to ...
15669         (gdb_unavailable_registers_test_1): ... it.  New proc.
15670         (gdb_unavailable_floats): Move some code to ...
15671         (gdb_unavailable_floats_1): ... it.  New proc.
15672
15673 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
15674
15675         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15676         probes to test for bitness recognition.
15677         * gdb.arch/amd64-stap-optional-prefix.exp
15678         (test_probe_value_without_reg): New procedure.
15679         Add code to test for different kinds of bitness.
15680
15681 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
15682
15683         PR breakpoints/16889
15684         * gdb.arch/amd64-stap-optional-prefix.S: New file.
15685         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15686
15687 2014-05-01  Pedro Alves  <palves@redhat.com>
15688
15689         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
15690         gdb_file_cmd if no file is specified.
15691         * boards/native-extended-gdbserver.exp (gdb_load): Use the
15692         last_loaded_file to set the remote exec-file.
15693
15694 2014-05-01  Pedro Alves  <palves@redhat.com>
15695
15696         * boards/local-remote-host.exp: New file.
15697
15698 2014-05-01  Pedro Alves  <palves@redhat.com>
15699
15700         * boards/local-remote-host.exp: Rename to ...
15701         * boards/local-remote-host-notty.exp: ... this.
15702
15703 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
15704
15705         * gdb.ada/dyn_arrayidx: New testcase.
15706
15707 2014-04-26  Yao Qi  <yao@codesourcery.com>
15708
15709         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
15710         and compute the length of function main.  Save it in
15711         $main_length.
15712         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15713         (top-level): Use gdb_compile to compile objects into
15714         executable and restart GDB.  Remove invocation to
15715         prepare_for_testing.
15716
15717 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
15718             Pedro Alves  <palves@redhat.com>
15719
15720         PR server/16255
15721         * gdb.multi/multi-attach.c: New file.
15722         * gdb.multi/multi-attach.exp: New file.
15723
15724 2014-04-25  Pedro Alves  <palves@redhat.com>
15725
15726         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15727         user.
15728         (top level): Test that "set remote conditional-breakpoints-packet
15729         off" works as intended.
15730         * gdb.base/dprintf.exp: Test that "set remote
15731         breakpoint-commands-packet off" works as intended.
15732         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15733         New function.
15734         (top level): Call it.
15735         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15736         remote fast-tracepoints-packet off" works as intended.
15737         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15738         * lib/gdb.exp (gdb_is_target_remote): ... here.
15739
15740 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15741
15742         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15743         ensure clang would not discard them.
15744         * gdb.base/gdbvars.c: Ditto.
15745         * gdb.base/memattr.c: Ditto.
15746         * gdb.base/whatis.c: Ditto.
15747         * gdb.python/py-prettyprint.c: Ditto.
15748         * gdb.trace/actions.c: Ditto.
15749         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15750         ensure clang would not discard it.
15751
15752 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15753
15754         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15755         clang to emit the full definition of type required by the test
15756         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15757
15758 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15759
15760         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15761         coax Clang into emitting the definition of the type.
15762         * gdb.cp/pr10728-x.h (y): Ditto.
15763         * gdb.cp/pr10728-y.cc (y): Ditto.
15764
15765 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15766
15767         * gdb.base/label.exp: XFAIL label related tests under Clang.
15768         * gdb.cp/cplabel.exp: Ditto.
15769         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15770         under Clang those using labels.
15771
15772 2014-04-25  Yao Qi  <yao@codesourcery.com>
15773
15774         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15775         double_label.
15776         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15777         partial_label and double_label.
15778
15779 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15780
15781         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15782
15783 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15784
15785         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15786         of the function to work across GCC and Clang.
15787         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15788         pointer types (const void ** const V void **).
15789
15790 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
15791             Walfred Tedeschi  <walfred.tedeschi@intel.com>
15792
15793         * Makefile.in (EXECUTABLES): Added i386-avx512.
15794         * gdb.arch/i386-avx512.c: New file.
15795         * gdb.arch/i386-avx512.exp: Likewise.
15796
15797 2014-04-23  Keith Seitz  <keiths@redhat.com>
15798
15799         * lib/mi-support.exp (mi_list_breakpoints): Delete.
15800         (mi_make_breakpoint_table): New procedure.
15801         (mi_create_breakpoint): Use mi_make_breakpoint
15802         and return the result.
15803         (mi_make_breakpoint): New procedure.
15804         (mi_build_kv_pairs): New procedure.
15805
15806         * gdb.mi/mi-break.exp: Remove unused globals,
15807         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15808         All callers updated.
15809         * gdb.mi/mi-dprintf.exp: Use variable to track command
15810         number.
15811         Update all callers of mi_create_breakpoint and use
15812         mi_make_breakpoint_table.
15813         Remove any unused global variables.
15814         * gdb.mi/mi-nonstop.exp: Likewise.
15815         * gdb.mi/mi-nsintrall.exp: Likewise.
15816         * gdb.mi/mi-nsmoribund.exp: Likewise.
15817         * gdb.mi/mi-nsthrexec.exp: Likewise.
15818         * gdb.mi/mi-reverse.exp: Likewise.
15819         * gdb.mi/mi-simplerun.exp: Likewise.
15820         * gdb.mi/mi-stepn.exp: Likewise.
15821         * gdb.mi/mi-syn-frame.exp: Likewise.
15822         * gdb.mi/mi-until.exp: Likewise.
15823         * gdb.mi/mi-var-cp.exp: Likewise.
15824         * gdb.mi/mi-var-display.exp: Likewise.
15825         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15826         * gdb.mi/mi2-var-child.exp: Likewise.
15827         * gdb.mi/mi-vla-c99.exp: Likewise.
15828         * lib/mi-support.exp: Likewise.
15829
15830         From Ian Lance Taylor  <iant@cygnus.com>:
15831         * lib/gdb.exp (parse_args): New procedure.
15832
15833 2014-04-23  Pedro Alves  <palves@redhat.com>
15834
15835         * gdb.base/break-unload-file.c: New file.
15836         * gdb.base/break-unload-file.exp: New file.
15837         * gdb.base/sym-file-lib.c (baz): New function.
15838         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15839         field.
15840         (load): Store the segment's mapped size.
15841         (unload): New function.
15842         (unload_shlib): New function.
15843         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15844         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15845         set a breakpoint at baz, and call it.
15846         * gdb.base/sym-file.exp: New tests for stale breakpoint
15847         instructions.
15848
15849 2014-04-23  Pedro Alves  <palves@redhat.com>
15850
15851         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15852         * gdb.base/hbreak-in-shr-unsupported.c: New file.
15853         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15854         * gdb.base/hbreak-unmapped.c: New file.
15855         * gdb.base/hbreak-unmapped.exp: New file.
15856         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15857         * lib/gdb.exp (gdb_is_target_remote): ... here.
15858
15859 2014-04-22  Pedro Alves  <palves@redhat.com>
15860
15861         * gdb.base/consecutive-step-over.c: New file.
15862         * gdb.base/consecutive-step-over.exp: New file.
15863
15864 2014-04-22  Pedro Alves  <palves@redhat.com>
15865
15866         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15867         instead of send_gdb/gdb_expect.
15868
15869 2014-04-22  Yao Qi  <yao@codesourcery.com>
15870
15871         * lib/trace-support.exp (generate_tracefile): New procedure.
15872         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15873         return 0.
15874         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15875         if generate_tracefile returns 1.
15876
15877 2014-04-18  Tom Tromey  <palves@redhat.com>
15878             Pedro alves  <tromey@redhat.com>
15879
15880         PR backtrace/15558
15881         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15882         with a backtrace limit.
15883         * gdb.python/py-frame-inline.exp: Test running to an inline
15884         function with a backtrace limit, and printing the newest frame.
15885         * gdb.python/py-frame-inline.c (main): Call f.
15886
15887 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15888
15889         * gdb.java/jnpe.exp: Drop srcdir from untested path.
15890
15891 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15892
15893         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15894         Drop prefix from unsupported source file path.
15895
15896 2014-04-17  Yao Qi  <yao@codesourcery.com>
15897
15898         * lib/gdb.exp (with_target_charset): New proc.
15899         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15900         with_target_charset.
15901         (test_print_strings): Likewise.
15902         (test_repeat_bytes): Likewise.
15903         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15904         for some tests.
15905
15906 2014-04-16  Keith Seitz  <keiths@redhat.com>
15907
15908         PR gdb/15827
15909         * gdb.dwarf2/corrupt.c: New file.
15910         * gdb.dwarf2/corrupt.exp: New file.
15911
15912 2014-04-16  Keith Seitz  <keiths@redhat.com>
15913
15914         PR c++/16597
15915         * gdb.cp/namelessclass.cc: New file.
15916         * gdb.cp/namelessclass.exp: New file.
15917         * gdb.cp/namelessclass.S: New file.
15918
15919 2014-04-16  Doug Evans  <dje@google.com>
15920
15921         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15922         Add comment.
15923         (gdbserver_default_get_comm_port): New function.
15924         (gdbserver_start): Check if board file provided
15925         "gdbserver,get_comm_port" and use it if so.
15926         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15927         (gdb,socketport): Set to "stdio".
15928         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15929         (stdio_gdbserver_template): Delete.
15930         (${board}_get_remote_address): Update.
15931         (${board}_build_remote_cmd): Delete.
15932         (${board}_get_comm_port): New function.
15933         (${board}_spawn): Update.
15934         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15935         Delete.
15936         (${board}_get_remote_address): Update.
15937         (${board}_get_comm_port): New function.
15938
15939 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
15940
15941         * gdb.base/memattr.exp: Improve regexps to handle memory regions
15942         appearing in any order.
15943
15944 2014-04-15  Doug Evans  <dje@google.com>
15945
15946         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15947         uninitialized value of "description".
15948
15949 2014-04-15  Keith Seitz  <keiths@redhat.com>
15950
15951         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15952         Remove unused globals.
15953         (test_running_the_program): Likewise.
15954         (test_controlled_execution): Likewise.
15955         (test_controlling_breakpoints): Likewise.
15956         (test_program_termination): Likewise.
15957
15958 2014-04-15  Keith Seitz  <keiths@redhat.com>
15959
15960         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15961         unused globals.
15962         (test_rbreak_creation_and_listing): Likewise.
15963         (test_ignore_count): Likewise.
15964         (test_error): Likewise.
15965
15966 2014-04-15  Pedro Alves  <palves@redhat.com>
15967
15968         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15969         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15970         sym-file-loader.c.
15971         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15972         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15973         to sym-file-loader.c.
15974         (struct library): Forward declare.
15975         (load_shlib, lookup_function): Change prototypes.
15976         (find_shstrtab, find_strtab, find_shdr, find_symtab)
15977         (translate_offset): Remove declarations.
15978         (get_text_addr): New declaration.
15979         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15980         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15981         sym-file-loader.h.
15982         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15983         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15984         here from sym-file-loader.h.
15985         (struct library): New structure.
15986         (load_shlib, lookup_function): Change prototypes and adjust to
15987         work with a struct library.
15988         (find_shstrtab, find_strtab, find_shdr, find_symtab)
15989         (translate_offset): Make static.
15990         (get_text_addr): New function.
15991         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15992
15993 2014-04-15  Pedro Alves  <palves@redhat.com>
15994
15995         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
15996
15997 2014-04-15  Pedro Alves  <palves@redhat.com>
15998
15999         * gdb.base/sym-file-loader.c: Include <limits.h>.
16000         (SELF_LINK): New define.
16001         (get_origin): New function.
16002         (load_shlib): Use it.
16003         * gdb.base/sym-file.exp: Don't early return if the target is
16004         remote.  Use runto_main, and issue fail is that fails.  Use
16005         gdb_load_shlibs.
16006         (shlib_name): Delete.
16007         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
16008
16009 2014-04-15  Pedro Alves <palves@redhat.com>
16010
16011         * gdb.base/sym-file.exp: Remove regex characters from test
16012         message.  Don't refer to breakpoint numbers in test messages.
16013
16014 2014-04-14  Keith Seitz  <keiths@redhat.com>
16015
16016         PR c++/16253
16017         * gdb.cp/var-tag.cc: New file.
16018         * gdb.cp/var-tag.exp: New file.
16019         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16020         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16021         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16022         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16023
16024 2014-04-14  Tom Tromey  <tromey@redhat.com>
16025
16026         * gdb.cp/classes.exp (test_enums): Handle underlying type.
16027         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16028         type.
16029         * gdb.cp/enum-class.exp: New file.
16030         * gdb.cp/enum-class.cc: New file.
16031
16032 2014-04-14  Tom Tromey  <tromey@redhat.com>
16033
16034         * gdb.dwarf2/enum-type.exp: New file.
16035
16036 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
16037
16038         * gdb.mi/mi-vla-c99.exp: New file.
16039         * gdb.mi/vla.c: New file.
16040
16041 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
16042
16043         * gdb.base/vla-datatypes.c: New file.
16044         * gdb.base/vla-datatypes.exp: New file.
16045
16046 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
16047
16048         * gdb.base/vla-ptr.c: New file.
16049         * gdb.base/vla-ptr.exp: New file.
16050
16051 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
16052
16053         * gdb.dwarf2/count.exp: New file.
16054
16055 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
16056
16057         * gdb.base/vla-sideeffect.c: New file.
16058         * gdb.base/vla-sideeffect.exp: New file.
16059
16060 2014-04-14  David Blaikie <dblaikie@gmail.com>
16061
16062         * gdb.mi/non-stop.c: Add return value for non-void function return
16063         statement.
16064         * gdb.threads/staticthreads.c: Ditto.
16065
16066 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
16067             Doug Evans  <xdje42@gmail.com>
16068
16069         * gdb.guile/scm-value.c: Improve test case.
16070         * gdb.guile/scm-value.exp: Add new test.
16071
16072 2014-04-11  David Blaikie  <dblaikie@gmail.com>
16073
16074         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16075         override Clang's default.
16076
16077 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
16078
16079         Revert the following changes (regressions):
16080
16081         * gdb.base/vla-sideeffect.c: New file.
16082         * gdb.base/vla-sideeffect.exp: New file.
16083
16084         * gdb.dwarf2/count.exp: New file.
16085
16086         * gdb.base/vla-multi.c: New file.
16087         * gdb.base/vla-multi.exp: New file.
16088
16089         * gdb.base/vla-ptr.c: New file.
16090         * gdb.base/vla-ptr.exp: New file.
16091
16092         * gdb.base/vla-datatypes.c: New file.
16093         * gdb.base/vla-datatypes.exp: New file.
16094
16095         * gdb.mi/mi-vla-c99.exp: New file.
16096         * gdb.mi/vla.c: New file.
16097
16098 2014-04-11  Keith Seitz  <keiths@redhat.com>
16099
16100         PR c++/16675
16101         * gdb.cp/cpsizeof.exp: New file.
16102         * gdb.cp/cpsizeof.cc: New file.
16103
16104 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
16105
16106         * gdb.mi/mi-vla-c99.exp: New file.
16107         * gdb.mi/vla.c: New file.
16108
16109 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
16110
16111         * gdb.base/vla-datatypes.c: New file.
16112         * gdb.base/vla-datatypes.exp: New file.
16113
16114 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
16115
16116         * gdb.base/vla-ptr.c: New file.
16117         * gdb.base/vla-ptr.exp: New file.
16118
16119 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
16120
16121         * gdb.base/vla-multi.c: New file.
16122         * gdb.base/vla-multi.exp: New file.
16123
16124 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
16125
16126         * gdb.dwarf2/count.exp: New file.
16127
16128 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
16129
16130         * gdb.base/vla-sideeffect.c: New file.
16131         * gdb.base/vla-sideeffect.exp: New file.
16132
16133 2014-04-11  Yao Qi  <yao@codesourcery.com>
16134
16135         * gdb.base/completion.exp: Check file exists before running tests
16136         on file completion.
16137
16138 2014-04-10  Pedro Alves  <palves@redhat.com>
16139
16140         * gdb.base/cond-eval-mode.c: New file.
16141         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
16142         prepare_for_testing to build the new file.  Check result of
16143         runto_main.
16144         (test_break, test_watch): New procedures.
16145         (top level): Use them.
16146
16147 2014-04-08  Pierre Muller  <muller@sourceware.org>
16148
16149         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16150         Ctrl-V use for mingw hosts.
16151
16152 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
16153
16154         * gdb.python/py-value.c: Improve test case.
16155         * gdb.python/py-value.exp: Add new test.
16156
16157 2014-04-07  David Blaikie  <dblaikie@gmail.com>
16158
16159         * lib/compiler.c: Identify the clang compiler.
16160         * lib/compiler.cc: Ditto.
16161
16162 2014-04-03  Yao Qi  <yao@codesourcery.com>
16163
16164         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16165
16166 2014-04-01  Anton Blanchard  <anton@samba.org>
16167
16168         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
16169         messages unique.
16170
16171 2014-04-01  Anton Blanchard  <anton@samba.org>
16172
16173         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16174         prepare_for_testing.
16175
16176 2014-04-01  Anton Blanchard  <anton@samba.org>
16177
16178         * gdb.arch/ppc64-atomic-inst.c: Remove.
16179         * gdb.arch/ppc64-atomic-inst.S: New file.
16180         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16181
16182 2014-03-31  Doug Evans  <dje@google.com>
16183
16184         * gdb.base/print-symbol-loading-lib.c: New file.
16185         * gdb.base/print-symbol-loading-main.c: New file.
16186         * gdb.base/print-symbol-loading.exp: New file.
16187
16188 2014-03-31  Yao Qi  <yao@codesourcery.com>
16189
16190         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16191
16192 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
16193
16194         * gdb.ada/mi_dyn_arr: New testcase.
16195
16196 2014-03-27  Doug Evans  <dje@google.com>
16197
16198         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16199
16200 2014-03-27  Yao Qi  <yao@codesourcery.com>
16201
16202         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16203         if target is nios2-*-*.
16204
16205 2014-03-26  Yao Qi  <yao@codesourcery.com>
16206
16207         * lib/gdb.exp (readline_is_used): New proc.
16208         * gdb.base/completion.exp: Move tests on command complete up.
16209         Skip the rest of tests if readline is not used.
16210         * gdb.ada/complete.exp: Skp the test if readline is not
16211         used.
16212         * gdb.base/filesym.exp: Likewise.
16213         * gdb.base/macscp.exp: Likewise.
16214         * gdb.base/readline-ask.exp: Likewise.
16215         * gdb.base/readline.exp: Likewise.
16216         * gdb.python/py-cmd.exp: Likewise.
16217         * gdb.trace/tfile.exp: Likewise.
16218
16219 2014-03-26  Yao Qi  <yao@codesourcery.com>
16220
16221         * gdb.base/macscp.exp: Fix code format issues.
16222
16223 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
16224
16225         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16226         * gdb.asm/powerpc64le.inc: New file.
16227
16228 2014-03-25  Pedro Alves  <palves@redhat.com>
16229             Doug Evans  <dje@google.com>
16230
16231         * gdb.base/source-execution.c: New file.
16232         * gdb.base/source-execution.exp: New file.
16233         * gdb.base/source-execution.gdb: New file.
16234
16235 2014-03-24  Doug Evans  <dje@google.com>
16236
16237         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16238         using fission.
16239
16240 2014-03-24  Hui Zhu  <hui@codesourcery.com>
16241             Pedro Alves  <palves@redhat.com>
16242
16243         PR breakpoints/16101
16244         * gdb.base/dprintf.exp: Use unsupported rather than changing the
16245         test pass/fail messages.  Detect missing support for dprintf when
16246         breakpoints are actually inserted.
16247         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16248         breakpoints are actually inserted.
16249         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16250         fails.
16251
16252 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
16253
16254         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16255
16256 2014-03-22  Doug Evans  <xdje42@gmail.com>
16257
16258         * gdb.python/python.exp (python not supported): Verify multi-line
16259         python command issues an error.
16260         * gdb.guile/guile.exp (guile not supported): Verify multi-line
16261         guile command issues an error.
16262
16263 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
16264
16265         * gdb.threads/thread-specific.exp: Handle the lack of usable
16266         $this_breakpoint and $this_thread.
16267
16268 2014-03-21  Hui Zhu  <hui@codesourcery.com>
16269
16270         * gdb.base/attach.exp (do_command_attach_tests): New.
16271
16272 2014-03-20  Tom Tromey  <tromey@redhat.com>
16273             Pedro Alves  <palves@redhat.com>
16274
16275         PR cli/15718
16276         * gdb.base/condbreak-call-false.c: New file.
16277         * gdb.base/condbreak-call-false.exp: New file.
16278
16279 2014-03-20  Pedro Alves  <palves@redhat.com>
16280
16281         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16282         Delete.
16283         (block_signals, unblock_signals): Delete.
16284         (child_function_2, main): Remove references to deleted variable
16285         and functions.
16286
16287 2014-03-20  Pedro Alves  <palves@redhat.com>
16288
16289         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16290         Use pthread_kill to signal thread 2.
16291         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16292         Adjust to make the test send itself a signal rather than using the
16293         host's "kill" command.
16294
16295 2014-03-20  Pedro Alves  <palves@redhat.com>
16296
16297         * gdb.threads/multiple-step-overs.c: New file.
16298         * gdb.threads/multiple-step-overs.exp: New file.
16299         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16300         Adjust expected infrun debug output.
16301
16302 2014-03-20  Pedro Alves  <palves@redhat.com>
16303
16304         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16305         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16306
16307 2014-03-20  Pedro Alves  <palves@redhat.com>
16308
16309         PR breakpoints/7143
16310         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16311         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
16312         of gdb_test_multiple.
16313         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16314         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16315
16316 2014-03-20  Pedro Alves  <palves@redhat.com>
16317
16318         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16319         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16320
16321 2014-03-19  Pedro Alves  <palves@redhat.com>
16322
16323         * gdb.base/async.exp: Remove early return.
16324
16325 2014-03-19  Pedro Alves  <palves@redhat.com>
16326
16327         * gdb.base/async.exp (step& tests): Pass explicit test messages.
16328
16329 2014-03-19  Pedro Alves  <palves@redhat.com>
16330
16331         * gdb.base/async.exp (test_background): Expect \r\n after
16332         "completed." in the fail pattern.
16333
16334 2014-03-19  Pedro Alves  <palves@redhat.com>
16335
16336         * gdb.base/async.exp (test_background): New procedure.
16337         Use it for all background execution command tests.
16338
16339 2014-03-19  Pedro Alves  <palves@redhat.com>
16340
16341         * gdb.base/async.exp: Use prepare_for_testing.
16342
16343 2014-03-19  Pedro Alves  <palves@redhat.com>
16344
16345         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
16346         the same line.
16347
16348 2014-03-19  Pedro Alves  <palves@redhat.com>
16349
16350         * gdb.base/async.c (main): Add "jump here" and "until here" line
16351         marker comments.
16352         * gdb.base/async.exp (jump_here): New global.
16353         (jump& test): Use it.
16354         (until_here): New global.
16355         (until& test): Use it.
16356
16357 2014-03-19  Pedro Alves  <palves@redhat.com>
16358
16359         * gdb.base/async.exp: Don't frob gdb_protocol.
16360
16361 2014-03-18  Doug Evans  <xdje42@gmail.com>
16362
16363         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
16364         Fix spelling of exec-done-display.
16365
16366 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
16367
16368         PR gdb/15358
16369         * gdb.base/gdb-sigterm.c: New file.
16370         * gdb.base/gdb-sigterm.exp: New file.
16371
16372 2014-03-18  Pedro Alves  <palves@redhat.com>
16373
16374         PR gdb/13860
16375         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16376         * lib/mi-support.exp (mi_expect_stop): Add special handling for
16377         solib-event.
16378
16379 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
16380
16381         * gdb.ada/pckd_arr_ren: New testcase.
16382
16383 2014-03-13  Doug Evans  <xdje42@gmail.com>
16384
16385         PR guile/16612
16386         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16387         collect after discarding symbols.
16388
16389 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
16390             Doug Evans  <xdje42@gmail.com>
16391
16392         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16393         to history survives a gc.
16394
16395 2014-03-13  Pedro Alves  <palves@redhat.com>
16396
16397         * gdb.base/default.exp: Don't test "target procfs".
16398
16399 2014-03-13  Pedro Alves  <palves@redhat.com>
16400
16401         * gdb.base/default.exp: Update "target child" and "target procfs"
16402         tests to not expect "Unix".
16403
16404 2014-03-12  Tom Tromey  <tromey@redhat.com>
16405
16406         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16407         New procs.  Add target-async tests.
16408         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16409         Add target-async tests.
16410
16411 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16412
16413         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16414         'func_start' and 'func_end' for the beginning and end of the
16415         function code, respectively.
16416         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16417         'func_end' instead of 'func' and 'main'.
16418
16419 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16420
16421         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16422         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16423         generate the debug info assembler source.
16424
16425 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16426
16427         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16428         * gdb.dwarf2/arr-subrange.exp: Likewise.
16429         * gdb.dwarf2/dwz.exp: Likewise.
16430         * gdb.dwarf2/method-ptr.exp: Likewise.
16431         * gdb.dwarf2/missing-sig-type.exp: Likewise.
16432         * gdb.dwarf2/subrange.exp: Likewise.
16433         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16434         * gdb.dwarf2/implptrpiece.exp: Likewise.
16435         * gdb.dwarf2/nostaticblock.exp: Likewise.
16436
16437 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16438
16439         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16440         directory to absolute path name arguments.
16441
16442 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
16443
16444         * gdb.ada/tagged_access: New testcase.
16445
16446 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
16447
16448         * gdb.btrace/data.exp: Update expected output.
16449
16450 2014-03-06  Yao Qi  <yao@codesourcery.com>
16451
16452         * gdb.trace/pr16508.exp: New file.
16453
16454 2014-03-05  Pedro Alves  <palves@redhat.com>
16455
16456         PR gdb/16575
16457         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16458         procedure.
16459         (top level): Adjust to use it.  Add tests that exercise breakpoint
16460         interaction with the code-cache.
16461
16462 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
16463
16464         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16465         test for 'history-append!'.
16466
16467 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16468
16469         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16470         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16471         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16472         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16473         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16474         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16475
16476 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16477
16478         * testsuite/gdb.python/py-pp-re-notag.c: New file.
16479         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16480         * testsuite/gdb.python/py-pp-re-notag.p: New file.
16481
16482 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16483
16484         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16485
16486 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16487
16488         * gdb.dwarf2/arr-stride.c: New file.
16489         * gdb.dwarf2/arr-stride.exp: New file.
16490
16491 2014-02-26  Pedro Alves  <palves@redhat.com>
16492
16493         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16494         that won't ever trigger.  Make sure that GDB reports the correct
16495         breakpoint that caused the stop.
16496
16497 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
16498
16499         PR gdb/16626
16500         * gdb.base/auto-load-script: New file.
16501         * gdb.base/auto-load.c: New file.
16502         * gdb.base/auto-load.exp: New file.
16503
16504         PR gdb/16626
16505         * gdb.base/auto-load.exp: Fix out-of-srctree run.
16506
16507 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
16508
16509         Fix dw2-icycle.exp -fsanitize=address GDB crash.
16510         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16511
16512 2014-02-24  Doug Evans  <dje@google.com>
16513
16514         * lib/gdb.exp (run_on_host): Log error output if program fails.
16515
16516 2014-02-21  Pedro Alves  <palves@redhat.com>
16517
16518         * gdb.threads/step-after-sr-lock.c: Rename to ...
16519         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16520         * gdb.threads/step-after-sr-lock.exp: Rename to ...
16521         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16522         ... this.
16523
16524 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
16525
16526         PR tdep/16397
16527         * gdb.arch/amd64-stap-special-operands.exp: New file.
16528         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16529         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16530         * gdb.arch/amd64-stap-triplet.S: Likewise.
16531         * gdb.arch/amd64-stap-triplet.c: Likewise.
16532
16533 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
16534
16535         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16536         in .section pseudo-op.
16537
16538 2014-02-20  lin zuojian  <manjian2006@gmail.com>
16539             Joel Brobecker  <brobecker@adacore.com>
16540             Doug Evans  <xdje42@gmail.com>
16541
16542         PR symtab/16581
16543         * gdb.dwarf2/dw2-icycle.S: New file.
16544         * gdb.dwarf2/dw2-icycle.c: New file.
16545         * gdb.dwarf2/dw2-icycle.exp: New file.
16546
16547 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
16548
16549         * gdb.python/py-value-cc.cc: Improve test case to enable testing
16550         operations on gdb.Value objects.
16551         * gdb.python/py-value-cc.exp: Add new test to test operations on
16552         gdb.Value objects.
16553
16554 2014-02-18  Doug Evans  <dje@google.com>
16555
16556         * Makefile.in (TESTS): New variable.
16557         (expanded_tests, expanded_tests_or_none): New variables
16558         (check-single): Pass $(expanded_tests_or_none) to runtest.
16559         (check-parallel): Only run tests in $(TESTS) if non-empty.
16560         (check/no-matching-tests-found): New rule.
16561         * README: Document TESTS makefile variable.
16562
16563 2014-02-18  Doug Evans  <dje@google.com>
16564
16565         * Makefile.in (check-parallel): rm -rf outputs temp.
16566
16567 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
16568
16569         Fix "ERROR: no fileid for" in the testsuite.
16570         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16571
16572 2014-02-12  Doug Evans  <dje@google.com>
16573
16574         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16575         (MISCELLANEOUS): New variable.
16576         (clean): rm -rf $(MISCELLANEOUS).
16577         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16578         dwp live in the same directory as symlinks, with each symlink pointed
16579         to a differently named file in a different directory.
16580
16581 2014-02-11  Doug Evans  <dje@google.com>
16582
16583         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16584         of Tcl file commands.
16585
16586 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
16587
16588         * gdb.threads/step-after-sr-lock.exp: Avoid executing
16589         "kill -SIGUSR1 -1".
16590
16591 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
16592
16593         * gdb.ada/tick_length_array_enum_idx: New testcase.
16594
16595 2014-02-10  Doug Evans  <xdje42@gmail.com>
16596
16597         * configure.ac (AC_OUTPUT): Add gdb.guile.
16598         * configure: Regenerate.
16599         * lib/gdb-guile.exp: New file.
16600         * lib/gdb.exp (get_target_charset): New function.
16601         * gdb.base/help.exp: Update expected output from "apropos apropos".
16602         * gdb.guile/Makefile.in: New file.
16603         * gdb.guile/guile.exp: New file.
16604         * gdb.guile/scm-arch.c: New file.
16605         * gdb.guile/scm-arch.exp: New file.
16606         * gdb.guile/scm-block.c: New file.
16607         * gdb.guile/scm-block.exp: New file.
16608         * gdb.guile/scm-breakpoint.c: New file.
16609         * gdb.guile/scm-breakpoint.exp: New file.
16610         * gdb.guile/scm-disasm.c: New file.
16611         * gdb.guile/scm-disasm.exp: New file.
16612         * gdb.guile/scm-equal.c: New file.
16613         * gdb.guile/scm-equal.exp: New file.
16614         * gdb.guile/scm-error.exp: New file.
16615         * gdb.guile/scm-error.scm: New file.
16616         * gdb.guile/scm-frame-args.c: New file.
16617         * gdb.guile/scm-frame-args.exp: New file.
16618         * gdb.guile/scm-frame-args.scm: New file.
16619         * gdb.guile/scm-frame-inline.c: New file.
16620         * gdb.guile/scm-frame-inline.exp: New file.
16621         * gdb.guile/scm-frame.c: New file.
16622         * gdb.guile/scm-frame.exp: New file.
16623         * gdb.guile/scm-generics.exp: New file.
16624         * gdb.guile/scm-gsmob.exp: New file.
16625         * gdb.guile/scm-iterator.c: New file.
16626         * gdb.guile/scm-iterator.exp: New file.
16627         * gdb.guile/scm-math.c: New file.
16628         * gdb.guile/scm-math.exp: New file.
16629         * gdb.guile/scm-objfile-script-gdb.in: New file.
16630         * gdb.guile/scm-objfile-script.c: New file.
16631         * gdb.guile/scm-objfile-script.exp: New file.
16632         * gdb.guile/scm-objfile.c: New file.
16633         * gdb.guile/scm-objfile.exp: New file.
16634         * gdb.guile/scm-ports.exp: New file.
16635         * gdb.guile/scm-pretty-print.c: New file.
16636         * gdb.guile/scm-pretty-print.exp: New file.
16637         * gdb.guile/scm-pretty-print.scm: New file.
16638         * gdb.guile/scm-section-script.c: New file.
16639         * gdb.guile/scm-section-script.exp: New file.
16640         * gdb.guile/scm-section-script.scm: New file.
16641         * gdb.guile/scm-symbol.c: New file.
16642         * gdb.guile/scm-symbol.exp: New file.
16643         * gdb.guile/scm-symtab-2.c: New file.
16644         * gdb.guile/scm-symtab.c: New file.
16645         * gdb.guile/scm-symtab.exp: New file.
16646         * gdb.guile/scm-type.c: New file.
16647         * gdb.guile/scm-type.exp: New file.
16648         * gdb.guile/scm-value-cc.cc: New file.
16649         * gdb.guile/scm-value-cc.exp: New file.
16650         * gdb.guile/scm-value.c: New file.
16651         * gdb.guile/scm-value.exp: New file.
16652         * gdb.guile/source2.scm: New file.
16653         * gdb.guile/types-module.cc: New file.
16654         * gdb.guile/types-module.exp: New file.
16655
16656 2014-02-10  Yao Qi  <yao@codesourcery.com>
16657
16658         PR testsuite/16543
16659         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16660         * configure: Regenerated.
16661         * Makefile.in: New file.
16662
16663 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
16664
16665         * gdb.python/py-framefilter.exp: Fix typo.
16666
16667 2014-02-08  Yao Qi  <yao@codesourcery.com>
16668
16669         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16670         that no =breakpoint-modified is emitted when breakpoints are
16671         modified through MI commands.
16672
16673 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
16674             Pedro Alves  <palves@redhat.com>
16675
16676         * gdb.threads/step-after-sr-lock.c: New file.
16677         * gdb.threads/step-after-sr-lock.exp: New file.
16678
16679 2014-02-07  Pedro Alves  <palves@redhat.com>
16680
16681         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16682
16683 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
16684
16685         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16686         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16687
16688 2014-02-06  Doug Evans  <xdje42@gmail.com>
16689
16690         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16691         output.
16692
16693         * gdb.gdb/python-interrupts.exp: New file.
16694
16695 2014-02-05  Yao Qi  <yao@codesourcery.com>
16696
16697         * gdb.trace/report.exp (use_collected_data): Test the output
16698         of "info threads" and "info inferiors".
16699
16700 2014-02-05  Yao Qi  <yao@codesourcery.com>
16701
16702         Revert this patch:
16703
16704         2013-05-24  Yao Qi  <yao@codesourcery.com>
16705
16706         * gdb.trace/tfile.exp: Test inferior and thread.
16707
16708 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16709
16710         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16711         on a function.
16712         * gdb.base/step-bt.c: Call hello via function pointer to make
16713         sure its first instruction is executed on powerpc64le-linux.
16714
16715 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16716
16717         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16718
16719 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16720
16721         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
16722         of the test patterns for use on little-endian systems.
16723
16724 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16725
16726         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16727         (decimal_vector): Fix for little-endian.
16728
16729 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
16730
16731         * gdb.arch/sparc-sysstep.exp: New file.
16732         * gdb.arch/sparc-sysstep.c: Likewise.
16733
16734         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16735
16736 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
16737
16738         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16739
16740 2014-01-23  Tom Tromey  <tromey@redhat.com>
16741
16742         * gdb.ada/array_char_idx: New testcase.
16743
16744 2014-01-23  Tom Tromey  <tromey@redhat.com>
16745
16746         PR python/16487:
16747         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16748         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16749         classes.
16750
16751 2014-01-23  Tom Tromey  <tromey@redhat.com>
16752
16753         PR python/16491:
16754         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16755         string from an inferior frame.
16756         * gdb.python/py-framefilter-mi.exp: Update.
16757
16758 2014-01-22  Doug Evans  <dje@google.com>
16759
16760         * gdb.server/server-mon.exp: Add tests for "set debug-format".
16761
16762 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16763
16764         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16765
16766 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16767
16768         * gdb.trace/entry-values.exp: Remove excess space character from
16769         regex patterns.  Handle s390 call instruction.
16770
16771 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16772
16773         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16774         define "*_start" label.  Make "name" static.
16775         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16776         ${name} by references to ${name}_start.
16777
16778 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16779
16780         * gdb.base/info-macros.exp: Remove "debug" from the compile
16781         options.
16782
16783 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
16784
16785         * gdb.dlang/demangle.exp: New file.
16786
16787 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
16788
16789         * gdb.dlang/primitive-types.exp: New file.
16790
16791 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
16792
16793         * configure.ac: Create gdb.dlang/Makefile.
16794         * configure: Regenerate.
16795         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16796         * gdb.dlang/Makefile.in: New file.
16797         * lib/d-support.exp: New file.
16798         * lib/gdb.exp (skip_d_tests): New proc.
16799
16800 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16801
16802         * gdb.btrace/delta.exp: Check reverse stepi.
16803         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
16804         * gdb.btrace/finish.exp: New.
16805         * gdb.btrace/next.exp: New.
16806         * gdb.btrace/nexti.exp: New.
16807         * gdb.btrace/record_goto.c: Add comments.
16808         * gdb.btrace/step.exp: New.
16809         * gdb.btrace/stepi.exp: New.
16810         * gdb.btrace/multi-thread-step.c: New.
16811         * gdb.btrace/multi-thread-step.exp: New.
16812         * gdb.btrace/rn-dl-bind.c: New.
16813         * gdb.btrace/rn-dl-bind.exp: New.
16814         * gdb.btrace/data.c: New.
16815         * gdb.btrace/data.exp: New.
16816         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16817
16818 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16819
16820         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16821         * gdb.btrace/exception.exp: Update.
16822         * gdb.btrace/instruction_history.exp: Update.
16823         * gdb.btrace/record_goto.exp: Update.
16824         * gdb.btrace/tailcall.exp: Update.
16825         * gdb.btrace/unknown_functions.exp: Update.
16826         * gdb.btrace/delta.exp: New.
16827
16828 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16829
16830         * gdb.btrace/record_goto.exp: Add backtrace test.
16831         * gdb.btrace/tailcall.exp: Add backtrace test.
16832
16833 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16834
16835         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16836         * gdb.btrace/record_goto.c: New.
16837         * gdb.btrace/record_goto.exp: New.
16838         * gdb.btrace/x86-record_goto.S: New.
16839
16840 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16841
16842         * gdb.btrace/function_call_history.exp: Update tests.
16843         * gdb.btrace/instruction_history.exp: Update tests.
16844
16845 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16846
16847         * gdb.btrace/function_call_history.exp: Fix expected field
16848         order for "record function-call-history".
16849         Add new tests for "record function-call-history /c".
16850         * gdb.btrace/exception.cc: New.
16851         * gdb.btrace/exception.exp: New.
16852         * gdb.btrace/tailcall.exp: New.
16853         * gdb.btrace/x86-tailcall.S: New.
16854         * gdb.btrace/x86-tailcall.c: New.
16855         * gdb.btrace/unknown_functions.c: New.
16856         * gdb.btrace/unknown_functions.exp: New.
16857         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16858
16859 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16860
16861         * gdb.btrace/instruction_history.exp: Update.
16862         * gdb.btrace/function_call_history.exp: Update.
16863
16864 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16865
16866         * gdb.btrace/function_call_history.exp: Fix expected function
16867         trace.
16868         * gdb.btrace/instruction_history.exp: Initialize traced.
16869         Remove traced_functions.
16870
16871 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16872
16873         * gdb.btrace/function_call_history.exp: Update
16874         * gdb.btrace/instruction_history.exp: Update.
16875
16876 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16877
16878         * gdb.btrace/enable.exp: Update expected text.
16879
16880 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
16881
16882         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16883         bytes.
16884
16885 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
16886
16887         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16888
16889 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
16890
16891         * lib/gdb.exp (supports_process_record): Return true for
16892         arm*-linux*.  (supports_reverse): Likewise.
16893
16894 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
16895
16896         PR python/15464
16897         PR python/16113
16898         * gdb.python/py-type.c: Enhance test case.
16899         * gdb.python/py-value-cc.cc: Likewise
16900         * gdb.python/py-type.exp: Add new tests.
16901         * gdb.python/py-value-cc.exp: Likewise
16902
16903 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16904             Pedro Alves <palves@redhat.com>
16905
16906         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16907         Make "name" extern.
16908         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16909         references to ${name}_start by references to ${name}.
16910
16911 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
16912
16913         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16914
16915 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
16916
16917         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16918
16919 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
16920             Pedro Alves  <palves@redhat.com>
16921
16922         * gdb.mi/mi-info-os.exp: Connect to the target with
16923         mi_gdb_target_load.
16924
16925 2014-01-08  Pedro Alves  <palves@redhat.com>
16926
16927         * gdb.threads/reconnect-signal.c: New file.
16928         * gdb.threads/reconnect-signal.exp: New file.
16929
16930 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
16931
16932         * gdb.base/source-dir.exp: New file.
16933
16934 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
16935
16936         * gdb.ada/mi_interface: New testcase.
16937
16938 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
16939
16940         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16941         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16942         gdb.ada/pp-rec-component/pck.ads: New files.
16943
16944 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
16945
16946         * gdb.python/py-pp-integral.c: New file.
16947         * gdb.python/py-pp-integral.py: New file.
16948         * gdb.python/py-pp-integral.exp: New file.
16949
16950 For older changes see ChangeLog-1993-2013.
16951 \f
16952 ;; Local Variables:
16953 ;; mode: change-log
16954 ;; left-margin: 8
16955 ;; fill-column: 74
16956 ;; version-control: never
16957 ;; End:
16958
16959     Copyright 2014-2019 Free Software Foundation, Inc.
16960   Copying and distribution of this file, with or without modification,
16961   are permitted provided the copyright notice and this notice are preserved.