]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
Add TUI register window test
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-07-27 Tom Tromey <tom@tromey.com>
2
3 * gdb.tui/regs.exp: New file.
4
5 2019-07-27 Tom Tromey <tom@tromey.com>
6
7 * gdb.tui/basic.exp: Add "layout split" test.
8
9 2019-07-27 Tom Tromey <tom@tromey.com>
10
11 * gdb.tui/basic.exp: Add "layout asm" test.
12
13 2019-07-27 Tom Tromey <tom@tromey.com>
14
15 * lib/tuiterm.exp: New file.
16 * gdb.tui/basic.exp: New file.
17
18 2019-07-27 Kevin Buettner <kevinb@redhat.com>
19
20 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
21 Enable tests associated with this flag. Adjust regex
22 referencing "foo_low" to now refer to "foo_cold" instead.
23
24 2019-07-27 Kevin Buettner <kevinb@redhat.com>
25
26 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
27 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
28 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
29 foo_cold. Revise comments to match.
30 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
31 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
32 were wrapped into this proc; Call do_test in loop from outermost
33 level.
34 (foo_low): Rename all occurrences to "foo_cold".
35 (backtrace from baz): New test.
36 (x2/i foo_cold): New test.
37 (info line *foo_cold): New test.
38
39 2019-07-26 Tom de Vries <tdevries@suse.de>
40
41 * gdb.arch/i386-pkru.exp: Fix unterminated string.
42
43 2019-07-25 Tom de Vries <tdevries@suse.de>
44
45 PR testsuite/24830
46 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
47 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
48 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
49 (skip_libstdcxx_probe_tests): ... here.
50 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
51
52 2019-07-24 Tom de Vries <tdevries@suse.de>
53
54 PR testsuite/24807
55 * gdb.objc/basicclass.m: Include stdio.h.
56 * gdb.objc/nondebug.m: Same.
57 * gdb.objc/objcdecode.m: Same.
58
59 2019-07-24 Tom de Vries <tdevries@suse.de>
60
61 PR testsuite/24612
62 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
63 additional_flags.
64
65 2019-07-24 Tom de Vries <tdevries@suse.de>
66
67 PR testsuite/24831
68 * gdb.multi/tids.exp: Update error messages for info threads.
69
70 2019-07-24 Tom de Vries <tdevries@suse.de>
71
72 * gdb.base/info-types.exp: Allow info types to print info for more than
73 one file.
74
75 2019-07-23 Tom de Vries <tdevries@suse.de>
76
77 PR testsuite/24842
78 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
79 gdb_spawn_with_cmdline_opts.
80
81 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
82
83 * gdb.arch/arm-cmse-sgstubs.c: New test.
84 * gdb.arch/arm-cmse-sgstubs.exp: New file.
85
86 2019-07-23 Tom de Vries <tdevries@suse.de>
87
88 PR testsuite/24711
89 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
90 issuing next command.
91
92 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
93
94 * gdb.ada/info_auto_lang.exp: Update expected results.
95 * gdb.base/info-types.c: Add additional types to check.
96 * gdb.base/info-types.exp: Update expected results.
97
98 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
99
100 * gdb.base/info-types.c: New file.
101 * gdb.base/info-types.exp: New file.
102
103 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
104
105 * gdb.arch/riscv-bp-infcall.c: New file.
106 * gdb.arch/riscv-bp-infcall.exp: New file.
107
108 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 PR breakpoints/24541
111 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
112
113 2019-07-14 Tom de Vries <tdevries@suse.de>
114
115 PR testsuite/24760
116 * gdb.objc/basicclass.exp: Fix unterminated string.
117
118 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
119 Andrew Burgess <andrew.burgess@embecosm.com>
120
121 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
122 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
123 negative bounds.
124 * gdb.fortran/vla-value.exp: Print elements of an array with
125 negative bounds.
126 * gdb.fortran/vla.f90: Setup an array with negative bounds for
127 testing.
128
129 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
130
131 * gdb.base/options.exp (expect_string): Dequote strings in
132 results.
133 (test-string): Test strings with different quoting and reindent.
134
135 2019-07-10 Tom Tromey <tromey@adacore.com>
136
137 * gdb.ada/mi_ex_cond.exp: Update expected results.
138 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
139 * gdb.ada/mi_catch_ex.exp: Update expected results.
140 * gdb.ada/mi_catch_assert.exp: Update expected results.
141 * gdb.ada/catch_ex.exp (catch_exception_info)
142 (catch_exception_entry, catch_assert_entry)
143 (catch_unhandled_entry): Update.
144 * gdb.ada/catch_assert_if.exp: Update expected results.
145
146 2019-07-10 Richard Bunt <richard.bunt@arm.com>
147 Stephen Roberts <stephen.roberts@arm.com>
148
149 * gdb.base/define.exp: Restore original prompt.
150
151 2019-07-09 Pedro Alves <palves@redhat.com>
152
153 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
154 breakpoints" output.
155 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
156 * gdb.python/py-breakpoint.exp: No longer expect that "catch
157 throw" creates breakpoint.
158 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
159 'type="catchpoint"'.
160
161 2019-07-09 Pedro Alves <palves@redhat.com>
162
163 PR c++/15468
164 * gdb.cp/except-multi-location-lib.cc: New.
165 * gdb.cp/except-multi-location-main.cc: New.
166 * gdb.cp/except-multi-location.exp: New.
167
168 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
169
170 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
171 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
172 argument and update callers.
173
174 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
175
176 * gdb.arch/amd64-break-on-asm-line.S: New file.
177 * gdb.arch/amd64-break-on-asm-line.exp: New file.
178
179 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
180
181 * gdb.base/printcmds.exp: Test printing C string and
182 C wide string convenience vars without transiting via the inferior.
183 Also make test names unique.
184
185 2019-07-08 Alan Hayward <alan.hayward@arm.com>
186
187 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
188
189 2019-07-04 Pedro Alves <palves@redhat.com>
190
191 * lib/gdb.exp (foreach_with_prefix): Don't return early if
192 body returned ok(0), break(3) or continue(4).
193 * gdb.testsuite/foreach_with_prefix.exp: New file.
194
195 2019-07-04 Alan Hayward <alan.hayward@arm.com>
196
197 * gdb.server/unittest.exp: Allow 0 unit tests to run.
198
199 2019-07-03 Pedro Alves <palves@redhat.com>
200
201 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
202 "return -code".
203
204 2019-07-03 Pedro Alves <palves@redhat.com>
205
206 PR cli/24732
207 * gdb.base/shell.exp: Load completion-support.exp.
208 Adjust expected error output. Add completion tests.
209
210 2019-07-03 Pedro Alves <palves@redhat.com>
211
212 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
213 string_to_regexp.
214
215 2019-07-03 Pedro Alves <palves@redhat.com>
216
217 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
218 (expect_integer): Adjust to expect "-string".
219 (expect_string): New.
220 (all_options): Expect "-string".
221 (test-flag, test-boolean): Adjust to expect "-string".
222 (test-string): New proc.
223 (top level): Call it.
224
225 2019-07-03 Pedro Alves <palves@redhat.com>
226
227 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
228 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
229 the expected output in the success.
230
231 2019-07-03 Pedro Alves <palves@redhat.com>
232
233 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
234 Split one gdb_test_multiple call in two to avoid a race.
235
236 2019-07-03 Pedro Alves <palves@redhat.com>
237
238 * gdb.base/with.c: New file.
239 * gdb.base/with.exp: New file.
240
241 2019-07-03 Pedro Alves <palves@redhat.com>
242
243 * gdb.base/settings.exp: Replace all references to "maint
244 test-settings set" with references to "maint set test-settings",
245 and all references to "maint test-settings show" with references
246 to "maint show test-settings".
247
248 2019-07-03 Pedro Alves <palves@redhat.com>
249
250 * gdb.base/settings.exp (test-string): Adjust expected out when
251 testing "maint test-settings show filename"
252
253 2019-07-02 Pedro Alves <palves@redhat.com>
254
255 * gdb.base/options.exp (test-info-threads): New procedure.
256 (top level): Call it.
257
258 2019-06-28 Tom Tromey <tromey@adacore.com>
259
260 * gdb.dwarf2/ada-linkage-name.c: New file.
261 * gdb.dwarf2/ada-linkage-name.exp: New file.
262
263 2019-06-27 Tom Tromey <tromey@adacore.com>
264
265 * gdb.cp/constexpr-field.exp: Use setup_xfail.
266
267 2019-06-26 Tom de Vries <tdevries@suse.de>
268
269 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
270
271 2019-06-26 Tom de Vries <tdevries@suse.de>
272
273 * gdb.base/index-cache.exp: Add back missing debug option.
274
275 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
276
277 * gdb.base/alias.exp: Test non matching/non existing prefixes.
278
279 2019-06-25 Tom de Vries <tdevries@suse.de>
280
281 PR testsuite/24727
282 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
283
284 2019-06-24 Tom de Vries <tdevries@suse.de>
285
286 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
287
288 2019-06-24 Tom de Vries <tdevries@suse.de>
289
290 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
291 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
292 * gdb.trace/unavailable-dwarf-piece.exp: Same.
293
294 2019-06-24 Tom de Vries <tdevries@suse.de>
295
296 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
297
298 2019-06-21 Tom de Vries <tdevries@suse.de>
299
300 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
301
302 2019-06-21 Tom de Vries <tdevries@suse.de>
303
304 PR testsuite/24518
305 PR ada/24713
306 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
307 index.
308
309 2019-06-19 Tom Tromey <tromey@adacore.com>
310
311 * gdb.ada/length_cond.exp: Add intro comment.
312
313 2019-06-19 Tom Tromey <tromey@adacore.com>
314
315 * gdb.ada/length_cond.exp: New file.
316 * gdb.ada/length_cond/length_cond.adb: New file.
317 * gdb.ada/length_cond/pck.adb: New file.
318 * gdb.ada/length_cond/pck.ads: New file.
319
320 2019-06-18 Tom de Vries <tdevries@suse.de>
321
322 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
323
324 2019-06-18 Tom Tromey <tromey@adacore.com>
325
326 * gdb.base/list0.h: Add comment explaining control character.
327
328 2019-06-18 Tom de Vries <tdevries@suse.de>
329
330 * boards/fission.exp: Break up long debug_flags line.
331
332 2019-06-16 Tom de Vries <tdevries@suse.de>
333
334 PR gdb/24445
335 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
336 generated index.
337
338 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
339
340 PR gdb/24686
341 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
342 improve detection of bug gdb/24541.
343
344 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
345
346 PR gdb/24669
347 * gdb.base/index-cache.exp (uses_readnow,
348 expecting_index_cache_use): Define global variable.
349 (test_cache_enabled_miss, test_cache_enabled_hit): Use
350 expecting_index_cache_use.
351
352 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
353 Andrew Burgess <andrew.burgess@embecosm.com>
354
355 * gdb.fortran/pointers.f90: New file.
356 * gdb.fortran/print_type.exp: New file.
357 * gdb.fortran/vla-ptype.exp: Adapt expected results.
358 * gdb.fortran/vla-type.exp: Likewise.
359 * gdb.fortran/vla-value.exp: Likewise.
360 * gdb.mi/mi-vla-fortran.exp: Likewise.
361
362 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
363
364 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
365 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
366 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
367 as a stop reason.
368
369 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
370
371 * gdb.base/annota1.exp: Update expected results.
372 * gdb.cp/annota2.exp: Likewise.
373 * gdb.cp/annota3.exp: Likewise.
374
375 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 * gdb.base/style-logging.exp: Remove path from test name.
378
379 2019-06-14 Tom Tromey <tromey@adacore.com>
380
381 PR gdb/24502:
382 * gdb.base/style-logging.exp: New file.
383
384 2019-06-14 Tom Tromey <tromey@adacore.com>
385
386 * gdb.base/symfile-warn.exp: New file.
387 * gdb.base/symfile-warn.c: New file.
388
389 2019-06-14 Tom Tromey <tromey@adacore.com>
390
391 * gdb.base/annotate-symlink.exp: New file.
392
393 2019-06-14 Tom Tromey <tromey@adacore.com>
394
395 * gdb.ada/set_wstr.exp: Add reassignment test.
396
397 2019-06-14 Tom Tromey <tromey@adacore.com>
398
399 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
400 'unchecked_access and 'unrestricted_access as well.
401
402 2019-06-14 Tom Tromey <tromey@adacore.com>
403
404 PR ada/24539:
405 * gdb.ada/vla.exp: Update tests.
406 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
407 pragma.
408
409 2019-06-13 Pedro Alves <palves@redhat.com>
410
411 * gdb.base/settings.exp (test-integer): Test junk after
412 "unlimited".
413
414 2019-06-13 Pedro Alves <palves@redhat.com>
415
416 * gdb.base/options.exp (test-thread-apply): New.
417 (top level): Call it.
418
419 2019-06-13 Pedro Alves <palves@redhat.com>
420
421 * gdb.base/options.exp (test-frame-apply): New.
422 (top level): Test print commands with different "frame apply"
423 prefixes.
424
425 2019-06-13 Pedro Alves <palves@redhat.com>
426
427 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
428 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
429 'max_completions' parameter and handle it.
430 (test_gdb_completion_offers_commands): New.
431
432 2019-06-13 Pedro Alves <palves@redhat.com>
433
434 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
435
436 2019-06-13 Pedro Alves <palves@redhat.com>
437
438 * gdb.base/options.exp (test-backtrace): New.
439 (top level): Call it.
440
441 2019-06-13 Pedro Alves <palves@redhat.com>
442
443 * gdb.guile/scm-frame-args.exp: Use "set print
444 raw-frame-arguments" instead of "set print raw frame-arguments".
445 * gdb.python/py-frame-args.exp: Likewise.
446
447 2019-06-13 Pedro Alves <palves@redhat.com>
448
449 * gdb.compile/compile.exp: Adjust expected output to option
450 processing changes.
451
452 2019-06-13 Pedro Alves <palves@redhat.com>
453
454 * gdb.base/options.exp: Build executable.
455 (test-print): New procedure.
456 (top level): Call it, once for "print" and another for "compile
457 print".
458
459 2019-06-13 Pedro Alves <palves@redhat.com>
460
461 * gdb.base/options.c: New file.
462 * gdb.base/options.exp: New file.
463
464 2019-06-13 Pedro Alves <palves@redhat.com>
465
466 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
467 that "o" is ambiguous.
468
469 2019-06-13 Pedro Alves <palves@redhat.com>
470
471 * gdb.base/settings.c: New file.
472 * gdb.base/settings.exp: New file.
473
474 2019-06-13 Pedro Alves <palves@redhat.com>
475
476 * gdb.base/completion.exp: Fix comment typo.
477
478 2019-06-13 Pedro Alves <palves@redhat.com>
479
480 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
481 foo --1" test.
482
483 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
484
485 * gdb.fortran/block-data.f: New.
486 * gdb.fortran/block-data.exp: New.
487
488 2019-06-11 Tom de Vries <tdevries@suse.de>
489
490 PR testsuite/24521
491 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
492 message.
493
494 2019-06-11 Tom de Vries <tdevries@suse.de>
495
496 PR testsuite/24521
497 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
498
499 2019-06-11 Tom de Vries <tdevries@suse.de>
500
501 * boards/readnow.exp: New file.
502
503 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
504
505 * gdb.fortran/vla-sizeof.exp: Update expected results.
506
507 2019-06-06 Amos Bird <amosbird@gmail.com>
508
509 * gdb.base/annota1.exp (thread_switch): Add test for
510 thread-exited annotation.
511
512 2019-06-06 Tom Tromey <tromey@adacore.com>
513
514 * gdb.base/maint.exp: Expect command started/finished output.
515
516 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
517
518 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
519 comment.
520 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
521
522 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
523
524 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
525 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
526 * gdb.arch/riscv-unwind-long-insn.c: New file.
527 * gdb.arch/riscv-unwind-long-insn.exp: New file.
528
529 2019-06-04 Christian Biesinger <cbiesinger@google.com>
530
531 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
532
533 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
534
535 * lib/gdb.exp (help_list_trailer): New regexp variable
536 factorizing the help trailer message.
537 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
538 arg to allow to better factorize various tests.
539 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
540 (test_prefix_command_help): Use help_list_trailer.
541 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
542 * gdb.guile/scm-cmd.exp: Likewise.
543 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
544 * gdb.base/help.exp: Use test_user_defined_class_help.
545 * gdb.base/style.exp: Add tests for styling of help and apropos.
546 * lib/gdb-utils.exp (style): Add title and highlight styles.
547
548 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
549
550 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
551 $_shell_exitsignal.
552 * gdb.base/default.exp: Update for new convenience variables.
553
554 2019-05-29 Tom Tromey <tromey@adacore.com>
555
556 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
557 to "break complete ada" test case's regexp.
558
559 2019-05-29 Tom Tromey <tromey@adacore.com>
560
561 PR c++/20020:
562 * gdb.cp/constexpr-field.exp: New file.
563 * gdb.cp/constexpr-field.cc: New file.
564
565 2019-05-29 Tom Tromey <tromey@adacore.com>
566
567 * gdb.base/finish.exp (finish_no_print): New proc.
568 (finish_tests): Call it.
569
570 2019-05-24 Tom de Vries <tdevries@suse.de>
571
572 * gdb.dwarf2/gdb-add-index.exp: New file.
573
574 2019-05-22 Tom Tromey <tromey@adacore.com>
575
576 * gdb.base/info-shared.exp (check_info_shared): Use "style".
577 * gdb.base/style.exp: Use "style".
578 * lib/gdb-utils.exp (style): New proc.
579
580 2019-05-22 Tom de Vries <tdevries@suse.de>
581
582 * gdb.base/align.exp: Require c++11.
583
584 2019-05-22 Tom de Vries <tdevries@suse.de>
585
586 PR testsuite/24586
587 * gdb.python/py-mi-var-info-path-expression.exp: Call
588 mi_skip_python_tests to check if python is supported.
589
590 2019-05-22 Alan Hayward <alan.hayward@arm.com>
591
592 * gdb.arch/aarch64-pauth.c: New test.
593 * gdb.arch/aarch64-pauth.exp: New file.
594
595 2019-05-22 Alan Hayward <alan.hayward@arm.com>
596
597 * README (Re-running Tests Outside The Testsuite): New section.
598
599 2019-05-21 Tom de Vries <tdevries@suse.de>
600
601 * gdb.arch/amd64-eval.exp: Require c++11.
602 * gdb.base/max-depth.exp: Same.
603 * gdb.compile/compile-cplus-array-decay.exp: Same.
604 * gdb.cp/meth-typedefs.exp: Same.
605 * gdb.cp/subtypes.exp: Same.
606 * gdb.cp/temargs.exp: Same.
607
608 2019-05-21 Alan Hayward <alan.hayward@arm.com>
609
610 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
611
612 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
613
614 PR gdb/18644
615 * gdb.fortran/complex.exp: Remove setup_kfail calls.
616 * gdb.fortran/printing-types.exp: Add new test.
617 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
618 testing.
619 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
620 setup_kfail call.
621
622 2019-05-17 Alan Hayward <alan.hayward@arm.com>
623
624 * README (Running the Testsuite): Change example.
625 (Testsuite Parameters): Remove TRANSCRIPT.
626 * lib/gdb.exp: Remove TRANSCRIPT check.
627
628 2019-05-17 Alan Hayward <alan.hayward@arm.com>
629
630 * README (Testsuite Parameters): Add replay logging to
631 GDBSERVER_DEBUG.
632 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
633 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
634 as a comma separated list.
635 (gdb_debug_init): Override procedure.
636
637 2019-05-17 Alan Hayward <alan.hayward@arm.com>
638
639 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
640 (gdb_write_cmd_file): New procedure.
641 * lib/gdbserver-support.exp (gdbserver_start): Call
642 gdbserver_write_cmd_file.
643 (gdbserver_write_cmd_file): New procedure.
644
645 2019-05-17 Alan Hayward <alan.hayward@arm.com>
646
647 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
648 (delete_breakpoints): Likewise.
649 (gdb_run_cmd): Likewise.
650 (gdb_start_cmd): Likewise.
651 (gdb_starti_cmd): Likewise.
652 (gdb_internal_error_resync): Likewise.
653 (gdb_test_multiple): Likewise.
654 (gdb_reinitialize_dir): Likewise.
655 (default_gdb_exit): Likewise.
656 (gdb_file_cmd): Mark kill as optional.
657 (default_gdb_start): Call gdb_stdin_log_init.
658 (send_gdb): Call gdb_stdin_log_write.
659 (rerun_to_main): Mark Y as an answer.
660 (gdb_stdin_log_init): New function.
661 (gdb_stdin_log_write): Likewise.
662
663 2019-05-17 Alan Hayward <alan.hayward@arm.com>
664
665 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
666 * gdb.base/debug-expr.exp: Likewise.
667 * gdb.base/foll-fork.exp: Likewise.
668 * gdb.base/foll-vfork.exp: Likewise.
669 * gdb.base/fork-print-inferior-events.exp: Likewise.
670 * gdb.base/gdb-sigterm.exp: Likewise.
671 * gdb.base/gdbinit-history.exp: Likewise.
672 * gdb.base/osabi.exp: Likewise.
673 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
674 * gdb.base/ui-redirect.exp: Likewise.
675 * gdb.gdb/unittest.exp: Likewise.
676 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
677 * gdb.mi/mi-watch.exp: Likewise.
678 * gdb.mi/new-ui-mi-sync.exp: Likewise.
679 * gdb.mi/user-selected-context-sync.exp: Likewise.
680 * gdb.python/python.exp: Disable debug test when debugging.
681 * gdb.threads/check-libthread-db.exp: Disable when debugging.
682 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
683 Likewise.
684 * gdb.threads/stepi-random-signal.exp: Likewise.
685
686 2019-05-17 Alan Hayward <alan.hayward@arm.com>
687
688 * Makefile.in: Pass through GDB_DEBUG.
689 * README (Testsuite Parameters): Add GDB_DEBUG.
690 (gdb,debug): Add board setting.
691 * lib/gdb.exp (default_gdb_start): Start debugging.
692 (gdb_debug_enabled): New procedure.
693 (gdb_debug_init): Likewise.
694
695 2019-05-17 Alan Hayward <alan.hayward@arm.com>
696
697 * Makefile.in: Pass through GDB_DEBUG.
698 * README (Testsuite Parameters): Add GDB_DEBUG.
699 (gdb,debug): Add board setting.
700 * lib/gdb.exp (default_gdb_start): Start debugging.
701 (gdb_debug_enabled): New procedure.
702 (gdb_debug_init): Likewise.
703
704 2019-05-17 Alan Hayward <alan.hayward@arm.com>
705
706 * gdb.base/ui-redirect.exp: Add debug redirect tests.
707
708 2019-05-17 Alan Hayward <alan.hayward@arm.com>
709
710 * gdb.base/ui-redirect.exp: Test redirection.
711
712 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
713
714 * gdb.mi/mi-complete.exp: New file.
715 * gdb.mi/mi-complete.cc: Likewise.
716
717 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
718
719 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
720 indexed and sliced arrays, and pointers to arrays.
721
722 2019-05-14 Tom Tromey <tromey@adacore.com>
723
724 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
725 styling test.
726
727 2019-05-14 Tom de Vries <tdevries@suse.de>
728
729 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
730 selection entry encoding.
731
732 2019-05-10 Tom Tromey <tromey@adacore.com>
733
734 * gdb.ada/info_exc.exp: Add "complete" test.
735
736 2019-05-09 Tom de Vries <tdevries@suse.de>
737
738 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
739 CU-relative.
740
741 2019-05-09 Tom de Vries <tdevries@suse.de>
742
743 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
744 CU-relative.
745
746 2019-05-08 Joel Brobecker <brobecker@adacore.com>
747
748 * gdb.ada/frame_arg_lang.exp: New testcase.
749 * gdb.ada/frame_arg_lang/bla.adb: New file.
750 * gdb.ada/frame_arg_lang/pck.ads: New file.
751 * gdb.ada/frame_arg_lang/pck.adb: New file.
752 * gdb.ada/frame_arg_lang/foo.c: New file.
753
754 2019-05-08 Tom Tromey <tromey@adacore.com>
755
756 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
757
758 2019-05-08 Tom Tromey <tromey@adacore.com>
759
760 * gdb.base/ptype-offsets.exp: Update tests.
761
762 2019-05-08 Tom Tromey <tromey@adacore.com>
763
764 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
765 cases.
766 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
767 "short".
768
769 2019-05-08 Tom Tromey <tromey@adacore.com>
770
771 * gdb.ada/vla.exp: New file.
772 * gdb.ada/vla/vla.adb: New file.
773
774 2019-05-07 Tom de Vries <tdevries@suse.de>
775
776 * gdb.base/index-cache.exp (ls_host): Fix return statement.
777
778 2019-05-07 Tom de Vries <tdevries@suse.de>
779
780 PR testsuite/24522
781 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
782 section.
783
784 2019-05-07 Tom de Vries <tdevries@suse.de>
785
786 PR testsuite/24522
787 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
788 .debug_aranges section.
789
790 2019-05-07 Tom de Vries <tdevries@suse.de>
791
792 PR testsuite/24159
793 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
794
795 2019-05-06 Tom de Vries <tdevries@suse.de>
796
797 * lib/gdb.exp (exec_has_index_section): New proc.
798 * gdb.base/index-cache.exp: Handle case that binfile contains an index
799 section.
800
801 2019-05-04 Tom de Vries <tdevries@suse.de>
802
803 * boards/cc-with-debug-names.exp: New file.
804
805 2019-05-03 Tom Tromey <tromey@adacore.com>
806
807 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
808 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
809 * gdb.ada/char_enum.exp: Add test.
810
811 2019-05-03 Tom de Vries <tdevries@suse.de>
812
813 * boards/cc-with-gdb-index.exp: New file.
814
815 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
816
817 * gdb.rust/simple.exp: Add new test case.
818 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
819 (main): Initialise an instance of the new struct.
820
821 2019-05-01 Tom Tromey <tromey@adacore.com>
822
823 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
824 record.
825 (NPR): New variable.
826 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
827 test.
828
829 2019-05-01 Tom Tromey <tromey@adacore.com>
830
831 * gdb.ada/packed_array_assign.exp: Add packed assignment
832 regression test.
833
834 2019-05-01 Tom de Vries <tdevries@suse.de>
835
836 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
837
838 2019-05-01 Tom de Vries <tdevries@suse.de>
839
840 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
841
842 2019-04-30 Ali Tamur <tamur@google.com>
843
844 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
845
846 2019-04-30 Tom Tromey <tromey@adacore.com>
847
848 * lib/ada.exp (find_ada_tool): New proc.
849 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
850 * gdb.ada/catch_ex_std.exp: New file.
851 * gdb.ada/catch_ex_std/foo.adb: New file.
852 * gdb.ada/catch_ex_std/some_package.adb: New file.
853 * gdb.ada/catch_ex_std/some_package.ads: New file.
854
855 2019-04-30 Tom Tromey <tromey@adacore.com>
856
857 PR c++/24470:
858 * gdb.cp/temargs.cc: Add test code from PR.
859
860 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
861
862 * gdb.fortran/vla-datatypes.exp: Update expected results.
863 * gdb.fortran/vla-ptype.exp: Likewise.
864 * gdb.fortran/vla-type.exp: Likewise.
865 * gdb.fortran/vla-value.exp: Likewise.
866
867 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
868
869 * gdb.fortran/ptr-indentation.exp: Update expected results.
870 * gdb.fortran/ptype-on-functions.exp: Likewise.
871 * gdb.fortran/vla-ptr-info.exp: Likewise.
872 * gdb.fortran/vla-value.exp: Likewise.
873
874 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * gdb.fortran/ptype-on-functions.exp: New file.
877 * gdb.fortran/ptype-on-functions.f90: New file.
878
879 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
880
881 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
882 case void string.
883
884 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
885
886 * gdb.fortran/complex.exp: Expand.
887 * gdb.fortran/complex.f: Renamed to...
888 * gdb.fortran/complex.f90: ...this, and extended to add more
889 complex values.
890
891 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
892
893 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
894 MODULO, CMPLX.
895
896 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
897 Richard Bunt <richard.bunt@arm.com>
898
899 * gdb.base/max-depth.c: New file.
900 * gdb.base/max-depth.exp: New file.
901 * gdb.python/py-nested-maps.c: New file.
902 * gdb.python/py-nested-maps.exp: New file.
903 * gdb.python/py-nested-maps.py: New file.
904 * gdb.python/py-format-string.exp (test_max_depth): New proc.
905 (test_all_common): Call test_max_depth.
906 * gdb.fortran/max-depth.exp: New file.
907 * gdb.fortran/max-depth.f90: New file.
908 * gdb.go/max-depth.exp: New file.
909 * gdb.go/max-depth.go: New file.
910 * gdb.modula2/max-depth.exp: New file.
911 * gdb.modula2/max-depth.c: New file.
912 * lib/gdb.exp (get_print_expr_at_depths): New proc.
913
914 2019-04-29 Tom de Vries <tdevries@suse.de>
915
916 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
917
918 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
919
920 * gdb.base/callexit.exp: Test may-call-functions off.
921
922 2019-04-25 Keith Seitz <keiths@redhat.com>
923
924 PR c++/24367
925 * gdb.cp/meth-typedefs.cc (incomplete_struct)
926 (another_incomplete_struct, test_incomplete): New definitions.
927 (main): Use new definitions.
928 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
929 functions.
930
931 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
932
933 PR corefiles/11608
934 PR corefiles/18187
935 * gdb.base/coredump-filter-build-id.exp: New file.
936
937 2019-04-25 Alan Hayward <alan.hayward@arm.com>
938
939 * Makefile.in: Pass through GDBSERVER_DEBUG.
940 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
941 (gdbserver,debug): Add board setting.
942 * gdb.trace/tspeed.exp: Skip when debugging.
943 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
944 * lib/gdbserver-support.exp: Likewise
945
946 2019-04-24 Tom Tromey <tromey@adacore.com>
947
948 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
949 Rust.
950
951 2019-04-24 Tom Tromey <tromey@adacore.com>
952
953 * gdb.arch/amd64-eval.exp: Test bitfield return.
954 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
955 (class Foo) <return_bitfields>: New method.
956 (main): Call it.
957
958 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
959
960 * gdb.cp/many-args.cc: New file.
961 * gdb.cp/many-args.exp: New file.
962
963 2019-04-23 Tom de Vries <tdevries@suse.de>
964
965 PR gdb/24433
966 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
967
968 2019-04-23 Alan Hayward <alan.hayward@arm.com>
969
970 * gdb.trace/backtrace.exp: Use nopie flag.
971 * gdb.trace/circ.exp: Likewise.
972 * gdb.trace/collection.exp: Likewise.
973 * gdb.trace/ftrace.exp: Likewise.
974 * gdb.trace/mi-trace-unavailable.exp: Likewise.
975 * gdb.trace/mi-traceframe-changed.exp: Likewise.
976 * gdb.trace/qtro.exp: Likewise.
977 * gdb.trace/read-memory.exp: Likewise.
978 * gdb.trace/report.exp: Likewise.
979 * gdb.trace/tfile.exp: Likewise.
980 * gdb.trace/tfind.exp: Likewise.
981 * gdb.trace/unavailable.exp: Likewise.
982
983 2019-04-22 Pedro Alves <palves@redhat.com>
984
985 * gdb.base/solib-probes-nosharedlibrary.c,
986 gdb.base/solib-probes-nosharedlibrary.exp: New files.
987
988 2019-04-19 Tom Tromey <tromey@adacore.com>
989
990 * gdb.ada/ptype_union.c: New file.
991 * gdb.ada/ptype_union.exp: New file.
992
993 2019-04-19 Tom Tromey <tromey@adacore.com>
994
995 PR symtab/24423:
996 * gdb.base/list0.h (foo): Add a control-l character.
997
998 2019-04-18 Tom de Vries <tdevries@suse.de>
999
1000 PR gdb/24433
1001 * boards/local-board.exp: Set sysroot to "".
1002
1003 2019-04-18 Tom de Vries <tdevries@suse.de>
1004 Pedro Alves <palves@redhat.com>
1005
1006 PR gdb/24454
1007 * gdb.threads/vfork-follow-child-exec.c: New file.
1008 * gdb.threads/vfork-follow-child-exec.exp: New file.
1009 * gdb.threads/vfork-follow-child-exit.c: New file.
1010 * gdb.threads/vfork-follow-child-exit.exp: New file.
1011
1012 2019-04-15 Leszek Swirski <leszeks@google.com>
1013
1014 * gdb.arch/amd64-eval.cc: New file.
1015 * gdb.arch/amd64-eval.exp: New file.
1016
1017 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1018
1019 * gdb.server/sysroot.c: New test.
1020 * gdb.server/sysroot.exp: New file.
1021 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1022 matching param.
1023
1024 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1025
1026 * gdb.base/align.exp: Extend test to cover structures containing
1027 only static fields.
1028
1029 2019-04-11 Tom de Vries <tdevries@suse.de>
1030
1031 * boards/cc-with-dwz-m.exp: New file.
1032 * boards/cc-with-dwz.exp: New file.
1033 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1034
1035 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1036
1037 * gdb.base/start-cpp.exp: New file.
1038 * gdb.base/start-cpp.cc: New file.
1039
1040 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1041
1042 * gdb.python/py-thrhandle.exp: Adjust tests to call
1043 thread_from_handle instead of thread_from_thread_handle.
1044
1045 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1046
1047 * gdb.python/py-thrhandle.exp: Add tests for
1048 gdb.InferiorThread.handle.
1049
1050 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1051
1052 * gdb.python/py-function.exp: Check calling helper function from
1053 all languages.
1054 * lib/gdb.exp (gdb_supported_languages): New proc.
1055
1056 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1057
1058 * gdb.base/complex-parts.c: New file.
1059 * gdb.base/complex-parts.exp: New file.
1060
1061 2019-04-01 Tom Tromey <tromey@adacore.com>
1062
1063 PR symtab/23331:
1064 * gdb.dwarf2/dw2-ranges-main.c: New file.
1065 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1066 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1067
1068 2019-03-30 Simon Marchi <simark@simark.ca>
1069
1070 * gdb.base/default.exp: Add values for $_gdb_major and
1071 $_gdb_minor.
1072
1073 2019-03-29 Tom Tromey <tromey@adacore.com>
1074
1075 * gdb.base/help.exp: Tighten apropos regexp.
1076
1077 2019-03-29 Keith Seitz <keiths@redhat.com>
1078
1079 * gdb.fortran/array-bounds.exp: New file.
1080 * gdb.fortran/array-bounds.f90: New file.
1081
1082 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1083
1084 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1085
1086 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1087
1088 * gdb.multi/hello.c (main): Increase alarm timer.
1089
1090 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1091
1092 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1093 factor when no hardware watchpoint support.
1094
1095 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1096 Pedro Alves <palves@redhat.com>
1097
1098 * boards/local-board.exp: set sysroot to /.
1099
1100 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1101
1102 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1103 in child.
1104
1105 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1106
1107 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1108 field.
1109 (make_container): Initialise new field.
1110 * gdb.python/py-prettyprint.exp: Add new tests.
1111 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1112 <display_hint>: New method.
1113
1114 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1115
1116 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1117 gdb_continue_to_breakpoint more throughout this test.
1118 (run_lang_tests) Supply unique test names, and use
1119 gdb_test_no_output.
1120
1121 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1122
1123 * gdb.base/finish-pretty.exp: Update expected results.
1124 * gdb.base/pretty-print.c: New file.
1125 * gdb.base/pretty-print.exp: New file.
1126
1127 2019-03-25 Pedro Alves <palves@redhat.com>
1128
1129 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1130 move comments outside list. Append '-i "" eof' section.
1131
1132 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1133
1134 * README: Add pie options.
1135 * gdb.base/break-interp.exp: Ensure pie is disabled.
1136 * gdb.base/dump.exp: Likewise.
1137 * lib/gdb.exp (gdb_compile): Add pie option.
1138
1139 2019-03-19 Tom Tromey <tromey@adacore.com>
1140
1141 * gdb.mi/mi2-cli-display.c: New file.
1142 * gdb.mi/mi2-cli-display.exp: New file.
1143
1144 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1145 Tom Tromey <tromey@adacore.com>
1146
1147 * gdb.ada/ptype_array/pck.adb: New file.
1148 * gdb.ada/ptype_array/pck.ads: New file.
1149 * gdb.ada/ptype_array/foo.adb: New file.
1150 * gdb.ada/ptype_array.exp: New file.
1151
1152 2019-03-14 Tom Tromey <tromey@adacore.com>
1153
1154 * gdb.base/style.exp: Add "set style sources" test.
1155
1156 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1157
1158 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1159 * mi-breakpoint-multiple-locations.exp: ... this.
1160 (make_breakpoints_pattern): New proc.
1161 (do_test): Add mi_version parameter, test -break-insert,
1162 -break-info and =breakpoint-created.
1163
1164 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1165
1166 * config/default.exp: Remove 'load_lib gdb.exp'.
1167 * config/monitor.exp: Likewise.
1168 * config/sid.exp: Likewise.
1169 * config/sim.exp: Likewise.
1170 * config/slite.exp: Likewise.
1171 * config/unix.exp: Likewise.
1172 * gdb.base/default.exp: Remove unhelpful comment.
1173
1174 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1175
1176 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1177
1178 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1179
1180 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1181
1182 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1183
1184 * gdb.fortran/type-kinds.exp: Update expected results.
1185
1186 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1187
1188 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1189
1190 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1191
1192 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1193 function.
1194 (test_basic_parsing_of_type_kinds): Expand types tested.
1195 (test_parsing_invalid_type_kinds): New function.
1196
1197 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1198
1199 * gdb.fortran/intrinsics.exp: New file.
1200 * gdb.fortran/intrinsics.f90: New file.
1201 * gdb.fortran/type-kinds.exp: New file.
1202
1203 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1204
1205 * gdb.fortran/dot-ops.exp: New file.
1206
1207 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1208
1209 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1210 Check upper and lower case logical literals.
1211
1212 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1213
1214 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1215 Remove duplicate tests.
1216
1217 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1218
1219 * lib/gdb.exp (builtin_cd): rename of cd.
1220 (cd): Override builtin.
1221
1222 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1223
1224 * gdb.fortran/function-calls.exp: New file.
1225 * gdb.fortran/function-calls.f90: New test.
1226
1227 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1228
1229 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1230 on user program standard output.
1231 * gdb.fortran/short-circuit-argument-list.f90: Record function
1232 calls.
1233
1234 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1235
1236 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1237 failure.
1238
1239 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1240
1241 PR gdb/8527
1242 * gdb.base/interrupt-daemon-attach.c,
1243 gdb.base/interrupt-daemon-attach.exp: New test.
1244
1245 2019-02-27 Pedro Alves <palves@redhat.com>
1246
1247 * gdb.base/page.exp: Add tests for "set width/height -1".
1248
1249 2019-02-27 Pedro Alves <palves@redhat.com>
1250
1251 * gdb.base/page.exp: Add tests for "set/show width/height" with
1252 "infinite" values.
1253
1254 2019-02-27 Tom Tromey <tromey@adacore.com>
1255
1256 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1257 2.4.
1258 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1259 workaround.
1260
1261 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1262
1263 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1264 tests for structs with static members.
1265
1266 2019-02-26 Tom Tromey <tromey@adacore.com>
1267
1268 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1269 ValueError, not TypeError.
1270
1271 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1272
1273 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1274 call from main program.
1275
1276 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1277
1278 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1279 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1280 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1281 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1282 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1283
1284 2019-02-22 Keith Seitz <keiths@redhat.com>
1285
1286 PR symtab/23853
1287 * gdb.base/symlink-sourcefile.c: New file.
1288 * gdb.base/symlink-sourcefile.exp: New file.
1289
1290 2019-02-20 Tom Tromey <tom@tromey.com>
1291
1292 * gdb.base/info_qt.exp: Update.
1293
1294 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1295
1296 * gdb.base/source.exp: Move "error in sourced script" code to
1297 the end.
1298 * gdb.base/source-error.gdb: Move contents to
1299 source-error-1.gdb. Add new code to source source-error-1.gdb.
1300 * gdb.base/source-error-1.gdb: New file, from previous
1301 source-error.gdb.
1302
1303 2019-02-17 Tom Tromey <tom@tromey.com>
1304
1305 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1306 for macro styling.
1307 * gdb.base/style.c (SOME_MACRO): New macro.
1308
1309 2019-02-17 Tom Tromey <tom@tromey.com>
1310
1311 * gdb.base/style.exp: Add line-wrapping tests.
1312 * gdb.base/page.exp: Add test for quitting during pagination.
1313
1314 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1315
1316 * gdb.ada/big_packed_array: New testcase.
1317 * gdb.ada/homonym.exp: Fix incorrect expected output for
1318 "break <homonym__get_value>" test.
1319
1320 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1321
1322 PR breakpoints/21870
1323 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1324 and prepare_for_testing. Add comment.
1325 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1326 redundant cleanup call. Clean up comment.
1327
1328 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1329
1330 PR breakpoints/21870
1331 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1332 * gdb.arch/aarch64-dbreg-contents.c: New file.
1333
1334 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1335
1336 * gdb.ada/mi_ref_changeable: New testcase.
1337
1338 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1339
1340 * gdb.base/attach.exp: Add double attach test.
1341
1342 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1343
1344 * lib/gdb.exp (default_gdb_start): Don't match pagination
1345 prompt.
1346 (gdb_init): Set stty_init.
1347
1348 2019-01-27 Tom Tromey <tom@tromey.com>
1349
1350 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1351 skip_python_tests.
1352
1353 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1354
1355 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1356 New structure.
1357 (struct struct_static_02_02): Likewise.
1358 (struct struct_static_02_03): Likewise.
1359 (struct struct_static_02_04): Likewise.
1360 (struct struct_static_04_01): Likewise.
1361 (struct struct_static_04_02): Likewise.
1362 (struct struct_static_04_03): Likewise.
1363 (struct struct_static_04_04): Likewise.
1364 (struct struct_static_06_01): Likewise.
1365 (struct struct_static_06_02): Likewise.
1366 (struct struct_static_06_03): Likewise.
1367 (struct struct_static_06_04): Likewise.
1368 (cmp_struct_static_02_01): Likewise.
1369 (cmp_struct_static_02_02): Likewise.
1370 (cmp_struct_static_02_03): Likewise.
1371 (cmp_struct_static_02_04): Likewise.
1372 (cmp_struct_static_04_01): Likewise.
1373 (cmp_struct_static_04_02): Likewise.
1374 (cmp_struct_static_04_03): Likewise.
1375 (cmp_struct_static_04_04): Likewise.
1376 (cmp_struct_static_06_01): Likewise.
1377 (cmp_struct_static_06_02): Likewise.
1378 (cmp_struct_static_06_03): Likewise.
1379 (cmp_struct_static_06_04): Likewise.
1380 (call_all): Test new structs.
1381 * gdb.base/infcall-nested-structs.exp: Likewise.
1382
1383 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1384 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1385
1386 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1387 * gdb.base/stack-protector.c: New test.
1388 * gdb.base/stack-protector.exp: New file.
1389 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1390 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1391 option.
1392 (gdb_compile): Remove stack protector for GCC and prevent
1393 recursion.
1394
1395 2019-01-16 Keith Seitz <keiths@redhat.com>
1396
1397 PR gdb/23773
1398 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1399
1400 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1401
1402 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1403 aliases.
1404 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1405 tests.
1406 * gdb.arch/powerpc-vector-regs.c: New file.
1407 * gdb.arch/powerpc-vector-regs.exp: New file.
1408
1409 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1410
1411 * gdb.arch/altivec-regs.exp: Fix the list passed to
1412 gdb_expect_list when testing "info vector".
1413
1414 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1415
1416 * gdb.base/style.exp: Don't include path in testname.
1417
1418 2019-01-10 Keith Seitz <keiths@redhat.com>
1419
1420 PR gdb/23712
1421 PR symtab/23010
1422 * gdb.dwarf2/multidictionary.exp: New file.
1423
1424 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1425
1426 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1427 (test_gnuv3_style_demangling): ... this.
1428 (test_lucid_style_demangling): Remove.
1429 (test_arm_style_demangling): Remove.
1430 (test_hp_style_demangling): Remove.
1431 (do_tests): Remove calls to the above.
1432
1433 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1434
1435 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1436 case.
1437
1438 2019-01-06 Tom Tromey <tom@tromey.com>
1439
1440 PR gdb/28155:
1441 * gdb.dwarf2/typedef-void-finish.exp: New file.
1442
1443 2018-12-28 Tom Tromey <tom@tromey.com>
1444 Simon Marchi <simark@simark.ca>
1445
1446 * gdb.base/jit-exec.exp: New file.
1447 * gdb.base/jit-exec.c: New file.
1448 * gdb.base/jit-execd.c: New file.
1449
1450 2018-12-28 Tom Tromey <tom@tromey.com>
1451
1452 * gdb.base/style.exp: Update test to check for address styling.
1453
1454 2018-12-28 Tom Tromey <tom@tromey.com>
1455
1456 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1457 message.
1458
1459 2018-12-28 Tom Tromey <tom@tromey.com>
1460
1461 * gdb.base/style.exp: Add test for version number styling.
1462
1463 2018-12-28 Tom Tromey <tom@tromey.com>
1464
1465 * gdb.base/style.exp: Add test for print_address_symbolic.
1466
1467 2018-12-28 Tom Tromey <tom@tromey.com>
1468
1469 * gdb.base/style.exp: Add test for breakpoint setting.
1470
1471 2018-12-28 Tom Tromey <tom@tromey.com>
1472
1473 * gdb.base/style.exp: Add test for variable names.
1474
1475 2018-12-28 Tom Tromey <tom@tromey.com>
1476
1477 * gdb.base/style.exp: New file.
1478 * gdb.base/style.c: New file.
1479
1480 2018-12-28 Tom Tromey <tom@tromey.com>
1481
1482 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1483 "dumb".
1484 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1485 the TERM environment variable.
1486
1487 2018-12-27 Tom Tromey <tom@tromey.com>
1488
1489 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1490 pagination test.
1491
1492 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1493
1494 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1495 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1496
1497 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1498
1499 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1500 Filename a.adb changed to bp_fun_addr.adb.
1501 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1502
1503 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1504
1505 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1506 non-PIE executables.
1507 * README: Mention the gdb,nopie_flag board setting.
1508 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1509 non-PIE executable.
1510 * gdb.arch/amd64-entry-value.exp: Likewise.
1511 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1512 * gdb.arch/i386-float.exp: Likewise.
1513 * gdb.arch/i386-signal.exp: Likewise.
1514 * gdb.mi/mi-reg-undefined.exp: Likewise.
1515
1516 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1517
1518 PR gdb/23974
1519 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1520
1521 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1522
1523 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1524 Update order of results accordingly.
1525
1526 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1527
1528 * gdb.base/annota1.exp: Update a test regexp.
1529
1530 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1531
1532 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1533
1534 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1535
1536 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1537 (reuse_time): Initialize to REUSE_TIME_CAP.
1538 (check_rc): New function.
1539 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1540 Check pthread_create rc.
1541 (spawner_thread_func): Check pthread_create and pthread_join rc.
1542
1543 2018-12-08 Pedro Alves <palves@redhat.com>
1544
1545 * gdb.base/list.exp (test_forward_search): Rename to ...
1546 (test_forward_reverse_search): ... this. Also test reverse-search
1547 and the forward-search alias.
1548
1549 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1550
1551 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1552 local timeout variable before return, and remove all local timeout
1553 variable entirely.
1554 (gdb_load): Likewise.
1555
1556 2018-12-01 Tom de Vries <tdevries@suse.de>
1557
1558 * gdb.base/gdb-caching-proc.exp: New file.
1559
1560 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1561
1562 * Makefile.in (TIMESTAMP): New variable.
1563 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1564 command.
1565 (check-single-racy): Likewise.
1566 (check/%.exp): Likewise.
1567 (check-racy/%.exp): Likewise.
1568 (workers/%.worker): Likewise.
1569 (build-perf): Likewise.
1570 (check-perf): Likewise.
1571 * README: Describe new "TS" and "TS_FORMAT" variables.
1572 * print-ts.py: New file.
1573
1574 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1575
1576 PR python/23714
1577 * gdb.python/python.exp: Test command repetition after
1578 gdb.execute.
1579
1580 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1581
1582 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1583 is correctly aligned.
1584
1585 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1586
1587 * gdb.ada/info_auto_lang.exp: New testcase.
1588 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1589 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1590 * gdb.ada/info_auto_lang/some_c.c: New file.
1591
1592 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1593
1594 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1595 FUNC_lang language syntax.
1596
1597 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1598
1599 * gdb.base/info_minsym.c: New file.
1600 * gdb.base/info_minsym.exp: New file.
1601
1602 2018-11-19 Tom Tromey <tom@tromey.com>
1603
1604 PR rust/23625:
1605 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1606 * gdb.rust/expr.exp: Update expected output. Change one test.
1607
1608 2018-11-19 Tom Tromey <tom@tromey.com>
1609
1610 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1611
1612 2018-11-19 Pedro Alves <palves@redhat.com>
1613
1614 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1615 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1616 see the expected warning.
1617
1618 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1619
1620 PR gdb/22736:
1621 * gdb.cp/infcall-nodebug-lib.c: New test.
1622 * gdb.cp/infcall-nodebug-main.c: New test.
1623 * gdb.cp/infcall-nodebug.exp: New file.
1624
1625 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1626
1627 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1628 completer tests.
1629
1630 2018-11-09 Tom de Vries <tdevries@suse.de>
1631
1632 * gdb.base/msym-lang.c: New test.
1633 * gdb.base/msym-lang.exp: New file.
1634 * gdb.base/msym-lang-main.c: New test.
1635
1636 2018-11-08 Tom Tromey <tom@tromey.com>
1637
1638 PR gdb/23555:
1639 PR gdb/23838:
1640 * gdb.base/warning.exp: New file.
1641
1642 2018-11-08 Jan Beulich <jbeulich@suse.com>
1643
1644 * testsuite/gdb.arch/i386-avx512.c,
1645 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1646
1647 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1648
1649 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1650 point hardware.
1651
1652 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1653
1654 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1655 * gdb.dwarf2/missing-type-name.exp: New file.
1656
1657 2018-11-06 Tom de Vries <tdevries@suse.de>
1658
1659 * gdb.base/many-headers.c: New test.
1660 * gdb.base/many-headers.exp: New file.
1661
1662 2018-11-06 Jim Wilson <jimw@sifive.com>
1663
1664 * gdb.base/code_elim.exp: For riscv, set additional_flags
1665 to include -msmall-data-limit=0.
1666
1667 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1668
1669 * gdb.ada/watch_minus_l: New testcase.
1670
1671 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1672
1673 * gdb.arch/aix-sighandle.c: New file.
1674 * gdb.arch/aix-sighandle.exp: New file.
1675
1676 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1677
1678 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1679 registers being unions.
1680
1681 2018-10-31 Tom de Vries <tdevries@suse.de>
1682
1683 * lib/valgrind.exp: New file.
1684 (vgdb_start, vgdb_stop): New procs, factored out of ...
1685 * gdb.base/valgrind-bt.exp: ... here, ...
1686 * gdb.base/valgrind-disp-step.exp: ... here and ...
1687 * gdb.base/valgrind-infcall.exp: ... here.
1688
1689 2018-10-31 Tom de Vries <tdevries@suse.de>
1690
1691 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1692
1693 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1694
1695 * gdb.dwarf2/void-type.c: New file.
1696 * gdb.dwarf2/void-type.exp: New file.
1697
1698 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1699
1700 * gdb.base/info_qt.c: New file.
1701 * gdb.base/info_qt.exp: New file.
1702
1703 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1704
1705 * gdb.arch/powerpc-htm-regs.c: New file.
1706 * gdb.arch/powerpc-htm-regs.exp: New file.
1707
1708 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1709
1710 * gdb.arch/powerpc-tar.c: New file.
1711 * gdb.arch/powerpc-tar.exp: New file.
1712
1713 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1714
1715 * gdb.arch/powerpc-ppr-dscr.c: New file.
1716 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1717
1718 2018-10-25 Tom de Vries <tdevries@suse.de>
1719
1720 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1721
1722 2018-10-24 Tom de Vries <tdevries@suse.de>
1723
1724 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1725 longer exists error.
1726
1727 2018-10-24 Tom de Vries <tdevries@suse.de>
1728
1729 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1730
1731 2018-10-24 Tom de Vries <tdevries@suse.de>
1732
1733 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1734 --db-attach in valgrind.
1735
1736 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1737
1738 * gdb.arch/riscv-reg-aliases.c: New file.
1739 * gdb.arch/riscv-reg-aliases.exp: New file.
1740
1741 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1742
1743 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1744
1745 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1746
1747 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1748
1749 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1750
1751 * gdb.cp/ovldbreak.exp: Fix regexps.
1752
1753 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1754
1755 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1756
1757 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1758
1759 PR cli/23785
1760 * gdb.base/restore.exp: New test to check if "restore" with an
1761 invalid file doesn't segfault.
1762
1763 2018-10-18 Tom de Vries <tdevries@suse.de>
1764
1765 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1766 * gdb.ada/excep_handle.exp: Same.
1767 * gdb.ada/mi_string_access.exp: Same.
1768 * gdb.ada/mi_var_union.exp: Same.
1769 * gdb.arch/arc-analyze-prologue.exp: Same.
1770 * gdb.arch/arc-decode-insn.exp: Same.
1771 * gdb.base/readnever.exp: Same.
1772 * gdb.fortran/printing-types.exp: Same.
1773 * gdb.guile/scm-lazy-string.exp: Same.
1774
1775 2018-10-16 Tom de Vries <tdevries@suse.de>
1776
1777 PR gdb/23730
1778 * gdb.base/catch-follow-exec.c: Add copyright notice.
1779 * gdb.base/catch-follow-exec.exp: Rewrite to use
1780 gdb_spawn_with_cmdline_opts. Require gdb-native.
1781
1782 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1783
1784 * gdb.trace/actions-changed.exp: Check for arch support.
1785 * gdb.trace/actions.exp: Likewise.
1786 * gdb.trace/ax.exp: Likewise.
1787 * gdb.trace/backtrace.exp: Likewise.
1788 * gdb.trace/change-loc.exp: Likewise.
1789 * gdb.trace/deltrace.exp: Likewise.
1790 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1791 * gdb.trace/ftrace.exp: Likewise.
1792 * gdb.trace/infotrace.exp: Check for arch support.
1793 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1794 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1795 * gdb.trace/mi-tsv-changed.exp: Likewise.
1796 * gdb.trace/packetlen.exp: Likewise.
1797 * gdb.trace/passc-dyn.exp: Likewise.
1798 * gdb.trace/passcount.exp: Likewise.
1799 * gdb.trace/pending.exp: Likewise.
1800 * gdb.trace/range-stepping.exp: Check for shlib support.
1801 * gdb.trace/report.exp: Check for arch support.
1802 * gdb.trace/save-trace.exp: Likewise.
1803 * gdb.trace/signal.exp: Check for signal support.
1804 * gdb.trace/tfind.exp: Check for arch support.
1805 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1806 * gdb.trace/trace-common.h: Add comment.
1807 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1808 * gdb.trace/trace-enable-disable.exp: Likewise.
1809 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1810 * gdb.trace/tracecmd.exp: Check for arch support.
1811 * gdb.trace/tspeed.exp: Check for shlib and target support.
1812 * gdb.trace/tstatus.exp: Check for arch support.
1813 * gdb.trace/tsv.exp: Likewise.
1814 * gdb.trace/while-dyn.exp: Likewise.
1815 * gdb.trace/while-stepping.exp: Likewise.
1816 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1817
1818 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1819
1820 * gdb.trace/tspeed.exp: Remove nowarnings.
1821 (prepare_for_trace_test): Declare "global ipalib".
1822 * gdb.trace/tspeed.c: Include unistd.h.
1823 (main): Remove superfluous printf argument.
1824
1825 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1826
1827 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1828 directory prefix on the filename.
1829
1830 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1831
1832 * gdb.gdb/unittest.exp: Update expected message informing that
1833 selftests have been disabled.
1834 * gdb.server/unittest.exp: Likewise.
1835
1836 2018-10-09 Tom de Vries <tdevries@suse.de>
1837
1838 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1839 with runto_main.
1840
1841 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1842
1843 PR c++/16841
1844 * gdb.cp/virtbase2.cc: New file.
1845 * gdb.cp/virtbase2.exp: New file.
1846
1847 2018-10-06 Tom Tromey <tom@tromey.com>
1848
1849 PR python/19399:
1850 * gdb.python/py-inferior.exp: Add architecture test.
1851
1852 2018-10-06 Tom Tromey <tom@tromey.com>
1853
1854 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1855 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1856
1857 2018-10-06 Tom Tromey <tom@tromey.com>
1858
1859 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1860 of a "throw" catchpoint.
1861
1862 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1863
1864 * gdb.base/info-proc.exp: Update string expected from "help info
1865 proc".
1866
1867 2018-10-04 Tom Tromey <tom@tromey.com>
1868
1869 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1870 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1871 (test_initial_complaints, test_empty_complaints): Update.
1872 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1873
1874 2018-10-04 Tom Tromey <tom@tromey.com>
1875
1876 PR cli/19551:
1877 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1878 * lib/gdb.exp (gdb_file_cmd): Update.
1879 * gdb.stabs/weird.exp (print_weird_var): Update.
1880 * gdb.server/solib-list.exp: Update.
1881 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1882 * gdb.mi/mi-cli.exp: Update.
1883 * gdb.linespec/linespec.exp: Update.
1884 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1885 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1886 * gdb.cp/cp-relocate.exp: Update.
1887 * gdb.base/sym-file.exp: Update.
1888 * gdb.base/relocate.exp: Update.
1889 * gdb.base/readnever.exp: Update.
1890 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1891 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1892 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1893 * gdb.base/code_elim.exp: Update.
1894 * gdb.base/break-unload-file.exp (test_break): Update.
1895 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1896 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1897 Update.
1898 * gdb.base/attach.exp (do_attach_tests): Update.
1899 * gdb.base/sepdebug.exp: Update.
1900 * gdb.python/py-section-script.exp: Update.
1901
1902 2018-10-04 Tom Tromey <tom@tromey.com>
1903
1904 PR cli/22234:
1905 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1906 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1907 output.
1908
1909 2018-10-04 Tom Tromey <tom@tromey.com>
1910
1911 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1912 set width and height to 0.
1913 (test_command_line_attach_run): Use -quiet.
1914
1915 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1916
1917 * lib/gdb.exp (skip_ifunc_tests): New.
1918 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1919 other compile failures.
1920 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1921
1922 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1923
1924 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1925 is_amd64_regs_target.
1926
1927 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1928
1929 * gdb.arch/aarch64-sighandler-regs.c: New test.
1930 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1931 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1932
1933 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1934
1935 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1936 assembly.
1937
1938 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1939
1940 * gdb.base/frame-selection.exp: New file.
1941 * gdb.base/frame-selection.c: New file.
1942
1943 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1944
1945 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1946 pthread barrier.
1947 (main): Likewise.
1948
1949 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1950
1951 * gdb.base/large-frame-1.c: New file.
1952 * gdb.base/large-frame-2.c: New file.
1953 * gdb.base/large-frame.exp: New file.
1954 * gdb.base/large-frame.h: New file.
1955
1956 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1957
1958 PR gdb/20948
1959 * gdb.base/write_mem.exp: New test.
1960 * gdb.base/write_mem.c: Likewise.
1961
1962 2018-09-23 Tom Tromey <tom@tromey.com>
1963
1964 PR python/18852:
1965 * gdb.python/py-parameter.exp: Add test for parameter that throws
1966 on "set".
1967
1968 2018-09-23 Tom Tromey <tom@tromey.com>
1969
1970 PR python/17284:
1971 * gdb.python/py-template.exp (test_template_arg): Add test for
1972 negative template argument number.
1973
1974 2018-09-23 Tom Tromey <tom@tromey.com>
1975
1976 PR python/14062:
1977 * gdb.python/python.exp: Add test for post_event error.
1978
1979 2018-09-23 Tom Tromey <tom@tromey.com>
1980
1981 PR python/18170:
1982 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1983 convert pointers to int and long.
1984
1985 2018-09-23 Tom Tromey <tom@tromey.com>
1986
1987 PR python/20126:
1988 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1989 signed-ness conversion tests.
1990
1991 2018-09-23 Tom Tromey <tom@tromey.com>
1992
1993 PR python/18352;
1994 * gdb.python/py-value.exp (test_float_conversion): New proc.
1995 Use it.
1996
1997 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1998
1999 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2000
2001 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2002
2003 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2004 no readline.
2005 * gdb.base/utf8-identifiers.exp: Likewise.
2006 * gdb.cp/cpcompletion.exp: Likewise.
2007 * gdb.linespec/cpcompletion.exp: Likewise.
2008 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2009 * gdb.linespec/cpls-ops.exp: Likewise.
2010
2011 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2012 Chris January <chris.january@arm.com>
2013
2014 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2015 * gdb.fortran/short-circuit-argument-list.exp: New file.
2016 * gdb.fortran/short-circuit-argument-list.f90: New test.
2017
2018 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2019
2020 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2021 "arch=" keyword when executing "-stack-list-frames".
2022
2023 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2024
2025 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2026 "arch=" keyword when executing "-stack-list-frames".
2027
2028 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2029
2030 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2031 break ada".
2032
2033 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2034
2035 PR python/23669
2036 * gdb.python/python.exp: Test gdb.execute("show commands").
2037
2038 2018-09-16 Tom Tromey <tom@tromey.com>
2039
2040 * gdb.base/new-ui.exp (do_execution_tests): Update.
2041 * gdb.base/dbx.exp (test_breakpoints): Update.
2042
2043 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2044
2045 * lib/gdb.exp (gdb_simple_compile): Add proc.
2046 (is_elf_target): Use gdb_simple_compile.
2047 (skip_altivec_tests): Likewise.
2048 (skip_vsx_tests): Likewise.
2049 (skip_tsx_tests): Likewise.
2050 (skip_btrace_tests): Likewise.
2051 (skip_btrace_pt_tests): Likewise.
2052 (gdb_can_simple_compile): Likewise.
2053 (gdb_has_argv0): Likewise.
2054 (gdb_target_symbol_prefix): Likewise.
2055 (target_supports_scheduler_locking): Likewise.
2056
2057 2018-09-13 Tom Tromey <tom@tromey.com>
2058
2059 * Makefile.in (TAGS): Recognize proc_with_prefix and
2060 gdb_caching_proc.
2061
2062 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2063
2064 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2065 method.
2066
2067 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2068
2069 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2070 and a few other Inferior properties when the Inferior is no
2071 longer valid.
2072
2073 2018-09-13 Tom Tromey <tom@tromey.com>
2074
2075 PR rust/23650:
2076 * gdb.rust/simple.exp: Add test for enum field access error.
2077
2078 2018-09-13 Tom Tromey <tom@tromey.com>
2079
2080 PR rust/23626:
2081 * gdb.rust/simple.rs (EmptyEnum): New type.
2082 (main): Use it.
2083 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2084
2085 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2086
2087 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2088 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2089 * gdb.python/py-symtab.exp: Update test printing an objfile.
2090
2091 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2092
2093 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2094 object.
2095
2096 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2097
2098 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2099 (support_complex_tests): Use gdb_can_simple_compile.
2100 (is_ilp32_target): Likewise.
2101 (is_lp64_target): Likewise.
2102 (is_64_target): Likewise.
2103 (is_amd64_regs_target): Likewise.
2104 (is_aarch32_target): Likewise.
2105 (gdb_int128_helper): Likewise.
2106
2107 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2108
2109 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2110
2111 2018-09-10 Jerome Guitton <guitton@adacore.com>
2112
2113 * gdb.ada/same_component_name: Add test for case of tagged record
2114 with variable-length fields.
2115
2116 2018-09-10 Xavier Roirand <roirand@adacore.com>
2117
2118 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2119 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2120 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2121 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2122
2123 2018-09-10 Xavier Roirand <roirand@adacore.com>
2124
2125 * gdb.ada/mi_string_access.exp: New testcase.
2126 * gdb.ada/mi_string_access/bar.adb: New file.
2127 * gdb.ada/mi_string_access/pck.adb: New file.
2128 * gdb.ada/mi_string_access/pck.asd: New file.
2129
2130 2018-09-10 Xavier Roirand <roirand@adacore.com>
2131
2132 * gdb.ada/mi_var_union.exp: New testcase.
2133 * gdb.ada/mi_var_union/bar.adb: New file.
2134 * gdb.ada/mi_var_union/pck.adb: New file.
2135 * gdb.ada/mi_var_union/pck.asd: New file.
2136
2137 2018-09-08 Tom Tromey <tom@tromey.com>
2138
2139 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2140
2141 2018-09-08 Tom Tromey <tom@tromey.com>
2142
2143 PR python/16047:
2144 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2145 (register_pretty_printers): Register new printer.
2146 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2147 test.
2148 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2149 (an_int_type3): New global.
2150
2151 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2152
2153 * gdb.ada/expr_with_funcall: New testcase.
2154
2155 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2156
2157 * gdb.ada/packed_array_assign: New testcase.
2158
2159 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2160
2161 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2162 names, and add test prefixes to make test names unique.
2163
2164 2018-09-05 Tom de Vries <tdevries@suse.de>
2165
2166 * gdb.dwarf2/varval.exp: Add test.
2167
2168 2018-09-04 Gary Benson <gbenson@redhat.com>
2169
2170 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2171 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2172
2173 2018-08-31 Tom Tromey <tom@tromey.com>
2174
2175 * gdb.rust/simple.rs: Rename second variable "v".
2176
2177 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2178
2179 * gdb.base/funcargs.c (use_a): New function.
2180 (recurse): Call use_a.
2181
2182 2018-08-29 Keith Seitz <keiths@redhat.com>
2183
2184 * gdb.compile/compile-cplus-anonymous.cc: New file.
2185 * gdb.compile/compile-cplus-anonymous.exp: New file.
2186 * gdb.compile/compile-cplus-array-decay.cc: New file.
2187 * gdb.compile/compile-cplus-array-decay.exp: New file.
2188 * gdb.compile/compile-cplus-inherit.cc: New file.
2189 * gdb.compile/compile-cplus-inherit.exp: New file.
2190 * gdb.compile/compile-cplus-member.cc: New file.
2191 * gdb.compile/compile-cplus-member.exp: New file.
2192 * gdb.compile/compile-cplus-method.cc: New file.
2193 * gdb.compile/compile-cplus-method.exp: New file.
2194 * gdb.compile/compile-cplus-mod.c: "New" file.
2195 * gdb.compile/compile-cplus-namespace.cc: New file.
2196 * gdb.compile/compile-cplus-namespace.exp: New file.
2197 * gdb.compile/compile-cplus-nested.cc: New file.
2198 * gdb.compile/compile-cplus-nested.exp: New file.
2199 * gdb.compile/compile-cplus-print.c: "New" file.
2200 * gdb.compile/compile-cplus-print.exp: "New" file.
2201 * gdb.compile/compile-cplus-virtual.cc: New file.
2202 * gdb.compile/compile-cplus-virtual.exp: New file.
2203 * gdb.compile/compile-cplus.c: "New" file.
2204 * gdb.compile/compile-cplus.exp: "New" file.
2205 * lib/compile-support.exp: New file.
2206
2207 2018-08-16 Gary Benson <gbenson@redhat.com>
2208
2209 PR gdb/13000:
2210 * gdb.base/batch-exit-status.exp: New file.
2211 * gdb.base/batch-exit-status.good-commands: Likewise.
2212 * gdb.base/batch-exit-status.bad-commands: Likewise.
2213
2214 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2215
2216 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2217 (struct struct02): Likewise.
2218 (struct struct03): Likewise.
2219 (struct struct04): Likewise.
2220 (struct struct_01_01): New struct.
2221 (struct struct_01_02): Likewise.
2222 (struct struct_01_03): Likewise.
2223 (struct struct_01_04): Likewise.
2224 (struct struct_02_01): Likewise.
2225 (struct struct_02_02): Likewise.
2226 (struct struct_02_03): Likewise.
2227 (struct struct_02_04): Likewise.
2228 (struct struct_04_01): Likewise.
2229 (struct struct_04_02): Likewise.
2230 (struct struct_04_03): Likewise.
2231 (struct struct_04_04): Likewise.
2232 (struct struct_05_01): Likewise.
2233 (struct struct_05_02): Likewise.
2234 (struct struct_05_03): Likewise.
2235 (struct struct_05_04): Likewise.
2236 (cmp_struct01): Remove function.
2237 (cmp_struct02): Likewise.
2238 (cmp_struct03): Likewise.
2239 (cmp_struct04): Likewise.
2240 (cmp_struct_01_01): Add Function.
2241 (cmp_struct_01_02): Likewise.
2242 (cmp_struct_01_03): Likewise.
2243 (cmp_struct_01_04): Likewise.
2244 (cmp_struct_02_01): Likewise.
2245 (cmp_struct_02_02): Likewise.
2246 (cmp_struct_02_03): Likewise.
2247 (cmp_struct_02_04): Likewise.
2248 (cmp_struct_04_01): Likewise.
2249 (cmp_struct_04_02): Likewise.
2250 (cmp_struct_04_03): Likewise.
2251 (cmp_struct_04_04): Likewise.
2252 (cmp_struct_05_01): Likewise.
2253 (cmp_struct_05_02): Likewise.
2254 (cmp_struct_05_03): Likewise.
2255 (cmp_struct_05_04): Likewise.
2256 (call_all): Add new structs.
2257 * gdb.base/infcall-nested-structs.exp: Likewise.
2258
2259 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2260
2261 * gdb.python/py-framefilter-mi.exp: Update regexp to
2262 check for "arch" field in frame output.
2263
2264 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2265
2266 * gdb.dwarf2/dw2-ranges-func.c: New file.
2267 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2268
2269 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2270
2271 * gdb.base/term.exp: Compare terminal settings with values from
2272 the inferior.
2273 * gdb.base/term.c: Get and set terminal settings.
2274
2275 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2276
2277 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2278 accommodate new "arch" field in frame output.
2279 * gdb.mi/mi-return.exp: Likewise.
2280 * gdb.mi/mi-stack.exp: Likewise.
2281 * gdb.mi/mi-syn-frame.exp: Likewise.
2282 * gdb.mi/user-selected-context-sync.exp: Likewise.
2283
2284 2018-08-19 Michael Spang <spang@google.com>
2285
2286 PR gdb/11786
2287 * gdb.base/gcore-tls-pie.c: New file.
2288 * gdb.base/gcore-tls-pie.exp: New file.
2289
2290 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2291
2292 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2293 * gdb.dwarf2/varval.c: New file.
2294 * gdb.dwarf2/varval.exp: New file.
2295
2296 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2297
2298 PR gdb/18931
2299 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2300
2301 2018-08-16 Keith Seitz <keiths@redhat.com>
2302
2303 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2304 tests expected to pass.
2305
2306 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2307
2308 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2309 -data-disassemble -a.
2310 (test_disassembly_bogus_args): Likewise.
2311
2312 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2313
2314 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2315
2316 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2317
2318 * gdb.base/vla-optimized-out.exp: Add new test.
2319
2320 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2321
2322 * gdb.base/vla-optimized-out-o3.exp: Delete.
2323 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2324 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2325 deleted tests.
2326
2327 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2328
2329 PR gdb/18050:
2330 * gdb.server/extended-remote-restart.c: New file.
2331 * gdb.server/extended-remote-restart.exp: New file.
2332
2333 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2334
2335 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2336 "set variable index = 42".
2337
2338 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2339
2340 * boards/index-cache-gdb.exp: New file.
2341 * gdb.dwarf2/index-cache.exp: New file.
2342 * gdb.dwarf2/index-cache.c: New file.
2343 * gdb.base/maint.exp: Check if we are using the index cache.
2344
2345 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2346
2347 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2348 MAKEFLAGS.
2349
2350 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2351
2352 * dg-extract-results.sh: Move to toplevel contrib.
2353 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2354 * Makefile.in (check-parallel-racy): Likewise.
2355
2356 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2357
2358 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2359 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2360 tests if the target supports scheduler locking.
2361
2362 2018-08-04 Tom de Vries <tdevries@suse.de>
2363
2364 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2365
2366 2018-08-02 Tom Tromey <tom@tromey.com>
2367
2368 PR symtab/16842.
2369 * gdb.cp/temargs.exp: Test "info address" of a template
2370 parameter.
2371
2372 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2373
2374 * gdb.python/py-mi-var-info-path-expression.c: New file.
2375 * gdb.python/py-mi-var-info-path-expression.py: New file.
2376 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2377
2378 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2379
2380 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2381 error after "cannot resolve name" string.
2382
2383 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2384
2385 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2386 started.
2387 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2388
2389 2018-07-28 Tom de Vries <tdevries@suse.de>
2390
2391 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2392
2393 2018-07-26 Tom de Vries <tdevries@suse.de>
2394
2395 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2396
2397 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2398
2399 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2400 is visible.
2401
2402 2018-07-26 Tom de Vries <tdevries@suse.de>
2403
2404 PR breakpoints/23366
2405 * gdb.base/catch-follow-exec.c: New test.
2406 * gdb.base/catch-follow-exec.exp: New file.
2407
2408 2018-07-25 Tom de Vries <tdevries@suse.de>
2409
2410 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2411 vla-optimized-out.c.
2412
2413 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2414
2415 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2416 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2417
2418 2018-07-20 Tom de Vries <tdevries@suse.de>
2419
2420 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2421 NOCLONE macro.
2422 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2423
2424 2018-07-19 Tom de Vries <tdevries@suse.de>
2425
2426 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2427 regular expression.
2428
2429 2018-07-18 Tom de Vries <tdevries@suse.de>
2430
2431 * gdb.base/vla-optimized-out.c: New test.
2432 * gdb.base/vla-optimized-out.exp: New file.
2433
2434 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2435
2436 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2437 message "No address associated with hostname" when gdbserver
2438 cannot resolve the hostname.
2439
2440 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2441
2442 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2443 Add some test prefixes to make tests unique.
2444
2445 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2446
2447 * gdb.base/frameapply.c: New file.
2448 * gdb.base/frameapply.exp: New file.
2449
2450 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2451
2452 * gdb.base/skip.exp: Update expected error message.
2453
2454 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2455 Jan Kratochvil <jan.kratochvil@redhat.com>
2456 Paul Fertser <fercerpav@gmail.com>
2457 Tsutomu Seki <sekiriki@gmail.com>
2458
2459 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2460 parameter.
2461 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2462 by default.
2463 * boards/native-gdbserver.exp: Likewise.
2464 * gdb.server/run-without-local-binary.exp: Improve regexp used
2465 for detecting when a remote debugging connection succeeds.
2466 * gdb.server/server-connect.exp: New file.
2467 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2468 Do not prefix the port number with ":".
2469 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2470 support for detecting and using it. Add '$debughost_gdbserver'
2471 to the list of arguments used to start gdbserver. Handle case
2472 when gdbserver cannot resolve a network name.
2473
2474 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2475
2476 PR c++/23373
2477 * gdb.base/ptype-offsets.cc (struct static_member): New
2478 struct.
2479 (main) <stmember>: New variable.
2480 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2481 with a static member in it.
2482
2483 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2484
2485 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2486 watchpoints enabled and disabled.
2487
2488 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2489
2490 * gdb.base/examine-backward.exp: Still run tests around address
2491 0x0, even if address 0x0 is not readable. Update the pattern for
2492 matching address 0x0 in expected output.
2493
2494 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2495
2496 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2497 malloc/free.
2498
2499 2018-07-04 Tom de Vries <tdevries@suse.de>
2500
2501 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2502
2503 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2504
2505 PR tdep/8282
2506 * gdb.arch/mips-disassembler-options.exp: New test.
2507 * gdb.arch/mips-disassembler-options.s: New test source.
2508
2509 2018-06-29 Pedro Alves <palves@redhat.com>
2510
2511 * gdb.threads/names.exp: Adjust expected "info threads" output.
2512
2513 2018-06-29 Pedro Alves <palves@redhat.com>
2514
2515 * gdb.opt/inline-break.exp (line number, address): Add "info
2516 break" tests.
2517
2518 2018-06-29 Pedro Alves <palves@redhat.com>
2519
2520 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2521 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2522 number and address and running to them.
2523
2524 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2525
2526 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2527
2528 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2529
2530 * lib/compiler.c: Remove executable permission flag.
2531
2532 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2533
2534 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2535 code.
2536 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2537
2538 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2539
2540 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2541
2542 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2543
2544 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2545 address argument is omitted.
2546
2547 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2548
2549 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2550
2551 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2552
2553 PR gdb/21695
2554 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2555 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2556
2557 2018-06-26 Tom Tromey <tom@tromey.com>
2558
2559 PR rust/22574:
2560 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2561 * gdb.rust/simple.rs (struct SimpleLayout): New.
2562
2563 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2564
2565 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2566 "info registers" output.
2567
2568 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2569
2570 * gdb.base/watchpoint-hw-attach.c: New test.
2571 * gdb.base/watchpoint-hw-attach.exp: New file.
2572
2573 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2574
2575 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2576 through /bin/sh.
2577 * boards/dwarf4-gdb-index.exp: Likewise.
2578 * boards/fission-dwp.exp: Likewise.
2579
2580 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2581
2582 * gdb.base/float128.exp: Add comment and improved fail message
2583 to the failure case of "print large128" test.
2584
2585 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2586
2587 * configure.ac: Remove AC_PREREQ.
2588 * configure: Re-generate.
2589
2590 2018-06-19 Pedro Alves <palves@redhat.com>
2591
2592 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2593 (func_extern_caller): New.
2594 (main): Call func_extern_caller.
2595 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2596 logic change.
2597
2598 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2599
2600 PR gdb/16841
2601 * gdb.cp/typedef-base.cc: New file.
2602 * gdb.cp/typedef-base.exp: New file.
2603
2604 2018-06-18 Tom de Vries <tdevries@suse.de>
2605
2606 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2607
2608 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2609 Richard Bunt <Richard.Bunt@arm.com>
2610
2611 * gdb.threads/attach-slow-waitpid.c: New file.
2612 * gdb.threads/attach-slow-waitpid.exp: New file.
2613 * gdb.threads/slow-waitpid.c: New file.
2614
2615 2018-06-14 Pedro Alves <palves@redhat.com>
2616
2617 * gdb.base/fork-running-state.c: Include <errno.h>.
2618 (exit_if_relative_exits): New.
2619 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2620 exits.
2621 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2622 child exits.
2623
2624 2018-06-14 Tom de Vries <tdevries@suse.de>
2625
2626 PR cli/22573
2627 * gdb.base/finish-pretty.c: New test.
2628 * gdb.base/finish-pretty.exp: New file.
2629
2630 2018-06-14 Pedro Alves <palves@redhat.com>
2631
2632 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2633 gdb's expected startup output.
2634
2635 2018-06-14 Pedro Alves <palves@redhat.com>
2636
2637 * lib/selftest-support.exp (selftest_setup): Remove inlined
2638 function handling.
2639
2640 2018-06-14 Tom de Vries <tdevries@suse.de>
2641
2642 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2643 matching of breakpoint printing.
2644
2645 2018-06-13 Tom de Vries <tdevries@suse.de>
2646
2647 PR testsuite/23269
2648 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2649 (fork_child): ... here, and ...
2650 (fork_parent): ... here.
2651
2652 2018-06-12 Tom de Vries <tdevries@suse.de>
2653
2654 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2655
2656 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2657 Stephen Roberts <stephen.roberts@arm.com>
2658
2659 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2660 rewrite test to describe action performed, rather than possible
2661 failure.
2662
2663 2018-06-08 Gary Benson <gbenson@redhat.com>
2664
2665 * gdb.threads/check-libthread-db.exp: New file.
2666 * gdb.threads/check-libthread-db.c: Likewise.
2667
2668 2018-06-05 Tom Tromey <tom@tromey.com>
2669
2670 * gdb.base/default.exp: Update expected "show version" output.
2671
2672 2018-06-05 Tom Tromey <tom@tromey.com>
2673
2674 PR cli/12326:
2675 * gdb.cp/static-print-quit.exp: Update.
2676 * lib/gdb.exp (pagination_prompt): Update.
2677 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2678 * gdb.python/python.exp: Update.
2679
2680 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2681
2682 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2683
2684 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2685
2686 * gdb.ada/bp_fun_addr: New testcase.
2687
2688 2018-06-01 Tom Tromey <tom@tromey.com>
2689
2690 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2691 results.
2692 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2693 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2694 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2695 * gdb.base/maint.exp (maint_pass_if): Update.
2696
2697 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2698
2699 * gdb.base/endian.exp: New test.
2700 * gdb.base/endian.c: New test source.
2701
2702 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2703
2704 PR gdb/23203
2705 * gdb.base/bt-selected-frame.c: New file.
2706 * gdb.base/bt-selected-frame.exp: New file.
2707 * lib/gdb.exp (get_current_frame_number): New function.
2708
2709 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2710 Pedro Alves <palves@redhat.com>
2711
2712 * gdb.threads/tls-core.c: Include <stdlib.h>
2713 (thread_proc): Call `abort'.
2714 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2715 (tls_core_test): New procedure, bits factored out from ...
2716 (top level): ... here. Test both native cores and gcore cores.
2717
2718 2018-05-23 Tom Tromey <tom@tromey.com>
2719
2720 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2721
2722 2018-05-23 Tom Tromey <tom@tromey.com>
2723
2724 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2725 symfile_complaints.
2726 (test_short_complaints): Likewise.
2727 (test_empty_complaints): Likewise.
2728 (test_initial_complaints): Update.
2729
2730 2018-05-23 Tom Tromey <tom@tromey.com>
2731
2732 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2733
2734 2018-05-23 Tom Tromey <tom@tromey.com>
2735
2736 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2737 (test_short_complaints): Update.
2738
2739 2018-05-22 Pedro Alves <palves@redhat.com>
2740
2741 * gdb.base/remote.exp: Only gdb_start after compiling the
2742 testcase. Issue "disconnect" before testing "set remote" command
2743 defaults. Issue clean_restart before running to main.
2744
2745 2018-05-22 Pedro Alves <palves@redhat.com>
2746
2747 * gdb.base/remote.exp: Adjust expected output of "show remote
2748 memory-write-packet-size". Add tests for "set remote
2749 memory-write-packet-size 0" and "set remote
2750 memory-write-packet-size fixed/limit".
2751
2752 2018-05-22 Pedro Alves <palves@redhat.com>
2753
2754 PR gdb/22973
2755 * gdb.base/utf8-identifiers.c: New file.
2756 * gdb.base/utf8-identifiers.exp: New file.
2757
2758 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2759
2760 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2761
2762 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2763
2764 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2765
2766 2018-05-18 Tom Tromey <tom@tromey.com>
2767
2768 * gdb.base/ptype-offsets.exp: Update.
2769
2770 2018-05-17 Keith Seitz <keiths@redhat.com>
2771
2772 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2773 in expected breakpoint stop locations.
2774 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2775 move to proper scope to test variable values.
2776 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2777 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2778 New functions.
2779 (main): Call not_inline_func3.
2780 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2781 inline_func1, inline_func2, and inline_func3. Test that when each
2782 breakpoint is hit, GDB properly reports both the stop location
2783 and the backtrace. Repeat tests for temporary breakpoints.
2784
2785 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2786
2787 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2788 rather then trying to access it in determining whether the PID
2789 of `gdbserver' could have been retrieved.
2790
2791 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2792
2793 * gdb.arch/amd64-init-x87-values.S: New file.
2794 * gdb.arch/amd64-init-x87-values.exp: New file.
2795
2796 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2797
2798 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2799
2800 2018-05-04 Tom Tromey <tom@tromey.com>
2801
2802 PR python/22730:
2803 * gdb.python/python.exp: Test multi-line execute.
2804
2805 2018-05-04 Tom Tromey <tom@tromey.com>
2806
2807 PR python/22731:
2808 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2809
2810 2018-05-04 Tom Tromey <tom@tromey.com>
2811
2812 PR gdb/11750:
2813 * gdb.base/define.exp: Test defining a user command inside a user
2814 command.
2815 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2816
2817 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2818 Pedro Alves <palves@redhat.com>
2819
2820 PR breakpoints/19806 and support for PR external/20207.
2821 * gdb.base/watchpoint-unaligned.c: New file.
2822 * gdb.base/watchpoint-unaligned.exp: New file.
2823
2824 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2825
2826 * gdb.base/maint.exp: Make test names unique, use
2827 test_prefix_command_help to test 'help maint info', and remove
2828 repeated test of 'help maint'.
2829
2830 2018-05-04 Tom Tromey <tom@tromey.com>
2831
2832 PR gdb/22619:
2833 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2834 behavior.
2835
2836 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2837
2838 * gdb.base/maint.exp: Process output from 'maint print registers'
2839 line at a time.
2840
2841 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2842
2843 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2844 timeout.
2845
2846 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2847
2848 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2849 filter pattern.
2850
2851 2018-05-02 Pedro Alves <palves@redhat.com>
2852
2853 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2854 to_log_command renames.
2855 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2856
2857 2018-05-02 Tom Tromey <tom@tromey.com>
2858
2859 * gdb.python/py-parameter.exp: Set test message.
2860
2861 2018-05-02 Tom Tromey <tom@tromey.com>
2862
2863 PR python/20084:
2864 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2865 PARAM_ZUINTEGER_UNLIMITED tests.
2866
2867 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2868
2869 PR rust/23124
2870 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2871 when casting.
2872
2873 2018-04-30 Tom Tromey <tom@tromey.com>
2874
2875 * gdb.python/py-type.exp: Check align attribute.
2876 * gdb.python/py-type.c: New "aligncheck" global.
2877
2878 2018-04-30 Tom Tromey <tom@tromey.com>
2879
2880 PR exp/17095:
2881 * gdb.dwarf2/dw2-align.exp: New file.
2882 * gdb.cp/align.exp: New file.
2883 * gdb.base/align.exp: New file.
2884 * lib/gdb.exp (gdb_int128_helper): New proc.
2885 (has_int128_c, has_int128_cxx): New caching procs.
2886
2887 2018-04-27 Tom Tromey <tom@tromey.com>
2888
2889 PR rust/22545:
2890 * gdb.rust/simple.exp: Add inclusive range tests.
2891
2892 2018-04-26 Pedro Alves <palves@redhat.com>
2893
2894 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2895 ifunc breakpoint locations correctly of ifunc breakpoints set
2896 while the program resolves the ifunc.
2897
2898 2018-04-26 Pedro Alves <palves@redhat.com>
2899
2900 * gdb.base/gnu-ifunc-final.c: New file.
2901 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2902 * gdb.base/gnu-ifunc.exp (executable): Delete.
2903 (staticexecutable): Adjust.
2904 (lib_opts, exec_opts): Delete.
2905 (make_binsuffix, build, set-break): New procedures.
2906 (misc_tests): New, with tests factored out from the top level.
2907 (top level): Test different combinations of ifunc resolver name,
2908 resolver with and with debug info, and ifunc target with and
2909 without debug info. Wrap static tests with with_target_prefix.
2910
2911 2018-04-26 Pedro Alves <palves@redhat.com>
2912
2913 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2914 return type" warnings.
2915
2916 2018-04-25 Pedro Alves <palves@redhat.com>
2917
2918 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2919 killed".
2920 * gdb.base/kill-after-signal.exp: Likewise.
2921 * gdb.threads/kill.exp: Likewise.
2922
2923 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2924 Sergio Durigan Junior <sergiodj@redhat.com>
2925 Pedro Alves <palves@redhat.com>
2926
2927 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2928 regexps to expect for '[Inferior ... detached]' as well.
2929 * gdb.base/attach.exp: Likewise.
2930 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2931 "gdb_continue_to_end".
2932 (test_catch_syscall_with_wrong_args): Likewise.
2933 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2934 ']'. Don't set 'verbose' on.
2935 * gdb.base/foll-vfork.exp: Likewise.
2936 * gdb.base/fork-print-inferior-events.c: New file.
2937 * gdb.base/fork-print-inferior-events.exp: New file.
2938 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2939 '[Inferior ... has been killed]' message.
2940 * gdb.base/kill-after-signal.exp: Likewise.
2941 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2942 detach message.
2943 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2944 message.
2945 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2946 regexps to expect for '[Inferior ... detached]' as well.
2947 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2948
2949 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2950
2951 PR gdb/23104
2952 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2953
2954 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2955
2956 * gdb.threads/multiple-successive-infcall.c: New test.
2957 * gdb.threads/multiple-successive-infcall.exp: New file.
2958
2959 2018-04-17 Tom Tromey <tom@tromey.com>
2960
2961 * gdb.rust/simple.rs (Union): New type.
2962 (main): New local "u".
2963 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2964
2965 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2966
2967 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2968 number information in output of "whereis" command.
2969 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2970
2971 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2972
2973 * gdb.ada/info_types.exp: Adjust expected output to the line
2974 numbers now printed by "info var/func/type".
2975 * gdb.base/completion.exp: Likewise.
2976 * gdb.base/included.exp: Likewise.
2977 * gdb.cp/cp-relocate.exp: Likewise.
2978 * gdb.cp/cplusfuncs.exp: Likewise.
2979 * gdb.cp/namespace.exp: Likewise.
2980 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2981
2982 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2983
2984 * gdb.btrace/cpu.exp: New.
2985
2986 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2987
2988 * gdb.base/step-indirect-call-thunk.exp: New.
2989 * gdb.base/step-indirect-call-thunk.c: New.
2990 * gdb.reverse/step-indirect-call-thunk.exp: New.
2991 * gdb.reverse/step-indirect-call-thunk.c: New.
2992
2993 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2994
2995 * gdb.base/pie-fork.c: New file.
2996 * gdb.base/pie-fork.exp: New file.
2997
2998 2018-04-11 Tom Tromey <tom@tromey.com>
2999
3000 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3001
3002 2018-04-10 Pedro Alves <palves@redhat.com>
3003
3004 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3005 exits. Instead loop running forever.
3006 (fork_parent): Run forever too.
3007
3008 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3009
3010 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3011 mi_continue_to_line.
3012 * gdb.mi/mi-stack.c (callee4): Add comment.
3013
3014 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3015
3016 * gdb.mi/mi-stack.exp: Fix indentation.
3017
3018 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3019
3020 PR gdb/22979
3021 * gdb.arch/amd64-osabi.exp: New file.
3022
3023 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3024
3025 PR gdb/22980
3026 * gdb.base/osabi.exp: New file.
3027
3028 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3029
3030 * gdb.cp/static-typedef-print.exp: New file.
3031 * gdb.cp/static-typedef-print.cc: New file.
3032
3033 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3034
3035 * gdb.ada/varsize_limit: New testcase.
3036
3037 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3038
3039 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3040
3041 * gdb.ada/notcplusplus: New testcase.
3042
3043 * gdb.base/c-linkage-name.c: New file.
3044 * gdb.base/c-linkage-name.exp: New testcase.
3045
3046 2018-03-26 Tom Tromey <tom@tromey.com>
3047
3048 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3049 * gdb.python/py-framefilter.py (name_error): New global.
3050 (ErrorInName.function): Use name_error.
3051
3052 2018-03-26 Tom Tromey <tom@tromey.com>
3053
3054 PR backtrace/15582:
3055 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3056
3057 2018-03-23 Keith Seitz <keiths@redhat.com>
3058
3059 PR c++/22968
3060 * gdb.cp/subtypes.exp: New file.
3061 * gdb.cp/subtypes.h: New file.
3062 * gdb.cp/subtypes.cc: New file.
3063 * gdb.cp/subtypes-2.cc: New file.
3064
3065 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3066
3067 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3068 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3069 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3070 -nostartfiles when compiling the test. Confirm that all registers
3071 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3072
3073 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3074
3075 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3076 option, syntax was wrong anyway.
3077 * gdb.arch/arm-disp-step.exp: Likewise.
3078 * gdb.arch/sparc64-regs.exp: Likewise.
3079 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3080 option, syntax was wrong anyway, switch to use
3081 prepare_for_testing.
3082 * gdb.arch/i386-disp-step.exp: Likewise.
3083
3084 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3085
3086 * gdb.ada/exec_changed.exp: Replace "target_info exists
3087 use_gdb_stub" by "use_gdb_stub".
3088 * gdb.ada/start.exp: Likewise.
3089 * gdb.base/async-shell.exp: Likewise.
3090 * gdb.base/attach-pie-misread.exp: Likewise.
3091 * gdb.base/attach-wait-input.exp: Likewise.
3092 * gdb.base/break-entry.exp: Likewise.
3093 * gdb.base/break-interp.exp: Likewise.
3094 * gdb.base/dprintf-detach.exp: Likewise.
3095 * gdb.base/nostdlib.exp: Likewise.
3096 * gdb.base/solib-nodir.exp: Likewise.
3097 * gdb.base/statistics.exp: Likewise.
3098 * gdb.base/testenv.exp: Likewise.
3099 * gdb.mi/mi-exec-run.exp: Likewise.
3100 * gdb.mi/mi-start.exp: Likewise.
3101 * gdb.multi/dummy-frame-restore.exp: Likewise.
3102 * gdb.multi/multi-arch-exec.exp: Likewise.
3103 * gdb.multi/multi-arch.exp: Likewise.
3104 * gdb.multi/tids.exp: Likewise.
3105 * gdb.multi/watchpoint-multi.exp: Likewise.
3106 * gdb.python/py-events.exp: Likewise.
3107 * gdb.threads/attach-into-signal.exp: Likewise.
3108 * gdb.threads/attach-stopped.exp: Likewise.
3109 * gdb.threads/threadapply.exp: Likewise.
3110 * lib/selftest-support.exp: Likewise.
3111
3112 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3113
3114 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3115
3116 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3117
3118 * gdb.perf/template-breakpoints.cc: New file.
3119 * gdb.perf/template-breakpoints.exp: New file.
3120 * gdb.perf/template-breakpoints.py: New file.
3121
3122 2018-03-19 Tom Tromey <tom@tromey.com>
3123
3124 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3125 y0.
3126 * gdb.rust/simple.exp: Test bare identifier form of struct
3127 initializer.
3128
3129 2018-03-19 Tom Tromey <tom@tromey.com>
3130
3131 * gdb.gdb/observer.exp: Remove.
3132
3133 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3134
3135 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3136 "qualified" option when setting breakpoints.
3137 * gdb.trace/backtrace.exp: Likewise.
3138 * gdb.trace/circ.exp: Likewise.
3139 * gdb.trace/collection.exp: Likewise.
3140 * gdb.trace/disconnected-tracing.exp: Likewise.
3141 * gdb.trace/ftrace-lock.exp: Likewise.
3142 * gdb.trace/ftrace.exp: Likewise.
3143 * gdb.trace/infotrace.exp: Likewise.
3144 * gdb.trace/packetlen.exp: Likewise.
3145 * gdb.trace/passc-dyn.exp: Likewise.
3146 * gdb.trace/qtro.exp: Likewise.
3147 * gdb.trace/read-memory.exp: Likewise.
3148 * gdb.trace/report.exp: Likewise.
3149 * gdb.trace/signal.exp: Likewise.
3150 * gdb.trace/status-stop.exp: Likewise.
3151 * gdb.trace/strace.exp: Likewise.
3152 * gdb.trace/tfind.exp: Likewise.
3153 * gdb.trace/trace-break.exp: Likewise.
3154 * gdb.trace/trace-condition.exp: Likewise.
3155 * gdb.trace/trace-mt.exp: Likewise.
3156 * gdb.trace/tstatus.exp: Likewise.
3157 * gdb.trace/tsv.exp: Likewise.
3158 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3159 * gdb.trace/unavailable.exp: Likewise.
3160 * gdb.trace/while-dyn.exp: Likewise.
3161
3162 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3163
3164 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3165 that libinproctrace is copied to the target.
3166
3167 2018-03-14 Tom Tromey <tom@tromey.com>
3168
3169 PR cli/14977:
3170 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3171 a null pointer.
3172 * gdb.base/wchar.exp: Likewise.
3173
3174 2018-03-14 Tom Tromey <tom@tromey.com>
3175
3176 PR cli/19918:
3177 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3178 flag.
3179
3180 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3181
3182 PR gdb/22841
3183 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3184 "target" to remote_exec.
3185
3186 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3187
3188 PR gdb/22841
3189 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3190 ${board}_upload): Remove.
3191
3192 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3193
3194 * gdb.cp/watch-cp.cc: New test.
3195 * gdb.cp/watch-cp.exp: New file.
3196
3197 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3198
3199 * gdb.base/infcall-nested-structs.exp: New file.
3200 * gdb.base/infcall-nested-structs.c: New file.
3201 * gdb.base/float.exp: Add riscv support.
3202
3203 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3204
3205 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3206 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3207
3208 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3209
3210 * gdb.server/abspath.exp: New file.
3211 * lib/gdb.exp (with_cwd): New procedure.
3212
3213 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3214
3215 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3216 use it.
3217 (gdb_is_target_remote_prompt): New proc.
3218 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3219 (gdb_is_target_native): Pass prompt parameter to
3220 gdb_is_target_1.
3221
3222 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3223
3224 * gdb.base/load-command.c: New file.
3225 * gdb.base/load-command.exp: New file.
3226 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3227 (gdb_is_target_1): ...this, and generalize for other targets
3228 than just remote.
3229 (gdb_is_target_remote): Use gdb_is_target_1.
3230 (gdb_is_target_native): use gdb_is_target_1.
3231
3232 2018-02-26 Tom Tromey <tom@tromey.com>
3233
3234 PR python/16497:
3235 * gdb.python/py-framefilter.exp: Update test.
3236
3237 2018-02-26 Tom Tromey <tom@tromey.com>
3238
3239 * gdb.dwarf2/variant.c: New file.
3240 * gdb.dwarf2/variant.exp: New file.
3241
3242 2018-02-26 Tom Tromey <tom@tromey.com>
3243
3244 * gdb.rust/simple.exp: Accept more possible results in enum test.
3245
3246 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3247
3248 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3249 parentheses.
3250
3251 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3252
3253 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3254 name of a variable: $actual_linejj -> $actual_line.
3255
3256 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3257
3258 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3259
3260 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3261
3262 * gdb.btrace/buffer-size.exp: Do not force BTS.
3263
3264 2018-02-14 Pedro Alves <palves@redhat.com>
3265
3266 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3267 getting a "Quit".
3268
3269 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3270
3271 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3272 Fix test name.
3273
3274 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3275
3276 * gdb.cp/m-static.exp: Check type of optimized out static
3277 member.
3278
3279 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3280
3281 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3282 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3283
3284 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3285 Leszek Swirski <leszeks@google.com>
3286
3287 * gdb.python/py-prettyprint.c
3288 (struct to_string_returns_value_inner,
3289 struct to_string_returns_value_wrapper): New.
3290 (main): Add tsrvw variable.
3291 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3292 ToStringReturnsValueWrapper): New classes.
3293 (register_pretty_printers): Register new pretty-printers.
3294 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3295 recursive pretty printer.
3296 * gdb.python/py-mi.exp: Likewise.
3297
3298 2018-02-01 Leszek Swirski <leszeks@google.com>
3299
3300 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3301 functions with the same name as an include file are parsed
3302 correctly.
3303
3304 2018-02-01 Yao Qi <yao.qi@linaro.org>
3305
3306 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3307 "\[^\r\n\]*".
3308
3309 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3310
3311 * gdb.arch/powerpc-prologue-frame.s: New file.
3312 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3313 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3314
3315 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3316
3317 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3318
3319 2018-01-30 Pedro Alves <palves@redhat.com>
3320
3321 PR gdb/13211
3322 * gdb.base/interrupt-daemon.c: New.
3323 * gdb.base/interrupt-daemon.exp: New.
3324 * gdb.multi/multi-term-settings.c: New.
3325 * gdb.multi/multi-term-settings.exp: New.
3326
3327 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3328
3329 * gdb.base/break.exp: Save the location where the breakpoint
3330 on break.c:47 was actually inserted when debugging the version
3331 compiled at -O2 and use it in the expected output of the "info
3332 break" test performed soon after.
3333
3334 2018-01-22 Pedro Alves <palves@redhat.com>
3335 Sergio Durigan Junior <sergiodj@redhat.com>
3336
3337 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3338 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3339
3340 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3341
3342 * gdb.base/break-include.c, gdb.base/break-include.inc,
3343 gdb.base/break-include.exp: New files.
3344 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3345 line number now being the actual line number where the breakpoint
3346 was inserted.
3347 * gdb.mi/mi-break.exp: Likewise.
3348 * gdb.mi/mi-reverse.exp: Likewise.
3349 * gdb.mi/mi-simplerun.exp: Ditto.
3350
3351 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3352
3353 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3354 varobj.
3355 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3356
3357 2018-01-21 Don Breazeal <donb@codesourcery.com>
3358 Andrew Burgess <andrew.burgess@embecosm.com>
3359
3360 * gdb.mi/basics.c: Add new global.
3361 * gdb.mi/mi-frame-regs.exp: New file.
3362 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3363 case.
3364
3365 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3366
3367 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3368 non-parameter, and on an unknown symbol.
3369
3370 2018-01-19 Tom Tromey <tom@tromey.com>
3371
3372 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3373 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3374
3375 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3376
3377 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3378 setrlimit and chdir to int.
3379
3380 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3381
3382 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3383 function.
3384 (my_tend): Likewise.
3385 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3386 rationale of avoiding FP- and vector instructions.
3387
3388 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3389
3390 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3391 "info reg" with "\[ \t\]*".
3392 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3393 "\[ \t\]+".
3394 * gdb.arch/s390-multiarch.exp: Ditto.
3395 * gdb.base/pc-fp.exp: Ditto.
3396 * gdb.reverse/i386-precsave.exp: Ditto.
3397 * gdb.reverse/i386-reverse.exp: Ditto.
3398 * gdb.reverse/i387-env-reverse.exp: Ditto.
3399 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3400
3401 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3402
3403 * lib/gdb.exp (gdb_compile): Re-enable use of
3404 universal_compile_options for languages other than Rust.
3405
3406 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3407
3408 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3409
3410 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3411
3412 PR gdb/16577
3413 * gdb.base/solib-vanish.exp: New.
3414 * gdb.base/solib-vanish-main.c: New.
3415 * gdb.base/solib-vanish-lib1.c: New.
3416 * gdb.base/solib-vanish-lib2.c: New.
3417
3418 2018-01-17 Yao Qi <yao.qi@linaro.org>
3419
3420 * gdb.compile/compile.exp: Match the address printed for
3421 frame in the output of command "bt".
3422
3423 2018-01-15 Tom Tromey <tom@tromey.com>
3424
3425 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3426 compute sp_reg.
3427
3428 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3429
3430 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3431 to prepare.
3432 (prepare): Return 0 on error, 1 on success.
3433
3434 2018-01-12 Pedro Alves <palves@redhat.com>
3435
3436 * gdb.base/continue-after-aborted-step-over.c: New.
3437 * gdb.base/continue-after-aborted-step-over.exp: New.
3438
3439 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3440
3441 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3442 options when not creating an executable.
3443
3444 2018-01-11 Pedro Alves <palves@redhat.com>
3445
3446 PR remote/22597
3447 * gdb.server/stop-reply-no-thread.c: New file.
3448 * gdb.server/stop-reply-no-thread.exp: New file.
3449
3450 2018-01-10 Pedro Alves <palves@redhat.com>
3451
3452 PR gdb/22670
3453 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3454 functions too. Test setting breakpoints and printing C functions
3455 with no debug info too.
3456 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3457
3458 2018-01-10 Pedro Alves <palves@redhat.com>
3459
3460 PR gdb/22670
3461 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3462 a fail.
3463
3464 2018-01-10 Pedro Alves <palves@redhat.com>
3465
3466 PR gdb/22670
3467 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3468
3469 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3470
3471 * gdb.server/unittest.exp: Match the output in non-development
3472 mode.
3473
3474 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3475
3476 * gdb.gdb/unittest.exp: Match output in non-development mode.
3477
3478 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3479
3480 * gdb.ada/access_tagged_param.exp: Relax expected output
3481 for value of "ObjL" in "continue" to pck.inspect breakpoint
3482 test.
3483
3484 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3485
3486 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3487 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3488
3489 2018-01-05 Pedro Alves <palves@redhat.com>
3490
3491 PR gdb/18653
3492 * gdb.base/libsegfault.exp: New.
3493
3494 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3495
3496 PR gdb/22670
3497 * gdb.ada/access_tagged_param.exp: New file.
3498 * gdb.ada/access_tagged_param/foo.adb: New file.
3499
3500 2018-01-05 Pedro Alves <palves@redhat.com>
3501
3502 PR gdb/22670
3503 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3504 exercise lower case too, and to exercise both full matching and
3505 wild matching.
3506
3507 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3508
3509 * gdb.ada/rename_subscript_param: New testcase.
3510
3511 2018-01-05 Jerome Guitton <guitton@adacore.com>
3512
3513 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3514
3515 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3516
3517 * gdb.ada/convvar_comp: New testcase.
3518
3519 2018-01-05 Xavier Roirand <roirand@adacore.com>
3520
3521 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3522 (My_Table): New global variable.
3523 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3524
3525 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3526
3527 PR gdb/22670
3528 * gdb.ada/maint_with_ada: New testcase.
3529
3530 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3531
3532 PR gdb/22670
3533 * gdb.ada/bp_c_mixed_case: New testcase.
3534
3535 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3536
3537 PR gdb/22670
3538 * gdb.ada/complete.exp: Add "complete break ada" test.
3539
3540 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3541
3542 PR gdb/22670
3543 * gdb.ada/info_addr_mixed_case: New testcase.
3544
3545 2018-01-03 Xavier Roirand <roirand@adacore.com>
3546
3547 * gdb.ada/excep_handle.exp: New testcase.
3548 * gdb.ada/excep_handle/foo.adb: New file.
3549 * gdb.ada/excep_handle/pck.ads: New file.
3550
3551 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3552
3553 * gdb.base/step-line.c: Add extra empty line in copyright header.
3554 * gdb.base/step-line.inp: Likewise.
3555
3556 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3557
3558 * gdb.ada/dyn_stride.exp: Add slice test.
3559
3560 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3561
3562 * gdb.ada/dyn_stride: New testcase.
3563
3564 2017-12-27 Stafford Horne <shorne@gmail.com>
3565
3566 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3567 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3568
3569 2017-12-27 Stafford Horne <shorne@gmail.com>
3570
3571 * gdb.base/reggroups.c: New file.
3572 * gdb.base/reggroups.exp: New file.
3573
3574 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3575
3576 * gdb.dwarf2/ada-valprint-error.c: New file.
3577 * gdb.dwarf2/ada-valprint-error.exp: New file.
3578
3579 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3580
3581 * gdb.ada/assign_arr: New testcase.
3582
3583 2017-12-18 Xavier Roirand <roirand@adacore.com>
3584
3585 * gdb.ada/funcall_ptr: New testcase.
3586
3587 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3588
3589 PR cli/16224
3590 * gdb.base/ptype-offsets.cc: New file.
3591 * gdb.base/ptype-offsets.exp: New file.
3592
3593 2017-12-15 Yao Qi <yao.qi@linaro.org>
3594
3595 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3596 if XML is disabled.
3597
3598 2017-12-15 Xavier Roirand <roirand@adacore.com>
3599
3600 * gdb.ada/same_component_name: New testcase.
3601
3602 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3603
3604 * gdb.ada/str_binop_equal: New testcase.
3605
3606 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3607
3608 * gdb.ada/task_switch_in_core: New testcase.
3609
3610 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3611
3612 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3613 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3614 call test_bkpt_qualified.
3615 (test_bkpt_qualified): New proc.
3616
3617 2017-12-13 Pedro Alves <palves@redhat.com>
3618
3619 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3620 Tighten regexp by matching with an anchor.
3621
3622 2017-12-13 Pedro Alves <palves@redhat.com>
3623
3624 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3625 ("expression with namespace"): New set of tests.
3626 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3627 (Nested::Test_NS::qux): New.
3628 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3629 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3630
3631 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3632
3633 * gdb.base/server-del-break.c: New file.
3634 * gdb.base/server-del-break.exp: New file.
3635
3636 2017-12-12 Stafford Horne <shorne@gmail.com>
3637
3638 * gdb.xml/tdesc-regs.exp: Add or1k support.
3639
3640 2017-12-12 Stafford Horne <shorne@gmail.com>
3641
3642 * gdb.base/bp-permanent.c: Define nop of or1k.
3643
3644 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3645
3646 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3647 output with components being reordered.
3648
3649 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3650
3651 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3652 output with components being reordered.
3653
3654 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3655 Pedro Alves <palves@redhat.com>
3656
3657 * gdb.base/maint.exp (check for .gdb_index): Check also for
3658 .debug_names.
3659 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3660 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3661 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3662 (.gdb_index used after symbol reloading): Support also .debug_names.
3663 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3664
3665 2017-12-08 Yao Qi <yao.qi@linaro.org>
3666
3667 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3668 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3669
3670 2017-12-08 Yao Qi <yao.qi@linaro.org>
3671
3672 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3673 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3674
3675 2017-12-08 Yao Qi <yao.qi@linaro.org>
3676
3677 * gdb.arch/aarch64-tagged-pointer.c: New file.
3678 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3679
3680 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3681
3682 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3683 "int".
3684
3685 2017-12-07 Keith Seitz <keiths@redhat.com>
3686
3687 PR breakpoints/22569
3688 * gdb.linespec/ls-errs.exp: Change expected result of "break
3689 -source this file has spaces.c -line 3".
3690 Check that an explicit source file followed by whitespace is
3691 identified as an invalid explicit location.
3692
3693 2017-12-07 Keith Seitz <keiths@redhat.com>
3694
3695 * gdb.cp/nested-types.cc: New file.
3696 * gdb.cp/nested-types.exp: New file.
3697 * lib/cp-support.exp: Load data-structures.exp library.
3698 (debug_cp_test_ptype_class): New global.
3699 (cp_ptype_class_verbose, next_line): New procedures.
3700 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3701 Add and document new return value.
3702 Switch the list of lines to a queue.
3703 Add support for new `type' key for nested type definitions.
3704 Add debugging/troubleshooting messages.
3705 * lib/data-structures.exp: New file.
3706
3707 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3708
3709 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3710 with proc_with_prefix, don't use with_test_prefix.
3711
3712 2017-12-07 Tom Tromey <tom@tromey.com>
3713
3714 * gdb.base/break.exp: Add test for empty "commands".
3715
3716 2017-12-07 Yao Qi <yao.qi@linaro.org>
3717
3718 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3719 malloc and catch syscall.
3720
3721 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3722
3723 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3724 tests for explicit locations.
3725
3726 2017-12-06 Pedro Alves <palves@redhat.com>
3727
3728 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3729 force-disabling XML descriptions.
3730
3731 2017-12-04 Pedro Alves <palves@redhat.com>
3732
3733 PR gdb/22499
3734 * gdb.arch/amd64-disp-step-avx.S: New file.
3735 * gdb.arch/amd64-disp-step-avx.exp: New file.
3736
3737 2017-12-03 Pedro Alves <palves@redhat.com>
3738
3739 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3740 and <string.h>.
3741 (parent_function): Print distinct messages when waitpid fails, or
3742 the child exits with a signal, or the child exits for an unhandled
3743 reason.
3744 * gdb.threads/process-dies-while-detaching.exp
3745 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3746 it. Wait for both inferior output and GDB's prompt. Use an
3747 indirect spawn id list.
3748 (do_detach): New parameter 'child_exit'. Use it to compute
3749 expected inferior output.
3750 (test_detach, test_detach_watch, test_detach_killed_outside):
3751 Adjust to pass down the expected child exit kind.
3752
3753 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3754 Sergio Durigan Junior <sergiodj@redhat.com>
3755 Pedro Alves <palves@redhat.com>
3756
3757 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3758
3759 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3760
3761 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3762 to 'symbol-file' and 'add-symbol-file' can be
3763 position-independent.
3764
3765 2017-12-01 Yao Qi <yao.qi@linaro.org>
3766
3767 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3768 the URL in copyright header.
3769 * gdb.arch/aarch64-fp.exp: Likewise.
3770 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3771 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3772 * gdb.base/expand-psymtabs.exp: Likewise.
3773 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3774 * gdb.fortran/common-block.exp: Likewise.
3775 * gdb.fortran/common-block.f90: Likewise.
3776 * gdb.fortran/logical.exp: Likewise.
3777 * gdb.fortran/vla-datatypes.f90: Likewise.
3778 * gdb.fortran/vla-sub.f90: Likewise.
3779
3780 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3781
3782 * gdb.ada/repeat_dyn: New testcase.
3783
3784 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3785
3786 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3787 Update for changed thread numbering.
3788 * gdb.cell/bt.exp: Update for changed GDB output.
3789
3790 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3791
3792 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3793 setting isremote by hand.
3794 * boards/dwarf4-gdb-index.exp: Likewise.
3795 * boards/fission.exp: Likewise.
3796 * boards/stabs.exp: Likewise.
3797
3798 2017-11-30 Pedro Alves <palves@redhat.com>
3799
3800 * gdb.linespec/cpls-ops.exp
3801 (check_explicit_skips_function_argument): Extract the underlying
3802 type of size_t instead of hardcoding it.
3803
3804 2017-11-29 Pedro Alves <palves@redhat.com>
3805
3806 PR c++/19436
3807 * gdb.linespec/cpls-abi-tag.cc: New file.
3808 * gdb.linespec/cpls-abi-tag.exp: New file.
3809
3810 2017-11-29 Pedro Alves <palves@redhat.com>
3811
3812 * gdb.base/langs.exp: Use -qualified.
3813 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3814 it.
3815 * gdb.cp/namespace.exp: Use -qualified.
3816 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3817 (overload-3, template-overload, template-ret-type, const-overload)
3818 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3819 procedures.
3820 (test_driver): Call them.
3821 * gdb.cp/save-bp-qualified.cc: New.
3822 * gdb.cp/save-bp-qualified.exp: New.
3823 * gdb.linespec/explicit.exp: Test -qualified.
3824 * lib/completion-support.exp (completion::explicit_opts_list): Add
3825 "-qualified".
3826 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3827
3828 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3829
3830 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3831
3832 2017-11-29 Tom Tromey <tom@tromey.com>
3833
3834 * gdb.base/relocate.exp: Update invalid argument test.
3835 Add new tests for invalid arguments.
3836
3837 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3838
3839 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3840 Return 0 as a long.
3841 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3842
3843 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3844
3845 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3846 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3847 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3848 func ().
3849 * gdb.cp/shadow.cc (B.func): Return 0.
3850
3851 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3852
3853 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3854 expected output in gdb_expect call to allow the exception
3855 message to be present as well. Fix syntax confusion to avoid
3856 TCL thinking that exception_name is an array.
3857
3858 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3859
3860 * gdb.arch/spu-info.c: Include <unistd.h>.
3861 (do_signal_test): Fix broken calls to write.
3862 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3863 Fix checks for empty mailboxes. Update signal tests for corrected
3864 do_signal_test routine. Allow nonzero event status.
3865 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3866 * gdb.cell/arch.exp: Use standard_output_file.
3867 * gdb.cell/break.exp: Likewise.
3868 * gdb.cell/bt.exp: Likewise.
3869 * gdb.cell/core.exp: Likewise.
3870 * gdb.cell/dwarfaddr.exp: Likewise.
3871 * gdb.cell/ea-cache.exp: Likewise.
3872 * gdb.cell/ea-standalone.exp: Likewise.
3873 * gdb.cell/f-regs.exp: Likewise.
3874 * gdb.cell/fork.exp: Likewise.
3875 * gdb.cell/gcore.exp: Likewise.
3876 * gdb.cell/mem-access.exp: Likewise.
3877 * gdb.cell/ptype.exp: Likewise.
3878 * gdb.cell/registers.exp: Likewise.
3879 * gdb.cell/sizeof.exp: Likewise.
3880 * gdb.cell/solib-symbol.exp: Likewise.
3881 * gdb.cell/solib.exp: Likewise.
3882
3883 2017-11-25 Pedro Alves <palves@redhat.com>
3884
3885 * gdb.base/complete-empty.exp: New file.
3886 * gdb.base/completion.exp: Adjust.
3887
3888 2017-11-25 Pedro Alves <palves@redhat.com>
3889
3890 * gdb.linespec/cpls-ops.cc: New file.
3891 * gdb.linespec/cpls-ops.exp: New file.
3892 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3893 factored out from ...
3894 (test_complete_prefix_range): ... this.
3895
3896 2017-11-24 Pedro Alves <palves@redhat.com>
3897
3898 * gdb.linespec/cpcompletion.exp: New file.
3899 * gdb.linespec/cpls-hyphen.cc: New file.
3900 * gdb.linespec/cpls.cc: New file.
3901 * gdb.linespec/cpls2.cc: New file.
3902 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3903 test to use test_gdb_complete_unique. Add label completion,
3904 keyword completion and explicit location completion tests.
3905 * lib/completion-support.exp: New file.
3906
3907 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3908
3909 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3910 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3911 when hitting an exception catchpoint.
3912
3913 2017-11-22 Yao Qi <yao.qi@linaro.org>
3914
3915 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3916
3917 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3918
3919 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3920 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3921 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3922
3923 2017-11-22 Yao Qi <yao.qi@linaro.org>
3924
3925 * gdb.base/info-os.exp: Pass pthreads.
3926 * gdb.multi/multi-attach.exp: Likewise.
3927
3928 2017-11-22 Yao Qi <yao.qi@linaro.org>
3929
3930 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3931 compiler.
3932
3933 2017-11-22 Yao Qi <yao.qi@linaro.org>
3934
3935 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3936 * gdb.base/break-interp.exp: Likewise.
3937 * gdb.base/jit-attach-pie.exp: Likewise.
3938
3939 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3940
3941 * gdb.base/float128.c (large128): New variable.
3942 * gdb.base/float128.exp: Add test to print largest __float128 value.
3943
3944 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3945
3946 * gdb.arch/vsx-regs.exp: Update register content checks.
3947
3948 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3949
3950 * gdb.arch/ppc-longdouble.exp: New file.
3951 * gdb.arch/ppc-longdouble.c: Likewise.
3952
3953 2017-11-21 Pedro Alves <palves@redhat.com>
3954
3955 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3956
3957 2017-11-20 Pedro Alves <palves@redhat.com>
3958
3959 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3960 (long_double_typedef): New typedefs.
3961 Use DEF on double and long double.
3962 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3963 cases.
3964 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3965 and 'long_double_ptr_same_size' locals. Use them to decide
3966 whether cast from array/function to float is valid/invalid.
3967
3968 2017-11-17 Tom Tromey <tom@tromey.com>
3969
3970 * gdb.rust/traits.rs: New file.
3971 * gdb.rust/traits.exp: New file.
3972
3973 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3974
3975 * gdb.ada/minsyms: New testcase.
3976
3977 2017-11-16 Pedro Alves <palves@redhat.com>
3978
3979 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3980 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3981
3982 2017-11-16 Pedro Alves <palves@redhat.com>
3983
3984 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3985 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3986
3987 2017-11-16 Pedro Alves <palves@redhat.com>
3988
3989 * gdb.server/reconnect-ctrl-c.c: New file.
3990 * gdb.server/reconnect-ctrl-c.exp: New file.
3991
3992 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3993
3994 * gdb.python/py-rbreak.exp: New file.
3995 * gdb.python/py-rbreak.c: New file.
3996 * gdb.python/py-rbreak-func2.c: New file.
3997
3998 2017-11-16 Pedro Alves <palves@redhat.com>
3999
4000 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4001 pattern.
4002 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4003 GDB.
4004
4005 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4006
4007 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4008 regex.
4009
4010 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4011
4012 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4013 test names.
4014
4015 2017-11-09 Pedro Alves <palves@redhat.com>
4016
4017 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4018 factored out from ...
4019 (top level): ... here, and adjusted to avoid expecting beyond the
4020 prompt in a single gdb_test_multiple.
4021
4022 2017-11-09 Pedro Alves <palves@redhat.com>
4023
4024 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4025 output.
4026 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4027 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4028 * gdb.server/ext-run.exp ("kill" test): Likewise.
4029 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4030
4031 2017-11-09 Pedro Alves <palves@redhat.com>
4032
4033 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4034 match till end of line.
4035
4036 2017-11-09 Pedro Alves <palves@redhat.com>
4037
4038 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4039
4040 2017-11-09 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4043 New procedures, factored out from ...
4044 (top level): ... here, and adjusted to avoid expecting beyond the
4045 prompt in one go.
4046
4047 2017-11-09 Pedro Alves <palves@redhat.com>
4048
4049 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4050 output. Fix '?' match.
4051
4052 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4053
4054 * gdb.ada/scoped_watch: New testcase.
4055 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4056 which is actually correct.
4057 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4058 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4059
4060 2017-11-08 Pedro Alves <palves@redhat.com>
4061
4062 * gdb.gdb/complaints.exp (test_initial_complaints)
4063 (test_serial_complaints, test_short_complaints): Call
4064 complaint_internal instead of complaint.
4065
4066 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4067
4068 * gdb.threads/tls-core.c: New file.
4069 * gdb.threads/tls-core.exp: Likewise.
4070
4071 2017-11-08 Pedro Alves <palves@redhat.com>
4072
4073 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4074 (p Exported_Capitalized): New test.
4075 (p exported_capitalized): New test.
4076
4077 2017-11-07 Pedro Alves <palves@redhat.com>
4078
4079 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4080
4081 2017-11-07 Pedro Alves <palves@redhat.com>
4082
4083 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4084 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4085 (disable_invalid, disable_inverted, disable_negative): New
4086 procedures.
4087 ("bad numbers"): New set of tests.
4088
4089 2017-11-07 Pedro Alves <palves@redhat.com>
4090
4091 * gdb.cp/ena-dis-br-range.exp: Add tests.
4092
4093 2017-11-07 Pedro Alves <palves@redhat.com>
4094
4095 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4096
4097 2017-11-07 Xavier Roirand <roirand@adacore.com>
4098 Pedro Alves <palves@redhat.com>
4099
4100 * gdb.base/ena-dis-br.exp: Add reference to
4101 gdb.cp/ena-dis-br-range.exp.
4102 * gdb.cp/ena-dis-br-range.exp: New file.
4103 * gdb.cp/ena-dis-br-range.cc: New file.
4104
4105 2017-11-06 Pedro Alves <palves@redhat.com>
4106
4107 * gdb.base/attach-non-pgrp-leader.c: New.
4108 * gdb.base/attach-non-pgrp-leader.exp: New.
4109
4110 2017-11-06 Pedro Alves <palves@redhat.com>
4111
4112 * configure.ac: No longer check for termio.h and sgtty.h.
4113 * configure: Regenerate.
4114 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4115 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4116 Remove termio and sgtty code.
4117
4118 2017-11-03 Yao Qi <yao.qi@linaro.org>
4119
4120 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4121 in GDB is disabled.
4122
4123 2017-11-03 Yao Qi <yao.qi@linaro.org>
4124
4125 * gdb.python/py-thrhandle.exp: Skip it if python is not
4126 enabled.
4127
4128 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4129
4130 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4131 as a breakpoint command.
4132
4133 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4134
4135 PR python/21213
4136 * gdb.python/py-infthread.exp: Test calling
4137 InferiorThread.inferior () multiple times in a row.
4138
4139 2017-10-27 Keith Seitz <keiths@redhat.com>
4140
4141 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4142 Test "info break" for every inlined function breakpoint.
4143
4144 2017-10-27 Yao Qi <yao.qi@linaro.org>
4145
4146 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4147
4148 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4149
4150 * gdb.cp/classes.exp (test_static_members): Test printing
4151 Outer::instance.
4152 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4153 (Inner::instance, Outer::instance): New.
4154
4155 2017-10-24 Pedro Alves <palves@redhat.com>
4156
4157 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4158 extra console" test in two stages.
4159
4160 2017-10-24 Pedro Alves <palves@redhat.com>
4161
4162 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4163
4164 2017-10-24 Pedro Alves <palves@redhat.com>
4165
4166 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4167 loop.
4168
4169 2017-10-24 Pedro Alves <palves@redhat.com>
4170
4171 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4172 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4173
4174 2017-10-24 Pedro Alves <palves@redhat.com>
4175
4176 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4177 parameter and handle it. Don't output read value in test name.
4178
4179 2017-10-24 Pedro Alves <palves@redhat.com>
4180
4181 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4182 custom test name.
4183
4184 2017-10-24 Pedro Alves <palves@redhat.com>
4185
4186 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4187 include the unstable output directory name in the test's name.
4188 (initial_setup_simple) <'set args'>: Use custom test name.
4189
4190 2017-10-24 Pedro Alves <palves@redhat.com>
4191
4192 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4193 with explicit test name.
4194
4195 2017-10-20 Pedro Alves <palves@redhat.com>
4196
4197 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4198 'wait -i'. Use gdb_assert and remote_close.
4199
4200 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4201
4202 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4203 number from variable rather than hard-coded.
4204
4205 2017-10-19 Pedro Alves <palves@redhat.com>
4206
4207 * gdb.base/long-inferior-output.c: New file.
4208 * gdb.base/long-inferior-output.exp: New file.
4209
4210 2017-11-18 Keith Seitz <keiths@redhat.com>
4211
4212 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4213 method.
4214 (main): Call it.
4215 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4216 Add additional user-defined conversion operator tests.
4217
4218 2017-10-17 Pedro Alves <palves@redhat.com>
4219
4220 * boards/native-stdio-gdbserver.exp: Load "local-board".
4221
4222 2017-10-17 Pedro Alves <palves@redhat.com>
4223
4224 * gdb.base/quit-live.c: New file.
4225 * gdb.base/quit-live.exp: New file.
4226
4227 2017-10-16 Keith Seitz <keiths@redhat.com>
4228
4229 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4230 (class_with_protected_typedef, class_with_private_typedef)
4231 (struct_with_public_typedef, struct_with_protected_typedef)
4232 (struct_with_private_typedef): New classes/structs.
4233 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4234 typedefs and access specifiers.
4235
4236 2017-10-16 Pedro Alves <palves@redhat.com>
4237 Simon Marchi <simon.marchi@polymtl.ca>
4238
4239 * README (Local vs Remote vs Native): New section.
4240 * boards/local-board.exp: New file, with bits factored out from
4241 ...
4242 * boards/native-extended-gdbserver.exp: ... here. Load
4243 "local-board".
4244 * boards/native-gdbserver.exp: Load "local-board".
4245 (${board}_spawn, ${board}_exec): Delete.
4246 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4247 ...
4248 * boards/stdio-gdbserver-base.exp: ... this new file.
4249 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4250 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4251 procedure.
4252 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4253 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4254 stdio_gdbserver_command.
4255 (${board}_get_remote_address, ${board}_get_comm_port)
4256 (${board}_download, ${board}_upload): Delete.
4257 (get_target_remote_pipe_cmd): New.
4258
4259 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4260
4261 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4262 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4263 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4264 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4265 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4266 remove with_test_prefix.
4267
4268 2017-10-13 Pedro Alves <palves@redhat.com>
4269
4270 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4271 * gdb.base/annota1.exp: Use it instead of is_remote.
4272 * gdb.base/annota3.exp: Use it instead of is_remote.
4273 * gdb.cp/annota2.exp: Use it instead of is_remote.
4274 * gdb.cp/annota3.exp: Use it instead of is_remote.
4275 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4276
4277 2017-10-13 Pedro Alves <palves@redhat.com>
4278
4279 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4280 (test_num_test_vars, run_and_count_vars, find_env)
4281 (test_set_unset_env, test_inherit_env_var): New procedures.
4282 (top level): Use them.
4283
4284 2017-10-13 Pedro Alves <palves@redhat.com>
4285
4286 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4287 also skip on stub-like targets.
4288
4289 2017-10-13 Pedro Alves <palves@redhat.com>
4290
4291 PR gdb/22293
4292 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4293 (top level): Move some tests to ...
4294 (test_not_found): ... this new procedure.
4295 (top level): Call it.
4296
4297 2017-10-13 Pedro Alves <palves@redhat.com>
4298
4299 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4300 expect different "info terminal" output if testing with a
4301 non-native target.
4302
4303 2017-10-13 Pedro Alves <palves@redhat.com>
4304 Simon Marchi <simon.marchi@polymtl.ca>
4305
4306 PR python/12966
4307 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4308
4309 2017-10-13 Pedro Alves <palves@redhat.com>
4310
4311 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4312 already.
4313
4314 2017-10-13 Pedro Alves <palves@redhat.com>
4315
4316 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4317 is_remote.
4318
4319 2017-10-13 Pedro Alves <palves@redhat.com>
4320
4321 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4322 is_remote.
4323
4324 2017-10-13 Pedro Alves <palves@redhat.com>
4325
4326 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4327 is set.
4328 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4329 instead of is_remote.
4330
4331 2017-10-13 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4334 (top level): Add comment.
4335
4336 2017-10-13 Pedro Alves <palves@redhat.com>
4337
4338 * gdb.base/remote.exp (top level): Fix comment typo and add
4339 missing return.
4340
4341 2017-10-13 Pedro Alves <palves@redhat.com>
4342 Simon Marchi <simon.marchi@polymtl.ca>
4343
4344 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4345 calls and add comments. Skip test if use_gdb_stub is set.
4346 (top level): Use "set cwd" command instead of "cd" command.
4347
4348 2017-10-13 Pedro Alves <palves@redhat.com>
4349
4350 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4351 is_remote target check.
4352
4353 2017-10-13 Pedro Alves <palves@redhat.com>
4354
4355 * gdb.base/scope.exp: Use build_executable + clean_restart +
4356 gdb_file_cmd instead of prepare_for_testing and no longer skip
4357 "before run" tests on is_remote target boards. Update comments.
4358 * boards/native-extended-gdbserver.exp
4359 (extended_gdbserver_load_last_file): New, factored out from ...
4360 (gdb_load): ... this. Move further below and add comment.
4361 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4362
4363 2017-10-12 Pedro Alves <palves@redhat.com>
4364
4365 * gdb.base/attach.exp: Remove references to gdb64.
4366 * gdb.base/dbx.exp: Remove references to gdb64.
4367
4368 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4369 Pedro Alves <palves@redhat.com>
4370
4371 * gdb.base/label.exp: Remove is_remote target check.
4372
4373 2017-10-12 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.base/auvx.exp (coredir): Update comment.
4376 (top level) <core_works>: Use "set cwd" command instead of "cd"
4377 command.
4378
4379 2017-10-12 Pedro Alves <palves@redhat.com>
4380 Simon Marchi <simon.marchi@polymtl.ca>
4381
4382 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4383 target boards.
4384
4385 2017-10-12 Pedro Alves <palves@redhat.com>
4386 Simon Marchi <simon.marchi@polymtl.ca>
4387
4388 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4389 Instead skip if there's any gdb_protocol set.
4390
4391 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4392 Pedro Alves <palves@redhat.com>
4393
4394 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4395
4396 2017-10-12 Pedro Alves <palves@redhat.com>
4397 Simon Marchi <simon.marchi@polymtl.ca>
4398
4399 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4400 instead of on dejagnu remote boards.
4401
4402 2017-10-12 Pedro Alves <palves@redhat.com>
4403 Simon Marchi <simon.marchi@polymtl.ca>
4404
4405 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4406 checks. Use build_executable + clean_restart instead of
4407 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4408 of enabling non-stop after starting gdb.
4409
4410 2017-10-12 Pedro Alves <palves@redhat.com>
4411
4412 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4413 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4414 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4415 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4416
4417 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4418
4419 * gdb.arch/arc-tdesc-cpu.exp: New file.
4420 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4421
4422 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4423
4424 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4425
4426 2017-10-10 Pedro Alves <palves@redhat.com>
4427
4428 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4429 expect CLI output.
4430
4431 2017-10-10 Pedro Alves <palves@redhat.com>
4432
4433 * lib/selftest-support.exp (selftest_setup): Update for
4434 captured_command_loop's prototype change.
4435
4436 2017-10-09 Pedro Alves <palves@redhat.com>
4437
4438 Test both arch1=>arch2 and arch2=>arch1.
4439
4440 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4441 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4442 factored out to...
4443 (append_arch1_options, append_arch2_options, append_arch_options)
4444 (build_executables): New procedures.
4445 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4446 local.
4447 (top level): Add new 'first_arch' testing axis.
4448
4449 2017-10-09 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4452 (barrier): New.
4453 (thread_start, all_started): New functions.
4454 (main): Spawn new thread and wait until it is scheduled.
4455 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4456 option.
4457 (do_test): Add 'selected_thread' parameter. Run to all_started
4458 instead of main. Explicitly set the breakpoint at main. Switch
4459 to the SELECTED_THREAD thread.
4460 (top level): Test handling the exec event with either the main
4461 thread or the second thread selected.
4462
4463 2017-10-09 Pedro Alves <palves@redhat.com>
4464
4465 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4466 logic. Move STOP marker after the value checks.
4467 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4468 regexp.
4469
4470 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4471
4472 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4473
4474 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4475
4476 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4477 integer-to-dfp conversion.
4478 * gdb.base/dfp-test.exp: Likewise.
4479
4480 2017-10-04 Pedro Alves <palves@redhat.com>
4481
4482 * gdb.multi/hangout.c: Include <unistd.h>.
4483 (hangout_loop): New function.
4484 (main): Call alarm. Call hangout_loop in a loop.
4485 * gdb.multi/hello.c: Include <unistd.h>.
4486 (hello_loop): New function.
4487 (main): Call alarm. Call hangout_loop in a loop.
4488 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4489 inferior with the other selected.
4490
4491 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4492
4493 * gdb.mi/list-thread-groups-available.exp: New file.
4494 * gdb.mi/list-thread-groups-available.c: New file.
4495
4496 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4497
4498 * gdb.base/set-cwd.exp: Make it available on
4499 native-extended-gdbserver.
4500
4501 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4502
4503 * gdb.base/set-cwd.c: New file.
4504 * gdb.base/set-cwd.exp: Likewise.
4505
4506 2017-10-02 Tom Tromey <tom@tromey.com>
4507
4508 PR rust/22236:
4509 * gdb.rust/simple.rs (main): New variable "fslice".
4510 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4511
4512 2017-10-02 Tom Tromey <tom@tromey.com>
4513
4514 * gdb.rust/simple.exp: Test ptype of a slice.
4515
4516 2017-10-02 Tom Tromey <tom@tromey.com>
4517
4518 * gdb.rust/simple.exp: Test index of slice.
4519
4520 2017-09-27 Tom Tromey <tom@tromey.com>
4521
4522 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4523
4524 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4525 Pedro Alves <palves@redhat.com>
4526
4527 * gdb.base/compare-sections.exp (get value of read-only section): Read
4528 as unsigned value.
4529 (corrupt read-only section): Likewise and don't set written if patching
4530 failed.
4531
4532 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4533
4534 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4535 files.
4536
4537 2017-09-20 Pedro Alves <palves@redhat.com>
4538
4539 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4540 symbol names in gdb's output.
4541 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4542
4543 2017-09-20 Pedro Alves <palves@redhat.com>
4544
4545 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4546 Rename to ...
4547 (test_list_ambiguous_symbol): ... this and add a symbol name
4548 parameter. Adjust.
4549 (test_list_ambiguous_function): Reimplement on top of
4550 test_list_ambiguous_symbol and also test listing ambiguous
4551 variables.
4552 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4553 (ambiguous_fun): ... this.
4554 (ambiguous_var): New.
4555 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4556 (ambiguous_fun): ... this.
4557 (ambiguous_var): New.
4558
4559 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4560
4561 * gdb.base/starti.c: New file.
4562 * gdb.base/starti.exp: New file.
4563 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4564
4565 2017-09-14 Pedro Alves <palves@redhat.com>
4566
4567 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4568 (top level): Use it instead of runto.
4569
4570 2017-09-11 Tom Tromey <tom@tromey.com>
4571
4572 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4573
4574 2017-09-11 Tom Tromey <tom@tromey.com>
4575
4576 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4577 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4578
4579 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4580
4581 * gdb.fortran/printing-types.exp: New file.
4582 * gdb.fortran/printing-types.exp: New file.
4583
4584 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4585
4586 * gdb.fortran/vla-ptype.exp: Fix typos.
4587 * gdb.fortran/vla-value.exp: Same.
4588
4589 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4590
4591 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4592 * gdb.mi/mi-var-child-f.exp: Likewise.
4593 * gdb.mi/mi-vla-fortran.exp: Likewise.
4594
4595 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4596 Christoph Weinmann <christoph.t.weinmann@intel.com>
4597 Bernhard Heckel <bernhard.heckel@intel.com>
4598
4599 * gdb.fortran/ptr-indentation.f90: New file.
4600 * gdb.fortran/ptr-indentation.exp: New file.
4601
4602 2017-09-05 Tom Tromey <tom@tromey.com>
4603
4604 PR gdb/22010:
4605 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4606
4607 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4608
4609 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4610
4611 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4612
4613 * gdb.threads/tls-nodebug-pie.c: New file.
4614 * gdb.threads/tls-nodebug-pie.exp: New file.
4615
4616 2017-09-05 Tom Tromey <tom@tromey.com>
4617
4618 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4619 for rust.
4620
4621 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4622
4623 * gdb.multi/multi-arch-exec.exp: Test with different
4624 "follow-exec-mode" settings.
4625 (do_test): New procedure.
4626
4627 2017-09-04 Pedro Alves <palves@redhat.com>
4628
4629 * gdb.base/func-static.c (S::method const, S::method volatile)
4630 (S::method volatile const): New methods.
4631 (c_s, v_s, cv_s): New instances.
4632 (main): Call method() on them.
4633 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4634 (cannot_resolve): New procedure.
4635 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4636 print-quote-unquoted columns.
4637 (do_test): Test printing each scope too.
4638
4639 2017-09-04 Pedro Alves <palves@redhat.com>
4640
4641 * gdb.base/local-static.exp: Also test with
4642 class::method::variable wholly quoted.
4643 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4644
4645 2017-09-04 Pedro Alves <palves@redhat.com>
4646
4647 * gdb.base/local-static.c: New.
4648 * gdb.base/local-static.cc: New.
4649 * gdb.base/local-static.exp: New.
4650
4651 2017-09-04 Pedro Alves <palves@redhat.com>
4652
4653 * gdb.asm/asm-source.exp: Add casts to int.
4654 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4655 (dataglobal64_1, dataglobal64_2): New globals.
4656 * gdb.base/nodebug.exp: Test different expressions involving the
4657 new globals, with print, whatis and ptype. Add casts to int.
4658 * gdb.base/solib-display.exp: Add casts to int.
4659 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4660 * gdb.cp/m-static.exp: Add cast to int.
4661 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4662 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4663 tls variable with no debug info without a cast. Test with a cast
4664 to int too.
4665 * gdb.trace/entry-values.exp: Add casts.
4666
4667 2017-09-04 Pedro Alves <palves@redhat.com>
4668
4669 * gdb.base/nodebug.exp: Test that ptype's error about functions
4670 with unknown return type includes the function name too.
4671
4672 2017-09-04 Pedro Alves <palves@redhat.com>
4673
4674 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4675 return type of munmap in infcall.
4676 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4677 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4678 type of ftell in infcall.
4679 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4680 type of getpid in infcall.
4681 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4682 infcall.
4683 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4684 Bail on failure to extract the pid.
4685 * gdb.base/nodebug.c: #include <stdint.h>.
4686 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4687 New functions.
4688 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4689 Change expected output of print/whatis/ptype with functions with
4690 no debug info. Test all supported languages. Call
4691 test_call_promotion.
4692 * gdb.compile/compile.exp: Adjust expected output to expect
4693 warning.
4694 * gdb.threads/siginfo-threads.exp: Likewise.
4695
4696 2017-09-04 Pedro Alves <palves@redhat.com>
4697
4698 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4699 "prototypes". Test calling float functions via prototyped and
4700 unprototyped function pointers.
4701 (perform_all_tests): New parameter "prototypes". Pass it down.
4702 (top level): Pass down "prototypes" parameter to
4703 perform_all_tests.
4704
4705 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4706
4707 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4708 Test with nested loops.
4709
4710 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4711
4712 * gdb.base/commands.exp: Call the new procedures.
4713 (loop_break_test, loop_continue_test): New procedures.
4714
4715 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4716
4717 * gdb.base/commands.exp: Call new procedure.
4718 (define_if_without_arg_test): New procedure.
4719
4720 2017-09-04 Pedro Alves <palves@redhat.com>
4721
4722 * gdb.base/list-ambiguous.exp: New file.
4723 * gdb.base/list-ambiguous0.c: New file.
4724 * gdb.base/list-ambiguous1.c: New file.
4725 * gdb.base/list.exp (test_list_range): Adjust expected output.
4726
4727 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4728
4729 * gdb.base/share-env-with-gdbserver.c: New file.
4730 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4731
4732 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4733
4734 * gdb.base/commands.exp (gdbvar_simple_if_test,
4735 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4736 progvar_simple_if_test, progvar_simple_while_test,
4737 progvar_complex_if_while_test, user_defined_command_test,
4738 user_defined_command_args_eval,
4739 user_defined_command_args_stack_test,
4740 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4741 temporary_breakpoint_commands,
4742 gdb_test_no_prompt, redefine_hook_test,
4743 redefine_backtrace_test): Remove "global gdb_prompt".
4744
4745 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4746
4747 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4748 New proc, call it from toplevel.
4749
4750 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4751
4752 PR remote/21852
4753 * gdb.server/normal.c: New file, copied from gdb.base.
4754 * gdb.server/run-without-local-binary.exp: New file.
4755
4756 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4757
4758 * gdb.arch/sparc64-adi.exp: New file.
4759 * gdb.arch/sparc64-adi.c: New file.
4760
4761 2017-08-22 Pedro Alves <palves@redhat.com>
4762
4763 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4764 (top level): Add "list all overloads" tests.
4765
4766 2017-08-22 Tom Tromey <tom@tromey.com>
4767
4768 * gdb.gdb/xfullpath.exp: Remove.
4769
4770 2017-08-21 Pedro Alves <palves@redhat.com>
4771
4772 PR gdb/19487
4773 * gdb.base/symbol-alias.c: New.
4774 * gdb.base/symbol-alias2.c: New.
4775 * gdb.base/symbol-alias.exp: New.
4776
4777 2017-08-21 Pedro Alves <palves@redhat.com>
4778
4779 * gdb.base/dfp-test.c
4780 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4781 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4782 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4783 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4784 * gdb.base/whatis-ptype-typedefs.c: New.
4785 * gdb.base/whatis-ptype-typedefs.exp: New.
4786 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4787 (an_int, an_int_type, an_int_type2): New globals.
4788 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4789 involving typedefs and cast expressions.
4790 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4791 (lookup_typedefs_function): New.
4792 (typedefs_pretty_printers_dict): New.
4793 (top level): Register lookup_typedefs_function in
4794 gdb.pretty_printers.
4795
4796 2017-08-18 Yao Qi <yao.qi@linaro.org>
4797
4798 * gdb.server/unittest.exp: New.
4799
4800 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4801
4802 PR gdb/21954
4803 * gdb.base/environ.exp: Add test to check if 'unset environment'
4804 works.
4805
4806 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4807
4808 * lib/gdb.exp (universal_compile_options): New caching proc.
4809 (gdb_compile): Suppress GCC's coloring of messages.
4810
4811 2017-08-14 Tom Tromey <tom@tromey.com>
4812
4813 PR gdb/21675:
4814 * gdb.base/printcmds.exp (test_radices): New function.
4815 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4816 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4817 * lib/gdb.exp (get_integer_valueof): Use p/d.
4818
4819 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4820
4821 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4822 characters.
4823
4824 2017-08-05 Tom Tromey <tom@tromey.com>
4825
4826 * gdb.rust/simple.exp: Allow String to appear in a different
4827 namespace.
4828
4829 2017-07-26 Yao Qi <yao.qi@linaro.org>
4830
4831 * gdb.gdb/unittest.exp: Invoke command
4832 "maintenance check xml-descriptions".
4833
4834 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4835
4836 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4837 calling context.
4838 (hex128): Drop erroneous calculation of parameters.
4839
4840 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4841
4842 * gdb.python/py-unwind.exp: Disable stack protection when
4843 building test file.
4844
4845 2017-07-20 Pedro Alves <palves@redhat.com>
4846
4847 * gdb.base/default.exp (set language): Adjust expected output.
4848
4849 2017-07-20 Pedro Alves <palves@redhat.com>
4850
4851 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4852 (test_minsym): ... this, and make static.
4853 (get_pck__foo__bar__minsym): Rename to ...
4854 (get_test_minsym): ... this.
4855 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4856 symbol names and comments.
4857 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4858 (get_test_minsym): ... this.
4859 (pck__foo__bar__minsym__2): Rename to ...
4860 (test_minsym): ... this.
4861 (main): Adjust.
4862
4863 2017-07-17 Pedro Alves <palves@redhat.com>
4864
4865 * gdb.base/completion.exp: Adjust expected output.
4866 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4867 the completer works.
4868
4869 2017-07-17 Pedro Alves <palves@redhat.com>
4870
4871 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4872
4873 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4874
4875 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4876
4877 2017-07-14 Tom Tromey <tom@tromey.com>
4878
4879 PR rust/21764:
4880 * gdb.rust/simple.exp: Add tests.
4881
4882 2017-07-14 Tom Tromey <tom@tromey.com>
4883
4884 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4885
4886 2017-07-14 Pedro Alves <palves@redhat.com>
4887
4888 * gdb.linespec/base/one/thefile.cc (z1): New function.
4889 * gdb.linespec/base/two/thefile.cc (z2): New function.
4890 * gdb.linespec/linespec.exp: Add tests.
4891
4892 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4893
4894 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4895 to mi_create_breakpoint.
4896
4897 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4898
4899 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4900 mi_create_breakpoint.
4901
4902 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4903
4904 * gdb.dlang/demangle.exp: Update for demangling changes.
4905
4906 2017-07-09 Tom Tromey <tom@tromey.com>
4907
4908 * gdb.dwarf2/shortpiece.exp: New file.
4909
4910 2017-07-06 David Blaikie <dblaikie@gmail.com>
4911
4912 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4913 built from fissiont-multi-cu{1,2}.c.
4914 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4915 except putting 'main' and 'func' in separate CUs in the same DWO file.
4916 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4917 test.
4918 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4919 test.
4920
4921 2017-07-06 Pedro Alves <palves@redhat.com>
4922
4923 * gdb.python/py-unwind.exp: Test flushregs.
4924
4925 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4926
4927 PR cli/21688
4928 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4929 tests for alias commands and trailing whitespace.
4930
4931 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4932
4933 PR cli/21688
4934 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4935 procedure. Call it.
4936
4937 2017-06-29 Pedro Alves <palves@redhat.com>
4938
4939 * gdb.base/printcmds.exp: Add tests.
4940
4941 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4942
4943 PR gdb/21337
4944 * gdb.base/reread-readsym.exp: New file.
4945 * gdb.base/reread-readsym.c: New file.
4946
4947 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4948
4949 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4950 subpattern.
4951
4952 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4953
4954 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4955 extended mnemonic.
4956 * gdb.arch/powerpc-power9.s: Likewise.
4957
4958 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4959
4960 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4961 on 32-bit x86 targets. Exploit is_*_target macros where
4962 appropriate.
4963
4964 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4965
4966 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4967 register pieces.
4968
4969 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4970
4971 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4972 located in one or more DWARF pieces.
4973
4974 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4975
4976 * lib/gdb.exp (get_endianness): New proc.
4977 * gdb.arch/aarch64-fp.exp: Use it.
4978 * gdb.arch/altivec-regs.exp: Likewise.
4979 * gdb.arch/e500-regs.exp: Likewise.
4980 * gdb.arch/vsx-regs.exp: Likewise.
4981 * gdb.base/dump.exp: Likewise.
4982 * gdb.base/funcargs.exp: Likewise.
4983 * gdb.base/gnu_vector.exp: Likewise.
4984 * gdb.dwarf2/formdata16.exp: Likewise.
4985 * gdb.dwarf2/implptrpiece.exp: Likewise.
4986 * gdb.dwarf2/nonvar-access.exp: Likewise.
4987 * gdb.python/py-inferior.exp: Likewise.
4988 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4989
4990 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4991
4992 PR gdb/21226
4993 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4994 stack value pieces are taken from the LSB end.
4995
4996 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4997
4998 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4999 variable at nonzero offset.
5000
5001 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5002
5003 * gdb.dwarf2/var-access.c: New file.
5004 * gdb.dwarf2/var-access.exp: New test.
5005 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5006
5007 2017-06-12 Tom Tromey <tom@tromey.com>
5008
5009 * gdb.dwarf2/formdata16.exp: Add tests.
5010
5011 2017-06-12 Tom Tromey <tom@tromey.com>
5012
5013 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5014
5015 2017-06-12 Tom Tromey <tom@tromey.com>
5016
5017 PR exp/16225:
5018 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5019 * gdb.arch/vsx-regs.exp: Update tests.
5020 * gdb.arch/s390-vregs.exp (hex128): New proc.
5021 Update test.
5022 * gdb.arch/altivec-regs.exp: Update tests.
5023
5024 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5025
5026 * gdb.base/startup-with-shell.c: New file.
5027 * gdb.base/startup-with-shell.exp: Likewise.
5028
5029 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5030
5031 * gdb.server/non-existing-program.exp: Update regex in order to
5032 reflect the fact that gdbserver is now using fork_inferior (with a
5033 shell) to startup the inferior.
5034
5035 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5036
5037 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5038 support function calls from GDB.
5039
5040 2017-05-21 Tom Tromey <tom@tromey.com>
5041
5042 PR rust/21466:
5043 * gdb.rust/unsized.exp: New file.
5044 * gdb.rust/unsized.rs: New file.
5045
5046 2017-05-19 Tom Tromey <tom@tromey.com>
5047
5048 PR rust/21484:
5049 * gdb.rust/watch.exp: New file.
5050 * gdb.rust/watch.rs: New file.
5051
5052 2017-05-18 Tom Tromey <tom@tromey.com>
5053
5054 * gdb.rust/simple.exp: Allow Box to be qualified.
5055
5056 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5057
5058 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5059
5060 2017-05-18 Pedro Alves <palves@redhat.com>
5061
5062 * gdb.base/fileio.c (test_write, test_read, test_close)
5063 (test_fstat): Don't print 'ret' in the fail path.
5064
5065 2017-05-18 Pedro Alves <palves@redhat.com>
5066
5067 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5068 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5069 (test_system, test_rename, test_unlink, test_time): Change
5070 prototypes.
5071 * gdb.base/fileio.exp (stop_msg): Adjust.
5072
5073 2017-05-18 Pedro Alves <palves@redhat.com>
5074
5075 * gdb.base/fileio.c (null_str): New global.
5076 (test_stat): Use it.
5077 * gdb.base/fileio.exp: Remove nowarnings.
5078
5079 2017-05-17 Yao Qi <yao.qi@linaro.org>
5080
5081 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5082
5083 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5084
5085 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5086 argument command.
5087 (top-level): Invoke test_set_inferior_tty.
5088
5089 2017-05-04 Pedro Alves <palves@redhat.com>
5090
5091 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5092 Add parens to print call for Python 3.
5093
5094 2017-05-03 Keith Seitz <keiths@redhat.com>
5095
5096 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5097 (main): Call it.
5098
5099 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5100
5101 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5102 to prev and next.
5103
5104 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5105
5106 * gdb.python/py-record-btrace.exp: Remove test for
5107 gdb.BtraceInstruction.error.
5108
5109 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5110
5111 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5112
5113 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5114
5115 * gdb.python/py-record-btrace-threads.c: New file.
5116 * gdb.python/py-record-btrace-threads.exp: New file.
5117
5118 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5119
5120 PR testsuite/8595
5121 * gdb.base/environ.exp: Make test available in all architectures.
5122 Move bits related to "info program" testing to
5123 gdb.base/info-program.exp. Rewrite tests to use the two new
5124 procedures mentione below.
5125 (test_set_show_env_var) New procedure.
5126 (test_set_show_env_var_equal): Likewise.
5127 * gdb.base/info-program.exp: New file.
5128
5129 2017-04-27 Keith Seitz <keiths@redhat.com>
5130
5131 * gdb.cp/oranking.cc (test15): New function.
5132 (main): Call test15 and declare additional variables for testing.
5133 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5134 "p foo101('abc')" tests.
5135 Add tests for cv qualifier overloads.
5136 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5137 "lvalue reference overload" test.
5138 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5139 "print value of f1 on Child&& in f2" test.
5140
5141 2017-04-19 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5144 procedure.
5145 (top level): Call it.
5146 * lib/gdb.exp (gdb_define_cmd): New procedure.
5147
5148 2017-04-12 Pedro Alves <palves@redhat.com>
5149
5150 PR gdb/21323
5151 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5152 (wchar): New global.
5153 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5154 (do_test_wide_char, wide_char_types_no_program, top level): Add
5155 wchar_t testing.
5156
5157 2017-04-12 Pedro Alves <palves@redhat.com>
5158
5159 PR c++/21323
5160 * gdb.cp/wide_char_types.c: New file.
5161 * gdb.cp/wide_char_types.exp: New file.
5162
5163 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5164
5165 PR gdb/21352
5166 * gdb.trace/tsv.exp: Add test for "tsave -r".
5167
5168 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5169
5170 * gdb.dlang/watch-loc.c: New file.
5171 * gdb.dlang/watch-loc.exp: New file.
5172
5173 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5174
5175 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5176
5177 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5178
5179 * gdb.arch/arc-analyze-prologue.S: New file.
5180 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5181
5182 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5183
5184 * gdb.arch/arc-decode-insn.S: New file.
5185 * gdb.arch/arc-decode-insn.exp: Likewise.
5186
5187 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5188
5189 PR tdep/20928
5190 * gdb.arch/sparc64-regs.exp: New file.
5191 * gdb.arch/sparc64-regs.S: Likewise.
5192
5193 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5194
5195 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5196 and memory view on Python 3.
5197
5198 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5199 Keith Seitz <keiths@redhat.com>
5200
5201 PR gdb/14441
5202 * gdb.cp/demangle.exp: Add rvalue reference tests.
5203 * gdb.cp/rvalue-ref-casts.cc: New file.
5204 * gdb.cp/rvalue-ref-casts.exp: New file.
5205 * gdb.cp/rvalue-ref-overload.cc: New file.
5206 * gdb.cp/rvalue-ref-overload.exp: New file.
5207 * gdb.cp/rvalue-ref-params.cc: New file.
5208 * gdb.cp/rvalue-ref-params.exp: New file.
5209 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5210 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5211 * gdb.cp/rvalue-ref-types.cc: New file.
5212 * gdb.cp/rvalue-ref-types.exp: New file.
5213 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5214 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5215
5216 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5217
5218 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5219 New procedure.
5220
5221 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5222
5223 * lib/mi-support.exp (mi_gdb_test): Add additional message
5224 for unexpected output.
5225
5226 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5227
5228 * gdb.base/examine-backward.c (Barrier): New character array
5229 constant, to ensure that TestStrings is preceded by a string
5230 terminator.
5231
5232 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5233
5234 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5235 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5236 and implicit pointer into such a location.
5237
5238 2017-03-16 Doug Evans <dje@google.com>
5239
5240 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5241
5242 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5243
5244 * gdb.cp/m-static.exp: Fix expectation for prototype of
5245 test5.single_constructor and single_constructor::single_constructor.
5246
5247 2017-03-16 Doug Evans <dje@google.com>
5248
5249 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5250 * gdb.guile/scm-lazy-string.c: New file.
5251 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5252 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5253 for pointer, array, typedef lazy strings.
5254
5255 2017-03-16 Doug Evans <dje@google.com>
5256
5257 PR python/17728, python/18439, python/18779
5258 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5259 * gdb.python/py-lazy-string.c (pointer): New typedef.
5260 (main): New locals ptr, array, typedef_ptr.
5261 * gdb.python/py-value.exp: Move lazy string tests to ...
5262 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5263 array, typedef lazy strings.
5264
5265 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5266
5267 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5268 Add optional 'test' parameter.
5269
5270 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5271
5272 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5273 Skip for versions of DejaGnu < 1.5.
5274
5275 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5276
5277 * lib/gdb.exp (dejagnu_version): New proc.
5278 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5279 Use dejagnu_version.
5280
5281 2017-03-10 Keith Seitz <keiths@redhat.com>
5282
5283 PR c++/8128
5284 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5285 type from destructor regexps.
5286 Add a branch which actually passes the test.
5287 Adjust "ptype t5i" test names.
5288
5289 2017-03-08 Pedro Alves <palves@redhat.com>
5290
5291 * gdb.base/step-over-exit.exp: Add explicit test message.
5292
5293 2017-03-08 Pedro Alves <palves@redhat.com>
5294
5295 PR gdb/18360
5296 * gdb.threads/interrupt-while-step-over.c: New file.
5297 * gdb.threads/interrupt-while-step-over.exp: New file.
5298
5299 2017-03-08 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5302 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5303
5304 2017-03-08 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5307 PKRU as not supported as a PASS.
5308
5309 2017-03-08 Pedro Alves <palves@redhat.com>
5310
5311 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5312 prefix instead of $binfile1/$binfile2.
5313 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5314 in test message.
5315 * gdb.python/py-completion.exp: Use "load python file" as test
5316 messages instead of unstable path names.
5317
5318 2017-03-08 Pedro Alves <palves@redhat.com>
5319 Jan Kratochvil <jan.kratochvil@redhat.com>
5320
5321 PR cli/21218
5322 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5323 New proc.
5324 (top level): Call it.
5325
5326 2017-03-08 Pedro Alves <palves@redhat.com>
5327
5328 PR tui/21216
5329 * gdb.tui/tui-nl-filtered-output.exp: New file.
5330
5331 2017-03-08 Pedro Alves <palves@redhat.com>
5332
5333 * gdb.base/completion.exp: Move TUI completion tests to ...
5334 * gdb.tui/completion.exp: ... this new file.
5335
5336 2017-03-08 Pedro Alves <palves@redhat.com>
5337
5338 * gdb.base/tui-disasm-long-lines.c,
5339 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5340 gdb.base/tui-layout.exp: Move to ...
5341 * gdb.tui/: ... this new directory.
5342
5343 2017-03-07 Pedro Alves <palves@redhat.com>
5344
5345 * gdb.base/tui-layout.c: New file.
5346 * gdb.base/tui-layout.exp: New file.
5347
5348 2017-03-07 Pedro Alves <palves@redhat.com>
5349
5350 * gdb.base/tui-layout.c: Rename to ...
5351 * gdb.base/tui-disasm-long-lines.c: ... this.
5352 * gdb.base/tui-layout.exp: Rename to ...
5353 * gdb.base/tui-disasm-long-lines.exp: ... this.
5354
5355 2017-03-07 Pedro Alves <palves@redhat.com>
5356
5357 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5358
5359 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5360
5361 * i386-mpx-call.c: New file.
5362 * i386-mpx-call.exp: New file.
5363
5364 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5365
5366 * gdb.arch/powerpc-power.exp: Delete test.
5367 * gdb.arch/powerpc-power.s: Likewise.
5368 * gdb.disasm/disassembler-options.exp: New test.
5369 * gdb.arch/powerpc-altivec.exp: Likewise.
5370 * gdb.arch/powerpc-altivec.s: Likewise.
5371 * gdb.arch/powerpc-altivec2.exp: Likewise.
5372 * gdb.arch/powerpc-altivec2.s: Likewise.
5373 * gdb.arch/powerpc-altivec3.exp: Likewise.
5374 * gdb.arch/powerpc-altivec3.s: Likewise.
5375 * gdb.arch/powerpc-power7.exp: Likewise.
5376 * gdb.arch/powerpc-power7.s: Likewise.
5377 * gdb.arch/powerpc-power8.exp: Likewise.
5378 * gdb.arch/powerpc-power8.s: Likewise.
5379 * gdb.arch/powerpc-power9.exp: Likewise.
5380 * gdb.arch/powerpc-power9.s: Likewise.
5381 * gdb.arch/powerpc-vsx.exp: Likewise.
5382 * gdb.arch/powerpc-vsx.s: Likewise.
5383 * gdb.arch/powerpc-vsx2.exp: Likewise.
5384 * gdb.arch/powerpc-vsx2.s: Likewise.
5385 * gdb.arch/powerpc-vsx3.exp: Likewise.
5386 * gdb.arch/powerpc-vsx3.s: Likewise.
5387 * gdb.arch/arm-disassembler-options.exp: Likewise.
5388 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5389 * gdb.arch/s390-disassembler-options.exp: Likewise.
5390
5391 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5392
5393 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5394 (check_supported_features): ... this. Changed return type to void.
5395 (supports_rdseed): New static global.
5396 (rdseed): Check supports_rdseed.
5397 (initialize): Call check_supported_features.
5398
5399 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5400
5401 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5402 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5403 and lqarx/stqcx.
5404 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5405 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5406
5407 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5408
5409 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5410 uppercase.
5411
5412 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5413
5414 * gdb.dwarf2/formdata16.c: New file.
5415 * gdb.dwarf2/formdata16.exp: New file.
5416 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5417
5418 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5419
5420 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5421 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5422 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5423 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5424 DW_AT_GNU_*.
5425
5426 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5427
5428 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5429
5430 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5431
5432 PR gdb/21164
5433 * gdb.base/maint.exp: Add testcases for when the commands do
5434 not have arguments.
5435
5436 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5437
5438 * gdb.cp/chained-calls.exp: Use p instead of P.
5439
5440 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5441
5442 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5443 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5444
5445 2017-02-14 Tom Tromey <tom@tromey.com>
5446
5447 PR python/13598:
5448 * gdb.python/py-events.exp: Add before_prompt event tests.
5449
5450 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5451
5452 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5453
5454 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5455
5456 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5457 (main): Call my_unique_function_name.
5458 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5459 completion of patterns with a single match.
5460 Add missing -re switches to gdb_test_multiple calls.
5461
5462 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5463
5464 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5465 return if core file is not recognized.
5466
5467 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5468
5469 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5470 and extra UIs.
5471
5472 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5473
5474 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5475 proc_with_prefix.
5476
5477 2017-02-10 Tom Tromey <tom@tromey.com>
5478
5479 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5480
5481 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5482
5483 PR gdb/21122
5484 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5485
5486 2017-02-08 Jerome Guitton <guitton@adacore.com>
5487
5488 * gdb.base/define.exp: Add test for command abbreviations
5489 in define.
5490
5491 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5492
5493 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5494 * gdb.reverse/insn-reverse-x86.c: New file.
5495
5496 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5497
5498 PR tdep/20936
5499 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5500
5501 2017-02-03 Tom Tromey <tom@tromey.com>
5502
5503 PR rust/21097:
5504 * gdb.rust/simple.exp: Add new tests.
5505
5506 2017-02-02 Pedro Alves <palves@redhat.com>
5507
5508 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5509 tests.
5510
5511 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5512
5513 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5514 taking a 2-byte value out of a 4-byte DWARF implicit value on
5515 big-endian targets.
5516 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5517 logic. Add test cases for DW_OP_implicit.
5518
5519 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5520
5521 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5522
5523 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5524
5525 * gdb.btrace/enable.exp: Call gdb_exit before
5526 skip_gdbserver_tests.
5527
5528 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5529
5530 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5531 GDBFLAGS.
5532
5533 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5534
5535 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5536 the test is skipped.
5537 * gdb.btrace/data.exp: Likewise.
5538 * gdb.btrace/delta.exp: Likewise.
5539 * gdb.btrace/dlopen.exp: Likewise.
5540 * gdb.btrace/enable-running.exp: Likewise.
5541 * gdb.btrace/enable.exp: Likewise.
5542 * gdb.btrace/exception.exp: Likewise.
5543 * gdb.btrace/function_call_history.exp: Likewise.
5544 * gdb.btrace/gcore.exp: Likewise.
5545 * gdb.btrace/instruction_history.exp: Likewise.
5546 * gdb.btrace/multi-thread-step.exp: Likewise.
5547 * gdb.btrace/nohist.exp: Likewise.
5548 * gdb.btrace/non-stop.exp: Likewise.
5549 * gdb.btrace/reconnect.exp: Likewise.
5550 * gdb.btrace/record_goto-step.exp: Likewise.
5551 * gdb.btrace/record_goto.exp: Likewise.
5552 * gdb.btrace/rn-dl-bind.exp: Likewise.
5553 * gdb.btrace/segv.exp: Likewise.
5554 * gdb.btrace/step.exp: Likewise.
5555 * gdb.btrace/stepi.exp: Likewise.
5556 * gdb.btrace/tailcall-only.exp: Likewise.
5557 * gdb.btrace/tailcall.exp: Likewise.
5558 * gdb.btrace/tsx.exp: Likewise.
5559 * gdb.btrace/unknown_functions.exp: Likewise.
5560 * gdb.btrace/vdso.exp: Likewise.
5561
5562 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5563
5564 * gdb.btrace/enable-running.c: New.
5565 * gdb.btrace/enable-running.exp: New.
5566
5567 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5568
5569 * gdb.arch/amd64-gs_base.c: New file.
5570 * gdb.arch/amd64-gs_base.exp: New file.
5571
5572 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5573
5574 * lib/memory.exp: Remove spurious empty newlines.
5575
5576 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5577
5578 * gdb.python/py-bad-printers.exp: Load python file using "source".
5579 * gdb.python/py-events.exp: Likewise.
5580 * gdb.python/py-evsignal.exp: Likewise.
5581 * gdb.python/py-evthreads.exp: Likewise.
5582 * gdb.python/py-frame-args.exp: Likewise.
5583 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5584 * gdb.python/py-framefilter-mi.exp: Likewise.
5585 * gdb.python/py-framefilter.exp: Likewise.
5586 * gdb.python/py-mi.exp: Likewise.
5587 * gdb.python/py-pp-maint.exp: Likewise.
5588 * gdb.python/py-pp-registration.exp: Likewise.
5589 * gdb.python/py-prettyprint.exp: Likewise.
5590 (run_lang_tests): Likewise.
5591 * gdb.python/py-typeprint.exp: Likewise.
5592
5593 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5594
5595 * lib/memory.exp: New file.
5596 * lib/gdb.exp: Load memory.exp.
5597 * gdb.base/memattr.exp (delete_memory): Move proc to
5598 lib/memory.exp and rename to delete_memory_regions.
5599 Replace delete_memory with delete_memory_regions.
5600 Cleanup memory regions before tests.
5601 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5602 before tests.
5603
5604 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5605
5606 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5607 files.
5608 (initialize): New function conditionally defined.
5609 (testcases): Move within conditional block.
5610 (main): Call initialize.
5611 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5612 of gdb.reverse/insn-reverse.c.
5613 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5614 gdb.reverse/insn-reverse.c.
5615
5616 2017-01-26 Yao Qi <yao.qi@linaro.org>
5617
5618 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5619 disassemble on address 0.
5620
5621 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5622 Yao Qi <yao.qi@linaro.org>
5623
5624 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5625 * gdb.dwarf2/implptr-64bit.S: Remove.
5626 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5627 variables in caller's context. Add DW_OP_implicit_value.
5628
5629 2017-01-25 Yao Qi <yao.qi@linaro.org>
5630
5631 * lib/dwarf.exp (Dwarf::_location): Handle
5632 DW_OP_GNU_implicit_pointer with proper size.
5633
5634 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5635
5636 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5637 and add untested calls.
5638
5639 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5640
5641 * gdb.python/python.exp: Check line number against what GDB thinks
5642 the line number is for func1.
5643
5644 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5645
5646 * gdb.dlang/debug-expr.exp: New file.
5647
5648 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5649
5650 Fix test names for the following files:
5651
5652 * gdb.ada/exec_changed.exp
5653 * gdb.ada/info_types.exp
5654 * gdb.arch/aarch64-atomic-inst.exp
5655 * gdb.arch/aarch64-fp.exp
5656 * gdb.arch/altivec-abi.exp
5657 * gdb.arch/altivec-regs.exp
5658 * gdb.arch/amd64-byte.exp
5659 * gdb.arch/amd64-disp-step.exp
5660 * gdb.arch/amd64-dword.exp
5661 * gdb.arch/amd64-entry-value-inline.exp
5662 * gdb.arch/amd64-entry-value-param.exp
5663 * gdb.arch/amd64-entry-value-paramref.exp
5664 * gdb.arch/amd64-entry-value.exp
5665 * gdb.arch/amd64-i386-address.exp
5666 * gdb.arch/amd64-invalid-stack-middle.exp
5667 * gdb.arch/amd64-invalid-stack-top.exp
5668 * gdb.arch/amd64-optimout-repeat.exp
5669 * gdb.arch/amd64-prologue-skip.exp
5670 * gdb.arch/amd64-prologue-xmm.exp
5671 * gdb.arch/amd64-stap-special-operands.exp
5672 * gdb.arch/amd64-stap-wrong-subexp.exp
5673 * gdb.arch/amd64-tailcall-cxx.exp
5674 * gdb.arch/amd64-tailcall-noret.exp
5675 * gdb.arch/amd64-tailcall-ret.exp
5676 * gdb.arch/amd64-tailcall-self.exp
5677 * gdb.arch/amd64-word.exp
5678 * gdb.arch/arm-bl-branch-dest.exp
5679 * gdb.arch/arm-disp-step.exp
5680 * gdb.arch/arm-neon.exp
5681 * gdb.arch/arm-single-step-kernel-helper.exp
5682 * gdb.arch/avr-flash-qualifier.exp
5683 * gdb.arch/disp-step-insn-reloc.exp
5684 * gdb.arch/e500-abi.exp
5685 * gdb.arch/e500-regs.exp
5686 * gdb.arch/ftrace-insn-reloc.exp
5687 * gdb.arch/i386-avx512.exp
5688 * gdb.arch/i386-bp_permanent.exp
5689 * gdb.arch/i386-byte.exp
5690 * gdb.arch/i386-cfi-notcurrent.exp
5691 * gdb.arch/i386-disp-step.exp
5692 * gdb.arch/i386-dr3-watch.exp
5693 * gdb.arch/i386-float.exp
5694 * gdb.arch/i386-gnu-cfi.exp
5695 * gdb.arch/i386-mpx-map.exp
5696 * gdb.arch/i386-mpx-sigsegv.exp
5697 * gdb.arch/i386-mpx-simple_segv.exp
5698 * gdb.arch/i386-mpx.exp
5699 * gdb.arch/i386-permbkpt.exp
5700 * gdb.arch/i386-prologue.exp
5701 * gdb.arch/i386-signal.exp
5702 * gdb.arch/i386-size-overlap.exp
5703 * gdb.arch/i386-unwind.exp
5704 * gdb.arch/i386-word.exp
5705 * gdb.arch/mips-fcr.exp
5706 * gdb.arch/powerpc-d128-regs.exp
5707 * gdb.arch/powerpc-stackless.exp
5708 * gdb.arch/ppc64-atomic-inst.exp
5709 * gdb.arch/s390-stackless.exp
5710 * gdb.arch/s390-tdbregs.exp
5711 * gdb.arch/s390-vregs.exp
5712 * gdb.arch/sparc-sysstep.exp
5713 * gdb.arch/thumb-bx-pc.exp
5714 * gdb.arch/thumb-singlestep.exp
5715 * gdb.arch/thumb2-it.exp
5716 * gdb.arch/vsx-regs.exp
5717 * gdb.asm/asm-source.exp
5718 * gdb.base/a2-run.exp
5719 * gdb.base/advance.exp
5720 * gdb.base/all-bin.exp
5721 * gdb.base/anon.exp
5722 * gdb.base/args.exp
5723 * gdb.base/arithmet.exp
5724 * gdb.base/async-shell.exp
5725 * gdb.base/async.exp
5726 * gdb.base/attach-pie-noexec.exp
5727 * gdb.base/attach-twice.exp
5728 * gdb.base/auto-load.exp
5729 * gdb.base/bang.exp
5730 * gdb.base/bitfields.exp
5731 * gdb.base/break-always.exp
5732 * gdb.base/break-caller-line.exp
5733 * gdb.base/break-entry.exp
5734 * gdb.base/break-inline.exp
5735 * gdb.base/break-on-linker-gcd-function.exp
5736 * gdb.base/break-probes.exp
5737 * gdb.base/break.exp
5738 * gdb.base/breakpoint-shadow.exp
5739 * gdb.base/call-ar-st.exp
5740 * gdb.base/call-sc.exp
5741 * gdb.base/call-signal-resume.exp
5742 * gdb.base/call-strs.exp
5743 * gdb.base/callfuncs.exp
5744 * gdb.base/catch-fork-static.exp
5745 * gdb.base/catch-gdb-caused-signals.exp
5746 * gdb.base/catch-load.exp
5747 * gdb.base/catch-signal-fork.exp
5748 * gdb.base/catch-signal.exp
5749 * gdb.base/catch-syscall.exp
5750 * gdb.base/charset.exp
5751 * gdb.base/checkpoint.exp
5752 * gdb.base/chng-syms.exp
5753 * gdb.base/code-expr.exp
5754 * gdb.base/code_elim.exp
5755 * gdb.base/commands.exp
5756 * gdb.base/completion.exp
5757 * gdb.base/complex.exp
5758 * gdb.base/cond-expr.exp
5759 * gdb.base/condbreak.exp
5760 * gdb.base/consecutive.exp
5761 * gdb.base/continue-all-already-running.exp
5762 * gdb.base/coredump-filter.exp
5763 * gdb.base/corefile.exp
5764 * gdb.base/dbx.exp
5765 * gdb.base/debug-expr.exp
5766 * gdb.base/define.exp
5767 * gdb.base/del.exp
5768 * gdb.base/disabled-location.exp
5769 * gdb.base/disasm-end-cu.exp
5770 * gdb.base/disasm-optim.exp
5771 * gdb.base/display.exp
5772 * gdb.base/duplicate-bp.exp
5773 * gdb.base/ena-dis-br.exp
5774 * gdb.base/ending-run.exp
5775 * gdb.base/enumval.exp
5776 * gdb.base/environ.exp
5777 * gdb.base/eu-strip-infcall.exp
5778 * gdb.base/eval-avoid-side-effects.exp
5779 * gdb.base/eval-skip.exp
5780 * gdb.base/exitsignal.exp
5781 * gdb.base/expand-psymtabs.exp
5782 * gdb.base/filesym.exp
5783 * gdb.base/find-unmapped.exp
5784 * gdb.base/finish.exp
5785 * gdb.base/float.exp
5786 * gdb.base/foll-exec-mode.exp
5787 * gdb.base/foll-exec.exp
5788 * gdb.base/foll-fork.exp
5789 * gdb.base/fortran-sym-case.exp
5790 * gdb.base/freebpcmd.exp
5791 * gdb.base/func-ptr.exp
5792 * gdb.base/func-ptrs.exp
5793 * gdb.base/funcargs.exp
5794 * gdb.base/gcore-buffer-overflow.exp
5795 * gdb.base/gcore-relro-pie.exp
5796 * gdb.base/gcore-relro.exp
5797 * gdb.base/gcore.exp
5798 * gdb.base/gdb1090.exp
5799 * gdb.base/gdb11530.exp
5800 * gdb.base/gdb11531.exp
5801 * gdb.base/gdb1821.exp
5802 * gdb.base/gdbindex-stabs.exp
5803 * gdb.base/gdbvars.exp
5804 * gdb.base/hbreak.exp
5805 * gdb.base/hbreak2.exp
5806 * gdb.base/included.exp
5807 * gdb.base/infcall-input.exp
5808 * gdb.base/inferior-died.exp
5809 * gdb.base/infnan.exp
5810 * gdb.base/info-macros.exp
5811 * gdb.base/info-os.exp
5812 * gdb.base/info-proc.exp
5813 * gdb.base/info-shared.exp
5814 * gdb.base/info-target.exp
5815 * gdb.base/infoline.exp
5816 * gdb.base/interp.exp
5817 * gdb.base/interrupt.exp
5818 * gdb.base/jit-reader.exp
5819 * gdb.base/jit-simple.exp
5820 * gdb.base/kill-after-signal.exp
5821 * gdb.base/kill-detach-inferiors-cmd.exp
5822 * gdb.base/label.exp
5823 * gdb.base/langs.exp
5824 * gdb.base/ldbl_e308.exp
5825 * gdb.base/line-symtabs.exp
5826 * gdb.base/linespecs.exp
5827 * gdb.base/list.exp
5828 * gdb.base/long_long.exp
5829 * gdb.base/longest-types.exp
5830 * gdb.base/maint.exp
5831 * gdb.base/max-value-size.exp
5832 * gdb.base/memattr.exp
5833 * gdb.base/mips_pro.exp
5834 * gdb.base/morestack.exp
5835 * gdb.base/moribund-step.exp
5836 * gdb.base/multi-forks.exp
5837 * gdb.base/nested-addr.exp
5838 * gdb.base/nextoverexit.exp
5839 * gdb.base/noreturn-finish.exp
5840 * gdb.base/noreturn-return.exp
5841 * gdb.base/nostdlib.exp
5842 * gdb.base/offsets.exp
5843 * gdb.base/opaque.exp
5844 * gdb.base/pc-fp.exp
5845 * gdb.base/permissions.exp
5846 * gdb.base/print-symbol-loading.exp
5847 * gdb.base/prologue-include.exp
5848 * gdb.base/psymtab.exp
5849 * gdb.base/ptype.exp
5850 * gdb.base/random-signal.exp
5851 * gdb.base/randomize.exp
5852 * gdb.base/range-stepping.exp
5853 * gdb.base/readline-ask.exp
5854 * gdb.base/recpar.exp
5855 * gdb.base/recurse.exp
5856 * gdb.base/relational.exp
5857 * gdb.base/restore.exp
5858 * gdb.base/return-nodebug.exp
5859 * gdb.base/return.exp
5860 * gdb.base/run-after-attach.exp
5861 * gdb.base/save-bp.exp
5862 * gdb.base/scope.exp
5863 * gdb.base/sect-cmd.exp
5864 * gdb.base/set-lang-auto.exp
5865 * gdb.base/set-noassign.exp
5866 * gdb.base/setvar.exp
5867 * gdb.base/sigall.exp
5868 * gdb.base/sigbpt.exp
5869 * gdb.base/siginfo-addr.exp
5870 * gdb.base/siginfo-infcall.exp
5871 * gdb.base/siginfo-obj.exp
5872 * gdb.base/siginfo.exp
5873 * gdb.base/signals-state-child.exp
5874 * gdb.base/signest.exp
5875 * gdb.base/sigstep.exp
5876 * gdb.base/sizeof.exp
5877 * gdb.base/skip.exp
5878 * gdb.base/solib-corrupted.exp
5879 * gdb.base/solib-nodir.exp
5880 * gdb.base/solib-search.exp
5881 * gdb.base/stack-checking.exp
5882 * gdb.base/stale-infcall.exp
5883 * gdb.base/stap-probe.exp
5884 * gdb.base/start.exp
5885 * gdb.base/step-break.exp
5886 * gdb.base/step-bt.exp
5887 * gdb.base/step-line.exp
5888 * gdb.base/step-over-exit.exp
5889 * gdb.base/step-over-syscall.exp
5890 * gdb.base/step-resume-infcall.exp
5891 * gdb.base/step-test.exp
5892 * gdb.base/store.exp
5893 * gdb.base/structs3.exp
5894 * gdb.base/sym-file.exp
5895 * gdb.base/symbol-without-target_section.exp
5896 * gdb.base/term.exp
5897 * gdb.base/testenv.exp
5898 * gdb.base/ui-redirect.exp
5899 * gdb.base/until.exp
5900 * gdb.base/unwindonsignal.exp
5901 * gdb.base/value-double-free.exp
5902 * gdb.base/vla-datatypes.exp
5903 * gdb.base/vla-ptr.exp
5904 * gdb.base/vla-sideeffect.exp
5905 * gdb.base/volatile.exp
5906 * gdb.base/watch-cond-infcall.exp
5907 * gdb.base/watch-cond.exp
5908 * gdb.base/watch-non-mem.exp
5909 * gdb.base/watch-read.exp
5910 * gdb.base/watch-vfork.exp
5911 * gdb.base/watchpoint-cond-gone.exp
5912 * gdb.base/watchpoint-delete.exp
5913 * gdb.base/watchpoint-hw-hit-once.exp
5914 * gdb.base/watchpoint-hw.exp
5915 * gdb.base/watchpoint-stops-at-right-insn.exp
5916 * gdb.base/watchpoints.exp
5917 * gdb.base/wchar.exp
5918 * gdb.base/whatis-exp.exp
5919 * gdb.btrace/buffer-size.exp
5920 * gdb.btrace/data.exp
5921 * gdb.btrace/delta.exp
5922 * gdb.btrace/dlopen.exp
5923 * gdb.btrace/enable.exp
5924 * gdb.btrace/exception.exp
5925 * gdb.btrace/function_call_history.exp
5926 * gdb.btrace/gcore.exp
5927 * gdb.btrace/instruction_history.exp
5928 * gdb.btrace/nohist.exp
5929 * gdb.btrace/reconnect.exp
5930 * gdb.btrace/record_goto-step.exp
5931 * gdb.btrace/record_goto.exp
5932 * gdb.btrace/rn-dl-bind.exp
5933 * gdb.btrace/segv.exp
5934 * gdb.btrace/step.exp
5935 * gdb.btrace/stepi.exp
5936 * gdb.btrace/tailcall-only.exp
5937 * gdb.btrace/tailcall.exp
5938 * gdb.btrace/tsx.exp
5939 * gdb.btrace/unknown_functions.exp
5940 * gdb.btrace/vdso.exp
5941 * gdb.compile/compile-ifunc.exp
5942 * gdb.compile/compile-ops.exp
5943 * gdb.compile/compile-print.exp
5944 * gdb.compile/compile-setjmp.exp
5945 * gdb.cp/abstract-origin.exp
5946 * gdb.cp/ambiguous.exp
5947 * gdb.cp/annota2.exp
5948 * gdb.cp/annota3.exp
5949 * gdb.cp/anon-ns.exp
5950 * gdb.cp/anon-struct.exp
5951 * gdb.cp/anon-union.exp
5952 * gdb.cp/arg-reference.exp
5953 * gdb.cp/baseenum.exp
5954 * gdb.cp/bool.exp
5955 * gdb.cp/breakpoint.exp
5956 * gdb.cp/bs15503.exp
5957 * gdb.cp/call-c.exp
5958 * gdb.cp/casts.exp
5959 * gdb.cp/chained-calls.exp
5960 * gdb.cp/class2.exp
5961 * gdb.cp/classes.exp
5962 * gdb.cp/cmpd-minsyms.exp
5963 * gdb.cp/converts.exp
5964 * gdb.cp/cp-relocate.exp
5965 * gdb.cp/cpcompletion.exp
5966 * gdb.cp/cpexprs.exp
5967 * gdb.cp/cplabel.exp
5968 * gdb.cp/cplusfuncs.exp
5969 * gdb.cp/cpsizeof.exp
5970 * gdb.cp/ctti.exp
5971 * gdb.cp/derivation.exp
5972 * gdb.cp/destrprint.exp
5973 * gdb.cp/dispcxx.exp
5974 * gdb.cp/enum-class.exp
5975 * gdb.cp/exception.exp
5976 * gdb.cp/exceptprint.exp
5977 * gdb.cp/expand-psymtabs-cxx.exp
5978 * gdb.cp/expand-sals.exp
5979 * gdb.cp/extern-c.exp
5980 * gdb.cp/filename.exp
5981 * gdb.cp/formatted-ref.exp
5982 * gdb.cp/fpointer.exp
5983 * gdb.cp/gdb1355.exp
5984 * gdb.cp/gdb2495.exp
5985 * gdb.cp/hang.exp
5986 * gdb.cp/impl-this.exp
5987 * gdb.cp/infcall-dlopen.exp
5988 * gdb.cp/inherit.exp
5989 * gdb.cp/iostream.exp
5990 * gdb.cp/koenig.exp
5991 * gdb.cp/local.exp
5992 * gdb.cp/m-data.exp
5993 * gdb.cp/m-static.exp
5994 * gdb.cp/mb-ctor.exp
5995 * gdb.cp/mb-inline.exp
5996 * gdb.cp/mb-templates.exp
5997 * gdb.cp/member-name.exp
5998 * gdb.cp/member-ptr.exp
5999 * gdb.cp/meth-typedefs.exp
6000 * gdb.cp/method.exp
6001 * gdb.cp/method2.exp
6002 * gdb.cp/minsym-fallback.exp
6003 * gdb.cp/misc.exp
6004 * gdb.cp/namelessclass.exp
6005 * gdb.cp/namespace-enum.exp
6006 * gdb.cp/namespace-nested-import.exp
6007 * gdb.cp/namespace.exp
6008 * gdb.cp/nextoverthrow.exp
6009 * gdb.cp/no-dmgl-verbose.exp
6010 * gdb.cp/non-trivial-retval.exp
6011 * gdb.cp/noparam.exp
6012 * gdb.cp/nsdecl.exp
6013 * gdb.cp/nsimport.exp
6014 * gdb.cp/nsnested.exp
6015 * gdb.cp/nsnoimports.exp
6016 * gdb.cp/nsrecurs.exp
6017 * gdb.cp/nsstress.exp
6018 * gdb.cp/nsusing.exp
6019 * gdb.cp/operator.exp
6020 * gdb.cp/oranking.exp
6021 * gdb.cp/overload-const.exp
6022 * gdb.cp/overload.exp
6023 * gdb.cp/ovldbreak.exp
6024 * gdb.cp/ovsrch.exp
6025 * gdb.cp/paren-type.exp
6026 * gdb.cp/parse-lang.exp
6027 * gdb.cp/pass-by-ref.exp
6028 * gdb.cp/pr-1023.exp
6029 * gdb.cp/pr-1210.exp
6030 * gdb.cp/pr-574.exp
6031 * gdb.cp/pr10687.exp
6032 * gdb.cp/pr12028.exp
6033 * gdb.cp/pr17132.exp
6034 * gdb.cp/pr17494.exp
6035 * gdb.cp/pr9067.exp
6036 * gdb.cp/pr9167.exp
6037 * gdb.cp/pr9631.exp
6038 * gdb.cp/printmethod.exp
6039 * gdb.cp/psmang.exp
6040 * gdb.cp/psymtab-parameter.exp
6041 * gdb.cp/ptype-cv-cp.exp
6042 * gdb.cp/ptype-flags.exp
6043 * gdb.cp/re-set-overloaded.exp
6044 * gdb.cp/ref-types.exp
6045 * gdb.cp/rtti.exp
6046 * gdb.cp/scope-err.exp
6047 * gdb.cp/shadow.exp
6048 * gdb.cp/smartp.exp
6049 * gdb.cp/static-method.exp
6050 * gdb.cp/static-print-quit.exp
6051 * gdb.cp/temargs.exp
6052 * gdb.cp/templates.exp
6053 * gdb.cp/try_catch.exp
6054 * gdb.cp/typedef-operator.exp
6055 * gdb.cp/typeid.exp
6056 * gdb.cp/userdef.exp
6057 * gdb.cp/using-crash.exp
6058 * gdb.cp/var-tag.exp
6059 * gdb.cp/virtbase.exp
6060 * gdb.cp/virtfunc.exp
6061 * gdb.cp/virtfunc2.exp
6062 * gdb.cp/vla-cxx.exp
6063 * gdb.disasm/t01_mov.exp
6064 * gdb.disasm/t02_mova.exp
6065 * gdb.disasm/t03_add.exp
6066 * gdb.disasm/t04_sub.exp
6067 * gdb.disasm/t05_cmp.exp
6068 * gdb.disasm/t06_ari2.exp
6069 * gdb.disasm/t07_ari3.exp
6070 * gdb.disasm/t08_or.exp
6071 * gdb.disasm/t09_xor.exp
6072 * gdb.disasm/t10_and.exp
6073 * gdb.disasm/t11_logs.exp
6074 * gdb.disasm/t12_bit.exp
6075 * gdb.disasm/t13_otr.exp
6076 * gdb.dlang/circular.exp
6077 * gdb.dwarf2/arr-stride.exp
6078 * gdb.dwarf2/arr-subrange.exp
6079 * gdb.dwarf2/atomic-type.exp
6080 * gdb.dwarf2/bad-regnum.exp
6081 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6082 * gdb.dwarf2/callframecfa.exp
6083 * gdb.dwarf2/clztest.exp
6084 * gdb.dwarf2/corrupt.exp
6085 * gdb.dwarf2/data-loc.exp
6086 * gdb.dwarf2/dup-psym.exp
6087 * gdb.dwarf2/dw2-anon-mptr.exp
6088 * gdb.dwarf2/dw2-anonymous-func.exp
6089 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6090 * gdb.dwarf2/dw2-bad-unresolved.exp
6091 * gdb.dwarf2/dw2-basic.exp
6092 * gdb.dwarf2/dw2-canonicalize-type.exp
6093 * gdb.dwarf2/dw2-case-insensitive.exp
6094 * gdb.dwarf2/dw2-common-block.exp
6095 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6096 * gdb.dwarf2/dw2-compressed.exp
6097 * gdb.dwarf2/dw2-const.exp
6098 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6099 * gdb.dwarf2/dw2-cu-size.exp
6100 * gdb.dwarf2/dw2-dup-frame.exp
6101 * gdb.dwarf2/dw2-entry-value.exp
6102 * gdb.dwarf2/dw2-icycle.exp
6103 * gdb.dwarf2/dw2-ifort-parameter.exp
6104 * gdb.dwarf2/dw2-inline-break.exp
6105 * gdb.dwarf2/dw2-inline-param.exp
6106 * gdb.dwarf2/dw2-intercu.exp
6107 * gdb.dwarf2/dw2-intermix.exp
6108 * gdb.dwarf2/dw2-lexical-block-bare.exp
6109 * gdb.dwarf2/dw2-linkage-name-trust.exp
6110 * gdb.dwarf2/dw2-minsym-in-cu.exp
6111 * gdb.dwarf2/dw2-noloc.exp
6112 * gdb.dwarf2/dw2-op-call.exp
6113 * gdb.dwarf2/dw2-op-out-param.exp
6114 * gdb.dwarf2/dw2-opt-structptr.exp
6115 * gdb.dwarf2/dw2-param-error.exp
6116 * gdb.dwarf2/dw2-producer.exp
6117 * gdb.dwarf2/dw2-ranges-base.exp
6118 * gdb.dwarf2/dw2-ref-missing-frame.exp
6119 * gdb.dwarf2/dw2-reg-undefined.exp
6120 * gdb.dwarf2/dw2-regno-invalid.exp
6121 * gdb.dwarf2/dw2-restore.exp
6122 * gdb.dwarf2/dw2-restrict.exp
6123 * gdb.dwarf2/dw2-single-line-discriminators.exp
6124 * gdb.dwarf2/dw2-strp.exp
6125 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6126 * gdb.dwarf2/dw2-unresolved.exp
6127 * gdb.dwarf2/dw2-var-zero-addr.exp
6128 * gdb.dwarf2/dw4-sig-types.exp
6129 * gdb.dwarf2/dwz.exp
6130 * gdb.dwarf2/dynarr-ptr.exp
6131 * gdb.dwarf2/enum-type.exp
6132 * gdb.dwarf2/gdb-index.exp
6133 * gdb.dwarf2/implptr-64bit.exp
6134 * gdb.dwarf2/implptr-optimized-out.exp
6135 * gdb.dwarf2/implptr.exp
6136 * gdb.dwarf2/implref-array.exp
6137 * gdb.dwarf2/implref-const.exp
6138 * gdb.dwarf2/implref-global.exp
6139 * gdb.dwarf2/implref-struct.exp
6140 * gdb.dwarf2/mac-fileno.exp
6141 * gdb.dwarf2/main-subprogram.exp
6142 * gdb.dwarf2/member-ptr-forwardref.exp
6143 * gdb.dwarf2/method-ptr.exp
6144 * gdb.dwarf2/missing-sig-type.exp
6145 * gdb.dwarf2/nonvar-access.exp
6146 * gdb.dwarf2/opaque-type-lookup.exp
6147 * gdb.dwarf2/pieces-optimized-out.exp
6148 * gdb.dwarf2/pieces.exp
6149 * gdb.dwarf2/pr10770.exp
6150 * gdb.dwarf2/pr13961.exp
6151 * gdb.dwarf2/staticvirtual.exp
6152 * gdb.dwarf2/subrange.exp
6153 * gdb.dwarf2/symtab-producer.exp
6154 * gdb.dwarf2/trace-crash.exp
6155 * gdb.dwarf2/typeddwarf.exp
6156 * gdb.dwarf2/valop.exp
6157 * gdb.dwarf2/watch-notconst.exp
6158 * gdb.fortran/array-element.exp
6159 * gdb.fortran/charset.exp
6160 * gdb.fortran/common-block.exp
6161 * gdb.fortran/complex.exp
6162 * gdb.fortran/derived-type-function.exp
6163 * gdb.fortran/derived-type.exp
6164 * gdb.fortran/logical.exp
6165 * gdb.fortran/module.exp
6166 * gdb.fortran/multi-dim.exp
6167 * gdb.fortran/nested-funcs.exp
6168 * gdb.fortran/print-formatted.exp
6169 * gdb.fortran/subarray.exp
6170 * gdb.fortran/vla-alloc-assoc.exp
6171 * gdb.fortran/vla-datatypes.exp
6172 * gdb.fortran/vla-history.exp
6173 * gdb.fortran/vla-ptr-info.exp
6174 * gdb.fortran/vla-ptype-sub.exp
6175 * gdb.fortran/vla-ptype.exp
6176 * gdb.fortran/vla-sizeof.exp
6177 * gdb.fortran/vla-type.exp
6178 * gdb.fortran/vla-value-sub-arbitrary.exp
6179 * gdb.fortran/vla-value-sub-finish.exp
6180 * gdb.fortran/vla-value-sub.exp
6181 * gdb.fortran/vla-value.exp
6182 * gdb.fortran/whatis_type.exp
6183 * gdb.go/chan.exp
6184 * gdb.go/handcall.exp
6185 * gdb.go/hello.exp
6186 * gdb.go/integers.exp
6187 * gdb.go/methods.exp
6188 * gdb.go/package.exp
6189 * gdb.go/strings.exp
6190 * gdb.go/types.exp
6191 * gdb.go/unsafe.exp
6192 * gdb.guile/scm-arch.exp
6193 * gdb.guile/scm-block.exp
6194 * gdb.guile/scm-breakpoint.exp
6195 * gdb.guile/scm-cmd.exp
6196 * gdb.guile/scm-disasm.exp
6197 * gdb.guile/scm-equal.exp
6198 * gdb.guile/scm-frame-args.exp
6199 * gdb.guile/scm-frame-inline.exp
6200 * gdb.guile/scm-frame.exp
6201 * gdb.guile/scm-iterator.exp
6202 * gdb.guile/scm-math.exp
6203 * gdb.guile/scm-objfile.exp
6204 * gdb.guile/scm-ports.exp
6205 * gdb.guile/scm-symbol.exp
6206 * gdb.guile/scm-symtab.exp
6207 * gdb.guile/scm-value-cc.exp
6208 * gdb.guile/types-module.exp
6209 * gdb.linespec/break-ask.exp
6210 * gdb.linespec/cpexplicit.exp
6211 * gdb.linespec/explicit.exp
6212 * gdb.linespec/keywords.exp
6213 * gdb.linespec/linespec.exp
6214 * gdb.linespec/ls-dollar.exp
6215 * gdb.linespec/ls-errs.exp
6216 * gdb.linespec/skip-two.exp
6217 * gdb.linespec/thread.exp
6218 * gdb.mi/mi-async.exp
6219 * gdb.mi/mi-basics.exp
6220 * gdb.mi/mi-break.exp
6221 * gdb.mi/mi-catch-load.exp
6222 * gdb.mi/mi-cli.exp
6223 * gdb.mi/mi-cmd-param-changed.exp
6224 * gdb.mi/mi-console.exp
6225 * gdb.mi/mi-detach.exp
6226 * gdb.mi/mi-disassemble.exp
6227 * gdb.mi/mi-eval.exp
6228 * gdb.mi/mi-file-transfer.exp
6229 * gdb.mi/mi-file.exp
6230 * gdb.mi/mi-fill-memory.exp
6231 * gdb.mi/mi-inheritance-syntax-error.exp
6232 * gdb.mi/mi-linespec-err-cp.exp
6233 * gdb.mi/mi-logging.exp
6234 * gdb.mi/mi-memory-changed.exp
6235 * gdb.mi/mi-read-memory.exp
6236 * gdb.mi/mi-record-changed.exp
6237 * gdb.mi/mi-reg-undefined.exp
6238 * gdb.mi/mi-regs.exp
6239 * gdb.mi/mi-return.exp
6240 * gdb.mi/mi-reverse.exp
6241 * gdb.mi/mi-simplerun.exp
6242 * gdb.mi/mi-solib.exp
6243 * gdb.mi/mi-stack.exp
6244 * gdb.mi/mi-stepi.exp
6245 * gdb.mi/mi-syn-frame.exp
6246 * gdb.mi/mi-until.exp
6247 * gdb.mi/mi-var-block.exp
6248 * gdb.mi/mi-var-child.exp
6249 * gdb.mi/mi-var-cmd.exp
6250 * gdb.mi/mi-var-cp.exp
6251 * gdb.mi/mi-var-display.exp
6252 * gdb.mi/mi-var-invalidate.exp
6253 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6254 * gdb.mi/mi-vla-fortran.exp
6255 * gdb.mi/mi-watch.exp
6256 * gdb.mi/mi2-var-child.exp
6257 * gdb.mi/user-selected-context-sync.exp
6258 * gdb.modula2/unbounded-array.exp
6259 * gdb.multi/dummy-frame-restore.exp
6260 * gdb.multi/multi-arch-exec.exp
6261 * gdb.multi/multi-arch.exp
6262 * gdb.multi/tids.exp
6263 * gdb.multi/watchpoint-multi.exp
6264 * gdb.opencl/callfuncs.exp
6265 * gdb.opencl/convs_casts.exp
6266 * gdb.opencl/datatypes.exp
6267 * gdb.opencl/operators.exp
6268 * gdb.opencl/vec_comps.exp
6269 * gdb.opt/clobbered-registers-O2.exp
6270 * gdb.opt/inline-break.exp
6271 * gdb.opt/inline-bt.exp
6272 * gdb.opt/inline-cmds.exp
6273 * gdb.opt/inline-locals.exp
6274 * gdb.pascal/case-insensitive-symbols.exp
6275 * gdb.pascal/floats.exp
6276 * gdb.pascal/gdb11492.exp
6277 * gdb.python/lib-types.exp
6278 * gdb.python/py-arch.exp
6279 * gdb.python/py-as-string.exp
6280 * gdb.python/py-bad-printers.exp
6281 * gdb.python/py-block.exp
6282 * gdb.python/py-breakpoint-create-fail.exp
6283 * gdb.python/py-breakpoint.exp
6284 * gdb.python/py-caller-is.exp
6285 * gdb.python/py-cmd.exp
6286 * gdb.python/py-explore-cc.exp
6287 * gdb.python/py-explore.exp
6288 * gdb.python/py-finish-breakpoint.exp
6289 * gdb.python/py-finish-breakpoint2.exp
6290 * gdb.python/py-frame-args.exp
6291 * gdb.python/py-frame-inline.exp
6292 * gdb.python/py-frame.exp
6293 * gdb.python/py-framefilter-mi.exp
6294 * gdb.python/py-infthread.exp
6295 * gdb.python/py-lazy-string.exp
6296 * gdb.python/py-linetable.exp
6297 * gdb.python/py-mi-events.exp
6298 * gdb.python/py-mi-objfile.exp
6299 * gdb.python/py-mi.exp
6300 * gdb.python/py-objfile.exp
6301 * gdb.python/py-pp-integral.exp
6302 * gdb.python/py-pp-maint.exp
6303 * gdb.python/py-pp-re-notag.exp
6304 * gdb.python/py-pp-registration.exp
6305 * gdb.python/py-recurse-unwind.exp
6306 * gdb.python/py-strfns.exp
6307 * gdb.python/py-symbol.exp
6308 * gdb.python/py-symtab.exp
6309 * gdb.python/py-sync-interp.exp
6310 * gdb.python/py-typeprint.exp
6311 * gdb.python/py-unwind-maint.exp
6312 * gdb.python/py-unwind.exp
6313 * gdb.python/py-value-cc.exp
6314 * gdb.python/py-xmethods.exp
6315 * gdb.reverse/amd64-tailcall-reverse.exp
6316 * gdb.reverse/break-precsave.exp
6317 * gdb.reverse/break-reverse.exp
6318 * gdb.reverse/consecutive-precsave.exp
6319 * gdb.reverse/consecutive-reverse.exp
6320 * gdb.reverse/finish-precsave.exp
6321 * gdb.reverse/finish-reverse-bkpt.exp
6322 * gdb.reverse/finish-reverse.exp
6323 * gdb.reverse/fstatat-reverse.exp
6324 * gdb.reverse/getresuid-reverse.exp
6325 * gdb.reverse/i386-precsave.exp
6326 * gdb.reverse/i386-reverse.exp
6327 * gdb.reverse/i386-sse-reverse.exp
6328 * gdb.reverse/i387-env-reverse.exp
6329 * gdb.reverse/i387-stack-reverse.exp
6330 * gdb.reverse/insn-reverse.exp
6331 * gdb.reverse/machinestate-precsave.exp
6332 * gdb.reverse/machinestate.exp
6333 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6334 * gdb.reverse/pipe-reverse.exp
6335 * gdb.reverse/readv-reverse.exp
6336 * gdb.reverse/recvmsg-reverse.exp
6337 * gdb.reverse/rerun-prec.exp
6338 * gdb.reverse/s390-mvcle.exp
6339 * gdb.reverse/step-precsave.exp
6340 * gdb.reverse/step-reverse.exp
6341 * gdb.reverse/time-reverse.exp
6342 * gdb.reverse/until-precsave.exp
6343 * gdb.reverse/until-reverse.exp
6344 * gdb.reverse/waitpid-reverse.exp
6345 * gdb.reverse/watch-precsave.exp
6346 * gdb.reverse/watch-reverse.exp
6347 * gdb.rust/generics.exp
6348 * gdb.rust/methods.exp
6349 * gdb.rust/modules.exp
6350 * gdb.rust/simple.exp
6351 * gdb.server/connect-with-no-symbol-file.exp
6352 * gdb.server/ext-attach.exp
6353 * gdb.server/ext-restart.exp
6354 * gdb.server/ext-wrapper.exp
6355 * gdb.server/file-transfer.exp
6356 * gdb.server/server-exec-info.exp
6357 * gdb.server/server-kill.exp
6358 * gdb.server/server-mon.exp
6359 * gdb.server/wrapper.exp
6360 * gdb.stabs/exclfwd.exp
6361 * gdb.stabs/gdb11479.exp
6362 * gdb.threads/clone-new-thread-event.exp
6363 * gdb.threads/corethreads.exp
6364 * gdb.threads/current-lwp-dead.exp
6365 * gdb.threads/dlopen-libpthread.exp
6366 * gdb.threads/gcore-thread.exp
6367 * gdb.threads/sigstep-threads.exp
6368 * gdb.threads/watchpoint-fork.exp
6369 * gdb.trace/actions-changed.exp
6370 * gdb.trace/backtrace.exp
6371 * gdb.trace/change-loc.exp
6372 * gdb.trace/circ.exp
6373 * gdb.trace/collection.exp
6374 * gdb.trace/disconnected-tracing.exp
6375 * gdb.trace/ftrace.exp
6376 * gdb.trace/mi-trace-frame-collected.exp
6377 * gdb.trace/mi-trace-unavailable.exp
6378 * gdb.trace/mi-traceframe-changed.exp
6379 * gdb.trace/mi-tsv-changed.exp
6380 * gdb.trace/no-attach-trace.exp
6381 * gdb.trace/passc-dyn.exp
6382 * gdb.trace/qtro.exp
6383 * gdb.trace/range-stepping.exp
6384 * gdb.trace/read-memory.exp
6385 * gdb.trace/save-trace.exp
6386 * gdb.trace/signal.exp
6387 * gdb.trace/status-stop.exp
6388 * gdb.trace/tfile.exp
6389 * gdb.trace/trace-break.exp
6390 * gdb.trace/trace-buffer-size.exp
6391 * gdb.trace/trace-condition.exp
6392 * gdb.trace/tracefile-pseudo-reg.exp
6393 * gdb.trace/tstatus.exp
6394 * gdb.trace/unavailable.exp
6395 * gdb.trace/while-dyn.exp
6396 * gdb.trace/while-stepping.exp
6397
6398 2016-12-22 Doug Evans <xdje42@gmail.com>
6399
6400 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6401 and msymbols.
6402
6403 2016-12-19 Yao Qi <yao.qi@linaro.org>
6404
6405 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6406 (test_with_self): Don't call do_steps_and_nexts, and remove
6407 code about stepping into xmalloc.
6408
6409 2016-12-09 Yao Qi <yao.qi@linaro.org>
6410
6411 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6412
6413 2016-12-09 Yao Qi <yao.qi@linaro.org>
6414
6415 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6416
6417 2016-12-09 Pedro Alves <palves@redhat.com>
6418
6419 * gdb.base/all-architectures-0.exp: New file.
6420 * gdb.base/all-architectures-1.exp: New file.
6421 * gdb.base/all-architectures-2.exp: New file.
6422 * gdb.base/all-architectures-3.exp: New file.
6423 * gdb.base/all-architectures-4.exp: New file.
6424 * gdb.base/all-architectures-5.exp: New file.
6425 * gdb.base/all-architectures-6.exp: New file.
6426 * gdb.base/all-architectures-7.exp: New file.
6427 * gdb.base/all-architectures.exp.in: New file.
6428
6429 2016-12-09 Yao Qi <yao.qi@linaro.org>
6430
6431 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6432
6433 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6434
6435 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6436 possible.
6437 Remove useless pattern-matching code.
6438
6439 2016-12-02 Pedro Alves <palves@redhat.com>
6440
6441 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6442 procedure.
6443 (top level): Call it.
6444
6445 2016-12-02 Pedro Alves <palves@redhat.com>
6446
6447 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6448 New procedure.
6449 (top level): Call it.
6450
6451 2016-12-02 Pedro Alves <palves@redhat.com>
6452
6453 PR cli/20559
6454 * gdb.base/commands.exp (user_defined_command_args_eval): New
6455 procedure.
6456 (top level): Call it.
6457
6458 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6459
6460 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6461 timeout handling.
6462
6463 2016-12-02 Tom Tromey <tom@tromey.com>
6464
6465 * gdb.dwarf2/main-subprogram.c: New file.
6466 * gdb.dwarf2/main-subprogram.exp: New file.
6467
6468 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6469
6470 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6471 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6472 gdb_test_no_output for a couple of cases.
6473 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6474
6475 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6476
6477 Fix test names and standardize compilation error messages throughout
6478 the following files:
6479
6480 * gdb.ada/start.exp
6481 * gdb.arch/alpha-step.exp
6482 * gdb.arch/e500-prologue.exp
6483 * gdb.arch/ftrace-insn-reloc.exp
6484 * gdb.arch/gdb1291.exp
6485 * gdb.arch/gdb1431.exp
6486 * gdb.arch/gdb1558.exp
6487 * gdb.arch/i386-dr3-watch.exp
6488 * gdb.arch/i386-sse-stack-align.exp
6489 * gdb.arch/ia64-breakpoint-shadow.exp
6490 * gdb.arch/pa-nullify.exp
6491 * gdb.arch/powerpc-aix-prologue.exp
6492 * gdb.arch/thumb-bx-pc.exp
6493 * gdb.base/annota1.exp
6494 * gdb.base/annota3.exp
6495 * gdb.base/arrayidx.exp
6496 * gdb.base/assign.exp
6497 * gdb.base/attach.exp
6498 * gdb.base/auxv.exp
6499 * gdb.base/bang.exp
6500 * gdb.base/bfp-test.exp
6501 * gdb.base/bigcore.exp
6502 * gdb.base/bitfields2.exp
6503 * gdb.base/break-fun-addr.exp
6504 * gdb.base/break-probes.exp
6505 * gdb.base/call-rt-st.exp
6506 * gdb.base/callexit.exp
6507 * gdb.base/catch-fork-kill.exp
6508 * gdb.base/charset.exp
6509 * gdb.base/checkpoint.exp
6510 * gdb.base/comprdebug.exp
6511 * gdb.base/constvars.exp
6512 * gdb.base/coredump-filter.exp
6513 * gdb.base/cursal.exp
6514 * gdb.base/cvexpr.exp
6515 * gdb.base/detach.exp
6516 * gdb.base/display.exp
6517 * gdb.base/dmsym.exp
6518 * gdb.base/dprintf-pending.exp
6519 * gdb.base/dso2dso.exp
6520 * gdb.base/dtrace-probe.exp
6521 * gdb.base/dump.exp
6522 * gdb.base/enum_cond.exp
6523 * gdb.base/exe-lock.exp
6524 * gdb.base/exec-invalid-sysroot.exp
6525 * gdb.base/execl-update-breakpoints.exp
6526 * gdb.base/exprs.exp
6527 * gdb.base/fileio.exp
6528 * gdb.base/find.exp
6529 * gdb.base/finish.exp
6530 * gdb.base/fixsection.exp
6531 * gdb.base/foll-vfork.exp
6532 * gdb.base/frame-args.exp
6533 * gdb.base/gcore.exp
6534 * gdb.base/gdb1250.exp
6535 * gdb.base/global-var-nested-by-dso.exp
6536 * gdb.base/gnu-ifunc.exp
6537 * gdb.base/hashline1.exp
6538 * gdb.base/hashline2.exp
6539 * gdb.base/hashline3.exp
6540 * gdb.base/hbreak-in-shr-unsupported.exp
6541 * gdb.base/huge.exp
6542 * gdb.base/infcall-input.exp
6543 * gdb.base/info-fun.exp
6544 * gdb.base/info-shared.exp
6545 * gdb.base/jit-simple.exp
6546 * gdb.base/jit-so.exp
6547 * gdb.base/jit.exp
6548 * gdb.base/jump.exp
6549 * gdb.base/label.exp
6550 * gdb.base/lineinc.exp
6551 * gdb.base/logical.exp
6552 * gdb.base/longjmp.exp
6553 * gdb.base/macscp.exp
6554 * gdb.base/miscexprs.exp
6555 * gdb.base/new-ui-echo.exp
6556 * gdb.base/new-ui-pending-input.exp
6557 * gdb.base/new-ui.exp
6558 * gdb.base/nodebug.exp
6559 * gdb.base/nofield.exp
6560 * gdb.base/offsets.exp
6561 * gdb.base/overlays.exp
6562 * gdb.base/pending.exp
6563 * gdb.base/pointers.exp
6564 * gdb.base/pr11022.exp
6565 * gdb.base/printcmds.exp
6566 * gdb.base/prologue.exp
6567 * gdb.base/ptr-typedef.exp
6568 * gdb.base/realname-expand.exp
6569 * gdb.base/relativedebug.exp
6570 * gdb.base/relocate.exp
6571 * gdb.base/remote.exp
6572 * gdb.base/reread.exp
6573 * gdb.base/return2.exp
6574 * gdb.base/savedregs.exp
6575 * gdb.base/sep.exp
6576 * gdb.base/sepdebug.exp
6577 * gdb.base/sepsymtab.exp
6578 * gdb.base/set-inferior-tty.exp
6579 * gdb.base/setshow.exp
6580 * gdb.base/shlib-call.exp
6581 * gdb.base/sigaltstack.exp
6582 * gdb.base/siginfo-addr.exp
6583 * gdb.base/signals.exp
6584 * gdb.base/signull.exp
6585 * gdb.base/sigrepeat.exp
6586 * gdb.base/so-impl-ld.exp
6587 * gdb.base/solib-display.exp
6588 * gdb.base/solib-overlap.exp
6589 * gdb.base/solib-search.exp
6590 * gdb.base/solib-symbol.exp
6591 * gdb.base/structs.exp
6592 * gdb.base/structs2.exp
6593 * gdb.base/symtab-search-order.exp
6594 * gdb.base/twice.exp
6595 * gdb.base/unload.exp
6596 * gdb.base/varargs.exp
6597 * gdb.base/watchpoint-solib.exp
6598 * gdb.base/watchpoint.exp
6599 * gdb.base/whatis.exp
6600 * gdb.base/wrong_frame_bt_full.exp
6601 * gdb.btrace/dlopen.exp
6602 * gdb.cell/ea-standalone.exp
6603 * gdb.cell/ea-test.exp
6604 * gdb.cp/dispcxx.exp
6605 * gdb.cp/gdb2384.exp
6606 * gdb.cp/method2.exp
6607 * gdb.cp/nextoverthrow.exp
6608 * gdb.cp/pr10728.exp
6609 * gdb.disasm/am33.exp
6610 * gdb.disasm/h8300s.exp
6611 * gdb.disasm/mn10300.exp
6612 * gdb.disasm/sh3.exp
6613 * gdb.dwarf2/dw2-dir-file-name.exp
6614 * gdb.fortran/complex.exp
6615 * gdb.fortran/library-module.exp
6616 * gdb.guile/scm-pretty-print.exp
6617 * gdb.guile/scm-symbol.exp
6618 * gdb.guile/scm-type.exp
6619 * gdb.guile/scm-value.exp
6620 * gdb.linespec/linespec.exp
6621 * gdb.mi/gdb701.exp
6622 * gdb.mi/gdb792.exp
6623 * gdb.mi/mi-breakpoint-changed.exp
6624 * gdb.mi/mi-dprintf-pending.exp
6625 * gdb.mi/mi-dprintf.exp
6626 * gdb.mi/mi-exit-code.exp
6627 * gdb.mi/mi-pending.exp
6628 * gdb.mi/mi-solib.exp
6629 * gdb.mi/new-ui-mi-sync.exp
6630 * gdb.mi/pr11022.exp
6631 * gdb.mi/user-selected-context-sync.exp
6632 * gdb.opt/solib-intra-step.exp
6633 * gdb.python/py-events.exp
6634 * gdb.python/py-finish-breakpoint.exp
6635 * gdb.python/py-mi.exp
6636 * gdb.python/py-prettyprint.exp
6637 * gdb.python/py-shared.exp
6638 * gdb.python/py-symbol.exp
6639 * gdb.python/py-template.exp
6640 * gdb.python/py-type.exp
6641 * gdb.python/py-value.exp
6642 * gdb.reverse/solib-precsave.exp
6643 * gdb.reverse/solib-reverse.exp
6644 * gdb.server/solib-list.exp
6645 * gdb.stabs/weird.exp
6646 * gdb.threads/reconnect-signal.exp
6647 * gdb.threads/stepi-random-signal.exp
6648 * gdb.trace/actions.exp
6649 * gdb.trace/ax.exp
6650 * gdb.trace/backtrace.exp
6651 * gdb.trace/change-loc.exp
6652 * gdb.trace/deltrace.exp
6653 * gdb.trace/ftrace-lock.exp
6654 * gdb.trace/ftrace.exp
6655 * gdb.trace/infotrace.exp
6656 * gdb.trace/mi-tracepoint-changed.exp
6657 * gdb.trace/packetlen.exp
6658 * gdb.trace/passcount.exp
6659 * gdb.trace/pending.exp
6660 * gdb.trace/range-stepping.exp
6661 * gdb.trace/report.exp
6662 * gdb.trace/stap-trace.exp
6663 * gdb.trace/tfind.exp
6664 * gdb.trace/trace-break.exp
6665 * gdb.trace/trace-condition.exp
6666 * gdb.trace/trace-enable-disable.exp
6667 * gdb.trace/trace-mt.exp
6668 * gdb.trace/tracecmd.exp
6669 * gdb.trace/tspeed.exp
6670 * gdb.trace/tsv.exp
6671 * lib/perftest.exp
6672
6673 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6674
6675 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6676 with gdb_test_no_output.
6677 Use command as test name.
6678
6679 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6680
6681 Fix test names starting with uppercase throughout the files.
6682
6683 * gdb.ada/assign_1.exp
6684 * gdb.ada/boolean_expr.exp
6685 * gdb.base/arrayidx.exp
6686 * gdb.base/del.exp
6687 * gdb.base/gcore-buffer-overflow.exp
6688 * gdb.base/testenv.exp
6689 * gdb.compile/compile.exp
6690 * gdb.python/py-framefilter-invalidarg.exp
6691 * gdb.python/py-framefilter.exp
6692
6693 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6694
6695 Fix test names starting with uppercase throughout the files.
6696
6697 * gdb.ada/array_return.exp
6698 * gdb.ada/expr_delims.exp
6699 * gdb.ada/mi_dyn_arr.exp
6700 * gdb.ada/mi_interface.exp
6701 * gdb.ada/mi_var_array.exp
6702 * gdb.ada/watch_arg.exp
6703 * gdb.arch/alpha-step.exp
6704 * gdb.arch/altivec-regs.exp
6705 * gdb.arch/e500-regs.exp
6706 * gdb.arch/powerpc-d128-regs.exp
6707 * gdb.base/arrayidx.exp
6708 * gdb.base/break.exp
6709 * gdb.base/checkpoint.exp
6710 * gdb.base/debug-expr.exp
6711 * gdb.base/dmsym.exp
6712 * gdb.base/radix.exp
6713 * gdb.base/sepdebug.exp
6714 * gdb.base/testenv.exp
6715 * gdb.base/watch_thread_num.exp
6716 * gdb.base/watchpoint-cond-gone.exp
6717 * gdb.cell/break.exp
6718 * gdb.cell/ea-cache.exp
6719 * gdb.compile/compile.exp
6720 * gdb.cp/gdb2495.exp
6721 * gdb.gdb/selftest.exp
6722 * gdb.gdb/xfullpath.exp
6723 * gdb.go/hello.exp
6724 * gdb.go/integers.exp
6725 * gdb.objc/basicclass.exp
6726 * gdb.pascal/hello.exp
6727 * gdb.pascal/integers.exp
6728 * gdb.python/py-breakpoint.exp
6729 * gdb.python/py-cmd.exp
6730 * gdb.python/py-linetable.exp
6731 * gdb.python/py-xmethods.exp
6732 * gdb.python/python.exp
6733 * gdb.reverse/consecutive-precsave.exp
6734 * gdb.reverse/finish-precsave.exp
6735 * gdb.reverse/i386-precsave.exp
6736 * gdb.reverse/machinestate-precsave.exp
6737 * gdb.reverse/sigall-precsave.exp
6738 * gdb.reverse/solib-precsave.exp
6739 * gdb.reverse/step-precsave.exp
6740 * gdb.reverse/until-precsave.exp
6741 * gdb.reverse/watch-precsave.exp
6742 * gdb.threads/leader-exit.exp
6743 * gdb.threads/pthreads.exp
6744 * gdb.threads/wp-replication.exp
6745 * gdb.trace/actions.exp
6746 * gdb.trace/mi-tsv-changed.exp
6747 * gdb.trace/tsv.exp
6748
6749 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6750
6751 Fix test names starting with uppercase throughout the files.
6752
6753 * gdb.arch/i386-bp_permanent.exp
6754 * gdb.arch/i386-gnu-cfi.exp
6755 * gdb.base/disasm-end-cu.exp
6756 * gdb.base/macscp.exp
6757 * gdb.base/pending.exp
6758 * gdb.base/watch_thread_num.exp
6759 * gdb.cp/exception.exp
6760 * gdb.cp/gdb2495.exp
6761 * gdb.cp/local.exp
6762 * gdb.python/py-evsignal.exp
6763 * gdb.python/python.exp
6764 * gdb.trace/tracecmd.exp
6765
6766 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6767
6768 Fix test names starting with uppercase throughout the files.
6769
6770 * gdb.base/charset.exp
6771 * gdb.base/eval.exp
6772 * gdb.base/multi-forks.exp
6773 * gdb.guile/scm-progspace.exp
6774 * gdb.opencl/datatypes.exp
6775 * gdb.python/py-block.exp
6776 * gdb.python/py-function.exp
6777 * gdb.python/py-symbol.exp
6778 * gdb.python/py-symtab.exp
6779 * gdb.python/py-xmethods.exp
6780 * gdb.reverse/break-precsave.exp
6781 * gdb.reverse/break-reverse.exp
6782 * gdb.reverse/consecutive-precsave.exp
6783 * gdb.reverse/consecutive-reverse.exp
6784 * gdb.reverse/finish-precsave.exp
6785 * gdb.reverse/finish-reverse-bkpt.exp
6786 * gdb.reverse/finish-reverse.exp
6787 * gdb.reverse/fstatat-reverse.exp
6788 * gdb.reverse/getresuid-reverse.exp
6789 * gdb.reverse/i386-precsave.exp
6790 * gdb.reverse/i386-reverse.exp
6791 * gdb.reverse/i386-sse-reverse.exp
6792 * gdb.reverse/i387-stack-reverse.exp
6793 * gdb.reverse/insn-reverse.exp
6794 * gdb.reverse/machinestate-precsave.exp
6795 * gdb.reverse/machinestate.exp
6796 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6797 * gdb.reverse/pipe-reverse.exp
6798 * gdb.reverse/readv-reverse.exp
6799 * gdb.reverse/recvmsg-reverse.exp
6800 * gdb.reverse/rerun-prec.exp
6801 * gdb.reverse/s390-mvcle.exp
6802 * gdb.reverse/sigall-precsave.exp
6803 * gdb.reverse/sigall-reverse.exp
6804 * gdb.reverse/solib-precsave.exp
6805 * gdb.reverse/solib-reverse.exp
6806 * gdb.reverse/step-precsave.exp
6807 * gdb.reverse/step-reverse.exp
6808 * gdb.reverse/time-reverse.exp
6809 * gdb.reverse/until-precsave.exp
6810 * gdb.reverse/until-reverse.exp
6811 * gdb.reverse/waitpid-reverse.exp
6812 * gdb.reverse/watch-precsave.exp
6813 * gdb.reverse/watch-reverse.exp
6814
6815 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6816
6817 Fix test names starting with uppercase throughout the files.
6818
6819 * gdb.arch/i386-mpx-simple_segv.exp
6820 * gdb.arch/i386-mpx.exp
6821 * gdb.arch/i386-permbkpt.exp
6822 * gdb.arch/pa-nullify.exp
6823 * gdb.arch/powerpc-d128-regs.exp
6824 * gdb.arch/vsx-regs.exp
6825 * gdb.base/bfp-test.exp
6826 * gdb.base/break.exp
6827 * gdb.base/breakpoint-shadow.exp
6828 * gdb.base/callfuncs.exp
6829 * gdb.base/charset.exp
6830 * gdb.base/commands.exp
6831 * gdb.base/completion.exp
6832 * gdb.base/dfp-test.exp
6833 * gdb.base/echo.exp
6834 * gdb.base/ending-run.exp
6835 * gdb.base/eval.exp
6836 * gdb.base/expand-psymtabs.exp
6837 * gdb.base/float128.exp
6838 * gdb.base/floatn.exp
6839 * gdb.base/foll-exec-mode.exp
6840 * gdb.base/gdb1056.exp
6841 * gdb.base/gdb11531.exp
6842 * gdb.base/kill-after-signal.exp
6843 * gdb.base/multi-forks.exp
6844 * gdb.base/overlays.exp
6845 * gdb.base/pending.exp
6846 * gdb.base/sepdebug.exp
6847 * gdb.base/testenv.exp
6848 * gdb.base/valgrind-db-attach.exp
6849 * gdb.base/watch_thread_num.exp
6850 * gdb.base/watchpoint-cond-gone.exp
6851 * gdb.base/watchpoint.exp
6852 * gdb.base/watchpoints.exp
6853 * gdb.cp/arg-reference.exp
6854 * gdb.cp/baseenum.exp
6855 * gdb.cp/operator.exp
6856 * gdb.cp/shadow.exp
6857 * gdb.dwarf2/dw2-op-out-param.exp
6858 * gdb.dwarf2/dw2-reg-undefined.exp
6859 * gdb.go/chan.exp
6860 * gdb.go/hello.exp
6861 * gdb.go/integers.exp
6862 * gdb.go/methods.exp
6863 * gdb.go/package.exp
6864 * gdb.guile/scm-parameter.exp
6865 * gdb.guile/scm-progspace.exp
6866 * gdb.guile/scm-value.exp
6867 * gdb.mi/mi-pending.exp
6868 * gdb.mi/user-selected-context-sync.exp
6869 * gdb.multi/multi-attach.exp
6870 * gdb.multi/tids.exp
6871 * gdb.opt/clobbered-registers-O2.exp
6872 * gdb.pascal/floats.exp
6873 * gdb.pascal/integers.exp
6874 * gdb.python/py-block.exp
6875 * gdb.python/py-events.exp
6876 * gdb.python/py-parameter.exp
6877 * gdb.python/py-symbol.exp
6878 * gdb.python/py-symtab.exp
6879 * gdb.python/py-type.exp
6880 * gdb.python/py-value.exp
6881 * gdb.python/py-xmethods.exp
6882 * gdb.python/python.exp
6883 * gdb.reverse/break-precsave.exp
6884 * gdb.reverse/consecutive-precsave.exp
6885 * gdb.reverse/finish-precsave.exp
6886 * gdb.reverse/i386-precsave.exp
6887 * gdb.reverse/machinestate-precsave.exp
6888 * gdb.reverse/sigall-precsave.exp
6889 * gdb.reverse/solib-precsave.exp
6890 * gdb.reverse/step-precsave.exp
6891 * gdb.reverse/until-precsave.exp
6892 * gdb.reverse/watch-precsave.exp
6893 * gdb.server/ext-attach.exp
6894 * gdb.server/ext-restart.exp
6895 * gdb.server/ext-run.exp
6896 * gdb.server/ext-wrapper.exp
6897 * gdb.stabs/gdb11479.exp
6898 * gdb.stabs/weird.exp
6899 * gdb.threads/attach-many-short-lived-threads.exp
6900 * gdb.threads/kill.exp
6901 * gdb.threads/watchpoint-fork.exp
6902
6903 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6904
6905 Fix test names starting with uppercase throughout all the files below.
6906
6907 * gdb.ada/array_return.exp
6908 * gdb.ada/catch_ex.exp
6909 * gdb.ada/info_exc.exp
6910 * gdb.ada/mi_catch_ex.exp
6911 * gdb.ada/mi_dyn_arr.exp
6912 * gdb.ada/mi_ex_cond.exp
6913 * gdb.ada/mi_exc_info.exp
6914 * gdb.ada/mi_interface.exp
6915 * gdb.ada/mi_task_arg.exp
6916 * gdb.ada/mi_task_info.exp
6917 * gdb.ada/mi_var_array.exp
6918 * gdb.arch/alpha-step.exp
6919 * gdb.arch/amd64-disp-step.exp
6920 * gdb.arch/arm-disp-step.exp
6921 * gdb.arch/disp-step-insn-reloc.exp
6922 * gdb.arch/e500-prologue.exp
6923 * gdb.arch/ftrace-insn-reloc.exp
6924 * gdb.arch/gdb1558.exp
6925 * gdb.arch/i386-bp_permanent.exp
6926 * gdb.arch/i386-disp-step.exp
6927 * gdb.arch/i386-float.exp
6928 * gdb.arch/i386-gnu-cfi.exp
6929 * gdb.arch/ia64-breakpoint-shadow.exp
6930 * gdb.arch/mips16-thunks.exp
6931 * gdb.arch/pa-nullify.exp
6932 * gdb.arch/powerpc-aix-prologue.exp
6933 * gdb.arch/powerpc-power.exp
6934 * gdb.arch/ppc-dfp.exp
6935 * gdb.arch/s390-tdbregs.exp
6936 * gdb.arch/spu-info.exp
6937 * gdb.arch/spu-ls.exp
6938 * gdb.arch/thumb-bx-pc.exp
6939 * gdb.base/advance.exp
6940 * gdb.base/annota-input-while-running.exp
6941 * gdb.base/arrayidx.exp
6942 * gdb.base/asmlabel.exp
6943 * gdb.base/async.exp
6944 * gdb.base/attach-wait-input.exp
6945 * gdb.base/auto-connect-native-target.exp
6946 * gdb.base/batch-preserve-term-settings.exp
6947 * gdb.base/bfp-test.exp
6948 * gdb.base/bigcore.exp
6949 * gdb.base/bp-permanent.exp
6950 * gdb.base/break-always.exp
6951 * gdb.base/break-fun-addr.exp
6952 * gdb.base/break-idempotent.exp
6953 * gdb.base/break-main-file-remove-fail.exp
6954 * gdb.base/break-probes.exp
6955 * gdb.base/break-unload-file.exp
6956 * gdb.base/break.exp
6957 * gdb.base/call-ar-st.exp
6958 * gdb.base/call-rt-st.exp
6959 * gdb.base/call-sc.exp
6960 * gdb.base/call-signal-resume.exp
6961 * gdb.base/call-strs.exp
6962 * gdb.base/callexit.exp
6963 * gdb.base/callfuncs.exp
6964 * gdb.base/catch-gdb-caused-signals.exp
6965 * gdb.base/catch-signal-siginfo-cond.exp
6966 * gdb.base/catch-syscall.exp
6967 * gdb.base/compare-sections.exp
6968 * gdb.base/cond-eval-mode.exp
6969 * gdb.base/condbreak-call-false.exp
6970 * gdb.base/consecutive-step-over.exp
6971 * gdb.base/cursal.exp
6972 * gdb.base/disabled-location.exp
6973 * gdb.base/disasm-end-cu.exp
6974 * gdb.base/display.exp
6975 * gdb.base/double-prompt-target-event-error.exp
6976 * gdb.base/dprintf-bp-same-addr.exp
6977 * gdb.base/dprintf-detach.exp
6978 * gdb.base/dprintf-next.exp
6979 * gdb.base/dprintf-non-stop.exp
6980 * gdb.base/dprintf-pending.exp
6981 * gdb.base/dso2dso.exp
6982 * gdb.base/ending-run.exp
6983 * gdb.base/enum_cond.exp
6984 * gdb.base/examine-backward.exp
6985 * gdb.base/exe-lock.exp
6986 * gdb.base/exec-invalid-sysroot.exp
6987 * gdb.base/execl-update-breakpoints.exp
6988 * gdb.base/execution-termios.exp
6989 * gdb.base/fileio.exp
6990 * gdb.base/fixsection.exp
6991 * gdb.base/foll-exec-mode.exp
6992 * gdb.base/foll-exec.exp
6993 * gdb.base/fork-running-state.exp
6994 * gdb.base/frame-args.exp
6995 * gdb.base/fullpath-expand.exp
6996 * gdb.base/func-ptr.exp
6997 * gdb.base/gcore-relro-pie.exp
6998 * gdb.base/gdb1090.exp
6999 * gdb.base/gdb1555.exp
7000 * gdb.base/global-var-nested-by-dso.exp
7001 * gdb.base/gnu-ifunc.exp
7002 * gdb.base/hbreak-in-shr-unsupported.exp
7003 * gdb.base/hbreak-unmapped.exp
7004 * gdb.base/hook-stop.exp
7005 * gdb.base/infcall-input.exp
7006 * gdb.base/info-fun.exp
7007 * gdb.base/info-shared.exp
7008 * gdb.base/interrupt-noterm.exp
7009 * gdb.base/jit-so.exp
7010 * gdb.base/jit.exp
7011 * gdb.base/line-symtabs.exp
7012 * gdb.base/list.exp
7013 * gdb.base/longjmp.exp
7014 * gdb.base/macscp.exp
7015 * gdb.base/max-value-size.exp
7016 * gdb.base/nodebug.exp
7017 * gdb.base/nofield.exp
7018 * gdb.base/overlays.exp
7019 * gdb.base/paginate-after-ctrl-c-running.exp
7020 * gdb.base/paginate-bg-execution.exp
7021 * gdb.base/paginate-inferior-exit.exp
7022 * gdb.base/pending.exp
7023 * gdb.base/pr11022.exp
7024 * gdb.base/printcmds.exp
7025 * gdb.base/ptr-typedef.exp
7026 * gdb.base/ptype.exp
7027 * gdb.base/randomize.exp
7028 * gdb.base/range-stepping.exp
7029 * gdb.base/realname-expand.exp
7030 * gdb.base/relativedebug.exp
7031 * gdb.base/remote.exp
7032 * gdb.base/savedregs.exp
7033 * gdb.base/sepdebug.exp
7034 * gdb.base/set-noassign.exp
7035 * gdb.base/shlib-call.exp
7036 * gdb.base/shreloc.exp
7037 * gdb.base/sigaltstack.exp
7038 * gdb.base/sigbpt.exp
7039 * gdb.base/siginfo-addr.exp
7040 * gdb.base/siginfo-obj.exp
7041 * gdb.base/siginfo-thread.exp
7042 * gdb.base/signest.exp
7043 * gdb.base/signull.exp
7044 * gdb.base/sigrepeat.exp
7045 * gdb.base/skip.exp
7046 * gdb.base/so-impl-ld.exp
7047 * gdb.base/solib-corrupted.exp
7048 * gdb.base/solib-disc.exp
7049 * gdb.base/solib-display.exp
7050 * gdb.base/solib-overlap.exp
7051 * gdb.base/solib-search.exp
7052 * gdb.base/solib-symbol.exp
7053 * gdb.base/source-execution.exp
7054 * gdb.base/sss-bp-on-user-bp-2.exp
7055 * gdb.base/sss-bp-on-user-bp.exp
7056 * gdb.base/stack-checking.exp
7057 * gdb.base/stale-infcall.exp
7058 * gdb.base/step-break.exp
7059 * gdb.base/step-line.exp
7060 * gdb.base/step-over-exit.exp
7061 * gdb.base/step-test.exp
7062 * gdb.base/structs.exp
7063 * gdb.base/sym-file.exp
7064 * gdb.base/symtab-search-order.exp
7065 * gdb.base/term.exp
7066 * gdb.base/type-opaque.exp
7067 * gdb.base/unload.exp
7068 * gdb.base/until-nodebug.exp
7069 * gdb.base/until.exp
7070 * gdb.base/unwindonsignal.exp
7071 * gdb.base/watch-cond.exp
7072 * gdb.base/watch-non-mem.exp
7073 * gdb.base/watch_thread_num.exp
7074 * gdb.base/watchpoint-reuse-slot.exp
7075 * gdb.base/watchpoint-solib.exp
7076 * gdb.base/watchpoint.exp
7077 * gdb.btrace/dlopen.exp
7078 * gdb.cell/arch.exp
7079 * gdb.cell/break.exp
7080 * gdb.cell/bt.exp
7081 * gdb.cell/core.exp
7082 * gdb.cell/data.exp
7083 * gdb.cell/dwarfaddr.exp
7084 * gdb.cell/ea-cache.exp
7085 * gdb.cell/ea-standalone.exp
7086 * gdb.cell/ea-test.exp
7087 * gdb.cell/f-regs.exp
7088 * gdb.cell/fork.exp
7089 * gdb.cell/gcore.exp
7090 * gdb.cell/mem-access.exp
7091 * gdb.cell/ptype.exp
7092 * gdb.cell/registers.exp
7093 * gdb.cell/sizeof.exp
7094 * gdb.cell/solib-symbol.exp
7095 * gdb.cell/solib.exp
7096 * gdb.compile/compile-tls.exp
7097 * gdb.cp/exception.exp
7098 * gdb.cp/gdb2495.exp
7099 * gdb.cp/local.exp
7100 * gdb.cp/mb-inline.exp
7101 * gdb.cp/mb-templates.exp
7102 * gdb.cp/pr10687.exp
7103 * gdb.cp/pr9167.exp
7104 * gdb.cp/scope-err.exp
7105 * gdb.cp/templates.exp
7106 * gdb.cp/virtfunc.exp
7107 * gdb.dwarf2/dw2-dir-file-name.exp
7108 * gdb.dwarf2/dw2-single-line-discriminators.exp
7109 * gdb.fortran/complex.exp
7110 * gdb.fortran/library-module.exp
7111 * gdb.guile/guile.exp
7112 * gdb.guile/scm-cmd.exp
7113 * gdb.guile/scm-frame-inline.exp
7114 * gdb.guile/scm-objfile.exp
7115 * gdb.guile/scm-pretty-print.exp
7116 * gdb.guile/scm-symbol.exp
7117 * gdb.guile/scm-type.exp
7118 * gdb.guile/scm-value.exp
7119 * gdb.linespec/keywords.exp
7120 * gdb.linespec/ls-errs.exp
7121 * gdb.linespec/macro-relative.exp
7122 * gdb.linespec/thread.exp
7123 * gdb.mi/mi-breakpoint-changed.exp
7124 * gdb.mi/mi-dprintf-pending.exp
7125 * gdb.mi/mi-fullname-deleted.exp
7126 * gdb.mi/mi-logging.exp
7127 * gdb.mi/mi-pending.exp
7128 * gdb.mi/mi-solib.exp
7129 * gdb.mi/new-ui-mi-sync.exp
7130 * gdb.mi/user-selected-context-sync.exp
7131 * gdb.multi/dummy-frame-restore.exp
7132 * gdb.multi/multi-arch-exec.exp
7133 * gdb.multi/remove-inferiors.exp
7134 * gdb.multi/watchpoint-multi-exit.exp
7135 * gdb.opt/solib-intra-step.exp
7136 * gdb.perf/backtrace.exp
7137 * gdb.perf/single-step.exp
7138 * gdb.perf/skip-command.exp
7139 * gdb.perf/skip-prologue.exp
7140 * gdb.perf/solib.exp
7141 * gdb.python/lib-types.exp
7142 * gdb.python/py-as-string.exp
7143 * gdb.python/py-bad-printers.exp
7144 * gdb.python/py-block.exp
7145 * gdb.python/py-breakpoint.exp
7146 * gdb.python/py-cmd.exp
7147 * gdb.python/py-events.exp
7148 * gdb.python/py-evthreads.exp
7149 * gdb.python/py-finish-breakpoint.exp
7150 * gdb.python/py-finish-breakpoint2.exp
7151 * gdb.python/py-frame-inline.exp
7152 * gdb.python/py-frame.exp
7153 * gdb.python/py-inferior.exp
7154 * gdb.python/py-infthread.exp
7155 * gdb.python/py-mi.exp
7156 * gdb.python/py-objfile.exp
7157 * gdb.python/py-pp-maint.exp
7158 * gdb.python/py-pp-registration.exp
7159 * gdb.python/py-prettyprint.exp
7160 * gdb.python/py-recurse-unwind.exp
7161 * gdb.python/py-shared.exp
7162 * gdb.python/py-symbol.exp
7163 * gdb.python/py-symtab.exp
7164 * gdb.python/py-template.exp
7165 * gdb.python/py-type.exp
7166 * gdb.python/py-unwind-maint.exp
7167 * gdb.python/py-unwind.exp
7168 * gdb.python/py-value.exp
7169 * gdb.python/python.exp
7170 * gdb.reverse/finish-reverse-bkpt.exp
7171 * gdb.reverse/insn-reverse.exp
7172 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7173 * gdb.reverse/solib-precsave.exp
7174 * gdb.reverse/solib-reverse.exp
7175 * gdb.stabs/gdb11479.exp
7176 * gdb.stabs/weird.exp
7177 * gdb.threads/fork-child-threads.exp
7178 * gdb.threads/fork-plus-threads.exp
7179 * gdb.threads/fork-thread-pending.exp
7180 * gdb.threads/forking-threads-plus-breakpoint.exp
7181 * gdb.threads/hand-call-in-threads.exp
7182 * gdb.threads/interrupted-hand-call.exp
7183 * gdb.threads/linux-dp.exp
7184 * gdb.threads/local-watch-wrong-thread.exp
7185 * gdb.threads/next-while-other-thread-longjmps.exp
7186 * gdb.threads/non-ldr-exit.exp
7187 * gdb.threads/pending-step.exp
7188 * gdb.threads/print-threads.exp
7189 * gdb.threads/process-dies-while-detaching.exp
7190 * gdb.threads/process-dies-while-handling-bp.exp
7191 * gdb.threads/pthreads.exp
7192 * gdb.threads/queue-signal.exp
7193 * gdb.threads/reconnect-signal.exp
7194 * gdb.threads/signal-command-handle-nopass.exp
7195 * gdb.threads/signal-command-multiple-signals-pending.exp
7196 * gdb.threads/signal-delivered-right-thread.exp
7197 * gdb.threads/signal-sigtrap.exp
7198 * gdb.threads/sigthread.exp
7199 * gdb.threads/staticthreads.exp
7200 * gdb.threads/stepi-random-signal.exp
7201 * gdb.threads/thread-unwindonsignal.exp
7202 * gdb.threads/thread_check.exp
7203 * gdb.threads/thread_events.exp
7204 * gdb.threads/tid-reuse.exp
7205 * gdb.threads/tls-nodebug.exp
7206 * gdb.threads/tls-shared.exp
7207 * gdb.threads/tls-so_extern.exp
7208 * gdb.threads/tls.exp
7209 * gdb.threads/wp-replication.exp
7210 * gdb.trace/actions-changed.exp
7211 * gdb.trace/actions.exp
7212 * gdb.trace/backtrace.exp
7213 * gdb.trace/change-loc.exp
7214 * gdb.trace/collection.exp
7215 * gdb.trace/deltrace.exp
7216 * gdb.trace/disconnected-tracing.exp
7217 * gdb.trace/entry-values.exp
7218 * gdb.trace/ftrace-lock.exp
7219 * gdb.trace/ftrace.exp
7220 * gdb.trace/infotrace.exp
7221 * gdb.trace/mi-trace-frame-collected.exp
7222 * gdb.trace/mi-trace-unavailable.exp
7223 * gdb.trace/mi-traceframe-changed.exp
7224 * gdb.trace/mi-tracepoint-changed.exp
7225 * gdb.trace/mi-tsv-changed.exp
7226 * gdb.trace/no-attach-trace.exp
7227 * gdb.trace/packetlen.exp
7228 * gdb.trace/passc-dyn.exp
7229 * gdb.trace/passcount.exp
7230 * gdb.trace/pending.exp
7231 * gdb.trace/pr16508.exp
7232 * gdb.trace/qtro.exp
7233 * gdb.trace/range-stepping.exp
7234 * gdb.trace/read-memory.exp
7235 * gdb.trace/report.exp
7236 * gdb.trace/save-trace.exp
7237 * gdb.trace/signal.exp
7238 * gdb.trace/stap-trace.exp
7239 * gdb.trace/status-stop.exp
7240 * gdb.trace/strace.exp
7241 * gdb.trace/tfile.exp
7242 * gdb.trace/tfind.exp
7243 * gdb.trace/trace-break.exp
7244 * gdb.trace/trace-condition.exp
7245 * gdb.trace/trace-enable-disable.exp
7246 * gdb.trace/trace-mt.exp
7247 * gdb.trace/tracecmd.exp
7248 * gdb.trace/tracefile-pseudo-reg.exp
7249 * gdb.trace/tspeed.exp
7250 * gdb.trace/tstatus.exp
7251 * gdb.trace/tsv.exp
7252 * gdb.trace/unavailable.exp
7253 * gdb.trace/while-dyn.exp
7254 * gdb.trace/while-stepping.exp
7255 * lib/gdb-guile.exp
7256 * lib/gdb.exp
7257 * lib/mi-support.exp
7258 * lib/pascal.exp
7259 * lib/perftest.exp
7260 * lib/prelink-support.exp
7261 * lib/selftest-support.exp
7262
7263 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7264
7265 * Makefile.in: Include disable-implicit-rules.mk.
7266
7267 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7268
7269 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7270 non-byte-aligned bit fields.
7271
7272 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7273
7274 PR gdb/12616
7275 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7276 respects the DW_AT_data_bit_offset attribute.
7277
7278 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7279
7280 * gdb.base/default.exp: Fix output of "set language".
7281
7282 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7283
7284 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7285 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7286 make.
7287 * configure.ac: Remove checks for the make program.
7288 * configure: Re-generate.
7289
7290 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7291
7292 * gdb.python/py-recurse-unwind.c (main): Add loop.
7293 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7294 to read_register() and gdb.parse_and_eval(). Make each code
7295 call a separate case that can be individually tested.
7296 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7297 proc. Call cont_and_backtrace for each of the code paths that
7298 we want to test in the unwinder.
7299
7300 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7301
7302 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7303 the definition of struct S.
7304
7305 2016-11-11 Catherine Moore <clm@codesourcery.com>
7306
7307 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7308
7309 2016-11-09 Pedro Alves <palves@redhat.com>
7310
7311 * gdb.base/commands.exp (runto_or_return): New procedure.
7312 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7313 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7314 (progvar_simple_while_test, progvar_complex_if_while_test)
7315 (if_while_breakpoint_command_test)
7316 (infrun_breakpoint_command_test, breakpoint_command_test)
7317 (user_defined_command_test, watchpoint_command_test)
7318 (test_command_prompt_position, redefine_hook_test)
7319 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7320 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7321 multi_line_input and multi_line. Remove gdb_expect and
7322 gdb_stop_suppressing_tests uses.
7323 * lib/gdb.exp (valnum_re): New global.
7324 (multi_line_input): New procedure.
7325
7326 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7327
7328 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7329 Remove.
7330 (test_setup): Define with proc_with_prefix.
7331 (test_cli_inferior): Likewise.
7332 (test_cli_thread): Likewise.
7333 (test_cli_frame): Likewise.
7334 (test_cli_select_frame): Likewise.
7335 (test_cli_up_down): Likewise.
7336 (test_mi_thread_select): Likewise.
7337 (test_mi_stack_select_frame): Likewise.
7338 (test_cli_in_mi_inferior): Likewise.
7339 (test_cli_in_mi_thread): Likewise.
7340 (test_cli_in_mi_frame): Likewise.
7341 (top level): Do not use with_test_prefix_procname.
7342
7343 2016-11-09 Pedro Alves <palves@redhat.com>
7344
7345 * gdb.base/commands.exp (gdbvar_simple_if_test)
7346 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7347 (progvar_simple_if_test, progvar_simple_while_test)
7348 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7349 (infrun_breakpoint_command_test, breakpoint_command_test)
7350 (user_defined_command_test, watchpoint_command_test)
7351 (test_command_prompt_position, deprecated_command_test)
7352 (bp_deleted_in_command, temporary_breakpoint_commands)
7353 (stray_arg0_test, source_file_with_indented_comment)
7354 (recursive_source_test, if_commands_test)
7355 (error_clears_commands_left, redefine_hook_test)
7356 (redefine_backtrace_test): Use proc_with_prefix.
7357 * lib/gdb.exp (proc_with_prefix): New proc.
7358
7359 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7360
7361 * gdb.base/tui-layout.c: New file.
7362 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7363 disassembly window contains very long lines.
7364
7365 2016-11-08 Tom Tromey <tom@tromey.com>
7366
7367 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7368 depend on Python 2.
7369
7370 2016-11-08 Tom Tromey <tom@tromey.com>
7371
7372 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7373 New method.
7374
7375 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7376
7377 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7378
7379 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7380
7381 * gdb.rust/simple.rs: Add test for univariant enums without
7382 discriminants and for encoded struct-like enums.
7383
7384 2016-10-28 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7387 gdb_test_multiple, tighten regexps and match symtabs and line
7388 tables incrementally.
7389
7390 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7391
7392 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7393 general.
7394
7395 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7396
7397 * gdb.base/exec-invalid-sysroot.exp: New file.
7398
7399 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7400
7401 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7402
7403 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7404
7405 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7406
7407 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7408
7409 * gdb.base/killed-outside.exp: Remove $options from a call to
7410 `prepare_for_testing'.
7411
7412 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7413
7414 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7415 Change test message.
7416
7417 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7418
7419 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7420 Update comment.
7421
7422 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7423
7424 * gdb.trace/mi-trace-save.exp: New file.
7425
7426 2016-10-13 Yao Qi <yao.qi@linaro.org>
7427
7428 * gdb.base/code_elim.exp (get_var_address): Remove.
7429 * gdb.base/relocate.exp: Likewise.
7430 * gdb.base/shreloc.exp: Likewise.
7431 * lib/gdb.exp (get_var_address): New.
7432
7433 2016-10-13 Yao Qi <yao.qi@linaro.org>
7434
7435 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7436 floating point tests if $skip_float_test is false.
7437
7438 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7439
7440 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7441 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7442 argc values.
7443 Add 1 to argc so we guarantee distinct initial/modified argc values.
7444
7445 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7446
7447 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7448
7449 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7450
7451 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7452 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7453 * gdb.arch/vsx-regs.exp: Likewise.
7454
7455 2016-10-07 Yao Qi <yao.qi@linaro.org>
7456
7457 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7458
7459 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7460
7461 * gdb.python/python.exp: Test decode_line("*0").
7462
7463 2016-10-06 Doug Evans <dje@google.com>
7464
7465 * gdb.python/py-value.exp (test_value_creation): Add test for large
7466 unsigned 64-bit value.
7467
7468 2016-10-06 Tom Tromey <tom@tromey.com>
7469
7470 * gdb.compile/compile.exp: Change java tests to rust.
7471 * gdb.base/setshow.exp: Change java tests to rust.
7472 * gdb.base/default.exp: Remove java from language list.
7473 * README (Examples): Update language example.
7474 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7475 test.
7476 * lib/gdb.exp (skip_java_tests): Remove.
7477 * lib/java.exp: Remove.
7478 * gdb.java: Remove.
7479
7480 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7481
7482 * gdb.arch/mips-fcr.exp: New test.
7483 * gdb.arch/mips-fcr.c: Source for the new test.
7484
7485 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7486
7487 * gdb.base/solib-disc.exp: Use `standard_output_file'
7488 throughout.
7489
7490 2016-10-06 Pedro Alves <palves@redhat.com>
7491
7492 * gdb.base/jit-simple-dl.c: New file.
7493 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7494 * gdb.base/jit-simple.c: ... this.
7495 * gdb.base/jit-simple.exp (jit_run): Delete.
7496 (build_jit): New proc.
7497 (jit_test_reread): Recompile either the main program or the shared
7498 library, depending on what is being tested. Skip changing address
7499 if caller wants to. Compare before/after addresses. If testing
7500 standalone, explicitly load the binary. Test "maint info
7501 breakpoints".
7502 (top level): Add "standalone vs shared lib" and "change address"
7503 vs "same address" axes.
7504
7505 2016-10-06 Pedro Alves <palves@redhat.com>
7506
7507 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7508 call.
7509 (jit_run): Delete.
7510 (jit_test_reread): Use with_test_prefix. Reload the main binary
7511 explicitly. Compare the before/after addresses of the JIT
7512 descriptor.
7513
7514 2016-08-15 Doug Evans <dje@google.com>
7515
7516 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7517 for single bitfields is bool.
7518 * gdb.xml/tdesc-regs.exp: Ditto.
7519
7520 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7521
7522 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7523
7524 2016-10-05 Yao Qi <yao.qi@linaro.org>
7525
7526 * lib/gdb.exp (support_complex_tests): Return zero if
7527 gdb_skip_float_test return true.
7528
7529 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7530 Simon Marchi <simon.marchi@ericsson.com>
7531
7532 PR gdb/20487
7533 * gdb.mi/user-selected-context-sync.exp: New file.
7534 * gdb.mi/user-selected-context-sync.c: New file.
7535
7536 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7537 Simon Marchi <simon.marchi@ericsson.com>
7538
7539 PR gdb/20487
7540 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7541 =thread-select-event check.
7542
7543 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7544
7545 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7546 the compulsory L operand changes.
7547 * gdb.arch/powerpc-power.s: Likewise.
7548
7549 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7550
7551 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7552 * gdb.base/jit-attach-pie.c: New file.
7553 * gdb.base/jit-attach-pie.exp: New file.
7554
7555 2016-09-28 Pedro Alves <palves@redhat.com>
7556
7557 * gdb.base/infcall-input.c: New file.
7558 * gdb.base/infcall-input.exp: New file.
7559
7560 2016-09-22 Yao Qi <yao.qi@linaro.org>
7561
7562 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7563 (gdb_exit): Rename it to ...
7564 (gdbserver_gdb_exit): ... Close GDBserver.
7565 (gdb_exit): New proc, call gdbserver_gdb_exit.
7566 (mi_gdb_exit): Likewise.
7567
7568 2016-09-22 Yao Qi <yao.qi@linaro.org>
7569
7570 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7571 path.
7572 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7573 Remove duplication.
7574
7575 2016-09-22 Yao Qi <yao.qi@linaro.org>
7576
7577 * lib/gdbserver-support.exp: Check the existence of
7578 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7579
7580 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7581
7582 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7583
7584 2016-09-21 Tom Tromey <tom@tromey.com>
7585
7586 PR gdb/20604:
7587 * gdb.base/quit.exp: New file.
7588
7589 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7590
7591 * .gitignore: New file.
7592
7593 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7594
7595 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7596 throughout.
7597
7598 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7599
7600 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7601
7602 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7603
7604 * gdb.cp/casts.cc (decltype): Move it ...
7605 (main): ... with its call to ...
7606 * gdb.cp/casts03.cc: ... a new file.
7607 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7608
7609 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7610
7611 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7612
7613 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7614
7615 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7616 and sync up the test with tests in gas/testsuite/gas/ppc.
7617 * gdb.arch/powerpc-power.exp: Likewise.
7618
7619 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7620
7621 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7622
7623 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7624 Jan Kratochvil <jan.kratochvil@redhat.com>
7625
7626 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7627 make m1's definition to be different from m2's. Use 'dummy' as an
7628 argument for probe 'two'.
7629
7630 2016-09-10 Jon Beniston <jon@beniston.com>
7631
7632 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7633 for sim target.
7634
7635 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7636
7637 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7638 variable declaration.
7639 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7640 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7641 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7642 received HWCAP as its argument.
7643
7644 2016-09-06 Pedro Alves <palves@redhat.com>
7645
7646 * gdb.base/new-ui-pending-input.c: New file.
7647 * gdb.base/new-ui-pending-input.exp: New file.
7648 * gdb.exp (clear_gdb_spawn_id): New procedure.
7649 (with_spawn_id): Check whether gdb_spawn_id exists before
7650 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7651 on exit.
7652
7653 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7654
7655 * gdb.base/float128.c: New file.
7656 * gdb.base/float128.exp: Likewise.
7657 * gdb.base/floatn.c: Likewise.
7658 * gdb.base/floatn.exp: Likewise.
7659
7660 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7661
7662 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7663
7664 2016-09-05 Pedro Alves <palves@redhat.com>
7665
7666 PR backtrace/19927
7667 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7668 unwinders are immediately called as side effect of "source" or
7669 "disable unwinder" commands.
7670 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7671
7672 2016-09-02 Yao Qi <yao.qi@linaro.org>
7673
7674 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7675 is true and $type is "float" or "double".
7676
7677 2016-09-02 Yao Qi <yao.qi@linaro.org>
7678
7679 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7680 true.
7681 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7682 * gdb.base/call-rt-st.exp: Likewise.
7683 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7684 return value instead of gdb,skip_float_test.
7685 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7686 (do_function_calls): Use its return value instead of
7687 gdb,skip_float_test.
7688 * gdb.base/finish.exp: Likewise.
7689 * gdb.base/funcargs.exp: Likewise.
7690 * gdb.base/return.exp: Likewise.
7691 * gdb.base/return2.exp: Likewise.
7692 * gdb.base/varargs.exp: Likewise.
7693 * lib/gdb.exp (gdb_skip_float_test): Change it to
7694 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7695
7696 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7697
7698 * gdb.multi/tids.exp: Test "thread apply all".
7699
7700 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7701
7702 * gdb.base/default.exp (tty): Remove.
7703
7704 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7705
7706 * gdb.python/py-recurse-unwind.c: New file.
7707 * gdb.python/py-recurse-unwind.py: New file.
7708 * gdb.python/py-recurse-unwind.exp: New file.
7709
7710 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7711
7712 * gdb.base/set-inferior-tty.exp: New file.
7713 * gdb.base/set-inferior-tty.c: New file.
7714
7715 2016-08-23 Pedro Alves <palves@redhat.com>
7716
7717 PR gdb/20494
7718 * gdb.base/new-ui-echo.c: New file.
7719 * gdb.base/new-ui-echo.exp: New file.
7720
7721 2016-08-23 Yao Qi <yao.qi@linaro.org>
7722
7723 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7724 gdbserver_spawn.
7725 * gdb.server/connect-without-multi-process.exp (do_test):
7726 Likewise.
7727
7728 2016-08-23 Yao Qi <yao.qi@linaro.org>
7729
7730 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7731 standalone_txt. Delete gdb_txt and standalone_txt on host
7732 and target. Spawn the binary on target. Copy files from
7733 target to host.
7734
7735 2016-08-22 Pedro Alves <palves@redhat.com>
7736
7737 PR gdb/20505
7738 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7739 with_test_prefix. Factor out bits to ...
7740 (test_no_vdso): ... this new procedure.
7741
7742 2016-08-19 Carl Love <cel@us.ibm.com>
7743
7744 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7745 maintaining separate logic for constructing the output path.
7746 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7747 * gdb.arch/ppc-dfp.exp: Likewise.
7748 * gdb.arch/ppc-fp.exp: Likewise.
7749 * gdb.arch/vsx-regs.exp: Likewise.
7750 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7751 binprefix for generating the additional binary files.
7752
7753 2016-08-19 Pedro Alves <palves@redhat.com>
7754
7755 * gdb.trace/mi-trace-frame-collected.exp
7756 (test_trace_frame_collected): On x32, expect two registers.
7757
7758 2016-08-18 Carl Love <cel@us.ibm.com>
7759
7760 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7761 and sync up the test with tests in gas/testsuite/gas/ppc.
7762 * gdb.arch/powerpc-power.exp: Likewise.
7763
7764 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7765
7766 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7767 expected error message.
7768
7769 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7770
7771 * gdb.multi/remove-inferiors.exp: New file.
7772 * gdb.multi/remove-inferiors.c: New file.
7773
7774 2016-08-12 Yao Qi <yao.qi@linaro.org>
7775
7776 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7777 argument list.
7778
7779 2016-08-10 Pedro Alves <palves@redhat.com>
7780
7781 PR gdb/19187
7782 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7783 setup_kfails.
7784
7785 2016-08-09 Pedro Alves <palves@redhat.com>
7786 Simon Marchi <simon.marchi@ericsson.com>
7787
7788 PR gdb/20418
7789 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7790 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7791
7792 2016-08-09 Pedro Alves <palves@redhat.com>
7793
7794 PR mi/20431
7795 * gdb.mi/mi-cmd-error.exp: New file.
7796
7797 2016-08-09 Pedro Alves <palves@redhat.com>
7798
7799 PR gdb/18653
7800 * gdb.base/signals-state-child.c: New file.
7801 * gdb.base/signals-state-child.exp: New file.
7802 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7803
7804 2016-08-09 Pedro Alves <palves@redhat.com>
7805
7806 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7807
7808 2016-08-03 Tom Tromey <tom@tromey.com>
7809
7810 PR python/18565:
7811 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7812
7813 2016-08-01 Yao Qi <yao.qi@linaro.org>
7814
7815 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7816 variable mode to "multi-process" if $multi_process is 1, otherwise
7817 set it to "single-process".
7818
7819 2016-08-01 Yao Qi <yao.qi@linaro.org>
7820
7821 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7822 * gdb.cp/cpexprs.exp: Likewise.
7823 * gdb.cp/m-static.exp: Likewise.
7824
7825 2016-07-26 Tom Tromey <tom@tromey.com>
7826
7827 PR python/20190:
7828 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7829 test.
7830
7831 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7832
7833 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7834 selecting assembly source files.
7835 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7836 assembly source files.
7837 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7838 assembly source files.
7839 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7840 selecting assembly source files.
7841
7842 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7843
7844 * gdb.base/new-ui.exp (do_test_invalid_args): New
7845 procedure.
7846
7847 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7848
7849 * gdb.btrace/reconnect.c: New file.
7850 * gdb.btrace/reconnect.exp: New file.
7851
7852 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7853
7854 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7855 to test_catch_syscall_group.
7856 (test_catch_syscall_group): New.
7857
7858 2016-07-21 Tom Tromey <tom@tromey.com>
7859
7860 * gdb.rust/simple.rs (main): Use empty struct expression.
7861 * gdb.rust/simple.exp: Add tests for empty struct expression.
7862
7863 2016-07-21 Yao Qi <yao.qi@linaro.org>
7864
7865 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7866 if gdb_skip_xml_test is true on some targets.
7867
7868 2016-07-21 Yao Qi <yao.qi@linaro.org>
7869
7870 * gdb.server/solib-list.exp: Unset last_loaded_file.
7871
7872 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7873
7874 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7875 "step into captured_main (args)".
7876
7877 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7878
7879 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7880
7881 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7882
7883 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7884
7885 2016-07-19 Pedro Alves <palves@redhat.com>
7886
7887 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7888 * gdb.opt/inline-bt.exp: Likewise.
7889 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7890 additional_flags=-Winline.
7891 * gdb.opt/inline-locals.exp: Likewise.
7892 * gdb.opt/inline-markers.c (ATTR): Define.
7893 (inlined_fn): Use it.
7894
7895 2016-07-19 Yao Qi <yao.qi@linaro.org>
7896
7897 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7898 (test_with_self): Remove some code. Remove argument executable.
7899 (top-level): Use do_self_tests.
7900
7901 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7902 Don Breazeal <donb@codesourcery.com>
7903
7904 * gdb.base/maint.exp: Escape paths used in regular expressions.
7905 * gdb.stabs/weird.exp: Likewise.
7906
7907 2016-07-13 Tom Tromey <tom@tromey.com>
7908
7909 PR python/15620, PR python/18620:
7910 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7911 (test_bkpt_events): New procs.
7912
7913 2016-07-13 Tom Tromey <tom@tromey.com>
7914
7915 PR python/17698:
7916 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7917 test.
7918 (test_watchpoints): Likewise.
7919 (test_bkpt_pending): New proc.
7920
7921 2016-07-13 Tom Tromey <tom@tromey.com>
7922
7923 PR cli/18053:
7924 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7925 completion test.
7926
7927 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7928
7929 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7930 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7931 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7932 f_label.
7933 (g): Rename g_end_lbl to g_label.
7934 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7935 low_pc and high_pc.
7936 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7937
7938 2016-07-12 Tom Tromey <tom@tromey.com>
7939
7940 PR python/19293:
7941 * gdb.python/py-unwind-maint.exp: Update tests.
7942
7943 2016-07-12 Yao Qi <yao.qi@linaro.org>
7944
7945 * lib/selftest-support.exp (selftest_setup): Match the output
7946 when captured_main is inlined.
7947
7948 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7949
7950 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7951 New variables.
7952 (print this%a, print this%b, print this): New tests.
7953 * gdb.fortran/derived-types.f90 (this): New object and
7954 initialization.
7955
7956 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7957
7958 * gdb.ada/arraydim.exp: Remove extra directory level in build
7959 directory.
7960
7961 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7962
7963 * lib/ada.exp: Remove extra directory level in build directory.
7964 * gdb.ada/cond_lang.exp: Likewise.
7965 * gdb.ada/exec_changed.exp: Likewise.
7966 * gdb.ada/lang_switch.exp: Likewise.
7967
7968 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7969
7970 * simple.rs: Add test for raw pointer subscripting.
7971 * simple.exp: Add test expectations.
7972
7973 2016-07-05 Yao Qi <yao.qi@linaro.org>
7974
7975 * gdb.mi/mi-reverse.exp: Match =record-started output.
7976
7977 2016-07-01 Pedro Alves <palves@redhat.com>
7978
7979 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7980 procedure.
7981 (jit_reader_test): Test the jit reader's unwinder.
7982 * gdb.base/jithost.c (jit_function_00_code): New global.
7983 (main): Use memcpy to fill in the mmapped code, instead of poking
7984 bytes manually here.
7985 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7986 value.
7987 (read_debug_info): Save the function's range.
7988 (read_sp): New function.
7989 (unwind_frame): Use it. Also unwind RBP.
7990 (get_frame_id): Use read_sp.
7991 (gdb_init_reader): Use calloc instead of malloc.
7992 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7993 parameter. Use gdb_test_multiple.
7994
7995 2016-07-01 Pedro Alves <palves@redhat.com>
7996 Antoine Tremblay <antoine.tremblay@ericsson.com>
7997
7998 * gdb.threads/process-dies-while-detaching.c: New file.
7999 * gdb.threads/process-dies-while-detaching.exp: New file.
8000
8001 2016-07-01 Pedro Alves <palves@redhat.com>
8002
8003 * gdb.multi/watchpoint-multi-exit.c: New file.
8004 * gdb.multi/watchpoint-multi-exit.exp: New file.
8005
8006 2016-06-30 Pedro Alves <palves@redhat.com>
8007
8008 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8009 unset inferior_spawn_id.
8010
8011 2016-06-30 Pedro Alves <palves@redhat.com>
8012
8013 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8014 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8015
8016 2016-06-29 Yao Qi <yao.qi@linaro.org>
8017
8018 * gdb.base/return.c: Add copyright header.
8019
8020 2016-06-29 Tom Tromey <tom@tromey.com>
8021
8022 PR python/20129:
8023 * gdb.python/py-framefilter.exp: Add tests for setting priority
8024 and disabling of non-existent frame filter.
8025
8026 2016-06-29 Yao Qi <yao.qi@linaro.org>
8027
8028 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8029 0x0f07ff.
8030
8031 2016-06-28 Yao Qi <yao.qi@linaro.org>
8032
8033 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8034 triplets. Start gdb, execute catch syscall, and continue. Check
8035 gdb's output to determine catch syscall is supported.
8036
8037 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8038
8039 * gdb.rust/simple.rs: Add test for returning unit in a function.
8040 * gdb.rust/simple.exp: Add expectation for functions returning
8041 unit.
8042
8043 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8044
8045 * gdb.python/py-breakpoint-create-fail.c,
8046 gdb.python/py-breakpoint-create-fail.exp,
8047 gdb.python/py-breakpoint-create-fail.py: New testcase.
8048
8049 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8050
8051 PR gdb/20239
8052 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8053 * gdb.rust/simple.exp: Add test expectations for new NonZero
8054 tests.
8055
8056 2016-06-24 David Taylor <dtaylor@emc.com>
8057
8058 * gdb.base/offsets.exp: New file.
8059 * gdb.base/offsets.c: New file.
8060
8061 2016-06-23 Tom Tromey <tom@tromey.com>
8062
8063 PR gdb/16483:
8064 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8065 before any filters are loaded.
8066
8067 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8068
8069 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8070 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8071 structs.
8072 * gdb.fortran/derived-type-function.exp: New file.
8073 * gdb.fortran/derived-type-function.f90: New file.
8074
8075
8076 2016-06-21 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.base/new-ui.exp: New file.
8079 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8080 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8081 (with_spawn_id): New procedure.
8082
8083 2016-06-21 Pedro Alves <palves@redhat.com>
8084
8085 * gdb.mi/mi-exec-run.exp: New file.
8086
8087 2016-06-21 Pedro Alves <palves@redhat.com>
8088
8089 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8090 breakpoint command's output on the main UI.
8091 (test_break): New procedure, factored out from calls in the top
8092 level.
8093 (top level): Use foreach_with_prefix to test MI as main UI and as
8094 separate UI.
8095
8096 2016-06-21 Pedro Alves <palves@redhat.com>
8097
8098 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8099 (test_awatch_creation_and_listing)
8100 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8101 Remove 'type' parameter.
8102 (test_watchpoint_all): New parameter mi_mode. Remove
8103 with_test_prefix.
8104 (top level): Use foreach_with_prefix, and add main/separate UI MI
8105 testing axis.
8106
8107 2016-06-21 Pedro Alves <palves@redhat.com>
8108
8109 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8110 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8111 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8112 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8113 (gdb_main_spawn_id, mi_spawn_id): Declare and
8114 comment.
8115 (mi_create_inferior_pty): New procedure,
8116 factored out from default_mi_gdb_start.
8117 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8118 procedures.
8119 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8120 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8121 Use mi_create_inferior_pty.
8122 (mi_gdb_start): Use eval to pass down args list.
8123
8124 2016-06-21 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8127 * gdb.opt/inline-cmds.exp: Add MI tests.
8128
8129 2016-06-21 Pedro Alves <palves@redhat.com>
8130
8131 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8132
8133 2016-06-21 Pedro Alves <palves@redhat.com>
8134
8135 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8136 (top level): Use it instead of mi_execute_to.
8137
8138 2016-06-21 Pedro Alves <palves@redhat.com>
8139
8140 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8141 (cont_handler_str): New.
8142 (signal_stop_handler): Set stop_handler_str instead of printing to
8143 stdout.
8144 (continue_handler): Set cont_handler_str instead of printing to
8145 stdout.
8146 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8147 mi_send_resuming_command. Print stop_handler_str and
8148 cont_handler_str instead of expecting the python events print
8149 directly.
8150
8151 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8152
8153 * gdb.base/jit-reader.exp: New file.
8154 * gdb.base/jithost.c: New file.
8155 * gdb.base/jithost.h: New file.
8156 * gdb.base/jitreader.c : New file.
8157 * gdb.base/jit-protocol.h: New file.
8158
8159 2016-06-17 Yao Qi <yao.qi@linaro.org>
8160
8161 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8162 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8163 and detach-on-fork. Adjust tests.
8164 (top level): Invoke break_cond_on_syscall with combinations of
8165 syscall, follow-fork-mode and detach-on-fork.
8166
8167 2016-06-17 Yao Qi <yao.qi@linaro.org>
8168
8169 * gdb.base/step-over-exit.c: New.
8170 * gdb.base/step-over-exit.exp: New.
8171
8172 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8173
8174 * gdb.base/float.exp: Add target check for nds32*-*-*.
8175 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8176
8177 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8178
8179 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8180 for unsupported target features.
8181 * gdb.base/call-rt-st.exp: Likewise.
8182 * gdb.base/call-sc.exp: Likewise.
8183 * gdb.base/call-signal-resume.exp: Likewise.
8184 * gdb.base/call-strs.exp: Likewise.
8185 * gdb.base/callexit.exp: Likewise.
8186 * gdb.base/callfuncs.exp: Likewise.
8187 * gdb.base/nodebug.exp: Likewise.
8188 * gdb.base/printcmds.exp: Likewise.
8189 * gdb.base/ptype.exp: Likewise.
8190 * gdb.base/structs.exp: Likewise.
8191 * gdb.base/unwindonsignal.exp: Likewise.
8192 * gdb.cp/gdb2495.exp: Likewise.
8193 * gdb.cp/templates.exp: Likewise.
8194 * gdb.cp/virtfunc.exp: Likewise.
8195 * gdb.threads/hand-call-in-threads.exp: Likewise.
8196 * gdb.threads/interrupted-hand-call.exp: Likewise.
8197 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8198
8199 2016-06-10 Tom Tromey <tom@tromey.com>
8200
8201 PR rust/20110:
8202 * gdb.rust/expr.exp: Add test for integer constant larger than
8203 i32.
8204
8205 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8206
8207 * gdb.fortran/nested-funcs.exp: New.
8208 * gdb.fortran/nested-funcs.f90: New.
8209
8210 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8211
8212 * gdb.base/examine-backward.c: New file.
8213 * gdb.base/examine-backward.exp: New file.
8214
8215 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8216
8217 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8218 matching.
8219
8220 2016-06-02 Tom Tromey <tom@tromey.com>
8221
8222 PR python/18984:
8223 * gdb.python/py-shared.exp: Add solib_name test.
8224
8225 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8226
8227 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8228
8229 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8230
8231 PR c++/19893
8232 * gdb.dwarf2/implref.exp: Rename to...
8233 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8234 * gdb.dwarf2/implref-array.c: New file.
8235 * gdb.dwarf2/implref-array.exp: Likewise.
8236 * gdb.dwarf2/implref-global.c: Likewise.
8237 * gdb.dwarf2/implref-global.exp: Likewise.
8238 * gdb.dwarf2/implref-struct.c: Likewise.
8239 * gdb.dwarf2/implref-struct.exp: Likewise.
8240
8241 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8242
8243 * gdb.trace/trace-condition.exp: Add 64bit tests.
8244
8245 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8246
8247 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8248 bits types.
8249 (main): Adapt to 8 to 64 bits types.
8250 * gdb.trace/trace-condition.exp: Add new tests.
8251
8252 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8253
8254 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8255
8256 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8257
8258 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8259 Move condition tests...
8260 * gdb.trace/trace-condition.exp: Here.
8261
8262 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8263
8264 * gdb.trace/trace-condition.exp: Add counter-case tests.
8265
8266 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8267
8268 PR c++/15231
8269 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8270 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8271
8272 2016-05-27 Pedro Alves <palves@redhat.com>
8273
8274 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8275 New procedure.
8276 (top level): Call it, and bail out of DejaGnu is known to be bad.
8277
8278 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8279
8280 * gdb.base/whatis.c: Extend the test case.
8281 * gdb.base/whatis.exp: Add additional tests.
8282
8283 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8284
8285 * gdb.fortran/type.f90: Add pointer variable.
8286 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8287
8288 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8289
8290 * gdb.fortran/vla-type.exp: Fix testcase name.
8291
8292 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8293
8294 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8295
8296 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8297
8298 * gdb.fortran/type.f90: Add nested structures.
8299 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8300 * gdb.fortran/derived-type.exp: Adapt expected output.
8301 * gdb.fortran/vla-type.exp: Adapt expected output.
8302
8303 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8304
8305 * gdb.fortran/whatis_type.exp: Adapt expected output.
8306
8307 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8308
8309 * gdb.fortran/print_type.exp: Fix expected output.
8310 * gdb.fortran/whatis_type.exp: Fix expected output.
8311
8312 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8313
8314 * gdb.fortran/whatis_type.exp: Use multi_line.
8315
8316 2016-05-24 Tom Tromey <tom@tromey.com>
8317
8318 PR python/17386:
8319 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8320 use value as an index.
8321
8322 2016-05-23 Tom Tromey <tom@tromey.com>
8323
8324 PR python/17981:
8325 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8326 no-breakpoint case.
8327
8328 2016-05-24 Pedro Alves <palves@redhat.com>
8329
8330 PR gdb/19828
8331 * gdb.threads/clone-attach-detach.c: New file.
8332 * gdb.threads/clone-attach-detach.exp: New file.
8333
8334 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8335
8336 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8337
8338 2016-05-23 Tom Tromey <tom@tromey.com>
8339
8340 PR python/19438, PR python/18393:
8341 * gdb.python/py-progspace.exp: Add "dir" test.
8342 * gdb.python/py-objfile.exp: Add "dir" test.
8343
8344 2016-05-23 Yao Qi <yao.qi@linaro.org>
8345
8346 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8347 * gdb.arch/thumb2-it.exp: Likewise.
8348
8349 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8350
8351 * gdb.mi/mi-threads-interrupt.c: New file.
8352 * gdb.mi/mi-threads-interrupt.exp: New file.
8353
8354 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8355
8356 PR gdb/18077
8357 * gdb.mi/mi-async-run.exp: New file.
8358 * gdb.mi/mi-async-run.c: New file.
8359
8360 2016-05-17 Tom Tromey <tom@tromey.com>
8361 Manish Goregaokar <manishsmail@gmail.com>
8362
8363 * lib/rust-support.exp: New file.
8364 * lib/gdb.exp (skip_rust_tests): New proc.
8365 (build_executable_from_specs): Handle rust.
8366 * lib/future.exp (gdb_find_rustc): New proc.
8367 (gdb_default_target_compile): Handle rust.
8368 * gdb.rust/expr.exp: New file.
8369 * gdb.rust/generics.exp: New file.
8370 * gdb.rust/generics.rs: New file.
8371 * gdb.rust/methods.exp: New file.
8372 * gdb.rust/methods.rs: New file.
8373 * gdb.rust/modules.exp: New file.
8374 * gdb.rust/modules.rs: New file.
8375 * gdb.rust/simple.exp: New file.
8376 * gdb.rust/simple.rs: New file.
8377
8378 2016-05-17 Tom Tromey <tom@tromey.com>
8379
8380 * gdb.base/default.exp (set language): Add rust.
8381
8382 2016-05-17 Tom Tromey <tom@tromey.com>
8383
8384 * gdb.gdb/unittest.exp: New file.
8385
8386 2016-05-16 Yao Qi <yao.qi@linaro.org>
8387
8388 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8389 shell_prompt. Update shell_prompt_re.
8390
8391 2016-05-12 Doug Evans <dje@google.com>
8392
8393 PR symtab/19999
8394 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8395 $options when building executable.
8396 * gdb.dwarf2/fission-loclists-pie.S: New file.
8397 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8398
8399 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8400
8401 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8402 of [is_remote target],
8403
8404 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8405
8406 * lib/gdb.exp (use_gdb_stub): New procedure.
8407
8408 2016-05-03 Yunlian Jiang <yunlian@google.com>
8409 Doug Evans <dje@google.com>
8410
8411 PR symtab/19914
8412 * gdb.dwarf2/dwp-sepdebug.c: New file.
8413 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8414
8415 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8416
8417 * gdb.base/detach.exp: Remove is_remote check.
8418
8419 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8420
8421 * gdb.base/annota-input-while-running.exp: Don't check for
8422 [is_remote target]. Enable annotations after running to main.
8423 Remove unused "set test..." line.
8424
8425 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8426
8427 * gdb.trace/trace-enable-disable.exp: New file.
8428 * gdb.trace/trace-enable-disable.c: New file.
8429
8430 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8431
8432 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8433 use it in info sharedlibrary test.
8434 * gdb.trace/ftrace-lock.exp: Likewise.
8435 * gdb.trace/ftrace.exp: Likewise.
8436 * gdb.trace/range-stepping.exp: Likewise.
8437 * gdb.trace/trace-break.exp: Likewise.
8438 * gdb.trace/trace-condition.exp: Likewise.
8439 * gdb.trace/trace-mt.exp: Likewise.
8440
8441 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8442
8443 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8444 (gdb_load_shlib): ... this.
8445 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8446 gdb_load_shlib.
8447 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8448 * gdb.base/ctxobj.exp: Likewise.
8449 * gdb.base/dprintf-pending.exp: Likewise.
8450 * gdb.base/dso2dso.exp: Likewise.
8451 * gdb.base/fixsection.exp: Likewise.
8452 * gdb.base/gcore-relro.exp: Likewise.
8453 * gdb.base/gdb1555.exp: Likewise.
8454 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8455 * gdb.base/gnu-ifunc.exp: Likewise.
8456 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8457 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8458 * gdb.base/pending.exp: Likewise.
8459 * gdb.base/print-file-var.exp: Likewise.
8460 * gdb.base/print-symbol-loading.exp: Likewise.
8461 * gdb.base/shlib-call.exp: Likewise.
8462 * gdb.base/shreloc.exp: Likewise.
8463 * gdb.base/so-impl-ld.exp: Likewise.
8464 * gdb.base/solib-disc.exp: Likewise.
8465 * gdb.base/solib-nodir.exp: Likewise.
8466 * gdb.base/solib-overlap.exp: Likewise.
8467 * gdb.base/solib-symbol.exp: Likewise.
8468 * gdb.base/solib-weak.exp (do_test): Likewise.
8469 * gdb.base/sym-file.exp: Likewise.
8470 * gdb.base/symtab-search-order.exp: Likewise.
8471 * gdb.base/type-opaque.exp: Likewise.
8472 * gdb.base/unload.exp: Likewise.
8473 * gdb.base/watchpoint-solib.exp: Likewise.
8474 * gdb.compile/compile.exp: Likewise.
8475 * gdb.cp/gdb2384.exp: Likewise.
8476 * gdb.cp/infcall-dlopen.exp: Likewise.
8477 * gdb.cp/re-set-overloaded.exp: Likewise.
8478 * gdb.fortran/library-module.exp: Likewise.
8479 * gdb.opt/solib-intra-step.exp: Likewise.
8480 * gdb.python/py-finish-breakpoint.exp: Likewise.
8481 * gdb.python/py-shared.exp: Likewise.
8482 * gdb.reverse/solib-precsave.exp: Likewise.
8483 * gdb.reverse/solib-reverse.exp: Likewise.
8484 * gdb.server/solib-list.exp: Likewise.
8485 * gdb.threads/dlopen-libpthread.exp: Likewise.
8486 * gdb.threads/tls-shared.exp: Likewise.
8487 * gdb.threads/tls-so_extern.exp: Likewise.
8488 * gdb.trace/change-loc.exp: Likewise.
8489 * gdb.trace/ftrace-lock.exp: Likewise.
8490 * gdb.trace/ftrace.exp: Likewise.
8491 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8492 * gdb.trace/pending.exp: Likewise.
8493 * gdb.trace/range-stepping.exp: Likewise.
8494 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8495 (strace_info_marker): Likewise.
8496 (strace_probe_marker): Likewise.
8497 (strace_trace_on_same_addr): Likewise.
8498 (strace_trace_on_diff_addr): Likewise.
8499 * gdb.trace/trace-break.exp: Likewise.
8500 * gdb.trace/trace-condition.exp: Likewise.
8501 * gdb.trace/trace-mt.exp: Likewise.
8502
8503 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8504
8505 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8506 result of gdb_remote_download.
8507 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8508 * gdb.base/dso2dso.exp: Likewise.
8509 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8510 * gdb.base/print-file-var.exp: Likewise.
8511 * gdb.base/shlib-call.exp: Likewise.
8512 * gdb.base/shreloc.exp: Likewise.
8513 * gdb.base/solib-overlap.exp: Likewise.
8514 * gdb.base/solib-weak.exp (do_test): Likewise.
8515 * gdb.base/unload.exp: Likewise.
8516
8517 2016-04-27 Yao Qi <yao.qi@linaro.org>
8518
8519 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8520 exists.
8521
8522 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8523
8524 * vla-type.exp: Print structure from toplevel.
8525
8526 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8527
8528 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8529 of dynamic types.
8530 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8531 of dynamic types.
8532
8533 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8534
8535 * gdb.fortran/vla-type.f90: New file.
8536 * gdb.fortran/vla-type.exp: New file.
8537
8538 2016-04-25 Yao Qi <yao.qi@linaro.org>
8539
8540 * gdb.base/branch-to-self.c: New file.
8541 * gdb.base/branch-to-self.exp: New file.
8542
8543 2016-04-22 Yao Qi <yao.qi@linaro.org>
8544
8545 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8546 more after $hex.
8547
8548 2016-04-22 Yao Qi <yao.qi@linaro.org>
8549
8550 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8551 * gdb.base/annota3.exp: Likewise.
8552
8553 2016-04-22 Yao Qi <yao.qi@linaro.org>
8554
8555 * gdb.reverse/step-precsave.exp: Do one step and test program
8556 stops in "callee" and do multiple steps until program goes out
8557 of "callee".
8558 * gdb.reverse/step-reverse.exp: Likewise.
8559
8560 2016-04-22 Yao Qi <yao.qi@linaro.org>
8561
8562 * gdb.trace/signal.exp: Also pass if
8563 $tracepoint_hits($i) > $iterations.
8564
8565 2016-04-22 Yao Qi <yao.qi@linaro.org>
8566
8567 * gdb.trace/signal.c: New file.
8568 * gdb.trace/signal.exp: New file.
8569
8570 2016-04-19 Doug Evans <xdje42@gmail.com>
8571
8572 * gdb.base/bad-file.exp: New file.
8573
8574 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8575
8576 * gdb.dwarf2/implref.exp: New file.
8577
8578 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8579
8580 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8581 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8582 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8583 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8584 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8585 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8586 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8587 * lib/fortran.exp (fortran_int4): New procedure.
8588 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8589 (fortran_logical4): Likewise.
8590
8591 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8592
8593 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8594
8595 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8596
8597 * lib/compiler.c: Add Intel specific preprocessor macros.
8598 * lib/compiler.cc: Likewise.
8599
8600 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8601
8602 * gdb.server/connect-with-no-symbol-file.c: New file.
8603 * gdb.server/connect-with-no-symbol-file.exp: New file.
8604
8605 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8606
8607 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8608
8609 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8610
8611 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8612 standard output directory.
8613
8614 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8615
8616 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8617
8618 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8619
8620 * gdb.btrace/instruction_history.c (loop): Add declaration.
8621
8622 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8623
8624 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8625
8626 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8627
8628 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8629 parentheses to print.
8630 (continue_handler): Likewise.
8631
8632 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8633
8634 * gdb.server/solib-list.exp: Remove is_remote check.
8635 Pass shlib= to gdb_compile. Don't link shared library with
8636 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8637 Run binary filename through "readlink -f" on the target.
8638
8639 2016-04-08 Pedro Alves <palves@redhat.com>
8640
8641 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8642 interpreter filename as argument to gdbserver_spawn.
8643 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8644 Return empty if $last_loaded_file does not exist.
8645
8646 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8647
8648 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8649 * gdb.base/jit-main.c: Use exit after usage.
8650
8651 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8652
8653 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8654 GDBHISTSIZE prior to the tests.
8655 * gdb.base/gdbinit-history.exp: Likewise.
8656
8657 2016-04-07 Pedro Alves <palves@redhat.com>
8658
8659 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8660 instead of build_executable. Use gdb_load_shlibs.
8661
8662 2016-04-07 Yao Qi <yao.qi@linaro.org>
8663
8664 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8665 Execute "si" command.
8666
8667 2016-04-07 Yao Qi <yao.qi@linaro.org>
8668
8669 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8670 number instead of the comments on some line.
8671
8672 2016-04-06 Don Breazeal <donb@codesourcery.com>
8673
8674 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8675 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8676
8677 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8678
8679 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8680 standard_output_file. Remove unused binfile variable.
8681
8682 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8683
8684 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8685 * gdb.python/py-mi-objfile.exp: Match "list main" output
8686 in console format.
8687
8688 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8689
8690 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8691 absolute.
8692
8693 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8694
8695 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8696 absolute.
8697 * gdb.trace/ftrace.exp: Likewise.
8698 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8699 targets as well.
8700 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8701 (gdb_load_shlibs): Copy libraries to test directory when testing
8702 natively. Only set solib-search-path if testing remotely.
8703 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8704
8705 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8706
8707 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8708 gdb_download. Use it even if the target is not remote.
8709 * gdb.base/jit.exp (compile_jit_test): Likewise.
8710 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8711 output directory if the destination board is local, otherwise use
8712 the standard remote_download from DejaGnu.
8713 (gdb_download): Remove.
8714 (gdb_load_shlibs): Use gdb_remote_download instead of
8715 gdb_download.
8716 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8717 Use gdb_remote_download instead of gdb_download. Use it even if
8718 the target is not remote.
8719 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8720 instead of gdb_download.
8721
8722 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8723
8724 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8725 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8726 run.
8727
8728 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8729
8730 PR gdb/19820
8731 * gdb.base/printcmds.exp: Add artificial arrays tests.
8732
8733 2016-03-31 Pedro Alves <palves@redhat.com>
8734
8735 PR gdb/19858
8736 * gdb.base/jit-main.c: Include unistd.h.
8737 (ATTACH): Define to 0 if not already defined.
8738 (wait_for_gdb, mypid): New globals.
8739 (WAIT_FOR_GDB): New macro.
8740 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8741 some breakpoint locations.
8742 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8743 New procedures.
8744 (one_jit_test): Add REATTACH parameter, and handle it. Use
8745 continue_to_test_location.
8746 (top level): Test attach, and adjusts calls to one_jit_test.
8747
8748 2016-03-31 Pedro Alves <palves@redhat.com>
8749
8750 PR gdb/19858
8751 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8752 BINSUFFIX parameter, and handle it.
8753 (top level): Adjust calls compile_jit_test.
8754
8755 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8756
8757 PR python/19743
8758 * gdb.python/py-mi-events-gdb.py: New file.
8759 * gdb.python/py-mi-events.c: New file.
8760 * gdb.python/py-mi-events.exp: New file.
8761
8762 2016-03-30 Yao Qi <yao.qi@linaro.org>
8763
8764 * gdb.reverse/until-precsave.exp: Match function name only.
8765 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8766 Move malloc to a condition block.
8767 * gdb.reverse/until-reverse.exp: Match function name only.
8768
8769 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8770
8771 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8772 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8773 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8774 variable for GPR 0 instead of assuming it is register 0.
8775 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8776 * lib/trace-support.exp: Add s390 registers.
8777
8778 2016-03-29 Yao Qi <yao.qi@linaro.org>
8779
8780 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8781
8782 2016-03-24 Yao Qi <yao.qi@linaro.org>
8783
8784 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8785 test message.
8786
8787 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8788
8789 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8790 maintaining separate logic for constructing the output path.
8791
8792 2016-03-16 Don Breazeal <donb@codesourcery.com>
8793
8794 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8795 Retry fork and waitpid on interrupted system call errors.
8796 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8797 Use with_timeout_factor to increase timeout by factor of 10.
8798
8799 2016-03-15 Don Breazeal <donb@codesourcery.com>
8800
8801 * gdb.cp/scope-err.cc: New test program.
8802 * gdb.cp/scope-err.exp: New test script.
8803 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8804 lines and "set breakpoint here" comment.
8805 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8806 Fixed some whitespace and format issues.
8807 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8808 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8809
8810 2016-03-15 Doug Evans <dje@google.com>
8811
8812 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8813 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8814 All callers updated. Add tests for enums, mixed flags register.
8815
8816 2016-03-15 Doug Evans <dje@google.com>
8817
8818 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8819 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8820
8821 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8822
8823 * gdb.base/default.exp: Add $_as_string to the list of expected
8824 convenience functions.
8825
8826 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8827
8828 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8829
8830 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8831
8832 * gdb.python/py-as-string.exp: New file.
8833 * gdb.python/py-as-string.c: New file.
8834
8835 2016-03-09 Pedro Alves <palves@redhat.com>
8836
8837 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8838 signal" -> "Thread NN received signal" output change.
8839 * gdb.threads/ia64-sigill.exp: Likewise.
8840 * gdb.threads/linux-dp.exp: Likewise.
8841 * gdb.threads/manythreads.exp: Likewise.
8842 * gdb.threads/pending-step.exp: Likewise.
8843 * gdb.threads/print-threads.exp: Likewise.
8844 * gdb.threads/sigstep-threads.exp: Likewise.
8845 * gdb.threads/staticthreads.exp: Likewise.
8846 * gdb.threads/tls.exp: Likewise.
8847
8848 2016-03-09 Pedro Alves <palves@redhat.com>
8849
8850 * gdb.base/command-line-input.exp: New file.
8851
8852 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8853
8854 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8855 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8856 * gdb.trace/pending.exp: Accept leading dot before function name.
8857 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8858 * lib/trace-support.exp: Set registers for ppc.
8859
8860 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8861
8862 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8863 use it for disassembly; accept .main in addition to main in backtrace.
8864
8865 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8866 Marcin Kościelnicki <koriakin@0x04.net>
8867
8868 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8869 (gdb_recursion_test_ptr): New global variable.
8870 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8871 gdb_recursion_test.
8872 (gdb_c_test): Ditto.
8873
8874 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8875
8876 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8877 ordering.
8878
8879 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8880
8881 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8882 (bar): Add bar_start_lbl label.
8883 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8884 of foo/bar for emitting DWARF and tracing.
8885
8886 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8887
8888 * analyze-racy-logs.py: Set executable bit.
8889
8890 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8891
8892 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8893 (CHECK_TARGET_TMP): Likewise.
8894 (check-single-racy): New rule.
8895 (check-parallel-racy): Likewise.
8896 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8897 (do-check-parallel-racy): New rule.
8898 (check-racy/%.exp): Likewise.
8899 * README (Racy testcases): New section.
8900 * analyze-racy-logs.py: New file.
8901
8902 2016-03-03 Doug Evans <dje@google.com>
8903
8904 * gdb.base/skip.exp: Use with_test_prefix.
8905
8906 2016-03-03 Yao Qi <yao.qi@linaro.org>
8907
8908 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8909 Invoke step_over_syscall "clone" and break_cond_on_syscall
8910 "clone".
8911 * gdb.base/step-over-clone.c: New file.
8912
8913 2016-03-03 Yao Qi <yao.qi@linaro.org>
8914
8915 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8916 code format.
8917
8918 2016-03-03 Yao Qi <yao.qi@linaro.org>
8919
8920 * gdb.base/disp-step-fork.c: Rename to ...
8921 * gdb.base/step-over-fork.c: ... it. New file.
8922 * gdb.base/disp-step-vfork.c: Rename to ...
8923 * gdb.base/step-over-vfork.c: ... it. New file.
8924 * gdb.base/disp-step-syscall.exp: Rename to ...
8925 * gdb.base/step-over-syscall.exp: ... it. New file.
8926 (disp_step_cross_syscall): Rename to ...
8927 (step_over_syscall): ... it.
8928
8929 2016-03-03 Yao Qi <yao.qi@linaro.org>
8930
8931 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8932 If target supports condition evaluation on target, invoke
8933 break_cond_on_syscall for fork and vfork.
8934
8935 2016-03-03 Yao Qi <yao.qi@linaro.org>
8936
8937 * gdb.base/disp-step-syscall.exp: Don't invoke
8938 support_displaced_stepping.
8939 (disp_step_cross_syscall): Test with displaced stepping off and
8940 on if supported.
8941
8942 2016-03-03 Yao Qi <yao.qi@linaro.org>
8943
8944 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8945 proc.
8946 (setup): New proc.
8947 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8948 and setup.
8949
8950 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8951
8952 * gdb.fortran/vla-history.exp: Remove breakpoint.
8953
8954 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8955
8956 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8957 exceeds timeout.
8958
8959 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8960
8961 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8962 breakpoint.
8963
8964 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8965
8966 * gdb.mi/vla.f90: Nullify pointer after declaration.
8967
8968 2016-03-01 Pedro Alves <palves@redhat.com>
8969
8970 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8971
8972 2016-03-01 Pedro Alves <palves@redhat.com>
8973
8974 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8975 before anything else.
8976 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8977 _GNU_SOURCE here.
8978 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8979 before anything else.
8980 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8981
8982 2016-03-01 Pedro Alves <palves@redhat.com>
8983
8984 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8985
8986 2016-03-01 Yao Qi <yao.qi@linaro.org>
8987
8988 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8989 prepare_for_testing.
8990
8991 2016-03-01 Yao Qi <yao.qi@linaro.org>
8992
8993 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8994
8995 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8996
8997 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8998 manually constructing the output path.
8999
9000 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9001
9002 * gdb.arch/s390-stackless.S: New.
9003 * gdb.arch/s390-stackless.exp: New.
9004
9005 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9006
9007 * gdb.dlang/circular.c: New file.
9008 * gdb.dlang/circular.exp: New file.
9009
9010 2016-02-26 Yao Qi <yao.qi@linaro.org>
9011
9012 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9013 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9014 (testcases): Update.
9015
9016 2016-02-26 Yao Qi <yao.qi@linaro.org>
9017
9018 * gdb.reverse/aarch64.c: Rename to ...
9019 * gdb.reverse/insn-reverse.c: ... it.
9020 * gdb.reverse/aarch64.exp: Rename to ...
9021 * gdb.reverse/insn-reverse.exp: ... it.
9022
9023 2016-02-26 Yao Qi <yao.qi@linaro.org>
9024
9025 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9026 (testcase_ftype): New.
9027 (testcases): New array.
9028 (n_testcases): New.
9029 (main): Call each element in testcases.
9030 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9031 (read_testcase): New.
9032 Do the tests in a loop.
9033
9034 2016-02-25 Yao Qi <yao.qi@linaro.org>
9035
9036 * gdb.base/branches.c: Remove.
9037
9038 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9039
9040 PR gdb/13808
9041 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9042
9043 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9044
9045 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9046
9047 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9048
9049 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9050 change x86_64 call_insn to 'callq'.
9051
9052 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9053
9054 * gdb.trace/tfile-avx.c: Move to...
9055 * gdb.trace/tracefile-pseudo-reg.c: Here.
9056 * gdb.trace/tfile-avx.exp: Move to...
9057 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9058
9059 2016-02-24 Gary Benson <gbenson@redhat.com>
9060
9061 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9062 message on attach.
9063
9064 2016-02-23 Doug Evans <dje@google.com>
9065
9066 * gdb.base/skip.c (test_skip): New function.
9067 (end_test_skip_file_and_function): New function.
9068 (test_skip_file_and_function): New function.
9069 * gdb.base/skip1.c (test_skip): New function.
9070 (skip1_test_skip_file_and_function): New function.
9071 * gdb.base/skip.exp: Add tests for new skip options.
9072 * gdb.base/skip-solib.exp: Update expected output.
9073 * gdb.perf/skip-command.cc: New file.
9074 * gdb.perf/skip-command.exp: New file.
9075 * gdb.perf/skip-command.py: New file.
9076
9077 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9078
9079 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9080 info registers pattern.
9081
9082 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9083
9084 * lib/future.exp: Add D support.
9085 (gdb_find_gdc): New proc.
9086 (gdb_default_target_compile): Add D support.
9087
9088 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9089
9090 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9091 user+system time.
9092 (trace_speed_test): Determine the iteration count for a time
9093 between 15..30 seconds.
9094
9095 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9096
9097 * gdb.arch/i386-mpx-sigsegv.c: New file.
9098 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9099 * gdb.arch/i386-mpx-simple_segv.c: New file.
9100 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9101
9102 2016-02-18 Yao Qi <yao.qi@linaro.org>
9103
9104 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9105 Don't call setup_kfail.
9106
9107 2016-02-18 Yao Qi <yao.qi@linaro.org>
9108
9109 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9110 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9111
9112 2016-02-16 Doug Evans <dje@google.com>
9113
9114 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9115 * gdb.base/skip1.c: Ditto.
9116 * gdb.base/skip.exp: Whitespace cleanup.
9117
9118 2016-02-16 Don Breazeal <donb@codesourcery.com>
9119
9120 PR remote/19496
9121 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9122 Remove kfail for PR remote/19496.
9123
9124 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9125
9126 * lib/gdb.exp (standard_temp_file): Return a path specific to
9127 the runtest invocation.
9128
9129 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9130
9131 * gdb.trace/save-trace.exp: Change relative path to be in the
9132 standard output directory.
9133
9134 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9135
9136 * gdb.arch/i386-prologue.c: Add missing prototypes.
9137
9138 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9139
9140 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9141 * gdb.arch/i386-prologue.exp: Likewise.
9142 * gdb.arch/i386-size.exp: Likewise.
9143
9144 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9145
9146 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9147 define object file path.
9148 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9149 file path.
9150 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9151 standard_output_file to define binfile.
9152
9153 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9154
9155 Fix compatibility with recent gfortran-5.3.1.
9156 * gdb.fortran/vla-history.exp (print vla1 allocated)
9157 (print vla2 allocated, print $2, print $3): Remove
9158 (print $4): Rename to ...
9159 (print $2): ... here.
9160 (print $9): Rename to ...
9161 (print $5): ... here.
9162 (print $10): Rename to ...
9163 (print $6): ... here.
9164 * gdb.fortran/vla.f90: Add pvla initialization.
9165
9166 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9167
9168 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9169 New test.
9170 * gdb.fortran/vla-value-sub.exp: Likewise.
9171
9172 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9173
9174 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9175
9176 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9177
9178 * i386-biarch-core.exp: Define corefile using
9179 standard_output_file.
9180
9181 2016-02-12 Yao Qi <yao.qi@linaro.org>
9182
9183 * gdb.arch/arm-single-step-kernel-helper.c: New.
9184 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9185
9186 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9187
9188 * gdb.btrace/tailcall-only.exp: New.
9189 * gdb.btrace/tailcall-only.c: New.
9190 * gdb.btrace/x86_64-tailcall-only.S: New.
9191 * gdb.btrace/i686-tailcall-only.S: New.
9192
9193 2016-02-11 Pedro Alves <palves@redhat.com>
9194
9195 * README (Parallel testing): Add missing double quotes.
9196
9197 2016-02-11 Pedro Alves <palves@redhat.com>
9198
9199 * README (Parallel testing): New section.
9200 (GDB_PARALLEL): Rewrite.
9201 (FORCE_PARALLEL): Document.
9202
9203 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9204
9205 * gdb.trace/tfile-avx.c: New test.
9206 * gdb.trace/tfile-avx.exp: New test.
9207
9208 2016-02-09 Keith Seitz <keiths@redhat.com>
9209
9210 PR breakpoints/19546
9211 * gdb.base/infcall-exec.c: New file.
9212 * gdb.base/infcall-exec2.c: New file.
9213 * gdb.base/infcall-exec.exp: New file.
9214
9215 2016-02-09 Keith Seitz <keiths@redhat.com>
9216
9217 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9218 (toplevel): Call test_bkpt_address.
9219
9220 2016-02-09 Keith Seitz <keiths@redhat.com>
9221
9222 PR python/19506
9223 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9224 (toplevel): Call test_bkpt_address.
9225
9226 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9227
9228 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9229 to AC_OUTPUT.
9230 * configure: Regenerate.
9231
9232 2016-02-09 Pedro Alves <palves@redhat.com>
9233
9234 PR breakpoints/19548
9235 * gdb.base/execl-update-breakpoints.c (some_function): New
9236 function.
9237 (main): Call it.
9238 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9239 Tighten expected GDB output.
9240
9241 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9242
9243 * Makefile.in (ALL_SUBDIRS): Remove.
9244 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9245 (distclean maintainer-clean realclean): Likewise.
9246 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9247 * configure: Regenerate.
9248 * gdb.ada/Makefile.in: Delete.
9249 * gdb.arch/Makefile.in: Likewise.
9250 * gdb.asm/Makefile.in: Likewise.
9251 * gdb.base/Makefile.in: Likewise.
9252 * gdb.btrace/Makefile.in: Likewise.
9253 * gdb.cell/Makefile.in: Likewise.
9254 * gdb.compile/Makefile.in: Likewise.
9255 * gdb.cp/Makefile.in: Likewise.
9256 * gdb.disasm/Makefile.in: Likewise.
9257 * gdb.dlang/Makefile.in: Likewise.
9258 * gdb.dwarf2/Makefile.in: Likewise.
9259 * gdb.fortran/Makefile.in: Likewise.
9260 * gdb.gdb/Makefile.in: Likewise.
9261 * gdb.go/Makefile.in: Likewise.
9262 * gdb.guile/Makefile.in: Likewise.
9263 * gdb.java/Makefile.in: Likewise.
9264 * gdb.linespec/Makefile.in: Likewise.
9265 * gdb.mi/Makefile.in: Likewise.
9266 * gdb.modula2/Makefile.in: Likewise.
9267 * gdb.multi/Makefile.in: Likewise.
9268 * gdb.objc/Makefile.in: Likewise.
9269 * gdb.opencl/Makefile.in: Likewise.
9270 * gdb.opt/Makefile.in: Likewise.
9271 * gdb.pascal/Makefile.in: Likewise.
9272 * gdb.perf/Makefile.in: Likewise.
9273 * gdb.python/Makefile.in: Likewise.
9274 * gdb.reverse/Makefile.in: Likewise.
9275 * gdb.server/Makefile.in: Likewise.
9276 * gdb.stabs/Makefile.in: Likewise.
9277 * gdb.threads/Makefile.in: Likewise.
9278 * gdb.trace/Makefile.in: Likewise.
9279 * gdb.xml/Makefile.in: Likewise.
9280 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9281 GDB_PARALLEL.
9282 (standard_output_file): Remove check for GDB_PARALLEL, always
9283 return path in outputs/$subdir/$testname.
9284
9285 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9286
9287 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9288 (site.exp): Assign abs_srcdir to tcl's srcdir.
9289
9290 2016-02-04 Yao Qi <yao.qi@linaro.org>
9291
9292 * gdb.base/foll-exec-mode.c: Include limits.h.
9293 (main): Add parameters argc and argv. Get directory from
9294 argv[0].
9295 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9296 compilation.
9297 * gdb.base/foll-exec.c: Include limits.h.
9298 (main): Add parameters argc and argv.
9299 Get directory from argv[0].
9300 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9301 Adjust tests on the number of lines as source code changed.
9302 * gdb.base/foll-vfork-exit.c: Include limits.h.
9303 (main): Add one line of statement before vfork.
9304 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9305 (main): Add parameters argc and argv. Get directory from
9306 argv[0].
9307 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9308 (setup_gdb): Set tbreak to skip some source lines.
9309 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9310 (main): Add parameters argc and argv. Get directory from
9311 argv[0].
9312 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9313 compilation.
9314 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9315 (main): Add parameters argc and argv. Get directory from
9316 argv[0].
9317 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9318 compilation.
9319
9320 2016-02-01 Doug Evans <dje@google.com>
9321
9322 * gdb.base/skip.exp: Clean up multiple references to same test name.
9323
9324 2016-02-01 Pedro Alves <palves@redhat.com>
9325
9326 PR remote/19496
9327 * gdb.threads/forking-threads-plus-breakpoint.exp
9328 (displaced_stepping_supported): New global.
9329 (probe_displaced_stepping_support): New procedure.
9330 (do_test): Add 'displaced' parameter, and use it.
9331 (top level): Check for displaced stepping support. Add displaced
9332 stepping on/off testing axis.
9333
9334 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9335
9336 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9337 pointer. Don't perform further tests on the unassociated pointer
9338 if the first test fails.
9339
9340 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9341
9342 * gdb.base/max-value-size.c: New file.
9343 * gdb.base/max-value-size.exp: New file.
9344 * gdb.base/huge.exp: Disable max-value-size for this test.
9345
9346 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9347
9348 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9349
9350 2016-01-28 Yao Qi <yao.qi@linaro.org>
9351
9352 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9353
9354 2016-01-25 Pedro Alves <palves@redhat.com>
9355
9356 PR threads/19461
9357 * gdb.base/fork-running-state.c: New file.
9358 * gdb.base/fork-running-state.exp: New file.
9359
9360 2016-01-25 Pedro Alves <palves@redhat.com>
9361
9362 PR gdb/19494
9363 * gdb.base/catch-fork-kill.c: New file.
9364 * gdb.base/catch-fork-kill.exp: New file.
9365
9366 2016-01-25 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9369 Delete, moved to lib/gdb.exp.
9370 * gdb.threads/forking-threads-plus-breakpoint.exp
9371 (foreach_with_prefix): Likewise.
9372 * gdb.threads/process-dies-while-handling-bp.exp
9373 (foreach_with_prefix): Likewise.
9374 * lib/gdb.exp (foreach_with_prefix): New procedure.
9375
9376 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9377
9378 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9379 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9380
9381 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9382
9383 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9384 endian targets.
9385
9386 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9387 Pedro Alves <palves@redhat.com>
9388
9389 Fix testsuite compatibility with Guile.
9390 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9391 number.
9392
9393 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9394
9395 Fix testsuite compatibility with Guile.
9396 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9397 (thread 1): New test for backtrace through signal handler.
9398
9399 2016-01-22 Yao Qi <yao.qi@linaro.org>
9400
9401 PR testsuite/19491
9402 * gdb.base/multi-forks.c: Include
9403 ../lib/unbuffer_output.c
9404 (main): Call gdb_unbuffer_output.
9405
9406 2016-01-21 Doug Evans <dje@google.com>
9407
9408 * lib/ada.exp (gdb_compile_ada): Fix typo.
9409
9410 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9411
9412 * gdb.base/break-fun-addr.exp: New file.
9413 * gdb.base/break-fun-addr1.c: New file.
9414 * gdb.base/break-fun-addr2.c: New file.
9415
9416 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9417
9418 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9419 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9420 enum flag values.
9421
9422 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9423
9424 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9425 when GDB can not set the vector return value. Add more comments
9426 for clarification.
9427
9428 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9429
9430 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9431 command.
9432
9433 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9434
9435 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9436
9437 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9438
9439 * Makefile.in (check-single): Pass --status to runtest.
9440 (check/%.exp): Likewise.
9441
9442 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9443
9444 * Makefile.in (check-parallel): Propagate return code from make
9445 do-check-parallel.
9446
9447 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9448
9449 * gdb.trace/ftrace.exp: Fix expected message on continue.
9450 * gdb.trace/pending.exp: Fix expected message on continue.
9451 * gdb.trace/trace-break.exp: Fix expected message on continue.
9452
9453 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9454
9455 * lib/gdb.exp (gdb_test): Remove unused global references.
9456
9457 2016-01-18 Pedro Alves <palves@redhat.com>
9458
9459 * gdb.base/async-shell.exp: Adjust expected output.
9460 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9461 * gdb.base/siginfo-thread.exp: Adjust expected output.
9462 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9463 * gdb.java/jnpe.exp: Adjust expected output.
9464 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9465 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9466 * gdb.threads/leader-exit.exp: Adjust expected output.
9467 * gdb.threads/manythreads.exp: Adjust expected output.
9468 * gdb.threads/pthreads.exp: Adjust expected output.
9469 * gdb.threads/schedlock.exp: Adjust expected output.
9470 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9471 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9472 expected output.
9473 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9474 output.
9475 * gdb.threads/sigthread.exp: Adjust expected output.
9476 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9477
9478 2016-01-18 Yao Qi <yao.qi@linaro.org>
9479
9480 * gdb.guile/scm-section-script.c: Replace @progbits with
9481 %progbits.
9482 * gdb.python/py-section-script.c: Likewise.
9483
9484 2016-01-15 Pedro Alves <palves@redhat.com>
9485
9486 * gdb.multi/tids.exp: Test star wildcard ranges.
9487
9488 2016-01-15 Pedro Alves <palves@redhat.com>
9489
9490 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9491 command from "thread apply" invocation.
9492 (thr_apply_info_thr_invalid): Default the expected output to the
9493 input tid list.
9494 (top level): Add tests that use convenience variables. Add tests
9495 for "thread apply" with a valid TID list, but missing the command.
9496
9497 2016-01-13 Pedro Alves <palves@redhat.com>
9498
9499 * gdb.base/default.exp: Expect $_gthread as well.
9500 * gdb.multi/tids.exp: Test $_gthread.
9501 * gdb.threads/thread-specific.exp: Test $_gthread.
9502
9503 2016-01-13 Pedro Alves <palves@redhat.com>
9504
9505 * gdb.multi/tids.exp: Test "info threads -gid".
9506
9507 2016-01-13 Pedro Alves <palves@redhat.com>
9508
9509 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9510 Breakpoint.thread.
9511 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9512
9513 2016-01-07 Pedro Alves <palves@redhat.com>
9514
9515 * gdb.base/break.exp: Adjust to output changes.
9516 * gdb.base/hbreak2.exp: Likewise.
9517 * gdb.base/sepdebug.exp: Likewise.
9518 * gdb.base/watch_thread_num.exp: Likewise.
9519 * gdb.linespec/keywords.exp: Likewise.
9520 * gdb.multi/info-threads.exp: Likewise.
9521 * gdb.threads/thread-find.exp: Likewise.
9522 * gdb.multi/tids.c: New file.
9523 * gdb.multi/tids.exp: New file.
9524
9525 2016-01-13 Pedro Alves <palves@redhat.com>
9526
9527 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9528
9529 2016-01-13 Pedro Alves <palves@redhat.com>
9530
9531 * gdb.base/default.exp: Expect $_inferior as well.
9532 * gdb.multi/base.exp: Test $_inferior.
9533
9534 2016-01-13 Pedro Alves <palves@redhat.com>
9535
9536 PR breakpoints/19388
9537 * gdb.base/catch-signal-siginfo-cond.c: New file.
9538 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9539
9540 2016-01-12 Josh Stone <jistone@redhat.com>
9541 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9542
9543 * gdb.base/catch-syscall.c (do_execve): New variable.
9544 (main): Conditionally trigger an execve.
9545 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9546 (test_catch_syscall_execve): New, check entry/return across execve.
9547 (do_syscall_tests): Call test_catch_syscall_execve.
9548
9549 2016-01-12 Pedro Alves <palves@redhat.com>
9550
9551 * gdb.base/random-signal.exp (do_test): New procedure, with body
9552 of testcase moved in.
9553
9554 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9555 Pedro Alves <palves@redhat.com>
9556
9557 * gdb.base/funcargs.exp (finish from indirectly called function):
9558 Reintroduce the case for 'First'.
9559
9560 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9561 Pedro Alves <palves@redhat.com>
9562
9563 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9564 (tcatch_vfork_then_child_follow_exec)
9565 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9566 identification.
9567
9568 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9569
9570 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9571 and repeats to unlimited.
9572 * gdb.python/py-value.exp: Likewise.
9573 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9574 and repeats to unlimited.
9575
9576 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9577
9578 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9579 and reordering the functions.
9580 * gdb.multi/hangout.c: Likewise.
9581 * gdb.multi/hello.c: Likewise.
9582
9583 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9584
9585 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9586 absolute.
9587 (SingleStatisticTestResult.report): Use dict.keys instead of
9588 dict.iterkeys.
9589
9590 2016-01-06 Pedro Alves <palves@redhat.com>
9591
9592 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9593
9594 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9595
9596 * gdb.btrace/dlopen.exp: New.
9597 * gdb.btrace/dlopen.c: New.
9598 * gdb.btrace/dlopen-dso.c: New.
9599
9600 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9601
9602 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9603 PATTERN argument is optional.
9604
9605 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9606
9607 * lib/ada.exp (target_compile_ada_from_dir): New function.
9608 (gdb_compile_ada): Reimplement avoiding the use of project files.
9609 * gdb.ada/gnat_ada.gpr: Delete.
9610 * gdb.ada/cond_lang.exp: Adjust test to make path before
9611 filename optional.
9612 * gdb.ada/small_reg_param.exp: Likewise.
9613
9614 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9615
9616 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9617
9618 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9619
9620 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9621 case.
9622
9623 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9624
9625 * gdb.base/break.exp: Remove dead code.
9626 * gdb.base/sepdebug.exp: Likewise.
9627
9628 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9629
9630 * gdb.asm/asm-source.exp: Remove HP-UX references.
9631 * gdb.base/annota1.exp: Likewise.
9632 * gdb.base/annota3.exp: Likewise.
9633 * gdb.base/attach.exp: Likewise.
9634 * gdb.base/bigcore.exp: Likewise.
9635 * gdb.base/break.exp: Likewise.
9636 * gdb.base/call-ar-st.exp: Likewise.
9637 * gdb.base/callfuncs.exp: Likewise.
9638 * gdb.base/catch-fork-static.exp: Likewise.
9639 * gdb.base/display.exp: Likewise.
9640 * gdb.base/foll-exec-mode.exp: Likewise.
9641 * gdb.base/foll-exec.exp: Likewise.
9642 * gdb.base/foll-fork.exp: Likewise.
9643 * gdb.base/foll-vfork.exp: Likewise.
9644 * gdb.base/funcargs.exp: Likewise.
9645 * gdb.base/hbreak2.exp: Likewise.
9646 * gdb.base/inferior-died.exp: Likewise.
9647 * gdb.base/interrupt.exp: Likewise.
9648 * gdb.base/multi-forks.exp: Likewise.
9649 * gdb.base/nodebug.exp: Likewise.
9650 * gdb.base/sepdebug.exp: Likewise.
9651 * gdb.base/solib1.c: Likewise.
9652 * gdb.base/step-test.exp: Likewise.
9653 * gdb.mi/non-stop.c: Likewise.
9654 * gdb.mi/pthreads.c: Likewise.
9655 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9656 * gdb.threads/pthreads.c: Likewise.
9657 * gdb.threads/staticthreads.exp: Likewise.
9658 * lib/future.exp: Likewise.
9659 * lib/gdb.exp: Likewise.
9660 * gdb.base/so-indr-cl.c: Remove.
9661 * gdb.base/so-indr-cl.exp: Likewise.
9662 * gdb.base/solib.c: Likewise.
9663 * gdb.base/solib.exp: Likewise.
9664 * gdb.base/solib2.c: Likewise.
9665
9666 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9667
9668 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9669 * gdb.base/call-ar-st.exp: Likewise.
9670 * gdb.base/callfuncs.exp: Likewise.
9671 * gdb.base/condbreak.exp: Likewise.
9672 * gdb.base/constvars.exp: Likewise.
9673 * gdb.base/hbreak2.exp: Likewise.
9674 * gdb.base/langs.exp: Likewise.
9675 * gdb.base/list.exp: Likewise.
9676 * gdb.base/long_long.exp: Likewise.
9677 * gdb.base/ptype.exp: Likewise.
9678 * gdb.base/scope.exp: Likewise.
9679 * gdb.base/signals.exp: Likewise.
9680 * gdb.base/so-impl-ld.exp: Likewise.
9681 * gdb.base/varargs.exp: Likewise.
9682 * gdb.base/volatile.exp: Likewise.
9683 * gdb.base/whatis.exp: Likewise.
9684 * gdb.cp/cplusfuncs.exp: Likewise.
9685 * gdb.cp/inherit.exp: Likewise.
9686 * gdb.cp/local.exp: Likewise.
9687 * gdb.cp/member-ptr.exp: Likewise.
9688 * gdb.cp/method.exp: Likewise.
9689 * gdb.cp/overload.exp: Likewise.
9690 * gdb.cp/templates.exp: Likewise.
9691 * gdb.stabs/weird.exp: Likewise.
9692 * lib/compiler.c: Likewise.
9693 * lib/compiler.cc: Likewise.
9694 * lib/cp-support.exp: Likewise.
9695 * lib/gdb.exp: Likewise.
9696
9697 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9698
9699 * configure.ac: Remove HP-UX case.
9700 * configure: Regenerate.
9701
9702 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9703
9704 * lib/gdb.exp (gdb_compile): Add function doc.
9705
9706 2015-12-17 Pedro Alves <palves@redhat.com>
9707
9708 PR threads/19354
9709 * gdb.multi/info-threads.exp: New file.
9710
9711 2015-12-15 Yao Qi <yao.qi@linaro.org>
9712
9713 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9714 is aarch64*-*-*.
9715
9716 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9717
9718 * gdb.base/history-duplicates.exp: Skip if no readline support.
9719
9720 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9721
9722 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9723
9724 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9725
9726 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9727
9728 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9729
9730 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9731 ctrl-C if nointerrupts target property is set.
9732 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9733 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9734 * gdb.base/paginate-bg-execution.exp: Likewise.
9735 * gdb.base/paginate-execution-startup.exp: Likewise.
9736 * gdb.base/random-signal.exp: Likewise.
9737 * gdb.base/range-stepping.exp: Likewise.
9738 * gdb.cp/annota2.exp: Likewise.
9739 * gdb.cp/annota3.exp: Likewise.
9740 * gdb.gdb/selftest.exp: Likewise.
9741 * gdb.threads/continue-pending-status.exp: Likewise.
9742 * gdb.threads/leader-exit.exp: Likewise.
9743 * gdb.threads/manythreads.exp: Likewise.
9744 * gdb.threads/pthreads.exp: Likewise.
9745 * gdb.threads/schedlock.exp: Likewise.
9746 * gdb.threads/sigthread.exp: Likewise.
9747
9748 2015-12-11 Don Breazeal <donb@codesourcery.com>
9749
9750 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9751 remote.
9752 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9753 * gdb.base/foll-exec.exp (main): Enable for target remote.
9754 * gdb.base/foll-fork.exp (main): Likewise.
9755 * gdb.base/foll-vfork.exp (main): Likewise.
9756 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9757 (proc continue_to_exit_bp_loc): Use clean_restart.
9758 * gdb.base/pie-execl.exp (main): Disable for target remote.
9759 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9760 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9761 * gdb.threads/execl.exp (main): Likewise.
9762 * gdb.threads/fork-child-threads.exp (main): Likewise.
9763 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9764 remote.
9765 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9766 remote.
9767 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9768 pid.tid style ptids, instead of just tid.
9769 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9770 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9771 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9772 ptids, instead of just tid.
9773
9774 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9775
9776 * gdb.base/list.exp (test_list_forward): Add end of file error
9777 test.
9778 (test_repeat_list_command): Add end of file error test.
9779 (test_list_backwards): Add beginning of file error test.
9780
9781 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9782
9783 * gdb.base/list.exp (test_list_invalid_args): New function,
9784 defined, and called.
9785
9786 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9787
9788 * gdb.base/list.exp (test_list): Make test names unique.
9789
9790 2015-12-11 Yao Qi <yao.qi@linaro.org>
9791
9792 * gdb.base/coremaker2.c: Remove.
9793
9794 2015-12-10 Pedro Alves <palves@redhat.com>
9795
9796 * gdb.multi/base.exp: Remove stale "spaces" references.
9797
9798 2015-12-10 Pedro Alves <palves@redhat.com>
9799
9800 * gdb.multi/base.exp: Don't use nowarnings.
9801 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9802 * gdb.multi/hangout.c: Include stdio.h.
9803 * gdb.multi/hello.c: Include stdlib.h.
9804 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9805 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9806 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9807
9808 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9809
9810 * gdb.dwarf2/dw2-ranges-base.c: New file.
9811 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9812 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9813 support additional line table, and debug ranges generation.
9814 (Dwarf::ranges): New function, generate .debug_ranges.
9815 (Dwarf::lines): Support generating simple line table programs.
9816 (Dwarf::assemble): Initialise new namespace variables.
9817
9818 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9819
9820 * gdb.base/async.exp (proc test_background): Add case for
9821 asynchronous execution not supported.
9822
9823 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9824
9825 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9826 format and change test names to make them unique.
9827
9828 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9829 Pedro Alves <pedro@redhat.com>
9830
9831 PR gdb/18702
9832 Add checking of floatformats setup on x86_64 hosts.
9833 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9834 (smallval, bigval): New labels/constants.
9835 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9836 float" after loading bigval and smallval.
9837
9838 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9839
9840 * gdb.ada/fun_overload_menu.exp: New testcase.
9841 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9842
9843 2015-12-04 Josh Stone <jistone@redhat.com>
9844
9845 * gdb.base/catch-fork-static.exp: New.
9846
9847 2015-12-03 Yao Qi <yao.qi@linaro.org>
9848
9849 * gdb.base/sizeof.c: Don't include stdio.h and
9850 ../lib/unbuffer_output.c.
9851 (main): New variable 'size' and 'value'. Remove printf and
9852 gdb_unbuffer_output. Assign return value to size and value.
9853 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9854 at the beginning.
9855 (check_sizeof): Check the result by printing variable 'size'.
9856 (check_valueof): Check the result by printing variable 'value'.
9857
9858 2015-12-01 Yao Qi <yao.qi@linaro.org>
9859
9860 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9861 for aarch64*-*-linux* target.
9862
9863 2015-11-30 Pedro Alves <palves@redhat.com>
9864
9865 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9866
9867 2015-11-30 Pedro Alves <palves@redhat.com>
9868
9869 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9870 Handle non-stop mode vCont replies.
9871
9872 2015-11-30 Pedro Alves <palves@redhat.com>
9873
9874 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9875 prepare_for_testing. Start gdb with "set non-stop on" appended to
9876 GDBFLAGS. Lax expected stop output.
9877
9878 2015-11-27 Yao Qi <yao.qi@linaro.org>
9879
9880 * gdb.arch/arm-neon.exp: New.
9881 * gdb.arch/arm-neon.c: New.
9882
9883 2015-11-27 Yao Qi <yao.qi@linaro.org>
9884
9885 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9886
9887 2015-11-27 Yao Qi <yao.qi@linaro.org>
9888
9889 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9890 frames-invalid annotation.
9891
9892 2015-11-27 Yao Qi <yao.qi@linaro.org>
9893
9894 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9895
9896 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9897
9898 * gdb.threads/names.exp: New file.
9899 * gdb.threads/names.c: New file.
9900 * README: Mention gdb,no_thread_names.
9901
9902 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9903
9904 PR 19297
9905 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9906 support" error.
9907
9908 2015-11-24 Pedro Alves <palves@redhat.com>
9909
9910 PR 17539
9911 * gdb.base/display.exp: Expect displays to be sorted in ascending
9912 order. Use multi_line.
9913 * gdb.base/solib-display.exp: Likewise.
9914
9915 2015-11-24 Pedro Alves <palves@redhat.com>
9916
9917 PR 17539
9918 * gdb.base/display.exp: Expect displays to be sorted in ascending
9919 order. Use multi_line.
9920 * gdb.base/solib-display.exp: Likewise.
9921
9922 2015-11-24 Pedro Alves <palves@redhat.com>
9923
9924 PR 17539
9925 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9926 threads in ascending order.
9927 * gdb.base/foll-fork.exp: Likewise.
9928 * gdb.base/foll-vfork.exp: Likewise.
9929 * gdb.base/multi-forks.exp: Likewise.
9930 * gdb.mi/mi-nonstop.exp: Likewise.
9931 * gdb.mi/mi-nsintrall.exp: Likewise.
9932 * gdb.multi/base.exp: Likewise.
9933 * gdb.multi/multi-arch.exp: Likewise.
9934 * gdb.python/py-inferior.exp: Likewise.
9935 * gdb.threads/break-while-running.exp: Likewise.
9936 * gdb.threads/execl.exp: Likewise.
9937 * gdb.threads/gcore-thread.exp: Likewise.
9938 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9939 * gdb.threads/kill.exp: Likewise.
9940 * gdb.threads/linux-dp.exp: Likewise.
9941 * gdb.threads/multiple-step-overs.exp: Likewise.
9942 * gdb.threads/next-bp-other-thread.exp: Likewise.
9943 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9944 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9945 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9946 * gdb.threads/thread-find.exp: Likewise.
9947 * gdb.threads/tls.exp: Likewise.
9948 * lib/mi-support.exp (mi_reverse_list): Delete.
9949 (mi_check_thread_states): No longer reverse list.
9950
9951 2015-11-24 Pedro Alves <palves@redhat.com>
9952
9953 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9954 use lowercase.
9955
9956 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9957
9958 * gdb.trace/actions.c: Include trace-common.h.
9959 (main): Add a location for a fast tracepoint.
9960 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9961 the normal tracepoints.
9962 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9963
9964 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9965
9966 * save-trace.exp: Factor out code to these...
9967 (gdb_save_tracepoints): New.
9968 (gdb_load_tracepoints): New.
9969 (do_save_load_test): New.
9970
9971 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9972
9973 * gdb.base/asmlabel.exp: New test.
9974 * gdb.base/asmlabel.c: New test case.
9975
9976 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9977
9978 * gdb.base/wrong_frame_bt_full-main.c: New file.
9979 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9980 * gdb.base/wrong_frame_bt_full.exp: New file.
9981
9982 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9983
9984 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9985
9986 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9987
9988 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9989 pstate register when comparing registers values in
9990 sparc64-*-linux-gnu targets to avoid spurious differences.
9991
9992 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9993
9994 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9995
9996 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9997
9998 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9999 as type argument to gdb_compile.
10000 * gdb.base/nested-subp2.exp: Likewise.
10001 * gdb.base/nested-subp3.exp: Likewise.
10002
10003 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10004
10005 * lib/dwarf.exp (_note): Fix left shift of negative value.
10006 * gdb.trace/trace-condition.exp: Likewise.
10007
10008 2015-11-13 Yao Qi <yao.qi@linaro.org>
10009
10010 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10011 comments about d10v.
10012 (test_scalar_returns): Likewise.
10013 * gdb.base/d10v.ld: Remove.
10014 * gdb.base/overlays.exp: Remove the target triplet checking for
10015 d10v-*-*.
10016 * gdb.base/structs.exp (test_struct_returns): Remove the
10017 comments about d10v.
10018 (test_struct_calls): Likewise.
10019
10020 2015-11-13 Yao Qi <yao.qi@linaro.org>
10021
10022 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10023 * gdb.base/gnu_vector.c: Don't include stdio.h.
10024 (main): Don't print res and call add_some_intvecs.
10025
10026 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10027
10028 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10029 macro.
10030 (func5): Removed.
10031 (func4): Use FAST_TRACEPOINT_LABEL.
10032 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10033 macro.
10034 (func): Removed.
10035 (thread_function): Use FAST_TRACEPOINT_LABEL.
10036 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10037 (func): Remove.
10038 (marker): Use FAST_TRACEPOINT_LABEL.
10039 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10040 (pendfunc1): Remove.
10041 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10042 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10043 (foo): Remove.
10044 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10045 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10046 macro.
10047 (func): Remove.
10048 (marker): Use FAST_TRACEPOINT_LABEL.
10049 * gdb.trace/trace-common.h: New header.
10050 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10051 macro.
10052 (func): Remove.
10053 (marker): Use FAST_TRACEPOINT_LABEL.
10054 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10055 (func): Remove.
10056 (thread_function): Use FAST_TRACEPOINT_LABEL.
10057
10058 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10059
10060 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10061 in front.
10062 * gdb.trace/change-loc.exp: Use global pcreg definition.
10063 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10064 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10065 in front.
10066 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10067 * gdb.trace/pending.exp: Likewise.
10068 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10069 * gdb.trace/trace-break.exp: Likewise.
10070 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10071 in front.
10072 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10073 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10074 in front.
10075 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10076
10077 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10078
10079 * gdb.ada/fin_fun_out: New testcase.
10080
10081 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10082
10083 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10084 value associated with DW_AT_byte_size.
10085 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10086 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10087 DW_AT_upper_bound.
10088
10089 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10090
10091 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10092 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10093 version.
10094 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10095 gdb.dwarf2/dw2-canonicalize-type.exp,
10096 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10097 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10098 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10099 provided by gdb_target_symbol_prefix_flags_asm.
10100 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10101 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10102 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10103 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10104 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10105 macros where needed). Use this macro for symbols which require
10106 the prefix provided by SYMBOL_PREFIX.
10107
10108 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10109
10110 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10111 New procs.
10112 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10113 representing expressions, of more than one list element.
10114 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10115 to prepend linker symbol prefix to f.
10116 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10117 table_1 and table_2.
10118 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10119 Likewise, for f and g.
10120 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10121 for ptr.
10122 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10123 for main.
10124 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10125 table_1_ptr and table_2_ptr.
10126
10127 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10128 Joel Brobecker <brobecker@adacore.com>
10129
10130 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10131
10132 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10133
10134 * gdb.reverse/s390-mvcle.c: New test.
10135 * gdb.reverse/s390-mvcle.exp: New file.
10136 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10137
10138 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10139
10140 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10141
10142 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10143
10144 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10145 reaching marker2.
10146 * gdb.reverse/getresuid-reverse.exp: Likewise.
10147 * gdb.reverse/pipe-reverse.exp: Likewise.
10148 * gdb.reverse/readv-reverse.exp: Likewise.
10149 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10150 * gdb.reverse/time-reverse.exp: Likewise.
10151 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10152
10153 2015-10-30 Yao Qi <yao.qi@linaro.org>
10154
10155 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10156 (empty_cycle): Remove.
10157 (main): Don't call empty_cycle. Don't use watch_count_done.
10158 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10159 empty_cycle. Rewrite the code counting HW watchpoints.
10160
10161 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10162
10163 * gdb.reverse/fstatat-reverse.c: New test.
10164 * gdb.reverse/fstatat-reverse.exp: New file.
10165 * gdb.reverse/getresuid-reverse.c: New test.
10166 * gdb.reverse/getresuid-reverse.exp: New file.
10167 * gdb.reverse/pipe-reverse.c: New test.
10168 * gdb.reverse/pipe-reverse.exp: New file.
10169 * gdb.reverse/readv-reverse.c: New test.
10170 * gdb.reverse/readv-reverse.exp: New file.
10171 * gdb.reverse/recvmsg-reverse.c: New test.
10172 * gdb.reverse/recvmsg-reverse.exp: New file.
10173 * gdb.reverse/time-reverse.c: New test.
10174 * gdb.reverse/time-reverse.exp: New file.
10175 * gdb.reverse/waitpid-reverse.c: New test.
10176 * gdb.reverse/waitpid-reverse.exp: New file.
10177
10178 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10179
10180 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10181
10182 2015-10-26 Doug Evans <dje@google.com>
10183
10184 PR symtab/17391
10185 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10186 * gdb.dwarf2/bad-regnum.c: New file.
10187 * gdb.dwarf2/bad-regnum.exp: New file.
10188
10189 2015-10-26 Doug Evans <dje@google.com>
10190
10191 PR python/18938
10192 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10193 file.
10194
10195 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10196
10197 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10198 for a change by "Mention language in compile error message".
10199
10200 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10201
10202 PR python/18073
10203 * gdb.python/py-type.c (C::a_method): New.
10204 (C::a_const_method): New.
10205 (C::a_static_method): New.
10206 (a_function): New.
10207 * gdb.python/py-type.exp (test_fields): Test getting fields
10208 from function and method.
10209
10210 2015-10-21 Keven Boell <keven.boell@intel.com>
10211
10212 * gdb.fortran/vla-alloc-assoc.exp: New file.
10213 * gdb.fortran/vla-datatypes.exp: New file.
10214 * gdb.fortran/vla-datatypes.f90: New file.
10215 * gdb.fortran/vla-history.exp: New file.
10216 * gdb.fortran/vla-ptype-sub.exp: New file.
10217 * gdb.fortran/vla-ptype.exp: New file.
10218 * gdb.fortran/vla-sizeof.exp: New file.
10219 * gdb.fortran/vla-sub.f90: New file.
10220 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10221 * gdb.fortran/vla-value-sub-finish.exp: New file.
10222 * gdb.fortran/vla-value-sub.exp: New file.
10223 * gdb.fortran/vla-value.exp: New file.
10224 * gdb.fortran/vla-ptr-info.exp: New file.
10225 * gdb.mi/mi-vla-fortran.exp: New file.
10226 * gdb.mi/vla.f90: New file.
10227
10228 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10229
10230 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10231 of hardwired timeout value.
10232
10233 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10234 Pedro Alves <palves@redhat.com>
10235
10236 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10237 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10238
10239 2015-10-19 Josh Stone <jistone@redhat.com>
10240
10241 * gdb.base/catch-syscall.c: Include <sched.h>.
10242 (unknown_syscall): New variable.
10243 (main): Trigger a vfork and an unknown syscall.
10244 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10245 (unknown_syscall_number): Likewise.
10246 (check_call_to_syscall): Accept an optional syscall pattern.
10247 (check_return_from_syscall): Likewise.
10248 (check_continue): Likewise.
10249 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10250 (test_catch_syscall_skipping_return): New test toggling off 'catch
10251 syscall' to step over the syscall return, then toggling back on.
10252 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10253 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10254 (do_syscall_tests): Call test_catch_syscall_without_args and
10255 test_catch_syscall_mid_vfork.
10256 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10257 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10258
10259 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10260
10261 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10262 print g_vE): Add new pass patterns.
10263 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10264 print various symbol names for vptr fields.
10265
10266 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10267
10268 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10269 results.
10270
10271 2015-10-12 Yao Qi <yao.qi@linaro.org>
10272
10273 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10274
10275 2015-10-12 Yao Qi <yao.qi@linaro.org>
10276
10277 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10278 is aarch64*-*-linux*.
10279
10280 2015-10-12 Yao Qi <yao.qi@linaro.org>
10281
10282 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10283 (can_relocate_bcond_true): ... it.
10284 (can_relocate_bcond_false): New function.
10285 (foo): Likewise.
10286 (can_relocate_bl): Likewise.
10287 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10288 can_relocate_bl.
10289
10290 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10291
10292 * gdb.base/nested-addr.c: New file.
10293 * gdb.base/nested-addr.exp: New testcase.
10294
10295 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10296
10297 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10298 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10299 its output. Ignore the output of "record goto begin" and instead
10300 check that GDB is replaying.
10301
10302 2015-10-09 Pedro Alves <palves@redhat.com>
10303
10304 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10305 (top level): Use it in the run with no args test.
10306
10307 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10308
10309 * gdb.dlang/properties.exp: New file.
10310
10311 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10312
10313 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10314 whether or not address 0x1000 is mapped on the target.
10315
10316 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10317
10318 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10319 build.
10320
10321 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10322
10323 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10324 instruction-history test.
10325
10326 2015-09-28 Doug Evans <dje@google.com>
10327
10328 * gdb.base/gcore.c (array_func): Add reference to static_array.
10329
10330 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10331
10332 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10333 source line.
10334
10335 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10336
10337 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10338 short or char as base type.
10339
10340 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10341
10342 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10343 to allow any size enum.
10344
10345 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10346
10347 * gdb.ada/array_ptr_renaming.exp: New testcase.
10348 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10349 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10350
10351 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10352
10353 * gdb.trace/ftrace-lock.c: New file.
10354 * gdb.trace/ftrace-lock.exp: New file.
10355
10356 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10357
10358 * gdb.arch/insn-reloc.c: New file.
10359 * gdb.arch/ftrace-insn-reloc.exp: New file.
10360
10361 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10362
10363 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10364 instruction.
10365 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10366 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10367 * gdb.trace/range-stepping.c: Likewise.
10368 * gdb.trace/trace-break.c: Likewise.
10369 * gdb.trace/trace-mt.c (thread_function): Likewise.
10370 * gdb.trace/ftrace.c (marker): Likewise.
10371 * gdb.trace/trace-condition.c (marker): Likewise.
10372 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10373 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10374 is_aarch64_target.
10375
10376 2015-09-18 Doug Evans <xdje42@gmail.com>
10377
10378 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10379 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10380
10381 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10382
10383 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10384 the breakpoint.
10385
10386 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10387
10388 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10389 the pending breakpoint. Remove timeout override for "Run till
10390 MI pending breakpoint on pendfunc3 on thread 2" test.
10391
10392 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10393
10394 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10395 filename pattern.
10396
10397 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10398
10399 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10400 in breakpoint filename pattern.
10401
10402 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10403
10404 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10405
10406 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10407
10408 * gdb.linespec/explicit.exp: Check for readline support for
10409 tab-completion tests. Fix obvious typo.
10410
10411 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10412
10413 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10414 and replay.
10415
10416 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10417
10418 * gdb.btrace/non-stop.c: New.
10419 * gdb.btrace/non-stop.exp: New.
10420
10421 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10422 Yao Qi <yao.qi@linaro.org>
10423
10424 * gdb.trace/trace-condition.c: New file.
10425 * gdb.trace/trace-condition.exp: New file.
10426
10427 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10428
10429 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10430 for testing bytecode compilation.
10431
10432 2015-09-16 Pedro Alves <palves@redhat.com>
10433 Sandra Loosemore <sandra@codesourcery.com>
10434
10435 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10436 (SECONDS): Redefine.
10437 (main): Call pthread_kill and alarm early.
10438 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10439 support.
10440 (test): If the target can't hardware step and doesn't support
10441 displaced stepping, increase the timeout.
10442
10443 2015-09-16 Pedro Alves <palves@redhat.com>
10444
10445 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10446 (enable_debug): New procedures.
10447 (test): Use them. Bail out if waiting for threads fails.
10448 (top level): Bail out if a test fails.
10449
10450 2015-09-16 Yao Qi <yao.qi@linaro.org>
10451
10452 * gdb.asm/asm-source.exp: Set asm-arch for
10453 aarch64*-*-* target.
10454 * gdb.asm/aarch64.inc: New file.
10455
10456 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10457
10458 * gdb.ada/array_of_variable_length.exp: New testcase.
10459 * gdb.ada/array_of_variable_length/foo.adb: New file.
10460 * gdb.ada/array_of_variable_length/pck.adb: New file.
10461 * gdb.ada/array_of_variable_length/pck.ads: New file.
10462
10463 2015-09-15 Doug Evans <dje@google.com>
10464
10465 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10466 of function static local variable.
10467
10468 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10469
10470 * gdb.threads/tls-so_extern.exp: New test file.
10471 * gdb.threads/tls-so_extern.c: New test file.
10472 * gdb.threads/tls-so_extern_main.c: New test file.
10473
10474 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10475
10476 * gdb.opt/solib-intra-step-lib.c: New file.
10477 * gdb.opt/solib-intra-step-main.c: New file.
10478 * gdb.opt/solib-intra-step.exp: New file.
10479
10480 2015-09-15 Pedro Alves <palves@redhat.com>
10481
10482 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10483 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10484
10485 2015-09-14 Pedro Alves <palves@redhat.com>
10486
10487 * gdb.base/hook-stop-continue.c: Delete.
10488 * gdb.base/hook-stop-continue.exp: Delete.
10489 * gdb.base/hook-stop-frame.c: Delete.
10490 * gdb.base/hook-stop-frame.exp: Delete.
10491 * gdb.base/hook-stop.c: New file.
10492 * gdb.base/hook-stop.exp: New file.
10493
10494 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10495
10496 * gdb.ada/access_to_packed_array.exp: New testcase.
10497 * gdb.ada/access_to_packed_array/foo.adb: New file.
10498 * gdb.ada/access_to_packed_array/pack.adb: New file.
10499 * gdb.ada/access_to_packed_array/pack.ads: New file.
10500
10501 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10502
10503 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10504 buffer size test.
10505
10506 2015-09-11 Don Breazeal <donb@codesourcery.com>
10507
10508 * gdb.base/foll-exec.c: Add copyright header. Fix
10509 formatting issues.
10510 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10511 (do_exec_tests): Use clean_restart in place of zap_session,
10512 and for test initialization. Fix formatting issues. Use
10513 fail in place of perror.
10514 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10515 an expect statement to match an expression with output from
10516 the program under debug.
10517 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10518 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10519 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10520 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10521 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10522
10523 2015-09-09 Doug Evans <dje@google.com>
10524
10525 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10526
10527 2015-09-09 Doug Evans <dje@google.com>
10528
10529 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10530
10531 2015-09-09 Doug Evans <dje@google.com>
10532
10533 * gdb.base/savedregs.exp: Fix typo.
10534
10535 2015-09-09 Pedro Alves <palves@redhat.com>
10536
10537 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10538
10539 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10540
10541 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10542 command actually switches threads. Give up on remaining
10543 tests if target fails to stop at breakpoint.
10544
10545 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10546
10547 * gdb.ada/funcall_char.exp: New testcase.
10548 * gdb.ada/funcall_char/foo.adb: New file.
10549
10550 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10551
10552 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10553 expected outputs. Add two testcases for completing ambiguous
10554 functions.
10555 * gdb.ada/complete/aux_pck.adb: New file.
10556 * gdb.ada/complete/aux_pck.ads: New file.
10557 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10558 Ambiguous_Func functions.
10559 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10560 * gdb.ada/complete/pck.adb: Likewise.
10561
10562 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10563
10564 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10565 failures to run the test program under GDB.
10566
10567 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10568
10569 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10570 to C.
10571
10572 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10573
10574 * gdb.base/run-after-attach.exp: New test file.
10575 * gdb.base/run-after-attach.c: New test file.
10576
10577 2015-08-26 Don Breazeal <donb@codesourcery.com>
10578
10579 * gdb.base/foll-exec-2.c: New test program.
10580 * gdb.base/foll-exec-2.exp: New test.
10581
10582 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10583
10584 * gdb.base/nested-subp1.exp: New file.
10585 * gdb.base/nested-subp1.c: New file.
10586 * gdb.base/nested-subp2.exp: New file.
10587 * gdb.base/nested-subp2.c: New file.
10588 * gdb.base/nested-subp3.exp: New file.
10589 * gdb.base/nested-subp3.c: New file.
10590
10591 2015-08-24 Pedro Alves <palves@redhat.com>
10592
10593 * gdb.server/connect-without-multi-process.c: New file.
10594 * gdb.server/connect-without-multi-process.exp: New file.
10595
10596 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10597
10598 * gdb.opt/inline-markers.c: Make z int.
10599
10600 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10601
10602 * gdb.opt/inline-markers.c: Make z volatile.
10603
10604 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10605
10606 * gdb.opt/inline-bt.c: New volatile global z.
10607 * gdb.opt/inline-cmds.c: Likewise.
10608 * gdb.opt/inline-locals.c: Likewise.
10609 * gdb.opt/inline-markers.c: New extern global z.
10610 (marker): Use z.
10611 (inline_fn): Likewise.
10612
10613 2015-08-24 Pedro Alves <palves@redhat.com>
10614
10615 * config/m32r-stub.exp: Remove file.
10616 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10617 * gdb.base/call-rt-st.exp: Likewise.
10618 * gdb.base/call-strs.exp: Likewise.
10619 * gdb.base/default.exp: Remove references to h8300-*-hms and
10620 *-*-udi*.
10621 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10622
10623 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10624
10625 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10626 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10627 and "return" use KFAIL when GDB can not read/write the vector
10628 return value.
10629
10630 2015-08-21 Gary Benson <gbenson@redhat.com>
10631
10632 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10633
10634 2015-08-20 Pedro Alves <palves@redhat.com>
10635
10636 * gdb.server/solib-list.exp: No longer expect an interior stop in
10637 non-stop mode.
10638
10639 2015-08-20 Pedro Alves <palves@redhat.com>
10640
10641 * gdb.server/connect-stopped-target.c: New file.
10642 * gdb.server/connect-stopped-target.exp: New file.
10643
10644 2015-08-20 Pedro Alves <palves@redhat.com>
10645
10646 * gdb.dwarf2/comp-unit-lang.exp: New file.
10647 * gdb.dwarf2/comp-unit-lang.c: New file.
10648
10649 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10650
10651 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10652 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10653
10654 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10655
10656 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10657 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10658
10659 2015-08-18 Doug Evans <dje@google.com>
10660 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10661
10662 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10663 skip_python_tests. New arg prompt_regexp.
10664 (skip_python_tests): New function.
10665 * lib/mi-support.exp (mi_skip_python_tests): New function.
10666 * gdb.python/py-mi-objfile-gdb.py: New file.
10667 * gdb.python/py-mi-objfile.c: New file.
10668 * gdb.python/py-mi-objfile.exp: New file.
10669
10670 2015-08-17 Keith Seitz <keiths@redhat.com>
10671
10672 * gdb.linespec/explicit.exp: Move strace test from here ...
10673 * gdb.trace/strace.exp: ... to here.
10674
10675 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10676
10677 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10678 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10679
10680 2015-08-14 Doug Evans <xdje42@gmail.com>
10681
10682 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10683 inferior before selecting a new file.
10684
10685 2015-08-14 Doug Evans <xdje42@gmail.com>
10686
10687 * gdb.mi/mi-disassemble.exp: Update.
10688 * gdb.base/disasm-optim.S: New file.
10689 * gdb.base/disasm-optim.c: New file.
10690 * gdb.base/disasm-optim.h: New file.
10691 * gdb.base/disasm-optim.exp: New file.
10692
10693 2015-08-14 Keith Seitz <keiths@redhat.com>
10694
10695 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10696 "evaluated-by".
10697
10698 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10699
10700 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10701
10702 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10703
10704 * gdb.ada/fun_renaming.exp: New testcase.
10705 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10706 * gdb.ada/fun_renaming/pack.adb: New file.
10707 * gdb.ada/fun_renaming/pack.ads: New file.
10708
10709 2015-08-12 Keith Seitz <keiths@redhat.com>
10710
10711 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10712 gdb_get_line_number.
10713
10714 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10715
10716 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10717 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10718 gdb.base/dso2dso.exp: New files.
10719
10720 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10721 Pedro Alves <palves@redhat.com>
10722 Keith Seitz <keiths@redhat.com>
10723
10724 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10725 GDBFLAGS.
10726
10727 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10728
10729 * gdb.base/gdbhistsize-history.exp
10730 (test_histsize_history_setting): Use save_vars.
10731 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10732 Use save_vars.
10733 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10734 * gdb.base/readline.exp: Use save_vars.
10735
10736 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10737
10738 * lib/gdb.exp (save_vars): New proc.
10739
10740 2015-08-11 Keith Seitz <keiths@redhat.com>
10741
10742 * gdb.base/help.exp: Update help_breakpoint_text.
10743
10744 2015-08-11 Keith Seitz <keiths@redhat.com>
10745
10746 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10747 (at toplevel): Call test_explicit_breakpoints.
10748 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10749 breakpoints.
10750 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10751 breakpoint conditions, "-cond".
10752
10753 2015-08-11 Keith Seitz <keiths@redhat.com>
10754
10755 * gdb.linespec/3explicit.c: New file.
10756 * gdb.linespec/cpexplicit.cc: New file.
10757 * gdb.linespec/cpexplicit.exp: New file.
10758 * gdb.linespec/explicit.c: New file.
10759 * gdb.linespec/explicit.exp: New file.
10760 * gdb.linespec/explicit2.c: New file.
10761 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10762 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10763 before using in the matching pattern.
10764 Clarify that `prefix' is a regular expression.
10765
10766 2015-08-11 Keith Seitz <keiths@redhat.com>
10767
10768 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10769 test.
10770 Add tests for missing ",FMT" and ",".
10771
10772 2015-08-10 Doug Evans <dje@google.com>
10773 Keith Seitz <keiths@redhat.com>
10774
10775 PR gdb/17960
10776 * gdb.base/completion.exp: Add location completer tests.
10777
10778 2015-08-07 Pedro Alves <palves@redhat.com>
10779
10780 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10781 tests here.
10782 (top level): Run do_test with and without displaced stepping.
10783
10784 2015-08-07 Pedro Alves <palves@redhat.com>
10785
10786 * gdb.base/valgrind-disp-step.c: New file.
10787 * gdb.base/valgrind-disp-step.exp: New file.
10788
10789 2015-08-07 Pedro Alves <palves@redhat.com>
10790
10791 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10792 Delete function.
10793 (main): Add alarm. Run an infinite loop instead of calling
10794 wait_threads.
10795 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10796 comment.
10797 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10798 Delete function.
10799 (main): Add alarm. Run an infinite loop instead of calling
10800 wait_threads.
10801 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10802 comment.
10803
10804 2015-08-07 Pedro Alves <palves@redhat.com>
10805
10806 * gdb.base/checkpoint-ns.exp: New file.
10807 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10808 standard_testfile.
10809
10810 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10811
10812 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10813 * gdb.btrace/instruction_history.exp: Update.
10814 * gdb.btrace/tsx.exp: New.
10815 * gdb.btrace/tsx.c: New.
10816
10817 2015-08-06 Pedro Alves <palves@redhat.com>
10818
10819 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10820 increase timeout.
10821 * gdb.reverse/until-precsave.exp: Bump timeouts.
10822
10823 2015-08-06 Pedro Alves <palves@redhat.com>
10824
10825 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10826
10827 2015-08-06 Pedro Alves <palves@redhat.com>
10828
10829 PR gdb/18749
10830 * gdb.threads/process-dies-while-handling-bp.c: New file.
10831 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10832
10833 2015-08-06 Pedro Alves <palves@redhat.com>
10834
10835 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10836 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10837
10838 2015-08-05 Pedro Alves <palves@redhat.com>
10839
10840 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10841 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10842
10843 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10844
10845 * gdb.base/bp-permanent.exp: Report test as unsupported if
10846 the target cannot stop at the permanent breakpoint.
10847
10848 2015-08-03 Doug Evans <dje@google.com>
10849
10850 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10851 10000.
10852
10853 2015-08-03 Doug Evans <dje@google.com>
10854
10855 * Makefile.in (workers/%.worker, build-perf): New rule.
10856 (GDB_PERFTEST_MODE): New variable.
10857 (check-perf): Use it.
10858 (clean): Clean up gdb.perf parallel build subdirs.
10859 * lib/build-piece.exp: New file.
10860 * lib/gdb.exp (make_gdb_parallel_path): New function
10861 (standard_output_file, standard_temp_file): Call it.
10862 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10863 of $GDB_PARALLEL.
10864 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10865
10866 2015-08-03 Doug Evans <dje@google.com>
10867
10868 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10869 (LOG_FILE_NAME): New global.
10870 (TextReporter.__init__): Initialize self.txt_sum.
10871 (TextReporter.report): Add support for multiple data-points.
10872 Move report to perftest.sum, put raw data in perftest.log.
10873 (TextReporter.start): Open sum and log files.
10874 (TextReporter.end): Close sum and log files.
10875 * gdb.perf/lib/perftest/testresult.py
10876 (SingleStatisticTestResult.record): Handle multiple data-points.
10877
10878 2015-07-31 Pedro Alves <palves@redhat.com>
10879
10880 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10881 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10882 kill_wait_spawned_process instead of explicit "kill -9".
10883 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10884 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10885 kill_wait_spawned_process.
10886 * gdb.base/attach-twice.exp: Likewise.
10887 * gdb.base/attach.exp: Likewise.
10888 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10889 gdb_test_multiple.
10890 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10891 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10892 kill_wait_spawned_process.
10893 * gdb.base/valgrind-infcall.exp: Likewise.
10894 * gdb.multi/multi-attach.exp: Likewise.
10895 * gdb.python/py-prompt.exp: Likewise.
10896 * gdb.python/py-sync-interp.exp: Likewise.
10897 * gdb.server/ext-attach.exp: Likewise.
10898 * gdb.threads/attach-into-signal.exp (corefunc): Use
10899 spawn_wait_for_attach, spawn_id_get_pid and
10900 kill_wait_spawned_process.
10901 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10902 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10903 spawn_id_get_pid and kill_wait_spawned_process.
10904 * gdb.threads/attach-stopped.exp (corefunc): Use
10905 spawn_wait_for_attach, spawn_id_get_pid and
10906 kill_wait_spawned_process.
10907 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10908 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10909 kill_wait_spawned_process instead of explicit "kill -9".
10910 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10911 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10912 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10913 processes. Don't map cygwin/windows pids here. Now returns a
10914 spawn id list.
10915
10916 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10917
10918 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10919 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10920 correct patch.
10921
10922 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10923
10924 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10925
10926 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10927
10928 Reapply:
10929 2014-05-21 Mark Wielaard <mjw@redhat.com>
10930
10931 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10932
10933 2015-07-30 Pedro Alves <palves@redhat.com>
10934
10935 * linux-low.c (handle_extended_wait): Set the child's last
10936 reported status to TARGET_WAITKIND_STOPPED.
10937
10938 2015-07-30 Pedro Alves <palves@redhat.com>
10939
10940 PR threads/18600
10941 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10942 only shows inferior 1.
10943
10944 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10945 Pedro Alves <palves@redhat.com>
10946
10947 PR threads/18600
10948 * gdb.threads/fork-plus-threads.c: New file.
10949 * gdb.threads/fork-plus-threads.exp: New file.
10950
10951 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10952
10953 * gdb.base/batch-preserve-term-settings.exp
10954 (test_terminal_settings_preserved_after_cli_exit): Use
10955 send_quit_command.
10956
10957 2015-07-29 Pedro Alves <palves@redhat.com>
10958 Don Breazeal <donb@codesourcery.com>
10959
10960 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10961 output from both inferior_spawn_id and gdb_spawn_id.
10962
10963 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10964
10965 * gdb.threads/attach-into-signal.exp (corefunc): Use
10966 with_test_prefix on nested loops, uniquefying the test messages.
10967
10968 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10969
10970 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10971 commit.
10972
10973 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10974
10975 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10976 New proc.
10977 (test_terminal_settings_preserved_after_sigterm): New test.
10978
10979 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10980
10981 * gdb.base/batch-preserve-term-settings.exp
10982 (test_terminal_settings_preserved_after_cli_exit): New test.
10983
10984 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10985
10986 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10987 manipulation of saved_gdbflags.
10988 (test_terminal_settings_preserved): Remove global declaration of
10989 the unused variable pagination_prompt. Remove manipulation of
10990 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10991 GDBFLAGS.
10992
10993 2015-07-29 Pedro Alves <palves@redhat.com>
10994
10995 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10996
10997 2015-07-29 Pedro Alves <palves@redhat.com>
10998
10999 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11000 at the top.
11001
11002 2015-07-29 Pedro Alves <palves@redhat.com>
11003
11004 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11005 (main): Call gdb_unbuffer_output.
11006 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11007 (main): Call gdb_unbuffer_output.
11008 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11009 (main): Call gdb_unbuffer_output.
11010 * gdb.base/call-strs.exp: Adjust to step over the
11011 gdb_unbuffer_output call.
11012 * gdb.base/catch-gdb-caused-signals.c: Include
11013 "../lib/unbuffer_output.c".
11014 (main): Call gdb_unbuffer_output.
11015 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11016 (main): Call gdb_unbuffer_output.
11017 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11018 (main): Call gdb_unbuffer_output.
11019 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11020 (main): Call gdb_unbuffer_output.
11021 * gdb.base/shlib-call.exp: Adjust to step over the
11022 gdb_unbuffer_output call.
11023 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11024 (main): Call gdb_unbuffer_output.
11025 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11026 (main): Call gdb_unbuffer_output.
11027 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11028 (main): Rename to ...
11029 (test): ... this.
11030 (main): Reimplement.
11031 * gdb.base/varargs.exp: Run to test instead of to main.
11032 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11033 (main): Call gdb_unbuffer_output.
11034
11035 2015-07-29 Pedro Alves <palves@redhat.com>
11036
11037 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11038 factore out from mi_continue_dprintf. For call-style dprintfs,
11039 expect dprintf output out of $inferior_spawn_id.
11040 (mi_continue_dprintf): Use mi_expect_dprintf.
11041 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11042 (main): Call gdb_unbuffer_output.
11043
11044 2015-07-29 Pedro Alves <palves@redhat.com>
11045
11046 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11047 (default_mi_gdb_start): Set inferior_spawn_id instead of
11048 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11049 gdb_spawn_id.
11050 (mi_gdb_test): Always expect inferior output from both
11051 $inferior_spawn_id and $gdb_spawn_id.
11052
11053 2015-07-29 Pedro Alves <palves@redhat.com>
11054
11055 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11056 send_inferior and $inferior_spawn_id.
11057
11058 2015-07-29 Pedro Alves <palves@redhat.com>
11059
11060 * gdb.gdb/complaints.exp (test_initial_complaints)
11061 (test_serial_complaints, test_short_complaints): Use
11062 gdb_test_stdio.
11063 (test_empty_complaint): Handle $inferior_spawn_id !=
11064 $gdb_spawn_id.
11065
11066 2015-07-29 Pedro Alves <palves@redhat.com>
11067
11068 * gdb.base/varargs.exp: Use gdb_test_stdio.
11069
11070 2015-07-29 Pedro Alves <palves@redhat.com>
11071
11072 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11073
11074 2015-07-29 Pedro Alves <palves@redhat.com>
11075
11076 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11077
11078 2015-07-29 Pedro Alves <palves@redhat.com>
11079
11080 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11081 parameter into two new parameters, "inf_result" and "gdb_result".
11082 Expect inferior output and gdb output from $inferior_spawn_id and
11083 $gdb_spawn_id, respectively. Adjust all callers.
11084
11085 2015-07-29 Pedro Alves <palves@redhat.com>
11086
11087 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11088 of gdb_test_sequence.
11089
11090 2015-07-29 Pedro Alves <palves@redhat.com>
11091
11092 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11093 (saw_spurious_output): Expect inferior output from
11094 $inferior_spawn_id. Use gdb_test_stdio.
11095
11096 2015-07-29 Pedro Alves <palves@redhat.com>
11097
11098 * gdb.base/dprintf.exp: Use standard_testfile. Change
11099 prepare_for_testing call.
11100 (srcfile): Don't set.
11101 (restart): New procedure.
11102 (test_dprintf): New procecure, use to continue over dprintfs.
11103 (test_call, test_agent): New procedures, tests moved here.
11104 Restart gdb and recreate dprintfs. Adjust expected output.
11105
11106 2015-07-29 Pedro Alves <palves@redhat.com>
11107
11108 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11109
11110 2015-07-29 Pedro Alves <palves@redhat.com>
11111
11112 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11113
11114 2015-07-29 Pedro Alves <palves@redhat.com>
11115
11116 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11117 gdb_test_stdio.
11118
11119 2015-07-29 Pedro Alves <palves@redhat.com>
11120
11121 * lib/gdb.exp (gdb_test_stdio): New procedure.
11122
11123 2015-07-29 Pedro Alves <palves@redhat.com>
11124
11125 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11126
11127 2015-07-29 Pedro Alves <palves@redhat.com>
11128
11129 * gdb.base/call-signal-resume.exp: Remove check for
11130 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11131 * gdb.base/unwindonsignal.exp: Likewise.
11132 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11133 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11134
11135 2015-07-29 Pedro Alves <palves@redhat.com>
11136
11137 * gdb.base/siginfo-addr.c (pass): New function.
11138 (handler): Call it iff si_addr is correct.
11139 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11140 Set a breakpoint at "pass" and continue to it.
11141
11142 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11143
11144 * gdb.python/py-objfile.exp: Make some tests have unique names.
11145 * gdb.python/py-pp-registration.exp: Likewise.
11146
11147 2015-07-28 Pedro Alves <palves@redhat.com>
11148
11149 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11150
11151 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11152
11153 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11154
11155 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11156
11157 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11158
11159 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11160
11161 * gdb.base/gdb-sigterm-2.exp: New test.
11162
11163 2015-07-25 Doug Evans <xdje42@gmail.com>
11164
11165 Revert:
11166 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11167 (workers/%.worker, build-perf): New rule.
11168 (GDB_PERFTEST_MODE): New variable.
11169 (check-perf): Use it.
11170 (clean): Clean up gdb.perf parallel build subdirs.
11171 * lib/build-piece.exp: New file.
11172 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11173 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11174 name.
11175 (standard_temp_file): Ditto.
11176 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11177 of $GDB_PARALLEL.
11178
11179 2015-07-24 Doug Evans <dje@google.com>
11180
11181 * gdb.perf/lib/perftest/utils.py: New file.
11182 * gdb.perf/gm-hello.cc: New file.
11183 * gdb.perf/gm-pervasive-typedef.cc: New file.
11184 * gdb.perf/gm-pervasive-typedef.h: New file.
11185 * gdb.perf/gm-std.cc: New file.
11186 * gdb.perf/gm-std.h: New file.
11187 * gdb.perf/gm-use-cerr.cc: New file.
11188 * gdb.perf/gm-utils.h: New file.
11189 * gdb.perf/gmonster-null-lookup.py: New file.
11190 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11191 * gdb.perf/gmonster-print-cerr.py: New file.
11192 * gdb.perf/gmonster-ptype-string.py: New file.
11193 * gdb.perf/gmonster-runto-main.py: New file.
11194 * gdb.perf/gmonster-select-file.py: New file.
11195 * gdb.perf/gmonster1-null-lookup.exp: New file.
11196 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11197 * gdb.perf/gmonster1-print-cerr.exp: New file.
11198 * gdb.perf/gmonster1-ptype-string.exp: New file.
11199 * gdb.perf/gmonster1-runto-main.exp: New file.
11200 * gdb.perf/gmonster1-select-file.exp: New file.
11201 * gdb.perf/gmonster1.cc: New file.
11202 * gdb.perf/gmonster1.exp: New file.
11203 * gdb.perf/gmonster2-null-lookup.exp: New file.
11204 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11205 * gdb.perf/gmonster2-print-cerr.exp: New file.
11206 * gdb.perf/gmonster2-ptype-string.exp: New file.
11207 * gdb.perf/gmonster2-runto-main.exp: New file.
11208 * gdb.perf/gmonster2-select-file.exp: New file.
11209 * gdb.perf/gmonster2.cc: New file.
11210 * gdb.perf/gmonster2.exp: New file.
11211
11212 2015-07-24 Doug Evans <dje@google.com>
11213
11214 * gdb.perf/README: New file.
11215 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11216 * lib/gen-perf-test.exp: New file.
11217
11218 2015-07-24 Doug Evans <dje@google.com>
11219
11220 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11221 (PerfTest::startup): New function.
11222 (PerfTest::run): Return result of calling body.
11223 (PerfTest::assemble): Rewrite.
11224 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11225 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11226 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11227 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11228 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11229
11230 2015-07-24 Doug Evans <dje@google.com>
11231
11232 * lib/gdb.exp (clean_restart): Make executable optional.
11233
11234 2015-07-24 Doug Evans <dje@google.com>
11235
11236 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11237 compiler_info references.
11238 * gdb.cp/temargs.exp: Ditto.
11239 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11240 (get_compiler_info): Early exit if already computed. Set compiler_info
11241 to "unknown" if there was a problem.
11242 (test_compiler_info): Add function comment. Call get_compiler_info.
11243
11244 2015-07-24 Doug Evans <dje@google.com>
11245
11246 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11247 (workers/%.worker, build-perf): New rule.
11248 (GDB_PERFTEST_MODE): New variable.
11249 (check-perf): Use it.
11250 (clean): Clean up gdb.perf parallel build subdirs.
11251 * lib/build-piece.exp: New file.
11252 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11253 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11254 name.
11255 (standard_temp_file): Ditto.
11256 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11257 of $GDB_PARALLEL.
11258
11259 2015-07-24 Doug Evans <dje@google.com>
11260
11261 * lib/future.exp (gdb_default_target_compile): New option
11262 "early_flags".
11263 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11264 --as-needed.
11265
11266 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11267
11268 * gdb.base/catch-syscall.exp: Call gdb_exit before
11269 gdb_skip_xml_test.
11270
11271 2015-07-24 Pedro Alves <palves@redhat.com>
11272
11273 * gdb.python/py-events.exp: Accept output between the stop event
11274 and the prompt.
11275 * gdb.python/py-evsignal.exp: Likewise.
11276 * gdb.python/py-evthreads.exp: Likewise.
11277
11278 2015-07-24 Pedro Alves <palves@redhat.com>
11279
11280 PR gdb/18717
11281 * gdb.threads/non-ldr-exit.c: New file.
11282 * gdb.threads/non-ldr-exit.exp: New file.
11283
11284 2015-07-24 Yao Qi <yao.qi@linaro.org>
11285
11286 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11287 restarting process.
11288
11289 2015-07-24 Yao Qi <yao.qi@linaro.org>
11290
11291 * gdb.server/ext-restart.exp: New file.
11292
11293 2015-07-24 Yao Qi <yao.qi@linaro.org>
11294
11295 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11296 argument options.
11297 * gdb.server/ext-wrapper.exp: New file.
11298
11299 2015-07-23 Doug Evans <dje@google.com>
11300
11301 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11302 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11303
11304 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11305
11306 * gdb.ada/var_arr_typedef.exp: New testcase.
11307 * gdb.ada/var_arr_typedef/pack.adb: New file.
11308 * gdb.ada/var_arr_typedef/pack.ads: New file.
11309 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11310
11311 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11312
11313 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11314
11315 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11316
11317 * gdb.arch/i386-biarch-core.exp: Replace istarget
11318 by "complete set gnutarget". Remove expectation for the "core-file"
11319 command.
11320
11321 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11322
11323 Revert the previous commit:
11324 Tests for validate symbol file using build-id.
11325
11326 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11327
11328 Tests for validate symbol file using build-id.
11329 * gdb.base/solib-mismatch-lib.c: New file.
11330 * gdb.base/solib-mismatch-libmod.c: New file.
11331 * gdb.base/solib-mismatch.c: New file.
11332 * gdb.base/solib-mismatch.exp: New file.
11333
11334 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11335
11336 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11337 nios2-*-linux*.
11338 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11339 * gdb.base/siginfo.exp: Likewise.
11340 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11341
11342 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11343
11344 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11345 Move it to ...
11346 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11347 ... here.
11348 * gdb.trace/range-stepping.exp: Check that the target supports
11349 range stepping.
11350
11351 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11352
11353 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11354
11355 2015-07-14 Pedro Alves <palves@redhat.com>
11356
11357 * gdb.base/killed-outside.exp: New file.
11358 * gdb.base/killed-outside.c: New file.
11359
11360 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11361
11362 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11363 (n at main): New.
11364 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11365
11366 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11367
11368 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11369 infcall tests instead of setting up for KFAIL.
11370
11371 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11372
11373 * gdb.btrace/record_goto-step.exp: New.
11374
11375 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11376
11377 PR compile/18484
11378 * gdb.compile/compile.c (struct struct_type): Add volatile to
11379 selffield's type.
11380 * gdb.compile/compile.exp
11381 (compile code struct_object.selffield = &struct_object): Skip further
11382 struct_object tests if this one xfails.
11383
11384 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11385
11386 PR exp/18617
11387 * gdb.trace/ax.exp: Add test.
11388
11389 2015-07-07 Yao Qi <yao.qi@linaro.org>
11390
11391 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11392 instead of istarget "aarch64*-*-*".
11393 * gdb.arch/aarch64-fp.exp: Likewise.
11394 * gdb.base/float.exp: Likewise.
11395 * gdb.reverse/aarch64.exp: Likewise.
11396 * lib/gdb.exp (is_aarch64_target): New proc.
11397
11398 2015-07-07 Yao Qi <yao.qi@linaro.org>
11399
11400 * lib/gdb.exp (is_aarch32_target): New proc.
11401 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11402 instead of "istarget "arm*-*-*"".
11403 * gdb.arch/arm-disp-step.exp: Likewise.
11404 * gdb.arch/thumb-bx-pc.exp: Likewise.
11405 * gdb.arch/thumb-prologue.exp: Likewise.
11406 * gdb.arch/thumb-singlestep.exp: Likewise.
11407 * gdb.base/disp-step-syscall.exp: Likewise.
11408 * gdb.base/float.exp: Likewise.
11409
11410 2015-07-07 Yao Qi <yao.qi@linaro.org>
11411
11412 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11413 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11414
11415 2015-07-07 Yao Qi <yao.qi@linaro.org>
11416
11417 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11418 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11419 if it exists.
11420 * gdb.multi/multi-arch.exp: Likewise.
11421
11422 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11423
11424 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11425 print.
11426
11427 2015-07-07 Yao Qi <yao.qi@linaro.org>
11428
11429 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11430
11431 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11432
11433 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11434 '[' and ']' characters.
11435
11436 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11437
11438 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11439
11440 2015-06-29 Pedro Alves <palves@redhat.com>
11441
11442 PR threads/18127
11443 * gdb.threads/hand-call-new-thread.c: New file.
11444 * gdb.threads/hand-call-new-thread.c: New file.
11445
11446 2015-06-26 Keith Seitz <keiths@redhat.com>
11447 Doug Evans <dje@google.com>
11448
11449 PR 16253
11450 * gdb.cp/var-tag-2.cc: New file.
11451 * gdb.cp/var-tag-3.cc: New file.
11452 * gdb.cp/var-tag-4.cc: New file.
11453 * gdb.cp/var-tag.cc: New file.
11454 * gdb.cp/var-tag.exp: New file.
11455
11456 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11457
11458 * gdb.base/history-duplicates.exp: New test.
11459
11460 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11461
11462 * gdb.base/completion.exp: Test the completion of the "focus"
11463 command.
11464
11465 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11466
11467 * gdb.arch/amd64-prologue-skip.S: New file.
11468 * gdb.arch/amd64-prologue-skip.exp: New file.
11469
11470 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11471
11472 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11473 is_address_zero_readable check.
11474
11475 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11476
11477 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11478 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11479
11480 2015-06-24 Yao Qi <yao.qi@linaro.org>
11481
11482 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11483 linux targets.
11484
11485 2015-06-24 Yao Qi <yao.qi@linaro.org>
11486
11487 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11488 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11489 * gdb.base/siginfo-thread.exp: Likewise.
11490
11491 2015-06-22 Yao Qi <yao.qi@linaro.org>
11492
11493 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11494
11495 2015-06-22 Yao Qi <yao.qi@linaro.org>
11496
11497 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11498 aarch64*-*-*.
11499 (skip_hw_watchpoint_tests): Likewise.
11500
11501 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11502
11503 * gdb.base/gdbinit-history.exp: Test the interaction between
11504 setting GDBHISTSIZE and setting the history size via .gdbinit.
11505
11506 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11507
11508 PR gdb/16999
11509 * gdb.base/gdbhistsize-history.exp: New test.
11510
11511 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11512
11513 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11514 with GDBHISTSIZE.
11515 * gdb.base/readline.exp: Likewise.
11516
11517 2015-06-17 Yao Qi <yao.qi@linaro.org>
11518
11519 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11520 line.
11521
11522 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11523
11524 * gdb.base/gdbinit-history.exp: Add test case to check that
11525 an unlimited history file does not get truncated on exit.
11526
11527 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11528
11529 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11530 (VECTOR): New macro. Use it...
11531 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11532 ...for these typedefs.
11533 (int8, char1, int1, double1): New typedefs.
11534 (struct just_int2, struct two_int2): New structures.
11535 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11536 (add_structvecs, add_singlevecs): New functions.
11537 (main): Call add_some_intvecs twice.
11538 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11539 the compile and exit upon failure. Try compiling for the "native"
11540 architecture. Test inferior function calls with vector arguments
11541 and vector return value handling with "finish" and "return".
11542
11543 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11544
11545 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11546 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11547 PE file.
11548 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11549
11550 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11551
11552 PR breakpoints/16465
11553 * gdb.mi/mi-dprintf-pending.c: New file.
11554 * gdb.mi/mi-dprintf-pending.exp: New test.
11555 * gdb.mi/mi-dprintf-pendshr.c: New file.
11556
11557 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11558 Mircea Gherzan <mircea.gherzan@intel.com>
11559
11560 * gdb.arch/i386-mpx-map.c: New file.
11561 * gdb.arch/i386-mpx-map.exp: New File.
11562
11563 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11564
11565 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11566 * gdb.arch/i386-mpx.exp: Indentation fixed.
11567
11568 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11569
11570 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11571 function and improved indentation.
11572 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11573 gdb_test_multiple. Added additional tests to skip the test.
11574
11575 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11576
11577 * gdb.arch/i386-avx512.c: Change path in include file.
11578 * gdb.arch/i386-avx512.exp: Change include dir path
11579 compilation flag.
11580 * gdb.arch/i386-mpx.c: Change path in include file.
11581 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11582 flag.
11583
11584 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11585
11586 * gdb.compile/compile-print.exp (compile print *vararray@3)
11587 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11588
11589 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11590
11591 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11592 (do not keep jit in memory): ... this.
11593 (expect 5): Change it to ...
11594 (expect no 5): ... this.
11595
11596 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11597
11598 PR gdb/15564
11599 * gdb.mi/mi-detach.exp: New file.
11600
11601 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11602
11603 PR symtab/18392
11604 * gdb.arch/amd64-tailcall-self.S: New file.
11605 * gdb.arch/amd64-tailcall-self.c: New file.
11606 * gdb.arch/amd64-tailcall-self.exp: New file.
11607
11608 2015-05-28 Don Breazeal <donb@codesourcery.com>
11609
11610 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11611 tests for remote targets by checking is_target_gdbserver.
11612
11613 2015-05-27 Doug Evans <dje@google.com>
11614
11615 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11616 * gdb.dwarf2/opaque-type-lookup.c: New file.
11617 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11618
11619 2015-05-26 Doug Evans <dje@google.com>
11620
11621 * gdb.cp/iostream.cc: New file.
11622 * gdb.cp/iostream.exp: New file.
11623
11624 2015-05-26 Doug Evans <dje@google.com>
11625
11626 * gdb.dwarf2/dw2-op-call.exp: Update.
11627 * gdb.dwarf2/dw4-sig-types.exp: Update.
11628 * gdb.dwarf2/implptr.exp: Update.
11629 * gdb.mi/mi-cmd-param-changed.exp: Update.
11630
11631 2015-05-26 Doug Evans <dje@google.com>
11632
11633 * gdb.python/py-lazy-string.c: New file.
11634 * gdb.python/py-lazy-string.exp: New file.
11635 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11636 (main): Update. Add estring3.
11637 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11638 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11639
11640 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11641 Yao Qi <yao.qi@linaro.org>
11642
11643 * gdb.reverse/aarch64.c: New.
11644 * gdb.reverse/aarch64.exp: New.
11645
11646 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11647
11648 * lib/gdb.exp (supports_process_record): Return true for
11649 aarch64*-linux*.
11650 (supports_reverse): Likewise.
11651
11652 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11653
11654 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11655 Use with_test_prefix.
11656
11657 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11658
11659 * gdb.base/completion.exp: Add test for completion of layout
11660 names.
11661
11662 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11663
11664 * lib/gdb.exp (skip_tui_tests): New proc.
11665 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11666
11667 2015-05-19 Pedro Alves <palves@redhat.com>
11668
11669 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11670 Save the whole env array instead of just HOME. Unset HISTSIZE in
11671 the environment while testing. Restore whole environment
11672 afterwards.
11673
11674 2015-05-16 Doug Evans <xdje42@gmail.com>
11675
11676 * gdb.guile/scm-ports.c: New file.
11677 * gdb.guile/scm-ports.exp: Add memory port tests.
11678
11679 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11680
11681 * gdb.compile/compile-print.c: New file.
11682 * gdb.compile/compile-print.exp: New file.
11683
11684 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11685
11686 * gdb.compile/compile-ops.exp: Cast param to void.
11687 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11688 (compile code struct_object.selffield = &struct_object): Add xfail.
11689
11690 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11691
11692 * gdb.ada/arr_enum_with_gap: New testcase.
11693
11694 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11695
11696 * gdb.ada/byte_packed_arr: New testcase.
11697
11698 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11699
11700 * gdb.ada/pckd_neg: New testcase.
11701
11702 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11703
11704 PR gdb/17820
11705 * gdb.base/gdbinit-history.exp: New test.
11706 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11707 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11708
11709 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11710
11711 * gdb.python/py-xmethods.cc: Enhance test case.
11712 * gdb.python/py-xmethods.exp: New tests.
11713 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11714 function.
11715 (B_indexoper): Likewise.
11716 (global_dm_list) : Add new xmethod worker functions.
11717
11718 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11719
11720 * gdb.base/coredump-filter.exp: Correctly unset
11721 "coredump_var_addr" array.
11722
11723 2015-05-08 Pedro Alves <palves@redhat.com>
11724
11725 * gdb.server/non-existing-program.exp: Unset spawn_id.
11726
11727 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11728
11729 PR python/18291
11730 * gdb.python/py-xmethods.exp: Add tests.
11731
11732 2015-05-08 Yao Qi <yao.qi@linaro.org>
11733
11734 PR gdb/18208
11735 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11736 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11737 function set_coredump_filter, and remove remote_exec call.
11738 Remove argument ipid. Callers update.
11739 (top level): Don't get inferior's PID.
11740
11741 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11742
11743 * gdb.base/watch_thread_num.exp: Skip test on targets without
11744 access watchpoints.
11745
11746 2015-05-06 Pedro Alves <palves@redhat.com>
11747
11748 PR server/18081
11749 * gdb.server/non-existing-program.exp: New file.
11750
11751 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11752
11753 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11754
11755 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11756
11757 * gdb.ada/out_of_line_in_inlined: New testcase.
11758
11759 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11760
11761 * gdb.ada/var_rec_arr: New testcase.
11762
11763 2015-04-30 Yao Qi <yao.qi@linaro.org>
11764
11765 * gdb.base/break-idempotent.exp: If
11766 skip_hw_watchpoint_multi_tests returns true, skip the tests
11767 on "rwatch" and "awatch".
11768
11769 2015-04-30 Yao Qi <yao.qi@linaro.org>
11770
11771 * gdb.base/relativedebug.exp: Invoke gdb command
11772 "info sharedlibrary", and if libc.so doesn't have debug info,
11773 skip the test.
11774
11775 2015-04-29 Doug Evans <dje@google.com>
11776
11777 * gdb.python/py-xmethods.exp: Add ptype tests.
11778 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11779 get_result_type method.
11780
11781 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11782
11783 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11784 the target does not support hardware watchpoints.
11785
11786 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11787
11788 * gdb.base/break-always.exp: Abort testing if writing to memory
11789 causes an error.
11790
11791 2015-04-28 Doug Evans <dje@google.com>
11792
11793 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11794 * gdb.python/py-pp-registration.exp: ... here. New file.
11795 * gdb.python/py-pp-registration.c: New file.
11796 * gdb.python/py-pp-registration.py: New file.
11797
11798 2015-04-28 Doug Evans <dje@google.com>
11799
11800 * gdb.python/py-bad-printers.c: New file.
11801 * gdb.python/py-bad-printers.py: New file.
11802 * gdb.python/py-bad-printers.exp: New file.
11803
11804 2015-04-28 Sasha Smundak <asmundak@google.com>
11805
11806 * gdb.python/py-type.exp: New test.
11807
11808 2015-04-28 Andy Wingo <wingo@igalia.com>
11809
11810 * gdb.python/py-parameter.exp:
11811 * gdb.guile/scm-parameter.exp: Escape the path that we are
11812 matching against, as it might contain characters that are special
11813 to regular expressions.
11814
11815 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11816
11817 * gdb.ada/rec_comp: New testcase.
11818
11819 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11820
11821 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11822 before using it.
11823
11824 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11825
11826 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11827 new tests for verilog output.
11828
11829 2015-04-24 Yao Qi <yao.qi@linaro.org>
11830
11831 * boards/remote-gdbserver-on-localhost.exp: New file.
11832
11833 2015-04-23 Pedro Alves <palves@redhat.com>
11834
11835 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11836 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11837 "end of file", remove $inferior_spawn_id from the indirect list.
11838
11839 2015-04-23 Pedro Alves <palves@redhat.com>
11840
11841 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11842
11843 2015-04-23 Pedro Alves <palves@redhat.com>
11844
11845 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11846 on $any_spawn_id instead of only on $gdb_spawn_id.
11847
11848 2015-04-21 Pierre Muller <muller@sourceware.org>
11849
11850 PR pascal/17815
11851 * lib/pascal.exp (gpc_compile): Add new option "class".
11852 (fpc_compile): Likewise.
11853 * gdb.pascal/case-insensitive-symbols.pas: New file.
11854 * gdb.pascal/case-insensitive-symbols.exp: New file.
11855
11856 2015-04-20 Gary Benson <gbenson@redhat.com>
11857
11858 * gdb.base/attach.exp: Fix three extended remote failures.
11859
11860 2015-04-17 Gary Benson <gbenson@redhat.com>
11861
11862 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11863 the main executable over the remote protocol.
11864
11865 2015-04-16 Pedro Alves <palves@redhat.com>
11866
11867 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11868 a new gdbserver if gdbserver_reconnect_p is set.
11869
11870 2015-04-16 Pedro Alves <palves@redhat.com>
11871
11872 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11873 is set, don't exit gdbserver.
11874
11875 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11876
11877 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11878 appropriate .insn, such that an older assembler can be used.
11879 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11880 the z/Architecture instruction set on 31-bit targets as well.
11881
11882 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11883
11884 * gdb.go/handcall.exp: Remove all logic related to the first
11885 breakpoint and rely on go_runto_main instead.
11886 * gdb.go/strings.exp: Likewise.
11887 * gdb.go/unsafe.exp: Likewise.
11888 * gdb.go/hello.exp: Likewise. Also rename the remaining
11889 breakpoint marker to "breakpoint 1".
11890 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11891 * gdb.go/strings.go: Likewise.
11892 * gdb.go/unsafe.go: Likewise.
11893 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11894 "set breakpoint 2 here" and rename the remaining breakpoint marker
11895 to "breakpoint 1".
11896
11897 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11898
11899 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11900 if itertools.imap is not present.
11901 * gdb.python/py-objfile.exp: Add parentheses.
11902 * gdb.python/py-type.exp: Same.
11903 * gdb.python/py-unwind-maint.py: Same.
11904
11905 2015-04-15 Yao Qi <yao.qi@linaro.org>
11906
11907 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11908 of ":$ptr_size" and set its form explicitly.
11909
11910 2015-04-15 Pedro Alves <palves@redhat.com>
11911 Yao Qi <yao.qi@linaro.org>
11912
11913 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11914 timeout by factor of 4.
11915 (test_regular_watch): Likewise.
11916 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11917 * gdb.reverse/sigall-reverse.exp: Likewise.
11918 * gdb.reverse/until-precsave.exp: Likewise.
11919 * lib/gdb.exp (with_timeout_factor): New proc.
11920 (gdb_expect): Move some code to ...
11921 (get_largest_timeout): ... here. New procedure.
11922
11923 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11924
11925 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11926
11927 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11928
11929 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11930 to write to the .text section.
11931
11932 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11933
11934 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11935 Handle the case of targets that do not provide PID information.
11936
11937 2015-04-13 Yao Qi <yao.qi@linaro.org>
11938
11939 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11940 and use expect instead of gdb_expect.
11941
11942 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11943
11944 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11945 "coredump_var_addr" to avoid naming conflict with other testcases.
11946
11947 2015-04-10 Pedro Alves <palves@redhat.com>
11948
11949 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11950 gdb_test_sequence and gdb_assert.
11951
11952 2015-04-10 Pedro Alves <palves@redhat.com>
11953
11954 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11955 test messages that don't include the breakpoint address.
11956
11957 2015-04-10 Yao Qi <yao.qi@linaro.org>
11958
11959 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11960 false for some offset and width combinations which aren't
11961 supported by linux kernel.
11962
11963 2015-04-10 Pedro Alves <palves@redhat.com>
11964
11965 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11966 procedure, factored out from ...
11967 (top level): ... here. Add "set displaced-stepping" testing axis.
11968 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11969 parameter "displaced". Use it.
11970 (top level): Use foreach and add "set displaced-stepping" testing
11971 axis.
11972
11973 2015-04-10 Pedro Alves <palves@redhat.com>
11974
11975 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11976 Remove comment.
11977 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11978 both the address of the instruction that triggers the watchpoint
11979 and the address of the instruction immediately after, and use
11980 those addresses for the test. Fix comment.
11981
11982 2015-04-10 Pedro Alves <palves@redhat.com>
11983
11984 * gdb.base/sigstep.exp (breakpoint_to_handler)
11985 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11986 Test "backtrace" in handler.
11987 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11988 (top level): Add new "displaced" test axis to
11989 breakpoint_to_handler, breakpoint_to_handler_entry and
11990 breakpoint_over_handler.
11991
11992 2015-04-10 Pedro Alves <palves@redhat.com>
11993
11994 PR gdb/18216
11995 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11996
11997 2015-04-10 Yao Qi <yao.qi@linaro.org>
11998
11999 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12000 (test_add_rn_pc): New function.
12001 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12002 (top level): Invoke test_add_rn_pc.
12003
12004 2015-04-10 Pedro Alves <palves@redhat.com>
12005
12006 PR gdb/13858
12007 * gdb.base/step-over-no-symbols.exp: New file.
12008
12009 2015-04-09 Andy Wingo <wingo@igalia.com>
12010
12011 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12012 after the Python tests.
12013
12014 2015-04-08 Keith Seitz <keiths@redhat.com>
12015
12016 PR python/16699
12017 * gdb.python/py-completion.exp: New tests for completion.
12018 * gdb.python/py-completion.py (CompleteLimit1): New class.
12019 (CompleteLimit2): Likewise.
12020 (CompleteLimit3): Likewise.
12021 (CompleteLimit4): Likewise.
12022 (CompleteLimit5): Likewise.
12023 (CompleteLimit6): Likewise.
12024 (CompleteLimit7): Likewise.
12025
12026 2015-04-08 Pedro Alves <palves@redhat.com>
12027
12028 PR gdb/18214
12029 PR gdb/18216
12030 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12031 function.
12032 (main): Install it as SIGUSR1 handler.
12033 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12034 parameter. Always use "setup" as prefix. Toggle "set
12035 displaced-stepping" off/on depending on global. Don't switch to
12036 thread 1 here.
12037 (top level): Add displaced stepping "off/on" test axis. Update
12038 "setup" calls. Wrap each subtest with with_test_prefix. Test
12039 continuing with a queued signal in each thread.
12040
12041 2015-04-08 Pedro Alves <palves@redhat.com>
12042
12043 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12044 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12045 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12046 Return early if running to main fails.
12047 * gdb.trace/while-stepping.exp: Likewise.
12048
12049 2015-04-07 Pedro Alves <palves@redhat.com>
12050
12051 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12052 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12053 interact with inferior program.
12054
12055 2015-04-07 Pedro Alves <palves@redhat.com>
12056
12057 * lib/gdb.exp (inferior_spawn_id): New global.
12058 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12059 spawn id after processing the user code.
12060 (default_gdb_start): Set inferior_spawn_id.
12061 (send_inferior): New procedure.
12062 * lib/gdbserver-support.exp (gdbserver_start): Set
12063 inferior_spawn_id.
12064 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12065
12066 2015-04-07 Pedro Alves <palves@redhat.com>
12067
12068 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12069 * lib/gdbserver-support.exp (gdbserver_start): Make
12070 $server_spawn_id global.
12071 (gdbserver_start): Don't wait for gdbserver's spawn id with
12072 expect_background.
12073 (close_gdbserver): New procedure.
12074 (gdb_exit): Rename the default version and reimplement.
12075
12076 2015-04-07 Pedro Alves <palves@redhat.com>
12077
12078 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12079 append the substituted item, not the original item.
12080
12081 2015-04-07 Pedro Alves <palves@redhat.com>
12082
12083 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12084 gdb_expect.
12085
12086 2015-04-07 Pedro Alves <palves@redhat.com>
12087
12088 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12089 output appearing once only.
12090
12091 2015-04-07 Pedro Alves <palves@redhat.com>
12092
12093 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12094 that doesn't expect anything. Return early if running to main
12095 fails.
12096
12097 2015-04-07 Yao Qi <yao.qi@linaro.org>
12098
12099 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12100 (child_function): Call alarm.
12101 (main): Move call to alarm into the loop.
12102 * gdb.threads/non-stop-fair-events.exp: Build program with
12103 -DTIMEOUT=$timeout.
12104
12105 2015-04-06 Doug Evans <xdje42@gmail.com>
12106
12107 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12108 Fix dest parameter to board_info.
12109 (fpc_compile): Ditto.
12110 (gdb_compile_pascal): Rename dest arg to destfile.
12111
12112 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12113
12114 * gdb.ada/funcall_ref.exp: New file.
12115 * gdb.ada/funcall_ref/foo.adb: New file.
12116
12117 2015-04-02 Yao Qi <yao.qi@linaro.org>
12118
12119 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12120 is remote.
12121
12122 2015-04-02 Gary Benson <gbenson@redhat.com>
12123
12124 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12125
12126 2015-04-01 Sasha Smundak <asmundak@google.com>
12127
12128 * gdb.python/py-unwind-maint.c: New file.
12129 * gdb.python/py-unwind-maint.exp: New test.
12130 * gdb.python/py-unwind-maint.py: New file.
12131 * gdb.python/py-unwind.c: New file.
12132 * gdb.python/py-unwind.exp: New test.
12133 * gdb.python/py-unwind.py: New test.
12134
12135 2015-04-01 Pedro Alves <palves@redhat.com>
12136
12137 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12138 to fail instead of non-existent $test.
12139
12140 2015-04-01 Pedro Alves <palves@redhat.com>
12141
12142 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12143 GDBFLAGS if not empty.
12144
12145 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12146
12147 * gdb.ada/complete.exp: Remove "multi_line".
12148 * gdb.ada/info_exc.exp: Remove "multi_line".
12149 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12150 * gdb.ada/ptype_field.exp: Remove "multi_line".
12151 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12152 * gdb.ada/tagged.exp: Remove "multi_line".
12153 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12154 [multi_line ...]
12155 * gdb.btrace/delta.exp: Likewise.
12156 * gdb.btrace/exception.exp: Likewise.
12157 * gdb.btrace/function_call_history.exp: Likewise.
12158 * gdb.btrace/instruction_history.exp: Likewise.
12159 * gdb.btrace/nohist.exp: Likewise.
12160 * gdb.btrace/record_goto.exp: Likewise.
12161 * gdb.btrace/segv.exp: Likewise.
12162 * gdb.btrace/stepi.exp: Likewise.
12163 * gdb.btrace/tailcall.exp: Likewise.
12164 * gdb.btrace/unknown_functions.exp: Likewise.
12165 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12166 * lib/gdb.exp: Add the "multi_line" helper.
12167
12168 2015-04-01 Pedro Alves <palves@redhat.com>
12169
12170 * gdb.threads/tid-reuse.c: New file.
12171 * gdb.threads/tid-reuse.exp: New file.
12172
12173 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12174
12175 PR corefiles/16092
12176 * gdb.base/coredump-filter.c: New file.
12177 * gdb.base/coredump-filter.exp: Likewise.
12178
12179 2015-03-27 Petr Machata <pmachata@redhat.com>
12180
12181 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12182 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12183 (Dwarf::assemble): Initialize them.
12184 (Dwarf::lines): New function.
12185
12186 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12187
12188 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12189 SYMBOL_PREFIX for x86_64-*-cygwin.
12190
12191 2015-03-26 Andy Wingo <wingo@igalia.com>
12192
12193 PR symtab/18148
12194 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12195 const_value but not a location.
12196 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12197 location defined in non-main CUs are visible.
12198
12199 2015-03-26 Yao Qi <yao.qi@linaro.org>
12200
12201 PR testsuite/18139
12202 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12203 Add a line number entry for the same line.
12204 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12205 Add a line number entry for the same line.
12206
12207 2015-03-26 Yao Qi <yao.qi@linaro.org>
12208
12209 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12210 .int 0.
12211 (func): Likewise. Add .Lfunc_1 label.
12212 Use .Lfunc_1 label.
12213 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12214 .int 0.
12215 (func): Likewise.
12216 Use .Lfunc_1 label.
12217
12218 2015-03-26 Yao Qi <yao.qi@linaro.org>
12219
12220 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12221 Call gdb_compile instead to compile each .s files without debug
12222 information.
12223
12224 2015-03-26 Yao Qi <yao.qi@linaro.org>
12225
12226 * gdb.base/savedregs.exp (process_saved_regs): Make
12227 "Saved registers:" optional in the pattern.
12228
12229 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12230
12231 * gdb.btrace/next.exp: Merged into step.exp.
12232 * gdb.btrace/finish.exp: Merged into step.exp.
12233 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12234 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12235 "record goto" and checking the exact replay position.
12236 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12237 check for "Recording format" in "info record" output.
12238 * gdb.btrace/record_goto.exp: Choose test file based on target.
12239 * gdb.btrace/x86-record_goto.S: Renamed into ...
12240 * gdb.btrace/x86_64-record_goto.S: ... this.
12241 * gdb.btrace/i686-record_goto.S: New.
12242 * gdb.btrace/x86-tailcall.S: Renamed into ...
12243 * gdb.btrace/x86_64-tailcall.S: ... this.
12244 * gdb.btrace/i686-tailcall.S: New.
12245 * gdb.btrace/x86-tailcall.c: Renamed into ...
12246 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12247 separate statements. Update test.
12248 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12249 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12250 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12251 * gdb.btrace/tailcall.exp: Choose test file based on target.
12252 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12253
12254 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12255
12256 * gdb.btrace/exception.exp: Increase BTS buffer size.
12257
12258 2015-03-24 Pedro Alves <palves@redhat.com>
12259
12260 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12261
12262 2015-03-24 Pedro Alves <palves@redhat.com>
12263
12264 * gdb.threads/schedlock.exp (test_step): No longer expect that
12265 "set scheduler-locking step" with "next" over a function call runs
12266 threads unlocked.
12267
12268 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12269
12270 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12271
12272 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12273
12274 PR breakpoints/16466
12275 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12276 * gdb.mi/mi-pending.c (thread_func): New function.
12277 (int main): Add threading support required.
12278 * gdb.mi/mi-pending.exp: Add tests for this issue.
12279 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12280 (pendfunc2): Remove stdio dependency.
12281 * gdb.mi/mi-pendshr2.c: New file.
12282
12283 2015-03-23 Keith Seitz <keiths@redhat.com>
12284
12285 * gdb.linespec/keywords.c: New file.
12286 * gdb.linespec/keywords.exp: New file.
12287
12288 2015-03-23 Keith Seitz <keiths@redhat.com>
12289
12290 PR gdb/18021
12291 * gdb.dwarf2/staticvirtual.exp: New test.
12292
12293 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12294
12295 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12296 * README: Remove HP-UX and gdb.hp.
12297 (configuration):
12298 * configure: Regenerate.
12299 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12300 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12301 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12302 gdb.hp/gdb.defects/Makefile.
12303 * gdb.hp/Makefile.in: File deleted.
12304 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12305 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12306 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12307 * gdb.hp/gdb.aCC/run.c: File deleted.
12308 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12309 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12310 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12311 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12312 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12313 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12314 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12315 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12316 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12317 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12318 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12319 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12320 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12321 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12322 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12323 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12324 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12325 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12326 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12327 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12328 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12329 * gdb.hp/gdb.compat/average.c: File deleted.
12330 * gdb.hp/gdb.compat/sum.c: File deleted.
12331 * gdb.hp/gdb.compat/xdb.c: File deleted.
12332 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12333 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12334 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12335 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12336 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12337 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12338 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12339 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12340 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12341 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12342 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12343 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12344 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12345 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12346 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12347 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12348 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12349 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12350 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12351 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12352 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12353 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12354 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12355 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12356 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12357 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12358 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12359 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12360 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12361 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12362 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12363 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12364 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12365 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12366 * gdb.hp/tools/odump: File deleted.
12367
12368 2015-03-19 Pedro Alves <palves@redhat.com>
12369
12370 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12371 (saw_thread_3): New globals.
12372 (top level): Increment them when an event for the corresponding
12373 thread is seen.
12374 (no thread starvation): New test.
12375
12376 2015-03-19 Pedro Alves <palves@redhat.com>
12377
12378 * gdb.threads/continue-pending-status.c: New file.
12379 * gdb.threads/continue-pending-status.exp: New file.
12380
12381 2015-03-18 Pedro Alves <palves@redhat.com>
12382
12383 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12384 Use gdb_is_target_remote instead of is_remote. Use
12385 gdb_test_multiple instead of gdb_expect. Exit early if
12386 gdb_test_multiple hits its internal matches. Tighten stepi tests
12387 expected output. Fail on exit with any signal, instead of just
12388 SIGILL.
12389
12390 2015-03-18 Yao Qi <yao.qi@linaro.org>
12391
12392 PR tdep/18107
12393 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12394 variable.
12395 * gdb.base/catch-syscall.exp: Don't skip it on
12396 aarch64*-*-linux* target. Remove elements in all_syscalls.
12397 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12398 target.
12399 (setup_all_syscalls): New proc.
12400
12401 2015-03-16 Yao Qi <yao.qi@linaro.org>
12402
12403 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12404 (top level): Skip tests if valid_addr_p returns false for
12405 $cmd1 or $cmd2.
12406
12407 2015-03-11 Andy Wingo <wingo@igalia.com>
12408
12409 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12410
12411 2015-03-11 Yao Qi <yao.qi@linaro.org>
12412
12413 * gdb.base/catch-syscall.exp: Fix typo in comments.
12414
12415 2015-03-11 Yao Qi <yao.qi@linaro.org>
12416
12417 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12418
12419 2015-03-09 Pedro Alves <palves@redhat.com>
12420
12421 * dg-extract-results.py: Delete.
12422
12423 2015-03-09 Pedro Alves <palves@redhat.com>
12424
12425 Merge dg-extract-results.sh from GCC upstream (r218843).
12426
12427 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12428 * dg-extract-results.sh: Use --text with grep to avoid issues with
12429 binary files. Fall back to cat -v, if that doesn't work.
12430
12431 2015-03-05 Pedro Alves <palves@redhat.com>
12432
12433 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12434
12435 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12436
12437 * lib/mi-support.exp (mi_expect_interrupt): Accept
12438 alternative event for when in all-stop mode.
12439
12440 2015-03-04 Pedro Alves <palves@redhat.com>
12441
12442 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12443
12444 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12445
12446 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12447
12448 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12449
12450 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12451 regexps for GDB's current line display, accept a hex address
12452 preceding the line number.
12453
12454 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12455
12456 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12457 the 'arch1' variable for "s390*-linux*" targets.
12458
12459 2015-03-04 Pedro Alves <palves@redhat.com>
12460
12461 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12462 (main): Pass missing retval argument to pthread_join call.
12463
12464 2015-03-02 Pedro Alves <palves@redhat.com>
12465
12466 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12467 (top level): Call do_test with non-stop as well.
12468
12469 2015-03-02 Pedro Alves <palves@redhat.com>
12470
12471 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12472 -1.
12473
12474 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12475
12476 * gdb.arch/s390-vregs.exp: New test.
12477 * gdb.arch/s390-vregs.S: New file.
12478
12479 2015-02-27 Pedro Alves <palves@redhat.com>
12480
12481 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12482 call to catch_command_errors.
12483 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12484 catch_command_errors.
12485
12486 2015-02-27 Pedro Alves <palves@redhat.com>
12487
12488 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12489 "true" for boolean result.
12490 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12491 prototype of main.
12492
12493 2015-02-27 Pedro Alves <palves@redhat.com>
12494
12495 * lib/unbuffer_output.c: New file.
12496 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12497 (main): Call gdb_unbuffer_output.
12498
12499 2015-02-27 Yao Qi <yao.qi@linaro.org>
12500
12501 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12502 target.
12503
12504 2015-02-26 Doug Evans <dje@google.com>
12505
12506 * gdb.cp/class2.cc (Dbase, D): New classes.
12507 (main): New local delta.
12508 * gdb.cp/class2.exp: Test printing delta.
12509 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12510 (dynbar): New global.
12511 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12512
12513 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12514
12515 * gdb.compile/compile-ifunc.c: New file.
12516 * gdb.compile/compile-ifunc.exp: New file.
12517
12518 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12519
12520 * gdb.base/structs.exp: Check for correct struct on finish.
12521
12522 2015-02-26 Yao Qi <yao.qi@linaro.org>
12523
12524 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12525 is zero.
12526
12527 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12528
12529 * gdb.arch/cordic.ko.bz2: New file.
12530 * gdb.arch/cordic.ko.debug.bz2: New file.
12531 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12532
12533 2015-02-25 Yao Qi <yao.qi@linaro.org>
12534
12535 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12536 aarch64*-*-* target.
12537
12538 2015-02-23 Pedro Alves <palves@redhat.com>
12539
12540 * lib/gdb.exp (delete_breakpoints): Rewrite using
12541 gdb_test_multiple.
12542
12543 2015-02-23 Pedro Alves <palves@redhat.com>
12544
12545 * gdb.base/info-os.c: Include stdlib.h.
12546
12547 2015-02-22 Doug Evans <xdje42@gmail.com>
12548
12549 PR symtab/17855
12550 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12551 is read after symbols have been re-read.
12552 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12553 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12554
12555 2015-02-21 Doug Evans <dje@google.com>
12556
12557 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12558
12559 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12560
12561 PR corefiles/17808
12562 * gdb.arch/i386-biarch-core.core.bz2: New file.
12563 * gdb.arch/i386-biarch-core.exp: New file.
12564
12565 2015-02-21 Pedro Alves <palves@redhat.com>
12566
12567 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12568 runto_main fails.
12569
12570 2015-02-20 Pedro Alves <palves@redhat.com>
12571
12572 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12573 info probes.
12574
12575 2015-02-20 Pedro Alves <palves@redhat.com>
12576
12577 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12578
12579 2015-02-20 Pedro Alves <palves@redhat.com>
12580
12581 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12582 clean_restart before gdb_target_supports_trace.
12583
12584 2015-02-20 Pedro Alves <palves@redhat.com>
12585
12586 PR threads/18006
12587 * gdb.threads/clone-thread_db.c: New file.
12588 * gdb.threads/clone-thread_db.exp: New file.
12589
12590 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12591
12592 PR breakpoints/16812
12593 * gdb.base/catch-gdb-caused-signals.c: New file.
12594 * gdb.base/catch-gdb-caused-signals.exp: New file.
12595
12596 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12597
12598 * configure: Regenerated.
12599 * configure.ac: Use GDB_AC_TRANSFORM.
12600 * aclocal.m4: sinclude ../transform.m4.
12601
12602 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12603
12604 * lib/dtrace.exp: New file.
12605 * gdb.base/dtrace-probe.exp: Likewise.
12606 * gdb.base/dtrace-probe.d: Likewise.
12607 * gdb.base/dtrace-probe.c: Likewise.
12608 * lib/pdtrace.in: Likewise.
12609 * configure.ac: Output variables with the transformed names of
12610 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12611 * configure: Regenerated.
12612
12613 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12614
12615 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12616 expected message when trying to access $_probe_* convenience
12617 variables while not on a probe.
12618
12619 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12620
12621 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12622
12623 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12624
12625 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12626 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12627
12628 2015-02-10 Doug Evans <xdje42@gmail.com>
12629
12630 * lib/gdb.exp (gdb_load): Always return a result.
12631
12632 2015-02-10 Pedro Alves <palves@redhat.com>
12633
12634 * gdb.threads/signal-sigtrap.c: New file.
12635 * gdb.threads/signal-sigtrap.exp: New file.
12636
12637 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12638
12639 * gdb.trace/no-attach-trace.c: New file.
12640 * gdb.trace/no-attach-trace.exp: New file.
12641
12642 2015-02-09 Mark Wielaard <mjw@redhat.com>
12643
12644 * gdb.dwarf2/atomic.c: New file.
12645 * gdb.dwarf2/atomic-type.exp: Likewise.
12646
12647 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12648
12649 * gdb.btrace/buffer-size.exp: Update "info record" output.
12650 * gdb.btrace/delta.exp: Update "info record" output.
12651 * gdb.btrace/enable.exp: Update "info record" output.
12652 * gdb.btrace/finish.exp: Update "info record" output.
12653 * gdb.btrace/instruction_history.exp: Update "info record" output.
12654 * gdb.btrace/next.exp: Update "info record" output.
12655 * gdb.btrace/nexti.exp: Update "info record" output.
12656 * gdb.btrace/step.exp: Update "info record" output.
12657 * gdb.btrace/stepi.exp: Update "info record" output.
12658 * gdb.btrace/nohist.exp: Update "info record" output.
12659
12660 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12661
12662 * gdb.btrace/buffer-size: New.
12663
12664 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12665
12666 * gdb.btrace/delta.exp: Update "info record" output.
12667 * gdb.btrace/enable.exp: Update "info record" output.
12668 * gdb.btrace/finish.exp: Update "info record" output.
12669 * gdb.btrace/instruction_history.exp: Update "info record" output.
12670 * gdb.btrace/next.exp: Update "info record" output.
12671 * gdb.btrace/nexti.exp: Update "info record" output.
12672 * gdb.btrace/step.exp: Update "info record" output.
12673 * gdb.btrace/stepi.exp: Update "info record" output.
12674 * gdb.btrace/nohist.exp: Update "info record" output.
12675
12676 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12677
12678 PR gdb/15678
12679 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12680
12681 2015-02-06 Pedro Alves <palves@redhat.com>
12682
12683 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12684 macro.
12685 (seconds_left, again): New globals.
12686 (main): Wait seconds_left in a 1-second sleep loop instead of
12687 sleeping 180 seconds. If 'again' is set, reset the seconds
12688 counter.
12689 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12690 'again' in the inferior before detaching. Print the seconds left.
12691 (options): New global.
12692 (top level): Build program with -DTIMEOUT=$timeout.
12693
12694 2015-02-06 Pedro Alves <palves@redhat.com>
12695
12696 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12697 determine how many seconds to pass to 'alarm'.
12698 * gdb.base/gdb-sigterm.exp (top level): Build program with
12699 -DTIMEOUT=$timeout.
12700 (do_test): Return success/failure indication. Add more verbose
12701 logging. Don't fail if 200 single steps are seen. Instead, fail
12702 when the test times out.
12703 (passes): New global.
12704 (top level): Break the testing loop if testing fails on any
12705 iteration. Use gdb_assert.
12706
12707 2015-02-04 Don Breazeal <donb@codesourcery.com>
12708
12709 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12710 and initialize them.
12711 (ipc_cleanup): New function.
12712 (main): Don't declare shmid, semid, and msqid. Add a call to
12713 atexit so that we call ipc_cleanup on exit.
12714
12715 2015-02-04 Pedro Alves <palves@redhat.com>
12716
12717 * boards/native-extended-gdbserver.exp: Remove any target variant
12718 specifications from the board name before clearing the isremote
12719 flag from board_info.
12720
12721 2015-01-31 Doug Evans <xdje42@gmail.com>
12722
12723 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12724
12725 2015-01-31 Gary Benson <gbenson@redhat.com>
12726
12727 * gdb.base/completion.exp: Disable completion limiting for
12728 existing tests. Add new tests to check completion limiting.
12729 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12730
12731 2015-01-31 Doug Evans <xdje42@gmail.com>
12732
12733 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12734
12735 2015-01-31 Doug Evans <xdje42@gmail.com>
12736
12737 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12738 entries. Duplicate file section script entries.
12739 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12740 inlined entries. Add test for safe-path rejection.
12741 * gdb.python/py-section-script.c: Add duplicate inlined section script
12742 entries. Duplicate file section script entries.
12743 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12744 inlined entries. Add test for safe-path rejection.
12745
12746 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12747
12748 * gdb.ada/disc_arr_bound: New testcase.
12749
12750 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12751
12752 * gdb.ada/mi_var_array: New testcase.
12753
12754 2015-01-27 Doug Evans <dje@google.com>
12755
12756 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12757 Add test for objfile.filename, objfile.username after objfile
12758 has been unloaded.
12759
12760 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12761
12762 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12763 the second test to print the name attribute of value
12764 returned by the call to gdb.lookup_type, and adjust
12765 the expected output accordingly.
12766
12767 2015-01-25 Mark Wielaard <mjw@redhat.com>
12768
12769 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12770 * gdb.base/disp-step-fork.c: Include unistd.h.
12771 * gdb.base/siginfo-obj.c: Include stdio.h.
12772 * gdb.base/siginfo-thread.c: Likewise.
12773 * gdb.mi/non-stop.c: Include unistd.h.
12774 * gdb.mi/nsthrexec.c: Include stdio.h.
12775 * gdb.mi/pthreads.c: Include unistd.h.
12776 * gdb.modula2/unbounded1.c (main): Declare returns int.
12777 * gdb.reverse/consecutive-reverse.c: Likewise.
12778 * gdb.threads/create-fail.c: Include unistd.h.
12779 * gdb.threads/killed.c: Likewise.
12780 * gdb.threads/linux-dp.c: Likewise.
12781 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12782 * gdb.threads/non-ldr-exc-2.c: Likewise.
12783 * gdb.threads/non-ldr-exc-3.c: Likewise.
12784 * gdb.threads/non-ldr-exc-4.c: Likewise.
12785 * gdb.threads/pthreads.c: Include unistd.h.
12786 (main): Declare returns int.
12787 * gdb.threads/tls-main.c (foo): New declaration.
12788 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12789
12790 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12791
12792 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12793 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12794
12795 2015-01-15 Mark Wielaard <mjw@redhat.com>
12796
12797 * gdb.base/noreturn-return.c: New file.
12798 * gdb.base/noreturn-return.exp: New file.
12799 * gdb.base/noreturn-finish.c: New file.
12800 * gdb.base/noreturn-finish.exp: New file.
12801
12802 2015-01-23 Pedro Alves <palves@redhat.com>
12803
12804 * gdb.threads/continue-pending-after-query.c: New file.
12805 * gdb.threads/continue-pending-after-query.exp: New file.
12806
12807 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12808 Simon Marchi <simon.marchi@ericsson.com>
12809
12810 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12811 * gdb.base/valgrind-db-attach.exp: Same.
12812 * gdb.base/valgrind-infcall.exp: Same.
12813 * lib/mi-support.exp (default_mi_gdb_start): Same.
12814 * lib/prompt.exp (default_prompt_gdb_start): Same.
12815 * lib/gdb.exp (default_gdb_spawn): Same.
12816 (gdb_interact): New.
12817
12818
12819 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12820
12821 * gdb.compile/compile.exp (pointer to jit function): New test.
12822
12823 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12824
12825 * lib/gdb.exp (supports_process_record): Return true for
12826 powerpc*-*-linux*.
12827 (supports_reverse): Likewise.
12828
12829 2015-01-15 Don Breazeal <donb@codesourcery.com>
12830
12831 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12832 instead of checking whether the target board is remote and
12833 use spawn_wait_for_attach instead of exec/sleep.
12834 * gdb.base/attach-twice.exp: Likewise.
12835
12836 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12837
12838 * gdb.ada/var_arr_attrs: New testcase.
12839
12840 2015-01-14 Pedro Alves <palves@redhat.com>
12841 Joel Brobecker <brobecker@adacore.com>
12842
12843 PR gdb/17525
12844 * gdb.base/bp-cmds-execution-x-script.c: New file.
12845 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12846 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12847
12848 2015-01-14 Pedro Alves <palves@redhat.com>
12849
12850 PR cli/17828
12851 * gdb.base/batch-preserve-term-settings.c: New file.
12852 * gdb.base/batch-preserve-term-settings.exp: New file.
12853
12854 2015-01-13 Doug Evans <dje@google.com>
12855
12856 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12857 binary.
12858
12859 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12860
12861 * Makefile.in (clean mostlyclean): Do not delete *.py.
12862
12863 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12864
12865 * gdb.python/py-lookup-type.exp: New file.
12866
12867 2015-01-12 Pedro Alves <palves@redhat.com>
12868
12869 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12870 restore GDBFLAGS before returning.
12871
12872 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12873
12874 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12875 is_amd64_regs_target and is_x86_like_target.
12876
12877 2015-01-11 Doug Evans <xdje42@gmail.com>
12878
12879 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12880 is given without an explicit form.
12881 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12882 attributes.
12883 * gdb.dwarf/corrupt.exp: Ditto.
12884 * gdb.dwarf2/enum-type.exp: Ditto.
12885 * gdb.trace/entry-values.exp: Ditto.
12886 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12887
12888 2015-01-11 Doug Evans <xdje42@gmail.com>
12889
12890 PR gdb/15830
12891 * gdb.base/maint.exp: Remove references to "maint demangle".
12892 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12893 Add tests for explicitly specifying language to demangle.
12894 * gdb.dlang/demangle.exp: Ditto.
12895
12896 2015-01-09 Pedro Alves <palves@redhat.com>
12897
12898 * gdb.threads/non-stop-fair-events.c: New file.
12899 * gdb.threads/non-stop-fair-events.exp: New file.
12900
12901 2015-01-09 Pedro Alves <palves@redhat.com>
12902
12903 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12904 the global scope. Set a breakpoint after all threads are started
12905 rather than stepping over two source lines. Expect the prompt.
12906 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12907 global.
12908 (NUM): Now 15.
12909 (main): Use threads_started_barrier to wait for all threads to
12910 start. Main thread no longer calls thread_function. Exit after
12911 180 seconds.
12912 (loop): New function.
12913 (thread_function): Wait on threads_started_barrier barrier. Call
12914 'loop' at each iteration.
12915 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12916 threads have started, instead of hardcoding number of "next"
12917 steps. Use an access watchpoint instead of a write watchpoint.
12918
12919 2015-01-09 Pedro Alves <palves@redhat.com>
12920
12921 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12922 (thread_func): Wait on barrier.
12923 (main): Wait for all threads to start before stopping GDB.
12924 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12925 global.
12926 (thread1_func, thread2_func): Wait on barrier.
12927 (main): Wait for all threads to start before stopping GDB.
12928 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12929 New global.
12930 (thread1_func, thread2_func): Wait on barrier.
12931 (main): Wait for all threads to start before stopping GDB.
12932
12933 2015-01-09 Pedro Alves <palves@redhat.com>
12934
12935 * gdb.threads/attach-many-short-lived-threads.c: New file.
12936 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12937
12938 2014-01-09 Pedro Alves <palves@redhat.com>
12939
12940 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12941 instead of to thread 2.
12942 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12943 Add barrier around each pthread_create call instead of around all
12944 calls.
12945 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12946 Set a break on thread_function and have the child threads hit it
12947 one at at a time.
12948
12949 2015-01-09 Pedro Alves <palves@redhat.com>
12950
12951 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12952 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12953 false.
12954 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12955 checking whether the target board is remote.
12956 * gdb.multi/multi-attach.exp: Likewise.
12957 * gdb.python/py-sync-interp.exp: Likewise.
12958 * gdb.server/ext-attach.exp: Likewise.
12959 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12960 tests that need to attach, instead of checking whether the target
12961 board is remote at the top of the file.
12962
12963 2015-01-08 Yao Qi <yao@codesourcery.com>
12964
12965 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12966
12967 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12968
12969 Fix testcase compilation.
12970 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12971
12972 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12973
12974 * gdb.python/py-type.exp: Add a couple test about empty
12975 array creation, and negative-length array creation.
12976
12977 2015-01-02 Doug Evans <xdje42@gmail.com>
12978
12979 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12980
12981 2015-01-02 Doug Evans <dje@google.com>
12982
12983 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12984
12985 2014-12-29 Yao Qi <yao@codesourcery.com>
12986
12987 * gdb.trace/entry-values.exp: Update comments. Rename variable
12988 bar_call_foo to returned_from_foo.
12989
12990 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12991
12992 PR gdb/17394
12993 * gdb.linespec/break-asm-file.c: New file.
12994 * gdb.linespec/break-asm-file.exp: New file.
12995 * gdb.linespec/break-asm-file0.s: New file.
12996 * gdb.linespec/break-asm-file1.s: New file.
12997
12998 2014-12-18 Nigel Stephens <nigel@mips.com>
12999 Maciej W. Rozycki <macro@codesourcery.com>
13000
13001 * gdb.base/float.exp: Handle the new output from "info float" on
13002 MIPS targets.
13003
13004 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13005
13006 Fix MinGW compilation.
13007 * gdb.compile/compile-ops.exp: Update untested message if
13008 !skip_compile_feature_tests.
13009 * gdb.compile/compile-setjmp.exp: Likewise.
13010 * gdb.compile/compile-tls.exp: Likewise.
13011 * gdb.compile/compile.exp: Likewise.
13012 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13013 supported on this host".
13014
13015 2014-12-16 Doug Evans <xdje42@gmail.com>
13016
13017 * boards/stabs.exp: New file.
13018
13019 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13020
13021 * gdb.base/completion.exp: Adjust to format changes of "maint
13022 print user-registers".
13023
13024 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13025
13026 PR server/17457
13027 * gdb.arch/aarch64-fp.c: New file.
13028 * gdb.arch/aarch64-fp.exp: New file.
13029
13030 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13031
13032 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13033 r210637, r210913, r211666, r215400, r215817).
13034
13035 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13036 * dg-extract-results.py: New file.
13037 * dg-extract-results.sh: Use it if the environment seems
13038 suitable.
13039
13040 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13041
13042 * dg-extract-results.py (parse_run): Handle warnings that
13043 are printed before a test harness is run.
13044
13045 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13046
13047 * dg-extract-results.py (Named): Remove __cmp__ method.
13048 (output_variation): Use a key to sort variation.harnesses.
13049
13050 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13051
13052 * dg-extract-results.py: For Python 3, force sys.stdout to
13053 handle surrogate escape sequences.
13054 (safe_open): New function.
13055 (output_segment, main): Use it.
13056
13057 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13058
13059 * dg-extract-results.py (Prog.result_re): Include options
13060 in test name.
13061
13062 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13063
13064 * dg-extract-results.py (output_variation): Always sort if
13065 do_sum.
13066
13067 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13068
13069 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13070 as long as we get pagination notifications.
13071
13072 2014-12-15 Jason Merrill <jason@redhat.com>
13073
13074 * Makefile.in (check-gdb.%): Restore.
13075 * README: Mention it.
13076
13077 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13078
13079 * gdb.ada/str_uninit: New testcase.
13080
13081 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13082
13083 PR symtab/17642
13084 * gdb.base/vla-stub-define.c: New file.
13085 * gdb.base/vla-stub.c: New file.
13086 * gdb.base/vla-stub.exp: New file.
13087
13088 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13089 Jan Kratochvil <jan.kratochvil@redhat.com>
13090 Tom Tromey <tromey@redhat.com>
13091
13092 * configure.ac: Add gdb.compile/.
13093 * configure: Regenerate.
13094 * gdb.compile/Makefile.in: New file.
13095 * gdb.compile/compile-ops.exp: New file.
13096 * gdb.compile/compile-ops.c: New file.
13097 * gdb.compile/compile-tls.c: New file.
13098 * gdb.compile/compile-tls.exp: New file.
13099 * gdb.compile/compile-constvar.S: New file.
13100 * gdb.compile/compile-constvar.c: New file.
13101 * gdb.compile/compile-mod.c: New file.
13102 * gdb.compile/compile-nodebug.c: New file.
13103 * gdb.compile/compile-setjmp-mod.c: New file.
13104 * gdb.compile/compile-setjmp.c: New file.
13105 * gdb.compile/compile-setjmp.exp: New file.
13106 * gdb.compile/compile-shlib.c: New file.
13107 * gdb.compile/compile.c: New file.
13108 * gdb.compile/compile.exp: New file.
13109 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13110
13111 2014-12-12 Tom Tromey <tromey@redhat.com>
13112
13113 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13114 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13115
13116 2014-12-12 Doug Evans <dje@google.com>
13117
13118 * lib/gdb-python.exp (get_python_valueof): New function.
13119 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13120
13121 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13122
13123 * gdb.base/completion.exp: Add test for completion of "info
13124 registers ".
13125
13126 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13127
13128 * gdb.base/func-ptrs.c: New file.
13129 * gdb.base/func-ptrs.exp: New file.
13130
13131 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13132
13133 PR breakpoints/17012
13134 * gdb.base/dprintf-detach.c: New file.
13135 * gdb.base/dprintf-detach.exp: New file.
13136
13137 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13138
13139 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13140 * lib/gdb.exp (target_is_gdbserver): New procedure.
13141
13142 2014-12-08 Doug Evans <dje@google.com>
13143
13144 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13145
13146 2014-12-05 Yao Qi <yao@codesourcery.com>
13147
13148 * gdb.guile/scm-error.exp: Remove the third argument to
13149 gdb_remote_download.
13150 * gdb.guile/scm-frame-args.exp: Likewise.
13151 * gdb.guile/scm-section-script.exp: Likewise.
13152
13153 2014-12-05 Yao Qi <yao@codesourcery.com>
13154
13155 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13156
13157 2014-12-04 Doug Evans <dje@google.com>
13158
13159 * gdb.python/py-objfile.exp: Add tests for
13160 objfile.add_separate_debug_file.
13161
13162 2014-12-04 Doug Evans <dje@google.com>
13163
13164 * lib/gdb.exp (get_build_id): New function.
13165 (build_id_debug_filename_get): Rewrite to use it.
13166 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13167
13168 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13169
13170 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13171 `method(long)', not just 0x0.
13172 * gdb.cp/nsalias.exp: Align code labels to 4.
13173 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13174 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13175 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13176 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13177 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13178 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13179
13180 2014-12-02 Doug Evans <dje@google.com>
13181
13182 PR symtab/17602
13183 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13184 * gdb.cp/anon-ns2.cc: ... here. New file.
13185 * gdb.cp/anon-ns.exp: Update.
13186
13187 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13188
13189 * gdb.python/py-events.py (inferior_call_handler): New.
13190 (register_changed_handler, memory_changed_handler): New.
13191 (test_events.invoke): Register new handlers.
13192 * gdb.python/py-events.exp: Add tests for inferior call,
13193 memory_changed and register_changed events.
13194
13195 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13196
13197 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13198 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13199 if the linker doesn't understand this.
13200
13201 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13202
13203 * gdb.python/python.exp: Change expected reply to help().
13204
13205 2014-12-01 Yao Qi <yao@codesourcery.com>
13206
13207 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13208 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13209 * configure: Re-generated.
13210
13211 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13212
13213 * gdb.cp/chained-calls.cc: New file.
13214 * gdb.cp/chained-calls.exp: New file.
13215 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13216
13217 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13218
13219 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13220 * gdb.dwarf2/symtab-producer.exp: Same.
13221 * gdb.gdb/python-interrupts.exp: Same.
13222 * gdb.gdb/python-selftest.exp: Same.
13223 * gdb.python/py-linetable.exp: Same.
13224 * gdb.python/py-type.exp: Same.
13225 * gdb.python/py-value-cc.exp: Same.
13226 * gdb.python/py-value.exp: Same.
13227
13228 2014-11-28 Yao Qi <yao@codesourcery.com>
13229
13230 * gdb.base/break-probes.exp: Match library name prefixed with
13231 sysroot.
13232
13233 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13234
13235 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13236 test expected output. Add parentheses for the call to print.
13237 Remove L suffix from integers.
13238
13239 2014-11-26 Doug Evans <dje@google.com>
13240
13241 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13242
13243 2014-11-22 Yao Qi <yao@codesourcery.com>
13244
13245 * gdb.trace/entry-values.c: Remove asms.
13246 (foo): Add foo_label.
13247 (bar): Add bar_label.
13248 * gdb.trace/entry-values.exp: Remove code computing foo's
13249 length and bar's length.
13250 (Dwarf::assemble): Invoke function_range for bar and use
13251 MACRO_AT_func for foo.
13252
13253 2014-11-22 Yao Qi <yao@codesourcery.com>
13254
13255 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13256 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13257 Use .Lgcc43_procstart instead of gcc43.
13258
13259 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13260
13261 * gdb.ada/n_arr_bound: New testcase.
13262
13263 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13264
13265 PR breakpoints/10737
13266 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13267 test_catch_syscall_multi_arch.
13268 (test_catch_syscall_multi_arch): New function.
13269
13270 2014-11-20 Doug Evans <xdje42@gmail.com>
13271
13272 * gdb.base/maint.exp: Update expected output.
13273
13274 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13275
13276 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13277 4-byte instruction on S390.
13278
13279 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13280
13281 * gdb.ada/arr_arr: New testcase.
13282
13283 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13284
13285 * gdb.ada/pkd_arr_elem: New Testcase.
13286
13287 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13288
13289 * gdb.reverse/break-precsave: Expect completion message for
13290 core file reads.
13291 * gdb.reverse/consecutive-precsave.exp: Likewise.
13292 * gdb.reverse/finish-precsave.exp: Likewise.
13293 * gdb.reverse/i386-precsave.exp: Likewise.
13294 * gdb.reverse/machinestate-precsave.exp: Likewise.
13295 * gdb.reverse/sigall-precsave.exp: Likewise.
13296 * gdb.reverse/solib-precsave.exp: Likewise.
13297 * gdb.reverse/step-precsave.exp: Likewise.
13298 * gdb.reverse/until-precsave.exp: Likewise.
13299 * gdb.reverse/watch-precsave.exp: Likewise.
13300
13301 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13302
13303 * gdb.base/bp-permanent.c: Include unistd.h.
13304 * gdb.python/py-framefilter-mi.c (main): Add return type.
13305 * gdb.python/py-framefilter.c (main): Likewise.
13306 * gdb.trace/actions-changed.c (main): Likewise.
13307
13308 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13309
13310 * gdb.mi/until.c: Add eye-catchers.
13311 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13312 line numbers.
13313
13314 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13315
13316 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13317 function header variants in break1.c.
13318 * gdb.base/ena-dis-br.exp: Likewise.
13319 * gdb.base/hbreak2.exp: Likewise.
13320 * gdb.reverse/until-precsave.exp: Drop references to removed
13321 non-prototype function header variants in ur1.c.
13322 * gdb.reverse/until-reverse.exp: Likewise.
13323
13324 2014-11-17 Petr Machata <pmachata@redhat.com>
13325
13326 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13327 ${_cu_offset_size} bytes abbrev offset.
13328
13329 2014-11-15 Doug Evans <xdje42@gmail.com>
13330
13331 PR symtab/17559
13332 * gdb.base/line-symtabs.exp: New file.
13333 * gdb.base/line-symtabs.c: New file.
13334 * gdb.base/line-symtabs.h: New file.
13335
13336 2014-11-14 Yao Qi <yao@codesourcery.com>
13337
13338 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13339 (func): Add label func_label.
13340 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13341 Replace low_pc and high_pc with MACRO_AT_range.
13342 Replace name, low_pc and high_pc with MACRO_AT_func.
13343
13344 2014-11-14 Yao Qi <yao@codesourcery.com>
13345
13346 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13347 Replace name, low_pc and high_pc with MACRO_AT_func.
13348
13349 2014-11-14 Yao Qi <yao@codesourcery.com>
13350
13351 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13352 produce debug information.
13353 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13354
13355 2014-11-14 Yao Qi <yao@codesourcery.com>
13356
13357 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13358 object and get function length.
13359 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13360 with MACRO_AT_func.
13361 (top-level): Replace gdb_compile and clean_restart with
13362 prepare_for_testing.
13363 * gdb.dwarf2/main.c (main): Add label main_label.
13364
13365 2014-11-14 Yao Qi <yao@codesourcery.com>
13366
13367 * lib/dwarf.exp (function_range): New procedure.
13368 (Dwarf::_handle_macro_at_func): New procedure.
13369 (Dwarf::_handle_macro_at_range): New procedure.
13370 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13371
13372 2014-11-14 Yao Qi <yao@codesourcery.com>
13373
13374 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13375 (_handle_attribute): New procedure.
13376
13377 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13378
13379 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13380 * gdb.base/call-sc.c (zed): Likewise.
13381 * gdb.base/checkpoint.c (main): Likewise.
13382 * gdb.base/dump.c (main): Likewise.
13383 * gdb.base/gcore.c (main): Likewise.
13384 * gdb.base/huge.c (main): Likewise.
13385 * gdb.base/multi-forks.c (main): Likewise.
13386 * gdb.base/pr10179-a.c (main): Likewise.
13387 * gdb.base/savedregs.c (main): Likewise.
13388 * gdb.base/sigaltstack.c (main): Likewise.
13389 * gdb.base/siginfo.c (main): Likewise.
13390 * gdb.base/structs.c (zed): Likewise.
13391 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13392 * gdb.mi/mi-syn-frame.c (main): Likewise.
13393 * gdb.mi/until.c (foo, main): Likewise.
13394 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13395 * gdb.base/solib-weak.c (foo): Declare.
13396 * gdb.base/attach-twice.c: Include stdio.h.
13397 * gdb.base/weaklib1.c: Likewise.
13398 * gdb.base/weaklib2.c: Likewise.
13399 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13400 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13401 unistd.h.
13402 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13403 * gdb.mi/mi-exit-code.c: Likewise.
13404 * gdb.base/break-interp-lib.c: Include string.h.
13405 * gdb.base/coremaker.c: Likewise.
13406 * gdb.base/testenv.c: Likewise.
13407 * gdb.python/py-finish-breakpoint.c: Likewise.
13408 * gdb.base/inferior-died.c: Include sys/wait.h.
13409 * gdb.base/fileio.c: Include time.h.
13410 * gdb.base/async-shell.c: Include unistd.h.
13411 * gdb.base/dprintf-non-stop.c: Likewise.
13412 * gdb.base/info-os.c: Likewise.
13413 * gdb.mi/mi-console.c: Likewise.
13414 * gdb.mi/watch-nonstop.c: Likewise.
13415 * gdb.python/py-events.c: Likewise.
13416 * gdb.base/async.c (baz): Move up before its invocation.
13417 * gdb.base/code_elim2.c (my_global_func): Likewise.
13418 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13419 * gdb.base/advance.c (func2): Likewise.
13420
13421 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13422
13423 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13424 variant.
13425 * gdb.base/annota3.c: Likewise.
13426 * gdb.base/async.c: Likewise.
13427 * gdb.base/average.c: Likewise.
13428 * gdb.base/call-ar-st.c: Likewise.
13429 * gdb.base/call-rt-st.c: Likewise.
13430 * gdb.base/call-sc.c: Likewise.
13431 * gdb.base/call-strs.c: Likewise.
13432 * gdb.base/ending-run.c: Likewise.
13433 * gdb.base/execd-prog.c: Likewise.
13434 * gdb.base/exprs.c: Likewise.
13435 * gdb.base/foll-exec.c: Likewise.
13436 * gdb.base/foll-fork.c: Likewise.
13437 * gdb.base/foll-vfork.c: Likewise.
13438 * gdb.base/funcargs.c: Likewise.
13439 * gdb.base/gcore.c: Likewise.
13440 * gdb.base/jump.c: Likewise.
13441 * gdb.base/langs0.c: Likewise.
13442 * gdb.base/langs1.c: Likewise.
13443 * gdb.base/langs2.c: Likewise.
13444 * gdb.base/mips_pro.c: Likewise.
13445 * gdb.base/nodebug.c: Likewise.
13446 * gdb.base/opaque0.c: Likewise.
13447 * gdb.base/opaque1.c: Likewise.
13448 * gdb.base/recurse.c: Likewise.
13449 * gdb.base/run.c: Likewise.
13450 * gdb.base/scope0.c: Likewise.
13451 * gdb.base/scope1.c: Likewise.
13452 * gdb.base/setshow.c: Likewise.
13453 * gdb.base/setvar.c: Likewise.
13454 * gdb.base/shmain.c: Likewise.
13455 * gdb.base/shr1.c: Likewise.
13456 * gdb.base/shr2.c: Likewise.
13457 * gdb.base/sigall.c: Likewise.
13458 * gdb.base/signals.c: Likewise.
13459 * gdb.base/so-indr-cl.c: Likewise.
13460 * gdb.base/solib2.c: Likewise.
13461 * gdb.base/structs.c: Likewise.
13462 * gdb.base/sum.c: Likewise.
13463 * gdb.base/vforked-prog.c: Likewise.
13464 * gdb.base/watchpoint.c: Likewise.
13465 * gdb.reverse/shr2.c: Likewise.
13466 * gdb.reverse/until-reverse.c: Likewise.
13467 * gdb.reverse/ur1.c: Likewise.
13468 * gdb.reverse/watch-reverse.c: Likewise.
13469
13470 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13471
13472 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13473 variant.
13474 * gdb.base/sepdebug.exp: Drop references to removed code.
13475
13476 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13477
13478 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13479 variant. Preserve original line numbering.
13480 * gdb.base/list1.c: Likewise.
13481
13482 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13483
13484 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13485 variant.
13486 * gdb.base/break1.c: Likewise.
13487 * gdb.base/break.exp: Drop references to removed code.
13488
13489 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13490
13491 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13492 variant.
13493
13494 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13495
13496 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13497
13498 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13499
13500 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13501 logic into perform_all_tests() and invoke it with and without
13502 function header prototypes.
13503 (do_function_calls): Remove conditional XFAIL for PR 5318.
13504 (rerun_and_prepare): Remove duplicate code.
13505 (perform_all_tests): New. Main logic moved here.
13506
13507 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13508
13509 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13510 code guarded by #ifdef NO_PROTOTYPES.
13511 (t_double_many_args): Likewise.
13512 (DEF_FUNC_MANY_ARGS_1): Likewise.
13513 (DEF_FUNC_VALUES_1): Likewise.
13514 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13515 guarded by #ifdef PROTOTYPES.
13516
13517 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13518
13519 * gdb.mi/mi-console.c: Add eye-catcher.
13520 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13521 instead of literal line number.
13522
13523 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13524
13525 * gdb.base/shr2.c: Add eye-catcher.
13526 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13527 line number.
13528
13529 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13530
13531 * gdb.base/jump.c: Add eye-catchers.
13532 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13533 numbers.
13534
13535 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13536
13537 * gdb.base/execd-prog.c: Add eye-catchers.
13538 * gdb.base/foll-exec.c: Likewise.
13539 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13540 line numbers.
13541
13542 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13543
13544 * gdb.base/ending-run.c: Add eye-catchers.
13545 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13546 literal line numbers.
13547
13548 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13549
13550 * gdb.base/call-rt-st.c: Add eye-catchers.
13551 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13552 literal line numbers.
13553
13554 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13555
13556 * gdb.base/call-ar-st.c: Add eye-catchers.
13557 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13558 literal line numbers.
13559
13560 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13561
13562 * gdb.base/average.c: Add eye-catchers.
13563 * gdb.base/sum.c: Likewise.
13564 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13565 regexps dynamically.
13566
13567 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13568
13569 * gdb.base/solib1.c: Add eye-catchers.
13570 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13571 literal line numbers.
13572
13573 2014-11-12 Pedro Alves <palves@redhat.com>
13574
13575 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13576 leader has exited.
13577
13578 2014-11-12 Pedro Alves <palves@redhat.com>
13579
13580 * gdb.arch/i386-bp_permanent.c: New file.
13581 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13582 (srcfile): Set to i386-bp_permanent.c.
13583 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13584 that stepi does not execute the 'leave' instruction, instead of
13585 testing it does execute.
13586 * gdb.base/bp-permanent.c: New file.
13587 * gdb.base/bp-permanent.exp: New file.
13588
13589 2014-11-10 Doug Evans <xdje42@gmail.com>
13590
13591 PR symtab/17564
13592 * gdb.base/symtab-search-order.exp: New file.
13593 * gdb.base/symtab-search-order.c: New file.
13594 * gdb.base/symtab-search-order-1.c: New file.
13595 * gdb.base/symtab-search-order-shlib-1.c: New file.
13596
13597 2014-11-07 Pedro Alves <palves@redhat.com>
13598
13599 PR gdb/17511
13600 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13601 i?86-*-linux*.
13602
13603 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13604
13605 PR c++/17494
13606 * gdb.cp/pr17494.cc: New file.
13607 * gdb.cp/pr17494.exp: New file.
13608
13609 2014-11-02 Yao Qi <yao@codesourcery.com>
13610
13611 * gdb.python/python.exp: Get working directory and match the
13612 output of "set extended-prompt \\w " with it.
13613
13614 2014-10-30 Doug Evans <dje@google.com>
13615
13616 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13617 in objfiles.
13618 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13619 in progspaces.
13620
13621 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13622
13623 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13624 * gdb.base/realname-expand.exp: Likewise.
13625 * gdb.linespec/macro-relative.exp: Likewise.
13626
13627 2014-10-29 Pedro Alves <palves@redhat.com>
13628
13629 PR gdb/17408
13630 * gdb.threads/schedlock.c (some_function): New function.
13631 (call_function): New global.
13632 (MAYBE_CALL_SOME_FUNCTION): New macro.
13633 (thread_function): Call it.
13634 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13635 and use it instead of a global counter. Adjust all callers.
13636 (get_current_thread): Use "find current thread" for test message
13637 here rather than having all callers pass down the same string.
13638 (goto_loop): New procedure, factored out from ...
13639 (my_continue): ... this.
13640 (step_ten_loops): Change parameter from test message to command to
13641 use. Adjust.
13642 (list_count): Delete global.
13643 (check_result): New procedure, factored out from duplicate top
13644 level code.
13645 (continue tests): Wrap in with_test_prefix.
13646 (test_step): New procedure, factored out from duplicate top level
13647 code.
13648 (top level): Test "step" in combination with all scheduler-locking
13649 modes. Test "next" in combination with all scheduler-locking
13650 modes, and in combination with stepping over a function call or
13651 not.
13652 * gdb.threads/next-bp-other-thread.c: New file.
13653 * gdb.threads/next-bp-other-thread.exp: New file.
13654
13655 2014-10-29 Pedro Alves <palves@redhat.com>
13656
13657 PR python/17372
13658 * gdb.python/python.exp: Test a multi-line command that spawns
13659 interactive Python.
13660 * gdb.base/multi-line-starts-subshell.exp: New file.
13661
13662 2014-10-29 Yao Qi <yao@codesourcery.com>
13663
13664 * gdb.base/fileio.exp: Make directories on host.
13665
13666 2014-10-29 Yao Qi <yao@codesourcery.com>
13667
13668 * gdb.base/fileio.c (test_write): Close the file.
13669
13670 2014-10-28 Pedro Alves <palves@redhat.com>
13671
13672 PR gdb/12623
13673 * gdb.base/sigstep.c (no_handler): New global.
13674 (main): If 'no_handler is true, set the signal handlers to
13675 SIG_IGN.
13676 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13677 with_sw_watch and no_handler parameters. Handle them.
13678 (top level) <stepping over handler when stopped at a breakpoint
13679 test>: Add a test axis for testing with a software watchpoint, and
13680 another for testing with the signal handler set to SIG_IGN.
13681 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13682 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13683
13684 2014-10-28 Pedro Alves <palves@redhat.com>
13685
13686 PR gdb/17511
13687 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13688 * gdb.base/sigstep.exp (other_handler_location): New global.
13689 (advance): Support stepping into the signal handler, and running
13690 commands while in the handler.
13691 (in_handler_map): New global.
13692 (top level): In the advance test, add combinations for getting
13693 into the handler with stepping commands, and for running commands
13694 in the handler. Add comment descripting the advancei tests.
13695
13696 2014-10-28 Pedro Alves <palves@redhat.com>
13697
13698 * gdb.base/sigstep.exp: Use build_executable instead of
13699 prepare_for_testing.
13700 (top level): Move code that starts GDB, runs to main and creates a
13701 display to ...
13702 (restart): ... this new procedure.
13703 (top level): Move backtrace from signal handler test to ...
13704 (validate_backtrace): ... this new procedure.
13705 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13706 with_test_prefix. Always restart GDB.
13707 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13708 with_test_prefix. Always restart GDB. No need to delete
13709 breakpoints after the test.
13710 (test_skip_handler): Remove prefix parameter.
13711 (skip_over_handler, breakpoint_to_handler)
13712 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13713 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13714 restart GDB. No need to delete breakpoints after the test.
13715 (top level): Use foreach to call the test procedures with
13716 different commands.
13717
13718 2014-10-28 Pedro Alves <palves@redhat.com>
13719
13720 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13721 instead of GNATS numbers.
13722 * gdb.base/sigbpt.exp: Likewise.
13723 * gdb.base/siginfo.exp: Likewise.
13724 * gdb.base/sigstep.exp: Likewise.
13725
13726 2014-10-27 Pedro Alves <palves@redhat.com>
13727
13728 * gdb.base/sigstep.c (dummy): New global.
13729 (main): Issue a couple writes to the new global.
13730 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13731 procedures.
13732 (skip_over_handler): Use test_skip_handler.
13733 (top level): Call skip_over_handler for stepi and nexti too.
13734 (breakpoint_over_handler): Use test_skip_handler.
13735 (top level): Call breakpoint_over_handler for stepi and nexti too.
13736
13737 2014-10-27 Yao Qi <yao@codesourcery.com>
13738
13739 * gdb.trace/tfile.c (adjust_function_address)
13740 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13741 function descriptor.
13742
13743 2014-10-24 Don Breazeal <donb@codesourcery.com>
13744
13745 * gdb.base/foll-fork.exp (test_follow_fork,
13746 catch_fork_child_follow): Check for updated fork messages emitted
13747 from infrun.c.
13748 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13749 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13750 vfork_and_exec_child_follow_through_step): Check for updated vfork
13751 messages emitted from infrun.c.
13752
13753 2014-10-24 Pedro Alves <palves@redhat.com>
13754
13755 * gdb.base/corefile.exp: Remove references to ultrix.
13756 * gdb.base/interrupt.exp: Likewise.
13757 * gdb.base/whatis.exp: Likewise.
13758 * gdb.gdb/selftest.exp: Likewise.
13759 * gdb.threads/manythreads.exp: Likewise.
13760 * gdb.threads/print-threads.exp: Likewise.
13761 * gdb.threads/pthreads.exp:: Likewise.
13762 * gdb.threads/schedlock.exp: Likewise.
13763
13764 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13765
13766 * gdb.cp/non-trivial-retval.cc: Add a test case.
13767 * gdb.cp/non-trivial-retval.exp: Add a test.
13768
13769 2014-10-20 Yao Qi <yao@codesourcery.com>
13770
13771 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13772 * gdb.python/py-objfile-script-gdb.py: New file.
13773 * gdb.python/py-objfile-script.exp: Update reference to
13774 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13775 of remote_download. Remove the dest file.
13776
13777 2014-10-20 Yao Qi <yao@codesourcery.com>
13778
13779 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13780 * gdb.base/step-line.exp: Likewise.
13781 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13782 * gdb.dwarf2/dw2-basic.exp: Likewise.
13783 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13784 * gdb.dwarf2/dw2-filename.exp: Likewise.
13785 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13786 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13787 * gdb.dwarf2/dw2-producer.exp: Likewise.
13788 * gdb.dwarf2/mac-fileno.exp: Likewise.
13789 * gdb.python/py-frame-args.exp: Likewise.
13790 * gdb.python/py-framefilter.exp: Likewise.
13791 * gdb.python/py-mi.exp: Likewise.
13792 * gdb.python/py-objfile-script.exp: Likewise
13793 * gdb.python/py-pp-integral.exp: Likewise.
13794 * gdb.python/py-pp-re-notag.exp: Likewise.
13795 * gdb.python/py-prettyprint.exp: Likewise.
13796 * gdb.python/py-section-script.exp: Likewise.
13797 * gdb.python/py-typeprint.exp: Likewise.
13798 * gdb.python/py-xmethods.exp: Likewise.
13799 * gdb.stabs/weird.exp: Likewise.
13800 * gdb.xml/tdesc-regs.exp: Likewise.
13801
13802 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13803
13804 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13805 (out_cu): Use addr_len for the size of addresses.
13806 (out_line): Likewise. Size DW_LNE_set_address instruction
13807 according to addr_len.
13808 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13809 (FUNC): Add START_INSNS to definition.
13810
13811 2014-10-18 Yao Qi <yao@codesourcery.com>
13812
13813 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13814 gdb_has_argv0 return true.
13815 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13816 check [target_info exists noargs], check [gdb_has_argv0]
13817 instead.
13818 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13819 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13820 procedures.
13821
13822 2014-10-17 Doug Evans <dje@google.com>
13823
13824 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13825 event.
13826 * gdb.python/py-events.py: Add clear_objfiles event.
13827
13828 2014-10-17 Doug Evans <dje@google.com>
13829
13830 * gdb.python/py-objfile.exp: Test progspace attribute.
13831
13832 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13833
13834 * gdb.guile/scm-breakpoint.exp: Do not assume any
13835 directory separators when matching source file paths.
13836 * gdb.python/py-breakpoint.exp: Likewise.
13837 * gdb.reverse/break-precsave.exp: Likewise.
13838 * gdb.reverse/break-reverse.exp: Likewise.
13839 * gdb.reverse/consecutive-precsave.exp: Likewise.
13840 * gdb.reverse/finish-precsave.exp: Likewise.
13841 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13842 * gdb.reverse/finish-reverse.exp: Likewise.
13843 * gdb.reverse/i386-precsave.exp: Likewise.
13844 * gdb.reverse/i387-env-reverse.exp: Likewise.
13845 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13846 * gdb.reverse/machinestate-precsave.exp: Likewise.
13847 * gdb.reverse/machinestate.exp: Likewise.
13848 * gdb.reverse/sigall-precsave.exp: Likewise.
13849 * gdb.reverse/solib-precsave.exp: Likewise.
13850 * gdb.reverse/step-precsave.exp: Likewise.
13851 * gdb.reverse/until-precsave.exp: Likewise.
13852 * gdb.reverse/watch-precsave.exp: Likewise.
13853 * gdb.reverse/watch-reverse.exp: Likewise.
13854
13855 2014-10-17 Yao Qi <yao@codesourcery.com>
13856
13857 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13858 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13859
13860 2014-10-17 Pedro Alves <palves@redhat.com>
13861
13862 PR gdb/17471
13863 * gdb.base/bg-execution-repeat.c: New file.
13864 * gdb.base/bg-execution-repeat.exp: New file.
13865
13866 2014-10-17 Pedro Alves <palves@redhat.com>
13867
13868 PR gdb/17300
13869 * gdb.base/continue-all-already-running.c: New file.
13870 * gdb.base/continue-all-already-running.exp: New file.
13871
13872 2014-10-17 Pedro Alves <palves@redhat.com>
13873
13874 PR gdb/17472
13875 * gdb.base/annota-input-while-running.c: New file.
13876 * gdb.base/annota-input-while-running.exp: New file.
13877
13878 2014-10-17 Pedro Alves <palves@redhat.com>
13879
13880 * gdb.base/callfuncs.exp: emove references to osf.
13881 * gdb.base/sigall.exp: Likewise.
13882 * gdb.gdb/selftest.exp: Likewise.
13883 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13884 * gdb.mi/non-stop.c: Likewise.
13885 * gdb.mi/pthreads.c: Likewise.
13886 * gdb.reverse/sigall-precsave.exp: Likewise.
13887 * gdb.reverse/sigall-reverse.exp: Likewise.
13888 * gdb.threads/pthreads.c: Likewise.
13889 * gdb.threads/pthreads.exp: Likewise.
13890
13891 2014-10-17 Yao Qi <yao@codesourcery.com>
13892
13893 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13894 check 'target_info exists noargs'.
13895 (test_command_prompt_position): Likewise.
13896 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13897 Remove "set args".
13898 (progvar_simple_while_test): Likewise.
13899 (progvar_complex_if_while_test): Likewise.
13900 (if_while_breakpoint_command_test): Likewise.
13901 (infrun_breakpoint_command_test): Likewise.
13902 (breakpoint_command_test): Likewise.
13903 (watchpoint_command_test): Likewise.
13904 (bp_deleted_in_command_test): Likewise.
13905 (temporary_breakpoint_commands): Likewise.
13906
13907 2014-10-16 Yao Qi <yao@codesourcery.com>
13908
13909 * gdb.base/remotetimeout.exp: Remove noargs checking.
13910
13911 2014-10-15 Pedro Alves <palves@redhat.com>
13912
13913 PR breakpoints/9649
13914 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13915 * gdb.base/breakpoint-in-ro-region.exp
13916 (probe_target_hardware_step): New procedure.
13917 (top level): Probe hardware stepping and hardware breakpoint
13918 support. Test stepping through a read-only region, with both
13919 "breakpoint auto-hw" on and off and both "always-inserted" on and
13920 off.
13921
13922 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13923
13924 * gdb.dlang/demangle.exp: Update for demangling changes.
13925
13926 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13927
13928 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13929 * gdb.cp/non-trivial-retval.exp: Add new tests.
13930
13931 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13932
13933 PR c++/13403
13934 PR c++/15154
13935 * gdb.cp/non-trivial-retval.cc: New file.
13936 * gdb.cp/non-trivial-retval.exp: New file.
13937
13938 2014-10-15 Yao Qi <yao@codesourcery.com>
13939
13940 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13941 remote host.
13942
13943 2014-10-15 Yao Qi <yao@codesourcery.com>
13944
13945 * gdb.python/py-symbol.exp: Match file base name if host is
13946 remote, otherwise match file name with dir name.
13947 * gdb.python/py-symtab.exp: Likewise.
13948 * gdb.python/python.exp: Likewise.
13949
13950 2014-10-15 Yao Qi <yao@codesourcery.com>
13951
13952 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13953 pattern.
13954 * gdb.python/py-symtab.exp: Likewise.
13955 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13956 locationn.
13957
13958 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13959
13960 * gdb.ada/addr_arith: New testcase.
13961
13962 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13963
13964 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13965 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13966 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13967 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13968
13969 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13970
13971 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13972 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13973 * gdb.arch/stap-eval-lang-ada.exp: New file.
13974
13975 2014-10-14 Yao Qi <yao@codesourcery.com>
13976
13977 * gdb.mi/mi-var-child.c (nothing1): New function.
13978 (nothing2): New function.
13979 (do_children_tests): Set function pointers by nothing1 and
13980 nothing2.
13981 * gdb.mi/mi-var-child.exp: Step over new added statements.
13982 Update test to match the new output.
13983 * gdb.mi/var-cmd.c (nothing1): New function.
13984 (nothing2): New function.
13985 (do_children_tests): Set function pointers by nothing1 and
13986 nothing2.
13987 * gdb.mi/mi-var-display.exp: Update test to match output.
13988 Step to the line specified by $line_dct_nothing.
13989 Increase the number of lines to step.
13990
13991 2014-10-14 Yao Qi <yao@codesourcery.com>
13992
13993 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13994 tests.
13995 * gdb.mi/mi2-var-child.exp: Likewise.
13996
13997 2014-10-13 Doug Evans <dje@google.com>
13998
13999 * gdb.python/py-objfile.exp: Change name of file name test.
14000
14001 2014-10-13 Doug Evans <dje@google.com>
14002
14003 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14004 from the start of the CU.
14005
14006 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14007 Yao Qi <yao@codesourcery.com>
14008
14009 Fix "save breakpoints" for "catch" command.
14010 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14011 Remove -nonewline. Match also the added "main" line.
14012
14013 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14014
14015 Fix "save breakpoints" for "disable $bpnum" command.
14016 * gdb.base/save-bp.c (main): Add label.
14017 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14018
14019 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14020
14021 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14022
14023 2014-10-11 Yao Qi <yao@codesourcery.com>
14024
14025 * gdb.server/server-kill.exp: Execute command
14026 "set remote trace-status-packet on" before "tstatus".
14027
14028 2014-10-11 Yao Qi <yao@codesourcery.com>
14029
14030 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14031 (main): Call getppid.
14032 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14033 and continue to it. Read variable "server_pid".
14034
14035 2014-10-11 Yao Qi <yao@codesourcery.com>
14036
14037 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14038
14039 2014-10-11 Yao Qi <yao@codesourcery.com>
14040
14041 * gdb.threads/thread-find.exp: Don't execute command
14042 "info threads".
14043 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14044 * gdb.threads/linux-dp.exp: Don't check the condition
14045 $threads_created equals to zero.
14046
14047 2014-10-10 Pedro Alves <palves@redhat.com>
14048
14049 * gdb.base/bigcore.exp: Remove references to IRIX.
14050 * gdb.base/funcargs.exp: Likewise.
14051 * gdb.base/interrupt.exp: Likewise.
14052 * gdb.base/mips_pro.exp: Likewise.
14053 * gdb.base/nodebug.exp: Likewise.
14054 * gdb.base/setvar.exp: Likewise.
14055 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14056
14057 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14058 Pedro Alves <palves@redhat.com>
14059
14060 PR symtab/14466
14061 * gdb.base/vdso-warning.c: New file.
14062 * gdb.base/vdso-warning.exp: New file.
14063
14064 2014-10-02 Doug Evans <dje@google.com>
14065
14066 * gdb.base/structs.c (main): Don't run forever.
14067
14068 2014-10-02 Pedro Alves <palves@redhat.com>
14069
14070 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14071 (top level) <stop threads 1, stop threads 2>: Use it.
14072
14073 2014-10-02 Pedro Alves <palves@redhat.com>
14074
14075 * gdb.threads/break-while-running.exp (test): Add new
14076 'update_thread_list' argument. Skip "info threads" if false.
14077 (top level): Add new 'update_thread_list' axis.
14078
14079 2014-10-02 Pedro Alves <palves@redhat.com>
14080
14081 PR breakpoints/17431
14082 * gdb.base/execl-update-breakpoints.c: New file.
14083 * gdb.base/execl-update-breakpoints.exp: New file.
14084
14085 2014-10-01 Pedro Alves <palves@redhat.com>
14086
14087 * gdb.base/breakpoint-in-ro-region.c: New file.
14088 * gdb.base/breakpoint-in-ro-region.exp: New file.
14089
14090 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14091
14092 * gdb.mi/mi-exit-code.exp: New file.
14093 * gdb.mi/mi-exit-code.c: New file.
14094
14095 2014-09-30 Yao Qi <yao@codesourcery.com>
14096
14097 * lib/prelink-support.exp (build_executable_own_libs): Error if
14098 the target isn't native.
14099
14100 2014-09-30 Yao Qi <yao@codesourcery.com>
14101
14102 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14103 false.
14104
14105 2014-09-22 Pedro Alves <palves@redhat.com>
14106
14107 * gdb.threads/break-while-running.exp: New file.
14108 * gdb.threads/break-while-running.c: New file.
14109
14110 2014-09-19 Yao Qi <yao@codesourcery.com>
14111
14112 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14113 Invoke test. Restart GDB with --readnow and invoke test again.
14114
14115 2014-09-19 Yao Qi <yao@codesourcery.com>
14116
14117 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14118 proc set_breakpoint_on_gcd_function. Invoke
14119 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14120 invoke set_breakpoint_on_gcd_function again.
14121
14122 2014-09-18 Doug Evans <dje@google.com>
14123
14124 * gdb.dwarf2/symtab-producer.exp: New file.
14125
14126 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14127
14128 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14129 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14130 * gdb.base/global-var-nested-by-dso.c: Likewise.
14131 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14132
14133 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14134 Pedro Alves <palves@redhat.com>
14135
14136 * gdb.base/watch-bitfields.exp: Pass string other than test file
14137 name to prepare_for_testing.
14138 (watch): New procedure.
14139 (expect_watchpoint): Use with_test_prefix.
14140 (top level): Factor out tests to ...
14141 (test_watch_location, test_regular_watch): ... these new
14142 procedures, and use with_test_prefix and gdb_continue_to_end.
14143
14144 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14145
14146 PR breakpoints/12526
14147 * gdb.base/watch-bitfields.exp: New file.
14148 * gdb.base/watch-bitfields.c: New file.
14149
14150 2014-09-16 Pedro Alves <palves@redhat.com>
14151
14152 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14153 software and hardware addresses, not software address against
14154 itself.
14155
14156 2014-09-16 Pedro Alves <palves@redhat.com>
14157
14158 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14159 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14160
14161 2014-09-16 Pedro Alves <palves@redhat.com>
14162
14163 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14164 files.
14165 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14166 "*-*-vxworks*" throughout.
14167 * gdb.base/break.exp: Likewise.
14168 * gdb.base/default.exp: Likewise.
14169 * gdb.base/scope.exp: Likewise.
14170 * gdb.base/sepdebug.exp: Likewise.
14171 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14172 throughout.
14173 * gdb.base/run.c: Likewise.
14174 * gdb.base/sepdebug.c: Likewise.
14175 * gdb.hp/gdb.aCC/run.c: Likewise.
14176 * gdb.reverse/until-reverse.c: Likewise.
14177 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14178
14179 2014-09-16 Yao Qi <yao@codesourcery.com>
14180
14181 * boards/local-remote-host-native.exp: New file.
14182
14183 2014-09-14 Doug Evans <xdje42@gmail.com>
14184
14185 * gdb.threads/queue-signal.c (thread_count): New variable.
14186 (thread_count_mutex, thread_count_condvar): New variables.
14187 (incr_thread_count, wait_all_threads_running): New functions.
14188 (main): Wait for all threads to be in their thread functions.
14189
14190 2014-09-13 Doug Evans <xdje42@gmail.com>
14191
14192 * gdb.threads/queue-signal.c: New file.
14193 * gdb.threads/queue-signal.exp: New file.
14194
14195 2014-09-13 Doug Evans <xdje42@gmail.com>
14196
14197 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14198 be consistent with what default_gdb_init uses.
14199 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14200 the plain text of the prompt. Add some logging printfs.
14201 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14202
14203 2014-09-12 Pedro Alves <palves@redhat.com>
14204
14205 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14206 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14207 * gdb.arch/i386-size-overlap.exp: Likewise.
14208 * gdb.arch/i386-size.exp: Likewise.
14209 * gdb.arch/i386-unwind.exp: Likewise.
14210 * gdb.base/a2-run.exp: Likewise.
14211 * gdb.base/break.exp: Likewise.
14212 * gdb.base/charset.exp: Likewise.
14213 * gdb.base/chng-syms.exp: Likewise.
14214 * gdb.base/commands.exp: Likewise.
14215 * gdb.base/dbx.exp: Likewise.
14216 * gdb.base/find.exp: Likewise.
14217 * gdb.base/funcargs.exp: Likewise.
14218 * gdb.base/jit-simple.exp: Likewise.
14219 * gdb.base/reread.exp: Likewise.
14220 * gdb.base/sepdebug.exp: Likewise.
14221 * gdb.base/step-bt.exp: Likewise.
14222 * gdb.cp/mb-inline.exp: Likewise.
14223 * gdb.cp/mb-templates.exp: Likewise.
14224 * gdb.objc/basicclass.exp: Likewise.
14225 * gdb.threads/killed.exp: Likewise.
14226
14227 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14228
14229 PR tdep/17379
14230 * gdb.arch/powerpc-stackless.S: New file.
14231 * gdb.arch/powerpc-stackless.exp: New file.
14232
14233 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14234
14235 * gdb.base/attach.c: Include unistd.h.
14236 (main): Call alarm. Add label postloop.
14237 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14238 gdb_breakpoint, gdb_continue_to_breakpoint.
14239 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14240
14241 2014-09-11 Pedro Alves <palves@redhat.com>
14242
14243 PR gdb/17347
14244 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14245 * gdb.base/attach.exp (test_command_line_attach_run): New
14246 procedure.
14247 (top level): Call it.
14248
14249 2014-09-11 Pedro Alves <palves@redhat.com>
14250
14251 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14252 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14253 (do_command_attach_tests): Use spawn_wait_for_attach.
14254 * gdb.base/solib-overlap.exp: Likewise.
14255 * gdb.multi/multi-attach.exp: Likewise.
14256 * gdb.python/py-prompt.exp: Likewise.
14257 * gdb.python/py-sync-interp.exp: Likewise.
14258 * gdb.server/ext-attach.exp: Likewise.
14259
14260 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14261
14262 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14263 command in testcase. Simplify testcase.
14264
14265 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14266
14267 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14268
14269 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14270
14271 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14272
14273 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14274
14275 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14276
14277 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14278
14279 * gdb.dwarf2/dynarr-ptr.c: New file.
14280 * gdb.dwarf2/dynarr-ptr.exp: New file.
14281
14282 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14283
14284 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14285 of 30 rather than hardcoding 120 for a slow test case. Take the
14286 `gdb,timeout' target setting into account for this calculation.
14287 Don't extend the timeout for the test cases that don't need it.
14288
14289 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14290
14291 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14292 a factor of 2 for a slow test case. Take the `gdb,timeout'
14293 target setting into account for this calculation.
14294 * gdb.reverse/until-precsave.exp: Increase the timeout by
14295 a factor of 15 and 3 respectively rather than adding 120
14296 for a pair of slow test cases. Take the `gdb,timeout'
14297 target setting into account for this calculation.
14298
14299 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14300
14301 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14302 timeout, don't pass one down to gdb_expect.
14303 (gdb_expect): Rework timeout selection.
14304
14305 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14306
14307 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14308 exception on timeout.
14309 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14310 (gdbserver_start_extended): Catch any `gdbserver_start' error
14311 exceptions.
14312 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14313 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14314 `gdbserver_gdb_load' error exceptions.
14315
14316 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14317
14318 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14319 120 on waiting for the TCP socket to open.
14320
14321 2014-09-09 Doug Evans <xdje42@gmail.com>
14322
14323 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14324 _caller_matches, _any_caller_is, _any_caller_matches.
14325
14326 2014-09-09 Doug Evans <xdje42@gmail.com>
14327
14328 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14329
14330 2014-09-09 Yao Qi <yao@codesourcery.com>
14331
14332 * gdb.mi/mi-var-display.exp: Set print symbol off.
14333
14334 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14335
14336 PR gdb/17035
14337 * gdb.base/commands.exp: Add tests to verify user-defined
14338 commands with empty bodies.
14339 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14340 python commands in `show user command`.
14341 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14342 scheme commands in `show user command`.
14343
14344 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14345
14346 PR python/17355
14347 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14348 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14349 * gdb.python/py-framefilter-invalidarg.exp: New file.
14350 * gdb.python/py-framefilter-invalidarg.py: New file.
14351
14352 2014-09-06 Doug Evans <xdje42@gmail.com>
14353
14354 PR 15276
14355 * gdb.python/py-caller-is.c: New file.
14356 * gdb.python/py-caller-is.exp: New file.
14357
14358 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14359
14360 PR gdb/17235
14361 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14362 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14363
14364 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14365
14366 PR fortran/17237
14367 * gdb.fortran/print-formatted.exp: New file.
14368 * gdb.fortran/print-formatted.f90: Likewise.
14369
14370 2014-09-03 Sasha Smundak <asmundak@google.com>
14371
14372 * gdb.python/py-frame.exp: Test Frame.read_register.
14373
14374 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14375
14376 PR python/16699
14377 * gdb.python/py-completion.exp: New file.
14378 * gdb.python/py-completion.py: Likewise.
14379
14380 2014-08-28 Doug Evans <dje@google.com>
14381
14382 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14383 eax,etc. are live with values set by gdb and thus the compiler can't
14384 use them.
14385 * gdb.arch/i386-pseudo.c (main): Ditto.
14386
14387 2014-08-27 Doug Evans <dje@google.com>
14388
14389 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14390
14391 2014-08-25 Doug Evans <dje@google.com>
14392
14393 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14394 (main): Ditto.
14395
14396 2014-08-25 Doug Evans <dje@google.com>
14397
14398 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14399
14400 2014-08-24 Yao Qi <yao@codesourcery.com>
14401
14402 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14403 symbol off.
14404 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14405
14406 2014-08-22 Doug Evans <dje@google.com>
14407
14408 PR 17276
14409 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14410 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14411 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14412
14413 2014-08-22 Yao Qi <yao@codesourcery.com>
14414
14415 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14416 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14417 * gdb.python/python.exp: Likewise. Use .py file on the host
14418 instead of the build.
14419
14420 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14421
14422 * gdb.threads/gcore-stale-thread.c: New file.
14423 * gdb.threads/gcore-stale-thread.exp: New file.
14424
14425 2014-08-21 Pedro Alves <palves@redhat.com>
14426
14427 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14428 * gdb.base/gcore-relro-pie.exp: Likewise.
14429 * gdb.base/gcore-relro.exp: Likewise.
14430 * gdb.base/gcore.exp: Likewise.
14431 * gdb.base/print-symbol-loading.exp: Likewise.
14432 * gdb.threads/gcore-thread.exp: Likewise.
14433 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14434
14435 2014-08-20 Pedro Alves <palves@redhat.com>
14436 Jan Kratochvil <jan.kratochvil@redhat.com>
14437
14438 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14439 configure.
14440 (EXPECT): Handle READ1 being set.
14441 (all): Depend on EXTRA_RULES.
14442 (check-read1, expect-read1, read1.so, read1): New rules.
14443 * README (Testsuite Parameters): Document the READ1 make variable.
14444 (Race detection): New section.
14445 * configure: Regenerate.
14446 * configure.ac: If build==host==target, and running under a
14447 GNU/glibc system, add read1 to the extra Makefile rules.
14448 (EXTRA_RULES): AC_SUBST it.
14449 * lib/read1.c: New file.
14450
14451 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14452
14453 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14454 the handling of variables declared as a typedef to an array
14455 which a DW_AT_data_location attribute.
14456
14457 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14458 Pedro Alves <palves@redhat.com>
14459
14460 PR symtab/14604
14461 PR symtab/14605
14462 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14463 gdb_test.
14464
14465 2014-08-19 Pedro Alves <palves@redhat.com>
14466
14467 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14468
14469 2014-08-19 Yao Qi <yao@codesourcery.com>
14470
14471 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14472 right line.
14473
14474 2014-08-18 David Blaikie <dblaikie@gmail.com>
14475
14476 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14477
14478 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14479
14480 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14481 attribute in array range.
14482
14483 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14484
14485 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14486
14487 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14488
14489 PR c++/17132
14490 * gdb.cp/pr17132.cc: New file.
14491 * gdb.cp/pr17132.exp: New file.
14492
14493 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14494
14495 * gdb.python/py-xmethods.py (A_getarrayind)
14496 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14497 Use 'print' with function call syntax.
14498 (E_method_matcher.match): Fix tab vs space indentation mixup.
14499
14500 2014-08-15 Yao Qi <yao@codesourcery.com>
14501
14502 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14503 false.
14504
14505 2014-08-15 Yao Qi <yao@codesourcery.com>
14506
14507 * gdb.cp/casts.exp: Set print symbol off.
14508 * gdb.cp/class2.exp: Likewise.
14509 * gdb.cp/overload.exp: Likewise.
14510 * gdb.cp/templates.exp: Likewise.
14511
14512 2014-08-11 Doug Evans <dje@google.com>
14513
14514 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14515 (test_load_shlib): Update.
14516
14517 2014-08-09 Yao Qi <yao@codesourcery.com>
14518
14519 * gdb.base/display.exp: Invoke is_address_zero_readable.
14520 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14521 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14522 * gdb.base/hbreak-unmapped.exp: Return if
14523 is_address_zero_readable returns true.
14524 * gdb.base/signest.exp: Likewise.
14525 * gdb.base/signull.exp: Likewise.
14526 * gdb.base/sigbpt.exp: Likewise.
14527 * gdb.guile/scm-disasm.exp: Do the test if
14528 is_address_zero_readable returns false.
14529 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14530 * gdb.python/py-arch.exp: Likewise.
14531 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14532 * lib/gdb.exp (is_address_zero_readable): New proc.
14533
14534 2014-08-09 Yao Qi <yao@codesourcery.com>
14535
14536 PR testsuite/13443
14537 * gdb.mi/mi-var-display.exp: Make test messages unique.
14538
14539 2014-08-04 Tom Tromey <tromey@redhat.com>
14540
14541 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14542 target 0".
14543
14544 2014-08-04 Tom Tromey <tromey@redhat.com>
14545
14546 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14547 "target_resume".
14548
14549 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14550
14551 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14552 inner_vla_struct_object_size.
14553 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14554 as xfail.
14555
14556 2014-07-30 Pedro Alves <palves@redhat.com>
14557
14558 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14559 comment.
14560
14561 2014-07-29 Yao Qi <yao@codesourcery.com>
14562
14563 PR gdb/17206
14564 * gdb.base/until-nodebug.exp: New.
14565
14566 2014-07-28 Doug Evans <xdje42@gmail.com>
14567
14568 PR guile/17203
14569 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14570 previously existing parameter, and previously ambiguously spelled
14571 parameter.
14572
14573 2014-07-28 Will Newton <will.newton@linaro.org>
14574
14575 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14576
14577 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14578 Doug Evans <xdje42@gmail.com>
14579
14580 PR guile/17146
14581 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14582
14583 2014-07-25 Pedro Alves <palves@redhat.com>
14584
14585 * gdb.threads/signal-command-handle-nopass.c: New file.
14586 * gdb.threads/signal-command-handle-nopass.exp: New file.
14587 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14588 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14589 * gdb.threads/signal-delivered-right-thread.c: New file.
14590 * gdb.threads/signal-delivered-right-thread.exp: New file.
14591
14592 2014-07-25 Pedro Alves <palves@redhat.com>
14593
14594 * gdb.base/double-prompt-target-event-error.exp
14595 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14596 match.
14597 (cancel_pagination_in_target_event): Rework double prompt
14598 detection.
14599 * gdb.base/paginate-after-ctrl-c-running.exp
14600 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14601 <return>' match.
14602 * gdb.base/paginate-bg-execution.exp
14603 (test_bg_execution_pagination_return)
14604 (test_bg_execution_pagination_cancel): Remove '-notransfer
14605 <return>' matches.
14606 * gdb.base/paginate-execution-startup.exp
14607 (test_fg_execution_pagination_return)
14608 (test_fg_execution_pagination_cancel): Remove '-notransfer
14609 <return>' matches.
14610 * gdb.base/paginate-inferior-exit.exp
14611 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14612 match.
14613 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14614 * lib/gdb.exp (pagination_prompt): Run text through
14615 string_to_regexp.
14616 (gdb_test_multiple): Match $pagination_prompt instead of
14617 "<return>".
14618 (string_to_regexp): Move to lib/gdb-utils.exp.
14619
14620 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14621
14622 * gdb.arch/amd64-entry-value-paramref.S: New file.
14623 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14624 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14625 * gdb.arch/amd64-optimout-repeat.S: New file.
14626 * gdb.arch/amd64-optimout-repeat.c: New file.
14627 * gdb.arch/amd64-optimout-repeat.exp: New file.
14628
14629 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14630
14631 PR gdb/17170
14632 * gdb.base/statistics.exp: New file.
14633
14634 2014-07-17 Doug Evans <dje@google.com>
14635
14636 PR gdb/17170
14637 * gdb.base/maint.exp: Update testing of per-command stats.
14638
14639 2014-07-16 Pedro Alves <palves@redhat.com>
14640
14641 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14642 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14643 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14644 (tfile_write_buf): New functions.
14645 (add_memory_block): Rewrite using the above.
14646 (adjust_function_address): New function.
14647 (FUNCTION_ADDRESS): New macro.
14648 (write_basic_trace_file): Remove short_x local, and use
14649 tfile_write_16. Change type of func_addr local to unsigned long
14650 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14651 here. Cast argument of add_memory_block to char pointer.
14652 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14653 (main): Remove parameters.
14654 * gdb.trace/tfile.exp: Remove nowarnings.
14655
14656 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14657
14658 * gdb.base/debug-expr.exp: Test string evaluation with
14659 "debug expression" on.
14660
14661 2014-07-15 Pedro Alves <palves@redhat.com>
14662
14663 * gdb.base/reread.exp: Use clean_restart.
14664
14665 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14666
14667 * gdb.arch/avr-flash-qualifer.c: New.
14668 * gdb.arch/avr-flash-qualifer.exp: New.
14669
14670 2014-07-14 Pedro Alves <palves@redhat.com>
14671
14672 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14673 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14674
14675 2014-07-14 Pedro Alves <palves@redhat.com>
14676
14677 * gdb.base/double-prompt-target-event-error.c: New file.
14678 * gdb.base/double-prompt-target-event-error.exp: New file.
14679
14680 2014-07-14 Pedro Alves <palves@redhat.com>
14681
14682 PR gdb/17072
14683 * gdb.base/paginate-inferior-exit.c: New file.
14684 * gdb.base/paginate-inferior-exit.exp: New file.
14685
14686 2014-07-14 Pedro Alves <palves@redhat.com>
14687
14688 PR gdb/17072
14689 * gdb.base/paginate-bg-execution.c: New file.
14690 * gdb.base/paginate-bg-execution.exp: New file.
14691
14692 2014-07-14 Pedro Alves <palves@redhat.com>
14693
14694 PR gdb/17072
14695 * gdb.base/paginate-execution-startup.c: New file.
14696 * gdb.base/paginate-execution-startup.exp: New file.
14697 * lib/gdb.exp (pagination_prompt): New global.
14698 (default_gdb_spawn): New procedure, factored out from
14699 default_gdb_spawn.
14700 (default_gdb_start): Adjust to call default_gdb_spawn.
14701 (gdb_spawn): New procedure.
14702
14703 2014-07-14 Pedro Alves <palves@redhat.com>
14704
14705 * lib/gdb.exp (gdb_assert): New procedure.
14706 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14707
14708 2014-07-14 Pedro Alves <palves@redhat.com>
14709
14710 * gdb.base/execution-termios.c: New file.
14711 * gdb.base/execution-termios.exp: New file.
14712
14713 2014-07-14 Tom Tromey <tromey@redhat.com>
14714
14715 * gdb.cp/vla-cxx.cc: New file.
14716 * gdb.cp/vla-cxx.exp: New file.
14717
14718 2014-07-14 Tom Tromey <tromey@redhat.com>
14719
14720 * gdb.reverse/rerun-prec.c: New file.
14721 * gdb.reverse/rerun-prec.exp: New file.
14722
14723 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14724 Maciej W. Rozycki <macro@codesourcery.com>
14725
14726 * lib/gdb-utils.exp: New file.
14727 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14728 inline `gdb_init_command' processing.
14729 (gdb_start_cmd): Likewise.
14730 * lib/mi-support.exp (mi_run_cmd): Likewise.
14731 * README: Document `gdb_init_command' and `gdb_init_commands'.
14732
14733 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14734
14735 Fix false FAIL running under a very long directory name.
14736 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14737 and "set print elements 10000". Twice.
14738
14739 2014-07-11 Yao Qi <yao@codesourcery.com>
14740
14741 * gdb.base/exprs.exp: "set print symbol off".
14742
14743 2014-07-11 Pedro Alves <palves@redhat.com>
14744
14745 * gdb.threads/kill.c: New file.
14746 * gdb.threads/kill.exp: New file.
14747
14748 2014-07-10 Yao Qi <yao@codesourcery.com>
14749
14750 * gdb.trace/tfile.c (write_basic_trace_file)
14751 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14752 address written to trace file.
14753
14754 2014-07-09 Pedro Alves <palves@redhat.com>
14755
14756 * gdb.base/attach-wait-input.exp: New file.
14757 * gdb.base/attach-wait-input.c: New file.
14758
14759 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14760
14761 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14762 setting up test structures.
14763 (main): Call new test function.
14764 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14765 test function, continue into test function and walk test
14766 structures.
14767
14768 2014-07-02 Yao Qi <yao@codesourcery.com>
14769
14770 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14771 'bar_start' at the beginning of functions 'foo' and 'bar'
14772 respectively.
14773 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14774 instead of 'foo' and 'bar'.
14775
14776 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14777
14778 * gdb.btrace/segv.exp: New.
14779 * gdb.btrace/segv.c: New.
14780
14781 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14782
14783 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14784 instruction.
14785
14786 2014-06-30 Mark Wielaard <mjw@redhat.com>
14787
14788 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14789 vulture, vilify, villar): New volatile array constants.
14790 (vindictive, vegetation): New const volatile array constants.
14791 * gdb.base/volatile.exp: Test volatile and const volatile array
14792 types.
14793
14794 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14795
14796 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14797 target lacks support for awatch, rwatch, or hbreak.
14798
14799 2014-06-27 Yao Qi <yao@codesourcery.com>
14800
14801 * gdb.multi/dummy-frame-restore.exp: New.
14802 * gdb.multi/dummy-frame-restore.c: New.
14803
14804 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14805
14806 * gdb.btrace/gcore.exp: New.
14807
14808 2014-06-23 Pedro Alves <palves@redhat.com>
14809
14810 * gdb.base/watchpoint-reuse-slot.c: New file.
14811 * gdb.base/watchpoint-reuse-slot.exp: New file.
14812
14813 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14814
14815 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14816 progspace's filename in 'info', 'enable' and 'disable' command
14817 tests.
14818
14819 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14820
14821 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14822 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14823 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14824
14825 2014-06-20 Gary Benson <gbenson@redhat.com>
14826
14827 * gdb.arch/i386-avx.exp: Fix include file location.
14828 * gdb.arch/i386-sse.exp: Likewise.
14829
14830 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14831
14832 * gdb.dlang/expression.exp: New file.
14833
14834 2014-06-19 Pedro Alves <palves@redhat.com>
14835
14836 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14837 out from ...
14838 (top level): ... here. Iterate running tests under different
14839 scheduler-locking settings.
14840
14841 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14842
14843 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14844 to DW_FORM_addr and use non-zero addresses.
14845
14846 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14847
14848 PR gdb/17017
14849 * gdb.python/py-xmethods.cc: Add global function call counters and
14850 increment them in their respective functions. Remove "cout"
14851 statements.
14852 * gdb.python/py-xmethods.exp: Make tests check the global function
14853 call counters instead of depending on inferior IO.
14854
14855 2014-06-18 Don Breazeal <donb@codesourcery.com>
14856
14857 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14858 Deleted procedure.
14859 (explicit_fork_parent_follow): Deleted procedure.
14860 (explicit_fork_child_follow): Deleted procedure.
14861 (test_follow_fork): New procedure.
14862 (do_fork_tests): Replace calls to deleted procedures with
14863 calls to test_follow_fork and reset GDB for subsequent
14864 procedure calls.
14865
14866 2014-06-17 Yao Qi <yao@codesourcery.com>
14867
14868 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14869 CP1252.
14870
14871 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14872
14873 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14874 Initialize ptr and S explicitly.
14875 (skip_type_update_when_not_use_rtti_test): Likewise.
14876
14877 2014-06-16 Keith Seitz <keiths@redhat.com>
14878
14879 PR mi/15863
14880 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14881 the inferior is started.
14882
14883 2014-06-16 Pedro Alves <palves@redhat.com>
14884
14885 * gdb.base/break-main-file-remove-fail.c: New file.
14886 * gdb.base/break-main-file-remove-fail.exp: New file.
14887 * gdb.base/break-unload-file.exp: Use build_executable instead of
14888 prepare_for_testing.
14889 (test_break): New parameter "initial_load". Handle it.
14890 (top level): Add initial_load cmdline/file axis.
14891
14892 2014-06-12 Tom Tromey <tromey@redhat.com>
14893
14894 * gdb.base/completion.exp: Don't use directory name in test.
14895
14896 2014-06-09 Gary Benson <gbenson@redhat.com>
14897
14898 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14899 separate the always-available ANSI-standard signals from the
14900 signals that require checking.
14901 (main): Likewise.
14902 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14903 Likewise.
14904 (main): Likewise.
14905
14906 2014-06-07 Keith Seitz <keiths@redhat.com>
14907
14908 Revert:
14909 PR c++/16253
14910 * gdb.cp/var-tag.cc: New file.
14911 * gdb.cp/var-tag.exp: New file.
14912 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14913 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14914 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14915 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14916
14917 2014-06-06 Doug Evans <xdje42@gmail.com>
14918
14919 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14920
14921 2014-06-06 Pedro Alves <palves@redhat.com>
14922
14923 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14924 in target debug output instead of looking at RSP packets,
14925 disabling the test on any target that uses hardware stepping.
14926 Update comments.
14927
14928 2014-06-06 Pedro Alves <palves@redhat.com>
14929
14930 * gdb.base/break-unload-file.exp: Fix typo.
14931
14932 2014-06-06 Yao Qi <yao@codesourcery.com>
14933
14934 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14935 from "jit_function" to "^jit_function".
14936
14937 2014-06-06 Yao Qi <yao@codesourcery.com>
14938
14939 * gdb.base/async.c (foo): Add one statement.
14940 * gdb.base/async.exp: Get the next instruction address and
14941 match the output of "nexti" by instruction address. Match
14942 the hex address in the output of "finish".
14943
14944 2014-06-06 Gary Benson <gbenson@redhat.com>
14945
14946 * gdb.base/call-signals.c: Remove preprocessor conditionals
14947 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14948 SIGSEGV and SIGTERM.
14949 * gdb.base/sigall.c: Likewise.
14950 * gdb.base/unwindonsignal.c: Likewise.
14951 * gdb.reverse/sigall-reverse.c: Likewise.
14952
14953 2014-06-06 Yao Qi <yao@codesourcery.com>
14954
14955 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14956 readable, skip the test.
14957
14958 2014-06-06 Yao Qi <yao@codesourcery.com>
14959
14960 * gdb.threads/staticthreads.c (thread_function): Move the line
14961 setting breakpoint on forward.
14962 * gdb.threads/staticthreads.exp: Update comments.
14963
14964 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14965
14966 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14967 "history-append! type error".
14968
14969 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14970
14971 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14972 erroneous dprintf expected input.
14973
14974 2014-06-04 Doug Evans <xdje42@gmail.com>
14975
14976 * gdb.guile/scm-generics.exp: Delete.
14977
14978 2014-06-04 Doug Evans <xdje42@gmail.com>
14979
14980 * gdb.guile/scm-breakpoint.exp: Update.
14981 Add tests for breakpoint registration.
14982
14983 2014-06-04 Tom Tromey <tromey@redhat.com>
14984
14985 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14986 VLA-in-union.
14987 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14988 inner_vla_struct, vla_union types. Initialize objects of those
14989 types and compute their sizes.
14990
14991 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14992 Hui Zhu <hui@codesourcery.com>
14993
14994 * gdb.base/fileio.exp: Add test for shell not available as well as
14995 available.
14996 * gdb.base/fileio.c (test_system): Check for shell twice.
14997
14998 2014-06-04 Yao Qi <yao@codesourcery.com>
14999
15000 * gdb.base/auto-connect-native-target.exp: Remove redundant
15001 space from the regexp pattern.
15002
15003 2014-06-04 Yao Qi <yao@codesourcery.com>
15004
15005 * gdb.base/default.exp: Replace "child" with "native" in
15006 regexp pattern.
15007
15008 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15009
15010 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15011 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15012 * gdb.python/py-xmethods.py: Python script supporting the
15013 new testcase and tests.
15014
15015 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15016 Pedro Alves <palves@redhat.com>
15017
15018 PR breakpoints/17000
15019 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15020 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15021
15022 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15023
15024 * gdb.base/subst.exp: Add tests to verify partial path matching
15025 output.
15026
15027 2014-06-03 Pedro Alves <palves@redhat.com>
15028
15029 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15030 target that doesn't use software single-stepping.
15031
15032 2014-06-03 Pedro Alves <palves@redhat.com>
15033
15034 PR breakpoints/17000
15035 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15036 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15037
15038 2014-06-02 Doug Evans <xdje42@gmail.com>
15039
15040 * gdb.guile/scm-parameter.exp: New file.
15041
15042 2014-06-02 Doug Evans <xdje42@gmail.com>
15043
15044 * gdb.guile/scm-cmd.c: New file.
15045 * gdb.guile/scm-cmd.exp: New file.
15046
15047 2014-06-02 Doug Evans <xdje42@gmail.com>
15048
15049 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15050 pretty-printer lookup.
15051 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15052 (make-pp_s-printer): Call it.
15053 (make-pretty-printer-from-dict): New function.
15054 (lookup-pretty-printer-maker-from-dict): New function.
15055 (*pretty-printer*): Simplify.
15056 (make-objfile-pp_s-printer): New function.
15057 (install-objfile-pretty-printers!): New function.
15058 (make-progspace-pp_s-printer): New function.
15059 (install-progspace-pretty-printers!): New function.
15060 * gdb.guile/scm-progspace.c: New file.
15061 * gdb.guile/scm-progspace.exp: New file.
15062
15063 2014-06-02 Pedro Alves <palves@redhat.com>
15064
15065 * gdb.base/dprintf-bp-same-addr.c: New file.
15066 * gdb.base/dprintf-bp-same-addr.exp: New file.
15067
15068 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15069
15070 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15071 * gdb.arch/powerpc-power.s: Likewise.
15072
15073 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15074
15075 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15076
15077 2014-06-01 Yao Qi <yao@codesourcery.com>
15078
15079 * gdb.base/watchpoint.exp (test_watch_location): Check null
15080 pointer can be dereferenced. If not, do the test, otherwise
15081 skip it.
15082
15083 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15084
15085 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15086 results.
15087 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15088
15089 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15090
15091 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15092 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15093 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15094 * gdb.arch/amd64-invalid-stack-top.c: New file.
15095 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15096
15097 2014-05-30 Pedro Alves <palves@redhat.com>
15098
15099 PR breakpoints/17000
15100 * gdb.base/sss-bp-on-user-bp.c: New file.
15101 * gdb.base/sss-bp-on-user-bp.exp: New file.
15102
15103 2014-05-30 David Blaikie <dblaikie@gmail.com>
15104
15105 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15106 gnu_inline semantics via attribute.
15107 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15108 source explicitly specifies the required semantics.
15109
15110 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15111
15112 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15113
15114 2014-05-29 Pedro Alves <palves@redhat.com>
15115 Tom Tromey <tromey@redhat.com>
15116
15117 * gdb.base/async-shell.exp: Don't enable target-async.
15118 * gdb.base/async.exp
15119 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15120 parameter. Adjust.
15121 (top level): Don't test with "target-async".
15122 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15123 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15124 * gdb.base/inferior-died.exp: Don't enable target-async.
15125 * gdb.base/interrupt-noterm.exp: Likewise.
15126 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15127 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15128 * gdb.mi/mi-nonstop.exp: Likewise.
15129 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15130 * gdb.mi/mi-nsintrall.exp: Likewise.
15131 * gdb.mi/mi-nsmoribund.exp: Likewise.
15132 * gdb.mi/mi-nsthrexec.exp: Likewise.
15133 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15134 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15135 * gdb.python/py-evsignal.exp: Don't enable target-async.
15136 * gdb.python/py-evthreads.exp: Likewise.
15137 * gdb.python/py-prompt.exp: Likewise.
15138 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15139 * gdb.server/solib-list.exp: Don't enable target-async.
15140 * gdb.threads/thread-specific-bp.exp: Likewise.
15141 * lib/mi-support.exp: Adjust to use mi-async.
15142
15143 2014-05-29 Pedro Alves <palves@redhat.com>
15144
15145 PR gdb/13860
15146 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15147 reason, even in sync mode.
15148
15149 2014-05-29 Pedro Alves <palves@redhat.com>
15150 Hui Zhu <hui@codesourcery.com>
15151
15152 PR PR15693
15153 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15154 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15155 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15156 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15157
15158 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15159
15160 * config/monitor.exp (gdb_target_monitor): Replace use of
15161 "set remotebaud" by "set serial baud".
15162
15163 2014-05-26 Andy Wingo <wingo@igalia.com>
15164
15165 * gdb.guile/scm-breakpoint.exp:
15166 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15167 properties instead of gdb-object-properties.
15168
15169 2014-05-26 Yao Qi <yao@codesourcery.com>
15170
15171 * gdb.server/no-thread-db.exp: Specify source file name
15172 explicitly when setting a breakpoint.
15173
15174 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15175
15176 * gdb.btrace/vdso.c: New.
15177 * gdb.btrace/vdso.exp: New.
15178
15179 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15180
15181 * gdb.base/gcore.exp (capture_command_output): Move ...
15182 * lib/gdb.exp (capture_command_output): ... here.
15183
15184 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15185
15186 * gdb.btrace/data.exp: Test memory access during btrace replay.
15187
15188 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15189
15190 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15191
15192 2014-05-21 Pedro Alves <palves@redhat.com>
15193
15194 PR gdb/13860
15195 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15196 (top level): Test that output related to execution commands is
15197 sent to the console with CLI commands, but not with MI commands.
15198 Test that breakpoint events are always mirrored to the console.
15199 Also expect the new source line to be output after a "next" in
15200 async mode too. Make it a pass/fail test.
15201 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15202 output.
15203 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15204
15205 2014-05-21 Pedro Alves <palves@redhat.com>
15206
15207 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15208 Use them to test variations of "list" after reaching a breakpoint.
15209 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15210 Test "list" with listsize 10 after reaching a breakpoint.
15211 * gdb.python/python.exp (decode_line current location line
15212 number): Adjust expected line number.
15213
15214 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15215
15216 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15217 behavior for $args, pass it directly to "run".
15218
15219 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15220
15221 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15222 30000 to 65536.
15223
15224 2014-05-21 Pedro Alves <palves@redhat.com>
15225
15226 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15227 auto-connect-native-target off".
15228 * gdb.base/auto-connect-native-target.c: New file.
15229 * gdb.base/auto-connect-native-target.exp: New file.
15230
15231 2014-05-21 Pedro Alves <palves@redhat.com>
15232
15233 * gdb.base/default.exp: Test "target native" instead of "target
15234 child".
15235
15236 2014-05-21 Mark Wielaard <mjw@redhat.com>
15237
15238 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15239
15240 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15241
15242 Fix TLS access for -static -pthread.
15243 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15244 <HAVE_TLS> (thread_function, main): Initialize it.
15245 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15246 Add clean_restart.
15247 <$have_tls != "">: Check TLSVAR.
15248
15249 2014-05-21 Pedro Alves <palves@redhat.com>
15250
15251 * gdb.base/dcache-line-read-error.c: New.
15252 * gdb.base/dcache-line-read-error.exp: New.
15253
15254 2014-05-20 Pedro Alves <palves@redhat.com>
15255
15256 * gdb.base/compare-sections.c: New file.
15257 * gdb.base/compare-sections.exp: New file.
15258
15259 2014-05-20 Pedro Alves <palves@redhat.com>
15260
15261 * gdb.base/break-idempotent.c: New file.
15262 * gdb.base/break-idempotent.exp: New file.
15263
15264 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15265
15266 * gdb.btrace/nohist.exp: New.
15267
15268 2014-05-20 Yao Qi <yao@codesourcery.com>
15269
15270 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15271 gdb.reverse directory and gdb_reverse_timeout exists in board
15272 setting.
15273 * README: Document gdb_reverse_timeout.
15274
15275 2014-05-20 Yao Qi <yao@codesourcery.com>
15276
15277 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15278 'test_file_name'. Treat args as a string instead of a list.
15279 (gdb_init): Rename argument 'args' by 'test_file_name'.
15280
15281 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15282
15283 * gdb.arch/powerpc-power.exp: New file.
15284 * gdb.arch/powerpc-power.s: New file.
15285
15286 2014-05-16 Doug Evans <dje@google.com>
15287
15288 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15289 * gdb.base/completion.exp: Check that all expected files exist
15290 before doing file completion.
15291
15292 2014-05-16 Doug Evans <dje@google.com>
15293
15294 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15295 Update.
15296 (do_syscall_tests_without_xml): Update.
15297
15298 2014-05-16 Pedro Alves <palves@redhat.com>
15299
15300 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15301 instead of "unknown output after running".
15302
15303 2014-05-16 Yao Qi <yao@codesourcery.com>
15304
15305 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15306 file1.txt from host at the end.
15307 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15308
15309 2014-05-15 Doug Evans <dje@google.com>
15310
15311 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15312 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15313 loading file. Add test for TU lookup.
15314
15315 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15316
15317 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15318 calling "-exec-arguments" or "set args" before running the
15319 inferior.
15320
15321 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15322
15323 * lib/mi-support.exp (mi_expect_stop): Expect message for
15324 inferiors that exit with non-zero exit code.
15325
15326 2014-05-14 Yao Qi <yao@codesourcery.com>
15327
15328 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15329 match absolute path on remote host.
15330 (test_file_list_exec_source_files): Remove "/" from the
15331 pattern.
15332
15333 2014-05-14 Yao Qi <yao@codesourcery.com>
15334
15335 * boards/local-remote-host-notty.exp (${board}_file): New
15336 proc.
15337
15338 2014-05-07 Kyle McMartin <kyle@redhat.com>
15339
15340 Pushed by Joel Brobecker <brobecker@adacore.com>.
15341 * gdb.arch/aarch64-atomic-inst.c: New file.
15342 * gdb.arch/aarch64-atomic-inst.exp: New file.
15343
15344 2014-05-07 Yao Qi <yao@codesourcery.com>
15345
15346 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15347 in current context" too.
15348
15349 2014-05-05 Keith Seitz <keiths@redhat.com>
15350
15351 * gdb.linespec/ls-dollar.exp: Add test for linespec
15352 file:convenience_variable.
15353
15354 2014-05-05 Yao Qi <yao@codesourcery.com>
15355
15356 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15357 traceframes into tfile and ctf trace files. Read data from
15358 trace file and test collected data.
15359 (gdb_collect_locals_test): Likewise.
15360 (gdb_unavailable_registers_test): Likewise.
15361 (gdb_unavailable_floats): Likewise.
15362 (gdb_collect_globals_test): Likewise.
15363 (top-level): Append "ctf" to trace_file_targets if GDB
15364 supports.
15365
15366 2014-05-05 Yao Qi <yao@codesourcery.com>
15367
15368 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15369 code to ...
15370 (gdb_collect_args_test_1): ... it. New proc.
15371 (gdb_collect_locals_test): Move some code to ...
15372 (gdb_collect_locals_test_1): ... it. New proc.
15373 (gdb_unavailable_registers_test): Move some code to ...
15374 (gdb_unavailable_registers_test_1): ... it. New proc.
15375 (gdb_unavailable_floats): Move some code to ...
15376 (gdb_unavailable_floats_1): ... it. New proc.
15377
15378 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15379
15380 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15381 probes to test for bitness recognition.
15382 * gdb.arch/amd64-stap-optional-prefix.exp
15383 (test_probe_value_without_reg): New procedure.
15384 Add code to test for different kinds of bitness.
15385
15386 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15387
15388 PR breakpoints/16889
15389 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15390 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15391
15392 2014-05-01 Pedro Alves <palves@redhat.com>
15393
15394 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15395 gdb_file_cmd if no file is specified.
15396 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15397 last_loaded_file to set the remote exec-file.
15398
15399 2014-05-01 Pedro Alves <palves@redhat.com>
15400
15401 * boards/local-remote-host.exp: New file.
15402
15403 2014-05-01 Pedro Alves <palves@redhat.com>
15404
15405 * boards/local-remote-host.exp: Rename to ...
15406 * boards/local-remote-host-notty.exp: ... this.
15407
15408 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15409
15410 * gdb.ada/dyn_arrayidx: New testcase.
15411
15412 2014-04-26 Yao Qi <yao@codesourcery.com>
15413
15414 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15415 and compute the length of function main. Save it in
15416 $main_length.
15417 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15418 (top-level): Use gdb_compile to compile objects into
15419 executable and restart GDB. Remove invocation to
15420 prepare_for_testing.
15421
15422 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15423 Pedro Alves <palves@redhat.com>
15424
15425 PR server/16255
15426 * gdb.multi/multi-attach.c: New file.
15427 * gdb.multi/multi-attach.exp: New file.
15428
15429 2014-04-25 Pedro Alves <palves@redhat.com>
15430
15431 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15432 user.
15433 (top level): Test that "set remote conditional-breakpoints-packet
15434 off" works as intended.
15435 * gdb.base/dprintf.exp: Test that "set remote
15436 breakpoint-commands-packet off" works as intended.
15437 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15438 New function.
15439 (top level): Call it.
15440 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15441 remote fast-tracepoints-packet off" works as intended.
15442 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15443 * lib/gdb.exp (gdb_is_target_remote): ... here.
15444
15445 2014-04-24 David Blaikie <dblaikie@gmail.com>
15446
15447 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15448 ensure clang would not discard them.
15449 * gdb.base/gdbvars.c: Ditto.
15450 * gdb.base/memattr.c: Ditto.
15451 * gdb.base/whatis.c: Ditto.
15452 * gdb.python/py-prettyprint.c: Ditto.
15453 * gdb.trace/actions.c: Ditto.
15454 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15455 ensure clang would not discard it.
15456
15457 2014-04-24 David Blaikie <dblaikie@gmail.com>
15458
15459 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15460 clang to emit the full definition of type required by the test
15461 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15462
15463 2014-04-24 David Blaikie <dblaikie@gmail.com>
15464
15465 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15466 coax Clang into emitting the definition of the type.
15467 * gdb.cp/pr10728-x.h (y): Ditto.
15468 * gdb.cp/pr10728-y.cc (y): Ditto.
15469
15470 2014-04-24 David Blaikie <dblaikie@gmail.com>
15471
15472 * gdb.base/label.exp: XFAIL label related tests under Clang.
15473 * gdb.cp/cplabel.exp: Ditto.
15474 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15475 under Clang those using labels.
15476
15477 2014-04-25 Yao Qi <yao@codesourcery.com>
15478
15479 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15480 double_label.
15481 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15482 partial_label and double_label.
15483
15484 2014-04-24 David Blaikie <dblaikie@gmail.com>
15485
15486 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15487
15488 2014-04-24 David Blaikie <dblaikie@gmail.com>
15489
15490 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15491 of the function to work across GCC and Clang.
15492 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15493 pointer types (const void ** const V void **).
15494
15495 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15496 Walfred Tedeschi <walfred.tedeschi@intel.com>
15497
15498 * Makefile.in (EXECUTABLES): Added i386-avx512.
15499 * gdb.arch/i386-avx512.c: New file.
15500 * gdb.arch/i386-avx512.exp: Likewise.
15501
15502 2014-04-23 Keith Seitz <keiths@redhat.com>
15503
15504 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15505 (mi_make_breakpoint_table): New procedure.
15506 (mi_create_breakpoint): Use mi_make_breakpoint
15507 and return the result.
15508 (mi_make_breakpoint): New procedure.
15509 (mi_build_kv_pairs): New procedure.
15510
15511 * gdb.mi/mi-break.exp: Remove unused globals,
15512 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15513 All callers updated.
15514 * gdb.mi/mi-dprintf.exp: Use variable to track command
15515 number.
15516 Update all callers of mi_create_breakpoint and use
15517 mi_make_breakpoint_table.
15518 Remove any unused global variables.
15519 * gdb.mi/mi-nonstop.exp: Likewise.
15520 * gdb.mi/mi-nsintrall.exp: Likewise.
15521 * gdb.mi/mi-nsmoribund.exp: Likewise.
15522 * gdb.mi/mi-nsthrexec.exp: Likewise.
15523 * gdb.mi/mi-reverse.exp: Likewise.
15524 * gdb.mi/mi-simplerun.exp: Likewise.
15525 * gdb.mi/mi-stepn.exp: Likewise.
15526 * gdb.mi/mi-syn-frame.exp: Likewise.
15527 * gdb.mi/mi-until.exp: Likewise.
15528 * gdb.mi/mi-var-cp.exp: Likewise.
15529 * gdb.mi/mi-var-display.exp: Likewise.
15530 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15531 * gdb.mi/mi2-var-child.exp: Likewise.
15532 * gdb.mi/mi-vla-c99.exp: Likewise.
15533 * lib/mi-support.exp: Likewise.
15534
15535 From Ian Lance Taylor <iant@cygnus.com>:
15536 * lib/gdb.exp (parse_args): New procedure.
15537
15538 2014-04-23 Pedro Alves <palves@redhat.com>
15539
15540 * gdb.base/break-unload-file.c: New file.
15541 * gdb.base/break-unload-file.exp: New file.
15542 * gdb.base/sym-file-lib.c (baz): New function.
15543 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15544 field.
15545 (load): Store the segment's mapped size.
15546 (unload): New function.
15547 (unload_shlib): New function.
15548 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15549 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15550 set a breakpoint at baz, and call it.
15551 * gdb.base/sym-file.exp: New tests for stale breakpoint
15552 instructions.
15553
15554 2014-04-23 Pedro Alves <palves@redhat.com>
15555
15556 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15557 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15558 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15559 * gdb.base/hbreak-unmapped.c: New file.
15560 * gdb.base/hbreak-unmapped.exp: New file.
15561 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15562 * lib/gdb.exp (gdb_is_target_remote): ... here.
15563
15564 2014-04-22 Pedro Alves <palves@redhat.com>
15565
15566 * gdb.base/consecutive-step-over.c: New file.
15567 * gdb.base/consecutive-step-over.exp: New file.
15568
15569 2014-04-22 Pedro Alves <palves@redhat.com>
15570
15571 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15572 instead of send_gdb/gdb_expect.
15573
15574 2014-04-22 Yao Qi <yao@codesourcery.com>
15575
15576 * lib/trace-support.exp (generate_tracefile): New procedure.
15577 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15578 return 0.
15579 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15580 if generate_tracefile returns 1.
15581
15582 2014-04-18 Tom Tromey <palves@redhat.com>
15583 Pedro alves <tromey@redhat.com>
15584
15585 PR backtrace/15558
15586 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15587 with a backtrace limit.
15588 * gdb.python/py-frame-inline.exp: Test running to an inline
15589 function with a backtrace limit, and printing the newest frame.
15590 * gdb.python/py-frame-inline.c (main): Call f.
15591
15592 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15593
15594 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15595
15596 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15597
15598 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15599 Drop prefix from unsupported source file path.
15600
15601 2014-04-17 Yao Qi <yao@codesourcery.com>
15602
15603 * lib/gdb.exp (with_target_charset): New proc.
15604 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15605 with_target_charset.
15606 (test_print_strings): Likewise.
15607 (test_repeat_bytes): Likewise.
15608 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15609 for some tests.
15610
15611 2014-04-16 Keith Seitz <keiths@redhat.com>
15612
15613 PR gdb/15827
15614 * gdb.dwarf2/corrupt.c: New file.
15615 * gdb.dwarf2/corrupt.exp: New file.
15616
15617 2014-04-16 Keith Seitz <keiths@redhat.com>
15618
15619 PR c++/16597
15620 * gdb.cp/namelessclass.cc: New file.
15621 * gdb.cp/namelessclass.exp: New file.
15622 * gdb.cp/namelessclass.S: New file.
15623
15624 2014-04-16 Doug Evans <dje@google.com>
15625
15626 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15627 Add comment.
15628 (gdbserver_default_get_comm_port): New function.
15629 (gdbserver_start): Check if board file provided
15630 "gdbserver,get_comm_port" and use it if so.
15631 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15632 (gdb,socketport): Set to "stdio".
15633 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15634 (stdio_gdbserver_template): Delete.
15635 (${board}_get_remote_address): Update.
15636 (${board}_build_remote_cmd): Delete.
15637 (${board}_get_comm_port): New function.
15638 (${board}_spawn): Update.
15639 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15640 Delete.
15641 (${board}_get_remote_address): Update.
15642 (${board}_get_comm_port): New function.
15643
15644 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15645
15646 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15647 appearing in any order.
15648
15649 2014-04-15 Doug Evans <dje@google.com>
15650
15651 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15652 uninitialized value of "description".
15653
15654 2014-04-15 Keith Seitz <keiths@redhat.com>
15655
15656 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15657 Remove unused globals.
15658 (test_running_the_program): Likewise.
15659 (test_controlled_execution): Likewise.
15660 (test_controlling_breakpoints): Likewise.
15661 (test_program_termination): Likewise.
15662
15663 2014-04-15 Keith Seitz <keiths@redhat.com>
15664
15665 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15666 unused globals.
15667 (test_rbreak_creation_and_listing): Likewise.
15668 (test_ignore_count): Likewise.
15669 (test_error): Likewise.
15670
15671 2014-04-15 Pedro Alves <palves@redhat.com>
15672
15673 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15674 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15675 sym-file-loader.c.
15676 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15677 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15678 to sym-file-loader.c.
15679 (struct library): Forward declare.
15680 (load_shlib, lookup_function): Change prototypes.
15681 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15682 (translate_offset): Remove declarations.
15683 (get_text_addr): New declaration.
15684 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15685 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15686 sym-file-loader.h.
15687 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15688 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15689 here from sym-file-loader.h.
15690 (struct library): New structure.
15691 (load_shlib, lookup_function): Change prototypes and adjust to
15692 work with a struct library.
15693 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15694 (translate_offset): Make static.
15695 (get_text_addr): New function.
15696 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15697
15698 2014-04-15 Pedro Alves <palves@redhat.com>
15699
15700 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15701
15702 2014-04-15 Pedro Alves <palves@redhat.com>
15703
15704 * gdb.base/sym-file-loader.c: Include <limits.h>.
15705 (SELF_LINK): New define.
15706 (get_origin): New function.
15707 (load_shlib): Use it.
15708 * gdb.base/sym-file.exp: Don't early return if the target is
15709 remote. Use runto_main, and issue fail is that fails. Use
15710 gdb_load_shlibs.
15711 (shlib_name): Delete.
15712 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15713
15714 2014-04-15 Pedro Alves <palves@redhat.com>
15715
15716 * gdb.base/sym-file.exp: Remove regex characters from test
15717 message. Don't refer to breakpoint numbers in test messages.
15718
15719 2014-04-14 Keith Seitz <keiths@redhat.com>
15720
15721 PR c++/16253
15722 * gdb.cp/var-tag.cc: New file.
15723 * gdb.cp/var-tag.exp: New file.
15724 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15725 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15726 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15727 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15728
15729 2014-04-14 Tom Tromey <tromey@redhat.com>
15730
15731 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15732 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15733 type.
15734 * gdb.cp/enum-class.exp: New file.
15735 * gdb.cp/enum-class.cc: New file.
15736
15737 2014-04-14 Tom Tromey <tromey@redhat.com>
15738
15739 * gdb.dwarf2/enum-type.exp: New file.
15740
15741 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15742
15743 * gdb.mi/mi-vla-c99.exp: New file.
15744 * gdb.mi/vla.c: New file.
15745
15746 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15747
15748 * gdb.base/vla-datatypes.c: New file.
15749 * gdb.base/vla-datatypes.exp: New file.
15750
15751 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15752
15753 * gdb.base/vla-ptr.c: New file.
15754 * gdb.base/vla-ptr.exp: New file.
15755
15756 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15757
15758 * gdb.dwarf2/count.exp: New file.
15759
15760 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15761
15762 * gdb.base/vla-sideeffect.c: New file.
15763 * gdb.base/vla-sideeffect.exp: New file.
15764
15765 2014-04-14 David Blaikie <dblaikie@gmail.com>
15766
15767 * gdb.mi/non-stop.c: Add return value for non-void function return
15768 statement.
15769 * gdb.threads/staticthreads.c: Ditto.
15770
15771 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15772 Doug Evans <xdje42@gmail.com>
15773
15774 * gdb.guile/scm-value.c: Improve test case.
15775 * gdb.guile/scm-value.exp: Add new test.
15776
15777 2014-04-11 David Blaikie <dblaikie@gmail.com>
15778
15779 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15780 override Clang's default.
15781
15782 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15783
15784 Revert the following changes (regressions):
15785
15786 * gdb.base/vla-sideeffect.c: New file.
15787 * gdb.base/vla-sideeffect.exp: New file.
15788
15789 * gdb.dwarf2/count.exp: New file.
15790
15791 * gdb.base/vla-multi.c: New file.
15792 * gdb.base/vla-multi.exp: New file.
15793
15794 * gdb.base/vla-ptr.c: New file.
15795 * gdb.base/vla-ptr.exp: New file.
15796
15797 * gdb.base/vla-datatypes.c: New file.
15798 * gdb.base/vla-datatypes.exp: New file.
15799
15800 * gdb.mi/mi-vla-c99.exp: New file.
15801 * gdb.mi/vla.c: New file.
15802
15803 2014-04-11 Keith Seitz <keiths@redhat.com>
15804
15805 PR c++/16675
15806 * gdb.cp/cpsizeof.exp: New file.
15807 * gdb.cp/cpsizeof.cc: New file.
15808
15809 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15810
15811 * gdb.mi/mi-vla-c99.exp: New file.
15812 * gdb.mi/vla.c: New file.
15813
15814 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15815
15816 * gdb.base/vla-datatypes.c: New file.
15817 * gdb.base/vla-datatypes.exp: New file.
15818
15819 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15820
15821 * gdb.base/vla-ptr.c: New file.
15822 * gdb.base/vla-ptr.exp: New file.
15823
15824 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15825
15826 * gdb.base/vla-multi.c: New file.
15827 * gdb.base/vla-multi.exp: New file.
15828
15829 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15830
15831 * gdb.dwarf2/count.exp: New file.
15832
15833 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15834
15835 * gdb.base/vla-sideeffect.c: New file.
15836 * gdb.base/vla-sideeffect.exp: New file.
15837
15838 2014-04-11 Yao Qi <yao@codesourcery.com>
15839
15840 * gdb.base/completion.exp: Check file exists before running tests
15841 on file completion.
15842
15843 2014-04-10 Pedro Alves <palves@redhat.com>
15844
15845 * gdb.base/cond-eval-mode.c: New file.
15846 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15847 prepare_for_testing to build the new file. Check result of
15848 runto_main.
15849 (test_break, test_watch): New procedures.
15850 (top level): Use them.
15851
15852 2014-04-08 Pierre Muller <muller@sourceware.org>
15853
15854 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15855 Ctrl-V use for mingw hosts.
15856
15857 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15858
15859 * gdb.python/py-value.c: Improve test case.
15860 * gdb.python/py-value.exp: Add new test.
15861
15862 2014-04-07 David Blaikie <dblaikie@gmail.com>
15863
15864 * lib/compiler.c: Identify the clang compiler.
15865 * lib/compiler.cc: Ditto.
15866
15867 2014-04-03 Yao Qi <yao@codesourcery.com>
15868
15869 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15870
15871 2014-04-01 Anton Blanchard <anton@samba.org>
15872
15873 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15874 messages unique.
15875
15876 2014-04-01 Anton Blanchard <anton@samba.org>
15877
15878 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15879 prepare_for_testing.
15880
15881 2014-04-01 Anton Blanchard <anton@samba.org>
15882
15883 * gdb.arch/ppc64-atomic-inst.c: Remove.
15884 * gdb.arch/ppc64-atomic-inst.S: New file.
15885 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15886
15887 2014-03-31 Doug Evans <dje@google.com>
15888
15889 * gdb.base/print-symbol-loading-lib.c: New file.
15890 * gdb.base/print-symbol-loading-main.c: New file.
15891 * gdb.base/print-symbol-loading.exp: New file.
15892
15893 2014-03-31 Yao Qi <yao@codesourcery.com>
15894
15895 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15896
15897 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15898
15899 * gdb.ada/mi_dyn_arr: New testcase.
15900
15901 2014-03-27 Doug Evans <dje@google.com>
15902
15903 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15904
15905 2014-03-27 Yao Qi <yao@codesourcery.com>
15906
15907 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15908 if target is nios2-*-*.
15909
15910 2014-03-26 Yao Qi <yao@codesourcery.com>
15911
15912 * lib/gdb.exp (readline_is_used): New proc.
15913 * gdb.base/completion.exp: Move tests on command complete up.
15914 Skip the rest of tests if readline is not used.
15915 * gdb.ada/complete.exp: Skp the test if readline is not
15916 used.
15917 * gdb.base/filesym.exp: Likewise.
15918 * gdb.base/macscp.exp: Likewise.
15919 * gdb.base/readline-ask.exp: Likewise.
15920 * gdb.base/readline.exp: Likewise.
15921 * gdb.python/py-cmd.exp: Likewise.
15922 * gdb.trace/tfile.exp: Likewise.
15923
15924 2014-03-26 Yao Qi <yao@codesourcery.com>
15925
15926 * gdb.base/macscp.exp: Fix code format issues.
15927
15928 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15929
15930 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15931 * gdb.asm/powerpc64le.inc: New file.
15932
15933 2014-03-25 Pedro Alves <palves@redhat.com>
15934 Doug Evans <dje@google.com>
15935
15936 * gdb.base/source-execution.c: New file.
15937 * gdb.base/source-execution.exp: New file.
15938 * gdb.base/source-execution.gdb: New file.
15939
15940 2014-03-24 Doug Evans <dje@google.com>
15941
15942 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15943 using fission.
15944
15945 2014-03-24 Hui Zhu <hui@codesourcery.com>
15946 Pedro Alves <palves@redhat.com>
15947
15948 PR breakpoints/16101
15949 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15950 test pass/fail messages. Detect missing support for dprintf when
15951 breakpoints are actually inserted.
15952 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15953 breakpoints are actually inserted.
15954 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15955 fails.
15956
15957 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15958
15959 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15960
15961 2014-03-22 Doug Evans <xdje42@gmail.com>
15962
15963 * gdb.python/python.exp (python not supported): Verify multi-line
15964 python command issues an error.
15965 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15966 guile command issues an error.
15967
15968 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15969
15970 * gdb.threads/thread-specific.exp: Handle the lack of usable
15971 $this_breakpoint and $this_thread.
15972
15973 2014-03-21 Hui Zhu <hui@codesourcery.com>
15974
15975 * gdb.base/attach.exp (do_command_attach_tests): New.
15976
15977 2014-03-20 Tom Tromey <tromey@redhat.com>
15978 Pedro Alves <palves@redhat.com>
15979
15980 PR cli/15718
15981 * gdb.base/condbreak-call-false.c: New file.
15982 * gdb.base/condbreak-call-false.exp: New file.
15983
15984 2014-03-20 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15987 Delete.
15988 (block_signals, unblock_signals): Delete.
15989 (child_function_2, main): Remove references to deleted variable
15990 and functions.
15991
15992 2014-03-20 Pedro Alves <palves@redhat.com>
15993
15994 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15995 Use pthread_kill to signal thread 2.
15996 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15997 Adjust to make the test send itself a signal rather than using the
15998 host's "kill" command.
15999
16000 2014-03-20 Pedro Alves <palves@redhat.com>
16001
16002 * gdb.threads/multiple-step-overs.c: New file.
16003 * gdb.threads/multiple-step-overs.exp: New file.
16004 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16005 Adjust expected infrun debug output.
16006
16007 2014-03-20 Pedro Alves <palves@redhat.com>
16008
16009 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16010 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16011
16012 2014-03-20 Pedro Alves <palves@redhat.com>
16013
16014 PR breakpoints/7143
16015 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16016 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16017 of gdb_test_multiple.
16018 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16019 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16020
16021 2014-03-20 Pedro Alves <palves@redhat.com>
16022
16023 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16024 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16025
16026 2014-03-19 Pedro Alves <palves@redhat.com>
16027
16028 * gdb.base/async.exp: Remove early return.
16029
16030 2014-03-19 Pedro Alves <palves@redhat.com>
16031
16032 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16033
16034 2014-03-19 Pedro Alves <palves@redhat.com>
16035
16036 * gdb.base/async.exp (test_background): Expect \r\n after
16037 "completed." in the fail pattern.
16038
16039 2014-03-19 Pedro Alves <palves@redhat.com>
16040
16041 * gdb.base/async.exp (test_background): New procedure.
16042 Use it for all background execution command tests.
16043
16044 2014-03-19 Pedro Alves <palves@redhat.com>
16045
16046 * gdb.base/async.exp: Use prepare_for_testing.
16047
16048 2014-03-19 Pedro Alves <palves@redhat.com>
16049
16050 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16051 the same line.
16052
16053 2014-03-19 Pedro Alves <palves@redhat.com>
16054
16055 * gdb.base/async.c (main): Add "jump here" and "until here" line
16056 marker comments.
16057 * gdb.base/async.exp (jump_here): New global.
16058 (jump& test): Use it.
16059 (until_here): New global.
16060 (until& test): Use it.
16061
16062 2014-03-19 Pedro Alves <palves@redhat.com>
16063
16064 * gdb.base/async.exp: Don't frob gdb_protocol.
16065
16066 2014-03-18 Doug Evans <xdje42@gmail.com>
16067
16068 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16069 Fix spelling of exec-done-display.
16070
16071 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16072
16073 PR gdb/15358
16074 * gdb.base/gdb-sigterm.c: New file.
16075 * gdb.base/gdb-sigterm.exp: New file.
16076
16077 2014-03-18 Pedro Alves <palves@redhat.com>
16078
16079 PR gdb/13860
16080 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16081 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16082 solib-event.
16083
16084 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16085
16086 * gdb.ada/pckd_arr_ren: New testcase.
16087
16088 2014-03-13 Doug Evans <xdje42@gmail.com>
16089
16090 PR guile/16612
16091 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16092 collect after discarding symbols.
16093
16094 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16095 Doug Evans <xdje42@gmail.com>
16096
16097 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16098 to history survives a gc.
16099
16100 2014-03-13 Pedro Alves <palves@redhat.com>
16101
16102 * gdb.base/default.exp: Don't test "target procfs".
16103
16104 2014-03-13 Pedro Alves <palves@redhat.com>
16105
16106 * gdb.base/default.exp: Update "target child" and "target procfs"
16107 tests to not expect "Unix".
16108
16109 2014-03-12 Tom Tromey <tromey@redhat.com>
16110
16111 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16112 New procs. Add target-async tests.
16113 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16114 Add target-async tests.
16115
16116 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16117
16118 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16119 'func_start' and 'func_end' for the beginning and end of the
16120 function code, respectively.
16121 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16122 'func_end' instead of 'func' and 'main'.
16123
16124 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16125
16126 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16127 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16128 generate the debug info assembler source.
16129
16130 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16131
16132 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16133 * gdb.dwarf2/arr-subrange.exp: Likewise.
16134 * gdb.dwarf2/dwz.exp: Likewise.
16135 * gdb.dwarf2/method-ptr.exp: Likewise.
16136 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16137 * gdb.dwarf2/subrange.exp: Likewise.
16138 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16139 * gdb.dwarf2/implptrpiece.exp: Likewise.
16140 * gdb.dwarf2/nostaticblock.exp: Likewise.
16141
16142 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16143
16144 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16145 directory to absolute path name arguments.
16146
16147 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16148
16149 * gdb.ada/tagged_access: New testcase.
16150
16151 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16152
16153 * gdb.btrace/data.exp: Update expected output.
16154
16155 2014-03-06 Yao Qi <yao@codesourcery.com>
16156
16157 * gdb.trace/pr16508.exp: New file.
16158
16159 2014-03-05 Pedro Alves <palves@redhat.com>
16160
16161 PR gdb/16575
16162 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16163 procedure.
16164 (top level): Adjust to use it. Add tests that exercise breakpoint
16165 interaction with the code-cache.
16166
16167 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16168
16169 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16170 test for 'history-append!'.
16171
16172 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16173
16174 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16175 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16176 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16177 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16178 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16179 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16180
16181 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16182
16183 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16184 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16185 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16186
16187 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16188
16189 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16190
16191 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16192
16193 * gdb.dwarf2/arr-stride.c: New file.
16194 * gdb.dwarf2/arr-stride.exp: New file.
16195
16196 2014-02-26 Pedro Alves <palves@redhat.com>
16197
16198 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16199 that won't ever trigger. Make sure that GDB reports the correct
16200 breakpoint that caused the stop.
16201
16202 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16203
16204 PR gdb/16626
16205 * gdb.base/auto-load-script: New file.
16206 * gdb.base/auto-load.c: New file.
16207 * gdb.base/auto-load.exp: New file.
16208
16209 PR gdb/16626
16210 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16211
16212 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16213
16214 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16215 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16216
16217 2014-02-24 Doug Evans <dje@google.com>
16218
16219 * lib/gdb.exp (run_on_host): Log error output if program fails.
16220
16221 2014-02-21 Pedro Alves <palves@redhat.com>
16222
16223 * gdb.threads/step-after-sr-lock.c: Rename to ...
16224 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16225 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16226 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16227 ... this.
16228
16229 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16230
16231 PR tdep/16397
16232 * gdb.arch/amd64-stap-special-operands.exp: New file.
16233 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16234 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16235 * gdb.arch/amd64-stap-triplet.S: Likewise.
16236 * gdb.arch/amd64-stap-triplet.c: Likewise.
16237
16238 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16239
16240 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16241 in .section pseudo-op.
16242
16243 2014-02-20 lin zuojian <manjian2006@gmail.com>
16244 Joel Brobecker <brobecker@adacore.com>
16245 Doug Evans <xdje42@gmail.com>
16246
16247 PR symtab/16581
16248 * gdb.dwarf2/dw2-icycle.S: New file.
16249 * gdb.dwarf2/dw2-icycle.c: New file.
16250 * gdb.dwarf2/dw2-icycle.exp: New file.
16251
16252 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16253
16254 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16255 operations on gdb.Value objects.
16256 * gdb.python/py-value-cc.exp: Add new test to test operations on
16257 gdb.Value objects.
16258
16259 2014-02-18 Doug Evans <dje@google.com>
16260
16261 * Makefile.in (TESTS): New variable.
16262 (expanded_tests, expanded_tests_or_none): New variables
16263 (check-single): Pass $(expanded_tests_or_none) to runtest.
16264 (check-parallel): Only run tests in $(TESTS) if non-empty.
16265 (check/no-matching-tests-found): New rule.
16266 * README: Document TESTS makefile variable.
16267
16268 2014-02-18 Doug Evans <dje@google.com>
16269
16270 * Makefile.in (check-parallel): rm -rf outputs temp.
16271
16272 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16273
16274 Fix "ERROR: no fileid for" in the testsuite.
16275 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16276
16277 2014-02-12 Doug Evans <dje@google.com>
16278
16279 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16280 (MISCELLANEOUS): New variable.
16281 (clean): rm -rf $(MISCELLANEOUS).
16282 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16283 dwp live in the same directory as symlinks, with each symlink pointed
16284 to a differently named file in a different directory.
16285
16286 2014-02-11 Doug Evans <dje@google.com>
16287
16288 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16289 of Tcl file commands.
16290
16291 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16292
16293 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16294 "kill -SIGUSR1 -1".
16295
16296 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16297
16298 * gdb.ada/tick_length_array_enum_idx: New testcase.
16299
16300 2014-02-10 Doug Evans <xdje42@gmail.com>
16301
16302 * configure.ac (AC_OUTPUT): Add gdb.guile.
16303 * configure: Regenerate.
16304 * lib/gdb-guile.exp: New file.
16305 * lib/gdb.exp (get_target_charset): New function.
16306 * gdb.base/help.exp: Update expected output from "apropos apropos".
16307 * gdb.guile/Makefile.in: New file.
16308 * gdb.guile/guile.exp: New file.
16309 * gdb.guile/scm-arch.c: New file.
16310 * gdb.guile/scm-arch.exp: New file.
16311 * gdb.guile/scm-block.c: New file.
16312 * gdb.guile/scm-block.exp: New file.
16313 * gdb.guile/scm-breakpoint.c: New file.
16314 * gdb.guile/scm-breakpoint.exp: New file.
16315 * gdb.guile/scm-disasm.c: New file.
16316 * gdb.guile/scm-disasm.exp: New file.
16317 * gdb.guile/scm-equal.c: New file.
16318 * gdb.guile/scm-equal.exp: New file.
16319 * gdb.guile/scm-error.exp: New file.
16320 * gdb.guile/scm-error.scm: New file.
16321 * gdb.guile/scm-frame-args.c: New file.
16322 * gdb.guile/scm-frame-args.exp: New file.
16323 * gdb.guile/scm-frame-args.scm: New file.
16324 * gdb.guile/scm-frame-inline.c: New file.
16325 * gdb.guile/scm-frame-inline.exp: New file.
16326 * gdb.guile/scm-frame.c: New file.
16327 * gdb.guile/scm-frame.exp: New file.
16328 * gdb.guile/scm-generics.exp: New file.
16329 * gdb.guile/scm-gsmob.exp: New file.
16330 * gdb.guile/scm-iterator.c: New file.
16331 * gdb.guile/scm-iterator.exp: New file.
16332 * gdb.guile/scm-math.c: New file.
16333 * gdb.guile/scm-math.exp: New file.
16334 * gdb.guile/scm-objfile-script-gdb.in: New file.
16335 * gdb.guile/scm-objfile-script.c: New file.
16336 * gdb.guile/scm-objfile-script.exp: New file.
16337 * gdb.guile/scm-objfile.c: New file.
16338 * gdb.guile/scm-objfile.exp: New file.
16339 * gdb.guile/scm-ports.exp: New file.
16340 * gdb.guile/scm-pretty-print.c: New file.
16341 * gdb.guile/scm-pretty-print.exp: New file.
16342 * gdb.guile/scm-pretty-print.scm: New file.
16343 * gdb.guile/scm-section-script.c: New file.
16344 * gdb.guile/scm-section-script.exp: New file.
16345 * gdb.guile/scm-section-script.scm: New file.
16346 * gdb.guile/scm-symbol.c: New file.
16347 * gdb.guile/scm-symbol.exp: New file.
16348 * gdb.guile/scm-symtab-2.c: New file.
16349 * gdb.guile/scm-symtab.c: New file.
16350 * gdb.guile/scm-symtab.exp: New file.
16351 * gdb.guile/scm-type.c: New file.
16352 * gdb.guile/scm-type.exp: New file.
16353 * gdb.guile/scm-value-cc.cc: New file.
16354 * gdb.guile/scm-value-cc.exp: New file.
16355 * gdb.guile/scm-value.c: New file.
16356 * gdb.guile/scm-value.exp: New file.
16357 * gdb.guile/source2.scm: New file.
16358 * gdb.guile/types-module.cc: New file.
16359 * gdb.guile/types-module.exp: New file.
16360
16361 2014-02-10 Yao Qi <yao@codesourcery.com>
16362
16363 PR testsuite/16543
16364 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16365 * configure: Regenerated.
16366 * Makefile.in: New file.
16367
16368 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16369
16370 * gdb.python/py-framefilter.exp: Fix typo.
16371
16372 2014-02-08 Yao Qi <yao@codesourcery.com>
16373
16374 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16375 that no =breakpoint-modified is emitted when breakpoints are
16376 modified through MI commands.
16377
16378 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16379 Pedro Alves <palves@redhat.com>
16380
16381 * gdb.threads/step-after-sr-lock.c: New file.
16382 * gdb.threads/step-after-sr-lock.exp: New file.
16383
16384 2014-02-07 Pedro Alves <palves@redhat.com>
16385
16386 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16387
16388 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16389
16390 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16391 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16392
16393 2014-02-06 Doug Evans <xdje42@gmail.com>
16394
16395 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16396 output.
16397
16398 * gdb.gdb/python-interrupts.exp: New file.
16399
16400 2014-02-05 Yao Qi <yao@codesourcery.com>
16401
16402 * gdb.trace/report.exp (use_collected_data): Test the output
16403 of "info threads" and "info inferiors".
16404
16405 2014-02-05 Yao Qi <yao@codesourcery.com>
16406
16407 Revert this patch:
16408
16409 2013-05-24 Yao Qi <yao@codesourcery.com>
16410
16411 * gdb.trace/tfile.exp: Test inferior and thread.
16412
16413 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16414
16415 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16416 on a function.
16417 * gdb.base/step-bt.c: Call hello via function pointer to make
16418 sure its first instruction is executed on powerpc64le-linux.
16419
16420 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16421
16422 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16423
16424 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16425
16426 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16427 of the test patterns for use on little-endian systems.
16428
16429 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16430
16431 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16432 (decimal_vector): Fix for little-endian.
16433
16434 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16435
16436 * gdb.arch/sparc-sysstep.exp: New file.
16437 * gdb.arch/sparc-sysstep.c: Likewise.
16438
16439 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16440
16441 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16442
16443 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16444
16445 2014-01-23 Tom Tromey <tromey@redhat.com>
16446
16447 * gdb.ada/array_char_idx: New testcase.
16448
16449 2014-01-23 Tom Tromey <tromey@redhat.com>
16450
16451 PR python/16487:
16452 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16453 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16454 classes.
16455
16456 2014-01-23 Tom Tromey <tromey@redhat.com>
16457
16458 PR python/16491:
16459 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16460 string from an inferior frame.
16461 * gdb.python/py-framefilter-mi.exp: Update.
16462
16463 2014-01-22 Doug Evans <dje@google.com>
16464
16465 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16466
16467 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16468
16469 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16470
16471 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16472
16473 * gdb.trace/entry-values.exp: Remove excess space character from
16474 regex patterns. Handle s390 call instruction.
16475
16476 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16477
16478 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16479 define "*_start" label. Make "name" static.
16480 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16481 ${name} by references to ${name}_start.
16482
16483 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16484
16485 * gdb.base/info-macros.exp: Remove "debug" from the compile
16486 options.
16487
16488 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16489
16490 * gdb.dlang/demangle.exp: New file.
16491
16492 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16493
16494 * gdb.dlang/primitive-types.exp: New file.
16495
16496 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16497
16498 * configure.ac: Create gdb.dlang/Makefile.
16499 * configure: Regenerate.
16500 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16501 * gdb.dlang/Makefile.in: New file.
16502 * lib/d-support.exp: New file.
16503 * lib/gdb.exp (skip_d_tests): New proc.
16504
16505 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16506
16507 * gdb.btrace/delta.exp: Check reverse stepi.
16508 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16509 * gdb.btrace/finish.exp: New.
16510 * gdb.btrace/next.exp: New.
16511 * gdb.btrace/nexti.exp: New.
16512 * gdb.btrace/record_goto.c: Add comments.
16513 * gdb.btrace/step.exp: New.
16514 * gdb.btrace/stepi.exp: New.
16515 * gdb.btrace/multi-thread-step.c: New.
16516 * gdb.btrace/multi-thread-step.exp: New.
16517 * gdb.btrace/rn-dl-bind.c: New.
16518 * gdb.btrace/rn-dl-bind.exp: New.
16519 * gdb.btrace/data.c: New.
16520 * gdb.btrace/data.exp: New.
16521 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16522
16523 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16524
16525 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16526 * gdb.btrace/exception.exp: Update.
16527 * gdb.btrace/instruction_history.exp: Update.
16528 * gdb.btrace/record_goto.exp: Update.
16529 * gdb.btrace/tailcall.exp: Update.
16530 * gdb.btrace/unknown_functions.exp: Update.
16531 * gdb.btrace/delta.exp: New.
16532
16533 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16534
16535 * gdb.btrace/record_goto.exp: Add backtrace test.
16536 * gdb.btrace/tailcall.exp: Add backtrace test.
16537
16538 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16539
16540 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16541 * gdb.btrace/record_goto.c: New.
16542 * gdb.btrace/record_goto.exp: New.
16543 * gdb.btrace/x86-record_goto.S: New.
16544
16545 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16546
16547 * gdb.btrace/function_call_history.exp: Update tests.
16548 * gdb.btrace/instruction_history.exp: Update tests.
16549
16550 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16551
16552 * gdb.btrace/function_call_history.exp: Fix expected field
16553 order for "record function-call-history".
16554 Add new tests for "record function-call-history /c".
16555 * gdb.btrace/exception.cc: New.
16556 * gdb.btrace/exception.exp: New.
16557 * gdb.btrace/tailcall.exp: New.
16558 * gdb.btrace/x86-tailcall.S: New.
16559 * gdb.btrace/x86-tailcall.c: New.
16560 * gdb.btrace/unknown_functions.c: New.
16561 * gdb.btrace/unknown_functions.exp: New.
16562 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16563
16564 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16565
16566 * gdb.btrace/instruction_history.exp: Update.
16567 * gdb.btrace/function_call_history.exp: Update.
16568
16569 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16570
16571 * gdb.btrace/function_call_history.exp: Fix expected function
16572 trace.
16573 * gdb.btrace/instruction_history.exp: Initialize traced.
16574 Remove traced_functions.
16575
16576 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16577
16578 * gdb.btrace/function_call_history.exp: Update
16579 * gdb.btrace/instruction_history.exp: Update.
16580
16581 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16582
16583 * gdb.btrace/enable.exp: Update expected text.
16584
16585 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16586
16587 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16588 bytes.
16589
16590 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16591
16592 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16593
16594 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16595
16596 * lib/gdb.exp (supports_process_record): Return true for
16597 arm*-linux*. (supports_reverse): Likewise.
16598
16599 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16600
16601 PR python/15464
16602 PR python/16113
16603 * gdb.python/py-type.c: Enhance test case.
16604 * gdb.python/py-value-cc.cc: Likewise
16605 * gdb.python/py-type.exp: Add new tests.
16606 * gdb.python/py-value-cc.exp: Likewise
16607
16608 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16609 Pedro Alves <palves@redhat.com>
16610
16611 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16612 Make "name" extern.
16613 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16614 references to ${name}_start by references to ${name}.
16615
16616 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16617
16618 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16619
16620 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16621
16622 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16623
16624 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16625 Pedro Alves <palves@redhat.com>
16626
16627 * gdb.mi/mi-info-os.exp: Connect to the target with
16628 mi_gdb_target_load.
16629
16630 2014-01-08 Pedro Alves <palves@redhat.com>
16631
16632 * gdb.threads/reconnect-signal.c: New file.
16633 * gdb.threads/reconnect-signal.exp: New file.
16634
16635 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16636
16637 * gdb.base/source-dir.exp: New file.
16638
16639 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16640
16641 * gdb.ada/mi_interface: New testcase.
16642
16643 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16644
16645 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16646 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16647 gdb.ada/pp-rec-component/pck.ads: New files.
16648
16649 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16650
16651 * gdb.python/py-pp-integral.c: New file.
16652 * gdb.python/py-pp-integral.py: New file.
16653 * gdb.python/py-pp-integral.exp: New file.
16654
16655 For older changes see ChangeLog-1993-2013.
16656 \f
16657 ;; Local Variables:
16658 ;; mode: change-log
16659 ;; left-margin: 8
16660 ;; fill-column: 74
16661 ;; version-control: never
16662 ;; End:
16663
16664 Copyright 2014-2019 Free Software Foundation, Inc.
16665 Copying and distribution of this file, with or without modification,
16666 are permitted provided the copyright notice and this notice are preserved.