Add TUI resizing test
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-07-27 Tom Tromey <tom@tromey.com>
2
3 * lib/tuiterm.exp (spawn): New proc.
4 (Term::resize): New proc.
5 * gdb.tui/resize.exp: New file.
6
7 2019-07-27 Tom Tromey <tom@tromey.com>
8
9 * gdb.tui/list.exp: New file.
10
11 2019-07-27 Tom Tromey <tom@tromey.com>
12
13 * gdb.tui/regs.exp: New file.
14
15 2019-07-27 Tom Tromey <tom@tromey.com>
16
17 * gdb.tui/basic.exp: Add "layout split" test.
18
19 2019-07-27 Tom Tromey <tom@tromey.com>
20
21 * gdb.tui/basic.exp: Add "layout asm" test.
22
23 2019-07-27 Tom Tromey <tom@tromey.com>
24
25 * lib/tuiterm.exp: New file.
26 * gdb.tui/basic.exp: New file.
27
28 2019-07-27 Kevin Buettner <kevinb@redhat.com>
29
30 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
31 Enable tests associated with this flag. Adjust regex
32 referencing "foo_low" to now refer to "foo_cold" instead.
33
34 2019-07-27 Kevin Buettner <kevinb@redhat.com>
35
36 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
37 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
38 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
39 foo_cold. Revise comments to match.
40 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
41 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
42 were wrapped into this proc; Call do_test in loop from outermost
43 level.
44 (foo_low): Rename all occurrences to "foo_cold".
45 (backtrace from baz): New test.
46 (x2/i foo_cold): New test.
47 (info line *foo_cold): New test.
48
49 2019-07-26 Tom de Vries <tdevries@suse.de>
50
51 * gdb.arch/i386-pkru.exp: Fix unterminated string.
52
53 2019-07-25 Tom de Vries <tdevries@suse.de>
54
55 PR testsuite/24830
56 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
57 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
58 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
59 (skip_libstdcxx_probe_tests): ... here.
60 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
61
62 2019-07-24 Tom de Vries <tdevries@suse.de>
63
64 PR testsuite/24807
65 * gdb.objc/basicclass.m: Include stdio.h.
66 * gdb.objc/nondebug.m: Same.
67 * gdb.objc/objcdecode.m: Same.
68
69 2019-07-24 Tom de Vries <tdevries@suse.de>
70
71 PR testsuite/24612
72 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
73 additional_flags.
74
75 2019-07-24 Tom de Vries <tdevries@suse.de>
76
77 PR testsuite/24831
78 * gdb.multi/tids.exp: Update error messages for info threads.
79
80 2019-07-24 Tom de Vries <tdevries@suse.de>
81
82 * gdb.base/info-types.exp: Allow info types to print info for more than
83 one file.
84
85 2019-07-23 Tom de Vries <tdevries@suse.de>
86
87 PR testsuite/24842
88 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
89 gdb_spawn_with_cmdline_opts.
90
91 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
92
93 * gdb.arch/arm-cmse-sgstubs.c: New test.
94 * gdb.arch/arm-cmse-sgstubs.exp: New file.
95
96 2019-07-23 Tom de Vries <tdevries@suse.de>
97
98 PR testsuite/24711
99 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
100 issuing next command.
101
102 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
103
104 * gdb.ada/info_auto_lang.exp: Update expected results.
105 * gdb.base/info-types.c: Add additional types to check.
106 * gdb.base/info-types.exp: Update expected results.
107
108 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 * gdb.base/info-types.c: New file.
111 * gdb.base/info-types.exp: New file.
112
113 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 * gdb.arch/riscv-bp-infcall.c: New file.
116 * gdb.arch/riscv-bp-infcall.exp: New file.
117
118 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 PR breakpoints/24541
121 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
122
123 2019-07-14 Tom de Vries <tdevries@suse.de>
124
125 PR testsuite/24760
126 * gdb.objc/basicclass.exp: Fix unterminated string.
127
128 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
129 Andrew Burgess <andrew.burgess@embecosm.com>
130
131 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
132 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
133 negative bounds.
134 * gdb.fortran/vla-value.exp: Print elements of an array with
135 negative bounds.
136 * gdb.fortran/vla.f90: Setup an array with negative bounds for
137 testing.
138
139 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
140
141 * gdb.base/options.exp (expect_string): Dequote strings in
142 results.
143 (test-string): Test strings with different quoting and reindent.
144
145 2019-07-10 Tom Tromey <tromey@adacore.com>
146
147 * gdb.ada/mi_ex_cond.exp: Update expected results.
148 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
149 * gdb.ada/mi_catch_ex.exp: Update expected results.
150 * gdb.ada/mi_catch_assert.exp: Update expected results.
151 * gdb.ada/catch_ex.exp (catch_exception_info)
152 (catch_exception_entry, catch_assert_entry)
153 (catch_unhandled_entry): Update.
154 * gdb.ada/catch_assert_if.exp: Update expected results.
155
156 2019-07-10 Richard Bunt <richard.bunt@arm.com>
157 Stephen Roberts <stephen.roberts@arm.com>
158
159 * gdb.base/define.exp: Restore original prompt.
160
161 2019-07-09 Pedro Alves <palves@redhat.com>
162
163 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
164 breakpoints" output.
165 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
166 * gdb.python/py-breakpoint.exp: No longer expect that "catch
167 throw" creates breakpoint.
168 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
169 'type="catchpoint"'.
170
171 2019-07-09 Pedro Alves <palves@redhat.com>
172
173 PR c++/15468
174 * gdb.cp/except-multi-location-lib.cc: New.
175 * gdb.cp/except-multi-location-main.cc: New.
176 * gdb.cp/except-multi-location.exp: New.
177
178 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
179
180 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
181 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
182 argument and update callers.
183
184 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
185
186 * gdb.arch/amd64-break-on-asm-line.S: New file.
187 * gdb.arch/amd64-break-on-asm-line.exp: New file.
188
189 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
190
191 * gdb.base/printcmds.exp: Test printing C string and
192 C wide string convenience vars without transiting via the inferior.
193 Also make test names unique.
194
195 2019-07-08 Alan Hayward <alan.hayward@arm.com>
196
197 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
198
199 2019-07-04 Pedro Alves <palves@redhat.com>
200
201 * lib/gdb.exp (foreach_with_prefix): Don't return early if
202 body returned ok(0), break(3) or continue(4).
203 * gdb.testsuite/foreach_with_prefix.exp: New file.
204
205 2019-07-04 Alan Hayward <alan.hayward@arm.com>
206
207 * gdb.server/unittest.exp: Allow 0 unit tests to run.
208
209 2019-07-03 Pedro Alves <palves@redhat.com>
210
211 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
212 "return -code".
213
214 2019-07-03 Pedro Alves <palves@redhat.com>
215
216 PR cli/24732
217 * gdb.base/shell.exp: Load completion-support.exp.
218 Adjust expected error output. Add completion tests.
219
220 2019-07-03 Pedro Alves <palves@redhat.com>
221
222 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
223 string_to_regexp.
224
225 2019-07-03 Pedro Alves <palves@redhat.com>
226
227 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
228 (expect_integer): Adjust to expect "-string".
229 (expect_string): New.
230 (all_options): Expect "-string".
231 (test-flag, test-boolean): Adjust to expect "-string".
232 (test-string): New proc.
233 (top level): Call it.
234
235 2019-07-03 Pedro Alves <palves@redhat.com>
236
237 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
238 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
239 the expected output in the success.
240
241 2019-07-03 Pedro Alves <palves@redhat.com>
242
243 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
244 Split one gdb_test_multiple call in two to avoid a race.
245
246 2019-07-03 Pedro Alves <palves@redhat.com>
247
248 * gdb.base/with.c: New file.
249 * gdb.base/with.exp: New file.
250
251 2019-07-03 Pedro Alves <palves@redhat.com>
252
253 * gdb.base/settings.exp: Replace all references to "maint
254 test-settings set" with references to "maint set test-settings",
255 and all references to "maint test-settings show" with references
256 to "maint show test-settings".
257
258 2019-07-03 Pedro Alves <palves@redhat.com>
259
260 * gdb.base/settings.exp (test-string): Adjust expected out when
261 testing "maint test-settings show filename"
262
263 2019-07-02 Pedro Alves <palves@redhat.com>
264
265 * gdb.base/options.exp (test-info-threads): New procedure.
266 (top level): Call it.
267
268 2019-06-28 Tom Tromey <tromey@adacore.com>
269
270 * gdb.dwarf2/ada-linkage-name.c: New file.
271 * gdb.dwarf2/ada-linkage-name.exp: New file.
272
273 2019-06-27 Tom Tromey <tromey@adacore.com>
274
275 * gdb.cp/constexpr-field.exp: Use setup_xfail.
276
277 2019-06-26 Tom de Vries <tdevries@suse.de>
278
279 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
280
281 2019-06-26 Tom de Vries <tdevries@suse.de>
282
283 * gdb.base/index-cache.exp: Add back missing debug option.
284
285 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
286
287 * gdb.base/alias.exp: Test non matching/non existing prefixes.
288
289 2019-06-25 Tom de Vries <tdevries@suse.de>
290
291 PR testsuite/24727
292 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
293
294 2019-06-24 Tom de Vries <tdevries@suse.de>
295
296 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
297
298 2019-06-24 Tom de Vries <tdevries@suse.de>
299
300 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
301 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
302 * gdb.trace/unavailable-dwarf-piece.exp: Same.
303
304 2019-06-24 Tom de Vries <tdevries@suse.de>
305
306 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
307
308 2019-06-21 Tom de Vries <tdevries@suse.de>
309
310 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
311
312 2019-06-21 Tom de Vries <tdevries@suse.de>
313
314 PR testsuite/24518
315 PR ada/24713
316 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
317 index.
318
319 2019-06-19 Tom Tromey <tromey@adacore.com>
320
321 * gdb.ada/length_cond.exp: Add intro comment.
322
323 2019-06-19 Tom Tromey <tromey@adacore.com>
324
325 * gdb.ada/length_cond.exp: New file.
326 * gdb.ada/length_cond/length_cond.adb: New file.
327 * gdb.ada/length_cond/pck.adb: New file.
328 * gdb.ada/length_cond/pck.ads: New file.
329
330 2019-06-18 Tom de Vries <tdevries@suse.de>
331
332 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
333
334 2019-06-18 Tom Tromey <tromey@adacore.com>
335
336 * gdb.base/list0.h: Add comment explaining control character.
337
338 2019-06-18 Tom de Vries <tdevries@suse.de>
339
340 * boards/fission.exp: Break up long debug_flags line.
341
342 2019-06-16 Tom de Vries <tdevries@suse.de>
343
344 PR gdb/24445
345 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
346 generated index.
347
348 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
349
350 PR gdb/24686
351 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
352 improve detection of bug gdb/24541.
353
354 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
355
356 PR gdb/24669
357 * gdb.base/index-cache.exp (uses_readnow,
358 expecting_index_cache_use): Define global variable.
359 (test_cache_enabled_miss, test_cache_enabled_hit): Use
360 expecting_index_cache_use.
361
362 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
363 Andrew Burgess <andrew.burgess@embecosm.com>
364
365 * gdb.fortran/pointers.f90: New file.
366 * gdb.fortran/print_type.exp: New file.
367 * gdb.fortran/vla-ptype.exp: Adapt expected results.
368 * gdb.fortran/vla-type.exp: Likewise.
369 * gdb.fortran/vla-value.exp: Likewise.
370 * gdb.mi/mi-vla-fortran.exp: Likewise.
371
372 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
375 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
376 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
377 as a stop reason.
378
379 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
380
381 * gdb.base/annota1.exp: Update expected results.
382 * gdb.cp/annota2.exp: Likewise.
383 * gdb.cp/annota3.exp: Likewise.
384
385 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
386
387 * gdb.base/style-logging.exp: Remove path from test name.
388
389 2019-06-14 Tom Tromey <tromey@adacore.com>
390
391 PR gdb/24502:
392 * gdb.base/style-logging.exp: New file.
393
394 2019-06-14 Tom Tromey <tromey@adacore.com>
395
396 * gdb.base/symfile-warn.exp: New file.
397 * gdb.base/symfile-warn.c: New file.
398
399 2019-06-14 Tom Tromey <tromey@adacore.com>
400
401 * gdb.base/annotate-symlink.exp: New file.
402
403 2019-06-14 Tom Tromey <tromey@adacore.com>
404
405 * gdb.ada/set_wstr.exp: Add reassignment test.
406
407 2019-06-14 Tom Tromey <tromey@adacore.com>
408
409 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
410 'unchecked_access and 'unrestricted_access as well.
411
412 2019-06-14 Tom Tromey <tromey@adacore.com>
413
414 PR ada/24539:
415 * gdb.ada/vla.exp: Update tests.
416 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
417 pragma.
418
419 2019-06-13 Pedro Alves <palves@redhat.com>
420
421 * gdb.base/settings.exp (test-integer): Test junk after
422 "unlimited".
423
424 2019-06-13 Pedro Alves <palves@redhat.com>
425
426 * gdb.base/options.exp (test-thread-apply): New.
427 (top level): Call it.
428
429 2019-06-13 Pedro Alves <palves@redhat.com>
430
431 * gdb.base/options.exp (test-frame-apply): New.
432 (top level): Test print commands with different "frame apply"
433 prefixes.
434
435 2019-06-13 Pedro Alves <palves@redhat.com>
436
437 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
438 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
439 'max_completions' parameter and handle it.
440 (test_gdb_completion_offers_commands): New.
441
442 2019-06-13 Pedro Alves <palves@redhat.com>
443
444 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
445
446 2019-06-13 Pedro Alves <palves@redhat.com>
447
448 * gdb.base/options.exp (test-backtrace): New.
449 (top level): Call it.
450
451 2019-06-13 Pedro Alves <palves@redhat.com>
452
453 * gdb.guile/scm-frame-args.exp: Use "set print
454 raw-frame-arguments" instead of "set print raw frame-arguments".
455 * gdb.python/py-frame-args.exp: Likewise.
456
457 2019-06-13 Pedro Alves <palves@redhat.com>
458
459 * gdb.compile/compile.exp: Adjust expected output to option
460 processing changes.
461
462 2019-06-13 Pedro Alves <palves@redhat.com>
463
464 * gdb.base/options.exp: Build executable.
465 (test-print): New procedure.
466 (top level): Call it, once for "print" and another for "compile
467 print".
468
469 2019-06-13 Pedro Alves <palves@redhat.com>
470
471 * gdb.base/options.c: New file.
472 * gdb.base/options.exp: New file.
473
474 2019-06-13 Pedro Alves <palves@redhat.com>
475
476 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
477 that "o" is ambiguous.
478
479 2019-06-13 Pedro Alves <palves@redhat.com>
480
481 * gdb.base/settings.c: New file.
482 * gdb.base/settings.exp: New file.
483
484 2019-06-13 Pedro Alves <palves@redhat.com>
485
486 * gdb.base/completion.exp: Fix comment typo.
487
488 2019-06-13 Pedro Alves <palves@redhat.com>
489
490 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
491 foo --1" test.
492
493 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
494
495 * gdb.fortran/block-data.f: New.
496 * gdb.fortran/block-data.exp: New.
497
498 2019-06-11 Tom de Vries <tdevries@suse.de>
499
500 PR testsuite/24521
501 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
502 message.
503
504 2019-06-11 Tom de Vries <tdevries@suse.de>
505
506 PR testsuite/24521
507 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
508
509 2019-06-11 Tom de Vries <tdevries@suse.de>
510
511 * boards/readnow.exp: New file.
512
513 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
514
515 * gdb.fortran/vla-sizeof.exp: Update expected results.
516
517 2019-06-06 Amos Bird <amosbird@gmail.com>
518
519 * gdb.base/annota1.exp (thread_switch): Add test for
520 thread-exited annotation.
521
522 2019-06-06 Tom Tromey <tromey@adacore.com>
523
524 * gdb.base/maint.exp: Expect command started/finished output.
525
526 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
527
528 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
529 comment.
530 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
531
532 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
533
534 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
535 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
536 * gdb.arch/riscv-unwind-long-insn.c: New file.
537 * gdb.arch/riscv-unwind-long-insn.exp: New file.
538
539 2019-06-04 Christian Biesinger <cbiesinger@google.com>
540
541 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
542
543 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
544
545 * lib/gdb.exp (help_list_trailer): New regexp variable
546 factorizing the help trailer message.
547 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
548 arg to allow to better factorize various tests.
549 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
550 (test_prefix_command_help): Use help_list_trailer.
551 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
552 * gdb.guile/scm-cmd.exp: Likewise.
553 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
554 * gdb.base/help.exp: Use test_user_defined_class_help.
555 * gdb.base/style.exp: Add tests for styling of help and apropos.
556 * lib/gdb-utils.exp (style): Add title and highlight styles.
557
558 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
559
560 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
561 $_shell_exitsignal.
562 * gdb.base/default.exp: Update for new convenience variables.
563
564 2019-05-29 Tom Tromey <tromey@adacore.com>
565
566 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
567 to "break complete ada" test case's regexp.
568
569 2019-05-29 Tom Tromey <tromey@adacore.com>
570
571 PR c++/20020:
572 * gdb.cp/constexpr-field.exp: New file.
573 * gdb.cp/constexpr-field.cc: New file.
574
575 2019-05-29 Tom Tromey <tromey@adacore.com>
576
577 * gdb.base/finish.exp (finish_no_print): New proc.
578 (finish_tests): Call it.
579
580 2019-05-24 Tom de Vries <tdevries@suse.de>
581
582 * gdb.dwarf2/gdb-add-index.exp: New file.
583
584 2019-05-22 Tom Tromey <tromey@adacore.com>
585
586 * gdb.base/info-shared.exp (check_info_shared): Use "style".
587 * gdb.base/style.exp: Use "style".
588 * lib/gdb-utils.exp (style): New proc.
589
590 2019-05-22 Tom de Vries <tdevries@suse.de>
591
592 * gdb.base/align.exp: Require c++11.
593
594 2019-05-22 Tom de Vries <tdevries@suse.de>
595
596 PR testsuite/24586
597 * gdb.python/py-mi-var-info-path-expression.exp: Call
598 mi_skip_python_tests to check if python is supported.
599
600 2019-05-22 Alan Hayward <alan.hayward@arm.com>
601
602 * gdb.arch/aarch64-pauth.c: New test.
603 * gdb.arch/aarch64-pauth.exp: New file.
604
605 2019-05-22 Alan Hayward <alan.hayward@arm.com>
606
607 * README (Re-running Tests Outside The Testsuite): New section.
608
609 2019-05-21 Tom de Vries <tdevries@suse.de>
610
611 * gdb.arch/amd64-eval.exp: Require c++11.
612 * gdb.base/max-depth.exp: Same.
613 * gdb.compile/compile-cplus-array-decay.exp: Same.
614 * gdb.cp/meth-typedefs.exp: Same.
615 * gdb.cp/subtypes.exp: Same.
616 * gdb.cp/temargs.exp: Same.
617
618 2019-05-21 Alan Hayward <alan.hayward@arm.com>
619
620 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
621
622 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
623
624 PR gdb/18644
625 * gdb.fortran/complex.exp: Remove setup_kfail calls.
626 * gdb.fortran/printing-types.exp: Add new test.
627 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
628 testing.
629 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
630 setup_kfail call.
631
632 2019-05-17 Alan Hayward <alan.hayward@arm.com>
633
634 * README (Running the Testsuite): Change example.
635 (Testsuite Parameters): Remove TRANSCRIPT.
636 * lib/gdb.exp: Remove TRANSCRIPT check.
637
638 2019-05-17 Alan Hayward <alan.hayward@arm.com>
639
640 * README (Testsuite Parameters): Add replay logging to
641 GDBSERVER_DEBUG.
642 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
643 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
644 as a comma separated list.
645 (gdb_debug_init): Override procedure.
646
647 2019-05-17 Alan Hayward <alan.hayward@arm.com>
648
649 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
650 (gdb_write_cmd_file): New procedure.
651 * lib/gdbserver-support.exp (gdbserver_start): Call
652 gdbserver_write_cmd_file.
653 (gdbserver_write_cmd_file): New procedure.
654
655 2019-05-17 Alan Hayward <alan.hayward@arm.com>
656
657 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
658 (delete_breakpoints): Likewise.
659 (gdb_run_cmd): Likewise.
660 (gdb_start_cmd): Likewise.
661 (gdb_starti_cmd): Likewise.
662 (gdb_internal_error_resync): Likewise.
663 (gdb_test_multiple): Likewise.
664 (gdb_reinitialize_dir): Likewise.
665 (default_gdb_exit): Likewise.
666 (gdb_file_cmd): Mark kill as optional.
667 (default_gdb_start): Call gdb_stdin_log_init.
668 (send_gdb): Call gdb_stdin_log_write.
669 (rerun_to_main): Mark Y as an answer.
670 (gdb_stdin_log_init): New function.
671 (gdb_stdin_log_write): Likewise.
672
673 2019-05-17 Alan Hayward <alan.hayward@arm.com>
674
675 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
676 * gdb.base/debug-expr.exp: Likewise.
677 * gdb.base/foll-fork.exp: Likewise.
678 * gdb.base/foll-vfork.exp: Likewise.
679 * gdb.base/fork-print-inferior-events.exp: Likewise.
680 * gdb.base/gdb-sigterm.exp: Likewise.
681 * gdb.base/gdbinit-history.exp: Likewise.
682 * gdb.base/osabi.exp: Likewise.
683 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
684 * gdb.base/ui-redirect.exp: Likewise.
685 * gdb.gdb/unittest.exp: Likewise.
686 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
687 * gdb.mi/mi-watch.exp: Likewise.
688 * gdb.mi/new-ui-mi-sync.exp: Likewise.
689 * gdb.mi/user-selected-context-sync.exp: Likewise.
690 * gdb.python/python.exp: Disable debug test when debugging.
691 * gdb.threads/check-libthread-db.exp: Disable when debugging.
692 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
693 Likewise.
694 * gdb.threads/stepi-random-signal.exp: Likewise.
695
696 2019-05-17 Alan Hayward <alan.hayward@arm.com>
697
698 * Makefile.in: Pass through GDB_DEBUG.
699 * README (Testsuite Parameters): Add GDB_DEBUG.
700 (gdb,debug): Add board setting.
701 * lib/gdb.exp (default_gdb_start): Start debugging.
702 (gdb_debug_enabled): New procedure.
703 (gdb_debug_init): Likewise.
704
705 2019-05-17 Alan Hayward <alan.hayward@arm.com>
706
707 * Makefile.in: Pass through GDB_DEBUG.
708 * README (Testsuite Parameters): Add GDB_DEBUG.
709 (gdb,debug): Add board setting.
710 * lib/gdb.exp (default_gdb_start): Start debugging.
711 (gdb_debug_enabled): New procedure.
712 (gdb_debug_init): Likewise.
713
714 2019-05-17 Alan Hayward <alan.hayward@arm.com>
715
716 * gdb.base/ui-redirect.exp: Add debug redirect tests.
717
718 2019-05-17 Alan Hayward <alan.hayward@arm.com>
719
720 * gdb.base/ui-redirect.exp: Test redirection.
721
722 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
723
724 * gdb.mi/mi-complete.exp: New file.
725 * gdb.mi/mi-complete.cc: Likewise.
726
727 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
728
729 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
730 indexed and sliced arrays, and pointers to arrays.
731
732 2019-05-14 Tom Tromey <tromey@adacore.com>
733
734 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
735 styling test.
736
737 2019-05-14 Tom de Vries <tdevries@suse.de>
738
739 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
740 selection entry encoding.
741
742 2019-05-10 Tom Tromey <tromey@adacore.com>
743
744 * gdb.ada/info_exc.exp: Add "complete" test.
745
746 2019-05-09 Tom de Vries <tdevries@suse.de>
747
748 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
749 CU-relative.
750
751 2019-05-09 Tom de Vries <tdevries@suse.de>
752
753 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
754 CU-relative.
755
756 2019-05-08 Joel Brobecker <brobecker@adacore.com>
757
758 * gdb.ada/frame_arg_lang.exp: New testcase.
759 * gdb.ada/frame_arg_lang/bla.adb: New file.
760 * gdb.ada/frame_arg_lang/pck.ads: New file.
761 * gdb.ada/frame_arg_lang/pck.adb: New file.
762 * gdb.ada/frame_arg_lang/foo.c: New file.
763
764 2019-05-08 Tom Tromey <tromey@adacore.com>
765
766 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
767
768 2019-05-08 Tom Tromey <tromey@adacore.com>
769
770 * gdb.base/ptype-offsets.exp: Update tests.
771
772 2019-05-08 Tom Tromey <tromey@adacore.com>
773
774 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
775 cases.
776 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
777 "short".
778
779 2019-05-08 Tom Tromey <tromey@adacore.com>
780
781 * gdb.ada/vla.exp: New file.
782 * gdb.ada/vla/vla.adb: New file.
783
784 2019-05-07 Tom de Vries <tdevries@suse.de>
785
786 * gdb.base/index-cache.exp (ls_host): Fix return statement.
787
788 2019-05-07 Tom de Vries <tdevries@suse.de>
789
790 PR testsuite/24522
791 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
792 section.
793
794 2019-05-07 Tom de Vries <tdevries@suse.de>
795
796 PR testsuite/24522
797 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
798 .debug_aranges section.
799
800 2019-05-07 Tom de Vries <tdevries@suse.de>
801
802 PR testsuite/24159
803 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
804
805 2019-05-06 Tom de Vries <tdevries@suse.de>
806
807 * lib/gdb.exp (exec_has_index_section): New proc.
808 * gdb.base/index-cache.exp: Handle case that binfile contains an index
809 section.
810
811 2019-05-04 Tom de Vries <tdevries@suse.de>
812
813 * boards/cc-with-debug-names.exp: New file.
814
815 2019-05-03 Tom Tromey <tromey@adacore.com>
816
817 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
818 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
819 * gdb.ada/char_enum.exp: Add test.
820
821 2019-05-03 Tom de Vries <tdevries@suse.de>
822
823 * boards/cc-with-gdb-index.exp: New file.
824
825 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
826
827 * gdb.rust/simple.exp: Add new test case.
828 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
829 (main): Initialise an instance of the new struct.
830
831 2019-05-01 Tom Tromey <tromey@adacore.com>
832
833 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
834 record.
835 (NPR): New variable.
836 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
837 test.
838
839 2019-05-01 Tom Tromey <tromey@adacore.com>
840
841 * gdb.ada/packed_array_assign.exp: Add packed assignment
842 regression test.
843
844 2019-05-01 Tom de Vries <tdevries@suse.de>
845
846 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
847
848 2019-05-01 Tom de Vries <tdevries@suse.de>
849
850 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
851
852 2019-04-30 Ali Tamur <tamur@google.com>
853
854 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
855
856 2019-04-30 Tom Tromey <tromey@adacore.com>
857
858 * lib/ada.exp (find_ada_tool): New proc.
859 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
860 * gdb.ada/catch_ex_std.exp: New file.
861 * gdb.ada/catch_ex_std/foo.adb: New file.
862 * gdb.ada/catch_ex_std/some_package.adb: New file.
863 * gdb.ada/catch_ex_std/some_package.ads: New file.
864
865 2019-04-30 Tom Tromey <tromey@adacore.com>
866
867 PR c++/24470:
868 * gdb.cp/temargs.cc: Add test code from PR.
869
870 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
871
872 * gdb.fortran/vla-datatypes.exp: Update expected results.
873 * gdb.fortran/vla-ptype.exp: Likewise.
874 * gdb.fortran/vla-type.exp: Likewise.
875 * gdb.fortran/vla-value.exp: Likewise.
876
877 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
878
879 * gdb.fortran/ptr-indentation.exp: Update expected results.
880 * gdb.fortran/ptype-on-functions.exp: Likewise.
881 * gdb.fortran/vla-ptr-info.exp: Likewise.
882 * gdb.fortran/vla-value.exp: Likewise.
883
884 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
885
886 * gdb.fortran/ptype-on-functions.exp: New file.
887 * gdb.fortran/ptype-on-functions.f90: New file.
888
889 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
890
891 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
892 case void string.
893
894 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
895
896 * gdb.fortran/complex.exp: Expand.
897 * gdb.fortran/complex.f: Renamed to...
898 * gdb.fortran/complex.f90: ...this, and extended to add more
899 complex values.
900
901 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
902
903 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
904 MODULO, CMPLX.
905
906 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
907 Richard Bunt <richard.bunt@arm.com>
908
909 * gdb.base/max-depth.c: New file.
910 * gdb.base/max-depth.exp: New file.
911 * gdb.python/py-nested-maps.c: New file.
912 * gdb.python/py-nested-maps.exp: New file.
913 * gdb.python/py-nested-maps.py: New file.
914 * gdb.python/py-format-string.exp (test_max_depth): New proc.
915 (test_all_common): Call test_max_depth.
916 * gdb.fortran/max-depth.exp: New file.
917 * gdb.fortran/max-depth.f90: New file.
918 * gdb.go/max-depth.exp: New file.
919 * gdb.go/max-depth.go: New file.
920 * gdb.modula2/max-depth.exp: New file.
921 * gdb.modula2/max-depth.c: New file.
922 * lib/gdb.exp (get_print_expr_at_depths): New proc.
923
924 2019-04-29 Tom de Vries <tdevries@suse.de>
925
926 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
927
928 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
929
930 * gdb.base/callexit.exp: Test may-call-functions off.
931
932 2019-04-25 Keith Seitz <keiths@redhat.com>
933
934 PR c++/24367
935 * gdb.cp/meth-typedefs.cc (incomplete_struct)
936 (another_incomplete_struct, test_incomplete): New definitions.
937 (main): Use new definitions.
938 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
939 functions.
940
941 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
942
943 PR corefiles/11608
944 PR corefiles/18187
945 * gdb.base/coredump-filter-build-id.exp: New file.
946
947 2019-04-25 Alan Hayward <alan.hayward@arm.com>
948
949 * Makefile.in: Pass through GDBSERVER_DEBUG.
950 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
951 (gdbserver,debug): Add board setting.
952 * gdb.trace/tspeed.exp: Skip when debugging.
953 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
954 * lib/gdbserver-support.exp: Likewise
955
956 2019-04-24 Tom Tromey <tromey@adacore.com>
957
958 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
959 Rust.
960
961 2019-04-24 Tom Tromey <tromey@adacore.com>
962
963 * gdb.arch/amd64-eval.exp: Test bitfield return.
964 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
965 (class Foo) <return_bitfields>: New method.
966 (main): Call it.
967
968 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
969
970 * gdb.cp/many-args.cc: New file.
971 * gdb.cp/many-args.exp: New file.
972
973 2019-04-23 Tom de Vries <tdevries@suse.de>
974
975 PR gdb/24433
976 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
977
978 2019-04-23 Alan Hayward <alan.hayward@arm.com>
979
980 * gdb.trace/backtrace.exp: Use nopie flag.
981 * gdb.trace/circ.exp: Likewise.
982 * gdb.trace/collection.exp: Likewise.
983 * gdb.trace/ftrace.exp: Likewise.
984 * gdb.trace/mi-trace-unavailable.exp: Likewise.
985 * gdb.trace/mi-traceframe-changed.exp: Likewise.
986 * gdb.trace/qtro.exp: Likewise.
987 * gdb.trace/read-memory.exp: Likewise.
988 * gdb.trace/report.exp: Likewise.
989 * gdb.trace/tfile.exp: Likewise.
990 * gdb.trace/tfind.exp: Likewise.
991 * gdb.trace/unavailable.exp: Likewise.
992
993 2019-04-22 Pedro Alves <palves@redhat.com>
994
995 * gdb.base/solib-probes-nosharedlibrary.c,
996 gdb.base/solib-probes-nosharedlibrary.exp: New files.
997
998 2019-04-19 Tom Tromey <tromey@adacore.com>
999
1000 * gdb.ada/ptype_union.c: New file.
1001 * gdb.ada/ptype_union.exp: New file.
1002
1003 2019-04-19 Tom Tromey <tromey@adacore.com>
1004
1005 PR symtab/24423:
1006 * gdb.base/list0.h (foo): Add a control-l character.
1007
1008 2019-04-18 Tom de Vries <tdevries@suse.de>
1009
1010 PR gdb/24433
1011 * boards/local-board.exp: Set sysroot to "".
1012
1013 2019-04-18 Tom de Vries <tdevries@suse.de>
1014 Pedro Alves <palves@redhat.com>
1015
1016 PR gdb/24454
1017 * gdb.threads/vfork-follow-child-exec.c: New file.
1018 * gdb.threads/vfork-follow-child-exec.exp: New file.
1019 * gdb.threads/vfork-follow-child-exit.c: New file.
1020 * gdb.threads/vfork-follow-child-exit.exp: New file.
1021
1022 2019-04-15 Leszek Swirski <leszeks@google.com>
1023
1024 * gdb.arch/amd64-eval.cc: New file.
1025 * gdb.arch/amd64-eval.exp: New file.
1026
1027 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1028
1029 * gdb.server/sysroot.c: New test.
1030 * gdb.server/sysroot.exp: New file.
1031 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1032 matching param.
1033
1034 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1035
1036 * gdb.base/align.exp: Extend test to cover structures containing
1037 only static fields.
1038
1039 2019-04-11 Tom de Vries <tdevries@suse.de>
1040
1041 * boards/cc-with-dwz-m.exp: New file.
1042 * boards/cc-with-dwz.exp: New file.
1043 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1044
1045 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1046
1047 * gdb.base/start-cpp.exp: New file.
1048 * gdb.base/start-cpp.cc: New file.
1049
1050 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1051
1052 * gdb.python/py-thrhandle.exp: Adjust tests to call
1053 thread_from_handle instead of thread_from_thread_handle.
1054
1055 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1056
1057 * gdb.python/py-thrhandle.exp: Add tests for
1058 gdb.InferiorThread.handle.
1059
1060 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1061
1062 * gdb.python/py-function.exp: Check calling helper function from
1063 all languages.
1064 * lib/gdb.exp (gdb_supported_languages): New proc.
1065
1066 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1067
1068 * gdb.base/complex-parts.c: New file.
1069 * gdb.base/complex-parts.exp: New file.
1070
1071 2019-04-01 Tom Tromey <tromey@adacore.com>
1072
1073 PR symtab/23331:
1074 * gdb.dwarf2/dw2-ranges-main.c: New file.
1075 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1076 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1077
1078 2019-03-30 Simon Marchi <simark@simark.ca>
1079
1080 * gdb.base/default.exp: Add values for $_gdb_major and
1081 $_gdb_minor.
1082
1083 2019-03-29 Tom Tromey <tromey@adacore.com>
1084
1085 * gdb.base/help.exp: Tighten apropos regexp.
1086
1087 2019-03-29 Keith Seitz <keiths@redhat.com>
1088
1089 * gdb.fortran/array-bounds.exp: New file.
1090 * gdb.fortran/array-bounds.f90: New file.
1091
1092 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1093
1094 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1095
1096 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1097
1098 * gdb.multi/hello.c (main): Increase alarm timer.
1099
1100 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1101
1102 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1103 factor when no hardware watchpoint support.
1104
1105 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1106 Pedro Alves <palves@redhat.com>
1107
1108 * boards/local-board.exp: set sysroot to /.
1109
1110 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1111
1112 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1113 in child.
1114
1115 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1116
1117 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1118 field.
1119 (make_container): Initialise new field.
1120 * gdb.python/py-prettyprint.exp: Add new tests.
1121 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1122 <display_hint>: New method.
1123
1124 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1125
1126 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1127 gdb_continue_to_breakpoint more throughout this test.
1128 (run_lang_tests) Supply unique test names, and use
1129 gdb_test_no_output.
1130
1131 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1132
1133 * gdb.base/finish-pretty.exp: Update expected results.
1134 * gdb.base/pretty-print.c: New file.
1135 * gdb.base/pretty-print.exp: New file.
1136
1137 2019-03-25 Pedro Alves <palves@redhat.com>
1138
1139 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1140 move comments outside list. Append '-i "" eof' section.
1141
1142 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1143
1144 * README: Add pie options.
1145 * gdb.base/break-interp.exp: Ensure pie is disabled.
1146 * gdb.base/dump.exp: Likewise.
1147 * lib/gdb.exp (gdb_compile): Add pie option.
1148
1149 2019-03-19 Tom Tromey <tromey@adacore.com>
1150
1151 * gdb.mi/mi2-cli-display.c: New file.
1152 * gdb.mi/mi2-cli-display.exp: New file.
1153
1154 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1155 Tom Tromey <tromey@adacore.com>
1156
1157 * gdb.ada/ptype_array/pck.adb: New file.
1158 * gdb.ada/ptype_array/pck.ads: New file.
1159 * gdb.ada/ptype_array/foo.adb: New file.
1160 * gdb.ada/ptype_array.exp: New file.
1161
1162 2019-03-14 Tom Tromey <tromey@adacore.com>
1163
1164 * gdb.base/style.exp: Add "set style sources" test.
1165
1166 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1167
1168 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1169 * mi-breakpoint-multiple-locations.exp: ... this.
1170 (make_breakpoints_pattern): New proc.
1171 (do_test): Add mi_version parameter, test -break-insert,
1172 -break-info and =breakpoint-created.
1173
1174 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1175
1176 * config/default.exp: Remove 'load_lib gdb.exp'.
1177 * config/monitor.exp: Likewise.
1178 * config/sid.exp: Likewise.
1179 * config/sim.exp: Likewise.
1180 * config/slite.exp: Likewise.
1181 * config/unix.exp: Likewise.
1182 * gdb.base/default.exp: Remove unhelpful comment.
1183
1184 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1185
1186 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1187
1188 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1189
1190 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1191
1192 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1193
1194 * gdb.fortran/type-kinds.exp: Update expected results.
1195
1196 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1197
1198 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1199
1200 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1201
1202 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1203 function.
1204 (test_basic_parsing_of_type_kinds): Expand types tested.
1205 (test_parsing_invalid_type_kinds): New function.
1206
1207 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1208
1209 * gdb.fortran/intrinsics.exp: New file.
1210 * gdb.fortran/intrinsics.f90: New file.
1211 * gdb.fortran/type-kinds.exp: New file.
1212
1213 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1214
1215 * gdb.fortran/dot-ops.exp: New file.
1216
1217 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1220 Check upper and lower case logical literals.
1221
1222 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1223
1224 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1225 Remove duplicate tests.
1226
1227 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1228
1229 * lib/gdb.exp (builtin_cd): rename of cd.
1230 (cd): Override builtin.
1231
1232 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1233
1234 * gdb.fortran/function-calls.exp: New file.
1235 * gdb.fortran/function-calls.f90: New test.
1236
1237 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1238
1239 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1240 on user program standard output.
1241 * gdb.fortran/short-circuit-argument-list.f90: Record function
1242 calls.
1243
1244 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1245
1246 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1247 failure.
1248
1249 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1250
1251 PR gdb/8527
1252 * gdb.base/interrupt-daemon-attach.c,
1253 gdb.base/interrupt-daemon-attach.exp: New test.
1254
1255 2019-02-27 Pedro Alves <palves@redhat.com>
1256
1257 * gdb.base/page.exp: Add tests for "set width/height -1".
1258
1259 2019-02-27 Pedro Alves <palves@redhat.com>
1260
1261 * gdb.base/page.exp: Add tests for "set/show width/height" with
1262 "infinite" values.
1263
1264 2019-02-27 Tom Tromey <tromey@adacore.com>
1265
1266 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1267 2.4.
1268 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1269 workaround.
1270
1271 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1272
1273 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1274 tests for structs with static members.
1275
1276 2019-02-26 Tom Tromey <tromey@adacore.com>
1277
1278 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1279 ValueError, not TypeError.
1280
1281 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1282
1283 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1284 call from main program.
1285
1286 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1287
1288 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1289 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1290 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1291 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1292 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1293
1294 2019-02-22 Keith Seitz <keiths@redhat.com>
1295
1296 PR symtab/23853
1297 * gdb.base/symlink-sourcefile.c: New file.
1298 * gdb.base/symlink-sourcefile.exp: New file.
1299
1300 2019-02-20 Tom Tromey <tom@tromey.com>
1301
1302 * gdb.base/info_qt.exp: Update.
1303
1304 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1305
1306 * gdb.base/source.exp: Move "error in sourced script" code to
1307 the end.
1308 * gdb.base/source-error.gdb: Move contents to
1309 source-error-1.gdb. Add new code to source source-error-1.gdb.
1310 * gdb.base/source-error-1.gdb: New file, from previous
1311 source-error.gdb.
1312
1313 2019-02-17 Tom Tromey <tom@tromey.com>
1314
1315 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1316 for macro styling.
1317 * gdb.base/style.c (SOME_MACRO): New macro.
1318
1319 2019-02-17 Tom Tromey <tom@tromey.com>
1320
1321 * gdb.base/style.exp: Add line-wrapping tests.
1322 * gdb.base/page.exp: Add test for quitting during pagination.
1323
1324 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1325
1326 * gdb.ada/big_packed_array: New testcase.
1327 * gdb.ada/homonym.exp: Fix incorrect expected output for
1328 "break <homonym__get_value>" test.
1329
1330 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1331
1332 PR breakpoints/21870
1333 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1334 and prepare_for_testing. Add comment.
1335 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1336 redundant cleanup call. Clean up comment.
1337
1338 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1339
1340 PR breakpoints/21870
1341 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1342 * gdb.arch/aarch64-dbreg-contents.c: New file.
1343
1344 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1345
1346 * gdb.ada/mi_ref_changeable: New testcase.
1347
1348 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1349
1350 * gdb.base/attach.exp: Add double attach test.
1351
1352 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1353
1354 * lib/gdb.exp (default_gdb_start): Don't match pagination
1355 prompt.
1356 (gdb_init): Set stty_init.
1357
1358 2019-01-27 Tom Tromey <tom@tromey.com>
1359
1360 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1361 skip_python_tests.
1362
1363 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1364
1365 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1366 New structure.
1367 (struct struct_static_02_02): Likewise.
1368 (struct struct_static_02_03): Likewise.
1369 (struct struct_static_02_04): Likewise.
1370 (struct struct_static_04_01): Likewise.
1371 (struct struct_static_04_02): Likewise.
1372 (struct struct_static_04_03): Likewise.
1373 (struct struct_static_04_04): Likewise.
1374 (struct struct_static_06_01): Likewise.
1375 (struct struct_static_06_02): Likewise.
1376 (struct struct_static_06_03): Likewise.
1377 (struct struct_static_06_04): Likewise.
1378 (cmp_struct_static_02_01): Likewise.
1379 (cmp_struct_static_02_02): Likewise.
1380 (cmp_struct_static_02_03): Likewise.
1381 (cmp_struct_static_02_04): Likewise.
1382 (cmp_struct_static_04_01): Likewise.
1383 (cmp_struct_static_04_02): Likewise.
1384 (cmp_struct_static_04_03): Likewise.
1385 (cmp_struct_static_04_04): Likewise.
1386 (cmp_struct_static_06_01): Likewise.
1387 (cmp_struct_static_06_02): Likewise.
1388 (cmp_struct_static_06_03): Likewise.
1389 (cmp_struct_static_06_04): Likewise.
1390 (call_all): Test new structs.
1391 * gdb.base/infcall-nested-structs.exp: Likewise.
1392
1393 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1394 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1395
1396 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1397 * gdb.base/stack-protector.c: New test.
1398 * gdb.base/stack-protector.exp: New file.
1399 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1400 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1401 option.
1402 (gdb_compile): Remove stack protector for GCC and prevent
1403 recursion.
1404
1405 2019-01-16 Keith Seitz <keiths@redhat.com>
1406
1407 PR gdb/23773
1408 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1409
1410 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1411
1412 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1413 aliases.
1414 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1415 tests.
1416 * gdb.arch/powerpc-vector-regs.c: New file.
1417 * gdb.arch/powerpc-vector-regs.exp: New file.
1418
1419 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1420
1421 * gdb.arch/altivec-regs.exp: Fix the list passed to
1422 gdb_expect_list when testing "info vector".
1423
1424 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 * gdb.base/style.exp: Don't include path in testname.
1427
1428 2019-01-10 Keith Seitz <keiths@redhat.com>
1429
1430 PR gdb/23712
1431 PR symtab/23010
1432 * gdb.dwarf2/multidictionary.exp: New file.
1433
1434 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1435
1436 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1437 (test_gnuv3_style_demangling): ... this.
1438 (test_lucid_style_demangling): Remove.
1439 (test_arm_style_demangling): Remove.
1440 (test_hp_style_demangling): Remove.
1441 (do_tests): Remove calls to the above.
1442
1443 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1444
1445 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1446 case.
1447
1448 2019-01-06 Tom Tromey <tom@tromey.com>
1449
1450 PR gdb/28155:
1451 * gdb.dwarf2/typedef-void-finish.exp: New file.
1452
1453 2018-12-28 Tom Tromey <tom@tromey.com>
1454 Simon Marchi <simark@simark.ca>
1455
1456 * gdb.base/jit-exec.exp: New file.
1457 * gdb.base/jit-exec.c: New file.
1458 * gdb.base/jit-execd.c: New file.
1459
1460 2018-12-28 Tom Tromey <tom@tromey.com>
1461
1462 * gdb.base/style.exp: Update test to check for address styling.
1463
1464 2018-12-28 Tom Tromey <tom@tromey.com>
1465
1466 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1467 message.
1468
1469 2018-12-28 Tom Tromey <tom@tromey.com>
1470
1471 * gdb.base/style.exp: Add test for version number styling.
1472
1473 2018-12-28 Tom Tromey <tom@tromey.com>
1474
1475 * gdb.base/style.exp: Add test for print_address_symbolic.
1476
1477 2018-12-28 Tom Tromey <tom@tromey.com>
1478
1479 * gdb.base/style.exp: Add test for breakpoint setting.
1480
1481 2018-12-28 Tom Tromey <tom@tromey.com>
1482
1483 * gdb.base/style.exp: Add test for variable names.
1484
1485 2018-12-28 Tom Tromey <tom@tromey.com>
1486
1487 * gdb.base/style.exp: New file.
1488 * gdb.base/style.c: New file.
1489
1490 2018-12-28 Tom Tromey <tom@tromey.com>
1491
1492 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1493 "dumb".
1494 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1495 the TERM environment variable.
1496
1497 2018-12-27 Tom Tromey <tom@tromey.com>
1498
1499 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1500 pagination test.
1501
1502 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1503
1504 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1505 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1506
1507 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1508
1509 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1510 Filename a.adb changed to bp_fun_addr.adb.
1511 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1512
1513 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1514
1515 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1516 non-PIE executables.
1517 * README: Mention the gdb,nopie_flag board setting.
1518 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1519 non-PIE executable.
1520 * gdb.arch/amd64-entry-value.exp: Likewise.
1521 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1522 * gdb.arch/i386-float.exp: Likewise.
1523 * gdb.arch/i386-signal.exp: Likewise.
1524 * gdb.mi/mi-reg-undefined.exp: Likewise.
1525
1526 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1527
1528 PR gdb/23974
1529 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1530
1531 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1532
1533 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1534 Update order of results accordingly.
1535
1536 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1537
1538 * gdb.base/annota1.exp: Update a test regexp.
1539
1540 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1541
1542 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1543
1544 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1545
1546 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1547 (reuse_time): Initialize to REUSE_TIME_CAP.
1548 (check_rc): New function.
1549 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1550 Check pthread_create rc.
1551 (spawner_thread_func): Check pthread_create and pthread_join rc.
1552
1553 2018-12-08 Pedro Alves <palves@redhat.com>
1554
1555 * gdb.base/list.exp (test_forward_search): Rename to ...
1556 (test_forward_reverse_search): ... this. Also test reverse-search
1557 and the forward-search alias.
1558
1559 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1560
1561 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1562 local timeout variable before return, and remove all local timeout
1563 variable entirely.
1564 (gdb_load): Likewise.
1565
1566 2018-12-01 Tom de Vries <tdevries@suse.de>
1567
1568 * gdb.base/gdb-caching-proc.exp: New file.
1569
1570 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1571
1572 * Makefile.in (TIMESTAMP): New variable.
1573 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1574 command.
1575 (check-single-racy): Likewise.
1576 (check/%.exp): Likewise.
1577 (check-racy/%.exp): Likewise.
1578 (workers/%.worker): Likewise.
1579 (build-perf): Likewise.
1580 (check-perf): Likewise.
1581 * README: Describe new "TS" and "TS_FORMAT" variables.
1582 * print-ts.py: New file.
1583
1584 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1585
1586 PR python/23714
1587 * gdb.python/python.exp: Test command repetition after
1588 gdb.execute.
1589
1590 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1591
1592 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1593 is correctly aligned.
1594
1595 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1596
1597 * gdb.ada/info_auto_lang.exp: New testcase.
1598 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1599 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1600 * gdb.ada/info_auto_lang/some_c.c: New file.
1601
1602 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1603
1604 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1605 FUNC_lang language syntax.
1606
1607 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1608
1609 * gdb.base/info_minsym.c: New file.
1610 * gdb.base/info_minsym.exp: New file.
1611
1612 2018-11-19 Tom Tromey <tom@tromey.com>
1613
1614 PR rust/23625:
1615 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1616 * gdb.rust/expr.exp: Update expected output. Change one test.
1617
1618 2018-11-19 Tom Tromey <tom@tromey.com>
1619
1620 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1621
1622 2018-11-19 Pedro Alves <palves@redhat.com>
1623
1624 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1625 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1626 see the expected warning.
1627
1628 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1629
1630 PR gdb/22736:
1631 * gdb.cp/infcall-nodebug-lib.c: New test.
1632 * gdb.cp/infcall-nodebug-main.c: New test.
1633 * gdb.cp/infcall-nodebug.exp: New file.
1634
1635 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1636
1637 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1638 completer tests.
1639
1640 2018-11-09 Tom de Vries <tdevries@suse.de>
1641
1642 * gdb.base/msym-lang.c: New test.
1643 * gdb.base/msym-lang.exp: New file.
1644 * gdb.base/msym-lang-main.c: New test.
1645
1646 2018-11-08 Tom Tromey <tom@tromey.com>
1647
1648 PR gdb/23555:
1649 PR gdb/23838:
1650 * gdb.base/warning.exp: New file.
1651
1652 2018-11-08 Jan Beulich <jbeulich@suse.com>
1653
1654 * testsuite/gdb.arch/i386-avx512.c,
1655 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1656
1657 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1658
1659 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1660 point hardware.
1661
1662 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1663
1664 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1665 * gdb.dwarf2/missing-type-name.exp: New file.
1666
1667 2018-11-06 Tom de Vries <tdevries@suse.de>
1668
1669 * gdb.base/many-headers.c: New test.
1670 * gdb.base/many-headers.exp: New file.
1671
1672 2018-11-06 Jim Wilson <jimw@sifive.com>
1673
1674 * gdb.base/code_elim.exp: For riscv, set additional_flags
1675 to include -msmall-data-limit=0.
1676
1677 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1678
1679 * gdb.ada/watch_minus_l: New testcase.
1680
1681 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1682
1683 * gdb.arch/aix-sighandle.c: New file.
1684 * gdb.arch/aix-sighandle.exp: New file.
1685
1686 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1687
1688 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1689 registers being unions.
1690
1691 2018-10-31 Tom de Vries <tdevries@suse.de>
1692
1693 * lib/valgrind.exp: New file.
1694 (vgdb_start, vgdb_stop): New procs, factored out of ...
1695 * gdb.base/valgrind-bt.exp: ... here, ...
1696 * gdb.base/valgrind-disp-step.exp: ... here and ...
1697 * gdb.base/valgrind-infcall.exp: ... here.
1698
1699 2018-10-31 Tom de Vries <tdevries@suse.de>
1700
1701 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1702
1703 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1704
1705 * gdb.dwarf2/void-type.c: New file.
1706 * gdb.dwarf2/void-type.exp: New file.
1707
1708 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1709
1710 * gdb.base/info_qt.c: New file.
1711 * gdb.base/info_qt.exp: New file.
1712
1713 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1714
1715 * gdb.arch/powerpc-htm-regs.c: New file.
1716 * gdb.arch/powerpc-htm-regs.exp: New file.
1717
1718 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1719
1720 * gdb.arch/powerpc-tar.c: New file.
1721 * gdb.arch/powerpc-tar.exp: New file.
1722
1723 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1724
1725 * gdb.arch/powerpc-ppr-dscr.c: New file.
1726 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1727
1728 2018-10-25 Tom de Vries <tdevries@suse.de>
1729
1730 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1731
1732 2018-10-24 Tom de Vries <tdevries@suse.de>
1733
1734 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1735 longer exists error.
1736
1737 2018-10-24 Tom de Vries <tdevries@suse.de>
1738
1739 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1740
1741 2018-10-24 Tom de Vries <tdevries@suse.de>
1742
1743 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1744 --db-attach in valgrind.
1745
1746 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1747
1748 * gdb.arch/riscv-reg-aliases.c: New file.
1749 * gdb.arch/riscv-reg-aliases.exp: New file.
1750
1751 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1752
1753 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1754
1755 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1756
1757 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1758
1759 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1760
1761 * gdb.cp/ovldbreak.exp: Fix regexps.
1762
1763 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1764
1765 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1766
1767 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1768
1769 PR cli/23785
1770 * gdb.base/restore.exp: New test to check if "restore" with an
1771 invalid file doesn't segfault.
1772
1773 2018-10-18 Tom de Vries <tdevries@suse.de>
1774
1775 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1776 * gdb.ada/excep_handle.exp: Same.
1777 * gdb.ada/mi_string_access.exp: Same.
1778 * gdb.ada/mi_var_union.exp: Same.
1779 * gdb.arch/arc-analyze-prologue.exp: Same.
1780 * gdb.arch/arc-decode-insn.exp: Same.
1781 * gdb.base/readnever.exp: Same.
1782 * gdb.fortran/printing-types.exp: Same.
1783 * gdb.guile/scm-lazy-string.exp: Same.
1784
1785 2018-10-16 Tom de Vries <tdevries@suse.de>
1786
1787 PR gdb/23730
1788 * gdb.base/catch-follow-exec.c: Add copyright notice.
1789 * gdb.base/catch-follow-exec.exp: Rewrite to use
1790 gdb_spawn_with_cmdline_opts. Require gdb-native.
1791
1792 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1793
1794 * gdb.trace/actions-changed.exp: Check for arch support.
1795 * gdb.trace/actions.exp: Likewise.
1796 * gdb.trace/ax.exp: Likewise.
1797 * gdb.trace/backtrace.exp: Likewise.
1798 * gdb.trace/change-loc.exp: Likewise.
1799 * gdb.trace/deltrace.exp: Likewise.
1800 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1801 * gdb.trace/ftrace.exp: Likewise.
1802 * gdb.trace/infotrace.exp: Check for arch support.
1803 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1804 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1805 * gdb.trace/mi-tsv-changed.exp: Likewise.
1806 * gdb.trace/packetlen.exp: Likewise.
1807 * gdb.trace/passc-dyn.exp: Likewise.
1808 * gdb.trace/passcount.exp: Likewise.
1809 * gdb.trace/pending.exp: Likewise.
1810 * gdb.trace/range-stepping.exp: Check for shlib support.
1811 * gdb.trace/report.exp: Check for arch support.
1812 * gdb.trace/save-trace.exp: Likewise.
1813 * gdb.trace/signal.exp: Check for signal support.
1814 * gdb.trace/tfind.exp: Check for arch support.
1815 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1816 * gdb.trace/trace-common.h: Add comment.
1817 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1818 * gdb.trace/trace-enable-disable.exp: Likewise.
1819 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1820 * gdb.trace/tracecmd.exp: Check for arch support.
1821 * gdb.trace/tspeed.exp: Check for shlib and target support.
1822 * gdb.trace/tstatus.exp: Check for arch support.
1823 * gdb.trace/tsv.exp: Likewise.
1824 * gdb.trace/while-dyn.exp: Likewise.
1825 * gdb.trace/while-stepping.exp: Likewise.
1826 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1827
1828 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1829
1830 * gdb.trace/tspeed.exp: Remove nowarnings.
1831 (prepare_for_trace_test): Declare "global ipalib".
1832 * gdb.trace/tspeed.c: Include unistd.h.
1833 (main): Remove superfluous printf argument.
1834
1835 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1836
1837 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1838 directory prefix on the filename.
1839
1840 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1841
1842 * gdb.gdb/unittest.exp: Update expected message informing that
1843 selftests have been disabled.
1844 * gdb.server/unittest.exp: Likewise.
1845
1846 2018-10-09 Tom de Vries <tdevries@suse.de>
1847
1848 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1849 with runto_main.
1850
1851 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1852
1853 PR c++/16841
1854 * gdb.cp/virtbase2.cc: New file.
1855 * gdb.cp/virtbase2.exp: New file.
1856
1857 2018-10-06 Tom Tromey <tom@tromey.com>
1858
1859 PR python/19399:
1860 * gdb.python/py-inferior.exp: Add architecture test.
1861
1862 2018-10-06 Tom Tromey <tom@tromey.com>
1863
1864 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1865 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1866
1867 2018-10-06 Tom Tromey <tom@tromey.com>
1868
1869 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1870 of a "throw" catchpoint.
1871
1872 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1873
1874 * gdb.base/info-proc.exp: Update string expected from "help info
1875 proc".
1876
1877 2018-10-04 Tom Tromey <tom@tromey.com>
1878
1879 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1880 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1881 (test_initial_complaints, test_empty_complaints): Update.
1882 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1883
1884 2018-10-04 Tom Tromey <tom@tromey.com>
1885
1886 PR cli/19551:
1887 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1888 * lib/gdb.exp (gdb_file_cmd): Update.
1889 * gdb.stabs/weird.exp (print_weird_var): Update.
1890 * gdb.server/solib-list.exp: Update.
1891 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1892 * gdb.mi/mi-cli.exp: Update.
1893 * gdb.linespec/linespec.exp: Update.
1894 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1895 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1896 * gdb.cp/cp-relocate.exp: Update.
1897 * gdb.base/sym-file.exp: Update.
1898 * gdb.base/relocate.exp: Update.
1899 * gdb.base/readnever.exp: Update.
1900 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1901 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1902 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1903 * gdb.base/code_elim.exp: Update.
1904 * gdb.base/break-unload-file.exp (test_break): Update.
1905 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1906 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1907 Update.
1908 * gdb.base/attach.exp (do_attach_tests): Update.
1909 * gdb.base/sepdebug.exp: Update.
1910 * gdb.python/py-section-script.exp: Update.
1911
1912 2018-10-04 Tom Tromey <tom@tromey.com>
1913
1914 PR cli/22234:
1915 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1916 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1917 output.
1918
1919 2018-10-04 Tom Tromey <tom@tromey.com>
1920
1921 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1922 set width and height to 0.
1923 (test_command_line_attach_run): Use -quiet.
1924
1925 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1926
1927 * lib/gdb.exp (skip_ifunc_tests): New.
1928 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1929 other compile failures.
1930 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1931
1932 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1933
1934 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1935 is_amd64_regs_target.
1936
1937 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1938
1939 * gdb.arch/aarch64-sighandler-regs.c: New test.
1940 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1941 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1942
1943 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1944
1945 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1946 assembly.
1947
1948 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1949
1950 * gdb.base/frame-selection.exp: New file.
1951 * gdb.base/frame-selection.c: New file.
1952
1953 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1954
1955 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1956 pthread barrier.
1957 (main): Likewise.
1958
1959 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1960
1961 * gdb.base/large-frame-1.c: New file.
1962 * gdb.base/large-frame-2.c: New file.
1963 * gdb.base/large-frame.exp: New file.
1964 * gdb.base/large-frame.h: New file.
1965
1966 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1967
1968 PR gdb/20948
1969 * gdb.base/write_mem.exp: New test.
1970 * gdb.base/write_mem.c: Likewise.
1971
1972 2018-09-23 Tom Tromey <tom@tromey.com>
1973
1974 PR python/18852:
1975 * gdb.python/py-parameter.exp: Add test for parameter that throws
1976 on "set".
1977
1978 2018-09-23 Tom Tromey <tom@tromey.com>
1979
1980 PR python/17284:
1981 * gdb.python/py-template.exp (test_template_arg): Add test for
1982 negative template argument number.
1983
1984 2018-09-23 Tom Tromey <tom@tromey.com>
1985
1986 PR python/14062:
1987 * gdb.python/python.exp: Add test for post_event error.
1988
1989 2018-09-23 Tom Tromey <tom@tromey.com>
1990
1991 PR python/18170:
1992 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1993 convert pointers to int and long.
1994
1995 2018-09-23 Tom Tromey <tom@tromey.com>
1996
1997 PR python/20126:
1998 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1999 signed-ness conversion tests.
2000
2001 2018-09-23 Tom Tromey <tom@tromey.com>
2002
2003 PR python/18352;
2004 * gdb.python/py-value.exp (test_float_conversion): New proc.
2005 Use it.
2006
2007 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2008
2009 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2010
2011 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2012
2013 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2014 no readline.
2015 * gdb.base/utf8-identifiers.exp: Likewise.
2016 * gdb.cp/cpcompletion.exp: Likewise.
2017 * gdb.linespec/cpcompletion.exp: Likewise.
2018 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2019 * gdb.linespec/cpls-ops.exp: Likewise.
2020
2021 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2022 Chris January <chris.january@arm.com>
2023
2024 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2025 * gdb.fortran/short-circuit-argument-list.exp: New file.
2026 * gdb.fortran/short-circuit-argument-list.f90: New test.
2027
2028 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2029
2030 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2031 "arch=" keyword when executing "-stack-list-frames".
2032
2033 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2034
2035 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2036 "arch=" keyword when executing "-stack-list-frames".
2037
2038 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2039
2040 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2041 break ada".
2042
2043 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2044
2045 PR python/23669
2046 * gdb.python/python.exp: Test gdb.execute("show commands").
2047
2048 2018-09-16 Tom Tromey <tom@tromey.com>
2049
2050 * gdb.base/new-ui.exp (do_execution_tests): Update.
2051 * gdb.base/dbx.exp (test_breakpoints): Update.
2052
2053 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2054
2055 * lib/gdb.exp (gdb_simple_compile): Add proc.
2056 (is_elf_target): Use gdb_simple_compile.
2057 (skip_altivec_tests): Likewise.
2058 (skip_vsx_tests): Likewise.
2059 (skip_tsx_tests): Likewise.
2060 (skip_btrace_tests): Likewise.
2061 (skip_btrace_pt_tests): Likewise.
2062 (gdb_can_simple_compile): Likewise.
2063 (gdb_has_argv0): Likewise.
2064 (gdb_target_symbol_prefix): Likewise.
2065 (target_supports_scheduler_locking): Likewise.
2066
2067 2018-09-13 Tom Tromey <tom@tromey.com>
2068
2069 * Makefile.in (TAGS): Recognize proc_with_prefix and
2070 gdb_caching_proc.
2071
2072 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2073
2074 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2075 method.
2076
2077 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2078
2079 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2080 and a few other Inferior properties when the Inferior is no
2081 longer valid.
2082
2083 2018-09-13 Tom Tromey <tom@tromey.com>
2084
2085 PR rust/23650:
2086 * gdb.rust/simple.exp: Add test for enum field access error.
2087
2088 2018-09-13 Tom Tromey <tom@tromey.com>
2089
2090 PR rust/23626:
2091 * gdb.rust/simple.rs (EmptyEnum): New type.
2092 (main): Use it.
2093 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2094
2095 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2096
2097 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2098 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2099 * gdb.python/py-symtab.exp: Update test printing an objfile.
2100
2101 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2102
2103 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2104 object.
2105
2106 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2107
2108 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2109 (support_complex_tests): Use gdb_can_simple_compile.
2110 (is_ilp32_target): Likewise.
2111 (is_lp64_target): Likewise.
2112 (is_64_target): Likewise.
2113 (is_amd64_regs_target): Likewise.
2114 (is_aarch32_target): Likewise.
2115 (gdb_int128_helper): Likewise.
2116
2117 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2118
2119 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2120
2121 2018-09-10 Jerome Guitton <guitton@adacore.com>
2122
2123 * gdb.ada/same_component_name: Add test for case of tagged record
2124 with variable-length fields.
2125
2126 2018-09-10 Xavier Roirand <roirand@adacore.com>
2127
2128 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2129 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2130 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2131 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2132
2133 2018-09-10 Xavier Roirand <roirand@adacore.com>
2134
2135 * gdb.ada/mi_string_access.exp: New testcase.
2136 * gdb.ada/mi_string_access/bar.adb: New file.
2137 * gdb.ada/mi_string_access/pck.adb: New file.
2138 * gdb.ada/mi_string_access/pck.asd: New file.
2139
2140 2018-09-10 Xavier Roirand <roirand@adacore.com>
2141
2142 * gdb.ada/mi_var_union.exp: New testcase.
2143 * gdb.ada/mi_var_union/bar.adb: New file.
2144 * gdb.ada/mi_var_union/pck.adb: New file.
2145 * gdb.ada/mi_var_union/pck.asd: New file.
2146
2147 2018-09-08 Tom Tromey <tom@tromey.com>
2148
2149 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2150
2151 2018-09-08 Tom Tromey <tom@tromey.com>
2152
2153 PR python/16047:
2154 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2155 (register_pretty_printers): Register new printer.
2156 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2157 test.
2158 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2159 (an_int_type3): New global.
2160
2161 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2162
2163 * gdb.ada/expr_with_funcall: New testcase.
2164
2165 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2166
2167 * gdb.ada/packed_array_assign: New testcase.
2168
2169 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2170
2171 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2172 names, and add test prefixes to make test names unique.
2173
2174 2018-09-05 Tom de Vries <tdevries@suse.de>
2175
2176 * gdb.dwarf2/varval.exp: Add test.
2177
2178 2018-09-04 Gary Benson <gbenson@redhat.com>
2179
2180 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2181 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2182
2183 2018-08-31 Tom Tromey <tom@tromey.com>
2184
2185 * gdb.rust/simple.rs: Rename second variable "v".
2186
2187 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2188
2189 * gdb.base/funcargs.c (use_a): New function.
2190 (recurse): Call use_a.
2191
2192 2018-08-29 Keith Seitz <keiths@redhat.com>
2193
2194 * gdb.compile/compile-cplus-anonymous.cc: New file.
2195 * gdb.compile/compile-cplus-anonymous.exp: New file.
2196 * gdb.compile/compile-cplus-array-decay.cc: New file.
2197 * gdb.compile/compile-cplus-array-decay.exp: New file.
2198 * gdb.compile/compile-cplus-inherit.cc: New file.
2199 * gdb.compile/compile-cplus-inherit.exp: New file.
2200 * gdb.compile/compile-cplus-member.cc: New file.
2201 * gdb.compile/compile-cplus-member.exp: New file.
2202 * gdb.compile/compile-cplus-method.cc: New file.
2203 * gdb.compile/compile-cplus-method.exp: New file.
2204 * gdb.compile/compile-cplus-mod.c: "New" file.
2205 * gdb.compile/compile-cplus-namespace.cc: New file.
2206 * gdb.compile/compile-cplus-namespace.exp: New file.
2207 * gdb.compile/compile-cplus-nested.cc: New file.
2208 * gdb.compile/compile-cplus-nested.exp: New file.
2209 * gdb.compile/compile-cplus-print.c: "New" file.
2210 * gdb.compile/compile-cplus-print.exp: "New" file.
2211 * gdb.compile/compile-cplus-virtual.cc: New file.
2212 * gdb.compile/compile-cplus-virtual.exp: New file.
2213 * gdb.compile/compile-cplus.c: "New" file.
2214 * gdb.compile/compile-cplus.exp: "New" file.
2215 * lib/compile-support.exp: New file.
2216
2217 2018-08-16 Gary Benson <gbenson@redhat.com>
2218
2219 PR gdb/13000:
2220 * gdb.base/batch-exit-status.exp: New file.
2221 * gdb.base/batch-exit-status.good-commands: Likewise.
2222 * gdb.base/batch-exit-status.bad-commands: Likewise.
2223
2224 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2225
2226 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2227 (struct struct02): Likewise.
2228 (struct struct03): Likewise.
2229 (struct struct04): Likewise.
2230 (struct struct_01_01): New struct.
2231 (struct struct_01_02): Likewise.
2232 (struct struct_01_03): Likewise.
2233 (struct struct_01_04): Likewise.
2234 (struct struct_02_01): Likewise.
2235 (struct struct_02_02): Likewise.
2236 (struct struct_02_03): Likewise.
2237 (struct struct_02_04): Likewise.
2238 (struct struct_04_01): Likewise.
2239 (struct struct_04_02): Likewise.
2240 (struct struct_04_03): Likewise.
2241 (struct struct_04_04): Likewise.
2242 (struct struct_05_01): Likewise.
2243 (struct struct_05_02): Likewise.
2244 (struct struct_05_03): Likewise.
2245 (struct struct_05_04): Likewise.
2246 (cmp_struct01): Remove function.
2247 (cmp_struct02): Likewise.
2248 (cmp_struct03): Likewise.
2249 (cmp_struct04): Likewise.
2250 (cmp_struct_01_01): Add Function.
2251 (cmp_struct_01_02): Likewise.
2252 (cmp_struct_01_03): Likewise.
2253 (cmp_struct_01_04): Likewise.
2254 (cmp_struct_02_01): Likewise.
2255 (cmp_struct_02_02): Likewise.
2256 (cmp_struct_02_03): Likewise.
2257 (cmp_struct_02_04): Likewise.
2258 (cmp_struct_04_01): Likewise.
2259 (cmp_struct_04_02): Likewise.
2260 (cmp_struct_04_03): Likewise.
2261 (cmp_struct_04_04): Likewise.
2262 (cmp_struct_05_01): Likewise.
2263 (cmp_struct_05_02): Likewise.
2264 (cmp_struct_05_03): Likewise.
2265 (cmp_struct_05_04): Likewise.
2266 (call_all): Add new structs.
2267 * gdb.base/infcall-nested-structs.exp: Likewise.
2268
2269 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2270
2271 * gdb.python/py-framefilter-mi.exp: Update regexp to
2272 check for "arch" field in frame output.
2273
2274 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2275
2276 * gdb.dwarf2/dw2-ranges-func.c: New file.
2277 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2278
2279 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2280
2281 * gdb.base/term.exp: Compare terminal settings with values from
2282 the inferior.
2283 * gdb.base/term.c: Get and set terminal settings.
2284
2285 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2286
2287 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2288 accommodate new "arch" field in frame output.
2289 * gdb.mi/mi-return.exp: Likewise.
2290 * gdb.mi/mi-stack.exp: Likewise.
2291 * gdb.mi/mi-syn-frame.exp: Likewise.
2292 * gdb.mi/user-selected-context-sync.exp: Likewise.
2293
2294 2018-08-19 Michael Spang <spang@google.com>
2295
2296 PR gdb/11786
2297 * gdb.base/gcore-tls-pie.c: New file.
2298 * gdb.base/gcore-tls-pie.exp: New file.
2299
2300 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2301
2302 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2303 * gdb.dwarf2/varval.c: New file.
2304 * gdb.dwarf2/varval.exp: New file.
2305
2306 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2307
2308 PR gdb/18931
2309 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2310
2311 2018-08-16 Keith Seitz <keiths@redhat.com>
2312
2313 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2314 tests expected to pass.
2315
2316 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2317
2318 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2319 -data-disassemble -a.
2320 (test_disassembly_bogus_args): Likewise.
2321
2322 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2323
2324 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2325
2326 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2327
2328 * gdb.base/vla-optimized-out.exp: Add new test.
2329
2330 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2331
2332 * gdb.base/vla-optimized-out-o3.exp: Delete.
2333 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2334 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2335 deleted tests.
2336
2337 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2338
2339 PR gdb/18050:
2340 * gdb.server/extended-remote-restart.c: New file.
2341 * gdb.server/extended-remote-restart.exp: New file.
2342
2343 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2344
2345 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2346 "set variable index = 42".
2347
2348 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2349
2350 * boards/index-cache-gdb.exp: New file.
2351 * gdb.dwarf2/index-cache.exp: New file.
2352 * gdb.dwarf2/index-cache.c: New file.
2353 * gdb.base/maint.exp: Check if we are using the index cache.
2354
2355 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2356
2357 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2358 MAKEFLAGS.
2359
2360 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2361
2362 * dg-extract-results.sh: Move to toplevel contrib.
2363 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2364 * Makefile.in (check-parallel-racy): Likewise.
2365
2366 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2367
2368 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2369 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2370 tests if the target supports scheduler locking.
2371
2372 2018-08-04 Tom de Vries <tdevries@suse.de>
2373
2374 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2375
2376 2018-08-02 Tom Tromey <tom@tromey.com>
2377
2378 PR symtab/16842.
2379 * gdb.cp/temargs.exp: Test "info address" of a template
2380 parameter.
2381
2382 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2383
2384 * gdb.python/py-mi-var-info-path-expression.c: New file.
2385 * gdb.python/py-mi-var-info-path-expression.py: New file.
2386 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2387
2388 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2389
2390 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2391 error after "cannot resolve name" string.
2392
2393 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2394
2395 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2396 started.
2397 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2398
2399 2018-07-28 Tom de Vries <tdevries@suse.de>
2400
2401 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2402
2403 2018-07-26 Tom de Vries <tdevries@suse.de>
2404
2405 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2406
2407 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2408
2409 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2410 is visible.
2411
2412 2018-07-26 Tom de Vries <tdevries@suse.de>
2413
2414 PR breakpoints/23366
2415 * gdb.base/catch-follow-exec.c: New test.
2416 * gdb.base/catch-follow-exec.exp: New file.
2417
2418 2018-07-25 Tom de Vries <tdevries@suse.de>
2419
2420 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2421 vla-optimized-out.c.
2422
2423 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2424
2425 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2426 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2427
2428 2018-07-20 Tom de Vries <tdevries@suse.de>
2429
2430 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2431 NOCLONE macro.
2432 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2433
2434 2018-07-19 Tom de Vries <tdevries@suse.de>
2435
2436 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2437 regular expression.
2438
2439 2018-07-18 Tom de Vries <tdevries@suse.de>
2440
2441 * gdb.base/vla-optimized-out.c: New test.
2442 * gdb.base/vla-optimized-out.exp: New file.
2443
2444 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2445
2446 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2447 message "No address associated with hostname" when gdbserver
2448 cannot resolve the hostname.
2449
2450 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2451
2452 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2453 Add some test prefixes to make tests unique.
2454
2455 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2456
2457 * gdb.base/frameapply.c: New file.
2458 * gdb.base/frameapply.exp: New file.
2459
2460 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2461
2462 * gdb.base/skip.exp: Update expected error message.
2463
2464 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2465 Jan Kratochvil <jan.kratochvil@redhat.com>
2466 Paul Fertser <fercerpav@gmail.com>
2467 Tsutomu Seki <sekiriki@gmail.com>
2468
2469 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2470 parameter.
2471 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2472 by default.
2473 * boards/native-gdbserver.exp: Likewise.
2474 * gdb.server/run-without-local-binary.exp: Improve regexp used
2475 for detecting when a remote debugging connection succeeds.
2476 * gdb.server/server-connect.exp: New file.
2477 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2478 Do not prefix the port number with ":".
2479 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2480 support for detecting and using it. Add '$debughost_gdbserver'
2481 to the list of arguments used to start gdbserver. Handle case
2482 when gdbserver cannot resolve a network name.
2483
2484 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2485
2486 PR c++/23373
2487 * gdb.base/ptype-offsets.cc (struct static_member): New
2488 struct.
2489 (main) <stmember>: New variable.
2490 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2491 with a static member in it.
2492
2493 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2496 watchpoints enabled and disabled.
2497
2498 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2499
2500 * gdb.base/examine-backward.exp: Still run tests around address
2501 0x0, even if address 0x0 is not readable. Update the pattern for
2502 matching address 0x0 in expected output.
2503
2504 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2505
2506 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2507 malloc/free.
2508
2509 2018-07-04 Tom de Vries <tdevries@suse.de>
2510
2511 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2512
2513 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2514
2515 PR tdep/8282
2516 * gdb.arch/mips-disassembler-options.exp: New test.
2517 * gdb.arch/mips-disassembler-options.s: New test source.
2518
2519 2018-06-29 Pedro Alves <palves@redhat.com>
2520
2521 * gdb.threads/names.exp: Adjust expected "info threads" output.
2522
2523 2018-06-29 Pedro Alves <palves@redhat.com>
2524
2525 * gdb.opt/inline-break.exp (line number, address): Add "info
2526 break" tests.
2527
2528 2018-06-29 Pedro Alves <palves@redhat.com>
2529
2530 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2531 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2532 number and address and running to them.
2533
2534 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2535
2536 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2537
2538 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2539
2540 * lib/compiler.c: Remove executable permission flag.
2541
2542 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2543
2544 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2545 code.
2546 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2547
2548 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2549
2550 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2551
2552 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2553
2554 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2555 address argument is omitted.
2556
2557 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2558
2559 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2560
2561 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2562
2563 PR gdb/21695
2564 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2565 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2566
2567 2018-06-26 Tom Tromey <tom@tromey.com>
2568
2569 PR rust/22574:
2570 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2571 * gdb.rust/simple.rs (struct SimpleLayout): New.
2572
2573 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2574
2575 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2576 "info registers" output.
2577
2578 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2579
2580 * gdb.base/watchpoint-hw-attach.c: New test.
2581 * gdb.base/watchpoint-hw-attach.exp: New file.
2582
2583 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2584
2585 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2586 through /bin/sh.
2587 * boards/dwarf4-gdb-index.exp: Likewise.
2588 * boards/fission-dwp.exp: Likewise.
2589
2590 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2591
2592 * gdb.base/float128.exp: Add comment and improved fail message
2593 to the failure case of "print large128" test.
2594
2595 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2596
2597 * configure.ac: Remove AC_PREREQ.
2598 * configure: Re-generate.
2599
2600 2018-06-19 Pedro Alves <palves@redhat.com>
2601
2602 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2603 (func_extern_caller): New.
2604 (main): Call func_extern_caller.
2605 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2606 logic change.
2607
2608 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2609
2610 PR gdb/16841
2611 * gdb.cp/typedef-base.cc: New file.
2612 * gdb.cp/typedef-base.exp: New file.
2613
2614 2018-06-18 Tom de Vries <tdevries@suse.de>
2615
2616 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2617
2618 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2619 Richard Bunt <Richard.Bunt@arm.com>
2620
2621 * gdb.threads/attach-slow-waitpid.c: New file.
2622 * gdb.threads/attach-slow-waitpid.exp: New file.
2623 * gdb.threads/slow-waitpid.c: New file.
2624
2625 2018-06-14 Pedro Alves <palves@redhat.com>
2626
2627 * gdb.base/fork-running-state.c: Include <errno.h>.
2628 (exit_if_relative_exits): New.
2629 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2630 exits.
2631 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2632 child exits.
2633
2634 2018-06-14 Tom de Vries <tdevries@suse.de>
2635
2636 PR cli/22573
2637 * gdb.base/finish-pretty.c: New test.
2638 * gdb.base/finish-pretty.exp: New file.
2639
2640 2018-06-14 Pedro Alves <palves@redhat.com>
2641
2642 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2643 gdb's expected startup output.
2644
2645 2018-06-14 Pedro Alves <palves@redhat.com>
2646
2647 * lib/selftest-support.exp (selftest_setup): Remove inlined
2648 function handling.
2649
2650 2018-06-14 Tom de Vries <tdevries@suse.de>
2651
2652 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2653 matching of breakpoint printing.
2654
2655 2018-06-13 Tom de Vries <tdevries@suse.de>
2656
2657 PR testsuite/23269
2658 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2659 (fork_child): ... here, and ...
2660 (fork_parent): ... here.
2661
2662 2018-06-12 Tom de Vries <tdevries@suse.de>
2663
2664 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2665
2666 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2667 Stephen Roberts <stephen.roberts@arm.com>
2668
2669 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2670 rewrite test to describe action performed, rather than possible
2671 failure.
2672
2673 2018-06-08 Gary Benson <gbenson@redhat.com>
2674
2675 * gdb.threads/check-libthread-db.exp: New file.
2676 * gdb.threads/check-libthread-db.c: Likewise.
2677
2678 2018-06-05 Tom Tromey <tom@tromey.com>
2679
2680 * gdb.base/default.exp: Update expected "show version" output.
2681
2682 2018-06-05 Tom Tromey <tom@tromey.com>
2683
2684 PR cli/12326:
2685 * gdb.cp/static-print-quit.exp: Update.
2686 * lib/gdb.exp (pagination_prompt): Update.
2687 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2688 * gdb.python/python.exp: Update.
2689
2690 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2691
2692 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2693
2694 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2695
2696 * gdb.ada/bp_fun_addr: New testcase.
2697
2698 2018-06-01 Tom Tromey <tom@tromey.com>
2699
2700 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2701 results.
2702 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2703 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2704 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2705 * gdb.base/maint.exp (maint_pass_if): Update.
2706
2707 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2708
2709 * gdb.base/endian.exp: New test.
2710 * gdb.base/endian.c: New test source.
2711
2712 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2713
2714 PR gdb/23203
2715 * gdb.base/bt-selected-frame.c: New file.
2716 * gdb.base/bt-selected-frame.exp: New file.
2717 * lib/gdb.exp (get_current_frame_number): New function.
2718
2719 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2720 Pedro Alves <palves@redhat.com>
2721
2722 * gdb.threads/tls-core.c: Include <stdlib.h>
2723 (thread_proc): Call `abort'.
2724 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2725 (tls_core_test): New procedure, bits factored out from ...
2726 (top level): ... here. Test both native cores and gcore cores.
2727
2728 2018-05-23 Tom Tromey <tom@tromey.com>
2729
2730 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2731
2732 2018-05-23 Tom Tromey <tom@tromey.com>
2733
2734 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2735 symfile_complaints.
2736 (test_short_complaints): Likewise.
2737 (test_empty_complaints): Likewise.
2738 (test_initial_complaints): Update.
2739
2740 2018-05-23 Tom Tromey <tom@tromey.com>
2741
2742 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2743
2744 2018-05-23 Tom Tromey <tom@tromey.com>
2745
2746 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2747 (test_short_complaints): Update.
2748
2749 2018-05-22 Pedro Alves <palves@redhat.com>
2750
2751 * gdb.base/remote.exp: Only gdb_start after compiling the
2752 testcase. Issue "disconnect" before testing "set remote" command
2753 defaults. Issue clean_restart before running to main.
2754
2755 2018-05-22 Pedro Alves <palves@redhat.com>
2756
2757 * gdb.base/remote.exp: Adjust expected output of "show remote
2758 memory-write-packet-size". Add tests for "set remote
2759 memory-write-packet-size 0" and "set remote
2760 memory-write-packet-size fixed/limit".
2761
2762 2018-05-22 Pedro Alves <palves@redhat.com>
2763
2764 PR gdb/22973
2765 * gdb.base/utf8-identifiers.c: New file.
2766 * gdb.base/utf8-identifiers.exp: New file.
2767
2768 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2769
2770 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2771
2772 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2773
2774 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2775
2776 2018-05-18 Tom Tromey <tom@tromey.com>
2777
2778 * gdb.base/ptype-offsets.exp: Update.
2779
2780 2018-05-17 Keith Seitz <keiths@redhat.com>
2781
2782 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2783 in expected breakpoint stop locations.
2784 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2785 move to proper scope to test variable values.
2786 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2787 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2788 New functions.
2789 (main): Call not_inline_func3.
2790 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2791 inline_func1, inline_func2, and inline_func3. Test that when each
2792 breakpoint is hit, GDB properly reports both the stop location
2793 and the backtrace. Repeat tests for temporary breakpoints.
2794
2795 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2796
2797 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2798 rather then trying to access it in determining whether the PID
2799 of `gdbserver' could have been retrieved.
2800
2801 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2802
2803 * gdb.arch/amd64-init-x87-values.S: New file.
2804 * gdb.arch/amd64-init-x87-values.exp: New file.
2805
2806 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2807
2808 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2809
2810 2018-05-04 Tom Tromey <tom@tromey.com>
2811
2812 PR python/22730:
2813 * gdb.python/python.exp: Test multi-line execute.
2814
2815 2018-05-04 Tom Tromey <tom@tromey.com>
2816
2817 PR python/22731:
2818 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2819
2820 2018-05-04 Tom Tromey <tom@tromey.com>
2821
2822 PR gdb/11750:
2823 * gdb.base/define.exp: Test defining a user command inside a user
2824 command.
2825 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2826
2827 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2828 Pedro Alves <palves@redhat.com>
2829
2830 PR breakpoints/19806 and support for PR external/20207.
2831 * gdb.base/watchpoint-unaligned.c: New file.
2832 * gdb.base/watchpoint-unaligned.exp: New file.
2833
2834 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2835
2836 * gdb.base/maint.exp: Make test names unique, use
2837 test_prefix_command_help to test 'help maint info', and remove
2838 repeated test of 'help maint'.
2839
2840 2018-05-04 Tom Tromey <tom@tromey.com>
2841
2842 PR gdb/22619:
2843 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2844 behavior.
2845
2846 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2847
2848 * gdb.base/maint.exp: Process output from 'maint print registers'
2849 line at a time.
2850
2851 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2852
2853 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2854 timeout.
2855
2856 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2857
2858 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2859 filter pattern.
2860
2861 2018-05-02 Pedro Alves <palves@redhat.com>
2862
2863 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2864 to_log_command renames.
2865 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2866
2867 2018-05-02 Tom Tromey <tom@tromey.com>
2868
2869 * gdb.python/py-parameter.exp: Set test message.
2870
2871 2018-05-02 Tom Tromey <tom@tromey.com>
2872
2873 PR python/20084:
2874 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2875 PARAM_ZUINTEGER_UNLIMITED tests.
2876
2877 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2878
2879 PR rust/23124
2880 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2881 when casting.
2882
2883 2018-04-30 Tom Tromey <tom@tromey.com>
2884
2885 * gdb.python/py-type.exp: Check align attribute.
2886 * gdb.python/py-type.c: New "aligncheck" global.
2887
2888 2018-04-30 Tom Tromey <tom@tromey.com>
2889
2890 PR exp/17095:
2891 * gdb.dwarf2/dw2-align.exp: New file.
2892 * gdb.cp/align.exp: New file.
2893 * gdb.base/align.exp: New file.
2894 * lib/gdb.exp (gdb_int128_helper): New proc.
2895 (has_int128_c, has_int128_cxx): New caching procs.
2896
2897 2018-04-27 Tom Tromey <tom@tromey.com>
2898
2899 PR rust/22545:
2900 * gdb.rust/simple.exp: Add inclusive range tests.
2901
2902 2018-04-26 Pedro Alves <palves@redhat.com>
2903
2904 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2905 ifunc breakpoint locations correctly of ifunc breakpoints set
2906 while the program resolves the ifunc.
2907
2908 2018-04-26 Pedro Alves <palves@redhat.com>
2909
2910 * gdb.base/gnu-ifunc-final.c: New file.
2911 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2912 * gdb.base/gnu-ifunc.exp (executable): Delete.
2913 (staticexecutable): Adjust.
2914 (lib_opts, exec_opts): Delete.
2915 (make_binsuffix, build, set-break): New procedures.
2916 (misc_tests): New, with tests factored out from the top level.
2917 (top level): Test different combinations of ifunc resolver name,
2918 resolver with and with debug info, and ifunc target with and
2919 without debug info. Wrap static tests with with_target_prefix.
2920
2921 2018-04-26 Pedro Alves <palves@redhat.com>
2922
2923 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2924 return type" warnings.
2925
2926 2018-04-25 Pedro Alves <palves@redhat.com>
2927
2928 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2929 killed".
2930 * gdb.base/kill-after-signal.exp: Likewise.
2931 * gdb.threads/kill.exp: Likewise.
2932
2933 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2934 Sergio Durigan Junior <sergiodj@redhat.com>
2935 Pedro Alves <palves@redhat.com>
2936
2937 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2938 regexps to expect for '[Inferior ... detached]' as well.
2939 * gdb.base/attach.exp: Likewise.
2940 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2941 "gdb_continue_to_end".
2942 (test_catch_syscall_with_wrong_args): Likewise.
2943 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2944 ']'. Don't set 'verbose' on.
2945 * gdb.base/foll-vfork.exp: Likewise.
2946 * gdb.base/fork-print-inferior-events.c: New file.
2947 * gdb.base/fork-print-inferior-events.exp: New file.
2948 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2949 '[Inferior ... has been killed]' message.
2950 * gdb.base/kill-after-signal.exp: Likewise.
2951 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2952 detach message.
2953 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2954 message.
2955 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2956 regexps to expect for '[Inferior ... detached]' as well.
2957 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2958
2959 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2960
2961 PR gdb/23104
2962 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2963
2964 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2965
2966 * gdb.threads/multiple-successive-infcall.c: New test.
2967 * gdb.threads/multiple-successive-infcall.exp: New file.
2968
2969 2018-04-17 Tom Tromey <tom@tromey.com>
2970
2971 * gdb.rust/simple.rs (Union): New type.
2972 (main): New local "u".
2973 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2974
2975 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2976
2977 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2978 number information in output of "whereis" command.
2979 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2980
2981 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2982
2983 * gdb.ada/info_types.exp: Adjust expected output to the line
2984 numbers now printed by "info var/func/type".
2985 * gdb.base/completion.exp: Likewise.
2986 * gdb.base/included.exp: Likewise.
2987 * gdb.cp/cp-relocate.exp: Likewise.
2988 * gdb.cp/cplusfuncs.exp: Likewise.
2989 * gdb.cp/namespace.exp: Likewise.
2990 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2991
2992 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2993
2994 * gdb.btrace/cpu.exp: New.
2995
2996 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2997
2998 * gdb.base/step-indirect-call-thunk.exp: New.
2999 * gdb.base/step-indirect-call-thunk.c: New.
3000 * gdb.reverse/step-indirect-call-thunk.exp: New.
3001 * gdb.reverse/step-indirect-call-thunk.c: New.
3002
3003 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3004
3005 * gdb.base/pie-fork.c: New file.
3006 * gdb.base/pie-fork.exp: New file.
3007
3008 2018-04-11 Tom Tromey <tom@tromey.com>
3009
3010 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3011
3012 2018-04-10 Pedro Alves <palves@redhat.com>
3013
3014 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3015 exits. Instead loop running forever.
3016 (fork_parent): Run forever too.
3017
3018 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3019
3020 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3021 mi_continue_to_line.
3022 * gdb.mi/mi-stack.c (callee4): Add comment.
3023
3024 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3025
3026 * gdb.mi/mi-stack.exp: Fix indentation.
3027
3028 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3029
3030 PR gdb/22979
3031 * gdb.arch/amd64-osabi.exp: New file.
3032
3033 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3034
3035 PR gdb/22980
3036 * gdb.base/osabi.exp: New file.
3037
3038 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3039
3040 * gdb.cp/static-typedef-print.exp: New file.
3041 * gdb.cp/static-typedef-print.cc: New file.
3042
3043 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3044
3045 * gdb.ada/varsize_limit: New testcase.
3046
3047 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3048
3049 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3050
3051 * gdb.ada/notcplusplus: New testcase.
3052
3053 * gdb.base/c-linkage-name.c: New file.
3054 * gdb.base/c-linkage-name.exp: New testcase.
3055
3056 2018-03-26 Tom Tromey <tom@tromey.com>
3057
3058 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3059 * gdb.python/py-framefilter.py (name_error): New global.
3060 (ErrorInName.function): Use name_error.
3061
3062 2018-03-26 Tom Tromey <tom@tromey.com>
3063
3064 PR backtrace/15582:
3065 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3066
3067 2018-03-23 Keith Seitz <keiths@redhat.com>
3068
3069 PR c++/22968
3070 * gdb.cp/subtypes.exp: New file.
3071 * gdb.cp/subtypes.h: New file.
3072 * gdb.cp/subtypes.cc: New file.
3073 * gdb.cp/subtypes-2.cc: New file.
3074
3075 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3076
3077 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3078 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3079 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3080 -nostartfiles when compiling the test. Confirm that all registers
3081 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3082
3083 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3084
3085 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3086 option, syntax was wrong anyway.
3087 * gdb.arch/arm-disp-step.exp: Likewise.
3088 * gdb.arch/sparc64-regs.exp: Likewise.
3089 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3090 option, syntax was wrong anyway, switch to use
3091 prepare_for_testing.
3092 * gdb.arch/i386-disp-step.exp: Likewise.
3093
3094 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3095
3096 * gdb.ada/exec_changed.exp: Replace "target_info exists
3097 use_gdb_stub" by "use_gdb_stub".
3098 * gdb.ada/start.exp: Likewise.
3099 * gdb.base/async-shell.exp: Likewise.
3100 * gdb.base/attach-pie-misread.exp: Likewise.
3101 * gdb.base/attach-wait-input.exp: Likewise.
3102 * gdb.base/break-entry.exp: Likewise.
3103 * gdb.base/break-interp.exp: Likewise.
3104 * gdb.base/dprintf-detach.exp: Likewise.
3105 * gdb.base/nostdlib.exp: Likewise.
3106 * gdb.base/solib-nodir.exp: Likewise.
3107 * gdb.base/statistics.exp: Likewise.
3108 * gdb.base/testenv.exp: Likewise.
3109 * gdb.mi/mi-exec-run.exp: Likewise.
3110 * gdb.mi/mi-start.exp: Likewise.
3111 * gdb.multi/dummy-frame-restore.exp: Likewise.
3112 * gdb.multi/multi-arch-exec.exp: Likewise.
3113 * gdb.multi/multi-arch.exp: Likewise.
3114 * gdb.multi/tids.exp: Likewise.
3115 * gdb.multi/watchpoint-multi.exp: Likewise.
3116 * gdb.python/py-events.exp: Likewise.
3117 * gdb.threads/attach-into-signal.exp: Likewise.
3118 * gdb.threads/attach-stopped.exp: Likewise.
3119 * gdb.threads/threadapply.exp: Likewise.
3120 * lib/selftest-support.exp: Likewise.
3121
3122 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3123
3124 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3125
3126 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3127
3128 * gdb.perf/template-breakpoints.cc: New file.
3129 * gdb.perf/template-breakpoints.exp: New file.
3130 * gdb.perf/template-breakpoints.py: New file.
3131
3132 2018-03-19 Tom Tromey <tom@tromey.com>
3133
3134 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3135 y0.
3136 * gdb.rust/simple.exp: Test bare identifier form of struct
3137 initializer.
3138
3139 2018-03-19 Tom Tromey <tom@tromey.com>
3140
3141 * gdb.gdb/observer.exp: Remove.
3142
3143 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3144
3145 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3146 "qualified" option when setting breakpoints.
3147 * gdb.trace/backtrace.exp: Likewise.
3148 * gdb.trace/circ.exp: Likewise.
3149 * gdb.trace/collection.exp: Likewise.
3150 * gdb.trace/disconnected-tracing.exp: Likewise.
3151 * gdb.trace/ftrace-lock.exp: Likewise.
3152 * gdb.trace/ftrace.exp: Likewise.
3153 * gdb.trace/infotrace.exp: Likewise.
3154 * gdb.trace/packetlen.exp: Likewise.
3155 * gdb.trace/passc-dyn.exp: Likewise.
3156 * gdb.trace/qtro.exp: Likewise.
3157 * gdb.trace/read-memory.exp: Likewise.
3158 * gdb.trace/report.exp: Likewise.
3159 * gdb.trace/signal.exp: Likewise.
3160 * gdb.trace/status-stop.exp: Likewise.
3161 * gdb.trace/strace.exp: Likewise.
3162 * gdb.trace/tfind.exp: Likewise.
3163 * gdb.trace/trace-break.exp: Likewise.
3164 * gdb.trace/trace-condition.exp: Likewise.
3165 * gdb.trace/trace-mt.exp: Likewise.
3166 * gdb.trace/tstatus.exp: Likewise.
3167 * gdb.trace/tsv.exp: Likewise.
3168 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3169 * gdb.trace/unavailable.exp: Likewise.
3170 * gdb.trace/while-dyn.exp: Likewise.
3171
3172 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3173
3174 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3175 that libinproctrace is copied to the target.
3176
3177 2018-03-14 Tom Tromey <tom@tromey.com>
3178
3179 PR cli/14977:
3180 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3181 a null pointer.
3182 * gdb.base/wchar.exp: Likewise.
3183
3184 2018-03-14 Tom Tromey <tom@tromey.com>
3185
3186 PR cli/19918:
3187 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3188 flag.
3189
3190 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3191
3192 PR gdb/22841
3193 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3194 "target" to remote_exec.
3195
3196 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3197
3198 PR gdb/22841
3199 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3200 ${board}_upload): Remove.
3201
3202 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3203
3204 * gdb.cp/watch-cp.cc: New test.
3205 * gdb.cp/watch-cp.exp: New file.
3206
3207 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3208
3209 * gdb.base/infcall-nested-structs.exp: New file.
3210 * gdb.base/infcall-nested-structs.c: New file.
3211 * gdb.base/float.exp: Add riscv support.
3212
3213 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3214
3215 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3216 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3217
3218 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3219
3220 * gdb.server/abspath.exp: New file.
3221 * lib/gdb.exp (with_cwd): New procedure.
3222
3223 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3224
3225 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3226 use it.
3227 (gdb_is_target_remote_prompt): New proc.
3228 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3229 (gdb_is_target_native): Pass prompt parameter to
3230 gdb_is_target_1.
3231
3232 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3233
3234 * gdb.base/load-command.c: New file.
3235 * gdb.base/load-command.exp: New file.
3236 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3237 (gdb_is_target_1): ...this, and generalize for other targets
3238 than just remote.
3239 (gdb_is_target_remote): Use gdb_is_target_1.
3240 (gdb_is_target_native): use gdb_is_target_1.
3241
3242 2018-02-26 Tom Tromey <tom@tromey.com>
3243
3244 PR python/16497:
3245 * gdb.python/py-framefilter.exp: Update test.
3246
3247 2018-02-26 Tom Tromey <tom@tromey.com>
3248
3249 * gdb.dwarf2/variant.c: New file.
3250 * gdb.dwarf2/variant.exp: New file.
3251
3252 2018-02-26 Tom Tromey <tom@tromey.com>
3253
3254 * gdb.rust/simple.exp: Accept more possible results in enum test.
3255
3256 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3257
3258 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3259 parentheses.
3260
3261 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3262
3263 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3264 name of a variable: $actual_linejj -> $actual_line.
3265
3266 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3267
3268 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3269
3270 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3271
3272 * gdb.btrace/buffer-size.exp: Do not force BTS.
3273
3274 2018-02-14 Pedro Alves <palves@redhat.com>
3275
3276 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3277 getting a "Quit".
3278
3279 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3280
3281 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3282 Fix test name.
3283
3284 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3285
3286 * gdb.cp/m-static.exp: Check type of optimized out static
3287 member.
3288
3289 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3290
3291 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3292 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3293
3294 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3295 Leszek Swirski <leszeks@google.com>
3296
3297 * gdb.python/py-prettyprint.c
3298 (struct to_string_returns_value_inner,
3299 struct to_string_returns_value_wrapper): New.
3300 (main): Add tsrvw variable.
3301 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3302 ToStringReturnsValueWrapper): New classes.
3303 (register_pretty_printers): Register new pretty-printers.
3304 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3305 recursive pretty printer.
3306 * gdb.python/py-mi.exp: Likewise.
3307
3308 2018-02-01 Leszek Swirski <leszeks@google.com>
3309
3310 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3311 functions with the same name as an include file are parsed
3312 correctly.
3313
3314 2018-02-01 Yao Qi <yao.qi@linaro.org>
3315
3316 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3317 "\[^\r\n\]*".
3318
3319 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3320
3321 * gdb.arch/powerpc-prologue-frame.s: New file.
3322 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3323 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3324
3325 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3326
3327 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3328
3329 2018-01-30 Pedro Alves <palves@redhat.com>
3330
3331 PR gdb/13211
3332 * gdb.base/interrupt-daemon.c: New.
3333 * gdb.base/interrupt-daemon.exp: New.
3334 * gdb.multi/multi-term-settings.c: New.
3335 * gdb.multi/multi-term-settings.exp: New.
3336
3337 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3338
3339 * gdb.base/break.exp: Save the location where the breakpoint
3340 on break.c:47 was actually inserted when debugging the version
3341 compiled at -O2 and use it in the expected output of the "info
3342 break" test performed soon after.
3343
3344 2018-01-22 Pedro Alves <palves@redhat.com>
3345 Sergio Durigan Junior <sergiodj@redhat.com>
3346
3347 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3348 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3349
3350 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3351
3352 * gdb.base/break-include.c, gdb.base/break-include.inc,
3353 gdb.base/break-include.exp: New files.
3354 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3355 line number now being the actual line number where the breakpoint
3356 was inserted.
3357 * gdb.mi/mi-break.exp: Likewise.
3358 * gdb.mi/mi-reverse.exp: Likewise.
3359 * gdb.mi/mi-simplerun.exp: Ditto.
3360
3361 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3362
3363 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3364 varobj.
3365 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3366
3367 2018-01-21 Don Breazeal <donb@codesourcery.com>
3368 Andrew Burgess <andrew.burgess@embecosm.com>
3369
3370 * gdb.mi/basics.c: Add new global.
3371 * gdb.mi/mi-frame-regs.exp: New file.
3372 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3373 case.
3374
3375 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3376
3377 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3378 non-parameter, and on an unknown symbol.
3379
3380 2018-01-19 Tom Tromey <tom@tromey.com>
3381
3382 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3383 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3384
3385 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3386
3387 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3388 setrlimit and chdir to int.
3389
3390 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3391
3392 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3393 function.
3394 (my_tend): Likewise.
3395 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3396 rationale of avoiding FP- and vector instructions.
3397
3398 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3399
3400 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3401 "info reg" with "\[ \t\]*".
3402 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3403 "\[ \t\]+".
3404 * gdb.arch/s390-multiarch.exp: Ditto.
3405 * gdb.base/pc-fp.exp: Ditto.
3406 * gdb.reverse/i386-precsave.exp: Ditto.
3407 * gdb.reverse/i386-reverse.exp: Ditto.
3408 * gdb.reverse/i387-env-reverse.exp: Ditto.
3409 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3410
3411 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3412
3413 * lib/gdb.exp (gdb_compile): Re-enable use of
3414 universal_compile_options for languages other than Rust.
3415
3416 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3417
3418 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3419
3420 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3421
3422 PR gdb/16577
3423 * gdb.base/solib-vanish.exp: New.
3424 * gdb.base/solib-vanish-main.c: New.
3425 * gdb.base/solib-vanish-lib1.c: New.
3426 * gdb.base/solib-vanish-lib2.c: New.
3427
3428 2018-01-17 Yao Qi <yao.qi@linaro.org>
3429
3430 * gdb.compile/compile.exp: Match the address printed for
3431 frame in the output of command "bt".
3432
3433 2018-01-15 Tom Tromey <tom@tromey.com>
3434
3435 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3436 compute sp_reg.
3437
3438 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3439
3440 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3441 to prepare.
3442 (prepare): Return 0 on error, 1 on success.
3443
3444 2018-01-12 Pedro Alves <palves@redhat.com>
3445
3446 * gdb.base/continue-after-aborted-step-over.c: New.
3447 * gdb.base/continue-after-aborted-step-over.exp: New.
3448
3449 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3450
3451 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3452 options when not creating an executable.
3453
3454 2018-01-11 Pedro Alves <palves@redhat.com>
3455
3456 PR remote/22597
3457 * gdb.server/stop-reply-no-thread.c: New file.
3458 * gdb.server/stop-reply-no-thread.exp: New file.
3459
3460 2018-01-10 Pedro Alves <palves@redhat.com>
3461
3462 PR gdb/22670
3463 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3464 functions too. Test setting breakpoints and printing C functions
3465 with no debug info too.
3466 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3467
3468 2018-01-10 Pedro Alves <palves@redhat.com>
3469
3470 PR gdb/22670
3471 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3472 a fail.
3473
3474 2018-01-10 Pedro Alves <palves@redhat.com>
3475
3476 PR gdb/22670
3477 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3478
3479 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3480
3481 * gdb.server/unittest.exp: Match the output in non-development
3482 mode.
3483
3484 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3485
3486 * gdb.gdb/unittest.exp: Match output in non-development mode.
3487
3488 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3489
3490 * gdb.ada/access_tagged_param.exp: Relax expected output
3491 for value of "ObjL" in "continue" to pck.inspect breakpoint
3492 test.
3493
3494 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3495
3496 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3497 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3498
3499 2018-01-05 Pedro Alves <palves@redhat.com>
3500
3501 PR gdb/18653
3502 * gdb.base/libsegfault.exp: New.
3503
3504 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3505
3506 PR gdb/22670
3507 * gdb.ada/access_tagged_param.exp: New file.
3508 * gdb.ada/access_tagged_param/foo.adb: New file.
3509
3510 2018-01-05 Pedro Alves <palves@redhat.com>
3511
3512 PR gdb/22670
3513 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3514 exercise lower case too, and to exercise both full matching and
3515 wild matching.
3516
3517 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3518
3519 * gdb.ada/rename_subscript_param: New testcase.
3520
3521 2018-01-05 Jerome Guitton <guitton@adacore.com>
3522
3523 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3524
3525 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3526
3527 * gdb.ada/convvar_comp: New testcase.
3528
3529 2018-01-05 Xavier Roirand <roirand@adacore.com>
3530
3531 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3532 (My_Table): New global variable.
3533 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3534
3535 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3536
3537 PR gdb/22670
3538 * gdb.ada/maint_with_ada: New testcase.
3539
3540 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3541
3542 PR gdb/22670
3543 * gdb.ada/bp_c_mixed_case: New testcase.
3544
3545 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3546
3547 PR gdb/22670
3548 * gdb.ada/complete.exp: Add "complete break ada" test.
3549
3550 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3551
3552 PR gdb/22670
3553 * gdb.ada/info_addr_mixed_case: New testcase.
3554
3555 2018-01-03 Xavier Roirand <roirand@adacore.com>
3556
3557 * gdb.ada/excep_handle.exp: New testcase.
3558 * gdb.ada/excep_handle/foo.adb: New file.
3559 * gdb.ada/excep_handle/pck.ads: New file.
3560
3561 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3562
3563 * gdb.base/step-line.c: Add extra empty line in copyright header.
3564 * gdb.base/step-line.inp: Likewise.
3565
3566 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3567
3568 * gdb.ada/dyn_stride.exp: Add slice test.
3569
3570 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3571
3572 * gdb.ada/dyn_stride: New testcase.
3573
3574 2017-12-27 Stafford Horne <shorne@gmail.com>
3575
3576 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3577 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3578
3579 2017-12-27 Stafford Horne <shorne@gmail.com>
3580
3581 * gdb.base/reggroups.c: New file.
3582 * gdb.base/reggroups.exp: New file.
3583
3584 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3585
3586 * gdb.dwarf2/ada-valprint-error.c: New file.
3587 * gdb.dwarf2/ada-valprint-error.exp: New file.
3588
3589 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3590
3591 * gdb.ada/assign_arr: New testcase.
3592
3593 2017-12-18 Xavier Roirand <roirand@adacore.com>
3594
3595 * gdb.ada/funcall_ptr: New testcase.
3596
3597 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3598
3599 PR cli/16224
3600 * gdb.base/ptype-offsets.cc: New file.
3601 * gdb.base/ptype-offsets.exp: New file.
3602
3603 2017-12-15 Yao Qi <yao.qi@linaro.org>
3604
3605 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3606 if XML is disabled.
3607
3608 2017-12-15 Xavier Roirand <roirand@adacore.com>
3609
3610 * gdb.ada/same_component_name: New testcase.
3611
3612 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3613
3614 * gdb.ada/str_binop_equal: New testcase.
3615
3616 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3617
3618 * gdb.ada/task_switch_in_core: New testcase.
3619
3620 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3621
3622 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3623 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3624 call test_bkpt_qualified.
3625 (test_bkpt_qualified): New proc.
3626
3627 2017-12-13 Pedro Alves <palves@redhat.com>
3628
3629 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3630 Tighten regexp by matching with an anchor.
3631
3632 2017-12-13 Pedro Alves <palves@redhat.com>
3633
3634 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3635 ("expression with namespace"): New set of tests.
3636 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3637 (Nested::Test_NS::qux): New.
3638 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3639 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3640
3641 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3642
3643 * gdb.base/server-del-break.c: New file.
3644 * gdb.base/server-del-break.exp: New file.
3645
3646 2017-12-12 Stafford Horne <shorne@gmail.com>
3647
3648 * gdb.xml/tdesc-regs.exp: Add or1k support.
3649
3650 2017-12-12 Stafford Horne <shorne@gmail.com>
3651
3652 * gdb.base/bp-permanent.c: Define nop of or1k.
3653
3654 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3655
3656 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3657 output with components being reordered.
3658
3659 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3660
3661 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3662 output with components being reordered.
3663
3664 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3665 Pedro Alves <palves@redhat.com>
3666
3667 * gdb.base/maint.exp (check for .gdb_index): Check also for
3668 .debug_names.
3669 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3670 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3671 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3672 (.gdb_index used after symbol reloading): Support also .debug_names.
3673 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3674
3675 2017-12-08 Yao Qi <yao.qi@linaro.org>
3676
3677 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3678 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3679
3680 2017-12-08 Yao Qi <yao.qi@linaro.org>
3681
3682 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3683 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3684
3685 2017-12-08 Yao Qi <yao.qi@linaro.org>
3686
3687 * gdb.arch/aarch64-tagged-pointer.c: New file.
3688 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3689
3690 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3691
3692 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3693 "int".
3694
3695 2017-12-07 Keith Seitz <keiths@redhat.com>
3696
3697 PR breakpoints/22569
3698 * gdb.linespec/ls-errs.exp: Change expected result of "break
3699 -source this file has spaces.c -line 3".
3700 Check that an explicit source file followed by whitespace is
3701 identified as an invalid explicit location.
3702
3703 2017-12-07 Keith Seitz <keiths@redhat.com>
3704
3705 * gdb.cp/nested-types.cc: New file.
3706 * gdb.cp/nested-types.exp: New file.
3707 * lib/cp-support.exp: Load data-structures.exp library.
3708 (debug_cp_test_ptype_class): New global.
3709 (cp_ptype_class_verbose, next_line): New procedures.
3710 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3711 Add and document new return value.
3712 Switch the list of lines to a queue.
3713 Add support for new `type' key for nested type definitions.
3714 Add debugging/troubleshooting messages.
3715 * lib/data-structures.exp: New file.
3716
3717 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3718
3719 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3720 with proc_with_prefix, don't use with_test_prefix.
3721
3722 2017-12-07 Tom Tromey <tom@tromey.com>
3723
3724 * gdb.base/break.exp: Add test for empty "commands".
3725
3726 2017-12-07 Yao Qi <yao.qi@linaro.org>
3727
3728 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3729 malloc and catch syscall.
3730
3731 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3732
3733 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3734 tests for explicit locations.
3735
3736 2017-12-06 Pedro Alves <palves@redhat.com>
3737
3738 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3739 force-disabling XML descriptions.
3740
3741 2017-12-04 Pedro Alves <palves@redhat.com>
3742
3743 PR gdb/22499
3744 * gdb.arch/amd64-disp-step-avx.S: New file.
3745 * gdb.arch/amd64-disp-step-avx.exp: New file.
3746
3747 2017-12-03 Pedro Alves <palves@redhat.com>
3748
3749 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3750 and <string.h>.
3751 (parent_function): Print distinct messages when waitpid fails, or
3752 the child exits with a signal, or the child exits for an unhandled
3753 reason.
3754 * gdb.threads/process-dies-while-detaching.exp
3755 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3756 it. Wait for both inferior output and GDB's prompt. Use an
3757 indirect spawn id list.
3758 (do_detach): New parameter 'child_exit'. Use it to compute
3759 expected inferior output.
3760 (test_detach, test_detach_watch, test_detach_killed_outside):
3761 Adjust to pass down the expected child exit kind.
3762
3763 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3764 Sergio Durigan Junior <sergiodj@redhat.com>
3765 Pedro Alves <palves@redhat.com>
3766
3767 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3768
3769 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3770
3771 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3772 to 'symbol-file' and 'add-symbol-file' can be
3773 position-independent.
3774
3775 2017-12-01 Yao Qi <yao.qi@linaro.org>
3776
3777 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3778 the URL in copyright header.
3779 * gdb.arch/aarch64-fp.exp: Likewise.
3780 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3781 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3782 * gdb.base/expand-psymtabs.exp: Likewise.
3783 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3784 * gdb.fortran/common-block.exp: Likewise.
3785 * gdb.fortran/common-block.f90: Likewise.
3786 * gdb.fortran/logical.exp: Likewise.
3787 * gdb.fortran/vla-datatypes.f90: Likewise.
3788 * gdb.fortran/vla-sub.f90: Likewise.
3789
3790 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3791
3792 * gdb.ada/repeat_dyn: New testcase.
3793
3794 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3795
3796 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3797 Update for changed thread numbering.
3798 * gdb.cell/bt.exp: Update for changed GDB output.
3799
3800 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3801
3802 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3803 setting isremote by hand.
3804 * boards/dwarf4-gdb-index.exp: Likewise.
3805 * boards/fission.exp: Likewise.
3806 * boards/stabs.exp: Likewise.
3807
3808 2017-11-30 Pedro Alves <palves@redhat.com>
3809
3810 * gdb.linespec/cpls-ops.exp
3811 (check_explicit_skips_function_argument): Extract the underlying
3812 type of size_t instead of hardcoding it.
3813
3814 2017-11-29 Pedro Alves <palves@redhat.com>
3815
3816 PR c++/19436
3817 * gdb.linespec/cpls-abi-tag.cc: New file.
3818 * gdb.linespec/cpls-abi-tag.exp: New file.
3819
3820 2017-11-29 Pedro Alves <palves@redhat.com>
3821
3822 * gdb.base/langs.exp: Use -qualified.
3823 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3824 it.
3825 * gdb.cp/namespace.exp: Use -qualified.
3826 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3827 (overload-3, template-overload, template-ret-type, const-overload)
3828 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3829 procedures.
3830 (test_driver): Call them.
3831 * gdb.cp/save-bp-qualified.cc: New.
3832 * gdb.cp/save-bp-qualified.exp: New.
3833 * gdb.linespec/explicit.exp: Test -qualified.
3834 * lib/completion-support.exp (completion::explicit_opts_list): Add
3835 "-qualified".
3836 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3837
3838 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3839
3840 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3841
3842 2017-11-29 Tom Tromey <tom@tromey.com>
3843
3844 * gdb.base/relocate.exp: Update invalid argument test.
3845 Add new tests for invalid arguments.
3846
3847 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3848
3849 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3850 Return 0 as a long.
3851 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3852
3853 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3854
3855 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3856 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3857 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3858 func ().
3859 * gdb.cp/shadow.cc (B.func): Return 0.
3860
3861 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3862
3863 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3864 expected output in gdb_expect call to allow the exception
3865 message to be present as well. Fix syntax confusion to avoid
3866 TCL thinking that exception_name is an array.
3867
3868 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3869
3870 * gdb.arch/spu-info.c: Include <unistd.h>.
3871 (do_signal_test): Fix broken calls to write.
3872 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3873 Fix checks for empty mailboxes. Update signal tests for corrected
3874 do_signal_test routine. Allow nonzero event status.
3875 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3876 * gdb.cell/arch.exp: Use standard_output_file.
3877 * gdb.cell/break.exp: Likewise.
3878 * gdb.cell/bt.exp: Likewise.
3879 * gdb.cell/core.exp: Likewise.
3880 * gdb.cell/dwarfaddr.exp: Likewise.
3881 * gdb.cell/ea-cache.exp: Likewise.
3882 * gdb.cell/ea-standalone.exp: Likewise.
3883 * gdb.cell/f-regs.exp: Likewise.
3884 * gdb.cell/fork.exp: Likewise.
3885 * gdb.cell/gcore.exp: Likewise.
3886 * gdb.cell/mem-access.exp: Likewise.
3887 * gdb.cell/ptype.exp: Likewise.
3888 * gdb.cell/registers.exp: Likewise.
3889 * gdb.cell/sizeof.exp: Likewise.
3890 * gdb.cell/solib-symbol.exp: Likewise.
3891 * gdb.cell/solib.exp: Likewise.
3892
3893 2017-11-25 Pedro Alves <palves@redhat.com>
3894
3895 * gdb.base/complete-empty.exp: New file.
3896 * gdb.base/completion.exp: Adjust.
3897
3898 2017-11-25 Pedro Alves <palves@redhat.com>
3899
3900 * gdb.linespec/cpls-ops.cc: New file.
3901 * gdb.linespec/cpls-ops.exp: New file.
3902 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3903 factored out from ...
3904 (test_complete_prefix_range): ... this.
3905
3906 2017-11-24 Pedro Alves <palves@redhat.com>
3907
3908 * gdb.linespec/cpcompletion.exp: New file.
3909 * gdb.linespec/cpls-hyphen.cc: New file.
3910 * gdb.linespec/cpls.cc: New file.
3911 * gdb.linespec/cpls2.cc: New file.
3912 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3913 test to use test_gdb_complete_unique. Add label completion,
3914 keyword completion and explicit location completion tests.
3915 * lib/completion-support.exp: New file.
3916
3917 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3918
3919 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3920 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3921 when hitting an exception catchpoint.
3922
3923 2017-11-22 Yao Qi <yao.qi@linaro.org>
3924
3925 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3926
3927 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3928
3929 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3930 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3931 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3932
3933 2017-11-22 Yao Qi <yao.qi@linaro.org>
3934
3935 * gdb.base/info-os.exp: Pass pthreads.
3936 * gdb.multi/multi-attach.exp: Likewise.
3937
3938 2017-11-22 Yao Qi <yao.qi@linaro.org>
3939
3940 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3941 compiler.
3942
3943 2017-11-22 Yao Qi <yao.qi@linaro.org>
3944
3945 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3946 * gdb.base/break-interp.exp: Likewise.
3947 * gdb.base/jit-attach-pie.exp: Likewise.
3948
3949 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3950
3951 * gdb.base/float128.c (large128): New variable.
3952 * gdb.base/float128.exp: Add test to print largest __float128 value.
3953
3954 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3955
3956 * gdb.arch/vsx-regs.exp: Update register content checks.
3957
3958 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3959
3960 * gdb.arch/ppc-longdouble.exp: New file.
3961 * gdb.arch/ppc-longdouble.c: Likewise.
3962
3963 2017-11-21 Pedro Alves <palves@redhat.com>
3964
3965 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3966
3967 2017-11-20 Pedro Alves <palves@redhat.com>
3968
3969 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3970 (long_double_typedef): New typedefs.
3971 Use DEF on double and long double.
3972 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3973 cases.
3974 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3975 and 'long_double_ptr_same_size' locals. Use them to decide
3976 whether cast from array/function to float is valid/invalid.
3977
3978 2017-11-17 Tom Tromey <tom@tromey.com>
3979
3980 * gdb.rust/traits.rs: New file.
3981 * gdb.rust/traits.exp: New file.
3982
3983 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3984
3985 * gdb.ada/minsyms: New testcase.
3986
3987 2017-11-16 Pedro Alves <palves@redhat.com>
3988
3989 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3990 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3991
3992 2017-11-16 Pedro Alves <palves@redhat.com>
3993
3994 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3995 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3996
3997 2017-11-16 Pedro Alves <palves@redhat.com>
3998
3999 * gdb.server/reconnect-ctrl-c.c: New file.
4000 * gdb.server/reconnect-ctrl-c.exp: New file.
4001
4002 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4003
4004 * gdb.python/py-rbreak.exp: New file.
4005 * gdb.python/py-rbreak.c: New file.
4006 * gdb.python/py-rbreak-func2.c: New file.
4007
4008 2017-11-16 Pedro Alves <palves@redhat.com>
4009
4010 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4011 pattern.
4012 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4013 GDB.
4014
4015 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4016
4017 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4018 regex.
4019
4020 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4021
4022 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4023 test names.
4024
4025 2017-11-09 Pedro Alves <palves@redhat.com>
4026
4027 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4028 factored out from ...
4029 (top level): ... here, and adjusted to avoid expecting beyond the
4030 prompt in a single gdb_test_multiple.
4031
4032 2017-11-09 Pedro Alves <palves@redhat.com>
4033
4034 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4035 output.
4036 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4037 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4038 * gdb.server/ext-run.exp ("kill" test): Likewise.
4039 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4040
4041 2017-11-09 Pedro Alves <palves@redhat.com>
4042
4043 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4044 match till end of line.
4045
4046 2017-11-09 Pedro Alves <palves@redhat.com>
4047
4048 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4049
4050 2017-11-09 Pedro Alves <palves@redhat.com>
4051
4052 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4053 New procedures, factored out from ...
4054 (top level): ... here, and adjusted to avoid expecting beyond the
4055 prompt in one go.
4056
4057 2017-11-09 Pedro Alves <palves@redhat.com>
4058
4059 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4060 output. Fix '?' match.
4061
4062 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4063
4064 * gdb.ada/scoped_watch: New testcase.
4065 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4066 which is actually correct.
4067 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4068 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4069
4070 2017-11-08 Pedro Alves <palves@redhat.com>
4071
4072 * gdb.gdb/complaints.exp (test_initial_complaints)
4073 (test_serial_complaints, test_short_complaints): Call
4074 complaint_internal instead of complaint.
4075
4076 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4077
4078 * gdb.threads/tls-core.c: New file.
4079 * gdb.threads/tls-core.exp: Likewise.
4080
4081 2017-11-08 Pedro Alves <palves@redhat.com>
4082
4083 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4084 (p Exported_Capitalized): New test.
4085 (p exported_capitalized): New test.
4086
4087 2017-11-07 Pedro Alves <palves@redhat.com>
4088
4089 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4090
4091 2017-11-07 Pedro Alves <palves@redhat.com>
4092
4093 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4094 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4095 (disable_invalid, disable_inverted, disable_negative): New
4096 procedures.
4097 ("bad numbers"): New set of tests.
4098
4099 2017-11-07 Pedro Alves <palves@redhat.com>
4100
4101 * gdb.cp/ena-dis-br-range.exp: Add tests.
4102
4103 2017-11-07 Pedro Alves <palves@redhat.com>
4104
4105 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4106
4107 2017-11-07 Xavier Roirand <roirand@adacore.com>
4108 Pedro Alves <palves@redhat.com>
4109
4110 * gdb.base/ena-dis-br.exp: Add reference to
4111 gdb.cp/ena-dis-br-range.exp.
4112 * gdb.cp/ena-dis-br-range.exp: New file.
4113 * gdb.cp/ena-dis-br-range.cc: New file.
4114
4115 2017-11-06 Pedro Alves <palves@redhat.com>
4116
4117 * gdb.base/attach-non-pgrp-leader.c: New.
4118 * gdb.base/attach-non-pgrp-leader.exp: New.
4119
4120 2017-11-06 Pedro Alves <palves@redhat.com>
4121
4122 * configure.ac: No longer check for termio.h and sgtty.h.
4123 * configure: Regenerate.
4124 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4125 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4126 Remove termio and sgtty code.
4127
4128 2017-11-03 Yao Qi <yao.qi@linaro.org>
4129
4130 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4131 in GDB is disabled.
4132
4133 2017-11-03 Yao Qi <yao.qi@linaro.org>
4134
4135 * gdb.python/py-thrhandle.exp: Skip it if python is not
4136 enabled.
4137
4138 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4139
4140 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4141 as a breakpoint command.
4142
4143 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4144
4145 PR python/21213
4146 * gdb.python/py-infthread.exp: Test calling
4147 InferiorThread.inferior () multiple times in a row.
4148
4149 2017-10-27 Keith Seitz <keiths@redhat.com>
4150
4151 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4152 Test "info break" for every inlined function breakpoint.
4153
4154 2017-10-27 Yao Qi <yao.qi@linaro.org>
4155
4156 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4157
4158 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4159
4160 * gdb.cp/classes.exp (test_static_members): Test printing
4161 Outer::instance.
4162 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4163 (Inner::instance, Outer::instance): New.
4164
4165 2017-10-24 Pedro Alves <palves@redhat.com>
4166
4167 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4168 extra console" test in two stages.
4169
4170 2017-10-24 Pedro Alves <palves@redhat.com>
4171
4172 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4173
4174 2017-10-24 Pedro Alves <palves@redhat.com>
4175
4176 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4177 loop.
4178
4179 2017-10-24 Pedro Alves <palves@redhat.com>
4180
4181 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4182 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4183
4184 2017-10-24 Pedro Alves <palves@redhat.com>
4185
4186 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4187 parameter and handle it. Don't output read value in test name.
4188
4189 2017-10-24 Pedro Alves <palves@redhat.com>
4190
4191 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4192 custom test name.
4193
4194 2017-10-24 Pedro Alves <palves@redhat.com>
4195
4196 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4197 include the unstable output directory name in the test's name.
4198 (initial_setup_simple) <'set args'>: Use custom test name.
4199
4200 2017-10-24 Pedro Alves <palves@redhat.com>
4201
4202 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4203 with explicit test name.
4204
4205 2017-10-20 Pedro Alves <palves@redhat.com>
4206
4207 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4208 'wait -i'. Use gdb_assert and remote_close.
4209
4210 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4211
4212 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4213 number from variable rather than hard-coded.
4214
4215 2017-10-19 Pedro Alves <palves@redhat.com>
4216
4217 * gdb.base/long-inferior-output.c: New file.
4218 * gdb.base/long-inferior-output.exp: New file.
4219
4220 2017-11-18 Keith Seitz <keiths@redhat.com>
4221
4222 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4223 method.
4224 (main): Call it.
4225 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4226 Add additional user-defined conversion operator tests.
4227
4228 2017-10-17 Pedro Alves <palves@redhat.com>
4229
4230 * boards/native-stdio-gdbserver.exp: Load "local-board".
4231
4232 2017-10-17 Pedro Alves <palves@redhat.com>
4233
4234 * gdb.base/quit-live.c: New file.
4235 * gdb.base/quit-live.exp: New file.
4236
4237 2017-10-16 Keith Seitz <keiths@redhat.com>
4238
4239 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4240 (class_with_protected_typedef, class_with_private_typedef)
4241 (struct_with_public_typedef, struct_with_protected_typedef)
4242 (struct_with_private_typedef): New classes/structs.
4243 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4244 typedefs and access specifiers.
4245
4246 2017-10-16 Pedro Alves <palves@redhat.com>
4247 Simon Marchi <simon.marchi@polymtl.ca>
4248
4249 * README (Local vs Remote vs Native): New section.
4250 * boards/local-board.exp: New file, with bits factored out from
4251 ...
4252 * boards/native-extended-gdbserver.exp: ... here. Load
4253 "local-board".
4254 * boards/native-gdbserver.exp: Load "local-board".
4255 (${board}_spawn, ${board}_exec): Delete.
4256 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4257 ...
4258 * boards/stdio-gdbserver-base.exp: ... this new file.
4259 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4260 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4261 procedure.
4262 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4263 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4264 stdio_gdbserver_command.
4265 (${board}_get_remote_address, ${board}_get_comm_port)
4266 (${board}_download, ${board}_upload): Delete.
4267 (get_target_remote_pipe_cmd): New.
4268
4269 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4270
4271 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4272 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4273 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4274 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4275 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4276 remove with_test_prefix.
4277
4278 2017-10-13 Pedro Alves <palves@redhat.com>
4279
4280 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4281 * gdb.base/annota1.exp: Use it instead of is_remote.
4282 * gdb.base/annota3.exp: Use it instead of is_remote.
4283 * gdb.cp/annota2.exp: Use it instead of is_remote.
4284 * gdb.cp/annota3.exp: Use it instead of is_remote.
4285 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4286
4287 2017-10-13 Pedro Alves <palves@redhat.com>
4288
4289 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4290 (test_num_test_vars, run_and_count_vars, find_env)
4291 (test_set_unset_env, test_inherit_env_var): New procedures.
4292 (top level): Use them.
4293
4294 2017-10-13 Pedro Alves <palves@redhat.com>
4295
4296 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4297 also skip on stub-like targets.
4298
4299 2017-10-13 Pedro Alves <palves@redhat.com>
4300
4301 PR gdb/22293
4302 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4303 (top level): Move some tests to ...
4304 (test_not_found): ... this new procedure.
4305 (top level): Call it.
4306
4307 2017-10-13 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4310 expect different "info terminal" output if testing with a
4311 non-native target.
4312
4313 2017-10-13 Pedro Alves <palves@redhat.com>
4314 Simon Marchi <simon.marchi@polymtl.ca>
4315
4316 PR python/12966
4317 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4318
4319 2017-10-13 Pedro Alves <palves@redhat.com>
4320
4321 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4322 already.
4323
4324 2017-10-13 Pedro Alves <palves@redhat.com>
4325
4326 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4327 is_remote.
4328
4329 2017-10-13 Pedro Alves <palves@redhat.com>
4330
4331 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4332 is_remote.
4333
4334 2017-10-13 Pedro Alves <palves@redhat.com>
4335
4336 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4337 is set.
4338 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4339 instead of is_remote.
4340
4341 2017-10-13 Pedro Alves <palves@redhat.com>
4342
4343 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4344 (top level): Add comment.
4345
4346 2017-10-13 Pedro Alves <palves@redhat.com>
4347
4348 * gdb.base/remote.exp (top level): Fix comment typo and add
4349 missing return.
4350
4351 2017-10-13 Pedro Alves <palves@redhat.com>
4352 Simon Marchi <simon.marchi@polymtl.ca>
4353
4354 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4355 calls and add comments. Skip test if use_gdb_stub is set.
4356 (top level): Use "set cwd" command instead of "cd" command.
4357
4358 2017-10-13 Pedro Alves <palves@redhat.com>
4359
4360 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4361 is_remote target check.
4362
4363 2017-10-13 Pedro Alves <palves@redhat.com>
4364
4365 * gdb.base/scope.exp: Use build_executable + clean_restart +
4366 gdb_file_cmd instead of prepare_for_testing and no longer skip
4367 "before run" tests on is_remote target boards. Update comments.
4368 * boards/native-extended-gdbserver.exp
4369 (extended_gdbserver_load_last_file): New, factored out from ...
4370 (gdb_load): ... this. Move further below and add comment.
4371 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4372
4373 2017-10-12 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.base/attach.exp: Remove references to gdb64.
4376 * gdb.base/dbx.exp: Remove references to gdb64.
4377
4378 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4379 Pedro Alves <palves@redhat.com>
4380
4381 * gdb.base/label.exp: Remove is_remote target check.
4382
4383 2017-10-12 Pedro Alves <palves@redhat.com>
4384
4385 * gdb.base/auvx.exp (coredir): Update comment.
4386 (top level) <core_works>: Use "set cwd" command instead of "cd"
4387 command.
4388
4389 2017-10-12 Pedro Alves <palves@redhat.com>
4390 Simon Marchi <simon.marchi@polymtl.ca>
4391
4392 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4393 target boards.
4394
4395 2017-10-12 Pedro Alves <palves@redhat.com>
4396 Simon Marchi <simon.marchi@polymtl.ca>
4397
4398 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4399 Instead skip if there's any gdb_protocol set.
4400
4401 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4402 Pedro Alves <palves@redhat.com>
4403
4404 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4405
4406 2017-10-12 Pedro Alves <palves@redhat.com>
4407 Simon Marchi <simon.marchi@polymtl.ca>
4408
4409 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4410 instead of on dejagnu remote boards.
4411
4412 2017-10-12 Pedro Alves <palves@redhat.com>
4413 Simon Marchi <simon.marchi@polymtl.ca>
4414
4415 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4416 checks. Use build_executable + clean_restart instead of
4417 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4418 of enabling non-stop after starting gdb.
4419
4420 2017-10-12 Pedro Alves <palves@redhat.com>
4421
4422 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4423 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4424 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4425 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4426
4427 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4428
4429 * gdb.arch/arc-tdesc-cpu.exp: New file.
4430 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4431
4432 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4433
4434 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4435
4436 2017-10-10 Pedro Alves <palves@redhat.com>
4437
4438 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4439 expect CLI output.
4440
4441 2017-10-10 Pedro Alves <palves@redhat.com>
4442
4443 * lib/selftest-support.exp (selftest_setup): Update for
4444 captured_command_loop's prototype change.
4445
4446 2017-10-09 Pedro Alves <palves@redhat.com>
4447
4448 Test both arch1=>arch2 and arch2=>arch1.
4449
4450 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4451 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4452 factored out to...
4453 (append_arch1_options, append_arch2_options, append_arch_options)
4454 (build_executables): New procedures.
4455 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4456 local.
4457 (top level): Add new 'first_arch' testing axis.
4458
4459 2017-10-09 Pedro Alves <palves@redhat.com>
4460
4461 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4462 (barrier): New.
4463 (thread_start, all_started): New functions.
4464 (main): Spawn new thread and wait until it is scheduled.
4465 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4466 option.
4467 (do_test): Add 'selected_thread' parameter. Run to all_started
4468 instead of main. Explicitly set the breakpoint at main. Switch
4469 to the SELECTED_THREAD thread.
4470 (top level): Test handling the exec event with either the main
4471 thread or the second thread selected.
4472
4473 2017-10-09 Pedro Alves <palves@redhat.com>
4474
4475 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4476 logic. Move STOP marker after the value checks.
4477 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4478 regexp.
4479
4480 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4481
4482 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4483
4484 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4485
4486 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4487 integer-to-dfp conversion.
4488 * gdb.base/dfp-test.exp: Likewise.
4489
4490 2017-10-04 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.multi/hangout.c: Include <unistd.h>.
4493 (hangout_loop): New function.
4494 (main): Call alarm. Call hangout_loop in a loop.
4495 * gdb.multi/hello.c: Include <unistd.h>.
4496 (hello_loop): New function.
4497 (main): Call alarm. Call hangout_loop in a loop.
4498 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4499 inferior with the other selected.
4500
4501 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4502
4503 * gdb.mi/list-thread-groups-available.exp: New file.
4504 * gdb.mi/list-thread-groups-available.c: New file.
4505
4506 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4507
4508 * gdb.base/set-cwd.exp: Make it available on
4509 native-extended-gdbserver.
4510
4511 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4512
4513 * gdb.base/set-cwd.c: New file.
4514 * gdb.base/set-cwd.exp: Likewise.
4515
4516 2017-10-02 Tom Tromey <tom@tromey.com>
4517
4518 PR rust/22236:
4519 * gdb.rust/simple.rs (main): New variable "fslice".
4520 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4521
4522 2017-10-02 Tom Tromey <tom@tromey.com>
4523
4524 * gdb.rust/simple.exp: Test ptype of a slice.
4525
4526 2017-10-02 Tom Tromey <tom@tromey.com>
4527
4528 * gdb.rust/simple.exp: Test index of slice.
4529
4530 2017-09-27 Tom Tromey <tom@tromey.com>
4531
4532 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4533
4534 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4535 Pedro Alves <palves@redhat.com>
4536
4537 * gdb.base/compare-sections.exp (get value of read-only section): Read
4538 as unsigned value.
4539 (corrupt read-only section): Likewise and don't set written if patching
4540 failed.
4541
4542 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4543
4544 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4545 files.
4546
4547 2017-09-20 Pedro Alves <palves@redhat.com>
4548
4549 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4550 symbol names in gdb's output.
4551 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4552
4553 2017-09-20 Pedro Alves <palves@redhat.com>
4554
4555 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4556 Rename to ...
4557 (test_list_ambiguous_symbol): ... this and add a symbol name
4558 parameter. Adjust.
4559 (test_list_ambiguous_function): Reimplement on top of
4560 test_list_ambiguous_symbol and also test listing ambiguous
4561 variables.
4562 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4563 (ambiguous_fun): ... this.
4564 (ambiguous_var): New.
4565 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4566 (ambiguous_fun): ... this.
4567 (ambiguous_var): New.
4568
4569 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4570
4571 * gdb.base/starti.c: New file.
4572 * gdb.base/starti.exp: New file.
4573 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4574
4575 2017-09-14 Pedro Alves <palves@redhat.com>
4576
4577 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4578 (top level): Use it instead of runto.
4579
4580 2017-09-11 Tom Tromey <tom@tromey.com>
4581
4582 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4583
4584 2017-09-11 Tom Tromey <tom@tromey.com>
4585
4586 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4587 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4588
4589 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4590
4591 * gdb.fortran/printing-types.exp: New file.
4592 * gdb.fortran/printing-types.exp: New file.
4593
4594 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4595
4596 * gdb.fortran/vla-ptype.exp: Fix typos.
4597 * gdb.fortran/vla-value.exp: Same.
4598
4599 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4600
4601 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4602 * gdb.mi/mi-var-child-f.exp: Likewise.
4603 * gdb.mi/mi-vla-fortran.exp: Likewise.
4604
4605 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4606 Christoph Weinmann <christoph.t.weinmann@intel.com>
4607 Bernhard Heckel <bernhard.heckel@intel.com>
4608
4609 * gdb.fortran/ptr-indentation.f90: New file.
4610 * gdb.fortran/ptr-indentation.exp: New file.
4611
4612 2017-09-05 Tom Tromey <tom@tromey.com>
4613
4614 PR gdb/22010:
4615 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4616
4617 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4618
4619 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4620
4621 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4622
4623 * gdb.threads/tls-nodebug-pie.c: New file.
4624 * gdb.threads/tls-nodebug-pie.exp: New file.
4625
4626 2017-09-05 Tom Tromey <tom@tromey.com>
4627
4628 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4629 for rust.
4630
4631 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4632
4633 * gdb.multi/multi-arch-exec.exp: Test with different
4634 "follow-exec-mode" settings.
4635 (do_test): New procedure.
4636
4637 2017-09-04 Pedro Alves <palves@redhat.com>
4638
4639 * gdb.base/func-static.c (S::method const, S::method volatile)
4640 (S::method volatile const): New methods.
4641 (c_s, v_s, cv_s): New instances.
4642 (main): Call method() on them.
4643 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4644 (cannot_resolve): New procedure.
4645 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4646 print-quote-unquoted columns.
4647 (do_test): Test printing each scope too.
4648
4649 2017-09-04 Pedro Alves <palves@redhat.com>
4650
4651 * gdb.base/local-static.exp: Also test with
4652 class::method::variable wholly quoted.
4653 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4654
4655 2017-09-04 Pedro Alves <palves@redhat.com>
4656
4657 * gdb.base/local-static.c: New.
4658 * gdb.base/local-static.cc: New.
4659 * gdb.base/local-static.exp: New.
4660
4661 2017-09-04 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.asm/asm-source.exp: Add casts to int.
4664 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4665 (dataglobal64_1, dataglobal64_2): New globals.
4666 * gdb.base/nodebug.exp: Test different expressions involving the
4667 new globals, with print, whatis and ptype. Add casts to int.
4668 * gdb.base/solib-display.exp: Add casts to int.
4669 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4670 * gdb.cp/m-static.exp: Add cast to int.
4671 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4672 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4673 tls variable with no debug info without a cast. Test with a cast
4674 to int too.
4675 * gdb.trace/entry-values.exp: Add casts.
4676
4677 2017-09-04 Pedro Alves <palves@redhat.com>
4678
4679 * gdb.base/nodebug.exp: Test that ptype's error about functions
4680 with unknown return type includes the function name too.
4681
4682 2017-09-04 Pedro Alves <palves@redhat.com>
4683
4684 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4685 return type of munmap in infcall.
4686 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4687 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4688 type of ftell in infcall.
4689 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4690 type of getpid in infcall.
4691 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4692 infcall.
4693 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4694 Bail on failure to extract the pid.
4695 * gdb.base/nodebug.c: #include <stdint.h>.
4696 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4697 New functions.
4698 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4699 Change expected output of print/whatis/ptype with functions with
4700 no debug info. Test all supported languages. Call
4701 test_call_promotion.
4702 * gdb.compile/compile.exp: Adjust expected output to expect
4703 warning.
4704 * gdb.threads/siginfo-threads.exp: Likewise.
4705
4706 2017-09-04 Pedro Alves <palves@redhat.com>
4707
4708 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4709 "prototypes". Test calling float functions via prototyped and
4710 unprototyped function pointers.
4711 (perform_all_tests): New parameter "prototypes". Pass it down.
4712 (top level): Pass down "prototypes" parameter to
4713 perform_all_tests.
4714
4715 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4716
4717 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4718 Test with nested loops.
4719
4720 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4721
4722 * gdb.base/commands.exp: Call the new procedures.
4723 (loop_break_test, loop_continue_test): New procedures.
4724
4725 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4726
4727 * gdb.base/commands.exp: Call new procedure.
4728 (define_if_without_arg_test): New procedure.
4729
4730 2017-09-04 Pedro Alves <palves@redhat.com>
4731
4732 * gdb.base/list-ambiguous.exp: New file.
4733 * gdb.base/list-ambiguous0.c: New file.
4734 * gdb.base/list-ambiguous1.c: New file.
4735 * gdb.base/list.exp (test_list_range): Adjust expected output.
4736
4737 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4738
4739 * gdb.base/share-env-with-gdbserver.c: New file.
4740 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4741
4742 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4743
4744 * gdb.base/commands.exp (gdbvar_simple_if_test,
4745 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4746 progvar_simple_if_test, progvar_simple_while_test,
4747 progvar_complex_if_while_test, user_defined_command_test,
4748 user_defined_command_args_eval,
4749 user_defined_command_args_stack_test,
4750 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4751 temporary_breakpoint_commands,
4752 gdb_test_no_prompt, redefine_hook_test,
4753 redefine_backtrace_test): Remove "global gdb_prompt".
4754
4755 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4756
4757 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4758 New proc, call it from toplevel.
4759
4760 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4761
4762 PR remote/21852
4763 * gdb.server/normal.c: New file, copied from gdb.base.
4764 * gdb.server/run-without-local-binary.exp: New file.
4765
4766 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4767
4768 * gdb.arch/sparc64-adi.exp: New file.
4769 * gdb.arch/sparc64-adi.c: New file.
4770
4771 2017-08-22 Pedro Alves <palves@redhat.com>
4772
4773 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4774 (top level): Add "list all overloads" tests.
4775
4776 2017-08-22 Tom Tromey <tom@tromey.com>
4777
4778 * gdb.gdb/xfullpath.exp: Remove.
4779
4780 2017-08-21 Pedro Alves <palves@redhat.com>
4781
4782 PR gdb/19487
4783 * gdb.base/symbol-alias.c: New.
4784 * gdb.base/symbol-alias2.c: New.
4785 * gdb.base/symbol-alias.exp: New.
4786
4787 2017-08-21 Pedro Alves <palves@redhat.com>
4788
4789 * gdb.base/dfp-test.c
4790 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4791 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4792 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4793 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4794 * gdb.base/whatis-ptype-typedefs.c: New.
4795 * gdb.base/whatis-ptype-typedefs.exp: New.
4796 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4797 (an_int, an_int_type, an_int_type2): New globals.
4798 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4799 involving typedefs and cast expressions.
4800 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4801 (lookup_typedefs_function): New.
4802 (typedefs_pretty_printers_dict): New.
4803 (top level): Register lookup_typedefs_function in
4804 gdb.pretty_printers.
4805
4806 2017-08-18 Yao Qi <yao.qi@linaro.org>
4807
4808 * gdb.server/unittest.exp: New.
4809
4810 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4811
4812 PR gdb/21954
4813 * gdb.base/environ.exp: Add test to check if 'unset environment'
4814 works.
4815
4816 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4817
4818 * lib/gdb.exp (universal_compile_options): New caching proc.
4819 (gdb_compile): Suppress GCC's coloring of messages.
4820
4821 2017-08-14 Tom Tromey <tom@tromey.com>
4822
4823 PR gdb/21675:
4824 * gdb.base/printcmds.exp (test_radices): New function.
4825 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4826 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4827 * lib/gdb.exp (get_integer_valueof): Use p/d.
4828
4829 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4830
4831 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4832 characters.
4833
4834 2017-08-05 Tom Tromey <tom@tromey.com>
4835
4836 * gdb.rust/simple.exp: Allow String to appear in a different
4837 namespace.
4838
4839 2017-07-26 Yao Qi <yao.qi@linaro.org>
4840
4841 * gdb.gdb/unittest.exp: Invoke command
4842 "maintenance check xml-descriptions".
4843
4844 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4845
4846 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4847 calling context.
4848 (hex128): Drop erroneous calculation of parameters.
4849
4850 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4851
4852 * gdb.python/py-unwind.exp: Disable stack protection when
4853 building test file.
4854
4855 2017-07-20 Pedro Alves <palves@redhat.com>
4856
4857 * gdb.base/default.exp (set language): Adjust expected output.
4858
4859 2017-07-20 Pedro Alves <palves@redhat.com>
4860
4861 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4862 (test_minsym): ... this, and make static.
4863 (get_pck__foo__bar__minsym): Rename to ...
4864 (get_test_minsym): ... this.
4865 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4866 symbol names and comments.
4867 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4868 (get_test_minsym): ... this.
4869 (pck__foo__bar__minsym__2): Rename to ...
4870 (test_minsym): ... this.
4871 (main): Adjust.
4872
4873 2017-07-17 Pedro Alves <palves@redhat.com>
4874
4875 * gdb.base/completion.exp: Adjust expected output.
4876 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4877 the completer works.
4878
4879 2017-07-17 Pedro Alves <palves@redhat.com>
4880
4881 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4882
4883 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4884
4885 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4886
4887 2017-07-14 Tom Tromey <tom@tromey.com>
4888
4889 PR rust/21764:
4890 * gdb.rust/simple.exp: Add tests.
4891
4892 2017-07-14 Tom Tromey <tom@tromey.com>
4893
4894 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4895
4896 2017-07-14 Pedro Alves <palves@redhat.com>
4897
4898 * gdb.linespec/base/one/thefile.cc (z1): New function.
4899 * gdb.linespec/base/two/thefile.cc (z2): New function.
4900 * gdb.linespec/linespec.exp: Add tests.
4901
4902 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4903
4904 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4905 to mi_create_breakpoint.
4906
4907 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4908
4909 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4910 mi_create_breakpoint.
4911
4912 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4913
4914 * gdb.dlang/demangle.exp: Update for demangling changes.
4915
4916 2017-07-09 Tom Tromey <tom@tromey.com>
4917
4918 * gdb.dwarf2/shortpiece.exp: New file.
4919
4920 2017-07-06 David Blaikie <dblaikie@gmail.com>
4921
4922 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4923 built from fissiont-multi-cu{1,2}.c.
4924 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4925 except putting 'main' and 'func' in separate CUs in the same DWO file.
4926 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4927 test.
4928 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4929 test.
4930
4931 2017-07-06 Pedro Alves <palves@redhat.com>
4932
4933 * gdb.python/py-unwind.exp: Test flushregs.
4934
4935 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4936
4937 PR cli/21688
4938 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4939 tests for alias commands and trailing whitespace.
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): New
4945 procedure. Call it.
4946
4947 2017-06-29 Pedro Alves <palves@redhat.com>
4948
4949 * gdb.base/printcmds.exp: Add tests.
4950
4951 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4952
4953 PR gdb/21337
4954 * gdb.base/reread-readsym.exp: New file.
4955 * gdb.base/reread-readsym.c: New file.
4956
4957 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4958
4959 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4960 subpattern.
4961
4962 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4963
4964 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4965 extended mnemonic.
4966 * gdb.arch/powerpc-power9.s: Likewise.
4967
4968 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4969
4970 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4971 on 32-bit x86 targets. Exploit is_*_target macros where
4972 appropriate.
4973
4974 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4975
4976 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4977 register pieces.
4978
4979 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4980
4981 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4982 located in one or more DWARF pieces.
4983
4984 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4985
4986 * lib/gdb.exp (get_endianness): New proc.
4987 * gdb.arch/aarch64-fp.exp: Use it.
4988 * gdb.arch/altivec-regs.exp: Likewise.
4989 * gdb.arch/e500-regs.exp: Likewise.
4990 * gdb.arch/vsx-regs.exp: Likewise.
4991 * gdb.base/dump.exp: Likewise.
4992 * gdb.base/funcargs.exp: Likewise.
4993 * gdb.base/gnu_vector.exp: Likewise.
4994 * gdb.dwarf2/formdata16.exp: Likewise.
4995 * gdb.dwarf2/implptrpiece.exp: Likewise.
4996 * gdb.dwarf2/nonvar-access.exp: Likewise.
4997 * gdb.python/py-inferior.exp: Likewise.
4998 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4999
5000 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5001
5002 PR gdb/21226
5003 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5004 stack value pieces are taken from the LSB end.
5005
5006 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5007
5008 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5009 variable at nonzero offset.
5010
5011 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5012
5013 * gdb.dwarf2/var-access.c: New file.
5014 * gdb.dwarf2/var-access.exp: New test.
5015 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5016
5017 2017-06-12 Tom Tromey <tom@tromey.com>
5018
5019 * gdb.dwarf2/formdata16.exp: Add tests.
5020
5021 2017-06-12 Tom Tromey <tom@tromey.com>
5022
5023 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5024
5025 2017-06-12 Tom Tromey <tom@tromey.com>
5026
5027 PR exp/16225:
5028 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5029 * gdb.arch/vsx-regs.exp: Update tests.
5030 * gdb.arch/s390-vregs.exp (hex128): New proc.
5031 Update test.
5032 * gdb.arch/altivec-regs.exp: Update tests.
5033
5034 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5035
5036 * gdb.base/startup-with-shell.c: New file.
5037 * gdb.base/startup-with-shell.exp: Likewise.
5038
5039 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5040
5041 * gdb.server/non-existing-program.exp: Update regex in order to
5042 reflect the fact that gdbserver is now using fork_inferior (with a
5043 shell) to startup the inferior.
5044
5045 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5046
5047 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5048 support function calls from GDB.
5049
5050 2017-05-21 Tom Tromey <tom@tromey.com>
5051
5052 PR rust/21466:
5053 * gdb.rust/unsized.exp: New file.
5054 * gdb.rust/unsized.rs: New file.
5055
5056 2017-05-19 Tom Tromey <tom@tromey.com>
5057
5058 PR rust/21484:
5059 * gdb.rust/watch.exp: New file.
5060 * gdb.rust/watch.rs: New file.
5061
5062 2017-05-18 Tom Tromey <tom@tromey.com>
5063
5064 * gdb.rust/simple.exp: Allow Box to be qualified.
5065
5066 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5067
5068 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5069
5070 2017-05-18 Pedro Alves <palves@redhat.com>
5071
5072 * gdb.base/fileio.c (test_write, test_read, test_close)
5073 (test_fstat): Don't print 'ret' in the fail path.
5074
5075 2017-05-18 Pedro Alves <palves@redhat.com>
5076
5077 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5078 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5079 (test_system, test_rename, test_unlink, test_time): Change
5080 prototypes.
5081 * gdb.base/fileio.exp (stop_msg): Adjust.
5082
5083 2017-05-18 Pedro Alves <palves@redhat.com>
5084
5085 * gdb.base/fileio.c (null_str): New global.
5086 (test_stat): Use it.
5087 * gdb.base/fileio.exp: Remove nowarnings.
5088
5089 2017-05-17 Yao Qi <yao.qi@linaro.org>
5090
5091 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5092
5093 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5094
5095 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5096 argument command.
5097 (top-level): Invoke test_set_inferior_tty.
5098
5099 2017-05-04 Pedro Alves <palves@redhat.com>
5100
5101 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5102 Add parens to print call for Python 3.
5103
5104 2017-05-03 Keith Seitz <keiths@redhat.com>
5105
5106 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5107 (main): Call it.
5108
5109 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5110
5111 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5112 to prev and next.
5113
5114 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5115
5116 * gdb.python/py-record-btrace.exp: Remove test for
5117 gdb.BtraceInstruction.error.
5118
5119 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5120
5121 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5122
5123 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5124
5125 * gdb.python/py-record-btrace-threads.c: New file.
5126 * gdb.python/py-record-btrace-threads.exp: New file.
5127
5128 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5129
5130 PR testsuite/8595
5131 * gdb.base/environ.exp: Make test available in all architectures.
5132 Move bits related to "info program" testing to
5133 gdb.base/info-program.exp. Rewrite tests to use the two new
5134 procedures mentione below.
5135 (test_set_show_env_var) New procedure.
5136 (test_set_show_env_var_equal): Likewise.
5137 * gdb.base/info-program.exp: New file.
5138
5139 2017-04-27 Keith Seitz <keiths@redhat.com>
5140
5141 * gdb.cp/oranking.cc (test15): New function.
5142 (main): Call test15 and declare additional variables for testing.
5143 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5144 "p foo101('abc')" tests.
5145 Add tests for cv qualifier overloads.
5146 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5147 "lvalue reference overload" test.
5148 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5149 "print value of f1 on Child&& in f2" test.
5150
5151 2017-04-19 Pedro Alves <palves@redhat.com>
5152
5153 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5154 procedure.
5155 (top level): Call it.
5156 * lib/gdb.exp (gdb_define_cmd): New procedure.
5157
5158 2017-04-12 Pedro Alves <palves@redhat.com>
5159
5160 PR gdb/21323
5161 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5162 (wchar): New global.
5163 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5164 (do_test_wide_char, wide_char_types_no_program, top level): Add
5165 wchar_t testing.
5166
5167 2017-04-12 Pedro Alves <palves@redhat.com>
5168
5169 PR c++/21323
5170 * gdb.cp/wide_char_types.c: New file.
5171 * gdb.cp/wide_char_types.exp: New file.
5172
5173 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5174
5175 PR gdb/21352
5176 * gdb.trace/tsv.exp: Add test for "tsave -r".
5177
5178 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5179
5180 * gdb.dlang/watch-loc.c: New file.
5181 * gdb.dlang/watch-loc.exp: New file.
5182
5183 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5184
5185 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5186
5187 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5188
5189 * gdb.arch/arc-analyze-prologue.S: New file.
5190 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5191
5192 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5193
5194 * gdb.arch/arc-decode-insn.S: New file.
5195 * gdb.arch/arc-decode-insn.exp: Likewise.
5196
5197 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5198
5199 PR tdep/20928
5200 * gdb.arch/sparc64-regs.exp: New file.
5201 * gdb.arch/sparc64-regs.S: Likewise.
5202
5203 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5204
5205 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5206 and memory view on Python 3.
5207
5208 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5209 Keith Seitz <keiths@redhat.com>
5210
5211 PR gdb/14441
5212 * gdb.cp/demangle.exp: Add rvalue reference tests.
5213 * gdb.cp/rvalue-ref-casts.cc: New file.
5214 * gdb.cp/rvalue-ref-casts.exp: New file.
5215 * gdb.cp/rvalue-ref-overload.cc: New file.
5216 * gdb.cp/rvalue-ref-overload.exp: New file.
5217 * gdb.cp/rvalue-ref-params.cc: New file.
5218 * gdb.cp/rvalue-ref-params.exp: New file.
5219 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5220 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5221 * gdb.cp/rvalue-ref-types.cc: New file.
5222 * gdb.cp/rvalue-ref-types.exp: New file.
5223 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5224 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5225
5226 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5227
5228 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5229 New procedure.
5230
5231 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5232
5233 * lib/mi-support.exp (mi_gdb_test): Add additional message
5234 for unexpected output.
5235
5236 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5237
5238 * gdb.base/examine-backward.c (Barrier): New character array
5239 constant, to ensure that TestStrings is preceded by a string
5240 terminator.
5241
5242 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5243
5244 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5245 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5246 and implicit pointer into such a location.
5247
5248 2017-03-16 Doug Evans <dje@google.com>
5249
5250 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5251
5252 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5253
5254 * gdb.cp/m-static.exp: Fix expectation for prototype of
5255 test5.single_constructor and single_constructor::single_constructor.
5256
5257 2017-03-16 Doug Evans <dje@google.com>
5258
5259 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5260 * gdb.guile/scm-lazy-string.c: New file.
5261 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5262 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5263 for pointer, array, typedef lazy strings.
5264
5265 2017-03-16 Doug Evans <dje@google.com>
5266
5267 PR python/17728, python/18439, python/18779
5268 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5269 * gdb.python/py-lazy-string.c (pointer): New typedef.
5270 (main): New locals ptr, array, typedef_ptr.
5271 * gdb.python/py-value.exp: Move lazy string tests to ...
5272 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5273 array, typedef lazy strings.
5274
5275 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5276
5277 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5278 Add optional 'test' parameter.
5279
5280 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5281
5282 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5283 Skip for versions of DejaGnu < 1.5.
5284
5285 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5286
5287 * lib/gdb.exp (dejagnu_version): New proc.
5288 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5289 Use dejagnu_version.
5290
5291 2017-03-10 Keith Seitz <keiths@redhat.com>
5292
5293 PR c++/8128
5294 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5295 type from destructor regexps.
5296 Add a branch which actually passes the test.
5297 Adjust "ptype t5i" test names.
5298
5299 2017-03-08 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.base/step-over-exit.exp: Add explicit test message.
5302
5303 2017-03-08 Pedro Alves <palves@redhat.com>
5304
5305 PR gdb/18360
5306 * gdb.threads/interrupt-while-step-over.c: New file.
5307 * gdb.threads/interrupt-while-step-over.exp: New file.
5308
5309 2017-03-08 Pedro Alves <palves@redhat.com>
5310
5311 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5312 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5313
5314 2017-03-08 Pedro Alves <palves@redhat.com>
5315
5316 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5317 PKRU as not supported as a PASS.
5318
5319 2017-03-08 Pedro Alves <palves@redhat.com>
5320
5321 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5322 prefix instead of $binfile1/$binfile2.
5323 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5324 in test message.
5325 * gdb.python/py-completion.exp: Use "load python file" as test
5326 messages instead of unstable path names.
5327
5328 2017-03-08 Pedro Alves <palves@redhat.com>
5329 Jan Kratochvil <jan.kratochvil@redhat.com>
5330
5331 PR cli/21218
5332 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5333 New proc.
5334 (top level): Call it.
5335
5336 2017-03-08 Pedro Alves <palves@redhat.com>
5337
5338 PR tui/21216
5339 * gdb.tui/tui-nl-filtered-output.exp: New file.
5340
5341 2017-03-08 Pedro Alves <palves@redhat.com>
5342
5343 * gdb.base/completion.exp: Move TUI completion tests to ...
5344 * gdb.tui/completion.exp: ... this new file.
5345
5346 2017-03-08 Pedro Alves <palves@redhat.com>
5347
5348 * gdb.base/tui-disasm-long-lines.c,
5349 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5350 gdb.base/tui-layout.exp: Move to ...
5351 * gdb.tui/: ... this new directory.
5352
5353 2017-03-07 Pedro Alves <palves@redhat.com>
5354
5355 * gdb.base/tui-layout.c: New file.
5356 * gdb.base/tui-layout.exp: New file.
5357
5358 2017-03-07 Pedro Alves <palves@redhat.com>
5359
5360 * gdb.base/tui-layout.c: Rename to ...
5361 * gdb.base/tui-disasm-long-lines.c: ... this.
5362 * gdb.base/tui-layout.exp: Rename to ...
5363 * gdb.base/tui-disasm-long-lines.exp: ... this.
5364
5365 2017-03-07 Pedro Alves <palves@redhat.com>
5366
5367 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5368
5369 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5370
5371 * i386-mpx-call.c: New file.
5372 * i386-mpx-call.exp: New file.
5373
5374 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5375
5376 * gdb.arch/powerpc-power.exp: Delete test.
5377 * gdb.arch/powerpc-power.s: Likewise.
5378 * gdb.disasm/disassembler-options.exp: New test.
5379 * gdb.arch/powerpc-altivec.exp: Likewise.
5380 * gdb.arch/powerpc-altivec.s: Likewise.
5381 * gdb.arch/powerpc-altivec2.exp: Likewise.
5382 * gdb.arch/powerpc-altivec2.s: Likewise.
5383 * gdb.arch/powerpc-altivec3.exp: Likewise.
5384 * gdb.arch/powerpc-altivec3.s: Likewise.
5385 * gdb.arch/powerpc-power7.exp: Likewise.
5386 * gdb.arch/powerpc-power7.s: Likewise.
5387 * gdb.arch/powerpc-power8.exp: Likewise.
5388 * gdb.arch/powerpc-power8.s: Likewise.
5389 * gdb.arch/powerpc-power9.exp: Likewise.
5390 * gdb.arch/powerpc-power9.s: Likewise.
5391 * gdb.arch/powerpc-vsx.exp: Likewise.
5392 * gdb.arch/powerpc-vsx.s: Likewise.
5393 * gdb.arch/powerpc-vsx2.exp: Likewise.
5394 * gdb.arch/powerpc-vsx2.s: Likewise.
5395 * gdb.arch/powerpc-vsx3.exp: Likewise.
5396 * gdb.arch/powerpc-vsx3.s: Likewise.
5397 * gdb.arch/arm-disassembler-options.exp: Likewise.
5398 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5399 * gdb.arch/s390-disassembler-options.exp: Likewise.
5400
5401 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5402
5403 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5404 (check_supported_features): ... this. Changed return type to void.
5405 (supports_rdseed): New static global.
5406 (rdseed): Check supports_rdseed.
5407 (initialize): Call check_supported_features.
5408
5409 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5410
5411 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5412 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5413 and lqarx/stqcx.
5414 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5415 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5416
5417 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5418
5419 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5420 uppercase.
5421
5422 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5423
5424 * gdb.dwarf2/formdata16.c: New file.
5425 * gdb.dwarf2/formdata16.exp: New file.
5426 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5427
5428 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5429
5430 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5431 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5432 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5433 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5434 DW_AT_GNU_*.
5435
5436 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5437
5438 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5439
5440 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5441
5442 PR gdb/21164
5443 * gdb.base/maint.exp: Add testcases for when the commands do
5444 not have arguments.
5445
5446 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5447
5448 * gdb.cp/chained-calls.exp: Use p instead of P.
5449
5450 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5451
5452 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5453 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5454
5455 2017-02-14 Tom Tromey <tom@tromey.com>
5456
5457 PR python/13598:
5458 * gdb.python/py-events.exp: Add before_prompt event tests.
5459
5460 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5461
5462 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5463
5464 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5465
5466 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5467 (main): Call my_unique_function_name.
5468 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5469 completion of patterns with a single match.
5470 Add missing -re switches to gdb_test_multiple calls.
5471
5472 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5473
5474 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5475 return if core file is not recognized.
5476
5477 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5478
5479 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5480 and extra UIs.
5481
5482 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5483
5484 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5485 proc_with_prefix.
5486
5487 2017-02-10 Tom Tromey <tom@tromey.com>
5488
5489 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5490
5491 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5492
5493 PR gdb/21122
5494 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5495
5496 2017-02-08 Jerome Guitton <guitton@adacore.com>
5497
5498 * gdb.base/define.exp: Add test for command abbreviations
5499 in define.
5500
5501 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5502
5503 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5504 * gdb.reverse/insn-reverse-x86.c: New file.
5505
5506 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5507
5508 PR tdep/20936
5509 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5510
5511 2017-02-03 Tom Tromey <tom@tromey.com>
5512
5513 PR rust/21097:
5514 * gdb.rust/simple.exp: Add new tests.
5515
5516 2017-02-02 Pedro Alves <palves@redhat.com>
5517
5518 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5519 tests.
5520
5521 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5522
5523 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5524 taking a 2-byte value out of a 4-byte DWARF implicit value on
5525 big-endian targets.
5526 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5527 logic. Add test cases for DW_OP_implicit.
5528
5529 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5530
5531 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5532
5533 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5534
5535 * gdb.btrace/enable.exp: Call gdb_exit before
5536 skip_gdbserver_tests.
5537
5538 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5539
5540 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5541 GDBFLAGS.
5542
5543 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5544
5545 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5546 the test is skipped.
5547 * gdb.btrace/data.exp: Likewise.
5548 * gdb.btrace/delta.exp: Likewise.
5549 * gdb.btrace/dlopen.exp: Likewise.
5550 * gdb.btrace/enable-running.exp: Likewise.
5551 * gdb.btrace/enable.exp: Likewise.
5552 * gdb.btrace/exception.exp: Likewise.
5553 * gdb.btrace/function_call_history.exp: Likewise.
5554 * gdb.btrace/gcore.exp: Likewise.
5555 * gdb.btrace/instruction_history.exp: Likewise.
5556 * gdb.btrace/multi-thread-step.exp: Likewise.
5557 * gdb.btrace/nohist.exp: Likewise.
5558 * gdb.btrace/non-stop.exp: Likewise.
5559 * gdb.btrace/reconnect.exp: Likewise.
5560 * gdb.btrace/record_goto-step.exp: Likewise.
5561 * gdb.btrace/record_goto.exp: Likewise.
5562 * gdb.btrace/rn-dl-bind.exp: Likewise.
5563 * gdb.btrace/segv.exp: Likewise.
5564 * gdb.btrace/step.exp: Likewise.
5565 * gdb.btrace/stepi.exp: Likewise.
5566 * gdb.btrace/tailcall-only.exp: Likewise.
5567 * gdb.btrace/tailcall.exp: Likewise.
5568 * gdb.btrace/tsx.exp: Likewise.
5569 * gdb.btrace/unknown_functions.exp: Likewise.
5570 * gdb.btrace/vdso.exp: Likewise.
5571
5572 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5573
5574 * gdb.btrace/enable-running.c: New.
5575 * gdb.btrace/enable-running.exp: New.
5576
5577 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5578
5579 * gdb.arch/amd64-gs_base.c: New file.
5580 * gdb.arch/amd64-gs_base.exp: New file.
5581
5582 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5583
5584 * lib/memory.exp: Remove spurious empty newlines.
5585
5586 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5587
5588 * gdb.python/py-bad-printers.exp: Load python file using "source".
5589 * gdb.python/py-events.exp: Likewise.
5590 * gdb.python/py-evsignal.exp: Likewise.
5591 * gdb.python/py-evthreads.exp: Likewise.
5592 * gdb.python/py-frame-args.exp: Likewise.
5593 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5594 * gdb.python/py-framefilter-mi.exp: Likewise.
5595 * gdb.python/py-framefilter.exp: Likewise.
5596 * gdb.python/py-mi.exp: Likewise.
5597 * gdb.python/py-pp-maint.exp: Likewise.
5598 * gdb.python/py-pp-registration.exp: Likewise.
5599 * gdb.python/py-prettyprint.exp: Likewise.
5600 (run_lang_tests): Likewise.
5601 * gdb.python/py-typeprint.exp: Likewise.
5602
5603 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5604
5605 * lib/memory.exp: New file.
5606 * lib/gdb.exp: Load memory.exp.
5607 * gdb.base/memattr.exp (delete_memory): Move proc to
5608 lib/memory.exp and rename to delete_memory_regions.
5609 Replace delete_memory with delete_memory_regions.
5610 Cleanup memory regions before tests.
5611 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5612 before tests.
5613
5614 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5615
5616 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5617 files.
5618 (initialize): New function conditionally defined.
5619 (testcases): Move within conditional block.
5620 (main): Call initialize.
5621 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5622 of gdb.reverse/insn-reverse.c.
5623 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5624 gdb.reverse/insn-reverse.c.
5625
5626 2017-01-26 Yao Qi <yao.qi@linaro.org>
5627
5628 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5629 disassemble on address 0.
5630
5631 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5632 Yao Qi <yao.qi@linaro.org>
5633
5634 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5635 * gdb.dwarf2/implptr-64bit.S: Remove.
5636 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5637 variables in caller's context. Add DW_OP_implicit_value.
5638
5639 2017-01-25 Yao Qi <yao.qi@linaro.org>
5640
5641 * lib/dwarf.exp (Dwarf::_location): Handle
5642 DW_OP_GNU_implicit_pointer with proper size.
5643
5644 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5645
5646 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5647 and add untested calls.
5648
5649 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5650
5651 * gdb.python/python.exp: Check line number against what GDB thinks
5652 the line number is for func1.
5653
5654 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5655
5656 * gdb.dlang/debug-expr.exp: New file.
5657
5658 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5659
5660 Fix test names for the following files:
5661
5662 * gdb.ada/exec_changed.exp
5663 * gdb.ada/info_types.exp
5664 * gdb.arch/aarch64-atomic-inst.exp
5665 * gdb.arch/aarch64-fp.exp
5666 * gdb.arch/altivec-abi.exp
5667 * gdb.arch/altivec-regs.exp
5668 * gdb.arch/amd64-byte.exp
5669 * gdb.arch/amd64-disp-step.exp
5670 * gdb.arch/amd64-dword.exp
5671 * gdb.arch/amd64-entry-value-inline.exp
5672 * gdb.arch/amd64-entry-value-param.exp
5673 * gdb.arch/amd64-entry-value-paramref.exp
5674 * gdb.arch/amd64-entry-value.exp
5675 * gdb.arch/amd64-i386-address.exp
5676 * gdb.arch/amd64-invalid-stack-middle.exp
5677 * gdb.arch/amd64-invalid-stack-top.exp
5678 * gdb.arch/amd64-optimout-repeat.exp
5679 * gdb.arch/amd64-prologue-skip.exp
5680 * gdb.arch/amd64-prologue-xmm.exp
5681 * gdb.arch/amd64-stap-special-operands.exp
5682 * gdb.arch/amd64-stap-wrong-subexp.exp
5683 * gdb.arch/amd64-tailcall-cxx.exp
5684 * gdb.arch/amd64-tailcall-noret.exp
5685 * gdb.arch/amd64-tailcall-ret.exp
5686 * gdb.arch/amd64-tailcall-self.exp
5687 * gdb.arch/amd64-word.exp
5688 * gdb.arch/arm-bl-branch-dest.exp
5689 * gdb.arch/arm-disp-step.exp
5690 * gdb.arch/arm-neon.exp
5691 * gdb.arch/arm-single-step-kernel-helper.exp
5692 * gdb.arch/avr-flash-qualifier.exp
5693 * gdb.arch/disp-step-insn-reloc.exp
5694 * gdb.arch/e500-abi.exp
5695 * gdb.arch/e500-regs.exp
5696 * gdb.arch/ftrace-insn-reloc.exp
5697 * gdb.arch/i386-avx512.exp
5698 * gdb.arch/i386-bp_permanent.exp
5699 * gdb.arch/i386-byte.exp
5700 * gdb.arch/i386-cfi-notcurrent.exp
5701 * gdb.arch/i386-disp-step.exp
5702 * gdb.arch/i386-dr3-watch.exp
5703 * gdb.arch/i386-float.exp
5704 * gdb.arch/i386-gnu-cfi.exp
5705 * gdb.arch/i386-mpx-map.exp
5706 * gdb.arch/i386-mpx-sigsegv.exp
5707 * gdb.arch/i386-mpx-simple_segv.exp
5708 * gdb.arch/i386-mpx.exp
5709 * gdb.arch/i386-permbkpt.exp
5710 * gdb.arch/i386-prologue.exp
5711 * gdb.arch/i386-signal.exp
5712 * gdb.arch/i386-size-overlap.exp
5713 * gdb.arch/i386-unwind.exp
5714 * gdb.arch/i386-word.exp
5715 * gdb.arch/mips-fcr.exp
5716 * gdb.arch/powerpc-d128-regs.exp
5717 * gdb.arch/powerpc-stackless.exp
5718 * gdb.arch/ppc64-atomic-inst.exp
5719 * gdb.arch/s390-stackless.exp
5720 * gdb.arch/s390-tdbregs.exp
5721 * gdb.arch/s390-vregs.exp
5722 * gdb.arch/sparc-sysstep.exp
5723 * gdb.arch/thumb-bx-pc.exp
5724 * gdb.arch/thumb-singlestep.exp
5725 * gdb.arch/thumb2-it.exp
5726 * gdb.arch/vsx-regs.exp
5727 * gdb.asm/asm-source.exp
5728 * gdb.base/a2-run.exp
5729 * gdb.base/advance.exp
5730 * gdb.base/all-bin.exp
5731 * gdb.base/anon.exp
5732 * gdb.base/args.exp
5733 * gdb.base/arithmet.exp
5734 * gdb.base/async-shell.exp
5735 * gdb.base/async.exp
5736 * gdb.base/attach-pie-noexec.exp
5737 * gdb.base/attach-twice.exp
5738 * gdb.base/auto-load.exp
5739 * gdb.base/bang.exp
5740 * gdb.base/bitfields.exp
5741 * gdb.base/break-always.exp
5742 * gdb.base/break-caller-line.exp
5743 * gdb.base/break-entry.exp
5744 * gdb.base/break-inline.exp
5745 * gdb.base/break-on-linker-gcd-function.exp
5746 * gdb.base/break-probes.exp
5747 * gdb.base/break.exp
5748 * gdb.base/breakpoint-shadow.exp
5749 * gdb.base/call-ar-st.exp
5750 * gdb.base/call-sc.exp
5751 * gdb.base/call-signal-resume.exp
5752 * gdb.base/call-strs.exp
5753 * gdb.base/callfuncs.exp
5754 * gdb.base/catch-fork-static.exp
5755 * gdb.base/catch-gdb-caused-signals.exp
5756 * gdb.base/catch-load.exp
5757 * gdb.base/catch-signal-fork.exp
5758 * gdb.base/catch-signal.exp
5759 * gdb.base/catch-syscall.exp
5760 * gdb.base/charset.exp
5761 * gdb.base/checkpoint.exp
5762 * gdb.base/chng-syms.exp
5763 * gdb.base/code-expr.exp
5764 * gdb.base/code_elim.exp
5765 * gdb.base/commands.exp
5766 * gdb.base/completion.exp
5767 * gdb.base/complex.exp
5768 * gdb.base/cond-expr.exp
5769 * gdb.base/condbreak.exp
5770 * gdb.base/consecutive.exp
5771 * gdb.base/continue-all-already-running.exp
5772 * gdb.base/coredump-filter.exp
5773 * gdb.base/corefile.exp
5774 * gdb.base/dbx.exp
5775 * gdb.base/debug-expr.exp
5776 * gdb.base/define.exp
5777 * gdb.base/del.exp
5778 * gdb.base/disabled-location.exp
5779 * gdb.base/disasm-end-cu.exp
5780 * gdb.base/disasm-optim.exp
5781 * gdb.base/display.exp
5782 * gdb.base/duplicate-bp.exp
5783 * gdb.base/ena-dis-br.exp
5784 * gdb.base/ending-run.exp
5785 * gdb.base/enumval.exp
5786 * gdb.base/environ.exp
5787 * gdb.base/eu-strip-infcall.exp
5788 * gdb.base/eval-avoid-side-effects.exp
5789 * gdb.base/eval-skip.exp
5790 * gdb.base/exitsignal.exp
5791 * gdb.base/expand-psymtabs.exp
5792 * gdb.base/filesym.exp
5793 * gdb.base/find-unmapped.exp
5794 * gdb.base/finish.exp
5795 * gdb.base/float.exp
5796 * gdb.base/foll-exec-mode.exp
5797 * gdb.base/foll-exec.exp
5798 * gdb.base/foll-fork.exp
5799 * gdb.base/fortran-sym-case.exp
5800 * gdb.base/freebpcmd.exp
5801 * gdb.base/func-ptr.exp
5802 * gdb.base/func-ptrs.exp
5803 * gdb.base/funcargs.exp
5804 * gdb.base/gcore-buffer-overflow.exp
5805 * gdb.base/gcore-relro-pie.exp
5806 * gdb.base/gcore-relro.exp
5807 * gdb.base/gcore.exp
5808 * gdb.base/gdb1090.exp
5809 * gdb.base/gdb11530.exp
5810 * gdb.base/gdb11531.exp
5811 * gdb.base/gdb1821.exp
5812 * gdb.base/gdbindex-stabs.exp
5813 * gdb.base/gdbvars.exp
5814 * gdb.base/hbreak.exp
5815 * gdb.base/hbreak2.exp
5816 * gdb.base/included.exp
5817 * gdb.base/infcall-input.exp
5818 * gdb.base/inferior-died.exp
5819 * gdb.base/infnan.exp
5820 * gdb.base/info-macros.exp
5821 * gdb.base/info-os.exp
5822 * gdb.base/info-proc.exp
5823 * gdb.base/info-shared.exp
5824 * gdb.base/info-target.exp
5825 * gdb.base/infoline.exp
5826 * gdb.base/interp.exp
5827 * gdb.base/interrupt.exp
5828 * gdb.base/jit-reader.exp
5829 * gdb.base/jit-simple.exp
5830 * gdb.base/kill-after-signal.exp
5831 * gdb.base/kill-detach-inferiors-cmd.exp
5832 * gdb.base/label.exp
5833 * gdb.base/langs.exp
5834 * gdb.base/ldbl_e308.exp
5835 * gdb.base/line-symtabs.exp
5836 * gdb.base/linespecs.exp
5837 * gdb.base/list.exp
5838 * gdb.base/long_long.exp
5839 * gdb.base/longest-types.exp
5840 * gdb.base/maint.exp
5841 * gdb.base/max-value-size.exp
5842 * gdb.base/memattr.exp
5843 * gdb.base/mips_pro.exp
5844 * gdb.base/morestack.exp
5845 * gdb.base/moribund-step.exp
5846 * gdb.base/multi-forks.exp
5847 * gdb.base/nested-addr.exp
5848 * gdb.base/nextoverexit.exp
5849 * gdb.base/noreturn-finish.exp
5850 * gdb.base/noreturn-return.exp
5851 * gdb.base/nostdlib.exp
5852 * gdb.base/offsets.exp
5853 * gdb.base/opaque.exp
5854 * gdb.base/pc-fp.exp
5855 * gdb.base/permissions.exp
5856 * gdb.base/print-symbol-loading.exp
5857 * gdb.base/prologue-include.exp
5858 * gdb.base/psymtab.exp
5859 * gdb.base/ptype.exp
5860 * gdb.base/random-signal.exp
5861 * gdb.base/randomize.exp
5862 * gdb.base/range-stepping.exp
5863 * gdb.base/readline-ask.exp
5864 * gdb.base/recpar.exp
5865 * gdb.base/recurse.exp
5866 * gdb.base/relational.exp
5867 * gdb.base/restore.exp
5868 * gdb.base/return-nodebug.exp
5869 * gdb.base/return.exp
5870 * gdb.base/run-after-attach.exp
5871 * gdb.base/save-bp.exp
5872 * gdb.base/scope.exp
5873 * gdb.base/sect-cmd.exp
5874 * gdb.base/set-lang-auto.exp
5875 * gdb.base/set-noassign.exp
5876 * gdb.base/setvar.exp
5877 * gdb.base/sigall.exp
5878 * gdb.base/sigbpt.exp
5879 * gdb.base/siginfo-addr.exp
5880 * gdb.base/siginfo-infcall.exp
5881 * gdb.base/siginfo-obj.exp
5882 * gdb.base/siginfo.exp
5883 * gdb.base/signals-state-child.exp
5884 * gdb.base/signest.exp
5885 * gdb.base/sigstep.exp
5886 * gdb.base/sizeof.exp
5887 * gdb.base/skip.exp
5888 * gdb.base/solib-corrupted.exp
5889 * gdb.base/solib-nodir.exp
5890 * gdb.base/solib-search.exp
5891 * gdb.base/stack-checking.exp
5892 * gdb.base/stale-infcall.exp
5893 * gdb.base/stap-probe.exp
5894 * gdb.base/start.exp
5895 * gdb.base/step-break.exp
5896 * gdb.base/step-bt.exp
5897 * gdb.base/step-line.exp
5898 * gdb.base/step-over-exit.exp
5899 * gdb.base/step-over-syscall.exp
5900 * gdb.base/step-resume-infcall.exp
5901 * gdb.base/step-test.exp
5902 * gdb.base/store.exp
5903 * gdb.base/structs3.exp
5904 * gdb.base/sym-file.exp
5905 * gdb.base/symbol-without-target_section.exp
5906 * gdb.base/term.exp
5907 * gdb.base/testenv.exp
5908 * gdb.base/ui-redirect.exp
5909 * gdb.base/until.exp
5910 * gdb.base/unwindonsignal.exp
5911 * gdb.base/value-double-free.exp
5912 * gdb.base/vla-datatypes.exp
5913 * gdb.base/vla-ptr.exp
5914 * gdb.base/vla-sideeffect.exp
5915 * gdb.base/volatile.exp
5916 * gdb.base/watch-cond-infcall.exp
5917 * gdb.base/watch-cond.exp
5918 * gdb.base/watch-non-mem.exp
5919 * gdb.base/watch-read.exp
5920 * gdb.base/watch-vfork.exp
5921 * gdb.base/watchpoint-cond-gone.exp
5922 * gdb.base/watchpoint-delete.exp
5923 * gdb.base/watchpoint-hw-hit-once.exp
5924 * gdb.base/watchpoint-hw.exp
5925 * gdb.base/watchpoint-stops-at-right-insn.exp
5926 * gdb.base/watchpoints.exp
5927 * gdb.base/wchar.exp
5928 * gdb.base/whatis-exp.exp
5929 * gdb.btrace/buffer-size.exp
5930 * gdb.btrace/data.exp
5931 * gdb.btrace/delta.exp
5932 * gdb.btrace/dlopen.exp
5933 * gdb.btrace/enable.exp
5934 * gdb.btrace/exception.exp
5935 * gdb.btrace/function_call_history.exp
5936 * gdb.btrace/gcore.exp
5937 * gdb.btrace/instruction_history.exp
5938 * gdb.btrace/nohist.exp
5939 * gdb.btrace/reconnect.exp
5940 * gdb.btrace/record_goto-step.exp
5941 * gdb.btrace/record_goto.exp
5942 * gdb.btrace/rn-dl-bind.exp
5943 * gdb.btrace/segv.exp
5944 * gdb.btrace/step.exp
5945 * gdb.btrace/stepi.exp
5946 * gdb.btrace/tailcall-only.exp
5947 * gdb.btrace/tailcall.exp
5948 * gdb.btrace/tsx.exp
5949 * gdb.btrace/unknown_functions.exp
5950 * gdb.btrace/vdso.exp
5951 * gdb.compile/compile-ifunc.exp
5952 * gdb.compile/compile-ops.exp
5953 * gdb.compile/compile-print.exp
5954 * gdb.compile/compile-setjmp.exp
5955 * gdb.cp/abstract-origin.exp
5956 * gdb.cp/ambiguous.exp
5957 * gdb.cp/annota2.exp
5958 * gdb.cp/annota3.exp
5959 * gdb.cp/anon-ns.exp
5960 * gdb.cp/anon-struct.exp
5961 * gdb.cp/anon-union.exp
5962 * gdb.cp/arg-reference.exp
5963 * gdb.cp/baseenum.exp
5964 * gdb.cp/bool.exp
5965 * gdb.cp/breakpoint.exp
5966 * gdb.cp/bs15503.exp
5967 * gdb.cp/call-c.exp
5968 * gdb.cp/casts.exp
5969 * gdb.cp/chained-calls.exp
5970 * gdb.cp/class2.exp
5971 * gdb.cp/classes.exp
5972 * gdb.cp/cmpd-minsyms.exp
5973 * gdb.cp/converts.exp
5974 * gdb.cp/cp-relocate.exp
5975 * gdb.cp/cpcompletion.exp
5976 * gdb.cp/cpexprs.exp
5977 * gdb.cp/cplabel.exp
5978 * gdb.cp/cplusfuncs.exp
5979 * gdb.cp/cpsizeof.exp
5980 * gdb.cp/ctti.exp
5981 * gdb.cp/derivation.exp
5982 * gdb.cp/destrprint.exp
5983 * gdb.cp/dispcxx.exp
5984 * gdb.cp/enum-class.exp
5985 * gdb.cp/exception.exp
5986 * gdb.cp/exceptprint.exp
5987 * gdb.cp/expand-psymtabs-cxx.exp
5988 * gdb.cp/expand-sals.exp
5989 * gdb.cp/extern-c.exp
5990 * gdb.cp/filename.exp
5991 * gdb.cp/formatted-ref.exp
5992 * gdb.cp/fpointer.exp
5993 * gdb.cp/gdb1355.exp
5994 * gdb.cp/gdb2495.exp
5995 * gdb.cp/hang.exp
5996 * gdb.cp/impl-this.exp
5997 * gdb.cp/infcall-dlopen.exp
5998 * gdb.cp/inherit.exp
5999 * gdb.cp/iostream.exp
6000 * gdb.cp/koenig.exp
6001 * gdb.cp/local.exp
6002 * gdb.cp/m-data.exp
6003 * gdb.cp/m-static.exp
6004 * gdb.cp/mb-ctor.exp
6005 * gdb.cp/mb-inline.exp
6006 * gdb.cp/mb-templates.exp
6007 * gdb.cp/member-name.exp
6008 * gdb.cp/member-ptr.exp
6009 * gdb.cp/meth-typedefs.exp
6010 * gdb.cp/method.exp
6011 * gdb.cp/method2.exp
6012 * gdb.cp/minsym-fallback.exp
6013 * gdb.cp/misc.exp
6014 * gdb.cp/namelessclass.exp
6015 * gdb.cp/namespace-enum.exp
6016 * gdb.cp/namespace-nested-import.exp
6017 * gdb.cp/namespace.exp
6018 * gdb.cp/nextoverthrow.exp
6019 * gdb.cp/no-dmgl-verbose.exp
6020 * gdb.cp/non-trivial-retval.exp
6021 * gdb.cp/noparam.exp
6022 * gdb.cp/nsdecl.exp
6023 * gdb.cp/nsimport.exp
6024 * gdb.cp/nsnested.exp
6025 * gdb.cp/nsnoimports.exp
6026 * gdb.cp/nsrecurs.exp
6027 * gdb.cp/nsstress.exp
6028 * gdb.cp/nsusing.exp
6029 * gdb.cp/operator.exp
6030 * gdb.cp/oranking.exp
6031 * gdb.cp/overload-const.exp
6032 * gdb.cp/overload.exp
6033 * gdb.cp/ovldbreak.exp
6034 * gdb.cp/ovsrch.exp
6035 * gdb.cp/paren-type.exp
6036 * gdb.cp/parse-lang.exp
6037 * gdb.cp/pass-by-ref.exp
6038 * gdb.cp/pr-1023.exp
6039 * gdb.cp/pr-1210.exp
6040 * gdb.cp/pr-574.exp
6041 * gdb.cp/pr10687.exp
6042 * gdb.cp/pr12028.exp
6043 * gdb.cp/pr17132.exp
6044 * gdb.cp/pr17494.exp
6045 * gdb.cp/pr9067.exp
6046 * gdb.cp/pr9167.exp
6047 * gdb.cp/pr9631.exp
6048 * gdb.cp/printmethod.exp
6049 * gdb.cp/psmang.exp
6050 * gdb.cp/psymtab-parameter.exp
6051 * gdb.cp/ptype-cv-cp.exp
6052 * gdb.cp/ptype-flags.exp
6053 * gdb.cp/re-set-overloaded.exp
6054 * gdb.cp/ref-types.exp
6055 * gdb.cp/rtti.exp
6056 * gdb.cp/scope-err.exp
6057 * gdb.cp/shadow.exp
6058 * gdb.cp/smartp.exp
6059 * gdb.cp/static-method.exp
6060 * gdb.cp/static-print-quit.exp
6061 * gdb.cp/temargs.exp
6062 * gdb.cp/templates.exp
6063 * gdb.cp/try_catch.exp
6064 * gdb.cp/typedef-operator.exp
6065 * gdb.cp/typeid.exp
6066 * gdb.cp/userdef.exp
6067 * gdb.cp/using-crash.exp
6068 * gdb.cp/var-tag.exp
6069 * gdb.cp/virtbase.exp
6070 * gdb.cp/virtfunc.exp
6071 * gdb.cp/virtfunc2.exp
6072 * gdb.cp/vla-cxx.exp
6073 * gdb.disasm/t01_mov.exp
6074 * gdb.disasm/t02_mova.exp
6075 * gdb.disasm/t03_add.exp
6076 * gdb.disasm/t04_sub.exp
6077 * gdb.disasm/t05_cmp.exp
6078 * gdb.disasm/t06_ari2.exp
6079 * gdb.disasm/t07_ari3.exp
6080 * gdb.disasm/t08_or.exp
6081 * gdb.disasm/t09_xor.exp
6082 * gdb.disasm/t10_and.exp
6083 * gdb.disasm/t11_logs.exp
6084 * gdb.disasm/t12_bit.exp
6085 * gdb.disasm/t13_otr.exp
6086 * gdb.dlang/circular.exp
6087 * gdb.dwarf2/arr-stride.exp
6088 * gdb.dwarf2/arr-subrange.exp
6089 * gdb.dwarf2/atomic-type.exp
6090 * gdb.dwarf2/bad-regnum.exp
6091 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6092 * gdb.dwarf2/callframecfa.exp
6093 * gdb.dwarf2/clztest.exp
6094 * gdb.dwarf2/corrupt.exp
6095 * gdb.dwarf2/data-loc.exp
6096 * gdb.dwarf2/dup-psym.exp
6097 * gdb.dwarf2/dw2-anon-mptr.exp
6098 * gdb.dwarf2/dw2-anonymous-func.exp
6099 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6100 * gdb.dwarf2/dw2-bad-unresolved.exp
6101 * gdb.dwarf2/dw2-basic.exp
6102 * gdb.dwarf2/dw2-canonicalize-type.exp
6103 * gdb.dwarf2/dw2-case-insensitive.exp
6104 * gdb.dwarf2/dw2-common-block.exp
6105 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6106 * gdb.dwarf2/dw2-compressed.exp
6107 * gdb.dwarf2/dw2-const.exp
6108 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6109 * gdb.dwarf2/dw2-cu-size.exp
6110 * gdb.dwarf2/dw2-dup-frame.exp
6111 * gdb.dwarf2/dw2-entry-value.exp
6112 * gdb.dwarf2/dw2-icycle.exp
6113 * gdb.dwarf2/dw2-ifort-parameter.exp
6114 * gdb.dwarf2/dw2-inline-break.exp
6115 * gdb.dwarf2/dw2-inline-param.exp
6116 * gdb.dwarf2/dw2-intercu.exp
6117 * gdb.dwarf2/dw2-intermix.exp
6118 * gdb.dwarf2/dw2-lexical-block-bare.exp
6119 * gdb.dwarf2/dw2-linkage-name-trust.exp
6120 * gdb.dwarf2/dw2-minsym-in-cu.exp
6121 * gdb.dwarf2/dw2-noloc.exp
6122 * gdb.dwarf2/dw2-op-call.exp
6123 * gdb.dwarf2/dw2-op-out-param.exp
6124 * gdb.dwarf2/dw2-opt-structptr.exp
6125 * gdb.dwarf2/dw2-param-error.exp
6126 * gdb.dwarf2/dw2-producer.exp
6127 * gdb.dwarf2/dw2-ranges-base.exp
6128 * gdb.dwarf2/dw2-ref-missing-frame.exp
6129 * gdb.dwarf2/dw2-reg-undefined.exp
6130 * gdb.dwarf2/dw2-regno-invalid.exp
6131 * gdb.dwarf2/dw2-restore.exp
6132 * gdb.dwarf2/dw2-restrict.exp
6133 * gdb.dwarf2/dw2-single-line-discriminators.exp
6134 * gdb.dwarf2/dw2-strp.exp
6135 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6136 * gdb.dwarf2/dw2-unresolved.exp
6137 * gdb.dwarf2/dw2-var-zero-addr.exp
6138 * gdb.dwarf2/dw4-sig-types.exp
6139 * gdb.dwarf2/dwz.exp
6140 * gdb.dwarf2/dynarr-ptr.exp
6141 * gdb.dwarf2/enum-type.exp
6142 * gdb.dwarf2/gdb-index.exp
6143 * gdb.dwarf2/implptr-64bit.exp
6144 * gdb.dwarf2/implptr-optimized-out.exp
6145 * gdb.dwarf2/implptr.exp
6146 * gdb.dwarf2/implref-array.exp
6147 * gdb.dwarf2/implref-const.exp
6148 * gdb.dwarf2/implref-global.exp
6149 * gdb.dwarf2/implref-struct.exp
6150 * gdb.dwarf2/mac-fileno.exp
6151 * gdb.dwarf2/main-subprogram.exp
6152 * gdb.dwarf2/member-ptr-forwardref.exp
6153 * gdb.dwarf2/method-ptr.exp
6154 * gdb.dwarf2/missing-sig-type.exp
6155 * gdb.dwarf2/nonvar-access.exp
6156 * gdb.dwarf2/opaque-type-lookup.exp
6157 * gdb.dwarf2/pieces-optimized-out.exp
6158 * gdb.dwarf2/pieces.exp
6159 * gdb.dwarf2/pr10770.exp
6160 * gdb.dwarf2/pr13961.exp
6161 * gdb.dwarf2/staticvirtual.exp
6162 * gdb.dwarf2/subrange.exp
6163 * gdb.dwarf2/symtab-producer.exp
6164 * gdb.dwarf2/trace-crash.exp
6165 * gdb.dwarf2/typeddwarf.exp
6166 * gdb.dwarf2/valop.exp
6167 * gdb.dwarf2/watch-notconst.exp
6168 * gdb.fortran/array-element.exp
6169 * gdb.fortran/charset.exp
6170 * gdb.fortran/common-block.exp
6171 * gdb.fortran/complex.exp
6172 * gdb.fortran/derived-type-function.exp
6173 * gdb.fortran/derived-type.exp
6174 * gdb.fortran/logical.exp
6175 * gdb.fortran/module.exp
6176 * gdb.fortran/multi-dim.exp
6177 * gdb.fortran/nested-funcs.exp
6178 * gdb.fortran/print-formatted.exp
6179 * gdb.fortran/subarray.exp
6180 * gdb.fortran/vla-alloc-assoc.exp
6181 * gdb.fortran/vla-datatypes.exp
6182 * gdb.fortran/vla-history.exp
6183 * gdb.fortran/vla-ptr-info.exp
6184 * gdb.fortran/vla-ptype-sub.exp
6185 * gdb.fortran/vla-ptype.exp
6186 * gdb.fortran/vla-sizeof.exp
6187 * gdb.fortran/vla-type.exp
6188 * gdb.fortran/vla-value-sub-arbitrary.exp
6189 * gdb.fortran/vla-value-sub-finish.exp
6190 * gdb.fortran/vla-value-sub.exp
6191 * gdb.fortran/vla-value.exp
6192 * gdb.fortran/whatis_type.exp
6193 * gdb.go/chan.exp
6194 * gdb.go/handcall.exp
6195 * gdb.go/hello.exp
6196 * gdb.go/integers.exp
6197 * gdb.go/methods.exp
6198 * gdb.go/package.exp
6199 * gdb.go/strings.exp
6200 * gdb.go/types.exp
6201 * gdb.go/unsafe.exp
6202 * gdb.guile/scm-arch.exp
6203 * gdb.guile/scm-block.exp
6204 * gdb.guile/scm-breakpoint.exp
6205 * gdb.guile/scm-cmd.exp
6206 * gdb.guile/scm-disasm.exp
6207 * gdb.guile/scm-equal.exp
6208 * gdb.guile/scm-frame-args.exp
6209 * gdb.guile/scm-frame-inline.exp
6210 * gdb.guile/scm-frame.exp
6211 * gdb.guile/scm-iterator.exp
6212 * gdb.guile/scm-math.exp
6213 * gdb.guile/scm-objfile.exp
6214 * gdb.guile/scm-ports.exp
6215 * gdb.guile/scm-symbol.exp
6216 * gdb.guile/scm-symtab.exp
6217 * gdb.guile/scm-value-cc.exp
6218 * gdb.guile/types-module.exp
6219 * gdb.linespec/break-ask.exp
6220 * gdb.linespec/cpexplicit.exp
6221 * gdb.linespec/explicit.exp
6222 * gdb.linespec/keywords.exp
6223 * gdb.linespec/linespec.exp
6224 * gdb.linespec/ls-dollar.exp
6225 * gdb.linespec/ls-errs.exp
6226 * gdb.linespec/skip-two.exp
6227 * gdb.linespec/thread.exp
6228 * gdb.mi/mi-async.exp
6229 * gdb.mi/mi-basics.exp
6230 * gdb.mi/mi-break.exp
6231 * gdb.mi/mi-catch-load.exp
6232 * gdb.mi/mi-cli.exp
6233 * gdb.mi/mi-cmd-param-changed.exp
6234 * gdb.mi/mi-console.exp
6235 * gdb.mi/mi-detach.exp
6236 * gdb.mi/mi-disassemble.exp
6237 * gdb.mi/mi-eval.exp
6238 * gdb.mi/mi-file-transfer.exp
6239 * gdb.mi/mi-file.exp
6240 * gdb.mi/mi-fill-memory.exp
6241 * gdb.mi/mi-inheritance-syntax-error.exp
6242 * gdb.mi/mi-linespec-err-cp.exp
6243 * gdb.mi/mi-logging.exp
6244 * gdb.mi/mi-memory-changed.exp
6245 * gdb.mi/mi-read-memory.exp
6246 * gdb.mi/mi-record-changed.exp
6247 * gdb.mi/mi-reg-undefined.exp
6248 * gdb.mi/mi-regs.exp
6249 * gdb.mi/mi-return.exp
6250 * gdb.mi/mi-reverse.exp
6251 * gdb.mi/mi-simplerun.exp
6252 * gdb.mi/mi-solib.exp
6253 * gdb.mi/mi-stack.exp
6254 * gdb.mi/mi-stepi.exp
6255 * gdb.mi/mi-syn-frame.exp
6256 * gdb.mi/mi-until.exp
6257 * gdb.mi/mi-var-block.exp
6258 * gdb.mi/mi-var-child.exp
6259 * gdb.mi/mi-var-cmd.exp
6260 * gdb.mi/mi-var-cp.exp
6261 * gdb.mi/mi-var-display.exp
6262 * gdb.mi/mi-var-invalidate.exp
6263 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6264 * gdb.mi/mi-vla-fortran.exp
6265 * gdb.mi/mi-watch.exp
6266 * gdb.mi/mi2-var-child.exp
6267 * gdb.mi/user-selected-context-sync.exp
6268 * gdb.modula2/unbounded-array.exp
6269 * gdb.multi/dummy-frame-restore.exp
6270 * gdb.multi/multi-arch-exec.exp
6271 * gdb.multi/multi-arch.exp
6272 * gdb.multi/tids.exp
6273 * gdb.multi/watchpoint-multi.exp
6274 * gdb.opencl/callfuncs.exp
6275 * gdb.opencl/convs_casts.exp
6276 * gdb.opencl/datatypes.exp
6277 * gdb.opencl/operators.exp
6278 * gdb.opencl/vec_comps.exp
6279 * gdb.opt/clobbered-registers-O2.exp
6280 * gdb.opt/inline-break.exp
6281 * gdb.opt/inline-bt.exp
6282 * gdb.opt/inline-cmds.exp
6283 * gdb.opt/inline-locals.exp
6284 * gdb.pascal/case-insensitive-symbols.exp
6285 * gdb.pascal/floats.exp
6286 * gdb.pascal/gdb11492.exp
6287 * gdb.python/lib-types.exp
6288 * gdb.python/py-arch.exp
6289 * gdb.python/py-as-string.exp
6290 * gdb.python/py-bad-printers.exp
6291 * gdb.python/py-block.exp
6292 * gdb.python/py-breakpoint-create-fail.exp
6293 * gdb.python/py-breakpoint.exp
6294 * gdb.python/py-caller-is.exp
6295 * gdb.python/py-cmd.exp
6296 * gdb.python/py-explore-cc.exp
6297 * gdb.python/py-explore.exp
6298 * gdb.python/py-finish-breakpoint.exp
6299 * gdb.python/py-finish-breakpoint2.exp
6300 * gdb.python/py-frame-args.exp
6301 * gdb.python/py-frame-inline.exp
6302 * gdb.python/py-frame.exp
6303 * gdb.python/py-framefilter-mi.exp
6304 * gdb.python/py-infthread.exp
6305 * gdb.python/py-lazy-string.exp
6306 * gdb.python/py-linetable.exp
6307 * gdb.python/py-mi-events.exp
6308 * gdb.python/py-mi-objfile.exp
6309 * gdb.python/py-mi.exp
6310 * gdb.python/py-objfile.exp
6311 * gdb.python/py-pp-integral.exp
6312 * gdb.python/py-pp-maint.exp
6313 * gdb.python/py-pp-re-notag.exp
6314 * gdb.python/py-pp-registration.exp
6315 * gdb.python/py-recurse-unwind.exp
6316 * gdb.python/py-strfns.exp
6317 * gdb.python/py-symbol.exp
6318 * gdb.python/py-symtab.exp
6319 * gdb.python/py-sync-interp.exp
6320 * gdb.python/py-typeprint.exp
6321 * gdb.python/py-unwind-maint.exp
6322 * gdb.python/py-unwind.exp
6323 * gdb.python/py-value-cc.exp
6324 * gdb.python/py-xmethods.exp
6325 * gdb.reverse/amd64-tailcall-reverse.exp
6326 * gdb.reverse/break-precsave.exp
6327 * gdb.reverse/break-reverse.exp
6328 * gdb.reverse/consecutive-precsave.exp
6329 * gdb.reverse/consecutive-reverse.exp
6330 * gdb.reverse/finish-precsave.exp
6331 * gdb.reverse/finish-reverse-bkpt.exp
6332 * gdb.reverse/finish-reverse.exp
6333 * gdb.reverse/fstatat-reverse.exp
6334 * gdb.reverse/getresuid-reverse.exp
6335 * gdb.reverse/i386-precsave.exp
6336 * gdb.reverse/i386-reverse.exp
6337 * gdb.reverse/i386-sse-reverse.exp
6338 * gdb.reverse/i387-env-reverse.exp
6339 * gdb.reverse/i387-stack-reverse.exp
6340 * gdb.reverse/insn-reverse.exp
6341 * gdb.reverse/machinestate-precsave.exp
6342 * gdb.reverse/machinestate.exp
6343 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6344 * gdb.reverse/pipe-reverse.exp
6345 * gdb.reverse/readv-reverse.exp
6346 * gdb.reverse/recvmsg-reverse.exp
6347 * gdb.reverse/rerun-prec.exp
6348 * gdb.reverse/s390-mvcle.exp
6349 * gdb.reverse/step-precsave.exp
6350 * gdb.reverse/step-reverse.exp
6351 * gdb.reverse/time-reverse.exp
6352 * gdb.reverse/until-precsave.exp
6353 * gdb.reverse/until-reverse.exp
6354 * gdb.reverse/waitpid-reverse.exp
6355 * gdb.reverse/watch-precsave.exp
6356 * gdb.reverse/watch-reverse.exp
6357 * gdb.rust/generics.exp
6358 * gdb.rust/methods.exp
6359 * gdb.rust/modules.exp
6360 * gdb.rust/simple.exp
6361 * gdb.server/connect-with-no-symbol-file.exp
6362 * gdb.server/ext-attach.exp
6363 * gdb.server/ext-restart.exp
6364 * gdb.server/ext-wrapper.exp
6365 * gdb.server/file-transfer.exp
6366 * gdb.server/server-exec-info.exp
6367 * gdb.server/server-kill.exp
6368 * gdb.server/server-mon.exp
6369 * gdb.server/wrapper.exp
6370 * gdb.stabs/exclfwd.exp
6371 * gdb.stabs/gdb11479.exp
6372 * gdb.threads/clone-new-thread-event.exp
6373 * gdb.threads/corethreads.exp
6374 * gdb.threads/current-lwp-dead.exp
6375 * gdb.threads/dlopen-libpthread.exp
6376 * gdb.threads/gcore-thread.exp
6377 * gdb.threads/sigstep-threads.exp
6378 * gdb.threads/watchpoint-fork.exp
6379 * gdb.trace/actions-changed.exp
6380 * gdb.trace/backtrace.exp
6381 * gdb.trace/change-loc.exp
6382 * gdb.trace/circ.exp
6383 * gdb.trace/collection.exp
6384 * gdb.trace/disconnected-tracing.exp
6385 * gdb.trace/ftrace.exp
6386 * gdb.trace/mi-trace-frame-collected.exp
6387 * gdb.trace/mi-trace-unavailable.exp
6388 * gdb.trace/mi-traceframe-changed.exp
6389 * gdb.trace/mi-tsv-changed.exp
6390 * gdb.trace/no-attach-trace.exp
6391 * gdb.trace/passc-dyn.exp
6392 * gdb.trace/qtro.exp
6393 * gdb.trace/range-stepping.exp
6394 * gdb.trace/read-memory.exp
6395 * gdb.trace/save-trace.exp
6396 * gdb.trace/signal.exp
6397 * gdb.trace/status-stop.exp
6398 * gdb.trace/tfile.exp
6399 * gdb.trace/trace-break.exp
6400 * gdb.trace/trace-buffer-size.exp
6401 * gdb.trace/trace-condition.exp
6402 * gdb.trace/tracefile-pseudo-reg.exp
6403 * gdb.trace/tstatus.exp
6404 * gdb.trace/unavailable.exp
6405 * gdb.trace/while-dyn.exp
6406 * gdb.trace/while-stepping.exp
6407
6408 2016-12-22 Doug Evans <xdje42@gmail.com>
6409
6410 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6411 and msymbols.
6412
6413 2016-12-19 Yao Qi <yao.qi@linaro.org>
6414
6415 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6416 (test_with_self): Don't call do_steps_and_nexts, and remove
6417 code about stepping into xmalloc.
6418
6419 2016-12-09 Yao Qi <yao.qi@linaro.org>
6420
6421 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6422
6423 2016-12-09 Yao Qi <yao.qi@linaro.org>
6424
6425 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6426
6427 2016-12-09 Pedro Alves <palves@redhat.com>
6428
6429 * gdb.base/all-architectures-0.exp: New file.
6430 * gdb.base/all-architectures-1.exp: New file.
6431 * gdb.base/all-architectures-2.exp: New file.
6432 * gdb.base/all-architectures-3.exp: New file.
6433 * gdb.base/all-architectures-4.exp: New file.
6434 * gdb.base/all-architectures-5.exp: New file.
6435 * gdb.base/all-architectures-6.exp: New file.
6436 * gdb.base/all-architectures-7.exp: New file.
6437 * gdb.base/all-architectures.exp.in: New file.
6438
6439 2016-12-09 Yao Qi <yao.qi@linaro.org>
6440
6441 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6442
6443 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6444
6445 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6446 possible.
6447 Remove useless pattern-matching code.
6448
6449 2016-12-02 Pedro Alves <palves@redhat.com>
6450
6451 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6452 procedure.
6453 (top level): Call it.
6454
6455 2016-12-02 Pedro Alves <palves@redhat.com>
6456
6457 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6458 New procedure.
6459 (top level): Call it.
6460
6461 2016-12-02 Pedro Alves <palves@redhat.com>
6462
6463 PR cli/20559
6464 * gdb.base/commands.exp (user_defined_command_args_eval): New
6465 procedure.
6466 (top level): Call it.
6467
6468 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6469
6470 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6471 timeout handling.
6472
6473 2016-12-02 Tom Tromey <tom@tromey.com>
6474
6475 * gdb.dwarf2/main-subprogram.c: New file.
6476 * gdb.dwarf2/main-subprogram.exp: New file.
6477
6478 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6479
6480 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6481 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6482 gdb_test_no_output for a couple of cases.
6483 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6484
6485 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6486
6487 Fix test names and standardize compilation error messages throughout
6488 the following files:
6489
6490 * gdb.ada/start.exp
6491 * gdb.arch/alpha-step.exp
6492 * gdb.arch/e500-prologue.exp
6493 * gdb.arch/ftrace-insn-reloc.exp
6494 * gdb.arch/gdb1291.exp
6495 * gdb.arch/gdb1431.exp
6496 * gdb.arch/gdb1558.exp
6497 * gdb.arch/i386-dr3-watch.exp
6498 * gdb.arch/i386-sse-stack-align.exp
6499 * gdb.arch/ia64-breakpoint-shadow.exp
6500 * gdb.arch/pa-nullify.exp
6501 * gdb.arch/powerpc-aix-prologue.exp
6502 * gdb.arch/thumb-bx-pc.exp
6503 * gdb.base/annota1.exp
6504 * gdb.base/annota3.exp
6505 * gdb.base/arrayidx.exp
6506 * gdb.base/assign.exp
6507 * gdb.base/attach.exp
6508 * gdb.base/auxv.exp
6509 * gdb.base/bang.exp
6510 * gdb.base/bfp-test.exp
6511 * gdb.base/bigcore.exp
6512 * gdb.base/bitfields2.exp
6513 * gdb.base/break-fun-addr.exp
6514 * gdb.base/break-probes.exp
6515 * gdb.base/call-rt-st.exp
6516 * gdb.base/callexit.exp
6517 * gdb.base/catch-fork-kill.exp
6518 * gdb.base/charset.exp
6519 * gdb.base/checkpoint.exp
6520 * gdb.base/comprdebug.exp
6521 * gdb.base/constvars.exp
6522 * gdb.base/coredump-filter.exp
6523 * gdb.base/cursal.exp
6524 * gdb.base/cvexpr.exp
6525 * gdb.base/detach.exp
6526 * gdb.base/display.exp
6527 * gdb.base/dmsym.exp
6528 * gdb.base/dprintf-pending.exp
6529 * gdb.base/dso2dso.exp
6530 * gdb.base/dtrace-probe.exp
6531 * gdb.base/dump.exp
6532 * gdb.base/enum_cond.exp
6533 * gdb.base/exe-lock.exp
6534 * gdb.base/exec-invalid-sysroot.exp
6535 * gdb.base/execl-update-breakpoints.exp
6536 * gdb.base/exprs.exp
6537 * gdb.base/fileio.exp
6538 * gdb.base/find.exp
6539 * gdb.base/finish.exp
6540 * gdb.base/fixsection.exp
6541 * gdb.base/foll-vfork.exp
6542 * gdb.base/frame-args.exp
6543 * gdb.base/gcore.exp
6544 * gdb.base/gdb1250.exp
6545 * gdb.base/global-var-nested-by-dso.exp
6546 * gdb.base/gnu-ifunc.exp
6547 * gdb.base/hashline1.exp
6548 * gdb.base/hashline2.exp
6549 * gdb.base/hashline3.exp
6550 * gdb.base/hbreak-in-shr-unsupported.exp
6551 * gdb.base/huge.exp
6552 * gdb.base/infcall-input.exp
6553 * gdb.base/info-fun.exp
6554 * gdb.base/info-shared.exp
6555 * gdb.base/jit-simple.exp
6556 * gdb.base/jit-so.exp
6557 * gdb.base/jit.exp
6558 * gdb.base/jump.exp
6559 * gdb.base/label.exp
6560 * gdb.base/lineinc.exp
6561 * gdb.base/logical.exp
6562 * gdb.base/longjmp.exp
6563 * gdb.base/macscp.exp
6564 * gdb.base/miscexprs.exp
6565 * gdb.base/new-ui-echo.exp
6566 * gdb.base/new-ui-pending-input.exp
6567 * gdb.base/new-ui.exp
6568 * gdb.base/nodebug.exp
6569 * gdb.base/nofield.exp
6570 * gdb.base/offsets.exp
6571 * gdb.base/overlays.exp
6572 * gdb.base/pending.exp
6573 * gdb.base/pointers.exp
6574 * gdb.base/pr11022.exp
6575 * gdb.base/printcmds.exp
6576 * gdb.base/prologue.exp
6577 * gdb.base/ptr-typedef.exp
6578 * gdb.base/realname-expand.exp
6579 * gdb.base/relativedebug.exp
6580 * gdb.base/relocate.exp
6581 * gdb.base/remote.exp
6582 * gdb.base/reread.exp
6583 * gdb.base/return2.exp
6584 * gdb.base/savedregs.exp
6585 * gdb.base/sep.exp
6586 * gdb.base/sepdebug.exp
6587 * gdb.base/sepsymtab.exp
6588 * gdb.base/set-inferior-tty.exp
6589 * gdb.base/setshow.exp
6590 * gdb.base/shlib-call.exp
6591 * gdb.base/sigaltstack.exp
6592 * gdb.base/siginfo-addr.exp
6593 * gdb.base/signals.exp
6594 * gdb.base/signull.exp
6595 * gdb.base/sigrepeat.exp
6596 * gdb.base/so-impl-ld.exp
6597 * gdb.base/solib-display.exp
6598 * gdb.base/solib-overlap.exp
6599 * gdb.base/solib-search.exp
6600 * gdb.base/solib-symbol.exp
6601 * gdb.base/structs.exp
6602 * gdb.base/structs2.exp
6603 * gdb.base/symtab-search-order.exp
6604 * gdb.base/twice.exp
6605 * gdb.base/unload.exp
6606 * gdb.base/varargs.exp
6607 * gdb.base/watchpoint-solib.exp
6608 * gdb.base/watchpoint.exp
6609 * gdb.base/whatis.exp
6610 * gdb.base/wrong_frame_bt_full.exp
6611 * gdb.btrace/dlopen.exp
6612 * gdb.cell/ea-standalone.exp
6613 * gdb.cell/ea-test.exp
6614 * gdb.cp/dispcxx.exp
6615 * gdb.cp/gdb2384.exp
6616 * gdb.cp/method2.exp
6617 * gdb.cp/nextoverthrow.exp
6618 * gdb.cp/pr10728.exp
6619 * gdb.disasm/am33.exp
6620 * gdb.disasm/h8300s.exp
6621 * gdb.disasm/mn10300.exp
6622 * gdb.disasm/sh3.exp
6623 * gdb.dwarf2/dw2-dir-file-name.exp
6624 * gdb.fortran/complex.exp
6625 * gdb.fortran/library-module.exp
6626 * gdb.guile/scm-pretty-print.exp
6627 * gdb.guile/scm-symbol.exp
6628 * gdb.guile/scm-type.exp
6629 * gdb.guile/scm-value.exp
6630 * gdb.linespec/linespec.exp
6631 * gdb.mi/gdb701.exp
6632 * gdb.mi/gdb792.exp
6633 * gdb.mi/mi-breakpoint-changed.exp
6634 * gdb.mi/mi-dprintf-pending.exp
6635 * gdb.mi/mi-dprintf.exp
6636 * gdb.mi/mi-exit-code.exp
6637 * gdb.mi/mi-pending.exp
6638 * gdb.mi/mi-solib.exp
6639 * gdb.mi/new-ui-mi-sync.exp
6640 * gdb.mi/pr11022.exp
6641 * gdb.mi/user-selected-context-sync.exp
6642 * gdb.opt/solib-intra-step.exp
6643 * gdb.python/py-events.exp
6644 * gdb.python/py-finish-breakpoint.exp
6645 * gdb.python/py-mi.exp
6646 * gdb.python/py-prettyprint.exp
6647 * gdb.python/py-shared.exp
6648 * gdb.python/py-symbol.exp
6649 * gdb.python/py-template.exp
6650 * gdb.python/py-type.exp
6651 * gdb.python/py-value.exp
6652 * gdb.reverse/solib-precsave.exp
6653 * gdb.reverse/solib-reverse.exp
6654 * gdb.server/solib-list.exp
6655 * gdb.stabs/weird.exp
6656 * gdb.threads/reconnect-signal.exp
6657 * gdb.threads/stepi-random-signal.exp
6658 * gdb.trace/actions.exp
6659 * gdb.trace/ax.exp
6660 * gdb.trace/backtrace.exp
6661 * gdb.trace/change-loc.exp
6662 * gdb.trace/deltrace.exp
6663 * gdb.trace/ftrace-lock.exp
6664 * gdb.trace/ftrace.exp
6665 * gdb.trace/infotrace.exp
6666 * gdb.trace/mi-tracepoint-changed.exp
6667 * gdb.trace/packetlen.exp
6668 * gdb.trace/passcount.exp
6669 * gdb.trace/pending.exp
6670 * gdb.trace/range-stepping.exp
6671 * gdb.trace/report.exp
6672 * gdb.trace/stap-trace.exp
6673 * gdb.trace/tfind.exp
6674 * gdb.trace/trace-break.exp
6675 * gdb.trace/trace-condition.exp
6676 * gdb.trace/trace-enable-disable.exp
6677 * gdb.trace/trace-mt.exp
6678 * gdb.trace/tracecmd.exp
6679 * gdb.trace/tspeed.exp
6680 * gdb.trace/tsv.exp
6681 * lib/perftest.exp
6682
6683 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6684
6685 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6686 with gdb_test_no_output.
6687 Use command as test name.
6688
6689 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6690
6691 Fix test names starting with uppercase throughout the files.
6692
6693 * gdb.ada/assign_1.exp
6694 * gdb.ada/boolean_expr.exp
6695 * gdb.base/arrayidx.exp
6696 * gdb.base/del.exp
6697 * gdb.base/gcore-buffer-overflow.exp
6698 * gdb.base/testenv.exp
6699 * gdb.compile/compile.exp
6700 * gdb.python/py-framefilter-invalidarg.exp
6701 * gdb.python/py-framefilter.exp
6702
6703 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6704
6705 Fix test names starting with uppercase throughout the files.
6706
6707 * gdb.ada/array_return.exp
6708 * gdb.ada/expr_delims.exp
6709 * gdb.ada/mi_dyn_arr.exp
6710 * gdb.ada/mi_interface.exp
6711 * gdb.ada/mi_var_array.exp
6712 * gdb.ada/watch_arg.exp
6713 * gdb.arch/alpha-step.exp
6714 * gdb.arch/altivec-regs.exp
6715 * gdb.arch/e500-regs.exp
6716 * gdb.arch/powerpc-d128-regs.exp
6717 * gdb.base/arrayidx.exp
6718 * gdb.base/break.exp
6719 * gdb.base/checkpoint.exp
6720 * gdb.base/debug-expr.exp
6721 * gdb.base/dmsym.exp
6722 * gdb.base/radix.exp
6723 * gdb.base/sepdebug.exp
6724 * gdb.base/testenv.exp
6725 * gdb.base/watch_thread_num.exp
6726 * gdb.base/watchpoint-cond-gone.exp
6727 * gdb.cell/break.exp
6728 * gdb.cell/ea-cache.exp
6729 * gdb.compile/compile.exp
6730 * gdb.cp/gdb2495.exp
6731 * gdb.gdb/selftest.exp
6732 * gdb.gdb/xfullpath.exp
6733 * gdb.go/hello.exp
6734 * gdb.go/integers.exp
6735 * gdb.objc/basicclass.exp
6736 * gdb.pascal/hello.exp
6737 * gdb.pascal/integers.exp
6738 * gdb.python/py-breakpoint.exp
6739 * gdb.python/py-cmd.exp
6740 * gdb.python/py-linetable.exp
6741 * gdb.python/py-xmethods.exp
6742 * gdb.python/python.exp
6743 * gdb.reverse/consecutive-precsave.exp
6744 * gdb.reverse/finish-precsave.exp
6745 * gdb.reverse/i386-precsave.exp
6746 * gdb.reverse/machinestate-precsave.exp
6747 * gdb.reverse/sigall-precsave.exp
6748 * gdb.reverse/solib-precsave.exp
6749 * gdb.reverse/step-precsave.exp
6750 * gdb.reverse/until-precsave.exp
6751 * gdb.reverse/watch-precsave.exp
6752 * gdb.threads/leader-exit.exp
6753 * gdb.threads/pthreads.exp
6754 * gdb.threads/wp-replication.exp
6755 * gdb.trace/actions.exp
6756 * gdb.trace/mi-tsv-changed.exp
6757 * gdb.trace/tsv.exp
6758
6759 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6760
6761 Fix test names starting with uppercase throughout the files.
6762
6763 * gdb.arch/i386-bp_permanent.exp
6764 * gdb.arch/i386-gnu-cfi.exp
6765 * gdb.base/disasm-end-cu.exp
6766 * gdb.base/macscp.exp
6767 * gdb.base/pending.exp
6768 * gdb.base/watch_thread_num.exp
6769 * gdb.cp/exception.exp
6770 * gdb.cp/gdb2495.exp
6771 * gdb.cp/local.exp
6772 * gdb.python/py-evsignal.exp
6773 * gdb.python/python.exp
6774 * gdb.trace/tracecmd.exp
6775
6776 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6777
6778 Fix test names starting with uppercase throughout the files.
6779
6780 * gdb.base/charset.exp
6781 * gdb.base/eval.exp
6782 * gdb.base/multi-forks.exp
6783 * gdb.guile/scm-progspace.exp
6784 * gdb.opencl/datatypes.exp
6785 * gdb.python/py-block.exp
6786 * gdb.python/py-function.exp
6787 * gdb.python/py-symbol.exp
6788 * gdb.python/py-symtab.exp
6789 * gdb.python/py-xmethods.exp
6790 * gdb.reverse/break-precsave.exp
6791 * gdb.reverse/break-reverse.exp
6792 * gdb.reverse/consecutive-precsave.exp
6793 * gdb.reverse/consecutive-reverse.exp
6794 * gdb.reverse/finish-precsave.exp
6795 * gdb.reverse/finish-reverse-bkpt.exp
6796 * gdb.reverse/finish-reverse.exp
6797 * gdb.reverse/fstatat-reverse.exp
6798 * gdb.reverse/getresuid-reverse.exp
6799 * gdb.reverse/i386-precsave.exp
6800 * gdb.reverse/i386-reverse.exp
6801 * gdb.reverse/i386-sse-reverse.exp
6802 * gdb.reverse/i387-stack-reverse.exp
6803 * gdb.reverse/insn-reverse.exp
6804 * gdb.reverse/machinestate-precsave.exp
6805 * gdb.reverse/machinestate.exp
6806 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6807 * gdb.reverse/pipe-reverse.exp
6808 * gdb.reverse/readv-reverse.exp
6809 * gdb.reverse/recvmsg-reverse.exp
6810 * gdb.reverse/rerun-prec.exp
6811 * gdb.reverse/s390-mvcle.exp
6812 * gdb.reverse/sigall-precsave.exp
6813 * gdb.reverse/sigall-reverse.exp
6814 * gdb.reverse/solib-precsave.exp
6815 * gdb.reverse/solib-reverse.exp
6816 * gdb.reverse/step-precsave.exp
6817 * gdb.reverse/step-reverse.exp
6818 * gdb.reverse/time-reverse.exp
6819 * gdb.reverse/until-precsave.exp
6820 * gdb.reverse/until-reverse.exp
6821 * gdb.reverse/waitpid-reverse.exp
6822 * gdb.reverse/watch-precsave.exp
6823 * gdb.reverse/watch-reverse.exp
6824
6825 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6826
6827 Fix test names starting with uppercase throughout the files.
6828
6829 * gdb.arch/i386-mpx-simple_segv.exp
6830 * gdb.arch/i386-mpx.exp
6831 * gdb.arch/i386-permbkpt.exp
6832 * gdb.arch/pa-nullify.exp
6833 * gdb.arch/powerpc-d128-regs.exp
6834 * gdb.arch/vsx-regs.exp
6835 * gdb.base/bfp-test.exp
6836 * gdb.base/break.exp
6837 * gdb.base/breakpoint-shadow.exp
6838 * gdb.base/callfuncs.exp
6839 * gdb.base/charset.exp
6840 * gdb.base/commands.exp
6841 * gdb.base/completion.exp
6842 * gdb.base/dfp-test.exp
6843 * gdb.base/echo.exp
6844 * gdb.base/ending-run.exp
6845 * gdb.base/eval.exp
6846 * gdb.base/expand-psymtabs.exp
6847 * gdb.base/float128.exp
6848 * gdb.base/floatn.exp
6849 * gdb.base/foll-exec-mode.exp
6850 * gdb.base/gdb1056.exp
6851 * gdb.base/gdb11531.exp
6852 * gdb.base/kill-after-signal.exp
6853 * gdb.base/multi-forks.exp
6854 * gdb.base/overlays.exp
6855 * gdb.base/pending.exp
6856 * gdb.base/sepdebug.exp
6857 * gdb.base/testenv.exp
6858 * gdb.base/valgrind-db-attach.exp
6859 * gdb.base/watch_thread_num.exp
6860 * gdb.base/watchpoint-cond-gone.exp
6861 * gdb.base/watchpoint.exp
6862 * gdb.base/watchpoints.exp
6863 * gdb.cp/arg-reference.exp
6864 * gdb.cp/baseenum.exp
6865 * gdb.cp/operator.exp
6866 * gdb.cp/shadow.exp
6867 * gdb.dwarf2/dw2-op-out-param.exp
6868 * gdb.dwarf2/dw2-reg-undefined.exp
6869 * gdb.go/chan.exp
6870 * gdb.go/hello.exp
6871 * gdb.go/integers.exp
6872 * gdb.go/methods.exp
6873 * gdb.go/package.exp
6874 * gdb.guile/scm-parameter.exp
6875 * gdb.guile/scm-progspace.exp
6876 * gdb.guile/scm-value.exp
6877 * gdb.mi/mi-pending.exp
6878 * gdb.mi/user-selected-context-sync.exp
6879 * gdb.multi/multi-attach.exp
6880 * gdb.multi/tids.exp
6881 * gdb.opt/clobbered-registers-O2.exp
6882 * gdb.pascal/floats.exp
6883 * gdb.pascal/integers.exp
6884 * gdb.python/py-block.exp
6885 * gdb.python/py-events.exp
6886 * gdb.python/py-parameter.exp
6887 * gdb.python/py-symbol.exp
6888 * gdb.python/py-symtab.exp
6889 * gdb.python/py-type.exp
6890 * gdb.python/py-value.exp
6891 * gdb.python/py-xmethods.exp
6892 * gdb.python/python.exp
6893 * gdb.reverse/break-precsave.exp
6894 * gdb.reverse/consecutive-precsave.exp
6895 * gdb.reverse/finish-precsave.exp
6896 * gdb.reverse/i386-precsave.exp
6897 * gdb.reverse/machinestate-precsave.exp
6898 * gdb.reverse/sigall-precsave.exp
6899 * gdb.reverse/solib-precsave.exp
6900 * gdb.reverse/step-precsave.exp
6901 * gdb.reverse/until-precsave.exp
6902 * gdb.reverse/watch-precsave.exp
6903 * gdb.server/ext-attach.exp
6904 * gdb.server/ext-restart.exp
6905 * gdb.server/ext-run.exp
6906 * gdb.server/ext-wrapper.exp
6907 * gdb.stabs/gdb11479.exp
6908 * gdb.stabs/weird.exp
6909 * gdb.threads/attach-many-short-lived-threads.exp
6910 * gdb.threads/kill.exp
6911 * gdb.threads/watchpoint-fork.exp
6912
6913 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6914
6915 Fix test names starting with uppercase throughout all the files below.
6916
6917 * gdb.ada/array_return.exp
6918 * gdb.ada/catch_ex.exp
6919 * gdb.ada/info_exc.exp
6920 * gdb.ada/mi_catch_ex.exp
6921 * gdb.ada/mi_dyn_arr.exp
6922 * gdb.ada/mi_ex_cond.exp
6923 * gdb.ada/mi_exc_info.exp
6924 * gdb.ada/mi_interface.exp
6925 * gdb.ada/mi_task_arg.exp
6926 * gdb.ada/mi_task_info.exp
6927 * gdb.ada/mi_var_array.exp
6928 * gdb.arch/alpha-step.exp
6929 * gdb.arch/amd64-disp-step.exp
6930 * gdb.arch/arm-disp-step.exp
6931 * gdb.arch/disp-step-insn-reloc.exp
6932 * gdb.arch/e500-prologue.exp
6933 * gdb.arch/ftrace-insn-reloc.exp
6934 * gdb.arch/gdb1558.exp
6935 * gdb.arch/i386-bp_permanent.exp
6936 * gdb.arch/i386-disp-step.exp
6937 * gdb.arch/i386-float.exp
6938 * gdb.arch/i386-gnu-cfi.exp
6939 * gdb.arch/ia64-breakpoint-shadow.exp
6940 * gdb.arch/mips16-thunks.exp
6941 * gdb.arch/pa-nullify.exp
6942 * gdb.arch/powerpc-aix-prologue.exp
6943 * gdb.arch/powerpc-power.exp
6944 * gdb.arch/ppc-dfp.exp
6945 * gdb.arch/s390-tdbregs.exp
6946 * gdb.arch/spu-info.exp
6947 * gdb.arch/spu-ls.exp
6948 * gdb.arch/thumb-bx-pc.exp
6949 * gdb.base/advance.exp
6950 * gdb.base/annota-input-while-running.exp
6951 * gdb.base/arrayidx.exp
6952 * gdb.base/asmlabel.exp
6953 * gdb.base/async.exp
6954 * gdb.base/attach-wait-input.exp
6955 * gdb.base/auto-connect-native-target.exp
6956 * gdb.base/batch-preserve-term-settings.exp
6957 * gdb.base/bfp-test.exp
6958 * gdb.base/bigcore.exp
6959 * gdb.base/bp-permanent.exp
6960 * gdb.base/break-always.exp
6961 * gdb.base/break-fun-addr.exp
6962 * gdb.base/break-idempotent.exp
6963 * gdb.base/break-main-file-remove-fail.exp
6964 * gdb.base/break-probes.exp
6965 * gdb.base/break-unload-file.exp
6966 * gdb.base/break.exp
6967 * gdb.base/call-ar-st.exp
6968 * gdb.base/call-rt-st.exp
6969 * gdb.base/call-sc.exp
6970 * gdb.base/call-signal-resume.exp
6971 * gdb.base/call-strs.exp
6972 * gdb.base/callexit.exp
6973 * gdb.base/callfuncs.exp
6974 * gdb.base/catch-gdb-caused-signals.exp
6975 * gdb.base/catch-signal-siginfo-cond.exp
6976 * gdb.base/catch-syscall.exp
6977 * gdb.base/compare-sections.exp
6978 * gdb.base/cond-eval-mode.exp
6979 * gdb.base/condbreak-call-false.exp
6980 * gdb.base/consecutive-step-over.exp
6981 * gdb.base/cursal.exp
6982 * gdb.base/disabled-location.exp
6983 * gdb.base/disasm-end-cu.exp
6984 * gdb.base/display.exp
6985 * gdb.base/double-prompt-target-event-error.exp
6986 * gdb.base/dprintf-bp-same-addr.exp
6987 * gdb.base/dprintf-detach.exp
6988 * gdb.base/dprintf-next.exp
6989 * gdb.base/dprintf-non-stop.exp
6990 * gdb.base/dprintf-pending.exp
6991 * gdb.base/dso2dso.exp
6992 * gdb.base/ending-run.exp
6993 * gdb.base/enum_cond.exp
6994 * gdb.base/examine-backward.exp
6995 * gdb.base/exe-lock.exp
6996 * gdb.base/exec-invalid-sysroot.exp
6997 * gdb.base/execl-update-breakpoints.exp
6998 * gdb.base/execution-termios.exp
6999 * gdb.base/fileio.exp
7000 * gdb.base/fixsection.exp
7001 * gdb.base/foll-exec-mode.exp
7002 * gdb.base/foll-exec.exp
7003 * gdb.base/fork-running-state.exp
7004 * gdb.base/frame-args.exp
7005 * gdb.base/fullpath-expand.exp
7006 * gdb.base/func-ptr.exp
7007 * gdb.base/gcore-relro-pie.exp
7008 * gdb.base/gdb1090.exp
7009 * gdb.base/gdb1555.exp
7010 * gdb.base/global-var-nested-by-dso.exp
7011 * gdb.base/gnu-ifunc.exp
7012 * gdb.base/hbreak-in-shr-unsupported.exp
7013 * gdb.base/hbreak-unmapped.exp
7014 * gdb.base/hook-stop.exp
7015 * gdb.base/infcall-input.exp
7016 * gdb.base/info-fun.exp
7017 * gdb.base/info-shared.exp
7018 * gdb.base/interrupt-noterm.exp
7019 * gdb.base/jit-so.exp
7020 * gdb.base/jit.exp
7021 * gdb.base/line-symtabs.exp
7022 * gdb.base/list.exp
7023 * gdb.base/longjmp.exp
7024 * gdb.base/macscp.exp
7025 * gdb.base/max-value-size.exp
7026 * gdb.base/nodebug.exp
7027 * gdb.base/nofield.exp
7028 * gdb.base/overlays.exp
7029 * gdb.base/paginate-after-ctrl-c-running.exp
7030 * gdb.base/paginate-bg-execution.exp
7031 * gdb.base/paginate-inferior-exit.exp
7032 * gdb.base/pending.exp
7033 * gdb.base/pr11022.exp
7034 * gdb.base/printcmds.exp
7035 * gdb.base/ptr-typedef.exp
7036 * gdb.base/ptype.exp
7037 * gdb.base/randomize.exp
7038 * gdb.base/range-stepping.exp
7039 * gdb.base/realname-expand.exp
7040 * gdb.base/relativedebug.exp
7041 * gdb.base/remote.exp
7042 * gdb.base/savedregs.exp
7043 * gdb.base/sepdebug.exp
7044 * gdb.base/set-noassign.exp
7045 * gdb.base/shlib-call.exp
7046 * gdb.base/shreloc.exp
7047 * gdb.base/sigaltstack.exp
7048 * gdb.base/sigbpt.exp
7049 * gdb.base/siginfo-addr.exp
7050 * gdb.base/siginfo-obj.exp
7051 * gdb.base/siginfo-thread.exp
7052 * gdb.base/signest.exp
7053 * gdb.base/signull.exp
7054 * gdb.base/sigrepeat.exp
7055 * gdb.base/skip.exp
7056 * gdb.base/so-impl-ld.exp
7057 * gdb.base/solib-corrupted.exp
7058 * gdb.base/solib-disc.exp
7059 * gdb.base/solib-display.exp
7060 * gdb.base/solib-overlap.exp
7061 * gdb.base/solib-search.exp
7062 * gdb.base/solib-symbol.exp
7063 * gdb.base/source-execution.exp
7064 * gdb.base/sss-bp-on-user-bp-2.exp
7065 * gdb.base/sss-bp-on-user-bp.exp
7066 * gdb.base/stack-checking.exp
7067 * gdb.base/stale-infcall.exp
7068 * gdb.base/step-break.exp
7069 * gdb.base/step-line.exp
7070 * gdb.base/step-over-exit.exp
7071 * gdb.base/step-test.exp
7072 * gdb.base/structs.exp
7073 * gdb.base/sym-file.exp
7074 * gdb.base/symtab-search-order.exp
7075 * gdb.base/term.exp
7076 * gdb.base/type-opaque.exp
7077 * gdb.base/unload.exp
7078 * gdb.base/until-nodebug.exp
7079 * gdb.base/until.exp
7080 * gdb.base/unwindonsignal.exp
7081 * gdb.base/watch-cond.exp
7082 * gdb.base/watch-non-mem.exp
7083 * gdb.base/watch_thread_num.exp
7084 * gdb.base/watchpoint-reuse-slot.exp
7085 * gdb.base/watchpoint-solib.exp
7086 * gdb.base/watchpoint.exp
7087 * gdb.btrace/dlopen.exp
7088 * gdb.cell/arch.exp
7089 * gdb.cell/break.exp
7090 * gdb.cell/bt.exp
7091 * gdb.cell/core.exp
7092 * gdb.cell/data.exp
7093 * gdb.cell/dwarfaddr.exp
7094 * gdb.cell/ea-cache.exp
7095 * gdb.cell/ea-standalone.exp
7096 * gdb.cell/ea-test.exp
7097 * gdb.cell/f-regs.exp
7098 * gdb.cell/fork.exp
7099 * gdb.cell/gcore.exp
7100 * gdb.cell/mem-access.exp
7101 * gdb.cell/ptype.exp
7102 * gdb.cell/registers.exp
7103 * gdb.cell/sizeof.exp
7104 * gdb.cell/solib-symbol.exp
7105 * gdb.cell/solib.exp
7106 * gdb.compile/compile-tls.exp
7107 * gdb.cp/exception.exp
7108 * gdb.cp/gdb2495.exp
7109 * gdb.cp/local.exp
7110 * gdb.cp/mb-inline.exp
7111 * gdb.cp/mb-templates.exp
7112 * gdb.cp/pr10687.exp
7113 * gdb.cp/pr9167.exp
7114 * gdb.cp/scope-err.exp
7115 * gdb.cp/templates.exp
7116 * gdb.cp/virtfunc.exp
7117 * gdb.dwarf2/dw2-dir-file-name.exp
7118 * gdb.dwarf2/dw2-single-line-discriminators.exp
7119 * gdb.fortran/complex.exp
7120 * gdb.fortran/library-module.exp
7121 * gdb.guile/guile.exp
7122 * gdb.guile/scm-cmd.exp
7123 * gdb.guile/scm-frame-inline.exp
7124 * gdb.guile/scm-objfile.exp
7125 * gdb.guile/scm-pretty-print.exp
7126 * gdb.guile/scm-symbol.exp
7127 * gdb.guile/scm-type.exp
7128 * gdb.guile/scm-value.exp
7129 * gdb.linespec/keywords.exp
7130 * gdb.linespec/ls-errs.exp
7131 * gdb.linespec/macro-relative.exp
7132 * gdb.linespec/thread.exp
7133 * gdb.mi/mi-breakpoint-changed.exp
7134 * gdb.mi/mi-dprintf-pending.exp
7135 * gdb.mi/mi-fullname-deleted.exp
7136 * gdb.mi/mi-logging.exp
7137 * gdb.mi/mi-pending.exp
7138 * gdb.mi/mi-solib.exp
7139 * gdb.mi/new-ui-mi-sync.exp
7140 * gdb.mi/user-selected-context-sync.exp
7141 * gdb.multi/dummy-frame-restore.exp
7142 * gdb.multi/multi-arch-exec.exp
7143 * gdb.multi/remove-inferiors.exp
7144 * gdb.multi/watchpoint-multi-exit.exp
7145 * gdb.opt/solib-intra-step.exp
7146 * gdb.perf/backtrace.exp
7147 * gdb.perf/single-step.exp
7148 * gdb.perf/skip-command.exp
7149 * gdb.perf/skip-prologue.exp
7150 * gdb.perf/solib.exp
7151 * gdb.python/lib-types.exp
7152 * gdb.python/py-as-string.exp
7153 * gdb.python/py-bad-printers.exp
7154 * gdb.python/py-block.exp
7155 * gdb.python/py-breakpoint.exp
7156 * gdb.python/py-cmd.exp
7157 * gdb.python/py-events.exp
7158 * gdb.python/py-evthreads.exp
7159 * gdb.python/py-finish-breakpoint.exp
7160 * gdb.python/py-finish-breakpoint2.exp
7161 * gdb.python/py-frame-inline.exp
7162 * gdb.python/py-frame.exp
7163 * gdb.python/py-inferior.exp
7164 * gdb.python/py-infthread.exp
7165 * gdb.python/py-mi.exp
7166 * gdb.python/py-objfile.exp
7167 * gdb.python/py-pp-maint.exp
7168 * gdb.python/py-pp-registration.exp
7169 * gdb.python/py-prettyprint.exp
7170 * gdb.python/py-recurse-unwind.exp
7171 * gdb.python/py-shared.exp
7172 * gdb.python/py-symbol.exp
7173 * gdb.python/py-symtab.exp
7174 * gdb.python/py-template.exp
7175 * gdb.python/py-type.exp
7176 * gdb.python/py-unwind-maint.exp
7177 * gdb.python/py-unwind.exp
7178 * gdb.python/py-value.exp
7179 * gdb.python/python.exp
7180 * gdb.reverse/finish-reverse-bkpt.exp
7181 * gdb.reverse/insn-reverse.exp
7182 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7183 * gdb.reverse/solib-precsave.exp
7184 * gdb.reverse/solib-reverse.exp
7185 * gdb.stabs/gdb11479.exp
7186 * gdb.stabs/weird.exp
7187 * gdb.threads/fork-child-threads.exp
7188 * gdb.threads/fork-plus-threads.exp
7189 * gdb.threads/fork-thread-pending.exp
7190 * gdb.threads/forking-threads-plus-breakpoint.exp
7191 * gdb.threads/hand-call-in-threads.exp
7192 * gdb.threads/interrupted-hand-call.exp
7193 * gdb.threads/linux-dp.exp
7194 * gdb.threads/local-watch-wrong-thread.exp
7195 * gdb.threads/next-while-other-thread-longjmps.exp
7196 * gdb.threads/non-ldr-exit.exp
7197 * gdb.threads/pending-step.exp
7198 * gdb.threads/print-threads.exp
7199 * gdb.threads/process-dies-while-detaching.exp
7200 * gdb.threads/process-dies-while-handling-bp.exp
7201 * gdb.threads/pthreads.exp
7202 * gdb.threads/queue-signal.exp
7203 * gdb.threads/reconnect-signal.exp
7204 * gdb.threads/signal-command-handle-nopass.exp
7205 * gdb.threads/signal-command-multiple-signals-pending.exp
7206 * gdb.threads/signal-delivered-right-thread.exp
7207 * gdb.threads/signal-sigtrap.exp
7208 * gdb.threads/sigthread.exp
7209 * gdb.threads/staticthreads.exp
7210 * gdb.threads/stepi-random-signal.exp
7211 * gdb.threads/thread-unwindonsignal.exp
7212 * gdb.threads/thread_check.exp
7213 * gdb.threads/thread_events.exp
7214 * gdb.threads/tid-reuse.exp
7215 * gdb.threads/tls-nodebug.exp
7216 * gdb.threads/tls-shared.exp
7217 * gdb.threads/tls-so_extern.exp
7218 * gdb.threads/tls.exp
7219 * gdb.threads/wp-replication.exp
7220 * gdb.trace/actions-changed.exp
7221 * gdb.trace/actions.exp
7222 * gdb.trace/backtrace.exp
7223 * gdb.trace/change-loc.exp
7224 * gdb.trace/collection.exp
7225 * gdb.trace/deltrace.exp
7226 * gdb.trace/disconnected-tracing.exp
7227 * gdb.trace/entry-values.exp
7228 * gdb.trace/ftrace-lock.exp
7229 * gdb.trace/ftrace.exp
7230 * gdb.trace/infotrace.exp
7231 * gdb.trace/mi-trace-frame-collected.exp
7232 * gdb.trace/mi-trace-unavailable.exp
7233 * gdb.trace/mi-traceframe-changed.exp
7234 * gdb.trace/mi-tracepoint-changed.exp
7235 * gdb.trace/mi-tsv-changed.exp
7236 * gdb.trace/no-attach-trace.exp
7237 * gdb.trace/packetlen.exp
7238 * gdb.trace/passc-dyn.exp
7239 * gdb.trace/passcount.exp
7240 * gdb.trace/pending.exp
7241 * gdb.trace/pr16508.exp
7242 * gdb.trace/qtro.exp
7243 * gdb.trace/range-stepping.exp
7244 * gdb.trace/read-memory.exp
7245 * gdb.trace/report.exp
7246 * gdb.trace/save-trace.exp
7247 * gdb.trace/signal.exp
7248 * gdb.trace/stap-trace.exp
7249 * gdb.trace/status-stop.exp
7250 * gdb.trace/strace.exp
7251 * gdb.trace/tfile.exp
7252 * gdb.trace/tfind.exp
7253 * gdb.trace/trace-break.exp
7254 * gdb.trace/trace-condition.exp
7255 * gdb.trace/trace-enable-disable.exp
7256 * gdb.trace/trace-mt.exp
7257 * gdb.trace/tracecmd.exp
7258 * gdb.trace/tracefile-pseudo-reg.exp
7259 * gdb.trace/tspeed.exp
7260 * gdb.trace/tstatus.exp
7261 * gdb.trace/tsv.exp
7262 * gdb.trace/unavailable.exp
7263 * gdb.trace/while-dyn.exp
7264 * gdb.trace/while-stepping.exp
7265 * lib/gdb-guile.exp
7266 * lib/gdb.exp
7267 * lib/mi-support.exp
7268 * lib/pascal.exp
7269 * lib/perftest.exp
7270 * lib/prelink-support.exp
7271 * lib/selftest-support.exp
7272
7273 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7274
7275 * Makefile.in: Include disable-implicit-rules.mk.
7276
7277 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7278
7279 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7280 non-byte-aligned bit fields.
7281
7282 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7283
7284 PR gdb/12616
7285 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7286 respects the DW_AT_data_bit_offset attribute.
7287
7288 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7289
7290 * gdb.base/default.exp: Fix output of "set language".
7291
7292 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7293
7294 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7295 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7296 make.
7297 * configure.ac: Remove checks for the make program.
7298 * configure: Re-generate.
7299
7300 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7301
7302 * gdb.python/py-recurse-unwind.c (main): Add loop.
7303 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7304 to read_register() and gdb.parse_and_eval(). Make each code
7305 call a separate case that can be individually tested.
7306 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7307 proc. Call cont_and_backtrace for each of the code paths that
7308 we want to test in the unwinder.
7309
7310 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7311
7312 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7313 the definition of struct S.
7314
7315 2016-11-11 Catherine Moore <clm@codesourcery.com>
7316
7317 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7318
7319 2016-11-09 Pedro Alves <palves@redhat.com>
7320
7321 * gdb.base/commands.exp (runto_or_return): New procedure.
7322 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7323 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7324 (progvar_simple_while_test, progvar_complex_if_while_test)
7325 (if_while_breakpoint_command_test)
7326 (infrun_breakpoint_command_test, breakpoint_command_test)
7327 (user_defined_command_test, watchpoint_command_test)
7328 (test_command_prompt_position, redefine_hook_test)
7329 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7330 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7331 multi_line_input and multi_line. Remove gdb_expect and
7332 gdb_stop_suppressing_tests uses.
7333 * lib/gdb.exp (valnum_re): New global.
7334 (multi_line_input): New procedure.
7335
7336 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7337
7338 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7339 Remove.
7340 (test_setup): Define with proc_with_prefix.
7341 (test_cli_inferior): Likewise.
7342 (test_cli_thread): Likewise.
7343 (test_cli_frame): Likewise.
7344 (test_cli_select_frame): Likewise.
7345 (test_cli_up_down): Likewise.
7346 (test_mi_thread_select): Likewise.
7347 (test_mi_stack_select_frame): Likewise.
7348 (test_cli_in_mi_inferior): Likewise.
7349 (test_cli_in_mi_thread): Likewise.
7350 (test_cli_in_mi_frame): Likewise.
7351 (top level): Do not use with_test_prefix_procname.
7352
7353 2016-11-09 Pedro Alves <palves@redhat.com>
7354
7355 * gdb.base/commands.exp (gdbvar_simple_if_test)
7356 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7357 (progvar_simple_if_test, progvar_simple_while_test)
7358 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7359 (infrun_breakpoint_command_test, breakpoint_command_test)
7360 (user_defined_command_test, watchpoint_command_test)
7361 (test_command_prompt_position, deprecated_command_test)
7362 (bp_deleted_in_command, temporary_breakpoint_commands)
7363 (stray_arg0_test, source_file_with_indented_comment)
7364 (recursive_source_test, if_commands_test)
7365 (error_clears_commands_left, redefine_hook_test)
7366 (redefine_backtrace_test): Use proc_with_prefix.
7367 * lib/gdb.exp (proc_with_prefix): New proc.
7368
7369 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7370
7371 * gdb.base/tui-layout.c: New file.
7372 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7373 disassembly window contains very long lines.
7374
7375 2016-11-08 Tom Tromey <tom@tromey.com>
7376
7377 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7378 depend on Python 2.
7379
7380 2016-11-08 Tom Tromey <tom@tromey.com>
7381
7382 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7383 New method.
7384
7385 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7386
7387 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7388
7389 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7390
7391 * gdb.rust/simple.rs: Add test for univariant enums without
7392 discriminants and for encoded struct-like enums.
7393
7394 2016-10-28 Pedro Alves <palves@redhat.com>
7395
7396 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7397 gdb_test_multiple, tighten regexps and match symtabs and line
7398 tables incrementally.
7399
7400 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7401
7402 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7403 general.
7404
7405 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7406
7407 * gdb.base/exec-invalid-sysroot.exp: New file.
7408
7409 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7410
7411 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7412
7413 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7414
7415 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7416
7417 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7418
7419 * gdb.base/killed-outside.exp: Remove $options from a call to
7420 `prepare_for_testing'.
7421
7422 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7423
7424 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7425 Change test message.
7426
7427 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7428
7429 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7430 Update comment.
7431
7432 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7433
7434 * gdb.trace/mi-trace-save.exp: New file.
7435
7436 2016-10-13 Yao Qi <yao.qi@linaro.org>
7437
7438 * gdb.base/code_elim.exp (get_var_address): Remove.
7439 * gdb.base/relocate.exp: Likewise.
7440 * gdb.base/shreloc.exp: Likewise.
7441 * lib/gdb.exp (get_var_address): New.
7442
7443 2016-10-13 Yao Qi <yao.qi@linaro.org>
7444
7445 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7446 floating point tests if $skip_float_test is false.
7447
7448 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7449
7450 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7451 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7452 argc values.
7453 Add 1 to argc so we guarantee distinct initial/modified argc values.
7454
7455 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7456
7457 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7458
7459 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7460
7461 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7462 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7463 * gdb.arch/vsx-regs.exp: Likewise.
7464
7465 2016-10-07 Yao Qi <yao.qi@linaro.org>
7466
7467 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7468
7469 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7470
7471 * gdb.python/python.exp: Test decode_line("*0").
7472
7473 2016-10-06 Doug Evans <dje@google.com>
7474
7475 * gdb.python/py-value.exp (test_value_creation): Add test for large
7476 unsigned 64-bit value.
7477
7478 2016-10-06 Tom Tromey <tom@tromey.com>
7479
7480 * gdb.compile/compile.exp: Change java tests to rust.
7481 * gdb.base/setshow.exp: Change java tests to rust.
7482 * gdb.base/default.exp: Remove java from language list.
7483 * README (Examples): Update language example.
7484 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7485 test.
7486 * lib/gdb.exp (skip_java_tests): Remove.
7487 * lib/java.exp: Remove.
7488 * gdb.java: Remove.
7489
7490 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7491
7492 * gdb.arch/mips-fcr.exp: New test.
7493 * gdb.arch/mips-fcr.c: Source for the new test.
7494
7495 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7496
7497 * gdb.base/solib-disc.exp: Use `standard_output_file'
7498 throughout.
7499
7500 2016-10-06 Pedro Alves <palves@redhat.com>
7501
7502 * gdb.base/jit-simple-dl.c: New file.
7503 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7504 * gdb.base/jit-simple.c: ... this.
7505 * gdb.base/jit-simple.exp (jit_run): Delete.
7506 (build_jit): New proc.
7507 (jit_test_reread): Recompile either the main program or the shared
7508 library, depending on what is being tested. Skip changing address
7509 if caller wants to. Compare before/after addresses. If testing
7510 standalone, explicitly load the binary. Test "maint info
7511 breakpoints".
7512 (top level): Add "standalone vs shared lib" and "change address"
7513 vs "same address" axes.
7514
7515 2016-10-06 Pedro Alves <palves@redhat.com>
7516
7517 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7518 call.
7519 (jit_run): Delete.
7520 (jit_test_reread): Use with_test_prefix. Reload the main binary
7521 explicitly. Compare the before/after addresses of the JIT
7522 descriptor.
7523
7524 2016-08-15 Doug Evans <dje@google.com>
7525
7526 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7527 for single bitfields is bool.
7528 * gdb.xml/tdesc-regs.exp: Ditto.
7529
7530 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7531
7532 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7533
7534 2016-10-05 Yao Qi <yao.qi@linaro.org>
7535
7536 * lib/gdb.exp (support_complex_tests): Return zero if
7537 gdb_skip_float_test return true.
7538
7539 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7540 Simon Marchi <simon.marchi@ericsson.com>
7541
7542 PR gdb/20487
7543 * gdb.mi/user-selected-context-sync.exp: New file.
7544 * gdb.mi/user-selected-context-sync.c: New file.
7545
7546 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7547 Simon Marchi <simon.marchi@ericsson.com>
7548
7549 PR gdb/20487
7550 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7551 =thread-select-event check.
7552
7553 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7554
7555 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7556 the compulsory L operand changes.
7557 * gdb.arch/powerpc-power.s: Likewise.
7558
7559 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7560
7561 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7562 * gdb.base/jit-attach-pie.c: New file.
7563 * gdb.base/jit-attach-pie.exp: New file.
7564
7565 2016-09-28 Pedro Alves <palves@redhat.com>
7566
7567 * gdb.base/infcall-input.c: New file.
7568 * gdb.base/infcall-input.exp: New file.
7569
7570 2016-09-22 Yao Qi <yao.qi@linaro.org>
7571
7572 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7573 (gdb_exit): Rename it to ...
7574 (gdbserver_gdb_exit): ... Close GDBserver.
7575 (gdb_exit): New proc, call gdbserver_gdb_exit.
7576 (mi_gdb_exit): Likewise.
7577
7578 2016-09-22 Yao Qi <yao.qi@linaro.org>
7579
7580 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7581 path.
7582 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7583 Remove duplication.
7584
7585 2016-09-22 Yao Qi <yao.qi@linaro.org>
7586
7587 * lib/gdbserver-support.exp: Check the existence of
7588 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7589
7590 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7591
7592 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7593
7594 2016-09-21 Tom Tromey <tom@tromey.com>
7595
7596 PR gdb/20604:
7597 * gdb.base/quit.exp: New file.
7598
7599 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7600
7601 * .gitignore: New file.
7602
7603 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7604
7605 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7606 throughout.
7607
7608 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7609
7610 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7611
7612 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7613
7614 * gdb.cp/casts.cc (decltype): Move it ...
7615 (main): ... with its call to ...
7616 * gdb.cp/casts03.cc: ... a new file.
7617 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7618
7619 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7620
7621 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7622
7623 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7624
7625 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7626 and sync up the test with tests in gas/testsuite/gas/ppc.
7627 * gdb.arch/powerpc-power.exp: Likewise.
7628
7629 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7630
7631 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7632
7633 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7634 Jan Kratochvil <jan.kratochvil@redhat.com>
7635
7636 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7637 make m1's definition to be different from m2's. Use 'dummy' as an
7638 argument for probe 'two'.
7639
7640 2016-09-10 Jon Beniston <jon@beniston.com>
7641
7642 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7643 for sim target.
7644
7645 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7646
7647 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7648 variable declaration.
7649 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7650 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7651 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7652 received HWCAP as its argument.
7653
7654 2016-09-06 Pedro Alves <palves@redhat.com>
7655
7656 * gdb.base/new-ui-pending-input.c: New file.
7657 * gdb.base/new-ui-pending-input.exp: New file.
7658 * gdb.exp (clear_gdb_spawn_id): New procedure.
7659 (with_spawn_id): Check whether gdb_spawn_id exists before
7660 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7661 on exit.
7662
7663 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7664
7665 * gdb.base/float128.c: New file.
7666 * gdb.base/float128.exp: Likewise.
7667 * gdb.base/floatn.c: Likewise.
7668 * gdb.base/floatn.exp: Likewise.
7669
7670 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7671
7672 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7673
7674 2016-09-05 Pedro Alves <palves@redhat.com>
7675
7676 PR backtrace/19927
7677 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7678 unwinders are immediately called as side effect of "source" or
7679 "disable unwinder" commands.
7680 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7681
7682 2016-09-02 Yao Qi <yao.qi@linaro.org>
7683
7684 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7685 is true and $type is "float" or "double".
7686
7687 2016-09-02 Yao Qi <yao.qi@linaro.org>
7688
7689 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7690 true.
7691 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7692 * gdb.base/call-rt-st.exp: Likewise.
7693 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7694 return value instead of gdb,skip_float_test.
7695 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7696 (do_function_calls): Use its return value instead of
7697 gdb,skip_float_test.
7698 * gdb.base/finish.exp: Likewise.
7699 * gdb.base/funcargs.exp: Likewise.
7700 * gdb.base/return.exp: Likewise.
7701 * gdb.base/return2.exp: Likewise.
7702 * gdb.base/varargs.exp: Likewise.
7703 * lib/gdb.exp (gdb_skip_float_test): Change it to
7704 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7705
7706 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7707
7708 * gdb.multi/tids.exp: Test "thread apply all".
7709
7710 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7711
7712 * gdb.base/default.exp (tty): Remove.
7713
7714 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7715
7716 * gdb.python/py-recurse-unwind.c: New file.
7717 * gdb.python/py-recurse-unwind.py: New file.
7718 * gdb.python/py-recurse-unwind.exp: New file.
7719
7720 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7721
7722 * gdb.base/set-inferior-tty.exp: New file.
7723 * gdb.base/set-inferior-tty.c: New file.
7724
7725 2016-08-23 Pedro Alves <palves@redhat.com>
7726
7727 PR gdb/20494
7728 * gdb.base/new-ui-echo.c: New file.
7729 * gdb.base/new-ui-echo.exp: New file.
7730
7731 2016-08-23 Yao Qi <yao.qi@linaro.org>
7732
7733 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7734 gdbserver_spawn.
7735 * gdb.server/connect-without-multi-process.exp (do_test):
7736 Likewise.
7737
7738 2016-08-23 Yao Qi <yao.qi@linaro.org>
7739
7740 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7741 standalone_txt. Delete gdb_txt and standalone_txt on host
7742 and target. Spawn the binary on target. Copy files from
7743 target to host.
7744
7745 2016-08-22 Pedro Alves <palves@redhat.com>
7746
7747 PR gdb/20505
7748 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7749 with_test_prefix. Factor out bits to ...
7750 (test_no_vdso): ... this new procedure.
7751
7752 2016-08-19 Carl Love <cel@us.ibm.com>
7753
7754 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7755 maintaining separate logic for constructing the output path.
7756 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7757 * gdb.arch/ppc-dfp.exp: Likewise.
7758 * gdb.arch/ppc-fp.exp: Likewise.
7759 * gdb.arch/vsx-regs.exp: Likewise.
7760 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7761 binprefix for generating the additional binary files.
7762
7763 2016-08-19 Pedro Alves <palves@redhat.com>
7764
7765 * gdb.trace/mi-trace-frame-collected.exp
7766 (test_trace_frame_collected): On x32, expect two registers.
7767
7768 2016-08-18 Carl Love <cel@us.ibm.com>
7769
7770 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7771 and sync up the test with tests in gas/testsuite/gas/ppc.
7772 * gdb.arch/powerpc-power.exp: Likewise.
7773
7774 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7775
7776 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7777 expected error message.
7778
7779 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7780
7781 * gdb.multi/remove-inferiors.exp: New file.
7782 * gdb.multi/remove-inferiors.c: New file.
7783
7784 2016-08-12 Yao Qi <yao.qi@linaro.org>
7785
7786 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7787 argument list.
7788
7789 2016-08-10 Pedro Alves <palves@redhat.com>
7790
7791 PR gdb/19187
7792 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7793 setup_kfails.
7794
7795 2016-08-09 Pedro Alves <palves@redhat.com>
7796 Simon Marchi <simon.marchi@ericsson.com>
7797
7798 PR gdb/20418
7799 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7800 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7801
7802 2016-08-09 Pedro Alves <palves@redhat.com>
7803
7804 PR mi/20431
7805 * gdb.mi/mi-cmd-error.exp: New file.
7806
7807 2016-08-09 Pedro Alves <palves@redhat.com>
7808
7809 PR gdb/18653
7810 * gdb.base/signals-state-child.c: New file.
7811 * gdb.base/signals-state-child.exp: New file.
7812 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7813
7814 2016-08-09 Pedro Alves <palves@redhat.com>
7815
7816 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7817
7818 2016-08-03 Tom Tromey <tom@tromey.com>
7819
7820 PR python/18565:
7821 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7822
7823 2016-08-01 Yao Qi <yao.qi@linaro.org>
7824
7825 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7826 variable mode to "multi-process" if $multi_process is 1, otherwise
7827 set it to "single-process".
7828
7829 2016-08-01 Yao Qi <yao.qi@linaro.org>
7830
7831 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7832 * gdb.cp/cpexprs.exp: Likewise.
7833 * gdb.cp/m-static.exp: Likewise.
7834
7835 2016-07-26 Tom Tromey <tom@tromey.com>
7836
7837 PR python/20190:
7838 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7839 test.
7840
7841 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7842
7843 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7844 selecting assembly source files.
7845 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7846 assembly source files.
7847 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7848 assembly source files.
7849 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7850 selecting assembly source files.
7851
7852 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7853
7854 * gdb.base/new-ui.exp (do_test_invalid_args): New
7855 procedure.
7856
7857 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7858
7859 * gdb.btrace/reconnect.c: New file.
7860 * gdb.btrace/reconnect.exp: New file.
7861
7862 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7863
7864 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7865 to test_catch_syscall_group.
7866 (test_catch_syscall_group): New.
7867
7868 2016-07-21 Tom Tromey <tom@tromey.com>
7869
7870 * gdb.rust/simple.rs (main): Use empty struct expression.
7871 * gdb.rust/simple.exp: Add tests for empty struct expression.
7872
7873 2016-07-21 Yao Qi <yao.qi@linaro.org>
7874
7875 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7876 if gdb_skip_xml_test is true on some targets.
7877
7878 2016-07-21 Yao Qi <yao.qi@linaro.org>
7879
7880 * gdb.server/solib-list.exp: Unset last_loaded_file.
7881
7882 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7883
7884 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7885 "step into captured_main (args)".
7886
7887 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7888
7889 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7890
7891 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7892
7893 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7894
7895 2016-07-19 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7898 * gdb.opt/inline-bt.exp: Likewise.
7899 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7900 additional_flags=-Winline.
7901 * gdb.opt/inline-locals.exp: Likewise.
7902 * gdb.opt/inline-markers.c (ATTR): Define.
7903 (inlined_fn): Use it.
7904
7905 2016-07-19 Yao Qi <yao.qi@linaro.org>
7906
7907 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7908 (test_with_self): Remove some code. Remove argument executable.
7909 (top-level): Use do_self_tests.
7910
7911 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7912 Don Breazeal <donb@codesourcery.com>
7913
7914 * gdb.base/maint.exp: Escape paths used in regular expressions.
7915 * gdb.stabs/weird.exp: Likewise.
7916
7917 2016-07-13 Tom Tromey <tom@tromey.com>
7918
7919 PR python/15620, PR python/18620:
7920 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7921 (test_bkpt_events): New procs.
7922
7923 2016-07-13 Tom Tromey <tom@tromey.com>
7924
7925 PR python/17698:
7926 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7927 test.
7928 (test_watchpoints): Likewise.
7929 (test_bkpt_pending): New proc.
7930
7931 2016-07-13 Tom Tromey <tom@tromey.com>
7932
7933 PR cli/18053:
7934 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7935 completion test.
7936
7937 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7938
7939 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7940 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7941 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7942 f_label.
7943 (g): Rename g_end_lbl to g_label.
7944 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7945 low_pc and high_pc.
7946 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7947
7948 2016-07-12 Tom Tromey <tom@tromey.com>
7949
7950 PR python/19293:
7951 * gdb.python/py-unwind-maint.exp: Update tests.
7952
7953 2016-07-12 Yao Qi <yao.qi@linaro.org>
7954
7955 * lib/selftest-support.exp (selftest_setup): Match the output
7956 when captured_main is inlined.
7957
7958 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7959
7960 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7961 New variables.
7962 (print this%a, print this%b, print this): New tests.
7963 * gdb.fortran/derived-types.f90 (this): New object and
7964 initialization.
7965
7966 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7967
7968 * gdb.ada/arraydim.exp: Remove extra directory level in build
7969 directory.
7970
7971 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7972
7973 * lib/ada.exp: Remove extra directory level in build directory.
7974 * gdb.ada/cond_lang.exp: Likewise.
7975 * gdb.ada/exec_changed.exp: Likewise.
7976 * gdb.ada/lang_switch.exp: Likewise.
7977
7978 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7979
7980 * simple.rs: Add test for raw pointer subscripting.
7981 * simple.exp: Add test expectations.
7982
7983 2016-07-05 Yao Qi <yao.qi@linaro.org>
7984
7985 * gdb.mi/mi-reverse.exp: Match =record-started output.
7986
7987 2016-07-01 Pedro Alves <palves@redhat.com>
7988
7989 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7990 procedure.
7991 (jit_reader_test): Test the jit reader's unwinder.
7992 * gdb.base/jithost.c (jit_function_00_code): New global.
7993 (main): Use memcpy to fill in the mmapped code, instead of poking
7994 bytes manually here.
7995 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7996 value.
7997 (read_debug_info): Save the function's range.
7998 (read_sp): New function.
7999 (unwind_frame): Use it. Also unwind RBP.
8000 (get_frame_id): Use read_sp.
8001 (gdb_init_reader): Use calloc instead of malloc.
8002 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8003 parameter. Use gdb_test_multiple.
8004
8005 2016-07-01 Pedro Alves <palves@redhat.com>
8006 Antoine Tremblay <antoine.tremblay@ericsson.com>
8007
8008 * gdb.threads/process-dies-while-detaching.c: New file.
8009 * gdb.threads/process-dies-while-detaching.exp: New file.
8010
8011 2016-07-01 Pedro Alves <palves@redhat.com>
8012
8013 * gdb.multi/watchpoint-multi-exit.c: New file.
8014 * gdb.multi/watchpoint-multi-exit.exp: New file.
8015
8016 2016-06-30 Pedro Alves <palves@redhat.com>
8017
8018 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8019 unset inferior_spawn_id.
8020
8021 2016-06-30 Pedro Alves <palves@redhat.com>
8022
8023 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8024 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8025
8026 2016-06-29 Yao Qi <yao.qi@linaro.org>
8027
8028 * gdb.base/return.c: Add copyright header.
8029
8030 2016-06-29 Tom Tromey <tom@tromey.com>
8031
8032 PR python/20129:
8033 * gdb.python/py-framefilter.exp: Add tests for setting priority
8034 and disabling of non-existent frame filter.
8035
8036 2016-06-29 Yao Qi <yao.qi@linaro.org>
8037
8038 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8039 0x0f07ff.
8040
8041 2016-06-28 Yao Qi <yao.qi@linaro.org>
8042
8043 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8044 triplets. Start gdb, execute catch syscall, and continue. Check
8045 gdb's output to determine catch syscall is supported.
8046
8047 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8048
8049 * gdb.rust/simple.rs: Add test for returning unit in a function.
8050 * gdb.rust/simple.exp: Add expectation for functions returning
8051 unit.
8052
8053 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8054
8055 * gdb.python/py-breakpoint-create-fail.c,
8056 gdb.python/py-breakpoint-create-fail.exp,
8057 gdb.python/py-breakpoint-create-fail.py: New testcase.
8058
8059 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8060
8061 PR gdb/20239
8062 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8063 * gdb.rust/simple.exp: Add test expectations for new NonZero
8064 tests.
8065
8066 2016-06-24 David Taylor <dtaylor@emc.com>
8067
8068 * gdb.base/offsets.exp: New file.
8069 * gdb.base/offsets.c: New file.
8070
8071 2016-06-23 Tom Tromey <tom@tromey.com>
8072
8073 PR gdb/16483:
8074 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8075 before any filters are loaded.
8076
8077 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8078
8079 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8080 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8081 structs.
8082 * gdb.fortran/derived-type-function.exp: New file.
8083 * gdb.fortran/derived-type-function.f90: New file.
8084
8085
8086 2016-06-21 Pedro Alves <palves@redhat.com>
8087
8088 * gdb.base/new-ui.exp: New file.
8089 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8090 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8091 (with_spawn_id): New procedure.
8092
8093 2016-06-21 Pedro Alves <palves@redhat.com>
8094
8095 * gdb.mi/mi-exec-run.exp: New file.
8096
8097 2016-06-21 Pedro Alves <palves@redhat.com>
8098
8099 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8100 breakpoint command's output on the main UI.
8101 (test_break): New procedure, factored out from calls in the top
8102 level.
8103 (top level): Use foreach_with_prefix to test MI as main UI and as
8104 separate UI.
8105
8106 2016-06-21 Pedro Alves <palves@redhat.com>
8107
8108 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8109 (test_awatch_creation_and_listing)
8110 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8111 Remove 'type' parameter.
8112 (test_watchpoint_all): New parameter mi_mode. Remove
8113 with_test_prefix.
8114 (top level): Use foreach_with_prefix, and add main/separate UI MI
8115 testing axis.
8116
8117 2016-06-21 Pedro Alves <palves@redhat.com>
8118
8119 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8120 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8121 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8122 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8123 (gdb_main_spawn_id, mi_spawn_id): Declare and
8124 comment.
8125 (mi_create_inferior_pty): New procedure,
8126 factored out from default_mi_gdb_start.
8127 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8128 procedures.
8129 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8130 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8131 Use mi_create_inferior_pty.
8132 (mi_gdb_start): Use eval to pass down args list.
8133
8134 2016-06-21 Pedro Alves <palves@redhat.com>
8135
8136 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8137 * gdb.opt/inline-cmds.exp: Add MI tests.
8138
8139 2016-06-21 Pedro Alves <palves@redhat.com>
8140
8141 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8142
8143 2016-06-21 Pedro Alves <palves@redhat.com>
8144
8145 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8146 (top level): Use it instead of mi_execute_to.
8147
8148 2016-06-21 Pedro Alves <palves@redhat.com>
8149
8150 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8151 (cont_handler_str): New.
8152 (signal_stop_handler): Set stop_handler_str instead of printing to
8153 stdout.
8154 (continue_handler): Set cont_handler_str instead of printing to
8155 stdout.
8156 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8157 mi_send_resuming_command. Print stop_handler_str and
8158 cont_handler_str instead of expecting the python events print
8159 directly.
8160
8161 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8162
8163 * gdb.base/jit-reader.exp: New file.
8164 * gdb.base/jithost.c: New file.
8165 * gdb.base/jithost.h: New file.
8166 * gdb.base/jitreader.c : New file.
8167 * gdb.base/jit-protocol.h: New file.
8168
8169 2016-06-17 Yao Qi <yao.qi@linaro.org>
8170
8171 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8172 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8173 and detach-on-fork. Adjust tests.
8174 (top level): Invoke break_cond_on_syscall with combinations of
8175 syscall, follow-fork-mode and detach-on-fork.
8176
8177 2016-06-17 Yao Qi <yao.qi@linaro.org>
8178
8179 * gdb.base/step-over-exit.c: New.
8180 * gdb.base/step-over-exit.exp: New.
8181
8182 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8183
8184 * gdb.base/float.exp: Add target check for nds32*-*-*.
8185 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8186
8187 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8188
8189 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8190 for unsupported target features.
8191 * gdb.base/call-rt-st.exp: Likewise.
8192 * gdb.base/call-sc.exp: Likewise.
8193 * gdb.base/call-signal-resume.exp: Likewise.
8194 * gdb.base/call-strs.exp: Likewise.
8195 * gdb.base/callexit.exp: Likewise.
8196 * gdb.base/callfuncs.exp: Likewise.
8197 * gdb.base/nodebug.exp: Likewise.
8198 * gdb.base/printcmds.exp: Likewise.
8199 * gdb.base/ptype.exp: Likewise.
8200 * gdb.base/structs.exp: Likewise.
8201 * gdb.base/unwindonsignal.exp: Likewise.
8202 * gdb.cp/gdb2495.exp: Likewise.
8203 * gdb.cp/templates.exp: Likewise.
8204 * gdb.cp/virtfunc.exp: Likewise.
8205 * gdb.threads/hand-call-in-threads.exp: Likewise.
8206 * gdb.threads/interrupted-hand-call.exp: Likewise.
8207 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8208
8209 2016-06-10 Tom Tromey <tom@tromey.com>
8210
8211 PR rust/20110:
8212 * gdb.rust/expr.exp: Add test for integer constant larger than
8213 i32.
8214
8215 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8216
8217 * gdb.fortran/nested-funcs.exp: New.
8218 * gdb.fortran/nested-funcs.f90: New.
8219
8220 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8221
8222 * gdb.base/examine-backward.c: New file.
8223 * gdb.base/examine-backward.exp: New file.
8224
8225 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8226
8227 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8228 matching.
8229
8230 2016-06-02 Tom Tromey <tom@tromey.com>
8231
8232 PR python/18984:
8233 * gdb.python/py-shared.exp: Add solib_name test.
8234
8235 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8236
8237 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8238
8239 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8240
8241 PR c++/19893
8242 * gdb.dwarf2/implref.exp: Rename to...
8243 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8244 * gdb.dwarf2/implref-array.c: New file.
8245 * gdb.dwarf2/implref-array.exp: Likewise.
8246 * gdb.dwarf2/implref-global.c: Likewise.
8247 * gdb.dwarf2/implref-global.exp: Likewise.
8248 * gdb.dwarf2/implref-struct.c: Likewise.
8249 * gdb.dwarf2/implref-struct.exp: Likewise.
8250
8251 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8252
8253 * gdb.trace/trace-condition.exp: Add 64bit tests.
8254
8255 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8256
8257 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8258 bits types.
8259 (main): Adapt to 8 to 64 bits types.
8260 * gdb.trace/trace-condition.exp: Add new tests.
8261
8262 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8263
8264 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8265
8266 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8267
8268 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8269 Move condition tests...
8270 * gdb.trace/trace-condition.exp: Here.
8271
8272 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8273
8274 * gdb.trace/trace-condition.exp: Add counter-case tests.
8275
8276 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8277
8278 PR c++/15231
8279 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8280 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8281
8282 2016-05-27 Pedro Alves <palves@redhat.com>
8283
8284 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8285 New procedure.
8286 (top level): Call it, and bail out of DejaGnu is known to be bad.
8287
8288 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8289
8290 * gdb.base/whatis.c: Extend the test case.
8291 * gdb.base/whatis.exp: Add additional tests.
8292
8293 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8294
8295 * gdb.fortran/type.f90: Add pointer variable.
8296 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8297
8298 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8299
8300 * gdb.fortran/vla-type.exp: Fix testcase name.
8301
8302 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8303
8304 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8305
8306 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8307
8308 * gdb.fortran/type.f90: Add nested structures.
8309 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8310 * gdb.fortran/derived-type.exp: Adapt expected output.
8311 * gdb.fortran/vla-type.exp: Adapt expected output.
8312
8313 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8314
8315 * gdb.fortran/whatis_type.exp: Adapt expected output.
8316
8317 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8318
8319 * gdb.fortran/print_type.exp: Fix expected output.
8320 * gdb.fortran/whatis_type.exp: Fix expected output.
8321
8322 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8323
8324 * gdb.fortran/whatis_type.exp: Use multi_line.
8325
8326 2016-05-24 Tom Tromey <tom@tromey.com>
8327
8328 PR python/17386:
8329 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8330 use value as an index.
8331
8332 2016-05-23 Tom Tromey <tom@tromey.com>
8333
8334 PR python/17981:
8335 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8336 no-breakpoint case.
8337
8338 2016-05-24 Pedro Alves <palves@redhat.com>
8339
8340 PR gdb/19828
8341 * gdb.threads/clone-attach-detach.c: New file.
8342 * gdb.threads/clone-attach-detach.exp: New file.
8343
8344 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8345
8346 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8347
8348 2016-05-23 Tom Tromey <tom@tromey.com>
8349
8350 PR python/19438, PR python/18393:
8351 * gdb.python/py-progspace.exp: Add "dir" test.
8352 * gdb.python/py-objfile.exp: Add "dir" test.
8353
8354 2016-05-23 Yao Qi <yao.qi@linaro.org>
8355
8356 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8357 * gdb.arch/thumb2-it.exp: Likewise.
8358
8359 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8360
8361 * gdb.mi/mi-threads-interrupt.c: New file.
8362 * gdb.mi/mi-threads-interrupt.exp: New file.
8363
8364 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8365
8366 PR gdb/18077
8367 * gdb.mi/mi-async-run.exp: New file.
8368 * gdb.mi/mi-async-run.c: New file.
8369
8370 2016-05-17 Tom Tromey <tom@tromey.com>
8371 Manish Goregaokar <manishsmail@gmail.com>
8372
8373 * lib/rust-support.exp: New file.
8374 * lib/gdb.exp (skip_rust_tests): New proc.
8375 (build_executable_from_specs): Handle rust.
8376 * lib/future.exp (gdb_find_rustc): New proc.
8377 (gdb_default_target_compile): Handle rust.
8378 * gdb.rust/expr.exp: New file.
8379 * gdb.rust/generics.exp: New file.
8380 * gdb.rust/generics.rs: New file.
8381 * gdb.rust/methods.exp: New file.
8382 * gdb.rust/methods.rs: New file.
8383 * gdb.rust/modules.exp: New file.
8384 * gdb.rust/modules.rs: New file.
8385 * gdb.rust/simple.exp: New file.
8386 * gdb.rust/simple.rs: New file.
8387
8388 2016-05-17 Tom Tromey <tom@tromey.com>
8389
8390 * gdb.base/default.exp (set language): Add rust.
8391
8392 2016-05-17 Tom Tromey <tom@tromey.com>
8393
8394 * gdb.gdb/unittest.exp: New file.
8395
8396 2016-05-16 Yao Qi <yao.qi@linaro.org>
8397
8398 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8399 shell_prompt. Update shell_prompt_re.
8400
8401 2016-05-12 Doug Evans <dje@google.com>
8402
8403 PR symtab/19999
8404 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8405 $options when building executable.
8406 * gdb.dwarf2/fission-loclists-pie.S: New file.
8407 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8408
8409 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8410
8411 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8412 of [is_remote target],
8413
8414 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8415
8416 * lib/gdb.exp (use_gdb_stub): New procedure.
8417
8418 2016-05-03 Yunlian Jiang <yunlian@google.com>
8419 Doug Evans <dje@google.com>
8420
8421 PR symtab/19914
8422 * gdb.dwarf2/dwp-sepdebug.c: New file.
8423 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8424
8425 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8426
8427 * gdb.base/detach.exp: Remove is_remote check.
8428
8429 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8430
8431 * gdb.base/annota-input-while-running.exp: Don't check for
8432 [is_remote target]. Enable annotations after running to main.
8433 Remove unused "set test..." line.
8434
8435 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8436
8437 * gdb.trace/trace-enable-disable.exp: New file.
8438 * gdb.trace/trace-enable-disable.c: New file.
8439
8440 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8441
8442 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8443 use it in info sharedlibrary test.
8444 * gdb.trace/ftrace-lock.exp: Likewise.
8445 * gdb.trace/ftrace.exp: Likewise.
8446 * gdb.trace/range-stepping.exp: Likewise.
8447 * gdb.trace/trace-break.exp: Likewise.
8448 * gdb.trace/trace-condition.exp: Likewise.
8449 * gdb.trace/trace-mt.exp: Likewise.
8450
8451 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8452
8453 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8454 (gdb_load_shlib): ... this.
8455 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8456 gdb_load_shlib.
8457 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8458 * gdb.base/ctxobj.exp: Likewise.
8459 * gdb.base/dprintf-pending.exp: Likewise.
8460 * gdb.base/dso2dso.exp: Likewise.
8461 * gdb.base/fixsection.exp: Likewise.
8462 * gdb.base/gcore-relro.exp: Likewise.
8463 * gdb.base/gdb1555.exp: Likewise.
8464 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8465 * gdb.base/gnu-ifunc.exp: Likewise.
8466 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8467 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8468 * gdb.base/pending.exp: Likewise.
8469 * gdb.base/print-file-var.exp: Likewise.
8470 * gdb.base/print-symbol-loading.exp: Likewise.
8471 * gdb.base/shlib-call.exp: Likewise.
8472 * gdb.base/shreloc.exp: Likewise.
8473 * gdb.base/so-impl-ld.exp: Likewise.
8474 * gdb.base/solib-disc.exp: Likewise.
8475 * gdb.base/solib-nodir.exp: Likewise.
8476 * gdb.base/solib-overlap.exp: Likewise.
8477 * gdb.base/solib-symbol.exp: Likewise.
8478 * gdb.base/solib-weak.exp (do_test): Likewise.
8479 * gdb.base/sym-file.exp: Likewise.
8480 * gdb.base/symtab-search-order.exp: Likewise.
8481 * gdb.base/type-opaque.exp: Likewise.
8482 * gdb.base/unload.exp: Likewise.
8483 * gdb.base/watchpoint-solib.exp: Likewise.
8484 * gdb.compile/compile.exp: Likewise.
8485 * gdb.cp/gdb2384.exp: Likewise.
8486 * gdb.cp/infcall-dlopen.exp: Likewise.
8487 * gdb.cp/re-set-overloaded.exp: Likewise.
8488 * gdb.fortran/library-module.exp: Likewise.
8489 * gdb.opt/solib-intra-step.exp: Likewise.
8490 * gdb.python/py-finish-breakpoint.exp: Likewise.
8491 * gdb.python/py-shared.exp: Likewise.
8492 * gdb.reverse/solib-precsave.exp: Likewise.
8493 * gdb.reverse/solib-reverse.exp: Likewise.
8494 * gdb.server/solib-list.exp: Likewise.
8495 * gdb.threads/dlopen-libpthread.exp: Likewise.
8496 * gdb.threads/tls-shared.exp: Likewise.
8497 * gdb.threads/tls-so_extern.exp: Likewise.
8498 * gdb.trace/change-loc.exp: Likewise.
8499 * gdb.trace/ftrace-lock.exp: Likewise.
8500 * gdb.trace/ftrace.exp: Likewise.
8501 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8502 * gdb.trace/pending.exp: Likewise.
8503 * gdb.trace/range-stepping.exp: Likewise.
8504 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8505 (strace_info_marker): Likewise.
8506 (strace_probe_marker): Likewise.
8507 (strace_trace_on_same_addr): Likewise.
8508 (strace_trace_on_diff_addr): Likewise.
8509 * gdb.trace/trace-break.exp: Likewise.
8510 * gdb.trace/trace-condition.exp: Likewise.
8511 * gdb.trace/trace-mt.exp: Likewise.
8512
8513 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8514
8515 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8516 result of gdb_remote_download.
8517 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8518 * gdb.base/dso2dso.exp: Likewise.
8519 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8520 * gdb.base/print-file-var.exp: Likewise.
8521 * gdb.base/shlib-call.exp: Likewise.
8522 * gdb.base/shreloc.exp: Likewise.
8523 * gdb.base/solib-overlap.exp: Likewise.
8524 * gdb.base/solib-weak.exp (do_test): Likewise.
8525 * gdb.base/unload.exp: Likewise.
8526
8527 2016-04-27 Yao Qi <yao.qi@linaro.org>
8528
8529 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8530 exists.
8531
8532 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8533
8534 * vla-type.exp: Print structure from toplevel.
8535
8536 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8537
8538 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8539 of dynamic types.
8540 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8541 of dynamic types.
8542
8543 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8544
8545 * gdb.fortran/vla-type.f90: New file.
8546 * gdb.fortran/vla-type.exp: New file.
8547
8548 2016-04-25 Yao Qi <yao.qi@linaro.org>
8549
8550 * gdb.base/branch-to-self.c: New file.
8551 * gdb.base/branch-to-self.exp: New file.
8552
8553 2016-04-22 Yao Qi <yao.qi@linaro.org>
8554
8555 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8556 more after $hex.
8557
8558 2016-04-22 Yao Qi <yao.qi@linaro.org>
8559
8560 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8561 * gdb.base/annota3.exp: Likewise.
8562
8563 2016-04-22 Yao Qi <yao.qi@linaro.org>
8564
8565 * gdb.reverse/step-precsave.exp: Do one step and test program
8566 stops in "callee" and do multiple steps until program goes out
8567 of "callee".
8568 * gdb.reverse/step-reverse.exp: Likewise.
8569
8570 2016-04-22 Yao Qi <yao.qi@linaro.org>
8571
8572 * gdb.trace/signal.exp: Also pass if
8573 $tracepoint_hits($i) > $iterations.
8574
8575 2016-04-22 Yao Qi <yao.qi@linaro.org>
8576
8577 * gdb.trace/signal.c: New file.
8578 * gdb.trace/signal.exp: New file.
8579
8580 2016-04-19 Doug Evans <xdje42@gmail.com>
8581
8582 * gdb.base/bad-file.exp: New file.
8583
8584 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8585
8586 * gdb.dwarf2/implref.exp: New file.
8587
8588 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8589
8590 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8591 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8592 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8593 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8594 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8595 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8596 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8597 * lib/fortran.exp (fortran_int4): New procedure.
8598 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8599 (fortran_logical4): Likewise.
8600
8601 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8602
8603 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8604
8605 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8606
8607 * lib/compiler.c: Add Intel specific preprocessor macros.
8608 * lib/compiler.cc: Likewise.
8609
8610 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8611
8612 * gdb.server/connect-with-no-symbol-file.c: New file.
8613 * gdb.server/connect-with-no-symbol-file.exp: New file.
8614
8615 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8616
8617 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8618
8619 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8620
8621 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8622 standard output directory.
8623
8624 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8625
8626 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8627
8628 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8629
8630 * gdb.btrace/instruction_history.c (loop): Add declaration.
8631
8632 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8633
8634 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8635
8636 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8637
8638 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8639 parentheses to print.
8640 (continue_handler): Likewise.
8641
8642 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8643
8644 * gdb.server/solib-list.exp: Remove is_remote check.
8645 Pass shlib= to gdb_compile. Don't link shared library with
8646 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8647 Run binary filename through "readlink -f" on the target.
8648
8649 2016-04-08 Pedro Alves <palves@redhat.com>
8650
8651 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8652 interpreter filename as argument to gdbserver_spawn.
8653 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8654 Return empty if $last_loaded_file does not exist.
8655
8656 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8657
8658 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8659 * gdb.base/jit-main.c: Use exit after usage.
8660
8661 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8662
8663 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8664 GDBHISTSIZE prior to the tests.
8665 * gdb.base/gdbinit-history.exp: Likewise.
8666
8667 2016-04-07 Pedro Alves <palves@redhat.com>
8668
8669 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8670 instead of build_executable. Use gdb_load_shlibs.
8671
8672 2016-04-07 Yao Qi <yao.qi@linaro.org>
8673
8674 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8675 Execute "si" command.
8676
8677 2016-04-07 Yao Qi <yao.qi@linaro.org>
8678
8679 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8680 number instead of the comments on some line.
8681
8682 2016-04-06 Don Breazeal <donb@codesourcery.com>
8683
8684 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8685 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8686
8687 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8688
8689 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8690 standard_output_file. Remove unused binfile variable.
8691
8692 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8693
8694 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8695 * gdb.python/py-mi-objfile.exp: Match "list main" output
8696 in console format.
8697
8698 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8699
8700 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8701 absolute.
8702
8703 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8704
8705 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8706 absolute.
8707 * gdb.trace/ftrace.exp: Likewise.
8708 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8709 targets as well.
8710 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8711 (gdb_load_shlibs): Copy libraries to test directory when testing
8712 natively. Only set solib-search-path if testing remotely.
8713 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8714
8715 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8716
8717 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8718 gdb_download. Use it even if the target is not remote.
8719 * gdb.base/jit.exp (compile_jit_test): Likewise.
8720 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8721 output directory if the destination board is local, otherwise use
8722 the standard remote_download from DejaGnu.
8723 (gdb_download): Remove.
8724 (gdb_load_shlibs): Use gdb_remote_download instead of
8725 gdb_download.
8726 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8727 Use gdb_remote_download instead of gdb_download. Use it even if
8728 the target is not remote.
8729 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8730 instead of gdb_download.
8731
8732 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8733
8734 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8735 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8736 run.
8737
8738 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8739
8740 PR gdb/19820
8741 * gdb.base/printcmds.exp: Add artificial arrays tests.
8742
8743 2016-03-31 Pedro Alves <palves@redhat.com>
8744
8745 PR gdb/19858
8746 * gdb.base/jit-main.c: Include unistd.h.
8747 (ATTACH): Define to 0 if not already defined.
8748 (wait_for_gdb, mypid): New globals.
8749 (WAIT_FOR_GDB): New macro.
8750 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8751 some breakpoint locations.
8752 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8753 New procedures.
8754 (one_jit_test): Add REATTACH parameter, and handle it. Use
8755 continue_to_test_location.
8756 (top level): Test attach, and adjusts calls to one_jit_test.
8757
8758 2016-03-31 Pedro Alves <palves@redhat.com>
8759
8760 PR gdb/19858
8761 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8762 BINSUFFIX parameter, and handle it.
8763 (top level): Adjust calls compile_jit_test.
8764
8765 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8766
8767 PR python/19743
8768 * gdb.python/py-mi-events-gdb.py: New file.
8769 * gdb.python/py-mi-events.c: New file.
8770 * gdb.python/py-mi-events.exp: New file.
8771
8772 2016-03-30 Yao Qi <yao.qi@linaro.org>
8773
8774 * gdb.reverse/until-precsave.exp: Match function name only.
8775 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8776 Move malloc to a condition block.
8777 * gdb.reverse/until-reverse.exp: Match function name only.
8778
8779 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8780
8781 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8782 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8783 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8784 variable for GPR 0 instead of assuming it is register 0.
8785 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8786 * lib/trace-support.exp: Add s390 registers.
8787
8788 2016-03-29 Yao Qi <yao.qi@linaro.org>
8789
8790 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8791
8792 2016-03-24 Yao Qi <yao.qi@linaro.org>
8793
8794 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8795 test message.
8796
8797 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8798
8799 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8800 maintaining separate logic for constructing the output path.
8801
8802 2016-03-16 Don Breazeal <donb@codesourcery.com>
8803
8804 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8805 Retry fork and waitpid on interrupted system call errors.
8806 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8807 Use with_timeout_factor to increase timeout by factor of 10.
8808
8809 2016-03-15 Don Breazeal <donb@codesourcery.com>
8810
8811 * gdb.cp/scope-err.cc: New test program.
8812 * gdb.cp/scope-err.exp: New test script.
8813 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8814 lines and "set breakpoint here" comment.
8815 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8816 Fixed some whitespace and format issues.
8817 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8818 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8819
8820 2016-03-15 Doug Evans <dje@google.com>
8821
8822 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8823 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8824 All callers updated. Add tests for enums, mixed flags register.
8825
8826 2016-03-15 Doug Evans <dje@google.com>
8827
8828 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8829 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8830
8831 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8832
8833 * gdb.base/default.exp: Add $_as_string to the list of expected
8834 convenience functions.
8835
8836 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8837
8838 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8839
8840 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8841
8842 * gdb.python/py-as-string.exp: New file.
8843 * gdb.python/py-as-string.c: New file.
8844
8845 2016-03-09 Pedro Alves <palves@redhat.com>
8846
8847 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8848 signal" -> "Thread NN received signal" output change.
8849 * gdb.threads/ia64-sigill.exp: Likewise.
8850 * gdb.threads/linux-dp.exp: Likewise.
8851 * gdb.threads/manythreads.exp: Likewise.
8852 * gdb.threads/pending-step.exp: Likewise.
8853 * gdb.threads/print-threads.exp: Likewise.
8854 * gdb.threads/sigstep-threads.exp: Likewise.
8855 * gdb.threads/staticthreads.exp: Likewise.
8856 * gdb.threads/tls.exp: Likewise.
8857
8858 2016-03-09 Pedro Alves <palves@redhat.com>
8859
8860 * gdb.base/command-line-input.exp: New file.
8861
8862 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8863
8864 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8865 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8866 * gdb.trace/pending.exp: Accept leading dot before function name.
8867 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8868 * lib/trace-support.exp: Set registers for ppc.
8869
8870 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8871
8872 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8873 use it for disassembly; accept .main in addition to main in backtrace.
8874
8875 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8876 Marcin Kościelnicki <koriakin@0x04.net>
8877
8878 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8879 (gdb_recursion_test_ptr): New global variable.
8880 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8881 gdb_recursion_test.
8882 (gdb_c_test): Ditto.
8883
8884 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8885
8886 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8887 ordering.
8888
8889 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8890
8891 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8892 (bar): Add bar_start_lbl label.
8893 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8894 of foo/bar for emitting DWARF and tracing.
8895
8896 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8897
8898 * analyze-racy-logs.py: Set executable bit.
8899
8900 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8901
8902 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8903 (CHECK_TARGET_TMP): Likewise.
8904 (check-single-racy): New rule.
8905 (check-parallel-racy): Likewise.
8906 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8907 (do-check-parallel-racy): New rule.
8908 (check-racy/%.exp): Likewise.
8909 * README (Racy testcases): New section.
8910 * analyze-racy-logs.py: New file.
8911
8912 2016-03-03 Doug Evans <dje@google.com>
8913
8914 * gdb.base/skip.exp: Use with_test_prefix.
8915
8916 2016-03-03 Yao Qi <yao.qi@linaro.org>
8917
8918 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8919 Invoke step_over_syscall "clone" and break_cond_on_syscall
8920 "clone".
8921 * gdb.base/step-over-clone.c: New file.
8922
8923 2016-03-03 Yao Qi <yao.qi@linaro.org>
8924
8925 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8926 code format.
8927
8928 2016-03-03 Yao Qi <yao.qi@linaro.org>
8929
8930 * gdb.base/disp-step-fork.c: Rename to ...
8931 * gdb.base/step-over-fork.c: ... it. New file.
8932 * gdb.base/disp-step-vfork.c: Rename to ...
8933 * gdb.base/step-over-vfork.c: ... it. New file.
8934 * gdb.base/disp-step-syscall.exp: Rename to ...
8935 * gdb.base/step-over-syscall.exp: ... it. New file.
8936 (disp_step_cross_syscall): Rename to ...
8937 (step_over_syscall): ... it.
8938
8939 2016-03-03 Yao Qi <yao.qi@linaro.org>
8940
8941 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8942 If target supports condition evaluation on target, invoke
8943 break_cond_on_syscall for fork and vfork.
8944
8945 2016-03-03 Yao Qi <yao.qi@linaro.org>
8946
8947 * gdb.base/disp-step-syscall.exp: Don't invoke
8948 support_displaced_stepping.
8949 (disp_step_cross_syscall): Test with displaced stepping off and
8950 on if supported.
8951
8952 2016-03-03 Yao Qi <yao.qi@linaro.org>
8953
8954 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8955 proc.
8956 (setup): New proc.
8957 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8958 and setup.
8959
8960 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8961
8962 * gdb.fortran/vla-history.exp: Remove breakpoint.
8963
8964 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8965
8966 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8967 exceeds timeout.
8968
8969 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8970
8971 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8972 breakpoint.
8973
8974 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8975
8976 * gdb.mi/vla.f90: Nullify pointer after declaration.
8977
8978 2016-03-01 Pedro Alves <palves@redhat.com>
8979
8980 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8981
8982 2016-03-01 Pedro Alves <palves@redhat.com>
8983
8984 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8985 before anything else.
8986 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8987 _GNU_SOURCE here.
8988 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8989 before anything else.
8990 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8991
8992 2016-03-01 Pedro Alves <palves@redhat.com>
8993
8994 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8995
8996 2016-03-01 Yao Qi <yao.qi@linaro.org>
8997
8998 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8999 prepare_for_testing.
9000
9001 2016-03-01 Yao Qi <yao.qi@linaro.org>
9002
9003 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9004
9005 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9006
9007 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9008 manually constructing the output path.
9009
9010 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9011
9012 * gdb.arch/s390-stackless.S: New.
9013 * gdb.arch/s390-stackless.exp: New.
9014
9015 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9016
9017 * gdb.dlang/circular.c: New file.
9018 * gdb.dlang/circular.exp: New file.
9019
9020 2016-02-26 Yao Qi <yao.qi@linaro.org>
9021
9022 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9023 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9024 (testcases): Update.
9025
9026 2016-02-26 Yao Qi <yao.qi@linaro.org>
9027
9028 * gdb.reverse/aarch64.c: Rename to ...
9029 * gdb.reverse/insn-reverse.c: ... it.
9030 * gdb.reverse/aarch64.exp: Rename to ...
9031 * gdb.reverse/insn-reverse.exp: ... it.
9032
9033 2016-02-26 Yao Qi <yao.qi@linaro.org>
9034
9035 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9036 (testcase_ftype): New.
9037 (testcases): New array.
9038 (n_testcases): New.
9039 (main): Call each element in testcases.
9040 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9041 (read_testcase): New.
9042 Do the tests in a loop.
9043
9044 2016-02-25 Yao Qi <yao.qi@linaro.org>
9045
9046 * gdb.base/branches.c: Remove.
9047
9048 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9049
9050 PR gdb/13808
9051 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9052
9053 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9054
9055 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9056
9057 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9058
9059 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9060 change x86_64 call_insn to 'callq'.
9061
9062 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9063
9064 * gdb.trace/tfile-avx.c: Move to...
9065 * gdb.trace/tracefile-pseudo-reg.c: Here.
9066 * gdb.trace/tfile-avx.exp: Move to...
9067 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9068
9069 2016-02-24 Gary Benson <gbenson@redhat.com>
9070
9071 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9072 message on attach.
9073
9074 2016-02-23 Doug Evans <dje@google.com>
9075
9076 * gdb.base/skip.c (test_skip): New function.
9077 (end_test_skip_file_and_function): New function.
9078 (test_skip_file_and_function): New function.
9079 * gdb.base/skip1.c (test_skip): New function.
9080 (skip1_test_skip_file_and_function): New function.
9081 * gdb.base/skip.exp: Add tests for new skip options.
9082 * gdb.base/skip-solib.exp: Update expected output.
9083 * gdb.perf/skip-command.cc: New file.
9084 * gdb.perf/skip-command.exp: New file.
9085 * gdb.perf/skip-command.py: New file.
9086
9087 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9088
9089 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9090 info registers pattern.
9091
9092 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9093
9094 * lib/future.exp: Add D support.
9095 (gdb_find_gdc): New proc.
9096 (gdb_default_target_compile): Add D support.
9097
9098 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9099
9100 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9101 user+system time.
9102 (trace_speed_test): Determine the iteration count for a time
9103 between 15..30 seconds.
9104
9105 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9106
9107 * gdb.arch/i386-mpx-sigsegv.c: New file.
9108 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9109 * gdb.arch/i386-mpx-simple_segv.c: New file.
9110 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9111
9112 2016-02-18 Yao Qi <yao.qi@linaro.org>
9113
9114 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9115 Don't call setup_kfail.
9116
9117 2016-02-18 Yao Qi <yao.qi@linaro.org>
9118
9119 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9120 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9121
9122 2016-02-16 Doug Evans <dje@google.com>
9123
9124 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9125 * gdb.base/skip1.c: Ditto.
9126 * gdb.base/skip.exp: Whitespace cleanup.
9127
9128 2016-02-16 Don Breazeal <donb@codesourcery.com>
9129
9130 PR remote/19496
9131 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9132 Remove kfail for PR remote/19496.
9133
9134 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9135
9136 * lib/gdb.exp (standard_temp_file): Return a path specific to
9137 the runtest invocation.
9138
9139 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9140
9141 * gdb.trace/save-trace.exp: Change relative path to be in the
9142 standard output directory.
9143
9144 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9145
9146 * gdb.arch/i386-prologue.c: Add missing prototypes.
9147
9148 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9149
9150 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9151 * gdb.arch/i386-prologue.exp: Likewise.
9152 * gdb.arch/i386-size.exp: Likewise.
9153
9154 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9155
9156 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9157 define object file path.
9158 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9159 file path.
9160 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9161 standard_output_file to define binfile.
9162
9163 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9164
9165 Fix compatibility with recent gfortran-5.3.1.
9166 * gdb.fortran/vla-history.exp (print vla1 allocated)
9167 (print vla2 allocated, print $2, print $3): Remove
9168 (print $4): Rename to ...
9169 (print $2): ... here.
9170 (print $9): Rename to ...
9171 (print $5): ... here.
9172 (print $10): Rename to ...
9173 (print $6): ... here.
9174 * gdb.fortran/vla.f90: Add pvla initialization.
9175
9176 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9177
9178 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9179 New test.
9180 * gdb.fortran/vla-value-sub.exp: Likewise.
9181
9182 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9183
9184 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9185
9186 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9187
9188 * i386-biarch-core.exp: Define corefile using
9189 standard_output_file.
9190
9191 2016-02-12 Yao Qi <yao.qi@linaro.org>
9192
9193 * gdb.arch/arm-single-step-kernel-helper.c: New.
9194 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9195
9196 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9197
9198 * gdb.btrace/tailcall-only.exp: New.
9199 * gdb.btrace/tailcall-only.c: New.
9200 * gdb.btrace/x86_64-tailcall-only.S: New.
9201 * gdb.btrace/i686-tailcall-only.S: New.
9202
9203 2016-02-11 Pedro Alves <palves@redhat.com>
9204
9205 * README (Parallel testing): Add missing double quotes.
9206
9207 2016-02-11 Pedro Alves <palves@redhat.com>
9208
9209 * README (Parallel testing): New section.
9210 (GDB_PARALLEL): Rewrite.
9211 (FORCE_PARALLEL): Document.
9212
9213 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9214
9215 * gdb.trace/tfile-avx.c: New test.
9216 * gdb.trace/tfile-avx.exp: New test.
9217
9218 2016-02-09 Keith Seitz <keiths@redhat.com>
9219
9220 PR breakpoints/19546
9221 * gdb.base/infcall-exec.c: New file.
9222 * gdb.base/infcall-exec2.c: New file.
9223 * gdb.base/infcall-exec.exp: New file.
9224
9225 2016-02-09 Keith Seitz <keiths@redhat.com>
9226
9227 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9228 (toplevel): Call test_bkpt_address.
9229
9230 2016-02-09 Keith Seitz <keiths@redhat.com>
9231
9232 PR python/19506
9233 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9234 (toplevel): Call test_bkpt_address.
9235
9236 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9237
9238 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9239 to AC_OUTPUT.
9240 * configure: Regenerate.
9241
9242 2016-02-09 Pedro Alves <palves@redhat.com>
9243
9244 PR breakpoints/19548
9245 * gdb.base/execl-update-breakpoints.c (some_function): New
9246 function.
9247 (main): Call it.
9248 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9249 Tighten expected GDB output.
9250
9251 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9252
9253 * Makefile.in (ALL_SUBDIRS): Remove.
9254 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9255 (distclean maintainer-clean realclean): Likewise.
9256 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9257 * configure: Regenerate.
9258 * gdb.ada/Makefile.in: Delete.
9259 * gdb.arch/Makefile.in: Likewise.
9260 * gdb.asm/Makefile.in: Likewise.
9261 * gdb.base/Makefile.in: Likewise.
9262 * gdb.btrace/Makefile.in: Likewise.
9263 * gdb.cell/Makefile.in: Likewise.
9264 * gdb.compile/Makefile.in: Likewise.
9265 * gdb.cp/Makefile.in: Likewise.
9266 * gdb.disasm/Makefile.in: Likewise.
9267 * gdb.dlang/Makefile.in: Likewise.
9268 * gdb.dwarf2/Makefile.in: Likewise.
9269 * gdb.fortran/Makefile.in: Likewise.
9270 * gdb.gdb/Makefile.in: Likewise.
9271 * gdb.go/Makefile.in: Likewise.
9272 * gdb.guile/Makefile.in: Likewise.
9273 * gdb.java/Makefile.in: Likewise.
9274 * gdb.linespec/Makefile.in: Likewise.
9275 * gdb.mi/Makefile.in: Likewise.
9276 * gdb.modula2/Makefile.in: Likewise.
9277 * gdb.multi/Makefile.in: Likewise.
9278 * gdb.objc/Makefile.in: Likewise.
9279 * gdb.opencl/Makefile.in: Likewise.
9280 * gdb.opt/Makefile.in: Likewise.
9281 * gdb.pascal/Makefile.in: Likewise.
9282 * gdb.perf/Makefile.in: Likewise.
9283 * gdb.python/Makefile.in: Likewise.
9284 * gdb.reverse/Makefile.in: Likewise.
9285 * gdb.server/Makefile.in: Likewise.
9286 * gdb.stabs/Makefile.in: Likewise.
9287 * gdb.threads/Makefile.in: Likewise.
9288 * gdb.trace/Makefile.in: Likewise.
9289 * gdb.xml/Makefile.in: Likewise.
9290 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9291 GDB_PARALLEL.
9292 (standard_output_file): Remove check for GDB_PARALLEL, always
9293 return path in outputs/$subdir/$testname.
9294
9295 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9296
9297 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9298 (site.exp): Assign abs_srcdir to tcl's srcdir.
9299
9300 2016-02-04 Yao Qi <yao.qi@linaro.org>
9301
9302 * gdb.base/foll-exec-mode.c: Include limits.h.
9303 (main): Add parameters argc and argv. Get directory from
9304 argv[0].
9305 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9306 compilation.
9307 * gdb.base/foll-exec.c: Include limits.h.
9308 (main): Add parameters argc and argv.
9309 Get directory from argv[0].
9310 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9311 Adjust tests on the number of lines as source code changed.
9312 * gdb.base/foll-vfork-exit.c: Include limits.h.
9313 (main): Add one line of statement before vfork.
9314 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9315 (main): Add parameters argc and argv. Get directory from
9316 argv[0].
9317 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9318 (setup_gdb): Set tbreak to skip some source lines.
9319 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9320 (main): Add parameters argc and argv. Get directory from
9321 argv[0].
9322 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9323 compilation.
9324 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9325 (main): Add parameters argc and argv. Get directory from
9326 argv[0].
9327 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9328 compilation.
9329
9330 2016-02-01 Doug Evans <dje@google.com>
9331
9332 * gdb.base/skip.exp: Clean up multiple references to same test name.
9333
9334 2016-02-01 Pedro Alves <palves@redhat.com>
9335
9336 PR remote/19496
9337 * gdb.threads/forking-threads-plus-breakpoint.exp
9338 (displaced_stepping_supported): New global.
9339 (probe_displaced_stepping_support): New procedure.
9340 (do_test): Add 'displaced' parameter, and use it.
9341 (top level): Check for displaced stepping support. Add displaced
9342 stepping on/off testing axis.
9343
9344 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9345
9346 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9347 pointer. Don't perform further tests on the unassociated pointer
9348 if the first test fails.
9349
9350 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9351
9352 * gdb.base/max-value-size.c: New file.
9353 * gdb.base/max-value-size.exp: New file.
9354 * gdb.base/huge.exp: Disable max-value-size for this test.
9355
9356 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9357
9358 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9359
9360 2016-01-28 Yao Qi <yao.qi@linaro.org>
9361
9362 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9363
9364 2016-01-25 Pedro Alves <palves@redhat.com>
9365
9366 PR threads/19461
9367 * gdb.base/fork-running-state.c: New file.
9368 * gdb.base/fork-running-state.exp: New file.
9369
9370 2016-01-25 Pedro Alves <palves@redhat.com>
9371
9372 PR gdb/19494
9373 * gdb.base/catch-fork-kill.c: New file.
9374 * gdb.base/catch-fork-kill.exp: New file.
9375
9376 2016-01-25 Pedro Alves <palves@redhat.com>
9377
9378 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9379 Delete, moved to lib/gdb.exp.
9380 * gdb.threads/forking-threads-plus-breakpoint.exp
9381 (foreach_with_prefix): Likewise.
9382 * gdb.threads/process-dies-while-handling-bp.exp
9383 (foreach_with_prefix): Likewise.
9384 * lib/gdb.exp (foreach_with_prefix): New procedure.
9385
9386 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9387
9388 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9389 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9390
9391 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9392
9393 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9394 endian targets.
9395
9396 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9397 Pedro Alves <palves@redhat.com>
9398
9399 Fix testsuite compatibility with Guile.
9400 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9401 number.
9402
9403 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9404
9405 Fix testsuite compatibility with Guile.
9406 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9407 (thread 1): New test for backtrace through signal handler.
9408
9409 2016-01-22 Yao Qi <yao.qi@linaro.org>
9410
9411 PR testsuite/19491
9412 * gdb.base/multi-forks.c: Include
9413 ../lib/unbuffer_output.c
9414 (main): Call gdb_unbuffer_output.
9415
9416 2016-01-21 Doug Evans <dje@google.com>
9417
9418 * lib/ada.exp (gdb_compile_ada): Fix typo.
9419
9420 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9421
9422 * gdb.base/break-fun-addr.exp: New file.
9423 * gdb.base/break-fun-addr1.c: New file.
9424 * gdb.base/break-fun-addr2.c: New file.
9425
9426 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9427
9428 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9429 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9430 enum flag values.
9431
9432 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9433
9434 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9435 when GDB can not set the vector return value. Add more comments
9436 for clarification.
9437
9438 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9439
9440 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9441 command.
9442
9443 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9444
9445 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9446
9447 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9448
9449 * Makefile.in (check-single): Pass --status to runtest.
9450 (check/%.exp): Likewise.
9451
9452 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9453
9454 * Makefile.in (check-parallel): Propagate return code from make
9455 do-check-parallel.
9456
9457 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9458
9459 * gdb.trace/ftrace.exp: Fix expected message on continue.
9460 * gdb.trace/pending.exp: Fix expected message on continue.
9461 * gdb.trace/trace-break.exp: Fix expected message on continue.
9462
9463 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9464
9465 * lib/gdb.exp (gdb_test): Remove unused global references.
9466
9467 2016-01-18 Pedro Alves <palves@redhat.com>
9468
9469 * gdb.base/async-shell.exp: Adjust expected output.
9470 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9471 * gdb.base/siginfo-thread.exp: Adjust expected output.
9472 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9473 * gdb.java/jnpe.exp: Adjust expected output.
9474 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9475 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9476 * gdb.threads/leader-exit.exp: Adjust expected output.
9477 * gdb.threads/manythreads.exp: Adjust expected output.
9478 * gdb.threads/pthreads.exp: Adjust expected output.
9479 * gdb.threads/schedlock.exp: Adjust expected output.
9480 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9481 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9482 expected output.
9483 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9484 output.
9485 * gdb.threads/sigthread.exp: Adjust expected output.
9486 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9487
9488 2016-01-18 Yao Qi <yao.qi@linaro.org>
9489
9490 * gdb.guile/scm-section-script.c: Replace @progbits with
9491 %progbits.
9492 * gdb.python/py-section-script.c: Likewise.
9493
9494 2016-01-15 Pedro Alves <palves@redhat.com>
9495
9496 * gdb.multi/tids.exp: Test star wildcard ranges.
9497
9498 2016-01-15 Pedro Alves <palves@redhat.com>
9499
9500 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9501 command from "thread apply" invocation.
9502 (thr_apply_info_thr_invalid): Default the expected output to the
9503 input tid list.
9504 (top level): Add tests that use convenience variables. Add tests
9505 for "thread apply" with a valid TID list, but missing the command.
9506
9507 2016-01-13 Pedro Alves <palves@redhat.com>
9508
9509 * gdb.base/default.exp: Expect $_gthread as well.
9510 * gdb.multi/tids.exp: Test $_gthread.
9511 * gdb.threads/thread-specific.exp: Test $_gthread.
9512
9513 2016-01-13 Pedro Alves <palves@redhat.com>
9514
9515 * gdb.multi/tids.exp: Test "info threads -gid".
9516
9517 2016-01-13 Pedro Alves <palves@redhat.com>
9518
9519 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9520 Breakpoint.thread.
9521 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9522
9523 2016-01-07 Pedro Alves <palves@redhat.com>
9524
9525 * gdb.base/break.exp: Adjust to output changes.
9526 * gdb.base/hbreak2.exp: Likewise.
9527 * gdb.base/sepdebug.exp: Likewise.
9528 * gdb.base/watch_thread_num.exp: Likewise.
9529 * gdb.linespec/keywords.exp: Likewise.
9530 * gdb.multi/info-threads.exp: Likewise.
9531 * gdb.threads/thread-find.exp: Likewise.
9532 * gdb.multi/tids.c: New file.
9533 * gdb.multi/tids.exp: New file.
9534
9535 2016-01-13 Pedro Alves <palves@redhat.com>
9536
9537 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9538
9539 2016-01-13 Pedro Alves <palves@redhat.com>
9540
9541 * gdb.base/default.exp: Expect $_inferior as well.
9542 * gdb.multi/base.exp: Test $_inferior.
9543
9544 2016-01-13 Pedro Alves <palves@redhat.com>
9545
9546 PR breakpoints/19388
9547 * gdb.base/catch-signal-siginfo-cond.c: New file.
9548 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9549
9550 2016-01-12 Josh Stone <jistone@redhat.com>
9551 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9552
9553 * gdb.base/catch-syscall.c (do_execve): New variable.
9554 (main): Conditionally trigger an execve.
9555 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9556 (test_catch_syscall_execve): New, check entry/return across execve.
9557 (do_syscall_tests): Call test_catch_syscall_execve.
9558
9559 2016-01-12 Pedro Alves <palves@redhat.com>
9560
9561 * gdb.base/random-signal.exp (do_test): New procedure, with body
9562 of testcase moved in.
9563
9564 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9565 Pedro Alves <palves@redhat.com>
9566
9567 * gdb.base/funcargs.exp (finish from indirectly called function):
9568 Reintroduce the case for 'First'.
9569
9570 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9571 Pedro Alves <palves@redhat.com>
9572
9573 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9574 (tcatch_vfork_then_child_follow_exec)
9575 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9576 identification.
9577
9578 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9579
9580 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9581 and repeats to unlimited.
9582 * gdb.python/py-value.exp: Likewise.
9583 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9584 and repeats to unlimited.
9585
9586 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9587
9588 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9589 and reordering the functions.
9590 * gdb.multi/hangout.c: Likewise.
9591 * gdb.multi/hello.c: Likewise.
9592
9593 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9594
9595 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9596 absolute.
9597 (SingleStatisticTestResult.report): Use dict.keys instead of
9598 dict.iterkeys.
9599
9600 2016-01-06 Pedro Alves <palves@redhat.com>
9601
9602 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9603
9604 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9605
9606 * gdb.btrace/dlopen.exp: New.
9607 * gdb.btrace/dlopen.c: New.
9608 * gdb.btrace/dlopen-dso.c: New.
9609
9610 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9611
9612 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9613 PATTERN argument is optional.
9614
9615 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9616
9617 * lib/ada.exp (target_compile_ada_from_dir): New function.
9618 (gdb_compile_ada): Reimplement avoiding the use of project files.
9619 * gdb.ada/gnat_ada.gpr: Delete.
9620 * gdb.ada/cond_lang.exp: Adjust test to make path before
9621 filename optional.
9622 * gdb.ada/small_reg_param.exp: Likewise.
9623
9624 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9625
9626 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9627
9628 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9629
9630 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9631 case.
9632
9633 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9634
9635 * gdb.base/break.exp: Remove dead code.
9636 * gdb.base/sepdebug.exp: Likewise.
9637
9638 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9639
9640 * gdb.asm/asm-source.exp: Remove HP-UX references.
9641 * gdb.base/annota1.exp: Likewise.
9642 * gdb.base/annota3.exp: Likewise.
9643 * gdb.base/attach.exp: Likewise.
9644 * gdb.base/bigcore.exp: Likewise.
9645 * gdb.base/break.exp: Likewise.
9646 * gdb.base/call-ar-st.exp: Likewise.
9647 * gdb.base/callfuncs.exp: Likewise.
9648 * gdb.base/catch-fork-static.exp: Likewise.
9649 * gdb.base/display.exp: Likewise.
9650 * gdb.base/foll-exec-mode.exp: Likewise.
9651 * gdb.base/foll-exec.exp: Likewise.
9652 * gdb.base/foll-fork.exp: Likewise.
9653 * gdb.base/foll-vfork.exp: Likewise.
9654 * gdb.base/funcargs.exp: Likewise.
9655 * gdb.base/hbreak2.exp: Likewise.
9656 * gdb.base/inferior-died.exp: Likewise.
9657 * gdb.base/interrupt.exp: Likewise.
9658 * gdb.base/multi-forks.exp: Likewise.
9659 * gdb.base/nodebug.exp: Likewise.
9660 * gdb.base/sepdebug.exp: Likewise.
9661 * gdb.base/solib1.c: Likewise.
9662 * gdb.base/step-test.exp: Likewise.
9663 * gdb.mi/non-stop.c: Likewise.
9664 * gdb.mi/pthreads.c: Likewise.
9665 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9666 * gdb.threads/pthreads.c: Likewise.
9667 * gdb.threads/staticthreads.exp: Likewise.
9668 * lib/future.exp: Likewise.
9669 * lib/gdb.exp: Likewise.
9670 * gdb.base/so-indr-cl.c: Remove.
9671 * gdb.base/so-indr-cl.exp: Likewise.
9672 * gdb.base/solib.c: Likewise.
9673 * gdb.base/solib.exp: Likewise.
9674 * gdb.base/solib2.c: Likewise.
9675
9676 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9677
9678 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9679 * gdb.base/call-ar-st.exp: Likewise.
9680 * gdb.base/callfuncs.exp: Likewise.
9681 * gdb.base/condbreak.exp: Likewise.
9682 * gdb.base/constvars.exp: Likewise.
9683 * gdb.base/hbreak2.exp: Likewise.
9684 * gdb.base/langs.exp: Likewise.
9685 * gdb.base/list.exp: Likewise.
9686 * gdb.base/long_long.exp: Likewise.
9687 * gdb.base/ptype.exp: Likewise.
9688 * gdb.base/scope.exp: Likewise.
9689 * gdb.base/signals.exp: Likewise.
9690 * gdb.base/so-impl-ld.exp: Likewise.
9691 * gdb.base/varargs.exp: Likewise.
9692 * gdb.base/volatile.exp: Likewise.
9693 * gdb.base/whatis.exp: Likewise.
9694 * gdb.cp/cplusfuncs.exp: Likewise.
9695 * gdb.cp/inherit.exp: Likewise.
9696 * gdb.cp/local.exp: Likewise.
9697 * gdb.cp/member-ptr.exp: Likewise.
9698 * gdb.cp/method.exp: Likewise.
9699 * gdb.cp/overload.exp: Likewise.
9700 * gdb.cp/templates.exp: Likewise.
9701 * gdb.stabs/weird.exp: Likewise.
9702 * lib/compiler.c: Likewise.
9703 * lib/compiler.cc: Likewise.
9704 * lib/cp-support.exp: Likewise.
9705 * lib/gdb.exp: Likewise.
9706
9707 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9708
9709 * configure.ac: Remove HP-UX case.
9710 * configure: Regenerate.
9711
9712 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9713
9714 * lib/gdb.exp (gdb_compile): Add function doc.
9715
9716 2015-12-17 Pedro Alves <palves@redhat.com>
9717
9718 PR threads/19354
9719 * gdb.multi/info-threads.exp: New file.
9720
9721 2015-12-15 Yao Qi <yao.qi@linaro.org>
9722
9723 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9724 is aarch64*-*-*.
9725
9726 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9727
9728 * gdb.base/history-duplicates.exp: Skip if no readline support.
9729
9730 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9731
9732 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9733
9734 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9735
9736 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9737
9738 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9739
9740 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9741 ctrl-C if nointerrupts target property is set.
9742 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9743 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9744 * gdb.base/paginate-bg-execution.exp: Likewise.
9745 * gdb.base/paginate-execution-startup.exp: Likewise.
9746 * gdb.base/random-signal.exp: Likewise.
9747 * gdb.base/range-stepping.exp: Likewise.
9748 * gdb.cp/annota2.exp: Likewise.
9749 * gdb.cp/annota3.exp: Likewise.
9750 * gdb.gdb/selftest.exp: Likewise.
9751 * gdb.threads/continue-pending-status.exp: Likewise.
9752 * gdb.threads/leader-exit.exp: Likewise.
9753 * gdb.threads/manythreads.exp: Likewise.
9754 * gdb.threads/pthreads.exp: Likewise.
9755 * gdb.threads/schedlock.exp: Likewise.
9756 * gdb.threads/sigthread.exp: Likewise.
9757
9758 2015-12-11 Don Breazeal <donb@codesourcery.com>
9759
9760 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9761 remote.
9762 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9763 * gdb.base/foll-exec.exp (main): Enable for target remote.
9764 * gdb.base/foll-fork.exp (main): Likewise.
9765 * gdb.base/foll-vfork.exp (main): Likewise.
9766 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9767 (proc continue_to_exit_bp_loc): Use clean_restart.
9768 * gdb.base/pie-execl.exp (main): Disable for target remote.
9769 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9770 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9771 * gdb.threads/execl.exp (main): Likewise.
9772 * gdb.threads/fork-child-threads.exp (main): Likewise.
9773 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9774 remote.
9775 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9776 remote.
9777 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9778 pid.tid style ptids, instead of just tid.
9779 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9780 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9781 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9782 ptids, instead of just tid.
9783
9784 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9785
9786 * gdb.base/list.exp (test_list_forward): Add end of file error
9787 test.
9788 (test_repeat_list_command): Add end of file error test.
9789 (test_list_backwards): Add beginning of file error test.
9790
9791 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9792
9793 * gdb.base/list.exp (test_list_invalid_args): New function,
9794 defined, and called.
9795
9796 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9797
9798 * gdb.base/list.exp (test_list): Make test names unique.
9799
9800 2015-12-11 Yao Qi <yao.qi@linaro.org>
9801
9802 * gdb.base/coremaker2.c: Remove.
9803
9804 2015-12-10 Pedro Alves <palves@redhat.com>
9805
9806 * gdb.multi/base.exp: Remove stale "spaces" references.
9807
9808 2015-12-10 Pedro Alves <palves@redhat.com>
9809
9810 * gdb.multi/base.exp: Don't use nowarnings.
9811 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9812 * gdb.multi/hangout.c: Include stdio.h.
9813 * gdb.multi/hello.c: Include stdlib.h.
9814 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9815 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9816 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9817
9818 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9819
9820 * gdb.dwarf2/dw2-ranges-base.c: New file.
9821 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9822 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9823 support additional line table, and debug ranges generation.
9824 (Dwarf::ranges): New function, generate .debug_ranges.
9825 (Dwarf::lines): Support generating simple line table programs.
9826 (Dwarf::assemble): Initialise new namespace variables.
9827
9828 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9829
9830 * gdb.base/async.exp (proc test_background): Add case for
9831 asynchronous execution not supported.
9832
9833 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9834
9835 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9836 format and change test names to make them unique.
9837
9838 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9839 Pedro Alves <pedro@redhat.com>
9840
9841 PR gdb/18702
9842 Add checking of floatformats setup on x86_64 hosts.
9843 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9844 (smallval, bigval): New labels/constants.
9845 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9846 float" after loading bigval and smallval.
9847
9848 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9849
9850 * gdb.ada/fun_overload_menu.exp: New testcase.
9851 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9852
9853 2015-12-04 Josh Stone <jistone@redhat.com>
9854
9855 * gdb.base/catch-fork-static.exp: New.
9856
9857 2015-12-03 Yao Qi <yao.qi@linaro.org>
9858
9859 * gdb.base/sizeof.c: Don't include stdio.h and
9860 ../lib/unbuffer_output.c.
9861 (main): New variable 'size' and 'value'. Remove printf and
9862 gdb_unbuffer_output. Assign return value to size and value.
9863 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9864 at the beginning.
9865 (check_sizeof): Check the result by printing variable 'size'.
9866 (check_valueof): Check the result by printing variable 'value'.
9867
9868 2015-12-01 Yao Qi <yao.qi@linaro.org>
9869
9870 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9871 for aarch64*-*-linux* target.
9872
9873 2015-11-30 Pedro Alves <palves@redhat.com>
9874
9875 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9876
9877 2015-11-30 Pedro Alves <palves@redhat.com>
9878
9879 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9880 Handle non-stop mode vCont replies.
9881
9882 2015-11-30 Pedro Alves <palves@redhat.com>
9883
9884 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9885 prepare_for_testing. Start gdb with "set non-stop on" appended to
9886 GDBFLAGS. Lax expected stop output.
9887
9888 2015-11-27 Yao Qi <yao.qi@linaro.org>
9889
9890 * gdb.arch/arm-neon.exp: New.
9891 * gdb.arch/arm-neon.c: New.
9892
9893 2015-11-27 Yao Qi <yao.qi@linaro.org>
9894
9895 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9896
9897 2015-11-27 Yao Qi <yao.qi@linaro.org>
9898
9899 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9900 frames-invalid annotation.
9901
9902 2015-11-27 Yao Qi <yao.qi@linaro.org>
9903
9904 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9905
9906 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9907
9908 * gdb.threads/names.exp: New file.
9909 * gdb.threads/names.c: New file.
9910 * README: Mention gdb,no_thread_names.
9911
9912 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9913
9914 PR 19297
9915 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9916 support" error.
9917
9918 2015-11-24 Pedro Alves <palves@redhat.com>
9919
9920 PR 17539
9921 * gdb.base/display.exp: Expect displays to be sorted in ascending
9922 order. Use multi_line.
9923 * gdb.base/solib-display.exp: Likewise.
9924
9925 2015-11-24 Pedro Alves <palves@redhat.com>
9926
9927 PR 17539
9928 * gdb.base/display.exp: Expect displays to be sorted in ascending
9929 order. Use multi_line.
9930 * gdb.base/solib-display.exp: Likewise.
9931
9932 2015-11-24 Pedro Alves <palves@redhat.com>
9933
9934 PR 17539
9935 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9936 threads in ascending order.
9937 * gdb.base/foll-fork.exp: Likewise.
9938 * gdb.base/foll-vfork.exp: Likewise.
9939 * gdb.base/multi-forks.exp: Likewise.
9940 * gdb.mi/mi-nonstop.exp: Likewise.
9941 * gdb.mi/mi-nsintrall.exp: Likewise.
9942 * gdb.multi/base.exp: Likewise.
9943 * gdb.multi/multi-arch.exp: Likewise.
9944 * gdb.python/py-inferior.exp: Likewise.
9945 * gdb.threads/break-while-running.exp: Likewise.
9946 * gdb.threads/execl.exp: Likewise.
9947 * gdb.threads/gcore-thread.exp: Likewise.
9948 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9949 * gdb.threads/kill.exp: Likewise.
9950 * gdb.threads/linux-dp.exp: Likewise.
9951 * gdb.threads/multiple-step-overs.exp: Likewise.
9952 * gdb.threads/next-bp-other-thread.exp: Likewise.
9953 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9954 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9955 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9956 * gdb.threads/thread-find.exp: Likewise.
9957 * gdb.threads/tls.exp: Likewise.
9958 * lib/mi-support.exp (mi_reverse_list): Delete.
9959 (mi_check_thread_states): No longer reverse list.
9960
9961 2015-11-24 Pedro Alves <palves@redhat.com>
9962
9963 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9964 use lowercase.
9965
9966 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9967
9968 * gdb.trace/actions.c: Include trace-common.h.
9969 (main): Add a location for a fast tracepoint.
9970 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9971 the normal tracepoints.
9972 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9973
9974 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9975
9976 * save-trace.exp: Factor out code to these...
9977 (gdb_save_tracepoints): New.
9978 (gdb_load_tracepoints): New.
9979 (do_save_load_test): New.
9980
9981 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9982
9983 * gdb.base/asmlabel.exp: New test.
9984 * gdb.base/asmlabel.c: New test case.
9985
9986 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9987
9988 * gdb.base/wrong_frame_bt_full-main.c: New file.
9989 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9990 * gdb.base/wrong_frame_bt_full.exp: New file.
9991
9992 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9993
9994 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9995
9996 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9997
9998 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9999 pstate register when comparing registers values in
10000 sparc64-*-linux-gnu targets to avoid spurious differences.
10001
10002 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10003
10004 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10005
10006 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10007
10008 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10009 as type argument to gdb_compile.
10010 * gdb.base/nested-subp2.exp: Likewise.
10011 * gdb.base/nested-subp3.exp: Likewise.
10012
10013 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10014
10015 * lib/dwarf.exp (_note): Fix left shift of negative value.
10016 * gdb.trace/trace-condition.exp: Likewise.
10017
10018 2015-11-13 Yao Qi <yao.qi@linaro.org>
10019
10020 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10021 comments about d10v.
10022 (test_scalar_returns): Likewise.
10023 * gdb.base/d10v.ld: Remove.
10024 * gdb.base/overlays.exp: Remove the target triplet checking for
10025 d10v-*-*.
10026 * gdb.base/structs.exp (test_struct_returns): Remove the
10027 comments about d10v.
10028 (test_struct_calls): Likewise.
10029
10030 2015-11-13 Yao Qi <yao.qi@linaro.org>
10031
10032 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10033 * gdb.base/gnu_vector.c: Don't include stdio.h.
10034 (main): Don't print res and call add_some_intvecs.
10035
10036 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10037
10038 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10039 macro.
10040 (func5): Removed.
10041 (func4): Use FAST_TRACEPOINT_LABEL.
10042 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10043 macro.
10044 (func): Removed.
10045 (thread_function): Use FAST_TRACEPOINT_LABEL.
10046 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10047 (func): Remove.
10048 (marker): Use FAST_TRACEPOINT_LABEL.
10049 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10050 (pendfunc1): Remove.
10051 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10052 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10053 (foo): Remove.
10054 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10055 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10056 macro.
10057 (func): Remove.
10058 (marker): Use FAST_TRACEPOINT_LABEL.
10059 * gdb.trace/trace-common.h: New header.
10060 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10061 macro.
10062 (func): Remove.
10063 (marker): Use FAST_TRACEPOINT_LABEL.
10064 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10065 (func): Remove.
10066 (thread_function): Use FAST_TRACEPOINT_LABEL.
10067
10068 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10069
10070 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10071 in front.
10072 * gdb.trace/change-loc.exp: Use global pcreg definition.
10073 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10074 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10075 in front.
10076 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10077 * gdb.trace/pending.exp: Likewise.
10078 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10079 * gdb.trace/trace-break.exp: Likewise.
10080 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10081 in front.
10082 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10083 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10084 in front.
10085 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10086
10087 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10088
10089 * gdb.ada/fin_fun_out: New testcase.
10090
10091 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10092
10093 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10094 value associated with DW_AT_byte_size.
10095 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10096 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10097 DW_AT_upper_bound.
10098
10099 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10100
10101 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10102 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10103 version.
10104 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10105 gdb.dwarf2/dw2-canonicalize-type.exp,
10106 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10107 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10108 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10109 provided by gdb_target_symbol_prefix_flags_asm.
10110 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10111 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10112 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10113 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10114 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10115 macros where needed). Use this macro for symbols which require
10116 the prefix provided by SYMBOL_PREFIX.
10117
10118 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10119
10120 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10121 New procs.
10122 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10123 representing expressions, of more than one list element.
10124 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10125 to prepend linker symbol prefix to f.
10126 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10127 table_1 and table_2.
10128 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10129 Likewise, for f and g.
10130 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10131 for ptr.
10132 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10133 for main.
10134 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10135 table_1_ptr and table_2_ptr.
10136
10137 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10138 Joel Brobecker <brobecker@adacore.com>
10139
10140 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10141
10142 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10143
10144 * gdb.reverse/s390-mvcle.c: New test.
10145 * gdb.reverse/s390-mvcle.exp: New file.
10146 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10147
10148 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10149
10150 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10151
10152 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10153
10154 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10155 reaching marker2.
10156 * gdb.reverse/getresuid-reverse.exp: Likewise.
10157 * gdb.reverse/pipe-reverse.exp: Likewise.
10158 * gdb.reverse/readv-reverse.exp: Likewise.
10159 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10160 * gdb.reverse/time-reverse.exp: Likewise.
10161 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10162
10163 2015-10-30 Yao Qi <yao.qi@linaro.org>
10164
10165 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10166 (empty_cycle): Remove.
10167 (main): Don't call empty_cycle. Don't use watch_count_done.
10168 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10169 empty_cycle. Rewrite the code counting HW watchpoints.
10170
10171 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10172
10173 * gdb.reverse/fstatat-reverse.c: New test.
10174 * gdb.reverse/fstatat-reverse.exp: New file.
10175 * gdb.reverse/getresuid-reverse.c: New test.
10176 * gdb.reverse/getresuid-reverse.exp: New file.
10177 * gdb.reverse/pipe-reverse.c: New test.
10178 * gdb.reverse/pipe-reverse.exp: New file.
10179 * gdb.reverse/readv-reverse.c: New test.
10180 * gdb.reverse/readv-reverse.exp: New file.
10181 * gdb.reverse/recvmsg-reverse.c: New test.
10182 * gdb.reverse/recvmsg-reverse.exp: New file.
10183 * gdb.reverse/time-reverse.c: New test.
10184 * gdb.reverse/time-reverse.exp: New file.
10185 * gdb.reverse/waitpid-reverse.c: New test.
10186 * gdb.reverse/waitpid-reverse.exp: New file.
10187
10188 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10189
10190 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10191
10192 2015-10-26 Doug Evans <dje@google.com>
10193
10194 PR symtab/17391
10195 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10196 * gdb.dwarf2/bad-regnum.c: New file.
10197 * gdb.dwarf2/bad-regnum.exp: New file.
10198
10199 2015-10-26 Doug Evans <dje@google.com>
10200
10201 PR python/18938
10202 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10203 file.
10204
10205 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10206
10207 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10208 for a change by "Mention language in compile error message".
10209
10210 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10211
10212 PR python/18073
10213 * gdb.python/py-type.c (C::a_method): New.
10214 (C::a_const_method): New.
10215 (C::a_static_method): New.
10216 (a_function): New.
10217 * gdb.python/py-type.exp (test_fields): Test getting fields
10218 from function and method.
10219
10220 2015-10-21 Keven Boell <keven.boell@intel.com>
10221
10222 * gdb.fortran/vla-alloc-assoc.exp: New file.
10223 * gdb.fortran/vla-datatypes.exp: New file.
10224 * gdb.fortran/vla-datatypes.f90: New file.
10225 * gdb.fortran/vla-history.exp: New file.
10226 * gdb.fortran/vla-ptype-sub.exp: New file.
10227 * gdb.fortran/vla-ptype.exp: New file.
10228 * gdb.fortran/vla-sizeof.exp: New file.
10229 * gdb.fortran/vla-sub.f90: New file.
10230 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10231 * gdb.fortran/vla-value-sub-finish.exp: New file.
10232 * gdb.fortran/vla-value-sub.exp: New file.
10233 * gdb.fortran/vla-value.exp: New file.
10234 * gdb.fortran/vla-ptr-info.exp: New file.
10235 * gdb.mi/mi-vla-fortran.exp: New file.
10236 * gdb.mi/vla.f90: New file.
10237
10238 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10239
10240 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10241 of hardwired timeout value.
10242
10243 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10244 Pedro Alves <palves@redhat.com>
10245
10246 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10247 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10248
10249 2015-10-19 Josh Stone <jistone@redhat.com>
10250
10251 * gdb.base/catch-syscall.c: Include <sched.h>.
10252 (unknown_syscall): New variable.
10253 (main): Trigger a vfork and an unknown syscall.
10254 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10255 (unknown_syscall_number): Likewise.
10256 (check_call_to_syscall): Accept an optional syscall pattern.
10257 (check_return_from_syscall): Likewise.
10258 (check_continue): Likewise.
10259 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10260 (test_catch_syscall_skipping_return): New test toggling off 'catch
10261 syscall' to step over the syscall return, then toggling back on.
10262 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10263 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10264 (do_syscall_tests): Call test_catch_syscall_without_args and
10265 test_catch_syscall_mid_vfork.
10266 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10267 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10268
10269 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10270
10271 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10272 print g_vE): Add new pass patterns.
10273 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10274 print various symbol names for vptr fields.
10275
10276 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10277
10278 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10279 results.
10280
10281 2015-10-12 Yao Qi <yao.qi@linaro.org>
10282
10283 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10284
10285 2015-10-12 Yao Qi <yao.qi@linaro.org>
10286
10287 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10288 is aarch64*-*-linux*.
10289
10290 2015-10-12 Yao Qi <yao.qi@linaro.org>
10291
10292 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10293 (can_relocate_bcond_true): ... it.
10294 (can_relocate_bcond_false): New function.
10295 (foo): Likewise.
10296 (can_relocate_bl): Likewise.
10297 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10298 can_relocate_bl.
10299
10300 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10301
10302 * gdb.base/nested-addr.c: New file.
10303 * gdb.base/nested-addr.exp: New testcase.
10304
10305 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10306
10307 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10308 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10309 its output. Ignore the output of "record goto begin" and instead
10310 check that GDB is replaying.
10311
10312 2015-10-09 Pedro Alves <palves@redhat.com>
10313
10314 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10315 (top level): Use it in the run with no args test.
10316
10317 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10318
10319 * gdb.dlang/properties.exp: New file.
10320
10321 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10322
10323 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10324 whether or not address 0x1000 is mapped on the target.
10325
10326 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10327
10328 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10329 build.
10330
10331 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10332
10333 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10334 instruction-history test.
10335
10336 2015-09-28 Doug Evans <dje@google.com>
10337
10338 * gdb.base/gcore.c (array_func): Add reference to static_array.
10339
10340 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10341
10342 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10343 source line.
10344
10345 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10346
10347 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10348 short or char as base type.
10349
10350 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10351
10352 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10353 to allow any size enum.
10354
10355 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10356
10357 * gdb.ada/array_ptr_renaming.exp: New testcase.
10358 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10359 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10360
10361 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10362
10363 * gdb.trace/ftrace-lock.c: New file.
10364 * gdb.trace/ftrace-lock.exp: New file.
10365
10366 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10367
10368 * gdb.arch/insn-reloc.c: New file.
10369 * gdb.arch/ftrace-insn-reloc.exp: New file.
10370
10371 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10372
10373 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10374 instruction.
10375 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10376 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10377 * gdb.trace/range-stepping.c: Likewise.
10378 * gdb.trace/trace-break.c: Likewise.
10379 * gdb.trace/trace-mt.c (thread_function): Likewise.
10380 * gdb.trace/ftrace.c (marker): Likewise.
10381 * gdb.trace/trace-condition.c (marker): Likewise.
10382 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10383 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10384 is_aarch64_target.
10385
10386 2015-09-18 Doug Evans <xdje42@gmail.com>
10387
10388 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10389 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10390
10391 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10392
10393 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10394 the breakpoint.
10395
10396 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10397
10398 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10399 the pending breakpoint. Remove timeout override for "Run till
10400 MI pending breakpoint on pendfunc3 on thread 2" test.
10401
10402 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10403
10404 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10405 filename pattern.
10406
10407 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10408
10409 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10410 in breakpoint filename pattern.
10411
10412 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10413
10414 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10415
10416 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10417
10418 * gdb.linespec/explicit.exp: Check for readline support for
10419 tab-completion tests. Fix obvious typo.
10420
10421 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10422
10423 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10424 and replay.
10425
10426 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10427
10428 * gdb.btrace/non-stop.c: New.
10429 * gdb.btrace/non-stop.exp: New.
10430
10431 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10432 Yao Qi <yao.qi@linaro.org>
10433
10434 * gdb.trace/trace-condition.c: New file.
10435 * gdb.trace/trace-condition.exp: New file.
10436
10437 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10438
10439 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10440 for testing bytecode compilation.
10441
10442 2015-09-16 Pedro Alves <palves@redhat.com>
10443 Sandra Loosemore <sandra@codesourcery.com>
10444
10445 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10446 (SECONDS): Redefine.
10447 (main): Call pthread_kill and alarm early.
10448 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10449 support.
10450 (test): If the target can't hardware step and doesn't support
10451 displaced stepping, increase the timeout.
10452
10453 2015-09-16 Pedro Alves <palves@redhat.com>
10454
10455 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10456 (enable_debug): New procedures.
10457 (test): Use them. Bail out if waiting for threads fails.
10458 (top level): Bail out if a test fails.
10459
10460 2015-09-16 Yao Qi <yao.qi@linaro.org>
10461
10462 * gdb.asm/asm-source.exp: Set asm-arch for
10463 aarch64*-*-* target.
10464 * gdb.asm/aarch64.inc: New file.
10465
10466 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10467
10468 * gdb.ada/array_of_variable_length.exp: New testcase.
10469 * gdb.ada/array_of_variable_length/foo.adb: New file.
10470 * gdb.ada/array_of_variable_length/pck.adb: New file.
10471 * gdb.ada/array_of_variable_length/pck.ads: New file.
10472
10473 2015-09-15 Doug Evans <dje@google.com>
10474
10475 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10476 of function static local variable.
10477
10478 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10479
10480 * gdb.threads/tls-so_extern.exp: New test file.
10481 * gdb.threads/tls-so_extern.c: New test file.
10482 * gdb.threads/tls-so_extern_main.c: New test file.
10483
10484 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10485
10486 * gdb.opt/solib-intra-step-lib.c: New file.
10487 * gdb.opt/solib-intra-step-main.c: New file.
10488 * gdb.opt/solib-intra-step.exp: New file.
10489
10490 2015-09-15 Pedro Alves <palves@redhat.com>
10491
10492 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10493 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10494
10495 2015-09-14 Pedro Alves <palves@redhat.com>
10496
10497 * gdb.base/hook-stop-continue.c: Delete.
10498 * gdb.base/hook-stop-continue.exp: Delete.
10499 * gdb.base/hook-stop-frame.c: Delete.
10500 * gdb.base/hook-stop-frame.exp: Delete.
10501 * gdb.base/hook-stop.c: New file.
10502 * gdb.base/hook-stop.exp: New file.
10503
10504 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10505
10506 * gdb.ada/access_to_packed_array.exp: New testcase.
10507 * gdb.ada/access_to_packed_array/foo.adb: New file.
10508 * gdb.ada/access_to_packed_array/pack.adb: New file.
10509 * gdb.ada/access_to_packed_array/pack.ads: New file.
10510
10511 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10512
10513 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10514 buffer size test.
10515
10516 2015-09-11 Don Breazeal <donb@codesourcery.com>
10517
10518 * gdb.base/foll-exec.c: Add copyright header. Fix
10519 formatting issues.
10520 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10521 (do_exec_tests): Use clean_restart in place of zap_session,
10522 and for test initialization. Fix formatting issues. Use
10523 fail in place of perror.
10524 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10525 an expect statement to match an expression with output from
10526 the program under debug.
10527 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10528 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10529 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10530 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10531 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10532
10533 2015-09-09 Doug Evans <dje@google.com>
10534
10535 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10536
10537 2015-09-09 Doug Evans <dje@google.com>
10538
10539 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10540
10541 2015-09-09 Doug Evans <dje@google.com>
10542
10543 * gdb.base/savedregs.exp: Fix typo.
10544
10545 2015-09-09 Pedro Alves <palves@redhat.com>
10546
10547 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10548
10549 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10550
10551 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10552 command actually switches threads. Give up on remaining
10553 tests if target fails to stop at breakpoint.
10554
10555 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10556
10557 * gdb.ada/funcall_char.exp: New testcase.
10558 * gdb.ada/funcall_char/foo.adb: New file.
10559
10560 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10561
10562 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10563 expected outputs. Add two testcases for completing ambiguous
10564 functions.
10565 * gdb.ada/complete/aux_pck.adb: New file.
10566 * gdb.ada/complete/aux_pck.ads: New file.
10567 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10568 Ambiguous_Func functions.
10569 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10570 * gdb.ada/complete/pck.adb: Likewise.
10571
10572 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10573
10574 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10575 failures to run the test program under GDB.
10576
10577 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10578
10579 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10580 to C.
10581
10582 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10583
10584 * gdb.base/run-after-attach.exp: New test file.
10585 * gdb.base/run-after-attach.c: New test file.
10586
10587 2015-08-26 Don Breazeal <donb@codesourcery.com>
10588
10589 * gdb.base/foll-exec-2.c: New test program.
10590 * gdb.base/foll-exec-2.exp: New test.
10591
10592 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10593
10594 * gdb.base/nested-subp1.exp: New file.
10595 * gdb.base/nested-subp1.c: New file.
10596 * gdb.base/nested-subp2.exp: New file.
10597 * gdb.base/nested-subp2.c: New file.
10598 * gdb.base/nested-subp3.exp: New file.
10599 * gdb.base/nested-subp3.c: New file.
10600
10601 2015-08-24 Pedro Alves <palves@redhat.com>
10602
10603 * gdb.server/connect-without-multi-process.c: New file.
10604 * gdb.server/connect-without-multi-process.exp: New file.
10605
10606 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10607
10608 * gdb.opt/inline-markers.c: Make z int.
10609
10610 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10611
10612 * gdb.opt/inline-markers.c: Make z volatile.
10613
10614 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10615
10616 * gdb.opt/inline-bt.c: New volatile global z.
10617 * gdb.opt/inline-cmds.c: Likewise.
10618 * gdb.opt/inline-locals.c: Likewise.
10619 * gdb.opt/inline-markers.c: New extern global z.
10620 (marker): Use z.
10621 (inline_fn): Likewise.
10622
10623 2015-08-24 Pedro Alves <palves@redhat.com>
10624
10625 * config/m32r-stub.exp: Remove file.
10626 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10627 * gdb.base/call-rt-st.exp: Likewise.
10628 * gdb.base/call-strs.exp: Likewise.
10629 * gdb.base/default.exp: Remove references to h8300-*-hms and
10630 *-*-udi*.
10631 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10632
10633 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10634
10635 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10636 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10637 and "return" use KFAIL when GDB can not read/write the vector
10638 return value.
10639
10640 2015-08-21 Gary Benson <gbenson@redhat.com>
10641
10642 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10643
10644 2015-08-20 Pedro Alves <palves@redhat.com>
10645
10646 * gdb.server/solib-list.exp: No longer expect an interior stop in
10647 non-stop mode.
10648
10649 2015-08-20 Pedro Alves <palves@redhat.com>
10650
10651 * gdb.server/connect-stopped-target.c: New file.
10652 * gdb.server/connect-stopped-target.exp: New file.
10653
10654 2015-08-20 Pedro Alves <palves@redhat.com>
10655
10656 * gdb.dwarf2/comp-unit-lang.exp: New file.
10657 * gdb.dwarf2/comp-unit-lang.c: New file.
10658
10659 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10660
10661 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10662 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10663
10664 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10665
10666 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10667 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10668
10669 2015-08-18 Doug Evans <dje@google.com>
10670 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10671
10672 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10673 skip_python_tests. New arg prompt_regexp.
10674 (skip_python_tests): New function.
10675 * lib/mi-support.exp (mi_skip_python_tests): New function.
10676 * gdb.python/py-mi-objfile-gdb.py: New file.
10677 * gdb.python/py-mi-objfile.c: New file.
10678 * gdb.python/py-mi-objfile.exp: New file.
10679
10680 2015-08-17 Keith Seitz <keiths@redhat.com>
10681
10682 * gdb.linespec/explicit.exp: Move strace test from here ...
10683 * gdb.trace/strace.exp: ... to here.
10684
10685 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10686
10687 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10688 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10689
10690 2015-08-14 Doug Evans <xdje42@gmail.com>
10691
10692 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10693 inferior before selecting a new file.
10694
10695 2015-08-14 Doug Evans <xdje42@gmail.com>
10696
10697 * gdb.mi/mi-disassemble.exp: Update.
10698 * gdb.base/disasm-optim.S: New file.
10699 * gdb.base/disasm-optim.c: New file.
10700 * gdb.base/disasm-optim.h: New file.
10701 * gdb.base/disasm-optim.exp: New file.
10702
10703 2015-08-14 Keith Seitz <keiths@redhat.com>
10704
10705 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10706 "evaluated-by".
10707
10708 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10709
10710 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10711
10712 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10713
10714 * gdb.ada/fun_renaming.exp: New testcase.
10715 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10716 * gdb.ada/fun_renaming/pack.adb: New file.
10717 * gdb.ada/fun_renaming/pack.ads: New file.
10718
10719 2015-08-12 Keith Seitz <keiths@redhat.com>
10720
10721 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10722 gdb_get_line_number.
10723
10724 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10725
10726 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10727 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10728 gdb.base/dso2dso.exp: New files.
10729
10730 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10731 Pedro Alves <palves@redhat.com>
10732 Keith Seitz <keiths@redhat.com>
10733
10734 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10735 GDBFLAGS.
10736
10737 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10738
10739 * gdb.base/gdbhistsize-history.exp
10740 (test_histsize_history_setting): Use save_vars.
10741 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10742 Use save_vars.
10743 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10744 * gdb.base/readline.exp: Use save_vars.
10745
10746 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10747
10748 * lib/gdb.exp (save_vars): New proc.
10749
10750 2015-08-11 Keith Seitz <keiths@redhat.com>
10751
10752 * gdb.base/help.exp: Update help_breakpoint_text.
10753
10754 2015-08-11 Keith Seitz <keiths@redhat.com>
10755
10756 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10757 (at toplevel): Call test_explicit_breakpoints.
10758 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10759 breakpoints.
10760 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10761 breakpoint conditions, "-cond".
10762
10763 2015-08-11 Keith Seitz <keiths@redhat.com>
10764
10765 * gdb.linespec/3explicit.c: New file.
10766 * gdb.linespec/cpexplicit.cc: New file.
10767 * gdb.linespec/cpexplicit.exp: New file.
10768 * gdb.linespec/explicit.c: New file.
10769 * gdb.linespec/explicit.exp: New file.
10770 * gdb.linespec/explicit2.c: New file.
10771 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10772 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10773 before using in the matching pattern.
10774 Clarify that `prefix' is a regular expression.
10775
10776 2015-08-11 Keith Seitz <keiths@redhat.com>
10777
10778 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10779 test.
10780 Add tests for missing ",FMT" and ",".
10781
10782 2015-08-10 Doug Evans <dje@google.com>
10783 Keith Seitz <keiths@redhat.com>
10784
10785 PR gdb/17960
10786 * gdb.base/completion.exp: Add location completer tests.
10787
10788 2015-08-07 Pedro Alves <palves@redhat.com>
10789
10790 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10791 tests here.
10792 (top level): Run do_test with and without displaced stepping.
10793
10794 2015-08-07 Pedro Alves <palves@redhat.com>
10795
10796 * gdb.base/valgrind-disp-step.c: New file.
10797 * gdb.base/valgrind-disp-step.exp: New file.
10798
10799 2015-08-07 Pedro Alves <palves@redhat.com>
10800
10801 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10802 Delete function.
10803 (main): Add alarm. Run an infinite loop instead of calling
10804 wait_threads.
10805 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10806 comment.
10807 * gdb.threads/step-over-trips-on-watchpoint.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-trips-on-watchpoint.exp (do_test): Change
10812 comment.
10813
10814 2015-08-07 Pedro Alves <palves@redhat.com>
10815
10816 * gdb.base/checkpoint-ns.exp: New file.
10817 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10818 standard_testfile.
10819
10820 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10821
10822 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10823 * gdb.btrace/instruction_history.exp: Update.
10824 * gdb.btrace/tsx.exp: New.
10825 * gdb.btrace/tsx.c: New.
10826
10827 2015-08-06 Pedro Alves <palves@redhat.com>
10828
10829 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10830 increase timeout.
10831 * gdb.reverse/until-precsave.exp: Bump timeouts.
10832
10833 2015-08-06 Pedro Alves <palves@redhat.com>
10834
10835 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10836
10837 2015-08-06 Pedro Alves <palves@redhat.com>
10838
10839 PR gdb/18749
10840 * gdb.threads/process-dies-while-handling-bp.c: New file.
10841 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10842
10843 2015-08-06 Pedro Alves <palves@redhat.com>
10844
10845 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10846 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10847
10848 2015-08-05 Pedro Alves <palves@redhat.com>
10849
10850 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10851 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10852
10853 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10854
10855 * gdb.base/bp-permanent.exp: Report test as unsupported if
10856 the target cannot stop at the permanent breakpoint.
10857
10858 2015-08-03 Doug Evans <dje@google.com>
10859
10860 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10861 10000.
10862
10863 2015-08-03 Doug Evans <dje@google.com>
10864
10865 * Makefile.in (workers/%.worker, build-perf): New rule.
10866 (GDB_PERFTEST_MODE): New variable.
10867 (check-perf): Use it.
10868 (clean): Clean up gdb.perf parallel build subdirs.
10869 * lib/build-piece.exp: New file.
10870 * lib/gdb.exp (make_gdb_parallel_path): New function
10871 (standard_output_file, standard_temp_file): Call it.
10872 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10873 of $GDB_PARALLEL.
10874 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10875
10876 2015-08-03 Doug Evans <dje@google.com>
10877
10878 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10879 (LOG_FILE_NAME): New global.
10880 (TextReporter.__init__): Initialize self.txt_sum.
10881 (TextReporter.report): Add support for multiple data-points.
10882 Move report to perftest.sum, put raw data in perftest.log.
10883 (TextReporter.start): Open sum and log files.
10884 (TextReporter.end): Close sum and log files.
10885 * gdb.perf/lib/perftest/testresult.py
10886 (SingleStatisticTestResult.record): Handle multiple data-points.
10887
10888 2015-07-31 Pedro Alves <palves@redhat.com>
10889
10890 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10891 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10892 kill_wait_spawned_process instead of explicit "kill -9".
10893 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10894 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10895 kill_wait_spawned_process.
10896 * gdb.base/attach-twice.exp: Likewise.
10897 * gdb.base/attach.exp: Likewise.
10898 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10899 gdb_test_multiple.
10900 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10901 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10902 kill_wait_spawned_process.
10903 * gdb.base/valgrind-infcall.exp: Likewise.
10904 * gdb.multi/multi-attach.exp: Likewise.
10905 * gdb.python/py-prompt.exp: Likewise.
10906 * gdb.python/py-sync-interp.exp: Likewise.
10907 * gdb.server/ext-attach.exp: Likewise.
10908 * gdb.threads/attach-into-signal.exp (corefunc): Use
10909 spawn_wait_for_attach, spawn_id_get_pid and
10910 kill_wait_spawned_process.
10911 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10912 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10913 spawn_id_get_pid and kill_wait_spawned_process.
10914 * gdb.threads/attach-stopped.exp (corefunc): Use
10915 spawn_wait_for_attach, spawn_id_get_pid and
10916 kill_wait_spawned_process.
10917 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10918 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10919 kill_wait_spawned_process instead of explicit "kill -9".
10920 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10921 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10922 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10923 processes. Don't map cygwin/windows pids here. Now returns a
10924 spawn id list.
10925
10926 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10927
10928 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10929 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10930 correct patch.
10931
10932 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10933
10934 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10935
10936 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10937
10938 Reapply:
10939 2014-05-21 Mark Wielaard <mjw@redhat.com>
10940
10941 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10942
10943 2015-07-30 Pedro Alves <palves@redhat.com>
10944
10945 * linux-low.c (handle_extended_wait): Set the child's last
10946 reported status to TARGET_WAITKIND_STOPPED.
10947
10948 2015-07-30 Pedro Alves <palves@redhat.com>
10949
10950 PR threads/18600
10951 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10952 only shows inferior 1.
10953
10954 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10955 Pedro Alves <palves@redhat.com>
10956
10957 PR threads/18600
10958 * gdb.threads/fork-plus-threads.c: New file.
10959 * gdb.threads/fork-plus-threads.exp: New file.
10960
10961 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10962
10963 * gdb.base/batch-preserve-term-settings.exp
10964 (test_terminal_settings_preserved_after_cli_exit): Use
10965 send_quit_command.
10966
10967 2015-07-29 Pedro Alves <palves@redhat.com>
10968 Don Breazeal <donb@codesourcery.com>
10969
10970 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10971 output from both inferior_spawn_id and gdb_spawn_id.
10972
10973 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10974
10975 * gdb.threads/attach-into-signal.exp (corefunc): Use
10976 with_test_prefix on nested loops, uniquefying the test messages.
10977
10978 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10979
10980 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10981 commit.
10982
10983 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10984
10985 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10986 New proc.
10987 (test_terminal_settings_preserved_after_sigterm): New test.
10988
10989 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10990
10991 * gdb.base/batch-preserve-term-settings.exp
10992 (test_terminal_settings_preserved_after_cli_exit): New test.
10993
10994 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10995
10996 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10997 manipulation of saved_gdbflags.
10998 (test_terminal_settings_preserved): Remove global declaration of
10999 the unused variable pagination_prompt. Remove manipulation of
11000 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11001 GDBFLAGS.
11002
11003 2015-07-29 Pedro Alves <palves@redhat.com>
11004
11005 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11006
11007 2015-07-29 Pedro Alves <palves@redhat.com>
11008
11009 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11010 at the top.
11011
11012 2015-07-29 Pedro Alves <palves@redhat.com>
11013
11014 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11015 (main): Call gdb_unbuffer_output.
11016 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11017 (main): Call gdb_unbuffer_output.
11018 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11019 (main): Call gdb_unbuffer_output.
11020 * gdb.base/call-strs.exp: Adjust to step over the
11021 gdb_unbuffer_output call.
11022 * gdb.base/catch-gdb-caused-signals.c: Include
11023 "../lib/unbuffer_output.c".
11024 (main): Call gdb_unbuffer_output.
11025 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11026 (main): Call gdb_unbuffer_output.
11027 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11028 (main): Call gdb_unbuffer_output.
11029 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11030 (main): Call gdb_unbuffer_output.
11031 * gdb.base/shlib-call.exp: Adjust to step over the
11032 gdb_unbuffer_output call.
11033 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11034 (main): Call gdb_unbuffer_output.
11035 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11036 (main): Call gdb_unbuffer_output.
11037 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11038 (main): Rename to ...
11039 (test): ... this.
11040 (main): Reimplement.
11041 * gdb.base/varargs.exp: Run to test instead of to main.
11042 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11043 (main): Call gdb_unbuffer_output.
11044
11045 2015-07-29 Pedro Alves <palves@redhat.com>
11046
11047 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11048 factore out from mi_continue_dprintf. For call-style dprintfs,
11049 expect dprintf output out of $inferior_spawn_id.
11050 (mi_continue_dprintf): Use mi_expect_dprintf.
11051 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11052 (main): Call gdb_unbuffer_output.
11053
11054 2015-07-29 Pedro Alves <palves@redhat.com>
11055
11056 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11057 (default_mi_gdb_start): Set inferior_spawn_id instead of
11058 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11059 gdb_spawn_id.
11060 (mi_gdb_test): Always expect inferior output from both
11061 $inferior_spawn_id and $gdb_spawn_id.
11062
11063 2015-07-29 Pedro Alves <palves@redhat.com>
11064
11065 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11066 send_inferior and $inferior_spawn_id.
11067
11068 2015-07-29 Pedro Alves <palves@redhat.com>
11069
11070 * gdb.gdb/complaints.exp (test_initial_complaints)
11071 (test_serial_complaints, test_short_complaints): Use
11072 gdb_test_stdio.
11073 (test_empty_complaint): Handle $inferior_spawn_id !=
11074 $gdb_spawn_id.
11075
11076 2015-07-29 Pedro Alves <palves@redhat.com>
11077
11078 * gdb.base/varargs.exp: Use gdb_test_stdio.
11079
11080 2015-07-29 Pedro Alves <palves@redhat.com>
11081
11082 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11083
11084 2015-07-29 Pedro Alves <palves@redhat.com>
11085
11086 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11087
11088 2015-07-29 Pedro Alves <palves@redhat.com>
11089
11090 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11091 parameter into two new parameters, "inf_result" and "gdb_result".
11092 Expect inferior output and gdb output from $inferior_spawn_id and
11093 $gdb_spawn_id, respectively. Adjust all callers.
11094
11095 2015-07-29 Pedro Alves <palves@redhat.com>
11096
11097 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11098 of gdb_test_sequence.
11099
11100 2015-07-29 Pedro Alves <palves@redhat.com>
11101
11102 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11103 (saw_spurious_output): Expect inferior output from
11104 $inferior_spawn_id. Use gdb_test_stdio.
11105
11106 2015-07-29 Pedro Alves <palves@redhat.com>
11107
11108 * gdb.base/dprintf.exp: Use standard_testfile. Change
11109 prepare_for_testing call.
11110 (srcfile): Don't set.
11111 (restart): New procedure.
11112 (test_dprintf): New procecure, use to continue over dprintfs.
11113 (test_call, test_agent): New procedures, tests moved here.
11114 Restart gdb and recreate dprintfs. Adjust expected output.
11115
11116 2015-07-29 Pedro Alves <palves@redhat.com>
11117
11118 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11119
11120 2015-07-29 Pedro Alves <palves@redhat.com>
11121
11122 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11123
11124 2015-07-29 Pedro Alves <palves@redhat.com>
11125
11126 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11127 gdb_test_stdio.
11128
11129 2015-07-29 Pedro Alves <palves@redhat.com>
11130
11131 * lib/gdb.exp (gdb_test_stdio): New procedure.
11132
11133 2015-07-29 Pedro Alves <palves@redhat.com>
11134
11135 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11136
11137 2015-07-29 Pedro Alves <palves@redhat.com>
11138
11139 * gdb.base/call-signal-resume.exp: Remove check for
11140 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11141 * gdb.base/unwindonsignal.exp: Likewise.
11142 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11143 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11144
11145 2015-07-29 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.base/siginfo-addr.c (pass): New function.
11148 (handler): Call it iff si_addr is correct.
11149 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11150 Set a breakpoint at "pass" and continue to it.
11151
11152 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11153
11154 * gdb.python/py-objfile.exp: Make some tests have unique names.
11155 * gdb.python/py-pp-registration.exp: Likewise.
11156
11157 2015-07-28 Pedro Alves <palves@redhat.com>
11158
11159 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11160
11161 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11162
11163 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11164
11165 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11166
11167 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11168
11169 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11170
11171 * gdb.base/gdb-sigterm-2.exp: New test.
11172
11173 2015-07-25 Doug Evans <xdje42@gmail.com>
11174
11175 Revert:
11176 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11177 (workers/%.worker, build-perf): New rule.
11178 (GDB_PERFTEST_MODE): New variable.
11179 (check-perf): Use it.
11180 (clean): Clean up gdb.perf parallel build subdirs.
11181 * lib/build-piece.exp: New file.
11182 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11183 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11184 name.
11185 (standard_temp_file): Ditto.
11186 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11187 of $GDB_PARALLEL.
11188
11189 2015-07-24 Doug Evans <dje@google.com>
11190
11191 * gdb.perf/lib/perftest/utils.py: New file.
11192 * gdb.perf/gm-hello.cc: New file.
11193 * gdb.perf/gm-pervasive-typedef.cc: New file.
11194 * gdb.perf/gm-pervasive-typedef.h: New file.
11195 * gdb.perf/gm-std.cc: New file.
11196 * gdb.perf/gm-std.h: New file.
11197 * gdb.perf/gm-use-cerr.cc: New file.
11198 * gdb.perf/gm-utils.h: New file.
11199 * gdb.perf/gmonster-null-lookup.py: New file.
11200 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11201 * gdb.perf/gmonster-print-cerr.py: New file.
11202 * gdb.perf/gmonster-ptype-string.py: New file.
11203 * gdb.perf/gmonster-runto-main.py: New file.
11204 * gdb.perf/gmonster-select-file.py: New file.
11205 * gdb.perf/gmonster1-null-lookup.exp: New file.
11206 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11207 * gdb.perf/gmonster1-print-cerr.exp: New file.
11208 * gdb.perf/gmonster1-ptype-string.exp: New file.
11209 * gdb.perf/gmonster1-runto-main.exp: New file.
11210 * gdb.perf/gmonster1-select-file.exp: New file.
11211 * gdb.perf/gmonster1.cc: New file.
11212 * gdb.perf/gmonster1.exp: New file.
11213 * gdb.perf/gmonster2-null-lookup.exp: New file.
11214 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11215 * gdb.perf/gmonster2-print-cerr.exp: New file.
11216 * gdb.perf/gmonster2-ptype-string.exp: New file.
11217 * gdb.perf/gmonster2-runto-main.exp: New file.
11218 * gdb.perf/gmonster2-select-file.exp: New file.
11219 * gdb.perf/gmonster2.cc: New file.
11220 * gdb.perf/gmonster2.exp: New file.
11221
11222 2015-07-24 Doug Evans <dje@google.com>
11223
11224 * gdb.perf/README: New file.
11225 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11226 * lib/gen-perf-test.exp: New file.
11227
11228 2015-07-24 Doug Evans <dje@google.com>
11229
11230 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11231 (PerfTest::startup): New function.
11232 (PerfTest::run): Return result of calling body.
11233 (PerfTest::assemble): Rewrite.
11234 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11235 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11236 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11237 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11238 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11239
11240 2015-07-24 Doug Evans <dje@google.com>
11241
11242 * lib/gdb.exp (clean_restart): Make executable optional.
11243
11244 2015-07-24 Doug Evans <dje@google.com>
11245
11246 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11247 compiler_info references.
11248 * gdb.cp/temargs.exp: Ditto.
11249 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11250 (get_compiler_info): Early exit if already computed. Set compiler_info
11251 to "unknown" if there was a problem.
11252 (test_compiler_info): Add function comment. Call get_compiler_info.
11253
11254 2015-07-24 Doug Evans <dje@google.com>
11255
11256 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11257 (workers/%.worker, build-perf): New rule.
11258 (GDB_PERFTEST_MODE): New variable.
11259 (check-perf): Use it.
11260 (clean): Clean up gdb.perf parallel build subdirs.
11261 * lib/build-piece.exp: New file.
11262 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11263 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11264 name.
11265 (standard_temp_file): Ditto.
11266 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11267 of $GDB_PARALLEL.
11268
11269 2015-07-24 Doug Evans <dje@google.com>
11270
11271 * lib/future.exp (gdb_default_target_compile): New option
11272 "early_flags".
11273 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11274 --as-needed.
11275
11276 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11277
11278 * gdb.base/catch-syscall.exp: Call gdb_exit before
11279 gdb_skip_xml_test.
11280
11281 2015-07-24 Pedro Alves <palves@redhat.com>
11282
11283 * gdb.python/py-events.exp: Accept output between the stop event
11284 and the prompt.
11285 * gdb.python/py-evsignal.exp: Likewise.
11286 * gdb.python/py-evthreads.exp: Likewise.
11287
11288 2015-07-24 Pedro Alves <palves@redhat.com>
11289
11290 PR gdb/18717
11291 * gdb.threads/non-ldr-exit.c: New file.
11292 * gdb.threads/non-ldr-exit.exp: New file.
11293
11294 2015-07-24 Yao Qi <yao.qi@linaro.org>
11295
11296 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11297 restarting process.
11298
11299 2015-07-24 Yao Qi <yao.qi@linaro.org>
11300
11301 * gdb.server/ext-restart.exp: New file.
11302
11303 2015-07-24 Yao Qi <yao.qi@linaro.org>
11304
11305 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11306 argument options.
11307 * gdb.server/ext-wrapper.exp: New file.
11308
11309 2015-07-23 Doug Evans <dje@google.com>
11310
11311 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11312 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11313
11314 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11315
11316 * gdb.ada/var_arr_typedef.exp: New testcase.
11317 * gdb.ada/var_arr_typedef/pack.adb: New file.
11318 * gdb.ada/var_arr_typedef/pack.ads: New file.
11319 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11320
11321 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11322
11323 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11324
11325 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11326
11327 * gdb.arch/i386-biarch-core.exp: Replace istarget
11328 by "complete set gnutarget". Remove expectation for the "core-file"
11329 command.
11330
11331 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11332
11333 Revert the previous commit:
11334 Tests for validate symbol file using build-id.
11335
11336 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11337
11338 Tests for validate symbol file using build-id.
11339 * gdb.base/solib-mismatch-lib.c: New file.
11340 * gdb.base/solib-mismatch-libmod.c: New file.
11341 * gdb.base/solib-mismatch.c: New file.
11342 * gdb.base/solib-mismatch.exp: New file.
11343
11344 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11345
11346 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11347 nios2-*-linux*.
11348 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11349 * gdb.base/siginfo.exp: Likewise.
11350 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11351
11352 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11353
11354 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11355 Move it to ...
11356 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11357 ... here.
11358 * gdb.trace/range-stepping.exp: Check that the target supports
11359 range stepping.
11360
11361 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11362
11363 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11364
11365 2015-07-14 Pedro Alves <palves@redhat.com>
11366
11367 * gdb.base/killed-outside.exp: New file.
11368 * gdb.base/killed-outside.c: New file.
11369
11370 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11371
11372 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11373 (n at main): New.
11374 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11375
11376 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11377
11378 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11379 infcall tests instead of setting up for KFAIL.
11380
11381 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11382
11383 * gdb.btrace/record_goto-step.exp: New.
11384
11385 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11386
11387 PR compile/18484
11388 * gdb.compile/compile.c (struct struct_type): Add volatile to
11389 selffield's type.
11390 * gdb.compile/compile.exp
11391 (compile code struct_object.selffield = &struct_object): Skip further
11392 struct_object tests if this one xfails.
11393
11394 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11395
11396 PR exp/18617
11397 * gdb.trace/ax.exp: Add test.
11398
11399 2015-07-07 Yao Qi <yao.qi@linaro.org>
11400
11401 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11402 instead of istarget "aarch64*-*-*".
11403 * gdb.arch/aarch64-fp.exp: Likewise.
11404 * gdb.base/float.exp: Likewise.
11405 * gdb.reverse/aarch64.exp: Likewise.
11406 * lib/gdb.exp (is_aarch64_target): New proc.
11407
11408 2015-07-07 Yao Qi <yao.qi@linaro.org>
11409
11410 * lib/gdb.exp (is_aarch32_target): New proc.
11411 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11412 instead of "istarget "arm*-*-*"".
11413 * gdb.arch/arm-disp-step.exp: Likewise.
11414 * gdb.arch/thumb-bx-pc.exp: Likewise.
11415 * gdb.arch/thumb-prologue.exp: Likewise.
11416 * gdb.arch/thumb-singlestep.exp: Likewise.
11417 * gdb.base/disp-step-syscall.exp: Likewise.
11418 * gdb.base/float.exp: Likewise.
11419
11420 2015-07-07 Yao Qi <yao.qi@linaro.org>
11421
11422 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11423 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11424
11425 2015-07-07 Yao Qi <yao.qi@linaro.org>
11426
11427 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11428 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11429 if it exists.
11430 * gdb.multi/multi-arch.exp: Likewise.
11431
11432 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11433
11434 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11435 print.
11436
11437 2015-07-07 Yao Qi <yao.qi@linaro.org>
11438
11439 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11440
11441 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11442
11443 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11444 '[' and ']' characters.
11445
11446 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11447
11448 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11449
11450 2015-06-29 Pedro Alves <palves@redhat.com>
11451
11452 PR threads/18127
11453 * gdb.threads/hand-call-new-thread.c: New file.
11454 * gdb.threads/hand-call-new-thread.c: New file.
11455
11456 2015-06-26 Keith Seitz <keiths@redhat.com>
11457 Doug Evans <dje@google.com>
11458
11459 PR 16253
11460 * gdb.cp/var-tag-2.cc: New file.
11461 * gdb.cp/var-tag-3.cc: New file.
11462 * gdb.cp/var-tag-4.cc: New file.
11463 * gdb.cp/var-tag.cc: New file.
11464 * gdb.cp/var-tag.exp: New file.
11465
11466 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11467
11468 * gdb.base/history-duplicates.exp: New test.
11469
11470 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11471
11472 * gdb.base/completion.exp: Test the completion of the "focus"
11473 command.
11474
11475 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11476
11477 * gdb.arch/amd64-prologue-skip.S: New file.
11478 * gdb.arch/amd64-prologue-skip.exp: New file.
11479
11480 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11481
11482 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11483 is_address_zero_readable check.
11484
11485 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11486
11487 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11488 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11489
11490 2015-06-24 Yao Qi <yao.qi@linaro.org>
11491
11492 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11493 linux targets.
11494
11495 2015-06-24 Yao Qi <yao.qi@linaro.org>
11496
11497 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11498 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11499 * gdb.base/siginfo-thread.exp: Likewise.
11500
11501 2015-06-22 Yao Qi <yao.qi@linaro.org>
11502
11503 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11504
11505 2015-06-22 Yao Qi <yao.qi@linaro.org>
11506
11507 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11508 aarch64*-*-*.
11509 (skip_hw_watchpoint_tests): Likewise.
11510
11511 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11512
11513 * gdb.base/gdbinit-history.exp: Test the interaction between
11514 setting GDBHISTSIZE and setting the history size via .gdbinit.
11515
11516 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11517
11518 PR gdb/16999
11519 * gdb.base/gdbhistsize-history.exp: New test.
11520
11521 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11522
11523 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11524 with GDBHISTSIZE.
11525 * gdb.base/readline.exp: Likewise.
11526
11527 2015-06-17 Yao Qi <yao.qi@linaro.org>
11528
11529 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11530 line.
11531
11532 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11533
11534 * gdb.base/gdbinit-history.exp: Add test case to check that
11535 an unlimited history file does not get truncated on exit.
11536
11537 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11538
11539 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11540 (VECTOR): New macro. Use it...
11541 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11542 ...for these typedefs.
11543 (int8, char1, int1, double1): New typedefs.
11544 (struct just_int2, struct two_int2): New structures.
11545 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11546 (add_structvecs, add_singlevecs): New functions.
11547 (main): Call add_some_intvecs twice.
11548 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11549 the compile and exit upon failure. Try compiling for the "native"
11550 architecture. Test inferior function calls with vector arguments
11551 and vector return value handling with "finish" and "return".
11552
11553 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11554
11555 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11556 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11557 PE file.
11558 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11559
11560 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11561
11562 PR breakpoints/16465
11563 * gdb.mi/mi-dprintf-pending.c: New file.
11564 * gdb.mi/mi-dprintf-pending.exp: New test.
11565 * gdb.mi/mi-dprintf-pendshr.c: New file.
11566
11567 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11568 Mircea Gherzan <mircea.gherzan@intel.com>
11569
11570 * gdb.arch/i386-mpx-map.c: New file.
11571 * gdb.arch/i386-mpx-map.exp: New File.
11572
11573 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11574
11575 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11576 * gdb.arch/i386-mpx.exp: Indentation fixed.
11577
11578 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11579
11580 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11581 function and improved indentation.
11582 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11583 gdb_test_multiple. Added additional tests to skip the test.
11584
11585 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11586
11587 * gdb.arch/i386-avx512.c: Change path in include file.
11588 * gdb.arch/i386-avx512.exp: Change include dir path
11589 compilation flag.
11590 * gdb.arch/i386-mpx.c: Change path in include file.
11591 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11592 flag.
11593
11594 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11595
11596 * gdb.compile/compile-print.exp (compile print *vararray@3)
11597 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11598
11599 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11600
11601 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11602 (do not keep jit in memory): ... this.
11603 (expect 5): Change it to ...
11604 (expect no 5): ... this.
11605
11606 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11607
11608 PR gdb/15564
11609 * gdb.mi/mi-detach.exp: New file.
11610
11611 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11612
11613 PR symtab/18392
11614 * gdb.arch/amd64-tailcall-self.S: New file.
11615 * gdb.arch/amd64-tailcall-self.c: New file.
11616 * gdb.arch/amd64-tailcall-self.exp: New file.
11617
11618 2015-05-28 Don Breazeal <donb@codesourcery.com>
11619
11620 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11621 tests for remote targets by checking is_target_gdbserver.
11622
11623 2015-05-27 Doug Evans <dje@google.com>
11624
11625 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11626 * gdb.dwarf2/opaque-type-lookup.c: New file.
11627 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11628
11629 2015-05-26 Doug Evans <dje@google.com>
11630
11631 * gdb.cp/iostream.cc: New file.
11632 * gdb.cp/iostream.exp: New file.
11633
11634 2015-05-26 Doug Evans <dje@google.com>
11635
11636 * gdb.dwarf2/dw2-op-call.exp: Update.
11637 * gdb.dwarf2/dw4-sig-types.exp: Update.
11638 * gdb.dwarf2/implptr.exp: Update.
11639 * gdb.mi/mi-cmd-param-changed.exp: Update.
11640
11641 2015-05-26 Doug Evans <dje@google.com>
11642
11643 * gdb.python/py-lazy-string.c: New file.
11644 * gdb.python/py-lazy-string.exp: New file.
11645 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11646 (main): Update. Add estring3.
11647 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11648 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11649
11650 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11651 Yao Qi <yao.qi@linaro.org>
11652
11653 * gdb.reverse/aarch64.c: New.
11654 * gdb.reverse/aarch64.exp: New.
11655
11656 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11657
11658 * lib/gdb.exp (supports_process_record): Return true for
11659 aarch64*-linux*.
11660 (supports_reverse): Likewise.
11661
11662 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11663
11664 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11665 Use with_test_prefix.
11666
11667 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11668
11669 * gdb.base/completion.exp: Add test for completion of layout
11670 names.
11671
11672 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11673
11674 * lib/gdb.exp (skip_tui_tests): New proc.
11675 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11676
11677 2015-05-19 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11680 Save the whole env array instead of just HOME. Unset HISTSIZE in
11681 the environment while testing. Restore whole environment
11682 afterwards.
11683
11684 2015-05-16 Doug Evans <xdje42@gmail.com>
11685
11686 * gdb.guile/scm-ports.c: New file.
11687 * gdb.guile/scm-ports.exp: Add memory port tests.
11688
11689 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11690
11691 * gdb.compile/compile-print.c: New file.
11692 * gdb.compile/compile-print.exp: New file.
11693
11694 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11695
11696 * gdb.compile/compile-ops.exp: Cast param to void.
11697 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11698 (compile code struct_object.selffield = &struct_object): Add xfail.
11699
11700 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11701
11702 * gdb.ada/arr_enum_with_gap: New testcase.
11703
11704 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11705
11706 * gdb.ada/byte_packed_arr: New testcase.
11707
11708 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11709
11710 * gdb.ada/pckd_neg: New testcase.
11711
11712 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11713
11714 PR gdb/17820
11715 * gdb.base/gdbinit-history.exp: New test.
11716 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11717 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11718
11719 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11720
11721 * gdb.python/py-xmethods.cc: Enhance test case.
11722 * gdb.python/py-xmethods.exp: New tests.
11723 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11724 function.
11725 (B_indexoper): Likewise.
11726 (global_dm_list) : Add new xmethod worker functions.
11727
11728 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11729
11730 * gdb.base/coredump-filter.exp: Correctly unset
11731 "coredump_var_addr" array.
11732
11733 2015-05-08 Pedro Alves <palves@redhat.com>
11734
11735 * gdb.server/non-existing-program.exp: Unset spawn_id.
11736
11737 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11738
11739 PR python/18291
11740 * gdb.python/py-xmethods.exp: Add tests.
11741
11742 2015-05-08 Yao Qi <yao.qi@linaro.org>
11743
11744 PR gdb/18208
11745 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11746 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11747 function set_coredump_filter, and remove remote_exec call.
11748 Remove argument ipid. Callers update.
11749 (top level): Don't get inferior's PID.
11750
11751 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11752
11753 * gdb.base/watch_thread_num.exp: Skip test on targets without
11754 access watchpoints.
11755
11756 2015-05-06 Pedro Alves <palves@redhat.com>
11757
11758 PR server/18081
11759 * gdb.server/non-existing-program.exp: New file.
11760
11761 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11762
11763 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11764
11765 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11766
11767 * gdb.ada/out_of_line_in_inlined: New testcase.
11768
11769 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11770
11771 * gdb.ada/var_rec_arr: New testcase.
11772
11773 2015-04-30 Yao Qi <yao.qi@linaro.org>
11774
11775 * gdb.base/break-idempotent.exp: If
11776 skip_hw_watchpoint_multi_tests returns true, skip the tests
11777 on "rwatch" and "awatch".
11778
11779 2015-04-30 Yao Qi <yao.qi@linaro.org>
11780
11781 * gdb.base/relativedebug.exp: Invoke gdb command
11782 "info sharedlibrary", and if libc.so doesn't have debug info,
11783 skip the test.
11784
11785 2015-04-29 Doug Evans <dje@google.com>
11786
11787 * gdb.python/py-xmethods.exp: Add ptype tests.
11788 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11789 get_result_type method.
11790
11791 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11792
11793 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11794 the target does not support hardware watchpoints.
11795
11796 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11797
11798 * gdb.base/break-always.exp: Abort testing if writing to memory
11799 causes an error.
11800
11801 2015-04-28 Doug Evans <dje@google.com>
11802
11803 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11804 * gdb.python/py-pp-registration.exp: ... here. New file.
11805 * gdb.python/py-pp-registration.c: New file.
11806 * gdb.python/py-pp-registration.py: New file.
11807
11808 2015-04-28 Doug Evans <dje@google.com>
11809
11810 * gdb.python/py-bad-printers.c: New file.
11811 * gdb.python/py-bad-printers.py: New file.
11812 * gdb.python/py-bad-printers.exp: New file.
11813
11814 2015-04-28 Sasha Smundak <asmundak@google.com>
11815
11816 * gdb.python/py-type.exp: New test.
11817
11818 2015-04-28 Andy Wingo <wingo@igalia.com>
11819
11820 * gdb.python/py-parameter.exp:
11821 * gdb.guile/scm-parameter.exp: Escape the path that we are
11822 matching against, as it might contain characters that are special
11823 to regular expressions.
11824
11825 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11826
11827 * gdb.ada/rec_comp: New testcase.
11828
11829 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11830
11831 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11832 before using it.
11833
11834 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11835
11836 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11837 new tests for verilog output.
11838
11839 2015-04-24 Yao Qi <yao.qi@linaro.org>
11840
11841 * boards/remote-gdbserver-on-localhost.exp: New file.
11842
11843 2015-04-23 Pedro Alves <palves@redhat.com>
11844
11845 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11846 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11847 "end of file", remove $inferior_spawn_id from the indirect list.
11848
11849 2015-04-23 Pedro Alves <palves@redhat.com>
11850
11851 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11852
11853 2015-04-23 Pedro Alves <palves@redhat.com>
11854
11855 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11856 on $any_spawn_id instead of only on $gdb_spawn_id.
11857
11858 2015-04-21 Pierre Muller <muller@sourceware.org>
11859
11860 PR pascal/17815
11861 * lib/pascal.exp (gpc_compile): Add new option "class".
11862 (fpc_compile): Likewise.
11863 * gdb.pascal/case-insensitive-symbols.pas: New file.
11864 * gdb.pascal/case-insensitive-symbols.exp: New file.
11865
11866 2015-04-20 Gary Benson <gbenson@redhat.com>
11867
11868 * gdb.base/attach.exp: Fix three extended remote failures.
11869
11870 2015-04-17 Gary Benson <gbenson@redhat.com>
11871
11872 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11873 the main executable over the remote protocol.
11874
11875 2015-04-16 Pedro Alves <palves@redhat.com>
11876
11877 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11878 a new gdbserver if gdbserver_reconnect_p is set.
11879
11880 2015-04-16 Pedro Alves <palves@redhat.com>
11881
11882 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11883 is set, don't exit gdbserver.
11884
11885 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11886
11887 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11888 appropriate .insn, such that an older assembler can be used.
11889 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11890 the z/Architecture instruction set on 31-bit targets as well.
11891
11892 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11893
11894 * gdb.go/handcall.exp: Remove all logic related to the first
11895 breakpoint and rely on go_runto_main instead.
11896 * gdb.go/strings.exp: Likewise.
11897 * gdb.go/unsafe.exp: Likewise.
11898 * gdb.go/hello.exp: Likewise. Also rename the remaining
11899 breakpoint marker to "breakpoint 1".
11900 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11901 * gdb.go/strings.go: Likewise.
11902 * gdb.go/unsafe.go: Likewise.
11903 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11904 "set breakpoint 2 here" and rename the remaining breakpoint marker
11905 to "breakpoint 1".
11906
11907 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11908
11909 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11910 if itertools.imap is not present.
11911 * gdb.python/py-objfile.exp: Add parentheses.
11912 * gdb.python/py-type.exp: Same.
11913 * gdb.python/py-unwind-maint.py: Same.
11914
11915 2015-04-15 Yao Qi <yao.qi@linaro.org>
11916
11917 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11918 of ":$ptr_size" and set its form explicitly.
11919
11920 2015-04-15 Pedro Alves <palves@redhat.com>
11921 Yao Qi <yao.qi@linaro.org>
11922
11923 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11924 timeout by factor of 4.
11925 (test_regular_watch): Likewise.
11926 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11927 * gdb.reverse/sigall-reverse.exp: Likewise.
11928 * gdb.reverse/until-precsave.exp: Likewise.
11929 * lib/gdb.exp (with_timeout_factor): New proc.
11930 (gdb_expect): Move some code to ...
11931 (get_largest_timeout): ... here. New procedure.
11932
11933 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11934
11935 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11936
11937 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11938
11939 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11940 to write to the .text section.
11941
11942 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11943
11944 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11945 Handle the case of targets that do not provide PID information.
11946
11947 2015-04-13 Yao Qi <yao.qi@linaro.org>
11948
11949 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11950 and use expect instead of gdb_expect.
11951
11952 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11953
11954 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11955 "coredump_var_addr" to avoid naming conflict with other testcases.
11956
11957 2015-04-10 Pedro Alves <palves@redhat.com>
11958
11959 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11960 gdb_test_sequence and gdb_assert.
11961
11962 2015-04-10 Pedro Alves <palves@redhat.com>
11963
11964 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11965 test messages that don't include the breakpoint address.
11966
11967 2015-04-10 Yao Qi <yao.qi@linaro.org>
11968
11969 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11970 false for some offset and width combinations which aren't
11971 supported by linux kernel.
11972
11973 2015-04-10 Pedro Alves <palves@redhat.com>
11974
11975 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11976 procedure, factored out from ...
11977 (top level): ... here. Add "set displaced-stepping" testing axis.
11978 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11979 parameter "displaced". Use it.
11980 (top level): Use foreach and add "set displaced-stepping" testing
11981 axis.
11982
11983 2015-04-10 Pedro Alves <palves@redhat.com>
11984
11985 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11986 Remove comment.
11987 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11988 both the address of the instruction that triggers the watchpoint
11989 and the address of the instruction immediately after, and use
11990 those addresses for the test. Fix comment.
11991
11992 2015-04-10 Pedro Alves <palves@redhat.com>
11993
11994 * gdb.base/sigstep.exp (breakpoint_to_handler)
11995 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11996 Test "backtrace" in handler.
11997 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11998 (top level): Add new "displaced" test axis to
11999 breakpoint_to_handler, breakpoint_to_handler_entry and
12000 breakpoint_over_handler.
12001
12002 2015-04-10 Pedro Alves <palves@redhat.com>
12003
12004 PR gdb/18216
12005 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12006
12007 2015-04-10 Yao Qi <yao.qi@linaro.org>
12008
12009 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12010 (test_add_rn_pc): New function.
12011 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12012 (top level): Invoke test_add_rn_pc.
12013
12014 2015-04-10 Pedro Alves <palves@redhat.com>
12015
12016 PR gdb/13858
12017 * gdb.base/step-over-no-symbols.exp: New file.
12018
12019 2015-04-09 Andy Wingo <wingo@igalia.com>
12020
12021 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12022 after the Python tests.
12023
12024 2015-04-08 Keith Seitz <keiths@redhat.com>
12025
12026 PR python/16699
12027 * gdb.python/py-completion.exp: New tests for completion.
12028 * gdb.python/py-completion.py (CompleteLimit1): New class.
12029 (CompleteLimit2): Likewise.
12030 (CompleteLimit3): Likewise.
12031 (CompleteLimit4): Likewise.
12032 (CompleteLimit5): Likewise.
12033 (CompleteLimit6): Likewise.
12034 (CompleteLimit7): Likewise.
12035
12036 2015-04-08 Pedro Alves <palves@redhat.com>
12037
12038 PR gdb/18214
12039 PR gdb/18216
12040 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12041 function.
12042 (main): Install it as SIGUSR1 handler.
12043 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12044 parameter. Always use "setup" as prefix. Toggle "set
12045 displaced-stepping" off/on depending on global. Don't switch to
12046 thread 1 here.
12047 (top level): Add displaced stepping "off/on" test axis. Update
12048 "setup" calls. Wrap each subtest with with_test_prefix. Test
12049 continuing with a queued signal in each thread.
12050
12051 2015-04-08 Pedro Alves <palves@redhat.com>
12052
12053 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12054 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12055 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12056 Return early if running to main fails.
12057 * gdb.trace/while-stepping.exp: Likewise.
12058
12059 2015-04-07 Pedro Alves <palves@redhat.com>
12060
12061 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12062 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12063 interact with inferior program.
12064
12065 2015-04-07 Pedro Alves <palves@redhat.com>
12066
12067 * lib/gdb.exp (inferior_spawn_id): New global.
12068 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12069 spawn id after processing the user code.
12070 (default_gdb_start): Set inferior_spawn_id.
12071 (send_inferior): New procedure.
12072 * lib/gdbserver-support.exp (gdbserver_start): Set
12073 inferior_spawn_id.
12074 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12075
12076 2015-04-07 Pedro Alves <palves@redhat.com>
12077
12078 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12079 * lib/gdbserver-support.exp (gdbserver_start): Make
12080 $server_spawn_id global.
12081 (gdbserver_start): Don't wait for gdbserver's spawn id with
12082 expect_background.
12083 (close_gdbserver): New procedure.
12084 (gdb_exit): Rename the default version and reimplement.
12085
12086 2015-04-07 Pedro Alves <palves@redhat.com>
12087
12088 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12089 append the substituted item, not the original item.
12090
12091 2015-04-07 Pedro Alves <palves@redhat.com>
12092
12093 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12094 gdb_expect.
12095
12096 2015-04-07 Pedro Alves <palves@redhat.com>
12097
12098 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12099 output appearing once only.
12100
12101 2015-04-07 Pedro Alves <palves@redhat.com>
12102
12103 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12104 that doesn't expect anything. Return early if running to main
12105 fails.
12106
12107 2015-04-07 Yao Qi <yao.qi@linaro.org>
12108
12109 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12110 (child_function): Call alarm.
12111 (main): Move call to alarm into the loop.
12112 * gdb.threads/non-stop-fair-events.exp: Build program with
12113 -DTIMEOUT=$timeout.
12114
12115 2015-04-06 Doug Evans <xdje42@gmail.com>
12116
12117 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12118 Fix dest parameter to board_info.
12119 (fpc_compile): Ditto.
12120 (gdb_compile_pascal): Rename dest arg to destfile.
12121
12122 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12123
12124 * gdb.ada/funcall_ref.exp: New file.
12125 * gdb.ada/funcall_ref/foo.adb: New file.
12126
12127 2015-04-02 Yao Qi <yao.qi@linaro.org>
12128
12129 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12130 is remote.
12131
12132 2015-04-02 Gary Benson <gbenson@redhat.com>
12133
12134 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12135
12136 2015-04-01 Sasha Smundak <asmundak@google.com>
12137
12138 * gdb.python/py-unwind-maint.c: New file.
12139 * gdb.python/py-unwind-maint.exp: New test.
12140 * gdb.python/py-unwind-maint.py: New file.
12141 * gdb.python/py-unwind.c: New file.
12142 * gdb.python/py-unwind.exp: New test.
12143 * gdb.python/py-unwind.py: New test.
12144
12145 2015-04-01 Pedro Alves <palves@redhat.com>
12146
12147 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12148 to fail instead of non-existent $test.
12149
12150 2015-04-01 Pedro Alves <palves@redhat.com>
12151
12152 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12153 GDBFLAGS if not empty.
12154
12155 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12156
12157 * gdb.ada/complete.exp: Remove "multi_line".
12158 * gdb.ada/info_exc.exp: Remove "multi_line".
12159 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12160 * gdb.ada/ptype_field.exp: Remove "multi_line".
12161 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12162 * gdb.ada/tagged.exp: Remove "multi_line".
12163 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12164 [multi_line ...]
12165 * gdb.btrace/delta.exp: Likewise.
12166 * gdb.btrace/exception.exp: Likewise.
12167 * gdb.btrace/function_call_history.exp: Likewise.
12168 * gdb.btrace/instruction_history.exp: Likewise.
12169 * gdb.btrace/nohist.exp: Likewise.
12170 * gdb.btrace/record_goto.exp: Likewise.
12171 * gdb.btrace/segv.exp: Likewise.
12172 * gdb.btrace/stepi.exp: Likewise.
12173 * gdb.btrace/tailcall.exp: Likewise.
12174 * gdb.btrace/unknown_functions.exp: Likewise.
12175 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12176 * lib/gdb.exp: Add the "multi_line" helper.
12177
12178 2015-04-01 Pedro Alves <palves@redhat.com>
12179
12180 * gdb.threads/tid-reuse.c: New file.
12181 * gdb.threads/tid-reuse.exp: New file.
12182
12183 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12184
12185 PR corefiles/16092
12186 * gdb.base/coredump-filter.c: New file.
12187 * gdb.base/coredump-filter.exp: Likewise.
12188
12189 2015-03-27 Petr Machata <pmachata@redhat.com>
12190
12191 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12192 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12193 (Dwarf::assemble): Initialize them.
12194 (Dwarf::lines): New function.
12195
12196 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12197
12198 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12199 SYMBOL_PREFIX for x86_64-*-cygwin.
12200
12201 2015-03-26 Andy Wingo <wingo@igalia.com>
12202
12203 PR symtab/18148
12204 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12205 const_value but not a location.
12206 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12207 location defined in non-main CUs are visible.
12208
12209 2015-03-26 Yao Qi <yao.qi@linaro.org>
12210
12211 PR testsuite/18139
12212 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12213 Add a line number entry for the same line.
12214 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12215 Add a line number entry for the same line.
12216
12217 2015-03-26 Yao Qi <yao.qi@linaro.org>
12218
12219 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12220 .int 0.
12221 (func): Likewise. Add .Lfunc_1 label.
12222 Use .Lfunc_1 label.
12223 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12224 .int 0.
12225 (func): Likewise.
12226 Use .Lfunc_1 label.
12227
12228 2015-03-26 Yao Qi <yao.qi@linaro.org>
12229
12230 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12231 Call gdb_compile instead to compile each .s files without debug
12232 information.
12233
12234 2015-03-26 Yao Qi <yao.qi@linaro.org>
12235
12236 * gdb.base/savedregs.exp (process_saved_regs): Make
12237 "Saved registers:" optional in the pattern.
12238
12239 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12240
12241 * gdb.btrace/next.exp: Merged into step.exp.
12242 * gdb.btrace/finish.exp: Merged into step.exp.
12243 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12244 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12245 "record goto" and checking the exact replay position.
12246 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12247 check for "Recording format" in "info record" output.
12248 * gdb.btrace/record_goto.exp: Choose test file based on target.
12249 * gdb.btrace/x86-record_goto.S: Renamed into ...
12250 * gdb.btrace/x86_64-record_goto.S: ... this.
12251 * gdb.btrace/i686-record_goto.S: New.
12252 * gdb.btrace/x86-tailcall.S: Renamed into ...
12253 * gdb.btrace/x86_64-tailcall.S: ... this.
12254 * gdb.btrace/i686-tailcall.S: New.
12255 * gdb.btrace/x86-tailcall.c: Renamed into ...
12256 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12257 separate statements. Update test.
12258 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12259 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12260 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12261 * gdb.btrace/tailcall.exp: Choose test file based on target.
12262 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12263
12264 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12265
12266 * gdb.btrace/exception.exp: Increase BTS buffer size.
12267
12268 2015-03-24 Pedro Alves <palves@redhat.com>
12269
12270 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12271
12272 2015-03-24 Pedro Alves <palves@redhat.com>
12273
12274 * gdb.threads/schedlock.exp (test_step): No longer expect that
12275 "set scheduler-locking step" with "next" over a function call runs
12276 threads unlocked.
12277
12278 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12279
12280 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12281
12282 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12283
12284 PR breakpoints/16466
12285 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12286 * gdb.mi/mi-pending.c (thread_func): New function.
12287 (int main): Add threading support required.
12288 * gdb.mi/mi-pending.exp: Add tests for this issue.
12289 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12290 (pendfunc2): Remove stdio dependency.
12291 * gdb.mi/mi-pendshr2.c: New file.
12292
12293 2015-03-23 Keith Seitz <keiths@redhat.com>
12294
12295 * gdb.linespec/keywords.c: New file.
12296 * gdb.linespec/keywords.exp: New file.
12297
12298 2015-03-23 Keith Seitz <keiths@redhat.com>
12299
12300 PR gdb/18021
12301 * gdb.dwarf2/staticvirtual.exp: New test.
12302
12303 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12304
12305 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12306 * README: Remove HP-UX and gdb.hp.
12307 (configuration):
12308 * configure: Regenerate.
12309 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12310 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12311 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12312 gdb.hp/gdb.defects/Makefile.
12313 * gdb.hp/Makefile.in: File deleted.
12314 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12315 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12316 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12317 * gdb.hp/gdb.aCC/run.c: File deleted.
12318 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12319 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12320 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12321 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12322 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12323 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12324 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12325 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12326 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12327 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12328 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12329 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12330 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12331 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12332 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12333 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12334 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12335 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12336 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12337 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12338 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12339 * gdb.hp/gdb.compat/average.c: File deleted.
12340 * gdb.hp/gdb.compat/sum.c: File deleted.
12341 * gdb.hp/gdb.compat/xdb.c: File deleted.
12342 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12343 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12344 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12345 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12346 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12347 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12348 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12349 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12350 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12351 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12352 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12353 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12354 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12355 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12356 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12357 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12358 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12359 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12360 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12361 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12362 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12363 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12364 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12365 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12366 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12367 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12368 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12369 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12370 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12371 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12372 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12373 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12374 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12375 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12376 * gdb.hp/tools/odump: File deleted.
12377
12378 2015-03-19 Pedro Alves <palves@redhat.com>
12379
12380 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12381 (saw_thread_3): New globals.
12382 (top level): Increment them when an event for the corresponding
12383 thread is seen.
12384 (no thread starvation): New test.
12385
12386 2015-03-19 Pedro Alves <palves@redhat.com>
12387
12388 * gdb.threads/continue-pending-status.c: New file.
12389 * gdb.threads/continue-pending-status.exp: New file.
12390
12391 2015-03-18 Pedro Alves <palves@redhat.com>
12392
12393 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12394 Use gdb_is_target_remote instead of is_remote. Use
12395 gdb_test_multiple instead of gdb_expect. Exit early if
12396 gdb_test_multiple hits its internal matches. Tighten stepi tests
12397 expected output. Fail on exit with any signal, instead of just
12398 SIGILL.
12399
12400 2015-03-18 Yao Qi <yao.qi@linaro.org>
12401
12402 PR tdep/18107
12403 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12404 variable.
12405 * gdb.base/catch-syscall.exp: Don't skip it on
12406 aarch64*-*-linux* target. Remove elements in all_syscalls.
12407 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12408 target.
12409 (setup_all_syscalls): New proc.
12410
12411 2015-03-16 Yao Qi <yao.qi@linaro.org>
12412
12413 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12414 (top level): Skip tests if valid_addr_p returns false for
12415 $cmd1 or $cmd2.
12416
12417 2015-03-11 Andy Wingo <wingo@igalia.com>
12418
12419 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12420
12421 2015-03-11 Yao Qi <yao.qi@linaro.org>
12422
12423 * gdb.base/catch-syscall.exp: Fix typo in comments.
12424
12425 2015-03-11 Yao Qi <yao.qi@linaro.org>
12426
12427 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12428
12429 2015-03-09 Pedro Alves <palves@redhat.com>
12430
12431 * dg-extract-results.py: Delete.
12432
12433 2015-03-09 Pedro Alves <palves@redhat.com>
12434
12435 Merge dg-extract-results.sh from GCC upstream (r218843).
12436
12437 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12438 * dg-extract-results.sh: Use --text with grep to avoid issues with
12439 binary files. Fall back to cat -v, if that doesn't work.
12440
12441 2015-03-05 Pedro Alves <palves@redhat.com>
12442
12443 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12444
12445 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12446
12447 * lib/mi-support.exp (mi_expect_interrupt): Accept
12448 alternative event for when in all-stop mode.
12449
12450 2015-03-04 Pedro Alves <palves@redhat.com>
12451
12452 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12453
12454 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12455
12456 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12457
12458 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12459
12460 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12461 regexps for GDB's current line display, accept a hex address
12462 preceding the line number.
12463
12464 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12465
12466 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12467 the 'arch1' variable for "s390*-linux*" targets.
12468
12469 2015-03-04 Pedro Alves <palves@redhat.com>
12470
12471 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12472 (main): Pass missing retval argument to pthread_join call.
12473
12474 2015-03-02 Pedro Alves <palves@redhat.com>
12475
12476 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12477 (top level): Call do_test with non-stop as well.
12478
12479 2015-03-02 Pedro Alves <palves@redhat.com>
12480
12481 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12482 -1.
12483
12484 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12485
12486 * gdb.arch/s390-vregs.exp: New test.
12487 * gdb.arch/s390-vregs.S: New file.
12488
12489 2015-02-27 Pedro Alves <palves@redhat.com>
12490
12491 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12492 call to catch_command_errors.
12493 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12494 catch_command_errors.
12495
12496 2015-02-27 Pedro Alves <palves@redhat.com>
12497
12498 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12499 "true" for boolean result.
12500 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12501 prototype of main.
12502
12503 2015-02-27 Pedro Alves <palves@redhat.com>
12504
12505 * lib/unbuffer_output.c: New file.
12506 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12507 (main): Call gdb_unbuffer_output.
12508
12509 2015-02-27 Yao Qi <yao.qi@linaro.org>
12510
12511 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12512 target.
12513
12514 2015-02-26 Doug Evans <dje@google.com>
12515
12516 * gdb.cp/class2.cc (Dbase, D): New classes.
12517 (main): New local delta.
12518 * gdb.cp/class2.exp: Test printing delta.
12519 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12520 (dynbar): New global.
12521 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12522
12523 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12524
12525 * gdb.compile/compile-ifunc.c: New file.
12526 * gdb.compile/compile-ifunc.exp: New file.
12527
12528 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12529
12530 * gdb.base/structs.exp: Check for correct struct on finish.
12531
12532 2015-02-26 Yao Qi <yao.qi@linaro.org>
12533
12534 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12535 is zero.
12536
12537 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12538
12539 * gdb.arch/cordic.ko.bz2: New file.
12540 * gdb.arch/cordic.ko.debug.bz2: New file.
12541 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12542
12543 2015-02-25 Yao Qi <yao.qi@linaro.org>
12544
12545 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12546 aarch64*-*-* target.
12547
12548 2015-02-23 Pedro Alves <palves@redhat.com>
12549
12550 * lib/gdb.exp (delete_breakpoints): Rewrite using
12551 gdb_test_multiple.
12552
12553 2015-02-23 Pedro Alves <palves@redhat.com>
12554
12555 * gdb.base/info-os.c: Include stdlib.h.
12556
12557 2015-02-22 Doug Evans <xdje42@gmail.com>
12558
12559 PR symtab/17855
12560 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12561 is read after symbols have been re-read.
12562 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12563 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12564
12565 2015-02-21 Doug Evans <dje@google.com>
12566
12567 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12568
12569 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12570
12571 PR corefiles/17808
12572 * gdb.arch/i386-biarch-core.core.bz2: New file.
12573 * gdb.arch/i386-biarch-core.exp: New file.
12574
12575 2015-02-21 Pedro Alves <palves@redhat.com>
12576
12577 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12578 runto_main fails.
12579
12580 2015-02-20 Pedro Alves <palves@redhat.com>
12581
12582 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12583 info probes.
12584
12585 2015-02-20 Pedro Alves <palves@redhat.com>
12586
12587 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12588
12589 2015-02-20 Pedro Alves <palves@redhat.com>
12590
12591 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12592 clean_restart before gdb_target_supports_trace.
12593
12594 2015-02-20 Pedro Alves <palves@redhat.com>
12595
12596 PR threads/18006
12597 * gdb.threads/clone-thread_db.c: New file.
12598 * gdb.threads/clone-thread_db.exp: New file.
12599
12600 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12601
12602 PR breakpoints/16812
12603 * gdb.base/catch-gdb-caused-signals.c: New file.
12604 * gdb.base/catch-gdb-caused-signals.exp: New file.
12605
12606 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12607
12608 * configure: Regenerated.
12609 * configure.ac: Use GDB_AC_TRANSFORM.
12610 * aclocal.m4: sinclude ../transform.m4.
12611
12612 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12613
12614 * lib/dtrace.exp: New file.
12615 * gdb.base/dtrace-probe.exp: Likewise.
12616 * gdb.base/dtrace-probe.d: Likewise.
12617 * gdb.base/dtrace-probe.c: Likewise.
12618 * lib/pdtrace.in: Likewise.
12619 * configure.ac: Output variables with the transformed names of
12620 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12621 * configure: Regenerated.
12622
12623 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12624
12625 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12626 expected message when trying to access $_probe_* convenience
12627 variables while not on a probe.
12628
12629 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12630
12631 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12632
12633 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12634
12635 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12636 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12637
12638 2015-02-10 Doug Evans <xdje42@gmail.com>
12639
12640 * lib/gdb.exp (gdb_load): Always return a result.
12641
12642 2015-02-10 Pedro Alves <palves@redhat.com>
12643
12644 * gdb.threads/signal-sigtrap.c: New file.
12645 * gdb.threads/signal-sigtrap.exp: New file.
12646
12647 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12648
12649 * gdb.trace/no-attach-trace.c: New file.
12650 * gdb.trace/no-attach-trace.exp: New file.
12651
12652 2015-02-09 Mark Wielaard <mjw@redhat.com>
12653
12654 * gdb.dwarf2/atomic.c: New file.
12655 * gdb.dwarf2/atomic-type.exp: Likewise.
12656
12657 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12658
12659 * gdb.btrace/buffer-size.exp: Update "info record" output.
12660 * gdb.btrace/delta.exp: Update "info record" output.
12661 * gdb.btrace/enable.exp: Update "info record" output.
12662 * gdb.btrace/finish.exp: Update "info record" output.
12663 * gdb.btrace/instruction_history.exp: Update "info record" output.
12664 * gdb.btrace/next.exp: Update "info record" output.
12665 * gdb.btrace/nexti.exp: Update "info record" output.
12666 * gdb.btrace/step.exp: Update "info record" output.
12667 * gdb.btrace/stepi.exp: Update "info record" output.
12668 * gdb.btrace/nohist.exp: Update "info record" output.
12669
12670 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12671
12672 * gdb.btrace/buffer-size: New.
12673
12674 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12675
12676 * gdb.btrace/delta.exp: Update "info record" output.
12677 * gdb.btrace/enable.exp: Update "info record" output.
12678 * gdb.btrace/finish.exp: Update "info record" output.
12679 * gdb.btrace/instruction_history.exp: Update "info record" output.
12680 * gdb.btrace/next.exp: Update "info record" output.
12681 * gdb.btrace/nexti.exp: Update "info record" output.
12682 * gdb.btrace/step.exp: Update "info record" output.
12683 * gdb.btrace/stepi.exp: Update "info record" output.
12684 * gdb.btrace/nohist.exp: Update "info record" output.
12685
12686 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12687
12688 PR gdb/15678
12689 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12690
12691 2015-02-06 Pedro Alves <palves@redhat.com>
12692
12693 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12694 macro.
12695 (seconds_left, again): New globals.
12696 (main): Wait seconds_left in a 1-second sleep loop instead of
12697 sleeping 180 seconds. If 'again' is set, reset the seconds
12698 counter.
12699 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12700 'again' in the inferior before detaching. Print the seconds left.
12701 (options): New global.
12702 (top level): Build program with -DTIMEOUT=$timeout.
12703
12704 2015-02-06 Pedro Alves <palves@redhat.com>
12705
12706 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12707 determine how many seconds to pass to 'alarm'.
12708 * gdb.base/gdb-sigterm.exp (top level): Build program with
12709 -DTIMEOUT=$timeout.
12710 (do_test): Return success/failure indication. Add more verbose
12711 logging. Don't fail if 200 single steps are seen. Instead, fail
12712 when the test times out.
12713 (passes): New global.
12714 (top level): Break the testing loop if testing fails on any
12715 iteration. Use gdb_assert.
12716
12717 2015-02-04 Don Breazeal <donb@codesourcery.com>
12718
12719 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12720 and initialize them.
12721 (ipc_cleanup): New function.
12722 (main): Don't declare shmid, semid, and msqid. Add a call to
12723 atexit so that we call ipc_cleanup on exit.
12724
12725 2015-02-04 Pedro Alves <palves@redhat.com>
12726
12727 * boards/native-extended-gdbserver.exp: Remove any target variant
12728 specifications from the board name before clearing the isremote
12729 flag from board_info.
12730
12731 2015-01-31 Doug Evans <xdje42@gmail.com>
12732
12733 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12734
12735 2015-01-31 Gary Benson <gbenson@redhat.com>
12736
12737 * gdb.base/completion.exp: Disable completion limiting for
12738 existing tests. Add new tests to check completion limiting.
12739 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12740
12741 2015-01-31 Doug Evans <xdje42@gmail.com>
12742
12743 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12744
12745 2015-01-31 Doug Evans <xdje42@gmail.com>
12746
12747 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12748 entries. Duplicate file section script entries.
12749 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12750 inlined entries. Add test for safe-path rejection.
12751 * gdb.python/py-section-script.c: Add duplicate inlined section script
12752 entries. Duplicate file section script entries.
12753 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12754 inlined entries. Add test for safe-path rejection.
12755
12756 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12757
12758 * gdb.ada/disc_arr_bound: New testcase.
12759
12760 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12761
12762 * gdb.ada/mi_var_array: New testcase.
12763
12764 2015-01-27 Doug Evans <dje@google.com>
12765
12766 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12767 Add test for objfile.filename, objfile.username after objfile
12768 has been unloaded.
12769
12770 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12771
12772 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12773 the second test to print the name attribute of value
12774 returned by the call to gdb.lookup_type, and adjust
12775 the expected output accordingly.
12776
12777 2015-01-25 Mark Wielaard <mjw@redhat.com>
12778
12779 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12780 * gdb.base/disp-step-fork.c: Include unistd.h.
12781 * gdb.base/siginfo-obj.c: Include stdio.h.
12782 * gdb.base/siginfo-thread.c: Likewise.
12783 * gdb.mi/non-stop.c: Include unistd.h.
12784 * gdb.mi/nsthrexec.c: Include stdio.h.
12785 * gdb.mi/pthreads.c: Include unistd.h.
12786 * gdb.modula2/unbounded1.c (main): Declare returns int.
12787 * gdb.reverse/consecutive-reverse.c: Likewise.
12788 * gdb.threads/create-fail.c: Include unistd.h.
12789 * gdb.threads/killed.c: Likewise.
12790 * gdb.threads/linux-dp.c: Likewise.
12791 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12792 * gdb.threads/non-ldr-exc-2.c: Likewise.
12793 * gdb.threads/non-ldr-exc-3.c: Likewise.
12794 * gdb.threads/non-ldr-exc-4.c: Likewise.
12795 * gdb.threads/pthreads.c: Include unistd.h.
12796 (main): Declare returns int.
12797 * gdb.threads/tls-main.c (foo): New declaration.
12798 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12799
12800 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12801
12802 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12803 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12804
12805 2015-01-15 Mark Wielaard <mjw@redhat.com>
12806
12807 * gdb.base/noreturn-return.c: New file.
12808 * gdb.base/noreturn-return.exp: New file.
12809 * gdb.base/noreturn-finish.c: New file.
12810 * gdb.base/noreturn-finish.exp: New file.
12811
12812 2015-01-23 Pedro Alves <palves@redhat.com>
12813
12814 * gdb.threads/continue-pending-after-query.c: New file.
12815 * gdb.threads/continue-pending-after-query.exp: New file.
12816
12817 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12818 Simon Marchi <simon.marchi@ericsson.com>
12819
12820 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12821 * gdb.base/valgrind-db-attach.exp: Same.
12822 * gdb.base/valgrind-infcall.exp: Same.
12823 * lib/mi-support.exp (default_mi_gdb_start): Same.
12824 * lib/prompt.exp (default_prompt_gdb_start): Same.
12825 * lib/gdb.exp (default_gdb_spawn): Same.
12826 (gdb_interact): New.
12827
12828
12829 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12830
12831 * gdb.compile/compile.exp (pointer to jit function): New test.
12832
12833 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12834
12835 * lib/gdb.exp (supports_process_record): Return true for
12836 powerpc*-*-linux*.
12837 (supports_reverse): Likewise.
12838
12839 2015-01-15 Don Breazeal <donb@codesourcery.com>
12840
12841 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12842 instead of checking whether the target board is remote and
12843 use spawn_wait_for_attach instead of exec/sleep.
12844 * gdb.base/attach-twice.exp: Likewise.
12845
12846 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12847
12848 * gdb.ada/var_arr_attrs: New testcase.
12849
12850 2015-01-14 Pedro Alves <palves@redhat.com>
12851 Joel Brobecker <brobecker@adacore.com>
12852
12853 PR gdb/17525
12854 * gdb.base/bp-cmds-execution-x-script.c: New file.
12855 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12856 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12857
12858 2015-01-14 Pedro Alves <palves@redhat.com>
12859
12860 PR cli/17828
12861 * gdb.base/batch-preserve-term-settings.c: New file.
12862 * gdb.base/batch-preserve-term-settings.exp: New file.
12863
12864 2015-01-13 Doug Evans <dje@google.com>
12865
12866 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12867 binary.
12868
12869 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12870
12871 * Makefile.in (clean mostlyclean): Do not delete *.py.
12872
12873 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12874
12875 * gdb.python/py-lookup-type.exp: New file.
12876
12877 2015-01-12 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12880 restore GDBFLAGS before returning.
12881
12882 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12883
12884 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12885 is_amd64_regs_target and is_x86_like_target.
12886
12887 2015-01-11 Doug Evans <xdje42@gmail.com>
12888
12889 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12890 is given without an explicit form.
12891 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12892 attributes.
12893 * gdb.dwarf/corrupt.exp: Ditto.
12894 * gdb.dwarf2/enum-type.exp: Ditto.
12895 * gdb.trace/entry-values.exp: Ditto.
12896 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12897
12898 2015-01-11 Doug Evans <xdje42@gmail.com>
12899
12900 PR gdb/15830
12901 * gdb.base/maint.exp: Remove references to "maint demangle".
12902 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12903 Add tests for explicitly specifying language to demangle.
12904 * gdb.dlang/demangle.exp: Ditto.
12905
12906 2015-01-09 Pedro Alves <palves@redhat.com>
12907
12908 * gdb.threads/non-stop-fair-events.c: New file.
12909 * gdb.threads/non-stop-fair-events.exp: New file.
12910
12911 2015-01-09 Pedro Alves <palves@redhat.com>
12912
12913 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12914 the global scope. Set a breakpoint after all threads are started
12915 rather than stepping over two source lines. Expect the prompt.
12916 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12917 global.
12918 (NUM): Now 15.
12919 (main): Use threads_started_barrier to wait for all threads to
12920 start. Main thread no longer calls thread_function. Exit after
12921 180 seconds.
12922 (loop): New function.
12923 (thread_function): Wait on threads_started_barrier barrier. Call
12924 'loop' at each iteration.
12925 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12926 threads have started, instead of hardcoding number of "next"
12927 steps. Use an access watchpoint instead of a write watchpoint.
12928
12929 2015-01-09 Pedro Alves <palves@redhat.com>
12930
12931 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12932 (thread_func): Wait on barrier.
12933 (main): Wait for all threads to start before stopping GDB.
12934 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12935 global.
12936 (thread1_func, thread2_func): Wait on barrier.
12937 (main): Wait for all threads to start before stopping GDB.
12938 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12939 New global.
12940 (thread1_func, thread2_func): Wait on barrier.
12941 (main): Wait for all threads to start before stopping GDB.
12942
12943 2015-01-09 Pedro Alves <palves@redhat.com>
12944
12945 * gdb.threads/attach-many-short-lived-threads.c: New file.
12946 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12947
12948 2014-01-09 Pedro Alves <palves@redhat.com>
12949
12950 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12951 instead of to thread 2.
12952 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12953 Add barrier around each pthread_create call instead of around all
12954 calls.
12955 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12956 Set a break on thread_function and have the child threads hit it
12957 one at at a time.
12958
12959 2015-01-09 Pedro Alves <palves@redhat.com>
12960
12961 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12962 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12963 false.
12964 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12965 checking whether the target board is remote.
12966 * gdb.multi/multi-attach.exp: Likewise.
12967 * gdb.python/py-sync-interp.exp: Likewise.
12968 * gdb.server/ext-attach.exp: Likewise.
12969 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12970 tests that need to attach, instead of checking whether the target
12971 board is remote at the top of the file.
12972
12973 2015-01-08 Yao Qi <yao@codesourcery.com>
12974
12975 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12976
12977 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12978
12979 Fix testcase compilation.
12980 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12981
12982 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12983
12984 * gdb.python/py-type.exp: Add a couple test about empty
12985 array creation, and negative-length array creation.
12986
12987 2015-01-02 Doug Evans <xdje42@gmail.com>
12988
12989 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12990
12991 2015-01-02 Doug Evans <dje@google.com>
12992
12993 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12994
12995 2014-12-29 Yao Qi <yao@codesourcery.com>
12996
12997 * gdb.trace/entry-values.exp: Update comments. Rename variable
12998 bar_call_foo to returned_from_foo.
12999
13000 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13001
13002 PR gdb/17394
13003 * gdb.linespec/break-asm-file.c: New file.
13004 * gdb.linespec/break-asm-file.exp: New file.
13005 * gdb.linespec/break-asm-file0.s: New file.
13006 * gdb.linespec/break-asm-file1.s: New file.
13007
13008 2014-12-18 Nigel Stephens <nigel@mips.com>
13009 Maciej W. Rozycki <macro@codesourcery.com>
13010
13011 * gdb.base/float.exp: Handle the new output from "info float" on
13012 MIPS targets.
13013
13014 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13015
13016 Fix MinGW compilation.
13017 * gdb.compile/compile-ops.exp: Update untested message if
13018 !skip_compile_feature_tests.
13019 * gdb.compile/compile-setjmp.exp: Likewise.
13020 * gdb.compile/compile-tls.exp: Likewise.
13021 * gdb.compile/compile.exp: Likewise.
13022 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13023 supported on this host".
13024
13025 2014-12-16 Doug Evans <xdje42@gmail.com>
13026
13027 * boards/stabs.exp: New file.
13028
13029 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13030
13031 * gdb.base/completion.exp: Adjust to format changes of "maint
13032 print user-registers".
13033
13034 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13035
13036 PR server/17457
13037 * gdb.arch/aarch64-fp.c: New file.
13038 * gdb.arch/aarch64-fp.exp: New file.
13039
13040 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13041
13042 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13043 r210637, r210913, r211666, r215400, r215817).
13044
13045 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13046 * dg-extract-results.py: New file.
13047 * dg-extract-results.sh: Use it if the environment seems
13048 suitable.
13049
13050 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13051
13052 * dg-extract-results.py (parse_run): Handle warnings that
13053 are printed before a test harness is run.
13054
13055 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13056
13057 * dg-extract-results.py (Named): Remove __cmp__ method.
13058 (output_variation): Use a key to sort variation.harnesses.
13059
13060 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13061
13062 * dg-extract-results.py: For Python 3, force sys.stdout to
13063 handle surrogate escape sequences.
13064 (safe_open): New function.
13065 (output_segment, main): Use it.
13066
13067 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13068
13069 * dg-extract-results.py (Prog.result_re): Include options
13070 in test name.
13071
13072 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13073
13074 * dg-extract-results.py (output_variation): Always sort if
13075 do_sum.
13076
13077 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13078
13079 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13080 as long as we get pagination notifications.
13081
13082 2014-12-15 Jason Merrill <jason@redhat.com>
13083
13084 * Makefile.in (check-gdb.%): Restore.
13085 * README: Mention it.
13086
13087 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13088
13089 * gdb.ada/str_uninit: New testcase.
13090
13091 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13092
13093 PR symtab/17642
13094 * gdb.base/vla-stub-define.c: New file.
13095 * gdb.base/vla-stub.c: New file.
13096 * gdb.base/vla-stub.exp: New file.
13097
13098 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13099 Jan Kratochvil <jan.kratochvil@redhat.com>
13100 Tom Tromey <tromey@redhat.com>
13101
13102 * configure.ac: Add gdb.compile/.
13103 * configure: Regenerate.
13104 * gdb.compile/Makefile.in: New file.
13105 * gdb.compile/compile-ops.exp: New file.
13106 * gdb.compile/compile-ops.c: New file.
13107 * gdb.compile/compile-tls.c: New file.
13108 * gdb.compile/compile-tls.exp: New file.
13109 * gdb.compile/compile-constvar.S: New file.
13110 * gdb.compile/compile-constvar.c: New file.
13111 * gdb.compile/compile-mod.c: New file.
13112 * gdb.compile/compile-nodebug.c: New file.
13113 * gdb.compile/compile-setjmp-mod.c: New file.
13114 * gdb.compile/compile-setjmp.c: New file.
13115 * gdb.compile/compile-setjmp.exp: New file.
13116 * gdb.compile/compile-shlib.c: New file.
13117 * gdb.compile/compile.c: New file.
13118 * gdb.compile/compile.exp: New file.
13119 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13120
13121 2014-12-12 Tom Tromey <tromey@redhat.com>
13122
13123 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13124 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13125
13126 2014-12-12 Doug Evans <dje@google.com>
13127
13128 * lib/gdb-python.exp (get_python_valueof): New function.
13129 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13130
13131 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13132
13133 * gdb.base/completion.exp: Add test for completion of "info
13134 registers ".
13135
13136 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13137
13138 * gdb.base/func-ptrs.c: New file.
13139 * gdb.base/func-ptrs.exp: New file.
13140
13141 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13142
13143 PR breakpoints/17012
13144 * gdb.base/dprintf-detach.c: New file.
13145 * gdb.base/dprintf-detach.exp: New file.
13146
13147 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13148
13149 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13150 * lib/gdb.exp (target_is_gdbserver): New procedure.
13151
13152 2014-12-08 Doug Evans <dje@google.com>
13153
13154 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13155
13156 2014-12-05 Yao Qi <yao@codesourcery.com>
13157
13158 * gdb.guile/scm-error.exp: Remove the third argument to
13159 gdb_remote_download.
13160 * gdb.guile/scm-frame-args.exp: Likewise.
13161 * gdb.guile/scm-section-script.exp: Likewise.
13162
13163 2014-12-05 Yao Qi <yao@codesourcery.com>
13164
13165 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13166
13167 2014-12-04 Doug Evans <dje@google.com>
13168
13169 * gdb.python/py-objfile.exp: Add tests for
13170 objfile.add_separate_debug_file.
13171
13172 2014-12-04 Doug Evans <dje@google.com>
13173
13174 * lib/gdb.exp (get_build_id): New function.
13175 (build_id_debug_filename_get): Rewrite to use it.
13176 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13177
13178 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13179
13180 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13181 `method(long)', not just 0x0.
13182 * gdb.cp/nsalias.exp: Align code labels to 4.
13183 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13184 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13185 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13186 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13187 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13188 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13189
13190 2014-12-02 Doug Evans <dje@google.com>
13191
13192 PR symtab/17602
13193 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13194 * gdb.cp/anon-ns2.cc: ... here. New file.
13195 * gdb.cp/anon-ns.exp: Update.
13196
13197 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13198
13199 * gdb.python/py-events.py (inferior_call_handler): New.
13200 (register_changed_handler, memory_changed_handler): New.
13201 (test_events.invoke): Register new handlers.
13202 * gdb.python/py-events.exp: Add tests for inferior call,
13203 memory_changed and register_changed events.
13204
13205 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13206
13207 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13208 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13209 if the linker doesn't understand this.
13210
13211 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13212
13213 * gdb.python/python.exp: Change expected reply to help().
13214
13215 2014-12-01 Yao Qi <yao@codesourcery.com>
13216
13217 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13218 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13219 * configure: Re-generated.
13220
13221 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13222
13223 * gdb.cp/chained-calls.cc: New file.
13224 * gdb.cp/chained-calls.exp: New file.
13225 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13226
13227 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13228
13229 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13230 * gdb.dwarf2/symtab-producer.exp: Same.
13231 * gdb.gdb/python-interrupts.exp: Same.
13232 * gdb.gdb/python-selftest.exp: Same.
13233 * gdb.python/py-linetable.exp: Same.
13234 * gdb.python/py-type.exp: Same.
13235 * gdb.python/py-value-cc.exp: Same.
13236 * gdb.python/py-value.exp: Same.
13237
13238 2014-11-28 Yao Qi <yao@codesourcery.com>
13239
13240 * gdb.base/break-probes.exp: Match library name prefixed with
13241 sysroot.
13242
13243 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13244
13245 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13246 test expected output. Add parentheses for the call to print.
13247 Remove L suffix from integers.
13248
13249 2014-11-26 Doug Evans <dje@google.com>
13250
13251 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13252
13253 2014-11-22 Yao Qi <yao@codesourcery.com>
13254
13255 * gdb.trace/entry-values.c: Remove asms.
13256 (foo): Add foo_label.
13257 (bar): Add bar_label.
13258 * gdb.trace/entry-values.exp: Remove code computing foo's
13259 length and bar's length.
13260 (Dwarf::assemble): Invoke function_range for bar and use
13261 MACRO_AT_func for foo.
13262
13263 2014-11-22 Yao Qi <yao@codesourcery.com>
13264
13265 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13266 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13267 Use .Lgcc43_procstart instead of gcc43.
13268
13269 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13270
13271 * gdb.ada/n_arr_bound: New testcase.
13272
13273 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13274
13275 PR breakpoints/10737
13276 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13277 test_catch_syscall_multi_arch.
13278 (test_catch_syscall_multi_arch): New function.
13279
13280 2014-11-20 Doug Evans <xdje42@gmail.com>
13281
13282 * gdb.base/maint.exp: Update expected output.
13283
13284 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13285
13286 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13287 4-byte instruction on S390.
13288
13289 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13290
13291 * gdb.ada/arr_arr: New testcase.
13292
13293 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13294
13295 * gdb.ada/pkd_arr_elem: New Testcase.
13296
13297 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13298
13299 * gdb.reverse/break-precsave: Expect completion message for
13300 core file reads.
13301 * gdb.reverse/consecutive-precsave.exp: Likewise.
13302 * gdb.reverse/finish-precsave.exp: Likewise.
13303 * gdb.reverse/i386-precsave.exp: Likewise.
13304 * gdb.reverse/machinestate-precsave.exp: Likewise.
13305 * gdb.reverse/sigall-precsave.exp: Likewise.
13306 * gdb.reverse/solib-precsave.exp: Likewise.
13307 * gdb.reverse/step-precsave.exp: Likewise.
13308 * gdb.reverse/until-precsave.exp: Likewise.
13309 * gdb.reverse/watch-precsave.exp: Likewise.
13310
13311 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13312
13313 * gdb.base/bp-permanent.c: Include unistd.h.
13314 * gdb.python/py-framefilter-mi.c (main): Add return type.
13315 * gdb.python/py-framefilter.c (main): Likewise.
13316 * gdb.trace/actions-changed.c (main): Likewise.
13317
13318 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13319
13320 * gdb.mi/until.c: Add eye-catchers.
13321 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13322 line numbers.
13323
13324 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13325
13326 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13327 function header variants in break1.c.
13328 * gdb.base/ena-dis-br.exp: Likewise.
13329 * gdb.base/hbreak2.exp: Likewise.
13330 * gdb.reverse/until-precsave.exp: Drop references to removed
13331 non-prototype function header variants in ur1.c.
13332 * gdb.reverse/until-reverse.exp: Likewise.
13333
13334 2014-11-17 Petr Machata <pmachata@redhat.com>
13335
13336 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13337 ${_cu_offset_size} bytes abbrev offset.
13338
13339 2014-11-15 Doug Evans <xdje42@gmail.com>
13340
13341 PR symtab/17559
13342 * gdb.base/line-symtabs.exp: New file.
13343 * gdb.base/line-symtabs.c: New file.
13344 * gdb.base/line-symtabs.h: New file.
13345
13346 2014-11-14 Yao Qi <yao@codesourcery.com>
13347
13348 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13349 (func): Add label func_label.
13350 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13351 Replace low_pc and high_pc with MACRO_AT_range.
13352 Replace name, low_pc and high_pc with MACRO_AT_func.
13353
13354 2014-11-14 Yao Qi <yao@codesourcery.com>
13355
13356 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13357 Replace name, low_pc and high_pc with MACRO_AT_func.
13358
13359 2014-11-14 Yao Qi <yao@codesourcery.com>
13360
13361 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13362 produce debug information.
13363 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13364
13365 2014-11-14 Yao Qi <yao@codesourcery.com>
13366
13367 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13368 object and get function length.
13369 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13370 with MACRO_AT_func.
13371 (top-level): Replace gdb_compile and clean_restart with
13372 prepare_for_testing.
13373 * gdb.dwarf2/main.c (main): Add label main_label.
13374
13375 2014-11-14 Yao Qi <yao@codesourcery.com>
13376
13377 * lib/dwarf.exp (function_range): New procedure.
13378 (Dwarf::_handle_macro_at_func): New procedure.
13379 (Dwarf::_handle_macro_at_range): New procedure.
13380 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13381
13382 2014-11-14 Yao Qi <yao@codesourcery.com>
13383
13384 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13385 (_handle_attribute): New procedure.
13386
13387 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13388
13389 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13390 * gdb.base/call-sc.c (zed): Likewise.
13391 * gdb.base/checkpoint.c (main): Likewise.
13392 * gdb.base/dump.c (main): Likewise.
13393 * gdb.base/gcore.c (main): Likewise.
13394 * gdb.base/huge.c (main): Likewise.
13395 * gdb.base/multi-forks.c (main): Likewise.
13396 * gdb.base/pr10179-a.c (main): Likewise.
13397 * gdb.base/savedregs.c (main): Likewise.
13398 * gdb.base/sigaltstack.c (main): Likewise.
13399 * gdb.base/siginfo.c (main): Likewise.
13400 * gdb.base/structs.c (zed): Likewise.
13401 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13402 * gdb.mi/mi-syn-frame.c (main): Likewise.
13403 * gdb.mi/until.c (foo, main): Likewise.
13404 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13405 * gdb.base/solib-weak.c (foo): Declare.
13406 * gdb.base/attach-twice.c: Include stdio.h.
13407 * gdb.base/weaklib1.c: Likewise.
13408 * gdb.base/weaklib2.c: Likewise.
13409 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13410 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13411 unistd.h.
13412 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13413 * gdb.mi/mi-exit-code.c: Likewise.
13414 * gdb.base/break-interp-lib.c: Include string.h.
13415 * gdb.base/coremaker.c: Likewise.
13416 * gdb.base/testenv.c: Likewise.
13417 * gdb.python/py-finish-breakpoint.c: Likewise.
13418 * gdb.base/inferior-died.c: Include sys/wait.h.
13419 * gdb.base/fileio.c: Include time.h.
13420 * gdb.base/async-shell.c: Include unistd.h.
13421 * gdb.base/dprintf-non-stop.c: Likewise.
13422 * gdb.base/info-os.c: Likewise.
13423 * gdb.mi/mi-console.c: Likewise.
13424 * gdb.mi/watch-nonstop.c: Likewise.
13425 * gdb.python/py-events.c: Likewise.
13426 * gdb.base/async.c (baz): Move up before its invocation.
13427 * gdb.base/code_elim2.c (my_global_func): Likewise.
13428 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13429 * gdb.base/advance.c (func2): Likewise.
13430
13431 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13432
13433 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13434 variant.
13435 * gdb.base/annota3.c: Likewise.
13436 * gdb.base/async.c: Likewise.
13437 * gdb.base/average.c: Likewise.
13438 * gdb.base/call-ar-st.c: Likewise.
13439 * gdb.base/call-rt-st.c: Likewise.
13440 * gdb.base/call-sc.c: Likewise.
13441 * gdb.base/call-strs.c: Likewise.
13442 * gdb.base/ending-run.c: Likewise.
13443 * gdb.base/execd-prog.c: Likewise.
13444 * gdb.base/exprs.c: Likewise.
13445 * gdb.base/foll-exec.c: Likewise.
13446 * gdb.base/foll-fork.c: Likewise.
13447 * gdb.base/foll-vfork.c: Likewise.
13448 * gdb.base/funcargs.c: Likewise.
13449 * gdb.base/gcore.c: Likewise.
13450 * gdb.base/jump.c: Likewise.
13451 * gdb.base/langs0.c: Likewise.
13452 * gdb.base/langs1.c: Likewise.
13453 * gdb.base/langs2.c: Likewise.
13454 * gdb.base/mips_pro.c: Likewise.
13455 * gdb.base/nodebug.c: Likewise.
13456 * gdb.base/opaque0.c: Likewise.
13457 * gdb.base/opaque1.c: Likewise.
13458 * gdb.base/recurse.c: Likewise.
13459 * gdb.base/run.c: Likewise.
13460 * gdb.base/scope0.c: Likewise.
13461 * gdb.base/scope1.c: Likewise.
13462 * gdb.base/setshow.c: Likewise.
13463 * gdb.base/setvar.c: Likewise.
13464 * gdb.base/shmain.c: Likewise.
13465 * gdb.base/shr1.c: Likewise.
13466 * gdb.base/shr2.c: Likewise.
13467 * gdb.base/sigall.c: Likewise.
13468 * gdb.base/signals.c: Likewise.
13469 * gdb.base/so-indr-cl.c: Likewise.
13470 * gdb.base/solib2.c: Likewise.
13471 * gdb.base/structs.c: Likewise.
13472 * gdb.base/sum.c: Likewise.
13473 * gdb.base/vforked-prog.c: Likewise.
13474 * gdb.base/watchpoint.c: Likewise.
13475 * gdb.reverse/shr2.c: Likewise.
13476 * gdb.reverse/until-reverse.c: Likewise.
13477 * gdb.reverse/ur1.c: Likewise.
13478 * gdb.reverse/watch-reverse.c: Likewise.
13479
13480 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13481
13482 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13483 variant.
13484 * gdb.base/sepdebug.exp: Drop references to removed code.
13485
13486 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13487
13488 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13489 variant. Preserve original line numbering.
13490 * gdb.base/list1.c: Likewise.
13491
13492 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13493
13494 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13495 variant.
13496 * gdb.base/break1.c: Likewise.
13497 * gdb.base/break.exp: Drop references to removed code.
13498
13499 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13500
13501 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13502 variant.
13503
13504 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13505
13506 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13507
13508 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13509
13510 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13511 logic into perform_all_tests() and invoke it with and without
13512 function header prototypes.
13513 (do_function_calls): Remove conditional XFAIL for PR 5318.
13514 (rerun_and_prepare): Remove duplicate code.
13515 (perform_all_tests): New. Main logic moved here.
13516
13517 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13518
13519 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13520 code guarded by #ifdef NO_PROTOTYPES.
13521 (t_double_many_args): Likewise.
13522 (DEF_FUNC_MANY_ARGS_1): Likewise.
13523 (DEF_FUNC_VALUES_1): Likewise.
13524 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13525 guarded by #ifdef PROTOTYPES.
13526
13527 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13528
13529 * gdb.mi/mi-console.c: Add eye-catcher.
13530 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13531 instead of literal line number.
13532
13533 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13534
13535 * gdb.base/shr2.c: Add eye-catcher.
13536 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13537 line number.
13538
13539 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13540
13541 * gdb.base/jump.c: Add eye-catchers.
13542 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13543 numbers.
13544
13545 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13546
13547 * gdb.base/execd-prog.c: Add eye-catchers.
13548 * gdb.base/foll-exec.c: Likewise.
13549 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13550 line numbers.
13551
13552 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13553
13554 * gdb.base/ending-run.c: Add eye-catchers.
13555 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13556 literal line numbers.
13557
13558 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13559
13560 * gdb.base/call-rt-st.c: Add eye-catchers.
13561 * gdb.base/call-rt-st.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-ar-st.c: Add eye-catchers.
13567 * gdb.base/call-ar-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/average.c: Add eye-catchers.
13573 * gdb.base/sum.c: Likewise.
13574 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13575 regexps dynamically.
13576
13577 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13578
13579 * gdb.base/solib1.c: Add eye-catchers.
13580 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13581 literal line numbers.
13582
13583 2014-11-12 Pedro Alves <palves@redhat.com>
13584
13585 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13586 leader has exited.
13587
13588 2014-11-12 Pedro Alves <palves@redhat.com>
13589
13590 * gdb.arch/i386-bp_permanent.c: New file.
13591 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13592 (srcfile): Set to i386-bp_permanent.c.
13593 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13594 that stepi does not execute the 'leave' instruction, instead of
13595 testing it does execute.
13596 * gdb.base/bp-permanent.c: New file.
13597 * gdb.base/bp-permanent.exp: New file.
13598
13599 2014-11-10 Doug Evans <xdje42@gmail.com>
13600
13601 PR symtab/17564
13602 * gdb.base/symtab-search-order.exp: New file.
13603 * gdb.base/symtab-search-order.c: New file.
13604 * gdb.base/symtab-search-order-1.c: New file.
13605 * gdb.base/symtab-search-order-shlib-1.c: New file.
13606
13607 2014-11-07 Pedro Alves <palves@redhat.com>
13608
13609 PR gdb/17511
13610 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13611 i?86-*-linux*.
13612
13613 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13614
13615 PR c++/17494
13616 * gdb.cp/pr17494.cc: New file.
13617 * gdb.cp/pr17494.exp: New file.
13618
13619 2014-11-02 Yao Qi <yao@codesourcery.com>
13620
13621 * gdb.python/python.exp: Get working directory and match the
13622 output of "set extended-prompt \\w " with it.
13623
13624 2014-10-30 Doug Evans <dje@google.com>
13625
13626 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13627 in objfiles.
13628 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13629 in progspaces.
13630
13631 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13632
13633 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13634 * gdb.base/realname-expand.exp: Likewise.
13635 * gdb.linespec/macro-relative.exp: Likewise.
13636
13637 2014-10-29 Pedro Alves <palves@redhat.com>
13638
13639 PR gdb/17408
13640 * gdb.threads/schedlock.c (some_function): New function.
13641 (call_function): New global.
13642 (MAYBE_CALL_SOME_FUNCTION): New macro.
13643 (thread_function): Call it.
13644 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13645 and use it instead of a global counter. Adjust all callers.
13646 (get_current_thread): Use "find current thread" for test message
13647 here rather than having all callers pass down the same string.
13648 (goto_loop): New procedure, factored out from ...
13649 (my_continue): ... this.
13650 (step_ten_loops): Change parameter from test message to command to
13651 use. Adjust.
13652 (list_count): Delete global.
13653 (check_result): New procedure, factored out from duplicate top
13654 level code.
13655 (continue tests): Wrap in with_test_prefix.
13656 (test_step): New procedure, factored out from duplicate top level
13657 code.
13658 (top level): Test "step" in combination with all scheduler-locking
13659 modes. Test "next" in combination with all scheduler-locking
13660 modes, and in combination with stepping over a function call or
13661 not.
13662 * gdb.threads/next-bp-other-thread.c: New file.
13663 * gdb.threads/next-bp-other-thread.exp: New file.
13664
13665 2014-10-29 Pedro Alves <palves@redhat.com>
13666
13667 PR python/17372
13668 * gdb.python/python.exp: Test a multi-line command that spawns
13669 interactive Python.
13670 * gdb.base/multi-line-starts-subshell.exp: New file.
13671
13672 2014-10-29 Yao Qi <yao@codesourcery.com>
13673
13674 * gdb.base/fileio.exp: Make directories on host.
13675
13676 2014-10-29 Yao Qi <yao@codesourcery.com>
13677
13678 * gdb.base/fileio.c (test_write): Close the file.
13679
13680 2014-10-28 Pedro Alves <palves@redhat.com>
13681
13682 PR gdb/12623
13683 * gdb.base/sigstep.c (no_handler): New global.
13684 (main): If 'no_handler is true, set the signal handlers to
13685 SIG_IGN.
13686 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13687 with_sw_watch and no_handler parameters. Handle them.
13688 (top level) <stepping over handler when stopped at a breakpoint
13689 test>: Add a test axis for testing with a software watchpoint, and
13690 another for testing with the signal handler set to SIG_IGN.
13691 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13692 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13693
13694 2014-10-28 Pedro Alves <palves@redhat.com>
13695
13696 PR gdb/17511
13697 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13698 * gdb.base/sigstep.exp (other_handler_location): New global.
13699 (advance): Support stepping into the signal handler, and running
13700 commands while in the handler.
13701 (in_handler_map): New global.
13702 (top level): In the advance test, add combinations for getting
13703 into the handler with stepping commands, and for running commands
13704 in the handler. Add comment descripting the advancei tests.
13705
13706 2014-10-28 Pedro Alves <palves@redhat.com>
13707
13708 * gdb.base/sigstep.exp: Use build_executable instead of
13709 prepare_for_testing.
13710 (top level): Move code that starts GDB, runs to main and creates a
13711 display to ...
13712 (restart): ... this new procedure.
13713 (top level): Move backtrace from signal handler test to ...
13714 (validate_backtrace): ... this new procedure.
13715 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13716 with_test_prefix. Always restart GDB.
13717 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13718 with_test_prefix. Always restart GDB. No need to delete
13719 breakpoints after the test.
13720 (test_skip_handler): Remove prefix parameter.
13721 (skip_over_handler, breakpoint_to_handler)
13722 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13723 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13724 restart GDB. No need to delete breakpoints after the test.
13725 (top level): Use foreach to call the test procedures with
13726 different commands.
13727
13728 2014-10-28 Pedro Alves <palves@redhat.com>
13729
13730 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13731 instead of GNATS numbers.
13732 * gdb.base/sigbpt.exp: Likewise.
13733 * gdb.base/siginfo.exp: Likewise.
13734 * gdb.base/sigstep.exp: Likewise.
13735
13736 2014-10-27 Pedro Alves <palves@redhat.com>
13737
13738 * gdb.base/sigstep.c (dummy): New global.
13739 (main): Issue a couple writes to the new global.
13740 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13741 procedures.
13742 (skip_over_handler): Use test_skip_handler.
13743 (top level): Call skip_over_handler for stepi and nexti too.
13744 (breakpoint_over_handler): Use test_skip_handler.
13745 (top level): Call breakpoint_over_handler for stepi and nexti too.
13746
13747 2014-10-27 Yao Qi <yao@codesourcery.com>
13748
13749 * gdb.trace/tfile.c (adjust_function_address)
13750 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13751 function descriptor.
13752
13753 2014-10-24 Don Breazeal <donb@codesourcery.com>
13754
13755 * gdb.base/foll-fork.exp (test_follow_fork,
13756 catch_fork_child_follow): Check for updated fork messages emitted
13757 from infrun.c.
13758 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13759 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13760 vfork_and_exec_child_follow_through_step): Check for updated vfork
13761 messages emitted from infrun.c.
13762
13763 2014-10-24 Pedro Alves <palves@redhat.com>
13764
13765 * gdb.base/corefile.exp: Remove references to ultrix.
13766 * gdb.base/interrupt.exp: Likewise.
13767 * gdb.base/whatis.exp: Likewise.
13768 * gdb.gdb/selftest.exp: Likewise.
13769 * gdb.threads/manythreads.exp: Likewise.
13770 * gdb.threads/print-threads.exp: Likewise.
13771 * gdb.threads/pthreads.exp:: Likewise.
13772 * gdb.threads/schedlock.exp: Likewise.
13773
13774 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13775
13776 * gdb.cp/non-trivial-retval.cc: Add a test case.
13777 * gdb.cp/non-trivial-retval.exp: Add a test.
13778
13779 2014-10-20 Yao Qi <yao@codesourcery.com>
13780
13781 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13782 * gdb.python/py-objfile-script-gdb.py: New file.
13783 * gdb.python/py-objfile-script.exp: Update reference to
13784 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13785 of remote_download. Remove the dest file.
13786
13787 2014-10-20 Yao Qi <yao@codesourcery.com>
13788
13789 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13790 * gdb.base/step-line.exp: Likewise.
13791 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13792 * gdb.dwarf2/dw2-basic.exp: Likewise.
13793 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13794 * gdb.dwarf2/dw2-filename.exp: Likewise.
13795 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13796 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13797 * gdb.dwarf2/dw2-producer.exp: Likewise.
13798 * gdb.dwarf2/mac-fileno.exp: Likewise.
13799 * gdb.python/py-frame-args.exp: Likewise.
13800 * gdb.python/py-framefilter.exp: Likewise.
13801 * gdb.python/py-mi.exp: Likewise.
13802 * gdb.python/py-objfile-script.exp: Likewise
13803 * gdb.python/py-pp-integral.exp: Likewise.
13804 * gdb.python/py-pp-re-notag.exp: Likewise.
13805 * gdb.python/py-prettyprint.exp: Likewise.
13806 * gdb.python/py-section-script.exp: Likewise.
13807 * gdb.python/py-typeprint.exp: Likewise.
13808 * gdb.python/py-xmethods.exp: Likewise.
13809 * gdb.stabs/weird.exp: Likewise.
13810 * gdb.xml/tdesc-regs.exp: Likewise.
13811
13812 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13813
13814 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13815 (out_cu): Use addr_len for the size of addresses.
13816 (out_line): Likewise. Size DW_LNE_set_address instruction
13817 according to addr_len.
13818 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13819 (FUNC): Add START_INSNS to definition.
13820
13821 2014-10-18 Yao Qi <yao@codesourcery.com>
13822
13823 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13824 gdb_has_argv0 return true.
13825 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13826 check [target_info exists noargs], check [gdb_has_argv0]
13827 instead.
13828 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13829 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13830 procedures.
13831
13832 2014-10-17 Doug Evans <dje@google.com>
13833
13834 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13835 event.
13836 * gdb.python/py-events.py: Add clear_objfiles event.
13837
13838 2014-10-17 Doug Evans <dje@google.com>
13839
13840 * gdb.python/py-objfile.exp: Test progspace attribute.
13841
13842 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13843
13844 * gdb.guile/scm-breakpoint.exp: Do not assume any
13845 directory separators when matching source file paths.
13846 * gdb.python/py-breakpoint.exp: Likewise.
13847 * gdb.reverse/break-precsave.exp: Likewise.
13848 * gdb.reverse/break-reverse.exp: Likewise.
13849 * gdb.reverse/consecutive-precsave.exp: Likewise.
13850 * gdb.reverse/finish-precsave.exp: Likewise.
13851 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13852 * gdb.reverse/finish-reverse.exp: Likewise.
13853 * gdb.reverse/i386-precsave.exp: Likewise.
13854 * gdb.reverse/i387-env-reverse.exp: Likewise.
13855 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13856 * gdb.reverse/machinestate-precsave.exp: Likewise.
13857 * gdb.reverse/machinestate.exp: Likewise.
13858 * gdb.reverse/sigall-precsave.exp: Likewise.
13859 * gdb.reverse/solib-precsave.exp: Likewise.
13860 * gdb.reverse/step-precsave.exp: Likewise.
13861 * gdb.reverse/until-precsave.exp: Likewise.
13862 * gdb.reverse/watch-precsave.exp: Likewise.
13863 * gdb.reverse/watch-reverse.exp: Likewise.
13864
13865 2014-10-17 Yao Qi <yao@codesourcery.com>
13866
13867 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13868 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13869
13870 2014-10-17 Pedro Alves <palves@redhat.com>
13871
13872 PR gdb/17471
13873 * gdb.base/bg-execution-repeat.c: New file.
13874 * gdb.base/bg-execution-repeat.exp: New file.
13875
13876 2014-10-17 Pedro Alves <palves@redhat.com>
13877
13878 PR gdb/17300
13879 * gdb.base/continue-all-already-running.c: New file.
13880 * gdb.base/continue-all-already-running.exp: New file.
13881
13882 2014-10-17 Pedro Alves <palves@redhat.com>
13883
13884 PR gdb/17472
13885 * gdb.base/annota-input-while-running.c: New file.
13886 * gdb.base/annota-input-while-running.exp: New file.
13887
13888 2014-10-17 Pedro Alves <palves@redhat.com>
13889
13890 * gdb.base/callfuncs.exp: emove references to osf.
13891 * gdb.base/sigall.exp: Likewise.
13892 * gdb.gdb/selftest.exp: Likewise.
13893 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13894 * gdb.mi/non-stop.c: Likewise.
13895 * gdb.mi/pthreads.c: Likewise.
13896 * gdb.reverse/sigall-precsave.exp: Likewise.
13897 * gdb.reverse/sigall-reverse.exp: Likewise.
13898 * gdb.threads/pthreads.c: Likewise.
13899 * gdb.threads/pthreads.exp: Likewise.
13900
13901 2014-10-17 Yao Qi <yao@codesourcery.com>
13902
13903 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13904 check 'target_info exists noargs'.
13905 (test_command_prompt_position): Likewise.
13906 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13907 Remove "set args".
13908 (progvar_simple_while_test): Likewise.
13909 (progvar_complex_if_while_test): Likewise.
13910 (if_while_breakpoint_command_test): Likewise.
13911 (infrun_breakpoint_command_test): Likewise.
13912 (breakpoint_command_test): Likewise.
13913 (watchpoint_command_test): Likewise.
13914 (bp_deleted_in_command_test): Likewise.
13915 (temporary_breakpoint_commands): Likewise.
13916
13917 2014-10-16 Yao Qi <yao@codesourcery.com>
13918
13919 * gdb.base/remotetimeout.exp: Remove noargs checking.
13920
13921 2014-10-15 Pedro Alves <palves@redhat.com>
13922
13923 PR breakpoints/9649
13924 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13925 * gdb.base/breakpoint-in-ro-region.exp
13926 (probe_target_hardware_step): New procedure.
13927 (top level): Probe hardware stepping and hardware breakpoint
13928 support. Test stepping through a read-only region, with both
13929 "breakpoint auto-hw" on and off and both "always-inserted" on and
13930 off.
13931
13932 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13933
13934 * gdb.dlang/demangle.exp: Update for demangling changes.
13935
13936 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13937
13938 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13939 * gdb.cp/non-trivial-retval.exp: Add new tests.
13940
13941 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13942
13943 PR c++/13403
13944 PR c++/15154
13945 * gdb.cp/non-trivial-retval.cc: New file.
13946 * gdb.cp/non-trivial-retval.exp: New file.
13947
13948 2014-10-15 Yao Qi <yao@codesourcery.com>
13949
13950 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13951 remote host.
13952
13953 2014-10-15 Yao Qi <yao@codesourcery.com>
13954
13955 * gdb.python/py-symbol.exp: Match file base name if host is
13956 remote, otherwise match file name with dir name.
13957 * gdb.python/py-symtab.exp: Likewise.
13958 * gdb.python/python.exp: Likewise.
13959
13960 2014-10-15 Yao Qi <yao@codesourcery.com>
13961
13962 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13963 pattern.
13964 * gdb.python/py-symtab.exp: Likewise.
13965 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13966 locationn.
13967
13968 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13969
13970 * gdb.ada/addr_arith: New testcase.
13971
13972 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13973
13974 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13975 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13976 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13977 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13978
13979 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13980
13981 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13982 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13983 * gdb.arch/stap-eval-lang-ada.exp: New file.
13984
13985 2014-10-14 Yao Qi <yao@codesourcery.com>
13986
13987 * gdb.mi/mi-var-child.c (nothing1): New function.
13988 (nothing2): New function.
13989 (do_children_tests): Set function pointers by nothing1 and
13990 nothing2.
13991 * gdb.mi/mi-var-child.exp: Step over new added statements.
13992 Update test to match the new output.
13993 * gdb.mi/var-cmd.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-display.exp: Update test to match output.
13998 Step to the line specified by $line_dct_nothing.
13999 Increase the number of lines to step.
14000
14001 2014-10-14 Yao Qi <yao@codesourcery.com>
14002
14003 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14004 tests.
14005 * gdb.mi/mi2-var-child.exp: Likewise.
14006
14007 2014-10-13 Doug Evans <dje@google.com>
14008
14009 * gdb.python/py-objfile.exp: Change name of file name test.
14010
14011 2014-10-13 Doug Evans <dje@google.com>
14012
14013 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14014 from the start of the CU.
14015
14016 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14017 Yao Qi <yao@codesourcery.com>
14018
14019 Fix "save breakpoints" for "catch" command.
14020 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14021 Remove -nonewline. Match also the added "main" line.
14022
14023 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14024
14025 Fix "save breakpoints" for "disable $bpnum" command.
14026 * gdb.base/save-bp.c (main): Add label.
14027 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14028
14029 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14030
14031 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14032
14033 2014-10-11 Yao Qi <yao@codesourcery.com>
14034
14035 * gdb.server/server-kill.exp: Execute command
14036 "set remote trace-status-packet on" before "tstatus".
14037
14038 2014-10-11 Yao Qi <yao@codesourcery.com>
14039
14040 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14041 (main): Call getppid.
14042 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14043 and continue to it. Read variable "server_pid".
14044
14045 2014-10-11 Yao Qi <yao@codesourcery.com>
14046
14047 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14048
14049 2014-10-11 Yao Qi <yao@codesourcery.com>
14050
14051 * gdb.threads/thread-find.exp: Don't execute command
14052 "info threads".
14053 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14054 * gdb.threads/linux-dp.exp: Don't check the condition
14055 $threads_created equals to zero.
14056
14057 2014-10-10 Pedro Alves <palves@redhat.com>
14058
14059 * gdb.base/bigcore.exp: Remove references to IRIX.
14060 * gdb.base/funcargs.exp: Likewise.
14061 * gdb.base/interrupt.exp: Likewise.
14062 * gdb.base/mips_pro.exp: Likewise.
14063 * gdb.base/nodebug.exp: Likewise.
14064 * gdb.base/setvar.exp: Likewise.
14065 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14066
14067 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14068 Pedro Alves <palves@redhat.com>
14069
14070 PR symtab/14466
14071 * gdb.base/vdso-warning.c: New file.
14072 * gdb.base/vdso-warning.exp: New file.
14073
14074 2014-10-02 Doug Evans <dje@google.com>
14075
14076 * gdb.base/structs.c (main): Don't run forever.
14077
14078 2014-10-02 Pedro Alves <palves@redhat.com>
14079
14080 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14081 (top level) <stop threads 1, stop threads 2>: Use it.
14082
14083 2014-10-02 Pedro Alves <palves@redhat.com>
14084
14085 * gdb.threads/break-while-running.exp (test): Add new
14086 'update_thread_list' argument. Skip "info threads" if false.
14087 (top level): Add new 'update_thread_list' axis.
14088
14089 2014-10-02 Pedro Alves <palves@redhat.com>
14090
14091 PR breakpoints/17431
14092 * gdb.base/execl-update-breakpoints.c: New file.
14093 * gdb.base/execl-update-breakpoints.exp: New file.
14094
14095 2014-10-01 Pedro Alves <palves@redhat.com>
14096
14097 * gdb.base/breakpoint-in-ro-region.c: New file.
14098 * gdb.base/breakpoint-in-ro-region.exp: New file.
14099
14100 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14101
14102 * gdb.mi/mi-exit-code.exp: New file.
14103 * gdb.mi/mi-exit-code.c: New file.
14104
14105 2014-09-30 Yao Qi <yao@codesourcery.com>
14106
14107 * lib/prelink-support.exp (build_executable_own_libs): Error if
14108 the target isn't native.
14109
14110 2014-09-30 Yao Qi <yao@codesourcery.com>
14111
14112 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14113 false.
14114
14115 2014-09-22 Pedro Alves <palves@redhat.com>
14116
14117 * gdb.threads/break-while-running.exp: New file.
14118 * gdb.threads/break-while-running.c: New file.
14119
14120 2014-09-19 Yao Qi <yao@codesourcery.com>
14121
14122 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14123 Invoke test. Restart GDB with --readnow and invoke test again.
14124
14125 2014-09-19 Yao Qi <yao@codesourcery.com>
14126
14127 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14128 proc set_breakpoint_on_gcd_function. Invoke
14129 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14130 invoke set_breakpoint_on_gcd_function again.
14131
14132 2014-09-18 Doug Evans <dje@google.com>
14133
14134 * gdb.dwarf2/symtab-producer.exp: New file.
14135
14136 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14137
14138 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14139 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14140 * gdb.base/global-var-nested-by-dso.c: Likewise.
14141 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14142
14143 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14144 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.base/watch-bitfields.exp: Pass string other than test file
14147 name to prepare_for_testing.
14148 (watch): New procedure.
14149 (expect_watchpoint): Use with_test_prefix.
14150 (top level): Factor out tests to ...
14151 (test_watch_location, test_regular_watch): ... these new
14152 procedures, and use with_test_prefix and gdb_continue_to_end.
14153
14154 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14155
14156 PR breakpoints/12526
14157 * gdb.base/watch-bitfields.exp: New file.
14158 * gdb.base/watch-bitfields.c: New file.
14159
14160 2014-09-16 Pedro Alves <palves@redhat.com>
14161
14162 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14163 software and hardware addresses, not software address against
14164 itself.
14165
14166 2014-09-16 Pedro Alves <palves@redhat.com>
14167
14168 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14169 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14170
14171 2014-09-16 Pedro Alves <palves@redhat.com>
14172
14173 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14174 files.
14175 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14176 "*-*-vxworks*" throughout.
14177 * gdb.base/break.exp: Likewise.
14178 * gdb.base/default.exp: Likewise.
14179 * gdb.base/scope.exp: Likewise.
14180 * gdb.base/sepdebug.exp: Likewise.
14181 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14182 throughout.
14183 * gdb.base/run.c: Likewise.
14184 * gdb.base/sepdebug.c: Likewise.
14185 * gdb.hp/gdb.aCC/run.c: Likewise.
14186 * gdb.reverse/until-reverse.c: Likewise.
14187 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14188
14189 2014-09-16 Yao Qi <yao@codesourcery.com>
14190
14191 * boards/local-remote-host-native.exp: New file.
14192
14193 2014-09-14 Doug Evans <xdje42@gmail.com>
14194
14195 * gdb.threads/queue-signal.c (thread_count): New variable.
14196 (thread_count_mutex, thread_count_condvar): New variables.
14197 (incr_thread_count, wait_all_threads_running): New functions.
14198 (main): Wait for all threads to be in their thread functions.
14199
14200 2014-09-13 Doug Evans <xdje42@gmail.com>
14201
14202 * gdb.threads/queue-signal.c: New file.
14203 * gdb.threads/queue-signal.exp: New file.
14204
14205 2014-09-13 Doug Evans <xdje42@gmail.com>
14206
14207 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14208 be consistent with what default_gdb_init uses.
14209 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14210 the plain text of the prompt. Add some logging printfs.
14211 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14212
14213 2014-09-12 Pedro Alves <palves@redhat.com>
14214
14215 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14216 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14217 * gdb.arch/i386-size-overlap.exp: Likewise.
14218 * gdb.arch/i386-size.exp: Likewise.
14219 * gdb.arch/i386-unwind.exp: Likewise.
14220 * gdb.base/a2-run.exp: Likewise.
14221 * gdb.base/break.exp: Likewise.
14222 * gdb.base/charset.exp: Likewise.
14223 * gdb.base/chng-syms.exp: Likewise.
14224 * gdb.base/commands.exp: Likewise.
14225 * gdb.base/dbx.exp: Likewise.
14226 * gdb.base/find.exp: Likewise.
14227 * gdb.base/funcargs.exp: Likewise.
14228 * gdb.base/jit-simple.exp: Likewise.
14229 * gdb.base/reread.exp: Likewise.
14230 * gdb.base/sepdebug.exp: Likewise.
14231 * gdb.base/step-bt.exp: Likewise.
14232 * gdb.cp/mb-inline.exp: Likewise.
14233 * gdb.cp/mb-templates.exp: Likewise.
14234 * gdb.objc/basicclass.exp: Likewise.
14235 * gdb.threads/killed.exp: Likewise.
14236
14237 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14238
14239 PR tdep/17379
14240 * gdb.arch/powerpc-stackless.S: New file.
14241 * gdb.arch/powerpc-stackless.exp: New file.
14242
14243 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14244
14245 * gdb.base/attach.c: Include unistd.h.
14246 (main): Call alarm. Add label postloop.
14247 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14248 gdb_breakpoint, gdb_continue_to_breakpoint.
14249 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14250
14251 2014-09-11 Pedro Alves <palves@redhat.com>
14252
14253 PR gdb/17347
14254 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14255 * gdb.base/attach.exp (test_command_line_attach_run): New
14256 procedure.
14257 (top level): Call it.
14258
14259 2014-09-11 Pedro Alves <palves@redhat.com>
14260
14261 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14262 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14263 (do_command_attach_tests): Use spawn_wait_for_attach.
14264 * gdb.base/solib-overlap.exp: Likewise.
14265 * gdb.multi/multi-attach.exp: Likewise.
14266 * gdb.python/py-prompt.exp: Likewise.
14267 * gdb.python/py-sync-interp.exp: Likewise.
14268 * gdb.server/ext-attach.exp: Likewise.
14269
14270 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14271
14272 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14273 command in testcase. Simplify testcase.
14274
14275 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14276
14277 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14278
14279 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14280
14281 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14282
14283 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14284
14285 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14286
14287 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14288
14289 * gdb.dwarf2/dynarr-ptr.c: New file.
14290 * gdb.dwarf2/dynarr-ptr.exp: New file.
14291
14292 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14293
14294 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14295 of 30 rather than hardcoding 120 for a slow test case. Take the
14296 `gdb,timeout' target setting into account for this calculation.
14297 Don't extend the timeout for the test cases that don't need it.
14298
14299 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14300
14301 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14302 a factor of 2 for a slow test case. Take the `gdb,timeout'
14303 target setting into account for this calculation.
14304 * gdb.reverse/until-precsave.exp: Increase the timeout by
14305 a factor of 15 and 3 respectively rather than adding 120
14306 for a pair of slow test cases. Take the `gdb,timeout'
14307 target setting into account for this calculation.
14308
14309 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14310
14311 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14312 timeout, don't pass one down to gdb_expect.
14313 (gdb_expect): Rework timeout selection.
14314
14315 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14316
14317 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14318 exception on timeout.
14319 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14320 (gdbserver_start_extended): Catch any `gdbserver_start' error
14321 exceptions.
14322 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14323 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14324 `gdbserver_gdb_load' error exceptions.
14325
14326 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14327
14328 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14329 120 on waiting for the TCP socket to open.
14330
14331 2014-09-09 Doug Evans <xdje42@gmail.com>
14332
14333 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14334 _caller_matches, _any_caller_is, _any_caller_matches.
14335
14336 2014-09-09 Doug Evans <xdje42@gmail.com>
14337
14338 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14339
14340 2014-09-09 Yao Qi <yao@codesourcery.com>
14341
14342 * gdb.mi/mi-var-display.exp: Set print symbol off.
14343
14344 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14345
14346 PR gdb/17035
14347 * gdb.base/commands.exp: Add tests to verify user-defined
14348 commands with empty bodies.
14349 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14350 python commands in `show user command`.
14351 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14352 scheme commands in `show user command`.
14353
14354 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14355
14356 PR python/17355
14357 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14358 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14359 * gdb.python/py-framefilter-invalidarg.exp: New file.
14360 * gdb.python/py-framefilter-invalidarg.py: New file.
14361
14362 2014-09-06 Doug Evans <xdje42@gmail.com>
14363
14364 PR 15276
14365 * gdb.python/py-caller-is.c: New file.
14366 * gdb.python/py-caller-is.exp: New file.
14367
14368 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14369
14370 PR gdb/17235
14371 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14372 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14373
14374 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14375
14376 PR fortran/17237
14377 * gdb.fortran/print-formatted.exp: New file.
14378 * gdb.fortran/print-formatted.f90: Likewise.
14379
14380 2014-09-03 Sasha Smundak <asmundak@google.com>
14381
14382 * gdb.python/py-frame.exp: Test Frame.read_register.
14383
14384 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14385
14386 PR python/16699
14387 * gdb.python/py-completion.exp: New file.
14388 * gdb.python/py-completion.py: Likewise.
14389
14390 2014-08-28 Doug Evans <dje@google.com>
14391
14392 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14393 eax,etc. are live with values set by gdb and thus the compiler can't
14394 use them.
14395 * gdb.arch/i386-pseudo.c (main): Ditto.
14396
14397 2014-08-27 Doug Evans <dje@google.com>
14398
14399 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14400
14401 2014-08-25 Doug Evans <dje@google.com>
14402
14403 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14404 (main): Ditto.
14405
14406 2014-08-25 Doug Evans <dje@google.com>
14407
14408 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14409
14410 2014-08-24 Yao Qi <yao@codesourcery.com>
14411
14412 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14413 symbol off.
14414 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14415
14416 2014-08-22 Doug Evans <dje@google.com>
14417
14418 PR 17276
14419 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14420 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14421 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14422
14423 2014-08-22 Yao Qi <yao@codesourcery.com>
14424
14425 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14426 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14427 * gdb.python/python.exp: Likewise. Use .py file on the host
14428 instead of the build.
14429
14430 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14431
14432 * gdb.threads/gcore-stale-thread.c: New file.
14433 * gdb.threads/gcore-stale-thread.exp: New file.
14434
14435 2014-08-21 Pedro Alves <palves@redhat.com>
14436
14437 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14438 * gdb.base/gcore-relro-pie.exp: Likewise.
14439 * gdb.base/gcore-relro.exp: Likewise.
14440 * gdb.base/gcore.exp: Likewise.
14441 * gdb.base/print-symbol-loading.exp: Likewise.
14442 * gdb.threads/gcore-thread.exp: Likewise.
14443 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14444
14445 2014-08-20 Pedro Alves <palves@redhat.com>
14446 Jan Kratochvil <jan.kratochvil@redhat.com>
14447
14448 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14449 configure.
14450 (EXPECT): Handle READ1 being set.
14451 (all): Depend on EXTRA_RULES.
14452 (check-read1, expect-read1, read1.so, read1): New rules.
14453 * README (Testsuite Parameters): Document the READ1 make variable.
14454 (Race detection): New section.
14455 * configure: Regenerate.
14456 * configure.ac: If build==host==target, and running under a
14457 GNU/glibc system, add read1 to the extra Makefile rules.
14458 (EXTRA_RULES): AC_SUBST it.
14459 * lib/read1.c: New file.
14460
14461 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14462
14463 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14464 the handling of variables declared as a typedef to an array
14465 which a DW_AT_data_location attribute.
14466
14467 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14468 Pedro Alves <palves@redhat.com>
14469
14470 PR symtab/14604
14471 PR symtab/14605
14472 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14473 gdb_test.
14474
14475 2014-08-19 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14478
14479 2014-08-19 Yao Qi <yao@codesourcery.com>
14480
14481 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14482 right line.
14483
14484 2014-08-18 David Blaikie <dblaikie@gmail.com>
14485
14486 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14487
14488 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14489
14490 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14491 attribute in array range.
14492
14493 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14494
14495 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14496
14497 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14498
14499 PR c++/17132
14500 * gdb.cp/pr17132.cc: New file.
14501 * gdb.cp/pr17132.exp: New file.
14502
14503 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14504
14505 * gdb.python/py-xmethods.py (A_getarrayind)
14506 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14507 Use 'print' with function call syntax.
14508 (E_method_matcher.match): Fix tab vs space indentation mixup.
14509
14510 2014-08-15 Yao Qi <yao@codesourcery.com>
14511
14512 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14513 false.
14514
14515 2014-08-15 Yao Qi <yao@codesourcery.com>
14516
14517 * gdb.cp/casts.exp: Set print symbol off.
14518 * gdb.cp/class2.exp: Likewise.
14519 * gdb.cp/overload.exp: Likewise.
14520 * gdb.cp/templates.exp: Likewise.
14521
14522 2014-08-11 Doug Evans <dje@google.com>
14523
14524 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14525 (test_load_shlib): Update.
14526
14527 2014-08-09 Yao Qi <yao@codesourcery.com>
14528
14529 * gdb.base/display.exp: Invoke is_address_zero_readable.
14530 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14531 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14532 * gdb.base/hbreak-unmapped.exp: Return if
14533 is_address_zero_readable returns true.
14534 * gdb.base/signest.exp: Likewise.
14535 * gdb.base/signull.exp: Likewise.
14536 * gdb.base/sigbpt.exp: Likewise.
14537 * gdb.guile/scm-disasm.exp: Do the test if
14538 is_address_zero_readable returns false.
14539 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14540 * gdb.python/py-arch.exp: Likewise.
14541 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14542 * lib/gdb.exp (is_address_zero_readable): New proc.
14543
14544 2014-08-09 Yao Qi <yao@codesourcery.com>
14545
14546 PR testsuite/13443
14547 * gdb.mi/mi-var-display.exp: Make test messages unique.
14548
14549 2014-08-04 Tom Tromey <tromey@redhat.com>
14550
14551 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14552 target 0".
14553
14554 2014-08-04 Tom Tromey <tromey@redhat.com>
14555
14556 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14557 "target_resume".
14558
14559 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14560
14561 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14562 inner_vla_struct_object_size.
14563 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14564 as xfail.
14565
14566 2014-07-30 Pedro Alves <palves@redhat.com>
14567
14568 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14569 comment.
14570
14571 2014-07-29 Yao Qi <yao@codesourcery.com>
14572
14573 PR gdb/17206
14574 * gdb.base/until-nodebug.exp: New.
14575
14576 2014-07-28 Doug Evans <xdje42@gmail.com>
14577
14578 PR guile/17203
14579 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14580 previously existing parameter, and previously ambiguously spelled
14581 parameter.
14582
14583 2014-07-28 Will Newton <will.newton@linaro.org>
14584
14585 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14586
14587 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14588 Doug Evans <xdje42@gmail.com>
14589
14590 PR guile/17146
14591 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14592
14593 2014-07-25 Pedro Alves <palves@redhat.com>
14594
14595 * gdb.threads/signal-command-handle-nopass.c: New file.
14596 * gdb.threads/signal-command-handle-nopass.exp: New file.
14597 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14598 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14599 * gdb.threads/signal-delivered-right-thread.c: New file.
14600 * gdb.threads/signal-delivered-right-thread.exp: New file.
14601
14602 2014-07-25 Pedro Alves <palves@redhat.com>
14603
14604 * gdb.base/double-prompt-target-event-error.exp
14605 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14606 match.
14607 (cancel_pagination_in_target_event): Rework double prompt
14608 detection.
14609 * gdb.base/paginate-after-ctrl-c-running.exp
14610 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14611 <return>' match.
14612 * gdb.base/paginate-bg-execution.exp
14613 (test_bg_execution_pagination_return)
14614 (test_bg_execution_pagination_cancel): Remove '-notransfer
14615 <return>' matches.
14616 * gdb.base/paginate-execution-startup.exp
14617 (test_fg_execution_pagination_return)
14618 (test_fg_execution_pagination_cancel): Remove '-notransfer
14619 <return>' matches.
14620 * gdb.base/paginate-inferior-exit.exp
14621 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14622 match.
14623 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14624 * lib/gdb.exp (pagination_prompt): Run text through
14625 string_to_regexp.
14626 (gdb_test_multiple): Match $pagination_prompt instead of
14627 "<return>".
14628 (string_to_regexp): Move to lib/gdb-utils.exp.
14629
14630 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14631
14632 * gdb.arch/amd64-entry-value-paramref.S: New file.
14633 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14634 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14635 * gdb.arch/amd64-optimout-repeat.S: New file.
14636 * gdb.arch/amd64-optimout-repeat.c: New file.
14637 * gdb.arch/amd64-optimout-repeat.exp: New file.
14638
14639 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14640
14641 PR gdb/17170
14642 * gdb.base/statistics.exp: New file.
14643
14644 2014-07-17 Doug Evans <dje@google.com>
14645
14646 PR gdb/17170
14647 * gdb.base/maint.exp: Update testing of per-command stats.
14648
14649 2014-07-16 Pedro Alves <palves@redhat.com>
14650
14651 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14652 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14653 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14654 (tfile_write_buf): New functions.
14655 (add_memory_block): Rewrite using the above.
14656 (adjust_function_address): New function.
14657 (FUNCTION_ADDRESS): New macro.
14658 (write_basic_trace_file): Remove short_x local, and use
14659 tfile_write_16. Change type of func_addr local to unsigned long
14660 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14661 here. Cast argument of add_memory_block to char pointer.
14662 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14663 (main): Remove parameters.
14664 * gdb.trace/tfile.exp: Remove nowarnings.
14665
14666 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14667
14668 * gdb.base/debug-expr.exp: Test string evaluation with
14669 "debug expression" on.
14670
14671 2014-07-15 Pedro Alves <palves@redhat.com>
14672
14673 * gdb.base/reread.exp: Use clean_restart.
14674
14675 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14676
14677 * gdb.arch/avr-flash-qualifer.c: New.
14678 * gdb.arch/avr-flash-qualifer.exp: New.
14679
14680 2014-07-14 Pedro Alves <palves@redhat.com>
14681
14682 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14683 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14684
14685 2014-07-14 Pedro Alves <palves@redhat.com>
14686
14687 * gdb.base/double-prompt-target-event-error.c: New file.
14688 * gdb.base/double-prompt-target-event-error.exp: New file.
14689
14690 2014-07-14 Pedro Alves <palves@redhat.com>
14691
14692 PR gdb/17072
14693 * gdb.base/paginate-inferior-exit.c: New file.
14694 * gdb.base/paginate-inferior-exit.exp: New file.
14695
14696 2014-07-14 Pedro Alves <palves@redhat.com>
14697
14698 PR gdb/17072
14699 * gdb.base/paginate-bg-execution.c: New file.
14700 * gdb.base/paginate-bg-execution.exp: New file.
14701
14702 2014-07-14 Pedro Alves <palves@redhat.com>
14703
14704 PR gdb/17072
14705 * gdb.base/paginate-execution-startup.c: New file.
14706 * gdb.base/paginate-execution-startup.exp: New file.
14707 * lib/gdb.exp (pagination_prompt): New global.
14708 (default_gdb_spawn): New procedure, factored out from
14709 default_gdb_spawn.
14710 (default_gdb_start): Adjust to call default_gdb_spawn.
14711 (gdb_spawn): New procedure.
14712
14713 2014-07-14 Pedro Alves <palves@redhat.com>
14714
14715 * lib/gdb.exp (gdb_assert): New procedure.
14716 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14717
14718 2014-07-14 Pedro Alves <palves@redhat.com>
14719
14720 * gdb.base/execution-termios.c: New file.
14721 * gdb.base/execution-termios.exp: New file.
14722
14723 2014-07-14 Tom Tromey <tromey@redhat.com>
14724
14725 * gdb.cp/vla-cxx.cc: New file.
14726 * gdb.cp/vla-cxx.exp: New file.
14727
14728 2014-07-14 Tom Tromey <tromey@redhat.com>
14729
14730 * gdb.reverse/rerun-prec.c: New file.
14731 * gdb.reverse/rerun-prec.exp: New file.
14732
14733 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14734 Maciej W. Rozycki <macro@codesourcery.com>
14735
14736 * lib/gdb-utils.exp: New file.
14737 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14738 inline `gdb_init_command' processing.
14739 (gdb_start_cmd): Likewise.
14740 * lib/mi-support.exp (mi_run_cmd): Likewise.
14741 * README: Document `gdb_init_command' and `gdb_init_commands'.
14742
14743 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14744
14745 Fix false FAIL running under a very long directory name.
14746 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14747 and "set print elements 10000". Twice.
14748
14749 2014-07-11 Yao Qi <yao@codesourcery.com>
14750
14751 * gdb.base/exprs.exp: "set print symbol off".
14752
14753 2014-07-11 Pedro Alves <palves@redhat.com>
14754
14755 * gdb.threads/kill.c: New file.
14756 * gdb.threads/kill.exp: New file.
14757
14758 2014-07-10 Yao Qi <yao@codesourcery.com>
14759
14760 * gdb.trace/tfile.c (write_basic_trace_file)
14761 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14762 address written to trace file.
14763
14764 2014-07-09 Pedro Alves <palves@redhat.com>
14765
14766 * gdb.base/attach-wait-input.exp: New file.
14767 * gdb.base/attach-wait-input.c: New file.
14768
14769 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14770
14771 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14772 setting up test structures.
14773 (main): Call new test function.
14774 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14775 test function, continue into test function and walk test
14776 structures.
14777
14778 2014-07-02 Yao Qi <yao@codesourcery.com>
14779
14780 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14781 'bar_start' at the beginning of functions 'foo' and 'bar'
14782 respectively.
14783 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14784 instead of 'foo' and 'bar'.
14785
14786 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14787
14788 * gdb.btrace/segv.exp: New.
14789 * gdb.btrace/segv.c: New.
14790
14791 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14792
14793 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14794 instruction.
14795
14796 2014-06-30 Mark Wielaard <mjw@redhat.com>
14797
14798 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14799 vulture, vilify, villar): New volatile array constants.
14800 (vindictive, vegetation): New const volatile array constants.
14801 * gdb.base/volatile.exp: Test volatile and const volatile array
14802 types.
14803
14804 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14805
14806 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14807 target lacks support for awatch, rwatch, or hbreak.
14808
14809 2014-06-27 Yao Qi <yao@codesourcery.com>
14810
14811 * gdb.multi/dummy-frame-restore.exp: New.
14812 * gdb.multi/dummy-frame-restore.c: New.
14813
14814 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14815
14816 * gdb.btrace/gcore.exp: New.
14817
14818 2014-06-23 Pedro Alves <palves@redhat.com>
14819
14820 * gdb.base/watchpoint-reuse-slot.c: New file.
14821 * gdb.base/watchpoint-reuse-slot.exp: New file.
14822
14823 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14824
14825 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14826 progspace's filename in 'info', 'enable' and 'disable' command
14827 tests.
14828
14829 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14830
14831 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14832 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14833 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14834
14835 2014-06-20 Gary Benson <gbenson@redhat.com>
14836
14837 * gdb.arch/i386-avx.exp: Fix include file location.
14838 * gdb.arch/i386-sse.exp: Likewise.
14839
14840 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14841
14842 * gdb.dlang/expression.exp: New file.
14843
14844 2014-06-19 Pedro Alves <palves@redhat.com>
14845
14846 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14847 out from ...
14848 (top level): ... here. Iterate running tests under different
14849 scheduler-locking settings.
14850
14851 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14852
14853 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14854 to DW_FORM_addr and use non-zero addresses.
14855
14856 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14857
14858 PR gdb/17017
14859 * gdb.python/py-xmethods.cc: Add global function call counters and
14860 increment them in their respective functions. Remove "cout"
14861 statements.
14862 * gdb.python/py-xmethods.exp: Make tests check the global function
14863 call counters instead of depending on inferior IO.
14864
14865 2014-06-18 Don Breazeal <donb@codesourcery.com>
14866
14867 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14868 Deleted procedure.
14869 (explicit_fork_parent_follow): Deleted procedure.
14870 (explicit_fork_child_follow): Deleted procedure.
14871 (test_follow_fork): New procedure.
14872 (do_fork_tests): Replace calls to deleted procedures with
14873 calls to test_follow_fork and reset GDB for subsequent
14874 procedure calls.
14875
14876 2014-06-17 Yao Qi <yao@codesourcery.com>
14877
14878 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14879 CP1252.
14880
14881 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14882
14883 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14884 Initialize ptr and S explicitly.
14885 (skip_type_update_when_not_use_rtti_test): Likewise.
14886
14887 2014-06-16 Keith Seitz <keiths@redhat.com>
14888
14889 PR mi/15863
14890 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14891 the inferior is started.
14892
14893 2014-06-16 Pedro Alves <palves@redhat.com>
14894
14895 * gdb.base/break-main-file-remove-fail.c: New file.
14896 * gdb.base/break-main-file-remove-fail.exp: New file.
14897 * gdb.base/break-unload-file.exp: Use build_executable instead of
14898 prepare_for_testing.
14899 (test_break): New parameter "initial_load". Handle it.
14900 (top level): Add initial_load cmdline/file axis.
14901
14902 2014-06-12 Tom Tromey <tromey@redhat.com>
14903
14904 * gdb.base/completion.exp: Don't use directory name in test.
14905
14906 2014-06-09 Gary Benson <gbenson@redhat.com>
14907
14908 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14909 separate the always-available ANSI-standard signals from the
14910 signals that require checking.
14911 (main): Likewise.
14912 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14913 Likewise.
14914 (main): Likewise.
14915
14916 2014-06-07 Keith Seitz <keiths@redhat.com>
14917
14918 Revert:
14919 PR c++/16253
14920 * gdb.cp/var-tag.cc: New file.
14921 * gdb.cp/var-tag.exp: New file.
14922 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14923 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14924 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14925 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14926
14927 2014-06-06 Doug Evans <xdje42@gmail.com>
14928
14929 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14930
14931 2014-06-06 Pedro Alves <palves@redhat.com>
14932
14933 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14934 in target debug output instead of looking at RSP packets,
14935 disabling the test on any target that uses hardware stepping.
14936 Update comments.
14937
14938 2014-06-06 Pedro Alves <palves@redhat.com>
14939
14940 * gdb.base/break-unload-file.exp: Fix typo.
14941
14942 2014-06-06 Yao Qi <yao@codesourcery.com>
14943
14944 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14945 from "jit_function" to "^jit_function".
14946
14947 2014-06-06 Yao Qi <yao@codesourcery.com>
14948
14949 * gdb.base/async.c (foo): Add one statement.
14950 * gdb.base/async.exp: Get the next instruction address and
14951 match the output of "nexti" by instruction address. Match
14952 the hex address in the output of "finish".
14953
14954 2014-06-06 Gary Benson <gbenson@redhat.com>
14955
14956 * gdb.base/call-signals.c: Remove preprocessor conditionals
14957 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14958 SIGSEGV and SIGTERM.
14959 * gdb.base/sigall.c: Likewise.
14960 * gdb.base/unwindonsignal.c: Likewise.
14961 * gdb.reverse/sigall-reverse.c: Likewise.
14962
14963 2014-06-06 Yao Qi <yao@codesourcery.com>
14964
14965 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14966 readable, skip the test.
14967
14968 2014-06-06 Yao Qi <yao@codesourcery.com>
14969
14970 * gdb.threads/staticthreads.c (thread_function): Move the line
14971 setting breakpoint on forward.
14972 * gdb.threads/staticthreads.exp: Update comments.
14973
14974 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14975
14976 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14977 "history-append! type error".
14978
14979 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14980
14981 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14982 erroneous dprintf expected input.
14983
14984 2014-06-04 Doug Evans <xdje42@gmail.com>
14985
14986 * gdb.guile/scm-generics.exp: Delete.
14987
14988 2014-06-04 Doug Evans <xdje42@gmail.com>
14989
14990 * gdb.guile/scm-breakpoint.exp: Update.
14991 Add tests for breakpoint registration.
14992
14993 2014-06-04 Tom Tromey <tromey@redhat.com>
14994
14995 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14996 VLA-in-union.
14997 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14998 inner_vla_struct, vla_union types. Initialize objects of those
14999 types and compute their sizes.
15000
15001 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15002 Hui Zhu <hui@codesourcery.com>
15003
15004 * gdb.base/fileio.exp: Add test for shell not available as well as
15005 available.
15006 * gdb.base/fileio.c (test_system): Check for shell twice.
15007
15008 2014-06-04 Yao Qi <yao@codesourcery.com>
15009
15010 * gdb.base/auto-connect-native-target.exp: Remove redundant
15011 space from the regexp pattern.
15012
15013 2014-06-04 Yao Qi <yao@codesourcery.com>
15014
15015 * gdb.base/default.exp: Replace "child" with "native" in
15016 regexp pattern.
15017
15018 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15019
15020 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15021 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15022 * gdb.python/py-xmethods.py: Python script supporting the
15023 new testcase and tests.
15024
15025 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15026 Pedro Alves <palves@redhat.com>
15027
15028 PR breakpoints/17000
15029 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15030 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15031
15032 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15033
15034 * gdb.base/subst.exp: Add tests to verify partial path matching
15035 output.
15036
15037 2014-06-03 Pedro Alves <palves@redhat.com>
15038
15039 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15040 target that doesn't use software single-stepping.
15041
15042 2014-06-03 Pedro Alves <palves@redhat.com>
15043
15044 PR breakpoints/17000
15045 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15046 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15047
15048 2014-06-02 Doug Evans <xdje42@gmail.com>
15049
15050 * gdb.guile/scm-parameter.exp: New file.
15051
15052 2014-06-02 Doug Evans <xdje42@gmail.com>
15053
15054 * gdb.guile/scm-cmd.c: New file.
15055 * gdb.guile/scm-cmd.exp: New file.
15056
15057 2014-06-02 Doug Evans <xdje42@gmail.com>
15058
15059 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15060 pretty-printer lookup.
15061 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15062 (make-pp_s-printer): Call it.
15063 (make-pretty-printer-from-dict): New function.
15064 (lookup-pretty-printer-maker-from-dict): New function.
15065 (*pretty-printer*): Simplify.
15066 (make-objfile-pp_s-printer): New function.
15067 (install-objfile-pretty-printers!): New function.
15068 (make-progspace-pp_s-printer): New function.
15069 (install-progspace-pretty-printers!): New function.
15070 * gdb.guile/scm-progspace.c: New file.
15071 * gdb.guile/scm-progspace.exp: New file.
15072
15073 2014-06-02 Pedro Alves <palves@redhat.com>
15074
15075 * gdb.base/dprintf-bp-same-addr.c: New file.
15076 * gdb.base/dprintf-bp-same-addr.exp: New file.
15077
15078 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15079
15080 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15081 * gdb.arch/powerpc-power.s: Likewise.
15082
15083 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15084
15085 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15086
15087 2014-06-01 Yao Qi <yao@codesourcery.com>
15088
15089 * gdb.base/watchpoint.exp (test_watch_location): Check null
15090 pointer can be dereferenced. If not, do the test, otherwise
15091 skip it.
15092
15093 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15094
15095 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15096 results.
15097 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15098
15099 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15100
15101 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15102 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15103 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15104 * gdb.arch/amd64-invalid-stack-top.c: New file.
15105 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15106
15107 2014-05-30 Pedro Alves <palves@redhat.com>
15108
15109 PR breakpoints/17000
15110 * gdb.base/sss-bp-on-user-bp.c: New file.
15111 * gdb.base/sss-bp-on-user-bp.exp: New file.
15112
15113 2014-05-30 David Blaikie <dblaikie@gmail.com>
15114
15115 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15116 gnu_inline semantics via attribute.
15117 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15118 source explicitly specifies the required semantics.
15119
15120 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15121
15122 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15123
15124 2014-05-29 Pedro Alves <palves@redhat.com>
15125 Tom Tromey <tromey@redhat.com>
15126
15127 * gdb.base/async-shell.exp: Don't enable target-async.
15128 * gdb.base/async.exp
15129 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15130 parameter. Adjust.
15131 (top level): Don't test with "target-async".
15132 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15133 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15134 * gdb.base/inferior-died.exp: Don't enable target-async.
15135 * gdb.base/interrupt-noterm.exp: Likewise.
15136 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15137 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15138 * gdb.mi/mi-nonstop.exp: Likewise.
15139 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15140 * gdb.mi/mi-nsintrall.exp: Likewise.
15141 * gdb.mi/mi-nsmoribund.exp: Likewise.
15142 * gdb.mi/mi-nsthrexec.exp: Likewise.
15143 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15144 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15145 * gdb.python/py-evsignal.exp: Don't enable target-async.
15146 * gdb.python/py-evthreads.exp: Likewise.
15147 * gdb.python/py-prompt.exp: Likewise.
15148 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15149 * gdb.server/solib-list.exp: Don't enable target-async.
15150 * gdb.threads/thread-specific-bp.exp: Likewise.
15151 * lib/mi-support.exp: Adjust to use mi-async.
15152
15153 2014-05-29 Pedro Alves <palves@redhat.com>
15154
15155 PR gdb/13860
15156 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15157 reason, even in sync mode.
15158
15159 2014-05-29 Pedro Alves <palves@redhat.com>
15160 Hui Zhu <hui@codesourcery.com>
15161
15162 PR PR15693
15163 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15164 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15165 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15166 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15167
15168 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15169
15170 * config/monitor.exp (gdb_target_monitor): Replace use of
15171 "set remotebaud" by "set serial baud".
15172
15173 2014-05-26 Andy Wingo <wingo@igalia.com>
15174
15175 * gdb.guile/scm-breakpoint.exp:
15176 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15177 properties instead of gdb-object-properties.
15178
15179 2014-05-26 Yao Qi <yao@codesourcery.com>
15180
15181 * gdb.server/no-thread-db.exp: Specify source file name
15182 explicitly when setting a breakpoint.
15183
15184 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15185
15186 * gdb.btrace/vdso.c: New.
15187 * gdb.btrace/vdso.exp: New.
15188
15189 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15190
15191 * gdb.base/gcore.exp (capture_command_output): Move ...
15192 * lib/gdb.exp (capture_command_output): ... here.
15193
15194 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15195
15196 * gdb.btrace/data.exp: Test memory access during btrace replay.
15197
15198 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15199
15200 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15201
15202 2014-05-21 Pedro Alves <palves@redhat.com>
15203
15204 PR gdb/13860
15205 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15206 (top level): Test that output related to execution commands is
15207 sent to the console with CLI commands, but not with MI commands.
15208 Test that breakpoint events are always mirrored to the console.
15209 Also expect the new source line to be output after a "next" in
15210 async mode too. Make it a pass/fail test.
15211 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15212 output.
15213 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15214
15215 2014-05-21 Pedro Alves <palves@redhat.com>
15216
15217 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15218 Use them to test variations of "list" after reaching a breakpoint.
15219 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15220 Test "list" with listsize 10 after reaching a breakpoint.
15221 * gdb.python/python.exp (decode_line current location line
15222 number): Adjust expected line number.
15223
15224 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15225
15226 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15227 behavior for $args, pass it directly to "run".
15228
15229 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15230
15231 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15232 30000 to 65536.
15233
15234 2014-05-21 Pedro Alves <palves@redhat.com>
15235
15236 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15237 auto-connect-native-target off".
15238 * gdb.base/auto-connect-native-target.c: New file.
15239 * gdb.base/auto-connect-native-target.exp: New file.
15240
15241 2014-05-21 Pedro Alves <palves@redhat.com>
15242
15243 * gdb.base/default.exp: Test "target native" instead of "target
15244 child".
15245
15246 2014-05-21 Mark Wielaard <mjw@redhat.com>
15247
15248 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15249
15250 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15251
15252 Fix TLS access for -static -pthread.
15253 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15254 <HAVE_TLS> (thread_function, main): Initialize it.
15255 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15256 Add clean_restart.
15257 <$have_tls != "">: Check TLSVAR.
15258
15259 2014-05-21 Pedro Alves <palves@redhat.com>
15260
15261 * gdb.base/dcache-line-read-error.c: New.
15262 * gdb.base/dcache-line-read-error.exp: New.
15263
15264 2014-05-20 Pedro Alves <palves@redhat.com>
15265
15266 * gdb.base/compare-sections.c: New file.
15267 * gdb.base/compare-sections.exp: New file.
15268
15269 2014-05-20 Pedro Alves <palves@redhat.com>
15270
15271 * gdb.base/break-idempotent.c: New file.
15272 * gdb.base/break-idempotent.exp: New file.
15273
15274 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15275
15276 * gdb.btrace/nohist.exp: New.
15277
15278 2014-05-20 Yao Qi <yao@codesourcery.com>
15279
15280 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15281 gdb.reverse directory and gdb_reverse_timeout exists in board
15282 setting.
15283 * README: Document gdb_reverse_timeout.
15284
15285 2014-05-20 Yao Qi <yao@codesourcery.com>
15286
15287 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15288 'test_file_name'. Treat args as a string instead of a list.
15289 (gdb_init): Rename argument 'args' by 'test_file_name'.
15290
15291 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15292
15293 * gdb.arch/powerpc-power.exp: New file.
15294 * gdb.arch/powerpc-power.s: New file.
15295
15296 2014-05-16 Doug Evans <dje@google.com>
15297
15298 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15299 * gdb.base/completion.exp: Check that all expected files exist
15300 before doing file completion.
15301
15302 2014-05-16 Doug Evans <dje@google.com>
15303
15304 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15305 Update.
15306 (do_syscall_tests_without_xml): Update.
15307
15308 2014-05-16 Pedro Alves <palves@redhat.com>
15309
15310 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15311 instead of "unknown output after running".
15312
15313 2014-05-16 Yao Qi <yao@codesourcery.com>
15314
15315 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15316 file1.txt from host at the end.
15317 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15318
15319 2014-05-15 Doug Evans <dje@google.com>
15320
15321 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15322 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15323 loading file. Add test for TU lookup.
15324
15325 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15326
15327 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15328 calling "-exec-arguments" or "set args" before running the
15329 inferior.
15330
15331 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15332
15333 * lib/mi-support.exp (mi_expect_stop): Expect message for
15334 inferiors that exit with non-zero exit code.
15335
15336 2014-05-14 Yao Qi <yao@codesourcery.com>
15337
15338 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15339 match absolute path on remote host.
15340 (test_file_list_exec_source_files): Remove "/" from the
15341 pattern.
15342
15343 2014-05-14 Yao Qi <yao@codesourcery.com>
15344
15345 * boards/local-remote-host-notty.exp (${board}_file): New
15346 proc.
15347
15348 2014-05-07 Kyle McMartin <kyle@redhat.com>
15349
15350 Pushed by Joel Brobecker <brobecker@adacore.com>.
15351 * gdb.arch/aarch64-atomic-inst.c: New file.
15352 * gdb.arch/aarch64-atomic-inst.exp: New file.
15353
15354 2014-05-07 Yao Qi <yao@codesourcery.com>
15355
15356 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15357 in current context" too.
15358
15359 2014-05-05 Keith Seitz <keiths@redhat.com>
15360
15361 * gdb.linespec/ls-dollar.exp: Add test for linespec
15362 file:convenience_variable.
15363
15364 2014-05-05 Yao Qi <yao@codesourcery.com>
15365
15366 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15367 traceframes into tfile and ctf trace files. Read data from
15368 trace file and test collected data.
15369 (gdb_collect_locals_test): Likewise.
15370 (gdb_unavailable_registers_test): Likewise.
15371 (gdb_unavailable_floats): Likewise.
15372 (gdb_collect_globals_test): Likewise.
15373 (top-level): Append "ctf" to trace_file_targets if GDB
15374 supports.
15375
15376 2014-05-05 Yao Qi <yao@codesourcery.com>
15377
15378 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15379 code to ...
15380 (gdb_collect_args_test_1): ... it. New proc.
15381 (gdb_collect_locals_test): Move some code to ...
15382 (gdb_collect_locals_test_1): ... it. New proc.
15383 (gdb_unavailable_registers_test): Move some code to ...
15384 (gdb_unavailable_registers_test_1): ... it. New proc.
15385 (gdb_unavailable_floats): Move some code to ...
15386 (gdb_unavailable_floats_1): ... it. New proc.
15387
15388 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15389
15390 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15391 probes to test for bitness recognition.
15392 * gdb.arch/amd64-stap-optional-prefix.exp
15393 (test_probe_value_without_reg): New procedure.
15394 Add code to test for different kinds of bitness.
15395
15396 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15397
15398 PR breakpoints/16889
15399 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15400 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15401
15402 2014-05-01 Pedro Alves <palves@redhat.com>
15403
15404 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15405 gdb_file_cmd if no file is specified.
15406 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15407 last_loaded_file to set the remote exec-file.
15408
15409 2014-05-01 Pedro Alves <palves@redhat.com>
15410
15411 * boards/local-remote-host.exp: New file.
15412
15413 2014-05-01 Pedro Alves <palves@redhat.com>
15414
15415 * boards/local-remote-host.exp: Rename to ...
15416 * boards/local-remote-host-notty.exp: ... this.
15417
15418 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15419
15420 * gdb.ada/dyn_arrayidx: New testcase.
15421
15422 2014-04-26 Yao Qi <yao@codesourcery.com>
15423
15424 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15425 and compute the length of function main. Save it in
15426 $main_length.
15427 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15428 (top-level): Use gdb_compile to compile objects into
15429 executable and restart GDB. Remove invocation to
15430 prepare_for_testing.
15431
15432 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15433 Pedro Alves <palves@redhat.com>
15434
15435 PR server/16255
15436 * gdb.multi/multi-attach.c: New file.
15437 * gdb.multi/multi-attach.exp: New file.
15438
15439 2014-04-25 Pedro Alves <palves@redhat.com>
15440
15441 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15442 user.
15443 (top level): Test that "set remote conditional-breakpoints-packet
15444 off" works as intended.
15445 * gdb.base/dprintf.exp: Test that "set remote
15446 breakpoint-commands-packet off" works as intended.
15447 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15448 New function.
15449 (top level): Call it.
15450 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15451 remote fast-tracepoints-packet off" works as intended.
15452 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15453 * lib/gdb.exp (gdb_is_target_remote): ... here.
15454
15455 2014-04-24 David Blaikie <dblaikie@gmail.com>
15456
15457 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15458 ensure clang would not discard them.
15459 * gdb.base/gdbvars.c: Ditto.
15460 * gdb.base/memattr.c: Ditto.
15461 * gdb.base/whatis.c: Ditto.
15462 * gdb.python/py-prettyprint.c: Ditto.
15463 * gdb.trace/actions.c: Ditto.
15464 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15465 ensure clang would not discard it.
15466
15467 2014-04-24 David Blaikie <dblaikie@gmail.com>
15468
15469 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15470 clang to emit the full definition of type required by the test
15471 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15472
15473 2014-04-24 David Blaikie <dblaikie@gmail.com>
15474
15475 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15476 coax Clang into emitting the definition of the type.
15477 * gdb.cp/pr10728-x.h (y): Ditto.
15478 * gdb.cp/pr10728-y.cc (y): Ditto.
15479
15480 2014-04-24 David Blaikie <dblaikie@gmail.com>
15481
15482 * gdb.base/label.exp: XFAIL label related tests under Clang.
15483 * gdb.cp/cplabel.exp: Ditto.
15484 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15485 under Clang those using labels.
15486
15487 2014-04-25 Yao Qi <yao@codesourcery.com>
15488
15489 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15490 double_label.
15491 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15492 partial_label and double_label.
15493
15494 2014-04-24 David Blaikie <dblaikie@gmail.com>
15495
15496 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15497
15498 2014-04-24 David Blaikie <dblaikie@gmail.com>
15499
15500 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15501 of the function to work across GCC and Clang.
15502 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15503 pointer types (const void ** const V void **).
15504
15505 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15506 Walfred Tedeschi <walfred.tedeschi@intel.com>
15507
15508 * Makefile.in (EXECUTABLES): Added i386-avx512.
15509 * gdb.arch/i386-avx512.c: New file.
15510 * gdb.arch/i386-avx512.exp: Likewise.
15511
15512 2014-04-23 Keith Seitz <keiths@redhat.com>
15513
15514 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15515 (mi_make_breakpoint_table): New procedure.
15516 (mi_create_breakpoint): Use mi_make_breakpoint
15517 and return the result.
15518 (mi_make_breakpoint): New procedure.
15519 (mi_build_kv_pairs): New procedure.
15520
15521 * gdb.mi/mi-break.exp: Remove unused globals,
15522 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15523 All callers updated.
15524 * gdb.mi/mi-dprintf.exp: Use variable to track command
15525 number.
15526 Update all callers of mi_create_breakpoint and use
15527 mi_make_breakpoint_table.
15528 Remove any unused global variables.
15529 * gdb.mi/mi-nonstop.exp: Likewise.
15530 * gdb.mi/mi-nsintrall.exp: Likewise.
15531 * gdb.mi/mi-nsmoribund.exp: Likewise.
15532 * gdb.mi/mi-nsthrexec.exp: Likewise.
15533 * gdb.mi/mi-reverse.exp: Likewise.
15534 * gdb.mi/mi-simplerun.exp: Likewise.
15535 * gdb.mi/mi-stepn.exp: Likewise.
15536 * gdb.mi/mi-syn-frame.exp: Likewise.
15537 * gdb.mi/mi-until.exp: Likewise.
15538 * gdb.mi/mi-var-cp.exp: Likewise.
15539 * gdb.mi/mi-var-display.exp: Likewise.
15540 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15541 * gdb.mi/mi2-var-child.exp: Likewise.
15542 * gdb.mi/mi-vla-c99.exp: Likewise.
15543 * lib/mi-support.exp: Likewise.
15544
15545 From Ian Lance Taylor <iant@cygnus.com>:
15546 * lib/gdb.exp (parse_args): New procedure.
15547
15548 2014-04-23 Pedro Alves <palves@redhat.com>
15549
15550 * gdb.base/break-unload-file.c: New file.
15551 * gdb.base/break-unload-file.exp: New file.
15552 * gdb.base/sym-file-lib.c (baz): New function.
15553 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15554 field.
15555 (load): Store the segment's mapped size.
15556 (unload): New function.
15557 (unload_shlib): New function.
15558 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15559 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15560 set a breakpoint at baz, and call it.
15561 * gdb.base/sym-file.exp: New tests for stale breakpoint
15562 instructions.
15563
15564 2014-04-23 Pedro Alves <palves@redhat.com>
15565
15566 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15567 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15568 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15569 * gdb.base/hbreak-unmapped.c: New file.
15570 * gdb.base/hbreak-unmapped.exp: New file.
15571 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15572 * lib/gdb.exp (gdb_is_target_remote): ... here.
15573
15574 2014-04-22 Pedro Alves <palves@redhat.com>
15575
15576 * gdb.base/consecutive-step-over.c: New file.
15577 * gdb.base/consecutive-step-over.exp: New file.
15578
15579 2014-04-22 Pedro Alves <palves@redhat.com>
15580
15581 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15582 instead of send_gdb/gdb_expect.
15583
15584 2014-04-22 Yao Qi <yao@codesourcery.com>
15585
15586 * lib/trace-support.exp (generate_tracefile): New procedure.
15587 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15588 return 0.
15589 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15590 if generate_tracefile returns 1.
15591
15592 2014-04-18 Tom Tromey <palves@redhat.com>
15593 Pedro alves <tromey@redhat.com>
15594
15595 PR backtrace/15558
15596 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15597 with a backtrace limit.
15598 * gdb.python/py-frame-inline.exp: Test running to an inline
15599 function with a backtrace limit, and printing the newest frame.
15600 * gdb.python/py-frame-inline.c (main): Call f.
15601
15602 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15603
15604 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15605
15606 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15607
15608 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15609 Drop prefix from unsupported source file path.
15610
15611 2014-04-17 Yao Qi <yao@codesourcery.com>
15612
15613 * lib/gdb.exp (with_target_charset): New proc.
15614 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15615 with_target_charset.
15616 (test_print_strings): Likewise.
15617 (test_repeat_bytes): Likewise.
15618 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15619 for some tests.
15620
15621 2014-04-16 Keith Seitz <keiths@redhat.com>
15622
15623 PR gdb/15827
15624 * gdb.dwarf2/corrupt.c: New file.
15625 * gdb.dwarf2/corrupt.exp: New file.
15626
15627 2014-04-16 Keith Seitz <keiths@redhat.com>
15628
15629 PR c++/16597
15630 * gdb.cp/namelessclass.cc: New file.
15631 * gdb.cp/namelessclass.exp: New file.
15632 * gdb.cp/namelessclass.S: New file.
15633
15634 2014-04-16 Doug Evans <dje@google.com>
15635
15636 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15637 Add comment.
15638 (gdbserver_default_get_comm_port): New function.
15639 (gdbserver_start): Check if board file provided
15640 "gdbserver,get_comm_port" and use it if so.
15641 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15642 (gdb,socketport): Set to "stdio".
15643 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15644 (stdio_gdbserver_template): Delete.
15645 (${board}_get_remote_address): Update.
15646 (${board}_build_remote_cmd): Delete.
15647 (${board}_get_comm_port): New function.
15648 (${board}_spawn): Update.
15649 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15650 Delete.
15651 (${board}_get_remote_address): Update.
15652 (${board}_get_comm_port): New function.
15653
15654 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15655
15656 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15657 appearing in any order.
15658
15659 2014-04-15 Doug Evans <dje@google.com>
15660
15661 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15662 uninitialized value of "description".
15663
15664 2014-04-15 Keith Seitz <keiths@redhat.com>
15665
15666 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15667 Remove unused globals.
15668 (test_running_the_program): Likewise.
15669 (test_controlled_execution): Likewise.
15670 (test_controlling_breakpoints): Likewise.
15671 (test_program_termination): Likewise.
15672
15673 2014-04-15 Keith Seitz <keiths@redhat.com>
15674
15675 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15676 unused globals.
15677 (test_rbreak_creation_and_listing): Likewise.
15678 (test_ignore_count): Likewise.
15679 (test_error): Likewise.
15680
15681 2014-04-15 Pedro Alves <palves@redhat.com>
15682
15683 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15684 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15685 sym-file-loader.c.
15686 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15687 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15688 to sym-file-loader.c.
15689 (struct library): Forward declare.
15690 (load_shlib, lookup_function): Change prototypes.
15691 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15692 (translate_offset): Remove declarations.
15693 (get_text_addr): New declaration.
15694 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15695 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15696 sym-file-loader.h.
15697 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15698 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15699 here from sym-file-loader.h.
15700 (struct library): New structure.
15701 (load_shlib, lookup_function): Change prototypes and adjust to
15702 work with a struct library.
15703 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15704 (translate_offset): Make static.
15705 (get_text_addr): New function.
15706 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15707
15708 2014-04-15 Pedro Alves <palves@redhat.com>
15709
15710 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15711
15712 2014-04-15 Pedro Alves <palves@redhat.com>
15713
15714 * gdb.base/sym-file-loader.c: Include <limits.h>.
15715 (SELF_LINK): New define.
15716 (get_origin): New function.
15717 (load_shlib): Use it.
15718 * gdb.base/sym-file.exp: Don't early return if the target is
15719 remote. Use runto_main, and issue fail is that fails. Use
15720 gdb_load_shlibs.
15721 (shlib_name): Delete.
15722 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15723
15724 2014-04-15 Pedro Alves <palves@redhat.com>
15725
15726 * gdb.base/sym-file.exp: Remove regex characters from test
15727 message. Don't refer to breakpoint numbers in test messages.
15728
15729 2014-04-14 Keith Seitz <keiths@redhat.com>
15730
15731 PR c++/16253
15732 * gdb.cp/var-tag.cc: New file.
15733 * gdb.cp/var-tag.exp: New file.
15734 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15735 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15736 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15737 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15738
15739 2014-04-14 Tom Tromey <tromey@redhat.com>
15740
15741 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15742 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15743 type.
15744 * gdb.cp/enum-class.exp: New file.
15745 * gdb.cp/enum-class.cc: New file.
15746
15747 2014-04-14 Tom Tromey <tromey@redhat.com>
15748
15749 * gdb.dwarf2/enum-type.exp: New file.
15750
15751 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15752
15753 * gdb.mi/mi-vla-c99.exp: New file.
15754 * gdb.mi/vla.c: New file.
15755
15756 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15757
15758 * gdb.base/vla-datatypes.c: New file.
15759 * gdb.base/vla-datatypes.exp: New file.
15760
15761 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15762
15763 * gdb.base/vla-ptr.c: New file.
15764 * gdb.base/vla-ptr.exp: New file.
15765
15766 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15767
15768 * gdb.dwarf2/count.exp: New file.
15769
15770 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15771
15772 * gdb.base/vla-sideeffect.c: New file.
15773 * gdb.base/vla-sideeffect.exp: New file.
15774
15775 2014-04-14 David Blaikie <dblaikie@gmail.com>
15776
15777 * gdb.mi/non-stop.c: Add return value for non-void function return
15778 statement.
15779 * gdb.threads/staticthreads.c: Ditto.
15780
15781 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15782 Doug Evans <xdje42@gmail.com>
15783
15784 * gdb.guile/scm-value.c: Improve test case.
15785 * gdb.guile/scm-value.exp: Add new test.
15786
15787 2014-04-11 David Blaikie <dblaikie@gmail.com>
15788
15789 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15790 override Clang's default.
15791
15792 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15793
15794 Revert the following changes (regressions):
15795
15796 * gdb.base/vla-sideeffect.c: New file.
15797 * gdb.base/vla-sideeffect.exp: New file.
15798
15799 * gdb.dwarf2/count.exp: New file.
15800
15801 * gdb.base/vla-multi.c: New file.
15802 * gdb.base/vla-multi.exp: New file.
15803
15804 * gdb.base/vla-ptr.c: New file.
15805 * gdb.base/vla-ptr.exp: New file.
15806
15807 * gdb.base/vla-datatypes.c: New file.
15808 * gdb.base/vla-datatypes.exp: New file.
15809
15810 * gdb.mi/mi-vla-c99.exp: New file.
15811 * gdb.mi/vla.c: New file.
15812
15813 2014-04-11 Keith Seitz <keiths@redhat.com>
15814
15815 PR c++/16675
15816 * gdb.cp/cpsizeof.exp: New file.
15817 * gdb.cp/cpsizeof.cc: New file.
15818
15819 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15820
15821 * gdb.mi/mi-vla-c99.exp: New file.
15822 * gdb.mi/vla.c: New file.
15823
15824 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15825
15826 * gdb.base/vla-datatypes.c: New file.
15827 * gdb.base/vla-datatypes.exp: New file.
15828
15829 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15830
15831 * gdb.base/vla-ptr.c: New file.
15832 * gdb.base/vla-ptr.exp: New file.
15833
15834 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15835
15836 * gdb.base/vla-multi.c: New file.
15837 * gdb.base/vla-multi.exp: New file.
15838
15839 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15840
15841 * gdb.dwarf2/count.exp: New file.
15842
15843 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15844
15845 * gdb.base/vla-sideeffect.c: New file.
15846 * gdb.base/vla-sideeffect.exp: New file.
15847
15848 2014-04-11 Yao Qi <yao@codesourcery.com>
15849
15850 * gdb.base/completion.exp: Check file exists before running tests
15851 on file completion.
15852
15853 2014-04-10 Pedro Alves <palves@redhat.com>
15854
15855 * gdb.base/cond-eval-mode.c: New file.
15856 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15857 prepare_for_testing to build the new file. Check result of
15858 runto_main.
15859 (test_break, test_watch): New procedures.
15860 (top level): Use them.
15861
15862 2014-04-08 Pierre Muller <muller@sourceware.org>
15863
15864 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15865 Ctrl-V use for mingw hosts.
15866
15867 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15868
15869 * gdb.python/py-value.c: Improve test case.
15870 * gdb.python/py-value.exp: Add new test.
15871
15872 2014-04-07 David Blaikie <dblaikie@gmail.com>
15873
15874 * lib/compiler.c: Identify the clang compiler.
15875 * lib/compiler.cc: Ditto.
15876
15877 2014-04-03 Yao Qi <yao@codesourcery.com>
15878
15879 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15880
15881 2014-04-01 Anton Blanchard <anton@samba.org>
15882
15883 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15884 messages unique.
15885
15886 2014-04-01 Anton Blanchard <anton@samba.org>
15887
15888 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15889 prepare_for_testing.
15890
15891 2014-04-01 Anton Blanchard <anton@samba.org>
15892
15893 * gdb.arch/ppc64-atomic-inst.c: Remove.
15894 * gdb.arch/ppc64-atomic-inst.S: New file.
15895 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15896
15897 2014-03-31 Doug Evans <dje@google.com>
15898
15899 * gdb.base/print-symbol-loading-lib.c: New file.
15900 * gdb.base/print-symbol-loading-main.c: New file.
15901 * gdb.base/print-symbol-loading.exp: New file.
15902
15903 2014-03-31 Yao Qi <yao@codesourcery.com>
15904
15905 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15906
15907 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15908
15909 * gdb.ada/mi_dyn_arr: New testcase.
15910
15911 2014-03-27 Doug Evans <dje@google.com>
15912
15913 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15914
15915 2014-03-27 Yao Qi <yao@codesourcery.com>
15916
15917 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15918 if target is nios2-*-*.
15919
15920 2014-03-26 Yao Qi <yao@codesourcery.com>
15921
15922 * lib/gdb.exp (readline_is_used): New proc.
15923 * gdb.base/completion.exp: Move tests on command complete up.
15924 Skip the rest of tests if readline is not used.
15925 * gdb.ada/complete.exp: Skp the test if readline is not
15926 used.
15927 * gdb.base/filesym.exp: Likewise.
15928 * gdb.base/macscp.exp: Likewise.
15929 * gdb.base/readline-ask.exp: Likewise.
15930 * gdb.base/readline.exp: Likewise.
15931 * gdb.python/py-cmd.exp: Likewise.
15932 * gdb.trace/tfile.exp: Likewise.
15933
15934 2014-03-26 Yao Qi <yao@codesourcery.com>
15935
15936 * gdb.base/macscp.exp: Fix code format issues.
15937
15938 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15939
15940 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15941 * gdb.asm/powerpc64le.inc: New file.
15942
15943 2014-03-25 Pedro Alves <palves@redhat.com>
15944 Doug Evans <dje@google.com>
15945
15946 * gdb.base/source-execution.c: New file.
15947 * gdb.base/source-execution.exp: New file.
15948 * gdb.base/source-execution.gdb: New file.
15949
15950 2014-03-24 Doug Evans <dje@google.com>
15951
15952 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15953 using fission.
15954
15955 2014-03-24 Hui Zhu <hui@codesourcery.com>
15956 Pedro Alves <palves@redhat.com>
15957
15958 PR breakpoints/16101
15959 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15960 test pass/fail messages. Detect missing support for dprintf when
15961 breakpoints are actually inserted.
15962 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15963 breakpoints are actually inserted.
15964 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15965 fails.
15966
15967 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15968
15969 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15970
15971 2014-03-22 Doug Evans <xdje42@gmail.com>
15972
15973 * gdb.python/python.exp (python not supported): Verify multi-line
15974 python command issues an error.
15975 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15976 guile command issues an error.
15977
15978 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15979
15980 * gdb.threads/thread-specific.exp: Handle the lack of usable
15981 $this_breakpoint and $this_thread.
15982
15983 2014-03-21 Hui Zhu <hui@codesourcery.com>
15984
15985 * gdb.base/attach.exp (do_command_attach_tests): New.
15986
15987 2014-03-20 Tom Tromey <tromey@redhat.com>
15988 Pedro Alves <palves@redhat.com>
15989
15990 PR cli/15718
15991 * gdb.base/condbreak-call-false.c: New file.
15992 * gdb.base/condbreak-call-false.exp: New file.
15993
15994 2014-03-20 Pedro Alves <palves@redhat.com>
15995
15996 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15997 Delete.
15998 (block_signals, unblock_signals): Delete.
15999 (child_function_2, main): Remove references to deleted variable
16000 and functions.
16001
16002 2014-03-20 Pedro Alves <palves@redhat.com>
16003
16004 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16005 Use pthread_kill to signal thread 2.
16006 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16007 Adjust to make the test send itself a signal rather than using the
16008 host's "kill" command.
16009
16010 2014-03-20 Pedro Alves <palves@redhat.com>
16011
16012 * gdb.threads/multiple-step-overs.c: New file.
16013 * gdb.threads/multiple-step-overs.exp: New file.
16014 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16015 Adjust expected infrun debug output.
16016
16017 2014-03-20 Pedro Alves <palves@redhat.com>
16018
16019 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16020 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16021
16022 2014-03-20 Pedro Alves <palves@redhat.com>
16023
16024 PR breakpoints/7143
16025 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16026 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16027 of gdb_test_multiple.
16028 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16029 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16030
16031 2014-03-20 Pedro Alves <palves@redhat.com>
16032
16033 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16034 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16035
16036 2014-03-19 Pedro Alves <palves@redhat.com>
16037
16038 * gdb.base/async.exp: Remove early return.
16039
16040 2014-03-19 Pedro Alves <palves@redhat.com>
16041
16042 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16043
16044 2014-03-19 Pedro Alves <palves@redhat.com>
16045
16046 * gdb.base/async.exp (test_background): Expect \r\n after
16047 "completed." in the fail pattern.
16048
16049 2014-03-19 Pedro Alves <palves@redhat.com>
16050
16051 * gdb.base/async.exp (test_background): New procedure.
16052 Use it for all background execution command tests.
16053
16054 2014-03-19 Pedro Alves <palves@redhat.com>
16055
16056 * gdb.base/async.exp: Use prepare_for_testing.
16057
16058 2014-03-19 Pedro Alves <palves@redhat.com>
16059
16060 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16061 the same line.
16062
16063 2014-03-19 Pedro Alves <palves@redhat.com>
16064
16065 * gdb.base/async.c (main): Add "jump here" and "until here" line
16066 marker comments.
16067 * gdb.base/async.exp (jump_here): New global.
16068 (jump& test): Use it.
16069 (until_here): New global.
16070 (until& test): Use it.
16071
16072 2014-03-19 Pedro Alves <palves@redhat.com>
16073
16074 * gdb.base/async.exp: Don't frob gdb_protocol.
16075
16076 2014-03-18 Doug Evans <xdje42@gmail.com>
16077
16078 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16079 Fix spelling of exec-done-display.
16080
16081 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16082
16083 PR gdb/15358
16084 * gdb.base/gdb-sigterm.c: New file.
16085 * gdb.base/gdb-sigterm.exp: New file.
16086
16087 2014-03-18 Pedro Alves <palves@redhat.com>
16088
16089 PR gdb/13860
16090 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16091 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16092 solib-event.
16093
16094 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16095
16096 * gdb.ada/pckd_arr_ren: New testcase.
16097
16098 2014-03-13 Doug Evans <xdje42@gmail.com>
16099
16100 PR guile/16612
16101 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16102 collect after discarding symbols.
16103
16104 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16105 Doug Evans <xdje42@gmail.com>
16106
16107 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16108 to history survives a gc.
16109
16110 2014-03-13 Pedro Alves <palves@redhat.com>
16111
16112 * gdb.base/default.exp: Don't test "target procfs".
16113
16114 2014-03-13 Pedro Alves <palves@redhat.com>
16115
16116 * gdb.base/default.exp: Update "target child" and "target procfs"
16117 tests to not expect "Unix".
16118
16119 2014-03-12 Tom Tromey <tromey@redhat.com>
16120
16121 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16122 New procs. Add target-async tests.
16123 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16124 Add target-async tests.
16125
16126 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16127
16128 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16129 'func_start' and 'func_end' for the beginning and end of the
16130 function code, respectively.
16131 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16132 'func_end' instead of 'func' and 'main'.
16133
16134 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16135
16136 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16137 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16138 generate the debug info assembler source.
16139
16140 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16141
16142 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16143 * gdb.dwarf2/arr-subrange.exp: Likewise.
16144 * gdb.dwarf2/dwz.exp: Likewise.
16145 * gdb.dwarf2/method-ptr.exp: Likewise.
16146 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16147 * gdb.dwarf2/subrange.exp: Likewise.
16148 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16149 * gdb.dwarf2/implptrpiece.exp: Likewise.
16150 * gdb.dwarf2/nostaticblock.exp: Likewise.
16151
16152 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16153
16154 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16155 directory to absolute path name arguments.
16156
16157 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16158
16159 * gdb.ada/tagged_access: New testcase.
16160
16161 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16162
16163 * gdb.btrace/data.exp: Update expected output.
16164
16165 2014-03-06 Yao Qi <yao@codesourcery.com>
16166
16167 * gdb.trace/pr16508.exp: New file.
16168
16169 2014-03-05 Pedro Alves <palves@redhat.com>
16170
16171 PR gdb/16575
16172 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16173 procedure.
16174 (top level): Adjust to use it. Add tests that exercise breakpoint
16175 interaction with the code-cache.
16176
16177 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16178
16179 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16180 test for 'history-append!'.
16181
16182 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16183
16184 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16185 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16186 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16187 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16188 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16189 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16190
16191 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16192
16193 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16194 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16195 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16196
16197 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16198
16199 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16200
16201 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16202
16203 * gdb.dwarf2/arr-stride.c: New file.
16204 * gdb.dwarf2/arr-stride.exp: New file.
16205
16206 2014-02-26 Pedro Alves <palves@redhat.com>
16207
16208 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16209 that won't ever trigger. Make sure that GDB reports the correct
16210 breakpoint that caused the stop.
16211
16212 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16213
16214 PR gdb/16626
16215 * gdb.base/auto-load-script: New file.
16216 * gdb.base/auto-load.c: New file.
16217 * gdb.base/auto-load.exp: New file.
16218
16219 PR gdb/16626
16220 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16221
16222 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16223
16224 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16225 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16226
16227 2014-02-24 Doug Evans <dje@google.com>
16228
16229 * lib/gdb.exp (run_on_host): Log error output if program fails.
16230
16231 2014-02-21 Pedro Alves <palves@redhat.com>
16232
16233 * gdb.threads/step-after-sr-lock.c: Rename to ...
16234 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16235 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16236 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16237 ... this.
16238
16239 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16240
16241 PR tdep/16397
16242 * gdb.arch/amd64-stap-special-operands.exp: New file.
16243 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16244 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16245 * gdb.arch/amd64-stap-triplet.S: Likewise.
16246 * gdb.arch/amd64-stap-triplet.c: Likewise.
16247
16248 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16249
16250 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16251 in .section pseudo-op.
16252
16253 2014-02-20 lin zuojian <manjian2006@gmail.com>
16254 Joel Brobecker <brobecker@adacore.com>
16255 Doug Evans <xdje42@gmail.com>
16256
16257 PR symtab/16581
16258 * gdb.dwarf2/dw2-icycle.S: New file.
16259 * gdb.dwarf2/dw2-icycle.c: New file.
16260 * gdb.dwarf2/dw2-icycle.exp: New file.
16261
16262 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16263
16264 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16265 operations on gdb.Value objects.
16266 * gdb.python/py-value-cc.exp: Add new test to test operations on
16267 gdb.Value objects.
16268
16269 2014-02-18 Doug Evans <dje@google.com>
16270
16271 * Makefile.in (TESTS): New variable.
16272 (expanded_tests, expanded_tests_or_none): New variables
16273 (check-single): Pass $(expanded_tests_or_none) to runtest.
16274 (check-parallel): Only run tests in $(TESTS) if non-empty.
16275 (check/no-matching-tests-found): New rule.
16276 * README: Document TESTS makefile variable.
16277
16278 2014-02-18 Doug Evans <dje@google.com>
16279
16280 * Makefile.in (check-parallel): rm -rf outputs temp.
16281
16282 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16283
16284 Fix "ERROR: no fileid for" in the testsuite.
16285 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16286
16287 2014-02-12 Doug Evans <dje@google.com>
16288
16289 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16290 (MISCELLANEOUS): New variable.
16291 (clean): rm -rf $(MISCELLANEOUS).
16292 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16293 dwp live in the same directory as symlinks, with each symlink pointed
16294 to a differently named file in a different directory.
16295
16296 2014-02-11 Doug Evans <dje@google.com>
16297
16298 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16299 of Tcl file commands.
16300
16301 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16302
16303 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16304 "kill -SIGUSR1 -1".
16305
16306 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16307
16308 * gdb.ada/tick_length_array_enum_idx: New testcase.
16309
16310 2014-02-10 Doug Evans <xdje42@gmail.com>
16311
16312 * configure.ac (AC_OUTPUT): Add gdb.guile.
16313 * configure: Regenerate.
16314 * lib/gdb-guile.exp: New file.
16315 * lib/gdb.exp (get_target_charset): New function.
16316 * gdb.base/help.exp: Update expected output from "apropos apropos".
16317 * gdb.guile/Makefile.in: New file.
16318 * gdb.guile/guile.exp: New file.
16319 * gdb.guile/scm-arch.c: New file.
16320 * gdb.guile/scm-arch.exp: New file.
16321 * gdb.guile/scm-block.c: New file.
16322 * gdb.guile/scm-block.exp: New file.
16323 * gdb.guile/scm-breakpoint.c: New file.
16324 * gdb.guile/scm-breakpoint.exp: New file.
16325 * gdb.guile/scm-disasm.c: New file.
16326 * gdb.guile/scm-disasm.exp: New file.
16327 * gdb.guile/scm-equal.c: New file.
16328 * gdb.guile/scm-equal.exp: New file.
16329 * gdb.guile/scm-error.exp: New file.
16330 * gdb.guile/scm-error.scm: New file.
16331 * gdb.guile/scm-frame-args.c: New file.
16332 * gdb.guile/scm-frame-args.exp: New file.
16333 * gdb.guile/scm-frame-args.scm: New file.
16334 * gdb.guile/scm-frame-inline.c: New file.
16335 * gdb.guile/scm-frame-inline.exp: New file.
16336 * gdb.guile/scm-frame.c: New file.
16337 * gdb.guile/scm-frame.exp: New file.
16338 * gdb.guile/scm-generics.exp: New file.
16339 * gdb.guile/scm-gsmob.exp: New file.
16340 * gdb.guile/scm-iterator.c: New file.
16341 * gdb.guile/scm-iterator.exp: New file.
16342 * gdb.guile/scm-math.c: New file.
16343 * gdb.guile/scm-math.exp: New file.
16344 * gdb.guile/scm-objfile-script-gdb.in: New file.
16345 * gdb.guile/scm-objfile-script.c: New file.
16346 * gdb.guile/scm-objfile-script.exp: New file.
16347 * gdb.guile/scm-objfile.c: New file.
16348 * gdb.guile/scm-objfile.exp: New file.
16349 * gdb.guile/scm-ports.exp: New file.
16350 * gdb.guile/scm-pretty-print.c: New file.
16351 * gdb.guile/scm-pretty-print.exp: New file.
16352 * gdb.guile/scm-pretty-print.scm: New file.
16353 * gdb.guile/scm-section-script.c: New file.
16354 * gdb.guile/scm-section-script.exp: New file.
16355 * gdb.guile/scm-section-script.scm: New file.
16356 * gdb.guile/scm-symbol.c: New file.
16357 * gdb.guile/scm-symbol.exp: New file.
16358 * gdb.guile/scm-symtab-2.c: New file.
16359 * gdb.guile/scm-symtab.c: New file.
16360 * gdb.guile/scm-symtab.exp: New file.
16361 * gdb.guile/scm-type.c: New file.
16362 * gdb.guile/scm-type.exp: New file.
16363 * gdb.guile/scm-value-cc.cc: New file.
16364 * gdb.guile/scm-value-cc.exp: New file.
16365 * gdb.guile/scm-value.c: New file.
16366 * gdb.guile/scm-value.exp: New file.
16367 * gdb.guile/source2.scm: New file.
16368 * gdb.guile/types-module.cc: New file.
16369 * gdb.guile/types-module.exp: New file.
16370
16371 2014-02-10 Yao Qi <yao@codesourcery.com>
16372
16373 PR testsuite/16543
16374 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16375 * configure: Regenerated.
16376 * Makefile.in: New file.
16377
16378 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16379
16380 * gdb.python/py-framefilter.exp: Fix typo.
16381
16382 2014-02-08 Yao Qi <yao@codesourcery.com>
16383
16384 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16385 that no =breakpoint-modified is emitted when breakpoints are
16386 modified through MI commands.
16387
16388 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16389 Pedro Alves <palves@redhat.com>
16390
16391 * gdb.threads/step-after-sr-lock.c: New file.
16392 * gdb.threads/step-after-sr-lock.exp: New file.
16393
16394 2014-02-07 Pedro Alves <palves@redhat.com>
16395
16396 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16397
16398 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16399
16400 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16401 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16402
16403 2014-02-06 Doug Evans <xdje42@gmail.com>
16404
16405 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16406 output.
16407
16408 * gdb.gdb/python-interrupts.exp: New file.
16409
16410 2014-02-05 Yao Qi <yao@codesourcery.com>
16411
16412 * gdb.trace/report.exp (use_collected_data): Test the output
16413 of "info threads" and "info inferiors".
16414
16415 2014-02-05 Yao Qi <yao@codesourcery.com>
16416
16417 Revert this patch:
16418
16419 2013-05-24 Yao Qi <yao@codesourcery.com>
16420
16421 * gdb.trace/tfile.exp: Test inferior and thread.
16422
16423 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16424
16425 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16426 on a function.
16427 * gdb.base/step-bt.c: Call hello via function pointer to make
16428 sure its first instruction is executed on powerpc64le-linux.
16429
16430 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16431
16432 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16433
16434 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16435
16436 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16437 of the test patterns for use on little-endian systems.
16438
16439 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16440
16441 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16442 (decimal_vector): Fix for little-endian.
16443
16444 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16445
16446 * gdb.arch/sparc-sysstep.exp: New file.
16447 * gdb.arch/sparc-sysstep.c: Likewise.
16448
16449 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16450
16451 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16452
16453 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16454
16455 2014-01-23 Tom Tromey <tromey@redhat.com>
16456
16457 * gdb.ada/array_char_idx: New testcase.
16458
16459 2014-01-23 Tom Tromey <tromey@redhat.com>
16460
16461 PR python/16487:
16462 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16463 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16464 classes.
16465
16466 2014-01-23 Tom Tromey <tromey@redhat.com>
16467
16468 PR python/16491:
16469 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16470 string from an inferior frame.
16471 * gdb.python/py-framefilter-mi.exp: Update.
16472
16473 2014-01-22 Doug Evans <dje@google.com>
16474
16475 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16476
16477 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16478
16479 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16480
16481 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16482
16483 * gdb.trace/entry-values.exp: Remove excess space character from
16484 regex patterns. Handle s390 call instruction.
16485
16486 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16487
16488 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16489 define "*_start" label. Make "name" static.
16490 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16491 ${name} by references to ${name}_start.
16492
16493 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16494
16495 * gdb.base/info-macros.exp: Remove "debug" from the compile
16496 options.
16497
16498 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16499
16500 * gdb.dlang/demangle.exp: New file.
16501
16502 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16503
16504 * gdb.dlang/primitive-types.exp: New file.
16505
16506 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16507
16508 * configure.ac: Create gdb.dlang/Makefile.
16509 * configure: Regenerate.
16510 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16511 * gdb.dlang/Makefile.in: New file.
16512 * lib/d-support.exp: New file.
16513 * lib/gdb.exp (skip_d_tests): New proc.
16514
16515 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16516
16517 * gdb.btrace/delta.exp: Check reverse stepi.
16518 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16519 * gdb.btrace/finish.exp: New.
16520 * gdb.btrace/next.exp: New.
16521 * gdb.btrace/nexti.exp: New.
16522 * gdb.btrace/record_goto.c: Add comments.
16523 * gdb.btrace/step.exp: New.
16524 * gdb.btrace/stepi.exp: New.
16525 * gdb.btrace/multi-thread-step.c: New.
16526 * gdb.btrace/multi-thread-step.exp: New.
16527 * gdb.btrace/rn-dl-bind.c: New.
16528 * gdb.btrace/rn-dl-bind.exp: New.
16529 * gdb.btrace/data.c: New.
16530 * gdb.btrace/data.exp: New.
16531 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16532
16533 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16534
16535 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16536 * gdb.btrace/exception.exp: Update.
16537 * gdb.btrace/instruction_history.exp: Update.
16538 * gdb.btrace/record_goto.exp: Update.
16539 * gdb.btrace/tailcall.exp: Update.
16540 * gdb.btrace/unknown_functions.exp: Update.
16541 * gdb.btrace/delta.exp: New.
16542
16543 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16544
16545 * gdb.btrace/record_goto.exp: Add backtrace test.
16546 * gdb.btrace/tailcall.exp: Add backtrace test.
16547
16548 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16549
16550 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16551 * gdb.btrace/record_goto.c: New.
16552 * gdb.btrace/record_goto.exp: New.
16553 * gdb.btrace/x86-record_goto.S: New.
16554
16555 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16556
16557 * gdb.btrace/function_call_history.exp: Update tests.
16558 * gdb.btrace/instruction_history.exp: Update tests.
16559
16560 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16561
16562 * gdb.btrace/function_call_history.exp: Fix expected field
16563 order for "record function-call-history".
16564 Add new tests for "record function-call-history /c".
16565 * gdb.btrace/exception.cc: New.
16566 * gdb.btrace/exception.exp: New.
16567 * gdb.btrace/tailcall.exp: New.
16568 * gdb.btrace/x86-tailcall.S: New.
16569 * gdb.btrace/x86-tailcall.c: New.
16570 * gdb.btrace/unknown_functions.c: New.
16571 * gdb.btrace/unknown_functions.exp: New.
16572 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16573
16574 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16575
16576 * gdb.btrace/instruction_history.exp: Update.
16577 * gdb.btrace/function_call_history.exp: Update.
16578
16579 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16580
16581 * gdb.btrace/function_call_history.exp: Fix expected function
16582 trace.
16583 * gdb.btrace/instruction_history.exp: Initialize traced.
16584 Remove traced_functions.
16585
16586 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16587
16588 * gdb.btrace/function_call_history.exp: Update
16589 * gdb.btrace/instruction_history.exp: Update.
16590
16591 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16592
16593 * gdb.btrace/enable.exp: Update expected text.
16594
16595 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16596
16597 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16598 bytes.
16599
16600 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16601
16602 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16603
16604 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16605
16606 * lib/gdb.exp (supports_process_record): Return true for
16607 arm*-linux*. (supports_reverse): Likewise.
16608
16609 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16610
16611 PR python/15464
16612 PR python/16113
16613 * gdb.python/py-type.c: Enhance test case.
16614 * gdb.python/py-value-cc.cc: Likewise
16615 * gdb.python/py-type.exp: Add new tests.
16616 * gdb.python/py-value-cc.exp: Likewise
16617
16618 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16619 Pedro Alves <palves@redhat.com>
16620
16621 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16622 Make "name" extern.
16623 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16624 references to ${name}_start by references to ${name}.
16625
16626 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16627
16628 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16629
16630 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16631
16632 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16633
16634 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16635 Pedro Alves <palves@redhat.com>
16636
16637 * gdb.mi/mi-info-os.exp: Connect to the target with
16638 mi_gdb_target_load.
16639
16640 2014-01-08 Pedro Alves <palves@redhat.com>
16641
16642 * gdb.threads/reconnect-signal.c: New file.
16643 * gdb.threads/reconnect-signal.exp: New file.
16644
16645 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16646
16647 * gdb.base/source-dir.exp: New file.
16648
16649 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16650
16651 * gdb.ada/mi_interface: New testcase.
16652
16653 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16654
16655 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16656 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16657 gdb.ada/pp-rec-component/pck.ads: New files.
16658
16659 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16660
16661 * gdb.python/py-pp-integral.c: New file.
16662 * gdb.python/py-pp-integral.py: New file.
16663 * gdb.python/py-pp-integral.exp: New file.
16664
16665 For older changes see ChangeLog-1993-2013.
16666 \f
16667 ;; Local Variables:
16668 ;; mode: change-log
16669 ;; left-margin: 8
16670 ;; fill-column: 74
16671 ;; version-control: never
16672 ;; End:
16673
16674 Copyright 2014-2019 Free Software Foundation, Inc.
16675 Copying and distribution of this file, with or without modification,
16676 are permitted provided the copyright notice and this notice are preserved.