Add test case for empty TUI windows
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-07-27 Tom Tromey <tom@tromey.com>
2
3 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4 optional.
5 * gdb.tui/empty.exp: New file.
6
7 2019-07-27 Tom Tromey <tom@tromey.com>
8
9 * lib/tuiterm.exp (spawn): New proc.
10 (Term::resize): New proc.
11 * gdb.tui/resize.exp: New file.
12
13 2019-07-27 Tom Tromey <tom@tromey.com>
14
15 * gdb.tui/list.exp: New file.
16
17 2019-07-27 Tom Tromey <tom@tromey.com>
18
19 * gdb.tui/regs.exp: New file.
20
21 2019-07-27 Tom Tromey <tom@tromey.com>
22
23 * gdb.tui/basic.exp: Add "layout split" test.
24
25 2019-07-27 Tom Tromey <tom@tromey.com>
26
27 * gdb.tui/basic.exp: Add "layout asm" test.
28
29 2019-07-27 Tom Tromey <tom@tromey.com>
30
31 * lib/tuiterm.exp: New file.
32 * gdb.tui/basic.exp: New file.
33
34 2019-07-27 Kevin Buettner <kevinb@redhat.com>
35
36 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
37 Enable tests associated with this flag. Adjust regex
38 referencing "foo_low" to now refer to "foo_cold" instead.
39
40 2019-07-27 Kevin Buettner <kevinb@redhat.com>
41
42 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
43 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
44 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
45 foo_cold. Revise comments to match.
46 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
47 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
48 were wrapped into this proc; Call do_test in loop from outermost
49 level.
50 (foo_low): Rename all occurrences to "foo_cold".
51 (backtrace from baz): New test.
52 (x2/i foo_cold): New test.
53 (info line *foo_cold): New test.
54
55 2019-07-26 Tom de Vries <tdevries@suse.de>
56
57 * gdb.arch/i386-pkru.exp: Fix unterminated string.
58
59 2019-07-25 Tom de Vries <tdevries@suse.de>
60
61 PR testsuite/24830
62 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
63 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
64 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
65 (skip_libstdcxx_probe_tests): ... here.
66 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
67
68 2019-07-24 Tom de Vries <tdevries@suse.de>
69
70 PR testsuite/24807
71 * gdb.objc/basicclass.m: Include stdio.h.
72 * gdb.objc/nondebug.m: Same.
73 * gdb.objc/objcdecode.m: Same.
74
75 2019-07-24 Tom de Vries <tdevries@suse.de>
76
77 PR testsuite/24612
78 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
79 additional_flags.
80
81 2019-07-24 Tom de Vries <tdevries@suse.de>
82
83 PR testsuite/24831
84 * gdb.multi/tids.exp: Update error messages for info threads.
85
86 2019-07-24 Tom de Vries <tdevries@suse.de>
87
88 * gdb.base/info-types.exp: Allow info types to print info for more than
89 one file.
90
91 2019-07-23 Tom de Vries <tdevries@suse.de>
92
93 PR testsuite/24842
94 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
95 gdb_spawn_with_cmdline_opts.
96
97 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
98
99 * gdb.arch/arm-cmse-sgstubs.c: New test.
100 * gdb.arch/arm-cmse-sgstubs.exp: New file.
101
102 2019-07-23 Tom de Vries <tdevries@suse.de>
103
104 PR testsuite/24711
105 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
106 issuing next command.
107
108 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 * gdb.ada/info_auto_lang.exp: Update expected results.
111 * gdb.base/info-types.c: Add additional types to check.
112 * gdb.base/info-types.exp: Update expected results.
113
114 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
115
116 * gdb.base/info-types.c: New file.
117 * gdb.base/info-types.exp: New file.
118
119 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
120
121 * gdb.arch/riscv-bp-infcall.c: New file.
122 * gdb.arch/riscv-bp-infcall.exp: New file.
123
124 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
125
126 PR breakpoints/24541
127 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
128
129 2019-07-14 Tom de Vries <tdevries@suse.de>
130
131 PR testsuite/24760
132 * gdb.objc/basicclass.exp: Fix unterminated string.
133
134 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
135 Andrew Burgess <andrew.burgess@embecosm.com>
136
137 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
138 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
139 negative bounds.
140 * gdb.fortran/vla-value.exp: Print elements of an array with
141 negative bounds.
142 * gdb.fortran/vla.f90: Setup an array with negative bounds for
143 testing.
144
145 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * gdb.base/options.exp (expect_string): Dequote strings in
148 results.
149 (test-string): Test strings with different quoting and reindent.
150
151 2019-07-10 Tom Tromey <tromey@adacore.com>
152
153 * gdb.ada/mi_ex_cond.exp: Update expected results.
154 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
155 * gdb.ada/mi_catch_ex.exp: Update expected results.
156 * gdb.ada/mi_catch_assert.exp: Update expected results.
157 * gdb.ada/catch_ex.exp (catch_exception_info)
158 (catch_exception_entry, catch_assert_entry)
159 (catch_unhandled_entry): Update.
160 * gdb.ada/catch_assert_if.exp: Update expected results.
161
162 2019-07-10 Richard Bunt <richard.bunt@arm.com>
163 Stephen Roberts <stephen.roberts@arm.com>
164
165 * gdb.base/define.exp: Restore original prompt.
166
167 2019-07-09 Pedro Alves <palves@redhat.com>
168
169 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
170 breakpoints" output.
171 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
172 * gdb.python/py-breakpoint.exp: No longer expect that "catch
173 throw" creates breakpoint.
174 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
175 'type="catchpoint"'.
176
177 2019-07-09 Pedro Alves <palves@redhat.com>
178
179 PR c++/15468
180 * gdb.cp/except-multi-location-lib.cc: New.
181 * gdb.cp/except-multi-location-main.cc: New.
182 * gdb.cp/except-multi-location.exp: New.
183
184 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
185
186 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
187 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
188 argument and update callers.
189
190 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
191
192 * gdb.arch/amd64-break-on-asm-line.S: New file.
193 * gdb.arch/amd64-break-on-asm-line.exp: New file.
194
195 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
196
197 * gdb.base/printcmds.exp: Test printing C string and
198 C wide string convenience vars without transiting via the inferior.
199 Also make test names unique.
200
201 2019-07-08 Alan Hayward <alan.hayward@arm.com>
202
203 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
204
205 2019-07-04 Pedro Alves <palves@redhat.com>
206
207 * lib/gdb.exp (foreach_with_prefix): Don't return early if
208 body returned ok(0), break(3) or continue(4).
209 * gdb.testsuite/foreach_with_prefix.exp: New file.
210
211 2019-07-04 Alan Hayward <alan.hayward@arm.com>
212
213 * gdb.server/unittest.exp: Allow 0 unit tests to run.
214
215 2019-07-03 Pedro Alves <palves@redhat.com>
216
217 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
218 "return -code".
219
220 2019-07-03 Pedro Alves <palves@redhat.com>
221
222 PR cli/24732
223 * gdb.base/shell.exp: Load completion-support.exp.
224 Adjust expected error output. Add completion tests.
225
226 2019-07-03 Pedro Alves <palves@redhat.com>
227
228 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
229 string_to_regexp.
230
231 2019-07-03 Pedro Alves <palves@redhat.com>
232
233 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
234 (expect_integer): Adjust to expect "-string".
235 (expect_string): New.
236 (all_options): Expect "-string".
237 (test-flag, test-boolean): Adjust to expect "-string".
238 (test-string): New proc.
239 (top level): Call it.
240
241 2019-07-03 Pedro Alves <palves@redhat.com>
242
243 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
244 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
245 the expected output in the success.
246
247 2019-07-03 Pedro Alves <palves@redhat.com>
248
249 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
250 Split one gdb_test_multiple call in two to avoid a race.
251
252 2019-07-03 Pedro Alves <palves@redhat.com>
253
254 * gdb.base/with.c: New file.
255 * gdb.base/with.exp: New file.
256
257 2019-07-03 Pedro Alves <palves@redhat.com>
258
259 * gdb.base/settings.exp: Replace all references to "maint
260 test-settings set" with references to "maint set test-settings",
261 and all references to "maint test-settings show" with references
262 to "maint show test-settings".
263
264 2019-07-03 Pedro Alves <palves@redhat.com>
265
266 * gdb.base/settings.exp (test-string): Adjust expected out when
267 testing "maint test-settings show filename"
268
269 2019-07-02 Pedro Alves <palves@redhat.com>
270
271 * gdb.base/options.exp (test-info-threads): New procedure.
272 (top level): Call it.
273
274 2019-06-28 Tom Tromey <tromey@adacore.com>
275
276 * gdb.dwarf2/ada-linkage-name.c: New file.
277 * gdb.dwarf2/ada-linkage-name.exp: New file.
278
279 2019-06-27 Tom Tromey <tromey@adacore.com>
280
281 * gdb.cp/constexpr-field.exp: Use setup_xfail.
282
283 2019-06-26 Tom de Vries <tdevries@suse.de>
284
285 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
286
287 2019-06-26 Tom de Vries <tdevries@suse.de>
288
289 * gdb.base/index-cache.exp: Add back missing debug option.
290
291 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
292
293 * gdb.base/alias.exp: Test non matching/non existing prefixes.
294
295 2019-06-25 Tom de Vries <tdevries@suse.de>
296
297 PR testsuite/24727
298 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
299
300 2019-06-24 Tom de Vries <tdevries@suse.de>
301
302 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
303
304 2019-06-24 Tom de Vries <tdevries@suse.de>
305
306 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
307 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
308 * gdb.trace/unavailable-dwarf-piece.exp: Same.
309
310 2019-06-24 Tom de Vries <tdevries@suse.de>
311
312 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
313
314 2019-06-21 Tom de Vries <tdevries@suse.de>
315
316 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
317
318 2019-06-21 Tom de Vries <tdevries@suse.de>
319
320 PR testsuite/24518
321 PR ada/24713
322 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
323 index.
324
325 2019-06-19 Tom Tromey <tromey@adacore.com>
326
327 * gdb.ada/length_cond.exp: Add intro comment.
328
329 2019-06-19 Tom Tromey <tromey@adacore.com>
330
331 * gdb.ada/length_cond.exp: New file.
332 * gdb.ada/length_cond/length_cond.adb: New file.
333 * gdb.ada/length_cond/pck.adb: New file.
334 * gdb.ada/length_cond/pck.ads: New file.
335
336 2019-06-18 Tom de Vries <tdevries@suse.de>
337
338 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
339
340 2019-06-18 Tom Tromey <tromey@adacore.com>
341
342 * gdb.base/list0.h: Add comment explaining control character.
343
344 2019-06-18 Tom de Vries <tdevries@suse.de>
345
346 * boards/fission.exp: Break up long debug_flags line.
347
348 2019-06-16 Tom de Vries <tdevries@suse.de>
349
350 PR gdb/24445
351 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
352 generated index.
353
354 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
355
356 PR gdb/24686
357 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
358 improve detection of bug gdb/24541.
359
360 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
361
362 PR gdb/24669
363 * gdb.base/index-cache.exp (uses_readnow,
364 expecting_index_cache_use): Define global variable.
365 (test_cache_enabled_miss, test_cache_enabled_hit): Use
366 expecting_index_cache_use.
367
368 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
369 Andrew Burgess <andrew.burgess@embecosm.com>
370
371 * gdb.fortran/pointers.f90: New file.
372 * gdb.fortran/print_type.exp: New file.
373 * gdb.fortran/vla-ptype.exp: Adapt expected results.
374 * gdb.fortran/vla-type.exp: Likewise.
375 * gdb.fortran/vla-value.exp: Likewise.
376 * gdb.mi/mi-vla-fortran.exp: Likewise.
377
378 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
379
380 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
381 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
382 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
383 as a stop reason.
384
385 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
386
387 * gdb.base/annota1.exp: Update expected results.
388 * gdb.cp/annota2.exp: Likewise.
389 * gdb.cp/annota3.exp: Likewise.
390
391 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
392
393 * gdb.base/style-logging.exp: Remove path from test name.
394
395 2019-06-14 Tom Tromey <tromey@adacore.com>
396
397 PR gdb/24502:
398 * gdb.base/style-logging.exp: New file.
399
400 2019-06-14 Tom Tromey <tromey@adacore.com>
401
402 * gdb.base/symfile-warn.exp: New file.
403 * gdb.base/symfile-warn.c: New file.
404
405 2019-06-14 Tom Tromey <tromey@adacore.com>
406
407 * gdb.base/annotate-symlink.exp: New file.
408
409 2019-06-14 Tom Tromey <tromey@adacore.com>
410
411 * gdb.ada/set_wstr.exp: Add reassignment test.
412
413 2019-06-14 Tom Tromey <tromey@adacore.com>
414
415 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
416 'unchecked_access and 'unrestricted_access as well.
417
418 2019-06-14 Tom Tromey <tromey@adacore.com>
419
420 PR ada/24539:
421 * gdb.ada/vla.exp: Update tests.
422 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
423 pragma.
424
425 2019-06-13 Pedro Alves <palves@redhat.com>
426
427 * gdb.base/settings.exp (test-integer): Test junk after
428 "unlimited".
429
430 2019-06-13 Pedro Alves <palves@redhat.com>
431
432 * gdb.base/options.exp (test-thread-apply): New.
433 (top level): Call it.
434
435 2019-06-13 Pedro Alves <palves@redhat.com>
436
437 * gdb.base/options.exp (test-frame-apply): New.
438 (top level): Test print commands with different "frame apply"
439 prefixes.
440
441 2019-06-13 Pedro Alves <palves@redhat.com>
442
443 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
444 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
445 'max_completions' parameter and handle it.
446 (test_gdb_completion_offers_commands): New.
447
448 2019-06-13 Pedro Alves <palves@redhat.com>
449
450 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
451
452 2019-06-13 Pedro Alves <palves@redhat.com>
453
454 * gdb.base/options.exp (test-backtrace): New.
455 (top level): Call it.
456
457 2019-06-13 Pedro Alves <palves@redhat.com>
458
459 * gdb.guile/scm-frame-args.exp: Use "set print
460 raw-frame-arguments" instead of "set print raw frame-arguments".
461 * gdb.python/py-frame-args.exp: Likewise.
462
463 2019-06-13 Pedro Alves <palves@redhat.com>
464
465 * gdb.compile/compile.exp: Adjust expected output to option
466 processing changes.
467
468 2019-06-13 Pedro Alves <palves@redhat.com>
469
470 * gdb.base/options.exp: Build executable.
471 (test-print): New procedure.
472 (top level): Call it, once for "print" and another for "compile
473 print".
474
475 2019-06-13 Pedro Alves <palves@redhat.com>
476
477 * gdb.base/options.c: New file.
478 * gdb.base/options.exp: New file.
479
480 2019-06-13 Pedro Alves <palves@redhat.com>
481
482 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
483 that "o" is ambiguous.
484
485 2019-06-13 Pedro Alves <palves@redhat.com>
486
487 * gdb.base/settings.c: New file.
488 * gdb.base/settings.exp: New file.
489
490 2019-06-13 Pedro Alves <palves@redhat.com>
491
492 * gdb.base/completion.exp: Fix comment typo.
493
494 2019-06-13 Pedro Alves <palves@redhat.com>
495
496 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
497 foo --1" test.
498
499 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
500
501 * gdb.fortran/block-data.f: New.
502 * gdb.fortran/block-data.exp: New.
503
504 2019-06-11 Tom de Vries <tdevries@suse.de>
505
506 PR testsuite/24521
507 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
508 message.
509
510 2019-06-11 Tom de Vries <tdevries@suse.de>
511
512 PR testsuite/24521
513 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
514
515 2019-06-11 Tom de Vries <tdevries@suse.de>
516
517 * boards/readnow.exp: New file.
518
519 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
520
521 * gdb.fortran/vla-sizeof.exp: Update expected results.
522
523 2019-06-06 Amos Bird <amosbird@gmail.com>
524
525 * gdb.base/annota1.exp (thread_switch): Add test for
526 thread-exited annotation.
527
528 2019-06-06 Tom Tromey <tromey@adacore.com>
529
530 * gdb.base/maint.exp: Expect command started/finished output.
531
532 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
533
534 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
535 comment.
536 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
537
538 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
539
540 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
541 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
542 * gdb.arch/riscv-unwind-long-insn.c: New file.
543 * gdb.arch/riscv-unwind-long-insn.exp: New file.
544
545 2019-06-04 Christian Biesinger <cbiesinger@google.com>
546
547 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
548
549 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
550
551 * lib/gdb.exp (help_list_trailer): New regexp variable
552 factorizing the help trailer message.
553 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
554 arg to allow to better factorize various tests.
555 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
556 (test_prefix_command_help): Use help_list_trailer.
557 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
558 * gdb.guile/scm-cmd.exp: Likewise.
559 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
560 * gdb.base/help.exp: Use test_user_defined_class_help.
561 * gdb.base/style.exp: Add tests for styling of help and apropos.
562 * lib/gdb-utils.exp (style): Add title and highlight styles.
563
564 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
565
566 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
567 $_shell_exitsignal.
568 * gdb.base/default.exp: Update for new convenience variables.
569
570 2019-05-29 Tom Tromey <tromey@adacore.com>
571
572 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
573 to "break complete ada" test case's regexp.
574
575 2019-05-29 Tom Tromey <tromey@adacore.com>
576
577 PR c++/20020:
578 * gdb.cp/constexpr-field.exp: New file.
579 * gdb.cp/constexpr-field.cc: New file.
580
581 2019-05-29 Tom Tromey <tromey@adacore.com>
582
583 * gdb.base/finish.exp (finish_no_print): New proc.
584 (finish_tests): Call it.
585
586 2019-05-24 Tom de Vries <tdevries@suse.de>
587
588 * gdb.dwarf2/gdb-add-index.exp: New file.
589
590 2019-05-22 Tom Tromey <tromey@adacore.com>
591
592 * gdb.base/info-shared.exp (check_info_shared): Use "style".
593 * gdb.base/style.exp: Use "style".
594 * lib/gdb-utils.exp (style): New proc.
595
596 2019-05-22 Tom de Vries <tdevries@suse.de>
597
598 * gdb.base/align.exp: Require c++11.
599
600 2019-05-22 Tom de Vries <tdevries@suse.de>
601
602 PR testsuite/24586
603 * gdb.python/py-mi-var-info-path-expression.exp: Call
604 mi_skip_python_tests to check if python is supported.
605
606 2019-05-22 Alan Hayward <alan.hayward@arm.com>
607
608 * gdb.arch/aarch64-pauth.c: New test.
609 * gdb.arch/aarch64-pauth.exp: New file.
610
611 2019-05-22 Alan Hayward <alan.hayward@arm.com>
612
613 * README (Re-running Tests Outside The Testsuite): New section.
614
615 2019-05-21 Tom de Vries <tdevries@suse.de>
616
617 * gdb.arch/amd64-eval.exp: Require c++11.
618 * gdb.base/max-depth.exp: Same.
619 * gdb.compile/compile-cplus-array-decay.exp: Same.
620 * gdb.cp/meth-typedefs.exp: Same.
621 * gdb.cp/subtypes.exp: Same.
622 * gdb.cp/temargs.exp: Same.
623
624 2019-05-21 Alan Hayward <alan.hayward@arm.com>
625
626 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
627
628 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
629
630 PR gdb/18644
631 * gdb.fortran/complex.exp: Remove setup_kfail calls.
632 * gdb.fortran/printing-types.exp: Add new test.
633 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
634 testing.
635 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
636 setup_kfail call.
637
638 2019-05-17 Alan Hayward <alan.hayward@arm.com>
639
640 * README (Running the Testsuite): Change example.
641 (Testsuite Parameters): Remove TRANSCRIPT.
642 * lib/gdb.exp: Remove TRANSCRIPT check.
643
644 2019-05-17 Alan Hayward <alan.hayward@arm.com>
645
646 * README (Testsuite Parameters): Add replay logging to
647 GDBSERVER_DEBUG.
648 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
649 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
650 as a comma separated list.
651 (gdb_debug_init): Override procedure.
652
653 2019-05-17 Alan Hayward <alan.hayward@arm.com>
654
655 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
656 (gdb_write_cmd_file): New procedure.
657 * lib/gdbserver-support.exp (gdbserver_start): Call
658 gdbserver_write_cmd_file.
659 (gdbserver_write_cmd_file): New procedure.
660
661 2019-05-17 Alan Hayward <alan.hayward@arm.com>
662
663 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
664 (delete_breakpoints): Likewise.
665 (gdb_run_cmd): Likewise.
666 (gdb_start_cmd): Likewise.
667 (gdb_starti_cmd): Likewise.
668 (gdb_internal_error_resync): Likewise.
669 (gdb_test_multiple): Likewise.
670 (gdb_reinitialize_dir): Likewise.
671 (default_gdb_exit): Likewise.
672 (gdb_file_cmd): Mark kill as optional.
673 (default_gdb_start): Call gdb_stdin_log_init.
674 (send_gdb): Call gdb_stdin_log_write.
675 (rerun_to_main): Mark Y as an answer.
676 (gdb_stdin_log_init): New function.
677 (gdb_stdin_log_write): Likewise.
678
679 2019-05-17 Alan Hayward <alan.hayward@arm.com>
680
681 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
682 * gdb.base/debug-expr.exp: Likewise.
683 * gdb.base/foll-fork.exp: Likewise.
684 * gdb.base/foll-vfork.exp: Likewise.
685 * gdb.base/fork-print-inferior-events.exp: Likewise.
686 * gdb.base/gdb-sigterm.exp: Likewise.
687 * gdb.base/gdbinit-history.exp: Likewise.
688 * gdb.base/osabi.exp: Likewise.
689 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
690 * gdb.base/ui-redirect.exp: Likewise.
691 * gdb.gdb/unittest.exp: Likewise.
692 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
693 * gdb.mi/mi-watch.exp: Likewise.
694 * gdb.mi/new-ui-mi-sync.exp: Likewise.
695 * gdb.mi/user-selected-context-sync.exp: Likewise.
696 * gdb.python/python.exp: Disable debug test when debugging.
697 * gdb.threads/check-libthread-db.exp: Disable when debugging.
698 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
699 Likewise.
700 * gdb.threads/stepi-random-signal.exp: Likewise.
701
702 2019-05-17 Alan Hayward <alan.hayward@arm.com>
703
704 * Makefile.in: Pass through GDB_DEBUG.
705 * README (Testsuite Parameters): Add GDB_DEBUG.
706 (gdb,debug): Add board setting.
707 * lib/gdb.exp (default_gdb_start): Start debugging.
708 (gdb_debug_enabled): New procedure.
709 (gdb_debug_init): Likewise.
710
711 2019-05-17 Alan Hayward <alan.hayward@arm.com>
712
713 * Makefile.in: Pass through GDB_DEBUG.
714 * README (Testsuite Parameters): Add GDB_DEBUG.
715 (gdb,debug): Add board setting.
716 * lib/gdb.exp (default_gdb_start): Start debugging.
717 (gdb_debug_enabled): New procedure.
718 (gdb_debug_init): Likewise.
719
720 2019-05-17 Alan Hayward <alan.hayward@arm.com>
721
722 * gdb.base/ui-redirect.exp: Add debug redirect tests.
723
724 2019-05-17 Alan Hayward <alan.hayward@arm.com>
725
726 * gdb.base/ui-redirect.exp: Test redirection.
727
728 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
729
730 * gdb.mi/mi-complete.exp: New file.
731 * gdb.mi/mi-complete.cc: Likewise.
732
733 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
734
735 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
736 indexed and sliced arrays, and pointers to arrays.
737
738 2019-05-14 Tom Tromey <tromey@adacore.com>
739
740 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
741 styling test.
742
743 2019-05-14 Tom de Vries <tdevries@suse.de>
744
745 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
746 selection entry encoding.
747
748 2019-05-10 Tom Tromey <tromey@adacore.com>
749
750 * gdb.ada/info_exc.exp: Add "complete" test.
751
752 2019-05-09 Tom de Vries <tdevries@suse.de>
753
754 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
755 CU-relative.
756
757 2019-05-09 Tom de Vries <tdevries@suse.de>
758
759 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
760 CU-relative.
761
762 2019-05-08 Joel Brobecker <brobecker@adacore.com>
763
764 * gdb.ada/frame_arg_lang.exp: New testcase.
765 * gdb.ada/frame_arg_lang/bla.adb: New file.
766 * gdb.ada/frame_arg_lang/pck.ads: New file.
767 * gdb.ada/frame_arg_lang/pck.adb: New file.
768 * gdb.ada/frame_arg_lang/foo.c: New file.
769
770 2019-05-08 Tom Tromey <tromey@adacore.com>
771
772 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
773
774 2019-05-08 Tom Tromey <tromey@adacore.com>
775
776 * gdb.base/ptype-offsets.exp: Update tests.
777
778 2019-05-08 Tom Tromey <tromey@adacore.com>
779
780 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
781 cases.
782 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
783 "short".
784
785 2019-05-08 Tom Tromey <tromey@adacore.com>
786
787 * gdb.ada/vla.exp: New file.
788 * gdb.ada/vla/vla.adb: New file.
789
790 2019-05-07 Tom de Vries <tdevries@suse.de>
791
792 * gdb.base/index-cache.exp (ls_host): Fix return statement.
793
794 2019-05-07 Tom de Vries <tdevries@suse.de>
795
796 PR testsuite/24522
797 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
798 section.
799
800 2019-05-07 Tom de Vries <tdevries@suse.de>
801
802 PR testsuite/24522
803 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
804 .debug_aranges section.
805
806 2019-05-07 Tom de Vries <tdevries@suse.de>
807
808 PR testsuite/24159
809 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
810
811 2019-05-06 Tom de Vries <tdevries@suse.de>
812
813 * lib/gdb.exp (exec_has_index_section): New proc.
814 * gdb.base/index-cache.exp: Handle case that binfile contains an index
815 section.
816
817 2019-05-04 Tom de Vries <tdevries@suse.de>
818
819 * boards/cc-with-debug-names.exp: New file.
820
821 2019-05-03 Tom Tromey <tromey@adacore.com>
822
823 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
824 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
825 * gdb.ada/char_enum.exp: Add test.
826
827 2019-05-03 Tom de Vries <tdevries@suse.de>
828
829 * boards/cc-with-gdb-index.exp: New file.
830
831 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * gdb.rust/simple.exp: Add new test case.
834 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
835 (main): Initialise an instance of the new struct.
836
837 2019-05-01 Tom Tromey <tromey@adacore.com>
838
839 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
840 record.
841 (NPR): New variable.
842 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
843 test.
844
845 2019-05-01 Tom Tromey <tromey@adacore.com>
846
847 * gdb.ada/packed_array_assign.exp: Add packed assignment
848 regression test.
849
850 2019-05-01 Tom de Vries <tdevries@suse.de>
851
852 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
853
854 2019-05-01 Tom de Vries <tdevries@suse.de>
855
856 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
857
858 2019-04-30 Ali Tamur <tamur@google.com>
859
860 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
861
862 2019-04-30 Tom Tromey <tromey@adacore.com>
863
864 * lib/ada.exp (find_ada_tool): New proc.
865 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
866 * gdb.ada/catch_ex_std.exp: New file.
867 * gdb.ada/catch_ex_std/foo.adb: New file.
868 * gdb.ada/catch_ex_std/some_package.adb: New file.
869 * gdb.ada/catch_ex_std/some_package.ads: New file.
870
871 2019-04-30 Tom Tromey <tromey@adacore.com>
872
873 PR c++/24470:
874 * gdb.cp/temargs.cc: Add test code from PR.
875
876 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
877
878 * gdb.fortran/vla-datatypes.exp: Update expected results.
879 * gdb.fortran/vla-ptype.exp: Likewise.
880 * gdb.fortran/vla-type.exp: Likewise.
881 * gdb.fortran/vla-value.exp: Likewise.
882
883 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
884
885 * gdb.fortran/ptr-indentation.exp: Update expected results.
886 * gdb.fortran/ptype-on-functions.exp: Likewise.
887 * gdb.fortran/vla-ptr-info.exp: Likewise.
888 * gdb.fortran/vla-value.exp: Likewise.
889
890 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
891
892 * gdb.fortran/ptype-on-functions.exp: New file.
893 * gdb.fortran/ptype-on-functions.f90: New file.
894
895 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
896
897 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
898 case void string.
899
900 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
901
902 * gdb.fortran/complex.exp: Expand.
903 * gdb.fortran/complex.f: Renamed to...
904 * gdb.fortran/complex.f90: ...this, and extended to add more
905 complex values.
906
907 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
908
909 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
910 MODULO, CMPLX.
911
912 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
913 Richard Bunt <richard.bunt@arm.com>
914
915 * gdb.base/max-depth.c: New file.
916 * gdb.base/max-depth.exp: New file.
917 * gdb.python/py-nested-maps.c: New file.
918 * gdb.python/py-nested-maps.exp: New file.
919 * gdb.python/py-nested-maps.py: New file.
920 * gdb.python/py-format-string.exp (test_max_depth): New proc.
921 (test_all_common): Call test_max_depth.
922 * gdb.fortran/max-depth.exp: New file.
923 * gdb.fortran/max-depth.f90: New file.
924 * gdb.go/max-depth.exp: New file.
925 * gdb.go/max-depth.go: New file.
926 * gdb.modula2/max-depth.exp: New file.
927 * gdb.modula2/max-depth.c: New file.
928 * lib/gdb.exp (get_print_expr_at_depths): New proc.
929
930 2019-04-29 Tom de Vries <tdevries@suse.de>
931
932 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
933
934 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
935
936 * gdb.base/callexit.exp: Test may-call-functions off.
937
938 2019-04-25 Keith Seitz <keiths@redhat.com>
939
940 PR c++/24367
941 * gdb.cp/meth-typedefs.cc (incomplete_struct)
942 (another_incomplete_struct, test_incomplete): New definitions.
943 (main): Use new definitions.
944 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
945 functions.
946
947 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
948
949 PR corefiles/11608
950 PR corefiles/18187
951 * gdb.base/coredump-filter-build-id.exp: New file.
952
953 2019-04-25 Alan Hayward <alan.hayward@arm.com>
954
955 * Makefile.in: Pass through GDBSERVER_DEBUG.
956 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
957 (gdbserver,debug): Add board setting.
958 * gdb.trace/tspeed.exp: Skip when debugging.
959 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
960 * lib/gdbserver-support.exp: Likewise
961
962 2019-04-24 Tom Tromey <tromey@adacore.com>
963
964 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
965 Rust.
966
967 2019-04-24 Tom Tromey <tromey@adacore.com>
968
969 * gdb.arch/amd64-eval.exp: Test bitfield return.
970 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
971 (class Foo) <return_bitfields>: New method.
972 (main): Call it.
973
974 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
975
976 * gdb.cp/many-args.cc: New file.
977 * gdb.cp/many-args.exp: New file.
978
979 2019-04-23 Tom de Vries <tdevries@suse.de>
980
981 PR gdb/24433
982 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
983
984 2019-04-23 Alan Hayward <alan.hayward@arm.com>
985
986 * gdb.trace/backtrace.exp: Use nopie flag.
987 * gdb.trace/circ.exp: Likewise.
988 * gdb.trace/collection.exp: Likewise.
989 * gdb.trace/ftrace.exp: Likewise.
990 * gdb.trace/mi-trace-unavailable.exp: Likewise.
991 * gdb.trace/mi-traceframe-changed.exp: Likewise.
992 * gdb.trace/qtro.exp: Likewise.
993 * gdb.trace/read-memory.exp: Likewise.
994 * gdb.trace/report.exp: Likewise.
995 * gdb.trace/tfile.exp: Likewise.
996 * gdb.trace/tfind.exp: Likewise.
997 * gdb.trace/unavailable.exp: Likewise.
998
999 2019-04-22 Pedro Alves <palves@redhat.com>
1000
1001 * gdb.base/solib-probes-nosharedlibrary.c,
1002 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1003
1004 2019-04-19 Tom Tromey <tromey@adacore.com>
1005
1006 * gdb.ada/ptype_union.c: New file.
1007 * gdb.ada/ptype_union.exp: New file.
1008
1009 2019-04-19 Tom Tromey <tromey@adacore.com>
1010
1011 PR symtab/24423:
1012 * gdb.base/list0.h (foo): Add a control-l character.
1013
1014 2019-04-18 Tom de Vries <tdevries@suse.de>
1015
1016 PR gdb/24433
1017 * boards/local-board.exp: Set sysroot to "".
1018
1019 2019-04-18 Tom de Vries <tdevries@suse.de>
1020 Pedro Alves <palves@redhat.com>
1021
1022 PR gdb/24454
1023 * gdb.threads/vfork-follow-child-exec.c: New file.
1024 * gdb.threads/vfork-follow-child-exec.exp: New file.
1025 * gdb.threads/vfork-follow-child-exit.c: New file.
1026 * gdb.threads/vfork-follow-child-exit.exp: New file.
1027
1028 2019-04-15 Leszek Swirski <leszeks@google.com>
1029
1030 * gdb.arch/amd64-eval.cc: New file.
1031 * gdb.arch/amd64-eval.exp: New file.
1032
1033 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1034
1035 * gdb.server/sysroot.c: New test.
1036 * gdb.server/sysroot.exp: New file.
1037 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1038 matching param.
1039
1040 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1041
1042 * gdb.base/align.exp: Extend test to cover structures containing
1043 only static fields.
1044
1045 2019-04-11 Tom de Vries <tdevries@suse.de>
1046
1047 * boards/cc-with-dwz-m.exp: New file.
1048 * boards/cc-with-dwz.exp: New file.
1049 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1050
1051 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1052
1053 * gdb.base/start-cpp.exp: New file.
1054 * gdb.base/start-cpp.cc: New file.
1055
1056 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1057
1058 * gdb.python/py-thrhandle.exp: Adjust tests to call
1059 thread_from_handle instead of thread_from_thread_handle.
1060
1061 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1062
1063 * gdb.python/py-thrhandle.exp: Add tests for
1064 gdb.InferiorThread.handle.
1065
1066 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1067
1068 * gdb.python/py-function.exp: Check calling helper function from
1069 all languages.
1070 * lib/gdb.exp (gdb_supported_languages): New proc.
1071
1072 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * gdb.base/complex-parts.c: New file.
1075 * gdb.base/complex-parts.exp: New file.
1076
1077 2019-04-01 Tom Tromey <tromey@adacore.com>
1078
1079 PR symtab/23331:
1080 * gdb.dwarf2/dw2-ranges-main.c: New file.
1081 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1082 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1083
1084 2019-03-30 Simon Marchi <simark@simark.ca>
1085
1086 * gdb.base/default.exp: Add values for $_gdb_major and
1087 $_gdb_minor.
1088
1089 2019-03-29 Tom Tromey <tromey@adacore.com>
1090
1091 * gdb.base/help.exp: Tighten apropos regexp.
1092
1093 2019-03-29 Keith Seitz <keiths@redhat.com>
1094
1095 * gdb.fortran/array-bounds.exp: New file.
1096 * gdb.fortran/array-bounds.f90: New file.
1097
1098 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1099
1100 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1101
1102 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1103
1104 * gdb.multi/hello.c (main): Increase alarm timer.
1105
1106 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1107
1108 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1109 factor when no hardware watchpoint support.
1110
1111 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1112 Pedro Alves <palves@redhat.com>
1113
1114 * boards/local-board.exp: set sysroot to /.
1115
1116 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1117
1118 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1119 in child.
1120
1121 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1122
1123 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1124 field.
1125 (make_container): Initialise new field.
1126 * gdb.python/py-prettyprint.exp: Add new tests.
1127 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1128 <display_hint>: New method.
1129
1130 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1131
1132 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1133 gdb_continue_to_breakpoint more throughout this test.
1134 (run_lang_tests) Supply unique test names, and use
1135 gdb_test_no_output.
1136
1137 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1138
1139 * gdb.base/finish-pretty.exp: Update expected results.
1140 * gdb.base/pretty-print.c: New file.
1141 * gdb.base/pretty-print.exp: New file.
1142
1143 2019-03-25 Pedro Alves <palves@redhat.com>
1144
1145 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1146 move comments outside list. Append '-i "" eof' section.
1147
1148 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1149
1150 * README: Add pie options.
1151 * gdb.base/break-interp.exp: Ensure pie is disabled.
1152 * gdb.base/dump.exp: Likewise.
1153 * lib/gdb.exp (gdb_compile): Add pie option.
1154
1155 2019-03-19 Tom Tromey <tromey@adacore.com>
1156
1157 * gdb.mi/mi2-cli-display.c: New file.
1158 * gdb.mi/mi2-cli-display.exp: New file.
1159
1160 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1161 Tom Tromey <tromey@adacore.com>
1162
1163 * gdb.ada/ptype_array/pck.adb: New file.
1164 * gdb.ada/ptype_array/pck.ads: New file.
1165 * gdb.ada/ptype_array/foo.adb: New file.
1166 * gdb.ada/ptype_array.exp: New file.
1167
1168 2019-03-14 Tom Tromey <tromey@adacore.com>
1169
1170 * gdb.base/style.exp: Add "set style sources" test.
1171
1172 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1173
1174 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1175 * mi-breakpoint-multiple-locations.exp: ... this.
1176 (make_breakpoints_pattern): New proc.
1177 (do_test): Add mi_version parameter, test -break-insert,
1178 -break-info and =breakpoint-created.
1179
1180 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1181
1182 * config/default.exp: Remove 'load_lib gdb.exp'.
1183 * config/monitor.exp: Likewise.
1184 * config/sid.exp: Likewise.
1185 * config/sim.exp: Likewise.
1186 * config/slite.exp: Likewise.
1187 * config/unix.exp: Likewise.
1188 * gdb.base/default.exp: Remove unhelpful comment.
1189
1190 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1191
1192 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1193
1194 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1195
1196 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1197
1198 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1199
1200 * gdb.fortran/type-kinds.exp: Update expected results.
1201
1202 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1203
1204 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1205
1206 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1209 function.
1210 (test_basic_parsing_of_type_kinds): Expand types tested.
1211 (test_parsing_invalid_type_kinds): New function.
1212
1213 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1214
1215 * gdb.fortran/intrinsics.exp: New file.
1216 * gdb.fortran/intrinsics.f90: New file.
1217 * gdb.fortran/type-kinds.exp: New file.
1218
1219 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1220
1221 * gdb.fortran/dot-ops.exp: New file.
1222
1223 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1226 Check upper and lower case logical literals.
1227
1228 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1229
1230 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1231 Remove duplicate tests.
1232
1233 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1234
1235 * lib/gdb.exp (builtin_cd): rename of cd.
1236 (cd): Override builtin.
1237
1238 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1239
1240 * gdb.fortran/function-calls.exp: New file.
1241 * gdb.fortran/function-calls.f90: New test.
1242
1243 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1244
1245 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1246 on user program standard output.
1247 * gdb.fortran/short-circuit-argument-list.f90: Record function
1248 calls.
1249
1250 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1251
1252 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1253 failure.
1254
1255 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1256
1257 PR gdb/8527
1258 * gdb.base/interrupt-daemon-attach.c,
1259 gdb.base/interrupt-daemon-attach.exp: New test.
1260
1261 2019-02-27 Pedro Alves <palves@redhat.com>
1262
1263 * gdb.base/page.exp: Add tests for "set width/height -1".
1264
1265 2019-02-27 Pedro Alves <palves@redhat.com>
1266
1267 * gdb.base/page.exp: Add tests for "set/show width/height" with
1268 "infinite" values.
1269
1270 2019-02-27 Tom Tromey <tromey@adacore.com>
1271
1272 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1273 2.4.
1274 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1275 workaround.
1276
1277 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1278
1279 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1280 tests for structs with static members.
1281
1282 2019-02-26 Tom Tromey <tromey@adacore.com>
1283
1284 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1285 ValueError, not TypeError.
1286
1287 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1288
1289 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1290 call from main program.
1291
1292 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1293
1294 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1295 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1296 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1297 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1298 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1299
1300 2019-02-22 Keith Seitz <keiths@redhat.com>
1301
1302 PR symtab/23853
1303 * gdb.base/symlink-sourcefile.c: New file.
1304 * gdb.base/symlink-sourcefile.exp: New file.
1305
1306 2019-02-20 Tom Tromey <tom@tromey.com>
1307
1308 * gdb.base/info_qt.exp: Update.
1309
1310 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1311
1312 * gdb.base/source.exp: Move "error in sourced script" code to
1313 the end.
1314 * gdb.base/source-error.gdb: Move contents to
1315 source-error-1.gdb. Add new code to source source-error-1.gdb.
1316 * gdb.base/source-error-1.gdb: New file, from previous
1317 source-error.gdb.
1318
1319 2019-02-17 Tom Tromey <tom@tromey.com>
1320
1321 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1322 for macro styling.
1323 * gdb.base/style.c (SOME_MACRO): New macro.
1324
1325 2019-02-17 Tom Tromey <tom@tromey.com>
1326
1327 * gdb.base/style.exp: Add line-wrapping tests.
1328 * gdb.base/page.exp: Add test for quitting during pagination.
1329
1330 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1331
1332 * gdb.ada/big_packed_array: New testcase.
1333 * gdb.ada/homonym.exp: Fix incorrect expected output for
1334 "break <homonym__get_value>" test.
1335
1336 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1337
1338 PR breakpoints/21870
1339 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1340 and prepare_for_testing. Add comment.
1341 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1342 redundant cleanup call. Clean up comment.
1343
1344 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1345
1346 PR breakpoints/21870
1347 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1348 * gdb.arch/aarch64-dbreg-contents.c: New file.
1349
1350 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1351
1352 * gdb.ada/mi_ref_changeable: New testcase.
1353
1354 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1355
1356 * gdb.base/attach.exp: Add double attach test.
1357
1358 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1359
1360 * lib/gdb.exp (default_gdb_start): Don't match pagination
1361 prompt.
1362 (gdb_init): Set stty_init.
1363
1364 2019-01-27 Tom Tromey <tom@tromey.com>
1365
1366 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1367 skip_python_tests.
1368
1369 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1370
1371 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1372 New structure.
1373 (struct struct_static_02_02): Likewise.
1374 (struct struct_static_02_03): Likewise.
1375 (struct struct_static_02_04): Likewise.
1376 (struct struct_static_04_01): Likewise.
1377 (struct struct_static_04_02): Likewise.
1378 (struct struct_static_04_03): Likewise.
1379 (struct struct_static_04_04): Likewise.
1380 (struct struct_static_06_01): Likewise.
1381 (struct struct_static_06_02): Likewise.
1382 (struct struct_static_06_03): Likewise.
1383 (struct struct_static_06_04): Likewise.
1384 (cmp_struct_static_02_01): Likewise.
1385 (cmp_struct_static_02_02): Likewise.
1386 (cmp_struct_static_02_03): Likewise.
1387 (cmp_struct_static_02_04): Likewise.
1388 (cmp_struct_static_04_01): Likewise.
1389 (cmp_struct_static_04_02): Likewise.
1390 (cmp_struct_static_04_03): Likewise.
1391 (cmp_struct_static_04_04): Likewise.
1392 (cmp_struct_static_06_01): Likewise.
1393 (cmp_struct_static_06_02): Likewise.
1394 (cmp_struct_static_06_03): Likewise.
1395 (cmp_struct_static_06_04): Likewise.
1396 (call_all): Test new structs.
1397 * gdb.base/infcall-nested-structs.exp: Likewise.
1398
1399 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1400 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1401
1402 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1403 * gdb.base/stack-protector.c: New test.
1404 * gdb.base/stack-protector.exp: New file.
1405 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1406 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1407 option.
1408 (gdb_compile): Remove stack protector for GCC and prevent
1409 recursion.
1410
1411 2019-01-16 Keith Seitz <keiths@redhat.com>
1412
1413 PR gdb/23773
1414 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1415
1416 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1417
1418 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1419 aliases.
1420 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1421 tests.
1422 * gdb.arch/powerpc-vector-regs.c: New file.
1423 * gdb.arch/powerpc-vector-regs.exp: New file.
1424
1425 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1426
1427 * gdb.arch/altivec-regs.exp: Fix the list passed to
1428 gdb_expect_list when testing "info vector".
1429
1430 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1431
1432 * gdb.base/style.exp: Don't include path in testname.
1433
1434 2019-01-10 Keith Seitz <keiths@redhat.com>
1435
1436 PR gdb/23712
1437 PR symtab/23010
1438 * gdb.dwarf2/multidictionary.exp: New file.
1439
1440 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1441
1442 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1443 (test_gnuv3_style_demangling): ... this.
1444 (test_lucid_style_demangling): Remove.
1445 (test_arm_style_demangling): Remove.
1446 (test_hp_style_demangling): Remove.
1447 (do_tests): Remove calls to the above.
1448
1449 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1450
1451 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1452 case.
1453
1454 2019-01-06 Tom Tromey <tom@tromey.com>
1455
1456 PR gdb/28155:
1457 * gdb.dwarf2/typedef-void-finish.exp: New file.
1458
1459 2018-12-28 Tom Tromey <tom@tromey.com>
1460 Simon Marchi <simark@simark.ca>
1461
1462 * gdb.base/jit-exec.exp: New file.
1463 * gdb.base/jit-exec.c: New file.
1464 * gdb.base/jit-execd.c: New file.
1465
1466 2018-12-28 Tom Tromey <tom@tromey.com>
1467
1468 * gdb.base/style.exp: Update test to check for address styling.
1469
1470 2018-12-28 Tom Tromey <tom@tromey.com>
1471
1472 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1473 message.
1474
1475 2018-12-28 Tom Tromey <tom@tromey.com>
1476
1477 * gdb.base/style.exp: Add test for version number styling.
1478
1479 2018-12-28 Tom Tromey <tom@tromey.com>
1480
1481 * gdb.base/style.exp: Add test for print_address_symbolic.
1482
1483 2018-12-28 Tom Tromey <tom@tromey.com>
1484
1485 * gdb.base/style.exp: Add test for breakpoint setting.
1486
1487 2018-12-28 Tom Tromey <tom@tromey.com>
1488
1489 * gdb.base/style.exp: Add test for variable names.
1490
1491 2018-12-28 Tom Tromey <tom@tromey.com>
1492
1493 * gdb.base/style.exp: New file.
1494 * gdb.base/style.c: New file.
1495
1496 2018-12-28 Tom Tromey <tom@tromey.com>
1497
1498 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1499 "dumb".
1500 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1501 the TERM environment variable.
1502
1503 2018-12-27 Tom Tromey <tom@tromey.com>
1504
1505 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1506 pagination test.
1507
1508 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1509
1510 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1511 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1512
1513 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1514
1515 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1516 Filename a.adb changed to bp_fun_addr.adb.
1517 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1518
1519 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1520
1521 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1522 non-PIE executables.
1523 * README: Mention the gdb,nopie_flag board setting.
1524 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1525 non-PIE executable.
1526 * gdb.arch/amd64-entry-value.exp: Likewise.
1527 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1528 * gdb.arch/i386-float.exp: Likewise.
1529 * gdb.arch/i386-signal.exp: Likewise.
1530 * gdb.mi/mi-reg-undefined.exp: Likewise.
1531
1532 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1533
1534 PR gdb/23974
1535 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1536
1537 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1538
1539 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1540 Update order of results accordingly.
1541
1542 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * gdb.base/annota1.exp: Update a test regexp.
1545
1546 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1547
1548 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1549
1550 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1551
1552 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1553 (reuse_time): Initialize to REUSE_TIME_CAP.
1554 (check_rc): New function.
1555 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1556 Check pthread_create rc.
1557 (spawner_thread_func): Check pthread_create and pthread_join rc.
1558
1559 2018-12-08 Pedro Alves <palves@redhat.com>
1560
1561 * gdb.base/list.exp (test_forward_search): Rename to ...
1562 (test_forward_reverse_search): ... this. Also test reverse-search
1563 and the forward-search alias.
1564
1565 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1566
1567 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1568 local timeout variable before return, and remove all local timeout
1569 variable entirely.
1570 (gdb_load): Likewise.
1571
1572 2018-12-01 Tom de Vries <tdevries@suse.de>
1573
1574 * gdb.base/gdb-caching-proc.exp: New file.
1575
1576 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1577
1578 * Makefile.in (TIMESTAMP): New variable.
1579 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1580 command.
1581 (check-single-racy): Likewise.
1582 (check/%.exp): Likewise.
1583 (check-racy/%.exp): Likewise.
1584 (workers/%.worker): Likewise.
1585 (build-perf): Likewise.
1586 (check-perf): Likewise.
1587 * README: Describe new "TS" and "TS_FORMAT" variables.
1588 * print-ts.py: New file.
1589
1590 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1591
1592 PR python/23714
1593 * gdb.python/python.exp: Test command repetition after
1594 gdb.execute.
1595
1596 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1597
1598 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1599 is correctly aligned.
1600
1601 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1602
1603 * gdb.ada/info_auto_lang.exp: New testcase.
1604 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1605 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1606 * gdb.ada/info_auto_lang/some_c.c: New file.
1607
1608 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1609
1610 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1611 FUNC_lang language syntax.
1612
1613 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1614
1615 * gdb.base/info_minsym.c: New file.
1616 * gdb.base/info_minsym.exp: New file.
1617
1618 2018-11-19 Tom Tromey <tom@tromey.com>
1619
1620 PR rust/23625:
1621 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1622 * gdb.rust/expr.exp: Update expected output. Change one test.
1623
1624 2018-11-19 Tom Tromey <tom@tromey.com>
1625
1626 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1627
1628 2018-11-19 Pedro Alves <palves@redhat.com>
1629
1630 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1631 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1632 see the expected warning.
1633
1634 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1635
1636 PR gdb/22736:
1637 * gdb.cp/infcall-nodebug-lib.c: New test.
1638 * gdb.cp/infcall-nodebug-main.c: New test.
1639 * gdb.cp/infcall-nodebug.exp: New file.
1640
1641 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1642
1643 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1644 completer tests.
1645
1646 2018-11-09 Tom de Vries <tdevries@suse.de>
1647
1648 * gdb.base/msym-lang.c: New test.
1649 * gdb.base/msym-lang.exp: New file.
1650 * gdb.base/msym-lang-main.c: New test.
1651
1652 2018-11-08 Tom Tromey <tom@tromey.com>
1653
1654 PR gdb/23555:
1655 PR gdb/23838:
1656 * gdb.base/warning.exp: New file.
1657
1658 2018-11-08 Jan Beulich <jbeulich@suse.com>
1659
1660 * testsuite/gdb.arch/i386-avx512.c,
1661 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1662
1663 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1664
1665 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1666 point hardware.
1667
1668 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1669
1670 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1671 * gdb.dwarf2/missing-type-name.exp: New file.
1672
1673 2018-11-06 Tom de Vries <tdevries@suse.de>
1674
1675 * gdb.base/many-headers.c: New test.
1676 * gdb.base/many-headers.exp: New file.
1677
1678 2018-11-06 Jim Wilson <jimw@sifive.com>
1679
1680 * gdb.base/code_elim.exp: For riscv, set additional_flags
1681 to include -msmall-data-limit=0.
1682
1683 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1684
1685 * gdb.ada/watch_minus_l: New testcase.
1686
1687 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1688
1689 * gdb.arch/aix-sighandle.c: New file.
1690 * gdb.arch/aix-sighandle.exp: New file.
1691
1692 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1693
1694 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1695 registers being unions.
1696
1697 2018-10-31 Tom de Vries <tdevries@suse.de>
1698
1699 * lib/valgrind.exp: New file.
1700 (vgdb_start, vgdb_stop): New procs, factored out of ...
1701 * gdb.base/valgrind-bt.exp: ... here, ...
1702 * gdb.base/valgrind-disp-step.exp: ... here and ...
1703 * gdb.base/valgrind-infcall.exp: ... here.
1704
1705 2018-10-31 Tom de Vries <tdevries@suse.de>
1706
1707 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1708
1709 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1710
1711 * gdb.dwarf2/void-type.c: New file.
1712 * gdb.dwarf2/void-type.exp: New file.
1713
1714 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1715
1716 * gdb.base/info_qt.c: New file.
1717 * gdb.base/info_qt.exp: New file.
1718
1719 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1720
1721 * gdb.arch/powerpc-htm-regs.c: New file.
1722 * gdb.arch/powerpc-htm-regs.exp: New file.
1723
1724 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1725
1726 * gdb.arch/powerpc-tar.c: New file.
1727 * gdb.arch/powerpc-tar.exp: New file.
1728
1729 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1730
1731 * gdb.arch/powerpc-ppr-dscr.c: New file.
1732 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1733
1734 2018-10-25 Tom de Vries <tdevries@suse.de>
1735
1736 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1737
1738 2018-10-24 Tom de Vries <tdevries@suse.de>
1739
1740 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1741 longer exists error.
1742
1743 2018-10-24 Tom de Vries <tdevries@suse.de>
1744
1745 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1746
1747 2018-10-24 Tom de Vries <tdevries@suse.de>
1748
1749 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1750 --db-attach in valgrind.
1751
1752 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1753
1754 * gdb.arch/riscv-reg-aliases.c: New file.
1755 * gdb.arch/riscv-reg-aliases.exp: New file.
1756
1757 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1758
1759 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1760
1761 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1762
1763 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1764
1765 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1766
1767 * gdb.cp/ovldbreak.exp: Fix regexps.
1768
1769 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1770
1771 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1772
1773 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1774
1775 PR cli/23785
1776 * gdb.base/restore.exp: New test to check if "restore" with an
1777 invalid file doesn't segfault.
1778
1779 2018-10-18 Tom de Vries <tdevries@suse.de>
1780
1781 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1782 * gdb.ada/excep_handle.exp: Same.
1783 * gdb.ada/mi_string_access.exp: Same.
1784 * gdb.ada/mi_var_union.exp: Same.
1785 * gdb.arch/arc-analyze-prologue.exp: Same.
1786 * gdb.arch/arc-decode-insn.exp: Same.
1787 * gdb.base/readnever.exp: Same.
1788 * gdb.fortran/printing-types.exp: Same.
1789 * gdb.guile/scm-lazy-string.exp: Same.
1790
1791 2018-10-16 Tom de Vries <tdevries@suse.de>
1792
1793 PR gdb/23730
1794 * gdb.base/catch-follow-exec.c: Add copyright notice.
1795 * gdb.base/catch-follow-exec.exp: Rewrite to use
1796 gdb_spawn_with_cmdline_opts. Require gdb-native.
1797
1798 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1799
1800 * gdb.trace/actions-changed.exp: Check for arch support.
1801 * gdb.trace/actions.exp: Likewise.
1802 * gdb.trace/ax.exp: Likewise.
1803 * gdb.trace/backtrace.exp: Likewise.
1804 * gdb.trace/change-loc.exp: Likewise.
1805 * gdb.trace/deltrace.exp: Likewise.
1806 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1807 * gdb.trace/ftrace.exp: Likewise.
1808 * gdb.trace/infotrace.exp: Check for arch support.
1809 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1810 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1811 * gdb.trace/mi-tsv-changed.exp: Likewise.
1812 * gdb.trace/packetlen.exp: Likewise.
1813 * gdb.trace/passc-dyn.exp: Likewise.
1814 * gdb.trace/passcount.exp: Likewise.
1815 * gdb.trace/pending.exp: Likewise.
1816 * gdb.trace/range-stepping.exp: Check for shlib support.
1817 * gdb.trace/report.exp: Check for arch support.
1818 * gdb.trace/save-trace.exp: Likewise.
1819 * gdb.trace/signal.exp: Check for signal support.
1820 * gdb.trace/tfind.exp: Check for arch support.
1821 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1822 * gdb.trace/trace-common.h: Add comment.
1823 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1824 * gdb.trace/trace-enable-disable.exp: Likewise.
1825 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1826 * gdb.trace/tracecmd.exp: Check for arch support.
1827 * gdb.trace/tspeed.exp: Check for shlib and target support.
1828 * gdb.trace/tstatus.exp: Check for arch support.
1829 * gdb.trace/tsv.exp: Likewise.
1830 * gdb.trace/while-dyn.exp: Likewise.
1831 * gdb.trace/while-stepping.exp: Likewise.
1832 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1833
1834 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1835
1836 * gdb.trace/tspeed.exp: Remove nowarnings.
1837 (prepare_for_trace_test): Declare "global ipalib".
1838 * gdb.trace/tspeed.c: Include unistd.h.
1839 (main): Remove superfluous printf argument.
1840
1841 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1842
1843 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1844 directory prefix on the filename.
1845
1846 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1847
1848 * gdb.gdb/unittest.exp: Update expected message informing that
1849 selftests have been disabled.
1850 * gdb.server/unittest.exp: Likewise.
1851
1852 2018-10-09 Tom de Vries <tdevries@suse.de>
1853
1854 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1855 with runto_main.
1856
1857 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1858
1859 PR c++/16841
1860 * gdb.cp/virtbase2.cc: New file.
1861 * gdb.cp/virtbase2.exp: New file.
1862
1863 2018-10-06 Tom Tromey <tom@tromey.com>
1864
1865 PR python/19399:
1866 * gdb.python/py-inferior.exp: Add architecture test.
1867
1868 2018-10-06 Tom Tromey <tom@tromey.com>
1869
1870 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1871 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1872
1873 2018-10-06 Tom Tromey <tom@tromey.com>
1874
1875 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1876 of a "throw" catchpoint.
1877
1878 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1879
1880 * gdb.base/info-proc.exp: Update string expected from "help info
1881 proc".
1882
1883 2018-10-04 Tom Tromey <tom@tromey.com>
1884
1885 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1886 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1887 (test_initial_complaints, test_empty_complaints): Update.
1888 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1889
1890 2018-10-04 Tom Tromey <tom@tromey.com>
1891
1892 PR cli/19551:
1893 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1894 * lib/gdb.exp (gdb_file_cmd): Update.
1895 * gdb.stabs/weird.exp (print_weird_var): Update.
1896 * gdb.server/solib-list.exp: Update.
1897 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1898 * gdb.mi/mi-cli.exp: Update.
1899 * gdb.linespec/linespec.exp: Update.
1900 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1901 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1902 * gdb.cp/cp-relocate.exp: Update.
1903 * gdb.base/sym-file.exp: Update.
1904 * gdb.base/relocate.exp: Update.
1905 * gdb.base/readnever.exp: Update.
1906 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1907 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1908 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1909 * gdb.base/code_elim.exp: Update.
1910 * gdb.base/break-unload-file.exp (test_break): Update.
1911 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1912 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1913 Update.
1914 * gdb.base/attach.exp (do_attach_tests): Update.
1915 * gdb.base/sepdebug.exp: Update.
1916 * gdb.python/py-section-script.exp: Update.
1917
1918 2018-10-04 Tom Tromey <tom@tromey.com>
1919
1920 PR cli/22234:
1921 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1922 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1923 output.
1924
1925 2018-10-04 Tom Tromey <tom@tromey.com>
1926
1927 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1928 set width and height to 0.
1929 (test_command_line_attach_run): Use -quiet.
1930
1931 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1932
1933 * lib/gdb.exp (skip_ifunc_tests): New.
1934 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1935 other compile failures.
1936 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1937
1938 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1939
1940 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1941 is_amd64_regs_target.
1942
1943 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1944
1945 * gdb.arch/aarch64-sighandler-regs.c: New test.
1946 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1947 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1948
1949 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1950
1951 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1952 assembly.
1953
1954 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1955
1956 * gdb.base/frame-selection.exp: New file.
1957 * gdb.base/frame-selection.c: New file.
1958
1959 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1960
1961 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1962 pthread barrier.
1963 (main): Likewise.
1964
1965 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1966
1967 * gdb.base/large-frame-1.c: New file.
1968 * gdb.base/large-frame-2.c: New file.
1969 * gdb.base/large-frame.exp: New file.
1970 * gdb.base/large-frame.h: New file.
1971
1972 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1973
1974 PR gdb/20948
1975 * gdb.base/write_mem.exp: New test.
1976 * gdb.base/write_mem.c: Likewise.
1977
1978 2018-09-23 Tom Tromey <tom@tromey.com>
1979
1980 PR python/18852:
1981 * gdb.python/py-parameter.exp: Add test for parameter that throws
1982 on "set".
1983
1984 2018-09-23 Tom Tromey <tom@tromey.com>
1985
1986 PR python/17284:
1987 * gdb.python/py-template.exp (test_template_arg): Add test for
1988 negative template argument number.
1989
1990 2018-09-23 Tom Tromey <tom@tromey.com>
1991
1992 PR python/14062:
1993 * gdb.python/python.exp: Add test for post_event error.
1994
1995 2018-09-23 Tom Tromey <tom@tromey.com>
1996
1997 PR python/18170:
1998 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1999 convert pointers to int and long.
2000
2001 2018-09-23 Tom Tromey <tom@tromey.com>
2002
2003 PR python/20126:
2004 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2005 signed-ness conversion tests.
2006
2007 2018-09-23 Tom Tromey <tom@tromey.com>
2008
2009 PR python/18352;
2010 * gdb.python/py-value.exp (test_float_conversion): New proc.
2011 Use it.
2012
2013 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2014
2015 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2016
2017 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2018
2019 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2020 no readline.
2021 * gdb.base/utf8-identifiers.exp: Likewise.
2022 * gdb.cp/cpcompletion.exp: Likewise.
2023 * gdb.linespec/cpcompletion.exp: Likewise.
2024 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2025 * gdb.linespec/cpls-ops.exp: Likewise.
2026
2027 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2028 Chris January <chris.january@arm.com>
2029
2030 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2031 * gdb.fortran/short-circuit-argument-list.exp: New file.
2032 * gdb.fortran/short-circuit-argument-list.f90: New test.
2033
2034 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2035
2036 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2037 "arch=" keyword when executing "-stack-list-frames".
2038
2039 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2040
2041 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2042 "arch=" keyword when executing "-stack-list-frames".
2043
2044 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2045
2046 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2047 break ada".
2048
2049 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2050
2051 PR python/23669
2052 * gdb.python/python.exp: Test gdb.execute("show commands").
2053
2054 2018-09-16 Tom Tromey <tom@tromey.com>
2055
2056 * gdb.base/new-ui.exp (do_execution_tests): Update.
2057 * gdb.base/dbx.exp (test_breakpoints): Update.
2058
2059 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2060
2061 * lib/gdb.exp (gdb_simple_compile): Add proc.
2062 (is_elf_target): Use gdb_simple_compile.
2063 (skip_altivec_tests): Likewise.
2064 (skip_vsx_tests): Likewise.
2065 (skip_tsx_tests): Likewise.
2066 (skip_btrace_tests): Likewise.
2067 (skip_btrace_pt_tests): Likewise.
2068 (gdb_can_simple_compile): Likewise.
2069 (gdb_has_argv0): Likewise.
2070 (gdb_target_symbol_prefix): Likewise.
2071 (target_supports_scheduler_locking): Likewise.
2072
2073 2018-09-13 Tom Tromey <tom@tromey.com>
2074
2075 * Makefile.in (TAGS): Recognize proc_with_prefix and
2076 gdb_caching_proc.
2077
2078 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2079
2080 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2081 method.
2082
2083 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2084
2085 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2086 and a few other Inferior properties when the Inferior is no
2087 longer valid.
2088
2089 2018-09-13 Tom Tromey <tom@tromey.com>
2090
2091 PR rust/23650:
2092 * gdb.rust/simple.exp: Add test for enum field access error.
2093
2094 2018-09-13 Tom Tromey <tom@tromey.com>
2095
2096 PR rust/23626:
2097 * gdb.rust/simple.rs (EmptyEnum): New type.
2098 (main): Use it.
2099 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2100
2101 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2102
2103 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2104 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2105 * gdb.python/py-symtab.exp: Update test printing an objfile.
2106
2107 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2108
2109 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2110 object.
2111
2112 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2113
2114 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2115 (support_complex_tests): Use gdb_can_simple_compile.
2116 (is_ilp32_target): Likewise.
2117 (is_lp64_target): Likewise.
2118 (is_64_target): Likewise.
2119 (is_amd64_regs_target): Likewise.
2120 (is_aarch32_target): Likewise.
2121 (gdb_int128_helper): Likewise.
2122
2123 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2124
2125 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2126
2127 2018-09-10 Jerome Guitton <guitton@adacore.com>
2128
2129 * gdb.ada/same_component_name: Add test for case of tagged record
2130 with variable-length fields.
2131
2132 2018-09-10 Xavier Roirand <roirand@adacore.com>
2133
2134 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2135 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2136 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2137 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2138
2139 2018-09-10 Xavier Roirand <roirand@adacore.com>
2140
2141 * gdb.ada/mi_string_access.exp: New testcase.
2142 * gdb.ada/mi_string_access/bar.adb: New file.
2143 * gdb.ada/mi_string_access/pck.adb: New file.
2144 * gdb.ada/mi_string_access/pck.asd: New file.
2145
2146 2018-09-10 Xavier Roirand <roirand@adacore.com>
2147
2148 * gdb.ada/mi_var_union.exp: New testcase.
2149 * gdb.ada/mi_var_union/bar.adb: New file.
2150 * gdb.ada/mi_var_union/pck.adb: New file.
2151 * gdb.ada/mi_var_union/pck.asd: New file.
2152
2153 2018-09-08 Tom Tromey <tom@tromey.com>
2154
2155 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2156
2157 2018-09-08 Tom Tromey <tom@tromey.com>
2158
2159 PR python/16047:
2160 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2161 (register_pretty_printers): Register new printer.
2162 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2163 test.
2164 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2165 (an_int_type3): New global.
2166
2167 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2168
2169 * gdb.ada/expr_with_funcall: New testcase.
2170
2171 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2172
2173 * gdb.ada/packed_array_assign: New testcase.
2174
2175 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2176
2177 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2178 names, and add test prefixes to make test names unique.
2179
2180 2018-09-05 Tom de Vries <tdevries@suse.de>
2181
2182 * gdb.dwarf2/varval.exp: Add test.
2183
2184 2018-09-04 Gary Benson <gbenson@redhat.com>
2185
2186 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2187 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2188
2189 2018-08-31 Tom Tromey <tom@tromey.com>
2190
2191 * gdb.rust/simple.rs: Rename second variable "v".
2192
2193 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2194
2195 * gdb.base/funcargs.c (use_a): New function.
2196 (recurse): Call use_a.
2197
2198 2018-08-29 Keith Seitz <keiths@redhat.com>
2199
2200 * gdb.compile/compile-cplus-anonymous.cc: New file.
2201 * gdb.compile/compile-cplus-anonymous.exp: New file.
2202 * gdb.compile/compile-cplus-array-decay.cc: New file.
2203 * gdb.compile/compile-cplus-array-decay.exp: New file.
2204 * gdb.compile/compile-cplus-inherit.cc: New file.
2205 * gdb.compile/compile-cplus-inherit.exp: New file.
2206 * gdb.compile/compile-cplus-member.cc: New file.
2207 * gdb.compile/compile-cplus-member.exp: New file.
2208 * gdb.compile/compile-cplus-method.cc: New file.
2209 * gdb.compile/compile-cplus-method.exp: New file.
2210 * gdb.compile/compile-cplus-mod.c: "New" file.
2211 * gdb.compile/compile-cplus-namespace.cc: New file.
2212 * gdb.compile/compile-cplus-namespace.exp: New file.
2213 * gdb.compile/compile-cplus-nested.cc: New file.
2214 * gdb.compile/compile-cplus-nested.exp: New file.
2215 * gdb.compile/compile-cplus-print.c: "New" file.
2216 * gdb.compile/compile-cplus-print.exp: "New" file.
2217 * gdb.compile/compile-cplus-virtual.cc: New file.
2218 * gdb.compile/compile-cplus-virtual.exp: New file.
2219 * gdb.compile/compile-cplus.c: "New" file.
2220 * gdb.compile/compile-cplus.exp: "New" file.
2221 * lib/compile-support.exp: New file.
2222
2223 2018-08-16 Gary Benson <gbenson@redhat.com>
2224
2225 PR gdb/13000:
2226 * gdb.base/batch-exit-status.exp: New file.
2227 * gdb.base/batch-exit-status.good-commands: Likewise.
2228 * gdb.base/batch-exit-status.bad-commands: Likewise.
2229
2230 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2231
2232 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2233 (struct struct02): Likewise.
2234 (struct struct03): Likewise.
2235 (struct struct04): Likewise.
2236 (struct struct_01_01): New struct.
2237 (struct struct_01_02): Likewise.
2238 (struct struct_01_03): Likewise.
2239 (struct struct_01_04): Likewise.
2240 (struct struct_02_01): Likewise.
2241 (struct struct_02_02): Likewise.
2242 (struct struct_02_03): Likewise.
2243 (struct struct_02_04): Likewise.
2244 (struct struct_04_01): Likewise.
2245 (struct struct_04_02): Likewise.
2246 (struct struct_04_03): Likewise.
2247 (struct struct_04_04): Likewise.
2248 (struct struct_05_01): Likewise.
2249 (struct struct_05_02): Likewise.
2250 (struct struct_05_03): Likewise.
2251 (struct struct_05_04): Likewise.
2252 (cmp_struct01): Remove function.
2253 (cmp_struct02): Likewise.
2254 (cmp_struct03): Likewise.
2255 (cmp_struct04): Likewise.
2256 (cmp_struct_01_01): Add Function.
2257 (cmp_struct_01_02): Likewise.
2258 (cmp_struct_01_03): Likewise.
2259 (cmp_struct_01_04): Likewise.
2260 (cmp_struct_02_01): Likewise.
2261 (cmp_struct_02_02): Likewise.
2262 (cmp_struct_02_03): Likewise.
2263 (cmp_struct_02_04): Likewise.
2264 (cmp_struct_04_01): Likewise.
2265 (cmp_struct_04_02): Likewise.
2266 (cmp_struct_04_03): Likewise.
2267 (cmp_struct_04_04): Likewise.
2268 (cmp_struct_05_01): Likewise.
2269 (cmp_struct_05_02): Likewise.
2270 (cmp_struct_05_03): Likewise.
2271 (cmp_struct_05_04): Likewise.
2272 (call_all): Add new structs.
2273 * gdb.base/infcall-nested-structs.exp: Likewise.
2274
2275 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2276
2277 * gdb.python/py-framefilter-mi.exp: Update regexp to
2278 check for "arch" field in frame output.
2279
2280 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2281
2282 * gdb.dwarf2/dw2-ranges-func.c: New file.
2283 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2284
2285 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2286
2287 * gdb.base/term.exp: Compare terminal settings with values from
2288 the inferior.
2289 * gdb.base/term.c: Get and set terminal settings.
2290
2291 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2292
2293 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2294 accommodate new "arch" field in frame output.
2295 * gdb.mi/mi-return.exp: Likewise.
2296 * gdb.mi/mi-stack.exp: Likewise.
2297 * gdb.mi/mi-syn-frame.exp: Likewise.
2298 * gdb.mi/user-selected-context-sync.exp: Likewise.
2299
2300 2018-08-19 Michael Spang <spang@google.com>
2301
2302 PR gdb/11786
2303 * gdb.base/gcore-tls-pie.c: New file.
2304 * gdb.base/gcore-tls-pie.exp: New file.
2305
2306 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2307
2308 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2309 * gdb.dwarf2/varval.c: New file.
2310 * gdb.dwarf2/varval.exp: New file.
2311
2312 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2313
2314 PR gdb/18931
2315 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2316
2317 2018-08-16 Keith Seitz <keiths@redhat.com>
2318
2319 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2320 tests expected to pass.
2321
2322 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2323
2324 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2325 -data-disassemble -a.
2326 (test_disassembly_bogus_args): Likewise.
2327
2328 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2329
2330 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2331
2332 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2333
2334 * gdb.base/vla-optimized-out.exp: Add new test.
2335
2336 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2337
2338 * gdb.base/vla-optimized-out-o3.exp: Delete.
2339 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2340 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2341 deleted tests.
2342
2343 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2344
2345 PR gdb/18050:
2346 * gdb.server/extended-remote-restart.c: New file.
2347 * gdb.server/extended-remote-restart.exp: New file.
2348
2349 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2350
2351 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2352 "set variable index = 42".
2353
2354 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2355
2356 * boards/index-cache-gdb.exp: New file.
2357 * gdb.dwarf2/index-cache.exp: New file.
2358 * gdb.dwarf2/index-cache.c: New file.
2359 * gdb.base/maint.exp: Check if we are using the index cache.
2360
2361 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2362
2363 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2364 MAKEFLAGS.
2365
2366 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2367
2368 * dg-extract-results.sh: Move to toplevel contrib.
2369 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2370 * Makefile.in (check-parallel-racy): Likewise.
2371
2372 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2373
2374 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2375 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2376 tests if the target supports scheduler locking.
2377
2378 2018-08-04 Tom de Vries <tdevries@suse.de>
2379
2380 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2381
2382 2018-08-02 Tom Tromey <tom@tromey.com>
2383
2384 PR symtab/16842.
2385 * gdb.cp/temargs.exp: Test "info address" of a template
2386 parameter.
2387
2388 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2389
2390 * gdb.python/py-mi-var-info-path-expression.c: New file.
2391 * gdb.python/py-mi-var-info-path-expression.py: New file.
2392 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2393
2394 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2395
2396 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2397 error after "cannot resolve name" string.
2398
2399 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2400
2401 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2402 started.
2403 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2404
2405 2018-07-28 Tom de Vries <tdevries@suse.de>
2406
2407 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2408
2409 2018-07-26 Tom de Vries <tdevries@suse.de>
2410
2411 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2412
2413 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2414
2415 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2416 is visible.
2417
2418 2018-07-26 Tom de Vries <tdevries@suse.de>
2419
2420 PR breakpoints/23366
2421 * gdb.base/catch-follow-exec.c: New test.
2422 * gdb.base/catch-follow-exec.exp: New file.
2423
2424 2018-07-25 Tom de Vries <tdevries@suse.de>
2425
2426 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2427 vla-optimized-out.c.
2428
2429 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2430
2431 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2432 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2433
2434 2018-07-20 Tom de Vries <tdevries@suse.de>
2435
2436 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2437 NOCLONE macro.
2438 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2439
2440 2018-07-19 Tom de Vries <tdevries@suse.de>
2441
2442 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2443 regular expression.
2444
2445 2018-07-18 Tom de Vries <tdevries@suse.de>
2446
2447 * gdb.base/vla-optimized-out.c: New test.
2448 * gdb.base/vla-optimized-out.exp: New file.
2449
2450 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2451
2452 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2453 message "No address associated with hostname" when gdbserver
2454 cannot resolve the hostname.
2455
2456 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2457
2458 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2459 Add some test prefixes to make tests unique.
2460
2461 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2462
2463 * gdb.base/frameapply.c: New file.
2464 * gdb.base/frameapply.exp: New file.
2465
2466 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2467
2468 * gdb.base/skip.exp: Update expected error message.
2469
2470 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2471 Jan Kratochvil <jan.kratochvil@redhat.com>
2472 Paul Fertser <fercerpav@gmail.com>
2473 Tsutomu Seki <sekiriki@gmail.com>
2474
2475 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2476 parameter.
2477 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2478 by default.
2479 * boards/native-gdbserver.exp: Likewise.
2480 * gdb.server/run-without-local-binary.exp: Improve regexp used
2481 for detecting when a remote debugging connection succeeds.
2482 * gdb.server/server-connect.exp: New file.
2483 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2484 Do not prefix the port number with ":".
2485 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2486 support for detecting and using it. Add '$debughost_gdbserver'
2487 to the list of arguments used to start gdbserver. Handle case
2488 when gdbserver cannot resolve a network name.
2489
2490 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2491
2492 PR c++/23373
2493 * gdb.base/ptype-offsets.cc (struct static_member): New
2494 struct.
2495 (main) <stmember>: New variable.
2496 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2497 with a static member in it.
2498
2499 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2500
2501 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2502 watchpoints enabled and disabled.
2503
2504 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2505
2506 * gdb.base/examine-backward.exp: Still run tests around address
2507 0x0, even if address 0x0 is not readable. Update the pattern for
2508 matching address 0x0 in expected output.
2509
2510 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2511
2512 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2513 malloc/free.
2514
2515 2018-07-04 Tom de Vries <tdevries@suse.de>
2516
2517 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2518
2519 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2520
2521 PR tdep/8282
2522 * gdb.arch/mips-disassembler-options.exp: New test.
2523 * gdb.arch/mips-disassembler-options.s: New test source.
2524
2525 2018-06-29 Pedro Alves <palves@redhat.com>
2526
2527 * gdb.threads/names.exp: Adjust expected "info threads" output.
2528
2529 2018-06-29 Pedro Alves <palves@redhat.com>
2530
2531 * gdb.opt/inline-break.exp (line number, address): Add "info
2532 break" tests.
2533
2534 2018-06-29 Pedro Alves <palves@redhat.com>
2535
2536 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2537 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2538 number and address and running to them.
2539
2540 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2541
2542 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2543
2544 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2545
2546 * lib/compiler.c: Remove executable permission flag.
2547
2548 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2549
2550 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2551 code.
2552 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2553
2554 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2555
2556 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2557
2558 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2559
2560 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2561 address argument is omitted.
2562
2563 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2564
2565 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2566
2567 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2568
2569 PR gdb/21695
2570 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2571 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2572
2573 2018-06-26 Tom Tromey <tom@tromey.com>
2574
2575 PR rust/22574:
2576 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2577 * gdb.rust/simple.rs (struct SimpleLayout): New.
2578
2579 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2580
2581 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2582 "info registers" output.
2583
2584 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2585
2586 * gdb.base/watchpoint-hw-attach.c: New test.
2587 * gdb.base/watchpoint-hw-attach.exp: New file.
2588
2589 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2590
2591 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2592 through /bin/sh.
2593 * boards/dwarf4-gdb-index.exp: Likewise.
2594 * boards/fission-dwp.exp: Likewise.
2595
2596 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2597
2598 * gdb.base/float128.exp: Add comment and improved fail message
2599 to the failure case of "print large128" test.
2600
2601 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2602
2603 * configure.ac: Remove AC_PREREQ.
2604 * configure: Re-generate.
2605
2606 2018-06-19 Pedro Alves <palves@redhat.com>
2607
2608 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2609 (func_extern_caller): New.
2610 (main): Call func_extern_caller.
2611 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2612 logic change.
2613
2614 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2615
2616 PR gdb/16841
2617 * gdb.cp/typedef-base.cc: New file.
2618 * gdb.cp/typedef-base.exp: New file.
2619
2620 2018-06-18 Tom de Vries <tdevries@suse.de>
2621
2622 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2623
2624 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2625 Richard Bunt <Richard.Bunt@arm.com>
2626
2627 * gdb.threads/attach-slow-waitpid.c: New file.
2628 * gdb.threads/attach-slow-waitpid.exp: New file.
2629 * gdb.threads/slow-waitpid.c: New file.
2630
2631 2018-06-14 Pedro Alves <palves@redhat.com>
2632
2633 * gdb.base/fork-running-state.c: Include <errno.h>.
2634 (exit_if_relative_exits): New.
2635 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2636 exits.
2637 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2638 child exits.
2639
2640 2018-06-14 Tom de Vries <tdevries@suse.de>
2641
2642 PR cli/22573
2643 * gdb.base/finish-pretty.c: New test.
2644 * gdb.base/finish-pretty.exp: New file.
2645
2646 2018-06-14 Pedro Alves <palves@redhat.com>
2647
2648 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2649 gdb's expected startup output.
2650
2651 2018-06-14 Pedro Alves <palves@redhat.com>
2652
2653 * lib/selftest-support.exp (selftest_setup): Remove inlined
2654 function handling.
2655
2656 2018-06-14 Tom de Vries <tdevries@suse.de>
2657
2658 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2659 matching of breakpoint printing.
2660
2661 2018-06-13 Tom de Vries <tdevries@suse.de>
2662
2663 PR testsuite/23269
2664 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2665 (fork_child): ... here, and ...
2666 (fork_parent): ... here.
2667
2668 2018-06-12 Tom de Vries <tdevries@suse.de>
2669
2670 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2671
2672 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2673 Stephen Roberts <stephen.roberts@arm.com>
2674
2675 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2676 rewrite test to describe action performed, rather than possible
2677 failure.
2678
2679 2018-06-08 Gary Benson <gbenson@redhat.com>
2680
2681 * gdb.threads/check-libthread-db.exp: New file.
2682 * gdb.threads/check-libthread-db.c: Likewise.
2683
2684 2018-06-05 Tom Tromey <tom@tromey.com>
2685
2686 * gdb.base/default.exp: Update expected "show version" output.
2687
2688 2018-06-05 Tom Tromey <tom@tromey.com>
2689
2690 PR cli/12326:
2691 * gdb.cp/static-print-quit.exp: Update.
2692 * lib/gdb.exp (pagination_prompt): Update.
2693 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2694 * gdb.python/python.exp: Update.
2695
2696 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2697
2698 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2699
2700 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2701
2702 * gdb.ada/bp_fun_addr: New testcase.
2703
2704 2018-06-01 Tom Tromey <tom@tromey.com>
2705
2706 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2707 results.
2708 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2709 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2710 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2711 * gdb.base/maint.exp (maint_pass_if): Update.
2712
2713 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2714
2715 * gdb.base/endian.exp: New test.
2716 * gdb.base/endian.c: New test source.
2717
2718 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2719
2720 PR gdb/23203
2721 * gdb.base/bt-selected-frame.c: New file.
2722 * gdb.base/bt-selected-frame.exp: New file.
2723 * lib/gdb.exp (get_current_frame_number): New function.
2724
2725 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2726 Pedro Alves <palves@redhat.com>
2727
2728 * gdb.threads/tls-core.c: Include <stdlib.h>
2729 (thread_proc): Call `abort'.
2730 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2731 (tls_core_test): New procedure, bits factored out from ...
2732 (top level): ... here. Test both native cores and gcore cores.
2733
2734 2018-05-23 Tom Tromey <tom@tromey.com>
2735
2736 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2737
2738 2018-05-23 Tom Tromey <tom@tromey.com>
2739
2740 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2741 symfile_complaints.
2742 (test_short_complaints): Likewise.
2743 (test_empty_complaints): Likewise.
2744 (test_initial_complaints): Update.
2745
2746 2018-05-23 Tom Tromey <tom@tromey.com>
2747
2748 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2749
2750 2018-05-23 Tom Tromey <tom@tromey.com>
2751
2752 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2753 (test_short_complaints): Update.
2754
2755 2018-05-22 Pedro Alves <palves@redhat.com>
2756
2757 * gdb.base/remote.exp: Only gdb_start after compiling the
2758 testcase. Issue "disconnect" before testing "set remote" command
2759 defaults. Issue clean_restart before running to main.
2760
2761 2018-05-22 Pedro Alves <palves@redhat.com>
2762
2763 * gdb.base/remote.exp: Adjust expected output of "show remote
2764 memory-write-packet-size". Add tests for "set remote
2765 memory-write-packet-size 0" and "set remote
2766 memory-write-packet-size fixed/limit".
2767
2768 2018-05-22 Pedro Alves <palves@redhat.com>
2769
2770 PR gdb/22973
2771 * gdb.base/utf8-identifiers.c: New file.
2772 * gdb.base/utf8-identifiers.exp: New file.
2773
2774 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2775
2776 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2777
2778 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2779
2780 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2781
2782 2018-05-18 Tom Tromey <tom@tromey.com>
2783
2784 * gdb.base/ptype-offsets.exp: Update.
2785
2786 2018-05-17 Keith Seitz <keiths@redhat.com>
2787
2788 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2789 in expected breakpoint stop locations.
2790 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2791 move to proper scope to test variable values.
2792 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2793 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2794 New functions.
2795 (main): Call not_inline_func3.
2796 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2797 inline_func1, inline_func2, and inline_func3. Test that when each
2798 breakpoint is hit, GDB properly reports both the stop location
2799 and the backtrace. Repeat tests for temporary breakpoints.
2800
2801 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2802
2803 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2804 rather then trying to access it in determining whether the PID
2805 of `gdbserver' could have been retrieved.
2806
2807 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2808
2809 * gdb.arch/amd64-init-x87-values.S: New file.
2810 * gdb.arch/amd64-init-x87-values.exp: New file.
2811
2812 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2813
2814 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2815
2816 2018-05-04 Tom Tromey <tom@tromey.com>
2817
2818 PR python/22730:
2819 * gdb.python/python.exp: Test multi-line execute.
2820
2821 2018-05-04 Tom Tromey <tom@tromey.com>
2822
2823 PR python/22731:
2824 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2825
2826 2018-05-04 Tom Tromey <tom@tromey.com>
2827
2828 PR gdb/11750:
2829 * gdb.base/define.exp: Test defining a user command inside a user
2830 command.
2831 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2832
2833 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2834 Pedro Alves <palves@redhat.com>
2835
2836 PR breakpoints/19806 and support for PR external/20207.
2837 * gdb.base/watchpoint-unaligned.c: New file.
2838 * gdb.base/watchpoint-unaligned.exp: New file.
2839
2840 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2841
2842 * gdb.base/maint.exp: Make test names unique, use
2843 test_prefix_command_help to test 'help maint info', and remove
2844 repeated test of 'help maint'.
2845
2846 2018-05-04 Tom Tromey <tom@tromey.com>
2847
2848 PR gdb/22619:
2849 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2850 behavior.
2851
2852 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2853
2854 * gdb.base/maint.exp: Process output from 'maint print registers'
2855 line at a time.
2856
2857 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2858
2859 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2860 timeout.
2861
2862 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2863
2864 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2865 filter pattern.
2866
2867 2018-05-02 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2870 to_log_command renames.
2871 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2872
2873 2018-05-02 Tom Tromey <tom@tromey.com>
2874
2875 * gdb.python/py-parameter.exp: Set test message.
2876
2877 2018-05-02 Tom Tromey <tom@tromey.com>
2878
2879 PR python/20084:
2880 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2881 PARAM_ZUINTEGER_UNLIMITED tests.
2882
2883 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2884
2885 PR rust/23124
2886 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2887 when casting.
2888
2889 2018-04-30 Tom Tromey <tom@tromey.com>
2890
2891 * gdb.python/py-type.exp: Check align attribute.
2892 * gdb.python/py-type.c: New "aligncheck" global.
2893
2894 2018-04-30 Tom Tromey <tom@tromey.com>
2895
2896 PR exp/17095:
2897 * gdb.dwarf2/dw2-align.exp: New file.
2898 * gdb.cp/align.exp: New file.
2899 * gdb.base/align.exp: New file.
2900 * lib/gdb.exp (gdb_int128_helper): New proc.
2901 (has_int128_c, has_int128_cxx): New caching procs.
2902
2903 2018-04-27 Tom Tromey <tom@tromey.com>
2904
2905 PR rust/22545:
2906 * gdb.rust/simple.exp: Add inclusive range tests.
2907
2908 2018-04-26 Pedro Alves <palves@redhat.com>
2909
2910 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2911 ifunc breakpoint locations correctly of ifunc breakpoints set
2912 while the program resolves the ifunc.
2913
2914 2018-04-26 Pedro Alves <palves@redhat.com>
2915
2916 * gdb.base/gnu-ifunc-final.c: New file.
2917 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2918 * gdb.base/gnu-ifunc.exp (executable): Delete.
2919 (staticexecutable): Adjust.
2920 (lib_opts, exec_opts): Delete.
2921 (make_binsuffix, build, set-break): New procedures.
2922 (misc_tests): New, with tests factored out from the top level.
2923 (top level): Test different combinations of ifunc resolver name,
2924 resolver with and with debug info, and ifunc target with and
2925 without debug info. Wrap static tests with with_target_prefix.
2926
2927 2018-04-26 Pedro Alves <palves@redhat.com>
2928
2929 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2930 return type" warnings.
2931
2932 2018-04-25 Pedro Alves <palves@redhat.com>
2933
2934 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2935 killed".
2936 * gdb.base/kill-after-signal.exp: Likewise.
2937 * gdb.threads/kill.exp: Likewise.
2938
2939 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2940 Sergio Durigan Junior <sergiodj@redhat.com>
2941 Pedro Alves <palves@redhat.com>
2942
2943 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2944 regexps to expect for '[Inferior ... detached]' as well.
2945 * gdb.base/attach.exp: Likewise.
2946 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2947 "gdb_continue_to_end".
2948 (test_catch_syscall_with_wrong_args): Likewise.
2949 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2950 ']'. Don't set 'verbose' on.
2951 * gdb.base/foll-vfork.exp: Likewise.
2952 * gdb.base/fork-print-inferior-events.c: New file.
2953 * gdb.base/fork-print-inferior-events.exp: New file.
2954 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2955 '[Inferior ... has been killed]' message.
2956 * gdb.base/kill-after-signal.exp: Likewise.
2957 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2958 detach message.
2959 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2960 message.
2961 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2962 regexps to expect for '[Inferior ... detached]' as well.
2963 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2964
2965 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2966
2967 PR gdb/23104
2968 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2969
2970 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2971
2972 * gdb.threads/multiple-successive-infcall.c: New test.
2973 * gdb.threads/multiple-successive-infcall.exp: New file.
2974
2975 2018-04-17 Tom Tromey <tom@tromey.com>
2976
2977 * gdb.rust/simple.rs (Union): New type.
2978 (main): New local "u".
2979 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2980
2981 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2982
2983 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2984 number information in output of "whereis" command.
2985 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2986
2987 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2988
2989 * gdb.ada/info_types.exp: Adjust expected output to the line
2990 numbers now printed by "info var/func/type".
2991 * gdb.base/completion.exp: Likewise.
2992 * gdb.base/included.exp: Likewise.
2993 * gdb.cp/cp-relocate.exp: Likewise.
2994 * gdb.cp/cplusfuncs.exp: Likewise.
2995 * gdb.cp/namespace.exp: Likewise.
2996 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2997
2998 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2999
3000 * gdb.btrace/cpu.exp: New.
3001
3002 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3003
3004 * gdb.base/step-indirect-call-thunk.exp: New.
3005 * gdb.base/step-indirect-call-thunk.c: New.
3006 * gdb.reverse/step-indirect-call-thunk.exp: New.
3007 * gdb.reverse/step-indirect-call-thunk.c: New.
3008
3009 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3010
3011 * gdb.base/pie-fork.c: New file.
3012 * gdb.base/pie-fork.exp: New file.
3013
3014 2018-04-11 Tom Tromey <tom@tromey.com>
3015
3016 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3017
3018 2018-04-10 Pedro Alves <palves@redhat.com>
3019
3020 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3021 exits. Instead loop running forever.
3022 (fork_parent): Run forever too.
3023
3024 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3025
3026 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3027 mi_continue_to_line.
3028 * gdb.mi/mi-stack.c (callee4): Add comment.
3029
3030 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3031
3032 * gdb.mi/mi-stack.exp: Fix indentation.
3033
3034 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3035
3036 PR gdb/22979
3037 * gdb.arch/amd64-osabi.exp: New file.
3038
3039 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3040
3041 PR gdb/22980
3042 * gdb.base/osabi.exp: New file.
3043
3044 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3045
3046 * gdb.cp/static-typedef-print.exp: New file.
3047 * gdb.cp/static-typedef-print.cc: New file.
3048
3049 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3050
3051 * gdb.ada/varsize_limit: New testcase.
3052
3053 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3054
3055 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3056
3057 * gdb.ada/notcplusplus: New testcase.
3058
3059 * gdb.base/c-linkage-name.c: New file.
3060 * gdb.base/c-linkage-name.exp: New testcase.
3061
3062 2018-03-26 Tom Tromey <tom@tromey.com>
3063
3064 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3065 * gdb.python/py-framefilter.py (name_error): New global.
3066 (ErrorInName.function): Use name_error.
3067
3068 2018-03-26 Tom Tromey <tom@tromey.com>
3069
3070 PR backtrace/15582:
3071 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3072
3073 2018-03-23 Keith Seitz <keiths@redhat.com>
3074
3075 PR c++/22968
3076 * gdb.cp/subtypes.exp: New file.
3077 * gdb.cp/subtypes.h: New file.
3078 * gdb.cp/subtypes.cc: New file.
3079 * gdb.cp/subtypes-2.cc: New file.
3080
3081 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3082
3083 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3084 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3085 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3086 -nostartfiles when compiling the test. Confirm that all registers
3087 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3088
3089 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3090
3091 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3092 option, syntax was wrong anyway.
3093 * gdb.arch/arm-disp-step.exp: Likewise.
3094 * gdb.arch/sparc64-regs.exp: Likewise.
3095 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3096 option, syntax was wrong anyway, switch to use
3097 prepare_for_testing.
3098 * gdb.arch/i386-disp-step.exp: Likewise.
3099
3100 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3101
3102 * gdb.ada/exec_changed.exp: Replace "target_info exists
3103 use_gdb_stub" by "use_gdb_stub".
3104 * gdb.ada/start.exp: Likewise.
3105 * gdb.base/async-shell.exp: Likewise.
3106 * gdb.base/attach-pie-misread.exp: Likewise.
3107 * gdb.base/attach-wait-input.exp: Likewise.
3108 * gdb.base/break-entry.exp: Likewise.
3109 * gdb.base/break-interp.exp: Likewise.
3110 * gdb.base/dprintf-detach.exp: Likewise.
3111 * gdb.base/nostdlib.exp: Likewise.
3112 * gdb.base/solib-nodir.exp: Likewise.
3113 * gdb.base/statistics.exp: Likewise.
3114 * gdb.base/testenv.exp: Likewise.
3115 * gdb.mi/mi-exec-run.exp: Likewise.
3116 * gdb.mi/mi-start.exp: Likewise.
3117 * gdb.multi/dummy-frame-restore.exp: Likewise.
3118 * gdb.multi/multi-arch-exec.exp: Likewise.
3119 * gdb.multi/multi-arch.exp: Likewise.
3120 * gdb.multi/tids.exp: Likewise.
3121 * gdb.multi/watchpoint-multi.exp: Likewise.
3122 * gdb.python/py-events.exp: Likewise.
3123 * gdb.threads/attach-into-signal.exp: Likewise.
3124 * gdb.threads/attach-stopped.exp: Likewise.
3125 * gdb.threads/threadapply.exp: Likewise.
3126 * lib/selftest-support.exp: Likewise.
3127
3128 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3129
3130 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3131
3132 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3133
3134 * gdb.perf/template-breakpoints.cc: New file.
3135 * gdb.perf/template-breakpoints.exp: New file.
3136 * gdb.perf/template-breakpoints.py: New file.
3137
3138 2018-03-19 Tom Tromey <tom@tromey.com>
3139
3140 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3141 y0.
3142 * gdb.rust/simple.exp: Test bare identifier form of struct
3143 initializer.
3144
3145 2018-03-19 Tom Tromey <tom@tromey.com>
3146
3147 * gdb.gdb/observer.exp: Remove.
3148
3149 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3150
3151 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3152 "qualified" option when setting breakpoints.
3153 * gdb.trace/backtrace.exp: Likewise.
3154 * gdb.trace/circ.exp: Likewise.
3155 * gdb.trace/collection.exp: Likewise.
3156 * gdb.trace/disconnected-tracing.exp: Likewise.
3157 * gdb.trace/ftrace-lock.exp: Likewise.
3158 * gdb.trace/ftrace.exp: Likewise.
3159 * gdb.trace/infotrace.exp: Likewise.
3160 * gdb.trace/packetlen.exp: Likewise.
3161 * gdb.trace/passc-dyn.exp: Likewise.
3162 * gdb.trace/qtro.exp: Likewise.
3163 * gdb.trace/read-memory.exp: Likewise.
3164 * gdb.trace/report.exp: Likewise.
3165 * gdb.trace/signal.exp: Likewise.
3166 * gdb.trace/status-stop.exp: Likewise.
3167 * gdb.trace/strace.exp: Likewise.
3168 * gdb.trace/tfind.exp: Likewise.
3169 * gdb.trace/trace-break.exp: Likewise.
3170 * gdb.trace/trace-condition.exp: Likewise.
3171 * gdb.trace/trace-mt.exp: Likewise.
3172 * gdb.trace/tstatus.exp: Likewise.
3173 * gdb.trace/tsv.exp: Likewise.
3174 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3175 * gdb.trace/unavailable.exp: Likewise.
3176 * gdb.trace/while-dyn.exp: Likewise.
3177
3178 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3179
3180 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3181 that libinproctrace is copied to the target.
3182
3183 2018-03-14 Tom Tromey <tom@tromey.com>
3184
3185 PR cli/14977:
3186 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3187 a null pointer.
3188 * gdb.base/wchar.exp: Likewise.
3189
3190 2018-03-14 Tom Tromey <tom@tromey.com>
3191
3192 PR cli/19918:
3193 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3194 flag.
3195
3196 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3197
3198 PR gdb/22841
3199 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3200 "target" to remote_exec.
3201
3202 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3203
3204 PR gdb/22841
3205 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3206 ${board}_upload): Remove.
3207
3208 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3209
3210 * gdb.cp/watch-cp.cc: New test.
3211 * gdb.cp/watch-cp.exp: New file.
3212
3213 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3214
3215 * gdb.base/infcall-nested-structs.exp: New file.
3216 * gdb.base/infcall-nested-structs.c: New file.
3217 * gdb.base/float.exp: Add riscv support.
3218
3219 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3220
3221 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3222 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3223
3224 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3225
3226 * gdb.server/abspath.exp: New file.
3227 * lib/gdb.exp (with_cwd): New procedure.
3228
3229 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3230
3231 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3232 use it.
3233 (gdb_is_target_remote_prompt): New proc.
3234 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3235 (gdb_is_target_native): Pass prompt parameter to
3236 gdb_is_target_1.
3237
3238 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3239
3240 * gdb.base/load-command.c: New file.
3241 * gdb.base/load-command.exp: New file.
3242 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3243 (gdb_is_target_1): ...this, and generalize for other targets
3244 than just remote.
3245 (gdb_is_target_remote): Use gdb_is_target_1.
3246 (gdb_is_target_native): use gdb_is_target_1.
3247
3248 2018-02-26 Tom Tromey <tom@tromey.com>
3249
3250 PR python/16497:
3251 * gdb.python/py-framefilter.exp: Update test.
3252
3253 2018-02-26 Tom Tromey <tom@tromey.com>
3254
3255 * gdb.dwarf2/variant.c: New file.
3256 * gdb.dwarf2/variant.exp: New file.
3257
3258 2018-02-26 Tom Tromey <tom@tromey.com>
3259
3260 * gdb.rust/simple.exp: Accept more possible results in enum test.
3261
3262 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3263
3264 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3265 parentheses.
3266
3267 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3268
3269 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3270 name of a variable: $actual_linejj -> $actual_line.
3271
3272 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3273
3274 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3275
3276 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3277
3278 * gdb.btrace/buffer-size.exp: Do not force BTS.
3279
3280 2018-02-14 Pedro Alves <palves@redhat.com>
3281
3282 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3283 getting a "Quit".
3284
3285 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3286
3287 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3288 Fix test name.
3289
3290 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3291
3292 * gdb.cp/m-static.exp: Check type of optimized out static
3293 member.
3294
3295 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3296
3297 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3298 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3299
3300 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3301 Leszek Swirski <leszeks@google.com>
3302
3303 * gdb.python/py-prettyprint.c
3304 (struct to_string_returns_value_inner,
3305 struct to_string_returns_value_wrapper): New.
3306 (main): Add tsrvw variable.
3307 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3308 ToStringReturnsValueWrapper): New classes.
3309 (register_pretty_printers): Register new pretty-printers.
3310 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3311 recursive pretty printer.
3312 * gdb.python/py-mi.exp: Likewise.
3313
3314 2018-02-01 Leszek Swirski <leszeks@google.com>
3315
3316 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3317 functions with the same name as an include file are parsed
3318 correctly.
3319
3320 2018-02-01 Yao Qi <yao.qi@linaro.org>
3321
3322 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3323 "\[^\r\n\]*".
3324
3325 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3326
3327 * gdb.arch/powerpc-prologue-frame.s: New file.
3328 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3329 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3330
3331 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3332
3333 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3334
3335 2018-01-30 Pedro Alves <palves@redhat.com>
3336
3337 PR gdb/13211
3338 * gdb.base/interrupt-daemon.c: New.
3339 * gdb.base/interrupt-daemon.exp: New.
3340 * gdb.multi/multi-term-settings.c: New.
3341 * gdb.multi/multi-term-settings.exp: New.
3342
3343 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3344
3345 * gdb.base/break.exp: Save the location where the breakpoint
3346 on break.c:47 was actually inserted when debugging the version
3347 compiled at -O2 and use it in the expected output of the "info
3348 break" test performed soon after.
3349
3350 2018-01-22 Pedro Alves <palves@redhat.com>
3351 Sergio Durigan Junior <sergiodj@redhat.com>
3352
3353 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3354 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3355
3356 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3357
3358 * gdb.base/break-include.c, gdb.base/break-include.inc,
3359 gdb.base/break-include.exp: New files.
3360 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3361 line number now being the actual line number where the breakpoint
3362 was inserted.
3363 * gdb.mi/mi-break.exp: Likewise.
3364 * gdb.mi/mi-reverse.exp: Likewise.
3365 * gdb.mi/mi-simplerun.exp: Ditto.
3366
3367 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3368
3369 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3370 varobj.
3371 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3372
3373 2018-01-21 Don Breazeal <donb@codesourcery.com>
3374 Andrew Burgess <andrew.burgess@embecosm.com>
3375
3376 * gdb.mi/basics.c: Add new global.
3377 * gdb.mi/mi-frame-regs.exp: New file.
3378 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3379 case.
3380
3381 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3382
3383 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3384 non-parameter, and on an unknown symbol.
3385
3386 2018-01-19 Tom Tromey <tom@tromey.com>
3387
3388 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3389 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3390
3391 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3392
3393 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3394 setrlimit and chdir to int.
3395
3396 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3397
3398 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3399 function.
3400 (my_tend): Likewise.
3401 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3402 rationale of avoiding FP- and vector instructions.
3403
3404 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3405
3406 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3407 "info reg" with "\[ \t\]*".
3408 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3409 "\[ \t\]+".
3410 * gdb.arch/s390-multiarch.exp: Ditto.
3411 * gdb.base/pc-fp.exp: Ditto.
3412 * gdb.reverse/i386-precsave.exp: Ditto.
3413 * gdb.reverse/i386-reverse.exp: Ditto.
3414 * gdb.reverse/i387-env-reverse.exp: Ditto.
3415 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3416
3417 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3418
3419 * lib/gdb.exp (gdb_compile): Re-enable use of
3420 universal_compile_options for languages other than Rust.
3421
3422 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3423
3424 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3425
3426 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3427
3428 PR gdb/16577
3429 * gdb.base/solib-vanish.exp: New.
3430 * gdb.base/solib-vanish-main.c: New.
3431 * gdb.base/solib-vanish-lib1.c: New.
3432 * gdb.base/solib-vanish-lib2.c: New.
3433
3434 2018-01-17 Yao Qi <yao.qi@linaro.org>
3435
3436 * gdb.compile/compile.exp: Match the address printed for
3437 frame in the output of command "bt".
3438
3439 2018-01-15 Tom Tromey <tom@tromey.com>
3440
3441 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3442 compute sp_reg.
3443
3444 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3445
3446 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3447 to prepare.
3448 (prepare): Return 0 on error, 1 on success.
3449
3450 2018-01-12 Pedro Alves <palves@redhat.com>
3451
3452 * gdb.base/continue-after-aborted-step-over.c: New.
3453 * gdb.base/continue-after-aborted-step-over.exp: New.
3454
3455 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3456
3457 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3458 options when not creating an executable.
3459
3460 2018-01-11 Pedro Alves <palves@redhat.com>
3461
3462 PR remote/22597
3463 * gdb.server/stop-reply-no-thread.c: New file.
3464 * gdb.server/stop-reply-no-thread.exp: New file.
3465
3466 2018-01-10 Pedro Alves <palves@redhat.com>
3467
3468 PR gdb/22670
3469 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3470 functions too. Test setting breakpoints and printing C functions
3471 with no debug info too.
3472 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3473
3474 2018-01-10 Pedro Alves <palves@redhat.com>
3475
3476 PR gdb/22670
3477 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3478 a fail.
3479
3480 2018-01-10 Pedro Alves <palves@redhat.com>
3481
3482 PR gdb/22670
3483 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3484
3485 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3486
3487 * gdb.server/unittest.exp: Match the output in non-development
3488 mode.
3489
3490 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3491
3492 * gdb.gdb/unittest.exp: Match output in non-development mode.
3493
3494 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3495
3496 * gdb.ada/access_tagged_param.exp: Relax expected output
3497 for value of "ObjL" in "continue" to pck.inspect breakpoint
3498 test.
3499
3500 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3501
3502 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3503 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3504
3505 2018-01-05 Pedro Alves <palves@redhat.com>
3506
3507 PR gdb/18653
3508 * gdb.base/libsegfault.exp: New.
3509
3510 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3511
3512 PR gdb/22670
3513 * gdb.ada/access_tagged_param.exp: New file.
3514 * gdb.ada/access_tagged_param/foo.adb: New file.
3515
3516 2018-01-05 Pedro Alves <palves@redhat.com>
3517
3518 PR gdb/22670
3519 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3520 exercise lower case too, and to exercise both full matching and
3521 wild matching.
3522
3523 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3524
3525 * gdb.ada/rename_subscript_param: New testcase.
3526
3527 2018-01-05 Jerome Guitton <guitton@adacore.com>
3528
3529 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3530
3531 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3532
3533 * gdb.ada/convvar_comp: New testcase.
3534
3535 2018-01-05 Xavier Roirand <roirand@adacore.com>
3536
3537 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3538 (My_Table): New global variable.
3539 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3540
3541 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3542
3543 PR gdb/22670
3544 * gdb.ada/maint_with_ada: New testcase.
3545
3546 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3547
3548 PR gdb/22670
3549 * gdb.ada/bp_c_mixed_case: New testcase.
3550
3551 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3552
3553 PR gdb/22670
3554 * gdb.ada/complete.exp: Add "complete break ada" test.
3555
3556 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3557
3558 PR gdb/22670
3559 * gdb.ada/info_addr_mixed_case: New testcase.
3560
3561 2018-01-03 Xavier Roirand <roirand@adacore.com>
3562
3563 * gdb.ada/excep_handle.exp: New testcase.
3564 * gdb.ada/excep_handle/foo.adb: New file.
3565 * gdb.ada/excep_handle/pck.ads: New file.
3566
3567 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3568
3569 * gdb.base/step-line.c: Add extra empty line in copyright header.
3570 * gdb.base/step-line.inp: Likewise.
3571
3572 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3573
3574 * gdb.ada/dyn_stride.exp: Add slice test.
3575
3576 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3577
3578 * gdb.ada/dyn_stride: New testcase.
3579
3580 2017-12-27 Stafford Horne <shorne@gmail.com>
3581
3582 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3583 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3584
3585 2017-12-27 Stafford Horne <shorne@gmail.com>
3586
3587 * gdb.base/reggroups.c: New file.
3588 * gdb.base/reggroups.exp: New file.
3589
3590 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3591
3592 * gdb.dwarf2/ada-valprint-error.c: New file.
3593 * gdb.dwarf2/ada-valprint-error.exp: New file.
3594
3595 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3596
3597 * gdb.ada/assign_arr: New testcase.
3598
3599 2017-12-18 Xavier Roirand <roirand@adacore.com>
3600
3601 * gdb.ada/funcall_ptr: New testcase.
3602
3603 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3604
3605 PR cli/16224
3606 * gdb.base/ptype-offsets.cc: New file.
3607 * gdb.base/ptype-offsets.exp: New file.
3608
3609 2017-12-15 Yao Qi <yao.qi@linaro.org>
3610
3611 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3612 if XML is disabled.
3613
3614 2017-12-15 Xavier Roirand <roirand@adacore.com>
3615
3616 * gdb.ada/same_component_name: New testcase.
3617
3618 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3619
3620 * gdb.ada/str_binop_equal: New testcase.
3621
3622 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3623
3624 * gdb.ada/task_switch_in_core: New testcase.
3625
3626 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3627
3628 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3629 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3630 call test_bkpt_qualified.
3631 (test_bkpt_qualified): New proc.
3632
3633 2017-12-13 Pedro Alves <palves@redhat.com>
3634
3635 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3636 Tighten regexp by matching with an anchor.
3637
3638 2017-12-13 Pedro Alves <palves@redhat.com>
3639
3640 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3641 ("expression with namespace"): New set of tests.
3642 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3643 (Nested::Test_NS::qux): New.
3644 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3645 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3646
3647 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3648
3649 * gdb.base/server-del-break.c: New file.
3650 * gdb.base/server-del-break.exp: New file.
3651
3652 2017-12-12 Stafford Horne <shorne@gmail.com>
3653
3654 * gdb.xml/tdesc-regs.exp: Add or1k support.
3655
3656 2017-12-12 Stafford Horne <shorne@gmail.com>
3657
3658 * gdb.base/bp-permanent.c: Define nop of or1k.
3659
3660 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3661
3662 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3663 output with components being reordered.
3664
3665 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3666
3667 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3668 output with components being reordered.
3669
3670 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3671 Pedro Alves <palves@redhat.com>
3672
3673 * gdb.base/maint.exp (check for .gdb_index): Check also for
3674 .debug_names.
3675 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3676 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3677 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3678 (.gdb_index used after symbol reloading): Support also .debug_names.
3679 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3680
3681 2017-12-08 Yao Qi <yao.qi@linaro.org>
3682
3683 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3684 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3685
3686 2017-12-08 Yao Qi <yao.qi@linaro.org>
3687
3688 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3689 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3690
3691 2017-12-08 Yao Qi <yao.qi@linaro.org>
3692
3693 * gdb.arch/aarch64-tagged-pointer.c: New file.
3694 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3695
3696 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3697
3698 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3699 "int".
3700
3701 2017-12-07 Keith Seitz <keiths@redhat.com>
3702
3703 PR breakpoints/22569
3704 * gdb.linespec/ls-errs.exp: Change expected result of "break
3705 -source this file has spaces.c -line 3".
3706 Check that an explicit source file followed by whitespace is
3707 identified as an invalid explicit location.
3708
3709 2017-12-07 Keith Seitz <keiths@redhat.com>
3710
3711 * gdb.cp/nested-types.cc: New file.
3712 * gdb.cp/nested-types.exp: New file.
3713 * lib/cp-support.exp: Load data-structures.exp library.
3714 (debug_cp_test_ptype_class): New global.
3715 (cp_ptype_class_verbose, next_line): New procedures.
3716 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3717 Add and document new return value.
3718 Switch the list of lines to a queue.
3719 Add support for new `type' key for nested type definitions.
3720 Add debugging/troubleshooting messages.
3721 * lib/data-structures.exp: New file.
3722
3723 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3724
3725 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3726 with proc_with_prefix, don't use with_test_prefix.
3727
3728 2017-12-07 Tom Tromey <tom@tromey.com>
3729
3730 * gdb.base/break.exp: Add test for empty "commands".
3731
3732 2017-12-07 Yao Qi <yao.qi@linaro.org>
3733
3734 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3735 malloc and catch syscall.
3736
3737 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3738
3739 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3740 tests for explicit locations.
3741
3742 2017-12-06 Pedro Alves <palves@redhat.com>
3743
3744 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3745 force-disabling XML descriptions.
3746
3747 2017-12-04 Pedro Alves <palves@redhat.com>
3748
3749 PR gdb/22499
3750 * gdb.arch/amd64-disp-step-avx.S: New file.
3751 * gdb.arch/amd64-disp-step-avx.exp: New file.
3752
3753 2017-12-03 Pedro Alves <palves@redhat.com>
3754
3755 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3756 and <string.h>.
3757 (parent_function): Print distinct messages when waitpid fails, or
3758 the child exits with a signal, or the child exits for an unhandled
3759 reason.
3760 * gdb.threads/process-dies-while-detaching.exp
3761 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3762 it. Wait for both inferior output and GDB's prompt. Use an
3763 indirect spawn id list.
3764 (do_detach): New parameter 'child_exit'. Use it to compute
3765 expected inferior output.
3766 (test_detach, test_detach_watch, test_detach_killed_outside):
3767 Adjust to pass down the expected child exit kind.
3768
3769 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3770 Sergio Durigan Junior <sergiodj@redhat.com>
3771 Pedro Alves <palves@redhat.com>
3772
3773 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3774
3775 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3776
3777 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3778 to 'symbol-file' and 'add-symbol-file' can be
3779 position-independent.
3780
3781 2017-12-01 Yao Qi <yao.qi@linaro.org>
3782
3783 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3784 the URL in copyright header.
3785 * gdb.arch/aarch64-fp.exp: Likewise.
3786 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3787 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3788 * gdb.base/expand-psymtabs.exp: Likewise.
3789 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3790 * gdb.fortran/common-block.exp: Likewise.
3791 * gdb.fortran/common-block.f90: Likewise.
3792 * gdb.fortran/logical.exp: Likewise.
3793 * gdb.fortran/vla-datatypes.f90: Likewise.
3794 * gdb.fortran/vla-sub.f90: Likewise.
3795
3796 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3797
3798 * gdb.ada/repeat_dyn: New testcase.
3799
3800 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3801
3802 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3803 Update for changed thread numbering.
3804 * gdb.cell/bt.exp: Update for changed GDB output.
3805
3806 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3807
3808 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3809 setting isremote by hand.
3810 * boards/dwarf4-gdb-index.exp: Likewise.
3811 * boards/fission.exp: Likewise.
3812 * boards/stabs.exp: Likewise.
3813
3814 2017-11-30 Pedro Alves <palves@redhat.com>
3815
3816 * gdb.linespec/cpls-ops.exp
3817 (check_explicit_skips_function_argument): Extract the underlying
3818 type of size_t instead of hardcoding it.
3819
3820 2017-11-29 Pedro Alves <palves@redhat.com>
3821
3822 PR c++/19436
3823 * gdb.linespec/cpls-abi-tag.cc: New file.
3824 * gdb.linespec/cpls-abi-tag.exp: New file.
3825
3826 2017-11-29 Pedro Alves <palves@redhat.com>
3827
3828 * gdb.base/langs.exp: Use -qualified.
3829 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3830 it.
3831 * gdb.cp/namespace.exp: Use -qualified.
3832 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3833 (overload-3, template-overload, template-ret-type, const-overload)
3834 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3835 procedures.
3836 (test_driver): Call them.
3837 * gdb.cp/save-bp-qualified.cc: New.
3838 * gdb.cp/save-bp-qualified.exp: New.
3839 * gdb.linespec/explicit.exp: Test -qualified.
3840 * lib/completion-support.exp (completion::explicit_opts_list): Add
3841 "-qualified".
3842 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3843
3844 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3845
3846 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3847
3848 2017-11-29 Tom Tromey <tom@tromey.com>
3849
3850 * gdb.base/relocate.exp: Update invalid argument test.
3851 Add new tests for invalid arguments.
3852
3853 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3854
3855 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3856 Return 0 as a long.
3857 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3858
3859 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3860
3861 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3862 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3863 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3864 func ().
3865 * gdb.cp/shadow.cc (B.func): Return 0.
3866
3867 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3868
3869 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3870 expected output in gdb_expect call to allow the exception
3871 message to be present as well. Fix syntax confusion to avoid
3872 TCL thinking that exception_name is an array.
3873
3874 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3875
3876 * gdb.arch/spu-info.c: Include <unistd.h>.
3877 (do_signal_test): Fix broken calls to write.
3878 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3879 Fix checks for empty mailboxes. Update signal tests for corrected
3880 do_signal_test routine. Allow nonzero event status.
3881 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3882 * gdb.cell/arch.exp: Use standard_output_file.
3883 * gdb.cell/break.exp: Likewise.
3884 * gdb.cell/bt.exp: Likewise.
3885 * gdb.cell/core.exp: Likewise.
3886 * gdb.cell/dwarfaddr.exp: Likewise.
3887 * gdb.cell/ea-cache.exp: Likewise.
3888 * gdb.cell/ea-standalone.exp: Likewise.
3889 * gdb.cell/f-regs.exp: Likewise.
3890 * gdb.cell/fork.exp: Likewise.
3891 * gdb.cell/gcore.exp: Likewise.
3892 * gdb.cell/mem-access.exp: Likewise.
3893 * gdb.cell/ptype.exp: Likewise.
3894 * gdb.cell/registers.exp: Likewise.
3895 * gdb.cell/sizeof.exp: Likewise.
3896 * gdb.cell/solib-symbol.exp: Likewise.
3897 * gdb.cell/solib.exp: Likewise.
3898
3899 2017-11-25 Pedro Alves <palves@redhat.com>
3900
3901 * gdb.base/complete-empty.exp: New file.
3902 * gdb.base/completion.exp: Adjust.
3903
3904 2017-11-25 Pedro Alves <palves@redhat.com>
3905
3906 * gdb.linespec/cpls-ops.cc: New file.
3907 * gdb.linespec/cpls-ops.exp: New file.
3908 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3909 factored out from ...
3910 (test_complete_prefix_range): ... this.
3911
3912 2017-11-24 Pedro Alves <palves@redhat.com>
3913
3914 * gdb.linespec/cpcompletion.exp: New file.
3915 * gdb.linespec/cpls-hyphen.cc: New file.
3916 * gdb.linespec/cpls.cc: New file.
3917 * gdb.linespec/cpls2.cc: New file.
3918 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3919 test to use test_gdb_complete_unique. Add label completion,
3920 keyword completion and explicit location completion tests.
3921 * lib/completion-support.exp: New file.
3922
3923 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3924
3925 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3926 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3927 when hitting an exception catchpoint.
3928
3929 2017-11-22 Yao Qi <yao.qi@linaro.org>
3930
3931 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3932
3933 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3934
3935 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3936 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3937 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3938
3939 2017-11-22 Yao Qi <yao.qi@linaro.org>
3940
3941 * gdb.base/info-os.exp: Pass pthreads.
3942 * gdb.multi/multi-attach.exp: Likewise.
3943
3944 2017-11-22 Yao Qi <yao.qi@linaro.org>
3945
3946 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3947 compiler.
3948
3949 2017-11-22 Yao Qi <yao.qi@linaro.org>
3950
3951 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3952 * gdb.base/break-interp.exp: Likewise.
3953 * gdb.base/jit-attach-pie.exp: Likewise.
3954
3955 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3956
3957 * gdb.base/float128.c (large128): New variable.
3958 * gdb.base/float128.exp: Add test to print largest __float128 value.
3959
3960 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3961
3962 * gdb.arch/vsx-regs.exp: Update register content checks.
3963
3964 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3965
3966 * gdb.arch/ppc-longdouble.exp: New file.
3967 * gdb.arch/ppc-longdouble.c: Likewise.
3968
3969 2017-11-21 Pedro Alves <palves@redhat.com>
3970
3971 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3972
3973 2017-11-20 Pedro Alves <palves@redhat.com>
3974
3975 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3976 (long_double_typedef): New typedefs.
3977 Use DEF on double and long double.
3978 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3979 cases.
3980 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3981 and 'long_double_ptr_same_size' locals. Use them to decide
3982 whether cast from array/function to float is valid/invalid.
3983
3984 2017-11-17 Tom Tromey <tom@tromey.com>
3985
3986 * gdb.rust/traits.rs: New file.
3987 * gdb.rust/traits.exp: New file.
3988
3989 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3990
3991 * gdb.ada/minsyms: New testcase.
3992
3993 2017-11-16 Pedro Alves <palves@redhat.com>
3994
3995 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3996 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3997
3998 2017-11-16 Pedro Alves <palves@redhat.com>
3999
4000 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4001 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4002
4003 2017-11-16 Pedro Alves <palves@redhat.com>
4004
4005 * gdb.server/reconnect-ctrl-c.c: New file.
4006 * gdb.server/reconnect-ctrl-c.exp: New file.
4007
4008 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4009
4010 * gdb.python/py-rbreak.exp: New file.
4011 * gdb.python/py-rbreak.c: New file.
4012 * gdb.python/py-rbreak-func2.c: New file.
4013
4014 2017-11-16 Pedro Alves <palves@redhat.com>
4015
4016 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4017 pattern.
4018 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4019 GDB.
4020
4021 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4022
4023 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4024 regex.
4025
4026 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4027
4028 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4029 test names.
4030
4031 2017-11-09 Pedro Alves <palves@redhat.com>
4032
4033 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4034 factored out from ...
4035 (top level): ... here, and adjusted to avoid expecting beyond the
4036 prompt in a single gdb_test_multiple.
4037
4038 2017-11-09 Pedro Alves <palves@redhat.com>
4039
4040 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4041 output.
4042 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4043 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4044 * gdb.server/ext-run.exp ("kill" test): Likewise.
4045 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4046
4047 2017-11-09 Pedro Alves <palves@redhat.com>
4048
4049 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4050 match till end of line.
4051
4052 2017-11-09 Pedro Alves <palves@redhat.com>
4053
4054 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4055
4056 2017-11-09 Pedro Alves <palves@redhat.com>
4057
4058 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4059 New procedures, factored out from ...
4060 (top level): ... here, and adjusted to avoid expecting beyond the
4061 prompt in one go.
4062
4063 2017-11-09 Pedro Alves <palves@redhat.com>
4064
4065 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4066 output. Fix '?' match.
4067
4068 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4069
4070 * gdb.ada/scoped_watch: New testcase.
4071 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4072 which is actually correct.
4073 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4074 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4075
4076 2017-11-08 Pedro Alves <palves@redhat.com>
4077
4078 * gdb.gdb/complaints.exp (test_initial_complaints)
4079 (test_serial_complaints, test_short_complaints): Call
4080 complaint_internal instead of complaint.
4081
4082 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4083
4084 * gdb.threads/tls-core.c: New file.
4085 * gdb.threads/tls-core.exp: Likewise.
4086
4087 2017-11-08 Pedro Alves <palves@redhat.com>
4088
4089 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4090 (p Exported_Capitalized): New test.
4091 (p exported_capitalized): New test.
4092
4093 2017-11-07 Pedro Alves <palves@redhat.com>
4094
4095 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4096
4097 2017-11-07 Pedro Alves <palves@redhat.com>
4098
4099 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4100 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4101 (disable_invalid, disable_inverted, disable_negative): New
4102 procedures.
4103 ("bad numbers"): New set of tests.
4104
4105 2017-11-07 Pedro Alves <palves@redhat.com>
4106
4107 * gdb.cp/ena-dis-br-range.exp: Add tests.
4108
4109 2017-11-07 Pedro Alves <palves@redhat.com>
4110
4111 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4112
4113 2017-11-07 Xavier Roirand <roirand@adacore.com>
4114 Pedro Alves <palves@redhat.com>
4115
4116 * gdb.base/ena-dis-br.exp: Add reference to
4117 gdb.cp/ena-dis-br-range.exp.
4118 * gdb.cp/ena-dis-br-range.exp: New file.
4119 * gdb.cp/ena-dis-br-range.cc: New file.
4120
4121 2017-11-06 Pedro Alves <palves@redhat.com>
4122
4123 * gdb.base/attach-non-pgrp-leader.c: New.
4124 * gdb.base/attach-non-pgrp-leader.exp: New.
4125
4126 2017-11-06 Pedro Alves <palves@redhat.com>
4127
4128 * configure.ac: No longer check for termio.h and sgtty.h.
4129 * configure: Regenerate.
4130 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4131 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4132 Remove termio and sgtty code.
4133
4134 2017-11-03 Yao Qi <yao.qi@linaro.org>
4135
4136 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4137 in GDB is disabled.
4138
4139 2017-11-03 Yao Qi <yao.qi@linaro.org>
4140
4141 * gdb.python/py-thrhandle.exp: Skip it if python is not
4142 enabled.
4143
4144 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4145
4146 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4147 as a breakpoint command.
4148
4149 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4150
4151 PR python/21213
4152 * gdb.python/py-infthread.exp: Test calling
4153 InferiorThread.inferior () multiple times in a row.
4154
4155 2017-10-27 Keith Seitz <keiths@redhat.com>
4156
4157 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4158 Test "info break" for every inlined function breakpoint.
4159
4160 2017-10-27 Yao Qi <yao.qi@linaro.org>
4161
4162 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4163
4164 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4165
4166 * gdb.cp/classes.exp (test_static_members): Test printing
4167 Outer::instance.
4168 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4169 (Inner::instance, Outer::instance): New.
4170
4171 2017-10-24 Pedro Alves <palves@redhat.com>
4172
4173 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4174 extra console" test in two stages.
4175
4176 2017-10-24 Pedro Alves <palves@redhat.com>
4177
4178 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4179
4180 2017-10-24 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4183 loop.
4184
4185 2017-10-24 Pedro Alves <palves@redhat.com>
4186
4187 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4188 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4189
4190 2017-10-24 Pedro Alves <palves@redhat.com>
4191
4192 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4193 parameter and handle it. Don't output read value in test name.
4194
4195 2017-10-24 Pedro Alves <palves@redhat.com>
4196
4197 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4198 custom test name.
4199
4200 2017-10-24 Pedro Alves <palves@redhat.com>
4201
4202 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4203 include the unstable output directory name in the test's name.
4204 (initial_setup_simple) <'set args'>: Use custom test name.
4205
4206 2017-10-24 Pedro Alves <palves@redhat.com>
4207
4208 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4209 with explicit test name.
4210
4211 2017-10-20 Pedro Alves <palves@redhat.com>
4212
4213 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4214 'wait -i'. Use gdb_assert and remote_close.
4215
4216 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4217
4218 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4219 number from variable rather than hard-coded.
4220
4221 2017-10-19 Pedro Alves <palves@redhat.com>
4222
4223 * gdb.base/long-inferior-output.c: New file.
4224 * gdb.base/long-inferior-output.exp: New file.
4225
4226 2017-11-18 Keith Seitz <keiths@redhat.com>
4227
4228 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4229 method.
4230 (main): Call it.
4231 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4232 Add additional user-defined conversion operator tests.
4233
4234 2017-10-17 Pedro Alves <palves@redhat.com>
4235
4236 * boards/native-stdio-gdbserver.exp: Load "local-board".
4237
4238 2017-10-17 Pedro Alves <palves@redhat.com>
4239
4240 * gdb.base/quit-live.c: New file.
4241 * gdb.base/quit-live.exp: New file.
4242
4243 2017-10-16 Keith Seitz <keiths@redhat.com>
4244
4245 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4246 (class_with_protected_typedef, class_with_private_typedef)
4247 (struct_with_public_typedef, struct_with_protected_typedef)
4248 (struct_with_private_typedef): New classes/structs.
4249 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4250 typedefs and access specifiers.
4251
4252 2017-10-16 Pedro Alves <palves@redhat.com>
4253 Simon Marchi <simon.marchi@polymtl.ca>
4254
4255 * README (Local vs Remote vs Native): New section.
4256 * boards/local-board.exp: New file, with bits factored out from
4257 ...
4258 * boards/native-extended-gdbserver.exp: ... here. Load
4259 "local-board".
4260 * boards/native-gdbserver.exp: Load "local-board".
4261 (${board}_spawn, ${board}_exec): Delete.
4262 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4263 ...
4264 * boards/stdio-gdbserver-base.exp: ... this new file.
4265 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4266 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4267 procedure.
4268 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4269 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4270 stdio_gdbserver_command.
4271 (${board}_get_remote_address, ${board}_get_comm_port)
4272 (${board}_download, ${board}_upload): Delete.
4273 (get_target_remote_pipe_cmd): New.
4274
4275 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4276
4277 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4278 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4279 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4280 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4281 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4282 remove with_test_prefix.
4283
4284 2017-10-13 Pedro Alves <palves@redhat.com>
4285
4286 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4287 * gdb.base/annota1.exp: Use it instead of is_remote.
4288 * gdb.base/annota3.exp: Use it instead of is_remote.
4289 * gdb.cp/annota2.exp: Use it instead of is_remote.
4290 * gdb.cp/annota3.exp: Use it instead of is_remote.
4291 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4292
4293 2017-10-13 Pedro Alves <palves@redhat.com>
4294
4295 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4296 (test_num_test_vars, run_and_count_vars, find_env)
4297 (test_set_unset_env, test_inherit_env_var): New procedures.
4298 (top level): Use them.
4299
4300 2017-10-13 Pedro Alves <palves@redhat.com>
4301
4302 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4303 also skip on stub-like targets.
4304
4305 2017-10-13 Pedro Alves <palves@redhat.com>
4306
4307 PR gdb/22293
4308 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4309 (top level): Move some tests to ...
4310 (test_not_found): ... this new procedure.
4311 (top level): Call it.
4312
4313 2017-10-13 Pedro Alves <palves@redhat.com>
4314
4315 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4316 expect different "info terminal" output if testing with a
4317 non-native target.
4318
4319 2017-10-13 Pedro Alves <palves@redhat.com>
4320 Simon Marchi <simon.marchi@polymtl.ca>
4321
4322 PR python/12966
4323 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4324
4325 2017-10-13 Pedro Alves <palves@redhat.com>
4326
4327 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4328 already.
4329
4330 2017-10-13 Pedro Alves <palves@redhat.com>
4331
4332 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4333 is_remote.
4334
4335 2017-10-13 Pedro Alves <palves@redhat.com>
4336
4337 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4338 is_remote.
4339
4340 2017-10-13 Pedro Alves <palves@redhat.com>
4341
4342 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4343 is set.
4344 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4345 instead of is_remote.
4346
4347 2017-10-13 Pedro Alves <palves@redhat.com>
4348
4349 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4350 (top level): Add comment.
4351
4352 2017-10-13 Pedro Alves <palves@redhat.com>
4353
4354 * gdb.base/remote.exp (top level): Fix comment typo and add
4355 missing return.
4356
4357 2017-10-13 Pedro Alves <palves@redhat.com>
4358 Simon Marchi <simon.marchi@polymtl.ca>
4359
4360 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4361 calls and add comments. Skip test if use_gdb_stub is set.
4362 (top level): Use "set cwd" command instead of "cd" command.
4363
4364 2017-10-13 Pedro Alves <palves@redhat.com>
4365
4366 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4367 is_remote target check.
4368
4369 2017-10-13 Pedro Alves <palves@redhat.com>
4370
4371 * gdb.base/scope.exp: Use build_executable + clean_restart +
4372 gdb_file_cmd instead of prepare_for_testing and no longer skip
4373 "before run" tests on is_remote target boards. Update comments.
4374 * boards/native-extended-gdbserver.exp
4375 (extended_gdbserver_load_last_file): New, factored out from ...
4376 (gdb_load): ... this. Move further below and add comment.
4377 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4378
4379 2017-10-12 Pedro Alves <palves@redhat.com>
4380
4381 * gdb.base/attach.exp: Remove references to gdb64.
4382 * gdb.base/dbx.exp: Remove references to gdb64.
4383
4384 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4385 Pedro Alves <palves@redhat.com>
4386
4387 * gdb.base/label.exp: Remove is_remote target check.
4388
4389 2017-10-12 Pedro Alves <palves@redhat.com>
4390
4391 * gdb.base/auvx.exp (coredir): Update comment.
4392 (top level) <core_works>: Use "set cwd" command instead of "cd"
4393 command.
4394
4395 2017-10-12 Pedro Alves <palves@redhat.com>
4396 Simon Marchi <simon.marchi@polymtl.ca>
4397
4398 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4399 target boards.
4400
4401 2017-10-12 Pedro Alves <palves@redhat.com>
4402 Simon Marchi <simon.marchi@polymtl.ca>
4403
4404 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4405 Instead skip if there's any gdb_protocol set.
4406
4407 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4408 Pedro Alves <palves@redhat.com>
4409
4410 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4411
4412 2017-10-12 Pedro Alves <palves@redhat.com>
4413 Simon Marchi <simon.marchi@polymtl.ca>
4414
4415 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4416 instead of on dejagnu remote boards.
4417
4418 2017-10-12 Pedro Alves <palves@redhat.com>
4419 Simon Marchi <simon.marchi@polymtl.ca>
4420
4421 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4422 checks. Use build_executable + clean_restart instead of
4423 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4424 of enabling non-stop after starting gdb.
4425
4426 2017-10-12 Pedro Alves <palves@redhat.com>
4427
4428 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4429 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4430 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4431 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4432
4433 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4434
4435 * gdb.arch/arc-tdesc-cpu.exp: New file.
4436 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4437
4438 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4439
4440 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4441
4442 2017-10-10 Pedro Alves <palves@redhat.com>
4443
4444 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4445 expect CLI output.
4446
4447 2017-10-10 Pedro Alves <palves@redhat.com>
4448
4449 * lib/selftest-support.exp (selftest_setup): Update for
4450 captured_command_loop's prototype change.
4451
4452 2017-10-09 Pedro Alves <palves@redhat.com>
4453
4454 Test both arch1=>arch2 and arch2=>arch1.
4455
4456 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4457 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4458 factored out to...
4459 (append_arch1_options, append_arch2_options, append_arch_options)
4460 (build_executables): New procedures.
4461 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4462 local.
4463 (top level): Add new 'first_arch' testing axis.
4464
4465 2017-10-09 Pedro Alves <palves@redhat.com>
4466
4467 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4468 (barrier): New.
4469 (thread_start, all_started): New functions.
4470 (main): Spawn new thread and wait until it is scheduled.
4471 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4472 option.
4473 (do_test): Add 'selected_thread' parameter. Run to all_started
4474 instead of main. Explicitly set the breakpoint at main. Switch
4475 to the SELECTED_THREAD thread.
4476 (top level): Test handling the exec event with either the main
4477 thread or the second thread selected.
4478
4479 2017-10-09 Pedro Alves <palves@redhat.com>
4480
4481 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4482 logic. Move STOP marker after the value checks.
4483 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4484 regexp.
4485
4486 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4487
4488 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4489
4490 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4491
4492 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4493 integer-to-dfp conversion.
4494 * gdb.base/dfp-test.exp: Likewise.
4495
4496 2017-10-04 Pedro Alves <palves@redhat.com>
4497
4498 * gdb.multi/hangout.c: Include <unistd.h>.
4499 (hangout_loop): New function.
4500 (main): Call alarm. Call hangout_loop in a loop.
4501 * gdb.multi/hello.c: Include <unistd.h>.
4502 (hello_loop): New function.
4503 (main): Call alarm. Call hangout_loop in a loop.
4504 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4505 inferior with the other selected.
4506
4507 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4508
4509 * gdb.mi/list-thread-groups-available.exp: New file.
4510 * gdb.mi/list-thread-groups-available.c: New file.
4511
4512 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4513
4514 * gdb.base/set-cwd.exp: Make it available on
4515 native-extended-gdbserver.
4516
4517 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4518
4519 * gdb.base/set-cwd.c: New file.
4520 * gdb.base/set-cwd.exp: Likewise.
4521
4522 2017-10-02 Tom Tromey <tom@tromey.com>
4523
4524 PR rust/22236:
4525 * gdb.rust/simple.rs (main): New variable "fslice".
4526 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4527
4528 2017-10-02 Tom Tromey <tom@tromey.com>
4529
4530 * gdb.rust/simple.exp: Test ptype of a slice.
4531
4532 2017-10-02 Tom Tromey <tom@tromey.com>
4533
4534 * gdb.rust/simple.exp: Test index of slice.
4535
4536 2017-09-27 Tom Tromey <tom@tromey.com>
4537
4538 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4539
4540 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4541 Pedro Alves <palves@redhat.com>
4542
4543 * gdb.base/compare-sections.exp (get value of read-only section): Read
4544 as unsigned value.
4545 (corrupt read-only section): Likewise and don't set written if patching
4546 failed.
4547
4548 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4549
4550 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4551 files.
4552
4553 2017-09-20 Pedro Alves <palves@redhat.com>
4554
4555 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4556 symbol names in gdb's output.
4557 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4558
4559 2017-09-20 Pedro Alves <palves@redhat.com>
4560
4561 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4562 Rename to ...
4563 (test_list_ambiguous_symbol): ... this and add a symbol name
4564 parameter. Adjust.
4565 (test_list_ambiguous_function): Reimplement on top of
4566 test_list_ambiguous_symbol and also test listing ambiguous
4567 variables.
4568 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4569 (ambiguous_fun): ... this.
4570 (ambiguous_var): New.
4571 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4572 (ambiguous_fun): ... this.
4573 (ambiguous_var): New.
4574
4575 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4576
4577 * gdb.base/starti.c: New file.
4578 * gdb.base/starti.exp: New file.
4579 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4580
4581 2017-09-14 Pedro Alves <palves@redhat.com>
4582
4583 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4584 (top level): Use it instead of runto.
4585
4586 2017-09-11 Tom Tromey <tom@tromey.com>
4587
4588 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4589
4590 2017-09-11 Tom Tromey <tom@tromey.com>
4591
4592 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4593 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4594
4595 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4596
4597 * gdb.fortran/printing-types.exp: New file.
4598 * gdb.fortran/printing-types.exp: New file.
4599
4600 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4601
4602 * gdb.fortran/vla-ptype.exp: Fix typos.
4603 * gdb.fortran/vla-value.exp: Same.
4604
4605 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4606
4607 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4608 * gdb.mi/mi-var-child-f.exp: Likewise.
4609 * gdb.mi/mi-vla-fortran.exp: Likewise.
4610
4611 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4612 Christoph Weinmann <christoph.t.weinmann@intel.com>
4613 Bernhard Heckel <bernhard.heckel@intel.com>
4614
4615 * gdb.fortran/ptr-indentation.f90: New file.
4616 * gdb.fortran/ptr-indentation.exp: New file.
4617
4618 2017-09-05 Tom Tromey <tom@tromey.com>
4619
4620 PR gdb/22010:
4621 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4622
4623 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4624
4625 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4626
4627 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4628
4629 * gdb.threads/tls-nodebug-pie.c: New file.
4630 * gdb.threads/tls-nodebug-pie.exp: New file.
4631
4632 2017-09-05 Tom Tromey <tom@tromey.com>
4633
4634 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4635 for rust.
4636
4637 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4638
4639 * gdb.multi/multi-arch-exec.exp: Test with different
4640 "follow-exec-mode" settings.
4641 (do_test): New procedure.
4642
4643 2017-09-04 Pedro Alves <palves@redhat.com>
4644
4645 * gdb.base/func-static.c (S::method const, S::method volatile)
4646 (S::method volatile const): New methods.
4647 (c_s, v_s, cv_s): New instances.
4648 (main): Call method() on them.
4649 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4650 (cannot_resolve): New procedure.
4651 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4652 print-quote-unquoted columns.
4653 (do_test): Test printing each scope too.
4654
4655 2017-09-04 Pedro Alves <palves@redhat.com>
4656
4657 * gdb.base/local-static.exp: Also test with
4658 class::method::variable wholly quoted.
4659 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4660
4661 2017-09-04 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.base/local-static.c: New.
4664 * gdb.base/local-static.cc: New.
4665 * gdb.base/local-static.exp: New.
4666
4667 2017-09-04 Pedro Alves <palves@redhat.com>
4668
4669 * gdb.asm/asm-source.exp: Add casts to int.
4670 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4671 (dataglobal64_1, dataglobal64_2): New globals.
4672 * gdb.base/nodebug.exp: Test different expressions involving the
4673 new globals, with print, whatis and ptype. Add casts to int.
4674 * gdb.base/solib-display.exp: Add casts to int.
4675 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4676 * gdb.cp/m-static.exp: Add cast to int.
4677 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4678 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4679 tls variable with no debug info without a cast. Test with a cast
4680 to int too.
4681 * gdb.trace/entry-values.exp: Add casts.
4682
4683 2017-09-04 Pedro Alves <palves@redhat.com>
4684
4685 * gdb.base/nodebug.exp: Test that ptype's error about functions
4686 with unknown return type includes the function name too.
4687
4688 2017-09-04 Pedro Alves <palves@redhat.com>
4689
4690 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4691 return type of munmap in infcall.
4692 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4693 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4694 type of ftell in infcall.
4695 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4696 type of getpid in infcall.
4697 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4698 infcall.
4699 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4700 Bail on failure to extract the pid.
4701 * gdb.base/nodebug.c: #include <stdint.h>.
4702 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4703 New functions.
4704 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4705 Change expected output of print/whatis/ptype with functions with
4706 no debug info. Test all supported languages. Call
4707 test_call_promotion.
4708 * gdb.compile/compile.exp: Adjust expected output to expect
4709 warning.
4710 * gdb.threads/siginfo-threads.exp: Likewise.
4711
4712 2017-09-04 Pedro Alves <palves@redhat.com>
4713
4714 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4715 "prototypes". Test calling float functions via prototyped and
4716 unprototyped function pointers.
4717 (perform_all_tests): New parameter "prototypes". Pass it down.
4718 (top level): Pass down "prototypes" parameter to
4719 perform_all_tests.
4720
4721 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4722
4723 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4724 Test with nested loops.
4725
4726 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4727
4728 * gdb.base/commands.exp: Call the new procedures.
4729 (loop_break_test, loop_continue_test): New procedures.
4730
4731 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4732
4733 * gdb.base/commands.exp: Call new procedure.
4734 (define_if_without_arg_test): New procedure.
4735
4736 2017-09-04 Pedro Alves <palves@redhat.com>
4737
4738 * gdb.base/list-ambiguous.exp: New file.
4739 * gdb.base/list-ambiguous0.c: New file.
4740 * gdb.base/list-ambiguous1.c: New file.
4741 * gdb.base/list.exp (test_list_range): Adjust expected output.
4742
4743 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4744
4745 * gdb.base/share-env-with-gdbserver.c: New file.
4746 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4747
4748 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4749
4750 * gdb.base/commands.exp (gdbvar_simple_if_test,
4751 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4752 progvar_simple_if_test, progvar_simple_while_test,
4753 progvar_complex_if_while_test, user_defined_command_test,
4754 user_defined_command_args_eval,
4755 user_defined_command_args_stack_test,
4756 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4757 temporary_breakpoint_commands,
4758 gdb_test_no_prompt, redefine_hook_test,
4759 redefine_backtrace_test): Remove "global gdb_prompt".
4760
4761 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4762
4763 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4764 New proc, call it from toplevel.
4765
4766 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4767
4768 PR remote/21852
4769 * gdb.server/normal.c: New file, copied from gdb.base.
4770 * gdb.server/run-without-local-binary.exp: New file.
4771
4772 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4773
4774 * gdb.arch/sparc64-adi.exp: New file.
4775 * gdb.arch/sparc64-adi.c: New file.
4776
4777 2017-08-22 Pedro Alves <palves@redhat.com>
4778
4779 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4780 (top level): Add "list all overloads" tests.
4781
4782 2017-08-22 Tom Tromey <tom@tromey.com>
4783
4784 * gdb.gdb/xfullpath.exp: Remove.
4785
4786 2017-08-21 Pedro Alves <palves@redhat.com>
4787
4788 PR gdb/19487
4789 * gdb.base/symbol-alias.c: New.
4790 * gdb.base/symbol-alias2.c: New.
4791 * gdb.base/symbol-alias.exp: New.
4792
4793 2017-08-21 Pedro Alves <palves@redhat.com>
4794
4795 * gdb.base/dfp-test.c
4796 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4797 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4798 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4799 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4800 * gdb.base/whatis-ptype-typedefs.c: New.
4801 * gdb.base/whatis-ptype-typedefs.exp: New.
4802 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4803 (an_int, an_int_type, an_int_type2): New globals.
4804 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4805 involving typedefs and cast expressions.
4806 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4807 (lookup_typedefs_function): New.
4808 (typedefs_pretty_printers_dict): New.
4809 (top level): Register lookup_typedefs_function in
4810 gdb.pretty_printers.
4811
4812 2017-08-18 Yao Qi <yao.qi@linaro.org>
4813
4814 * gdb.server/unittest.exp: New.
4815
4816 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4817
4818 PR gdb/21954
4819 * gdb.base/environ.exp: Add test to check if 'unset environment'
4820 works.
4821
4822 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4823
4824 * lib/gdb.exp (universal_compile_options): New caching proc.
4825 (gdb_compile): Suppress GCC's coloring of messages.
4826
4827 2017-08-14 Tom Tromey <tom@tromey.com>
4828
4829 PR gdb/21675:
4830 * gdb.base/printcmds.exp (test_radices): New function.
4831 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4832 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4833 * lib/gdb.exp (get_integer_valueof): Use p/d.
4834
4835 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4836
4837 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4838 characters.
4839
4840 2017-08-05 Tom Tromey <tom@tromey.com>
4841
4842 * gdb.rust/simple.exp: Allow String to appear in a different
4843 namespace.
4844
4845 2017-07-26 Yao Qi <yao.qi@linaro.org>
4846
4847 * gdb.gdb/unittest.exp: Invoke command
4848 "maintenance check xml-descriptions".
4849
4850 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4851
4852 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4853 calling context.
4854 (hex128): Drop erroneous calculation of parameters.
4855
4856 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4857
4858 * gdb.python/py-unwind.exp: Disable stack protection when
4859 building test file.
4860
4861 2017-07-20 Pedro Alves <palves@redhat.com>
4862
4863 * gdb.base/default.exp (set language): Adjust expected output.
4864
4865 2017-07-20 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4868 (test_minsym): ... this, and make static.
4869 (get_pck__foo__bar__minsym): Rename to ...
4870 (get_test_minsym): ... this.
4871 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4872 symbol names and comments.
4873 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4874 (get_test_minsym): ... this.
4875 (pck__foo__bar__minsym__2): Rename to ...
4876 (test_minsym): ... this.
4877 (main): Adjust.
4878
4879 2017-07-17 Pedro Alves <palves@redhat.com>
4880
4881 * gdb.base/completion.exp: Adjust expected output.
4882 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4883 the completer works.
4884
4885 2017-07-17 Pedro Alves <palves@redhat.com>
4886
4887 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4888
4889 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4890
4891 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4892
4893 2017-07-14 Tom Tromey <tom@tromey.com>
4894
4895 PR rust/21764:
4896 * gdb.rust/simple.exp: Add tests.
4897
4898 2017-07-14 Tom Tromey <tom@tromey.com>
4899
4900 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4901
4902 2017-07-14 Pedro Alves <palves@redhat.com>
4903
4904 * gdb.linespec/base/one/thefile.cc (z1): New function.
4905 * gdb.linespec/base/two/thefile.cc (z2): New function.
4906 * gdb.linespec/linespec.exp: Add tests.
4907
4908 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4909
4910 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4911 to mi_create_breakpoint.
4912
4913 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4914
4915 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4916 mi_create_breakpoint.
4917
4918 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4919
4920 * gdb.dlang/demangle.exp: Update for demangling changes.
4921
4922 2017-07-09 Tom Tromey <tom@tromey.com>
4923
4924 * gdb.dwarf2/shortpiece.exp: New file.
4925
4926 2017-07-06 David Blaikie <dblaikie@gmail.com>
4927
4928 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4929 built from fissiont-multi-cu{1,2}.c.
4930 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4931 except putting 'main' and 'func' in separate CUs in the same DWO file.
4932 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4933 test.
4934 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4935 test.
4936
4937 2017-07-06 Pedro Alves <palves@redhat.com>
4938
4939 * gdb.python/py-unwind.exp: Test flushregs.
4940
4941 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4942
4943 PR cli/21688
4944 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4945 tests for alias commands and trailing whitespace.
4946
4947 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4948
4949 PR cli/21688
4950 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4951 procedure. Call it.
4952
4953 2017-06-29 Pedro Alves <palves@redhat.com>
4954
4955 * gdb.base/printcmds.exp: Add tests.
4956
4957 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4958
4959 PR gdb/21337
4960 * gdb.base/reread-readsym.exp: New file.
4961 * gdb.base/reread-readsym.c: New file.
4962
4963 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4964
4965 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4966 subpattern.
4967
4968 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4969
4970 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4971 extended mnemonic.
4972 * gdb.arch/powerpc-power9.s: Likewise.
4973
4974 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4975
4976 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4977 on 32-bit x86 targets. Exploit is_*_target macros where
4978 appropriate.
4979
4980 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4981
4982 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4983 register pieces.
4984
4985 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4986
4987 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4988 located in one or more DWARF pieces.
4989
4990 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4991
4992 * lib/gdb.exp (get_endianness): New proc.
4993 * gdb.arch/aarch64-fp.exp: Use it.
4994 * gdb.arch/altivec-regs.exp: Likewise.
4995 * gdb.arch/e500-regs.exp: Likewise.
4996 * gdb.arch/vsx-regs.exp: Likewise.
4997 * gdb.base/dump.exp: Likewise.
4998 * gdb.base/funcargs.exp: Likewise.
4999 * gdb.base/gnu_vector.exp: Likewise.
5000 * gdb.dwarf2/formdata16.exp: Likewise.
5001 * gdb.dwarf2/implptrpiece.exp: Likewise.
5002 * gdb.dwarf2/nonvar-access.exp: Likewise.
5003 * gdb.python/py-inferior.exp: Likewise.
5004 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5005
5006 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5007
5008 PR gdb/21226
5009 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5010 stack value pieces are taken from the LSB end.
5011
5012 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5013
5014 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5015 variable at nonzero offset.
5016
5017 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5018
5019 * gdb.dwarf2/var-access.c: New file.
5020 * gdb.dwarf2/var-access.exp: New test.
5021 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5022
5023 2017-06-12 Tom Tromey <tom@tromey.com>
5024
5025 * gdb.dwarf2/formdata16.exp: Add tests.
5026
5027 2017-06-12 Tom Tromey <tom@tromey.com>
5028
5029 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5030
5031 2017-06-12 Tom Tromey <tom@tromey.com>
5032
5033 PR exp/16225:
5034 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5035 * gdb.arch/vsx-regs.exp: Update tests.
5036 * gdb.arch/s390-vregs.exp (hex128): New proc.
5037 Update test.
5038 * gdb.arch/altivec-regs.exp: Update tests.
5039
5040 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5041
5042 * gdb.base/startup-with-shell.c: New file.
5043 * gdb.base/startup-with-shell.exp: Likewise.
5044
5045 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5046
5047 * gdb.server/non-existing-program.exp: Update regex in order to
5048 reflect the fact that gdbserver is now using fork_inferior (with a
5049 shell) to startup the inferior.
5050
5051 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5052
5053 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5054 support function calls from GDB.
5055
5056 2017-05-21 Tom Tromey <tom@tromey.com>
5057
5058 PR rust/21466:
5059 * gdb.rust/unsized.exp: New file.
5060 * gdb.rust/unsized.rs: New file.
5061
5062 2017-05-19 Tom Tromey <tom@tromey.com>
5063
5064 PR rust/21484:
5065 * gdb.rust/watch.exp: New file.
5066 * gdb.rust/watch.rs: New file.
5067
5068 2017-05-18 Tom Tromey <tom@tromey.com>
5069
5070 * gdb.rust/simple.exp: Allow Box to be qualified.
5071
5072 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5073
5074 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5075
5076 2017-05-18 Pedro Alves <palves@redhat.com>
5077
5078 * gdb.base/fileio.c (test_write, test_read, test_close)
5079 (test_fstat): Don't print 'ret' in the fail path.
5080
5081 2017-05-18 Pedro Alves <palves@redhat.com>
5082
5083 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5084 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5085 (test_system, test_rename, test_unlink, test_time): Change
5086 prototypes.
5087 * gdb.base/fileio.exp (stop_msg): Adjust.
5088
5089 2017-05-18 Pedro Alves <palves@redhat.com>
5090
5091 * gdb.base/fileio.c (null_str): New global.
5092 (test_stat): Use it.
5093 * gdb.base/fileio.exp: Remove nowarnings.
5094
5095 2017-05-17 Yao Qi <yao.qi@linaro.org>
5096
5097 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5098
5099 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5100
5101 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5102 argument command.
5103 (top-level): Invoke test_set_inferior_tty.
5104
5105 2017-05-04 Pedro Alves <palves@redhat.com>
5106
5107 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5108 Add parens to print call for Python 3.
5109
5110 2017-05-03 Keith Seitz <keiths@redhat.com>
5111
5112 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5113 (main): Call it.
5114
5115 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5116
5117 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5118 to prev and next.
5119
5120 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5121
5122 * gdb.python/py-record-btrace.exp: Remove test for
5123 gdb.BtraceInstruction.error.
5124
5125 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5126
5127 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5128
5129 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5130
5131 * gdb.python/py-record-btrace-threads.c: New file.
5132 * gdb.python/py-record-btrace-threads.exp: New file.
5133
5134 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5135
5136 PR testsuite/8595
5137 * gdb.base/environ.exp: Make test available in all architectures.
5138 Move bits related to "info program" testing to
5139 gdb.base/info-program.exp. Rewrite tests to use the two new
5140 procedures mentione below.
5141 (test_set_show_env_var) New procedure.
5142 (test_set_show_env_var_equal): Likewise.
5143 * gdb.base/info-program.exp: New file.
5144
5145 2017-04-27 Keith Seitz <keiths@redhat.com>
5146
5147 * gdb.cp/oranking.cc (test15): New function.
5148 (main): Call test15 and declare additional variables for testing.
5149 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5150 "p foo101('abc')" tests.
5151 Add tests for cv qualifier overloads.
5152 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5153 "lvalue reference overload" test.
5154 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5155 "print value of f1 on Child&& in f2" test.
5156
5157 2017-04-19 Pedro Alves <palves@redhat.com>
5158
5159 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5160 procedure.
5161 (top level): Call it.
5162 * lib/gdb.exp (gdb_define_cmd): New procedure.
5163
5164 2017-04-12 Pedro Alves <palves@redhat.com>
5165
5166 PR gdb/21323
5167 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5168 (wchar): New global.
5169 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5170 (do_test_wide_char, wide_char_types_no_program, top level): Add
5171 wchar_t testing.
5172
5173 2017-04-12 Pedro Alves <palves@redhat.com>
5174
5175 PR c++/21323
5176 * gdb.cp/wide_char_types.c: New file.
5177 * gdb.cp/wide_char_types.exp: New file.
5178
5179 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5180
5181 PR gdb/21352
5182 * gdb.trace/tsv.exp: Add test for "tsave -r".
5183
5184 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5185
5186 * gdb.dlang/watch-loc.c: New file.
5187 * gdb.dlang/watch-loc.exp: New file.
5188
5189 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5190
5191 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5192
5193 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5194
5195 * gdb.arch/arc-analyze-prologue.S: New file.
5196 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5197
5198 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5199
5200 * gdb.arch/arc-decode-insn.S: New file.
5201 * gdb.arch/arc-decode-insn.exp: Likewise.
5202
5203 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5204
5205 PR tdep/20928
5206 * gdb.arch/sparc64-regs.exp: New file.
5207 * gdb.arch/sparc64-regs.S: Likewise.
5208
5209 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5210
5211 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5212 and memory view on Python 3.
5213
5214 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5215 Keith Seitz <keiths@redhat.com>
5216
5217 PR gdb/14441
5218 * gdb.cp/demangle.exp: Add rvalue reference tests.
5219 * gdb.cp/rvalue-ref-casts.cc: New file.
5220 * gdb.cp/rvalue-ref-casts.exp: New file.
5221 * gdb.cp/rvalue-ref-overload.cc: New file.
5222 * gdb.cp/rvalue-ref-overload.exp: New file.
5223 * gdb.cp/rvalue-ref-params.cc: New file.
5224 * gdb.cp/rvalue-ref-params.exp: New file.
5225 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5226 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5227 * gdb.cp/rvalue-ref-types.cc: New file.
5228 * gdb.cp/rvalue-ref-types.exp: New file.
5229 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5230 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5231
5232 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5233
5234 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5235 New procedure.
5236
5237 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5238
5239 * lib/mi-support.exp (mi_gdb_test): Add additional message
5240 for unexpected output.
5241
5242 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5243
5244 * gdb.base/examine-backward.c (Barrier): New character array
5245 constant, to ensure that TestStrings is preceded by a string
5246 terminator.
5247
5248 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5249
5250 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5251 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5252 and implicit pointer into such a location.
5253
5254 2017-03-16 Doug Evans <dje@google.com>
5255
5256 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5257
5258 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5259
5260 * gdb.cp/m-static.exp: Fix expectation for prototype of
5261 test5.single_constructor and single_constructor::single_constructor.
5262
5263 2017-03-16 Doug Evans <dje@google.com>
5264
5265 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5266 * gdb.guile/scm-lazy-string.c: New file.
5267 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5268 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5269 for pointer, array, typedef lazy strings.
5270
5271 2017-03-16 Doug Evans <dje@google.com>
5272
5273 PR python/17728, python/18439, python/18779
5274 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5275 * gdb.python/py-lazy-string.c (pointer): New typedef.
5276 (main): New locals ptr, array, typedef_ptr.
5277 * gdb.python/py-value.exp: Move lazy string tests to ...
5278 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5279 array, typedef lazy strings.
5280
5281 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5282
5283 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5284 Add optional 'test' parameter.
5285
5286 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5287
5288 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5289 Skip for versions of DejaGnu < 1.5.
5290
5291 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5292
5293 * lib/gdb.exp (dejagnu_version): New proc.
5294 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5295 Use dejagnu_version.
5296
5297 2017-03-10 Keith Seitz <keiths@redhat.com>
5298
5299 PR c++/8128
5300 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5301 type from destructor regexps.
5302 Add a branch which actually passes the test.
5303 Adjust "ptype t5i" test names.
5304
5305 2017-03-08 Pedro Alves <palves@redhat.com>
5306
5307 * gdb.base/step-over-exit.exp: Add explicit test message.
5308
5309 2017-03-08 Pedro Alves <palves@redhat.com>
5310
5311 PR gdb/18360
5312 * gdb.threads/interrupt-while-step-over.c: New file.
5313 * gdb.threads/interrupt-while-step-over.exp: New file.
5314
5315 2017-03-08 Pedro Alves <palves@redhat.com>
5316
5317 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5318 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5319
5320 2017-03-08 Pedro Alves <palves@redhat.com>
5321
5322 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5323 PKRU as not supported as a PASS.
5324
5325 2017-03-08 Pedro Alves <palves@redhat.com>
5326
5327 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5328 prefix instead of $binfile1/$binfile2.
5329 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5330 in test message.
5331 * gdb.python/py-completion.exp: Use "load python file" as test
5332 messages instead of unstable path names.
5333
5334 2017-03-08 Pedro Alves <palves@redhat.com>
5335 Jan Kratochvil <jan.kratochvil@redhat.com>
5336
5337 PR cli/21218
5338 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5339 New proc.
5340 (top level): Call it.
5341
5342 2017-03-08 Pedro Alves <palves@redhat.com>
5343
5344 PR tui/21216
5345 * gdb.tui/tui-nl-filtered-output.exp: New file.
5346
5347 2017-03-08 Pedro Alves <palves@redhat.com>
5348
5349 * gdb.base/completion.exp: Move TUI completion tests to ...
5350 * gdb.tui/completion.exp: ... this new file.
5351
5352 2017-03-08 Pedro Alves <palves@redhat.com>
5353
5354 * gdb.base/tui-disasm-long-lines.c,
5355 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5356 gdb.base/tui-layout.exp: Move to ...
5357 * gdb.tui/: ... this new directory.
5358
5359 2017-03-07 Pedro Alves <palves@redhat.com>
5360
5361 * gdb.base/tui-layout.c: New file.
5362 * gdb.base/tui-layout.exp: New file.
5363
5364 2017-03-07 Pedro Alves <palves@redhat.com>
5365
5366 * gdb.base/tui-layout.c: Rename to ...
5367 * gdb.base/tui-disasm-long-lines.c: ... this.
5368 * gdb.base/tui-layout.exp: Rename to ...
5369 * gdb.base/tui-disasm-long-lines.exp: ... this.
5370
5371 2017-03-07 Pedro Alves <palves@redhat.com>
5372
5373 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5374
5375 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5376
5377 * i386-mpx-call.c: New file.
5378 * i386-mpx-call.exp: New file.
5379
5380 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5381
5382 * gdb.arch/powerpc-power.exp: Delete test.
5383 * gdb.arch/powerpc-power.s: Likewise.
5384 * gdb.disasm/disassembler-options.exp: New test.
5385 * gdb.arch/powerpc-altivec.exp: Likewise.
5386 * gdb.arch/powerpc-altivec.s: Likewise.
5387 * gdb.arch/powerpc-altivec2.exp: Likewise.
5388 * gdb.arch/powerpc-altivec2.s: Likewise.
5389 * gdb.arch/powerpc-altivec3.exp: Likewise.
5390 * gdb.arch/powerpc-altivec3.s: Likewise.
5391 * gdb.arch/powerpc-power7.exp: Likewise.
5392 * gdb.arch/powerpc-power7.s: Likewise.
5393 * gdb.arch/powerpc-power8.exp: Likewise.
5394 * gdb.arch/powerpc-power8.s: Likewise.
5395 * gdb.arch/powerpc-power9.exp: Likewise.
5396 * gdb.arch/powerpc-power9.s: Likewise.
5397 * gdb.arch/powerpc-vsx.exp: Likewise.
5398 * gdb.arch/powerpc-vsx.s: Likewise.
5399 * gdb.arch/powerpc-vsx2.exp: Likewise.
5400 * gdb.arch/powerpc-vsx2.s: Likewise.
5401 * gdb.arch/powerpc-vsx3.exp: Likewise.
5402 * gdb.arch/powerpc-vsx3.s: Likewise.
5403 * gdb.arch/arm-disassembler-options.exp: Likewise.
5404 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5405 * gdb.arch/s390-disassembler-options.exp: Likewise.
5406
5407 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5408
5409 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5410 (check_supported_features): ... this. Changed return type to void.
5411 (supports_rdseed): New static global.
5412 (rdseed): Check supports_rdseed.
5413 (initialize): Call check_supported_features.
5414
5415 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5416
5417 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5418 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5419 and lqarx/stqcx.
5420 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5421 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5422
5423 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5424
5425 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5426 uppercase.
5427
5428 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5429
5430 * gdb.dwarf2/formdata16.c: New file.
5431 * gdb.dwarf2/formdata16.exp: New file.
5432 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5433
5434 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5435
5436 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5437 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5438 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5439 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5440 DW_AT_GNU_*.
5441
5442 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5443
5444 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5445
5446 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5447
5448 PR gdb/21164
5449 * gdb.base/maint.exp: Add testcases for when the commands do
5450 not have arguments.
5451
5452 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5453
5454 * gdb.cp/chained-calls.exp: Use p instead of P.
5455
5456 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5457
5458 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5459 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5460
5461 2017-02-14 Tom Tromey <tom@tromey.com>
5462
5463 PR python/13598:
5464 * gdb.python/py-events.exp: Add before_prompt event tests.
5465
5466 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5467
5468 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5469
5470 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5471
5472 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5473 (main): Call my_unique_function_name.
5474 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5475 completion of patterns with a single match.
5476 Add missing -re switches to gdb_test_multiple calls.
5477
5478 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5479
5480 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5481 return if core file is not recognized.
5482
5483 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5484
5485 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5486 and extra UIs.
5487
5488 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5489
5490 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5491 proc_with_prefix.
5492
5493 2017-02-10 Tom Tromey <tom@tromey.com>
5494
5495 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5496
5497 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5498
5499 PR gdb/21122
5500 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5501
5502 2017-02-08 Jerome Guitton <guitton@adacore.com>
5503
5504 * gdb.base/define.exp: Add test for command abbreviations
5505 in define.
5506
5507 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5508
5509 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5510 * gdb.reverse/insn-reverse-x86.c: New file.
5511
5512 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5513
5514 PR tdep/20936
5515 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5516
5517 2017-02-03 Tom Tromey <tom@tromey.com>
5518
5519 PR rust/21097:
5520 * gdb.rust/simple.exp: Add new tests.
5521
5522 2017-02-02 Pedro Alves <palves@redhat.com>
5523
5524 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5525 tests.
5526
5527 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5528
5529 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5530 taking a 2-byte value out of a 4-byte DWARF implicit value on
5531 big-endian targets.
5532 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5533 logic. Add test cases for DW_OP_implicit.
5534
5535 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5536
5537 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5538
5539 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5540
5541 * gdb.btrace/enable.exp: Call gdb_exit before
5542 skip_gdbserver_tests.
5543
5544 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5545
5546 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5547 GDBFLAGS.
5548
5549 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5550
5551 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5552 the test is skipped.
5553 * gdb.btrace/data.exp: Likewise.
5554 * gdb.btrace/delta.exp: Likewise.
5555 * gdb.btrace/dlopen.exp: Likewise.
5556 * gdb.btrace/enable-running.exp: Likewise.
5557 * gdb.btrace/enable.exp: Likewise.
5558 * gdb.btrace/exception.exp: Likewise.
5559 * gdb.btrace/function_call_history.exp: Likewise.
5560 * gdb.btrace/gcore.exp: Likewise.
5561 * gdb.btrace/instruction_history.exp: Likewise.
5562 * gdb.btrace/multi-thread-step.exp: Likewise.
5563 * gdb.btrace/nohist.exp: Likewise.
5564 * gdb.btrace/non-stop.exp: Likewise.
5565 * gdb.btrace/reconnect.exp: Likewise.
5566 * gdb.btrace/record_goto-step.exp: Likewise.
5567 * gdb.btrace/record_goto.exp: Likewise.
5568 * gdb.btrace/rn-dl-bind.exp: Likewise.
5569 * gdb.btrace/segv.exp: Likewise.
5570 * gdb.btrace/step.exp: Likewise.
5571 * gdb.btrace/stepi.exp: Likewise.
5572 * gdb.btrace/tailcall-only.exp: Likewise.
5573 * gdb.btrace/tailcall.exp: Likewise.
5574 * gdb.btrace/tsx.exp: Likewise.
5575 * gdb.btrace/unknown_functions.exp: Likewise.
5576 * gdb.btrace/vdso.exp: Likewise.
5577
5578 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5579
5580 * gdb.btrace/enable-running.c: New.
5581 * gdb.btrace/enable-running.exp: New.
5582
5583 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5584
5585 * gdb.arch/amd64-gs_base.c: New file.
5586 * gdb.arch/amd64-gs_base.exp: New file.
5587
5588 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5589
5590 * lib/memory.exp: Remove spurious empty newlines.
5591
5592 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5593
5594 * gdb.python/py-bad-printers.exp: Load python file using "source".
5595 * gdb.python/py-events.exp: Likewise.
5596 * gdb.python/py-evsignal.exp: Likewise.
5597 * gdb.python/py-evthreads.exp: Likewise.
5598 * gdb.python/py-frame-args.exp: Likewise.
5599 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5600 * gdb.python/py-framefilter-mi.exp: Likewise.
5601 * gdb.python/py-framefilter.exp: Likewise.
5602 * gdb.python/py-mi.exp: Likewise.
5603 * gdb.python/py-pp-maint.exp: Likewise.
5604 * gdb.python/py-pp-registration.exp: Likewise.
5605 * gdb.python/py-prettyprint.exp: Likewise.
5606 (run_lang_tests): Likewise.
5607 * gdb.python/py-typeprint.exp: Likewise.
5608
5609 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5610
5611 * lib/memory.exp: New file.
5612 * lib/gdb.exp: Load memory.exp.
5613 * gdb.base/memattr.exp (delete_memory): Move proc to
5614 lib/memory.exp and rename to delete_memory_regions.
5615 Replace delete_memory with delete_memory_regions.
5616 Cleanup memory regions before tests.
5617 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5618 before tests.
5619
5620 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5621
5622 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5623 files.
5624 (initialize): New function conditionally defined.
5625 (testcases): Move within conditional block.
5626 (main): Call initialize.
5627 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5628 of gdb.reverse/insn-reverse.c.
5629 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5630 gdb.reverse/insn-reverse.c.
5631
5632 2017-01-26 Yao Qi <yao.qi@linaro.org>
5633
5634 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5635 disassemble on address 0.
5636
5637 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5638 Yao Qi <yao.qi@linaro.org>
5639
5640 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5641 * gdb.dwarf2/implptr-64bit.S: Remove.
5642 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5643 variables in caller's context. Add DW_OP_implicit_value.
5644
5645 2017-01-25 Yao Qi <yao.qi@linaro.org>
5646
5647 * lib/dwarf.exp (Dwarf::_location): Handle
5648 DW_OP_GNU_implicit_pointer with proper size.
5649
5650 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5651
5652 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5653 and add untested calls.
5654
5655 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5656
5657 * gdb.python/python.exp: Check line number against what GDB thinks
5658 the line number is for func1.
5659
5660 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5661
5662 * gdb.dlang/debug-expr.exp: New file.
5663
5664 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5665
5666 Fix test names for the following files:
5667
5668 * gdb.ada/exec_changed.exp
5669 * gdb.ada/info_types.exp
5670 * gdb.arch/aarch64-atomic-inst.exp
5671 * gdb.arch/aarch64-fp.exp
5672 * gdb.arch/altivec-abi.exp
5673 * gdb.arch/altivec-regs.exp
5674 * gdb.arch/amd64-byte.exp
5675 * gdb.arch/amd64-disp-step.exp
5676 * gdb.arch/amd64-dword.exp
5677 * gdb.arch/amd64-entry-value-inline.exp
5678 * gdb.arch/amd64-entry-value-param.exp
5679 * gdb.arch/amd64-entry-value-paramref.exp
5680 * gdb.arch/amd64-entry-value.exp
5681 * gdb.arch/amd64-i386-address.exp
5682 * gdb.arch/amd64-invalid-stack-middle.exp
5683 * gdb.arch/amd64-invalid-stack-top.exp
5684 * gdb.arch/amd64-optimout-repeat.exp
5685 * gdb.arch/amd64-prologue-skip.exp
5686 * gdb.arch/amd64-prologue-xmm.exp
5687 * gdb.arch/amd64-stap-special-operands.exp
5688 * gdb.arch/amd64-stap-wrong-subexp.exp
5689 * gdb.arch/amd64-tailcall-cxx.exp
5690 * gdb.arch/amd64-tailcall-noret.exp
5691 * gdb.arch/amd64-tailcall-ret.exp
5692 * gdb.arch/amd64-tailcall-self.exp
5693 * gdb.arch/amd64-word.exp
5694 * gdb.arch/arm-bl-branch-dest.exp
5695 * gdb.arch/arm-disp-step.exp
5696 * gdb.arch/arm-neon.exp
5697 * gdb.arch/arm-single-step-kernel-helper.exp
5698 * gdb.arch/avr-flash-qualifier.exp
5699 * gdb.arch/disp-step-insn-reloc.exp
5700 * gdb.arch/e500-abi.exp
5701 * gdb.arch/e500-regs.exp
5702 * gdb.arch/ftrace-insn-reloc.exp
5703 * gdb.arch/i386-avx512.exp
5704 * gdb.arch/i386-bp_permanent.exp
5705 * gdb.arch/i386-byte.exp
5706 * gdb.arch/i386-cfi-notcurrent.exp
5707 * gdb.arch/i386-disp-step.exp
5708 * gdb.arch/i386-dr3-watch.exp
5709 * gdb.arch/i386-float.exp
5710 * gdb.arch/i386-gnu-cfi.exp
5711 * gdb.arch/i386-mpx-map.exp
5712 * gdb.arch/i386-mpx-sigsegv.exp
5713 * gdb.arch/i386-mpx-simple_segv.exp
5714 * gdb.arch/i386-mpx.exp
5715 * gdb.arch/i386-permbkpt.exp
5716 * gdb.arch/i386-prologue.exp
5717 * gdb.arch/i386-signal.exp
5718 * gdb.arch/i386-size-overlap.exp
5719 * gdb.arch/i386-unwind.exp
5720 * gdb.arch/i386-word.exp
5721 * gdb.arch/mips-fcr.exp
5722 * gdb.arch/powerpc-d128-regs.exp
5723 * gdb.arch/powerpc-stackless.exp
5724 * gdb.arch/ppc64-atomic-inst.exp
5725 * gdb.arch/s390-stackless.exp
5726 * gdb.arch/s390-tdbregs.exp
5727 * gdb.arch/s390-vregs.exp
5728 * gdb.arch/sparc-sysstep.exp
5729 * gdb.arch/thumb-bx-pc.exp
5730 * gdb.arch/thumb-singlestep.exp
5731 * gdb.arch/thumb2-it.exp
5732 * gdb.arch/vsx-regs.exp
5733 * gdb.asm/asm-source.exp
5734 * gdb.base/a2-run.exp
5735 * gdb.base/advance.exp
5736 * gdb.base/all-bin.exp
5737 * gdb.base/anon.exp
5738 * gdb.base/args.exp
5739 * gdb.base/arithmet.exp
5740 * gdb.base/async-shell.exp
5741 * gdb.base/async.exp
5742 * gdb.base/attach-pie-noexec.exp
5743 * gdb.base/attach-twice.exp
5744 * gdb.base/auto-load.exp
5745 * gdb.base/bang.exp
5746 * gdb.base/bitfields.exp
5747 * gdb.base/break-always.exp
5748 * gdb.base/break-caller-line.exp
5749 * gdb.base/break-entry.exp
5750 * gdb.base/break-inline.exp
5751 * gdb.base/break-on-linker-gcd-function.exp
5752 * gdb.base/break-probes.exp
5753 * gdb.base/break.exp
5754 * gdb.base/breakpoint-shadow.exp
5755 * gdb.base/call-ar-st.exp
5756 * gdb.base/call-sc.exp
5757 * gdb.base/call-signal-resume.exp
5758 * gdb.base/call-strs.exp
5759 * gdb.base/callfuncs.exp
5760 * gdb.base/catch-fork-static.exp
5761 * gdb.base/catch-gdb-caused-signals.exp
5762 * gdb.base/catch-load.exp
5763 * gdb.base/catch-signal-fork.exp
5764 * gdb.base/catch-signal.exp
5765 * gdb.base/catch-syscall.exp
5766 * gdb.base/charset.exp
5767 * gdb.base/checkpoint.exp
5768 * gdb.base/chng-syms.exp
5769 * gdb.base/code-expr.exp
5770 * gdb.base/code_elim.exp
5771 * gdb.base/commands.exp
5772 * gdb.base/completion.exp
5773 * gdb.base/complex.exp
5774 * gdb.base/cond-expr.exp
5775 * gdb.base/condbreak.exp
5776 * gdb.base/consecutive.exp
5777 * gdb.base/continue-all-already-running.exp
5778 * gdb.base/coredump-filter.exp
5779 * gdb.base/corefile.exp
5780 * gdb.base/dbx.exp
5781 * gdb.base/debug-expr.exp
5782 * gdb.base/define.exp
5783 * gdb.base/del.exp
5784 * gdb.base/disabled-location.exp
5785 * gdb.base/disasm-end-cu.exp
5786 * gdb.base/disasm-optim.exp
5787 * gdb.base/display.exp
5788 * gdb.base/duplicate-bp.exp
5789 * gdb.base/ena-dis-br.exp
5790 * gdb.base/ending-run.exp
5791 * gdb.base/enumval.exp
5792 * gdb.base/environ.exp
5793 * gdb.base/eu-strip-infcall.exp
5794 * gdb.base/eval-avoid-side-effects.exp
5795 * gdb.base/eval-skip.exp
5796 * gdb.base/exitsignal.exp
5797 * gdb.base/expand-psymtabs.exp
5798 * gdb.base/filesym.exp
5799 * gdb.base/find-unmapped.exp
5800 * gdb.base/finish.exp
5801 * gdb.base/float.exp
5802 * gdb.base/foll-exec-mode.exp
5803 * gdb.base/foll-exec.exp
5804 * gdb.base/foll-fork.exp
5805 * gdb.base/fortran-sym-case.exp
5806 * gdb.base/freebpcmd.exp
5807 * gdb.base/func-ptr.exp
5808 * gdb.base/func-ptrs.exp
5809 * gdb.base/funcargs.exp
5810 * gdb.base/gcore-buffer-overflow.exp
5811 * gdb.base/gcore-relro-pie.exp
5812 * gdb.base/gcore-relro.exp
5813 * gdb.base/gcore.exp
5814 * gdb.base/gdb1090.exp
5815 * gdb.base/gdb11530.exp
5816 * gdb.base/gdb11531.exp
5817 * gdb.base/gdb1821.exp
5818 * gdb.base/gdbindex-stabs.exp
5819 * gdb.base/gdbvars.exp
5820 * gdb.base/hbreak.exp
5821 * gdb.base/hbreak2.exp
5822 * gdb.base/included.exp
5823 * gdb.base/infcall-input.exp
5824 * gdb.base/inferior-died.exp
5825 * gdb.base/infnan.exp
5826 * gdb.base/info-macros.exp
5827 * gdb.base/info-os.exp
5828 * gdb.base/info-proc.exp
5829 * gdb.base/info-shared.exp
5830 * gdb.base/info-target.exp
5831 * gdb.base/infoline.exp
5832 * gdb.base/interp.exp
5833 * gdb.base/interrupt.exp
5834 * gdb.base/jit-reader.exp
5835 * gdb.base/jit-simple.exp
5836 * gdb.base/kill-after-signal.exp
5837 * gdb.base/kill-detach-inferiors-cmd.exp
5838 * gdb.base/label.exp
5839 * gdb.base/langs.exp
5840 * gdb.base/ldbl_e308.exp
5841 * gdb.base/line-symtabs.exp
5842 * gdb.base/linespecs.exp
5843 * gdb.base/list.exp
5844 * gdb.base/long_long.exp
5845 * gdb.base/longest-types.exp
5846 * gdb.base/maint.exp
5847 * gdb.base/max-value-size.exp
5848 * gdb.base/memattr.exp
5849 * gdb.base/mips_pro.exp
5850 * gdb.base/morestack.exp
5851 * gdb.base/moribund-step.exp
5852 * gdb.base/multi-forks.exp
5853 * gdb.base/nested-addr.exp
5854 * gdb.base/nextoverexit.exp
5855 * gdb.base/noreturn-finish.exp
5856 * gdb.base/noreturn-return.exp
5857 * gdb.base/nostdlib.exp
5858 * gdb.base/offsets.exp
5859 * gdb.base/opaque.exp
5860 * gdb.base/pc-fp.exp
5861 * gdb.base/permissions.exp
5862 * gdb.base/print-symbol-loading.exp
5863 * gdb.base/prologue-include.exp
5864 * gdb.base/psymtab.exp
5865 * gdb.base/ptype.exp
5866 * gdb.base/random-signal.exp
5867 * gdb.base/randomize.exp
5868 * gdb.base/range-stepping.exp
5869 * gdb.base/readline-ask.exp
5870 * gdb.base/recpar.exp
5871 * gdb.base/recurse.exp
5872 * gdb.base/relational.exp
5873 * gdb.base/restore.exp
5874 * gdb.base/return-nodebug.exp
5875 * gdb.base/return.exp
5876 * gdb.base/run-after-attach.exp
5877 * gdb.base/save-bp.exp
5878 * gdb.base/scope.exp
5879 * gdb.base/sect-cmd.exp
5880 * gdb.base/set-lang-auto.exp
5881 * gdb.base/set-noassign.exp
5882 * gdb.base/setvar.exp
5883 * gdb.base/sigall.exp
5884 * gdb.base/sigbpt.exp
5885 * gdb.base/siginfo-addr.exp
5886 * gdb.base/siginfo-infcall.exp
5887 * gdb.base/siginfo-obj.exp
5888 * gdb.base/siginfo.exp
5889 * gdb.base/signals-state-child.exp
5890 * gdb.base/signest.exp
5891 * gdb.base/sigstep.exp
5892 * gdb.base/sizeof.exp
5893 * gdb.base/skip.exp
5894 * gdb.base/solib-corrupted.exp
5895 * gdb.base/solib-nodir.exp
5896 * gdb.base/solib-search.exp
5897 * gdb.base/stack-checking.exp
5898 * gdb.base/stale-infcall.exp
5899 * gdb.base/stap-probe.exp
5900 * gdb.base/start.exp
5901 * gdb.base/step-break.exp
5902 * gdb.base/step-bt.exp
5903 * gdb.base/step-line.exp
5904 * gdb.base/step-over-exit.exp
5905 * gdb.base/step-over-syscall.exp
5906 * gdb.base/step-resume-infcall.exp
5907 * gdb.base/step-test.exp
5908 * gdb.base/store.exp
5909 * gdb.base/structs3.exp
5910 * gdb.base/sym-file.exp
5911 * gdb.base/symbol-without-target_section.exp
5912 * gdb.base/term.exp
5913 * gdb.base/testenv.exp
5914 * gdb.base/ui-redirect.exp
5915 * gdb.base/until.exp
5916 * gdb.base/unwindonsignal.exp
5917 * gdb.base/value-double-free.exp
5918 * gdb.base/vla-datatypes.exp
5919 * gdb.base/vla-ptr.exp
5920 * gdb.base/vla-sideeffect.exp
5921 * gdb.base/volatile.exp
5922 * gdb.base/watch-cond-infcall.exp
5923 * gdb.base/watch-cond.exp
5924 * gdb.base/watch-non-mem.exp
5925 * gdb.base/watch-read.exp
5926 * gdb.base/watch-vfork.exp
5927 * gdb.base/watchpoint-cond-gone.exp
5928 * gdb.base/watchpoint-delete.exp
5929 * gdb.base/watchpoint-hw-hit-once.exp
5930 * gdb.base/watchpoint-hw.exp
5931 * gdb.base/watchpoint-stops-at-right-insn.exp
5932 * gdb.base/watchpoints.exp
5933 * gdb.base/wchar.exp
5934 * gdb.base/whatis-exp.exp
5935 * gdb.btrace/buffer-size.exp
5936 * gdb.btrace/data.exp
5937 * gdb.btrace/delta.exp
5938 * gdb.btrace/dlopen.exp
5939 * gdb.btrace/enable.exp
5940 * gdb.btrace/exception.exp
5941 * gdb.btrace/function_call_history.exp
5942 * gdb.btrace/gcore.exp
5943 * gdb.btrace/instruction_history.exp
5944 * gdb.btrace/nohist.exp
5945 * gdb.btrace/reconnect.exp
5946 * gdb.btrace/record_goto-step.exp
5947 * gdb.btrace/record_goto.exp
5948 * gdb.btrace/rn-dl-bind.exp
5949 * gdb.btrace/segv.exp
5950 * gdb.btrace/step.exp
5951 * gdb.btrace/stepi.exp
5952 * gdb.btrace/tailcall-only.exp
5953 * gdb.btrace/tailcall.exp
5954 * gdb.btrace/tsx.exp
5955 * gdb.btrace/unknown_functions.exp
5956 * gdb.btrace/vdso.exp
5957 * gdb.compile/compile-ifunc.exp
5958 * gdb.compile/compile-ops.exp
5959 * gdb.compile/compile-print.exp
5960 * gdb.compile/compile-setjmp.exp
5961 * gdb.cp/abstract-origin.exp
5962 * gdb.cp/ambiguous.exp
5963 * gdb.cp/annota2.exp
5964 * gdb.cp/annota3.exp
5965 * gdb.cp/anon-ns.exp
5966 * gdb.cp/anon-struct.exp
5967 * gdb.cp/anon-union.exp
5968 * gdb.cp/arg-reference.exp
5969 * gdb.cp/baseenum.exp
5970 * gdb.cp/bool.exp
5971 * gdb.cp/breakpoint.exp
5972 * gdb.cp/bs15503.exp
5973 * gdb.cp/call-c.exp
5974 * gdb.cp/casts.exp
5975 * gdb.cp/chained-calls.exp
5976 * gdb.cp/class2.exp
5977 * gdb.cp/classes.exp
5978 * gdb.cp/cmpd-minsyms.exp
5979 * gdb.cp/converts.exp
5980 * gdb.cp/cp-relocate.exp
5981 * gdb.cp/cpcompletion.exp
5982 * gdb.cp/cpexprs.exp
5983 * gdb.cp/cplabel.exp
5984 * gdb.cp/cplusfuncs.exp
5985 * gdb.cp/cpsizeof.exp
5986 * gdb.cp/ctti.exp
5987 * gdb.cp/derivation.exp
5988 * gdb.cp/destrprint.exp
5989 * gdb.cp/dispcxx.exp
5990 * gdb.cp/enum-class.exp
5991 * gdb.cp/exception.exp
5992 * gdb.cp/exceptprint.exp
5993 * gdb.cp/expand-psymtabs-cxx.exp
5994 * gdb.cp/expand-sals.exp
5995 * gdb.cp/extern-c.exp
5996 * gdb.cp/filename.exp
5997 * gdb.cp/formatted-ref.exp
5998 * gdb.cp/fpointer.exp
5999 * gdb.cp/gdb1355.exp
6000 * gdb.cp/gdb2495.exp
6001 * gdb.cp/hang.exp
6002 * gdb.cp/impl-this.exp
6003 * gdb.cp/infcall-dlopen.exp
6004 * gdb.cp/inherit.exp
6005 * gdb.cp/iostream.exp
6006 * gdb.cp/koenig.exp
6007 * gdb.cp/local.exp
6008 * gdb.cp/m-data.exp
6009 * gdb.cp/m-static.exp
6010 * gdb.cp/mb-ctor.exp
6011 * gdb.cp/mb-inline.exp
6012 * gdb.cp/mb-templates.exp
6013 * gdb.cp/member-name.exp
6014 * gdb.cp/member-ptr.exp
6015 * gdb.cp/meth-typedefs.exp
6016 * gdb.cp/method.exp
6017 * gdb.cp/method2.exp
6018 * gdb.cp/minsym-fallback.exp
6019 * gdb.cp/misc.exp
6020 * gdb.cp/namelessclass.exp
6021 * gdb.cp/namespace-enum.exp
6022 * gdb.cp/namespace-nested-import.exp
6023 * gdb.cp/namespace.exp
6024 * gdb.cp/nextoverthrow.exp
6025 * gdb.cp/no-dmgl-verbose.exp
6026 * gdb.cp/non-trivial-retval.exp
6027 * gdb.cp/noparam.exp
6028 * gdb.cp/nsdecl.exp
6029 * gdb.cp/nsimport.exp
6030 * gdb.cp/nsnested.exp
6031 * gdb.cp/nsnoimports.exp
6032 * gdb.cp/nsrecurs.exp
6033 * gdb.cp/nsstress.exp
6034 * gdb.cp/nsusing.exp
6035 * gdb.cp/operator.exp
6036 * gdb.cp/oranking.exp
6037 * gdb.cp/overload-const.exp
6038 * gdb.cp/overload.exp
6039 * gdb.cp/ovldbreak.exp
6040 * gdb.cp/ovsrch.exp
6041 * gdb.cp/paren-type.exp
6042 * gdb.cp/parse-lang.exp
6043 * gdb.cp/pass-by-ref.exp
6044 * gdb.cp/pr-1023.exp
6045 * gdb.cp/pr-1210.exp
6046 * gdb.cp/pr-574.exp
6047 * gdb.cp/pr10687.exp
6048 * gdb.cp/pr12028.exp
6049 * gdb.cp/pr17132.exp
6050 * gdb.cp/pr17494.exp
6051 * gdb.cp/pr9067.exp
6052 * gdb.cp/pr9167.exp
6053 * gdb.cp/pr9631.exp
6054 * gdb.cp/printmethod.exp
6055 * gdb.cp/psmang.exp
6056 * gdb.cp/psymtab-parameter.exp
6057 * gdb.cp/ptype-cv-cp.exp
6058 * gdb.cp/ptype-flags.exp
6059 * gdb.cp/re-set-overloaded.exp
6060 * gdb.cp/ref-types.exp
6061 * gdb.cp/rtti.exp
6062 * gdb.cp/scope-err.exp
6063 * gdb.cp/shadow.exp
6064 * gdb.cp/smartp.exp
6065 * gdb.cp/static-method.exp
6066 * gdb.cp/static-print-quit.exp
6067 * gdb.cp/temargs.exp
6068 * gdb.cp/templates.exp
6069 * gdb.cp/try_catch.exp
6070 * gdb.cp/typedef-operator.exp
6071 * gdb.cp/typeid.exp
6072 * gdb.cp/userdef.exp
6073 * gdb.cp/using-crash.exp
6074 * gdb.cp/var-tag.exp
6075 * gdb.cp/virtbase.exp
6076 * gdb.cp/virtfunc.exp
6077 * gdb.cp/virtfunc2.exp
6078 * gdb.cp/vla-cxx.exp
6079 * gdb.disasm/t01_mov.exp
6080 * gdb.disasm/t02_mova.exp
6081 * gdb.disasm/t03_add.exp
6082 * gdb.disasm/t04_sub.exp
6083 * gdb.disasm/t05_cmp.exp
6084 * gdb.disasm/t06_ari2.exp
6085 * gdb.disasm/t07_ari3.exp
6086 * gdb.disasm/t08_or.exp
6087 * gdb.disasm/t09_xor.exp
6088 * gdb.disasm/t10_and.exp
6089 * gdb.disasm/t11_logs.exp
6090 * gdb.disasm/t12_bit.exp
6091 * gdb.disasm/t13_otr.exp
6092 * gdb.dlang/circular.exp
6093 * gdb.dwarf2/arr-stride.exp
6094 * gdb.dwarf2/arr-subrange.exp
6095 * gdb.dwarf2/atomic-type.exp
6096 * gdb.dwarf2/bad-regnum.exp
6097 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6098 * gdb.dwarf2/callframecfa.exp
6099 * gdb.dwarf2/clztest.exp
6100 * gdb.dwarf2/corrupt.exp
6101 * gdb.dwarf2/data-loc.exp
6102 * gdb.dwarf2/dup-psym.exp
6103 * gdb.dwarf2/dw2-anon-mptr.exp
6104 * gdb.dwarf2/dw2-anonymous-func.exp
6105 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6106 * gdb.dwarf2/dw2-bad-unresolved.exp
6107 * gdb.dwarf2/dw2-basic.exp
6108 * gdb.dwarf2/dw2-canonicalize-type.exp
6109 * gdb.dwarf2/dw2-case-insensitive.exp
6110 * gdb.dwarf2/dw2-common-block.exp
6111 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6112 * gdb.dwarf2/dw2-compressed.exp
6113 * gdb.dwarf2/dw2-const.exp
6114 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6115 * gdb.dwarf2/dw2-cu-size.exp
6116 * gdb.dwarf2/dw2-dup-frame.exp
6117 * gdb.dwarf2/dw2-entry-value.exp
6118 * gdb.dwarf2/dw2-icycle.exp
6119 * gdb.dwarf2/dw2-ifort-parameter.exp
6120 * gdb.dwarf2/dw2-inline-break.exp
6121 * gdb.dwarf2/dw2-inline-param.exp
6122 * gdb.dwarf2/dw2-intercu.exp
6123 * gdb.dwarf2/dw2-intermix.exp
6124 * gdb.dwarf2/dw2-lexical-block-bare.exp
6125 * gdb.dwarf2/dw2-linkage-name-trust.exp
6126 * gdb.dwarf2/dw2-minsym-in-cu.exp
6127 * gdb.dwarf2/dw2-noloc.exp
6128 * gdb.dwarf2/dw2-op-call.exp
6129 * gdb.dwarf2/dw2-op-out-param.exp
6130 * gdb.dwarf2/dw2-opt-structptr.exp
6131 * gdb.dwarf2/dw2-param-error.exp
6132 * gdb.dwarf2/dw2-producer.exp
6133 * gdb.dwarf2/dw2-ranges-base.exp
6134 * gdb.dwarf2/dw2-ref-missing-frame.exp
6135 * gdb.dwarf2/dw2-reg-undefined.exp
6136 * gdb.dwarf2/dw2-regno-invalid.exp
6137 * gdb.dwarf2/dw2-restore.exp
6138 * gdb.dwarf2/dw2-restrict.exp
6139 * gdb.dwarf2/dw2-single-line-discriminators.exp
6140 * gdb.dwarf2/dw2-strp.exp
6141 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6142 * gdb.dwarf2/dw2-unresolved.exp
6143 * gdb.dwarf2/dw2-var-zero-addr.exp
6144 * gdb.dwarf2/dw4-sig-types.exp
6145 * gdb.dwarf2/dwz.exp
6146 * gdb.dwarf2/dynarr-ptr.exp
6147 * gdb.dwarf2/enum-type.exp
6148 * gdb.dwarf2/gdb-index.exp
6149 * gdb.dwarf2/implptr-64bit.exp
6150 * gdb.dwarf2/implptr-optimized-out.exp
6151 * gdb.dwarf2/implptr.exp
6152 * gdb.dwarf2/implref-array.exp
6153 * gdb.dwarf2/implref-const.exp
6154 * gdb.dwarf2/implref-global.exp
6155 * gdb.dwarf2/implref-struct.exp
6156 * gdb.dwarf2/mac-fileno.exp
6157 * gdb.dwarf2/main-subprogram.exp
6158 * gdb.dwarf2/member-ptr-forwardref.exp
6159 * gdb.dwarf2/method-ptr.exp
6160 * gdb.dwarf2/missing-sig-type.exp
6161 * gdb.dwarf2/nonvar-access.exp
6162 * gdb.dwarf2/opaque-type-lookup.exp
6163 * gdb.dwarf2/pieces-optimized-out.exp
6164 * gdb.dwarf2/pieces.exp
6165 * gdb.dwarf2/pr10770.exp
6166 * gdb.dwarf2/pr13961.exp
6167 * gdb.dwarf2/staticvirtual.exp
6168 * gdb.dwarf2/subrange.exp
6169 * gdb.dwarf2/symtab-producer.exp
6170 * gdb.dwarf2/trace-crash.exp
6171 * gdb.dwarf2/typeddwarf.exp
6172 * gdb.dwarf2/valop.exp
6173 * gdb.dwarf2/watch-notconst.exp
6174 * gdb.fortran/array-element.exp
6175 * gdb.fortran/charset.exp
6176 * gdb.fortran/common-block.exp
6177 * gdb.fortran/complex.exp
6178 * gdb.fortran/derived-type-function.exp
6179 * gdb.fortran/derived-type.exp
6180 * gdb.fortran/logical.exp
6181 * gdb.fortran/module.exp
6182 * gdb.fortran/multi-dim.exp
6183 * gdb.fortran/nested-funcs.exp
6184 * gdb.fortran/print-formatted.exp
6185 * gdb.fortran/subarray.exp
6186 * gdb.fortran/vla-alloc-assoc.exp
6187 * gdb.fortran/vla-datatypes.exp
6188 * gdb.fortran/vla-history.exp
6189 * gdb.fortran/vla-ptr-info.exp
6190 * gdb.fortran/vla-ptype-sub.exp
6191 * gdb.fortran/vla-ptype.exp
6192 * gdb.fortran/vla-sizeof.exp
6193 * gdb.fortran/vla-type.exp
6194 * gdb.fortran/vla-value-sub-arbitrary.exp
6195 * gdb.fortran/vla-value-sub-finish.exp
6196 * gdb.fortran/vla-value-sub.exp
6197 * gdb.fortran/vla-value.exp
6198 * gdb.fortran/whatis_type.exp
6199 * gdb.go/chan.exp
6200 * gdb.go/handcall.exp
6201 * gdb.go/hello.exp
6202 * gdb.go/integers.exp
6203 * gdb.go/methods.exp
6204 * gdb.go/package.exp
6205 * gdb.go/strings.exp
6206 * gdb.go/types.exp
6207 * gdb.go/unsafe.exp
6208 * gdb.guile/scm-arch.exp
6209 * gdb.guile/scm-block.exp
6210 * gdb.guile/scm-breakpoint.exp
6211 * gdb.guile/scm-cmd.exp
6212 * gdb.guile/scm-disasm.exp
6213 * gdb.guile/scm-equal.exp
6214 * gdb.guile/scm-frame-args.exp
6215 * gdb.guile/scm-frame-inline.exp
6216 * gdb.guile/scm-frame.exp
6217 * gdb.guile/scm-iterator.exp
6218 * gdb.guile/scm-math.exp
6219 * gdb.guile/scm-objfile.exp
6220 * gdb.guile/scm-ports.exp
6221 * gdb.guile/scm-symbol.exp
6222 * gdb.guile/scm-symtab.exp
6223 * gdb.guile/scm-value-cc.exp
6224 * gdb.guile/types-module.exp
6225 * gdb.linespec/break-ask.exp
6226 * gdb.linespec/cpexplicit.exp
6227 * gdb.linespec/explicit.exp
6228 * gdb.linespec/keywords.exp
6229 * gdb.linespec/linespec.exp
6230 * gdb.linespec/ls-dollar.exp
6231 * gdb.linespec/ls-errs.exp
6232 * gdb.linespec/skip-two.exp
6233 * gdb.linespec/thread.exp
6234 * gdb.mi/mi-async.exp
6235 * gdb.mi/mi-basics.exp
6236 * gdb.mi/mi-break.exp
6237 * gdb.mi/mi-catch-load.exp
6238 * gdb.mi/mi-cli.exp
6239 * gdb.mi/mi-cmd-param-changed.exp
6240 * gdb.mi/mi-console.exp
6241 * gdb.mi/mi-detach.exp
6242 * gdb.mi/mi-disassemble.exp
6243 * gdb.mi/mi-eval.exp
6244 * gdb.mi/mi-file-transfer.exp
6245 * gdb.mi/mi-file.exp
6246 * gdb.mi/mi-fill-memory.exp
6247 * gdb.mi/mi-inheritance-syntax-error.exp
6248 * gdb.mi/mi-linespec-err-cp.exp
6249 * gdb.mi/mi-logging.exp
6250 * gdb.mi/mi-memory-changed.exp
6251 * gdb.mi/mi-read-memory.exp
6252 * gdb.mi/mi-record-changed.exp
6253 * gdb.mi/mi-reg-undefined.exp
6254 * gdb.mi/mi-regs.exp
6255 * gdb.mi/mi-return.exp
6256 * gdb.mi/mi-reverse.exp
6257 * gdb.mi/mi-simplerun.exp
6258 * gdb.mi/mi-solib.exp
6259 * gdb.mi/mi-stack.exp
6260 * gdb.mi/mi-stepi.exp
6261 * gdb.mi/mi-syn-frame.exp
6262 * gdb.mi/mi-until.exp
6263 * gdb.mi/mi-var-block.exp
6264 * gdb.mi/mi-var-child.exp
6265 * gdb.mi/mi-var-cmd.exp
6266 * gdb.mi/mi-var-cp.exp
6267 * gdb.mi/mi-var-display.exp
6268 * gdb.mi/mi-var-invalidate.exp
6269 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6270 * gdb.mi/mi-vla-fortran.exp
6271 * gdb.mi/mi-watch.exp
6272 * gdb.mi/mi2-var-child.exp
6273 * gdb.mi/user-selected-context-sync.exp
6274 * gdb.modula2/unbounded-array.exp
6275 * gdb.multi/dummy-frame-restore.exp
6276 * gdb.multi/multi-arch-exec.exp
6277 * gdb.multi/multi-arch.exp
6278 * gdb.multi/tids.exp
6279 * gdb.multi/watchpoint-multi.exp
6280 * gdb.opencl/callfuncs.exp
6281 * gdb.opencl/convs_casts.exp
6282 * gdb.opencl/datatypes.exp
6283 * gdb.opencl/operators.exp
6284 * gdb.opencl/vec_comps.exp
6285 * gdb.opt/clobbered-registers-O2.exp
6286 * gdb.opt/inline-break.exp
6287 * gdb.opt/inline-bt.exp
6288 * gdb.opt/inline-cmds.exp
6289 * gdb.opt/inline-locals.exp
6290 * gdb.pascal/case-insensitive-symbols.exp
6291 * gdb.pascal/floats.exp
6292 * gdb.pascal/gdb11492.exp
6293 * gdb.python/lib-types.exp
6294 * gdb.python/py-arch.exp
6295 * gdb.python/py-as-string.exp
6296 * gdb.python/py-bad-printers.exp
6297 * gdb.python/py-block.exp
6298 * gdb.python/py-breakpoint-create-fail.exp
6299 * gdb.python/py-breakpoint.exp
6300 * gdb.python/py-caller-is.exp
6301 * gdb.python/py-cmd.exp
6302 * gdb.python/py-explore-cc.exp
6303 * gdb.python/py-explore.exp
6304 * gdb.python/py-finish-breakpoint.exp
6305 * gdb.python/py-finish-breakpoint2.exp
6306 * gdb.python/py-frame-args.exp
6307 * gdb.python/py-frame-inline.exp
6308 * gdb.python/py-frame.exp
6309 * gdb.python/py-framefilter-mi.exp
6310 * gdb.python/py-infthread.exp
6311 * gdb.python/py-lazy-string.exp
6312 * gdb.python/py-linetable.exp
6313 * gdb.python/py-mi-events.exp
6314 * gdb.python/py-mi-objfile.exp
6315 * gdb.python/py-mi.exp
6316 * gdb.python/py-objfile.exp
6317 * gdb.python/py-pp-integral.exp
6318 * gdb.python/py-pp-maint.exp
6319 * gdb.python/py-pp-re-notag.exp
6320 * gdb.python/py-pp-registration.exp
6321 * gdb.python/py-recurse-unwind.exp
6322 * gdb.python/py-strfns.exp
6323 * gdb.python/py-symbol.exp
6324 * gdb.python/py-symtab.exp
6325 * gdb.python/py-sync-interp.exp
6326 * gdb.python/py-typeprint.exp
6327 * gdb.python/py-unwind-maint.exp
6328 * gdb.python/py-unwind.exp
6329 * gdb.python/py-value-cc.exp
6330 * gdb.python/py-xmethods.exp
6331 * gdb.reverse/amd64-tailcall-reverse.exp
6332 * gdb.reverse/break-precsave.exp
6333 * gdb.reverse/break-reverse.exp
6334 * gdb.reverse/consecutive-precsave.exp
6335 * gdb.reverse/consecutive-reverse.exp
6336 * gdb.reverse/finish-precsave.exp
6337 * gdb.reverse/finish-reverse-bkpt.exp
6338 * gdb.reverse/finish-reverse.exp
6339 * gdb.reverse/fstatat-reverse.exp
6340 * gdb.reverse/getresuid-reverse.exp
6341 * gdb.reverse/i386-precsave.exp
6342 * gdb.reverse/i386-reverse.exp
6343 * gdb.reverse/i386-sse-reverse.exp
6344 * gdb.reverse/i387-env-reverse.exp
6345 * gdb.reverse/i387-stack-reverse.exp
6346 * gdb.reverse/insn-reverse.exp
6347 * gdb.reverse/machinestate-precsave.exp
6348 * gdb.reverse/machinestate.exp
6349 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6350 * gdb.reverse/pipe-reverse.exp
6351 * gdb.reverse/readv-reverse.exp
6352 * gdb.reverse/recvmsg-reverse.exp
6353 * gdb.reverse/rerun-prec.exp
6354 * gdb.reverse/s390-mvcle.exp
6355 * gdb.reverse/step-precsave.exp
6356 * gdb.reverse/step-reverse.exp
6357 * gdb.reverse/time-reverse.exp
6358 * gdb.reverse/until-precsave.exp
6359 * gdb.reverse/until-reverse.exp
6360 * gdb.reverse/waitpid-reverse.exp
6361 * gdb.reverse/watch-precsave.exp
6362 * gdb.reverse/watch-reverse.exp
6363 * gdb.rust/generics.exp
6364 * gdb.rust/methods.exp
6365 * gdb.rust/modules.exp
6366 * gdb.rust/simple.exp
6367 * gdb.server/connect-with-no-symbol-file.exp
6368 * gdb.server/ext-attach.exp
6369 * gdb.server/ext-restart.exp
6370 * gdb.server/ext-wrapper.exp
6371 * gdb.server/file-transfer.exp
6372 * gdb.server/server-exec-info.exp
6373 * gdb.server/server-kill.exp
6374 * gdb.server/server-mon.exp
6375 * gdb.server/wrapper.exp
6376 * gdb.stabs/exclfwd.exp
6377 * gdb.stabs/gdb11479.exp
6378 * gdb.threads/clone-new-thread-event.exp
6379 * gdb.threads/corethreads.exp
6380 * gdb.threads/current-lwp-dead.exp
6381 * gdb.threads/dlopen-libpthread.exp
6382 * gdb.threads/gcore-thread.exp
6383 * gdb.threads/sigstep-threads.exp
6384 * gdb.threads/watchpoint-fork.exp
6385 * gdb.trace/actions-changed.exp
6386 * gdb.trace/backtrace.exp
6387 * gdb.trace/change-loc.exp
6388 * gdb.trace/circ.exp
6389 * gdb.trace/collection.exp
6390 * gdb.trace/disconnected-tracing.exp
6391 * gdb.trace/ftrace.exp
6392 * gdb.trace/mi-trace-frame-collected.exp
6393 * gdb.trace/mi-trace-unavailable.exp
6394 * gdb.trace/mi-traceframe-changed.exp
6395 * gdb.trace/mi-tsv-changed.exp
6396 * gdb.trace/no-attach-trace.exp
6397 * gdb.trace/passc-dyn.exp
6398 * gdb.trace/qtro.exp
6399 * gdb.trace/range-stepping.exp
6400 * gdb.trace/read-memory.exp
6401 * gdb.trace/save-trace.exp
6402 * gdb.trace/signal.exp
6403 * gdb.trace/status-stop.exp
6404 * gdb.trace/tfile.exp
6405 * gdb.trace/trace-break.exp
6406 * gdb.trace/trace-buffer-size.exp
6407 * gdb.trace/trace-condition.exp
6408 * gdb.trace/tracefile-pseudo-reg.exp
6409 * gdb.trace/tstatus.exp
6410 * gdb.trace/unavailable.exp
6411 * gdb.trace/while-dyn.exp
6412 * gdb.trace/while-stepping.exp
6413
6414 2016-12-22 Doug Evans <xdje42@gmail.com>
6415
6416 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6417 and msymbols.
6418
6419 2016-12-19 Yao Qi <yao.qi@linaro.org>
6420
6421 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6422 (test_with_self): Don't call do_steps_and_nexts, and remove
6423 code about stepping into xmalloc.
6424
6425 2016-12-09 Yao Qi <yao.qi@linaro.org>
6426
6427 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6428
6429 2016-12-09 Yao Qi <yao.qi@linaro.org>
6430
6431 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6432
6433 2016-12-09 Pedro Alves <palves@redhat.com>
6434
6435 * gdb.base/all-architectures-0.exp: New file.
6436 * gdb.base/all-architectures-1.exp: New file.
6437 * gdb.base/all-architectures-2.exp: New file.
6438 * gdb.base/all-architectures-3.exp: New file.
6439 * gdb.base/all-architectures-4.exp: New file.
6440 * gdb.base/all-architectures-5.exp: New file.
6441 * gdb.base/all-architectures-6.exp: New file.
6442 * gdb.base/all-architectures-7.exp: New file.
6443 * gdb.base/all-architectures.exp.in: New file.
6444
6445 2016-12-09 Yao Qi <yao.qi@linaro.org>
6446
6447 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6448
6449 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6450
6451 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6452 possible.
6453 Remove useless pattern-matching code.
6454
6455 2016-12-02 Pedro Alves <palves@redhat.com>
6456
6457 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6458 procedure.
6459 (top level): Call it.
6460
6461 2016-12-02 Pedro Alves <palves@redhat.com>
6462
6463 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6464 New procedure.
6465 (top level): Call it.
6466
6467 2016-12-02 Pedro Alves <palves@redhat.com>
6468
6469 PR cli/20559
6470 * gdb.base/commands.exp (user_defined_command_args_eval): New
6471 procedure.
6472 (top level): Call it.
6473
6474 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6475
6476 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6477 timeout handling.
6478
6479 2016-12-02 Tom Tromey <tom@tromey.com>
6480
6481 * gdb.dwarf2/main-subprogram.c: New file.
6482 * gdb.dwarf2/main-subprogram.exp: New file.
6483
6484 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6485
6486 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6487 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6488 gdb_test_no_output for a couple of cases.
6489 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6490
6491 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6492
6493 Fix test names and standardize compilation error messages throughout
6494 the following files:
6495
6496 * gdb.ada/start.exp
6497 * gdb.arch/alpha-step.exp
6498 * gdb.arch/e500-prologue.exp
6499 * gdb.arch/ftrace-insn-reloc.exp
6500 * gdb.arch/gdb1291.exp
6501 * gdb.arch/gdb1431.exp
6502 * gdb.arch/gdb1558.exp
6503 * gdb.arch/i386-dr3-watch.exp
6504 * gdb.arch/i386-sse-stack-align.exp
6505 * gdb.arch/ia64-breakpoint-shadow.exp
6506 * gdb.arch/pa-nullify.exp
6507 * gdb.arch/powerpc-aix-prologue.exp
6508 * gdb.arch/thumb-bx-pc.exp
6509 * gdb.base/annota1.exp
6510 * gdb.base/annota3.exp
6511 * gdb.base/arrayidx.exp
6512 * gdb.base/assign.exp
6513 * gdb.base/attach.exp
6514 * gdb.base/auxv.exp
6515 * gdb.base/bang.exp
6516 * gdb.base/bfp-test.exp
6517 * gdb.base/bigcore.exp
6518 * gdb.base/bitfields2.exp
6519 * gdb.base/break-fun-addr.exp
6520 * gdb.base/break-probes.exp
6521 * gdb.base/call-rt-st.exp
6522 * gdb.base/callexit.exp
6523 * gdb.base/catch-fork-kill.exp
6524 * gdb.base/charset.exp
6525 * gdb.base/checkpoint.exp
6526 * gdb.base/comprdebug.exp
6527 * gdb.base/constvars.exp
6528 * gdb.base/coredump-filter.exp
6529 * gdb.base/cursal.exp
6530 * gdb.base/cvexpr.exp
6531 * gdb.base/detach.exp
6532 * gdb.base/display.exp
6533 * gdb.base/dmsym.exp
6534 * gdb.base/dprintf-pending.exp
6535 * gdb.base/dso2dso.exp
6536 * gdb.base/dtrace-probe.exp
6537 * gdb.base/dump.exp
6538 * gdb.base/enum_cond.exp
6539 * gdb.base/exe-lock.exp
6540 * gdb.base/exec-invalid-sysroot.exp
6541 * gdb.base/execl-update-breakpoints.exp
6542 * gdb.base/exprs.exp
6543 * gdb.base/fileio.exp
6544 * gdb.base/find.exp
6545 * gdb.base/finish.exp
6546 * gdb.base/fixsection.exp
6547 * gdb.base/foll-vfork.exp
6548 * gdb.base/frame-args.exp
6549 * gdb.base/gcore.exp
6550 * gdb.base/gdb1250.exp
6551 * gdb.base/global-var-nested-by-dso.exp
6552 * gdb.base/gnu-ifunc.exp
6553 * gdb.base/hashline1.exp
6554 * gdb.base/hashline2.exp
6555 * gdb.base/hashline3.exp
6556 * gdb.base/hbreak-in-shr-unsupported.exp
6557 * gdb.base/huge.exp
6558 * gdb.base/infcall-input.exp
6559 * gdb.base/info-fun.exp
6560 * gdb.base/info-shared.exp
6561 * gdb.base/jit-simple.exp
6562 * gdb.base/jit-so.exp
6563 * gdb.base/jit.exp
6564 * gdb.base/jump.exp
6565 * gdb.base/label.exp
6566 * gdb.base/lineinc.exp
6567 * gdb.base/logical.exp
6568 * gdb.base/longjmp.exp
6569 * gdb.base/macscp.exp
6570 * gdb.base/miscexprs.exp
6571 * gdb.base/new-ui-echo.exp
6572 * gdb.base/new-ui-pending-input.exp
6573 * gdb.base/new-ui.exp
6574 * gdb.base/nodebug.exp
6575 * gdb.base/nofield.exp
6576 * gdb.base/offsets.exp
6577 * gdb.base/overlays.exp
6578 * gdb.base/pending.exp
6579 * gdb.base/pointers.exp
6580 * gdb.base/pr11022.exp
6581 * gdb.base/printcmds.exp
6582 * gdb.base/prologue.exp
6583 * gdb.base/ptr-typedef.exp
6584 * gdb.base/realname-expand.exp
6585 * gdb.base/relativedebug.exp
6586 * gdb.base/relocate.exp
6587 * gdb.base/remote.exp
6588 * gdb.base/reread.exp
6589 * gdb.base/return2.exp
6590 * gdb.base/savedregs.exp
6591 * gdb.base/sep.exp
6592 * gdb.base/sepdebug.exp
6593 * gdb.base/sepsymtab.exp
6594 * gdb.base/set-inferior-tty.exp
6595 * gdb.base/setshow.exp
6596 * gdb.base/shlib-call.exp
6597 * gdb.base/sigaltstack.exp
6598 * gdb.base/siginfo-addr.exp
6599 * gdb.base/signals.exp
6600 * gdb.base/signull.exp
6601 * gdb.base/sigrepeat.exp
6602 * gdb.base/so-impl-ld.exp
6603 * gdb.base/solib-display.exp
6604 * gdb.base/solib-overlap.exp
6605 * gdb.base/solib-search.exp
6606 * gdb.base/solib-symbol.exp
6607 * gdb.base/structs.exp
6608 * gdb.base/structs2.exp
6609 * gdb.base/symtab-search-order.exp
6610 * gdb.base/twice.exp
6611 * gdb.base/unload.exp
6612 * gdb.base/varargs.exp
6613 * gdb.base/watchpoint-solib.exp
6614 * gdb.base/watchpoint.exp
6615 * gdb.base/whatis.exp
6616 * gdb.base/wrong_frame_bt_full.exp
6617 * gdb.btrace/dlopen.exp
6618 * gdb.cell/ea-standalone.exp
6619 * gdb.cell/ea-test.exp
6620 * gdb.cp/dispcxx.exp
6621 * gdb.cp/gdb2384.exp
6622 * gdb.cp/method2.exp
6623 * gdb.cp/nextoverthrow.exp
6624 * gdb.cp/pr10728.exp
6625 * gdb.disasm/am33.exp
6626 * gdb.disasm/h8300s.exp
6627 * gdb.disasm/mn10300.exp
6628 * gdb.disasm/sh3.exp
6629 * gdb.dwarf2/dw2-dir-file-name.exp
6630 * gdb.fortran/complex.exp
6631 * gdb.fortran/library-module.exp
6632 * gdb.guile/scm-pretty-print.exp
6633 * gdb.guile/scm-symbol.exp
6634 * gdb.guile/scm-type.exp
6635 * gdb.guile/scm-value.exp
6636 * gdb.linespec/linespec.exp
6637 * gdb.mi/gdb701.exp
6638 * gdb.mi/gdb792.exp
6639 * gdb.mi/mi-breakpoint-changed.exp
6640 * gdb.mi/mi-dprintf-pending.exp
6641 * gdb.mi/mi-dprintf.exp
6642 * gdb.mi/mi-exit-code.exp
6643 * gdb.mi/mi-pending.exp
6644 * gdb.mi/mi-solib.exp
6645 * gdb.mi/new-ui-mi-sync.exp
6646 * gdb.mi/pr11022.exp
6647 * gdb.mi/user-selected-context-sync.exp
6648 * gdb.opt/solib-intra-step.exp
6649 * gdb.python/py-events.exp
6650 * gdb.python/py-finish-breakpoint.exp
6651 * gdb.python/py-mi.exp
6652 * gdb.python/py-prettyprint.exp
6653 * gdb.python/py-shared.exp
6654 * gdb.python/py-symbol.exp
6655 * gdb.python/py-template.exp
6656 * gdb.python/py-type.exp
6657 * gdb.python/py-value.exp
6658 * gdb.reverse/solib-precsave.exp
6659 * gdb.reverse/solib-reverse.exp
6660 * gdb.server/solib-list.exp
6661 * gdb.stabs/weird.exp
6662 * gdb.threads/reconnect-signal.exp
6663 * gdb.threads/stepi-random-signal.exp
6664 * gdb.trace/actions.exp
6665 * gdb.trace/ax.exp
6666 * gdb.trace/backtrace.exp
6667 * gdb.trace/change-loc.exp
6668 * gdb.trace/deltrace.exp
6669 * gdb.trace/ftrace-lock.exp
6670 * gdb.trace/ftrace.exp
6671 * gdb.trace/infotrace.exp
6672 * gdb.trace/mi-tracepoint-changed.exp
6673 * gdb.trace/packetlen.exp
6674 * gdb.trace/passcount.exp
6675 * gdb.trace/pending.exp
6676 * gdb.trace/range-stepping.exp
6677 * gdb.trace/report.exp
6678 * gdb.trace/stap-trace.exp
6679 * gdb.trace/tfind.exp
6680 * gdb.trace/trace-break.exp
6681 * gdb.trace/trace-condition.exp
6682 * gdb.trace/trace-enable-disable.exp
6683 * gdb.trace/trace-mt.exp
6684 * gdb.trace/tracecmd.exp
6685 * gdb.trace/tspeed.exp
6686 * gdb.trace/tsv.exp
6687 * lib/perftest.exp
6688
6689 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6690
6691 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6692 with gdb_test_no_output.
6693 Use command as test name.
6694
6695 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6696
6697 Fix test names starting with uppercase throughout the files.
6698
6699 * gdb.ada/assign_1.exp
6700 * gdb.ada/boolean_expr.exp
6701 * gdb.base/arrayidx.exp
6702 * gdb.base/del.exp
6703 * gdb.base/gcore-buffer-overflow.exp
6704 * gdb.base/testenv.exp
6705 * gdb.compile/compile.exp
6706 * gdb.python/py-framefilter-invalidarg.exp
6707 * gdb.python/py-framefilter.exp
6708
6709 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6710
6711 Fix test names starting with uppercase throughout the files.
6712
6713 * gdb.ada/array_return.exp
6714 * gdb.ada/expr_delims.exp
6715 * gdb.ada/mi_dyn_arr.exp
6716 * gdb.ada/mi_interface.exp
6717 * gdb.ada/mi_var_array.exp
6718 * gdb.ada/watch_arg.exp
6719 * gdb.arch/alpha-step.exp
6720 * gdb.arch/altivec-regs.exp
6721 * gdb.arch/e500-regs.exp
6722 * gdb.arch/powerpc-d128-regs.exp
6723 * gdb.base/arrayidx.exp
6724 * gdb.base/break.exp
6725 * gdb.base/checkpoint.exp
6726 * gdb.base/debug-expr.exp
6727 * gdb.base/dmsym.exp
6728 * gdb.base/radix.exp
6729 * gdb.base/sepdebug.exp
6730 * gdb.base/testenv.exp
6731 * gdb.base/watch_thread_num.exp
6732 * gdb.base/watchpoint-cond-gone.exp
6733 * gdb.cell/break.exp
6734 * gdb.cell/ea-cache.exp
6735 * gdb.compile/compile.exp
6736 * gdb.cp/gdb2495.exp
6737 * gdb.gdb/selftest.exp
6738 * gdb.gdb/xfullpath.exp
6739 * gdb.go/hello.exp
6740 * gdb.go/integers.exp
6741 * gdb.objc/basicclass.exp
6742 * gdb.pascal/hello.exp
6743 * gdb.pascal/integers.exp
6744 * gdb.python/py-breakpoint.exp
6745 * gdb.python/py-cmd.exp
6746 * gdb.python/py-linetable.exp
6747 * gdb.python/py-xmethods.exp
6748 * gdb.python/python.exp
6749 * gdb.reverse/consecutive-precsave.exp
6750 * gdb.reverse/finish-precsave.exp
6751 * gdb.reverse/i386-precsave.exp
6752 * gdb.reverse/machinestate-precsave.exp
6753 * gdb.reverse/sigall-precsave.exp
6754 * gdb.reverse/solib-precsave.exp
6755 * gdb.reverse/step-precsave.exp
6756 * gdb.reverse/until-precsave.exp
6757 * gdb.reverse/watch-precsave.exp
6758 * gdb.threads/leader-exit.exp
6759 * gdb.threads/pthreads.exp
6760 * gdb.threads/wp-replication.exp
6761 * gdb.trace/actions.exp
6762 * gdb.trace/mi-tsv-changed.exp
6763 * gdb.trace/tsv.exp
6764
6765 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6766
6767 Fix test names starting with uppercase throughout the files.
6768
6769 * gdb.arch/i386-bp_permanent.exp
6770 * gdb.arch/i386-gnu-cfi.exp
6771 * gdb.base/disasm-end-cu.exp
6772 * gdb.base/macscp.exp
6773 * gdb.base/pending.exp
6774 * gdb.base/watch_thread_num.exp
6775 * gdb.cp/exception.exp
6776 * gdb.cp/gdb2495.exp
6777 * gdb.cp/local.exp
6778 * gdb.python/py-evsignal.exp
6779 * gdb.python/python.exp
6780 * gdb.trace/tracecmd.exp
6781
6782 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6783
6784 Fix test names starting with uppercase throughout the files.
6785
6786 * gdb.base/charset.exp
6787 * gdb.base/eval.exp
6788 * gdb.base/multi-forks.exp
6789 * gdb.guile/scm-progspace.exp
6790 * gdb.opencl/datatypes.exp
6791 * gdb.python/py-block.exp
6792 * gdb.python/py-function.exp
6793 * gdb.python/py-symbol.exp
6794 * gdb.python/py-symtab.exp
6795 * gdb.python/py-xmethods.exp
6796 * gdb.reverse/break-precsave.exp
6797 * gdb.reverse/break-reverse.exp
6798 * gdb.reverse/consecutive-precsave.exp
6799 * gdb.reverse/consecutive-reverse.exp
6800 * gdb.reverse/finish-precsave.exp
6801 * gdb.reverse/finish-reverse-bkpt.exp
6802 * gdb.reverse/finish-reverse.exp
6803 * gdb.reverse/fstatat-reverse.exp
6804 * gdb.reverse/getresuid-reverse.exp
6805 * gdb.reverse/i386-precsave.exp
6806 * gdb.reverse/i386-reverse.exp
6807 * gdb.reverse/i386-sse-reverse.exp
6808 * gdb.reverse/i387-stack-reverse.exp
6809 * gdb.reverse/insn-reverse.exp
6810 * gdb.reverse/machinestate-precsave.exp
6811 * gdb.reverse/machinestate.exp
6812 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6813 * gdb.reverse/pipe-reverse.exp
6814 * gdb.reverse/readv-reverse.exp
6815 * gdb.reverse/recvmsg-reverse.exp
6816 * gdb.reverse/rerun-prec.exp
6817 * gdb.reverse/s390-mvcle.exp
6818 * gdb.reverse/sigall-precsave.exp
6819 * gdb.reverse/sigall-reverse.exp
6820 * gdb.reverse/solib-precsave.exp
6821 * gdb.reverse/solib-reverse.exp
6822 * gdb.reverse/step-precsave.exp
6823 * gdb.reverse/step-reverse.exp
6824 * gdb.reverse/time-reverse.exp
6825 * gdb.reverse/until-precsave.exp
6826 * gdb.reverse/until-reverse.exp
6827 * gdb.reverse/waitpid-reverse.exp
6828 * gdb.reverse/watch-precsave.exp
6829 * gdb.reverse/watch-reverse.exp
6830
6831 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6832
6833 Fix test names starting with uppercase throughout the files.
6834
6835 * gdb.arch/i386-mpx-simple_segv.exp
6836 * gdb.arch/i386-mpx.exp
6837 * gdb.arch/i386-permbkpt.exp
6838 * gdb.arch/pa-nullify.exp
6839 * gdb.arch/powerpc-d128-regs.exp
6840 * gdb.arch/vsx-regs.exp
6841 * gdb.base/bfp-test.exp
6842 * gdb.base/break.exp
6843 * gdb.base/breakpoint-shadow.exp
6844 * gdb.base/callfuncs.exp
6845 * gdb.base/charset.exp
6846 * gdb.base/commands.exp
6847 * gdb.base/completion.exp
6848 * gdb.base/dfp-test.exp
6849 * gdb.base/echo.exp
6850 * gdb.base/ending-run.exp
6851 * gdb.base/eval.exp
6852 * gdb.base/expand-psymtabs.exp
6853 * gdb.base/float128.exp
6854 * gdb.base/floatn.exp
6855 * gdb.base/foll-exec-mode.exp
6856 * gdb.base/gdb1056.exp
6857 * gdb.base/gdb11531.exp
6858 * gdb.base/kill-after-signal.exp
6859 * gdb.base/multi-forks.exp
6860 * gdb.base/overlays.exp
6861 * gdb.base/pending.exp
6862 * gdb.base/sepdebug.exp
6863 * gdb.base/testenv.exp
6864 * gdb.base/valgrind-db-attach.exp
6865 * gdb.base/watch_thread_num.exp
6866 * gdb.base/watchpoint-cond-gone.exp
6867 * gdb.base/watchpoint.exp
6868 * gdb.base/watchpoints.exp
6869 * gdb.cp/arg-reference.exp
6870 * gdb.cp/baseenum.exp
6871 * gdb.cp/operator.exp
6872 * gdb.cp/shadow.exp
6873 * gdb.dwarf2/dw2-op-out-param.exp
6874 * gdb.dwarf2/dw2-reg-undefined.exp
6875 * gdb.go/chan.exp
6876 * gdb.go/hello.exp
6877 * gdb.go/integers.exp
6878 * gdb.go/methods.exp
6879 * gdb.go/package.exp
6880 * gdb.guile/scm-parameter.exp
6881 * gdb.guile/scm-progspace.exp
6882 * gdb.guile/scm-value.exp
6883 * gdb.mi/mi-pending.exp
6884 * gdb.mi/user-selected-context-sync.exp
6885 * gdb.multi/multi-attach.exp
6886 * gdb.multi/tids.exp
6887 * gdb.opt/clobbered-registers-O2.exp
6888 * gdb.pascal/floats.exp
6889 * gdb.pascal/integers.exp
6890 * gdb.python/py-block.exp
6891 * gdb.python/py-events.exp
6892 * gdb.python/py-parameter.exp
6893 * gdb.python/py-symbol.exp
6894 * gdb.python/py-symtab.exp
6895 * gdb.python/py-type.exp
6896 * gdb.python/py-value.exp
6897 * gdb.python/py-xmethods.exp
6898 * gdb.python/python.exp
6899 * gdb.reverse/break-precsave.exp
6900 * gdb.reverse/consecutive-precsave.exp
6901 * gdb.reverse/finish-precsave.exp
6902 * gdb.reverse/i386-precsave.exp
6903 * gdb.reverse/machinestate-precsave.exp
6904 * gdb.reverse/sigall-precsave.exp
6905 * gdb.reverse/solib-precsave.exp
6906 * gdb.reverse/step-precsave.exp
6907 * gdb.reverse/until-precsave.exp
6908 * gdb.reverse/watch-precsave.exp
6909 * gdb.server/ext-attach.exp
6910 * gdb.server/ext-restart.exp
6911 * gdb.server/ext-run.exp
6912 * gdb.server/ext-wrapper.exp
6913 * gdb.stabs/gdb11479.exp
6914 * gdb.stabs/weird.exp
6915 * gdb.threads/attach-many-short-lived-threads.exp
6916 * gdb.threads/kill.exp
6917 * gdb.threads/watchpoint-fork.exp
6918
6919 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6920
6921 Fix test names starting with uppercase throughout all the files below.
6922
6923 * gdb.ada/array_return.exp
6924 * gdb.ada/catch_ex.exp
6925 * gdb.ada/info_exc.exp
6926 * gdb.ada/mi_catch_ex.exp
6927 * gdb.ada/mi_dyn_arr.exp
6928 * gdb.ada/mi_ex_cond.exp
6929 * gdb.ada/mi_exc_info.exp
6930 * gdb.ada/mi_interface.exp
6931 * gdb.ada/mi_task_arg.exp
6932 * gdb.ada/mi_task_info.exp
6933 * gdb.ada/mi_var_array.exp
6934 * gdb.arch/alpha-step.exp
6935 * gdb.arch/amd64-disp-step.exp
6936 * gdb.arch/arm-disp-step.exp
6937 * gdb.arch/disp-step-insn-reloc.exp
6938 * gdb.arch/e500-prologue.exp
6939 * gdb.arch/ftrace-insn-reloc.exp
6940 * gdb.arch/gdb1558.exp
6941 * gdb.arch/i386-bp_permanent.exp
6942 * gdb.arch/i386-disp-step.exp
6943 * gdb.arch/i386-float.exp
6944 * gdb.arch/i386-gnu-cfi.exp
6945 * gdb.arch/ia64-breakpoint-shadow.exp
6946 * gdb.arch/mips16-thunks.exp
6947 * gdb.arch/pa-nullify.exp
6948 * gdb.arch/powerpc-aix-prologue.exp
6949 * gdb.arch/powerpc-power.exp
6950 * gdb.arch/ppc-dfp.exp
6951 * gdb.arch/s390-tdbregs.exp
6952 * gdb.arch/spu-info.exp
6953 * gdb.arch/spu-ls.exp
6954 * gdb.arch/thumb-bx-pc.exp
6955 * gdb.base/advance.exp
6956 * gdb.base/annota-input-while-running.exp
6957 * gdb.base/arrayidx.exp
6958 * gdb.base/asmlabel.exp
6959 * gdb.base/async.exp
6960 * gdb.base/attach-wait-input.exp
6961 * gdb.base/auto-connect-native-target.exp
6962 * gdb.base/batch-preserve-term-settings.exp
6963 * gdb.base/bfp-test.exp
6964 * gdb.base/bigcore.exp
6965 * gdb.base/bp-permanent.exp
6966 * gdb.base/break-always.exp
6967 * gdb.base/break-fun-addr.exp
6968 * gdb.base/break-idempotent.exp
6969 * gdb.base/break-main-file-remove-fail.exp
6970 * gdb.base/break-probes.exp
6971 * gdb.base/break-unload-file.exp
6972 * gdb.base/break.exp
6973 * gdb.base/call-ar-st.exp
6974 * gdb.base/call-rt-st.exp
6975 * gdb.base/call-sc.exp
6976 * gdb.base/call-signal-resume.exp
6977 * gdb.base/call-strs.exp
6978 * gdb.base/callexit.exp
6979 * gdb.base/callfuncs.exp
6980 * gdb.base/catch-gdb-caused-signals.exp
6981 * gdb.base/catch-signal-siginfo-cond.exp
6982 * gdb.base/catch-syscall.exp
6983 * gdb.base/compare-sections.exp
6984 * gdb.base/cond-eval-mode.exp
6985 * gdb.base/condbreak-call-false.exp
6986 * gdb.base/consecutive-step-over.exp
6987 * gdb.base/cursal.exp
6988 * gdb.base/disabled-location.exp
6989 * gdb.base/disasm-end-cu.exp
6990 * gdb.base/display.exp
6991 * gdb.base/double-prompt-target-event-error.exp
6992 * gdb.base/dprintf-bp-same-addr.exp
6993 * gdb.base/dprintf-detach.exp
6994 * gdb.base/dprintf-next.exp
6995 * gdb.base/dprintf-non-stop.exp
6996 * gdb.base/dprintf-pending.exp
6997 * gdb.base/dso2dso.exp
6998 * gdb.base/ending-run.exp
6999 * gdb.base/enum_cond.exp
7000 * gdb.base/examine-backward.exp
7001 * gdb.base/exe-lock.exp
7002 * gdb.base/exec-invalid-sysroot.exp
7003 * gdb.base/execl-update-breakpoints.exp
7004 * gdb.base/execution-termios.exp
7005 * gdb.base/fileio.exp
7006 * gdb.base/fixsection.exp
7007 * gdb.base/foll-exec-mode.exp
7008 * gdb.base/foll-exec.exp
7009 * gdb.base/fork-running-state.exp
7010 * gdb.base/frame-args.exp
7011 * gdb.base/fullpath-expand.exp
7012 * gdb.base/func-ptr.exp
7013 * gdb.base/gcore-relro-pie.exp
7014 * gdb.base/gdb1090.exp
7015 * gdb.base/gdb1555.exp
7016 * gdb.base/global-var-nested-by-dso.exp
7017 * gdb.base/gnu-ifunc.exp
7018 * gdb.base/hbreak-in-shr-unsupported.exp
7019 * gdb.base/hbreak-unmapped.exp
7020 * gdb.base/hook-stop.exp
7021 * gdb.base/infcall-input.exp
7022 * gdb.base/info-fun.exp
7023 * gdb.base/info-shared.exp
7024 * gdb.base/interrupt-noterm.exp
7025 * gdb.base/jit-so.exp
7026 * gdb.base/jit.exp
7027 * gdb.base/line-symtabs.exp
7028 * gdb.base/list.exp
7029 * gdb.base/longjmp.exp
7030 * gdb.base/macscp.exp
7031 * gdb.base/max-value-size.exp
7032 * gdb.base/nodebug.exp
7033 * gdb.base/nofield.exp
7034 * gdb.base/overlays.exp
7035 * gdb.base/paginate-after-ctrl-c-running.exp
7036 * gdb.base/paginate-bg-execution.exp
7037 * gdb.base/paginate-inferior-exit.exp
7038 * gdb.base/pending.exp
7039 * gdb.base/pr11022.exp
7040 * gdb.base/printcmds.exp
7041 * gdb.base/ptr-typedef.exp
7042 * gdb.base/ptype.exp
7043 * gdb.base/randomize.exp
7044 * gdb.base/range-stepping.exp
7045 * gdb.base/realname-expand.exp
7046 * gdb.base/relativedebug.exp
7047 * gdb.base/remote.exp
7048 * gdb.base/savedregs.exp
7049 * gdb.base/sepdebug.exp
7050 * gdb.base/set-noassign.exp
7051 * gdb.base/shlib-call.exp
7052 * gdb.base/shreloc.exp
7053 * gdb.base/sigaltstack.exp
7054 * gdb.base/sigbpt.exp
7055 * gdb.base/siginfo-addr.exp
7056 * gdb.base/siginfo-obj.exp
7057 * gdb.base/siginfo-thread.exp
7058 * gdb.base/signest.exp
7059 * gdb.base/signull.exp
7060 * gdb.base/sigrepeat.exp
7061 * gdb.base/skip.exp
7062 * gdb.base/so-impl-ld.exp
7063 * gdb.base/solib-corrupted.exp
7064 * gdb.base/solib-disc.exp
7065 * gdb.base/solib-display.exp
7066 * gdb.base/solib-overlap.exp
7067 * gdb.base/solib-search.exp
7068 * gdb.base/solib-symbol.exp
7069 * gdb.base/source-execution.exp
7070 * gdb.base/sss-bp-on-user-bp-2.exp
7071 * gdb.base/sss-bp-on-user-bp.exp
7072 * gdb.base/stack-checking.exp
7073 * gdb.base/stale-infcall.exp
7074 * gdb.base/step-break.exp
7075 * gdb.base/step-line.exp
7076 * gdb.base/step-over-exit.exp
7077 * gdb.base/step-test.exp
7078 * gdb.base/structs.exp
7079 * gdb.base/sym-file.exp
7080 * gdb.base/symtab-search-order.exp
7081 * gdb.base/term.exp
7082 * gdb.base/type-opaque.exp
7083 * gdb.base/unload.exp
7084 * gdb.base/until-nodebug.exp
7085 * gdb.base/until.exp
7086 * gdb.base/unwindonsignal.exp
7087 * gdb.base/watch-cond.exp
7088 * gdb.base/watch-non-mem.exp
7089 * gdb.base/watch_thread_num.exp
7090 * gdb.base/watchpoint-reuse-slot.exp
7091 * gdb.base/watchpoint-solib.exp
7092 * gdb.base/watchpoint.exp
7093 * gdb.btrace/dlopen.exp
7094 * gdb.cell/arch.exp
7095 * gdb.cell/break.exp
7096 * gdb.cell/bt.exp
7097 * gdb.cell/core.exp
7098 * gdb.cell/data.exp
7099 * gdb.cell/dwarfaddr.exp
7100 * gdb.cell/ea-cache.exp
7101 * gdb.cell/ea-standalone.exp
7102 * gdb.cell/ea-test.exp
7103 * gdb.cell/f-regs.exp
7104 * gdb.cell/fork.exp
7105 * gdb.cell/gcore.exp
7106 * gdb.cell/mem-access.exp
7107 * gdb.cell/ptype.exp
7108 * gdb.cell/registers.exp
7109 * gdb.cell/sizeof.exp
7110 * gdb.cell/solib-symbol.exp
7111 * gdb.cell/solib.exp
7112 * gdb.compile/compile-tls.exp
7113 * gdb.cp/exception.exp
7114 * gdb.cp/gdb2495.exp
7115 * gdb.cp/local.exp
7116 * gdb.cp/mb-inline.exp
7117 * gdb.cp/mb-templates.exp
7118 * gdb.cp/pr10687.exp
7119 * gdb.cp/pr9167.exp
7120 * gdb.cp/scope-err.exp
7121 * gdb.cp/templates.exp
7122 * gdb.cp/virtfunc.exp
7123 * gdb.dwarf2/dw2-dir-file-name.exp
7124 * gdb.dwarf2/dw2-single-line-discriminators.exp
7125 * gdb.fortran/complex.exp
7126 * gdb.fortran/library-module.exp
7127 * gdb.guile/guile.exp
7128 * gdb.guile/scm-cmd.exp
7129 * gdb.guile/scm-frame-inline.exp
7130 * gdb.guile/scm-objfile.exp
7131 * gdb.guile/scm-pretty-print.exp
7132 * gdb.guile/scm-symbol.exp
7133 * gdb.guile/scm-type.exp
7134 * gdb.guile/scm-value.exp
7135 * gdb.linespec/keywords.exp
7136 * gdb.linespec/ls-errs.exp
7137 * gdb.linespec/macro-relative.exp
7138 * gdb.linespec/thread.exp
7139 * gdb.mi/mi-breakpoint-changed.exp
7140 * gdb.mi/mi-dprintf-pending.exp
7141 * gdb.mi/mi-fullname-deleted.exp
7142 * gdb.mi/mi-logging.exp
7143 * gdb.mi/mi-pending.exp
7144 * gdb.mi/mi-solib.exp
7145 * gdb.mi/new-ui-mi-sync.exp
7146 * gdb.mi/user-selected-context-sync.exp
7147 * gdb.multi/dummy-frame-restore.exp
7148 * gdb.multi/multi-arch-exec.exp
7149 * gdb.multi/remove-inferiors.exp
7150 * gdb.multi/watchpoint-multi-exit.exp
7151 * gdb.opt/solib-intra-step.exp
7152 * gdb.perf/backtrace.exp
7153 * gdb.perf/single-step.exp
7154 * gdb.perf/skip-command.exp
7155 * gdb.perf/skip-prologue.exp
7156 * gdb.perf/solib.exp
7157 * gdb.python/lib-types.exp
7158 * gdb.python/py-as-string.exp
7159 * gdb.python/py-bad-printers.exp
7160 * gdb.python/py-block.exp
7161 * gdb.python/py-breakpoint.exp
7162 * gdb.python/py-cmd.exp
7163 * gdb.python/py-events.exp
7164 * gdb.python/py-evthreads.exp
7165 * gdb.python/py-finish-breakpoint.exp
7166 * gdb.python/py-finish-breakpoint2.exp
7167 * gdb.python/py-frame-inline.exp
7168 * gdb.python/py-frame.exp
7169 * gdb.python/py-inferior.exp
7170 * gdb.python/py-infthread.exp
7171 * gdb.python/py-mi.exp
7172 * gdb.python/py-objfile.exp
7173 * gdb.python/py-pp-maint.exp
7174 * gdb.python/py-pp-registration.exp
7175 * gdb.python/py-prettyprint.exp
7176 * gdb.python/py-recurse-unwind.exp
7177 * gdb.python/py-shared.exp
7178 * gdb.python/py-symbol.exp
7179 * gdb.python/py-symtab.exp
7180 * gdb.python/py-template.exp
7181 * gdb.python/py-type.exp
7182 * gdb.python/py-unwind-maint.exp
7183 * gdb.python/py-unwind.exp
7184 * gdb.python/py-value.exp
7185 * gdb.python/python.exp
7186 * gdb.reverse/finish-reverse-bkpt.exp
7187 * gdb.reverse/insn-reverse.exp
7188 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7189 * gdb.reverse/solib-precsave.exp
7190 * gdb.reverse/solib-reverse.exp
7191 * gdb.stabs/gdb11479.exp
7192 * gdb.stabs/weird.exp
7193 * gdb.threads/fork-child-threads.exp
7194 * gdb.threads/fork-plus-threads.exp
7195 * gdb.threads/fork-thread-pending.exp
7196 * gdb.threads/forking-threads-plus-breakpoint.exp
7197 * gdb.threads/hand-call-in-threads.exp
7198 * gdb.threads/interrupted-hand-call.exp
7199 * gdb.threads/linux-dp.exp
7200 * gdb.threads/local-watch-wrong-thread.exp
7201 * gdb.threads/next-while-other-thread-longjmps.exp
7202 * gdb.threads/non-ldr-exit.exp
7203 * gdb.threads/pending-step.exp
7204 * gdb.threads/print-threads.exp
7205 * gdb.threads/process-dies-while-detaching.exp
7206 * gdb.threads/process-dies-while-handling-bp.exp
7207 * gdb.threads/pthreads.exp
7208 * gdb.threads/queue-signal.exp
7209 * gdb.threads/reconnect-signal.exp
7210 * gdb.threads/signal-command-handle-nopass.exp
7211 * gdb.threads/signal-command-multiple-signals-pending.exp
7212 * gdb.threads/signal-delivered-right-thread.exp
7213 * gdb.threads/signal-sigtrap.exp
7214 * gdb.threads/sigthread.exp
7215 * gdb.threads/staticthreads.exp
7216 * gdb.threads/stepi-random-signal.exp
7217 * gdb.threads/thread-unwindonsignal.exp
7218 * gdb.threads/thread_check.exp
7219 * gdb.threads/thread_events.exp
7220 * gdb.threads/tid-reuse.exp
7221 * gdb.threads/tls-nodebug.exp
7222 * gdb.threads/tls-shared.exp
7223 * gdb.threads/tls-so_extern.exp
7224 * gdb.threads/tls.exp
7225 * gdb.threads/wp-replication.exp
7226 * gdb.trace/actions-changed.exp
7227 * gdb.trace/actions.exp
7228 * gdb.trace/backtrace.exp
7229 * gdb.trace/change-loc.exp
7230 * gdb.trace/collection.exp
7231 * gdb.trace/deltrace.exp
7232 * gdb.trace/disconnected-tracing.exp
7233 * gdb.trace/entry-values.exp
7234 * gdb.trace/ftrace-lock.exp
7235 * gdb.trace/ftrace.exp
7236 * gdb.trace/infotrace.exp
7237 * gdb.trace/mi-trace-frame-collected.exp
7238 * gdb.trace/mi-trace-unavailable.exp
7239 * gdb.trace/mi-traceframe-changed.exp
7240 * gdb.trace/mi-tracepoint-changed.exp
7241 * gdb.trace/mi-tsv-changed.exp
7242 * gdb.trace/no-attach-trace.exp
7243 * gdb.trace/packetlen.exp
7244 * gdb.trace/passc-dyn.exp
7245 * gdb.trace/passcount.exp
7246 * gdb.trace/pending.exp
7247 * gdb.trace/pr16508.exp
7248 * gdb.trace/qtro.exp
7249 * gdb.trace/range-stepping.exp
7250 * gdb.trace/read-memory.exp
7251 * gdb.trace/report.exp
7252 * gdb.trace/save-trace.exp
7253 * gdb.trace/signal.exp
7254 * gdb.trace/stap-trace.exp
7255 * gdb.trace/status-stop.exp
7256 * gdb.trace/strace.exp
7257 * gdb.trace/tfile.exp
7258 * gdb.trace/tfind.exp
7259 * gdb.trace/trace-break.exp
7260 * gdb.trace/trace-condition.exp
7261 * gdb.trace/trace-enable-disable.exp
7262 * gdb.trace/trace-mt.exp
7263 * gdb.trace/tracecmd.exp
7264 * gdb.trace/tracefile-pseudo-reg.exp
7265 * gdb.trace/tspeed.exp
7266 * gdb.trace/tstatus.exp
7267 * gdb.trace/tsv.exp
7268 * gdb.trace/unavailable.exp
7269 * gdb.trace/while-dyn.exp
7270 * gdb.trace/while-stepping.exp
7271 * lib/gdb-guile.exp
7272 * lib/gdb.exp
7273 * lib/mi-support.exp
7274 * lib/pascal.exp
7275 * lib/perftest.exp
7276 * lib/prelink-support.exp
7277 * lib/selftest-support.exp
7278
7279 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7280
7281 * Makefile.in: Include disable-implicit-rules.mk.
7282
7283 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7284
7285 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7286 non-byte-aligned bit fields.
7287
7288 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7289
7290 PR gdb/12616
7291 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7292 respects the DW_AT_data_bit_offset attribute.
7293
7294 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7295
7296 * gdb.base/default.exp: Fix output of "set language".
7297
7298 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7299
7300 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7301 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7302 make.
7303 * configure.ac: Remove checks for the make program.
7304 * configure: Re-generate.
7305
7306 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7307
7308 * gdb.python/py-recurse-unwind.c (main): Add loop.
7309 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7310 to read_register() and gdb.parse_and_eval(). Make each code
7311 call a separate case that can be individually tested.
7312 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7313 proc. Call cont_and_backtrace for each of the code paths that
7314 we want to test in the unwinder.
7315
7316 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7317
7318 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7319 the definition of struct S.
7320
7321 2016-11-11 Catherine Moore <clm@codesourcery.com>
7322
7323 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7324
7325 2016-11-09 Pedro Alves <palves@redhat.com>
7326
7327 * gdb.base/commands.exp (runto_or_return): New procedure.
7328 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7329 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7330 (progvar_simple_while_test, progvar_complex_if_while_test)
7331 (if_while_breakpoint_command_test)
7332 (infrun_breakpoint_command_test, breakpoint_command_test)
7333 (user_defined_command_test, watchpoint_command_test)
7334 (test_command_prompt_position, redefine_hook_test)
7335 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7336 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7337 multi_line_input and multi_line. Remove gdb_expect and
7338 gdb_stop_suppressing_tests uses.
7339 * lib/gdb.exp (valnum_re): New global.
7340 (multi_line_input): New procedure.
7341
7342 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7343
7344 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7345 Remove.
7346 (test_setup): Define with proc_with_prefix.
7347 (test_cli_inferior): Likewise.
7348 (test_cli_thread): Likewise.
7349 (test_cli_frame): Likewise.
7350 (test_cli_select_frame): Likewise.
7351 (test_cli_up_down): Likewise.
7352 (test_mi_thread_select): Likewise.
7353 (test_mi_stack_select_frame): Likewise.
7354 (test_cli_in_mi_inferior): Likewise.
7355 (test_cli_in_mi_thread): Likewise.
7356 (test_cli_in_mi_frame): Likewise.
7357 (top level): Do not use with_test_prefix_procname.
7358
7359 2016-11-09 Pedro Alves <palves@redhat.com>
7360
7361 * gdb.base/commands.exp (gdbvar_simple_if_test)
7362 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7363 (progvar_simple_if_test, progvar_simple_while_test)
7364 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7365 (infrun_breakpoint_command_test, breakpoint_command_test)
7366 (user_defined_command_test, watchpoint_command_test)
7367 (test_command_prompt_position, deprecated_command_test)
7368 (bp_deleted_in_command, temporary_breakpoint_commands)
7369 (stray_arg0_test, source_file_with_indented_comment)
7370 (recursive_source_test, if_commands_test)
7371 (error_clears_commands_left, redefine_hook_test)
7372 (redefine_backtrace_test): Use proc_with_prefix.
7373 * lib/gdb.exp (proc_with_prefix): New proc.
7374
7375 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7376
7377 * gdb.base/tui-layout.c: New file.
7378 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7379 disassembly window contains very long lines.
7380
7381 2016-11-08 Tom Tromey <tom@tromey.com>
7382
7383 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7384 depend on Python 2.
7385
7386 2016-11-08 Tom Tromey <tom@tromey.com>
7387
7388 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7389 New method.
7390
7391 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7392
7393 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7394
7395 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7396
7397 * gdb.rust/simple.rs: Add test for univariant enums without
7398 discriminants and for encoded struct-like enums.
7399
7400 2016-10-28 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7403 gdb_test_multiple, tighten regexps and match symtabs and line
7404 tables incrementally.
7405
7406 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7407
7408 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7409 general.
7410
7411 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7412
7413 * gdb.base/exec-invalid-sysroot.exp: New file.
7414
7415 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7416
7417 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7418
7419 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7420
7421 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7422
7423 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7424
7425 * gdb.base/killed-outside.exp: Remove $options from a call to
7426 `prepare_for_testing'.
7427
7428 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7429
7430 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7431 Change test message.
7432
7433 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7434
7435 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7436 Update comment.
7437
7438 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7439
7440 * gdb.trace/mi-trace-save.exp: New file.
7441
7442 2016-10-13 Yao Qi <yao.qi@linaro.org>
7443
7444 * gdb.base/code_elim.exp (get_var_address): Remove.
7445 * gdb.base/relocate.exp: Likewise.
7446 * gdb.base/shreloc.exp: Likewise.
7447 * lib/gdb.exp (get_var_address): New.
7448
7449 2016-10-13 Yao Qi <yao.qi@linaro.org>
7450
7451 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7452 floating point tests if $skip_float_test is false.
7453
7454 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7455
7456 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7457 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7458 argc values.
7459 Add 1 to argc so we guarantee distinct initial/modified argc values.
7460
7461 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7462
7463 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7464
7465 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7466
7467 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7468 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7469 * gdb.arch/vsx-regs.exp: Likewise.
7470
7471 2016-10-07 Yao Qi <yao.qi@linaro.org>
7472
7473 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7474
7475 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7476
7477 * gdb.python/python.exp: Test decode_line("*0").
7478
7479 2016-10-06 Doug Evans <dje@google.com>
7480
7481 * gdb.python/py-value.exp (test_value_creation): Add test for large
7482 unsigned 64-bit value.
7483
7484 2016-10-06 Tom Tromey <tom@tromey.com>
7485
7486 * gdb.compile/compile.exp: Change java tests to rust.
7487 * gdb.base/setshow.exp: Change java tests to rust.
7488 * gdb.base/default.exp: Remove java from language list.
7489 * README (Examples): Update language example.
7490 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7491 test.
7492 * lib/gdb.exp (skip_java_tests): Remove.
7493 * lib/java.exp: Remove.
7494 * gdb.java: Remove.
7495
7496 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7497
7498 * gdb.arch/mips-fcr.exp: New test.
7499 * gdb.arch/mips-fcr.c: Source for the new test.
7500
7501 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7502
7503 * gdb.base/solib-disc.exp: Use `standard_output_file'
7504 throughout.
7505
7506 2016-10-06 Pedro Alves <palves@redhat.com>
7507
7508 * gdb.base/jit-simple-dl.c: New file.
7509 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7510 * gdb.base/jit-simple.c: ... this.
7511 * gdb.base/jit-simple.exp (jit_run): Delete.
7512 (build_jit): New proc.
7513 (jit_test_reread): Recompile either the main program or the shared
7514 library, depending on what is being tested. Skip changing address
7515 if caller wants to. Compare before/after addresses. If testing
7516 standalone, explicitly load the binary. Test "maint info
7517 breakpoints".
7518 (top level): Add "standalone vs shared lib" and "change address"
7519 vs "same address" axes.
7520
7521 2016-10-06 Pedro Alves <palves@redhat.com>
7522
7523 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7524 call.
7525 (jit_run): Delete.
7526 (jit_test_reread): Use with_test_prefix. Reload the main binary
7527 explicitly. Compare the before/after addresses of the JIT
7528 descriptor.
7529
7530 2016-08-15 Doug Evans <dje@google.com>
7531
7532 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7533 for single bitfields is bool.
7534 * gdb.xml/tdesc-regs.exp: Ditto.
7535
7536 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7537
7538 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7539
7540 2016-10-05 Yao Qi <yao.qi@linaro.org>
7541
7542 * lib/gdb.exp (support_complex_tests): Return zero if
7543 gdb_skip_float_test return true.
7544
7545 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7546 Simon Marchi <simon.marchi@ericsson.com>
7547
7548 PR gdb/20487
7549 * gdb.mi/user-selected-context-sync.exp: New file.
7550 * gdb.mi/user-selected-context-sync.c: New file.
7551
7552 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7553 Simon Marchi <simon.marchi@ericsson.com>
7554
7555 PR gdb/20487
7556 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7557 =thread-select-event check.
7558
7559 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7560
7561 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7562 the compulsory L operand changes.
7563 * gdb.arch/powerpc-power.s: Likewise.
7564
7565 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7566
7567 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7568 * gdb.base/jit-attach-pie.c: New file.
7569 * gdb.base/jit-attach-pie.exp: New file.
7570
7571 2016-09-28 Pedro Alves <palves@redhat.com>
7572
7573 * gdb.base/infcall-input.c: New file.
7574 * gdb.base/infcall-input.exp: New file.
7575
7576 2016-09-22 Yao Qi <yao.qi@linaro.org>
7577
7578 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7579 (gdb_exit): Rename it to ...
7580 (gdbserver_gdb_exit): ... Close GDBserver.
7581 (gdb_exit): New proc, call gdbserver_gdb_exit.
7582 (mi_gdb_exit): Likewise.
7583
7584 2016-09-22 Yao Qi <yao.qi@linaro.org>
7585
7586 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7587 path.
7588 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7589 Remove duplication.
7590
7591 2016-09-22 Yao Qi <yao.qi@linaro.org>
7592
7593 * lib/gdbserver-support.exp: Check the existence of
7594 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7595
7596 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7597
7598 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7599
7600 2016-09-21 Tom Tromey <tom@tromey.com>
7601
7602 PR gdb/20604:
7603 * gdb.base/quit.exp: New file.
7604
7605 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7606
7607 * .gitignore: New file.
7608
7609 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7610
7611 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7612 throughout.
7613
7614 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7615
7616 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7617
7618 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7619
7620 * gdb.cp/casts.cc (decltype): Move it ...
7621 (main): ... with its call to ...
7622 * gdb.cp/casts03.cc: ... a new file.
7623 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7624
7625 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7626
7627 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7628
7629 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7630
7631 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7632 and sync up the test with tests in gas/testsuite/gas/ppc.
7633 * gdb.arch/powerpc-power.exp: Likewise.
7634
7635 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7636
7637 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7638
7639 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7640 Jan Kratochvil <jan.kratochvil@redhat.com>
7641
7642 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7643 make m1's definition to be different from m2's. Use 'dummy' as an
7644 argument for probe 'two'.
7645
7646 2016-09-10 Jon Beniston <jon@beniston.com>
7647
7648 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7649 for sim target.
7650
7651 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7652
7653 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7654 variable declaration.
7655 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7656 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7657 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7658 received HWCAP as its argument.
7659
7660 2016-09-06 Pedro Alves <palves@redhat.com>
7661
7662 * gdb.base/new-ui-pending-input.c: New file.
7663 * gdb.base/new-ui-pending-input.exp: New file.
7664 * gdb.exp (clear_gdb_spawn_id): New procedure.
7665 (with_spawn_id): Check whether gdb_spawn_id exists before
7666 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7667 on exit.
7668
7669 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7670
7671 * gdb.base/float128.c: New file.
7672 * gdb.base/float128.exp: Likewise.
7673 * gdb.base/floatn.c: Likewise.
7674 * gdb.base/floatn.exp: Likewise.
7675
7676 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7677
7678 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7679
7680 2016-09-05 Pedro Alves <palves@redhat.com>
7681
7682 PR backtrace/19927
7683 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7684 unwinders are immediately called as side effect of "source" or
7685 "disable unwinder" commands.
7686 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7687
7688 2016-09-02 Yao Qi <yao.qi@linaro.org>
7689
7690 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7691 is true and $type is "float" or "double".
7692
7693 2016-09-02 Yao Qi <yao.qi@linaro.org>
7694
7695 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7696 true.
7697 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7698 * gdb.base/call-rt-st.exp: Likewise.
7699 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7700 return value instead of gdb,skip_float_test.
7701 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7702 (do_function_calls): Use its return value instead of
7703 gdb,skip_float_test.
7704 * gdb.base/finish.exp: Likewise.
7705 * gdb.base/funcargs.exp: Likewise.
7706 * gdb.base/return.exp: Likewise.
7707 * gdb.base/return2.exp: Likewise.
7708 * gdb.base/varargs.exp: Likewise.
7709 * lib/gdb.exp (gdb_skip_float_test): Change it to
7710 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7711
7712 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7713
7714 * gdb.multi/tids.exp: Test "thread apply all".
7715
7716 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7717
7718 * gdb.base/default.exp (tty): Remove.
7719
7720 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7721
7722 * gdb.python/py-recurse-unwind.c: New file.
7723 * gdb.python/py-recurse-unwind.py: New file.
7724 * gdb.python/py-recurse-unwind.exp: New file.
7725
7726 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7727
7728 * gdb.base/set-inferior-tty.exp: New file.
7729 * gdb.base/set-inferior-tty.c: New file.
7730
7731 2016-08-23 Pedro Alves <palves@redhat.com>
7732
7733 PR gdb/20494
7734 * gdb.base/new-ui-echo.c: New file.
7735 * gdb.base/new-ui-echo.exp: New file.
7736
7737 2016-08-23 Yao Qi <yao.qi@linaro.org>
7738
7739 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7740 gdbserver_spawn.
7741 * gdb.server/connect-without-multi-process.exp (do_test):
7742 Likewise.
7743
7744 2016-08-23 Yao Qi <yao.qi@linaro.org>
7745
7746 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7747 standalone_txt. Delete gdb_txt and standalone_txt on host
7748 and target. Spawn the binary on target. Copy files from
7749 target to host.
7750
7751 2016-08-22 Pedro Alves <palves@redhat.com>
7752
7753 PR gdb/20505
7754 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7755 with_test_prefix. Factor out bits to ...
7756 (test_no_vdso): ... this new procedure.
7757
7758 2016-08-19 Carl Love <cel@us.ibm.com>
7759
7760 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7761 maintaining separate logic for constructing the output path.
7762 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7763 * gdb.arch/ppc-dfp.exp: Likewise.
7764 * gdb.arch/ppc-fp.exp: Likewise.
7765 * gdb.arch/vsx-regs.exp: Likewise.
7766 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7767 binprefix for generating the additional binary files.
7768
7769 2016-08-19 Pedro Alves <palves@redhat.com>
7770
7771 * gdb.trace/mi-trace-frame-collected.exp
7772 (test_trace_frame_collected): On x32, expect two registers.
7773
7774 2016-08-18 Carl Love <cel@us.ibm.com>
7775
7776 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7777 and sync up the test with tests in gas/testsuite/gas/ppc.
7778 * gdb.arch/powerpc-power.exp: Likewise.
7779
7780 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7781
7782 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7783 expected error message.
7784
7785 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7786
7787 * gdb.multi/remove-inferiors.exp: New file.
7788 * gdb.multi/remove-inferiors.c: New file.
7789
7790 2016-08-12 Yao Qi <yao.qi@linaro.org>
7791
7792 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7793 argument list.
7794
7795 2016-08-10 Pedro Alves <palves@redhat.com>
7796
7797 PR gdb/19187
7798 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7799 setup_kfails.
7800
7801 2016-08-09 Pedro Alves <palves@redhat.com>
7802 Simon Marchi <simon.marchi@ericsson.com>
7803
7804 PR gdb/20418
7805 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7806 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7807
7808 2016-08-09 Pedro Alves <palves@redhat.com>
7809
7810 PR mi/20431
7811 * gdb.mi/mi-cmd-error.exp: New file.
7812
7813 2016-08-09 Pedro Alves <palves@redhat.com>
7814
7815 PR gdb/18653
7816 * gdb.base/signals-state-child.c: New file.
7817 * gdb.base/signals-state-child.exp: New file.
7818 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7819
7820 2016-08-09 Pedro Alves <palves@redhat.com>
7821
7822 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7823
7824 2016-08-03 Tom Tromey <tom@tromey.com>
7825
7826 PR python/18565:
7827 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7828
7829 2016-08-01 Yao Qi <yao.qi@linaro.org>
7830
7831 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7832 variable mode to "multi-process" if $multi_process is 1, otherwise
7833 set it to "single-process".
7834
7835 2016-08-01 Yao Qi <yao.qi@linaro.org>
7836
7837 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7838 * gdb.cp/cpexprs.exp: Likewise.
7839 * gdb.cp/m-static.exp: Likewise.
7840
7841 2016-07-26 Tom Tromey <tom@tromey.com>
7842
7843 PR python/20190:
7844 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7845 test.
7846
7847 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7848
7849 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7850 selecting assembly source files.
7851 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7852 assembly source files.
7853 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7854 assembly source files.
7855 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7856 selecting assembly source files.
7857
7858 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7859
7860 * gdb.base/new-ui.exp (do_test_invalid_args): New
7861 procedure.
7862
7863 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7864
7865 * gdb.btrace/reconnect.c: New file.
7866 * gdb.btrace/reconnect.exp: New file.
7867
7868 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7869
7870 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7871 to test_catch_syscall_group.
7872 (test_catch_syscall_group): New.
7873
7874 2016-07-21 Tom Tromey <tom@tromey.com>
7875
7876 * gdb.rust/simple.rs (main): Use empty struct expression.
7877 * gdb.rust/simple.exp: Add tests for empty struct expression.
7878
7879 2016-07-21 Yao Qi <yao.qi@linaro.org>
7880
7881 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7882 if gdb_skip_xml_test is true on some targets.
7883
7884 2016-07-21 Yao Qi <yao.qi@linaro.org>
7885
7886 * gdb.server/solib-list.exp: Unset last_loaded_file.
7887
7888 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7889
7890 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7891 "step into captured_main (args)".
7892
7893 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7894
7895 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7896
7897 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7898
7899 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7900
7901 2016-07-19 Pedro Alves <palves@redhat.com>
7902
7903 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7904 * gdb.opt/inline-bt.exp: Likewise.
7905 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7906 additional_flags=-Winline.
7907 * gdb.opt/inline-locals.exp: Likewise.
7908 * gdb.opt/inline-markers.c (ATTR): Define.
7909 (inlined_fn): Use it.
7910
7911 2016-07-19 Yao Qi <yao.qi@linaro.org>
7912
7913 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7914 (test_with_self): Remove some code. Remove argument executable.
7915 (top-level): Use do_self_tests.
7916
7917 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7918 Don Breazeal <donb@codesourcery.com>
7919
7920 * gdb.base/maint.exp: Escape paths used in regular expressions.
7921 * gdb.stabs/weird.exp: Likewise.
7922
7923 2016-07-13 Tom Tromey <tom@tromey.com>
7924
7925 PR python/15620, PR python/18620:
7926 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7927 (test_bkpt_events): New procs.
7928
7929 2016-07-13 Tom Tromey <tom@tromey.com>
7930
7931 PR python/17698:
7932 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7933 test.
7934 (test_watchpoints): Likewise.
7935 (test_bkpt_pending): New proc.
7936
7937 2016-07-13 Tom Tromey <tom@tromey.com>
7938
7939 PR cli/18053:
7940 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7941 completion test.
7942
7943 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7944
7945 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7946 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7947 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7948 f_label.
7949 (g): Rename g_end_lbl to g_label.
7950 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7951 low_pc and high_pc.
7952 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7953
7954 2016-07-12 Tom Tromey <tom@tromey.com>
7955
7956 PR python/19293:
7957 * gdb.python/py-unwind-maint.exp: Update tests.
7958
7959 2016-07-12 Yao Qi <yao.qi@linaro.org>
7960
7961 * lib/selftest-support.exp (selftest_setup): Match the output
7962 when captured_main is inlined.
7963
7964 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7965
7966 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7967 New variables.
7968 (print this%a, print this%b, print this): New tests.
7969 * gdb.fortran/derived-types.f90 (this): New object and
7970 initialization.
7971
7972 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7973
7974 * gdb.ada/arraydim.exp: Remove extra directory level in build
7975 directory.
7976
7977 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7978
7979 * lib/ada.exp: Remove extra directory level in build directory.
7980 * gdb.ada/cond_lang.exp: Likewise.
7981 * gdb.ada/exec_changed.exp: Likewise.
7982 * gdb.ada/lang_switch.exp: Likewise.
7983
7984 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7985
7986 * simple.rs: Add test for raw pointer subscripting.
7987 * simple.exp: Add test expectations.
7988
7989 2016-07-05 Yao Qi <yao.qi@linaro.org>
7990
7991 * gdb.mi/mi-reverse.exp: Match =record-started output.
7992
7993 2016-07-01 Pedro Alves <palves@redhat.com>
7994
7995 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7996 procedure.
7997 (jit_reader_test): Test the jit reader's unwinder.
7998 * gdb.base/jithost.c (jit_function_00_code): New global.
7999 (main): Use memcpy to fill in the mmapped code, instead of poking
8000 bytes manually here.
8001 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8002 value.
8003 (read_debug_info): Save the function's range.
8004 (read_sp): New function.
8005 (unwind_frame): Use it. Also unwind RBP.
8006 (get_frame_id): Use read_sp.
8007 (gdb_init_reader): Use calloc instead of malloc.
8008 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8009 parameter. Use gdb_test_multiple.
8010
8011 2016-07-01 Pedro Alves <palves@redhat.com>
8012 Antoine Tremblay <antoine.tremblay@ericsson.com>
8013
8014 * gdb.threads/process-dies-while-detaching.c: New file.
8015 * gdb.threads/process-dies-while-detaching.exp: New file.
8016
8017 2016-07-01 Pedro Alves <palves@redhat.com>
8018
8019 * gdb.multi/watchpoint-multi-exit.c: New file.
8020 * gdb.multi/watchpoint-multi-exit.exp: New file.
8021
8022 2016-06-30 Pedro Alves <palves@redhat.com>
8023
8024 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8025 unset inferior_spawn_id.
8026
8027 2016-06-30 Pedro Alves <palves@redhat.com>
8028
8029 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8030 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8031
8032 2016-06-29 Yao Qi <yao.qi@linaro.org>
8033
8034 * gdb.base/return.c: Add copyright header.
8035
8036 2016-06-29 Tom Tromey <tom@tromey.com>
8037
8038 PR python/20129:
8039 * gdb.python/py-framefilter.exp: Add tests for setting priority
8040 and disabling of non-existent frame filter.
8041
8042 2016-06-29 Yao Qi <yao.qi@linaro.org>
8043
8044 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8045 0x0f07ff.
8046
8047 2016-06-28 Yao Qi <yao.qi@linaro.org>
8048
8049 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8050 triplets. Start gdb, execute catch syscall, and continue. Check
8051 gdb's output to determine catch syscall is supported.
8052
8053 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8054
8055 * gdb.rust/simple.rs: Add test for returning unit in a function.
8056 * gdb.rust/simple.exp: Add expectation for functions returning
8057 unit.
8058
8059 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8060
8061 * gdb.python/py-breakpoint-create-fail.c,
8062 gdb.python/py-breakpoint-create-fail.exp,
8063 gdb.python/py-breakpoint-create-fail.py: New testcase.
8064
8065 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8066
8067 PR gdb/20239
8068 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8069 * gdb.rust/simple.exp: Add test expectations for new NonZero
8070 tests.
8071
8072 2016-06-24 David Taylor <dtaylor@emc.com>
8073
8074 * gdb.base/offsets.exp: New file.
8075 * gdb.base/offsets.c: New file.
8076
8077 2016-06-23 Tom Tromey <tom@tromey.com>
8078
8079 PR gdb/16483:
8080 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8081 before any filters are loaded.
8082
8083 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8084
8085 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8086 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8087 structs.
8088 * gdb.fortran/derived-type-function.exp: New file.
8089 * gdb.fortran/derived-type-function.f90: New file.
8090
8091
8092 2016-06-21 Pedro Alves <palves@redhat.com>
8093
8094 * gdb.base/new-ui.exp: New file.
8095 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8096 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8097 (with_spawn_id): New procedure.
8098
8099 2016-06-21 Pedro Alves <palves@redhat.com>
8100
8101 * gdb.mi/mi-exec-run.exp: New file.
8102
8103 2016-06-21 Pedro Alves <palves@redhat.com>
8104
8105 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8106 breakpoint command's output on the main UI.
8107 (test_break): New procedure, factored out from calls in the top
8108 level.
8109 (top level): Use foreach_with_prefix to test MI as main UI and as
8110 separate UI.
8111
8112 2016-06-21 Pedro Alves <palves@redhat.com>
8113
8114 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8115 (test_awatch_creation_and_listing)
8116 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8117 Remove 'type' parameter.
8118 (test_watchpoint_all): New parameter mi_mode. Remove
8119 with_test_prefix.
8120 (top level): Use foreach_with_prefix, and add main/separate UI MI
8121 testing axis.
8122
8123 2016-06-21 Pedro Alves <palves@redhat.com>
8124
8125 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8126 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8127 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8128 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8129 (gdb_main_spawn_id, mi_spawn_id): Declare and
8130 comment.
8131 (mi_create_inferior_pty): New procedure,
8132 factored out from default_mi_gdb_start.
8133 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8134 procedures.
8135 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8136 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8137 Use mi_create_inferior_pty.
8138 (mi_gdb_start): Use eval to pass down args list.
8139
8140 2016-06-21 Pedro Alves <palves@redhat.com>
8141
8142 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8143 * gdb.opt/inline-cmds.exp: Add MI tests.
8144
8145 2016-06-21 Pedro Alves <palves@redhat.com>
8146
8147 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8148
8149 2016-06-21 Pedro Alves <palves@redhat.com>
8150
8151 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8152 (top level): Use it instead of mi_execute_to.
8153
8154 2016-06-21 Pedro Alves <palves@redhat.com>
8155
8156 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8157 (cont_handler_str): New.
8158 (signal_stop_handler): Set stop_handler_str instead of printing to
8159 stdout.
8160 (continue_handler): Set cont_handler_str instead of printing to
8161 stdout.
8162 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8163 mi_send_resuming_command. Print stop_handler_str and
8164 cont_handler_str instead of expecting the python events print
8165 directly.
8166
8167 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8168
8169 * gdb.base/jit-reader.exp: New file.
8170 * gdb.base/jithost.c: New file.
8171 * gdb.base/jithost.h: New file.
8172 * gdb.base/jitreader.c : New file.
8173 * gdb.base/jit-protocol.h: New file.
8174
8175 2016-06-17 Yao Qi <yao.qi@linaro.org>
8176
8177 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8178 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8179 and detach-on-fork. Adjust tests.
8180 (top level): Invoke break_cond_on_syscall with combinations of
8181 syscall, follow-fork-mode and detach-on-fork.
8182
8183 2016-06-17 Yao Qi <yao.qi@linaro.org>
8184
8185 * gdb.base/step-over-exit.c: New.
8186 * gdb.base/step-over-exit.exp: New.
8187
8188 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8189
8190 * gdb.base/float.exp: Add target check for nds32*-*-*.
8191 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8192
8193 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8194
8195 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8196 for unsupported target features.
8197 * gdb.base/call-rt-st.exp: Likewise.
8198 * gdb.base/call-sc.exp: Likewise.
8199 * gdb.base/call-signal-resume.exp: Likewise.
8200 * gdb.base/call-strs.exp: Likewise.
8201 * gdb.base/callexit.exp: Likewise.
8202 * gdb.base/callfuncs.exp: Likewise.
8203 * gdb.base/nodebug.exp: Likewise.
8204 * gdb.base/printcmds.exp: Likewise.
8205 * gdb.base/ptype.exp: Likewise.
8206 * gdb.base/structs.exp: Likewise.
8207 * gdb.base/unwindonsignal.exp: Likewise.
8208 * gdb.cp/gdb2495.exp: Likewise.
8209 * gdb.cp/templates.exp: Likewise.
8210 * gdb.cp/virtfunc.exp: Likewise.
8211 * gdb.threads/hand-call-in-threads.exp: Likewise.
8212 * gdb.threads/interrupted-hand-call.exp: Likewise.
8213 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8214
8215 2016-06-10 Tom Tromey <tom@tromey.com>
8216
8217 PR rust/20110:
8218 * gdb.rust/expr.exp: Add test for integer constant larger than
8219 i32.
8220
8221 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8222
8223 * gdb.fortran/nested-funcs.exp: New.
8224 * gdb.fortran/nested-funcs.f90: New.
8225
8226 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8227
8228 * gdb.base/examine-backward.c: New file.
8229 * gdb.base/examine-backward.exp: New file.
8230
8231 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8232
8233 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8234 matching.
8235
8236 2016-06-02 Tom Tromey <tom@tromey.com>
8237
8238 PR python/18984:
8239 * gdb.python/py-shared.exp: Add solib_name test.
8240
8241 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8242
8243 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8244
8245 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8246
8247 PR c++/19893
8248 * gdb.dwarf2/implref.exp: Rename to...
8249 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8250 * gdb.dwarf2/implref-array.c: New file.
8251 * gdb.dwarf2/implref-array.exp: Likewise.
8252 * gdb.dwarf2/implref-global.c: Likewise.
8253 * gdb.dwarf2/implref-global.exp: Likewise.
8254 * gdb.dwarf2/implref-struct.c: Likewise.
8255 * gdb.dwarf2/implref-struct.exp: Likewise.
8256
8257 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8258
8259 * gdb.trace/trace-condition.exp: Add 64bit tests.
8260
8261 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8262
8263 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8264 bits types.
8265 (main): Adapt to 8 to 64 bits types.
8266 * gdb.trace/trace-condition.exp: Add new tests.
8267
8268 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8269
8270 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8271
8272 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8273
8274 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8275 Move condition tests...
8276 * gdb.trace/trace-condition.exp: Here.
8277
8278 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8279
8280 * gdb.trace/trace-condition.exp: Add counter-case tests.
8281
8282 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8283
8284 PR c++/15231
8285 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8286 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8287
8288 2016-05-27 Pedro Alves <palves@redhat.com>
8289
8290 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8291 New procedure.
8292 (top level): Call it, and bail out of DejaGnu is known to be bad.
8293
8294 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8295
8296 * gdb.base/whatis.c: Extend the test case.
8297 * gdb.base/whatis.exp: Add additional tests.
8298
8299 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8300
8301 * gdb.fortran/type.f90: Add pointer variable.
8302 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8303
8304 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8305
8306 * gdb.fortran/vla-type.exp: Fix testcase name.
8307
8308 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8309
8310 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8311
8312 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8313
8314 * gdb.fortran/type.f90: Add nested structures.
8315 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8316 * gdb.fortran/derived-type.exp: Adapt expected output.
8317 * gdb.fortran/vla-type.exp: Adapt expected output.
8318
8319 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8320
8321 * gdb.fortran/whatis_type.exp: Adapt expected output.
8322
8323 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8324
8325 * gdb.fortran/print_type.exp: Fix expected output.
8326 * gdb.fortran/whatis_type.exp: Fix expected output.
8327
8328 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8329
8330 * gdb.fortran/whatis_type.exp: Use multi_line.
8331
8332 2016-05-24 Tom Tromey <tom@tromey.com>
8333
8334 PR python/17386:
8335 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8336 use value as an index.
8337
8338 2016-05-23 Tom Tromey <tom@tromey.com>
8339
8340 PR python/17981:
8341 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8342 no-breakpoint case.
8343
8344 2016-05-24 Pedro Alves <palves@redhat.com>
8345
8346 PR gdb/19828
8347 * gdb.threads/clone-attach-detach.c: New file.
8348 * gdb.threads/clone-attach-detach.exp: New file.
8349
8350 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8351
8352 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8353
8354 2016-05-23 Tom Tromey <tom@tromey.com>
8355
8356 PR python/19438, PR python/18393:
8357 * gdb.python/py-progspace.exp: Add "dir" test.
8358 * gdb.python/py-objfile.exp: Add "dir" test.
8359
8360 2016-05-23 Yao Qi <yao.qi@linaro.org>
8361
8362 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8363 * gdb.arch/thumb2-it.exp: Likewise.
8364
8365 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8366
8367 * gdb.mi/mi-threads-interrupt.c: New file.
8368 * gdb.mi/mi-threads-interrupt.exp: New file.
8369
8370 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8371
8372 PR gdb/18077
8373 * gdb.mi/mi-async-run.exp: New file.
8374 * gdb.mi/mi-async-run.c: New file.
8375
8376 2016-05-17 Tom Tromey <tom@tromey.com>
8377 Manish Goregaokar <manishsmail@gmail.com>
8378
8379 * lib/rust-support.exp: New file.
8380 * lib/gdb.exp (skip_rust_tests): New proc.
8381 (build_executable_from_specs): Handle rust.
8382 * lib/future.exp (gdb_find_rustc): New proc.
8383 (gdb_default_target_compile): Handle rust.
8384 * gdb.rust/expr.exp: New file.
8385 * gdb.rust/generics.exp: New file.
8386 * gdb.rust/generics.rs: New file.
8387 * gdb.rust/methods.exp: New file.
8388 * gdb.rust/methods.rs: New file.
8389 * gdb.rust/modules.exp: New file.
8390 * gdb.rust/modules.rs: New file.
8391 * gdb.rust/simple.exp: New file.
8392 * gdb.rust/simple.rs: New file.
8393
8394 2016-05-17 Tom Tromey <tom@tromey.com>
8395
8396 * gdb.base/default.exp (set language): Add rust.
8397
8398 2016-05-17 Tom Tromey <tom@tromey.com>
8399
8400 * gdb.gdb/unittest.exp: New file.
8401
8402 2016-05-16 Yao Qi <yao.qi@linaro.org>
8403
8404 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8405 shell_prompt. Update shell_prompt_re.
8406
8407 2016-05-12 Doug Evans <dje@google.com>
8408
8409 PR symtab/19999
8410 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8411 $options when building executable.
8412 * gdb.dwarf2/fission-loclists-pie.S: New file.
8413 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8414
8415 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8416
8417 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8418 of [is_remote target],
8419
8420 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8421
8422 * lib/gdb.exp (use_gdb_stub): New procedure.
8423
8424 2016-05-03 Yunlian Jiang <yunlian@google.com>
8425 Doug Evans <dje@google.com>
8426
8427 PR symtab/19914
8428 * gdb.dwarf2/dwp-sepdebug.c: New file.
8429 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8430
8431 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8432
8433 * gdb.base/detach.exp: Remove is_remote check.
8434
8435 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8436
8437 * gdb.base/annota-input-while-running.exp: Don't check for
8438 [is_remote target]. Enable annotations after running to main.
8439 Remove unused "set test..." line.
8440
8441 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8442
8443 * gdb.trace/trace-enable-disable.exp: New file.
8444 * gdb.trace/trace-enable-disable.c: New file.
8445
8446 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8447
8448 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8449 use it in info sharedlibrary test.
8450 * gdb.trace/ftrace-lock.exp: Likewise.
8451 * gdb.trace/ftrace.exp: Likewise.
8452 * gdb.trace/range-stepping.exp: Likewise.
8453 * gdb.trace/trace-break.exp: Likewise.
8454 * gdb.trace/trace-condition.exp: Likewise.
8455 * gdb.trace/trace-mt.exp: Likewise.
8456
8457 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8458
8459 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8460 (gdb_load_shlib): ... this.
8461 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8462 gdb_load_shlib.
8463 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8464 * gdb.base/ctxobj.exp: Likewise.
8465 * gdb.base/dprintf-pending.exp: Likewise.
8466 * gdb.base/dso2dso.exp: Likewise.
8467 * gdb.base/fixsection.exp: Likewise.
8468 * gdb.base/gcore-relro.exp: Likewise.
8469 * gdb.base/gdb1555.exp: Likewise.
8470 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8471 * gdb.base/gnu-ifunc.exp: Likewise.
8472 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8473 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8474 * gdb.base/pending.exp: Likewise.
8475 * gdb.base/print-file-var.exp: Likewise.
8476 * gdb.base/print-symbol-loading.exp: Likewise.
8477 * gdb.base/shlib-call.exp: Likewise.
8478 * gdb.base/shreloc.exp: Likewise.
8479 * gdb.base/so-impl-ld.exp: Likewise.
8480 * gdb.base/solib-disc.exp: Likewise.
8481 * gdb.base/solib-nodir.exp: Likewise.
8482 * gdb.base/solib-overlap.exp: Likewise.
8483 * gdb.base/solib-symbol.exp: Likewise.
8484 * gdb.base/solib-weak.exp (do_test): Likewise.
8485 * gdb.base/sym-file.exp: Likewise.
8486 * gdb.base/symtab-search-order.exp: Likewise.
8487 * gdb.base/type-opaque.exp: Likewise.
8488 * gdb.base/unload.exp: Likewise.
8489 * gdb.base/watchpoint-solib.exp: Likewise.
8490 * gdb.compile/compile.exp: Likewise.
8491 * gdb.cp/gdb2384.exp: Likewise.
8492 * gdb.cp/infcall-dlopen.exp: Likewise.
8493 * gdb.cp/re-set-overloaded.exp: Likewise.
8494 * gdb.fortran/library-module.exp: Likewise.
8495 * gdb.opt/solib-intra-step.exp: Likewise.
8496 * gdb.python/py-finish-breakpoint.exp: Likewise.
8497 * gdb.python/py-shared.exp: Likewise.
8498 * gdb.reverse/solib-precsave.exp: Likewise.
8499 * gdb.reverse/solib-reverse.exp: Likewise.
8500 * gdb.server/solib-list.exp: Likewise.
8501 * gdb.threads/dlopen-libpthread.exp: Likewise.
8502 * gdb.threads/tls-shared.exp: Likewise.
8503 * gdb.threads/tls-so_extern.exp: Likewise.
8504 * gdb.trace/change-loc.exp: Likewise.
8505 * gdb.trace/ftrace-lock.exp: Likewise.
8506 * gdb.trace/ftrace.exp: Likewise.
8507 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8508 * gdb.trace/pending.exp: Likewise.
8509 * gdb.trace/range-stepping.exp: Likewise.
8510 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8511 (strace_info_marker): Likewise.
8512 (strace_probe_marker): Likewise.
8513 (strace_trace_on_same_addr): Likewise.
8514 (strace_trace_on_diff_addr): Likewise.
8515 * gdb.trace/trace-break.exp: Likewise.
8516 * gdb.trace/trace-condition.exp: Likewise.
8517 * gdb.trace/trace-mt.exp: Likewise.
8518
8519 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8520
8521 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8522 result of gdb_remote_download.
8523 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8524 * gdb.base/dso2dso.exp: Likewise.
8525 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8526 * gdb.base/print-file-var.exp: Likewise.
8527 * gdb.base/shlib-call.exp: Likewise.
8528 * gdb.base/shreloc.exp: Likewise.
8529 * gdb.base/solib-overlap.exp: Likewise.
8530 * gdb.base/solib-weak.exp (do_test): Likewise.
8531 * gdb.base/unload.exp: Likewise.
8532
8533 2016-04-27 Yao Qi <yao.qi@linaro.org>
8534
8535 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8536 exists.
8537
8538 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8539
8540 * vla-type.exp: Print structure from toplevel.
8541
8542 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8543
8544 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8545 of dynamic types.
8546 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8547 of dynamic types.
8548
8549 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8550
8551 * gdb.fortran/vla-type.f90: New file.
8552 * gdb.fortran/vla-type.exp: New file.
8553
8554 2016-04-25 Yao Qi <yao.qi@linaro.org>
8555
8556 * gdb.base/branch-to-self.c: New file.
8557 * gdb.base/branch-to-self.exp: New file.
8558
8559 2016-04-22 Yao Qi <yao.qi@linaro.org>
8560
8561 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8562 more after $hex.
8563
8564 2016-04-22 Yao Qi <yao.qi@linaro.org>
8565
8566 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8567 * gdb.base/annota3.exp: Likewise.
8568
8569 2016-04-22 Yao Qi <yao.qi@linaro.org>
8570
8571 * gdb.reverse/step-precsave.exp: Do one step and test program
8572 stops in "callee" and do multiple steps until program goes out
8573 of "callee".
8574 * gdb.reverse/step-reverse.exp: Likewise.
8575
8576 2016-04-22 Yao Qi <yao.qi@linaro.org>
8577
8578 * gdb.trace/signal.exp: Also pass if
8579 $tracepoint_hits($i) > $iterations.
8580
8581 2016-04-22 Yao Qi <yao.qi@linaro.org>
8582
8583 * gdb.trace/signal.c: New file.
8584 * gdb.trace/signal.exp: New file.
8585
8586 2016-04-19 Doug Evans <xdje42@gmail.com>
8587
8588 * gdb.base/bad-file.exp: New file.
8589
8590 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8591
8592 * gdb.dwarf2/implref.exp: New file.
8593
8594 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8595
8596 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8597 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8598 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8599 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8600 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8601 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8602 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8603 * lib/fortran.exp (fortran_int4): New procedure.
8604 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8605 (fortran_logical4): Likewise.
8606
8607 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8608
8609 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8610
8611 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8612
8613 * lib/compiler.c: Add Intel specific preprocessor macros.
8614 * lib/compiler.cc: Likewise.
8615
8616 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8617
8618 * gdb.server/connect-with-no-symbol-file.c: New file.
8619 * gdb.server/connect-with-no-symbol-file.exp: New file.
8620
8621 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8622
8623 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8624
8625 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8626
8627 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8628 standard output directory.
8629
8630 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8631
8632 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8633
8634 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8635
8636 * gdb.btrace/instruction_history.c (loop): Add declaration.
8637
8638 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8639
8640 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8641
8642 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8643
8644 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8645 parentheses to print.
8646 (continue_handler): Likewise.
8647
8648 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8649
8650 * gdb.server/solib-list.exp: Remove is_remote check.
8651 Pass shlib= to gdb_compile. Don't link shared library with
8652 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8653 Run binary filename through "readlink -f" on the target.
8654
8655 2016-04-08 Pedro Alves <palves@redhat.com>
8656
8657 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8658 interpreter filename as argument to gdbserver_spawn.
8659 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8660 Return empty if $last_loaded_file does not exist.
8661
8662 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8663
8664 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8665 * gdb.base/jit-main.c: Use exit after usage.
8666
8667 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8668
8669 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8670 GDBHISTSIZE prior to the tests.
8671 * gdb.base/gdbinit-history.exp: Likewise.
8672
8673 2016-04-07 Pedro Alves <palves@redhat.com>
8674
8675 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8676 instead of build_executable. Use gdb_load_shlibs.
8677
8678 2016-04-07 Yao Qi <yao.qi@linaro.org>
8679
8680 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8681 Execute "si" command.
8682
8683 2016-04-07 Yao Qi <yao.qi@linaro.org>
8684
8685 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8686 number instead of the comments on some line.
8687
8688 2016-04-06 Don Breazeal <donb@codesourcery.com>
8689
8690 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8691 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8692
8693 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8694
8695 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8696 standard_output_file. Remove unused binfile variable.
8697
8698 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8699
8700 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8701 * gdb.python/py-mi-objfile.exp: Match "list main" output
8702 in console format.
8703
8704 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8705
8706 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8707 absolute.
8708
8709 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8710
8711 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8712 absolute.
8713 * gdb.trace/ftrace.exp: Likewise.
8714 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8715 targets as well.
8716 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8717 (gdb_load_shlibs): Copy libraries to test directory when testing
8718 natively. Only set solib-search-path if testing remotely.
8719 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8720
8721 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8722
8723 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8724 gdb_download. Use it even if the target is not remote.
8725 * gdb.base/jit.exp (compile_jit_test): Likewise.
8726 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8727 output directory if the destination board is local, otherwise use
8728 the standard remote_download from DejaGnu.
8729 (gdb_download): Remove.
8730 (gdb_load_shlibs): Use gdb_remote_download instead of
8731 gdb_download.
8732 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8733 Use gdb_remote_download instead of gdb_download. Use it even if
8734 the target is not remote.
8735 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8736 instead of gdb_download.
8737
8738 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8739
8740 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8741 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8742 run.
8743
8744 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8745
8746 PR gdb/19820
8747 * gdb.base/printcmds.exp: Add artificial arrays tests.
8748
8749 2016-03-31 Pedro Alves <palves@redhat.com>
8750
8751 PR gdb/19858
8752 * gdb.base/jit-main.c: Include unistd.h.
8753 (ATTACH): Define to 0 if not already defined.
8754 (wait_for_gdb, mypid): New globals.
8755 (WAIT_FOR_GDB): New macro.
8756 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8757 some breakpoint locations.
8758 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8759 New procedures.
8760 (one_jit_test): Add REATTACH parameter, and handle it. Use
8761 continue_to_test_location.
8762 (top level): Test attach, and adjusts calls to one_jit_test.
8763
8764 2016-03-31 Pedro Alves <palves@redhat.com>
8765
8766 PR gdb/19858
8767 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8768 BINSUFFIX parameter, and handle it.
8769 (top level): Adjust calls compile_jit_test.
8770
8771 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8772
8773 PR python/19743
8774 * gdb.python/py-mi-events-gdb.py: New file.
8775 * gdb.python/py-mi-events.c: New file.
8776 * gdb.python/py-mi-events.exp: New file.
8777
8778 2016-03-30 Yao Qi <yao.qi@linaro.org>
8779
8780 * gdb.reverse/until-precsave.exp: Match function name only.
8781 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8782 Move malloc to a condition block.
8783 * gdb.reverse/until-reverse.exp: Match function name only.
8784
8785 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8786
8787 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8788 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8789 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8790 variable for GPR 0 instead of assuming it is register 0.
8791 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8792 * lib/trace-support.exp: Add s390 registers.
8793
8794 2016-03-29 Yao Qi <yao.qi@linaro.org>
8795
8796 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8797
8798 2016-03-24 Yao Qi <yao.qi@linaro.org>
8799
8800 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8801 test message.
8802
8803 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8804
8805 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8806 maintaining separate logic for constructing the output path.
8807
8808 2016-03-16 Don Breazeal <donb@codesourcery.com>
8809
8810 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8811 Retry fork and waitpid on interrupted system call errors.
8812 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8813 Use with_timeout_factor to increase timeout by factor of 10.
8814
8815 2016-03-15 Don Breazeal <donb@codesourcery.com>
8816
8817 * gdb.cp/scope-err.cc: New test program.
8818 * gdb.cp/scope-err.exp: New test script.
8819 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8820 lines and "set breakpoint here" comment.
8821 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8822 Fixed some whitespace and format issues.
8823 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8824 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8825
8826 2016-03-15 Doug Evans <dje@google.com>
8827
8828 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8829 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8830 All callers updated. Add tests for enums, mixed flags register.
8831
8832 2016-03-15 Doug Evans <dje@google.com>
8833
8834 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8835 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8836
8837 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8838
8839 * gdb.base/default.exp: Add $_as_string to the list of expected
8840 convenience functions.
8841
8842 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8843
8844 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8845
8846 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8847
8848 * gdb.python/py-as-string.exp: New file.
8849 * gdb.python/py-as-string.c: New file.
8850
8851 2016-03-09 Pedro Alves <palves@redhat.com>
8852
8853 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8854 signal" -> "Thread NN received signal" output change.
8855 * gdb.threads/ia64-sigill.exp: Likewise.
8856 * gdb.threads/linux-dp.exp: Likewise.
8857 * gdb.threads/manythreads.exp: Likewise.
8858 * gdb.threads/pending-step.exp: Likewise.
8859 * gdb.threads/print-threads.exp: Likewise.
8860 * gdb.threads/sigstep-threads.exp: Likewise.
8861 * gdb.threads/staticthreads.exp: Likewise.
8862 * gdb.threads/tls.exp: Likewise.
8863
8864 2016-03-09 Pedro Alves <palves@redhat.com>
8865
8866 * gdb.base/command-line-input.exp: New file.
8867
8868 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8869
8870 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8871 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8872 * gdb.trace/pending.exp: Accept leading dot before function name.
8873 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8874 * lib/trace-support.exp: Set registers for ppc.
8875
8876 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8877
8878 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8879 use it for disassembly; accept .main in addition to main in backtrace.
8880
8881 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8882 Marcin Kościelnicki <koriakin@0x04.net>
8883
8884 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8885 (gdb_recursion_test_ptr): New global variable.
8886 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8887 gdb_recursion_test.
8888 (gdb_c_test): Ditto.
8889
8890 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8891
8892 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8893 ordering.
8894
8895 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8896
8897 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8898 (bar): Add bar_start_lbl label.
8899 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8900 of foo/bar for emitting DWARF and tracing.
8901
8902 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8903
8904 * analyze-racy-logs.py: Set executable bit.
8905
8906 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8907
8908 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8909 (CHECK_TARGET_TMP): Likewise.
8910 (check-single-racy): New rule.
8911 (check-parallel-racy): Likewise.
8912 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8913 (do-check-parallel-racy): New rule.
8914 (check-racy/%.exp): Likewise.
8915 * README (Racy testcases): New section.
8916 * analyze-racy-logs.py: New file.
8917
8918 2016-03-03 Doug Evans <dje@google.com>
8919
8920 * gdb.base/skip.exp: Use with_test_prefix.
8921
8922 2016-03-03 Yao Qi <yao.qi@linaro.org>
8923
8924 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8925 Invoke step_over_syscall "clone" and break_cond_on_syscall
8926 "clone".
8927 * gdb.base/step-over-clone.c: New file.
8928
8929 2016-03-03 Yao Qi <yao.qi@linaro.org>
8930
8931 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8932 code format.
8933
8934 2016-03-03 Yao Qi <yao.qi@linaro.org>
8935
8936 * gdb.base/disp-step-fork.c: Rename to ...
8937 * gdb.base/step-over-fork.c: ... it. New file.
8938 * gdb.base/disp-step-vfork.c: Rename to ...
8939 * gdb.base/step-over-vfork.c: ... it. New file.
8940 * gdb.base/disp-step-syscall.exp: Rename to ...
8941 * gdb.base/step-over-syscall.exp: ... it. New file.
8942 (disp_step_cross_syscall): Rename to ...
8943 (step_over_syscall): ... it.
8944
8945 2016-03-03 Yao Qi <yao.qi@linaro.org>
8946
8947 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8948 If target supports condition evaluation on target, invoke
8949 break_cond_on_syscall for fork and vfork.
8950
8951 2016-03-03 Yao Qi <yao.qi@linaro.org>
8952
8953 * gdb.base/disp-step-syscall.exp: Don't invoke
8954 support_displaced_stepping.
8955 (disp_step_cross_syscall): Test with displaced stepping off and
8956 on if supported.
8957
8958 2016-03-03 Yao Qi <yao.qi@linaro.org>
8959
8960 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8961 proc.
8962 (setup): New proc.
8963 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8964 and setup.
8965
8966 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8967
8968 * gdb.fortran/vla-history.exp: Remove breakpoint.
8969
8970 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8971
8972 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8973 exceeds timeout.
8974
8975 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8976
8977 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8978 breakpoint.
8979
8980 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8981
8982 * gdb.mi/vla.f90: Nullify pointer after declaration.
8983
8984 2016-03-01 Pedro Alves <palves@redhat.com>
8985
8986 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8987
8988 2016-03-01 Pedro Alves <palves@redhat.com>
8989
8990 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8991 before anything else.
8992 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8993 _GNU_SOURCE here.
8994 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8995 before anything else.
8996 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8997
8998 2016-03-01 Pedro Alves <palves@redhat.com>
8999
9000 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9001
9002 2016-03-01 Yao Qi <yao.qi@linaro.org>
9003
9004 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9005 prepare_for_testing.
9006
9007 2016-03-01 Yao Qi <yao.qi@linaro.org>
9008
9009 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9010
9011 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9012
9013 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9014 manually constructing the output path.
9015
9016 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9017
9018 * gdb.arch/s390-stackless.S: New.
9019 * gdb.arch/s390-stackless.exp: New.
9020
9021 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9022
9023 * gdb.dlang/circular.c: New file.
9024 * gdb.dlang/circular.exp: New file.
9025
9026 2016-02-26 Yao Qi <yao.qi@linaro.org>
9027
9028 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9029 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9030 (testcases): Update.
9031
9032 2016-02-26 Yao Qi <yao.qi@linaro.org>
9033
9034 * gdb.reverse/aarch64.c: Rename to ...
9035 * gdb.reverse/insn-reverse.c: ... it.
9036 * gdb.reverse/aarch64.exp: Rename to ...
9037 * gdb.reverse/insn-reverse.exp: ... it.
9038
9039 2016-02-26 Yao Qi <yao.qi@linaro.org>
9040
9041 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9042 (testcase_ftype): New.
9043 (testcases): New array.
9044 (n_testcases): New.
9045 (main): Call each element in testcases.
9046 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9047 (read_testcase): New.
9048 Do the tests in a loop.
9049
9050 2016-02-25 Yao Qi <yao.qi@linaro.org>
9051
9052 * gdb.base/branches.c: Remove.
9053
9054 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9055
9056 PR gdb/13808
9057 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9058
9059 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9060
9061 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9062
9063 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9064
9065 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9066 change x86_64 call_insn to 'callq'.
9067
9068 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9069
9070 * gdb.trace/tfile-avx.c: Move to...
9071 * gdb.trace/tracefile-pseudo-reg.c: Here.
9072 * gdb.trace/tfile-avx.exp: Move to...
9073 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9074
9075 2016-02-24 Gary Benson <gbenson@redhat.com>
9076
9077 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9078 message on attach.
9079
9080 2016-02-23 Doug Evans <dje@google.com>
9081
9082 * gdb.base/skip.c (test_skip): New function.
9083 (end_test_skip_file_and_function): New function.
9084 (test_skip_file_and_function): New function.
9085 * gdb.base/skip1.c (test_skip): New function.
9086 (skip1_test_skip_file_and_function): New function.
9087 * gdb.base/skip.exp: Add tests for new skip options.
9088 * gdb.base/skip-solib.exp: Update expected output.
9089 * gdb.perf/skip-command.cc: New file.
9090 * gdb.perf/skip-command.exp: New file.
9091 * gdb.perf/skip-command.py: New file.
9092
9093 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9094
9095 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9096 info registers pattern.
9097
9098 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9099
9100 * lib/future.exp: Add D support.
9101 (gdb_find_gdc): New proc.
9102 (gdb_default_target_compile): Add D support.
9103
9104 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9105
9106 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9107 user+system time.
9108 (trace_speed_test): Determine the iteration count for a time
9109 between 15..30 seconds.
9110
9111 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9112
9113 * gdb.arch/i386-mpx-sigsegv.c: New file.
9114 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9115 * gdb.arch/i386-mpx-simple_segv.c: New file.
9116 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9117
9118 2016-02-18 Yao Qi <yao.qi@linaro.org>
9119
9120 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9121 Don't call setup_kfail.
9122
9123 2016-02-18 Yao Qi <yao.qi@linaro.org>
9124
9125 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9126 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9127
9128 2016-02-16 Doug Evans <dje@google.com>
9129
9130 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9131 * gdb.base/skip1.c: Ditto.
9132 * gdb.base/skip.exp: Whitespace cleanup.
9133
9134 2016-02-16 Don Breazeal <donb@codesourcery.com>
9135
9136 PR remote/19496
9137 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9138 Remove kfail for PR remote/19496.
9139
9140 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9141
9142 * lib/gdb.exp (standard_temp_file): Return a path specific to
9143 the runtest invocation.
9144
9145 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9146
9147 * gdb.trace/save-trace.exp: Change relative path to be in the
9148 standard output directory.
9149
9150 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9151
9152 * gdb.arch/i386-prologue.c: Add missing prototypes.
9153
9154 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9155
9156 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9157 * gdb.arch/i386-prologue.exp: Likewise.
9158 * gdb.arch/i386-size.exp: Likewise.
9159
9160 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9161
9162 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9163 define object file path.
9164 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9165 file path.
9166 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9167 standard_output_file to define binfile.
9168
9169 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9170
9171 Fix compatibility with recent gfortran-5.3.1.
9172 * gdb.fortran/vla-history.exp (print vla1 allocated)
9173 (print vla2 allocated, print $2, print $3): Remove
9174 (print $4): Rename to ...
9175 (print $2): ... here.
9176 (print $9): Rename to ...
9177 (print $5): ... here.
9178 (print $10): Rename to ...
9179 (print $6): ... here.
9180 * gdb.fortran/vla.f90: Add pvla initialization.
9181
9182 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9183
9184 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9185 New test.
9186 * gdb.fortran/vla-value-sub.exp: Likewise.
9187
9188 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9189
9190 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9191
9192 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9193
9194 * i386-biarch-core.exp: Define corefile using
9195 standard_output_file.
9196
9197 2016-02-12 Yao Qi <yao.qi@linaro.org>
9198
9199 * gdb.arch/arm-single-step-kernel-helper.c: New.
9200 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9201
9202 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9203
9204 * gdb.btrace/tailcall-only.exp: New.
9205 * gdb.btrace/tailcall-only.c: New.
9206 * gdb.btrace/x86_64-tailcall-only.S: New.
9207 * gdb.btrace/i686-tailcall-only.S: New.
9208
9209 2016-02-11 Pedro Alves <palves@redhat.com>
9210
9211 * README (Parallel testing): Add missing double quotes.
9212
9213 2016-02-11 Pedro Alves <palves@redhat.com>
9214
9215 * README (Parallel testing): New section.
9216 (GDB_PARALLEL): Rewrite.
9217 (FORCE_PARALLEL): Document.
9218
9219 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9220
9221 * gdb.trace/tfile-avx.c: New test.
9222 * gdb.trace/tfile-avx.exp: New test.
9223
9224 2016-02-09 Keith Seitz <keiths@redhat.com>
9225
9226 PR breakpoints/19546
9227 * gdb.base/infcall-exec.c: New file.
9228 * gdb.base/infcall-exec2.c: New file.
9229 * gdb.base/infcall-exec.exp: New file.
9230
9231 2016-02-09 Keith Seitz <keiths@redhat.com>
9232
9233 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9234 (toplevel): Call test_bkpt_address.
9235
9236 2016-02-09 Keith Seitz <keiths@redhat.com>
9237
9238 PR python/19506
9239 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9240 (toplevel): Call test_bkpt_address.
9241
9242 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9243
9244 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9245 to AC_OUTPUT.
9246 * configure: Regenerate.
9247
9248 2016-02-09 Pedro Alves <palves@redhat.com>
9249
9250 PR breakpoints/19548
9251 * gdb.base/execl-update-breakpoints.c (some_function): New
9252 function.
9253 (main): Call it.
9254 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9255 Tighten expected GDB output.
9256
9257 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9258
9259 * Makefile.in (ALL_SUBDIRS): Remove.
9260 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9261 (distclean maintainer-clean realclean): Likewise.
9262 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9263 * configure: Regenerate.
9264 * gdb.ada/Makefile.in: Delete.
9265 * gdb.arch/Makefile.in: Likewise.
9266 * gdb.asm/Makefile.in: Likewise.
9267 * gdb.base/Makefile.in: Likewise.
9268 * gdb.btrace/Makefile.in: Likewise.
9269 * gdb.cell/Makefile.in: Likewise.
9270 * gdb.compile/Makefile.in: Likewise.
9271 * gdb.cp/Makefile.in: Likewise.
9272 * gdb.disasm/Makefile.in: Likewise.
9273 * gdb.dlang/Makefile.in: Likewise.
9274 * gdb.dwarf2/Makefile.in: Likewise.
9275 * gdb.fortran/Makefile.in: Likewise.
9276 * gdb.gdb/Makefile.in: Likewise.
9277 * gdb.go/Makefile.in: Likewise.
9278 * gdb.guile/Makefile.in: Likewise.
9279 * gdb.java/Makefile.in: Likewise.
9280 * gdb.linespec/Makefile.in: Likewise.
9281 * gdb.mi/Makefile.in: Likewise.
9282 * gdb.modula2/Makefile.in: Likewise.
9283 * gdb.multi/Makefile.in: Likewise.
9284 * gdb.objc/Makefile.in: Likewise.
9285 * gdb.opencl/Makefile.in: Likewise.
9286 * gdb.opt/Makefile.in: Likewise.
9287 * gdb.pascal/Makefile.in: Likewise.
9288 * gdb.perf/Makefile.in: Likewise.
9289 * gdb.python/Makefile.in: Likewise.
9290 * gdb.reverse/Makefile.in: Likewise.
9291 * gdb.server/Makefile.in: Likewise.
9292 * gdb.stabs/Makefile.in: Likewise.
9293 * gdb.threads/Makefile.in: Likewise.
9294 * gdb.trace/Makefile.in: Likewise.
9295 * gdb.xml/Makefile.in: Likewise.
9296 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9297 GDB_PARALLEL.
9298 (standard_output_file): Remove check for GDB_PARALLEL, always
9299 return path in outputs/$subdir/$testname.
9300
9301 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9302
9303 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9304 (site.exp): Assign abs_srcdir to tcl's srcdir.
9305
9306 2016-02-04 Yao Qi <yao.qi@linaro.org>
9307
9308 * gdb.base/foll-exec-mode.c: Include limits.h.
9309 (main): Add parameters argc and argv. Get directory from
9310 argv[0].
9311 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9312 compilation.
9313 * gdb.base/foll-exec.c: Include limits.h.
9314 (main): Add parameters argc and argv.
9315 Get directory from argv[0].
9316 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9317 Adjust tests on the number of lines as source code changed.
9318 * gdb.base/foll-vfork-exit.c: Include limits.h.
9319 (main): Add one line of statement before vfork.
9320 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9321 (main): Add parameters argc and argv. Get directory from
9322 argv[0].
9323 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9324 (setup_gdb): Set tbreak to skip some source lines.
9325 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9326 (main): Add parameters argc and argv. Get directory from
9327 argv[0].
9328 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9329 compilation.
9330 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9331 (main): Add parameters argc and argv. Get directory from
9332 argv[0].
9333 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9334 compilation.
9335
9336 2016-02-01 Doug Evans <dje@google.com>
9337
9338 * gdb.base/skip.exp: Clean up multiple references to same test name.
9339
9340 2016-02-01 Pedro Alves <palves@redhat.com>
9341
9342 PR remote/19496
9343 * gdb.threads/forking-threads-plus-breakpoint.exp
9344 (displaced_stepping_supported): New global.
9345 (probe_displaced_stepping_support): New procedure.
9346 (do_test): Add 'displaced' parameter, and use it.
9347 (top level): Check for displaced stepping support. Add displaced
9348 stepping on/off testing axis.
9349
9350 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9351
9352 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9353 pointer. Don't perform further tests on the unassociated pointer
9354 if the first test fails.
9355
9356 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9357
9358 * gdb.base/max-value-size.c: New file.
9359 * gdb.base/max-value-size.exp: New file.
9360 * gdb.base/huge.exp: Disable max-value-size for this test.
9361
9362 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9363
9364 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9365
9366 2016-01-28 Yao Qi <yao.qi@linaro.org>
9367
9368 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9369
9370 2016-01-25 Pedro Alves <palves@redhat.com>
9371
9372 PR threads/19461
9373 * gdb.base/fork-running-state.c: New file.
9374 * gdb.base/fork-running-state.exp: New file.
9375
9376 2016-01-25 Pedro Alves <palves@redhat.com>
9377
9378 PR gdb/19494
9379 * gdb.base/catch-fork-kill.c: New file.
9380 * gdb.base/catch-fork-kill.exp: New file.
9381
9382 2016-01-25 Pedro Alves <palves@redhat.com>
9383
9384 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9385 Delete, moved to lib/gdb.exp.
9386 * gdb.threads/forking-threads-plus-breakpoint.exp
9387 (foreach_with_prefix): Likewise.
9388 * gdb.threads/process-dies-while-handling-bp.exp
9389 (foreach_with_prefix): Likewise.
9390 * lib/gdb.exp (foreach_with_prefix): New procedure.
9391
9392 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9393
9394 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9395 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9396
9397 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9398
9399 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9400 endian targets.
9401
9402 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9403 Pedro Alves <palves@redhat.com>
9404
9405 Fix testsuite compatibility with Guile.
9406 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9407 number.
9408
9409 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9410
9411 Fix testsuite compatibility with Guile.
9412 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9413 (thread 1): New test for backtrace through signal handler.
9414
9415 2016-01-22 Yao Qi <yao.qi@linaro.org>
9416
9417 PR testsuite/19491
9418 * gdb.base/multi-forks.c: Include
9419 ../lib/unbuffer_output.c
9420 (main): Call gdb_unbuffer_output.
9421
9422 2016-01-21 Doug Evans <dje@google.com>
9423
9424 * lib/ada.exp (gdb_compile_ada): Fix typo.
9425
9426 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9427
9428 * gdb.base/break-fun-addr.exp: New file.
9429 * gdb.base/break-fun-addr1.c: New file.
9430 * gdb.base/break-fun-addr2.c: New file.
9431
9432 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9433
9434 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9435 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9436 enum flag values.
9437
9438 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9439
9440 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9441 when GDB can not set the vector return value. Add more comments
9442 for clarification.
9443
9444 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9445
9446 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9447 command.
9448
9449 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9450
9451 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9452
9453 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9454
9455 * Makefile.in (check-single): Pass --status to runtest.
9456 (check/%.exp): Likewise.
9457
9458 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9459
9460 * Makefile.in (check-parallel): Propagate return code from make
9461 do-check-parallel.
9462
9463 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9464
9465 * gdb.trace/ftrace.exp: Fix expected message on continue.
9466 * gdb.trace/pending.exp: Fix expected message on continue.
9467 * gdb.trace/trace-break.exp: Fix expected message on continue.
9468
9469 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9470
9471 * lib/gdb.exp (gdb_test): Remove unused global references.
9472
9473 2016-01-18 Pedro Alves <palves@redhat.com>
9474
9475 * gdb.base/async-shell.exp: Adjust expected output.
9476 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9477 * gdb.base/siginfo-thread.exp: Adjust expected output.
9478 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9479 * gdb.java/jnpe.exp: Adjust expected output.
9480 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9481 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9482 * gdb.threads/leader-exit.exp: Adjust expected output.
9483 * gdb.threads/manythreads.exp: Adjust expected output.
9484 * gdb.threads/pthreads.exp: Adjust expected output.
9485 * gdb.threads/schedlock.exp: Adjust expected output.
9486 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9487 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9488 expected output.
9489 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9490 output.
9491 * gdb.threads/sigthread.exp: Adjust expected output.
9492 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9493
9494 2016-01-18 Yao Qi <yao.qi@linaro.org>
9495
9496 * gdb.guile/scm-section-script.c: Replace @progbits with
9497 %progbits.
9498 * gdb.python/py-section-script.c: Likewise.
9499
9500 2016-01-15 Pedro Alves <palves@redhat.com>
9501
9502 * gdb.multi/tids.exp: Test star wildcard ranges.
9503
9504 2016-01-15 Pedro Alves <palves@redhat.com>
9505
9506 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9507 command from "thread apply" invocation.
9508 (thr_apply_info_thr_invalid): Default the expected output to the
9509 input tid list.
9510 (top level): Add tests that use convenience variables. Add tests
9511 for "thread apply" with a valid TID list, but missing the command.
9512
9513 2016-01-13 Pedro Alves <palves@redhat.com>
9514
9515 * gdb.base/default.exp: Expect $_gthread as well.
9516 * gdb.multi/tids.exp: Test $_gthread.
9517 * gdb.threads/thread-specific.exp: Test $_gthread.
9518
9519 2016-01-13 Pedro Alves <palves@redhat.com>
9520
9521 * gdb.multi/tids.exp: Test "info threads -gid".
9522
9523 2016-01-13 Pedro Alves <palves@redhat.com>
9524
9525 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9526 Breakpoint.thread.
9527 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9528
9529 2016-01-07 Pedro Alves <palves@redhat.com>
9530
9531 * gdb.base/break.exp: Adjust to output changes.
9532 * gdb.base/hbreak2.exp: Likewise.
9533 * gdb.base/sepdebug.exp: Likewise.
9534 * gdb.base/watch_thread_num.exp: Likewise.
9535 * gdb.linespec/keywords.exp: Likewise.
9536 * gdb.multi/info-threads.exp: Likewise.
9537 * gdb.threads/thread-find.exp: Likewise.
9538 * gdb.multi/tids.c: New file.
9539 * gdb.multi/tids.exp: New file.
9540
9541 2016-01-13 Pedro Alves <palves@redhat.com>
9542
9543 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9544
9545 2016-01-13 Pedro Alves <palves@redhat.com>
9546
9547 * gdb.base/default.exp: Expect $_inferior as well.
9548 * gdb.multi/base.exp: Test $_inferior.
9549
9550 2016-01-13 Pedro Alves <palves@redhat.com>
9551
9552 PR breakpoints/19388
9553 * gdb.base/catch-signal-siginfo-cond.c: New file.
9554 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9555
9556 2016-01-12 Josh Stone <jistone@redhat.com>
9557 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9558
9559 * gdb.base/catch-syscall.c (do_execve): New variable.
9560 (main): Conditionally trigger an execve.
9561 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9562 (test_catch_syscall_execve): New, check entry/return across execve.
9563 (do_syscall_tests): Call test_catch_syscall_execve.
9564
9565 2016-01-12 Pedro Alves <palves@redhat.com>
9566
9567 * gdb.base/random-signal.exp (do_test): New procedure, with body
9568 of testcase moved in.
9569
9570 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9571 Pedro Alves <palves@redhat.com>
9572
9573 * gdb.base/funcargs.exp (finish from indirectly called function):
9574 Reintroduce the case for 'First'.
9575
9576 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9577 Pedro Alves <palves@redhat.com>
9578
9579 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9580 (tcatch_vfork_then_child_follow_exec)
9581 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9582 identification.
9583
9584 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9585
9586 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9587 and repeats to unlimited.
9588 * gdb.python/py-value.exp: Likewise.
9589 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9590 and repeats to unlimited.
9591
9592 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9593
9594 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9595 and reordering the functions.
9596 * gdb.multi/hangout.c: Likewise.
9597 * gdb.multi/hello.c: Likewise.
9598
9599 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9600
9601 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9602 absolute.
9603 (SingleStatisticTestResult.report): Use dict.keys instead of
9604 dict.iterkeys.
9605
9606 2016-01-06 Pedro Alves <palves@redhat.com>
9607
9608 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9609
9610 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9611
9612 * gdb.btrace/dlopen.exp: New.
9613 * gdb.btrace/dlopen.c: New.
9614 * gdb.btrace/dlopen-dso.c: New.
9615
9616 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9617
9618 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9619 PATTERN argument is optional.
9620
9621 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9622
9623 * lib/ada.exp (target_compile_ada_from_dir): New function.
9624 (gdb_compile_ada): Reimplement avoiding the use of project files.
9625 * gdb.ada/gnat_ada.gpr: Delete.
9626 * gdb.ada/cond_lang.exp: Adjust test to make path before
9627 filename optional.
9628 * gdb.ada/small_reg_param.exp: Likewise.
9629
9630 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9631
9632 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9633
9634 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9635
9636 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9637 case.
9638
9639 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9640
9641 * gdb.base/break.exp: Remove dead code.
9642 * gdb.base/sepdebug.exp: Likewise.
9643
9644 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9645
9646 * gdb.asm/asm-source.exp: Remove HP-UX references.
9647 * gdb.base/annota1.exp: Likewise.
9648 * gdb.base/annota3.exp: Likewise.
9649 * gdb.base/attach.exp: Likewise.
9650 * gdb.base/bigcore.exp: Likewise.
9651 * gdb.base/break.exp: Likewise.
9652 * gdb.base/call-ar-st.exp: Likewise.
9653 * gdb.base/callfuncs.exp: Likewise.
9654 * gdb.base/catch-fork-static.exp: Likewise.
9655 * gdb.base/display.exp: Likewise.
9656 * gdb.base/foll-exec-mode.exp: Likewise.
9657 * gdb.base/foll-exec.exp: Likewise.
9658 * gdb.base/foll-fork.exp: Likewise.
9659 * gdb.base/foll-vfork.exp: Likewise.
9660 * gdb.base/funcargs.exp: Likewise.
9661 * gdb.base/hbreak2.exp: Likewise.
9662 * gdb.base/inferior-died.exp: Likewise.
9663 * gdb.base/interrupt.exp: Likewise.
9664 * gdb.base/multi-forks.exp: Likewise.
9665 * gdb.base/nodebug.exp: Likewise.
9666 * gdb.base/sepdebug.exp: Likewise.
9667 * gdb.base/solib1.c: Likewise.
9668 * gdb.base/step-test.exp: Likewise.
9669 * gdb.mi/non-stop.c: Likewise.
9670 * gdb.mi/pthreads.c: Likewise.
9671 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9672 * gdb.threads/pthreads.c: Likewise.
9673 * gdb.threads/staticthreads.exp: Likewise.
9674 * lib/future.exp: Likewise.
9675 * lib/gdb.exp: Likewise.
9676 * gdb.base/so-indr-cl.c: Remove.
9677 * gdb.base/so-indr-cl.exp: Likewise.
9678 * gdb.base/solib.c: Likewise.
9679 * gdb.base/solib.exp: Likewise.
9680 * gdb.base/solib2.c: Likewise.
9681
9682 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9683
9684 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9685 * gdb.base/call-ar-st.exp: Likewise.
9686 * gdb.base/callfuncs.exp: Likewise.
9687 * gdb.base/condbreak.exp: Likewise.
9688 * gdb.base/constvars.exp: Likewise.
9689 * gdb.base/hbreak2.exp: Likewise.
9690 * gdb.base/langs.exp: Likewise.
9691 * gdb.base/list.exp: Likewise.
9692 * gdb.base/long_long.exp: Likewise.
9693 * gdb.base/ptype.exp: Likewise.
9694 * gdb.base/scope.exp: Likewise.
9695 * gdb.base/signals.exp: Likewise.
9696 * gdb.base/so-impl-ld.exp: Likewise.
9697 * gdb.base/varargs.exp: Likewise.
9698 * gdb.base/volatile.exp: Likewise.
9699 * gdb.base/whatis.exp: Likewise.
9700 * gdb.cp/cplusfuncs.exp: Likewise.
9701 * gdb.cp/inherit.exp: Likewise.
9702 * gdb.cp/local.exp: Likewise.
9703 * gdb.cp/member-ptr.exp: Likewise.
9704 * gdb.cp/method.exp: Likewise.
9705 * gdb.cp/overload.exp: Likewise.
9706 * gdb.cp/templates.exp: Likewise.
9707 * gdb.stabs/weird.exp: Likewise.
9708 * lib/compiler.c: Likewise.
9709 * lib/compiler.cc: Likewise.
9710 * lib/cp-support.exp: Likewise.
9711 * lib/gdb.exp: Likewise.
9712
9713 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9714
9715 * configure.ac: Remove HP-UX case.
9716 * configure: Regenerate.
9717
9718 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9719
9720 * lib/gdb.exp (gdb_compile): Add function doc.
9721
9722 2015-12-17 Pedro Alves <palves@redhat.com>
9723
9724 PR threads/19354
9725 * gdb.multi/info-threads.exp: New file.
9726
9727 2015-12-15 Yao Qi <yao.qi@linaro.org>
9728
9729 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9730 is aarch64*-*-*.
9731
9732 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9733
9734 * gdb.base/history-duplicates.exp: Skip if no readline support.
9735
9736 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9737
9738 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9739
9740 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9741
9742 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9743
9744 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9745
9746 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9747 ctrl-C if nointerrupts target property is set.
9748 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9749 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9750 * gdb.base/paginate-bg-execution.exp: Likewise.
9751 * gdb.base/paginate-execution-startup.exp: Likewise.
9752 * gdb.base/random-signal.exp: Likewise.
9753 * gdb.base/range-stepping.exp: Likewise.
9754 * gdb.cp/annota2.exp: Likewise.
9755 * gdb.cp/annota3.exp: Likewise.
9756 * gdb.gdb/selftest.exp: Likewise.
9757 * gdb.threads/continue-pending-status.exp: Likewise.
9758 * gdb.threads/leader-exit.exp: Likewise.
9759 * gdb.threads/manythreads.exp: Likewise.
9760 * gdb.threads/pthreads.exp: Likewise.
9761 * gdb.threads/schedlock.exp: Likewise.
9762 * gdb.threads/sigthread.exp: Likewise.
9763
9764 2015-12-11 Don Breazeal <donb@codesourcery.com>
9765
9766 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9767 remote.
9768 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9769 * gdb.base/foll-exec.exp (main): Enable for target remote.
9770 * gdb.base/foll-fork.exp (main): Likewise.
9771 * gdb.base/foll-vfork.exp (main): Likewise.
9772 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9773 (proc continue_to_exit_bp_loc): Use clean_restart.
9774 * gdb.base/pie-execl.exp (main): Disable for target remote.
9775 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9776 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9777 * gdb.threads/execl.exp (main): Likewise.
9778 * gdb.threads/fork-child-threads.exp (main): Likewise.
9779 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9780 remote.
9781 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9782 remote.
9783 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9784 pid.tid style ptids, instead of just tid.
9785 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9786 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9787 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9788 ptids, instead of just tid.
9789
9790 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9791
9792 * gdb.base/list.exp (test_list_forward): Add end of file error
9793 test.
9794 (test_repeat_list_command): Add end of file error test.
9795 (test_list_backwards): Add beginning of file error test.
9796
9797 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9798
9799 * gdb.base/list.exp (test_list_invalid_args): New function,
9800 defined, and called.
9801
9802 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9803
9804 * gdb.base/list.exp (test_list): Make test names unique.
9805
9806 2015-12-11 Yao Qi <yao.qi@linaro.org>
9807
9808 * gdb.base/coremaker2.c: Remove.
9809
9810 2015-12-10 Pedro Alves <palves@redhat.com>
9811
9812 * gdb.multi/base.exp: Remove stale "spaces" references.
9813
9814 2015-12-10 Pedro Alves <palves@redhat.com>
9815
9816 * gdb.multi/base.exp: Don't use nowarnings.
9817 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9818 * gdb.multi/hangout.c: Include stdio.h.
9819 * gdb.multi/hello.c: Include stdlib.h.
9820 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9821 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9822 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9823
9824 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9825
9826 * gdb.dwarf2/dw2-ranges-base.c: New file.
9827 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9828 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9829 support additional line table, and debug ranges generation.
9830 (Dwarf::ranges): New function, generate .debug_ranges.
9831 (Dwarf::lines): Support generating simple line table programs.
9832 (Dwarf::assemble): Initialise new namespace variables.
9833
9834 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9835
9836 * gdb.base/async.exp (proc test_background): Add case for
9837 asynchronous execution not supported.
9838
9839 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9840
9841 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9842 format and change test names to make them unique.
9843
9844 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9845 Pedro Alves <pedro@redhat.com>
9846
9847 PR gdb/18702
9848 Add checking of floatformats setup on x86_64 hosts.
9849 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9850 (smallval, bigval): New labels/constants.
9851 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9852 float" after loading bigval and smallval.
9853
9854 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9855
9856 * gdb.ada/fun_overload_menu.exp: New testcase.
9857 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9858
9859 2015-12-04 Josh Stone <jistone@redhat.com>
9860
9861 * gdb.base/catch-fork-static.exp: New.
9862
9863 2015-12-03 Yao Qi <yao.qi@linaro.org>
9864
9865 * gdb.base/sizeof.c: Don't include stdio.h and
9866 ../lib/unbuffer_output.c.
9867 (main): New variable 'size' and 'value'. Remove printf and
9868 gdb_unbuffer_output. Assign return value to size and value.
9869 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9870 at the beginning.
9871 (check_sizeof): Check the result by printing variable 'size'.
9872 (check_valueof): Check the result by printing variable 'value'.
9873
9874 2015-12-01 Yao Qi <yao.qi@linaro.org>
9875
9876 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9877 for aarch64*-*-linux* target.
9878
9879 2015-11-30 Pedro Alves <palves@redhat.com>
9880
9881 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9882
9883 2015-11-30 Pedro Alves <palves@redhat.com>
9884
9885 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9886 Handle non-stop mode vCont replies.
9887
9888 2015-11-30 Pedro Alves <palves@redhat.com>
9889
9890 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9891 prepare_for_testing. Start gdb with "set non-stop on" appended to
9892 GDBFLAGS. Lax expected stop output.
9893
9894 2015-11-27 Yao Qi <yao.qi@linaro.org>
9895
9896 * gdb.arch/arm-neon.exp: New.
9897 * gdb.arch/arm-neon.c: New.
9898
9899 2015-11-27 Yao Qi <yao.qi@linaro.org>
9900
9901 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9902
9903 2015-11-27 Yao Qi <yao.qi@linaro.org>
9904
9905 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9906 frames-invalid annotation.
9907
9908 2015-11-27 Yao Qi <yao.qi@linaro.org>
9909
9910 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9911
9912 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9913
9914 * gdb.threads/names.exp: New file.
9915 * gdb.threads/names.c: New file.
9916 * README: Mention gdb,no_thread_names.
9917
9918 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9919
9920 PR 19297
9921 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9922 support" error.
9923
9924 2015-11-24 Pedro Alves <palves@redhat.com>
9925
9926 PR 17539
9927 * gdb.base/display.exp: Expect displays to be sorted in ascending
9928 order. Use multi_line.
9929 * gdb.base/solib-display.exp: Likewise.
9930
9931 2015-11-24 Pedro Alves <palves@redhat.com>
9932
9933 PR 17539
9934 * gdb.base/display.exp: Expect displays to be sorted in ascending
9935 order. Use multi_line.
9936 * gdb.base/solib-display.exp: Likewise.
9937
9938 2015-11-24 Pedro Alves <palves@redhat.com>
9939
9940 PR 17539
9941 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9942 threads in ascending order.
9943 * gdb.base/foll-fork.exp: Likewise.
9944 * gdb.base/foll-vfork.exp: Likewise.
9945 * gdb.base/multi-forks.exp: Likewise.
9946 * gdb.mi/mi-nonstop.exp: Likewise.
9947 * gdb.mi/mi-nsintrall.exp: Likewise.
9948 * gdb.multi/base.exp: Likewise.
9949 * gdb.multi/multi-arch.exp: Likewise.
9950 * gdb.python/py-inferior.exp: Likewise.
9951 * gdb.threads/break-while-running.exp: Likewise.
9952 * gdb.threads/execl.exp: Likewise.
9953 * gdb.threads/gcore-thread.exp: Likewise.
9954 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9955 * gdb.threads/kill.exp: Likewise.
9956 * gdb.threads/linux-dp.exp: Likewise.
9957 * gdb.threads/multiple-step-overs.exp: Likewise.
9958 * gdb.threads/next-bp-other-thread.exp: Likewise.
9959 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9960 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9961 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9962 * gdb.threads/thread-find.exp: Likewise.
9963 * gdb.threads/tls.exp: Likewise.
9964 * lib/mi-support.exp (mi_reverse_list): Delete.
9965 (mi_check_thread_states): No longer reverse list.
9966
9967 2015-11-24 Pedro Alves <palves@redhat.com>
9968
9969 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9970 use lowercase.
9971
9972 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9973
9974 * gdb.trace/actions.c: Include trace-common.h.
9975 (main): Add a location for a fast tracepoint.
9976 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9977 the normal tracepoints.
9978 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9979
9980 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9981
9982 * save-trace.exp: Factor out code to these...
9983 (gdb_save_tracepoints): New.
9984 (gdb_load_tracepoints): New.
9985 (do_save_load_test): New.
9986
9987 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9988
9989 * gdb.base/asmlabel.exp: New test.
9990 * gdb.base/asmlabel.c: New test case.
9991
9992 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9993
9994 * gdb.base/wrong_frame_bt_full-main.c: New file.
9995 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9996 * gdb.base/wrong_frame_bt_full.exp: New file.
9997
9998 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9999
10000 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10001
10002 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10003
10004 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10005 pstate register when comparing registers values in
10006 sparc64-*-linux-gnu targets to avoid spurious differences.
10007
10008 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10009
10010 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10011
10012 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10013
10014 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10015 as type argument to gdb_compile.
10016 * gdb.base/nested-subp2.exp: Likewise.
10017 * gdb.base/nested-subp3.exp: Likewise.
10018
10019 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10020
10021 * lib/dwarf.exp (_note): Fix left shift of negative value.
10022 * gdb.trace/trace-condition.exp: Likewise.
10023
10024 2015-11-13 Yao Qi <yao.qi@linaro.org>
10025
10026 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10027 comments about d10v.
10028 (test_scalar_returns): Likewise.
10029 * gdb.base/d10v.ld: Remove.
10030 * gdb.base/overlays.exp: Remove the target triplet checking for
10031 d10v-*-*.
10032 * gdb.base/structs.exp (test_struct_returns): Remove the
10033 comments about d10v.
10034 (test_struct_calls): Likewise.
10035
10036 2015-11-13 Yao Qi <yao.qi@linaro.org>
10037
10038 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10039 * gdb.base/gnu_vector.c: Don't include stdio.h.
10040 (main): Don't print res and call add_some_intvecs.
10041
10042 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10043
10044 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10045 macro.
10046 (func5): Removed.
10047 (func4): Use FAST_TRACEPOINT_LABEL.
10048 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10049 macro.
10050 (func): Removed.
10051 (thread_function): Use FAST_TRACEPOINT_LABEL.
10052 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10053 (func): Remove.
10054 (marker): Use FAST_TRACEPOINT_LABEL.
10055 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10056 (pendfunc1): Remove.
10057 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10058 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10059 (foo): Remove.
10060 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10061 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10062 macro.
10063 (func): Remove.
10064 (marker): Use FAST_TRACEPOINT_LABEL.
10065 * gdb.trace/trace-common.h: New header.
10066 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10067 macro.
10068 (func): Remove.
10069 (marker): Use FAST_TRACEPOINT_LABEL.
10070 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10071 (func): Remove.
10072 (thread_function): Use FAST_TRACEPOINT_LABEL.
10073
10074 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10075
10076 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10077 in front.
10078 * gdb.trace/change-loc.exp: Use global pcreg definition.
10079 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10080 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10081 in front.
10082 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10083 * gdb.trace/pending.exp: Likewise.
10084 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10085 * gdb.trace/trace-break.exp: Likewise.
10086 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10087 in front.
10088 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10089 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10090 in front.
10091 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10092
10093 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10094
10095 * gdb.ada/fin_fun_out: New testcase.
10096
10097 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10098
10099 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10100 value associated with DW_AT_byte_size.
10101 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10102 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10103 DW_AT_upper_bound.
10104
10105 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10106
10107 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10108 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10109 version.
10110 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10111 gdb.dwarf2/dw2-canonicalize-type.exp,
10112 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10113 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10114 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10115 provided by gdb_target_symbol_prefix_flags_asm.
10116 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10117 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10118 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10119 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10120 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10121 macros where needed). Use this macro for symbols which require
10122 the prefix provided by SYMBOL_PREFIX.
10123
10124 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10125
10126 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10127 New procs.
10128 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10129 representing expressions, of more than one list element.
10130 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10131 to prepend linker symbol prefix to f.
10132 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10133 table_1 and table_2.
10134 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10135 Likewise, for f and g.
10136 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10137 for ptr.
10138 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10139 for main.
10140 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10141 table_1_ptr and table_2_ptr.
10142
10143 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10144 Joel Brobecker <brobecker@adacore.com>
10145
10146 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10147
10148 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10149
10150 * gdb.reverse/s390-mvcle.c: New test.
10151 * gdb.reverse/s390-mvcle.exp: New file.
10152 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10153
10154 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10155
10156 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10157
10158 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10159
10160 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10161 reaching marker2.
10162 * gdb.reverse/getresuid-reverse.exp: Likewise.
10163 * gdb.reverse/pipe-reverse.exp: Likewise.
10164 * gdb.reverse/readv-reverse.exp: Likewise.
10165 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10166 * gdb.reverse/time-reverse.exp: Likewise.
10167 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10168
10169 2015-10-30 Yao Qi <yao.qi@linaro.org>
10170
10171 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10172 (empty_cycle): Remove.
10173 (main): Don't call empty_cycle. Don't use watch_count_done.
10174 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10175 empty_cycle. Rewrite the code counting HW watchpoints.
10176
10177 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10178
10179 * gdb.reverse/fstatat-reverse.c: New test.
10180 * gdb.reverse/fstatat-reverse.exp: New file.
10181 * gdb.reverse/getresuid-reverse.c: New test.
10182 * gdb.reverse/getresuid-reverse.exp: New file.
10183 * gdb.reverse/pipe-reverse.c: New test.
10184 * gdb.reverse/pipe-reverse.exp: New file.
10185 * gdb.reverse/readv-reverse.c: New test.
10186 * gdb.reverse/readv-reverse.exp: New file.
10187 * gdb.reverse/recvmsg-reverse.c: New test.
10188 * gdb.reverse/recvmsg-reverse.exp: New file.
10189 * gdb.reverse/time-reverse.c: New test.
10190 * gdb.reverse/time-reverse.exp: New file.
10191 * gdb.reverse/waitpid-reverse.c: New test.
10192 * gdb.reverse/waitpid-reverse.exp: New file.
10193
10194 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10195
10196 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10197
10198 2015-10-26 Doug Evans <dje@google.com>
10199
10200 PR symtab/17391
10201 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10202 * gdb.dwarf2/bad-regnum.c: New file.
10203 * gdb.dwarf2/bad-regnum.exp: New file.
10204
10205 2015-10-26 Doug Evans <dje@google.com>
10206
10207 PR python/18938
10208 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10209 file.
10210
10211 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10212
10213 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10214 for a change by "Mention language in compile error message".
10215
10216 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10217
10218 PR python/18073
10219 * gdb.python/py-type.c (C::a_method): New.
10220 (C::a_const_method): New.
10221 (C::a_static_method): New.
10222 (a_function): New.
10223 * gdb.python/py-type.exp (test_fields): Test getting fields
10224 from function and method.
10225
10226 2015-10-21 Keven Boell <keven.boell@intel.com>
10227
10228 * gdb.fortran/vla-alloc-assoc.exp: New file.
10229 * gdb.fortran/vla-datatypes.exp: New file.
10230 * gdb.fortran/vla-datatypes.f90: New file.
10231 * gdb.fortran/vla-history.exp: New file.
10232 * gdb.fortran/vla-ptype-sub.exp: New file.
10233 * gdb.fortran/vla-ptype.exp: New file.
10234 * gdb.fortran/vla-sizeof.exp: New file.
10235 * gdb.fortran/vla-sub.f90: New file.
10236 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10237 * gdb.fortran/vla-value-sub-finish.exp: New file.
10238 * gdb.fortran/vla-value-sub.exp: New file.
10239 * gdb.fortran/vla-value.exp: New file.
10240 * gdb.fortran/vla-ptr-info.exp: New file.
10241 * gdb.mi/mi-vla-fortran.exp: New file.
10242 * gdb.mi/vla.f90: New file.
10243
10244 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10245
10246 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10247 of hardwired timeout value.
10248
10249 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10250 Pedro Alves <palves@redhat.com>
10251
10252 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10253 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10254
10255 2015-10-19 Josh Stone <jistone@redhat.com>
10256
10257 * gdb.base/catch-syscall.c: Include <sched.h>.
10258 (unknown_syscall): New variable.
10259 (main): Trigger a vfork and an unknown syscall.
10260 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10261 (unknown_syscall_number): Likewise.
10262 (check_call_to_syscall): Accept an optional syscall pattern.
10263 (check_return_from_syscall): Likewise.
10264 (check_continue): Likewise.
10265 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10266 (test_catch_syscall_skipping_return): New test toggling off 'catch
10267 syscall' to step over the syscall return, then toggling back on.
10268 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10269 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10270 (do_syscall_tests): Call test_catch_syscall_without_args and
10271 test_catch_syscall_mid_vfork.
10272 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10273 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10274
10275 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10276
10277 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10278 print g_vE): Add new pass patterns.
10279 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10280 print various symbol names for vptr fields.
10281
10282 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10283
10284 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10285 results.
10286
10287 2015-10-12 Yao Qi <yao.qi@linaro.org>
10288
10289 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10290
10291 2015-10-12 Yao Qi <yao.qi@linaro.org>
10292
10293 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10294 is aarch64*-*-linux*.
10295
10296 2015-10-12 Yao Qi <yao.qi@linaro.org>
10297
10298 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10299 (can_relocate_bcond_true): ... it.
10300 (can_relocate_bcond_false): New function.
10301 (foo): Likewise.
10302 (can_relocate_bl): Likewise.
10303 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10304 can_relocate_bl.
10305
10306 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10307
10308 * gdb.base/nested-addr.c: New file.
10309 * gdb.base/nested-addr.exp: New testcase.
10310
10311 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10312
10313 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10314 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10315 its output. Ignore the output of "record goto begin" and instead
10316 check that GDB is replaying.
10317
10318 2015-10-09 Pedro Alves <palves@redhat.com>
10319
10320 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10321 (top level): Use it in the run with no args test.
10322
10323 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10324
10325 * gdb.dlang/properties.exp: New file.
10326
10327 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10328
10329 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10330 whether or not address 0x1000 is mapped on the target.
10331
10332 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10333
10334 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10335 build.
10336
10337 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10338
10339 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10340 instruction-history test.
10341
10342 2015-09-28 Doug Evans <dje@google.com>
10343
10344 * gdb.base/gcore.c (array_func): Add reference to static_array.
10345
10346 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10347
10348 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10349 source line.
10350
10351 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10352
10353 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10354 short or char as base type.
10355
10356 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10357
10358 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10359 to allow any size enum.
10360
10361 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10362
10363 * gdb.ada/array_ptr_renaming.exp: New testcase.
10364 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10365 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10366
10367 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10368
10369 * gdb.trace/ftrace-lock.c: New file.
10370 * gdb.trace/ftrace-lock.exp: New file.
10371
10372 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10373
10374 * gdb.arch/insn-reloc.c: New file.
10375 * gdb.arch/ftrace-insn-reloc.exp: New file.
10376
10377 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10378
10379 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10380 instruction.
10381 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10382 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10383 * gdb.trace/range-stepping.c: Likewise.
10384 * gdb.trace/trace-break.c: Likewise.
10385 * gdb.trace/trace-mt.c (thread_function): Likewise.
10386 * gdb.trace/ftrace.c (marker): Likewise.
10387 * gdb.trace/trace-condition.c (marker): Likewise.
10388 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10389 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10390 is_aarch64_target.
10391
10392 2015-09-18 Doug Evans <xdje42@gmail.com>
10393
10394 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10395 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10396
10397 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10398
10399 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10400 the breakpoint.
10401
10402 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10403
10404 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10405 the pending breakpoint. Remove timeout override for "Run till
10406 MI pending breakpoint on pendfunc3 on thread 2" test.
10407
10408 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10409
10410 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10411 filename pattern.
10412
10413 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10414
10415 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10416 in breakpoint filename pattern.
10417
10418 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10419
10420 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10421
10422 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10423
10424 * gdb.linespec/explicit.exp: Check for readline support for
10425 tab-completion tests. Fix obvious typo.
10426
10427 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10428
10429 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10430 and replay.
10431
10432 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10433
10434 * gdb.btrace/non-stop.c: New.
10435 * gdb.btrace/non-stop.exp: New.
10436
10437 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10438 Yao Qi <yao.qi@linaro.org>
10439
10440 * gdb.trace/trace-condition.c: New file.
10441 * gdb.trace/trace-condition.exp: New file.
10442
10443 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10444
10445 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10446 for testing bytecode compilation.
10447
10448 2015-09-16 Pedro Alves <palves@redhat.com>
10449 Sandra Loosemore <sandra@codesourcery.com>
10450
10451 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10452 (SECONDS): Redefine.
10453 (main): Call pthread_kill and alarm early.
10454 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10455 support.
10456 (test): If the target can't hardware step and doesn't support
10457 displaced stepping, increase the timeout.
10458
10459 2015-09-16 Pedro Alves <palves@redhat.com>
10460
10461 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10462 (enable_debug): New procedures.
10463 (test): Use them. Bail out if waiting for threads fails.
10464 (top level): Bail out if a test fails.
10465
10466 2015-09-16 Yao Qi <yao.qi@linaro.org>
10467
10468 * gdb.asm/asm-source.exp: Set asm-arch for
10469 aarch64*-*-* target.
10470 * gdb.asm/aarch64.inc: New file.
10471
10472 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10473
10474 * gdb.ada/array_of_variable_length.exp: New testcase.
10475 * gdb.ada/array_of_variable_length/foo.adb: New file.
10476 * gdb.ada/array_of_variable_length/pck.adb: New file.
10477 * gdb.ada/array_of_variable_length/pck.ads: New file.
10478
10479 2015-09-15 Doug Evans <dje@google.com>
10480
10481 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10482 of function static local variable.
10483
10484 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10485
10486 * gdb.threads/tls-so_extern.exp: New test file.
10487 * gdb.threads/tls-so_extern.c: New test file.
10488 * gdb.threads/tls-so_extern_main.c: New test file.
10489
10490 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10491
10492 * gdb.opt/solib-intra-step-lib.c: New file.
10493 * gdb.opt/solib-intra-step-main.c: New file.
10494 * gdb.opt/solib-intra-step.exp: New file.
10495
10496 2015-09-15 Pedro Alves <palves@redhat.com>
10497
10498 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10499 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10500
10501 2015-09-14 Pedro Alves <palves@redhat.com>
10502
10503 * gdb.base/hook-stop-continue.c: Delete.
10504 * gdb.base/hook-stop-continue.exp: Delete.
10505 * gdb.base/hook-stop-frame.c: Delete.
10506 * gdb.base/hook-stop-frame.exp: Delete.
10507 * gdb.base/hook-stop.c: New file.
10508 * gdb.base/hook-stop.exp: New file.
10509
10510 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10511
10512 * gdb.ada/access_to_packed_array.exp: New testcase.
10513 * gdb.ada/access_to_packed_array/foo.adb: New file.
10514 * gdb.ada/access_to_packed_array/pack.adb: New file.
10515 * gdb.ada/access_to_packed_array/pack.ads: New file.
10516
10517 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10518
10519 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10520 buffer size test.
10521
10522 2015-09-11 Don Breazeal <donb@codesourcery.com>
10523
10524 * gdb.base/foll-exec.c: Add copyright header. Fix
10525 formatting issues.
10526 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10527 (do_exec_tests): Use clean_restart in place of zap_session,
10528 and for test initialization. Fix formatting issues. Use
10529 fail in place of perror.
10530 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10531 an expect statement to match an expression with output from
10532 the program under debug.
10533 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10534 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10535 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10536 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10537 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10538
10539 2015-09-09 Doug Evans <dje@google.com>
10540
10541 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10542
10543 2015-09-09 Doug Evans <dje@google.com>
10544
10545 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10546
10547 2015-09-09 Doug Evans <dje@google.com>
10548
10549 * gdb.base/savedregs.exp: Fix typo.
10550
10551 2015-09-09 Pedro Alves <palves@redhat.com>
10552
10553 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10554
10555 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10556
10557 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10558 command actually switches threads. Give up on remaining
10559 tests if target fails to stop at breakpoint.
10560
10561 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10562
10563 * gdb.ada/funcall_char.exp: New testcase.
10564 * gdb.ada/funcall_char/foo.adb: New file.
10565
10566 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10567
10568 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10569 expected outputs. Add two testcases for completing ambiguous
10570 functions.
10571 * gdb.ada/complete/aux_pck.adb: New file.
10572 * gdb.ada/complete/aux_pck.ads: New file.
10573 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10574 Ambiguous_Func functions.
10575 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10576 * gdb.ada/complete/pck.adb: Likewise.
10577
10578 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10579
10580 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10581 failures to run the test program under GDB.
10582
10583 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10584
10585 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10586 to C.
10587
10588 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10589
10590 * gdb.base/run-after-attach.exp: New test file.
10591 * gdb.base/run-after-attach.c: New test file.
10592
10593 2015-08-26 Don Breazeal <donb@codesourcery.com>
10594
10595 * gdb.base/foll-exec-2.c: New test program.
10596 * gdb.base/foll-exec-2.exp: New test.
10597
10598 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10599
10600 * gdb.base/nested-subp1.exp: New file.
10601 * gdb.base/nested-subp1.c: New file.
10602 * gdb.base/nested-subp2.exp: New file.
10603 * gdb.base/nested-subp2.c: New file.
10604 * gdb.base/nested-subp3.exp: New file.
10605 * gdb.base/nested-subp3.c: New file.
10606
10607 2015-08-24 Pedro Alves <palves@redhat.com>
10608
10609 * gdb.server/connect-without-multi-process.c: New file.
10610 * gdb.server/connect-without-multi-process.exp: New file.
10611
10612 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10613
10614 * gdb.opt/inline-markers.c: Make z int.
10615
10616 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10617
10618 * gdb.opt/inline-markers.c: Make z volatile.
10619
10620 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10621
10622 * gdb.opt/inline-bt.c: New volatile global z.
10623 * gdb.opt/inline-cmds.c: Likewise.
10624 * gdb.opt/inline-locals.c: Likewise.
10625 * gdb.opt/inline-markers.c: New extern global z.
10626 (marker): Use z.
10627 (inline_fn): Likewise.
10628
10629 2015-08-24 Pedro Alves <palves@redhat.com>
10630
10631 * config/m32r-stub.exp: Remove file.
10632 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10633 * gdb.base/call-rt-st.exp: Likewise.
10634 * gdb.base/call-strs.exp: Likewise.
10635 * gdb.base/default.exp: Remove references to h8300-*-hms and
10636 *-*-udi*.
10637 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10638
10639 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10640
10641 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10642 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10643 and "return" use KFAIL when GDB can not read/write the vector
10644 return value.
10645
10646 2015-08-21 Gary Benson <gbenson@redhat.com>
10647
10648 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10649
10650 2015-08-20 Pedro Alves <palves@redhat.com>
10651
10652 * gdb.server/solib-list.exp: No longer expect an interior stop in
10653 non-stop mode.
10654
10655 2015-08-20 Pedro Alves <palves@redhat.com>
10656
10657 * gdb.server/connect-stopped-target.c: New file.
10658 * gdb.server/connect-stopped-target.exp: New file.
10659
10660 2015-08-20 Pedro Alves <palves@redhat.com>
10661
10662 * gdb.dwarf2/comp-unit-lang.exp: New file.
10663 * gdb.dwarf2/comp-unit-lang.c: New file.
10664
10665 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10666
10667 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10668 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10669
10670 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10671
10672 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10673 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10674
10675 2015-08-18 Doug Evans <dje@google.com>
10676 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10677
10678 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10679 skip_python_tests. New arg prompt_regexp.
10680 (skip_python_tests): New function.
10681 * lib/mi-support.exp (mi_skip_python_tests): New function.
10682 * gdb.python/py-mi-objfile-gdb.py: New file.
10683 * gdb.python/py-mi-objfile.c: New file.
10684 * gdb.python/py-mi-objfile.exp: New file.
10685
10686 2015-08-17 Keith Seitz <keiths@redhat.com>
10687
10688 * gdb.linespec/explicit.exp: Move strace test from here ...
10689 * gdb.trace/strace.exp: ... to here.
10690
10691 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10692
10693 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10694 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10695
10696 2015-08-14 Doug Evans <xdje42@gmail.com>
10697
10698 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10699 inferior before selecting a new file.
10700
10701 2015-08-14 Doug Evans <xdje42@gmail.com>
10702
10703 * gdb.mi/mi-disassemble.exp: Update.
10704 * gdb.base/disasm-optim.S: New file.
10705 * gdb.base/disasm-optim.c: New file.
10706 * gdb.base/disasm-optim.h: New file.
10707 * gdb.base/disasm-optim.exp: New file.
10708
10709 2015-08-14 Keith Seitz <keiths@redhat.com>
10710
10711 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10712 "evaluated-by".
10713
10714 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10715
10716 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10717
10718 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10719
10720 * gdb.ada/fun_renaming.exp: New testcase.
10721 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10722 * gdb.ada/fun_renaming/pack.adb: New file.
10723 * gdb.ada/fun_renaming/pack.ads: New file.
10724
10725 2015-08-12 Keith Seitz <keiths@redhat.com>
10726
10727 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10728 gdb_get_line_number.
10729
10730 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10731
10732 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10733 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10734 gdb.base/dso2dso.exp: New files.
10735
10736 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10737 Pedro Alves <palves@redhat.com>
10738 Keith Seitz <keiths@redhat.com>
10739
10740 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10741 GDBFLAGS.
10742
10743 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10744
10745 * gdb.base/gdbhistsize-history.exp
10746 (test_histsize_history_setting): Use save_vars.
10747 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10748 Use save_vars.
10749 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10750 * gdb.base/readline.exp: Use save_vars.
10751
10752 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10753
10754 * lib/gdb.exp (save_vars): New proc.
10755
10756 2015-08-11 Keith Seitz <keiths@redhat.com>
10757
10758 * gdb.base/help.exp: Update help_breakpoint_text.
10759
10760 2015-08-11 Keith Seitz <keiths@redhat.com>
10761
10762 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10763 (at toplevel): Call test_explicit_breakpoints.
10764 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10765 breakpoints.
10766 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10767 breakpoint conditions, "-cond".
10768
10769 2015-08-11 Keith Seitz <keiths@redhat.com>
10770
10771 * gdb.linespec/3explicit.c: New file.
10772 * gdb.linespec/cpexplicit.cc: New file.
10773 * gdb.linespec/cpexplicit.exp: New file.
10774 * gdb.linespec/explicit.c: New file.
10775 * gdb.linespec/explicit.exp: New file.
10776 * gdb.linespec/explicit2.c: New file.
10777 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10778 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10779 before using in the matching pattern.
10780 Clarify that `prefix' is a regular expression.
10781
10782 2015-08-11 Keith Seitz <keiths@redhat.com>
10783
10784 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10785 test.
10786 Add tests for missing ",FMT" and ",".
10787
10788 2015-08-10 Doug Evans <dje@google.com>
10789 Keith Seitz <keiths@redhat.com>
10790
10791 PR gdb/17960
10792 * gdb.base/completion.exp: Add location completer tests.
10793
10794 2015-08-07 Pedro Alves <palves@redhat.com>
10795
10796 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10797 tests here.
10798 (top level): Run do_test with and without displaced stepping.
10799
10800 2015-08-07 Pedro Alves <palves@redhat.com>
10801
10802 * gdb.base/valgrind-disp-step.c: New file.
10803 * gdb.base/valgrind-disp-step.exp: New file.
10804
10805 2015-08-07 Pedro Alves <palves@redhat.com>
10806
10807 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10808 Delete function.
10809 (main): Add alarm. Run an infinite loop instead of calling
10810 wait_threads.
10811 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10812 comment.
10813 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10814 Delete function.
10815 (main): Add alarm. Run an infinite loop instead of calling
10816 wait_threads.
10817 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10818 comment.
10819
10820 2015-08-07 Pedro Alves <palves@redhat.com>
10821
10822 * gdb.base/checkpoint-ns.exp: New file.
10823 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10824 standard_testfile.
10825
10826 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10827
10828 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10829 * gdb.btrace/instruction_history.exp: Update.
10830 * gdb.btrace/tsx.exp: New.
10831 * gdb.btrace/tsx.c: New.
10832
10833 2015-08-06 Pedro Alves <palves@redhat.com>
10834
10835 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10836 increase timeout.
10837 * gdb.reverse/until-precsave.exp: Bump timeouts.
10838
10839 2015-08-06 Pedro Alves <palves@redhat.com>
10840
10841 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10842
10843 2015-08-06 Pedro Alves <palves@redhat.com>
10844
10845 PR gdb/18749
10846 * gdb.threads/process-dies-while-handling-bp.c: New file.
10847 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10848
10849 2015-08-06 Pedro Alves <palves@redhat.com>
10850
10851 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10852 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10853
10854 2015-08-05 Pedro Alves <palves@redhat.com>
10855
10856 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10857 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10858
10859 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10860
10861 * gdb.base/bp-permanent.exp: Report test as unsupported if
10862 the target cannot stop at the permanent breakpoint.
10863
10864 2015-08-03 Doug Evans <dje@google.com>
10865
10866 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10867 10000.
10868
10869 2015-08-03 Doug Evans <dje@google.com>
10870
10871 * Makefile.in (workers/%.worker, build-perf): New rule.
10872 (GDB_PERFTEST_MODE): New variable.
10873 (check-perf): Use it.
10874 (clean): Clean up gdb.perf parallel build subdirs.
10875 * lib/build-piece.exp: New file.
10876 * lib/gdb.exp (make_gdb_parallel_path): New function
10877 (standard_output_file, standard_temp_file): Call it.
10878 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10879 of $GDB_PARALLEL.
10880 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10881
10882 2015-08-03 Doug Evans <dje@google.com>
10883
10884 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10885 (LOG_FILE_NAME): New global.
10886 (TextReporter.__init__): Initialize self.txt_sum.
10887 (TextReporter.report): Add support for multiple data-points.
10888 Move report to perftest.sum, put raw data in perftest.log.
10889 (TextReporter.start): Open sum and log files.
10890 (TextReporter.end): Close sum and log files.
10891 * gdb.perf/lib/perftest/testresult.py
10892 (SingleStatisticTestResult.record): Handle multiple data-points.
10893
10894 2015-07-31 Pedro Alves <palves@redhat.com>
10895
10896 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10897 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10898 kill_wait_spawned_process instead of explicit "kill -9".
10899 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10900 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10901 kill_wait_spawned_process.
10902 * gdb.base/attach-twice.exp: Likewise.
10903 * gdb.base/attach.exp: Likewise.
10904 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10905 gdb_test_multiple.
10906 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10907 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10908 kill_wait_spawned_process.
10909 * gdb.base/valgrind-infcall.exp: Likewise.
10910 * gdb.multi/multi-attach.exp: Likewise.
10911 * gdb.python/py-prompt.exp: Likewise.
10912 * gdb.python/py-sync-interp.exp: Likewise.
10913 * gdb.server/ext-attach.exp: Likewise.
10914 * gdb.threads/attach-into-signal.exp (corefunc): Use
10915 spawn_wait_for_attach, spawn_id_get_pid and
10916 kill_wait_spawned_process.
10917 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10918 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10919 spawn_id_get_pid and kill_wait_spawned_process.
10920 * gdb.threads/attach-stopped.exp (corefunc): Use
10921 spawn_wait_for_attach, spawn_id_get_pid and
10922 kill_wait_spawned_process.
10923 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10924 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10925 kill_wait_spawned_process instead of explicit "kill -9".
10926 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10927 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10928 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10929 processes. Don't map cygwin/windows pids here. Now returns a
10930 spawn id list.
10931
10932 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10933
10934 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10935 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10936 correct patch.
10937
10938 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10939
10940 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10941
10942 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10943
10944 Reapply:
10945 2014-05-21 Mark Wielaard <mjw@redhat.com>
10946
10947 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10948
10949 2015-07-30 Pedro Alves <palves@redhat.com>
10950
10951 * linux-low.c (handle_extended_wait): Set the child's last
10952 reported status to TARGET_WAITKIND_STOPPED.
10953
10954 2015-07-30 Pedro Alves <palves@redhat.com>
10955
10956 PR threads/18600
10957 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10958 only shows inferior 1.
10959
10960 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10961 Pedro Alves <palves@redhat.com>
10962
10963 PR threads/18600
10964 * gdb.threads/fork-plus-threads.c: New file.
10965 * gdb.threads/fork-plus-threads.exp: New file.
10966
10967 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10968
10969 * gdb.base/batch-preserve-term-settings.exp
10970 (test_terminal_settings_preserved_after_cli_exit): Use
10971 send_quit_command.
10972
10973 2015-07-29 Pedro Alves <palves@redhat.com>
10974 Don Breazeal <donb@codesourcery.com>
10975
10976 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10977 output from both inferior_spawn_id and gdb_spawn_id.
10978
10979 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10980
10981 * gdb.threads/attach-into-signal.exp (corefunc): Use
10982 with_test_prefix on nested loops, uniquefying the test messages.
10983
10984 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10985
10986 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10987 commit.
10988
10989 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10990
10991 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10992 New proc.
10993 (test_terminal_settings_preserved_after_sigterm): New test.
10994
10995 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10996
10997 * gdb.base/batch-preserve-term-settings.exp
10998 (test_terminal_settings_preserved_after_cli_exit): New test.
10999
11000 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11001
11002 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11003 manipulation of saved_gdbflags.
11004 (test_terminal_settings_preserved): Remove global declaration of
11005 the unused variable pagination_prompt. Remove manipulation of
11006 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11007 GDBFLAGS.
11008
11009 2015-07-29 Pedro Alves <palves@redhat.com>
11010
11011 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11012
11013 2015-07-29 Pedro Alves <palves@redhat.com>
11014
11015 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11016 at the top.
11017
11018 2015-07-29 Pedro Alves <palves@redhat.com>
11019
11020 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11021 (main): Call gdb_unbuffer_output.
11022 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11023 (main): Call gdb_unbuffer_output.
11024 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11025 (main): Call gdb_unbuffer_output.
11026 * gdb.base/call-strs.exp: Adjust to step over the
11027 gdb_unbuffer_output call.
11028 * gdb.base/catch-gdb-caused-signals.c: Include
11029 "../lib/unbuffer_output.c".
11030 (main): Call gdb_unbuffer_output.
11031 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11032 (main): Call gdb_unbuffer_output.
11033 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11034 (main): Call gdb_unbuffer_output.
11035 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11036 (main): Call gdb_unbuffer_output.
11037 * gdb.base/shlib-call.exp: Adjust to step over the
11038 gdb_unbuffer_output call.
11039 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11040 (main): Call gdb_unbuffer_output.
11041 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11042 (main): Call gdb_unbuffer_output.
11043 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11044 (main): Rename to ...
11045 (test): ... this.
11046 (main): Reimplement.
11047 * gdb.base/varargs.exp: Run to test instead of to main.
11048 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11049 (main): Call gdb_unbuffer_output.
11050
11051 2015-07-29 Pedro Alves <palves@redhat.com>
11052
11053 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11054 factore out from mi_continue_dprintf. For call-style dprintfs,
11055 expect dprintf output out of $inferior_spawn_id.
11056 (mi_continue_dprintf): Use mi_expect_dprintf.
11057 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11058 (main): Call gdb_unbuffer_output.
11059
11060 2015-07-29 Pedro Alves <palves@redhat.com>
11061
11062 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11063 (default_mi_gdb_start): Set inferior_spawn_id instead of
11064 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11065 gdb_spawn_id.
11066 (mi_gdb_test): Always expect inferior output from both
11067 $inferior_spawn_id and $gdb_spawn_id.
11068
11069 2015-07-29 Pedro Alves <palves@redhat.com>
11070
11071 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11072 send_inferior and $inferior_spawn_id.
11073
11074 2015-07-29 Pedro Alves <palves@redhat.com>
11075
11076 * gdb.gdb/complaints.exp (test_initial_complaints)
11077 (test_serial_complaints, test_short_complaints): Use
11078 gdb_test_stdio.
11079 (test_empty_complaint): Handle $inferior_spawn_id !=
11080 $gdb_spawn_id.
11081
11082 2015-07-29 Pedro Alves <palves@redhat.com>
11083
11084 * gdb.base/varargs.exp: Use gdb_test_stdio.
11085
11086 2015-07-29 Pedro Alves <palves@redhat.com>
11087
11088 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11089
11090 2015-07-29 Pedro Alves <palves@redhat.com>
11091
11092 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11093
11094 2015-07-29 Pedro Alves <palves@redhat.com>
11095
11096 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11097 parameter into two new parameters, "inf_result" and "gdb_result".
11098 Expect inferior output and gdb output from $inferior_spawn_id and
11099 $gdb_spawn_id, respectively. Adjust all callers.
11100
11101 2015-07-29 Pedro Alves <palves@redhat.com>
11102
11103 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11104 of gdb_test_sequence.
11105
11106 2015-07-29 Pedro Alves <palves@redhat.com>
11107
11108 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11109 (saw_spurious_output): Expect inferior output from
11110 $inferior_spawn_id. Use gdb_test_stdio.
11111
11112 2015-07-29 Pedro Alves <palves@redhat.com>
11113
11114 * gdb.base/dprintf.exp: Use standard_testfile. Change
11115 prepare_for_testing call.
11116 (srcfile): Don't set.
11117 (restart): New procedure.
11118 (test_dprintf): New procecure, use to continue over dprintfs.
11119 (test_call, test_agent): New procedures, tests moved here.
11120 Restart gdb and recreate dprintfs. Adjust expected output.
11121
11122 2015-07-29 Pedro Alves <palves@redhat.com>
11123
11124 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11125
11126 2015-07-29 Pedro Alves <palves@redhat.com>
11127
11128 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11129
11130 2015-07-29 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11133 gdb_test_stdio.
11134
11135 2015-07-29 Pedro Alves <palves@redhat.com>
11136
11137 * lib/gdb.exp (gdb_test_stdio): New procedure.
11138
11139 2015-07-29 Pedro Alves <palves@redhat.com>
11140
11141 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11142
11143 2015-07-29 Pedro Alves <palves@redhat.com>
11144
11145 * gdb.base/call-signal-resume.exp: Remove check for
11146 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11147 * gdb.base/unwindonsignal.exp: Likewise.
11148 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11149 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11150
11151 2015-07-29 Pedro Alves <palves@redhat.com>
11152
11153 * gdb.base/siginfo-addr.c (pass): New function.
11154 (handler): Call it iff si_addr is correct.
11155 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11156 Set a breakpoint at "pass" and continue to it.
11157
11158 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11159
11160 * gdb.python/py-objfile.exp: Make some tests have unique names.
11161 * gdb.python/py-pp-registration.exp: Likewise.
11162
11163 2015-07-28 Pedro Alves <palves@redhat.com>
11164
11165 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11166
11167 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11168
11169 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11170
11171 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11172
11173 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11174
11175 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11176
11177 * gdb.base/gdb-sigterm-2.exp: New test.
11178
11179 2015-07-25 Doug Evans <xdje42@gmail.com>
11180
11181 Revert:
11182 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11183 (workers/%.worker, build-perf): New rule.
11184 (GDB_PERFTEST_MODE): New variable.
11185 (check-perf): Use it.
11186 (clean): Clean up gdb.perf parallel build subdirs.
11187 * lib/build-piece.exp: New file.
11188 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11189 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11190 name.
11191 (standard_temp_file): Ditto.
11192 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11193 of $GDB_PARALLEL.
11194
11195 2015-07-24 Doug Evans <dje@google.com>
11196
11197 * gdb.perf/lib/perftest/utils.py: New file.
11198 * gdb.perf/gm-hello.cc: New file.
11199 * gdb.perf/gm-pervasive-typedef.cc: New file.
11200 * gdb.perf/gm-pervasive-typedef.h: New file.
11201 * gdb.perf/gm-std.cc: New file.
11202 * gdb.perf/gm-std.h: New file.
11203 * gdb.perf/gm-use-cerr.cc: New file.
11204 * gdb.perf/gm-utils.h: New file.
11205 * gdb.perf/gmonster-null-lookup.py: New file.
11206 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11207 * gdb.perf/gmonster-print-cerr.py: New file.
11208 * gdb.perf/gmonster-ptype-string.py: New file.
11209 * gdb.perf/gmonster-runto-main.py: New file.
11210 * gdb.perf/gmonster-select-file.py: New file.
11211 * gdb.perf/gmonster1-null-lookup.exp: New file.
11212 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11213 * gdb.perf/gmonster1-print-cerr.exp: New file.
11214 * gdb.perf/gmonster1-ptype-string.exp: New file.
11215 * gdb.perf/gmonster1-runto-main.exp: New file.
11216 * gdb.perf/gmonster1-select-file.exp: New file.
11217 * gdb.perf/gmonster1.cc: New file.
11218 * gdb.perf/gmonster1.exp: New file.
11219 * gdb.perf/gmonster2-null-lookup.exp: New file.
11220 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11221 * gdb.perf/gmonster2-print-cerr.exp: New file.
11222 * gdb.perf/gmonster2-ptype-string.exp: New file.
11223 * gdb.perf/gmonster2-runto-main.exp: New file.
11224 * gdb.perf/gmonster2-select-file.exp: New file.
11225 * gdb.perf/gmonster2.cc: New file.
11226 * gdb.perf/gmonster2.exp: New file.
11227
11228 2015-07-24 Doug Evans <dje@google.com>
11229
11230 * gdb.perf/README: New file.
11231 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11232 * lib/gen-perf-test.exp: New file.
11233
11234 2015-07-24 Doug Evans <dje@google.com>
11235
11236 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11237 (PerfTest::startup): New function.
11238 (PerfTest::run): Return result of calling body.
11239 (PerfTest::assemble): Rewrite.
11240 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11241 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11242 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11243 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11244 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11245
11246 2015-07-24 Doug Evans <dje@google.com>
11247
11248 * lib/gdb.exp (clean_restart): Make executable optional.
11249
11250 2015-07-24 Doug Evans <dje@google.com>
11251
11252 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11253 compiler_info references.
11254 * gdb.cp/temargs.exp: Ditto.
11255 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11256 (get_compiler_info): Early exit if already computed. Set compiler_info
11257 to "unknown" if there was a problem.
11258 (test_compiler_info): Add function comment. Call get_compiler_info.
11259
11260 2015-07-24 Doug Evans <dje@google.com>
11261
11262 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11263 (workers/%.worker, build-perf): New rule.
11264 (GDB_PERFTEST_MODE): New variable.
11265 (check-perf): Use it.
11266 (clean): Clean up gdb.perf parallel build subdirs.
11267 * lib/build-piece.exp: New file.
11268 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11269 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11270 name.
11271 (standard_temp_file): Ditto.
11272 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11273 of $GDB_PARALLEL.
11274
11275 2015-07-24 Doug Evans <dje@google.com>
11276
11277 * lib/future.exp (gdb_default_target_compile): New option
11278 "early_flags".
11279 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11280 --as-needed.
11281
11282 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11283
11284 * gdb.base/catch-syscall.exp: Call gdb_exit before
11285 gdb_skip_xml_test.
11286
11287 2015-07-24 Pedro Alves <palves@redhat.com>
11288
11289 * gdb.python/py-events.exp: Accept output between the stop event
11290 and the prompt.
11291 * gdb.python/py-evsignal.exp: Likewise.
11292 * gdb.python/py-evthreads.exp: Likewise.
11293
11294 2015-07-24 Pedro Alves <palves@redhat.com>
11295
11296 PR gdb/18717
11297 * gdb.threads/non-ldr-exit.c: New file.
11298 * gdb.threads/non-ldr-exit.exp: New file.
11299
11300 2015-07-24 Yao Qi <yao.qi@linaro.org>
11301
11302 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11303 restarting process.
11304
11305 2015-07-24 Yao Qi <yao.qi@linaro.org>
11306
11307 * gdb.server/ext-restart.exp: New file.
11308
11309 2015-07-24 Yao Qi <yao.qi@linaro.org>
11310
11311 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11312 argument options.
11313 * gdb.server/ext-wrapper.exp: New file.
11314
11315 2015-07-23 Doug Evans <dje@google.com>
11316
11317 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11318 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11319
11320 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11321
11322 * gdb.ada/var_arr_typedef.exp: New testcase.
11323 * gdb.ada/var_arr_typedef/pack.adb: New file.
11324 * gdb.ada/var_arr_typedef/pack.ads: New file.
11325 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11326
11327 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11328
11329 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11330
11331 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11332
11333 * gdb.arch/i386-biarch-core.exp: Replace istarget
11334 by "complete set gnutarget". Remove expectation for the "core-file"
11335 command.
11336
11337 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11338
11339 Revert the previous commit:
11340 Tests for validate symbol file using build-id.
11341
11342 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11343
11344 Tests for validate symbol file using build-id.
11345 * gdb.base/solib-mismatch-lib.c: New file.
11346 * gdb.base/solib-mismatch-libmod.c: New file.
11347 * gdb.base/solib-mismatch.c: New file.
11348 * gdb.base/solib-mismatch.exp: New file.
11349
11350 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11351
11352 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11353 nios2-*-linux*.
11354 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11355 * gdb.base/siginfo.exp: Likewise.
11356 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11357
11358 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11359
11360 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11361 Move it to ...
11362 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11363 ... here.
11364 * gdb.trace/range-stepping.exp: Check that the target supports
11365 range stepping.
11366
11367 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11368
11369 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11370
11371 2015-07-14 Pedro Alves <palves@redhat.com>
11372
11373 * gdb.base/killed-outside.exp: New file.
11374 * gdb.base/killed-outside.c: New file.
11375
11376 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11377
11378 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11379 (n at main): New.
11380 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11381
11382 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11383
11384 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11385 infcall tests instead of setting up for KFAIL.
11386
11387 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11388
11389 * gdb.btrace/record_goto-step.exp: New.
11390
11391 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11392
11393 PR compile/18484
11394 * gdb.compile/compile.c (struct struct_type): Add volatile to
11395 selffield's type.
11396 * gdb.compile/compile.exp
11397 (compile code struct_object.selffield = &struct_object): Skip further
11398 struct_object tests if this one xfails.
11399
11400 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11401
11402 PR exp/18617
11403 * gdb.trace/ax.exp: Add test.
11404
11405 2015-07-07 Yao Qi <yao.qi@linaro.org>
11406
11407 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11408 instead of istarget "aarch64*-*-*".
11409 * gdb.arch/aarch64-fp.exp: Likewise.
11410 * gdb.base/float.exp: Likewise.
11411 * gdb.reverse/aarch64.exp: Likewise.
11412 * lib/gdb.exp (is_aarch64_target): New proc.
11413
11414 2015-07-07 Yao Qi <yao.qi@linaro.org>
11415
11416 * lib/gdb.exp (is_aarch32_target): New proc.
11417 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11418 instead of "istarget "arm*-*-*"".
11419 * gdb.arch/arm-disp-step.exp: Likewise.
11420 * gdb.arch/thumb-bx-pc.exp: Likewise.
11421 * gdb.arch/thumb-prologue.exp: Likewise.
11422 * gdb.arch/thumb-singlestep.exp: Likewise.
11423 * gdb.base/disp-step-syscall.exp: Likewise.
11424 * gdb.base/float.exp: Likewise.
11425
11426 2015-07-07 Yao Qi <yao.qi@linaro.org>
11427
11428 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11429 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11430
11431 2015-07-07 Yao Qi <yao.qi@linaro.org>
11432
11433 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11434 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11435 if it exists.
11436 * gdb.multi/multi-arch.exp: Likewise.
11437
11438 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11439
11440 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11441 print.
11442
11443 2015-07-07 Yao Qi <yao.qi@linaro.org>
11444
11445 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11446
11447 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11448
11449 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11450 '[' and ']' characters.
11451
11452 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11453
11454 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11455
11456 2015-06-29 Pedro Alves <palves@redhat.com>
11457
11458 PR threads/18127
11459 * gdb.threads/hand-call-new-thread.c: New file.
11460 * gdb.threads/hand-call-new-thread.c: New file.
11461
11462 2015-06-26 Keith Seitz <keiths@redhat.com>
11463 Doug Evans <dje@google.com>
11464
11465 PR 16253
11466 * gdb.cp/var-tag-2.cc: New file.
11467 * gdb.cp/var-tag-3.cc: New file.
11468 * gdb.cp/var-tag-4.cc: New file.
11469 * gdb.cp/var-tag.cc: New file.
11470 * gdb.cp/var-tag.exp: New file.
11471
11472 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11473
11474 * gdb.base/history-duplicates.exp: New test.
11475
11476 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11477
11478 * gdb.base/completion.exp: Test the completion of the "focus"
11479 command.
11480
11481 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11482
11483 * gdb.arch/amd64-prologue-skip.S: New file.
11484 * gdb.arch/amd64-prologue-skip.exp: New file.
11485
11486 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11487
11488 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11489 is_address_zero_readable check.
11490
11491 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11492
11493 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11494 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11495
11496 2015-06-24 Yao Qi <yao.qi@linaro.org>
11497
11498 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11499 linux targets.
11500
11501 2015-06-24 Yao Qi <yao.qi@linaro.org>
11502
11503 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11504 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11505 * gdb.base/siginfo-thread.exp: Likewise.
11506
11507 2015-06-22 Yao Qi <yao.qi@linaro.org>
11508
11509 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11510
11511 2015-06-22 Yao Qi <yao.qi@linaro.org>
11512
11513 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11514 aarch64*-*-*.
11515 (skip_hw_watchpoint_tests): Likewise.
11516
11517 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11518
11519 * gdb.base/gdbinit-history.exp: Test the interaction between
11520 setting GDBHISTSIZE and setting the history size via .gdbinit.
11521
11522 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11523
11524 PR gdb/16999
11525 * gdb.base/gdbhistsize-history.exp: New test.
11526
11527 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11528
11529 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11530 with GDBHISTSIZE.
11531 * gdb.base/readline.exp: Likewise.
11532
11533 2015-06-17 Yao Qi <yao.qi@linaro.org>
11534
11535 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11536 line.
11537
11538 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11539
11540 * gdb.base/gdbinit-history.exp: Add test case to check that
11541 an unlimited history file does not get truncated on exit.
11542
11543 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11544
11545 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11546 (VECTOR): New macro. Use it...
11547 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11548 ...for these typedefs.
11549 (int8, char1, int1, double1): New typedefs.
11550 (struct just_int2, struct two_int2): New structures.
11551 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11552 (add_structvecs, add_singlevecs): New functions.
11553 (main): Call add_some_intvecs twice.
11554 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11555 the compile and exit upon failure. Try compiling for the "native"
11556 architecture. Test inferior function calls with vector arguments
11557 and vector return value handling with "finish" and "return".
11558
11559 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11560
11561 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11562 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11563 PE file.
11564 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11565
11566 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11567
11568 PR breakpoints/16465
11569 * gdb.mi/mi-dprintf-pending.c: New file.
11570 * gdb.mi/mi-dprintf-pending.exp: New test.
11571 * gdb.mi/mi-dprintf-pendshr.c: New file.
11572
11573 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11574 Mircea Gherzan <mircea.gherzan@intel.com>
11575
11576 * gdb.arch/i386-mpx-map.c: New file.
11577 * gdb.arch/i386-mpx-map.exp: New File.
11578
11579 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11580
11581 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11582 * gdb.arch/i386-mpx.exp: Indentation fixed.
11583
11584 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11585
11586 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11587 function and improved indentation.
11588 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11589 gdb_test_multiple. Added additional tests to skip the test.
11590
11591 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11592
11593 * gdb.arch/i386-avx512.c: Change path in include file.
11594 * gdb.arch/i386-avx512.exp: Change include dir path
11595 compilation flag.
11596 * gdb.arch/i386-mpx.c: Change path in include file.
11597 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11598 flag.
11599
11600 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11601
11602 * gdb.compile/compile-print.exp (compile print *vararray@3)
11603 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11604
11605 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11606
11607 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11608 (do not keep jit in memory): ... this.
11609 (expect 5): Change it to ...
11610 (expect no 5): ... this.
11611
11612 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11613
11614 PR gdb/15564
11615 * gdb.mi/mi-detach.exp: New file.
11616
11617 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11618
11619 PR symtab/18392
11620 * gdb.arch/amd64-tailcall-self.S: New file.
11621 * gdb.arch/amd64-tailcall-self.c: New file.
11622 * gdb.arch/amd64-tailcall-self.exp: New file.
11623
11624 2015-05-28 Don Breazeal <donb@codesourcery.com>
11625
11626 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11627 tests for remote targets by checking is_target_gdbserver.
11628
11629 2015-05-27 Doug Evans <dje@google.com>
11630
11631 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11632 * gdb.dwarf2/opaque-type-lookup.c: New file.
11633 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11634
11635 2015-05-26 Doug Evans <dje@google.com>
11636
11637 * gdb.cp/iostream.cc: New file.
11638 * gdb.cp/iostream.exp: New file.
11639
11640 2015-05-26 Doug Evans <dje@google.com>
11641
11642 * gdb.dwarf2/dw2-op-call.exp: Update.
11643 * gdb.dwarf2/dw4-sig-types.exp: Update.
11644 * gdb.dwarf2/implptr.exp: Update.
11645 * gdb.mi/mi-cmd-param-changed.exp: Update.
11646
11647 2015-05-26 Doug Evans <dje@google.com>
11648
11649 * gdb.python/py-lazy-string.c: New file.
11650 * gdb.python/py-lazy-string.exp: New file.
11651 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11652 (main): Update. Add estring3.
11653 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11654 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11655
11656 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11657 Yao Qi <yao.qi@linaro.org>
11658
11659 * gdb.reverse/aarch64.c: New.
11660 * gdb.reverse/aarch64.exp: New.
11661
11662 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11663
11664 * lib/gdb.exp (supports_process_record): Return true for
11665 aarch64*-linux*.
11666 (supports_reverse): Likewise.
11667
11668 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11669
11670 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11671 Use with_test_prefix.
11672
11673 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11674
11675 * gdb.base/completion.exp: Add test for completion of layout
11676 names.
11677
11678 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11679
11680 * lib/gdb.exp (skip_tui_tests): New proc.
11681 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11682
11683 2015-05-19 Pedro Alves <palves@redhat.com>
11684
11685 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11686 Save the whole env array instead of just HOME. Unset HISTSIZE in
11687 the environment while testing. Restore whole environment
11688 afterwards.
11689
11690 2015-05-16 Doug Evans <xdje42@gmail.com>
11691
11692 * gdb.guile/scm-ports.c: New file.
11693 * gdb.guile/scm-ports.exp: Add memory port tests.
11694
11695 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11696
11697 * gdb.compile/compile-print.c: New file.
11698 * gdb.compile/compile-print.exp: New file.
11699
11700 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11701
11702 * gdb.compile/compile-ops.exp: Cast param to void.
11703 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11704 (compile code struct_object.selffield = &struct_object): Add xfail.
11705
11706 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11707
11708 * gdb.ada/arr_enum_with_gap: New testcase.
11709
11710 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11711
11712 * gdb.ada/byte_packed_arr: New testcase.
11713
11714 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11715
11716 * gdb.ada/pckd_neg: New testcase.
11717
11718 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11719
11720 PR gdb/17820
11721 * gdb.base/gdbinit-history.exp: New test.
11722 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11723 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11724
11725 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11726
11727 * gdb.python/py-xmethods.cc: Enhance test case.
11728 * gdb.python/py-xmethods.exp: New tests.
11729 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11730 function.
11731 (B_indexoper): Likewise.
11732 (global_dm_list) : Add new xmethod worker functions.
11733
11734 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11735
11736 * gdb.base/coredump-filter.exp: Correctly unset
11737 "coredump_var_addr" array.
11738
11739 2015-05-08 Pedro Alves <palves@redhat.com>
11740
11741 * gdb.server/non-existing-program.exp: Unset spawn_id.
11742
11743 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11744
11745 PR python/18291
11746 * gdb.python/py-xmethods.exp: Add tests.
11747
11748 2015-05-08 Yao Qi <yao.qi@linaro.org>
11749
11750 PR gdb/18208
11751 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11752 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11753 function set_coredump_filter, and remove remote_exec call.
11754 Remove argument ipid. Callers update.
11755 (top level): Don't get inferior's PID.
11756
11757 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11758
11759 * gdb.base/watch_thread_num.exp: Skip test on targets without
11760 access watchpoints.
11761
11762 2015-05-06 Pedro Alves <palves@redhat.com>
11763
11764 PR server/18081
11765 * gdb.server/non-existing-program.exp: New file.
11766
11767 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11768
11769 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11770
11771 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11772
11773 * gdb.ada/out_of_line_in_inlined: New testcase.
11774
11775 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11776
11777 * gdb.ada/var_rec_arr: New testcase.
11778
11779 2015-04-30 Yao Qi <yao.qi@linaro.org>
11780
11781 * gdb.base/break-idempotent.exp: If
11782 skip_hw_watchpoint_multi_tests returns true, skip the tests
11783 on "rwatch" and "awatch".
11784
11785 2015-04-30 Yao Qi <yao.qi@linaro.org>
11786
11787 * gdb.base/relativedebug.exp: Invoke gdb command
11788 "info sharedlibrary", and if libc.so doesn't have debug info,
11789 skip the test.
11790
11791 2015-04-29 Doug Evans <dje@google.com>
11792
11793 * gdb.python/py-xmethods.exp: Add ptype tests.
11794 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11795 get_result_type method.
11796
11797 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11798
11799 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11800 the target does not support hardware watchpoints.
11801
11802 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11803
11804 * gdb.base/break-always.exp: Abort testing if writing to memory
11805 causes an error.
11806
11807 2015-04-28 Doug Evans <dje@google.com>
11808
11809 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11810 * gdb.python/py-pp-registration.exp: ... here. New file.
11811 * gdb.python/py-pp-registration.c: New file.
11812 * gdb.python/py-pp-registration.py: New file.
11813
11814 2015-04-28 Doug Evans <dje@google.com>
11815
11816 * gdb.python/py-bad-printers.c: New file.
11817 * gdb.python/py-bad-printers.py: New file.
11818 * gdb.python/py-bad-printers.exp: New file.
11819
11820 2015-04-28 Sasha Smundak <asmundak@google.com>
11821
11822 * gdb.python/py-type.exp: New test.
11823
11824 2015-04-28 Andy Wingo <wingo@igalia.com>
11825
11826 * gdb.python/py-parameter.exp:
11827 * gdb.guile/scm-parameter.exp: Escape the path that we are
11828 matching against, as it might contain characters that are special
11829 to regular expressions.
11830
11831 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11832
11833 * gdb.ada/rec_comp: New testcase.
11834
11835 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11836
11837 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11838 before using it.
11839
11840 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11841
11842 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11843 new tests for verilog output.
11844
11845 2015-04-24 Yao Qi <yao.qi@linaro.org>
11846
11847 * boards/remote-gdbserver-on-localhost.exp: New file.
11848
11849 2015-04-23 Pedro Alves <palves@redhat.com>
11850
11851 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11852 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11853 "end of file", remove $inferior_spawn_id from the indirect list.
11854
11855 2015-04-23 Pedro Alves <palves@redhat.com>
11856
11857 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11858
11859 2015-04-23 Pedro Alves <palves@redhat.com>
11860
11861 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11862 on $any_spawn_id instead of only on $gdb_spawn_id.
11863
11864 2015-04-21 Pierre Muller <muller@sourceware.org>
11865
11866 PR pascal/17815
11867 * lib/pascal.exp (gpc_compile): Add new option "class".
11868 (fpc_compile): Likewise.
11869 * gdb.pascal/case-insensitive-symbols.pas: New file.
11870 * gdb.pascal/case-insensitive-symbols.exp: New file.
11871
11872 2015-04-20 Gary Benson <gbenson@redhat.com>
11873
11874 * gdb.base/attach.exp: Fix three extended remote failures.
11875
11876 2015-04-17 Gary Benson <gbenson@redhat.com>
11877
11878 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11879 the main executable over the remote protocol.
11880
11881 2015-04-16 Pedro Alves <palves@redhat.com>
11882
11883 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11884 a new gdbserver if gdbserver_reconnect_p is set.
11885
11886 2015-04-16 Pedro Alves <palves@redhat.com>
11887
11888 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11889 is set, don't exit gdbserver.
11890
11891 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11892
11893 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11894 appropriate .insn, such that an older assembler can be used.
11895 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11896 the z/Architecture instruction set on 31-bit targets as well.
11897
11898 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11899
11900 * gdb.go/handcall.exp: Remove all logic related to the first
11901 breakpoint and rely on go_runto_main instead.
11902 * gdb.go/strings.exp: Likewise.
11903 * gdb.go/unsafe.exp: Likewise.
11904 * gdb.go/hello.exp: Likewise. Also rename the remaining
11905 breakpoint marker to "breakpoint 1".
11906 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11907 * gdb.go/strings.go: Likewise.
11908 * gdb.go/unsafe.go: Likewise.
11909 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11910 "set breakpoint 2 here" and rename the remaining breakpoint marker
11911 to "breakpoint 1".
11912
11913 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11914
11915 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11916 if itertools.imap is not present.
11917 * gdb.python/py-objfile.exp: Add parentheses.
11918 * gdb.python/py-type.exp: Same.
11919 * gdb.python/py-unwind-maint.py: Same.
11920
11921 2015-04-15 Yao Qi <yao.qi@linaro.org>
11922
11923 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11924 of ":$ptr_size" and set its form explicitly.
11925
11926 2015-04-15 Pedro Alves <palves@redhat.com>
11927 Yao Qi <yao.qi@linaro.org>
11928
11929 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11930 timeout by factor of 4.
11931 (test_regular_watch): Likewise.
11932 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11933 * gdb.reverse/sigall-reverse.exp: Likewise.
11934 * gdb.reverse/until-precsave.exp: Likewise.
11935 * lib/gdb.exp (with_timeout_factor): New proc.
11936 (gdb_expect): Move some code to ...
11937 (get_largest_timeout): ... here. New procedure.
11938
11939 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11940
11941 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11942
11943 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11944
11945 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11946 to write to the .text section.
11947
11948 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11949
11950 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11951 Handle the case of targets that do not provide PID information.
11952
11953 2015-04-13 Yao Qi <yao.qi@linaro.org>
11954
11955 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11956 and use expect instead of gdb_expect.
11957
11958 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11959
11960 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11961 "coredump_var_addr" to avoid naming conflict with other testcases.
11962
11963 2015-04-10 Pedro Alves <palves@redhat.com>
11964
11965 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11966 gdb_test_sequence and gdb_assert.
11967
11968 2015-04-10 Pedro Alves <palves@redhat.com>
11969
11970 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11971 test messages that don't include the breakpoint address.
11972
11973 2015-04-10 Yao Qi <yao.qi@linaro.org>
11974
11975 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11976 false for some offset and width combinations which aren't
11977 supported by linux kernel.
11978
11979 2015-04-10 Pedro Alves <palves@redhat.com>
11980
11981 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11982 procedure, factored out from ...
11983 (top level): ... here. Add "set displaced-stepping" testing axis.
11984 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11985 parameter "displaced". Use it.
11986 (top level): Use foreach and add "set displaced-stepping" testing
11987 axis.
11988
11989 2015-04-10 Pedro Alves <palves@redhat.com>
11990
11991 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11992 Remove comment.
11993 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11994 both the address of the instruction that triggers the watchpoint
11995 and the address of the instruction immediately after, and use
11996 those addresses for the test. Fix comment.
11997
11998 2015-04-10 Pedro Alves <palves@redhat.com>
11999
12000 * gdb.base/sigstep.exp (breakpoint_to_handler)
12001 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12002 Test "backtrace" in handler.
12003 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12004 (top level): Add new "displaced" test axis to
12005 breakpoint_to_handler, breakpoint_to_handler_entry and
12006 breakpoint_over_handler.
12007
12008 2015-04-10 Pedro Alves <palves@redhat.com>
12009
12010 PR gdb/18216
12011 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12012
12013 2015-04-10 Yao Qi <yao.qi@linaro.org>
12014
12015 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12016 (test_add_rn_pc): New function.
12017 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12018 (top level): Invoke test_add_rn_pc.
12019
12020 2015-04-10 Pedro Alves <palves@redhat.com>
12021
12022 PR gdb/13858
12023 * gdb.base/step-over-no-symbols.exp: New file.
12024
12025 2015-04-09 Andy Wingo <wingo@igalia.com>
12026
12027 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12028 after the Python tests.
12029
12030 2015-04-08 Keith Seitz <keiths@redhat.com>
12031
12032 PR python/16699
12033 * gdb.python/py-completion.exp: New tests for completion.
12034 * gdb.python/py-completion.py (CompleteLimit1): New class.
12035 (CompleteLimit2): Likewise.
12036 (CompleteLimit3): Likewise.
12037 (CompleteLimit4): Likewise.
12038 (CompleteLimit5): Likewise.
12039 (CompleteLimit6): Likewise.
12040 (CompleteLimit7): Likewise.
12041
12042 2015-04-08 Pedro Alves <palves@redhat.com>
12043
12044 PR gdb/18214
12045 PR gdb/18216
12046 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12047 function.
12048 (main): Install it as SIGUSR1 handler.
12049 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12050 parameter. Always use "setup" as prefix. Toggle "set
12051 displaced-stepping" off/on depending on global. Don't switch to
12052 thread 1 here.
12053 (top level): Add displaced stepping "off/on" test axis. Update
12054 "setup" calls. Wrap each subtest with with_test_prefix. Test
12055 continuing with a queued signal in each thread.
12056
12057 2015-04-08 Pedro Alves <palves@redhat.com>
12058
12059 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12060 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12061 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12062 Return early if running to main fails.
12063 * gdb.trace/while-stepping.exp: Likewise.
12064
12065 2015-04-07 Pedro Alves <palves@redhat.com>
12066
12067 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12068 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12069 interact with inferior program.
12070
12071 2015-04-07 Pedro Alves <palves@redhat.com>
12072
12073 * lib/gdb.exp (inferior_spawn_id): New global.
12074 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12075 spawn id after processing the user code.
12076 (default_gdb_start): Set inferior_spawn_id.
12077 (send_inferior): New procedure.
12078 * lib/gdbserver-support.exp (gdbserver_start): Set
12079 inferior_spawn_id.
12080 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12081
12082 2015-04-07 Pedro Alves <palves@redhat.com>
12083
12084 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12085 * lib/gdbserver-support.exp (gdbserver_start): Make
12086 $server_spawn_id global.
12087 (gdbserver_start): Don't wait for gdbserver's spawn id with
12088 expect_background.
12089 (close_gdbserver): New procedure.
12090 (gdb_exit): Rename the default version and reimplement.
12091
12092 2015-04-07 Pedro Alves <palves@redhat.com>
12093
12094 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12095 append the substituted item, not the original item.
12096
12097 2015-04-07 Pedro Alves <palves@redhat.com>
12098
12099 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12100 gdb_expect.
12101
12102 2015-04-07 Pedro Alves <palves@redhat.com>
12103
12104 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12105 output appearing once only.
12106
12107 2015-04-07 Pedro Alves <palves@redhat.com>
12108
12109 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12110 that doesn't expect anything. Return early if running to main
12111 fails.
12112
12113 2015-04-07 Yao Qi <yao.qi@linaro.org>
12114
12115 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12116 (child_function): Call alarm.
12117 (main): Move call to alarm into the loop.
12118 * gdb.threads/non-stop-fair-events.exp: Build program with
12119 -DTIMEOUT=$timeout.
12120
12121 2015-04-06 Doug Evans <xdje42@gmail.com>
12122
12123 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12124 Fix dest parameter to board_info.
12125 (fpc_compile): Ditto.
12126 (gdb_compile_pascal): Rename dest arg to destfile.
12127
12128 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12129
12130 * gdb.ada/funcall_ref.exp: New file.
12131 * gdb.ada/funcall_ref/foo.adb: New file.
12132
12133 2015-04-02 Yao Qi <yao.qi@linaro.org>
12134
12135 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12136 is remote.
12137
12138 2015-04-02 Gary Benson <gbenson@redhat.com>
12139
12140 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12141
12142 2015-04-01 Sasha Smundak <asmundak@google.com>
12143
12144 * gdb.python/py-unwind-maint.c: New file.
12145 * gdb.python/py-unwind-maint.exp: New test.
12146 * gdb.python/py-unwind-maint.py: New file.
12147 * gdb.python/py-unwind.c: New file.
12148 * gdb.python/py-unwind.exp: New test.
12149 * gdb.python/py-unwind.py: New test.
12150
12151 2015-04-01 Pedro Alves <palves@redhat.com>
12152
12153 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12154 to fail instead of non-existent $test.
12155
12156 2015-04-01 Pedro Alves <palves@redhat.com>
12157
12158 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12159 GDBFLAGS if not empty.
12160
12161 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12162
12163 * gdb.ada/complete.exp: Remove "multi_line".
12164 * gdb.ada/info_exc.exp: Remove "multi_line".
12165 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12166 * gdb.ada/ptype_field.exp: Remove "multi_line".
12167 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12168 * gdb.ada/tagged.exp: Remove "multi_line".
12169 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12170 [multi_line ...]
12171 * gdb.btrace/delta.exp: Likewise.
12172 * gdb.btrace/exception.exp: Likewise.
12173 * gdb.btrace/function_call_history.exp: Likewise.
12174 * gdb.btrace/instruction_history.exp: Likewise.
12175 * gdb.btrace/nohist.exp: Likewise.
12176 * gdb.btrace/record_goto.exp: Likewise.
12177 * gdb.btrace/segv.exp: Likewise.
12178 * gdb.btrace/stepi.exp: Likewise.
12179 * gdb.btrace/tailcall.exp: Likewise.
12180 * gdb.btrace/unknown_functions.exp: Likewise.
12181 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12182 * lib/gdb.exp: Add the "multi_line" helper.
12183
12184 2015-04-01 Pedro Alves <palves@redhat.com>
12185
12186 * gdb.threads/tid-reuse.c: New file.
12187 * gdb.threads/tid-reuse.exp: New file.
12188
12189 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12190
12191 PR corefiles/16092
12192 * gdb.base/coredump-filter.c: New file.
12193 * gdb.base/coredump-filter.exp: Likewise.
12194
12195 2015-03-27 Petr Machata <pmachata@redhat.com>
12196
12197 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12198 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12199 (Dwarf::assemble): Initialize them.
12200 (Dwarf::lines): New function.
12201
12202 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12203
12204 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12205 SYMBOL_PREFIX for x86_64-*-cygwin.
12206
12207 2015-03-26 Andy Wingo <wingo@igalia.com>
12208
12209 PR symtab/18148
12210 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12211 const_value but not a location.
12212 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12213 location defined in non-main CUs are visible.
12214
12215 2015-03-26 Yao Qi <yao.qi@linaro.org>
12216
12217 PR testsuite/18139
12218 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12219 Add a line number entry for the same line.
12220 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12221 Add a line number entry for the same line.
12222
12223 2015-03-26 Yao Qi <yao.qi@linaro.org>
12224
12225 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12226 .int 0.
12227 (func): Likewise. Add .Lfunc_1 label.
12228 Use .Lfunc_1 label.
12229 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12230 .int 0.
12231 (func): Likewise.
12232 Use .Lfunc_1 label.
12233
12234 2015-03-26 Yao Qi <yao.qi@linaro.org>
12235
12236 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12237 Call gdb_compile instead to compile each .s files without debug
12238 information.
12239
12240 2015-03-26 Yao Qi <yao.qi@linaro.org>
12241
12242 * gdb.base/savedregs.exp (process_saved_regs): Make
12243 "Saved registers:" optional in the pattern.
12244
12245 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12246
12247 * gdb.btrace/next.exp: Merged into step.exp.
12248 * gdb.btrace/finish.exp: Merged into step.exp.
12249 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12250 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12251 "record goto" and checking the exact replay position.
12252 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12253 check for "Recording format" in "info record" output.
12254 * gdb.btrace/record_goto.exp: Choose test file based on target.
12255 * gdb.btrace/x86-record_goto.S: Renamed into ...
12256 * gdb.btrace/x86_64-record_goto.S: ... this.
12257 * gdb.btrace/i686-record_goto.S: New.
12258 * gdb.btrace/x86-tailcall.S: Renamed into ...
12259 * gdb.btrace/x86_64-tailcall.S: ... this.
12260 * gdb.btrace/i686-tailcall.S: New.
12261 * gdb.btrace/x86-tailcall.c: Renamed into ...
12262 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12263 separate statements. Update test.
12264 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12265 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12266 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12267 * gdb.btrace/tailcall.exp: Choose test file based on target.
12268 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12269
12270 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12271
12272 * gdb.btrace/exception.exp: Increase BTS buffer size.
12273
12274 2015-03-24 Pedro Alves <palves@redhat.com>
12275
12276 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12277
12278 2015-03-24 Pedro Alves <palves@redhat.com>
12279
12280 * gdb.threads/schedlock.exp (test_step): No longer expect that
12281 "set scheduler-locking step" with "next" over a function call runs
12282 threads unlocked.
12283
12284 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12285
12286 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12287
12288 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12289
12290 PR breakpoints/16466
12291 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12292 * gdb.mi/mi-pending.c (thread_func): New function.
12293 (int main): Add threading support required.
12294 * gdb.mi/mi-pending.exp: Add tests for this issue.
12295 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12296 (pendfunc2): Remove stdio dependency.
12297 * gdb.mi/mi-pendshr2.c: New file.
12298
12299 2015-03-23 Keith Seitz <keiths@redhat.com>
12300
12301 * gdb.linespec/keywords.c: New file.
12302 * gdb.linespec/keywords.exp: New file.
12303
12304 2015-03-23 Keith Seitz <keiths@redhat.com>
12305
12306 PR gdb/18021
12307 * gdb.dwarf2/staticvirtual.exp: New test.
12308
12309 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12310
12311 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12312 * README: Remove HP-UX and gdb.hp.
12313 (configuration):
12314 * configure: Regenerate.
12315 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12316 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12317 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12318 gdb.hp/gdb.defects/Makefile.
12319 * gdb.hp/Makefile.in: File deleted.
12320 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12321 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12322 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12323 * gdb.hp/gdb.aCC/run.c: File deleted.
12324 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12325 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12326 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12327 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12328 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12329 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12330 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12331 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12332 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12333 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12334 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12335 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12336 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12337 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12338 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12339 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12340 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12341 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12342 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12343 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12344 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12345 * gdb.hp/gdb.compat/average.c: File deleted.
12346 * gdb.hp/gdb.compat/sum.c: File deleted.
12347 * gdb.hp/gdb.compat/xdb.c: File deleted.
12348 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12349 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12350 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12351 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12352 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12353 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12354 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12355 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12356 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12357 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12358 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12359 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12360 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12361 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12362 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12363 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12364 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12365 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12366 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12367 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12368 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12369 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12370 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12371 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12372 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12373 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12374 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12375 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12376 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12377 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12378 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12379 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12380 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12381 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12382 * gdb.hp/tools/odump: File deleted.
12383
12384 2015-03-19 Pedro Alves <palves@redhat.com>
12385
12386 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12387 (saw_thread_3): New globals.
12388 (top level): Increment them when an event for the corresponding
12389 thread is seen.
12390 (no thread starvation): New test.
12391
12392 2015-03-19 Pedro Alves <palves@redhat.com>
12393
12394 * gdb.threads/continue-pending-status.c: New file.
12395 * gdb.threads/continue-pending-status.exp: New file.
12396
12397 2015-03-18 Pedro Alves <palves@redhat.com>
12398
12399 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12400 Use gdb_is_target_remote instead of is_remote. Use
12401 gdb_test_multiple instead of gdb_expect. Exit early if
12402 gdb_test_multiple hits its internal matches. Tighten stepi tests
12403 expected output. Fail on exit with any signal, instead of just
12404 SIGILL.
12405
12406 2015-03-18 Yao Qi <yao.qi@linaro.org>
12407
12408 PR tdep/18107
12409 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12410 variable.
12411 * gdb.base/catch-syscall.exp: Don't skip it on
12412 aarch64*-*-linux* target. Remove elements in all_syscalls.
12413 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12414 target.
12415 (setup_all_syscalls): New proc.
12416
12417 2015-03-16 Yao Qi <yao.qi@linaro.org>
12418
12419 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12420 (top level): Skip tests if valid_addr_p returns false for
12421 $cmd1 or $cmd2.
12422
12423 2015-03-11 Andy Wingo <wingo@igalia.com>
12424
12425 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12426
12427 2015-03-11 Yao Qi <yao.qi@linaro.org>
12428
12429 * gdb.base/catch-syscall.exp: Fix typo in comments.
12430
12431 2015-03-11 Yao Qi <yao.qi@linaro.org>
12432
12433 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12434
12435 2015-03-09 Pedro Alves <palves@redhat.com>
12436
12437 * dg-extract-results.py: Delete.
12438
12439 2015-03-09 Pedro Alves <palves@redhat.com>
12440
12441 Merge dg-extract-results.sh from GCC upstream (r218843).
12442
12443 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12444 * dg-extract-results.sh: Use --text with grep to avoid issues with
12445 binary files. Fall back to cat -v, if that doesn't work.
12446
12447 2015-03-05 Pedro Alves <palves@redhat.com>
12448
12449 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12450
12451 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12452
12453 * lib/mi-support.exp (mi_expect_interrupt): Accept
12454 alternative event for when in all-stop mode.
12455
12456 2015-03-04 Pedro Alves <palves@redhat.com>
12457
12458 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12459
12460 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12461
12462 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12463
12464 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12465
12466 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12467 regexps for GDB's current line display, accept a hex address
12468 preceding the line number.
12469
12470 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12471
12472 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12473 the 'arch1' variable for "s390*-linux*" targets.
12474
12475 2015-03-04 Pedro Alves <palves@redhat.com>
12476
12477 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12478 (main): Pass missing retval argument to pthread_join call.
12479
12480 2015-03-02 Pedro Alves <palves@redhat.com>
12481
12482 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12483 (top level): Call do_test with non-stop as well.
12484
12485 2015-03-02 Pedro Alves <palves@redhat.com>
12486
12487 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12488 -1.
12489
12490 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12491
12492 * gdb.arch/s390-vregs.exp: New test.
12493 * gdb.arch/s390-vregs.S: New file.
12494
12495 2015-02-27 Pedro Alves <palves@redhat.com>
12496
12497 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12498 call to catch_command_errors.
12499 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12500 catch_command_errors.
12501
12502 2015-02-27 Pedro Alves <palves@redhat.com>
12503
12504 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12505 "true" for boolean result.
12506 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12507 prototype of main.
12508
12509 2015-02-27 Pedro Alves <palves@redhat.com>
12510
12511 * lib/unbuffer_output.c: New file.
12512 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12513 (main): Call gdb_unbuffer_output.
12514
12515 2015-02-27 Yao Qi <yao.qi@linaro.org>
12516
12517 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12518 target.
12519
12520 2015-02-26 Doug Evans <dje@google.com>
12521
12522 * gdb.cp/class2.cc (Dbase, D): New classes.
12523 (main): New local delta.
12524 * gdb.cp/class2.exp: Test printing delta.
12525 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12526 (dynbar): New global.
12527 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12528
12529 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12530
12531 * gdb.compile/compile-ifunc.c: New file.
12532 * gdb.compile/compile-ifunc.exp: New file.
12533
12534 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12535
12536 * gdb.base/structs.exp: Check for correct struct on finish.
12537
12538 2015-02-26 Yao Qi <yao.qi@linaro.org>
12539
12540 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12541 is zero.
12542
12543 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12544
12545 * gdb.arch/cordic.ko.bz2: New file.
12546 * gdb.arch/cordic.ko.debug.bz2: New file.
12547 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12548
12549 2015-02-25 Yao Qi <yao.qi@linaro.org>
12550
12551 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12552 aarch64*-*-* target.
12553
12554 2015-02-23 Pedro Alves <palves@redhat.com>
12555
12556 * lib/gdb.exp (delete_breakpoints): Rewrite using
12557 gdb_test_multiple.
12558
12559 2015-02-23 Pedro Alves <palves@redhat.com>
12560
12561 * gdb.base/info-os.c: Include stdlib.h.
12562
12563 2015-02-22 Doug Evans <xdje42@gmail.com>
12564
12565 PR symtab/17855
12566 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12567 is read after symbols have been re-read.
12568 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12569 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12570
12571 2015-02-21 Doug Evans <dje@google.com>
12572
12573 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12574
12575 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12576
12577 PR corefiles/17808
12578 * gdb.arch/i386-biarch-core.core.bz2: New file.
12579 * gdb.arch/i386-biarch-core.exp: New file.
12580
12581 2015-02-21 Pedro Alves <palves@redhat.com>
12582
12583 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12584 runto_main fails.
12585
12586 2015-02-20 Pedro Alves <palves@redhat.com>
12587
12588 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12589 info probes.
12590
12591 2015-02-20 Pedro Alves <palves@redhat.com>
12592
12593 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12594
12595 2015-02-20 Pedro Alves <palves@redhat.com>
12596
12597 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12598 clean_restart before gdb_target_supports_trace.
12599
12600 2015-02-20 Pedro Alves <palves@redhat.com>
12601
12602 PR threads/18006
12603 * gdb.threads/clone-thread_db.c: New file.
12604 * gdb.threads/clone-thread_db.exp: New file.
12605
12606 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12607
12608 PR breakpoints/16812
12609 * gdb.base/catch-gdb-caused-signals.c: New file.
12610 * gdb.base/catch-gdb-caused-signals.exp: New file.
12611
12612 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12613
12614 * configure: Regenerated.
12615 * configure.ac: Use GDB_AC_TRANSFORM.
12616 * aclocal.m4: sinclude ../transform.m4.
12617
12618 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12619
12620 * lib/dtrace.exp: New file.
12621 * gdb.base/dtrace-probe.exp: Likewise.
12622 * gdb.base/dtrace-probe.d: Likewise.
12623 * gdb.base/dtrace-probe.c: Likewise.
12624 * lib/pdtrace.in: Likewise.
12625 * configure.ac: Output variables with the transformed names of
12626 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12627 * configure: Regenerated.
12628
12629 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12630
12631 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12632 expected message when trying to access $_probe_* convenience
12633 variables while not on a probe.
12634
12635 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12636
12637 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12638
12639 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12640
12641 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12642 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12643
12644 2015-02-10 Doug Evans <xdje42@gmail.com>
12645
12646 * lib/gdb.exp (gdb_load): Always return a result.
12647
12648 2015-02-10 Pedro Alves <palves@redhat.com>
12649
12650 * gdb.threads/signal-sigtrap.c: New file.
12651 * gdb.threads/signal-sigtrap.exp: New file.
12652
12653 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12654
12655 * gdb.trace/no-attach-trace.c: New file.
12656 * gdb.trace/no-attach-trace.exp: New file.
12657
12658 2015-02-09 Mark Wielaard <mjw@redhat.com>
12659
12660 * gdb.dwarf2/atomic.c: New file.
12661 * gdb.dwarf2/atomic-type.exp: Likewise.
12662
12663 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12664
12665 * gdb.btrace/buffer-size.exp: Update "info record" output.
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-09 Markus Metzger <markus.t.metzger@intel.com>
12677
12678 * gdb.btrace/buffer-size: New.
12679
12680 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12681
12682 * gdb.btrace/delta.exp: Update "info record" output.
12683 * gdb.btrace/enable.exp: Update "info record" output.
12684 * gdb.btrace/finish.exp: Update "info record" output.
12685 * gdb.btrace/instruction_history.exp: Update "info record" output.
12686 * gdb.btrace/next.exp: Update "info record" output.
12687 * gdb.btrace/nexti.exp: Update "info record" output.
12688 * gdb.btrace/step.exp: Update "info record" output.
12689 * gdb.btrace/stepi.exp: Update "info record" output.
12690 * gdb.btrace/nohist.exp: Update "info record" output.
12691
12692 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12693
12694 PR gdb/15678
12695 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12696
12697 2015-02-06 Pedro Alves <palves@redhat.com>
12698
12699 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12700 macro.
12701 (seconds_left, again): New globals.
12702 (main): Wait seconds_left in a 1-second sleep loop instead of
12703 sleeping 180 seconds. If 'again' is set, reset the seconds
12704 counter.
12705 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12706 'again' in the inferior before detaching. Print the seconds left.
12707 (options): New global.
12708 (top level): Build program with -DTIMEOUT=$timeout.
12709
12710 2015-02-06 Pedro Alves <palves@redhat.com>
12711
12712 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12713 determine how many seconds to pass to 'alarm'.
12714 * gdb.base/gdb-sigterm.exp (top level): Build program with
12715 -DTIMEOUT=$timeout.
12716 (do_test): Return success/failure indication. Add more verbose
12717 logging. Don't fail if 200 single steps are seen. Instead, fail
12718 when the test times out.
12719 (passes): New global.
12720 (top level): Break the testing loop if testing fails on any
12721 iteration. Use gdb_assert.
12722
12723 2015-02-04 Don Breazeal <donb@codesourcery.com>
12724
12725 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12726 and initialize them.
12727 (ipc_cleanup): New function.
12728 (main): Don't declare shmid, semid, and msqid. Add a call to
12729 atexit so that we call ipc_cleanup on exit.
12730
12731 2015-02-04 Pedro Alves <palves@redhat.com>
12732
12733 * boards/native-extended-gdbserver.exp: Remove any target variant
12734 specifications from the board name before clearing the isremote
12735 flag from board_info.
12736
12737 2015-01-31 Doug Evans <xdje42@gmail.com>
12738
12739 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12740
12741 2015-01-31 Gary Benson <gbenson@redhat.com>
12742
12743 * gdb.base/completion.exp: Disable completion limiting for
12744 existing tests. Add new tests to check completion limiting.
12745 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12746
12747 2015-01-31 Doug Evans <xdje42@gmail.com>
12748
12749 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12750
12751 2015-01-31 Doug Evans <xdje42@gmail.com>
12752
12753 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12754 entries. Duplicate file section script entries.
12755 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12756 inlined entries. Add test for safe-path rejection.
12757 * gdb.python/py-section-script.c: Add duplicate inlined section script
12758 entries. Duplicate file section script entries.
12759 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12760 inlined entries. Add test for safe-path rejection.
12761
12762 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12763
12764 * gdb.ada/disc_arr_bound: New testcase.
12765
12766 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12767
12768 * gdb.ada/mi_var_array: New testcase.
12769
12770 2015-01-27 Doug Evans <dje@google.com>
12771
12772 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12773 Add test for objfile.filename, objfile.username after objfile
12774 has been unloaded.
12775
12776 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12777
12778 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12779 the second test to print the name attribute of value
12780 returned by the call to gdb.lookup_type, and adjust
12781 the expected output accordingly.
12782
12783 2015-01-25 Mark Wielaard <mjw@redhat.com>
12784
12785 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12786 * gdb.base/disp-step-fork.c: Include unistd.h.
12787 * gdb.base/siginfo-obj.c: Include stdio.h.
12788 * gdb.base/siginfo-thread.c: Likewise.
12789 * gdb.mi/non-stop.c: Include unistd.h.
12790 * gdb.mi/nsthrexec.c: Include stdio.h.
12791 * gdb.mi/pthreads.c: Include unistd.h.
12792 * gdb.modula2/unbounded1.c (main): Declare returns int.
12793 * gdb.reverse/consecutive-reverse.c: Likewise.
12794 * gdb.threads/create-fail.c: Include unistd.h.
12795 * gdb.threads/killed.c: Likewise.
12796 * gdb.threads/linux-dp.c: Likewise.
12797 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12798 * gdb.threads/non-ldr-exc-2.c: Likewise.
12799 * gdb.threads/non-ldr-exc-3.c: Likewise.
12800 * gdb.threads/non-ldr-exc-4.c: Likewise.
12801 * gdb.threads/pthreads.c: Include unistd.h.
12802 (main): Declare returns int.
12803 * gdb.threads/tls-main.c (foo): New declaration.
12804 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12805
12806 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12807
12808 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12809 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12810
12811 2015-01-15 Mark Wielaard <mjw@redhat.com>
12812
12813 * gdb.base/noreturn-return.c: New file.
12814 * gdb.base/noreturn-return.exp: New file.
12815 * gdb.base/noreturn-finish.c: New file.
12816 * gdb.base/noreturn-finish.exp: New file.
12817
12818 2015-01-23 Pedro Alves <palves@redhat.com>
12819
12820 * gdb.threads/continue-pending-after-query.c: New file.
12821 * gdb.threads/continue-pending-after-query.exp: New file.
12822
12823 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12824 Simon Marchi <simon.marchi@ericsson.com>
12825
12826 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12827 * gdb.base/valgrind-db-attach.exp: Same.
12828 * gdb.base/valgrind-infcall.exp: Same.
12829 * lib/mi-support.exp (default_mi_gdb_start): Same.
12830 * lib/prompt.exp (default_prompt_gdb_start): Same.
12831 * lib/gdb.exp (default_gdb_spawn): Same.
12832 (gdb_interact): New.
12833
12834
12835 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12836
12837 * gdb.compile/compile.exp (pointer to jit function): New test.
12838
12839 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12840
12841 * lib/gdb.exp (supports_process_record): Return true for
12842 powerpc*-*-linux*.
12843 (supports_reverse): Likewise.
12844
12845 2015-01-15 Don Breazeal <donb@codesourcery.com>
12846
12847 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12848 instead of checking whether the target board is remote and
12849 use spawn_wait_for_attach instead of exec/sleep.
12850 * gdb.base/attach-twice.exp: Likewise.
12851
12852 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12853
12854 * gdb.ada/var_arr_attrs: New testcase.
12855
12856 2015-01-14 Pedro Alves <palves@redhat.com>
12857 Joel Brobecker <brobecker@adacore.com>
12858
12859 PR gdb/17525
12860 * gdb.base/bp-cmds-execution-x-script.c: New file.
12861 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12862 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12863
12864 2015-01-14 Pedro Alves <palves@redhat.com>
12865
12866 PR cli/17828
12867 * gdb.base/batch-preserve-term-settings.c: New file.
12868 * gdb.base/batch-preserve-term-settings.exp: New file.
12869
12870 2015-01-13 Doug Evans <dje@google.com>
12871
12872 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12873 binary.
12874
12875 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12876
12877 * Makefile.in (clean mostlyclean): Do not delete *.py.
12878
12879 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12880
12881 * gdb.python/py-lookup-type.exp: New file.
12882
12883 2015-01-12 Pedro Alves <palves@redhat.com>
12884
12885 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12886 restore GDBFLAGS before returning.
12887
12888 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12889
12890 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12891 is_amd64_regs_target and is_x86_like_target.
12892
12893 2015-01-11 Doug Evans <xdje42@gmail.com>
12894
12895 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12896 is given without an explicit form.
12897 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12898 attributes.
12899 * gdb.dwarf/corrupt.exp: Ditto.
12900 * gdb.dwarf2/enum-type.exp: Ditto.
12901 * gdb.trace/entry-values.exp: Ditto.
12902 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12903
12904 2015-01-11 Doug Evans <xdje42@gmail.com>
12905
12906 PR gdb/15830
12907 * gdb.base/maint.exp: Remove references to "maint demangle".
12908 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12909 Add tests for explicitly specifying language to demangle.
12910 * gdb.dlang/demangle.exp: Ditto.
12911
12912 2015-01-09 Pedro Alves <palves@redhat.com>
12913
12914 * gdb.threads/non-stop-fair-events.c: New file.
12915 * gdb.threads/non-stop-fair-events.exp: New file.
12916
12917 2015-01-09 Pedro Alves <palves@redhat.com>
12918
12919 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12920 the global scope. Set a breakpoint after all threads are started
12921 rather than stepping over two source lines. Expect the prompt.
12922 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12923 global.
12924 (NUM): Now 15.
12925 (main): Use threads_started_barrier to wait for all threads to
12926 start. Main thread no longer calls thread_function. Exit after
12927 180 seconds.
12928 (loop): New function.
12929 (thread_function): Wait on threads_started_barrier barrier. Call
12930 'loop' at each iteration.
12931 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12932 threads have started, instead of hardcoding number of "next"
12933 steps. Use an access watchpoint instead of a write watchpoint.
12934
12935 2015-01-09 Pedro Alves <palves@redhat.com>
12936
12937 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12938 (thread_func): Wait on barrier.
12939 (main): Wait for all threads to start before stopping GDB.
12940 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12941 global.
12942 (thread1_func, thread2_func): Wait on barrier.
12943 (main): Wait for all threads to start before stopping GDB.
12944 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12945 New global.
12946 (thread1_func, thread2_func): Wait on barrier.
12947 (main): Wait for all threads to start before stopping GDB.
12948
12949 2015-01-09 Pedro Alves <palves@redhat.com>
12950
12951 * gdb.threads/attach-many-short-lived-threads.c: New file.
12952 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12953
12954 2014-01-09 Pedro Alves <palves@redhat.com>
12955
12956 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12957 instead of to thread 2.
12958 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12959 Add barrier around each pthread_create call instead of around all
12960 calls.
12961 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12962 Set a break on thread_function and have the child threads hit it
12963 one at at a time.
12964
12965 2015-01-09 Pedro Alves <palves@redhat.com>
12966
12967 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12968 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12969 false.
12970 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12971 checking whether the target board is remote.
12972 * gdb.multi/multi-attach.exp: Likewise.
12973 * gdb.python/py-sync-interp.exp: Likewise.
12974 * gdb.server/ext-attach.exp: Likewise.
12975 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12976 tests that need to attach, instead of checking whether the target
12977 board is remote at the top of the file.
12978
12979 2015-01-08 Yao Qi <yao@codesourcery.com>
12980
12981 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12982
12983 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12984
12985 Fix testcase compilation.
12986 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12987
12988 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12989
12990 * gdb.python/py-type.exp: Add a couple test about empty
12991 array creation, and negative-length array creation.
12992
12993 2015-01-02 Doug Evans <xdje42@gmail.com>
12994
12995 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12996
12997 2015-01-02 Doug Evans <dje@google.com>
12998
12999 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13000
13001 2014-12-29 Yao Qi <yao@codesourcery.com>
13002
13003 * gdb.trace/entry-values.exp: Update comments. Rename variable
13004 bar_call_foo to returned_from_foo.
13005
13006 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13007
13008 PR gdb/17394
13009 * gdb.linespec/break-asm-file.c: New file.
13010 * gdb.linespec/break-asm-file.exp: New file.
13011 * gdb.linespec/break-asm-file0.s: New file.
13012 * gdb.linespec/break-asm-file1.s: New file.
13013
13014 2014-12-18 Nigel Stephens <nigel@mips.com>
13015 Maciej W. Rozycki <macro@codesourcery.com>
13016
13017 * gdb.base/float.exp: Handle the new output from "info float" on
13018 MIPS targets.
13019
13020 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13021
13022 Fix MinGW compilation.
13023 * gdb.compile/compile-ops.exp: Update untested message if
13024 !skip_compile_feature_tests.
13025 * gdb.compile/compile-setjmp.exp: Likewise.
13026 * gdb.compile/compile-tls.exp: Likewise.
13027 * gdb.compile/compile.exp: Likewise.
13028 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13029 supported on this host".
13030
13031 2014-12-16 Doug Evans <xdje42@gmail.com>
13032
13033 * boards/stabs.exp: New file.
13034
13035 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13036
13037 * gdb.base/completion.exp: Adjust to format changes of "maint
13038 print user-registers".
13039
13040 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13041
13042 PR server/17457
13043 * gdb.arch/aarch64-fp.c: New file.
13044 * gdb.arch/aarch64-fp.exp: New file.
13045
13046 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13047
13048 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13049 r210637, r210913, r211666, r215400, r215817).
13050
13051 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13052 * dg-extract-results.py: New file.
13053 * dg-extract-results.sh: Use it if the environment seems
13054 suitable.
13055
13056 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13057
13058 * dg-extract-results.py (parse_run): Handle warnings that
13059 are printed before a test harness is run.
13060
13061 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13062
13063 * dg-extract-results.py (Named): Remove __cmp__ method.
13064 (output_variation): Use a key to sort variation.harnesses.
13065
13066 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13067
13068 * dg-extract-results.py: For Python 3, force sys.stdout to
13069 handle surrogate escape sequences.
13070 (safe_open): New function.
13071 (output_segment, main): Use it.
13072
13073 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13074
13075 * dg-extract-results.py (Prog.result_re): Include options
13076 in test name.
13077
13078 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13079
13080 * dg-extract-results.py (output_variation): Always sort if
13081 do_sum.
13082
13083 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13084
13085 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13086 as long as we get pagination notifications.
13087
13088 2014-12-15 Jason Merrill <jason@redhat.com>
13089
13090 * Makefile.in (check-gdb.%): Restore.
13091 * README: Mention it.
13092
13093 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13094
13095 * gdb.ada/str_uninit: New testcase.
13096
13097 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13098
13099 PR symtab/17642
13100 * gdb.base/vla-stub-define.c: New file.
13101 * gdb.base/vla-stub.c: New file.
13102 * gdb.base/vla-stub.exp: New file.
13103
13104 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13105 Jan Kratochvil <jan.kratochvil@redhat.com>
13106 Tom Tromey <tromey@redhat.com>
13107
13108 * configure.ac: Add gdb.compile/.
13109 * configure: Regenerate.
13110 * gdb.compile/Makefile.in: New file.
13111 * gdb.compile/compile-ops.exp: New file.
13112 * gdb.compile/compile-ops.c: New file.
13113 * gdb.compile/compile-tls.c: New file.
13114 * gdb.compile/compile-tls.exp: New file.
13115 * gdb.compile/compile-constvar.S: New file.
13116 * gdb.compile/compile-constvar.c: New file.
13117 * gdb.compile/compile-mod.c: New file.
13118 * gdb.compile/compile-nodebug.c: New file.
13119 * gdb.compile/compile-setjmp-mod.c: New file.
13120 * gdb.compile/compile-setjmp.c: New file.
13121 * gdb.compile/compile-setjmp.exp: New file.
13122 * gdb.compile/compile-shlib.c: New file.
13123 * gdb.compile/compile.c: New file.
13124 * gdb.compile/compile.exp: New file.
13125 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13126
13127 2014-12-12 Tom Tromey <tromey@redhat.com>
13128
13129 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13130 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13131
13132 2014-12-12 Doug Evans <dje@google.com>
13133
13134 * lib/gdb-python.exp (get_python_valueof): New function.
13135 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13136
13137 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13138
13139 * gdb.base/completion.exp: Add test for completion of "info
13140 registers ".
13141
13142 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13143
13144 * gdb.base/func-ptrs.c: New file.
13145 * gdb.base/func-ptrs.exp: New file.
13146
13147 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13148
13149 PR breakpoints/17012
13150 * gdb.base/dprintf-detach.c: New file.
13151 * gdb.base/dprintf-detach.exp: New file.
13152
13153 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13154
13155 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13156 * lib/gdb.exp (target_is_gdbserver): New procedure.
13157
13158 2014-12-08 Doug Evans <dje@google.com>
13159
13160 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13161
13162 2014-12-05 Yao Qi <yao@codesourcery.com>
13163
13164 * gdb.guile/scm-error.exp: Remove the third argument to
13165 gdb_remote_download.
13166 * gdb.guile/scm-frame-args.exp: Likewise.
13167 * gdb.guile/scm-section-script.exp: Likewise.
13168
13169 2014-12-05 Yao Qi <yao@codesourcery.com>
13170
13171 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13172
13173 2014-12-04 Doug Evans <dje@google.com>
13174
13175 * gdb.python/py-objfile.exp: Add tests for
13176 objfile.add_separate_debug_file.
13177
13178 2014-12-04 Doug Evans <dje@google.com>
13179
13180 * lib/gdb.exp (get_build_id): New function.
13181 (build_id_debug_filename_get): Rewrite to use it.
13182 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13183
13184 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13185
13186 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13187 `method(long)', not just 0x0.
13188 * gdb.cp/nsalias.exp: Align code labels to 4.
13189 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13190 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13191 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13192 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13193 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13194 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13195
13196 2014-12-02 Doug Evans <dje@google.com>
13197
13198 PR symtab/17602
13199 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13200 * gdb.cp/anon-ns2.cc: ... here. New file.
13201 * gdb.cp/anon-ns.exp: Update.
13202
13203 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13204
13205 * gdb.python/py-events.py (inferior_call_handler): New.
13206 (register_changed_handler, memory_changed_handler): New.
13207 (test_events.invoke): Register new handlers.
13208 * gdb.python/py-events.exp: Add tests for inferior call,
13209 memory_changed and register_changed events.
13210
13211 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13212
13213 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13214 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13215 if the linker doesn't understand this.
13216
13217 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13218
13219 * gdb.python/python.exp: Change expected reply to help().
13220
13221 2014-12-01 Yao Qi <yao@codesourcery.com>
13222
13223 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13224 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13225 * configure: Re-generated.
13226
13227 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13228
13229 * gdb.cp/chained-calls.cc: New file.
13230 * gdb.cp/chained-calls.exp: New file.
13231 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13232
13233 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13234
13235 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13236 * gdb.dwarf2/symtab-producer.exp: Same.
13237 * gdb.gdb/python-interrupts.exp: Same.
13238 * gdb.gdb/python-selftest.exp: Same.
13239 * gdb.python/py-linetable.exp: Same.
13240 * gdb.python/py-type.exp: Same.
13241 * gdb.python/py-value-cc.exp: Same.
13242 * gdb.python/py-value.exp: Same.
13243
13244 2014-11-28 Yao Qi <yao@codesourcery.com>
13245
13246 * gdb.base/break-probes.exp: Match library name prefixed with
13247 sysroot.
13248
13249 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13250
13251 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13252 test expected output. Add parentheses for the call to print.
13253 Remove L suffix from integers.
13254
13255 2014-11-26 Doug Evans <dje@google.com>
13256
13257 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13258
13259 2014-11-22 Yao Qi <yao@codesourcery.com>
13260
13261 * gdb.trace/entry-values.c: Remove asms.
13262 (foo): Add foo_label.
13263 (bar): Add bar_label.
13264 * gdb.trace/entry-values.exp: Remove code computing foo's
13265 length and bar's length.
13266 (Dwarf::assemble): Invoke function_range for bar and use
13267 MACRO_AT_func for foo.
13268
13269 2014-11-22 Yao Qi <yao@codesourcery.com>
13270
13271 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13272 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13273 Use .Lgcc43_procstart instead of gcc43.
13274
13275 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13276
13277 * gdb.ada/n_arr_bound: New testcase.
13278
13279 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13280
13281 PR breakpoints/10737
13282 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13283 test_catch_syscall_multi_arch.
13284 (test_catch_syscall_multi_arch): New function.
13285
13286 2014-11-20 Doug Evans <xdje42@gmail.com>
13287
13288 * gdb.base/maint.exp: Update expected output.
13289
13290 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13291
13292 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13293 4-byte instruction on S390.
13294
13295 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13296
13297 * gdb.ada/arr_arr: New testcase.
13298
13299 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13300
13301 * gdb.ada/pkd_arr_elem: New Testcase.
13302
13303 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13304
13305 * gdb.reverse/break-precsave: Expect completion message for
13306 core file reads.
13307 * gdb.reverse/consecutive-precsave.exp: Likewise.
13308 * gdb.reverse/finish-precsave.exp: Likewise.
13309 * gdb.reverse/i386-precsave.exp: Likewise.
13310 * gdb.reverse/machinestate-precsave.exp: Likewise.
13311 * gdb.reverse/sigall-precsave.exp: Likewise.
13312 * gdb.reverse/solib-precsave.exp: Likewise.
13313 * gdb.reverse/step-precsave.exp: Likewise.
13314 * gdb.reverse/until-precsave.exp: Likewise.
13315 * gdb.reverse/watch-precsave.exp: Likewise.
13316
13317 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13318
13319 * gdb.base/bp-permanent.c: Include unistd.h.
13320 * gdb.python/py-framefilter-mi.c (main): Add return type.
13321 * gdb.python/py-framefilter.c (main): Likewise.
13322 * gdb.trace/actions-changed.c (main): Likewise.
13323
13324 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13325
13326 * gdb.mi/until.c: Add eye-catchers.
13327 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13328 line numbers.
13329
13330 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13331
13332 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13333 function header variants in break1.c.
13334 * gdb.base/ena-dis-br.exp: Likewise.
13335 * gdb.base/hbreak2.exp: Likewise.
13336 * gdb.reverse/until-precsave.exp: Drop references to removed
13337 non-prototype function header variants in ur1.c.
13338 * gdb.reverse/until-reverse.exp: Likewise.
13339
13340 2014-11-17 Petr Machata <pmachata@redhat.com>
13341
13342 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13343 ${_cu_offset_size} bytes abbrev offset.
13344
13345 2014-11-15 Doug Evans <xdje42@gmail.com>
13346
13347 PR symtab/17559
13348 * gdb.base/line-symtabs.exp: New file.
13349 * gdb.base/line-symtabs.c: New file.
13350 * gdb.base/line-symtabs.h: New file.
13351
13352 2014-11-14 Yao Qi <yao@codesourcery.com>
13353
13354 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13355 (func): Add label func_label.
13356 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13357 Replace low_pc and high_pc with MACRO_AT_range.
13358 Replace name, low_pc and high_pc with MACRO_AT_func.
13359
13360 2014-11-14 Yao Qi <yao@codesourcery.com>
13361
13362 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13363 Replace name, low_pc and high_pc with MACRO_AT_func.
13364
13365 2014-11-14 Yao Qi <yao@codesourcery.com>
13366
13367 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13368 produce debug information.
13369 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13370
13371 2014-11-14 Yao Qi <yao@codesourcery.com>
13372
13373 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13374 object and get function length.
13375 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13376 with MACRO_AT_func.
13377 (top-level): Replace gdb_compile and clean_restart with
13378 prepare_for_testing.
13379 * gdb.dwarf2/main.c (main): Add label main_label.
13380
13381 2014-11-14 Yao Qi <yao@codesourcery.com>
13382
13383 * lib/dwarf.exp (function_range): New procedure.
13384 (Dwarf::_handle_macro_at_func): New procedure.
13385 (Dwarf::_handle_macro_at_range): New procedure.
13386 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13387
13388 2014-11-14 Yao Qi <yao@codesourcery.com>
13389
13390 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13391 (_handle_attribute): New procedure.
13392
13393 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13394
13395 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13396 * gdb.base/call-sc.c (zed): Likewise.
13397 * gdb.base/checkpoint.c (main): Likewise.
13398 * gdb.base/dump.c (main): Likewise.
13399 * gdb.base/gcore.c (main): Likewise.
13400 * gdb.base/huge.c (main): Likewise.
13401 * gdb.base/multi-forks.c (main): Likewise.
13402 * gdb.base/pr10179-a.c (main): Likewise.
13403 * gdb.base/savedregs.c (main): Likewise.
13404 * gdb.base/sigaltstack.c (main): Likewise.
13405 * gdb.base/siginfo.c (main): Likewise.
13406 * gdb.base/structs.c (zed): Likewise.
13407 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13408 * gdb.mi/mi-syn-frame.c (main): Likewise.
13409 * gdb.mi/until.c (foo, main): Likewise.
13410 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13411 * gdb.base/solib-weak.c (foo): Declare.
13412 * gdb.base/attach-twice.c: Include stdio.h.
13413 * gdb.base/weaklib1.c: Likewise.
13414 * gdb.base/weaklib2.c: Likewise.
13415 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13416 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13417 unistd.h.
13418 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13419 * gdb.mi/mi-exit-code.c: Likewise.
13420 * gdb.base/break-interp-lib.c: Include string.h.
13421 * gdb.base/coremaker.c: Likewise.
13422 * gdb.base/testenv.c: Likewise.
13423 * gdb.python/py-finish-breakpoint.c: Likewise.
13424 * gdb.base/inferior-died.c: Include sys/wait.h.
13425 * gdb.base/fileio.c: Include time.h.
13426 * gdb.base/async-shell.c: Include unistd.h.
13427 * gdb.base/dprintf-non-stop.c: Likewise.
13428 * gdb.base/info-os.c: Likewise.
13429 * gdb.mi/mi-console.c: Likewise.
13430 * gdb.mi/watch-nonstop.c: Likewise.
13431 * gdb.python/py-events.c: Likewise.
13432 * gdb.base/async.c (baz): Move up before its invocation.
13433 * gdb.base/code_elim2.c (my_global_func): Likewise.
13434 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13435 * gdb.base/advance.c (func2): Likewise.
13436
13437 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13438
13439 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13440 variant.
13441 * gdb.base/annota3.c: Likewise.
13442 * gdb.base/async.c: Likewise.
13443 * gdb.base/average.c: Likewise.
13444 * gdb.base/call-ar-st.c: Likewise.
13445 * gdb.base/call-rt-st.c: Likewise.
13446 * gdb.base/call-sc.c: Likewise.
13447 * gdb.base/call-strs.c: Likewise.
13448 * gdb.base/ending-run.c: Likewise.
13449 * gdb.base/execd-prog.c: Likewise.
13450 * gdb.base/exprs.c: Likewise.
13451 * gdb.base/foll-exec.c: Likewise.
13452 * gdb.base/foll-fork.c: Likewise.
13453 * gdb.base/foll-vfork.c: Likewise.
13454 * gdb.base/funcargs.c: Likewise.
13455 * gdb.base/gcore.c: Likewise.
13456 * gdb.base/jump.c: Likewise.
13457 * gdb.base/langs0.c: Likewise.
13458 * gdb.base/langs1.c: Likewise.
13459 * gdb.base/langs2.c: Likewise.
13460 * gdb.base/mips_pro.c: Likewise.
13461 * gdb.base/nodebug.c: Likewise.
13462 * gdb.base/opaque0.c: Likewise.
13463 * gdb.base/opaque1.c: Likewise.
13464 * gdb.base/recurse.c: Likewise.
13465 * gdb.base/run.c: Likewise.
13466 * gdb.base/scope0.c: Likewise.
13467 * gdb.base/scope1.c: Likewise.
13468 * gdb.base/setshow.c: Likewise.
13469 * gdb.base/setvar.c: Likewise.
13470 * gdb.base/shmain.c: Likewise.
13471 * gdb.base/shr1.c: Likewise.
13472 * gdb.base/shr2.c: Likewise.
13473 * gdb.base/sigall.c: Likewise.
13474 * gdb.base/signals.c: Likewise.
13475 * gdb.base/so-indr-cl.c: Likewise.
13476 * gdb.base/solib2.c: Likewise.
13477 * gdb.base/structs.c: Likewise.
13478 * gdb.base/sum.c: Likewise.
13479 * gdb.base/vforked-prog.c: Likewise.
13480 * gdb.base/watchpoint.c: Likewise.
13481 * gdb.reverse/shr2.c: Likewise.
13482 * gdb.reverse/until-reverse.c: Likewise.
13483 * gdb.reverse/ur1.c: Likewise.
13484 * gdb.reverse/watch-reverse.c: Likewise.
13485
13486 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13487
13488 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13489 variant.
13490 * gdb.base/sepdebug.exp: Drop references to removed code.
13491
13492 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13493
13494 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13495 variant. Preserve original line numbering.
13496 * gdb.base/list1.c: Likewise.
13497
13498 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13499
13500 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13501 variant.
13502 * gdb.base/break1.c: Likewise.
13503 * gdb.base/break.exp: Drop references to removed code.
13504
13505 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13506
13507 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13508 variant.
13509
13510 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13511
13512 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13513
13514 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13515
13516 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13517 logic into perform_all_tests() and invoke it with and without
13518 function header prototypes.
13519 (do_function_calls): Remove conditional XFAIL for PR 5318.
13520 (rerun_and_prepare): Remove duplicate code.
13521 (perform_all_tests): New. Main logic moved here.
13522
13523 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13524
13525 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13526 code guarded by #ifdef NO_PROTOTYPES.
13527 (t_double_many_args): Likewise.
13528 (DEF_FUNC_MANY_ARGS_1): Likewise.
13529 (DEF_FUNC_VALUES_1): Likewise.
13530 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13531 guarded by #ifdef PROTOTYPES.
13532
13533 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13534
13535 * gdb.mi/mi-console.c: Add eye-catcher.
13536 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13537 instead of literal line number.
13538
13539 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13540
13541 * gdb.base/shr2.c: Add eye-catcher.
13542 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13543 line number.
13544
13545 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13546
13547 * gdb.base/jump.c: Add eye-catchers.
13548 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13549 numbers.
13550
13551 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13552
13553 * gdb.base/execd-prog.c: Add eye-catchers.
13554 * gdb.base/foll-exec.c: Likewise.
13555 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13556 line numbers.
13557
13558 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13559
13560 * gdb.base/ending-run.c: Add eye-catchers.
13561 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13562 literal line numbers.
13563
13564 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13565
13566 * gdb.base/call-rt-st.c: Add eye-catchers.
13567 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13568 literal line numbers.
13569
13570 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13571
13572 * gdb.base/call-ar-st.c: Add eye-catchers.
13573 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13574 literal line numbers.
13575
13576 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13577
13578 * gdb.base/average.c: Add eye-catchers.
13579 * gdb.base/sum.c: Likewise.
13580 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13581 regexps dynamically.
13582
13583 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13584
13585 * gdb.base/solib1.c: Add eye-catchers.
13586 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13587 literal line numbers.
13588
13589 2014-11-12 Pedro Alves <palves@redhat.com>
13590
13591 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13592 leader has exited.
13593
13594 2014-11-12 Pedro Alves <palves@redhat.com>
13595
13596 * gdb.arch/i386-bp_permanent.c: New file.
13597 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13598 (srcfile): Set to i386-bp_permanent.c.
13599 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13600 that stepi does not execute the 'leave' instruction, instead of
13601 testing it does execute.
13602 * gdb.base/bp-permanent.c: New file.
13603 * gdb.base/bp-permanent.exp: New file.
13604
13605 2014-11-10 Doug Evans <xdje42@gmail.com>
13606
13607 PR symtab/17564
13608 * gdb.base/symtab-search-order.exp: New file.
13609 * gdb.base/symtab-search-order.c: New file.
13610 * gdb.base/symtab-search-order-1.c: New file.
13611 * gdb.base/symtab-search-order-shlib-1.c: New file.
13612
13613 2014-11-07 Pedro Alves <palves@redhat.com>
13614
13615 PR gdb/17511
13616 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13617 i?86-*-linux*.
13618
13619 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13620
13621 PR c++/17494
13622 * gdb.cp/pr17494.cc: New file.
13623 * gdb.cp/pr17494.exp: New file.
13624
13625 2014-11-02 Yao Qi <yao@codesourcery.com>
13626
13627 * gdb.python/python.exp: Get working directory and match the
13628 output of "set extended-prompt \\w " with it.
13629
13630 2014-10-30 Doug Evans <dje@google.com>
13631
13632 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13633 in objfiles.
13634 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13635 in progspaces.
13636
13637 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13638
13639 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13640 * gdb.base/realname-expand.exp: Likewise.
13641 * gdb.linespec/macro-relative.exp: Likewise.
13642
13643 2014-10-29 Pedro Alves <palves@redhat.com>
13644
13645 PR gdb/17408
13646 * gdb.threads/schedlock.c (some_function): New function.
13647 (call_function): New global.
13648 (MAYBE_CALL_SOME_FUNCTION): New macro.
13649 (thread_function): Call it.
13650 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13651 and use it instead of a global counter. Adjust all callers.
13652 (get_current_thread): Use "find current thread" for test message
13653 here rather than having all callers pass down the same string.
13654 (goto_loop): New procedure, factored out from ...
13655 (my_continue): ... this.
13656 (step_ten_loops): Change parameter from test message to command to
13657 use. Adjust.
13658 (list_count): Delete global.
13659 (check_result): New procedure, factored out from duplicate top
13660 level code.
13661 (continue tests): Wrap in with_test_prefix.
13662 (test_step): New procedure, factored out from duplicate top level
13663 code.
13664 (top level): Test "step" in combination with all scheduler-locking
13665 modes. Test "next" in combination with all scheduler-locking
13666 modes, and in combination with stepping over a function call or
13667 not.
13668 * gdb.threads/next-bp-other-thread.c: New file.
13669 * gdb.threads/next-bp-other-thread.exp: New file.
13670
13671 2014-10-29 Pedro Alves <palves@redhat.com>
13672
13673 PR python/17372
13674 * gdb.python/python.exp: Test a multi-line command that spawns
13675 interactive Python.
13676 * gdb.base/multi-line-starts-subshell.exp: New file.
13677
13678 2014-10-29 Yao Qi <yao@codesourcery.com>
13679
13680 * gdb.base/fileio.exp: Make directories on host.
13681
13682 2014-10-29 Yao Qi <yao@codesourcery.com>
13683
13684 * gdb.base/fileio.c (test_write): Close the file.
13685
13686 2014-10-28 Pedro Alves <palves@redhat.com>
13687
13688 PR gdb/12623
13689 * gdb.base/sigstep.c (no_handler): New global.
13690 (main): If 'no_handler is true, set the signal handlers to
13691 SIG_IGN.
13692 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13693 with_sw_watch and no_handler parameters. Handle them.
13694 (top level) <stepping over handler when stopped at a breakpoint
13695 test>: Add a test axis for testing with a software watchpoint, and
13696 another for testing with the signal handler set to SIG_IGN.
13697 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13698 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13699
13700 2014-10-28 Pedro Alves <palves@redhat.com>
13701
13702 PR gdb/17511
13703 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13704 * gdb.base/sigstep.exp (other_handler_location): New global.
13705 (advance): Support stepping into the signal handler, and running
13706 commands while in the handler.
13707 (in_handler_map): New global.
13708 (top level): In the advance test, add combinations for getting
13709 into the handler with stepping commands, and for running commands
13710 in the handler. Add comment descripting the advancei tests.
13711
13712 2014-10-28 Pedro Alves <palves@redhat.com>
13713
13714 * gdb.base/sigstep.exp: Use build_executable instead of
13715 prepare_for_testing.
13716 (top level): Move code that starts GDB, runs to main and creates a
13717 display to ...
13718 (restart): ... this new procedure.
13719 (top level): Move backtrace from signal handler test to ...
13720 (validate_backtrace): ... this new procedure.
13721 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13722 with_test_prefix. Always restart GDB.
13723 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13724 with_test_prefix. Always restart GDB. No need to delete
13725 breakpoints after the test.
13726 (test_skip_handler): Remove prefix parameter.
13727 (skip_over_handler, breakpoint_to_handler)
13728 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13729 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13730 restart GDB. No need to delete breakpoints after the test.
13731 (top level): Use foreach to call the test procedures with
13732 different commands.
13733
13734 2014-10-28 Pedro Alves <palves@redhat.com>
13735
13736 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13737 instead of GNATS numbers.
13738 * gdb.base/sigbpt.exp: Likewise.
13739 * gdb.base/siginfo.exp: Likewise.
13740 * gdb.base/sigstep.exp: Likewise.
13741
13742 2014-10-27 Pedro Alves <palves@redhat.com>
13743
13744 * gdb.base/sigstep.c (dummy): New global.
13745 (main): Issue a couple writes to the new global.
13746 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13747 procedures.
13748 (skip_over_handler): Use test_skip_handler.
13749 (top level): Call skip_over_handler for stepi and nexti too.
13750 (breakpoint_over_handler): Use test_skip_handler.
13751 (top level): Call breakpoint_over_handler for stepi and nexti too.
13752
13753 2014-10-27 Yao Qi <yao@codesourcery.com>
13754
13755 * gdb.trace/tfile.c (adjust_function_address)
13756 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13757 function descriptor.
13758
13759 2014-10-24 Don Breazeal <donb@codesourcery.com>
13760
13761 * gdb.base/foll-fork.exp (test_follow_fork,
13762 catch_fork_child_follow): Check for updated fork messages emitted
13763 from infrun.c.
13764 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13765 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13766 vfork_and_exec_child_follow_through_step): Check for updated vfork
13767 messages emitted from infrun.c.
13768
13769 2014-10-24 Pedro Alves <palves@redhat.com>
13770
13771 * gdb.base/corefile.exp: Remove references to ultrix.
13772 * gdb.base/interrupt.exp: Likewise.
13773 * gdb.base/whatis.exp: Likewise.
13774 * gdb.gdb/selftest.exp: Likewise.
13775 * gdb.threads/manythreads.exp: Likewise.
13776 * gdb.threads/print-threads.exp: Likewise.
13777 * gdb.threads/pthreads.exp:: Likewise.
13778 * gdb.threads/schedlock.exp: Likewise.
13779
13780 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13781
13782 * gdb.cp/non-trivial-retval.cc: Add a test case.
13783 * gdb.cp/non-trivial-retval.exp: Add a test.
13784
13785 2014-10-20 Yao Qi <yao@codesourcery.com>
13786
13787 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13788 * gdb.python/py-objfile-script-gdb.py: New file.
13789 * gdb.python/py-objfile-script.exp: Update reference to
13790 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13791 of remote_download. Remove the dest file.
13792
13793 2014-10-20 Yao Qi <yao@codesourcery.com>
13794
13795 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13796 * gdb.base/step-line.exp: Likewise.
13797 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13798 * gdb.dwarf2/dw2-basic.exp: Likewise.
13799 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13800 * gdb.dwarf2/dw2-filename.exp: Likewise.
13801 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13802 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13803 * gdb.dwarf2/dw2-producer.exp: Likewise.
13804 * gdb.dwarf2/mac-fileno.exp: Likewise.
13805 * gdb.python/py-frame-args.exp: Likewise.
13806 * gdb.python/py-framefilter.exp: Likewise.
13807 * gdb.python/py-mi.exp: Likewise.
13808 * gdb.python/py-objfile-script.exp: Likewise
13809 * gdb.python/py-pp-integral.exp: Likewise.
13810 * gdb.python/py-pp-re-notag.exp: Likewise.
13811 * gdb.python/py-prettyprint.exp: Likewise.
13812 * gdb.python/py-section-script.exp: Likewise.
13813 * gdb.python/py-typeprint.exp: Likewise.
13814 * gdb.python/py-xmethods.exp: Likewise.
13815 * gdb.stabs/weird.exp: Likewise.
13816 * gdb.xml/tdesc-regs.exp: Likewise.
13817
13818 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13819
13820 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13821 (out_cu): Use addr_len for the size of addresses.
13822 (out_line): Likewise. Size DW_LNE_set_address instruction
13823 according to addr_len.
13824 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13825 (FUNC): Add START_INSNS to definition.
13826
13827 2014-10-18 Yao Qi <yao@codesourcery.com>
13828
13829 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13830 gdb_has_argv0 return true.
13831 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13832 check [target_info exists noargs], check [gdb_has_argv0]
13833 instead.
13834 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13835 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13836 procedures.
13837
13838 2014-10-17 Doug Evans <dje@google.com>
13839
13840 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13841 event.
13842 * gdb.python/py-events.py: Add clear_objfiles event.
13843
13844 2014-10-17 Doug Evans <dje@google.com>
13845
13846 * gdb.python/py-objfile.exp: Test progspace attribute.
13847
13848 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13849
13850 * gdb.guile/scm-breakpoint.exp: Do not assume any
13851 directory separators when matching source file paths.
13852 * gdb.python/py-breakpoint.exp: Likewise.
13853 * gdb.reverse/break-precsave.exp: Likewise.
13854 * gdb.reverse/break-reverse.exp: Likewise.
13855 * gdb.reverse/consecutive-precsave.exp: Likewise.
13856 * gdb.reverse/finish-precsave.exp: Likewise.
13857 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13858 * gdb.reverse/finish-reverse.exp: Likewise.
13859 * gdb.reverse/i386-precsave.exp: Likewise.
13860 * gdb.reverse/i387-env-reverse.exp: Likewise.
13861 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13862 * gdb.reverse/machinestate-precsave.exp: Likewise.
13863 * gdb.reverse/machinestate.exp: Likewise.
13864 * gdb.reverse/sigall-precsave.exp: Likewise.
13865 * gdb.reverse/solib-precsave.exp: Likewise.
13866 * gdb.reverse/step-precsave.exp: Likewise.
13867 * gdb.reverse/until-precsave.exp: Likewise.
13868 * gdb.reverse/watch-precsave.exp: Likewise.
13869 * gdb.reverse/watch-reverse.exp: Likewise.
13870
13871 2014-10-17 Yao Qi <yao@codesourcery.com>
13872
13873 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13874 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13875
13876 2014-10-17 Pedro Alves <palves@redhat.com>
13877
13878 PR gdb/17471
13879 * gdb.base/bg-execution-repeat.c: New file.
13880 * gdb.base/bg-execution-repeat.exp: New file.
13881
13882 2014-10-17 Pedro Alves <palves@redhat.com>
13883
13884 PR gdb/17300
13885 * gdb.base/continue-all-already-running.c: New file.
13886 * gdb.base/continue-all-already-running.exp: New file.
13887
13888 2014-10-17 Pedro Alves <palves@redhat.com>
13889
13890 PR gdb/17472
13891 * gdb.base/annota-input-while-running.c: New file.
13892 * gdb.base/annota-input-while-running.exp: New file.
13893
13894 2014-10-17 Pedro Alves <palves@redhat.com>
13895
13896 * gdb.base/callfuncs.exp: emove references to osf.
13897 * gdb.base/sigall.exp: Likewise.
13898 * gdb.gdb/selftest.exp: Likewise.
13899 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13900 * gdb.mi/non-stop.c: Likewise.
13901 * gdb.mi/pthreads.c: Likewise.
13902 * gdb.reverse/sigall-precsave.exp: Likewise.
13903 * gdb.reverse/sigall-reverse.exp: Likewise.
13904 * gdb.threads/pthreads.c: Likewise.
13905 * gdb.threads/pthreads.exp: Likewise.
13906
13907 2014-10-17 Yao Qi <yao@codesourcery.com>
13908
13909 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13910 check 'target_info exists noargs'.
13911 (test_command_prompt_position): Likewise.
13912 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13913 Remove "set args".
13914 (progvar_simple_while_test): Likewise.
13915 (progvar_complex_if_while_test): Likewise.
13916 (if_while_breakpoint_command_test): Likewise.
13917 (infrun_breakpoint_command_test): Likewise.
13918 (breakpoint_command_test): Likewise.
13919 (watchpoint_command_test): Likewise.
13920 (bp_deleted_in_command_test): Likewise.
13921 (temporary_breakpoint_commands): Likewise.
13922
13923 2014-10-16 Yao Qi <yao@codesourcery.com>
13924
13925 * gdb.base/remotetimeout.exp: Remove noargs checking.
13926
13927 2014-10-15 Pedro Alves <palves@redhat.com>
13928
13929 PR breakpoints/9649
13930 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13931 * gdb.base/breakpoint-in-ro-region.exp
13932 (probe_target_hardware_step): New procedure.
13933 (top level): Probe hardware stepping and hardware breakpoint
13934 support. Test stepping through a read-only region, with both
13935 "breakpoint auto-hw" on and off and both "always-inserted" on and
13936 off.
13937
13938 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13939
13940 * gdb.dlang/demangle.exp: Update for demangling changes.
13941
13942 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13943
13944 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13945 * gdb.cp/non-trivial-retval.exp: Add new tests.
13946
13947 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13948
13949 PR c++/13403
13950 PR c++/15154
13951 * gdb.cp/non-trivial-retval.cc: New file.
13952 * gdb.cp/non-trivial-retval.exp: New file.
13953
13954 2014-10-15 Yao Qi <yao@codesourcery.com>
13955
13956 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13957 remote host.
13958
13959 2014-10-15 Yao Qi <yao@codesourcery.com>
13960
13961 * gdb.python/py-symbol.exp: Match file base name if host is
13962 remote, otherwise match file name with dir name.
13963 * gdb.python/py-symtab.exp: Likewise.
13964 * gdb.python/python.exp: Likewise.
13965
13966 2014-10-15 Yao Qi <yao@codesourcery.com>
13967
13968 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13969 pattern.
13970 * gdb.python/py-symtab.exp: Likewise.
13971 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13972 locationn.
13973
13974 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13975
13976 * gdb.ada/addr_arith: New testcase.
13977
13978 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13979
13980 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13981 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13982 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13983 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13984
13985 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13986
13987 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13988 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13989 * gdb.arch/stap-eval-lang-ada.exp: New file.
13990
13991 2014-10-14 Yao Qi <yao@codesourcery.com>
13992
13993 * gdb.mi/mi-var-child.c (nothing1): New function.
13994 (nothing2): New function.
13995 (do_children_tests): Set function pointers by nothing1 and
13996 nothing2.
13997 * gdb.mi/mi-var-child.exp: Step over new added statements.
13998 Update test to match the new output.
13999 * gdb.mi/var-cmd.c (nothing1): New function.
14000 (nothing2): New function.
14001 (do_children_tests): Set function pointers by nothing1 and
14002 nothing2.
14003 * gdb.mi/mi-var-display.exp: Update test to match output.
14004 Step to the line specified by $line_dct_nothing.
14005 Increase the number of lines to step.
14006
14007 2014-10-14 Yao Qi <yao@codesourcery.com>
14008
14009 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14010 tests.
14011 * gdb.mi/mi2-var-child.exp: Likewise.
14012
14013 2014-10-13 Doug Evans <dje@google.com>
14014
14015 * gdb.python/py-objfile.exp: Change name of file name test.
14016
14017 2014-10-13 Doug Evans <dje@google.com>
14018
14019 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14020 from the start of the CU.
14021
14022 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14023 Yao Qi <yao@codesourcery.com>
14024
14025 Fix "save breakpoints" for "catch" command.
14026 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14027 Remove -nonewline. Match also the added "main" line.
14028
14029 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14030
14031 Fix "save breakpoints" for "disable $bpnum" command.
14032 * gdb.base/save-bp.c (main): Add label.
14033 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14034
14035 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14036
14037 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14038
14039 2014-10-11 Yao Qi <yao@codesourcery.com>
14040
14041 * gdb.server/server-kill.exp: Execute command
14042 "set remote trace-status-packet on" before "tstatus".
14043
14044 2014-10-11 Yao Qi <yao@codesourcery.com>
14045
14046 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14047 (main): Call getppid.
14048 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14049 and continue to it. Read variable "server_pid".
14050
14051 2014-10-11 Yao Qi <yao@codesourcery.com>
14052
14053 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14054
14055 2014-10-11 Yao Qi <yao@codesourcery.com>
14056
14057 * gdb.threads/thread-find.exp: Don't execute command
14058 "info threads".
14059 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14060 * gdb.threads/linux-dp.exp: Don't check the condition
14061 $threads_created equals to zero.
14062
14063 2014-10-10 Pedro Alves <palves@redhat.com>
14064
14065 * gdb.base/bigcore.exp: Remove references to IRIX.
14066 * gdb.base/funcargs.exp: Likewise.
14067 * gdb.base/interrupt.exp: Likewise.
14068 * gdb.base/mips_pro.exp: Likewise.
14069 * gdb.base/nodebug.exp: Likewise.
14070 * gdb.base/setvar.exp: Likewise.
14071 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14072
14073 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14074 Pedro Alves <palves@redhat.com>
14075
14076 PR symtab/14466
14077 * gdb.base/vdso-warning.c: New file.
14078 * gdb.base/vdso-warning.exp: New file.
14079
14080 2014-10-02 Doug Evans <dje@google.com>
14081
14082 * gdb.base/structs.c (main): Don't run forever.
14083
14084 2014-10-02 Pedro Alves <palves@redhat.com>
14085
14086 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14087 (top level) <stop threads 1, stop threads 2>: Use it.
14088
14089 2014-10-02 Pedro Alves <palves@redhat.com>
14090
14091 * gdb.threads/break-while-running.exp (test): Add new
14092 'update_thread_list' argument. Skip "info threads" if false.
14093 (top level): Add new 'update_thread_list' axis.
14094
14095 2014-10-02 Pedro Alves <palves@redhat.com>
14096
14097 PR breakpoints/17431
14098 * gdb.base/execl-update-breakpoints.c: New file.
14099 * gdb.base/execl-update-breakpoints.exp: New file.
14100
14101 2014-10-01 Pedro Alves <palves@redhat.com>
14102
14103 * gdb.base/breakpoint-in-ro-region.c: New file.
14104 * gdb.base/breakpoint-in-ro-region.exp: New file.
14105
14106 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14107
14108 * gdb.mi/mi-exit-code.exp: New file.
14109 * gdb.mi/mi-exit-code.c: New file.
14110
14111 2014-09-30 Yao Qi <yao@codesourcery.com>
14112
14113 * lib/prelink-support.exp (build_executable_own_libs): Error if
14114 the target isn't native.
14115
14116 2014-09-30 Yao Qi <yao@codesourcery.com>
14117
14118 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14119 false.
14120
14121 2014-09-22 Pedro Alves <palves@redhat.com>
14122
14123 * gdb.threads/break-while-running.exp: New file.
14124 * gdb.threads/break-while-running.c: New file.
14125
14126 2014-09-19 Yao Qi <yao@codesourcery.com>
14127
14128 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14129 Invoke test. Restart GDB with --readnow and invoke test again.
14130
14131 2014-09-19 Yao Qi <yao@codesourcery.com>
14132
14133 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14134 proc set_breakpoint_on_gcd_function. Invoke
14135 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14136 invoke set_breakpoint_on_gcd_function again.
14137
14138 2014-09-18 Doug Evans <dje@google.com>
14139
14140 * gdb.dwarf2/symtab-producer.exp: New file.
14141
14142 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14143
14144 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14145 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14146 * gdb.base/global-var-nested-by-dso.c: Likewise.
14147 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14148
14149 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14150 Pedro Alves <palves@redhat.com>
14151
14152 * gdb.base/watch-bitfields.exp: Pass string other than test file
14153 name to prepare_for_testing.
14154 (watch): New procedure.
14155 (expect_watchpoint): Use with_test_prefix.
14156 (top level): Factor out tests to ...
14157 (test_watch_location, test_regular_watch): ... these new
14158 procedures, and use with_test_prefix and gdb_continue_to_end.
14159
14160 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14161
14162 PR breakpoints/12526
14163 * gdb.base/watch-bitfields.exp: New file.
14164 * gdb.base/watch-bitfields.c: New file.
14165
14166 2014-09-16 Pedro Alves <palves@redhat.com>
14167
14168 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14169 software and hardware addresses, not software address against
14170 itself.
14171
14172 2014-09-16 Pedro Alves <palves@redhat.com>
14173
14174 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14175 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14176
14177 2014-09-16 Pedro Alves <palves@redhat.com>
14178
14179 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14180 files.
14181 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14182 "*-*-vxworks*" throughout.
14183 * gdb.base/break.exp: Likewise.
14184 * gdb.base/default.exp: Likewise.
14185 * gdb.base/scope.exp: Likewise.
14186 * gdb.base/sepdebug.exp: Likewise.
14187 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14188 throughout.
14189 * gdb.base/run.c: Likewise.
14190 * gdb.base/sepdebug.c: Likewise.
14191 * gdb.hp/gdb.aCC/run.c: Likewise.
14192 * gdb.reverse/until-reverse.c: Likewise.
14193 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14194
14195 2014-09-16 Yao Qi <yao@codesourcery.com>
14196
14197 * boards/local-remote-host-native.exp: New file.
14198
14199 2014-09-14 Doug Evans <xdje42@gmail.com>
14200
14201 * gdb.threads/queue-signal.c (thread_count): New variable.
14202 (thread_count_mutex, thread_count_condvar): New variables.
14203 (incr_thread_count, wait_all_threads_running): New functions.
14204 (main): Wait for all threads to be in their thread functions.
14205
14206 2014-09-13 Doug Evans <xdje42@gmail.com>
14207
14208 * gdb.threads/queue-signal.c: New file.
14209 * gdb.threads/queue-signal.exp: New file.
14210
14211 2014-09-13 Doug Evans <xdje42@gmail.com>
14212
14213 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14214 be consistent with what default_gdb_init uses.
14215 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14216 the plain text of the prompt. Add some logging printfs.
14217 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14218
14219 2014-09-12 Pedro Alves <palves@redhat.com>
14220
14221 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14222 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14223 * gdb.arch/i386-size-overlap.exp: Likewise.
14224 * gdb.arch/i386-size.exp: Likewise.
14225 * gdb.arch/i386-unwind.exp: Likewise.
14226 * gdb.base/a2-run.exp: Likewise.
14227 * gdb.base/break.exp: Likewise.
14228 * gdb.base/charset.exp: Likewise.
14229 * gdb.base/chng-syms.exp: Likewise.
14230 * gdb.base/commands.exp: Likewise.
14231 * gdb.base/dbx.exp: Likewise.
14232 * gdb.base/find.exp: Likewise.
14233 * gdb.base/funcargs.exp: Likewise.
14234 * gdb.base/jit-simple.exp: Likewise.
14235 * gdb.base/reread.exp: Likewise.
14236 * gdb.base/sepdebug.exp: Likewise.
14237 * gdb.base/step-bt.exp: Likewise.
14238 * gdb.cp/mb-inline.exp: Likewise.
14239 * gdb.cp/mb-templates.exp: Likewise.
14240 * gdb.objc/basicclass.exp: Likewise.
14241 * gdb.threads/killed.exp: Likewise.
14242
14243 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14244
14245 PR tdep/17379
14246 * gdb.arch/powerpc-stackless.S: New file.
14247 * gdb.arch/powerpc-stackless.exp: New file.
14248
14249 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14250
14251 * gdb.base/attach.c: Include unistd.h.
14252 (main): Call alarm. Add label postloop.
14253 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14254 gdb_breakpoint, gdb_continue_to_breakpoint.
14255 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14256
14257 2014-09-11 Pedro Alves <palves@redhat.com>
14258
14259 PR gdb/17347
14260 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14261 * gdb.base/attach.exp (test_command_line_attach_run): New
14262 procedure.
14263 (top level): Call it.
14264
14265 2014-09-11 Pedro Alves <palves@redhat.com>
14266
14267 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14268 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14269 (do_command_attach_tests): Use spawn_wait_for_attach.
14270 * gdb.base/solib-overlap.exp: Likewise.
14271 * gdb.multi/multi-attach.exp: Likewise.
14272 * gdb.python/py-prompt.exp: Likewise.
14273 * gdb.python/py-sync-interp.exp: Likewise.
14274 * gdb.server/ext-attach.exp: Likewise.
14275
14276 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14277
14278 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14279 command in testcase. Simplify testcase.
14280
14281 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14282
14283 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14284
14285 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14286
14287 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14288
14289 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14290
14291 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14292
14293 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14294
14295 * gdb.dwarf2/dynarr-ptr.c: New file.
14296 * gdb.dwarf2/dynarr-ptr.exp: New file.
14297
14298 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14299
14300 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14301 of 30 rather than hardcoding 120 for a slow test case. Take the
14302 `gdb,timeout' target setting into account for this calculation.
14303 Don't extend the timeout for the test cases that don't need it.
14304
14305 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14306
14307 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14308 a factor of 2 for a slow test case. Take the `gdb,timeout'
14309 target setting into account for this calculation.
14310 * gdb.reverse/until-precsave.exp: Increase the timeout by
14311 a factor of 15 and 3 respectively rather than adding 120
14312 for a pair of slow test cases. Take the `gdb,timeout'
14313 target setting into account for this calculation.
14314
14315 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14316
14317 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14318 timeout, don't pass one down to gdb_expect.
14319 (gdb_expect): Rework timeout selection.
14320
14321 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14322
14323 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14324 exception on timeout.
14325 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14326 (gdbserver_start_extended): Catch any `gdbserver_start' error
14327 exceptions.
14328 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14329 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14330 `gdbserver_gdb_load' error exceptions.
14331
14332 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14333
14334 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14335 120 on waiting for the TCP socket to open.
14336
14337 2014-09-09 Doug Evans <xdje42@gmail.com>
14338
14339 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14340 _caller_matches, _any_caller_is, _any_caller_matches.
14341
14342 2014-09-09 Doug Evans <xdje42@gmail.com>
14343
14344 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14345
14346 2014-09-09 Yao Qi <yao@codesourcery.com>
14347
14348 * gdb.mi/mi-var-display.exp: Set print symbol off.
14349
14350 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14351
14352 PR gdb/17035
14353 * gdb.base/commands.exp: Add tests to verify user-defined
14354 commands with empty bodies.
14355 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14356 python commands in `show user command`.
14357 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14358 scheme commands in `show user command`.
14359
14360 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14361
14362 PR python/17355
14363 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14364 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14365 * gdb.python/py-framefilter-invalidarg.exp: New file.
14366 * gdb.python/py-framefilter-invalidarg.py: New file.
14367
14368 2014-09-06 Doug Evans <xdje42@gmail.com>
14369
14370 PR 15276
14371 * gdb.python/py-caller-is.c: New file.
14372 * gdb.python/py-caller-is.exp: New file.
14373
14374 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14375
14376 PR gdb/17235
14377 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14378 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14379
14380 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14381
14382 PR fortran/17237
14383 * gdb.fortran/print-formatted.exp: New file.
14384 * gdb.fortran/print-formatted.f90: Likewise.
14385
14386 2014-09-03 Sasha Smundak <asmundak@google.com>
14387
14388 * gdb.python/py-frame.exp: Test Frame.read_register.
14389
14390 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14391
14392 PR python/16699
14393 * gdb.python/py-completion.exp: New file.
14394 * gdb.python/py-completion.py: Likewise.
14395
14396 2014-08-28 Doug Evans <dje@google.com>
14397
14398 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14399 eax,etc. are live with values set by gdb and thus the compiler can't
14400 use them.
14401 * gdb.arch/i386-pseudo.c (main): Ditto.
14402
14403 2014-08-27 Doug Evans <dje@google.com>
14404
14405 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14406
14407 2014-08-25 Doug Evans <dje@google.com>
14408
14409 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14410 (main): Ditto.
14411
14412 2014-08-25 Doug Evans <dje@google.com>
14413
14414 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14415
14416 2014-08-24 Yao Qi <yao@codesourcery.com>
14417
14418 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14419 symbol off.
14420 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14421
14422 2014-08-22 Doug Evans <dje@google.com>
14423
14424 PR 17276
14425 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14426 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14427 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14428
14429 2014-08-22 Yao Qi <yao@codesourcery.com>
14430
14431 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14432 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14433 * gdb.python/python.exp: Likewise. Use .py file on the host
14434 instead of the build.
14435
14436 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14437
14438 * gdb.threads/gcore-stale-thread.c: New file.
14439 * gdb.threads/gcore-stale-thread.exp: New file.
14440
14441 2014-08-21 Pedro Alves <palves@redhat.com>
14442
14443 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14444 * gdb.base/gcore-relro-pie.exp: Likewise.
14445 * gdb.base/gcore-relro.exp: Likewise.
14446 * gdb.base/gcore.exp: Likewise.
14447 * gdb.base/print-symbol-loading.exp: Likewise.
14448 * gdb.threads/gcore-thread.exp: Likewise.
14449 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14450
14451 2014-08-20 Pedro Alves <palves@redhat.com>
14452 Jan Kratochvil <jan.kratochvil@redhat.com>
14453
14454 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14455 configure.
14456 (EXPECT): Handle READ1 being set.
14457 (all): Depend on EXTRA_RULES.
14458 (check-read1, expect-read1, read1.so, read1): New rules.
14459 * README (Testsuite Parameters): Document the READ1 make variable.
14460 (Race detection): New section.
14461 * configure: Regenerate.
14462 * configure.ac: If build==host==target, and running under a
14463 GNU/glibc system, add read1 to the extra Makefile rules.
14464 (EXTRA_RULES): AC_SUBST it.
14465 * lib/read1.c: New file.
14466
14467 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14468
14469 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14470 the handling of variables declared as a typedef to an array
14471 which a DW_AT_data_location attribute.
14472
14473 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14474 Pedro Alves <palves@redhat.com>
14475
14476 PR symtab/14604
14477 PR symtab/14605
14478 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14479 gdb_test.
14480
14481 2014-08-19 Pedro Alves <palves@redhat.com>
14482
14483 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14484
14485 2014-08-19 Yao Qi <yao@codesourcery.com>
14486
14487 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14488 right line.
14489
14490 2014-08-18 David Blaikie <dblaikie@gmail.com>
14491
14492 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14493
14494 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14495
14496 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14497 attribute in array range.
14498
14499 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14500
14501 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14502
14503 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14504
14505 PR c++/17132
14506 * gdb.cp/pr17132.cc: New file.
14507 * gdb.cp/pr17132.exp: New file.
14508
14509 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14510
14511 * gdb.python/py-xmethods.py (A_getarrayind)
14512 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14513 Use 'print' with function call syntax.
14514 (E_method_matcher.match): Fix tab vs space indentation mixup.
14515
14516 2014-08-15 Yao Qi <yao@codesourcery.com>
14517
14518 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14519 false.
14520
14521 2014-08-15 Yao Qi <yao@codesourcery.com>
14522
14523 * gdb.cp/casts.exp: Set print symbol off.
14524 * gdb.cp/class2.exp: Likewise.
14525 * gdb.cp/overload.exp: Likewise.
14526 * gdb.cp/templates.exp: Likewise.
14527
14528 2014-08-11 Doug Evans <dje@google.com>
14529
14530 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14531 (test_load_shlib): Update.
14532
14533 2014-08-09 Yao Qi <yao@codesourcery.com>
14534
14535 * gdb.base/display.exp: Invoke is_address_zero_readable.
14536 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14537 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14538 * gdb.base/hbreak-unmapped.exp: Return if
14539 is_address_zero_readable returns true.
14540 * gdb.base/signest.exp: Likewise.
14541 * gdb.base/signull.exp: Likewise.
14542 * gdb.base/sigbpt.exp: Likewise.
14543 * gdb.guile/scm-disasm.exp: Do the test if
14544 is_address_zero_readable returns false.
14545 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14546 * gdb.python/py-arch.exp: Likewise.
14547 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14548 * lib/gdb.exp (is_address_zero_readable): New proc.
14549
14550 2014-08-09 Yao Qi <yao@codesourcery.com>
14551
14552 PR testsuite/13443
14553 * gdb.mi/mi-var-display.exp: Make test messages unique.
14554
14555 2014-08-04 Tom Tromey <tromey@redhat.com>
14556
14557 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14558 target 0".
14559
14560 2014-08-04 Tom Tromey <tromey@redhat.com>
14561
14562 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14563 "target_resume".
14564
14565 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14566
14567 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14568 inner_vla_struct_object_size.
14569 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14570 as xfail.
14571
14572 2014-07-30 Pedro Alves <palves@redhat.com>
14573
14574 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14575 comment.
14576
14577 2014-07-29 Yao Qi <yao@codesourcery.com>
14578
14579 PR gdb/17206
14580 * gdb.base/until-nodebug.exp: New.
14581
14582 2014-07-28 Doug Evans <xdje42@gmail.com>
14583
14584 PR guile/17203
14585 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14586 previously existing parameter, and previously ambiguously spelled
14587 parameter.
14588
14589 2014-07-28 Will Newton <will.newton@linaro.org>
14590
14591 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14592
14593 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14594 Doug Evans <xdje42@gmail.com>
14595
14596 PR guile/17146
14597 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14598
14599 2014-07-25 Pedro Alves <palves@redhat.com>
14600
14601 * gdb.threads/signal-command-handle-nopass.c: New file.
14602 * gdb.threads/signal-command-handle-nopass.exp: New file.
14603 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14604 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14605 * gdb.threads/signal-delivered-right-thread.c: New file.
14606 * gdb.threads/signal-delivered-right-thread.exp: New file.
14607
14608 2014-07-25 Pedro Alves <palves@redhat.com>
14609
14610 * gdb.base/double-prompt-target-event-error.exp
14611 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14612 match.
14613 (cancel_pagination_in_target_event): Rework double prompt
14614 detection.
14615 * gdb.base/paginate-after-ctrl-c-running.exp
14616 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14617 <return>' match.
14618 * gdb.base/paginate-bg-execution.exp
14619 (test_bg_execution_pagination_return)
14620 (test_bg_execution_pagination_cancel): Remove '-notransfer
14621 <return>' matches.
14622 * gdb.base/paginate-execution-startup.exp
14623 (test_fg_execution_pagination_return)
14624 (test_fg_execution_pagination_cancel): Remove '-notransfer
14625 <return>' matches.
14626 * gdb.base/paginate-inferior-exit.exp
14627 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14628 match.
14629 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14630 * lib/gdb.exp (pagination_prompt): Run text through
14631 string_to_regexp.
14632 (gdb_test_multiple): Match $pagination_prompt instead of
14633 "<return>".
14634 (string_to_regexp): Move to lib/gdb-utils.exp.
14635
14636 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14637
14638 * gdb.arch/amd64-entry-value-paramref.S: New file.
14639 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14640 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14641 * gdb.arch/amd64-optimout-repeat.S: New file.
14642 * gdb.arch/amd64-optimout-repeat.c: New file.
14643 * gdb.arch/amd64-optimout-repeat.exp: New file.
14644
14645 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14646
14647 PR gdb/17170
14648 * gdb.base/statistics.exp: New file.
14649
14650 2014-07-17 Doug Evans <dje@google.com>
14651
14652 PR gdb/17170
14653 * gdb.base/maint.exp: Update testing of per-command stats.
14654
14655 2014-07-16 Pedro Alves <palves@redhat.com>
14656
14657 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14658 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14659 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14660 (tfile_write_buf): New functions.
14661 (add_memory_block): Rewrite using the above.
14662 (adjust_function_address): New function.
14663 (FUNCTION_ADDRESS): New macro.
14664 (write_basic_trace_file): Remove short_x local, and use
14665 tfile_write_16. Change type of func_addr local to unsigned long
14666 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14667 here. Cast argument of add_memory_block to char pointer.
14668 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14669 (main): Remove parameters.
14670 * gdb.trace/tfile.exp: Remove nowarnings.
14671
14672 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14673
14674 * gdb.base/debug-expr.exp: Test string evaluation with
14675 "debug expression" on.
14676
14677 2014-07-15 Pedro Alves <palves@redhat.com>
14678
14679 * gdb.base/reread.exp: Use clean_restart.
14680
14681 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14682
14683 * gdb.arch/avr-flash-qualifer.c: New.
14684 * gdb.arch/avr-flash-qualifer.exp: New.
14685
14686 2014-07-14 Pedro Alves <palves@redhat.com>
14687
14688 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14689 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14690
14691 2014-07-14 Pedro Alves <palves@redhat.com>
14692
14693 * gdb.base/double-prompt-target-event-error.c: New file.
14694 * gdb.base/double-prompt-target-event-error.exp: New file.
14695
14696 2014-07-14 Pedro Alves <palves@redhat.com>
14697
14698 PR gdb/17072
14699 * gdb.base/paginate-inferior-exit.c: New file.
14700 * gdb.base/paginate-inferior-exit.exp: New file.
14701
14702 2014-07-14 Pedro Alves <palves@redhat.com>
14703
14704 PR gdb/17072
14705 * gdb.base/paginate-bg-execution.c: New file.
14706 * gdb.base/paginate-bg-execution.exp: New file.
14707
14708 2014-07-14 Pedro Alves <palves@redhat.com>
14709
14710 PR gdb/17072
14711 * gdb.base/paginate-execution-startup.c: New file.
14712 * gdb.base/paginate-execution-startup.exp: New file.
14713 * lib/gdb.exp (pagination_prompt): New global.
14714 (default_gdb_spawn): New procedure, factored out from
14715 default_gdb_spawn.
14716 (default_gdb_start): Adjust to call default_gdb_spawn.
14717 (gdb_spawn): New procedure.
14718
14719 2014-07-14 Pedro Alves <palves@redhat.com>
14720
14721 * lib/gdb.exp (gdb_assert): New procedure.
14722 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14723
14724 2014-07-14 Pedro Alves <palves@redhat.com>
14725
14726 * gdb.base/execution-termios.c: New file.
14727 * gdb.base/execution-termios.exp: New file.
14728
14729 2014-07-14 Tom Tromey <tromey@redhat.com>
14730
14731 * gdb.cp/vla-cxx.cc: New file.
14732 * gdb.cp/vla-cxx.exp: New file.
14733
14734 2014-07-14 Tom Tromey <tromey@redhat.com>
14735
14736 * gdb.reverse/rerun-prec.c: New file.
14737 * gdb.reverse/rerun-prec.exp: New file.
14738
14739 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14740 Maciej W. Rozycki <macro@codesourcery.com>
14741
14742 * lib/gdb-utils.exp: New file.
14743 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14744 inline `gdb_init_command' processing.
14745 (gdb_start_cmd): Likewise.
14746 * lib/mi-support.exp (mi_run_cmd): Likewise.
14747 * README: Document `gdb_init_command' and `gdb_init_commands'.
14748
14749 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14750
14751 Fix false FAIL running under a very long directory name.
14752 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14753 and "set print elements 10000". Twice.
14754
14755 2014-07-11 Yao Qi <yao@codesourcery.com>
14756
14757 * gdb.base/exprs.exp: "set print symbol off".
14758
14759 2014-07-11 Pedro Alves <palves@redhat.com>
14760
14761 * gdb.threads/kill.c: New file.
14762 * gdb.threads/kill.exp: New file.
14763
14764 2014-07-10 Yao Qi <yao@codesourcery.com>
14765
14766 * gdb.trace/tfile.c (write_basic_trace_file)
14767 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14768 address written to trace file.
14769
14770 2014-07-09 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.base/attach-wait-input.exp: New file.
14773 * gdb.base/attach-wait-input.c: New file.
14774
14775 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14776
14777 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14778 setting up test structures.
14779 (main): Call new test function.
14780 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14781 test function, continue into test function and walk test
14782 structures.
14783
14784 2014-07-02 Yao Qi <yao@codesourcery.com>
14785
14786 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14787 'bar_start' at the beginning of functions 'foo' and 'bar'
14788 respectively.
14789 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14790 instead of 'foo' and 'bar'.
14791
14792 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14793
14794 * gdb.btrace/segv.exp: New.
14795 * gdb.btrace/segv.c: New.
14796
14797 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14798
14799 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14800 instruction.
14801
14802 2014-06-30 Mark Wielaard <mjw@redhat.com>
14803
14804 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14805 vulture, vilify, villar): New volatile array constants.
14806 (vindictive, vegetation): New const volatile array constants.
14807 * gdb.base/volatile.exp: Test volatile and const volatile array
14808 types.
14809
14810 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14811
14812 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14813 target lacks support for awatch, rwatch, or hbreak.
14814
14815 2014-06-27 Yao Qi <yao@codesourcery.com>
14816
14817 * gdb.multi/dummy-frame-restore.exp: New.
14818 * gdb.multi/dummy-frame-restore.c: New.
14819
14820 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14821
14822 * gdb.btrace/gcore.exp: New.
14823
14824 2014-06-23 Pedro Alves <palves@redhat.com>
14825
14826 * gdb.base/watchpoint-reuse-slot.c: New file.
14827 * gdb.base/watchpoint-reuse-slot.exp: New file.
14828
14829 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14830
14831 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14832 progspace's filename in 'info', 'enable' and 'disable' command
14833 tests.
14834
14835 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14836
14837 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14838 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14839 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14840
14841 2014-06-20 Gary Benson <gbenson@redhat.com>
14842
14843 * gdb.arch/i386-avx.exp: Fix include file location.
14844 * gdb.arch/i386-sse.exp: Likewise.
14845
14846 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14847
14848 * gdb.dlang/expression.exp: New file.
14849
14850 2014-06-19 Pedro Alves <palves@redhat.com>
14851
14852 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14853 out from ...
14854 (top level): ... here. Iterate running tests under different
14855 scheduler-locking settings.
14856
14857 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14858
14859 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14860 to DW_FORM_addr and use non-zero addresses.
14861
14862 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14863
14864 PR gdb/17017
14865 * gdb.python/py-xmethods.cc: Add global function call counters and
14866 increment them in their respective functions. Remove "cout"
14867 statements.
14868 * gdb.python/py-xmethods.exp: Make tests check the global function
14869 call counters instead of depending on inferior IO.
14870
14871 2014-06-18 Don Breazeal <donb@codesourcery.com>
14872
14873 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14874 Deleted procedure.
14875 (explicit_fork_parent_follow): Deleted procedure.
14876 (explicit_fork_child_follow): Deleted procedure.
14877 (test_follow_fork): New procedure.
14878 (do_fork_tests): Replace calls to deleted procedures with
14879 calls to test_follow_fork and reset GDB for subsequent
14880 procedure calls.
14881
14882 2014-06-17 Yao Qi <yao@codesourcery.com>
14883
14884 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14885 CP1252.
14886
14887 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14888
14889 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14890 Initialize ptr and S explicitly.
14891 (skip_type_update_when_not_use_rtti_test): Likewise.
14892
14893 2014-06-16 Keith Seitz <keiths@redhat.com>
14894
14895 PR mi/15863
14896 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14897 the inferior is started.
14898
14899 2014-06-16 Pedro Alves <palves@redhat.com>
14900
14901 * gdb.base/break-main-file-remove-fail.c: New file.
14902 * gdb.base/break-main-file-remove-fail.exp: New file.
14903 * gdb.base/break-unload-file.exp: Use build_executable instead of
14904 prepare_for_testing.
14905 (test_break): New parameter "initial_load". Handle it.
14906 (top level): Add initial_load cmdline/file axis.
14907
14908 2014-06-12 Tom Tromey <tromey@redhat.com>
14909
14910 * gdb.base/completion.exp: Don't use directory name in test.
14911
14912 2014-06-09 Gary Benson <gbenson@redhat.com>
14913
14914 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14915 separate the always-available ANSI-standard signals from the
14916 signals that require checking.
14917 (main): Likewise.
14918 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14919 Likewise.
14920 (main): Likewise.
14921
14922 2014-06-07 Keith Seitz <keiths@redhat.com>
14923
14924 Revert:
14925 PR c++/16253
14926 * gdb.cp/var-tag.cc: New file.
14927 * gdb.cp/var-tag.exp: New file.
14928 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14929 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14930 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14931 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14932
14933 2014-06-06 Doug Evans <xdje42@gmail.com>
14934
14935 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14936
14937 2014-06-06 Pedro Alves <palves@redhat.com>
14938
14939 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14940 in target debug output instead of looking at RSP packets,
14941 disabling the test on any target that uses hardware stepping.
14942 Update comments.
14943
14944 2014-06-06 Pedro Alves <palves@redhat.com>
14945
14946 * gdb.base/break-unload-file.exp: Fix typo.
14947
14948 2014-06-06 Yao Qi <yao@codesourcery.com>
14949
14950 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14951 from "jit_function" to "^jit_function".
14952
14953 2014-06-06 Yao Qi <yao@codesourcery.com>
14954
14955 * gdb.base/async.c (foo): Add one statement.
14956 * gdb.base/async.exp: Get the next instruction address and
14957 match the output of "nexti" by instruction address. Match
14958 the hex address in the output of "finish".
14959
14960 2014-06-06 Gary Benson <gbenson@redhat.com>
14961
14962 * gdb.base/call-signals.c: Remove preprocessor conditionals
14963 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14964 SIGSEGV and SIGTERM.
14965 * gdb.base/sigall.c: Likewise.
14966 * gdb.base/unwindonsignal.c: Likewise.
14967 * gdb.reverse/sigall-reverse.c: Likewise.
14968
14969 2014-06-06 Yao Qi <yao@codesourcery.com>
14970
14971 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14972 readable, skip the test.
14973
14974 2014-06-06 Yao Qi <yao@codesourcery.com>
14975
14976 * gdb.threads/staticthreads.c (thread_function): Move the line
14977 setting breakpoint on forward.
14978 * gdb.threads/staticthreads.exp: Update comments.
14979
14980 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14981
14982 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14983 "history-append! type error".
14984
14985 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14986
14987 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14988 erroneous dprintf expected input.
14989
14990 2014-06-04 Doug Evans <xdje42@gmail.com>
14991
14992 * gdb.guile/scm-generics.exp: Delete.
14993
14994 2014-06-04 Doug Evans <xdje42@gmail.com>
14995
14996 * gdb.guile/scm-breakpoint.exp: Update.
14997 Add tests for breakpoint registration.
14998
14999 2014-06-04 Tom Tromey <tromey@redhat.com>
15000
15001 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15002 VLA-in-union.
15003 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15004 inner_vla_struct, vla_union types. Initialize objects of those
15005 types and compute their sizes.
15006
15007 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15008 Hui Zhu <hui@codesourcery.com>
15009
15010 * gdb.base/fileio.exp: Add test for shell not available as well as
15011 available.
15012 * gdb.base/fileio.c (test_system): Check for shell twice.
15013
15014 2014-06-04 Yao Qi <yao@codesourcery.com>
15015
15016 * gdb.base/auto-connect-native-target.exp: Remove redundant
15017 space from the regexp pattern.
15018
15019 2014-06-04 Yao Qi <yao@codesourcery.com>
15020
15021 * gdb.base/default.exp: Replace "child" with "native" in
15022 regexp pattern.
15023
15024 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15025
15026 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15027 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15028 * gdb.python/py-xmethods.py: Python script supporting the
15029 new testcase and tests.
15030
15031 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15032 Pedro Alves <palves@redhat.com>
15033
15034 PR breakpoints/17000
15035 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15036 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15037
15038 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15039
15040 * gdb.base/subst.exp: Add tests to verify partial path matching
15041 output.
15042
15043 2014-06-03 Pedro Alves <palves@redhat.com>
15044
15045 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15046 target that doesn't use software single-stepping.
15047
15048 2014-06-03 Pedro Alves <palves@redhat.com>
15049
15050 PR breakpoints/17000
15051 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15052 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15053
15054 2014-06-02 Doug Evans <xdje42@gmail.com>
15055
15056 * gdb.guile/scm-parameter.exp: New file.
15057
15058 2014-06-02 Doug Evans <xdje42@gmail.com>
15059
15060 * gdb.guile/scm-cmd.c: New file.
15061 * gdb.guile/scm-cmd.exp: New file.
15062
15063 2014-06-02 Doug Evans <xdje42@gmail.com>
15064
15065 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15066 pretty-printer lookup.
15067 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15068 (make-pp_s-printer): Call it.
15069 (make-pretty-printer-from-dict): New function.
15070 (lookup-pretty-printer-maker-from-dict): New function.
15071 (*pretty-printer*): Simplify.
15072 (make-objfile-pp_s-printer): New function.
15073 (install-objfile-pretty-printers!): New function.
15074 (make-progspace-pp_s-printer): New function.
15075 (install-progspace-pretty-printers!): New function.
15076 * gdb.guile/scm-progspace.c: New file.
15077 * gdb.guile/scm-progspace.exp: New file.
15078
15079 2014-06-02 Pedro Alves <palves@redhat.com>
15080
15081 * gdb.base/dprintf-bp-same-addr.c: New file.
15082 * gdb.base/dprintf-bp-same-addr.exp: New file.
15083
15084 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15085
15086 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15087 * gdb.arch/powerpc-power.s: Likewise.
15088
15089 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15090
15091 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15092
15093 2014-06-01 Yao Qi <yao@codesourcery.com>
15094
15095 * gdb.base/watchpoint.exp (test_watch_location): Check null
15096 pointer can be dereferenced. If not, do the test, otherwise
15097 skip it.
15098
15099 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15100
15101 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15102 results.
15103 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15104
15105 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15106
15107 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15108 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15109 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15110 * gdb.arch/amd64-invalid-stack-top.c: New file.
15111 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15112
15113 2014-05-30 Pedro Alves <palves@redhat.com>
15114
15115 PR breakpoints/17000
15116 * gdb.base/sss-bp-on-user-bp.c: New file.
15117 * gdb.base/sss-bp-on-user-bp.exp: New file.
15118
15119 2014-05-30 David Blaikie <dblaikie@gmail.com>
15120
15121 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15122 gnu_inline semantics via attribute.
15123 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15124 source explicitly specifies the required semantics.
15125
15126 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15127
15128 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15129
15130 2014-05-29 Pedro Alves <palves@redhat.com>
15131 Tom Tromey <tromey@redhat.com>
15132
15133 * gdb.base/async-shell.exp: Don't enable target-async.
15134 * gdb.base/async.exp
15135 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15136 parameter. Adjust.
15137 (top level): Don't test with "target-async".
15138 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15139 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15140 * gdb.base/inferior-died.exp: Don't enable target-async.
15141 * gdb.base/interrupt-noterm.exp: Likewise.
15142 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15143 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15144 * gdb.mi/mi-nonstop.exp: Likewise.
15145 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15146 * gdb.mi/mi-nsintrall.exp: Likewise.
15147 * gdb.mi/mi-nsmoribund.exp: Likewise.
15148 * gdb.mi/mi-nsthrexec.exp: Likewise.
15149 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15150 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15151 * gdb.python/py-evsignal.exp: Don't enable target-async.
15152 * gdb.python/py-evthreads.exp: Likewise.
15153 * gdb.python/py-prompt.exp: Likewise.
15154 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15155 * gdb.server/solib-list.exp: Don't enable target-async.
15156 * gdb.threads/thread-specific-bp.exp: Likewise.
15157 * lib/mi-support.exp: Adjust to use mi-async.
15158
15159 2014-05-29 Pedro Alves <palves@redhat.com>
15160
15161 PR gdb/13860
15162 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15163 reason, even in sync mode.
15164
15165 2014-05-29 Pedro Alves <palves@redhat.com>
15166 Hui Zhu <hui@codesourcery.com>
15167
15168 PR PR15693
15169 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15170 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15171 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15172 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15173
15174 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15175
15176 * config/monitor.exp (gdb_target_monitor): Replace use of
15177 "set remotebaud" by "set serial baud".
15178
15179 2014-05-26 Andy Wingo <wingo@igalia.com>
15180
15181 * gdb.guile/scm-breakpoint.exp:
15182 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15183 properties instead of gdb-object-properties.
15184
15185 2014-05-26 Yao Qi <yao@codesourcery.com>
15186
15187 * gdb.server/no-thread-db.exp: Specify source file name
15188 explicitly when setting a breakpoint.
15189
15190 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15191
15192 * gdb.btrace/vdso.c: New.
15193 * gdb.btrace/vdso.exp: New.
15194
15195 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15196
15197 * gdb.base/gcore.exp (capture_command_output): Move ...
15198 * lib/gdb.exp (capture_command_output): ... here.
15199
15200 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15201
15202 * gdb.btrace/data.exp: Test memory access during btrace replay.
15203
15204 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15205
15206 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15207
15208 2014-05-21 Pedro Alves <palves@redhat.com>
15209
15210 PR gdb/13860
15211 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15212 (top level): Test that output related to execution commands is
15213 sent to the console with CLI commands, but not with MI commands.
15214 Test that breakpoint events are always mirrored to the console.
15215 Also expect the new source line to be output after a "next" in
15216 async mode too. Make it a pass/fail test.
15217 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15218 output.
15219 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15220
15221 2014-05-21 Pedro Alves <palves@redhat.com>
15222
15223 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15224 Use them to test variations of "list" after reaching a breakpoint.
15225 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15226 Test "list" with listsize 10 after reaching a breakpoint.
15227 * gdb.python/python.exp (decode_line current location line
15228 number): Adjust expected line number.
15229
15230 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15231
15232 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15233 behavior for $args, pass it directly to "run".
15234
15235 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15236
15237 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15238 30000 to 65536.
15239
15240 2014-05-21 Pedro Alves <palves@redhat.com>
15241
15242 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15243 auto-connect-native-target off".
15244 * gdb.base/auto-connect-native-target.c: New file.
15245 * gdb.base/auto-connect-native-target.exp: New file.
15246
15247 2014-05-21 Pedro Alves <palves@redhat.com>
15248
15249 * gdb.base/default.exp: Test "target native" instead of "target
15250 child".
15251
15252 2014-05-21 Mark Wielaard <mjw@redhat.com>
15253
15254 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15255
15256 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15257
15258 Fix TLS access for -static -pthread.
15259 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15260 <HAVE_TLS> (thread_function, main): Initialize it.
15261 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15262 Add clean_restart.
15263 <$have_tls != "">: Check TLSVAR.
15264
15265 2014-05-21 Pedro Alves <palves@redhat.com>
15266
15267 * gdb.base/dcache-line-read-error.c: New.
15268 * gdb.base/dcache-line-read-error.exp: New.
15269
15270 2014-05-20 Pedro Alves <palves@redhat.com>
15271
15272 * gdb.base/compare-sections.c: New file.
15273 * gdb.base/compare-sections.exp: New file.
15274
15275 2014-05-20 Pedro Alves <palves@redhat.com>
15276
15277 * gdb.base/break-idempotent.c: New file.
15278 * gdb.base/break-idempotent.exp: New file.
15279
15280 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15281
15282 * gdb.btrace/nohist.exp: New.
15283
15284 2014-05-20 Yao Qi <yao@codesourcery.com>
15285
15286 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15287 gdb.reverse directory and gdb_reverse_timeout exists in board
15288 setting.
15289 * README: Document gdb_reverse_timeout.
15290
15291 2014-05-20 Yao Qi <yao@codesourcery.com>
15292
15293 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15294 'test_file_name'. Treat args as a string instead of a list.
15295 (gdb_init): Rename argument 'args' by 'test_file_name'.
15296
15297 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15298
15299 * gdb.arch/powerpc-power.exp: New file.
15300 * gdb.arch/powerpc-power.s: New file.
15301
15302 2014-05-16 Doug Evans <dje@google.com>
15303
15304 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15305 * gdb.base/completion.exp: Check that all expected files exist
15306 before doing file completion.
15307
15308 2014-05-16 Doug Evans <dje@google.com>
15309
15310 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15311 Update.
15312 (do_syscall_tests_without_xml): Update.
15313
15314 2014-05-16 Pedro Alves <palves@redhat.com>
15315
15316 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15317 instead of "unknown output after running".
15318
15319 2014-05-16 Yao Qi <yao@codesourcery.com>
15320
15321 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15322 file1.txt from host at the end.
15323 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15324
15325 2014-05-15 Doug Evans <dje@google.com>
15326
15327 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15328 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15329 loading file. Add test for TU lookup.
15330
15331 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15332
15333 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15334 calling "-exec-arguments" or "set args" before running the
15335 inferior.
15336
15337 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15338
15339 * lib/mi-support.exp (mi_expect_stop): Expect message for
15340 inferiors that exit with non-zero exit code.
15341
15342 2014-05-14 Yao Qi <yao@codesourcery.com>
15343
15344 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15345 match absolute path on remote host.
15346 (test_file_list_exec_source_files): Remove "/" from the
15347 pattern.
15348
15349 2014-05-14 Yao Qi <yao@codesourcery.com>
15350
15351 * boards/local-remote-host-notty.exp (${board}_file): New
15352 proc.
15353
15354 2014-05-07 Kyle McMartin <kyle@redhat.com>
15355
15356 Pushed by Joel Brobecker <brobecker@adacore.com>.
15357 * gdb.arch/aarch64-atomic-inst.c: New file.
15358 * gdb.arch/aarch64-atomic-inst.exp: New file.
15359
15360 2014-05-07 Yao Qi <yao@codesourcery.com>
15361
15362 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15363 in current context" too.
15364
15365 2014-05-05 Keith Seitz <keiths@redhat.com>
15366
15367 * gdb.linespec/ls-dollar.exp: Add test for linespec
15368 file:convenience_variable.
15369
15370 2014-05-05 Yao Qi <yao@codesourcery.com>
15371
15372 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15373 traceframes into tfile and ctf trace files. Read data from
15374 trace file and test collected data.
15375 (gdb_collect_locals_test): Likewise.
15376 (gdb_unavailable_registers_test): Likewise.
15377 (gdb_unavailable_floats): Likewise.
15378 (gdb_collect_globals_test): Likewise.
15379 (top-level): Append "ctf" to trace_file_targets if GDB
15380 supports.
15381
15382 2014-05-05 Yao Qi <yao@codesourcery.com>
15383
15384 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15385 code to ...
15386 (gdb_collect_args_test_1): ... it. New proc.
15387 (gdb_collect_locals_test): Move some code to ...
15388 (gdb_collect_locals_test_1): ... it. New proc.
15389 (gdb_unavailable_registers_test): Move some code to ...
15390 (gdb_unavailable_registers_test_1): ... it. New proc.
15391 (gdb_unavailable_floats): Move some code to ...
15392 (gdb_unavailable_floats_1): ... it. New proc.
15393
15394 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15395
15396 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15397 probes to test for bitness recognition.
15398 * gdb.arch/amd64-stap-optional-prefix.exp
15399 (test_probe_value_without_reg): New procedure.
15400 Add code to test for different kinds of bitness.
15401
15402 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15403
15404 PR breakpoints/16889
15405 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15406 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15407
15408 2014-05-01 Pedro Alves <palves@redhat.com>
15409
15410 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15411 gdb_file_cmd if no file is specified.
15412 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15413 last_loaded_file to set the remote exec-file.
15414
15415 2014-05-01 Pedro Alves <palves@redhat.com>
15416
15417 * boards/local-remote-host.exp: New file.
15418
15419 2014-05-01 Pedro Alves <palves@redhat.com>
15420
15421 * boards/local-remote-host.exp: Rename to ...
15422 * boards/local-remote-host-notty.exp: ... this.
15423
15424 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15425
15426 * gdb.ada/dyn_arrayidx: New testcase.
15427
15428 2014-04-26 Yao Qi <yao@codesourcery.com>
15429
15430 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15431 and compute the length of function main. Save it in
15432 $main_length.
15433 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15434 (top-level): Use gdb_compile to compile objects into
15435 executable and restart GDB. Remove invocation to
15436 prepare_for_testing.
15437
15438 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15439 Pedro Alves <palves@redhat.com>
15440
15441 PR server/16255
15442 * gdb.multi/multi-attach.c: New file.
15443 * gdb.multi/multi-attach.exp: New file.
15444
15445 2014-04-25 Pedro Alves <palves@redhat.com>
15446
15447 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15448 user.
15449 (top level): Test that "set remote conditional-breakpoints-packet
15450 off" works as intended.
15451 * gdb.base/dprintf.exp: Test that "set remote
15452 breakpoint-commands-packet off" works as intended.
15453 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15454 New function.
15455 (top level): Call it.
15456 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15457 remote fast-tracepoints-packet off" works as intended.
15458 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15459 * lib/gdb.exp (gdb_is_target_remote): ... here.
15460
15461 2014-04-24 David Blaikie <dblaikie@gmail.com>
15462
15463 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15464 ensure clang would not discard them.
15465 * gdb.base/gdbvars.c: Ditto.
15466 * gdb.base/memattr.c: Ditto.
15467 * gdb.base/whatis.c: Ditto.
15468 * gdb.python/py-prettyprint.c: Ditto.
15469 * gdb.trace/actions.c: Ditto.
15470 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15471 ensure clang would not discard it.
15472
15473 2014-04-24 David Blaikie <dblaikie@gmail.com>
15474
15475 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15476 clang to emit the full definition of type required by the test
15477 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15478
15479 2014-04-24 David Blaikie <dblaikie@gmail.com>
15480
15481 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15482 coax Clang into emitting the definition of the type.
15483 * gdb.cp/pr10728-x.h (y): Ditto.
15484 * gdb.cp/pr10728-y.cc (y): Ditto.
15485
15486 2014-04-24 David Blaikie <dblaikie@gmail.com>
15487
15488 * gdb.base/label.exp: XFAIL label related tests under Clang.
15489 * gdb.cp/cplabel.exp: Ditto.
15490 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15491 under Clang those using labels.
15492
15493 2014-04-25 Yao Qi <yao@codesourcery.com>
15494
15495 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15496 double_label.
15497 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15498 partial_label and double_label.
15499
15500 2014-04-24 David Blaikie <dblaikie@gmail.com>
15501
15502 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15503
15504 2014-04-24 David Blaikie <dblaikie@gmail.com>
15505
15506 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15507 of the function to work across GCC and Clang.
15508 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15509 pointer types (const void ** const V void **).
15510
15511 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15512 Walfred Tedeschi <walfred.tedeschi@intel.com>
15513
15514 * Makefile.in (EXECUTABLES): Added i386-avx512.
15515 * gdb.arch/i386-avx512.c: New file.
15516 * gdb.arch/i386-avx512.exp: Likewise.
15517
15518 2014-04-23 Keith Seitz <keiths@redhat.com>
15519
15520 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15521 (mi_make_breakpoint_table): New procedure.
15522 (mi_create_breakpoint): Use mi_make_breakpoint
15523 and return the result.
15524 (mi_make_breakpoint): New procedure.
15525 (mi_build_kv_pairs): New procedure.
15526
15527 * gdb.mi/mi-break.exp: Remove unused globals,
15528 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15529 All callers updated.
15530 * gdb.mi/mi-dprintf.exp: Use variable to track command
15531 number.
15532 Update all callers of mi_create_breakpoint and use
15533 mi_make_breakpoint_table.
15534 Remove any unused global variables.
15535 * gdb.mi/mi-nonstop.exp: Likewise.
15536 * gdb.mi/mi-nsintrall.exp: Likewise.
15537 * gdb.mi/mi-nsmoribund.exp: Likewise.
15538 * gdb.mi/mi-nsthrexec.exp: Likewise.
15539 * gdb.mi/mi-reverse.exp: Likewise.
15540 * gdb.mi/mi-simplerun.exp: Likewise.
15541 * gdb.mi/mi-stepn.exp: Likewise.
15542 * gdb.mi/mi-syn-frame.exp: Likewise.
15543 * gdb.mi/mi-until.exp: Likewise.
15544 * gdb.mi/mi-var-cp.exp: Likewise.
15545 * gdb.mi/mi-var-display.exp: Likewise.
15546 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15547 * gdb.mi/mi2-var-child.exp: Likewise.
15548 * gdb.mi/mi-vla-c99.exp: Likewise.
15549 * lib/mi-support.exp: Likewise.
15550
15551 From Ian Lance Taylor <iant@cygnus.com>:
15552 * lib/gdb.exp (parse_args): New procedure.
15553
15554 2014-04-23 Pedro Alves <palves@redhat.com>
15555
15556 * gdb.base/break-unload-file.c: New file.
15557 * gdb.base/break-unload-file.exp: New file.
15558 * gdb.base/sym-file-lib.c (baz): New function.
15559 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15560 field.
15561 (load): Store the segment's mapped size.
15562 (unload): New function.
15563 (unload_shlib): New function.
15564 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15565 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15566 set a breakpoint at baz, and call it.
15567 * gdb.base/sym-file.exp: New tests for stale breakpoint
15568 instructions.
15569
15570 2014-04-23 Pedro Alves <palves@redhat.com>
15571
15572 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15573 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15574 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15575 * gdb.base/hbreak-unmapped.c: New file.
15576 * gdb.base/hbreak-unmapped.exp: New file.
15577 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15578 * lib/gdb.exp (gdb_is_target_remote): ... here.
15579
15580 2014-04-22 Pedro Alves <palves@redhat.com>
15581
15582 * gdb.base/consecutive-step-over.c: New file.
15583 * gdb.base/consecutive-step-over.exp: New file.
15584
15585 2014-04-22 Pedro Alves <palves@redhat.com>
15586
15587 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15588 instead of send_gdb/gdb_expect.
15589
15590 2014-04-22 Yao Qi <yao@codesourcery.com>
15591
15592 * lib/trace-support.exp (generate_tracefile): New procedure.
15593 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15594 return 0.
15595 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15596 if generate_tracefile returns 1.
15597
15598 2014-04-18 Tom Tromey <palves@redhat.com>
15599 Pedro alves <tromey@redhat.com>
15600
15601 PR backtrace/15558
15602 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15603 with a backtrace limit.
15604 * gdb.python/py-frame-inline.exp: Test running to an inline
15605 function with a backtrace limit, and printing the newest frame.
15606 * gdb.python/py-frame-inline.c (main): Call f.
15607
15608 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15609
15610 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15611
15612 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15613
15614 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15615 Drop prefix from unsupported source file path.
15616
15617 2014-04-17 Yao Qi <yao@codesourcery.com>
15618
15619 * lib/gdb.exp (with_target_charset): New proc.
15620 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15621 with_target_charset.
15622 (test_print_strings): Likewise.
15623 (test_repeat_bytes): Likewise.
15624 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15625 for some tests.
15626
15627 2014-04-16 Keith Seitz <keiths@redhat.com>
15628
15629 PR gdb/15827
15630 * gdb.dwarf2/corrupt.c: New file.
15631 * gdb.dwarf2/corrupt.exp: New file.
15632
15633 2014-04-16 Keith Seitz <keiths@redhat.com>
15634
15635 PR c++/16597
15636 * gdb.cp/namelessclass.cc: New file.
15637 * gdb.cp/namelessclass.exp: New file.
15638 * gdb.cp/namelessclass.S: New file.
15639
15640 2014-04-16 Doug Evans <dje@google.com>
15641
15642 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15643 Add comment.
15644 (gdbserver_default_get_comm_port): New function.
15645 (gdbserver_start): Check if board file provided
15646 "gdbserver,get_comm_port" and use it if so.
15647 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15648 (gdb,socketport): Set to "stdio".
15649 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15650 (stdio_gdbserver_template): Delete.
15651 (${board}_get_remote_address): Update.
15652 (${board}_build_remote_cmd): Delete.
15653 (${board}_get_comm_port): New function.
15654 (${board}_spawn): Update.
15655 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15656 Delete.
15657 (${board}_get_remote_address): Update.
15658 (${board}_get_comm_port): New function.
15659
15660 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15661
15662 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15663 appearing in any order.
15664
15665 2014-04-15 Doug Evans <dje@google.com>
15666
15667 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15668 uninitialized value of "description".
15669
15670 2014-04-15 Keith Seitz <keiths@redhat.com>
15671
15672 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15673 Remove unused globals.
15674 (test_running_the_program): Likewise.
15675 (test_controlled_execution): Likewise.
15676 (test_controlling_breakpoints): Likewise.
15677 (test_program_termination): Likewise.
15678
15679 2014-04-15 Keith Seitz <keiths@redhat.com>
15680
15681 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15682 unused globals.
15683 (test_rbreak_creation_and_listing): Likewise.
15684 (test_ignore_count): Likewise.
15685 (test_error): Likewise.
15686
15687 2014-04-15 Pedro Alves <palves@redhat.com>
15688
15689 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15690 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15691 sym-file-loader.c.
15692 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15693 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15694 to sym-file-loader.c.
15695 (struct library): Forward declare.
15696 (load_shlib, lookup_function): Change prototypes.
15697 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15698 (translate_offset): Remove declarations.
15699 (get_text_addr): New declaration.
15700 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15701 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15702 sym-file-loader.h.
15703 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15704 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15705 here from sym-file-loader.h.
15706 (struct library): New structure.
15707 (load_shlib, lookup_function): Change prototypes and adjust to
15708 work with a struct library.
15709 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15710 (translate_offset): Make static.
15711 (get_text_addr): New function.
15712 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15713
15714 2014-04-15 Pedro Alves <palves@redhat.com>
15715
15716 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15717
15718 2014-04-15 Pedro Alves <palves@redhat.com>
15719
15720 * gdb.base/sym-file-loader.c: Include <limits.h>.
15721 (SELF_LINK): New define.
15722 (get_origin): New function.
15723 (load_shlib): Use it.
15724 * gdb.base/sym-file.exp: Don't early return if the target is
15725 remote. Use runto_main, and issue fail is that fails. Use
15726 gdb_load_shlibs.
15727 (shlib_name): Delete.
15728 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15729
15730 2014-04-15 Pedro Alves <palves@redhat.com>
15731
15732 * gdb.base/sym-file.exp: Remove regex characters from test
15733 message. Don't refer to breakpoint numbers in test messages.
15734
15735 2014-04-14 Keith Seitz <keiths@redhat.com>
15736
15737 PR c++/16253
15738 * gdb.cp/var-tag.cc: New file.
15739 * gdb.cp/var-tag.exp: New file.
15740 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15741 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15742 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15743 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15744
15745 2014-04-14 Tom Tromey <tromey@redhat.com>
15746
15747 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15748 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15749 type.
15750 * gdb.cp/enum-class.exp: New file.
15751 * gdb.cp/enum-class.cc: New file.
15752
15753 2014-04-14 Tom Tromey <tromey@redhat.com>
15754
15755 * gdb.dwarf2/enum-type.exp: New file.
15756
15757 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15758
15759 * gdb.mi/mi-vla-c99.exp: New file.
15760 * gdb.mi/vla.c: New file.
15761
15762 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15763
15764 * gdb.base/vla-datatypes.c: New file.
15765 * gdb.base/vla-datatypes.exp: New file.
15766
15767 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15768
15769 * gdb.base/vla-ptr.c: New file.
15770 * gdb.base/vla-ptr.exp: New file.
15771
15772 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15773
15774 * gdb.dwarf2/count.exp: New file.
15775
15776 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15777
15778 * gdb.base/vla-sideeffect.c: New file.
15779 * gdb.base/vla-sideeffect.exp: New file.
15780
15781 2014-04-14 David Blaikie <dblaikie@gmail.com>
15782
15783 * gdb.mi/non-stop.c: Add return value for non-void function return
15784 statement.
15785 * gdb.threads/staticthreads.c: Ditto.
15786
15787 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15788 Doug Evans <xdje42@gmail.com>
15789
15790 * gdb.guile/scm-value.c: Improve test case.
15791 * gdb.guile/scm-value.exp: Add new test.
15792
15793 2014-04-11 David Blaikie <dblaikie@gmail.com>
15794
15795 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15796 override Clang's default.
15797
15798 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15799
15800 Revert the following changes (regressions):
15801
15802 * gdb.base/vla-sideeffect.c: New file.
15803 * gdb.base/vla-sideeffect.exp: New file.
15804
15805 * gdb.dwarf2/count.exp: New file.
15806
15807 * gdb.base/vla-multi.c: New file.
15808 * gdb.base/vla-multi.exp: New file.
15809
15810 * gdb.base/vla-ptr.c: New file.
15811 * gdb.base/vla-ptr.exp: New file.
15812
15813 * gdb.base/vla-datatypes.c: New file.
15814 * gdb.base/vla-datatypes.exp: New file.
15815
15816 * gdb.mi/mi-vla-c99.exp: New file.
15817 * gdb.mi/vla.c: New file.
15818
15819 2014-04-11 Keith Seitz <keiths@redhat.com>
15820
15821 PR c++/16675
15822 * gdb.cp/cpsizeof.exp: New file.
15823 * gdb.cp/cpsizeof.cc: New file.
15824
15825 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15826
15827 * gdb.mi/mi-vla-c99.exp: New file.
15828 * gdb.mi/vla.c: New file.
15829
15830 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15831
15832 * gdb.base/vla-datatypes.c: New file.
15833 * gdb.base/vla-datatypes.exp: New file.
15834
15835 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15836
15837 * gdb.base/vla-ptr.c: New file.
15838 * gdb.base/vla-ptr.exp: New file.
15839
15840 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15841
15842 * gdb.base/vla-multi.c: New file.
15843 * gdb.base/vla-multi.exp: New file.
15844
15845 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15846
15847 * gdb.dwarf2/count.exp: New file.
15848
15849 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15850
15851 * gdb.base/vla-sideeffect.c: New file.
15852 * gdb.base/vla-sideeffect.exp: New file.
15853
15854 2014-04-11 Yao Qi <yao@codesourcery.com>
15855
15856 * gdb.base/completion.exp: Check file exists before running tests
15857 on file completion.
15858
15859 2014-04-10 Pedro Alves <palves@redhat.com>
15860
15861 * gdb.base/cond-eval-mode.c: New file.
15862 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15863 prepare_for_testing to build the new file. Check result of
15864 runto_main.
15865 (test_break, test_watch): New procedures.
15866 (top level): Use them.
15867
15868 2014-04-08 Pierre Muller <muller@sourceware.org>
15869
15870 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15871 Ctrl-V use for mingw hosts.
15872
15873 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15874
15875 * gdb.python/py-value.c: Improve test case.
15876 * gdb.python/py-value.exp: Add new test.
15877
15878 2014-04-07 David Blaikie <dblaikie@gmail.com>
15879
15880 * lib/compiler.c: Identify the clang compiler.
15881 * lib/compiler.cc: Ditto.
15882
15883 2014-04-03 Yao Qi <yao@codesourcery.com>
15884
15885 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15886
15887 2014-04-01 Anton Blanchard <anton@samba.org>
15888
15889 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15890 messages unique.
15891
15892 2014-04-01 Anton Blanchard <anton@samba.org>
15893
15894 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15895 prepare_for_testing.
15896
15897 2014-04-01 Anton Blanchard <anton@samba.org>
15898
15899 * gdb.arch/ppc64-atomic-inst.c: Remove.
15900 * gdb.arch/ppc64-atomic-inst.S: New file.
15901 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15902
15903 2014-03-31 Doug Evans <dje@google.com>
15904
15905 * gdb.base/print-symbol-loading-lib.c: New file.
15906 * gdb.base/print-symbol-loading-main.c: New file.
15907 * gdb.base/print-symbol-loading.exp: New file.
15908
15909 2014-03-31 Yao Qi <yao@codesourcery.com>
15910
15911 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15912
15913 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15914
15915 * gdb.ada/mi_dyn_arr: New testcase.
15916
15917 2014-03-27 Doug Evans <dje@google.com>
15918
15919 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15920
15921 2014-03-27 Yao Qi <yao@codesourcery.com>
15922
15923 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15924 if target is nios2-*-*.
15925
15926 2014-03-26 Yao Qi <yao@codesourcery.com>
15927
15928 * lib/gdb.exp (readline_is_used): New proc.
15929 * gdb.base/completion.exp: Move tests on command complete up.
15930 Skip the rest of tests if readline is not used.
15931 * gdb.ada/complete.exp: Skp the test if readline is not
15932 used.
15933 * gdb.base/filesym.exp: Likewise.
15934 * gdb.base/macscp.exp: Likewise.
15935 * gdb.base/readline-ask.exp: Likewise.
15936 * gdb.base/readline.exp: Likewise.
15937 * gdb.python/py-cmd.exp: Likewise.
15938 * gdb.trace/tfile.exp: Likewise.
15939
15940 2014-03-26 Yao Qi <yao@codesourcery.com>
15941
15942 * gdb.base/macscp.exp: Fix code format issues.
15943
15944 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15945
15946 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15947 * gdb.asm/powerpc64le.inc: New file.
15948
15949 2014-03-25 Pedro Alves <palves@redhat.com>
15950 Doug Evans <dje@google.com>
15951
15952 * gdb.base/source-execution.c: New file.
15953 * gdb.base/source-execution.exp: New file.
15954 * gdb.base/source-execution.gdb: New file.
15955
15956 2014-03-24 Doug Evans <dje@google.com>
15957
15958 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15959 using fission.
15960
15961 2014-03-24 Hui Zhu <hui@codesourcery.com>
15962 Pedro Alves <palves@redhat.com>
15963
15964 PR breakpoints/16101
15965 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15966 test pass/fail messages. Detect missing support for dprintf when
15967 breakpoints are actually inserted.
15968 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15969 breakpoints are actually inserted.
15970 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15971 fails.
15972
15973 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15974
15975 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15976
15977 2014-03-22 Doug Evans <xdje42@gmail.com>
15978
15979 * gdb.python/python.exp (python not supported): Verify multi-line
15980 python command issues an error.
15981 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15982 guile command issues an error.
15983
15984 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15985
15986 * gdb.threads/thread-specific.exp: Handle the lack of usable
15987 $this_breakpoint and $this_thread.
15988
15989 2014-03-21 Hui Zhu <hui@codesourcery.com>
15990
15991 * gdb.base/attach.exp (do_command_attach_tests): New.
15992
15993 2014-03-20 Tom Tromey <tromey@redhat.com>
15994 Pedro Alves <palves@redhat.com>
15995
15996 PR cli/15718
15997 * gdb.base/condbreak-call-false.c: New file.
15998 * gdb.base/condbreak-call-false.exp: New file.
15999
16000 2014-03-20 Pedro Alves <palves@redhat.com>
16001
16002 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16003 Delete.
16004 (block_signals, unblock_signals): Delete.
16005 (child_function_2, main): Remove references to deleted variable
16006 and functions.
16007
16008 2014-03-20 Pedro Alves <palves@redhat.com>
16009
16010 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16011 Use pthread_kill to signal thread 2.
16012 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16013 Adjust to make the test send itself a signal rather than using the
16014 host's "kill" command.
16015
16016 2014-03-20 Pedro Alves <palves@redhat.com>
16017
16018 * gdb.threads/multiple-step-overs.c: New file.
16019 * gdb.threads/multiple-step-overs.exp: New file.
16020 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16021 Adjust expected infrun debug output.
16022
16023 2014-03-20 Pedro Alves <palves@redhat.com>
16024
16025 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16026 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16027
16028 2014-03-20 Pedro Alves <palves@redhat.com>
16029
16030 PR breakpoints/7143
16031 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16032 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16033 of gdb_test_multiple.
16034 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16035 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16036
16037 2014-03-20 Pedro Alves <palves@redhat.com>
16038
16039 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16040 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16041
16042 2014-03-19 Pedro Alves <palves@redhat.com>
16043
16044 * gdb.base/async.exp: Remove early return.
16045
16046 2014-03-19 Pedro Alves <palves@redhat.com>
16047
16048 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16049
16050 2014-03-19 Pedro Alves <palves@redhat.com>
16051
16052 * gdb.base/async.exp (test_background): Expect \r\n after
16053 "completed." in the fail pattern.
16054
16055 2014-03-19 Pedro Alves <palves@redhat.com>
16056
16057 * gdb.base/async.exp (test_background): New procedure.
16058 Use it for all background execution command tests.
16059
16060 2014-03-19 Pedro Alves <palves@redhat.com>
16061
16062 * gdb.base/async.exp: Use prepare_for_testing.
16063
16064 2014-03-19 Pedro Alves <palves@redhat.com>
16065
16066 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16067 the same line.
16068
16069 2014-03-19 Pedro Alves <palves@redhat.com>
16070
16071 * gdb.base/async.c (main): Add "jump here" and "until here" line
16072 marker comments.
16073 * gdb.base/async.exp (jump_here): New global.
16074 (jump& test): Use it.
16075 (until_here): New global.
16076 (until& test): Use it.
16077
16078 2014-03-19 Pedro Alves <palves@redhat.com>
16079
16080 * gdb.base/async.exp: Don't frob gdb_protocol.
16081
16082 2014-03-18 Doug Evans <xdje42@gmail.com>
16083
16084 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16085 Fix spelling of exec-done-display.
16086
16087 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16088
16089 PR gdb/15358
16090 * gdb.base/gdb-sigterm.c: New file.
16091 * gdb.base/gdb-sigterm.exp: New file.
16092
16093 2014-03-18 Pedro Alves <palves@redhat.com>
16094
16095 PR gdb/13860
16096 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16097 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16098 solib-event.
16099
16100 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16101
16102 * gdb.ada/pckd_arr_ren: New testcase.
16103
16104 2014-03-13 Doug Evans <xdje42@gmail.com>
16105
16106 PR guile/16612
16107 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16108 collect after discarding symbols.
16109
16110 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16111 Doug Evans <xdje42@gmail.com>
16112
16113 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16114 to history survives a gc.
16115
16116 2014-03-13 Pedro Alves <palves@redhat.com>
16117
16118 * gdb.base/default.exp: Don't test "target procfs".
16119
16120 2014-03-13 Pedro Alves <palves@redhat.com>
16121
16122 * gdb.base/default.exp: Update "target child" and "target procfs"
16123 tests to not expect "Unix".
16124
16125 2014-03-12 Tom Tromey <tromey@redhat.com>
16126
16127 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16128 New procs. Add target-async tests.
16129 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16130 Add target-async tests.
16131
16132 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16133
16134 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16135 'func_start' and 'func_end' for the beginning and end of the
16136 function code, respectively.
16137 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16138 'func_end' instead of 'func' and 'main'.
16139
16140 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16141
16142 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16143 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16144 generate the debug info assembler source.
16145
16146 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16147
16148 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16149 * gdb.dwarf2/arr-subrange.exp: Likewise.
16150 * gdb.dwarf2/dwz.exp: Likewise.
16151 * gdb.dwarf2/method-ptr.exp: Likewise.
16152 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16153 * gdb.dwarf2/subrange.exp: Likewise.
16154 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16155 * gdb.dwarf2/implptrpiece.exp: Likewise.
16156 * gdb.dwarf2/nostaticblock.exp: Likewise.
16157
16158 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16159
16160 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16161 directory to absolute path name arguments.
16162
16163 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16164
16165 * gdb.ada/tagged_access: New testcase.
16166
16167 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16168
16169 * gdb.btrace/data.exp: Update expected output.
16170
16171 2014-03-06 Yao Qi <yao@codesourcery.com>
16172
16173 * gdb.trace/pr16508.exp: New file.
16174
16175 2014-03-05 Pedro Alves <palves@redhat.com>
16176
16177 PR gdb/16575
16178 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16179 procedure.
16180 (top level): Adjust to use it. Add tests that exercise breakpoint
16181 interaction with the code-cache.
16182
16183 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16184
16185 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16186 test for 'history-append!'.
16187
16188 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16189
16190 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16191 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16192 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16193 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16194 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16195 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16196
16197 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16198
16199 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16200 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16201 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16202
16203 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16204
16205 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16206
16207 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16208
16209 * gdb.dwarf2/arr-stride.c: New file.
16210 * gdb.dwarf2/arr-stride.exp: New file.
16211
16212 2014-02-26 Pedro Alves <palves@redhat.com>
16213
16214 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16215 that won't ever trigger. Make sure that GDB reports the correct
16216 breakpoint that caused the stop.
16217
16218 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16219
16220 PR gdb/16626
16221 * gdb.base/auto-load-script: New file.
16222 * gdb.base/auto-load.c: New file.
16223 * gdb.base/auto-load.exp: New file.
16224
16225 PR gdb/16626
16226 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16227
16228 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16229
16230 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16231 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16232
16233 2014-02-24 Doug Evans <dje@google.com>
16234
16235 * lib/gdb.exp (run_on_host): Log error output if program fails.
16236
16237 2014-02-21 Pedro Alves <palves@redhat.com>
16238
16239 * gdb.threads/step-after-sr-lock.c: Rename to ...
16240 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16241 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16242 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16243 ... this.
16244
16245 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16246
16247 PR tdep/16397
16248 * gdb.arch/amd64-stap-special-operands.exp: New file.
16249 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16250 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16251 * gdb.arch/amd64-stap-triplet.S: Likewise.
16252 * gdb.arch/amd64-stap-triplet.c: Likewise.
16253
16254 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16255
16256 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16257 in .section pseudo-op.
16258
16259 2014-02-20 lin zuojian <manjian2006@gmail.com>
16260 Joel Brobecker <brobecker@adacore.com>
16261 Doug Evans <xdje42@gmail.com>
16262
16263 PR symtab/16581
16264 * gdb.dwarf2/dw2-icycle.S: New file.
16265 * gdb.dwarf2/dw2-icycle.c: New file.
16266 * gdb.dwarf2/dw2-icycle.exp: New file.
16267
16268 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16269
16270 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16271 operations on gdb.Value objects.
16272 * gdb.python/py-value-cc.exp: Add new test to test operations on
16273 gdb.Value objects.
16274
16275 2014-02-18 Doug Evans <dje@google.com>
16276
16277 * Makefile.in (TESTS): New variable.
16278 (expanded_tests, expanded_tests_or_none): New variables
16279 (check-single): Pass $(expanded_tests_or_none) to runtest.
16280 (check-parallel): Only run tests in $(TESTS) if non-empty.
16281 (check/no-matching-tests-found): New rule.
16282 * README: Document TESTS makefile variable.
16283
16284 2014-02-18 Doug Evans <dje@google.com>
16285
16286 * Makefile.in (check-parallel): rm -rf outputs temp.
16287
16288 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16289
16290 Fix "ERROR: no fileid for" in the testsuite.
16291 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16292
16293 2014-02-12 Doug Evans <dje@google.com>
16294
16295 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16296 (MISCELLANEOUS): New variable.
16297 (clean): rm -rf $(MISCELLANEOUS).
16298 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16299 dwp live in the same directory as symlinks, with each symlink pointed
16300 to a differently named file in a different directory.
16301
16302 2014-02-11 Doug Evans <dje@google.com>
16303
16304 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16305 of Tcl file commands.
16306
16307 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16308
16309 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16310 "kill -SIGUSR1 -1".
16311
16312 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16313
16314 * gdb.ada/tick_length_array_enum_idx: New testcase.
16315
16316 2014-02-10 Doug Evans <xdje42@gmail.com>
16317
16318 * configure.ac (AC_OUTPUT): Add gdb.guile.
16319 * configure: Regenerate.
16320 * lib/gdb-guile.exp: New file.
16321 * lib/gdb.exp (get_target_charset): New function.
16322 * gdb.base/help.exp: Update expected output from "apropos apropos".
16323 * gdb.guile/Makefile.in: New file.
16324 * gdb.guile/guile.exp: New file.
16325 * gdb.guile/scm-arch.c: New file.
16326 * gdb.guile/scm-arch.exp: New file.
16327 * gdb.guile/scm-block.c: New file.
16328 * gdb.guile/scm-block.exp: New file.
16329 * gdb.guile/scm-breakpoint.c: New file.
16330 * gdb.guile/scm-breakpoint.exp: New file.
16331 * gdb.guile/scm-disasm.c: New file.
16332 * gdb.guile/scm-disasm.exp: New file.
16333 * gdb.guile/scm-equal.c: New file.
16334 * gdb.guile/scm-equal.exp: New file.
16335 * gdb.guile/scm-error.exp: New file.
16336 * gdb.guile/scm-error.scm: New file.
16337 * gdb.guile/scm-frame-args.c: New file.
16338 * gdb.guile/scm-frame-args.exp: New file.
16339 * gdb.guile/scm-frame-args.scm: New file.
16340 * gdb.guile/scm-frame-inline.c: New file.
16341 * gdb.guile/scm-frame-inline.exp: New file.
16342 * gdb.guile/scm-frame.c: New file.
16343 * gdb.guile/scm-frame.exp: New file.
16344 * gdb.guile/scm-generics.exp: New file.
16345 * gdb.guile/scm-gsmob.exp: New file.
16346 * gdb.guile/scm-iterator.c: New file.
16347 * gdb.guile/scm-iterator.exp: New file.
16348 * gdb.guile/scm-math.c: New file.
16349 * gdb.guile/scm-math.exp: New file.
16350 * gdb.guile/scm-objfile-script-gdb.in: New file.
16351 * gdb.guile/scm-objfile-script.c: New file.
16352 * gdb.guile/scm-objfile-script.exp: New file.
16353 * gdb.guile/scm-objfile.c: New file.
16354 * gdb.guile/scm-objfile.exp: New file.
16355 * gdb.guile/scm-ports.exp: New file.
16356 * gdb.guile/scm-pretty-print.c: New file.
16357 * gdb.guile/scm-pretty-print.exp: New file.
16358 * gdb.guile/scm-pretty-print.scm: New file.
16359 * gdb.guile/scm-section-script.c: New file.
16360 * gdb.guile/scm-section-script.exp: New file.
16361 * gdb.guile/scm-section-script.scm: New file.
16362 * gdb.guile/scm-symbol.c: New file.
16363 * gdb.guile/scm-symbol.exp: New file.
16364 * gdb.guile/scm-symtab-2.c: New file.
16365 * gdb.guile/scm-symtab.c: New file.
16366 * gdb.guile/scm-symtab.exp: New file.
16367 * gdb.guile/scm-type.c: New file.
16368 * gdb.guile/scm-type.exp: New file.
16369 * gdb.guile/scm-value-cc.cc: New file.
16370 * gdb.guile/scm-value-cc.exp: New file.
16371 * gdb.guile/scm-value.c: New file.
16372 * gdb.guile/scm-value.exp: New file.
16373 * gdb.guile/source2.scm: New file.
16374 * gdb.guile/types-module.cc: New file.
16375 * gdb.guile/types-module.exp: New file.
16376
16377 2014-02-10 Yao Qi <yao@codesourcery.com>
16378
16379 PR testsuite/16543
16380 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16381 * configure: Regenerated.
16382 * Makefile.in: New file.
16383
16384 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16385
16386 * gdb.python/py-framefilter.exp: Fix typo.
16387
16388 2014-02-08 Yao Qi <yao@codesourcery.com>
16389
16390 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16391 that no =breakpoint-modified is emitted when breakpoints are
16392 modified through MI commands.
16393
16394 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16395 Pedro Alves <palves@redhat.com>
16396
16397 * gdb.threads/step-after-sr-lock.c: New file.
16398 * gdb.threads/step-after-sr-lock.exp: New file.
16399
16400 2014-02-07 Pedro Alves <palves@redhat.com>
16401
16402 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16403
16404 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16405
16406 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16407 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16408
16409 2014-02-06 Doug Evans <xdje42@gmail.com>
16410
16411 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16412 output.
16413
16414 * gdb.gdb/python-interrupts.exp: New file.
16415
16416 2014-02-05 Yao Qi <yao@codesourcery.com>
16417
16418 * gdb.trace/report.exp (use_collected_data): Test the output
16419 of "info threads" and "info inferiors".
16420
16421 2014-02-05 Yao Qi <yao@codesourcery.com>
16422
16423 Revert this patch:
16424
16425 2013-05-24 Yao Qi <yao@codesourcery.com>
16426
16427 * gdb.trace/tfile.exp: Test inferior and thread.
16428
16429 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16430
16431 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16432 on a function.
16433 * gdb.base/step-bt.c: Call hello via function pointer to make
16434 sure its first instruction is executed on powerpc64le-linux.
16435
16436 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16437
16438 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16439
16440 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16441
16442 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16443 of the test patterns for use on little-endian systems.
16444
16445 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16446
16447 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16448 (decimal_vector): Fix for little-endian.
16449
16450 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16451
16452 * gdb.arch/sparc-sysstep.exp: New file.
16453 * gdb.arch/sparc-sysstep.c: Likewise.
16454
16455 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16456
16457 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16458
16459 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16460
16461 2014-01-23 Tom Tromey <tromey@redhat.com>
16462
16463 * gdb.ada/array_char_idx: New testcase.
16464
16465 2014-01-23 Tom Tromey <tromey@redhat.com>
16466
16467 PR python/16487:
16468 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16469 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16470 classes.
16471
16472 2014-01-23 Tom Tromey <tromey@redhat.com>
16473
16474 PR python/16491:
16475 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16476 string from an inferior frame.
16477 * gdb.python/py-framefilter-mi.exp: Update.
16478
16479 2014-01-22 Doug Evans <dje@google.com>
16480
16481 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16482
16483 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16484
16485 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16486
16487 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16488
16489 * gdb.trace/entry-values.exp: Remove excess space character from
16490 regex patterns. Handle s390 call instruction.
16491
16492 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16493
16494 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16495 define "*_start" label. Make "name" static.
16496 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16497 ${name} by references to ${name}_start.
16498
16499 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16500
16501 * gdb.base/info-macros.exp: Remove "debug" from the compile
16502 options.
16503
16504 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16505
16506 * gdb.dlang/demangle.exp: New file.
16507
16508 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16509
16510 * gdb.dlang/primitive-types.exp: New file.
16511
16512 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16513
16514 * configure.ac: Create gdb.dlang/Makefile.
16515 * configure: Regenerate.
16516 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16517 * gdb.dlang/Makefile.in: New file.
16518 * lib/d-support.exp: New file.
16519 * lib/gdb.exp (skip_d_tests): New proc.
16520
16521 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16522
16523 * gdb.btrace/delta.exp: Check reverse stepi.
16524 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16525 * gdb.btrace/finish.exp: New.
16526 * gdb.btrace/next.exp: New.
16527 * gdb.btrace/nexti.exp: New.
16528 * gdb.btrace/record_goto.c: Add comments.
16529 * gdb.btrace/step.exp: New.
16530 * gdb.btrace/stepi.exp: New.
16531 * gdb.btrace/multi-thread-step.c: New.
16532 * gdb.btrace/multi-thread-step.exp: New.
16533 * gdb.btrace/rn-dl-bind.c: New.
16534 * gdb.btrace/rn-dl-bind.exp: New.
16535 * gdb.btrace/data.c: New.
16536 * gdb.btrace/data.exp: New.
16537 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16538
16539 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16540
16541 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16542 * gdb.btrace/exception.exp: Update.
16543 * gdb.btrace/instruction_history.exp: Update.
16544 * gdb.btrace/record_goto.exp: Update.
16545 * gdb.btrace/tailcall.exp: Update.
16546 * gdb.btrace/unknown_functions.exp: Update.
16547 * gdb.btrace/delta.exp: New.
16548
16549 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16550
16551 * gdb.btrace/record_goto.exp: Add backtrace test.
16552 * gdb.btrace/tailcall.exp: Add backtrace test.
16553
16554 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16555
16556 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16557 * gdb.btrace/record_goto.c: New.
16558 * gdb.btrace/record_goto.exp: New.
16559 * gdb.btrace/x86-record_goto.S: New.
16560
16561 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16562
16563 * gdb.btrace/function_call_history.exp: Update tests.
16564 * gdb.btrace/instruction_history.exp: Update tests.
16565
16566 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16567
16568 * gdb.btrace/function_call_history.exp: Fix expected field
16569 order for "record function-call-history".
16570 Add new tests for "record function-call-history /c".
16571 * gdb.btrace/exception.cc: New.
16572 * gdb.btrace/exception.exp: New.
16573 * gdb.btrace/tailcall.exp: New.
16574 * gdb.btrace/x86-tailcall.S: New.
16575 * gdb.btrace/x86-tailcall.c: New.
16576 * gdb.btrace/unknown_functions.c: New.
16577 * gdb.btrace/unknown_functions.exp: New.
16578 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16579
16580 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16581
16582 * gdb.btrace/instruction_history.exp: Update.
16583 * gdb.btrace/function_call_history.exp: Update.
16584
16585 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16586
16587 * gdb.btrace/function_call_history.exp: Fix expected function
16588 trace.
16589 * gdb.btrace/instruction_history.exp: Initialize traced.
16590 Remove traced_functions.
16591
16592 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16593
16594 * gdb.btrace/function_call_history.exp: Update
16595 * gdb.btrace/instruction_history.exp: Update.
16596
16597 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16598
16599 * gdb.btrace/enable.exp: Update expected text.
16600
16601 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16602
16603 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16604 bytes.
16605
16606 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16607
16608 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16609
16610 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16611
16612 * lib/gdb.exp (supports_process_record): Return true for
16613 arm*-linux*. (supports_reverse): Likewise.
16614
16615 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16616
16617 PR python/15464
16618 PR python/16113
16619 * gdb.python/py-type.c: Enhance test case.
16620 * gdb.python/py-value-cc.cc: Likewise
16621 * gdb.python/py-type.exp: Add new tests.
16622 * gdb.python/py-value-cc.exp: Likewise
16623
16624 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16625 Pedro Alves <palves@redhat.com>
16626
16627 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16628 Make "name" extern.
16629 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16630 references to ${name}_start by references to ${name}.
16631
16632 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16633
16634 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16635
16636 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16637
16638 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16639
16640 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16641 Pedro Alves <palves@redhat.com>
16642
16643 * gdb.mi/mi-info-os.exp: Connect to the target with
16644 mi_gdb_target_load.
16645
16646 2014-01-08 Pedro Alves <palves@redhat.com>
16647
16648 * gdb.threads/reconnect-signal.c: New file.
16649 * gdb.threads/reconnect-signal.exp: New file.
16650
16651 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16652
16653 * gdb.base/source-dir.exp: New file.
16654
16655 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16656
16657 * gdb.ada/mi_interface: New testcase.
16658
16659 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16660
16661 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16662 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16663 gdb.ada/pp-rec-component/pck.ads: New files.
16664
16665 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16666
16667 * gdb.python/py-pp-integral.c: New file.
16668 * gdb.python/py-pp-integral.py: New file.
16669 * gdb.python/py-pp-integral.exp: New file.
16670
16671 For older changes see ChangeLog-1993-2013.
16672 \f
16673 ;; Local Variables:
16674 ;; mode: change-log
16675 ;; left-margin: 8
16676 ;; fill-column: 74
16677 ;; version-control: never
16678 ;; End:
16679
16680 Copyright 2014-2019 Free Software Foundation, Inc.
16681 Copying and distribution of this file, with or without modification,
16682 are permitted provided the copyright notice and this notice are preserved.
This page took 0.542884 seconds and 5 git commands to generate.