[gdb/testsuite] Fix unterminated string in i386-pkru.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-07-26 Tom de Vries <tdevries@suse.de>
2
3 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4
5 2019-07-25 Tom de Vries <tdevries@suse.de>
6
7 PR testsuite/24830
8 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
9 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
10 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
11 (skip_libstdcxx_probe_tests): ... here.
12 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
13
14 2019-07-24 Tom de Vries <tdevries@suse.de>
15
16 PR testsuite/24807
17 * gdb.objc/basicclass.m: Include stdio.h.
18 * gdb.objc/nondebug.m: Same.
19 * gdb.objc/objcdecode.m: Same.
20
21 2019-07-24 Tom de Vries <tdevries@suse.de>
22
23 PR testsuite/24612
24 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
25 additional_flags.
26
27 2019-07-24 Tom de Vries <tdevries@suse.de>
28
29 PR testsuite/24831
30 * gdb.multi/tids.exp: Update error messages for info threads.
31
32 2019-07-24 Tom de Vries <tdevries@suse.de>
33
34 * gdb.base/info-types.exp: Allow info types to print info for more than
35 one file.
36
37 2019-07-23 Tom de Vries <tdevries@suse.de>
38
39 PR testsuite/24842
40 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
41 gdb_spawn_with_cmdline_opts.
42
43 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
44
45 * gdb.arch/arm-cmse-sgstubs.c: New test.
46 * gdb.arch/arm-cmse-sgstubs.exp: New file.
47
48 2019-07-23 Tom de Vries <tdevries@suse.de>
49
50 PR testsuite/24711
51 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
52 issuing next command.
53
54 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * gdb.ada/info_auto_lang.exp: Update expected results.
57 * gdb.base/info-types.c: Add additional types to check.
58 * gdb.base/info-types.exp: Update expected results.
59
60 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * gdb.base/info-types.c: New file.
63 * gdb.base/info-types.exp: New file.
64
65 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
66
67 * gdb.arch/riscv-bp-infcall.c: New file.
68 * gdb.arch/riscv-bp-infcall.exp: New file.
69
70 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
71
72 PR breakpoints/24541
73 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
74
75 2019-07-14 Tom de Vries <tdevries@suse.de>
76
77 PR testsuite/24760
78 * gdb.objc/basicclass.exp: Fix unterminated string.
79
80 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
81 Andrew Burgess <andrew.burgess@embecosm.com>
82
83 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
84 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
85 negative bounds.
86 * gdb.fortran/vla-value.exp: Print elements of an array with
87 negative bounds.
88 * gdb.fortran/vla.f90: Setup an array with negative bounds for
89 testing.
90
91 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
92
93 * gdb.base/options.exp (expect_string): Dequote strings in
94 results.
95 (test-string): Test strings with different quoting and reindent.
96
97 2019-07-10 Tom Tromey <tromey@adacore.com>
98
99 * gdb.ada/mi_ex_cond.exp: Update expected results.
100 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
101 * gdb.ada/mi_catch_ex.exp: Update expected results.
102 * gdb.ada/mi_catch_assert.exp: Update expected results.
103 * gdb.ada/catch_ex.exp (catch_exception_info)
104 (catch_exception_entry, catch_assert_entry)
105 (catch_unhandled_entry): Update.
106 * gdb.ada/catch_assert_if.exp: Update expected results.
107
108 2019-07-10 Richard Bunt <richard.bunt@arm.com>
109 Stephen Roberts <stephen.roberts@arm.com>
110
111 * gdb.base/define.exp: Restore original prompt.
112
113 2019-07-09 Pedro Alves <palves@redhat.com>
114
115 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
116 breakpoints" output.
117 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
118 * gdb.python/py-breakpoint.exp: No longer expect that "catch
119 throw" creates breakpoint.
120 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
121 'type="catchpoint"'.
122
123 2019-07-09 Pedro Alves <palves@redhat.com>
124
125 PR c++/15468
126 * gdb.cp/except-multi-location-lib.cc: New.
127 * gdb.cp/except-multi-location-main.cc: New.
128 * gdb.cp/except-multi-location.exp: New.
129
130 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
131
132 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
133 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
134 argument and update callers.
135
136 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
137
138 * gdb.arch/amd64-break-on-asm-line.S: New file.
139 * gdb.arch/amd64-break-on-asm-line.exp: New file.
140
141 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
142
143 * gdb.base/printcmds.exp: Test printing C string and
144 C wide string convenience vars without transiting via the inferior.
145 Also make test names unique.
146
147 2019-07-08 Alan Hayward <alan.hayward@arm.com>
148
149 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
150
151 2019-07-04 Pedro Alves <palves@redhat.com>
152
153 * lib/gdb.exp (foreach_with_prefix): Don't return early if
154 body returned ok(0), break(3) or continue(4).
155 * gdb.testsuite/foreach_with_prefix.exp: New file.
156
157 2019-07-04 Alan Hayward <alan.hayward@arm.com>
158
159 * gdb.server/unittest.exp: Allow 0 unit tests to run.
160
161 2019-07-03 Pedro Alves <palves@redhat.com>
162
163 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
164 "return -code".
165
166 2019-07-03 Pedro Alves <palves@redhat.com>
167
168 PR cli/24732
169 * gdb.base/shell.exp: Load completion-support.exp.
170 Adjust expected error output. Add completion tests.
171
172 2019-07-03 Pedro Alves <palves@redhat.com>
173
174 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
175 string_to_regexp.
176
177 2019-07-03 Pedro Alves <palves@redhat.com>
178
179 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
180 (expect_integer): Adjust to expect "-string".
181 (expect_string): New.
182 (all_options): Expect "-string".
183 (test-flag, test-boolean): Adjust to expect "-string".
184 (test-string): New proc.
185 (top level): Call it.
186
187 2019-07-03 Pedro Alves <palves@redhat.com>
188
189 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
190 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
191 the expected output in the success.
192
193 2019-07-03 Pedro Alves <palves@redhat.com>
194
195 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
196 Split one gdb_test_multiple call in two to avoid a race.
197
198 2019-07-03 Pedro Alves <palves@redhat.com>
199
200 * gdb.base/with.c: New file.
201 * gdb.base/with.exp: New file.
202
203 2019-07-03 Pedro Alves <palves@redhat.com>
204
205 * gdb.base/settings.exp: Replace all references to "maint
206 test-settings set" with references to "maint set test-settings",
207 and all references to "maint test-settings show" with references
208 to "maint show test-settings".
209
210 2019-07-03 Pedro Alves <palves@redhat.com>
211
212 * gdb.base/settings.exp (test-string): Adjust expected out when
213 testing "maint test-settings show filename"
214
215 2019-07-02 Pedro Alves <palves@redhat.com>
216
217 * gdb.base/options.exp (test-info-threads): New procedure.
218 (top level): Call it.
219
220 2019-06-28 Tom Tromey <tromey@adacore.com>
221
222 * gdb.dwarf2/ada-linkage-name.c: New file.
223 * gdb.dwarf2/ada-linkage-name.exp: New file.
224
225 2019-06-27 Tom Tromey <tromey@adacore.com>
226
227 * gdb.cp/constexpr-field.exp: Use setup_xfail.
228
229 2019-06-26 Tom de Vries <tdevries@suse.de>
230
231 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
232
233 2019-06-26 Tom de Vries <tdevries@suse.de>
234
235 * gdb.base/index-cache.exp: Add back missing debug option.
236
237 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
238
239 * gdb.base/alias.exp: Test non matching/non existing prefixes.
240
241 2019-06-25 Tom de Vries <tdevries@suse.de>
242
243 PR testsuite/24727
244 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
245
246 2019-06-24 Tom de Vries <tdevries@suse.de>
247
248 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
249
250 2019-06-24 Tom de Vries <tdevries@suse.de>
251
252 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
253 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
254 * gdb.trace/unavailable-dwarf-piece.exp: Same.
255
256 2019-06-24 Tom de Vries <tdevries@suse.de>
257
258 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
259
260 2019-06-21 Tom de Vries <tdevries@suse.de>
261
262 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
263
264 2019-06-21 Tom de Vries <tdevries@suse.de>
265
266 PR testsuite/24518
267 PR ada/24713
268 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
269 index.
270
271 2019-06-19 Tom Tromey <tromey@adacore.com>
272
273 * gdb.ada/length_cond.exp: Add intro comment.
274
275 2019-06-19 Tom Tromey <tromey@adacore.com>
276
277 * gdb.ada/length_cond.exp: New file.
278 * gdb.ada/length_cond/length_cond.adb: New file.
279 * gdb.ada/length_cond/pck.adb: New file.
280 * gdb.ada/length_cond/pck.ads: New file.
281
282 2019-06-18 Tom de Vries <tdevries@suse.de>
283
284 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
285
286 2019-06-18 Tom Tromey <tromey@adacore.com>
287
288 * gdb.base/list0.h: Add comment explaining control character.
289
290 2019-06-18 Tom de Vries <tdevries@suse.de>
291
292 * boards/fission.exp: Break up long debug_flags line.
293
294 2019-06-16 Tom de Vries <tdevries@suse.de>
295
296 PR gdb/24445
297 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
298 generated index.
299
300 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 PR gdb/24686
303 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
304 improve detection of bug gdb/24541.
305
306 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
307
308 PR gdb/24669
309 * gdb.base/index-cache.exp (uses_readnow,
310 expecting_index_cache_use): Define global variable.
311 (test_cache_enabled_miss, test_cache_enabled_hit): Use
312 expecting_index_cache_use.
313
314 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
315 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * gdb.fortran/pointers.f90: New file.
318 * gdb.fortran/print_type.exp: New file.
319 * gdb.fortran/vla-ptype.exp: Adapt expected results.
320 * gdb.fortran/vla-type.exp: Likewise.
321 * gdb.fortran/vla-value.exp: Likewise.
322 * gdb.mi/mi-vla-fortran.exp: Likewise.
323
324 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
325
326 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
327 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
328 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
329 as a stop reason.
330
331 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
332
333 * gdb.base/annota1.exp: Update expected results.
334 * gdb.cp/annota2.exp: Likewise.
335 * gdb.cp/annota3.exp: Likewise.
336
337 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
338
339 * gdb.base/style-logging.exp: Remove path from test name.
340
341 2019-06-14 Tom Tromey <tromey@adacore.com>
342
343 PR gdb/24502:
344 * gdb.base/style-logging.exp: New file.
345
346 2019-06-14 Tom Tromey <tromey@adacore.com>
347
348 * gdb.base/symfile-warn.exp: New file.
349 * gdb.base/symfile-warn.c: New file.
350
351 2019-06-14 Tom Tromey <tromey@adacore.com>
352
353 * gdb.base/annotate-symlink.exp: New file.
354
355 2019-06-14 Tom Tromey <tromey@adacore.com>
356
357 * gdb.ada/set_wstr.exp: Add reassignment test.
358
359 2019-06-14 Tom Tromey <tromey@adacore.com>
360
361 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
362 'unchecked_access and 'unrestricted_access as well.
363
364 2019-06-14 Tom Tromey <tromey@adacore.com>
365
366 PR ada/24539:
367 * gdb.ada/vla.exp: Update tests.
368 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
369 pragma.
370
371 2019-06-13 Pedro Alves <palves@redhat.com>
372
373 * gdb.base/settings.exp (test-integer): Test junk after
374 "unlimited".
375
376 2019-06-13 Pedro Alves <palves@redhat.com>
377
378 * gdb.base/options.exp (test-thread-apply): New.
379 (top level): Call it.
380
381 2019-06-13 Pedro Alves <palves@redhat.com>
382
383 * gdb.base/options.exp (test-frame-apply): New.
384 (top level): Test print commands with different "frame apply"
385 prefixes.
386
387 2019-06-13 Pedro Alves <palves@redhat.com>
388
389 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
390 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
391 'max_completions' parameter and handle it.
392 (test_gdb_completion_offers_commands): New.
393
394 2019-06-13 Pedro Alves <palves@redhat.com>
395
396 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
397
398 2019-06-13 Pedro Alves <palves@redhat.com>
399
400 * gdb.base/options.exp (test-backtrace): New.
401 (top level): Call it.
402
403 2019-06-13 Pedro Alves <palves@redhat.com>
404
405 * gdb.guile/scm-frame-args.exp: Use "set print
406 raw-frame-arguments" instead of "set print raw frame-arguments".
407 * gdb.python/py-frame-args.exp: Likewise.
408
409 2019-06-13 Pedro Alves <palves@redhat.com>
410
411 * gdb.compile/compile.exp: Adjust expected output to option
412 processing changes.
413
414 2019-06-13 Pedro Alves <palves@redhat.com>
415
416 * gdb.base/options.exp: Build executable.
417 (test-print): New procedure.
418 (top level): Call it, once for "print" and another for "compile
419 print".
420
421 2019-06-13 Pedro Alves <palves@redhat.com>
422
423 * gdb.base/options.c: New file.
424 * gdb.base/options.exp: New file.
425
426 2019-06-13 Pedro Alves <palves@redhat.com>
427
428 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
429 that "o" is ambiguous.
430
431 2019-06-13 Pedro Alves <palves@redhat.com>
432
433 * gdb.base/settings.c: New file.
434 * gdb.base/settings.exp: New file.
435
436 2019-06-13 Pedro Alves <palves@redhat.com>
437
438 * gdb.base/completion.exp: Fix comment typo.
439
440 2019-06-13 Pedro Alves <palves@redhat.com>
441
442 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
443 foo --1" test.
444
445 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
446
447 * gdb.fortran/block-data.f: New.
448 * gdb.fortran/block-data.exp: New.
449
450 2019-06-11 Tom de Vries <tdevries@suse.de>
451
452 PR testsuite/24521
453 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
454 message.
455
456 2019-06-11 Tom de Vries <tdevries@suse.de>
457
458 PR testsuite/24521
459 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
460
461 2019-06-11 Tom de Vries <tdevries@suse.de>
462
463 * boards/readnow.exp: New file.
464
465 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
466
467 * gdb.fortran/vla-sizeof.exp: Update expected results.
468
469 2019-06-06 Amos Bird <amosbird@gmail.com>
470
471 * gdb.base/annota1.exp (thread_switch): Add test for
472 thread-exited annotation.
473
474 2019-06-06 Tom Tromey <tromey@adacore.com>
475
476 * gdb.base/maint.exp: Expect command started/finished output.
477
478 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
479
480 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
481 comment.
482 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
483
484 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
485
486 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
487 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
488 * gdb.arch/riscv-unwind-long-insn.c: New file.
489 * gdb.arch/riscv-unwind-long-insn.exp: New file.
490
491 2019-06-04 Christian Biesinger <cbiesinger@google.com>
492
493 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
494
495 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
496
497 * lib/gdb.exp (help_list_trailer): New regexp variable
498 factorizing the help trailer message.
499 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
500 arg to allow to better factorize various tests.
501 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
502 (test_prefix_command_help): Use help_list_trailer.
503 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
504 * gdb.guile/scm-cmd.exp: Likewise.
505 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
506 * gdb.base/help.exp: Use test_user_defined_class_help.
507 * gdb.base/style.exp: Add tests for styling of help and apropos.
508 * lib/gdb-utils.exp (style): Add title and highlight styles.
509
510 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
511
512 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
513 $_shell_exitsignal.
514 * gdb.base/default.exp: Update for new convenience variables.
515
516 2019-05-29 Tom Tromey <tromey@adacore.com>
517
518 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
519 to "break complete ada" test case's regexp.
520
521 2019-05-29 Tom Tromey <tromey@adacore.com>
522
523 PR c++/20020:
524 * gdb.cp/constexpr-field.exp: New file.
525 * gdb.cp/constexpr-field.cc: New file.
526
527 2019-05-29 Tom Tromey <tromey@adacore.com>
528
529 * gdb.base/finish.exp (finish_no_print): New proc.
530 (finish_tests): Call it.
531
532 2019-05-24 Tom de Vries <tdevries@suse.de>
533
534 * gdb.dwarf2/gdb-add-index.exp: New file.
535
536 2019-05-22 Tom Tromey <tromey@adacore.com>
537
538 * gdb.base/info-shared.exp (check_info_shared): Use "style".
539 * gdb.base/style.exp: Use "style".
540 * lib/gdb-utils.exp (style): New proc.
541
542 2019-05-22 Tom de Vries <tdevries@suse.de>
543
544 * gdb.base/align.exp: Require c++11.
545
546 2019-05-22 Tom de Vries <tdevries@suse.de>
547
548 PR testsuite/24586
549 * gdb.python/py-mi-var-info-path-expression.exp: Call
550 mi_skip_python_tests to check if python is supported.
551
552 2019-05-22 Alan Hayward <alan.hayward@arm.com>
553
554 * gdb.arch/aarch64-pauth.c: New test.
555 * gdb.arch/aarch64-pauth.exp: New file.
556
557 2019-05-22 Alan Hayward <alan.hayward@arm.com>
558
559 * README (Re-running Tests Outside The Testsuite): New section.
560
561 2019-05-21 Tom de Vries <tdevries@suse.de>
562
563 * gdb.arch/amd64-eval.exp: Require c++11.
564 * gdb.base/max-depth.exp: Same.
565 * gdb.compile/compile-cplus-array-decay.exp: Same.
566 * gdb.cp/meth-typedefs.exp: Same.
567 * gdb.cp/subtypes.exp: Same.
568 * gdb.cp/temargs.exp: Same.
569
570 2019-05-21 Alan Hayward <alan.hayward@arm.com>
571
572 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
573
574 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
575
576 PR gdb/18644
577 * gdb.fortran/complex.exp: Remove setup_kfail calls.
578 * gdb.fortran/printing-types.exp: Add new test.
579 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
580 testing.
581 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
582 setup_kfail call.
583
584 2019-05-17 Alan Hayward <alan.hayward@arm.com>
585
586 * README (Running the Testsuite): Change example.
587 (Testsuite Parameters): Remove TRANSCRIPT.
588 * lib/gdb.exp: Remove TRANSCRIPT check.
589
590 2019-05-17 Alan Hayward <alan.hayward@arm.com>
591
592 * README (Testsuite Parameters): Add replay logging to
593 GDBSERVER_DEBUG.
594 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
595 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
596 as a comma separated list.
597 (gdb_debug_init): Override procedure.
598
599 2019-05-17 Alan Hayward <alan.hayward@arm.com>
600
601 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
602 (gdb_write_cmd_file): New procedure.
603 * lib/gdbserver-support.exp (gdbserver_start): Call
604 gdbserver_write_cmd_file.
605 (gdbserver_write_cmd_file): New procedure.
606
607 2019-05-17 Alan Hayward <alan.hayward@arm.com>
608
609 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
610 (delete_breakpoints): Likewise.
611 (gdb_run_cmd): Likewise.
612 (gdb_start_cmd): Likewise.
613 (gdb_starti_cmd): Likewise.
614 (gdb_internal_error_resync): Likewise.
615 (gdb_test_multiple): Likewise.
616 (gdb_reinitialize_dir): Likewise.
617 (default_gdb_exit): Likewise.
618 (gdb_file_cmd): Mark kill as optional.
619 (default_gdb_start): Call gdb_stdin_log_init.
620 (send_gdb): Call gdb_stdin_log_write.
621 (rerun_to_main): Mark Y as an answer.
622 (gdb_stdin_log_init): New function.
623 (gdb_stdin_log_write): Likewise.
624
625 2019-05-17 Alan Hayward <alan.hayward@arm.com>
626
627 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
628 * gdb.base/debug-expr.exp: Likewise.
629 * gdb.base/foll-fork.exp: Likewise.
630 * gdb.base/foll-vfork.exp: Likewise.
631 * gdb.base/fork-print-inferior-events.exp: Likewise.
632 * gdb.base/gdb-sigterm.exp: Likewise.
633 * gdb.base/gdbinit-history.exp: Likewise.
634 * gdb.base/osabi.exp: Likewise.
635 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
636 * gdb.base/ui-redirect.exp: Likewise.
637 * gdb.gdb/unittest.exp: Likewise.
638 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
639 * gdb.mi/mi-watch.exp: Likewise.
640 * gdb.mi/new-ui-mi-sync.exp: Likewise.
641 * gdb.mi/user-selected-context-sync.exp: Likewise.
642 * gdb.python/python.exp: Disable debug test when debugging.
643 * gdb.threads/check-libthread-db.exp: Disable when debugging.
644 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
645 Likewise.
646 * gdb.threads/stepi-random-signal.exp: Likewise.
647
648 2019-05-17 Alan Hayward <alan.hayward@arm.com>
649
650 * Makefile.in: Pass through GDB_DEBUG.
651 * README (Testsuite Parameters): Add GDB_DEBUG.
652 (gdb,debug): Add board setting.
653 * lib/gdb.exp (default_gdb_start): Start debugging.
654 (gdb_debug_enabled): New procedure.
655 (gdb_debug_init): Likewise.
656
657 2019-05-17 Alan Hayward <alan.hayward@arm.com>
658
659 * Makefile.in: Pass through GDB_DEBUG.
660 * README (Testsuite Parameters): Add GDB_DEBUG.
661 (gdb,debug): Add board setting.
662 * lib/gdb.exp (default_gdb_start): Start debugging.
663 (gdb_debug_enabled): New procedure.
664 (gdb_debug_init): Likewise.
665
666 2019-05-17 Alan Hayward <alan.hayward@arm.com>
667
668 * gdb.base/ui-redirect.exp: Add debug redirect tests.
669
670 2019-05-17 Alan Hayward <alan.hayward@arm.com>
671
672 * gdb.base/ui-redirect.exp: Test redirection.
673
674 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
675
676 * gdb.mi/mi-complete.exp: New file.
677 * gdb.mi/mi-complete.cc: Likewise.
678
679 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
680
681 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
682 indexed and sliced arrays, and pointers to arrays.
683
684 2019-05-14 Tom Tromey <tromey@adacore.com>
685
686 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
687 styling test.
688
689 2019-05-14 Tom de Vries <tdevries@suse.de>
690
691 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
692 selection entry encoding.
693
694 2019-05-10 Tom Tromey <tromey@adacore.com>
695
696 * gdb.ada/info_exc.exp: Add "complete" test.
697
698 2019-05-09 Tom de Vries <tdevries@suse.de>
699
700 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
701 CU-relative.
702
703 2019-05-09 Tom de Vries <tdevries@suse.de>
704
705 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
706 CU-relative.
707
708 2019-05-08 Joel Brobecker <brobecker@adacore.com>
709
710 * gdb.ada/frame_arg_lang.exp: New testcase.
711 * gdb.ada/frame_arg_lang/bla.adb: New file.
712 * gdb.ada/frame_arg_lang/pck.ads: New file.
713 * gdb.ada/frame_arg_lang/pck.adb: New file.
714 * gdb.ada/frame_arg_lang/foo.c: New file.
715
716 2019-05-08 Tom Tromey <tromey@adacore.com>
717
718 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
719
720 2019-05-08 Tom Tromey <tromey@adacore.com>
721
722 * gdb.base/ptype-offsets.exp: Update tests.
723
724 2019-05-08 Tom Tromey <tromey@adacore.com>
725
726 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
727 cases.
728 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
729 "short".
730
731 2019-05-08 Tom Tromey <tromey@adacore.com>
732
733 * gdb.ada/vla.exp: New file.
734 * gdb.ada/vla/vla.adb: New file.
735
736 2019-05-07 Tom de Vries <tdevries@suse.de>
737
738 * gdb.base/index-cache.exp (ls_host): Fix return statement.
739
740 2019-05-07 Tom de Vries <tdevries@suse.de>
741
742 PR testsuite/24522
743 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
744 section.
745
746 2019-05-07 Tom de Vries <tdevries@suse.de>
747
748 PR testsuite/24522
749 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
750 .debug_aranges section.
751
752 2019-05-07 Tom de Vries <tdevries@suse.de>
753
754 PR testsuite/24159
755 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
756
757 2019-05-06 Tom de Vries <tdevries@suse.de>
758
759 * lib/gdb.exp (exec_has_index_section): New proc.
760 * gdb.base/index-cache.exp: Handle case that binfile contains an index
761 section.
762
763 2019-05-04 Tom de Vries <tdevries@suse.de>
764
765 * boards/cc-with-debug-names.exp: New file.
766
767 2019-05-03 Tom Tromey <tromey@adacore.com>
768
769 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
770 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
771 * gdb.ada/char_enum.exp: Add test.
772
773 2019-05-03 Tom de Vries <tdevries@suse.de>
774
775 * boards/cc-with-gdb-index.exp: New file.
776
777 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
778
779 * gdb.rust/simple.exp: Add new test case.
780 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
781 (main): Initialise an instance of the new struct.
782
783 2019-05-01 Tom Tromey <tromey@adacore.com>
784
785 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
786 record.
787 (NPR): New variable.
788 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
789 test.
790
791 2019-05-01 Tom Tromey <tromey@adacore.com>
792
793 * gdb.ada/packed_array_assign.exp: Add packed assignment
794 regression test.
795
796 2019-05-01 Tom de Vries <tdevries@suse.de>
797
798 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
799
800 2019-05-01 Tom de Vries <tdevries@suse.de>
801
802 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
803
804 2019-04-30 Ali Tamur <tamur@google.com>
805
806 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
807
808 2019-04-30 Tom Tromey <tromey@adacore.com>
809
810 * lib/ada.exp (find_ada_tool): New proc.
811 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
812 * gdb.ada/catch_ex_std.exp: New file.
813 * gdb.ada/catch_ex_std/foo.adb: New file.
814 * gdb.ada/catch_ex_std/some_package.adb: New file.
815 * gdb.ada/catch_ex_std/some_package.ads: New file.
816
817 2019-04-30 Tom Tromey <tromey@adacore.com>
818
819 PR c++/24470:
820 * gdb.cp/temargs.cc: Add test code from PR.
821
822 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
823
824 * gdb.fortran/vla-datatypes.exp: Update expected results.
825 * gdb.fortran/vla-ptype.exp: Likewise.
826 * gdb.fortran/vla-type.exp: Likewise.
827 * gdb.fortran/vla-value.exp: Likewise.
828
829 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
830
831 * gdb.fortran/ptr-indentation.exp: Update expected results.
832 * gdb.fortran/ptype-on-functions.exp: Likewise.
833 * gdb.fortran/vla-ptr-info.exp: Likewise.
834 * gdb.fortran/vla-value.exp: Likewise.
835
836 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
837
838 * gdb.fortran/ptype-on-functions.exp: New file.
839 * gdb.fortran/ptype-on-functions.f90: New file.
840
841 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
842
843 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
844 case void string.
845
846 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
847
848 * gdb.fortran/complex.exp: Expand.
849 * gdb.fortran/complex.f: Renamed to...
850 * gdb.fortran/complex.f90: ...this, and extended to add more
851 complex values.
852
853 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
854
855 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
856 MODULO, CMPLX.
857
858 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
859 Richard Bunt <richard.bunt@arm.com>
860
861 * gdb.base/max-depth.c: New file.
862 * gdb.base/max-depth.exp: New file.
863 * gdb.python/py-nested-maps.c: New file.
864 * gdb.python/py-nested-maps.exp: New file.
865 * gdb.python/py-nested-maps.py: New file.
866 * gdb.python/py-format-string.exp (test_max_depth): New proc.
867 (test_all_common): Call test_max_depth.
868 * gdb.fortran/max-depth.exp: New file.
869 * gdb.fortran/max-depth.f90: New file.
870 * gdb.go/max-depth.exp: New file.
871 * gdb.go/max-depth.go: New file.
872 * gdb.modula2/max-depth.exp: New file.
873 * gdb.modula2/max-depth.c: New file.
874 * lib/gdb.exp (get_print_expr_at_depths): New proc.
875
876 2019-04-29 Tom de Vries <tdevries@suse.de>
877
878 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
879
880 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
881
882 * gdb.base/callexit.exp: Test may-call-functions off.
883
884 2019-04-25 Keith Seitz <keiths@redhat.com>
885
886 PR c++/24367
887 * gdb.cp/meth-typedefs.cc (incomplete_struct)
888 (another_incomplete_struct, test_incomplete): New definitions.
889 (main): Use new definitions.
890 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
891 functions.
892
893 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
894
895 PR corefiles/11608
896 PR corefiles/18187
897 * gdb.base/coredump-filter-build-id.exp: New file.
898
899 2019-04-25 Alan Hayward <alan.hayward@arm.com>
900
901 * Makefile.in: Pass through GDBSERVER_DEBUG.
902 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
903 (gdbserver,debug): Add board setting.
904 * gdb.trace/tspeed.exp: Skip when debugging.
905 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
906 * lib/gdbserver-support.exp: Likewise
907
908 2019-04-24 Tom Tromey <tromey@adacore.com>
909
910 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
911 Rust.
912
913 2019-04-24 Tom Tromey <tromey@adacore.com>
914
915 * gdb.arch/amd64-eval.exp: Test bitfield return.
916 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
917 (class Foo) <return_bitfields>: New method.
918 (main): Call it.
919
920 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
921
922 * gdb.cp/many-args.cc: New file.
923 * gdb.cp/many-args.exp: New file.
924
925 2019-04-23 Tom de Vries <tdevries@suse.de>
926
927 PR gdb/24433
928 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
929
930 2019-04-23 Alan Hayward <alan.hayward@arm.com>
931
932 * gdb.trace/backtrace.exp: Use nopie flag.
933 * gdb.trace/circ.exp: Likewise.
934 * gdb.trace/collection.exp: Likewise.
935 * gdb.trace/ftrace.exp: Likewise.
936 * gdb.trace/mi-trace-unavailable.exp: Likewise.
937 * gdb.trace/mi-traceframe-changed.exp: Likewise.
938 * gdb.trace/qtro.exp: Likewise.
939 * gdb.trace/read-memory.exp: Likewise.
940 * gdb.trace/report.exp: Likewise.
941 * gdb.trace/tfile.exp: Likewise.
942 * gdb.trace/tfind.exp: Likewise.
943 * gdb.trace/unavailable.exp: Likewise.
944
945 2019-04-22 Pedro Alves <palves@redhat.com>
946
947 * gdb.base/solib-probes-nosharedlibrary.c,
948 gdb.base/solib-probes-nosharedlibrary.exp: New files.
949
950 2019-04-19 Tom Tromey <tromey@adacore.com>
951
952 * gdb.ada/ptype_union.c: New file.
953 * gdb.ada/ptype_union.exp: New file.
954
955 2019-04-19 Tom Tromey <tromey@adacore.com>
956
957 PR symtab/24423:
958 * gdb.base/list0.h (foo): Add a control-l character.
959
960 2019-04-18 Tom de Vries <tdevries@suse.de>
961
962 PR gdb/24433
963 * boards/local-board.exp: Set sysroot to "".
964
965 2019-04-18 Tom de Vries <tdevries@suse.de>
966 Pedro Alves <palves@redhat.com>
967
968 PR gdb/24454
969 * gdb.threads/vfork-follow-child-exec.c: New file.
970 * gdb.threads/vfork-follow-child-exec.exp: New file.
971 * gdb.threads/vfork-follow-child-exit.c: New file.
972 * gdb.threads/vfork-follow-child-exit.exp: New file.
973
974 2019-04-15 Leszek Swirski <leszeks@google.com>
975
976 * gdb.arch/amd64-eval.cc: New file.
977 * gdb.arch/amd64-eval.exp: New file.
978
979 2019-04-11 Alan Hayward <alan.hayward@arm.com>
980
981 * gdb.server/sysroot.c: New test.
982 * gdb.server/sysroot.exp: New file.
983 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
984 matching param.
985
986 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
987
988 * gdb.base/align.exp: Extend test to cover structures containing
989 only static fields.
990
991 2019-04-11 Tom de Vries <tdevries@suse.de>
992
993 * boards/cc-with-dwz-m.exp: New file.
994 * boards/cc-with-dwz.exp: New file.
995 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
996
997 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
998
999 * gdb.base/start-cpp.exp: New file.
1000 * gdb.base/start-cpp.cc: New file.
1001
1002 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1003
1004 * gdb.python/py-thrhandle.exp: Adjust tests to call
1005 thread_from_handle instead of thread_from_thread_handle.
1006
1007 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1008
1009 * gdb.python/py-thrhandle.exp: Add tests for
1010 gdb.InferiorThread.handle.
1011
1012 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1013
1014 * gdb.python/py-function.exp: Check calling helper function from
1015 all languages.
1016 * lib/gdb.exp (gdb_supported_languages): New proc.
1017
1018 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1019
1020 * gdb.base/complex-parts.c: New file.
1021 * gdb.base/complex-parts.exp: New file.
1022
1023 2019-04-01 Tom Tromey <tromey@adacore.com>
1024
1025 PR symtab/23331:
1026 * gdb.dwarf2/dw2-ranges-main.c: New file.
1027 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1028 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1029
1030 2019-03-30 Simon Marchi <simark@simark.ca>
1031
1032 * gdb.base/default.exp: Add values for $_gdb_major and
1033 $_gdb_minor.
1034
1035 2019-03-29 Tom Tromey <tromey@adacore.com>
1036
1037 * gdb.base/help.exp: Tighten apropos regexp.
1038
1039 2019-03-29 Keith Seitz <keiths@redhat.com>
1040
1041 * gdb.fortran/array-bounds.exp: New file.
1042 * gdb.fortran/array-bounds.f90: New file.
1043
1044 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1045
1046 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1047
1048 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1049
1050 * gdb.multi/hello.c (main): Increase alarm timer.
1051
1052 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1053
1054 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1055 factor when no hardware watchpoint support.
1056
1057 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1058 Pedro Alves <palves@redhat.com>
1059
1060 * boards/local-board.exp: set sysroot to /.
1061
1062 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1063
1064 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1065 in child.
1066
1067 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1070 field.
1071 (make_container): Initialise new field.
1072 * gdb.python/py-prettyprint.exp: Add new tests.
1073 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1074 <display_hint>: New method.
1075
1076 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1077
1078 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1079 gdb_continue_to_breakpoint more throughout this test.
1080 (run_lang_tests) Supply unique test names, and use
1081 gdb_test_no_output.
1082
1083 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1084
1085 * gdb.base/finish-pretty.exp: Update expected results.
1086 * gdb.base/pretty-print.c: New file.
1087 * gdb.base/pretty-print.exp: New file.
1088
1089 2019-03-25 Pedro Alves <palves@redhat.com>
1090
1091 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1092 move comments outside list. Append '-i "" eof' section.
1093
1094 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1095
1096 * README: Add pie options.
1097 * gdb.base/break-interp.exp: Ensure pie is disabled.
1098 * gdb.base/dump.exp: Likewise.
1099 * lib/gdb.exp (gdb_compile): Add pie option.
1100
1101 2019-03-19 Tom Tromey <tromey@adacore.com>
1102
1103 * gdb.mi/mi2-cli-display.c: New file.
1104 * gdb.mi/mi2-cli-display.exp: New file.
1105
1106 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1107 Tom Tromey <tromey@adacore.com>
1108
1109 * gdb.ada/ptype_array/pck.adb: New file.
1110 * gdb.ada/ptype_array/pck.ads: New file.
1111 * gdb.ada/ptype_array/foo.adb: New file.
1112 * gdb.ada/ptype_array.exp: New file.
1113
1114 2019-03-14 Tom Tromey <tromey@adacore.com>
1115
1116 * gdb.base/style.exp: Add "set style sources" test.
1117
1118 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1119
1120 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1121 * mi-breakpoint-multiple-locations.exp: ... this.
1122 (make_breakpoints_pattern): New proc.
1123 (do_test): Add mi_version parameter, test -break-insert,
1124 -break-info and =breakpoint-created.
1125
1126 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1127
1128 * config/default.exp: Remove 'load_lib gdb.exp'.
1129 * config/monitor.exp: Likewise.
1130 * config/sid.exp: Likewise.
1131 * config/sim.exp: Likewise.
1132 * config/slite.exp: Likewise.
1133 * config/unix.exp: Likewise.
1134 * gdb.base/default.exp: Remove unhelpful comment.
1135
1136 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1137
1138 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1139
1140 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1141
1142 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1143
1144 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1145
1146 * gdb.fortran/type-kinds.exp: Update expected results.
1147
1148 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1149
1150 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1151
1152 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1153
1154 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1155 function.
1156 (test_basic_parsing_of_type_kinds): Expand types tested.
1157 (test_parsing_invalid_type_kinds): New function.
1158
1159 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1160
1161 * gdb.fortran/intrinsics.exp: New file.
1162 * gdb.fortran/intrinsics.f90: New file.
1163 * gdb.fortran/type-kinds.exp: New file.
1164
1165 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1166
1167 * gdb.fortran/dot-ops.exp: New file.
1168
1169 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1170
1171 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1172 Check upper and lower case logical literals.
1173
1174 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1175
1176 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1177 Remove duplicate tests.
1178
1179 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1180
1181 * lib/gdb.exp (builtin_cd): rename of cd.
1182 (cd): Override builtin.
1183
1184 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1185
1186 * gdb.fortran/function-calls.exp: New file.
1187 * gdb.fortran/function-calls.f90: New test.
1188
1189 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1190
1191 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1192 on user program standard output.
1193 * gdb.fortran/short-circuit-argument-list.f90: Record function
1194 calls.
1195
1196 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1197
1198 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1199 failure.
1200
1201 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1202
1203 PR gdb/8527
1204 * gdb.base/interrupt-daemon-attach.c,
1205 gdb.base/interrupt-daemon-attach.exp: New test.
1206
1207 2019-02-27 Pedro Alves <palves@redhat.com>
1208
1209 * gdb.base/page.exp: Add tests for "set width/height -1".
1210
1211 2019-02-27 Pedro Alves <palves@redhat.com>
1212
1213 * gdb.base/page.exp: Add tests for "set/show width/height" with
1214 "infinite" values.
1215
1216 2019-02-27 Tom Tromey <tromey@adacore.com>
1217
1218 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1219 2.4.
1220 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1221 workaround.
1222
1223 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1226 tests for structs with static members.
1227
1228 2019-02-26 Tom Tromey <tromey@adacore.com>
1229
1230 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1231 ValueError, not TypeError.
1232
1233 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1234
1235 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1236 call from main program.
1237
1238 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1239
1240 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1241 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1242 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1243 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1244 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1245
1246 2019-02-22 Keith Seitz <keiths@redhat.com>
1247
1248 PR symtab/23853
1249 * gdb.base/symlink-sourcefile.c: New file.
1250 * gdb.base/symlink-sourcefile.exp: New file.
1251
1252 2019-02-20 Tom Tromey <tom@tromey.com>
1253
1254 * gdb.base/info_qt.exp: Update.
1255
1256 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1257
1258 * gdb.base/source.exp: Move "error in sourced script" code to
1259 the end.
1260 * gdb.base/source-error.gdb: Move contents to
1261 source-error-1.gdb. Add new code to source source-error-1.gdb.
1262 * gdb.base/source-error-1.gdb: New file, from previous
1263 source-error.gdb.
1264
1265 2019-02-17 Tom Tromey <tom@tromey.com>
1266
1267 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1268 for macro styling.
1269 * gdb.base/style.c (SOME_MACRO): New macro.
1270
1271 2019-02-17 Tom Tromey <tom@tromey.com>
1272
1273 * gdb.base/style.exp: Add line-wrapping tests.
1274 * gdb.base/page.exp: Add test for quitting during pagination.
1275
1276 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1277
1278 * gdb.ada/big_packed_array: New testcase.
1279 * gdb.ada/homonym.exp: Fix incorrect expected output for
1280 "break <homonym__get_value>" test.
1281
1282 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1283
1284 PR breakpoints/21870
1285 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1286 and prepare_for_testing. Add comment.
1287 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1288 redundant cleanup call. Clean up comment.
1289
1290 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1291
1292 PR breakpoints/21870
1293 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1294 * gdb.arch/aarch64-dbreg-contents.c: New file.
1295
1296 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1297
1298 * gdb.ada/mi_ref_changeable: New testcase.
1299
1300 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1301
1302 * gdb.base/attach.exp: Add double attach test.
1303
1304 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1305
1306 * lib/gdb.exp (default_gdb_start): Don't match pagination
1307 prompt.
1308 (gdb_init): Set stty_init.
1309
1310 2019-01-27 Tom Tromey <tom@tromey.com>
1311
1312 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1313 skip_python_tests.
1314
1315 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1316
1317 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1318 New structure.
1319 (struct struct_static_02_02): Likewise.
1320 (struct struct_static_02_03): Likewise.
1321 (struct struct_static_02_04): Likewise.
1322 (struct struct_static_04_01): Likewise.
1323 (struct struct_static_04_02): Likewise.
1324 (struct struct_static_04_03): Likewise.
1325 (struct struct_static_04_04): Likewise.
1326 (struct struct_static_06_01): Likewise.
1327 (struct struct_static_06_02): Likewise.
1328 (struct struct_static_06_03): Likewise.
1329 (struct struct_static_06_04): Likewise.
1330 (cmp_struct_static_02_01): Likewise.
1331 (cmp_struct_static_02_02): Likewise.
1332 (cmp_struct_static_02_03): Likewise.
1333 (cmp_struct_static_02_04): Likewise.
1334 (cmp_struct_static_04_01): Likewise.
1335 (cmp_struct_static_04_02): Likewise.
1336 (cmp_struct_static_04_03): Likewise.
1337 (cmp_struct_static_04_04): Likewise.
1338 (cmp_struct_static_06_01): Likewise.
1339 (cmp_struct_static_06_02): Likewise.
1340 (cmp_struct_static_06_03): Likewise.
1341 (cmp_struct_static_06_04): Likewise.
1342 (call_all): Test new structs.
1343 * gdb.base/infcall-nested-structs.exp: Likewise.
1344
1345 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1346 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1347
1348 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1349 * gdb.base/stack-protector.c: New test.
1350 * gdb.base/stack-protector.exp: New file.
1351 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1352 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1353 option.
1354 (gdb_compile): Remove stack protector for GCC and prevent
1355 recursion.
1356
1357 2019-01-16 Keith Seitz <keiths@redhat.com>
1358
1359 PR gdb/23773
1360 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1361
1362 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1363
1364 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1365 aliases.
1366 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1367 tests.
1368 * gdb.arch/powerpc-vector-regs.c: New file.
1369 * gdb.arch/powerpc-vector-regs.exp: New file.
1370
1371 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1372
1373 * gdb.arch/altivec-regs.exp: Fix the list passed to
1374 gdb_expect_list when testing "info vector".
1375
1376 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1377
1378 * gdb.base/style.exp: Don't include path in testname.
1379
1380 2019-01-10 Keith Seitz <keiths@redhat.com>
1381
1382 PR gdb/23712
1383 PR symtab/23010
1384 * gdb.dwarf2/multidictionary.exp: New file.
1385
1386 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1387
1388 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1389 (test_gnuv3_style_demangling): ... this.
1390 (test_lucid_style_demangling): Remove.
1391 (test_arm_style_demangling): Remove.
1392 (test_hp_style_demangling): Remove.
1393 (do_tests): Remove calls to the above.
1394
1395 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1396
1397 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1398 case.
1399
1400 2019-01-06 Tom Tromey <tom@tromey.com>
1401
1402 PR gdb/28155:
1403 * gdb.dwarf2/typedef-void-finish.exp: New file.
1404
1405 2018-12-28 Tom Tromey <tom@tromey.com>
1406 Simon Marchi <simark@simark.ca>
1407
1408 * gdb.base/jit-exec.exp: New file.
1409 * gdb.base/jit-exec.c: New file.
1410 * gdb.base/jit-execd.c: New file.
1411
1412 2018-12-28 Tom Tromey <tom@tromey.com>
1413
1414 * gdb.base/style.exp: Update test to check for address styling.
1415
1416 2018-12-28 Tom Tromey <tom@tromey.com>
1417
1418 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1419 message.
1420
1421 2018-12-28 Tom Tromey <tom@tromey.com>
1422
1423 * gdb.base/style.exp: Add test for version number styling.
1424
1425 2018-12-28 Tom Tromey <tom@tromey.com>
1426
1427 * gdb.base/style.exp: Add test for print_address_symbolic.
1428
1429 2018-12-28 Tom Tromey <tom@tromey.com>
1430
1431 * gdb.base/style.exp: Add test for breakpoint setting.
1432
1433 2018-12-28 Tom Tromey <tom@tromey.com>
1434
1435 * gdb.base/style.exp: Add test for variable names.
1436
1437 2018-12-28 Tom Tromey <tom@tromey.com>
1438
1439 * gdb.base/style.exp: New file.
1440 * gdb.base/style.c: New file.
1441
1442 2018-12-28 Tom Tromey <tom@tromey.com>
1443
1444 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1445 "dumb".
1446 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1447 the TERM environment variable.
1448
1449 2018-12-27 Tom Tromey <tom@tromey.com>
1450
1451 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1452 pagination test.
1453
1454 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1455
1456 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1457 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1458
1459 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1460
1461 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1462 Filename a.adb changed to bp_fun_addr.adb.
1463 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1464
1465 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1466
1467 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1468 non-PIE executables.
1469 * README: Mention the gdb,nopie_flag board setting.
1470 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1471 non-PIE executable.
1472 * gdb.arch/amd64-entry-value.exp: Likewise.
1473 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1474 * gdb.arch/i386-float.exp: Likewise.
1475 * gdb.arch/i386-signal.exp: Likewise.
1476 * gdb.mi/mi-reg-undefined.exp: Likewise.
1477
1478 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1479
1480 PR gdb/23974
1481 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1482
1483 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1484
1485 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1486 Update order of results accordingly.
1487
1488 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1489
1490 * gdb.base/annota1.exp: Update a test regexp.
1491
1492 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1493
1494 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1495
1496 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1497
1498 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1499 (reuse_time): Initialize to REUSE_TIME_CAP.
1500 (check_rc): New function.
1501 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1502 Check pthread_create rc.
1503 (spawner_thread_func): Check pthread_create and pthread_join rc.
1504
1505 2018-12-08 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.base/list.exp (test_forward_search): Rename to ...
1508 (test_forward_reverse_search): ... this. Also test reverse-search
1509 and the forward-search alias.
1510
1511 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1512
1513 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1514 local timeout variable before return, and remove all local timeout
1515 variable entirely.
1516 (gdb_load): Likewise.
1517
1518 2018-12-01 Tom de Vries <tdevries@suse.de>
1519
1520 * gdb.base/gdb-caching-proc.exp: New file.
1521
1522 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1523
1524 * Makefile.in (TIMESTAMP): New variable.
1525 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1526 command.
1527 (check-single-racy): Likewise.
1528 (check/%.exp): Likewise.
1529 (check-racy/%.exp): Likewise.
1530 (workers/%.worker): Likewise.
1531 (build-perf): Likewise.
1532 (check-perf): Likewise.
1533 * README: Describe new "TS" and "TS_FORMAT" variables.
1534 * print-ts.py: New file.
1535
1536 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1537
1538 PR python/23714
1539 * gdb.python/python.exp: Test command repetition after
1540 gdb.execute.
1541
1542 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1545 is correctly aligned.
1546
1547 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1548
1549 * gdb.ada/info_auto_lang.exp: New testcase.
1550 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1551 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1552 * gdb.ada/info_auto_lang/some_c.c: New file.
1553
1554 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1555
1556 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1557 FUNC_lang language syntax.
1558
1559 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1560
1561 * gdb.base/info_minsym.c: New file.
1562 * gdb.base/info_minsym.exp: New file.
1563
1564 2018-11-19 Tom Tromey <tom@tromey.com>
1565
1566 PR rust/23625:
1567 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1568 * gdb.rust/expr.exp: Update expected output. Change one test.
1569
1570 2018-11-19 Tom Tromey <tom@tromey.com>
1571
1572 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1573
1574 2018-11-19 Pedro Alves <palves@redhat.com>
1575
1576 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1577 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1578 see the expected warning.
1579
1580 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1581
1582 PR gdb/22736:
1583 * gdb.cp/infcall-nodebug-lib.c: New test.
1584 * gdb.cp/infcall-nodebug-main.c: New test.
1585 * gdb.cp/infcall-nodebug.exp: New file.
1586
1587 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1588
1589 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1590 completer tests.
1591
1592 2018-11-09 Tom de Vries <tdevries@suse.de>
1593
1594 * gdb.base/msym-lang.c: New test.
1595 * gdb.base/msym-lang.exp: New file.
1596 * gdb.base/msym-lang-main.c: New test.
1597
1598 2018-11-08 Tom Tromey <tom@tromey.com>
1599
1600 PR gdb/23555:
1601 PR gdb/23838:
1602 * gdb.base/warning.exp: New file.
1603
1604 2018-11-08 Jan Beulich <jbeulich@suse.com>
1605
1606 * testsuite/gdb.arch/i386-avx512.c,
1607 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1608
1609 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1610
1611 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1612 point hardware.
1613
1614 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1615
1616 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1617 * gdb.dwarf2/missing-type-name.exp: New file.
1618
1619 2018-11-06 Tom de Vries <tdevries@suse.de>
1620
1621 * gdb.base/many-headers.c: New test.
1622 * gdb.base/many-headers.exp: New file.
1623
1624 2018-11-06 Jim Wilson <jimw@sifive.com>
1625
1626 * gdb.base/code_elim.exp: For riscv, set additional_flags
1627 to include -msmall-data-limit=0.
1628
1629 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1630
1631 * gdb.ada/watch_minus_l: New testcase.
1632
1633 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1634
1635 * gdb.arch/aix-sighandle.c: New file.
1636 * gdb.arch/aix-sighandle.exp: New file.
1637
1638 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1639
1640 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1641 registers being unions.
1642
1643 2018-10-31 Tom de Vries <tdevries@suse.de>
1644
1645 * lib/valgrind.exp: New file.
1646 (vgdb_start, vgdb_stop): New procs, factored out of ...
1647 * gdb.base/valgrind-bt.exp: ... here, ...
1648 * gdb.base/valgrind-disp-step.exp: ... here and ...
1649 * gdb.base/valgrind-infcall.exp: ... here.
1650
1651 2018-10-31 Tom de Vries <tdevries@suse.de>
1652
1653 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1654
1655 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1656
1657 * gdb.dwarf2/void-type.c: New file.
1658 * gdb.dwarf2/void-type.exp: New file.
1659
1660 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1661
1662 * gdb.base/info_qt.c: New file.
1663 * gdb.base/info_qt.exp: New file.
1664
1665 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1666
1667 * gdb.arch/powerpc-htm-regs.c: New file.
1668 * gdb.arch/powerpc-htm-regs.exp: New file.
1669
1670 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1671
1672 * gdb.arch/powerpc-tar.c: New file.
1673 * gdb.arch/powerpc-tar.exp: New file.
1674
1675 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1676
1677 * gdb.arch/powerpc-ppr-dscr.c: New file.
1678 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1679
1680 2018-10-25 Tom de Vries <tdevries@suse.de>
1681
1682 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1683
1684 2018-10-24 Tom de Vries <tdevries@suse.de>
1685
1686 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1687 longer exists error.
1688
1689 2018-10-24 Tom de Vries <tdevries@suse.de>
1690
1691 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1692
1693 2018-10-24 Tom de Vries <tdevries@suse.de>
1694
1695 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1696 --db-attach in valgrind.
1697
1698 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1699
1700 * gdb.arch/riscv-reg-aliases.c: New file.
1701 * gdb.arch/riscv-reg-aliases.exp: New file.
1702
1703 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1704
1705 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1706
1707 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1708
1709 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1710
1711 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1712
1713 * gdb.cp/ovldbreak.exp: Fix regexps.
1714
1715 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1716
1717 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1718
1719 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1720
1721 PR cli/23785
1722 * gdb.base/restore.exp: New test to check if "restore" with an
1723 invalid file doesn't segfault.
1724
1725 2018-10-18 Tom de Vries <tdevries@suse.de>
1726
1727 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1728 * gdb.ada/excep_handle.exp: Same.
1729 * gdb.ada/mi_string_access.exp: Same.
1730 * gdb.ada/mi_var_union.exp: Same.
1731 * gdb.arch/arc-analyze-prologue.exp: Same.
1732 * gdb.arch/arc-decode-insn.exp: Same.
1733 * gdb.base/readnever.exp: Same.
1734 * gdb.fortran/printing-types.exp: Same.
1735 * gdb.guile/scm-lazy-string.exp: Same.
1736
1737 2018-10-16 Tom de Vries <tdevries@suse.de>
1738
1739 PR gdb/23730
1740 * gdb.base/catch-follow-exec.c: Add copyright notice.
1741 * gdb.base/catch-follow-exec.exp: Rewrite to use
1742 gdb_spawn_with_cmdline_opts. Require gdb-native.
1743
1744 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1745
1746 * gdb.trace/actions-changed.exp: Check for arch support.
1747 * gdb.trace/actions.exp: Likewise.
1748 * gdb.trace/ax.exp: Likewise.
1749 * gdb.trace/backtrace.exp: Likewise.
1750 * gdb.trace/change-loc.exp: Likewise.
1751 * gdb.trace/deltrace.exp: Likewise.
1752 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1753 * gdb.trace/ftrace.exp: Likewise.
1754 * gdb.trace/infotrace.exp: Check for arch support.
1755 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1756 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1757 * gdb.trace/mi-tsv-changed.exp: Likewise.
1758 * gdb.trace/packetlen.exp: Likewise.
1759 * gdb.trace/passc-dyn.exp: Likewise.
1760 * gdb.trace/passcount.exp: Likewise.
1761 * gdb.trace/pending.exp: Likewise.
1762 * gdb.trace/range-stepping.exp: Check for shlib support.
1763 * gdb.trace/report.exp: Check for arch support.
1764 * gdb.trace/save-trace.exp: Likewise.
1765 * gdb.trace/signal.exp: Check for signal support.
1766 * gdb.trace/tfind.exp: Check for arch support.
1767 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1768 * gdb.trace/trace-common.h: Add comment.
1769 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1770 * gdb.trace/trace-enable-disable.exp: Likewise.
1771 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1772 * gdb.trace/tracecmd.exp: Check for arch support.
1773 * gdb.trace/tspeed.exp: Check for shlib and target support.
1774 * gdb.trace/tstatus.exp: Check for arch support.
1775 * gdb.trace/tsv.exp: Likewise.
1776 * gdb.trace/while-dyn.exp: Likewise.
1777 * gdb.trace/while-stepping.exp: Likewise.
1778 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1779
1780 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1781
1782 * gdb.trace/tspeed.exp: Remove nowarnings.
1783 (prepare_for_trace_test): Declare "global ipalib".
1784 * gdb.trace/tspeed.c: Include unistd.h.
1785 (main): Remove superfluous printf argument.
1786
1787 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1788
1789 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1790 directory prefix on the filename.
1791
1792 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1793
1794 * gdb.gdb/unittest.exp: Update expected message informing that
1795 selftests have been disabled.
1796 * gdb.server/unittest.exp: Likewise.
1797
1798 2018-10-09 Tom de Vries <tdevries@suse.de>
1799
1800 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1801 with runto_main.
1802
1803 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1804
1805 PR c++/16841
1806 * gdb.cp/virtbase2.cc: New file.
1807 * gdb.cp/virtbase2.exp: New file.
1808
1809 2018-10-06 Tom Tromey <tom@tromey.com>
1810
1811 PR python/19399:
1812 * gdb.python/py-inferior.exp: Add architecture test.
1813
1814 2018-10-06 Tom Tromey <tom@tromey.com>
1815
1816 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1817 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1818
1819 2018-10-06 Tom Tromey <tom@tromey.com>
1820
1821 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1822 of a "throw" catchpoint.
1823
1824 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1825
1826 * gdb.base/info-proc.exp: Update string expected from "help info
1827 proc".
1828
1829 2018-10-04 Tom Tromey <tom@tromey.com>
1830
1831 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1832 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1833 (test_initial_complaints, test_empty_complaints): Update.
1834 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1835
1836 2018-10-04 Tom Tromey <tom@tromey.com>
1837
1838 PR cli/19551:
1839 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1840 * lib/gdb.exp (gdb_file_cmd): Update.
1841 * gdb.stabs/weird.exp (print_weird_var): Update.
1842 * gdb.server/solib-list.exp: Update.
1843 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1844 * gdb.mi/mi-cli.exp: Update.
1845 * gdb.linespec/linespec.exp: Update.
1846 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1847 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1848 * gdb.cp/cp-relocate.exp: Update.
1849 * gdb.base/sym-file.exp: Update.
1850 * gdb.base/relocate.exp: Update.
1851 * gdb.base/readnever.exp: Update.
1852 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1853 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1854 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1855 * gdb.base/code_elim.exp: Update.
1856 * gdb.base/break-unload-file.exp (test_break): Update.
1857 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1858 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1859 Update.
1860 * gdb.base/attach.exp (do_attach_tests): Update.
1861 * gdb.base/sepdebug.exp: Update.
1862 * gdb.python/py-section-script.exp: Update.
1863
1864 2018-10-04 Tom Tromey <tom@tromey.com>
1865
1866 PR cli/22234:
1867 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1868 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1869 output.
1870
1871 2018-10-04 Tom Tromey <tom@tromey.com>
1872
1873 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1874 set width and height to 0.
1875 (test_command_line_attach_run): Use -quiet.
1876
1877 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1878
1879 * lib/gdb.exp (skip_ifunc_tests): New.
1880 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1881 other compile failures.
1882 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1883
1884 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1885
1886 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1887 is_amd64_regs_target.
1888
1889 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1890
1891 * gdb.arch/aarch64-sighandler-regs.c: New test.
1892 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1893 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1894
1895 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1896
1897 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1898 assembly.
1899
1900 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1901
1902 * gdb.base/frame-selection.exp: New file.
1903 * gdb.base/frame-selection.c: New file.
1904
1905 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1906
1907 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1908 pthread barrier.
1909 (main): Likewise.
1910
1911 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1912
1913 * gdb.base/large-frame-1.c: New file.
1914 * gdb.base/large-frame-2.c: New file.
1915 * gdb.base/large-frame.exp: New file.
1916 * gdb.base/large-frame.h: New file.
1917
1918 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1919
1920 PR gdb/20948
1921 * gdb.base/write_mem.exp: New test.
1922 * gdb.base/write_mem.c: Likewise.
1923
1924 2018-09-23 Tom Tromey <tom@tromey.com>
1925
1926 PR python/18852:
1927 * gdb.python/py-parameter.exp: Add test for parameter that throws
1928 on "set".
1929
1930 2018-09-23 Tom Tromey <tom@tromey.com>
1931
1932 PR python/17284:
1933 * gdb.python/py-template.exp (test_template_arg): Add test for
1934 negative template argument number.
1935
1936 2018-09-23 Tom Tromey <tom@tromey.com>
1937
1938 PR python/14062:
1939 * gdb.python/python.exp: Add test for post_event error.
1940
1941 2018-09-23 Tom Tromey <tom@tromey.com>
1942
1943 PR python/18170:
1944 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1945 convert pointers to int and long.
1946
1947 2018-09-23 Tom Tromey <tom@tromey.com>
1948
1949 PR python/20126:
1950 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1951 signed-ness conversion tests.
1952
1953 2018-09-23 Tom Tromey <tom@tromey.com>
1954
1955 PR python/18352;
1956 * gdb.python/py-value.exp (test_float_conversion): New proc.
1957 Use it.
1958
1959 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1960
1961 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1962
1963 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1964
1965 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1966 no readline.
1967 * gdb.base/utf8-identifiers.exp: Likewise.
1968 * gdb.cp/cpcompletion.exp: Likewise.
1969 * gdb.linespec/cpcompletion.exp: Likewise.
1970 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1971 * gdb.linespec/cpls-ops.exp: Likewise.
1972
1973 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1974 Chris January <chris.january@arm.com>
1975
1976 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1977 * gdb.fortran/short-circuit-argument-list.exp: New file.
1978 * gdb.fortran/short-circuit-argument-list.f90: New test.
1979
1980 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1981
1982 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1983 "arch=" keyword when executing "-stack-list-frames".
1984
1985 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1986
1987 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1988 "arch=" keyword when executing "-stack-list-frames".
1989
1990 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1991
1992 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1993 break ada".
1994
1995 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1996
1997 PR python/23669
1998 * gdb.python/python.exp: Test gdb.execute("show commands").
1999
2000 2018-09-16 Tom Tromey <tom@tromey.com>
2001
2002 * gdb.base/new-ui.exp (do_execution_tests): Update.
2003 * gdb.base/dbx.exp (test_breakpoints): Update.
2004
2005 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2006
2007 * lib/gdb.exp (gdb_simple_compile): Add proc.
2008 (is_elf_target): Use gdb_simple_compile.
2009 (skip_altivec_tests): Likewise.
2010 (skip_vsx_tests): Likewise.
2011 (skip_tsx_tests): Likewise.
2012 (skip_btrace_tests): Likewise.
2013 (skip_btrace_pt_tests): Likewise.
2014 (gdb_can_simple_compile): Likewise.
2015 (gdb_has_argv0): Likewise.
2016 (gdb_target_symbol_prefix): Likewise.
2017 (target_supports_scheduler_locking): Likewise.
2018
2019 2018-09-13 Tom Tromey <tom@tromey.com>
2020
2021 * Makefile.in (TAGS): Recognize proc_with_prefix and
2022 gdb_caching_proc.
2023
2024 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2025
2026 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2027 method.
2028
2029 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2030
2031 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2032 and a few other Inferior properties when the Inferior is no
2033 longer valid.
2034
2035 2018-09-13 Tom Tromey <tom@tromey.com>
2036
2037 PR rust/23650:
2038 * gdb.rust/simple.exp: Add test for enum field access error.
2039
2040 2018-09-13 Tom Tromey <tom@tromey.com>
2041
2042 PR rust/23626:
2043 * gdb.rust/simple.rs (EmptyEnum): New type.
2044 (main): Use it.
2045 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2046
2047 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2048
2049 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2050 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2051 * gdb.python/py-symtab.exp: Update test printing an objfile.
2052
2053 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2054
2055 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2056 object.
2057
2058 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2059
2060 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2061 (support_complex_tests): Use gdb_can_simple_compile.
2062 (is_ilp32_target): Likewise.
2063 (is_lp64_target): Likewise.
2064 (is_64_target): Likewise.
2065 (is_amd64_regs_target): Likewise.
2066 (is_aarch32_target): Likewise.
2067 (gdb_int128_helper): Likewise.
2068
2069 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2070
2071 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2072
2073 2018-09-10 Jerome Guitton <guitton@adacore.com>
2074
2075 * gdb.ada/same_component_name: Add test for case of tagged record
2076 with variable-length fields.
2077
2078 2018-09-10 Xavier Roirand <roirand@adacore.com>
2079
2080 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2081 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2082 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2083 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2084
2085 2018-09-10 Xavier Roirand <roirand@adacore.com>
2086
2087 * gdb.ada/mi_string_access.exp: New testcase.
2088 * gdb.ada/mi_string_access/bar.adb: New file.
2089 * gdb.ada/mi_string_access/pck.adb: New file.
2090 * gdb.ada/mi_string_access/pck.asd: New file.
2091
2092 2018-09-10 Xavier Roirand <roirand@adacore.com>
2093
2094 * gdb.ada/mi_var_union.exp: New testcase.
2095 * gdb.ada/mi_var_union/bar.adb: New file.
2096 * gdb.ada/mi_var_union/pck.adb: New file.
2097 * gdb.ada/mi_var_union/pck.asd: New file.
2098
2099 2018-09-08 Tom Tromey <tom@tromey.com>
2100
2101 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2102
2103 2018-09-08 Tom Tromey <tom@tromey.com>
2104
2105 PR python/16047:
2106 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2107 (register_pretty_printers): Register new printer.
2108 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2109 test.
2110 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2111 (an_int_type3): New global.
2112
2113 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2114
2115 * gdb.ada/expr_with_funcall: New testcase.
2116
2117 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2118
2119 * gdb.ada/packed_array_assign: New testcase.
2120
2121 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2122
2123 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2124 names, and add test prefixes to make test names unique.
2125
2126 2018-09-05 Tom de Vries <tdevries@suse.de>
2127
2128 * gdb.dwarf2/varval.exp: Add test.
2129
2130 2018-09-04 Gary Benson <gbenson@redhat.com>
2131
2132 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2133 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2134
2135 2018-08-31 Tom Tromey <tom@tromey.com>
2136
2137 * gdb.rust/simple.rs: Rename second variable "v".
2138
2139 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2140
2141 * gdb.base/funcargs.c (use_a): New function.
2142 (recurse): Call use_a.
2143
2144 2018-08-29 Keith Seitz <keiths@redhat.com>
2145
2146 * gdb.compile/compile-cplus-anonymous.cc: New file.
2147 * gdb.compile/compile-cplus-anonymous.exp: New file.
2148 * gdb.compile/compile-cplus-array-decay.cc: New file.
2149 * gdb.compile/compile-cplus-array-decay.exp: New file.
2150 * gdb.compile/compile-cplus-inherit.cc: New file.
2151 * gdb.compile/compile-cplus-inherit.exp: New file.
2152 * gdb.compile/compile-cplus-member.cc: New file.
2153 * gdb.compile/compile-cplus-member.exp: New file.
2154 * gdb.compile/compile-cplus-method.cc: New file.
2155 * gdb.compile/compile-cplus-method.exp: New file.
2156 * gdb.compile/compile-cplus-mod.c: "New" file.
2157 * gdb.compile/compile-cplus-namespace.cc: New file.
2158 * gdb.compile/compile-cplus-namespace.exp: New file.
2159 * gdb.compile/compile-cplus-nested.cc: New file.
2160 * gdb.compile/compile-cplus-nested.exp: New file.
2161 * gdb.compile/compile-cplus-print.c: "New" file.
2162 * gdb.compile/compile-cplus-print.exp: "New" file.
2163 * gdb.compile/compile-cplus-virtual.cc: New file.
2164 * gdb.compile/compile-cplus-virtual.exp: New file.
2165 * gdb.compile/compile-cplus.c: "New" file.
2166 * gdb.compile/compile-cplus.exp: "New" file.
2167 * lib/compile-support.exp: New file.
2168
2169 2018-08-16 Gary Benson <gbenson@redhat.com>
2170
2171 PR gdb/13000:
2172 * gdb.base/batch-exit-status.exp: New file.
2173 * gdb.base/batch-exit-status.good-commands: Likewise.
2174 * gdb.base/batch-exit-status.bad-commands: Likewise.
2175
2176 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2177
2178 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2179 (struct struct02): Likewise.
2180 (struct struct03): Likewise.
2181 (struct struct04): Likewise.
2182 (struct struct_01_01): New struct.
2183 (struct struct_01_02): Likewise.
2184 (struct struct_01_03): Likewise.
2185 (struct struct_01_04): Likewise.
2186 (struct struct_02_01): Likewise.
2187 (struct struct_02_02): Likewise.
2188 (struct struct_02_03): Likewise.
2189 (struct struct_02_04): Likewise.
2190 (struct struct_04_01): Likewise.
2191 (struct struct_04_02): Likewise.
2192 (struct struct_04_03): Likewise.
2193 (struct struct_04_04): Likewise.
2194 (struct struct_05_01): Likewise.
2195 (struct struct_05_02): Likewise.
2196 (struct struct_05_03): Likewise.
2197 (struct struct_05_04): Likewise.
2198 (cmp_struct01): Remove function.
2199 (cmp_struct02): Likewise.
2200 (cmp_struct03): Likewise.
2201 (cmp_struct04): Likewise.
2202 (cmp_struct_01_01): Add Function.
2203 (cmp_struct_01_02): Likewise.
2204 (cmp_struct_01_03): Likewise.
2205 (cmp_struct_01_04): Likewise.
2206 (cmp_struct_02_01): Likewise.
2207 (cmp_struct_02_02): Likewise.
2208 (cmp_struct_02_03): Likewise.
2209 (cmp_struct_02_04): Likewise.
2210 (cmp_struct_04_01): Likewise.
2211 (cmp_struct_04_02): Likewise.
2212 (cmp_struct_04_03): Likewise.
2213 (cmp_struct_04_04): Likewise.
2214 (cmp_struct_05_01): Likewise.
2215 (cmp_struct_05_02): Likewise.
2216 (cmp_struct_05_03): Likewise.
2217 (cmp_struct_05_04): Likewise.
2218 (call_all): Add new structs.
2219 * gdb.base/infcall-nested-structs.exp: Likewise.
2220
2221 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2222
2223 * gdb.python/py-framefilter-mi.exp: Update regexp to
2224 check for "arch" field in frame output.
2225
2226 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2227
2228 * gdb.dwarf2/dw2-ranges-func.c: New file.
2229 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2230
2231 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2232
2233 * gdb.base/term.exp: Compare terminal settings with values from
2234 the inferior.
2235 * gdb.base/term.c: Get and set terminal settings.
2236
2237 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2238
2239 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2240 accommodate new "arch" field in frame output.
2241 * gdb.mi/mi-return.exp: Likewise.
2242 * gdb.mi/mi-stack.exp: Likewise.
2243 * gdb.mi/mi-syn-frame.exp: Likewise.
2244 * gdb.mi/user-selected-context-sync.exp: Likewise.
2245
2246 2018-08-19 Michael Spang <spang@google.com>
2247
2248 PR gdb/11786
2249 * gdb.base/gcore-tls-pie.c: New file.
2250 * gdb.base/gcore-tls-pie.exp: New file.
2251
2252 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2253
2254 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2255 * gdb.dwarf2/varval.c: New file.
2256 * gdb.dwarf2/varval.exp: New file.
2257
2258 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2259
2260 PR gdb/18931
2261 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2262
2263 2018-08-16 Keith Seitz <keiths@redhat.com>
2264
2265 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2266 tests expected to pass.
2267
2268 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2269
2270 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2271 -data-disassemble -a.
2272 (test_disassembly_bogus_args): Likewise.
2273
2274 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2275
2276 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2277
2278 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2279
2280 * gdb.base/vla-optimized-out.exp: Add new test.
2281
2282 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2283
2284 * gdb.base/vla-optimized-out-o3.exp: Delete.
2285 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2286 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2287 deleted tests.
2288
2289 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2290
2291 PR gdb/18050:
2292 * gdb.server/extended-remote-restart.c: New file.
2293 * gdb.server/extended-remote-restart.exp: New file.
2294
2295 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2296
2297 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2298 "set variable index = 42".
2299
2300 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2301
2302 * boards/index-cache-gdb.exp: New file.
2303 * gdb.dwarf2/index-cache.exp: New file.
2304 * gdb.dwarf2/index-cache.c: New file.
2305 * gdb.base/maint.exp: Check if we are using the index cache.
2306
2307 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2308
2309 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2310 MAKEFLAGS.
2311
2312 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2313
2314 * dg-extract-results.sh: Move to toplevel contrib.
2315 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2316 * Makefile.in (check-parallel-racy): Likewise.
2317
2318 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2319
2320 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2321 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2322 tests if the target supports scheduler locking.
2323
2324 2018-08-04 Tom de Vries <tdevries@suse.de>
2325
2326 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2327
2328 2018-08-02 Tom Tromey <tom@tromey.com>
2329
2330 PR symtab/16842.
2331 * gdb.cp/temargs.exp: Test "info address" of a template
2332 parameter.
2333
2334 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2335
2336 * gdb.python/py-mi-var-info-path-expression.c: New file.
2337 * gdb.python/py-mi-var-info-path-expression.py: New file.
2338 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2339
2340 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2341
2342 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2343 error after "cannot resolve name" string.
2344
2345 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2346
2347 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2348 started.
2349 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2350
2351 2018-07-28 Tom de Vries <tdevries@suse.de>
2352
2353 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2354
2355 2018-07-26 Tom de Vries <tdevries@suse.de>
2356
2357 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2358
2359 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2360
2361 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2362 is visible.
2363
2364 2018-07-26 Tom de Vries <tdevries@suse.de>
2365
2366 PR breakpoints/23366
2367 * gdb.base/catch-follow-exec.c: New test.
2368 * gdb.base/catch-follow-exec.exp: New file.
2369
2370 2018-07-25 Tom de Vries <tdevries@suse.de>
2371
2372 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2373 vla-optimized-out.c.
2374
2375 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2376
2377 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2378 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2379
2380 2018-07-20 Tom de Vries <tdevries@suse.de>
2381
2382 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2383 NOCLONE macro.
2384 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2385
2386 2018-07-19 Tom de Vries <tdevries@suse.de>
2387
2388 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2389 regular expression.
2390
2391 2018-07-18 Tom de Vries <tdevries@suse.de>
2392
2393 * gdb.base/vla-optimized-out.c: New test.
2394 * gdb.base/vla-optimized-out.exp: New file.
2395
2396 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2397
2398 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2399 message "No address associated with hostname" when gdbserver
2400 cannot resolve the hostname.
2401
2402 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2403
2404 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2405 Add some test prefixes to make tests unique.
2406
2407 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2408
2409 * gdb.base/frameapply.c: New file.
2410 * gdb.base/frameapply.exp: New file.
2411
2412 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2413
2414 * gdb.base/skip.exp: Update expected error message.
2415
2416 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2417 Jan Kratochvil <jan.kratochvil@redhat.com>
2418 Paul Fertser <fercerpav@gmail.com>
2419 Tsutomu Seki <sekiriki@gmail.com>
2420
2421 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2422 parameter.
2423 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2424 by default.
2425 * boards/native-gdbserver.exp: Likewise.
2426 * gdb.server/run-without-local-binary.exp: Improve regexp used
2427 for detecting when a remote debugging connection succeeds.
2428 * gdb.server/server-connect.exp: New file.
2429 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2430 Do not prefix the port number with ":".
2431 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2432 support for detecting and using it. Add '$debughost_gdbserver'
2433 to the list of arguments used to start gdbserver. Handle case
2434 when gdbserver cannot resolve a network name.
2435
2436 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2437
2438 PR c++/23373
2439 * gdb.base/ptype-offsets.cc (struct static_member): New
2440 struct.
2441 (main) <stmember>: New variable.
2442 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2443 with a static member in it.
2444
2445 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2446
2447 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2448 watchpoints enabled and disabled.
2449
2450 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2451
2452 * gdb.base/examine-backward.exp: Still run tests around address
2453 0x0, even if address 0x0 is not readable. Update the pattern for
2454 matching address 0x0 in expected output.
2455
2456 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2457
2458 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2459 malloc/free.
2460
2461 2018-07-04 Tom de Vries <tdevries@suse.de>
2462
2463 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2464
2465 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2466
2467 PR tdep/8282
2468 * gdb.arch/mips-disassembler-options.exp: New test.
2469 * gdb.arch/mips-disassembler-options.s: New test source.
2470
2471 2018-06-29 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.threads/names.exp: Adjust expected "info threads" output.
2474
2475 2018-06-29 Pedro Alves <palves@redhat.com>
2476
2477 * gdb.opt/inline-break.exp (line number, address): Add "info
2478 break" tests.
2479
2480 2018-06-29 Pedro Alves <palves@redhat.com>
2481
2482 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2483 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2484 number and address and running to them.
2485
2486 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2487
2488 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2489
2490 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2491
2492 * lib/compiler.c: Remove executable permission flag.
2493
2494 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2495
2496 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2497 code.
2498 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2499
2500 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2501
2502 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2503
2504 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2505
2506 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2507 address argument is omitted.
2508
2509 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2510
2511 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2512
2513 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2514
2515 PR gdb/21695
2516 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2517 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2518
2519 2018-06-26 Tom Tromey <tom@tromey.com>
2520
2521 PR rust/22574:
2522 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2523 * gdb.rust/simple.rs (struct SimpleLayout): New.
2524
2525 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2526
2527 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2528 "info registers" output.
2529
2530 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2531
2532 * gdb.base/watchpoint-hw-attach.c: New test.
2533 * gdb.base/watchpoint-hw-attach.exp: New file.
2534
2535 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2536
2537 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2538 through /bin/sh.
2539 * boards/dwarf4-gdb-index.exp: Likewise.
2540 * boards/fission-dwp.exp: Likewise.
2541
2542 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2543
2544 * gdb.base/float128.exp: Add comment and improved fail message
2545 to the failure case of "print large128" test.
2546
2547 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2548
2549 * configure.ac: Remove AC_PREREQ.
2550 * configure: Re-generate.
2551
2552 2018-06-19 Pedro Alves <palves@redhat.com>
2553
2554 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2555 (func_extern_caller): New.
2556 (main): Call func_extern_caller.
2557 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2558 logic change.
2559
2560 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2561
2562 PR gdb/16841
2563 * gdb.cp/typedef-base.cc: New file.
2564 * gdb.cp/typedef-base.exp: New file.
2565
2566 2018-06-18 Tom de Vries <tdevries@suse.de>
2567
2568 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2569
2570 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2571 Richard Bunt <Richard.Bunt@arm.com>
2572
2573 * gdb.threads/attach-slow-waitpid.c: New file.
2574 * gdb.threads/attach-slow-waitpid.exp: New file.
2575 * gdb.threads/slow-waitpid.c: New file.
2576
2577 2018-06-14 Pedro Alves <palves@redhat.com>
2578
2579 * gdb.base/fork-running-state.c: Include <errno.h>.
2580 (exit_if_relative_exits): New.
2581 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2582 exits.
2583 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2584 child exits.
2585
2586 2018-06-14 Tom de Vries <tdevries@suse.de>
2587
2588 PR cli/22573
2589 * gdb.base/finish-pretty.c: New test.
2590 * gdb.base/finish-pretty.exp: New file.
2591
2592 2018-06-14 Pedro Alves <palves@redhat.com>
2593
2594 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2595 gdb's expected startup output.
2596
2597 2018-06-14 Pedro Alves <palves@redhat.com>
2598
2599 * lib/selftest-support.exp (selftest_setup): Remove inlined
2600 function handling.
2601
2602 2018-06-14 Tom de Vries <tdevries@suse.de>
2603
2604 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2605 matching of breakpoint printing.
2606
2607 2018-06-13 Tom de Vries <tdevries@suse.de>
2608
2609 PR testsuite/23269
2610 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2611 (fork_child): ... here, and ...
2612 (fork_parent): ... here.
2613
2614 2018-06-12 Tom de Vries <tdevries@suse.de>
2615
2616 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2617
2618 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2619 Stephen Roberts <stephen.roberts@arm.com>
2620
2621 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2622 rewrite test to describe action performed, rather than possible
2623 failure.
2624
2625 2018-06-08 Gary Benson <gbenson@redhat.com>
2626
2627 * gdb.threads/check-libthread-db.exp: New file.
2628 * gdb.threads/check-libthread-db.c: Likewise.
2629
2630 2018-06-05 Tom Tromey <tom@tromey.com>
2631
2632 * gdb.base/default.exp: Update expected "show version" output.
2633
2634 2018-06-05 Tom Tromey <tom@tromey.com>
2635
2636 PR cli/12326:
2637 * gdb.cp/static-print-quit.exp: Update.
2638 * lib/gdb.exp (pagination_prompt): Update.
2639 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2640 * gdb.python/python.exp: Update.
2641
2642 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2643
2644 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2645
2646 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2647
2648 * gdb.ada/bp_fun_addr: New testcase.
2649
2650 2018-06-01 Tom Tromey <tom@tromey.com>
2651
2652 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2653 results.
2654 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2655 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2656 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2657 * gdb.base/maint.exp (maint_pass_if): Update.
2658
2659 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2660
2661 * gdb.base/endian.exp: New test.
2662 * gdb.base/endian.c: New test source.
2663
2664 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2665
2666 PR gdb/23203
2667 * gdb.base/bt-selected-frame.c: New file.
2668 * gdb.base/bt-selected-frame.exp: New file.
2669 * lib/gdb.exp (get_current_frame_number): New function.
2670
2671 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2672 Pedro Alves <palves@redhat.com>
2673
2674 * gdb.threads/tls-core.c: Include <stdlib.h>
2675 (thread_proc): Call `abort'.
2676 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2677 (tls_core_test): New procedure, bits factored out from ...
2678 (top level): ... here. Test both native cores and gcore cores.
2679
2680 2018-05-23 Tom Tromey <tom@tromey.com>
2681
2682 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2683
2684 2018-05-23 Tom Tromey <tom@tromey.com>
2685
2686 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2687 symfile_complaints.
2688 (test_short_complaints): Likewise.
2689 (test_empty_complaints): Likewise.
2690 (test_initial_complaints): Update.
2691
2692 2018-05-23 Tom Tromey <tom@tromey.com>
2693
2694 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2695
2696 2018-05-23 Tom Tromey <tom@tromey.com>
2697
2698 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2699 (test_short_complaints): Update.
2700
2701 2018-05-22 Pedro Alves <palves@redhat.com>
2702
2703 * gdb.base/remote.exp: Only gdb_start after compiling the
2704 testcase. Issue "disconnect" before testing "set remote" command
2705 defaults. Issue clean_restart before running to main.
2706
2707 2018-05-22 Pedro Alves <palves@redhat.com>
2708
2709 * gdb.base/remote.exp: Adjust expected output of "show remote
2710 memory-write-packet-size". Add tests for "set remote
2711 memory-write-packet-size 0" and "set remote
2712 memory-write-packet-size fixed/limit".
2713
2714 2018-05-22 Pedro Alves <palves@redhat.com>
2715
2716 PR gdb/22973
2717 * gdb.base/utf8-identifiers.c: New file.
2718 * gdb.base/utf8-identifiers.exp: New file.
2719
2720 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2721
2722 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2723
2724 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2725
2726 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2727
2728 2018-05-18 Tom Tromey <tom@tromey.com>
2729
2730 * gdb.base/ptype-offsets.exp: Update.
2731
2732 2018-05-17 Keith Seitz <keiths@redhat.com>
2733
2734 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2735 in expected breakpoint stop locations.
2736 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2737 move to proper scope to test variable values.
2738 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2739 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2740 New functions.
2741 (main): Call not_inline_func3.
2742 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2743 inline_func1, inline_func2, and inline_func3. Test that when each
2744 breakpoint is hit, GDB properly reports both the stop location
2745 and the backtrace. Repeat tests for temporary breakpoints.
2746
2747 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2748
2749 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2750 rather then trying to access it in determining whether the PID
2751 of `gdbserver' could have been retrieved.
2752
2753 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2754
2755 * gdb.arch/amd64-init-x87-values.S: New file.
2756 * gdb.arch/amd64-init-x87-values.exp: New file.
2757
2758 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2759
2760 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2761
2762 2018-05-04 Tom Tromey <tom@tromey.com>
2763
2764 PR python/22730:
2765 * gdb.python/python.exp: Test multi-line execute.
2766
2767 2018-05-04 Tom Tromey <tom@tromey.com>
2768
2769 PR python/22731:
2770 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2771
2772 2018-05-04 Tom Tromey <tom@tromey.com>
2773
2774 PR gdb/11750:
2775 * gdb.base/define.exp: Test defining a user command inside a user
2776 command.
2777 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2778
2779 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2780 Pedro Alves <palves@redhat.com>
2781
2782 PR breakpoints/19806 and support for PR external/20207.
2783 * gdb.base/watchpoint-unaligned.c: New file.
2784 * gdb.base/watchpoint-unaligned.exp: New file.
2785
2786 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2787
2788 * gdb.base/maint.exp: Make test names unique, use
2789 test_prefix_command_help to test 'help maint info', and remove
2790 repeated test of 'help maint'.
2791
2792 2018-05-04 Tom Tromey <tom@tromey.com>
2793
2794 PR gdb/22619:
2795 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2796 behavior.
2797
2798 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2799
2800 * gdb.base/maint.exp: Process output from 'maint print registers'
2801 line at a time.
2802
2803 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2804
2805 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2806 timeout.
2807
2808 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2809
2810 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2811 filter pattern.
2812
2813 2018-05-02 Pedro Alves <palves@redhat.com>
2814
2815 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2816 to_log_command renames.
2817 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2818
2819 2018-05-02 Tom Tromey <tom@tromey.com>
2820
2821 * gdb.python/py-parameter.exp: Set test message.
2822
2823 2018-05-02 Tom Tromey <tom@tromey.com>
2824
2825 PR python/20084:
2826 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2827 PARAM_ZUINTEGER_UNLIMITED tests.
2828
2829 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2830
2831 PR rust/23124
2832 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2833 when casting.
2834
2835 2018-04-30 Tom Tromey <tom@tromey.com>
2836
2837 * gdb.python/py-type.exp: Check align attribute.
2838 * gdb.python/py-type.c: New "aligncheck" global.
2839
2840 2018-04-30 Tom Tromey <tom@tromey.com>
2841
2842 PR exp/17095:
2843 * gdb.dwarf2/dw2-align.exp: New file.
2844 * gdb.cp/align.exp: New file.
2845 * gdb.base/align.exp: New file.
2846 * lib/gdb.exp (gdb_int128_helper): New proc.
2847 (has_int128_c, has_int128_cxx): New caching procs.
2848
2849 2018-04-27 Tom Tromey <tom@tromey.com>
2850
2851 PR rust/22545:
2852 * gdb.rust/simple.exp: Add inclusive range tests.
2853
2854 2018-04-26 Pedro Alves <palves@redhat.com>
2855
2856 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2857 ifunc breakpoint locations correctly of ifunc breakpoints set
2858 while the program resolves the ifunc.
2859
2860 2018-04-26 Pedro Alves <palves@redhat.com>
2861
2862 * gdb.base/gnu-ifunc-final.c: New file.
2863 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2864 * gdb.base/gnu-ifunc.exp (executable): Delete.
2865 (staticexecutable): Adjust.
2866 (lib_opts, exec_opts): Delete.
2867 (make_binsuffix, build, set-break): New procedures.
2868 (misc_tests): New, with tests factored out from the top level.
2869 (top level): Test different combinations of ifunc resolver name,
2870 resolver with and with debug info, and ifunc target with and
2871 without debug info. Wrap static tests with with_target_prefix.
2872
2873 2018-04-26 Pedro Alves <palves@redhat.com>
2874
2875 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2876 return type" warnings.
2877
2878 2018-04-25 Pedro Alves <palves@redhat.com>
2879
2880 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2881 killed".
2882 * gdb.base/kill-after-signal.exp: Likewise.
2883 * gdb.threads/kill.exp: Likewise.
2884
2885 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2886 Sergio Durigan Junior <sergiodj@redhat.com>
2887 Pedro Alves <palves@redhat.com>
2888
2889 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2890 regexps to expect for '[Inferior ... detached]' as well.
2891 * gdb.base/attach.exp: Likewise.
2892 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2893 "gdb_continue_to_end".
2894 (test_catch_syscall_with_wrong_args): Likewise.
2895 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2896 ']'. Don't set 'verbose' on.
2897 * gdb.base/foll-vfork.exp: Likewise.
2898 * gdb.base/fork-print-inferior-events.c: New file.
2899 * gdb.base/fork-print-inferior-events.exp: New file.
2900 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2901 '[Inferior ... has been killed]' message.
2902 * gdb.base/kill-after-signal.exp: Likewise.
2903 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2904 detach message.
2905 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2906 message.
2907 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2908 regexps to expect for '[Inferior ... detached]' as well.
2909 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2910
2911 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2912
2913 PR gdb/23104
2914 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2915
2916 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2917
2918 * gdb.threads/multiple-successive-infcall.c: New test.
2919 * gdb.threads/multiple-successive-infcall.exp: New file.
2920
2921 2018-04-17 Tom Tromey <tom@tromey.com>
2922
2923 * gdb.rust/simple.rs (Union): New type.
2924 (main): New local "u".
2925 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2926
2927 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2928
2929 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2930 number information in output of "whereis" command.
2931 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2932
2933 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2934
2935 * gdb.ada/info_types.exp: Adjust expected output to the line
2936 numbers now printed by "info var/func/type".
2937 * gdb.base/completion.exp: Likewise.
2938 * gdb.base/included.exp: Likewise.
2939 * gdb.cp/cp-relocate.exp: Likewise.
2940 * gdb.cp/cplusfuncs.exp: Likewise.
2941 * gdb.cp/namespace.exp: Likewise.
2942 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2943
2944 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2945
2946 * gdb.btrace/cpu.exp: New.
2947
2948 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2949
2950 * gdb.base/step-indirect-call-thunk.exp: New.
2951 * gdb.base/step-indirect-call-thunk.c: New.
2952 * gdb.reverse/step-indirect-call-thunk.exp: New.
2953 * gdb.reverse/step-indirect-call-thunk.c: New.
2954
2955 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2956
2957 * gdb.base/pie-fork.c: New file.
2958 * gdb.base/pie-fork.exp: New file.
2959
2960 2018-04-11 Tom Tromey <tom@tromey.com>
2961
2962 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2963
2964 2018-04-10 Pedro Alves <palves@redhat.com>
2965
2966 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2967 exits. Instead loop running forever.
2968 (fork_parent): Run forever too.
2969
2970 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2971
2972 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2973 mi_continue_to_line.
2974 * gdb.mi/mi-stack.c (callee4): Add comment.
2975
2976 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2977
2978 * gdb.mi/mi-stack.exp: Fix indentation.
2979
2980 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2981
2982 PR gdb/22979
2983 * gdb.arch/amd64-osabi.exp: New file.
2984
2985 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2986
2987 PR gdb/22980
2988 * gdb.base/osabi.exp: New file.
2989
2990 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2991
2992 * gdb.cp/static-typedef-print.exp: New file.
2993 * gdb.cp/static-typedef-print.cc: New file.
2994
2995 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2996
2997 * gdb.ada/varsize_limit: New testcase.
2998
2999 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3000
3001 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3002
3003 * gdb.ada/notcplusplus: New testcase.
3004
3005 * gdb.base/c-linkage-name.c: New file.
3006 * gdb.base/c-linkage-name.exp: New testcase.
3007
3008 2018-03-26 Tom Tromey <tom@tromey.com>
3009
3010 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3011 * gdb.python/py-framefilter.py (name_error): New global.
3012 (ErrorInName.function): Use name_error.
3013
3014 2018-03-26 Tom Tromey <tom@tromey.com>
3015
3016 PR backtrace/15582:
3017 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3018
3019 2018-03-23 Keith Seitz <keiths@redhat.com>
3020
3021 PR c++/22968
3022 * gdb.cp/subtypes.exp: New file.
3023 * gdb.cp/subtypes.h: New file.
3024 * gdb.cp/subtypes.cc: New file.
3025 * gdb.cp/subtypes-2.cc: New file.
3026
3027 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3028
3029 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3030 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3031 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3032 -nostartfiles when compiling the test. Confirm that all registers
3033 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3034
3035 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3036
3037 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3038 option, syntax was wrong anyway.
3039 * gdb.arch/arm-disp-step.exp: Likewise.
3040 * gdb.arch/sparc64-regs.exp: Likewise.
3041 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3042 option, syntax was wrong anyway, switch to use
3043 prepare_for_testing.
3044 * gdb.arch/i386-disp-step.exp: Likewise.
3045
3046 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3047
3048 * gdb.ada/exec_changed.exp: Replace "target_info exists
3049 use_gdb_stub" by "use_gdb_stub".
3050 * gdb.ada/start.exp: Likewise.
3051 * gdb.base/async-shell.exp: Likewise.
3052 * gdb.base/attach-pie-misread.exp: Likewise.
3053 * gdb.base/attach-wait-input.exp: Likewise.
3054 * gdb.base/break-entry.exp: Likewise.
3055 * gdb.base/break-interp.exp: Likewise.
3056 * gdb.base/dprintf-detach.exp: Likewise.
3057 * gdb.base/nostdlib.exp: Likewise.
3058 * gdb.base/solib-nodir.exp: Likewise.
3059 * gdb.base/statistics.exp: Likewise.
3060 * gdb.base/testenv.exp: Likewise.
3061 * gdb.mi/mi-exec-run.exp: Likewise.
3062 * gdb.mi/mi-start.exp: Likewise.
3063 * gdb.multi/dummy-frame-restore.exp: Likewise.
3064 * gdb.multi/multi-arch-exec.exp: Likewise.
3065 * gdb.multi/multi-arch.exp: Likewise.
3066 * gdb.multi/tids.exp: Likewise.
3067 * gdb.multi/watchpoint-multi.exp: Likewise.
3068 * gdb.python/py-events.exp: Likewise.
3069 * gdb.threads/attach-into-signal.exp: Likewise.
3070 * gdb.threads/attach-stopped.exp: Likewise.
3071 * gdb.threads/threadapply.exp: Likewise.
3072 * lib/selftest-support.exp: Likewise.
3073
3074 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3075
3076 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3077
3078 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3079
3080 * gdb.perf/template-breakpoints.cc: New file.
3081 * gdb.perf/template-breakpoints.exp: New file.
3082 * gdb.perf/template-breakpoints.py: New file.
3083
3084 2018-03-19 Tom Tromey <tom@tromey.com>
3085
3086 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3087 y0.
3088 * gdb.rust/simple.exp: Test bare identifier form of struct
3089 initializer.
3090
3091 2018-03-19 Tom Tromey <tom@tromey.com>
3092
3093 * gdb.gdb/observer.exp: Remove.
3094
3095 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3096
3097 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3098 "qualified" option when setting breakpoints.
3099 * gdb.trace/backtrace.exp: Likewise.
3100 * gdb.trace/circ.exp: Likewise.
3101 * gdb.trace/collection.exp: Likewise.
3102 * gdb.trace/disconnected-tracing.exp: Likewise.
3103 * gdb.trace/ftrace-lock.exp: Likewise.
3104 * gdb.trace/ftrace.exp: Likewise.
3105 * gdb.trace/infotrace.exp: Likewise.
3106 * gdb.trace/packetlen.exp: Likewise.
3107 * gdb.trace/passc-dyn.exp: Likewise.
3108 * gdb.trace/qtro.exp: Likewise.
3109 * gdb.trace/read-memory.exp: Likewise.
3110 * gdb.trace/report.exp: Likewise.
3111 * gdb.trace/signal.exp: Likewise.
3112 * gdb.trace/status-stop.exp: Likewise.
3113 * gdb.trace/strace.exp: Likewise.
3114 * gdb.trace/tfind.exp: Likewise.
3115 * gdb.trace/trace-break.exp: Likewise.
3116 * gdb.trace/trace-condition.exp: Likewise.
3117 * gdb.trace/trace-mt.exp: Likewise.
3118 * gdb.trace/tstatus.exp: Likewise.
3119 * gdb.trace/tsv.exp: Likewise.
3120 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3121 * gdb.trace/unavailable.exp: Likewise.
3122 * gdb.trace/while-dyn.exp: Likewise.
3123
3124 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3125
3126 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3127 that libinproctrace is copied to the target.
3128
3129 2018-03-14 Tom Tromey <tom@tromey.com>
3130
3131 PR cli/14977:
3132 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3133 a null pointer.
3134 * gdb.base/wchar.exp: Likewise.
3135
3136 2018-03-14 Tom Tromey <tom@tromey.com>
3137
3138 PR cli/19918:
3139 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3140 flag.
3141
3142 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3143
3144 PR gdb/22841
3145 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3146 "target" to remote_exec.
3147
3148 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3149
3150 PR gdb/22841
3151 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3152 ${board}_upload): Remove.
3153
3154 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3155
3156 * gdb.cp/watch-cp.cc: New test.
3157 * gdb.cp/watch-cp.exp: New file.
3158
3159 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3160
3161 * gdb.base/infcall-nested-structs.exp: New file.
3162 * gdb.base/infcall-nested-structs.c: New file.
3163 * gdb.base/float.exp: Add riscv support.
3164
3165 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3166
3167 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3168 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3169
3170 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3171
3172 * gdb.server/abspath.exp: New file.
3173 * lib/gdb.exp (with_cwd): New procedure.
3174
3175 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3176
3177 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3178 use it.
3179 (gdb_is_target_remote_prompt): New proc.
3180 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3181 (gdb_is_target_native): Pass prompt parameter to
3182 gdb_is_target_1.
3183
3184 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3185
3186 * gdb.base/load-command.c: New file.
3187 * gdb.base/load-command.exp: New file.
3188 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3189 (gdb_is_target_1): ...this, and generalize for other targets
3190 than just remote.
3191 (gdb_is_target_remote): Use gdb_is_target_1.
3192 (gdb_is_target_native): use gdb_is_target_1.
3193
3194 2018-02-26 Tom Tromey <tom@tromey.com>
3195
3196 PR python/16497:
3197 * gdb.python/py-framefilter.exp: Update test.
3198
3199 2018-02-26 Tom Tromey <tom@tromey.com>
3200
3201 * gdb.dwarf2/variant.c: New file.
3202 * gdb.dwarf2/variant.exp: New file.
3203
3204 2018-02-26 Tom Tromey <tom@tromey.com>
3205
3206 * gdb.rust/simple.exp: Accept more possible results in enum test.
3207
3208 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3209
3210 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3211 parentheses.
3212
3213 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3214
3215 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3216 name of a variable: $actual_linejj -> $actual_line.
3217
3218 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3219
3220 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3221
3222 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3223
3224 * gdb.btrace/buffer-size.exp: Do not force BTS.
3225
3226 2018-02-14 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3229 getting a "Quit".
3230
3231 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3232
3233 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3234 Fix test name.
3235
3236 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3237
3238 * gdb.cp/m-static.exp: Check type of optimized out static
3239 member.
3240
3241 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3242
3243 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3244 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3245
3246 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3247 Leszek Swirski <leszeks@google.com>
3248
3249 * gdb.python/py-prettyprint.c
3250 (struct to_string_returns_value_inner,
3251 struct to_string_returns_value_wrapper): New.
3252 (main): Add tsrvw variable.
3253 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3254 ToStringReturnsValueWrapper): New classes.
3255 (register_pretty_printers): Register new pretty-printers.
3256 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3257 recursive pretty printer.
3258 * gdb.python/py-mi.exp: Likewise.
3259
3260 2018-02-01 Leszek Swirski <leszeks@google.com>
3261
3262 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3263 functions with the same name as an include file are parsed
3264 correctly.
3265
3266 2018-02-01 Yao Qi <yao.qi@linaro.org>
3267
3268 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3269 "\[^\r\n\]*".
3270
3271 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3272
3273 * gdb.arch/powerpc-prologue-frame.s: New file.
3274 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3275 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3276
3277 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3278
3279 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3280
3281 2018-01-30 Pedro Alves <palves@redhat.com>
3282
3283 PR gdb/13211
3284 * gdb.base/interrupt-daemon.c: New.
3285 * gdb.base/interrupt-daemon.exp: New.
3286 * gdb.multi/multi-term-settings.c: New.
3287 * gdb.multi/multi-term-settings.exp: New.
3288
3289 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3290
3291 * gdb.base/break.exp: Save the location where the breakpoint
3292 on break.c:47 was actually inserted when debugging the version
3293 compiled at -O2 and use it in the expected output of the "info
3294 break" test performed soon after.
3295
3296 2018-01-22 Pedro Alves <palves@redhat.com>
3297 Sergio Durigan Junior <sergiodj@redhat.com>
3298
3299 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3300 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3301
3302 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3303
3304 * gdb.base/break-include.c, gdb.base/break-include.inc,
3305 gdb.base/break-include.exp: New files.
3306 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3307 line number now being the actual line number where the breakpoint
3308 was inserted.
3309 * gdb.mi/mi-break.exp: Likewise.
3310 * gdb.mi/mi-reverse.exp: Likewise.
3311 * gdb.mi/mi-simplerun.exp: Ditto.
3312
3313 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3314
3315 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3316 varobj.
3317 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3318
3319 2018-01-21 Don Breazeal <donb@codesourcery.com>
3320 Andrew Burgess <andrew.burgess@embecosm.com>
3321
3322 * gdb.mi/basics.c: Add new global.
3323 * gdb.mi/mi-frame-regs.exp: New file.
3324 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3325 case.
3326
3327 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3328
3329 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3330 non-parameter, and on an unknown symbol.
3331
3332 2018-01-19 Tom Tromey <tom@tromey.com>
3333
3334 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3335 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3336
3337 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3338
3339 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3340 setrlimit and chdir to int.
3341
3342 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3343
3344 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3345 function.
3346 (my_tend): Likewise.
3347 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3348 rationale of avoiding FP- and vector instructions.
3349
3350 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3351
3352 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3353 "info reg" with "\[ \t\]*".
3354 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3355 "\[ \t\]+".
3356 * gdb.arch/s390-multiarch.exp: Ditto.
3357 * gdb.base/pc-fp.exp: Ditto.
3358 * gdb.reverse/i386-precsave.exp: Ditto.
3359 * gdb.reverse/i386-reverse.exp: Ditto.
3360 * gdb.reverse/i387-env-reverse.exp: Ditto.
3361 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3362
3363 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3364
3365 * lib/gdb.exp (gdb_compile): Re-enable use of
3366 universal_compile_options for languages other than Rust.
3367
3368 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3369
3370 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3371
3372 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3373
3374 PR gdb/16577
3375 * gdb.base/solib-vanish.exp: New.
3376 * gdb.base/solib-vanish-main.c: New.
3377 * gdb.base/solib-vanish-lib1.c: New.
3378 * gdb.base/solib-vanish-lib2.c: New.
3379
3380 2018-01-17 Yao Qi <yao.qi@linaro.org>
3381
3382 * gdb.compile/compile.exp: Match the address printed for
3383 frame in the output of command "bt".
3384
3385 2018-01-15 Tom Tromey <tom@tromey.com>
3386
3387 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3388 compute sp_reg.
3389
3390 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3391
3392 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3393 to prepare.
3394 (prepare): Return 0 on error, 1 on success.
3395
3396 2018-01-12 Pedro Alves <palves@redhat.com>
3397
3398 * gdb.base/continue-after-aborted-step-over.c: New.
3399 * gdb.base/continue-after-aborted-step-over.exp: New.
3400
3401 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3402
3403 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3404 options when not creating an executable.
3405
3406 2018-01-11 Pedro Alves <palves@redhat.com>
3407
3408 PR remote/22597
3409 * gdb.server/stop-reply-no-thread.c: New file.
3410 * gdb.server/stop-reply-no-thread.exp: New file.
3411
3412 2018-01-10 Pedro Alves <palves@redhat.com>
3413
3414 PR gdb/22670
3415 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3416 functions too. Test setting breakpoints and printing C functions
3417 with no debug info too.
3418 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3419
3420 2018-01-10 Pedro Alves <palves@redhat.com>
3421
3422 PR gdb/22670
3423 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3424 a fail.
3425
3426 2018-01-10 Pedro Alves <palves@redhat.com>
3427
3428 PR gdb/22670
3429 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3430
3431 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3432
3433 * gdb.server/unittest.exp: Match the output in non-development
3434 mode.
3435
3436 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3437
3438 * gdb.gdb/unittest.exp: Match output in non-development mode.
3439
3440 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3441
3442 * gdb.ada/access_tagged_param.exp: Relax expected output
3443 for value of "ObjL" in "continue" to pck.inspect breakpoint
3444 test.
3445
3446 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3447
3448 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3449 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3450
3451 2018-01-05 Pedro Alves <palves@redhat.com>
3452
3453 PR gdb/18653
3454 * gdb.base/libsegfault.exp: New.
3455
3456 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3457
3458 PR gdb/22670
3459 * gdb.ada/access_tagged_param.exp: New file.
3460 * gdb.ada/access_tagged_param/foo.adb: New file.
3461
3462 2018-01-05 Pedro Alves <palves@redhat.com>
3463
3464 PR gdb/22670
3465 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3466 exercise lower case too, and to exercise both full matching and
3467 wild matching.
3468
3469 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3470
3471 * gdb.ada/rename_subscript_param: New testcase.
3472
3473 2018-01-05 Jerome Guitton <guitton@adacore.com>
3474
3475 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3476
3477 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3478
3479 * gdb.ada/convvar_comp: New testcase.
3480
3481 2018-01-05 Xavier Roirand <roirand@adacore.com>
3482
3483 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3484 (My_Table): New global variable.
3485 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3486
3487 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3488
3489 PR gdb/22670
3490 * gdb.ada/maint_with_ada: New testcase.
3491
3492 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3493
3494 PR gdb/22670
3495 * gdb.ada/bp_c_mixed_case: New testcase.
3496
3497 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3498
3499 PR gdb/22670
3500 * gdb.ada/complete.exp: Add "complete break ada" test.
3501
3502 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3503
3504 PR gdb/22670
3505 * gdb.ada/info_addr_mixed_case: New testcase.
3506
3507 2018-01-03 Xavier Roirand <roirand@adacore.com>
3508
3509 * gdb.ada/excep_handle.exp: New testcase.
3510 * gdb.ada/excep_handle/foo.adb: New file.
3511 * gdb.ada/excep_handle/pck.ads: New file.
3512
3513 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3514
3515 * gdb.base/step-line.c: Add extra empty line in copyright header.
3516 * gdb.base/step-line.inp: Likewise.
3517
3518 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3519
3520 * gdb.ada/dyn_stride.exp: Add slice test.
3521
3522 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3523
3524 * gdb.ada/dyn_stride: New testcase.
3525
3526 2017-12-27 Stafford Horne <shorne@gmail.com>
3527
3528 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3529 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3530
3531 2017-12-27 Stafford Horne <shorne@gmail.com>
3532
3533 * gdb.base/reggroups.c: New file.
3534 * gdb.base/reggroups.exp: New file.
3535
3536 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3537
3538 * gdb.dwarf2/ada-valprint-error.c: New file.
3539 * gdb.dwarf2/ada-valprint-error.exp: New file.
3540
3541 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3542
3543 * gdb.ada/assign_arr: New testcase.
3544
3545 2017-12-18 Xavier Roirand <roirand@adacore.com>
3546
3547 * gdb.ada/funcall_ptr: New testcase.
3548
3549 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3550
3551 PR cli/16224
3552 * gdb.base/ptype-offsets.cc: New file.
3553 * gdb.base/ptype-offsets.exp: New file.
3554
3555 2017-12-15 Yao Qi <yao.qi@linaro.org>
3556
3557 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3558 if XML is disabled.
3559
3560 2017-12-15 Xavier Roirand <roirand@adacore.com>
3561
3562 * gdb.ada/same_component_name: New testcase.
3563
3564 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3565
3566 * gdb.ada/str_binop_equal: New testcase.
3567
3568 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3569
3570 * gdb.ada/task_switch_in_core: New testcase.
3571
3572 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3573
3574 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3575 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3576 call test_bkpt_qualified.
3577 (test_bkpt_qualified): New proc.
3578
3579 2017-12-13 Pedro Alves <palves@redhat.com>
3580
3581 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3582 Tighten regexp by matching with an anchor.
3583
3584 2017-12-13 Pedro Alves <palves@redhat.com>
3585
3586 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3587 ("expression with namespace"): New set of tests.
3588 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3589 (Nested::Test_NS::qux): New.
3590 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3591 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3592
3593 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3594
3595 * gdb.base/server-del-break.c: New file.
3596 * gdb.base/server-del-break.exp: New file.
3597
3598 2017-12-12 Stafford Horne <shorne@gmail.com>
3599
3600 * gdb.xml/tdesc-regs.exp: Add or1k support.
3601
3602 2017-12-12 Stafford Horne <shorne@gmail.com>
3603
3604 * gdb.base/bp-permanent.c: Define nop of or1k.
3605
3606 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3607
3608 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3609 output with components being reordered.
3610
3611 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3612
3613 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3614 output with components being reordered.
3615
3616 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3617 Pedro Alves <palves@redhat.com>
3618
3619 * gdb.base/maint.exp (check for .gdb_index): Check also for
3620 .debug_names.
3621 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3622 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3623 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3624 (.gdb_index used after symbol reloading): Support also .debug_names.
3625 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3626
3627 2017-12-08 Yao Qi <yao.qi@linaro.org>
3628
3629 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3630 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3631
3632 2017-12-08 Yao Qi <yao.qi@linaro.org>
3633
3634 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3635 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3636
3637 2017-12-08 Yao Qi <yao.qi@linaro.org>
3638
3639 * gdb.arch/aarch64-tagged-pointer.c: New file.
3640 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3641
3642 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3643
3644 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3645 "int".
3646
3647 2017-12-07 Keith Seitz <keiths@redhat.com>
3648
3649 PR breakpoints/22569
3650 * gdb.linespec/ls-errs.exp: Change expected result of "break
3651 -source this file has spaces.c -line 3".
3652 Check that an explicit source file followed by whitespace is
3653 identified as an invalid explicit location.
3654
3655 2017-12-07 Keith Seitz <keiths@redhat.com>
3656
3657 * gdb.cp/nested-types.cc: New file.
3658 * gdb.cp/nested-types.exp: New file.
3659 * lib/cp-support.exp: Load data-structures.exp library.
3660 (debug_cp_test_ptype_class): New global.
3661 (cp_ptype_class_verbose, next_line): New procedures.
3662 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3663 Add and document new return value.
3664 Switch the list of lines to a queue.
3665 Add support for new `type' key for nested type definitions.
3666 Add debugging/troubleshooting messages.
3667 * lib/data-structures.exp: New file.
3668
3669 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3670
3671 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3672 with proc_with_prefix, don't use with_test_prefix.
3673
3674 2017-12-07 Tom Tromey <tom@tromey.com>
3675
3676 * gdb.base/break.exp: Add test for empty "commands".
3677
3678 2017-12-07 Yao Qi <yao.qi@linaro.org>
3679
3680 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3681 malloc and catch syscall.
3682
3683 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3684
3685 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3686 tests for explicit locations.
3687
3688 2017-12-06 Pedro Alves <palves@redhat.com>
3689
3690 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3691 force-disabling XML descriptions.
3692
3693 2017-12-04 Pedro Alves <palves@redhat.com>
3694
3695 PR gdb/22499
3696 * gdb.arch/amd64-disp-step-avx.S: New file.
3697 * gdb.arch/amd64-disp-step-avx.exp: New file.
3698
3699 2017-12-03 Pedro Alves <palves@redhat.com>
3700
3701 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3702 and <string.h>.
3703 (parent_function): Print distinct messages when waitpid fails, or
3704 the child exits with a signal, or the child exits for an unhandled
3705 reason.
3706 * gdb.threads/process-dies-while-detaching.exp
3707 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3708 it. Wait for both inferior output and GDB's prompt. Use an
3709 indirect spawn id list.
3710 (do_detach): New parameter 'child_exit'. Use it to compute
3711 expected inferior output.
3712 (test_detach, test_detach_watch, test_detach_killed_outside):
3713 Adjust to pass down the expected child exit kind.
3714
3715 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3716 Sergio Durigan Junior <sergiodj@redhat.com>
3717 Pedro Alves <palves@redhat.com>
3718
3719 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3720
3721 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3722
3723 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3724 to 'symbol-file' and 'add-symbol-file' can be
3725 position-independent.
3726
3727 2017-12-01 Yao Qi <yao.qi@linaro.org>
3728
3729 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3730 the URL in copyright header.
3731 * gdb.arch/aarch64-fp.exp: Likewise.
3732 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3733 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3734 * gdb.base/expand-psymtabs.exp: Likewise.
3735 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3736 * gdb.fortran/common-block.exp: Likewise.
3737 * gdb.fortran/common-block.f90: Likewise.
3738 * gdb.fortran/logical.exp: Likewise.
3739 * gdb.fortran/vla-datatypes.f90: Likewise.
3740 * gdb.fortran/vla-sub.f90: Likewise.
3741
3742 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3743
3744 * gdb.ada/repeat_dyn: New testcase.
3745
3746 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3747
3748 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3749 Update for changed thread numbering.
3750 * gdb.cell/bt.exp: Update for changed GDB output.
3751
3752 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3753
3754 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3755 setting isremote by hand.
3756 * boards/dwarf4-gdb-index.exp: Likewise.
3757 * boards/fission.exp: Likewise.
3758 * boards/stabs.exp: Likewise.
3759
3760 2017-11-30 Pedro Alves <palves@redhat.com>
3761
3762 * gdb.linespec/cpls-ops.exp
3763 (check_explicit_skips_function_argument): Extract the underlying
3764 type of size_t instead of hardcoding it.
3765
3766 2017-11-29 Pedro Alves <palves@redhat.com>
3767
3768 PR c++/19436
3769 * gdb.linespec/cpls-abi-tag.cc: New file.
3770 * gdb.linespec/cpls-abi-tag.exp: New file.
3771
3772 2017-11-29 Pedro Alves <palves@redhat.com>
3773
3774 * gdb.base/langs.exp: Use -qualified.
3775 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3776 it.
3777 * gdb.cp/namespace.exp: Use -qualified.
3778 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3779 (overload-3, template-overload, template-ret-type, const-overload)
3780 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3781 procedures.
3782 (test_driver): Call them.
3783 * gdb.cp/save-bp-qualified.cc: New.
3784 * gdb.cp/save-bp-qualified.exp: New.
3785 * gdb.linespec/explicit.exp: Test -qualified.
3786 * lib/completion-support.exp (completion::explicit_opts_list): Add
3787 "-qualified".
3788 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3789
3790 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3791
3792 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3793
3794 2017-11-29 Tom Tromey <tom@tromey.com>
3795
3796 * gdb.base/relocate.exp: Update invalid argument test.
3797 Add new tests for invalid arguments.
3798
3799 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3800
3801 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3802 Return 0 as a long.
3803 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3804
3805 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3806
3807 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3808 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3809 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3810 func ().
3811 * gdb.cp/shadow.cc (B.func): Return 0.
3812
3813 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3814
3815 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3816 expected output in gdb_expect call to allow the exception
3817 message to be present as well. Fix syntax confusion to avoid
3818 TCL thinking that exception_name is an array.
3819
3820 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3821
3822 * gdb.arch/spu-info.c: Include <unistd.h>.
3823 (do_signal_test): Fix broken calls to write.
3824 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3825 Fix checks for empty mailboxes. Update signal tests for corrected
3826 do_signal_test routine. Allow nonzero event status.
3827 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3828 * gdb.cell/arch.exp: Use standard_output_file.
3829 * gdb.cell/break.exp: Likewise.
3830 * gdb.cell/bt.exp: Likewise.
3831 * gdb.cell/core.exp: Likewise.
3832 * gdb.cell/dwarfaddr.exp: Likewise.
3833 * gdb.cell/ea-cache.exp: Likewise.
3834 * gdb.cell/ea-standalone.exp: Likewise.
3835 * gdb.cell/f-regs.exp: Likewise.
3836 * gdb.cell/fork.exp: Likewise.
3837 * gdb.cell/gcore.exp: Likewise.
3838 * gdb.cell/mem-access.exp: Likewise.
3839 * gdb.cell/ptype.exp: Likewise.
3840 * gdb.cell/registers.exp: Likewise.
3841 * gdb.cell/sizeof.exp: Likewise.
3842 * gdb.cell/solib-symbol.exp: Likewise.
3843 * gdb.cell/solib.exp: Likewise.
3844
3845 2017-11-25 Pedro Alves <palves@redhat.com>
3846
3847 * gdb.base/complete-empty.exp: New file.
3848 * gdb.base/completion.exp: Adjust.
3849
3850 2017-11-25 Pedro Alves <palves@redhat.com>
3851
3852 * gdb.linespec/cpls-ops.cc: New file.
3853 * gdb.linespec/cpls-ops.exp: New file.
3854 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3855 factored out from ...
3856 (test_complete_prefix_range): ... this.
3857
3858 2017-11-24 Pedro Alves <palves@redhat.com>
3859
3860 * gdb.linespec/cpcompletion.exp: New file.
3861 * gdb.linespec/cpls-hyphen.cc: New file.
3862 * gdb.linespec/cpls.cc: New file.
3863 * gdb.linespec/cpls2.cc: New file.
3864 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3865 test to use test_gdb_complete_unique. Add label completion,
3866 keyword completion and explicit location completion tests.
3867 * lib/completion-support.exp: New file.
3868
3869 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3870
3871 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3872 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3873 when hitting an exception catchpoint.
3874
3875 2017-11-22 Yao Qi <yao.qi@linaro.org>
3876
3877 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3878
3879 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3880
3881 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3882 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3883 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3884
3885 2017-11-22 Yao Qi <yao.qi@linaro.org>
3886
3887 * gdb.base/info-os.exp: Pass pthreads.
3888 * gdb.multi/multi-attach.exp: Likewise.
3889
3890 2017-11-22 Yao Qi <yao.qi@linaro.org>
3891
3892 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3893 compiler.
3894
3895 2017-11-22 Yao Qi <yao.qi@linaro.org>
3896
3897 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3898 * gdb.base/break-interp.exp: Likewise.
3899 * gdb.base/jit-attach-pie.exp: Likewise.
3900
3901 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3902
3903 * gdb.base/float128.c (large128): New variable.
3904 * gdb.base/float128.exp: Add test to print largest __float128 value.
3905
3906 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3907
3908 * gdb.arch/vsx-regs.exp: Update register content checks.
3909
3910 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3911
3912 * gdb.arch/ppc-longdouble.exp: New file.
3913 * gdb.arch/ppc-longdouble.c: Likewise.
3914
3915 2017-11-21 Pedro Alves <palves@redhat.com>
3916
3917 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3918
3919 2017-11-20 Pedro Alves <palves@redhat.com>
3920
3921 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3922 (long_double_typedef): New typedefs.
3923 Use DEF on double and long double.
3924 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3925 cases.
3926 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3927 and 'long_double_ptr_same_size' locals. Use them to decide
3928 whether cast from array/function to float is valid/invalid.
3929
3930 2017-11-17 Tom Tromey <tom@tromey.com>
3931
3932 * gdb.rust/traits.rs: New file.
3933 * gdb.rust/traits.exp: New file.
3934
3935 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3936
3937 * gdb.ada/minsyms: New testcase.
3938
3939 2017-11-16 Pedro Alves <palves@redhat.com>
3940
3941 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3942 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3943
3944 2017-11-16 Pedro Alves <palves@redhat.com>
3945
3946 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3947 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3948
3949 2017-11-16 Pedro Alves <palves@redhat.com>
3950
3951 * gdb.server/reconnect-ctrl-c.c: New file.
3952 * gdb.server/reconnect-ctrl-c.exp: New file.
3953
3954 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3955
3956 * gdb.python/py-rbreak.exp: New file.
3957 * gdb.python/py-rbreak.c: New file.
3958 * gdb.python/py-rbreak-func2.c: New file.
3959
3960 2017-11-16 Pedro Alves <palves@redhat.com>
3961
3962 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3963 pattern.
3964 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3965 GDB.
3966
3967 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3968
3969 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3970 regex.
3971
3972 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3973
3974 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3975 test names.
3976
3977 2017-11-09 Pedro Alves <palves@redhat.com>
3978
3979 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3980 factored out from ...
3981 (top level): ... here, and adjusted to avoid expecting beyond the
3982 prompt in a single gdb_test_multiple.
3983
3984 2017-11-09 Pedro Alves <palves@redhat.com>
3985
3986 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3987 output.
3988 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3989 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3990 * gdb.server/ext-run.exp ("kill" test): Likewise.
3991 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3992
3993 2017-11-09 Pedro Alves <palves@redhat.com>
3994
3995 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3996 match till end of line.
3997
3998 2017-11-09 Pedro Alves <palves@redhat.com>
3999
4000 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4001
4002 2017-11-09 Pedro Alves <palves@redhat.com>
4003
4004 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4005 New procedures, factored out from ...
4006 (top level): ... here, and adjusted to avoid expecting beyond the
4007 prompt in one go.
4008
4009 2017-11-09 Pedro Alves <palves@redhat.com>
4010
4011 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4012 output. Fix '?' match.
4013
4014 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4015
4016 * gdb.ada/scoped_watch: New testcase.
4017 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4018 which is actually correct.
4019 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4020 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4021
4022 2017-11-08 Pedro Alves <palves@redhat.com>
4023
4024 * gdb.gdb/complaints.exp (test_initial_complaints)
4025 (test_serial_complaints, test_short_complaints): Call
4026 complaint_internal instead of complaint.
4027
4028 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4029
4030 * gdb.threads/tls-core.c: New file.
4031 * gdb.threads/tls-core.exp: Likewise.
4032
4033 2017-11-08 Pedro Alves <palves@redhat.com>
4034
4035 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4036 (p Exported_Capitalized): New test.
4037 (p exported_capitalized): New test.
4038
4039 2017-11-07 Pedro Alves <palves@redhat.com>
4040
4041 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4042
4043 2017-11-07 Pedro Alves <palves@redhat.com>
4044
4045 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4046 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4047 (disable_invalid, disable_inverted, disable_negative): New
4048 procedures.
4049 ("bad numbers"): New set of tests.
4050
4051 2017-11-07 Pedro Alves <palves@redhat.com>
4052
4053 * gdb.cp/ena-dis-br-range.exp: Add tests.
4054
4055 2017-11-07 Pedro Alves <palves@redhat.com>
4056
4057 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4058
4059 2017-11-07 Xavier Roirand <roirand@adacore.com>
4060 Pedro Alves <palves@redhat.com>
4061
4062 * gdb.base/ena-dis-br.exp: Add reference to
4063 gdb.cp/ena-dis-br-range.exp.
4064 * gdb.cp/ena-dis-br-range.exp: New file.
4065 * gdb.cp/ena-dis-br-range.cc: New file.
4066
4067 2017-11-06 Pedro Alves <palves@redhat.com>
4068
4069 * gdb.base/attach-non-pgrp-leader.c: New.
4070 * gdb.base/attach-non-pgrp-leader.exp: New.
4071
4072 2017-11-06 Pedro Alves <palves@redhat.com>
4073
4074 * configure.ac: No longer check for termio.h and sgtty.h.
4075 * configure: Regenerate.
4076 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4077 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4078 Remove termio and sgtty code.
4079
4080 2017-11-03 Yao Qi <yao.qi@linaro.org>
4081
4082 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4083 in GDB is disabled.
4084
4085 2017-11-03 Yao Qi <yao.qi@linaro.org>
4086
4087 * gdb.python/py-thrhandle.exp: Skip it if python is not
4088 enabled.
4089
4090 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4091
4092 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4093 as a breakpoint command.
4094
4095 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4096
4097 PR python/21213
4098 * gdb.python/py-infthread.exp: Test calling
4099 InferiorThread.inferior () multiple times in a row.
4100
4101 2017-10-27 Keith Seitz <keiths@redhat.com>
4102
4103 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4104 Test "info break" for every inlined function breakpoint.
4105
4106 2017-10-27 Yao Qi <yao.qi@linaro.org>
4107
4108 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4109
4110 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4111
4112 * gdb.cp/classes.exp (test_static_members): Test printing
4113 Outer::instance.
4114 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4115 (Inner::instance, Outer::instance): New.
4116
4117 2017-10-24 Pedro Alves <palves@redhat.com>
4118
4119 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4120 extra console" test in two stages.
4121
4122 2017-10-24 Pedro Alves <palves@redhat.com>
4123
4124 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4125
4126 2017-10-24 Pedro Alves <palves@redhat.com>
4127
4128 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4129 loop.
4130
4131 2017-10-24 Pedro Alves <palves@redhat.com>
4132
4133 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4134 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4135
4136 2017-10-24 Pedro Alves <palves@redhat.com>
4137
4138 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4139 parameter and handle it. Don't output read value in test name.
4140
4141 2017-10-24 Pedro Alves <palves@redhat.com>
4142
4143 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4144 custom test name.
4145
4146 2017-10-24 Pedro Alves <palves@redhat.com>
4147
4148 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4149 include the unstable output directory name in the test's name.
4150 (initial_setup_simple) <'set args'>: Use custom test name.
4151
4152 2017-10-24 Pedro Alves <palves@redhat.com>
4153
4154 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4155 with explicit test name.
4156
4157 2017-10-20 Pedro Alves <palves@redhat.com>
4158
4159 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4160 'wait -i'. Use gdb_assert and remote_close.
4161
4162 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4163
4164 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4165 number from variable rather than hard-coded.
4166
4167 2017-10-19 Pedro Alves <palves@redhat.com>
4168
4169 * gdb.base/long-inferior-output.c: New file.
4170 * gdb.base/long-inferior-output.exp: New file.
4171
4172 2017-11-18 Keith Seitz <keiths@redhat.com>
4173
4174 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4175 method.
4176 (main): Call it.
4177 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4178 Add additional user-defined conversion operator tests.
4179
4180 2017-10-17 Pedro Alves <palves@redhat.com>
4181
4182 * boards/native-stdio-gdbserver.exp: Load "local-board".
4183
4184 2017-10-17 Pedro Alves <palves@redhat.com>
4185
4186 * gdb.base/quit-live.c: New file.
4187 * gdb.base/quit-live.exp: New file.
4188
4189 2017-10-16 Keith Seitz <keiths@redhat.com>
4190
4191 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4192 (class_with_protected_typedef, class_with_private_typedef)
4193 (struct_with_public_typedef, struct_with_protected_typedef)
4194 (struct_with_private_typedef): New classes/structs.
4195 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4196 typedefs and access specifiers.
4197
4198 2017-10-16 Pedro Alves <palves@redhat.com>
4199 Simon Marchi <simon.marchi@polymtl.ca>
4200
4201 * README (Local vs Remote vs Native): New section.
4202 * boards/local-board.exp: New file, with bits factored out from
4203 ...
4204 * boards/native-extended-gdbserver.exp: ... here. Load
4205 "local-board".
4206 * boards/native-gdbserver.exp: Load "local-board".
4207 (${board}_spawn, ${board}_exec): Delete.
4208 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4209 ...
4210 * boards/stdio-gdbserver-base.exp: ... this new file.
4211 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4212 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4213 procedure.
4214 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4215 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4216 stdio_gdbserver_command.
4217 (${board}_get_remote_address, ${board}_get_comm_port)
4218 (${board}_download, ${board}_upload): Delete.
4219 (get_target_remote_pipe_cmd): New.
4220
4221 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4222
4223 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4224 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4225 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4226 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4227 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4228 remove with_test_prefix.
4229
4230 2017-10-13 Pedro Alves <palves@redhat.com>
4231
4232 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4233 * gdb.base/annota1.exp: Use it instead of is_remote.
4234 * gdb.base/annota3.exp: Use it instead of is_remote.
4235 * gdb.cp/annota2.exp: Use it instead of is_remote.
4236 * gdb.cp/annota3.exp: Use it instead of is_remote.
4237 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4238
4239 2017-10-13 Pedro Alves <palves@redhat.com>
4240
4241 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4242 (test_num_test_vars, run_and_count_vars, find_env)
4243 (test_set_unset_env, test_inherit_env_var): New procedures.
4244 (top level): Use them.
4245
4246 2017-10-13 Pedro Alves <palves@redhat.com>
4247
4248 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4249 also skip on stub-like targets.
4250
4251 2017-10-13 Pedro Alves <palves@redhat.com>
4252
4253 PR gdb/22293
4254 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4255 (top level): Move some tests to ...
4256 (test_not_found): ... this new procedure.
4257 (top level): Call it.
4258
4259 2017-10-13 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4262 expect different "info terminal" output if testing with a
4263 non-native target.
4264
4265 2017-10-13 Pedro Alves <palves@redhat.com>
4266 Simon Marchi <simon.marchi@polymtl.ca>
4267
4268 PR python/12966
4269 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4270
4271 2017-10-13 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4274 already.
4275
4276 2017-10-13 Pedro Alves <palves@redhat.com>
4277
4278 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4279 is_remote.
4280
4281 2017-10-13 Pedro Alves <palves@redhat.com>
4282
4283 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4284 is_remote.
4285
4286 2017-10-13 Pedro Alves <palves@redhat.com>
4287
4288 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4289 is set.
4290 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4291 instead of is_remote.
4292
4293 2017-10-13 Pedro Alves <palves@redhat.com>
4294
4295 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4296 (top level): Add comment.
4297
4298 2017-10-13 Pedro Alves <palves@redhat.com>
4299
4300 * gdb.base/remote.exp (top level): Fix comment typo and add
4301 missing return.
4302
4303 2017-10-13 Pedro Alves <palves@redhat.com>
4304 Simon Marchi <simon.marchi@polymtl.ca>
4305
4306 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4307 calls and add comments. Skip test if use_gdb_stub is set.
4308 (top level): Use "set cwd" command instead of "cd" command.
4309
4310 2017-10-13 Pedro Alves <palves@redhat.com>
4311
4312 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4313 is_remote target check.
4314
4315 2017-10-13 Pedro Alves <palves@redhat.com>
4316
4317 * gdb.base/scope.exp: Use build_executable + clean_restart +
4318 gdb_file_cmd instead of prepare_for_testing and no longer skip
4319 "before run" tests on is_remote target boards. Update comments.
4320 * boards/native-extended-gdbserver.exp
4321 (extended_gdbserver_load_last_file): New, factored out from ...
4322 (gdb_load): ... this. Move further below and add comment.
4323 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4324
4325 2017-10-12 Pedro Alves <palves@redhat.com>
4326
4327 * gdb.base/attach.exp: Remove references to gdb64.
4328 * gdb.base/dbx.exp: Remove references to gdb64.
4329
4330 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4331 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.base/label.exp: Remove is_remote target check.
4334
4335 2017-10-12 Pedro Alves <palves@redhat.com>
4336
4337 * gdb.base/auvx.exp (coredir): Update comment.
4338 (top level) <core_works>: Use "set cwd" command instead of "cd"
4339 command.
4340
4341 2017-10-12 Pedro Alves <palves@redhat.com>
4342 Simon Marchi <simon.marchi@polymtl.ca>
4343
4344 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4345 target boards.
4346
4347 2017-10-12 Pedro Alves <palves@redhat.com>
4348 Simon Marchi <simon.marchi@polymtl.ca>
4349
4350 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4351 Instead skip if there's any gdb_protocol set.
4352
4353 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4354 Pedro Alves <palves@redhat.com>
4355
4356 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4357
4358 2017-10-12 Pedro Alves <palves@redhat.com>
4359 Simon Marchi <simon.marchi@polymtl.ca>
4360
4361 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4362 instead of on dejagnu remote boards.
4363
4364 2017-10-12 Pedro Alves <palves@redhat.com>
4365 Simon Marchi <simon.marchi@polymtl.ca>
4366
4367 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4368 checks. Use build_executable + clean_restart instead of
4369 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4370 of enabling non-stop after starting gdb.
4371
4372 2017-10-12 Pedro Alves <palves@redhat.com>
4373
4374 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4375 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4376 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4377 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4378
4379 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4380
4381 * gdb.arch/arc-tdesc-cpu.exp: New file.
4382 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4383
4384 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4385
4386 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4387
4388 2017-10-10 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4391 expect CLI output.
4392
4393 2017-10-10 Pedro Alves <palves@redhat.com>
4394
4395 * lib/selftest-support.exp (selftest_setup): Update for
4396 captured_command_loop's prototype change.
4397
4398 2017-10-09 Pedro Alves <palves@redhat.com>
4399
4400 Test both arch1=>arch2 and arch2=>arch1.
4401
4402 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4403 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4404 factored out to...
4405 (append_arch1_options, append_arch2_options, append_arch_options)
4406 (build_executables): New procedures.
4407 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4408 local.
4409 (top level): Add new 'first_arch' testing axis.
4410
4411 2017-10-09 Pedro Alves <palves@redhat.com>
4412
4413 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4414 (barrier): New.
4415 (thread_start, all_started): New functions.
4416 (main): Spawn new thread and wait until it is scheduled.
4417 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4418 option.
4419 (do_test): Add 'selected_thread' parameter. Run to all_started
4420 instead of main. Explicitly set the breakpoint at main. Switch
4421 to the SELECTED_THREAD thread.
4422 (top level): Test handling the exec event with either the main
4423 thread or the second thread selected.
4424
4425 2017-10-09 Pedro Alves <palves@redhat.com>
4426
4427 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4428 logic. Move STOP marker after the value checks.
4429 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4430 regexp.
4431
4432 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4433
4434 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4435
4436 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4437
4438 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4439 integer-to-dfp conversion.
4440 * gdb.base/dfp-test.exp: Likewise.
4441
4442 2017-10-04 Pedro Alves <palves@redhat.com>
4443
4444 * gdb.multi/hangout.c: Include <unistd.h>.
4445 (hangout_loop): New function.
4446 (main): Call alarm. Call hangout_loop in a loop.
4447 * gdb.multi/hello.c: Include <unistd.h>.
4448 (hello_loop): New function.
4449 (main): Call alarm. Call hangout_loop in a loop.
4450 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4451 inferior with the other selected.
4452
4453 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4454
4455 * gdb.mi/list-thread-groups-available.exp: New file.
4456 * gdb.mi/list-thread-groups-available.c: New file.
4457
4458 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4459
4460 * gdb.base/set-cwd.exp: Make it available on
4461 native-extended-gdbserver.
4462
4463 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4464
4465 * gdb.base/set-cwd.c: New file.
4466 * gdb.base/set-cwd.exp: Likewise.
4467
4468 2017-10-02 Tom Tromey <tom@tromey.com>
4469
4470 PR rust/22236:
4471 * gdb.rust/simple.rs (main): New variable "fslice".
4472 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4473
4474 2017-10-02 Tom Tromey <tom@tromey.com>
4475
4476 * gdb.rust/simple.exp: Test ptype of a slice.
4477
4478 2017-10-02 Tom Tromey <tom@tromey.com>
4479
4480 * gdb.rust/simple.exp: Test index of slice.
4481
4482 2017-09-27 Tom Tromey <tom@tromey.com>
4483
4484 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4485
4486 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4487 Pedro Alves <palves@redhat.com>
4488
4489 * gdb.base/compare-sections.exp (get value of read-only section): Read
4490 as unsigned value.
4491 (corrupt read-only section): Likewise and don't set written if patching
4492 failed.
4493
4494 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4495
4496 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4497 files.
4498
4499 2017-09-20 Pedro Alves <palves@redhat.com>
4500
4501 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4502 symbol names in gdb's output.
4503 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4504
4505 2017-09-20 Pedro Alves <palves@redhat.com>
4506
4507 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4508 Rename to ...
4509 (test_list_ambiguous_symbol): ... this and add a symbol name
4510 parameter. Adjust.
4511 (test_list_ambiguous_function): Reimplement on top of
4512 test_list_ambiguous_symbol and also test listing ambiguous
4513 variables.
4514 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4515 (ambiguous_fun): ... this.
4516 (ambiguous_var): New.
4517 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4518 (ambiguous_fun): ... this.
4519 (ambiguous_var): New.
4520
4521 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4522
4523 * gdb.base/starti.c: New file.
4524 * gdb.base/starti.exp: New file.
4525 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4526
4527 2017-09-14 Pedro Alves <palves@redhat.com>
4528
4529 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4530 (top level): Use it instead of runto.
4531
4532 2017-09-11 Tom Tromey <tom@tromey.com>
4533
4534 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4535
4536 2017-09-11 Tom Tromey <tom@tromey.com>
4537
4538 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4539 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4540
4541 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4542
4543 * gdb.fortran/printing-types.exp: New file.
4544 * gdb.fortran/printing-types.exp: New file.
4545
4546 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4547
4548 * gdb.fortran/vla-ptype.exp: Fix typos.
4549 * gdb.fortran/vla-value.exp: Same.
4550
4551 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4552
4553 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4554 * gdb.mi/mi-var-child-f.exp: Likewise.
4555 * gdb.mi/mi-vla-fortran.exp: Likewise.
4556
4557 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4558 Christoph Weinmann <christoph.t.weinmann@intel.com>
4559 Bernhard Heckel <bernhard.heckel@intel.com>
4560
4561 * gdb.fortran/ptr-indentation.f90: New file.
4562 * gdb.fortran/ptr-indentation.exp: New file.
4563
4564 2017-09-05 Tom Tromey <tom@tromey.com>
4565
4566 PR gdb/22010:
4567 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4568
4569 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4570
4571 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4572
4573 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4574
4575 * gdb.threads/tls-nodebug-pie.c: New file.
4576 * gdb.threads/tls-nodebug-pie.exp: New file.
4577
4578 2017-09-05 Tom Tromey <tom@tromey.com>
4579
4580 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4581 for rust.
4582
4583 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4584
4585 * gdb.multi/multi-arch-exec.exp: Test with different
4586 "follow-exec-mode" settings.
4587 (do_test): New procedure.
4588
4589 2017-09-04 Pedro Alves <palves@redhat.com>
4590
4591 * gdb.base/func-static.c (S::method const, S::method volatile)
4592 (S::method volatile const): New methods.
4593 (c_s, v_s, cv_s): New instances.
4594 (main): Call method() on them.
4595 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4596 (cannot_resolve): New procedure.
4597 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4598 print-quote-unquoted columns.
4599 (do_test): Test printing each scope too.
4600
4601 2017-09-04 Pedro Alves <palves@redhat.com>
4602
4603 * gdb.base/local-static.exp: Also test with
4604 class::method::variable wholly quoted.
4605 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4606
4607 2017-09-04 Pedro Alves <palves@redhat.com>
4608
4609 * gdb.base/local-static.c: New.
4610 * gdb.base/local-static.cc: New.
4611 * gdb.base/local-static.exp: New.
4612
4613 2017-09-04 Pedro Alves <palves@redhat.com>
4614
4615 * gdb.asm/asm-source.exp: Add casts to int.
4616 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4617 (dataglobal64_1, dataglobal64_2): New globals.
4618 * gdb.base/nodebug.exp: Test different expressions involving the
4619 new globals, with print, whatis and ptype. Add casts to int.
4620 * gdb.base/solib-display.exp: Add casts to int.
4621 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4622 * gdb.cp/m-static.exp: Add cast to int.
4623 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4624 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4625 tls variable with no debug info without a cast. Test with a cast
4626 to int too.
4627 * gdb.trace/entry-values.exp: Add casts.
4628
4629 2017-09-04 Pedro Alves <palves@redhat.com>
4630
4631 * gdb.base/nodebug.exp: Test that ptype's error about functions
4632 with unknown return type includes the function name too.
4633
4634 2017-09-04 Pedro Alves <palves@redhat.com>
4635
4636 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4637 return type of munmap in infcall.
4638 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4639 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4640 type of ftell in infcall.
4641 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4642 type of getpid in infcall.
4643 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4644 infcall.
4645 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4646 Bail on failure to extract the pid.
4647 * gdb.base/nodebug.c: #include <stdint.h>.
4648 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4649 New functions.
4650 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4651 Change expected output of print/whatis/ptype with functions with
4652 no debug info. Test all supported languages. Call
4653 test_call_promotion.
4654 * gdb.compile/compile.exp: Adjust expected output to expect
4655 warning.
4656 * gdb.threads/siginfo-threads.exp: Likewise.
4657
4658 2017-09-04 Pedro Alves <palves@redhat.com>
4659
4660 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4661 "prototypes". Test calling float functions via prototyped and
4662 unprototyped function pointers.
4663 (perform_all_tests): New parameter "prototypes". Pass it down.
4664 (top level): Pass down "prototypes" parameter to
4665 perform_all_tests.
4666
4667 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4668
4669 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4670 Test with nested loops.
4671
4672 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4673
4674 * gdb.base/commands.exp: Call the new procedures.
4675 (loop_break_test, loop_continue_test): New procedures.
4676
4677 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4678
4679 * gdb.base/commands.exp: Call new procedure.
4680 (define_if_without_arg_test): New procedure.
4681
4682 2017-09-04 Pedro Alves <palves@redhat.com>
4683
4684 * gdb.base/list-ambiguous.exp: New file.
4685 * gdb.base/list-ambiguous0.c: New file.
4686 * gdb.base/list-ambiguous1.c: New file.
4687 * gdb.base/list.exp (test_list_range): Adjust expected output.
4688
4689 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4690
4691 * gdb.base/share-env-with-gdbserver.c: New file.
4692 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4693
4694 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4695
4696 * gdb.base/commands.exp (gdbvar_simple_if_test,
4697 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4698 progvar_simple_if_test, progvar_simple_while_test,
4699 progvar_complex_if_while_test, user_defined_command_test,
4700 user_defined_command_args_eval,
4701 user_defined_command_args_stack_test,
4702 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4703 temporary_breakpoint_commands,
4704 gdb_test_no_prompt, redefine_hook_test,
4705 redefine_backtrace_test): Remove "global gdb_prompt".
4706
4707 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4708
4709 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4710 New proc, call it from toplevel.
4711
4712 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4713
4714 PR remote/21852
4715 * gdb.server/normal.c: New file, copied from gdb.base.
4716 * gdb.server/run-without-local-binary.exp: New file.
4717
4718 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4719
4720 * gdb.arch/sparc64-adi.exp: New file.
4721 * gdb.arch/sparc64-adi.c: New file.
4722
4723 2017-08-22 Pedro Alves <palves@redhat.com>
4724
4725 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4726 (top level): Add "list all overloads" tests.
4727
4728 2017-08-22 Tom Tromey <tom@tromey.com>
4729
4730 * gdb.gdb/xfullpath.exp: Remove.
4731
4732 2017-08-21 Pedro Alves <palves@redhat.com>
4733
4734 PR gdb/19487
4735 * gdb.base/symbol-alias.c: New.
4736 * gdb.base/symbol-alias2.c: New.
4737 * gdb.base/symbol-alias.exp: New.
4738
4739 2017-08-21 Pedro Alves <palves@redhat.com>
4740
4741 * gdb.base/dfp-test.c
4742 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4743 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4744 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4745 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4746 * gdb.base/whatis-ptype-typedefs.c: New.
4747 * gdb.base/whatis-ptype-typedefs.exp: New.
4748 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4749 (an_int, an_int_type, an_int_type2): New globals.
4750 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4751 involving typedefs and cast expressions.
4752 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4753 (lookup_typedefs_function): New.
4754 (typedefs_pretty_printers_dict): New.
4755 (top level): Register lookup_typedefs_function in
4756 gdb.pretty_printers.
4757
4758 2017-08-18 Yao Qi <yao.qi@linaro.org>
4759
4760 * gdb.server/unittest.exp: New.
4761
4762 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4763
4764 PR gdb/21954
4765 * gdb.base/environ.exp: Add test to check if 'unset environment'
4766 works.
4767
4768 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4769
4770 * lib/gdb.exp (universal_compile_options): New caching proc.
4771 (gdb_compile): Suppress GCC's coloring of messages.
4772
4773 2017-08-14 Tom Tromey <tom@tromey.com>
4774
4775 PR gdb/21675:
4776 * gdb.base/printcmds.exp (test_radices): New function.
4777 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4778 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4779 * lib/gdb.exp (get_integer_valueof): Use p/d.
4780
4781 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4782
4783 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4784 characters.
4785
4786 2017-08-05 Tom Tromey <tom@tromey.com>
4787
4788 * gdb.rust/simple.exp: Allow String to appear in a different
4789 namespace.
4790
4791 2017-07-26 Yao Qi <yao.qi@linaro.org>
4792
4793 * gdb.gdb/unittest.exp: Invoke command
4794 "maintenance check xml-descriptions".
4795
4796 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4797
4798 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4799 calling context.
4800 (hex128): Drop erroneous calculation of parameters.
4801
4802 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4803
4804 * gdb.python/py-unwind.exp: Disable stack protection when
4805 building test file.
4806
4807 2017-07-20 Pedro Alves <palves@redhat.com>
4808
4809 * gdb.base/default.exp (set language): Adjust expected output.
4810
4811 2017-07-20 Pedro Alves <palves@redhat.com>
4812
4813 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4814 (test_minsym): ... this, and make static.
4815 (get_pck__foo__bar__minsym): Rename to ...
4816 (get_test_minsym): ... this.
4817 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4818 symbol names and comments.
4819 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4820 (get_test_minsym): ... this.
4821 (pck__foo__bar__minsym__2): Rename to ...
4822 (test_minsym): ... this.
4823 (main): Adjust.
4824
4825 2017-07-17 Pedro Alves <palves@redhat.com>
4826
4827 * gdb.base/completion.exp: Adjust expected output.
4828 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4829 the completer works.
4830
4831 2017-07-17 Pedro Alves <palves@redhat.com>
4832
4833 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4834
4835 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4836
4837 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4838
4839 2017-07-14 Tom Tromey <tom@tromey.com>
4840
4841 PR rust/21764:
4842 * gdb.rust/simple.exp: Add tests.
4843
4844 2017-07-14 Tom Tromey <tom@tromey.com>
4845
4846 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4847
4848 2017-07-14 Pedro Alves <palves@redhat.com>
4849
4850 * gdb.linespec/base/one/thefile.cc (z1): New function.
4851 * gdb.linespec/base/two/thefile.cc (z2): New function.
4852 * gdb.linespec/linespec.exp: Add tests.
4853
4854 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4855
4856 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4857 to mi_create_breakpoint.
4858
4859 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4860
4861 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4862 mi_create_breakpoint.
4863
4864 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4865
4866 * gdb.dlang/demangle.exp: Update for demangling changes.
4867
4868 2017-07-09 Tom Tromey <tom@tromey.com>
4869
4870 * gdb.dwarf2/shortpiece.exp: New file.
4871
4872 2017-07-06 David Blaikie <dblaikie@gmail.com>
4873
4874 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4875 built from fissiont-multi-cu{1,2}.c.
4876 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4877 except putting 'main' and 'func' in separate CUs in the same DWO file.
4878 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4879 test.
4880 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4881 test.
4882
4883 2017-07-06 Pedro Alves <palves@redhat.com>
4884
4885 * gdb.python/py-unwind.exp: Test flushregs.
4886
4887 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4888
4889 PR cli/21688
4890 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4891 tests for alias commands and trailing whitespace.
4892
4893 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4894
4895 PR cli/21688
4896 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4897 procedure. Call it.
4898
4899 2017-06-29 Pedro Alves <palves@redhat.com>
4900
4901 * gdb.base/printcmds.exp: Add tests.
4902
4903 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4904
4905 PR gdb/21337
4906 * gdb.base/reread-readsym.exp: New file.
4907 * gdb.base/reread-readsym.c: New file.
4908
4909 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4910
4911 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4912 subpattern.
4913
4914 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4915
4916 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4917 extended mnemonic.
4918 * gdb.arch/powerpc-power9.s: Likewise.
4919
4920 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4921
4922 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4923 on 32-bit x86 targets. Exploit is_*_target macros where
4924 appropriate.
4925
4926 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4927
4928 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4929 register pieces.
4930
4931 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4932
4933 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4934 located in one or more DWARF pieces.
4935
4936 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4937
4938 * lib/gdb.exp (get_endianness): New proc.
4939 * gdb.arch/aarch64-fp.exp: Use it.
4940 * gdb.arch/altivec-regs.exp: Likewise.
4941 * gdb.arch/e500-regs.exp: Likewise.
4942 * gdb.arch/vsx-regs.exp: Likewise.
4943 * gdb.base/dump.exp: Likewise.
4944 * gdb.base/funcargs.exp: Likewise.
4945 * gdb.base/gnu_vector.exp: Likewise.
4946 * gdb.dwarf2/formdata16.exp: Likewise.
4947 * gdb.dwarf2/implptrpiece.exp: Likewise.
4948 * gdb.dwarf2/nonvar-access.exp: Likewise.
4949 * gdb.python/py-inferior.exp: Likewise.
4950 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4951
4952 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4953
4954 PR gdb/21226
4955 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4956 stack value pieces are taken from the LSB end.
4957
4958 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4959
4960 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4961 variable at nonzero offset.
4962
4963 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4964
4965 * gdb.dwarf2/var-access.c: New file.
4966 * gdb.dwarf2/var-access.exp: New test.
4967 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4968
4969 2017-06-12 Tom Tromey <tom@tromey.com>
4970
4971 * gdb.dwarf2/formdata16.exp: Add tests.
4972
4973 2017-06-12 Tom Tromey <tom@tromey.com>
4974
4975 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4976
4977 2017-06-12 Tom Tromey <tom@tromey.com>
4978
4979 PR exp/16225:
4980 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4981 * gdb.arch/vsx-regs.exp: Update tests.
4982 * gdb.arch/s390-vregs.exp (hex128): New proc.
4983 Update test.
4984 * gdb.arch/altivec-regs.exp: Update tests.
4985
4986 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4987
4988 * gdb.base/startup-with-shell.c: New file.
4989 * gdb.base/startup-with-shell.exp: Likewise.
4990
4991 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4992
4993 * gdb.server/non-existing-program.exp: Update regex in order to
4994 reflect the fact that gdbserver is now using fork_inferior (with a
4995 shell) to startup the inferior.
4996
4997 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4998
4999 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5000 support function calls from GDB.
5001
5002 2017-05-21 Tom Tromey <tom@tromey.com>
5003
5004 PR rust/21466:
5005 * gdb.rust/unsized.exp: New file.
5006 * gdb.rust/unsized.rs: New file.
5007
5008 2017-05-19 Tom Tromey <tom@tromey.com>
5009
5010 PR rust/21484:
5011 * gdb.rust/watch.exp: New file.
5012 * gdb.rust/watch.rs: New file.
5013
5014 2017-05-18 Tom Tromey <tom@tromey.com>
5015
5016 * gdb.rust/simple.exp: Allow Box to be qualified.
5017
5018 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5019
5020 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5021
5022 2017-05-18 Pedro Alves <palves@redhat.com>
5023
5024 * gdb.base/fileio.c (test_write, test_read, test_close)
5025 (test_fstat): Don't print 'ret' in the fail path.
5026
5027 2017-05-18 Pedro Alves <palves@redhat.com>
5028
5029 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5030 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5031 (test_system, test_rename, test_unlink, test_time): Change
5032 prototypes.
5033 * gdb.base/fileio.exp (stop_msg): Adjust.
5034
5035 2017-05-18 Pedro Alves <palves@redhat.com>
5036
5037 * gdb.base/fileio.c (null_str): New global.
5038 (test_stat): Use it.
5039 * gdb.base/fileio.exp: Remove nowarnings.
5040
5041 2017-05-17 Yao Qi <yao.qi@linaro.org>
5042
5043 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5044
5045 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5046
5047 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5048 argument command.
5049 (top-level): Invoke test_set_inferior_tty.
5050
5051 2017-05-04 Pedro Alves <palves@redhat.com>
5052
5053 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5054 Add parens to print call for Python 3.
5055
5056 2017-05-03 Keith Seitz <keiths@redhat.com>
5057
5058 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5059 (main): Call it.
5060
5061 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5062
5063 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5064 to prev and next.
5065
5066 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5067
5068 * gdb.python/py-record-btrace.exp: Remove test for
5069 gdb.BtraceInstruction.error.
5070
5071 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5072
5073 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5074
5075 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5076
5077 * gdb.python/py-record-btrace-threads.c: New file.
5078 * gdb.python/py-record-btrace-threads.exp: New file.
5079
5080 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5081
5082 PR testsuite/8595
5083 * gdb.base/environ.exp: Make test available in all architectures.
5084 Move bits related to "info program" testing to
5085 gdb.base/info-program.exp. Rewrite tests to use the two new
5086 procedures mentione below.
5087 (test_set_show_env_var) New procedure.
5088 (test_set_show_env_var_equal): Likewise.
5089 * gdb.base/info-program.exp: New file.
5090
5091 2017-04-27 Keith Seitz <keiths@redhat.com>
5092
5093 * gdb.cp/oranking.cc (test15): New function.
5094 (main): Call test15 and declare additional variables for testing.
5095 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5096 "p foo101('abc')" tests.
5097 Add tests for cv qualifier overloads.
5098 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5099 "lvalue reference overload" test.
5100 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5101 "print value of f1 on Child&& in f2" test.
5102
5103 2017-04-19 Pedro Alves <palves@redhat.com>
5104
5105 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5106 procedure.
5107 (top level): Call it.
5108 * lib/gdb.exp (gdb_define_cmd): New procedure.
5109
5110 2017-04-12 Pedro Alves <palves@redhat.com>
5111
5112 PR gdb/21323
5113 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5114 (wchar): New global.
5115 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5116 (do_test_wide_char, wide_char_types_no_program, top level): Add
5117 wchar_t testing.
5118
5119 2017-04-12 Pedro Alves <palves@redhat.com>
5120
5121 PR c++/21323
5122 * gdb.cp/wide_char_types.c: New file.
5123 * gdb.cp/wide_char_types.exp: New file.
5124
5125 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5126
5127 PR gdb/21352
5128 * gdb.trace/tsv.exp: Add test for "tsave -r".
5129
5130 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5131
5132 * gdb.dlang/watch-loc.c: New file.
5133 * gdb.dlang/watch-loc.exp: New file.
5134
5135 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5136
5137 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5138
5139 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5140
5141 * gdb.arch/arc-analyze-prologue.S: New file.
5142 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5143
5144 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5145
5146 * gdb.arch/arc-decode-insn.S: New file.
5147 * gdb.arch/arc-decode-insn.exp: Likewise.
5148
5149 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5150
5151 PR tdep/20928
5152 * gdb.arch/sparc64-regs.exp: New file.
5153 * gdb.arch/sparc64-regs.S: Likewise.
5154
5155 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5156
5157 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5158 and memory view on Python 3.
5159
5160 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5161 Keith Seitz <keiths@redhat.com>
5162
5163 PR gdb/14441
5164 * gdb.cp/demangle.exp: Add rvalue reference tests.
5165 * gdb.cp/rvalue-ref-casts.cc: New file.
5166 * gdb.cp/rvalue-ref-casts.exp: New file.
5167 * gdb.cp/rvalue-ref-overload.cc: New file.
5168 * gdb.cp/rvalue-ref-overload.exp: New file.
5169 * gdb.cp/rvalue-ref-params.cc: New file.
5170 * gdb.cp/rvalue-ref-params.exp: New file.
5171 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5172 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5173 * gdb.cp/rvalue-ref-types.cc: New file.
5174 * gdb.cp/rvalue-ref-types.exp: New file.
5175 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5176 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5177
5178 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5179
5180 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5181 New procedure.
5182
5183 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5184
5185 * lib/mi-support.exp (mi_gdb_test): Add additional message
5186 for unexpected output.
5187
5188 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5189
5190 * gdb.base/examine-backward.c (Barrier): New character array
5191 constant, to ensure that TestStrings is preceded by a string
5192 terminator.
5193
5194 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5195
5196 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5197 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5198 and implicit pointer into such a location.
5199
5200 2017-03-16 Doug Evans <dje@google.com>
5201
5202 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5203
5204 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5205
5206 * gdb.cp/m-static.exp: Fix expectation for prototype of
5207 test5.single_constructor and single_constructor::single_constructor.
5208
5209 2017-03-16 Doug Evans <dje@google.com>
5210
5211 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5212 * gdb.guile/scm-lazy-string.c: New file.
5213 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5214 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5215 for pointer, array, typedef lazy strings.
5216
5217 2017-03-16 Doug Evans <dje@google.com>
5218
5219 PR python/17728, python/18439, python/18779
5220 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5221 * gdb.python/py-lazy-string.c (pointer): New typedef.
5222 (main): New locals ptr, array, typedef_ptr.
5223 * gdb.python/py-value.exp: Move lazy string tests to ...
5224 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5225 array, typedef lazy strings.
5226
5227 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5228
5229 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5230 Add optional 'test' parameter.
5231
5232 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5233
5234 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5235 Skip for versions of DejaGnu < 1.5.
5236
5237 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5238
5239 * lib/gdb.exp (dejagnu_version): New proc.
5240 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5241 Use dejagnu_version.
5242
5243 2017-03-10 Keith Seitz <keiths@redhat.com>
5244
5245 PR c++/8128
5246 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5247 type from destructor regexps.
5248 Add a branch which actually passes the test.
5249 Adjust "ptype t5i" test names.
5250
5251 2017-03-08 Pedro Alves <palves@redhat.com>
5252
5253 * gdb.base/step-over-exit.exp: Add explicit test message.
5254
5255 2017-03-08 Pedro Alves <palves@redhat.com>
5256
5257 PR gdb/18360
5258 * gdb.threads/interrupt-while-step-over.c: New file.
5259 * gdb.threads/interrupt-while-step-over.exp: New file.
5260
5261 2017-03-08 Pedro Alves <palves@redhat.com>
5262
5263 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5264 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5265
5266 2017-03-08 Pedro Alves <palves@redhat.com>
5267
5268 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5269 PKRU as not supported as a PASS.
5270
5271 2017-03-08 Pedro Alves <palves@redhat.com>
5272
5273 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5274 prefix instead of $binfile1/$binfile2.
5275 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5276 in test message.
5277 * gdb.python/py-completion.exp: Use "load python file" as test
5278 messages instead of unstable path names.
5279
5280 2017-03-08 Pedro Alves <palves@redhat.com>
5281 Jan Kratochvil <jan.kratochvil@redhat.com>
5282
5283 PR cli/21218
5284 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5285 New proc.
5286 (top level): Call it.
5287
5288 2017-03-08 Pedro Alves <palves@redhat.com>
5289
5290 PR tui/21216
5291 * gdb.tui/tui-nl-filtered-output.exp: New file.
5292
5293 2017-03-08 Pedro Alves <palves@redhat.com>
5294
5295 * gdb.base/completion.exp: Move TUI completion tests to ...
5296 * gdb.tui/completion.exp: ... this new file.
5297
5298 2017-03-08 Pedro Alves <palves@redhat.com>
5299
5300 * gdb.base/tui-disasm-long-lines.c,
5301 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5302 gdb.base/tui-layout.exp: Move to ...
5303 * gdb.tui/: ... this new directory.
5304
5305 2017-03-07 Pedro Alves <palves@redhat.com>
5306
5307 * gdb.base/tui-layout.c: New file.
5308 * gdb.base/tui-layout.exp: New file.
5309
5310 2017-03-07 Pedro Alves <palves@redhat.com>
5311
5312 * gdb.base/tui-layout.c: Rename to ...
5313 * gdb.base/tui-disasm-long-lines.c: ... this.
5314 * gdb.base/tui-layout.exp: Rename to ...
5315 * gdb.base/tui-disasm-long-lines.exp: ... this.
5316
5317 2017-03-07 Pedro Alves <palves@redhat.com>
5318
5319 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5320
5321 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5322
5323 * i386-mpx-call.c: New file.
5324 * i386-mpx-call.exp: New file.
5325
5326 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5327
5328 * gdb.arch/powerpc-power.exp: Delete test.
5329 * gdb.arch/powerpc-power.s: Likewise.
5330 * gdb.disasm/disassembler-options.exp: New test.
5331 * gdb.arch/powerpc-altivec.exp: Likewise.
5332 * gdb.arch/powerpc-altivec.s: Likewise.
5333 * gdb.arch/powerpc-altivec2.exp: Likewise.
5334 * gdb.arch/powerpc-altivec2.s: Likewise.
5335 * gdb.arch/powerpc-altivec3.exp: Likewise.
5336 * gdb.arch/powerpc-altivec3.s: Likewise.
5337 * gdb.arch/powerpc-power7.exp: Likewise.
5338 * gdb.arch/powerpc-power7.s: Likewise.
5339 * gdb.arch/powerpc-power8.exp: Likewise.
5340 * gdb.arch/powerpc-power8.s: Likewise.
5341 * gdb.arch/powerpc-power9.exp: Likewise.
5342 * gdb.arch/powerpc-power9.s: Likewise.
5343 * gdb.arch/powerpc-vsx.exp: Likewise.
5344 * gdb.arch/powerpc-vsx.s: Likewise.
5345 * gdb.arch/powerpc-vsx2.exp: Likewise.
5346 * gdb.arch/powerpc-vsx2.s: Likewise.
5347 * gdb.arch/powerpc-vsx3.exp: Likewise.
5348 * gdb.arch/powerpc-vsx3.s: Likewise.
5349 * gdb.arch/arm-disassembler-options.exp: Likewise.
5350 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5351 * gdb.arch/s390-disassembler-options.exp: Likewise.
5352
5353 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5354
5355 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5356 (check_supported_features): ... this. Changed return type to void.
5357 (supports_rdseed): New static global.
5358 (rdseed): Check supports_rdseed.
5359 (initialize): Call check_supported_features.
5360
5361 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5362
5363 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5364 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5365 and lqarx/stqcx.
5366 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5367 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5368
5369 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5370
5371 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5372 uppercase.
5373
5374 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5375
5376 * gdb.dwarf2/formdata16.c: New file.
5377 * gdb.dwarf2/formdata16.exp: New file.
5378 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5379
5380 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5381
5382 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5383 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5384 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5385 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5386 DW_AT_GNU_*.
5387
5388 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5389
5390 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5391
5392 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5393
5394 PR gdb/21164
5395 * gdb.base/maint.exp: Add testcases for when the commands do
5396 not have arguments.
5397
5398 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5399
5400 * gdb.cp/chained-calls.exp: Use p instead of P.
5401
5402 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5403
5404 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5405 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5406
5407 2017-02-14 Tom Tromey <tom@tromey.com>
5408
5409 PR python/13598:
5410 * gdb.python/py-events.exp: Add before_prompt event tests.
5411
5412 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5413
5414 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5415
5416 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5417
5418 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5419 (main): Call my_unique_function_name.
5420 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5421 completion of patterns with a single match.
5422 Add missing -re switches to gdb_test_multiple calls.
5423
5424 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5425
5426 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5427 return if core file is not recognized.
5428
5429 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5430
5431 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5432 and extra UIs.
5433
5434 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5435
5436 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5437 proc_with_prefix.
5438
5439 2017-02-10 Tom Tromey <tom@tromey.com>
5440
5441 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5442
5443 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5444
5445 PR gdb/21122
5446 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5447
5448 2017-02-08 Jerome Guitton <guitton@adacore.com>
5449
5450 * gdb.base/define.exp: Add test for command abbreviations
5451 in define.
5452
5453 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5454
5455 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5456 * gdb.reverse/insn-reverse-x86.c: New file.
5457
5458 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5459
5460 PR tdep/20936
5461 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5462
5463 2017-02-03 Tom Tromey <tom@tromey.com>
5464
5465 PR rust/21097:
5466 * gdb.rust/simple.exp: Add new tests.
5467
5468 2017-02-02 Pedro Alves <palves@redhat.com>
5469
5470 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5471 tests.
5472
5473 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5474
5475 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5476 taking a 2-byte value out of a 4-byte DWARF implicit value on
5477 big-endian targets.
5478 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5479 logic. Add test cases for DW_OP_implicit.
5480
5481 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5482
5483 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5484
5485 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5486
5487 * gdb.btrace/enable.exp: Call gdb_exit before
5488 skip_gdbserver_tests.
5489
5490 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5491
5492 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5493 GDBFLAGS.
5494
5495 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5496
5497 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5498 the test is skipped.
5499 * gdb.btrace/data.exp: Likewise.
5500 * gdb.btrace/delta.exp: Likewise.
5501 * gdb.btrace/dlopen.exp: Likewise.
5502 * gdb.btrace/enable-running.exp: Likewise.
5503 * gdb.btrace/enable.exp: Likewise.
5504 * gdb.btrace/exception.exp: Likewise.
5505 * gdb.btrace/function_call_history.exp: Likewise.
5506 * gdb.btrace/gcore.exp: Likewise.
5507 * gdb.btrace/instruction_history.exp: Likewise.
5508 * gdb.btrace/multi-thread-step.exp: Likewise.
5509 * gdb.btrace/nohist.exp: Likewise.
5510 * gdb.btrace/non-stop.exp: Likewise.
5511 * gdb.btrace/reconnect.exp: Likewise.
5512 * gdb.btrace/record_goto-step.exp: Likewise.
5513 * gdb.btrace/record_goto.exp: Likewise.
5514 * gdb.btrace/rn-dl-bind.exp: Likewise.
5515 * gdb.btrace/segv.exp: Likewise.
5516 * gdb.btrace/step.exp: Likewise.
5517 * gdb.btrace/stepi.exp: Likewise.
5518 * gdb.btrace/tailcall-only.exp: Likewise.
5519 * gdb.btrace/tailcall.exp: Likewise.
5520 * gdb.btrace/tsx.exp: Likewise.
5521 * gdb.btrace/unknown_functions.exp: Likewise.
5522 * gdb.btrace/vdso.exp: Likewise.
5523
5524 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5525
5526 * gdb.btrace/enable-running.c: New.
5527 * gdb.btrace/enable-running.exp: New.
5528
5529 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5530
5531 * gdb.arch/amd64-gs_base.c: New file.
5532 * gdb.arch/amd64-gs_base.exp: New file.
5533
5534 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5535
5536 * lib/memory.exp: Remove spurious empty newlines.
5537
5538 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5539
5540 * gdb.python/py-bad-printers.exp: Load python file using "source".
5541 * gdb.python/py-events.exp: Likewise.
5542 * gdb.python/py-evsignal.exp: Likewise.
5543 * gdb.python/py-evthreads.exp: Likewise.
5544 * gdb.python/py-frame-args.exp: Likewise.
5545 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5546 * gdb.python/py-framefilter-mi.exp: Likewise.
5547 * gdb.python/py-framefilter.exp: Likewise.
5548 * gdb.python/py-mi.exp: Likewise.
5549 * gdb.python/py-pp-maint.exp: Likewise.
5550 * gdb.python/py-pp-registration.exp: Likewise.
5551 * gdb.python/py-prettyprint.exp: Likewise.
5552 (run_lang_tests): Likewise.
5553 * gdb.python/py-typeprint.exp: Likewise.
5554
5555 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5556
5557 * lib/memory.exp: New file.
5558 * lib/gdb.exp: Load memory.exp.
5559 * gdb.base/memattr.exp (delete_memory): Move proc to
5560 lib/memory.exp and rename to delete_memory_regions.
5561 Replace delete_memory with delete_memory_regions.
5562 Cleanup memory regions before tests.
5563 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5564 before tests.
5565
5566 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5567
5568 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5569 files.
5570 (initialize): New function conditionally defined.
5571 (testcases): Move within conditional block.
5572 (main): Call initialize.
5573 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5574 of gdb.reverse/insn-reverse.c.
5575 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5576 gdb.reverse/insn-reverse.c.
5577
5578 2017-01-26 Yao Qi <yao.qi@linaro.org>
5579
5580 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5581 disassemble on address 0.
5582
5583 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5584 Yao Qi <yao.qi@linaro.org>
5585
5586 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5587 * gdb.dwarf2/implptr-64bit.S: Remove.
5588 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5589 variables in caller's context. Add DW_OP_implicit_value.
5590
5591 2017-01-25 Yao Qi <yao.qi@linaro.org>
5592
5593 * lib/dwarf.exp (Dwarf::_location): Handle
5594 DW_OP_GNU_implicit_pointer with proper size.
5595
5596 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5597
5598 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5599 and add untested calls.
5600
5601 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5602
5603 * gdb.python/python.exp: Check line number against what GDB thinks
5604 the line number is for func1.
5605
5606 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5607
5608 * gdb.dlang/debug-expr.exp: New file.
5609
5610 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5611
5612 Fix test names for the following files:
5613
5614 * gdb.ada/exec_changed.exp
5615 * gdb.ada/info_types.exp
5616 * gdb.arch/aarch64-atomic-inst.exp
5617 * gdb.arch/aarch64-fp.exp
5618 * gdb.arch/altivec-abi.exp
5619 * gdb.arch/altivec-regs.exp
5620 * gdb.arch/amd64-byte.exp
5621 * gdb.arch/amd64-disp-step.exp
5622 * gdb.arch/amd64-dword.exp
5623 * gdb.arch/amd64-entry-value-inline.exp
5624 * gdb.arch/amd64-entry-value-param.exp
5625 * gdb.arch/amd64-entry-value-paramref.exp
5626 * gdb.arch/amd64-entry-value.exp
5627 * gdb.arch/amd64-i386-address.exp
5628 * gdb.arch/amd64-invalid-stack-middle.exp
5629 * gdb.arch/amd64-invalid-stack-top.exp
5630 * gdb.arch/amd64-optimout-repeat.exp
5631 * gdb.arch/amd64-prologue-skip.exp
5632 * gdb.arch/amd64-prologue-xmm.exp
5633 * gdb.arch/amd64-stap-special-operands.exp
5634 * gdb.arch/amd64-stap-wrong-subexp.exp
5635 * gdb.arch/amd64-tailcall-cxx.exp
5636 * gdb.arch/amd64-tailcall-noret.exp
5637 * gdb.arch/amd64-tailcall-ret.exp
5638 * gdb.arch/amd64-tailcall-self.exp
5639 * gdb.arch/amd64-word.exp
5640 * gdb.arch/arm-bl-branch-dest.exp
5641 * gdb.arch/arm-disp-step.exp
5642 * gdb.arch/arm-neon.exp
5643 * gdb.arch/arm-single-step-kernel-helper.exp
5644 * gdb.arch/avr-flash-qualifier.exp
5645 * gdb.arch/disp-step-insn-reloc.exp
5646 * gdb.arch/e500-abi.exp
5647 * gdb.arch/e500-regs.exp
5648 * gdb.arch/ftrace-insn-reloc.exp
5649 * gdb.arch/i386-avx512.exp
5650 * gdb.arch/i386-bp_permanent.exp
5651 * gdb.arch/i386-byte.exp
5652 * gdb.arch/i386-cfi-notcurrent.exp
5653 * gdb.arch/i386-disp-step.exp
5654 * gdb.arch/i386-dr3-watch.exp
5655 * gdb.arch/i386-float.exp
5656 * gdb.arch/i386-gnu-cfi.exp
5657 * gdb.arch/i386-mpx-map.exp
5658 * gdb.arch/i386-mpx-sigsegv.exp
5659 * gdb.arch/i386-mpx-simple_segv.exp
5660 * gdb.arch/i386-mpx.exp
5661 * gdb.arch/i386-permbkpt.exp
5662 * gdb.arch/i386-prologue.exp
5663 * gdb.arch/i386-signal.exp
5664 * gdb.arch/i386-size-overlap.exp
5665 * gdb.arch/i386-unwind.exp
5666 * gdb.arch/i386-word.exp
5667 * gdb.arch/mips-fcr.exp
5668 * gdb.arch/powerpc-d128-regs.exp
5669 * gdb.arch/powerpc-stackless.exp
5670 * gdb.arch/ppc64-atomic-inst.exp
5671 * gdb.arch/s390-stackless.exp
5672 * gdb.arch/s390-tdbregs.exp
5673 * gdb.arch/s390-vregs.exp
5674 * gdb.arch/sparc-sysstep.exp
5675 * gdb.arch/thumb-bx-pc.exp
5676 * gdb.arch/thumb-singlestep.exp
5677 * gdb.arch/thumb2-it.exp
5678 * gdb.arch/vsx-regs.exp
5679 * gdb.asm/asm-source.exp
5680 * gdb.base/a2-run.exp
5681 * gdb.base/advance.exp
5682 * gdb.base/all-bin.exp
5683 * gdb.base/anon.exp
5684 * gdb.base/args.exp
5685 * gdb.base/arithmet.exp
5686 * gdb.base/async-shell.exp
5687 * gdb.base/async.exp
5688 * gdb.base/attach-pie-noexec.exp
5689 * gdb.base/attach-twice.exp
5690 * gdb.base/auto-load.exp
5691 * gdb.base/bang.exp
5692 * gdb.base/bitfields.exp
5693 * gdb.base/break-always.exp
5694 * gdb.base/break-caller-line.exp
5695 * gdb.base/break-entry.exp
5696 * gdb.base/break-inline.exp
5697 * gdb.base/break-on-linker-gcd-function.exp
5698 * gdb.base/break-probes.exp
5699 * gdb.base/break.exp
5700 * gdb.base/breakpoint-shadow.exp
5701 * gdb.base/call-ar-st.exp
5702 * gdb.base/call-sc.exp
5703 * gdb.base/call-signal-resume.exp
5704 * gdb.base/call-strs.exp
5705 * gdb.base/callfuncs.exp
5706 * gdb.base/catch-fork-static.exp
5707 * gdb.base/catch-gdb-caused-signals.exp
5708 * gdb.base/catch-load.exp
5709 * gdb.base/catch-signal-fork.exp
5710 * gdb.base/catch-signal.exp
5711 * gdb.base/catch-syscall.exp
5712 * gdb.base/charset.exp
5713 * gdb.base/checkpoint.exp
5714 * gdb.base/chng-syms.exp
5715 * gdb.base/code-expr.exp
5716 * gdb.base/code_elim.exp
5717 * gdb.base/commands.exp
5718 * gdb.base/completion.exp
5719 * gdb.base/complex.exp
5720 * gdb.base/cond-expr.exp
5721 * gdb.base/condbreak.exp
5722 * gdb.base/consecutive.exp
5723 * gdb.base/continue-all-already-running.exp
5724 * gdb.base/coredump-filter.exp
5725 * gdb.base/corefile.exp
5726 * gdb.base/dbx.exp
5727 * gdb.base/debug-expr.exp
5728 * gdb.base/define.exp
5729 * gdb.base/del.exp
5730 * gdb.base/disabled-location.exp
5731 * gdb.base/disasm-end-cu.exp
5732 * gdb.base/disasm-optim.exp
5733 * gdb.base/display.exp
5734 * gdb.base/duplicate-bp.exp
5735 * gdb.base/ena-dis-br.exp
5736 * gdb.base/ending-run.exp
5737 * gdb.base/enumval.exp
5738 * gdb.base/environ.exp
5739 * gdb.base/eu-strip-infcall.exp
5740 * gdb.base/eval-avoid-side-effects.exp
5741 * gdb.base/eval-skip.exp
5742 * gdb.base/exitsignal.exp
5743 * gdb.base/expand-psymtabs.exp
5744 * gdb.base/filesym.exp
5745 * gdb.base/find-unmapped.exp
5746 * gdb.base/finish.exp
5747 * gdb.base/float.exp
5748 * gdb.base/foll-exec-mode.exp
5749 * gdb.base/foll-exec.exp
5750 * gdb.base/foll-fork.exp
5751 * gdb.base/fortran-sym-case.exp
5752 * gdb.base/freebpcmd.exp
5753 * gdb.base/func-ptr.exp
5754 * gdb.base/func-ptrs.exp
5755 * gdb.base/funcargs.exp
5756 * gdb.base/gcore-buffer-overflow.exp
5757 * gdb.base/gcore-relro-pie.exp
5758 * gdb.base/gcore-relro.exp
5759 * gdb.base/gcore.exp
5760 * gdb.base/gdb1090.exp
5761 * gdb.base/gdb11530.exp
5762 * gdb.base/gdb11531.exp
5763 * gdb.base/gdb1821.exp
5764 * gdb.base/gdbindex-stabs.exp
5765 * gdb.base/gdbvars.exp
5766 * gdb.base/hbreak.exp
5767 * gdb.base/hbreak2.exp
5768 * gdb.base/included.exp
5769 * gdb.base/infcall-input.exp
5770 * gdb.base/inferior-died.exp
5771 * gdb.base/infnan.exp
5772 * gdb.base/info-macros.exp
5773 * gdb.base/info-os.exp
5774 * gdb.base/info-proc.exp
5775 * gdb.base/info-shared.exp
5776 * gdb.base/info-target.exp
5777 * gdb.base/infoline.exp
5778 * gdb.base/interp.exp
5779 * gdb.base/interrupt.exp
5780 * gdb.base/jit-reader.exp
5781 * gdb.base/jit-simple.exp
5782 * gdb.base/kill-after-signal.exp
5783 * gdb.base/kill-detach-inferiors-cmd.exp
5784 * gdb.base/label.exp
5785 * gdb.base/langs.exp
5786 * gdb.base/ldbl_e308.exp
5787 * gdb.base/line-symtabs.exp
5788 * gdb.base/linespecs.exp
5789 * gdb.base/list.exp
5790 * gdb.base/long_long.exp
5791 * gdb.base/longest-types.exp
5792 * gdb.base/maint.exp
5793 * gdb.base/max-value-size.exp
5794 * gdb.base/memattr.exp
5795 * gdb.base/mips_pro.exp
5796 * gdb.base/morestack.exp
5797 * gdb.base/moribund-step.exp
5798 * gdb.base/multi-forks.exp
5799 * gdb.base/nested-addr.exp
5800 * gdb.base/nextoverexit.exp
5801 * gdb.base/noreturn-finish.exp
5802 * gdb.base/noreturn-return.exp
5803 * gdb.base/nostdlib.exp
5804 * gdb.base/offsets.exp
5805 * gdb.base/opaque.exp
5806 * gdb.base/pc-fp.exp
5807 * gdb.base/permissions.exp
5808 * gdb.base/print-symbol-loading.exp
5809 * gdb.base/prologue-include.exp
5810 * gdb.base/psymtab.exp
5811 * gdb.base/ptype.exp
5812 * gdb.base/random-signal.exp
5813 * gdb.base/randomize.exp
5814 * gdb.base/range-stepping.exp
5815 * gdb.base/readline-ask.exp
5816 * gdb.base/recpar.exp
5817 * gdb.base/recurse.exp
5818 * gdb.base/relational.exp
5819 * gdb.base/restore.exp
5820 * gdb.base/return-nodebug.exp
5821 * gdb.base/return.exp
5822 * gdb.base/run-after-attach.exp
5823 * gdb.base/save-bp.exp
5824 * gdb.base/scope.exp
5825 * gdb.base/sect-cmd.exp
5826 * gdb.base/set-lang-auto.exp
5827 * gdb.base/set-noassign.exp
5828 * gdb.base/setvar.exp
5829 * gdb.base/sigall.exp
5830 * gdb.base/sigbpt.exp
5831 * gdb.base/siginfo-addr.exp
5832 * gdb.base/siginfo-infcall.exp
5833 * gdb.base/siginfo-obj.exp
5834 * gdb.base/siginfo.exp
5835 * gdb.base/signals-state-child.exp
5836 * gdb.base/signest.exp
5837 * gdb.base/sigstep.exp
5838 * gdb.base/sizeof.exp
5839 * gdb.base/skip.exp
5840 * gdb.base/solib-corrupted.exp
5841 * gdb.base/solib-nodir.exp
5842 * gdb.base/solib-search.exp
5843 * gdb.base/stack-checking.exp
5844 * gdb.base/stale-infcall.exp
5845 * gdb.base/stap-probe.exp
5846 * gdb.base/start.exp
5847 * gdb.base/step-break.exp
5848 * gdb.base/step-bt.exp
5849 * gdb.base/step-line.exp
5850 * gdb.base/step-over-exit.exp
5851 * gdb.base/step-over-syscall.exp
5852 * gdb.base/step-resume-infcall.exp
5853 * gdb.base/step-test.exp
5854 * gdb.base/store.exp
5855 * gdb.base/structs3.exp
5856 * gdb.base/sym-file.exp
5857 * gdb.base/symbol-without-target_section.exp
5858 * gdb.base/term.exp
5859 * gdb.base/testenv.exp
5860 * gdb.base/ui-redirect.exp
5861 * gdb.base/until.exp
5862 * gdb.base/unwindonsignal.exp
5863 * gdb.base/value-double-free.exp
5864 * gdb.base/vla-datatypes.exp
5865 * gdb.base/vla-ptr.exp
5866 * gdb.base/vla-sideeffect.exp
5867 * gdb.base/volatile.exp
5868 * gdb.base/watch-cond-infcall.exp
5869 * gdb.base/watch-cond.exp
5870 * gdb.base/watch-non-mem.exp
5871 * gdb.base/watch-read.exp
5872 * gdb.base/watch-vfork.exp
5873 * gdb.base/watchpoint-cond-gone.exp
5874 * gdb.base/watchpoint-delete.exp
5875 * gdb.base/watchpoint-hw-hit-once.exp
5876 * gdb.base/watchpoint-hw.exp
5877 * gdb.base/watchpoint-stops-at-right-insn.exp
5878 * gdb.base/watchpoints.exp
5879 * gdb.base/wchar.exp
5880 * gdb.base/whatis-exp.exp
5881 * gdb.btrace/buffer-size.exp
5882 * gdb.btrace/data.exp
5883 * gdb.btrace/delta.exp
5884 * gdb.btrace/dlopen.exp
5885 * gdb.btrace/enable.exp
5886 * gdb.btrace/exception.exp
5887 * gdb.btrace/function_call_history.exp
5888 * gdb.btrace/gcore.exp
5889 * gdb.btrace/instruction_history.exp
5890 * gdb.btrace/nohist.exp
5891 * gdb.btrace/reconnect.exp
5892 * gdb.btrace/record_goto-step.exp
5893 * gdb.btrace/record_goto.exp
5894 * gdb.btrace/rn-dl-bind.exp
5895 * gdb.btrace/segv.exp
5896 * gdb.btrace/step.exp
5897 * gdb.btrace/stepi.exp
5898 * gdb.btrace/tailcall-only.exp
5899 * gdb.btrace/tailcall.exp
5900 * gdb.btrace/tsx.exp
5901 * gdb.btrace/unknown_functions.exp
5902 * gdb.btrace/vdso.exp
5903 * gdb.compile/compile-ifunc.exp
5904 * gdb.compile/compile-ops.exp
5905 * gdb.compile/compile-print.exp
5906 * gdb.compile/compile-setjmp.exp
5907 * gdb.cp/abstract-origin.exp
5908 * gdb.cp/ambiguous.exp
5909 * gdb.cp/annota2.exp
5910 * gdb.cp/annota3.exp
5911 * gdb.cp/anon-ns.exp
5912 * gdb.cp/anon-struct.exp
5913 * gdb.cp/anon-union.exp
5914 * gdb.cp/arg-reference.exp
5915 * gdb.cp/baseenum.exp
5916 * gdb.cp/bool.exp
5917 * gdb.cp/breakpoint.exp
5918 * gdb.cp/bs15503.exp
5919 * gdb.cp/call-c.exp
5920 * gdb.cp/casts.exp
5921 * gdb.cp/chained-calls.exp
5922 * gdb.cp/class2.exp
5923 * gdb.cp/classes.exp
5924 * gdb.cp/cmpd-minsyms.exp
5925 * gdb.cp/converts.exp
5926 * gdb.cp/cp-relocate.exp
5927 * gdb.cp/cpcompletion.exp
5928 * gdb.cp/cpexprs.exp
5929 * gdb.cp/cplabel.exp
5930 * gdb.cp/cplusfuncs.exp
5931 * gdb.cp/cpsizeof.exp
5932 * gdb.cp/ctti.exp
5933 * gdb.cp/derivation.exp
5934 * gdb.cp/destrprint.exp
5935 * gdb.cp/dispcxx.exp
5936 * gdb.cp/enum-class.exp
5937 * gdb.cp/exception.exp
5938 * gdb.cp/exceptprint.exp
5939 * gdb.cp/expand-psymtabs-cxx.exp
5940 * gdb.cp/expand-sals.exp
5941 * gdb.cp/extern-c.exp
5942 * gdb.cp/filename.exp
5943 * gdb.cp/formatted-ref.exp
5944 * gdb.cp/fpointer.exp
5945 * gdb.cp/gdb1355.exp
5946 * gdb.cp/gdb2495.exp
5947 * gdb.cp/hang.exp
5948 * gdb.cp/impl-this.exp
5949 * gdb.cp/infcall-dlopen.exp
5950 * gdb.cp/inherit.exp
5951 * gdb.cp/iostream.exp
5952 * gdb.cp/koenig.exp
5953 * gdb.cp/local.exp
5954 * gdb.cp/m-data.exp
5955 * gdb.cp/m-static.exp
5956 * gdb.cp/mb-ctor.exp
5957 * gdb.cp/mb-inline.exp
5958 * gdb.cp/mb-templates.exp
5959 * gdb.cp/member-name.exp
5960 * gdb.cp/member-ptr.exp
5961 * gdb.cp/meth-typedefs.exp
5962 * gdb.cp/method.exp
5963 * gdb.cp/method2.exp
5964 * gdb.cp/minsym-fallback.exp
5965 * gdb.cp/misc.exp
5966 * gdb.cp/namelessclass.exp
5967 * gdb.cp/namespace-enum.exp
5968 * gdb.cp/namespace-nested-import.exp
5969 * gdb.cp/namespace.exp
5970 * gdb.cp/nextoverthrow.exp
5971 * gdb.cp/no-dmgl-verbose.exp
5972 * gdb.cp/non-trivial-retval.exp
5973 * gdb.cp/noparam.exp
5974 * gdb.cp/nsdecl.exp
5975 * gdb.cp/nsimport.exp
5976 * gdb.cp/nsnested.exp
5977 * gdb.cp/nsnoimports.exp
5978 * gdb.cp/nsrecurs.exp
5979 * gdb.cp/nsstress.exp
5980 * gdb.cp/nsusing.exp
5981 * gdb.cp/operator.exp
5982 * gdb.cp/oranking.exp
5983 * gdb.cp/overload-const.exp
5984 * gdb.cp/overload.exp
5985 * gdb.cp/ovldbreak.exp
5986 * gdb.cp/ovsrch.exp
5987 * gdb.cp/paren-type.exp
5988 * gdb.cp/parse-lang.exp
5989 * gdb.cp/pass-by-ref.exp
5990 * gdb.cp/pr-1023.exp
5991 * gdb.cp/pr-1210.exp
5992 * gdb.cp/pr-574.exp
5993 * gdb.cp/pr10687.exp
5994 * gdb.cp/pr12028.exp
5995 * gdb.cp/pr17132.exp
5996 * gdb.cp/pr17494.exp
5997 * gdb.cp/pr9067.exp
5998 * gdb.cp/pr9167.exp
5999 * gdb.cp/pr9631.exp
6000 * gdb.cp/printmethod.exp
6001 * gdb.cp/psmang.exp
6002 * gdb.cp/psymtab-parameter.exp
6003 * gdb.cp/ptype-cv-cp.exp
6004 * gdb.cp/ptype-flags.exp
6005 * gdb.cp/re-set-overloaded.exp
6006 * gdb.cp/ref-types.exp
6007 * gdb.cp/rtti.exp
6008 * gdb.cp/scope-err.exp
6009 * gdb.cp/shadow.exp
6010 * gdb.cp/smartp.exp
6011 * gdb.cp/static-method.exp
6012 * gdb.cp/static-print-quit.exp
6013 * gdb.cp/temargs.exp
6014 * gdb.cp/templates.exp
6015 * gdb.cp/try_catch.exp
6016 * gdb.cp/typedef-operator.exp
6017 * gdb.cp/typeid.exp
6018 * gdb.cp/userdef.exp
6019 * gdb.cp/using-crash.exp
6020 * gdb.cp/var-tag.exp
6021 * gdb.cp/virtbase.exp
6022 * gdb.cp/virtfunc.exp
6023 * gdb.cp/virtfunc2.exp
6024 * gdb.cp/vla-cxx.exp
6025 * gdb.disasm/t01_mov.exp
6026 * gdb.disasm/t02_mova.exp
6027 * gdb.disasm/t03_add.exp
6028 * gdb.disasm/t04_sub.exp
6029 * gdb.disasm/t05_cmp.exp
6030 * gdb.disasm/t06_ari2.exp
6031 * gdb.disasm/t07_ari3.exp
6032 * gdb.disasm/t08_or.exp
6033 * gdb.disasm/t09_xor.exp
6034 * gdb.disasm/t10_and.exp
6035 * gdb.disasm/t11_logs.exp
6036 * gdb.disasm/t12_bit.exp
6037 * gdb.disasm/t13_otr.exp
6038 * gdb.dlang/circular.exp
6039 * gdb.dwarf2/arr-stride.exp
6040 * gdb.dwarf2/arr-subrange.exp
6041 * gdb.dwarf2/atomic-type.exp
6042 * gdb.dwarf2/bad-regnum.exp
6043 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6044 * gdb.dwarf2/callframecfa.exp
6045 * gdb.dwarf2/clztest.exp
6046 * gdb.dwarf2/corrupt.exp
6047 * gdb.dwarf2/data-loc.exp
6048 * gdb.dwarf2/dup-psym.exp
6049 * gdb.dwarf2/dw2-anon-mptr.exp
6050 * gdb.dwarf2/dw2-anonymous-func.exp
6051 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6052 * gdb.dwarf2/dw2-bad-unresolved.exp
6053 * gdb.dwarf2/dw2-basic.exp
6054 * gdb.dwarf2/dw2-canonicalize-type.exp
6055 * gdb.dwarf2/dw2-case-insensitive.exp
6056 * gdb.dwarf2/dw2-common-block.exp
6057 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6058 * gdb.dwarf2/dw2-compressed.exp
6059 * gdb.dwarf2/dw2-const.exp
6060 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6061 * gdb.dwarf2/dw2-cu-size.exp
6062 * gdb.dwarf2/dw2-dup-frame.exp
6063 * gdb.dwarf2/dw2-entry-value.exp
6064 * gdb.dwarf2/dw2-icycle.exp
6065 * gdb.dwarf2/dw2-ifort-parameter.exp
6066 * gdb.dwarf2/dw2-inline-break.exp
6067 * gdb.dwarf2/dw2-inline-param.exp
6068 * gdb.dwarf2/dw2-intercu.exp
6069 * gdb.dwarf2/dw2-intermix.exp
6070 * gdb.dwarf2/dw2-lexical-block-bare.exp
6071 * gdb.dwarf2/dw2-linkage-name-trust.exp
6072 * gdb.dwarf2/dw2-minsym-in-cu.exp
6073 * gdb.dwarf2/dw2-noloc.exp
6074 * gdb.dwarf2/dw2-op-call.exp
6075 * gdb.dwarf2/dw2-op-out-param.exp
6076 * gdb.dwarf2/dw2-opt-structptr.exp
6077 * gdb.dwarf2/dw2-param-error.exp
6078 * gdb.dwarf2/dw2-producer.exp
6079 * gdb.dwarf2/dw2-ranges-base.exp
6080 * gdb.dwarf2/dw2-ref-missing-frame.exp
6081 * gdb.dwarf2/dw2-reg-undefined.exp
6082 * gdb.dwarf2/dw2-regno-invalid.exp
6083 * gdb.dwarf2/dw2-restore.exp
6084 * gdb.dwarf2/dw2-restrict.exp
6085 * gdb.dwarf2/dw2-single-line-discriminators.exp
6086 * gdb.dwarf2/dw2-strp.exp
6087 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6088 * gdb.dwarf2/dw2-unresolved.exp
6089 * gdb.dwarf2/dw2-var-zero-addr.exp
6090 * gdb.dwarf2/dw4-sig-types.exp
6091 * gdb.dwarf2/dwz.exp
6092 * gdb.dwarf2/dynarr-ptr.exp
6093 * gdb.dwarf2/enum-type.exp
6094 * gdb.dwarf2/gdb-index.exp
6095 * gdb.dwarf2/implptr-64bit.exp
6096 * gdb.dwarf2/implptr-optimized-out.exp
6097 * gdb.dwarf2/implptr.exp
6098 * gdb.dwarf2/implref-array.exp
6099 * gdb.dwarf2/implref-const.exp
6100 * gdb.dwarf2/implref-global.exp
6101 * gdb.dwarf2/implref-struct.exp
6102 * gdb.dwarf2/mac-fileno.exp
6103 * gdb.dwarf2/main-subprogram.exp
6104 * gdb.dwarf2/member-ptr-forwardref.exp
6105 * gdb.dwarf2/method-ptr.exp
6106 * gdb.dwarf2/missing-sig-type.exp
6107 * gdb.dwarf2/nonvar-access.exp
6108 * gdb.dwarf2/opaque-type-lookup.exp
6109 * gdb.dwarf2/pieces-optimized-out.exp
6110 * gdb.dwarf2/pieces.exp
6111 * gdb.dwarf2/pr10770.exp
6112 * gdb.dwarf2/pr13961.exp
6113 * gdb.dwarf2/staticvirtual.exp
6114 * gdb.dwarf2/subrange.exp
6115 * gdb.dwarf2/symtab-producer.exp
6116 * gdb.dwarf2/trace-crash.exp
6117 * gdb.dwarf2/typeddwarf.exp
6118 * gdb.dwarf2/valop.exp
6119 * gdb.dwarf2/watch-notconst.exp
6120 * gdb.fortran/array-element.exp
6121 * gdb.fortran/charset.exp
6122 * gdb.fortran/common-block.exp
6123 * gdb.fortran/complex.exp
6124 * gdb.fortran/derived-type-function.exp
6125 * gdb.fortran/derived-type.exp
6126 * gdb.fortran/logical.exp
6127 * gdb.fortran/module.exp
6128 * gdb.fortran/multi-dim.exp
6129 * gdb.fortran/nested-funcs.exp
6130 * gdb.fortran/print-formatted.exp
6131 * gdb.fortran/subarray.exp
6132 * gdb.fortran/vla-alloc-assoc.exp
6133 * gdb.fortran/vla-datatypes.exp
6134 * gdb.fortran/vla-history.exp
6135 * gdb.fortran/vla-ptr-info.exp
6136 * gdb.fortran/vla-ptype-sub.exp
6137 * gdb.fortran/vla-ptype.exp
6138 * gdb.fortran/vla-sizeof.exp
6139 * gdb.fortran/vla-type.exp
6140 * gdb.fortran/vla-value-sub-arbitrary.exp
6141 * gdb.fortran/vla-value-sub-finish.exp
6142 * gdb.fortran/vla-value-sub.exp
6143 * gdb.fortran/vla-value.exp
6144 * gdb.fortran/whatis_type.exp
6145 * gdb.go/chan.exp
6146 * gdb.go/handcall.exp
6147 * gdb.go/hello.exp
6148 * gdb.go/integers.exp
6149 * gdb.go/methods.exp
6150 * gdb.go/package.exp
6151 * gdb.go/strings.exp
6152 * gdb.go/types.exp
6153 * gdb.go/unsafe.exp
6154 * gdb.guile/scm-arch.exp
6155 * gdb.guile/scm-block.exp
6156 * gdb.guile/scm-breakpoint.exp
6157 * gdb.guile/scm-cmd.exp
6158 * gdb.guile/scm-disasm.exp
6159 * gdb.guile/scm-equal.exp
6160 * gdb.guile/scm-frame-args.exp
6161 * gdb.guile/scm-frame-inline.exp
6162 * gdb.guile/scm-frame.exp
6163 * gdb.guile/scm-iterator.exp
6164 * gdb.guile/scm-math.exp
6165 * gdb.guile/scm-objfile.exp
6166 * gdb.guile/scm-ports.exp
6167 * gdb.guile/scm-symbol.exp
6168 * gdb.guile/scm-symtab.exp
6169 * gdb.guile/scm-value-cc.exp
6170 * gdb.guile/types-module.exp
6171 * gdb.linespec/break-ask.exp
6172 * gdb.linespec/cpexplicit.exp
6173 * gdb.linespec/explicit.exp
6174 * gdb.linespec/keywords.exp
6175 * gdb.linespec/linespec.exp
6176 * gdb.linespec/ls-dollar.exp
6177 * gdb.linespec/ls-errs.exp
6178 * gdb.linespec/skip-two.exp
6179 * gdb.linespec/thread.exp
6180 * gdb.mi/mi-async.exp
6181 * gdb.mi/mi-basics.exp
6182 * gdb.mi/mi-break.exp
6183 * gdb.mi/mi-catch-load.exp
6184 * gdb.mi/mi-cli.exp
6185 * gdb.mi/mi-cmd-param-changed.exp
6186 * gdb.mi/mi-console.exp
6187 * gdb.mi/mi-detach.exp
6188 * gdb.mi/mi-disassemble.exp
6189 * gdb.mi/mi-eval.exp
6190 * gdb.mi/mi-file-transfer.exp
6191 * gdb.mi/mi-file.exp
6192 * gdb.mi/mi-fill-memory.exp
6193 * gdb.mi/mi-inheritance-syntax-error.exp
6194 * gdb.mi/mi-linespec-err-cp.exp
6195 * gdb.mi/mi-logging.exp
6196 * gdb.mi/mi-memory-changed.exp
6197 * gdb.mi/mi-read-memory.exp
6198 * gdb.mi/mi-record-changed.exp
6199 * gdb.mi/mi-reg-undefined.exp
6200 * gdb.mi/mi-regs.exp
6201 * gdb.mi/mi-return.exp
6202 * gdb.mi/mi-reverse.exp
6203 * gdb.mi/mi-simplerun.exp
6204 * gdb.mi/mi-solib.exp
6205 * gdb.mi/mi-stack.exp
6206 * gdb.mi/mi-stepi.exp
6207 * gdb.mi/mi-syn-frame.exp
6208 * gdb.mi/mi-until.exp
6209 * gdb.mi/mi-var-block.exp
6210 * gdb.mi/mi-var-child.exp
6211 * gdb.mi/mi-var-cmd.exp
6212 * gdb.mi/mi-var-cp.exp
6213 * gdb.mi/mi-var-display.exp
6214 * gdb.mi/mi-var-invalidate.exp
6215 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6216 * gdb.mi/mi-vla-fortran.exp
6217 * gdb.mi/mi-watch.exp
6218 * gdb.mi/mi2-var-child.exp
6219 * gdb.mi/user-selected-context-sync.exp
6220 * gdb.modula2/unbounded-array.exp
6221 * gdb.multi/dummy-frame-restore.exp
6222 * gdb.multi/multi-arch-exec.exp
6223 * gdb.multi/multi-arch.exp
6224 * gdb.multi/tids.exp
6225 * gdb.multi/watchpoint-multi.exp
6226 * gdb.opencl/callfuncs.exp
6227 * gdb.opencl/convs_casts.exp
6228 * gdb.opencl/datatypes.exp
6229 * gdb.opencl/operators.exp
6230 * gdb.opencl/vec_comps.exp
6231 * gdb.opt/clobbered-registers-O2.exp
6232 * gdb.opt/inline-break.exp
6233 * gdb.opt/inline-bt.exp
6234 * gdb.opt/inline-cmds.exp
6235 * gdb.opt/inline-locals.exp
6236 * gdb.pascal/case-insensitive-symbols.exp
6237 * gdb.pascal/floats.exp
6238 * gdb.pascal/gdb11492.exp
6239 * gdb.python/lib-types.exp
6240 * gdb.python/py-arch.exp
6241 * gdb.python/py-as-string.exp
6242 * gdb.python/py-bad-printers.exp
6243 * gdb.python/py-block.exp
6244 * gdb.python/py-breakpoint-create-fail.exp
6245 * gdb.python/py-breakpoint.exp
6246 * gdb.python/py-caller-is.exp
6247 * gdb.python/py-cmd.exp
6248 * gdb.python/py-explore-cc.exp
6249 * gdb.python/py-explore.exp
6250 * gdb.python/py-finish-breakpoint.exp
6251 * gdb.python/py-finish-breakpoint2.exp
6252 * gdb.python/py-frame-args.exp
6253 * gdb.python/py-frame-inline.exp
6254 * gdb.python/py-frame.exp
6255 * gdb.python/py-framefilter-mi.exp
6256 * gdb.python/py-infthread.exp
6257 * gdb.python/py-lazy-string.exp
6258 * gdb.python/py-linetable.exp
6259 * gdb.python/py-mi-events.exp
6260 * gdb.python/py-mi-objfile.exp
6261 * gdb.python/py-mi.exp
6262 * gdb.python/py-objfile.exp
6263 * gdb.python/py-pp-integral.exp
6264 * gdb.python/py-pp-maint.exp
6265 * gdb.python/py-pp-re-notag.exp
6266 * gdb.python/py-pp-registration.exp
6267 * gdb.python/py-recurse-unwind.exp
6268 * gdb.python/py-strfns.exp
6269 * gdb.python/py-symbol.exp
6270 * gdb.python/py-symtab.exp
6271 * gdb.python/py-sync-interp.exp
6272 * gdb.python/py-typeprint.exp
6273 * gdb.python/py-unwind-maint.exp
6274 * gdb.python/py-unwind.exp
6275 * gdb.python/py-value-cc.exp
6276 * gdb.python/py-xmethods.exp
6277 * gdb.reverse/amd64-tailcall-reverse.exp
6278 * gdb.reverse/break-precsave.exp
6279 * gdb.reverse/break-reverse.exp
6280 * gdb.reverse/consecutive-precsave.exp
6281 * gdb.reverse/consecutive-reverse.exp
6282 * gdb.reverse/finish-precsave.exp
6283 * gdb.reverse/finish-reverse-bkpt.exp
6284 * gdb.reverse/finish-reverse.exp
6285 * gdb.reverse/fstatat-reverse.exp
6286 * gdb.reverse/getresuid-reverse.exp
6287 * gdb.reverse/i386-precsave.exp
6288 * gdb.reverse/i386-reverse.exp
6289 * gdb.reverse/i386-sse-reverse.exp
6290 * gdb.reverse/i387-env-reverse.exp
6291 * gdb.reverse/i387-stack-reverse.exp
6292 * gdb.reverse/insn-reverse.exp
6293 * gdb.reverse/machinestate-precsave.exp
6294 * gdb.reverse/machinestate.exp
6295 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6296 * gdb.reverse/pipe-reverse.exp
6297 * gdb.reverse/readv-reverse.exp
6298 * gdb.reverse/recvmsg-reverse.exp
6299 * gdb.reverse/rerun-prec.exp
6300 * gdb.reverse/s390-mvcle.exp
6301 * gdb.reverse/step-precsave.exp
6302 * gdb.reverse/step-reverse.exp
6303 * gdb.reverse/time-reverse.exp
6304 * gdb.reverse/until-precsave.exp
6305 * gdb.reverse/until-reverse.exp
6306 * gdb.reverse/waitpid-reverse.exp
6307 * gdb.reverse/watch-precsave.exp
6308 * gdb.reverse/watch-reverse.exp
6309 * gdb.rust/generics.exp
6310 * gdb.rust/methods.exp
6311 * gdb.rust/modules.exp
6312 * gdb.rust/simple.exp
6313 * gdb.server/connect-with-no-symbol-file.exp
6314 * gdb.server/ext-attach.exp
6315 * gdb.server/ext-restart.exp
6316 * gdb.server/ext-wrapper.exp
6317 * gdb.server/file-transfer.exp
6318 * gdb.server/server-exec-info.exp
6319 * gdb.server/server-kill.exp
6320 * gdb.server/server-mon.exp
6321 * gdb.server/wrapper.exp
6322 * gdb.stabs/exclfwd.exp
6323 * gdb.stabs/gdb11479.exp
6324 * gdb.threads/clone-new-thread-event.exp
6325 * gdb.threads/corethreads.exp
6326 * gdb.threads/current-lwp-dead.exp
6327 * gdb.threads/dlopen-libpthread.exp
6328 * gdb.threads/gcore-thread.exp
6329 * gdb.threads/sigstep-threads.exp
6330 * gdb.threads/watchpoint-fork.exp
6331 * gdb.trace/actions-changed.exp
6332 * gdb.trace/backtrace.exp
6333 * gdb.trace/change-loc.exp
6334 * gdb.trace/circ.exp
6335 * gdb.trace/collection.exp
6336 * gdb.trace/disconnected-tracing.exp
6337 * gdb.trace/ftrace.exp
6338 * gdb.trace/mi-trace-frame-collected.exp
6339 * gdb.trace/mi-trace-unavailable.exp
6340 * gdb.trace/mi-traceframe-changed.exp
6341 * gdb.trace/mi-tsv-changed.exp
6342 * gdb.trace/no-attach-trace.exp
6343 * gdb.trace/passc-dyn.exp
6344 * gdb.trace/qtro.exp
6345 * gdb.trace/range-stepping.exp
6346 * gdb.trace/read-memory.exp
6347 * gdb.trace/save-trace.exp
6348 * gdb.trace/signal.exp
6349 * gdb.trace/status-stop.exp
6350 * gdb.trace/tfile.exp
6351 * gdb.trace/trace-break.exp
6352 * gdb.trace/trace-buffer-size.exp
6353 * gdb.trace/trace-condition.exp
6354 * gdb.trace/tracefile-pseudo-reg.exp
6355 * gdb.trace/tstatus.exp
6356 * gdb.trace/unavailable.exp
6357 * gdb.trace/while-dyn.exp
6358 * gdb.trace/while-stepping.exp
6359
6360 2016-12-22 Doug Evans <xdje42@gmail.com>
6361
6362 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6363 and msymbols.
6364
6365 2016-12-19 Yao Qi <yao.qi@linaro.org>
6366
6367 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6368 (test_with_self): Don't call do_steps_and_nexts, and remove
6369 code about stepping into xmalloc.
6370
6371 2016-12-09 Yao Qi <yao.qi@linaro.org>
6372
6373 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6374
6375 2016-12-09 Yao Qi <yao.qi@linaro.org>
6376
6377 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6378
6379 2016-12-09 Pedro Alves <palves@redhat.com>
6380
6381 * gdb.base/all-architectures-0.exp: New file.
6382 * gdb.base/all-architectures-1.exp: New file.
6383 * gdb.base/all-architectures-2.exp: New file.
6384 * gdb.base/all-architectures-3.exp: New file.
6385 * gdb.base/all-architectures-4.exp: New file.
6386 * gdb.base/all-architectures-5.exp: New file.
6387 * gdb.base/all-architectures-6.exp: New file.
6388 * gdb.base/all-architectures-7.exp: New file.
6389 * gdb.base/all-architectures.exp.in: New file.
6390
6391 2016-12-09 Yao Qi <yao.qi@linaro.org>
6392
6393 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6394
6395 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6396
6397 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6398 possible.
6399 Remove useless pattern-matching code.
6400
6401 2016-12-02 Pedro Alves <palves@redhat.com>
6402
6403 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6404 procedure.
6405 (top level): Call it.
6406
6407 2016-12-02 Pedro Alves <palves@redhat.com>
6408
6409 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6410 New procedure.
6411 (top level): Call it.
6412
6413 2016-12-02 Pedro Alves <palves@redhat.com>
6414
6415 PR cli/20559
6416 * gdb.base/commands.exp (user_defined_command_args_eval): New
6417 procedure.
6418 (top level): Call it.
6419
6420 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6421
6422 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6423 timeout handling.
6424
6425 2016-12-02 Tom Tromey <tom@tromey.com>
6426
6427 * gdb.dwarf2/main-subprogram.c: New file.
6428 * gdb.dwarf2/main-subprogram.exp: New file.
6429
6430 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6431
6432 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6433 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6434 gdb_test_no_output for a couple of cases.
6435 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6436
6437 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6438
6439 Fix test names and standardize compilation error messages throughout
6440 the following files:
6441
6442 * gdb.ada/start.exp
6443 * gdb.arch/alpha-step.exp
6444 * gdb.arch/e500-prologue.exp
6445 * gdb.arch/ftrace-insn-reloc.exp
6446 * gdb.arch/gdb1291.exp
6447 * gdb.arch/gdb1431.exp
6448 * gdb.arch/gdb1558.exp
6449 * gdb.arch/i386-dr3-watch.exp
6450 * gdb.arch/i386-sse-stack-align.exp
6451 * gdb.arch/ia64-breakpoint-shadow.exp
6452 * gdb.arch/pa-nullify.exp
6453 * gdb.arch/powerpc-aix-prologue.exp
6454 * gdb.arch/thumb-bx-pc.exp
6455 * gdb.base/annota1.exp
6456 * gdb.base/annota3.exp
6457 * gdb.base/arrayidx.exp
6458 * gdb.base/assign.exp
6459 * gdb.base/attach.exp
6460 * gdb.base/auxv.exp
6461 * gdb.base/bang.exp
6462 * gdb.base/bfp-test.exp
6463 * gdb.base/bigcore.exp
6464 * gdb.base/bitfields2.exp
6465 * gdb.base/break-fun-addr.exp
6466 * gdb.base/break-probes.exp
6467 * gdb.base/call-rt-st.exp
6468 * gdb.base/callexit.exp
6469 * gdb.base/catch-fork-kill.exp
6470 * gdb.base/charset.exp
6471 * gdb.base/checkpoint.exp
6472 * gdb.base/comprdebug.exp
6473 * gdb.base/constvars.exp
6474 * gdb.base/coredump-filter.exp
6475 * gdb.base/cursal.exp
6476 * gdb.base/cvexpr.exp
6477 * gdb.base/detach.exp
6478 * gdb.base/display.exp
6479 * gdb.base/dmsym.exp
6480 * gdb.base/dprintf-pending.exp
6481 * gdb.base/dso2dso.exp
6482 * gdb.base/dtrace-probe.exp
6483 * gdb.base/dump.exp
6484 * gdb.base/enum_cond.exp
6485 * gdb.base/exe-lock.exp
6486 * gdb.base/exec-invalid-sysroot.exp
6487 * gdb.base/execl-update-breakpoints.exp
6488 * gdb.base/exprs.exp
6489 * gdb.base/fileio.exp
6490 * gdb.base/find.exp
6491 * gdb.base/finish.exp
6492 * gdb.base/fixsection.exp
6493 * gdb.base/foll-vfork.exp
6494 * gdb.base/frame-args.exp
6495 * gdb.base/gcore.exp
6496 * gdb.base/gdb1250.exp
6497 * gdb.base/global-var-nested-by-dso.exp
6498 * gdb.base/gnu-ifunc.exp
6499 * gdb.base/hashline1.exp
6500 * gdb.base/hashline2.exp
6501 * gdb.base/hashline3.exp
6502 * gdb.base/hbreak-in-shr-unsupported.exp
6503 * gdb.base/huge.exp
6504 * gdb.base/infcall-input.exp
6505 * gdb.base/info-fun.exp
6506 * gdb.base/info-shared.exp
6507 * gdb.base/jit-simple.exp
6508 * gdb.base/jit-so.exp
6509 * gdb.base/jit.exp
6510 * gdb.base/jump.exp
6511 * gdb.base/label.exp
6512 * gdb.base/lineinc.exp
6513 * gdb.base/logical.exp
6514 * gdb.base/longjmp.exp
6515 * gdb.base/macscp.exp
6516 * gdb.base/miscexprs.exp
6517 * gdb.base/new-ui-echo.exp
6518 * gdb.base/new-ui-pending-input.exp
6519 * gdb.base/new-ui.exp
6520 * gdb.base/nodebug.exp
6521 * gdb.base/nofield.exp
6522 * gdb.base/offsets.exp
6523 * gdb.base/overlays.exp
6524 * gdb.base/pending.exp
6525 * gdb.base/pointers.exp
6526 * gdb.base/pr11022.exp
6527 * gdb.base/printcmds.exp
6528 * gdb.base/prologue.exp
6529 * gdb.base/ptr-typedef.exp
6530 * gdb.base/realname-expand.exp
6531 * gdb.base/relativedebug.exp
6532 * gdb.base/relocate.exp
6533 * gdb.base/remote.exp
6534 * gdb.base/reread.exp
6535 * gdb.base/return2.exp
6536 * gdb.base/savedregs.exp
6537 * gdb.base/sep.exp
6538 * gdb.base/sepdebug.exp
6539 * gdb.base/sepsymtab.exp
6540 * gdb.base/set-inferior-tty.exp
6541 * gdb.base/setshow.exp
6542 * gdb.base/shlib-call.exp
6543 * gdb.base/sigaltstack.exp
6544 * gdb.base/siginfo-addr.exp
6545 * gdb.base/signals.exp
6546 * gdb.base/signull.exp
6547 * gdb.base/sigrepeat.exp
6548 * gdb.base/so-impl-ld.exp
6549 * gdb.base/solib-display.exp
6550 * gdb.base/solib-overlap.exp
6551 * gdb.base/solib-search.exp
6552 * gdb.base/solib-symbol.exp
6553 * gdb.base/structs.exp
6554 * gdb.base/structs2.exp
6555 * gdb.base/symtab-search-order.exp
6556 * gdb.base/twice.exp
6557 * gdb.base/unload.exp
6558 * gdb.base/varargs.exp
6559 * gdb.base/watchpoint-solib.exp
6560 * gdb.base/watchpoint.exp
6561 * gdb.base/whatis.exp
6562 * gdb.base/wrong_frame_bt_full.exp
6563 * gdb.btrace/dlopen.exp
6564 * gdb.cell/ea-standalone.exp
6565 * gdb.cell/ea-test.exp
6566 * gdb.cp/dispcxx.exp
6567 * gdb.cp/gdb2384.exp
6568 * gdb.cp/method2.exp
6569 * gdb.cp/nextoverthrow.exp
6570 * gdb.cp/pr10728.exp
6571 * gdb.disasm/am33.exp
6572 * gdb.disasm/h8300s.exp
6573 * gdb.disasm/mn10300.exp
6574 * gdb.disasm/sh3.exp
6575 * gdb.dwarf2/dw2-dir-file-name.exp
6576 * gdb.fortran/complex.exp
6577 * gdb.fortran/library-module.exp
6578 * gdb.guile/scm-pretty-print.exp
6579 * gdb.guile/scm-symbol.exp
6580 * gdb.guile/scm-type.exp
6581 * gdb.guile/scm-value.exp
6582 * gdb.linespec/linespec.exp
6583 * gdb.mi/gdb701.exp
6584 * gdb.mi/gdb792.exp
6585 * gdb.mi/mi-breakpoint-changed.exp
6586 * gdb.mi/mi-dprintf-pending.exp
6587 * gdb.mi/mi-dprintf.exp
6588 * gdb.mi/mi-exit-code.exp
6589 * gdb.mi/mi-pending.exp
6590 * gdb.mi/mi-solib.exp
6591 * gdb.mi/new-ui-mi-sync.exp
6592 * gdb.mi/pr11022.exp
6593 * gdb.mi/user-selected-context-sync.exp
6594 * gdb.opt/solib-intra-step.exp
6595 * gdb.python/py-events.exp
6596 * gdb.python/py-finish-breakpoint.exp
6597 * gdb.python/py-mi.exp
6598 * gdb.python/py-prettyprint.exp
6599 * gdb.python/py-shared.exp
6600 * gdb.python/py-symbol.exp
6601 * gdb.python/py-template.exp
6602 * gdb.python/py-type.exp
6603 * gdb.python/py-value.exp
6604 * gdb.reverse/solib-precsave.exp
6605 * gdb.reverse/solib-reverse.exp
6606 * gdb.server/solib-list.exp
6607 * gdb.stabs/weird.exp
6608 * gdb.threads/reconnect-signal.exp
6609 * gdb.threads/stepi-random-signal.exp
6610 * gdb.trace/actions.exp
6611 * gdb.trace/ax.exp
6612 * gdb.trace/backtrace.exp
6613 * gdb.trace/change-loc.exp
6614 * gdb.trace/deltrace.exp
6615 * gdb.trace/ftrace-lock.exp
6616 * gdb.trace/ftrace.exp
6617 * gdb.trace/infotrace.exp
6618 * gdb.trace/mi-tracepoint-changed.exp
6619 * gdb.trace/packetlen.exp
6620 * gdb.trace/passcount.exp
6621 * gdb.trace/pending.exp
6622 * gdb.trace/range-stepping.exp
6623 * gdb.trace/report.exp
6624 * gdb.trace/stap-trace.exp
6625 * gdb.trace/tfind.exp
6626 * gdb.trace/trace-break.exp
6627 * gdb.trace/trace-condition.exp
6628 * gdb.trace/trace-enable-disable.exp
6629 * gdb.trace/trace-mt.exp
6630 * gdb.trace/tracecmd.exp
6631 * gdb.trace/tspeed.exp
6632 * gdb.trace/tsv.exp
6633 * lib/perftest.exp
6634
6635 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6636
6637 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6638 with gdb_test_no_output.
6639 Use command as test name.
6640
6641 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6642
6643 Fix test names starting with uppercase throughout the files.
6644
6645 * gdb.ada/assign_1.exp
6646 * gdb.ada/boolean_expr.exp
6647 * gdb.base/arrayidx.exp
6648 * gdb.base/del.exp
6649 * gdb.base/gcore-buffer-overflow.exp
6650 * gdb.base/testenv.exp
6651 * gdb.compile/compile.exp
6652 * gdb.python/py-framefilter-invalidarg.exp
6653 * gdb.python/py-framefilter.exp
6654
6655 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6656
6657 Fix test names starting with uppercase throughout the files.
6658
6659 * gdb.ada/array_return.exp
6660 * gdb.ada/expr_delims.exp
6661 * gdb.ada/mi_dyn_arr.exp
6662 * gdb.ada/mi_interface.exp
6663 * gdb.ada/mi_var_array.exp
6664 * gdb.ada/watch_arg.exp
6665 * gdb.arch/alpha-step.exp
6666 * gdb.arch/altivec-regs.exp
6667 * gdb.arch/e500-regs.exp
6668 * gdb.arch/powerpc-d128-regs.exp
6669 * gdb.base/arrayidx.exp
6670 * gdb.base/break.exp
6671 * gdb.base/checkpoint.exp
6672 * gdb.base/debug-expr.exp
6673 * gdb.base/dmsym.exp
6674 * gdb.base/radix.exp
6675 * gdb.base/sepdebug.exp
6676 * gdb.base/testenv.exp
6677 * gdb.base/watch_thread_num.exp
6678 * gdb.base/watchpoint-cond-gone.exp
6679 * gdb.cell/break.exp
6680 * gdb.cell/ea-cache.exp
6681 * gdb.compile/compile.exp
6682 * gdb.cp/gdb2495.exp
6683 * gdb.gdb/selftest.exp
6684 * gdb.gdb/xfullpath.exp
6685 * gdb.go/hello.exp
6686 * gdb.go/integers.exp
6687 * gdb.objc/basicclass.exp
6688 * gdb.pascal/hello.exp
6689 * gdb.pascal/integers.exp
6690 * gdb.python/py-breakpoint.exp
6691 * gdb.python/py-cmd.exp
6692 * gdb.python/py-linetable.exp
6693 * gdb.python/py-xmethods.exp
6694 * gdb.python/python.exp
6695 * gdb.reverse/consecutive-precsave.exp
6696 * gdb.reverse/finish-precsave.exp
6697 * gdb.reverse/i386-precsave.exp
6698 * gdb.reverse/machinestate-precsave.exp
6699 * gdb.reverse/sigall-precsave.exp
6700 * gdb.reverse/solib-precsave.exp
6701 * gdb.reverse/step-precsave.exp
6702 * gdb.reverse/until-precsave.exp
6703 * gdb.reverse/watch-precsave.exp
6704 * gdb.threads/leader-exit.exp
6705 * gdb.threads/pthreads.exp
6706 * gdb.threads/wp-replication.exp
6707 * gdb.trace/actions.exp
6708 * gdb.trace/mi-tsv-changed.exp
6709 * gdb.trace/tsv.exp
6710
6711 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6712
6713 Fix test names starting with uppercase throughout the files.
6714
6715 * gdb.arch/i386-bp_permanent.exp
6716 * gdb.arch/i386-gnu-cfi.exp
6717 * gdb.base/disasm-end-cu.exp
6718 * gdb.base/macscp.exp
6719 * gdb.base/pending.exp
6720 * gdb.base/watch_thread_num.exp
6721 * gdb.cp/exception.exp
6722 * gdb.cp/gdb2495.exp
6723 * gdb.cp/local.exp
6724 * gdb.python/py-evsignal.exp
6725 * gdb.python/python.exp
6726 * gdb.trace/tracecmd.exp
6727
6728 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6729
6730 Fix test names starting with uppercase throughout the files.
6731
6732 * gdb.base/charset.exp
6733 * gdb.base/eval.exp
6734 * gdb.base/multi-forks.exp
6735 * gdb.guile/scm-progspace.exp
6736 * gdb.opencl/datatypes.exp
6737 * gdb.python/py-block.exp
6738 * gdb.python/py-function.exp
6739 * gdb.python/py-symbol.exp
6740 * gdb.python/py-symtab.exp
6741 * gdb.python/py-xmethods.exp
6742 * gdb.reverse/break-precsave.exp
6743 * gdb.reverse/break-reverse.exp
6744 * gdb.reverse/consecutive-precsave.exp
6745 * gdb.reverse/consecutive-reverse.exp
6746 * gdb.reverse/finish-precsave.exp
6747 * gdb.reverse/finish-reverse-bkpt.exp
6748 * gdb.reverse/finish-reverse.exp
6749 * gdb.reverse/fstatat-reverse.exp
6750 * gdb.reverse/getresuid-reverse.exp
6751 * gdb.reverse/i386-precsave.exp
6752 * gdb.reverse/i386-reverse.exp
6753 * gdb.reverse/i386-sse-reverse.exp
6754 * gdb.reverse/i387-stack-reverse.exp
6755 * gdb.reverse/insn-reverse.exp
6756 * gdb.reverse/machinestate-precsave.exp
6757 * gdb.reverse/machinestate.exp
6758 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6759 * gdb.reverse/pipe-reverse.exp
6760 * gdb.reverse/readv-reverse.exp
6761 * gdb.reverse/recvmsg-reverse.exp
6762 * gdb.reverse/rerun-prec.exp
6763 * gdb.reverse/s390-mvcle.exp
6764 * gdb.reverse/sigall-precsave.exp
6765 * gdb.reverse/sigall-reverse.exp
6766 * gdb.reverse/solib-precsave.exp
6767 * gdb.reverse/solib-reverse.exp
6768 * gdb.reverse/step-precsave.exp
6769 * gdb.reverse/step-reverse.exp
6770 * gdb.reverse/time-reverse.exp
6771 * gdb.reverse/until-precsave.exp
6772 * gdb.reverse/until-reverse.exp
6773 * gdb.reverse/waitpid-reverse.exp
6774 * gdb.reverse/watch-precsave.exp
6775 * gdb.reverse/watch-reverse.exp
6776
6777 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6778
6779 Fix test names starting with uppercase throughout the files.
6780
6781 * gdb.arch/i386-mpx-simple_segv.exp
6782 * gdb.arch/i386-mpx.exp
6783 * gdb.arch/i386-permbkpt.exp
6784 * gdb.arch/pa-nullify.exp
6785 * gdb.arch/powerpc-d128-regs.exp
6786 * gdb.arch/vsx-regs.exp
6787 * gdb.base/bfp-test.exp
6788 * gdb.base/break.exp
6789 * gdb.base/breakpoint-shadow.exp
6790 * gdb.base/callfuncs.exp
6791 * gdb.base/charset.exp
6792 * gdb.base/commands.exp
6793 * gdb.base/completion.exp
6794 * gdb.base/dfp-test.exp
6795 * gdb.base/echo.exp
6796 * gdb.base/ending-run.exp
6797 * gdb.base/eval.exp
6798 * gdb.base/expand-psymtabs.exp
6799 * gdb.base/float128.exp
6800 * gdb.base/floatn.exp
6801 * gdb.base/foll-exec-mode.exp
6802 * gdb.base/gdb1056.exp
6803 * gdb.base/gdb11531.exp
6804 * gdb.base/kill-after-signal.exp
6805 * gdb.base/multi-forks.exp
6806 * gdb.base/overlays.exp
6807 * gdb.base/pending.exp
6808 * gdb.base/sepdebug.exp
6809 * gdb.base/testenv.exp
6810 * gdb.base/valgrind-db-attach.exp
6811 * gdb.base/watch_thread_num.exp
6812 * gdb.base/watchpoint-cond-gone.exp
6813 * gdb.base/watchpoint.exp
6814 * gdb.base/watchpoints.exp
6815 * gdb.cp/arg-reference.exp
6816 * gdb.cp/baseenum.exp
6817 * gdb.cp/operator.exp
6818 * gdb.cp/shadow.exp
6819 * gdb.dwarf2/dw2-op-out-param.exp
6820 * gdb.dwarf2/dw2-reg-undefined.exp
6821 * gdb.go/chan.exp
6822 * gdb.go/hello.exp
6823 * gdb.go/integers.exp
6824 * gdb.go/methods.exp
6825 * gdb.go/package.exp
6826 * gdb.guile/scm-parameter.exp
6827 * gdb.guile/scm-progspace.exp
6828 * gdb.guile/scm-value.exp
6829 * gdb.mi/mi-pending.exp
6830 * gdb.mi/user-selected-context-sync.exp
6831 * gdb.multi/multi-attach.exp
6832 * gdb.multi/tids.exp
6833 * gdb.opt/clobbered-registers-O2.exp
6834 * gdb.pascal/floats.exp
6835 * gdb.pascal/integers.exp
6836 * gdb.python/py-block.exp
6837 * gdb.python/py-events.exp
6838 * gdb.python/py-parameter.exp
6839 * gdb.python/py-symbol.exp
6840 * gdb.python/py-symtab.exp
6841 * gdb.python/py-type.exp
6842 * gdb.python/py-value.exp
6843 * gdb.python/py-xmethods.exp
6844 * gdb.python/python.exp
6845 * gdb.reverse/break-precsave.exp
6846 * gdb.reverse/consecutive-precsave.exp
6847 * gdb.reverse/finish-precsave.exp
6848 * gdb.reverse/i386-precsave.exp
6849 * gdb.reverse/machinestate-precsave.exp
6850 * gdb.reverse/sigall-precsave.exp
6851 * gdb.reverse/solib-precsave.exp
6852 * gdb.reverse/step-precsave.exp
6853 * gdb.reverse/until-precsave.exp
6854 * gdb.reverse/watch-precsave.exp
6855 * gdb.server/ext-attach.exp
6856 * gdb.server/ext-restart.exp
6857 * gdb.server/ext-run.exp
6858 * gdb.server/ext-wrapper.exp
6859 * gdb.stabs/gdb11479.exp
6860 * gdb.stabs/weird.exp
6861 * gdb.threads/attach-many-short-lived-threads.exp
6862 * gdb.threads/kill.exp
6863 * gdb.threads/watchpoint-fork.exp
6864
6865 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6866
6867 Fix test names starting with uppercase throughout all the files below.
6868
6869 * gdb.ada/array_return.exp
6870 * gdb.ada/catch_ex.exp
6871 * gdb.ada/info_exc.exp
6872 * gdb.ada/mi_catch_ex.exp
6873 * gdb.ada/mi_dyn_arr.exp
6874 * gdb.ada/mi_ex_cond.exp
6875 * gdb.ada/mi_exc_info.exp
6876 * gdb.ada/mi_interface.exp
6877 * gdb.ada/mi_task_arg.exp
6878 * gdb.ada/mi_task_info.exp
6879 * gdb.ada/mi_var_array.exp
6880 * gdb.arch/alpha-step.exp
6881 * gdb.arch/amd64-disp-step.exp
6882 * gdb.arch/arm-disp-step.exp
6883 * gdb.arch/disp-step-insn-reloc.exp
6884 * gdb.arch/e500-prologue.exp
6885 * gdb.arch/ftrace-insn-reloc.exp
6886 * gdb.arch/gdb1558.exp
6887 * gdb.arch/i386-bp_permanent.exp
6888 * gdb.arch/i386-disp-step.exp
6889 * gdb.arch/i386-float.exp
6890 * gdb.arch/i386-gnu-cfi.exp
6891 * gdb.arch/ia64-breakpoint-shadow.exp
6892 * gdb.arch/mips16-thunks.exp
6893 * gdb.arch/pa-nullify.exp
6894 * gdb.arch/powerpc-aix-prologue.exp
6895 * gdb.arch/powerpc-power.exp
6896 * gdb.arch/ppc-dfp.exp
6897 * gdb.arch/s390-tdbregs.exp
6898 * gdb.arch/spu-info.exp
6899 * gdb.arch/spu-ls.exp
6900 * gdb.arch/thumb-bx-pc.exp
6901 * gdb.base/advance.exp
6902 * gdb.base/annota-input-while-running.exp
6903 * gdb.base/arrayidx.exp
6904 * gdb.base/asmlabel.exp
6905 * gdb.base/async.exp
6906 * gdb.base/attach-wait-input.exp
6907 * gdb.base/auto-connect-native-target.exp
6908 * gdb.base/batch-preserve-term-settings.exp
6909 * gdb.base/bfp-test.exp
6910 * gdb.base/bigcore.exp
6911 * gdb.base/bp-permanent.exp
6912 * gdb.base/break-always.exp
6913 * gdb.base/break-fun-addr.exp
6914 * gdb.base/break-idempotent.exp
6915 * gdb.base/break-main-file-remove-fail.exp
6916 * gdb.base/break-probes.exp
6917 * gdb.base/break-unload-file.exp
6918 * gdb.base/break.exp
6919 * gdb.base/call-ar-st.exp
6920 * gdb.base/call-rt-st.exp
6921 * gdb.base/call-sc.exp
6922 * gdb.base/call-signal-resume.exp
6923 * gdb.base/call-strs.exp
6924 * gdb.base/callexit.exp
6925 * gdb.base/callfuncs.exp
6926 * gdb.base/catch-gdb-caused-signals.exp
6927 * gdb.base/catch-signal-siginfo-cond.exp
6928 * gdb.base/catch-syscall.exp
6929 * gdb.base/compare-sections.exp
6930 * gdb.base/cond-eval-mode.exp
6931 * gdb.base/condbreak-call-false.exp
6932 * gdb.base/consecutive-step-over.exp
6933 * gdb.base/cursal.exp
6934 * gdb.base/disabled-location.exp
6935 * gdb.base/disasm-end-cu.exp
6936 * gdb.base/display.exp
6937 * gdb.base/double-prompt-target-event-error.exp
6938 * gdb.base/dprintf-bp-same-addr.exp
6939 * gdb.base/dprintf-detach.exp
6940 * gdb.base/dprintf-next.exp
6941 * gdb.base/dprintf-non-stop.exp
6942 * gdb.base/dprintf-pending.exp
6943 * gdb.base/dso2dso.exp
6944 * gdb.base/ending-run.exp
6945 * gdb.base/enum_cond.exp
6946 * gdb.base/examine-backward.exp
6947 * gdb.base/exe-lock.exp
6948 * gdb.base/exec-invalid-sysroot.exp
6949 * gdb.base/execl-update-breakpoints.exp
6950 * gdb.base/execution-termios.exp
6951 * gdb.base/fileio.exp
6952 * gdb.base/fixsection.exp
6953 * gdb.base/foll-exec-mode.exp
6954 * gdb.base/foll-exec.exp
6955 * gdb.base/fork-running-state.exp
6956 * gdb.base/frame-args.exp
6957 * gdb.base/fullpath-expand.exp
6958 * gdb.base/func-ptr.exp
6959 * gdb.base/gcore-relro-pie.exp
6960 * gdb.base/gdb1090.exp
6961 * gdb.base/gdb1555.exp
6962 * gdb.base/global-var-nested-by-dso.exp
6963 * gdb.base/gnu-ifunc.exp
6964 * gdb.base/hbreak-in-shr-unsupported.exp
6965 * gdb.base/hbreak-unmapped.exp
6966 * gdb.base/hook-stop.exp
6967 * gdb.base/infcall-input.exp
6968 * gdb.base/info-fun.exp
6969 * gdb.base/info-shared.exp
6970 * gdb.base/interrupt-noterm.exp
6971 * gdb.base/jit-so.exp
6972 * gdb.base/jit.exp
6973 * gdb.base/line-symtabs.exp
6974 * gdb.base/list.exp
6975 * gdb.base/longjmp.exp
6976 * gdb.base/macscp.exp
6977 * gdb.base/max-value-size.exp
6978 * gdb.base/nodebug.exp
6979 * gdb.base/nofield.exp
6980 * gdb.base/overlays.exp
6981 * gdb.base/paginate-after-ctrl-c-running.exp
6982 * gdb.base/paginate-bg-execution.exp
6983 * gdb.base/paginate-inferior-exit.exp
6984 * gdb.base/pending.exp
6985 * gdb.base/pr11022.exp
6986 * gdb.base/printcmds.exp
6987 * gdb.base/ptr-typedef.exp
6988 * gdb.base/ptype.exp
6989 * gdb.base/randomize.exp
6990 * gdb.base/range-stepping.exp
6991 * gdb.base/realname-expand.exp
6992 * gdb.base/relativedebug.exp
6993 * gdb.base/remote.exp
6994 * gdb.base/savedregs.exp
6995 * gdb.base/sepdebug.exp
6996 * gdb.base/set-noassign.exp
6997 * gdb.base/shlib-call.exp
6998 * gdb.base/shreloc.exp
6999 * gdb.base/sigaltstack.exp
7000 * gdb.base/sigbpt.exp
7001 * gdb.base/siginfo-addr.exp
7002 * gdb.base/siginfo-obj.exp
7003 * gdb.base/siginfo-thread.exp
7004 * gdb.base/signest.exp
7005 * gdb.base/signull.exp
7006 * gdb.base/sigrepeat.exp
7007 * gdb.base/skip.exp
7008 * gdb.base/so-impl-ld.exp
7009 * gdb.base/solib-corrupted.exp
7010 * gdb.base/solib-disc.exp
7011 * gdb.base/solib-display.exp
7012 * gdb.base/solib-overlap.exp
7013 * gdb.base/solib-search.exp
7014 * gdb.base/solib-symbol.exp
7015 * gdb.base/source-execution.exp
7016 * gdb.base/sss-bp-on-user-bp-2.exp
7017 * gdb.base/sss-bp-on-user-bp.exp
7018 * gdb.base/stack-checking.exp
7019 * gdb.base/stale-infcall.exp
7020 * gdb.base/step-break.exp
7021 * gdb.base/step-line.exp
7022 * gdb.base/step-over-exit.exp
7023 * gdb.base/step-test.exp
7024 * gdb.base/structs.exp
7025 * gdb.base/sym-file.exp
7026 * gdb.base/symtab-search-order.exp
7027 * gdb.base/term.exp
7028 * gdb.base/type-opaque.exp
7029 * gdb.base/unload.exp
7030 * gdb.base/until-nodebug.exp
7031 * gdb.base/until.exp
7032 * gdb.base/unwindonsignal.exp
7033 * gdb.base/watch-cond.exp
7034 * gdb.base/watch-non-mem.exp
7035 * gdb.base/watch_thread_num.exp
7036 * gdb.base/watchpoint-reuse-slot.exp
7037 * gdb.base/watchpoint-solib.exp
7038 * gdb.base/watchpoint.exp
7039 * gdb.btrace/dlopen.exp
7040 * gdb.cell/arch.exp
7041 * gdb.cell/break.exp
7042 * gdb.cell/bt.exp
7043 * gdb.cell/core.exp
7044 * gdb.cell/data.exp
7045 * gdb.cell/dwarfaddr.exp
7046 * gdb.cell/ea-cache.exp
7047 * gdb.cell/ea-standalone.exp
7048 * gdb.cell/ea-test.exp
7049 * gdb.cell/f-regs.exp
7050 * gdb.cell/fork.exp
7051 * gdb.cell/gcore.exp
7052 * gdb.cell/mem-access.exp
7053 * gdb.cell/ptype.exp
7054 * gdb.cell/registers.exp
7055 * gdb.cell/sizeof.exp
7056 * gdb.cell/solib-symbol.exp
7057 * gdb.cell/solib.exp
7058 * gdb.compile/compile-tls.exp
7059 * gdb.cp/exception.exp
7060 * gdb.cp/gdb2495.exp
7061 * gdb.cp/local.exp
7062 * gdb.cp/mb-inline.exp
7063 * gdb.cp/mb-templates.exp
7064 * gdb.cp/pr10687.exp
7065 * gdb.cp/pr9167.exp
7066 * gdb.cp/scope-err.exp
7067 * gdb.cp/templates.exp
7068 * gdb.cp/virtfunc.exp
7069 * gdb.dwarf2/dw2-dir-file-name.exp
7070 * gdb.dwarf2/dw2-single-line-discriminators.exp
7071 * gdb.fortran/complex.exp
7072 * gdb.fortran/library-module.exp
7073 * gdb.guile/guile.exp
7074 * gdb.guile/scm-cmd.exp
7075 * gdb.guile/scm-frame-inline.exp
7076 * gdb.guile/scm-objfile.exp
7077 * gdb.guile/scm-pretty-print.exp
7078 * gdb.guile/scm-symbol.exp
7079 * gdb.guile/scm-type.exp
7080 * gdb.guile/scm-value.exp
7081 * gdb.linespec/keywords.exp
7082 * gdb.linespec/ls-errs.exp
7083 * gdb.linespec/macro-relative.exp
7084 * gdb.linespec/thread.exp
7085 * gdb.mi/mi-breakpoint-changed.exp
7086 * gdb.mi/mi-dprintf-pending.exp
7087 * gdb.mi/mi-fullname-deleted.exp
7088 * gdb.mi/mi-logging.exp
7089 * gdb.mi/mi-pending.exp
7090 * gdb.mi/mi-solib.exp
7091 * gdb.mi/new-ui-mi-sync.exp
7092 * gdb.mi/user-selected-context-sync.exp
7093 * gdb.multi/dummy-frame-restore.exp
7094 * gdb.multi/multi-arch-exec.exp
7095 * gdb.multi/remove-inferiors.exp
7096 * gdb.multi/watchpoint-multi-exit.exp
7097 * gdb.opt/solib-intra-step.exp
7098 * gdb.perf/backtrace.exp
7099 * gdb.perf/single-step.exp
7100 * gdb.perf/skip-command.exp
7101 * gdb.perf/skip-prologue.exp
7102 * gdb.perf/solib.exp
7103 * gdb.python/lib-types.exp
7104 * gdb.python/py-as-string.exp
7105 * gdb.python/py-bad-printers.exp
7106 * gdb.python/py-block.exp
7107 * gdb.python/py-breakpoint.exp
7108 * gdb.python/py-cmd.exp
7109 * gdb.python/py-events.exp
7110 * gdb.python/py-evthreads.exp
7111 * gdb.python/py-finish-breakpoint.exp
7112 * gdb.python/py-finish-breakpoint2.exp
7113 * gdb.python/py-frame-inline.exp
7114 * gdb.python/py-frame.exp
7115 * gdb.python/py-inferior.exp
7116 * gdb.python/py-infthread.exp
7117 * gdb.python/py-mi.exp
7118 * gdb.python/py-objfile.exp
7119 * gdb.python/py-pp-maint.exp
7120 * gdb.python/py-pp-registration.exp
7121 * gdb.python/py-prettyprint.exp
7122 * gdb.python/py-recurse-unwind.exp
7123 * gdb.python/py-shared.exp
7124 * gdb.python/py-symbol.exp
7125 * gdb.python/py-symtab.exp
7126 * gdb.python/py-template.exp
7127 * gdb.python/py-type.exp
7128 * gdb.python/py-unwind-maint.exp
7129 * gdb.python/py-unwind.exp
7130 * gdb.python/py-value.exp
7131 * gdb.python/python.exp
7132 * gdb.reverse/finish-reverse-bkpt.exp
7133 * gdb.reverse/insn-reverse.exp
7134 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7135 * gdb.reverse/solib-precsave.exp
7136 * gdb.reverse/solib-reverse.exp
7137 * gdb.stabs/gdb11479.exp
7138 * gdb.stabs/weird.exp
7139 * gdb.threads/fork-child-threads.exp
7140 * gdb.threads/fork-plus-threads.exp
7141 * gdb.threads/fork-thread-pending.exp
7142 * gdb.threads/forking-threads-plus-breakpoint.exp
7143 * gdb.threads/hand-call-in-threads.exp
7144 * gdb.threads/interrupted-hand-call.exp
7145 * gdb.threads/linux-dp.exp
7146 * gdb.threads/local-watch-wrong-thread.exp
7147 * gdb.threads/next-while-other-thread-longjmps.exp
7148 * gdb.threads/non-ldr-exit.exp
7149 * gdb.threads/pending-step.exp
7150 * gdb.threads/print-threads.exp
7151 * gdb.threads/process-dies-while-detaching.exp
7152 * gdb.threads/process-dies-while-handling-bp.exp
7153 * gdb.threads/pthreads.exp
7154 * gdb.threads/queue-signal.exp
7155 * gdb.threads/reconnect-signal.exp
7156 * gdb.threads/signal-command-handle-nopass.exp
7157 * gdb.threads/signal-command-multiple-signals-pending.exp
7158 * gdb.threads/signal-delivered-right-thread.exp
7159 * gdb.threads/signal-sigtrap.exp
7160 * gdb.threads/sigthread.exp
7161 * gdb.threads/staticthreads.exp
7162 * gdb.threads/stepi-random-signal.exp
7163 * gdb.threads/thread-unwindonsignal.exp
7164 * gdb.threads/thread_check.exp
7165 * gdb.threads/thread_events.exp
7166 * gdb.threads/tid-reuse.exp
7167 * gdb.threads/tls-nodebug.exp
7168 * gdb.threads/tls-shared.exp
7169 * gdb.threads/tls-so_extern.exp
7170 * gdb.threads/tls.exp
7171 * gdb.threads/wp-replication.exp
7172 * gdb.trace/actions-changed.exp
7173 * gdb.trace/actions.exp
7174 * gdb.trace/backtrace.exp
7175 * gdb.trace/change-loc.exp
7176 * gdb.trace/collection.exp
7177 * gdb.trace/deltrace.exp
7178 * gdb.trace/disconnected-tracing.exp
7179 * gdb.trace/entry-values.exp
7180 * gdb.trace/ftrace-lock.exp
7181 * gdb.trace/ftrace.exp
7182 * gdb.trace/infotrace.exp
7183 * gdb.trace/mi-trace-frame-collected.exp
7184 * gdb.trace/mi-trace-unavailable.exp
7185 * gdb.trace/mi-traceframe-changed.exp
7186 * gdb.trace/mi-tracepoint-changed.exp
7187 * gdb.trace/mi-tsv-changed.exp
7188 * gdb.trace/no-attach-trace.exp
7189 * gdb.trace/packetlen.exp
7190 * gdb.trace/passc-dyn.exp
7191 * gdb.trace/passcount.exp
7192 * gdb.trace/pending.exp
7193 * gdb.trace/pr16508.exp
7194 * gdb.trace/qtro.exp
7195 * gdb.trace/range-stepping.exp
7196 * gdb.trace/read-memory.exp
7197 * gdb.trace/report.exp
7198 * gdb.trace/save-trace.exp
7199 * gdb.trace/signal.exp
7200 * gdb.trace/stap-trace.exp
7201 * gdb.trace/status-stop.exp
7202 * gdb.trace/strace.exp
7203 * gdb.trace/tfile.exp
7204 * gdb.trace/tfind.exp
7205 * gdb.trace/trace-break.exp
7206 * gdb.trace/trace-condition.exp
7207 * gdb.trace/trace-enable-disable.exp
7208 * gdb.trace/trace-mt.exp
7209 * gdb.trace/tracecmd.exp
7210 * gdb.trace/tracefile-pseudo-reg.exp
7211 * gdb.trace/tspeed.exp
7212 * gdb.trace/tstatus.exp
7213 * gdb.trace/tsv.exp
7214 * gdb.trace/unavailable.exp
7215 * gdb.trace/while-dyn.exp
7216 * gdb.trace/while-stepping.exp
7217 * lib/gdb-guile.exp
7218 * lib/gdb.exp
7219 * lib/mi-support.exp
7220 * lib/pascal.exp
7221 * lib/perftest.exp
7222 * lib/prelink-support.exp
7223 * lib/selftest-support.exp
7224
7225 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7226
7227 * Makefile.in: Include disable-implicit-rules.mk.
7228
7229 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7230
7231 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7232 non-byte-aligned bit fields.
7233
7234 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7235
7236 PR gdb/12616
7237 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7238 respects the DW_AT_data_bit_offset attribute.
7239
7240 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7241
7242 * gdb.base/default.exp: Fix output of "set language".
7243
7244 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7245
7246 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7247 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7248 make.
7249 * configure.ac: Remove checks for the make program.
7250 * configure: Re-generate.
7251
7252 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7253
7254 * gdb.python/py-recurse-unwind.c (main): Add loop.
7255 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7256 to read_register() and gdb.parse_and_eval(). Make each code
7257 call a separate case that can be individually tested.
7258 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7259 proc. Call cont_and_backtrace for each of the code paths that
7260 we want to test in the unwinder.
7261
7262 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7263
7264 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7265 the definition of struct S.
7266
7267 2016-11-11 Catherine Moore <clm@codesourcery.com>
7268
7269 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7270
7271 2016-11-09 Pedro Alves <palves@redhat.com>
7272
7273 * gdb.base/commands.exp (runto_or_return): New procedure.
7274 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7275 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7276 (progvar_simple_while_test, progvar_complex_if_while_test)
7277 (if_while_breakpoint_command_test)
7278 (infrun_breakpoint_command_test, breakpoint_command_test)
7279 (user_defined_command_test, watchpoint_command_test)
7280 (test_command_prompt_position, redefine_hook_test)
7281 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7282 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7283 multi_line_input and multi_line. Remove gdb_expect and
7284 gdb_stop_suppressing_tests uses.
7285 * lib/gdb.exp (valnum_re): New global.
7286 (multi_line_input): New procedure.
7287
7288 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7289
7290 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7291 Remove.
7292 (test_setup): Define with proc_with_prefix.
7293 (test_cli_inferior): Likewise.
7294 (test_cli_thread): Likewise.
7295 (test_cli_frame): Likewise.
7296 (test_cli_select_frame): Likewise.
7297 (test_cli_up_down): Likewise.
7298 (test_mi_thread_select): Likewise.
7299 (test_mi_stack_select_frame): Likewise.
7300 (test_cli_in_mi_inferior): Likewise.
7301 (test_cli_in_mi_thread): Likewise.
7302 (test_cli_in_mi_frame): Likewise.
7303 (top level): Do not use with_test_prefix_procname.
7304
7305 2016-11-09 Pedro Alves <palves@redhat.com>
7306
7307 * gdb.base/commands.exp (gdbvar_simple_if_test)
7308 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7309 (progvar_simple_if_test, progvar_simple_while_test)
7310 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7311 (infrun_breakpoint_command_test, breakpoint_command_test)
7312 (user_defined_command_test, watchpoint_command_test)
7313 (test_command_prompt_position, deprecated_command_test)
7314 (bp_deleted_in_command, temporary_breakpoint_commands)
7315 (stray_arg0_test, source_file_with_indented_comment)
7316 (recursive_source_test, if_commands_test)
7317 (error_clears_commands_left, redefine_hook_test)
7318 (redefine_backtrace_test): Use proc_with_prefix.
7319 * lib/gdb.exp (proc_with_prefix): New proc.
7320
7321 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7322
7323 * gdb.base/tui-layout.c: New file.
7324 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7325 disassembly window contains very long lines.
7326
7327 2016-11-08 Tom Tromey <tom@tromey.com>
7328
7329 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7330 depend on Python 2.
7331
7332 2016-11-08 Tom Tromey <tom@tromey.com>
7333
7334 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7335 New method.
7336
7337 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7338
7339 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7340
7341 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7342
7343 * gdb.rust/simple.rs: Add test for univariant enums without
7344 discriminants and for encoded struct-like enums.
7345
7346 2016-10-28 Pedro Alves <palves@redhat.com>
7347
7348 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7349 gdb_test_multiple, tighten regexps and match symtabs and line
7350 tables incrementally.
7351
7352 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7353
7354 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7355 general.
7356
7357 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7358
7359 * gdb.base/exec-invalid-sysroot.exp: New file.
7360
7361 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7362
7363 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7364
7365 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7366
7367 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7368
7369 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7370
7371 * gdb.base/killed-outside.exp: Remove $options from a call to
7372 `prepare_for_testing'.
7373
7374 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7375
7376 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7377 Change test message.
7378
7379 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7380
7381 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7382 Update comment.
7383
7384 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7385
7386 * gdb.trace/mi-trace-save.exp: New file.
7387
7388 2016-10-13 Yao Qi <yao.qi@linaro.org>
7389
7390 * gdb.base/code_elim.exp (get_var_address): Remove.
7391 * gdb.base/relocate.exp: Likewise.
7392 * gdb.base/shreloc.exp: Likewise.
7393 * lib/gdb.exp (get_var_address): New.
7394
7395 2016-10-13 Yao Qi <yao.qi@linaro.org>
7396
7397 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7398 floating point tests if $skip_float_test is false.
7399
7400 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7401
7402 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7403 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7404 argc values.
7405 Add 1 to argc so we guarantee distinct initial/modified argc values.
7406
7407 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7408
7409 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7410
7411 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7412
7413 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7414 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7415 * gdb.arch/vsx-regs.exp: Likewise.
7416
7417 2016-10-07 Yao Qi <yao.qi@linaro.org>
7418
7419 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7420
7421 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7422
7423 * gdb.python/python.exp: Test decode_line("*0").
7424
7425 2016-10-06 Doug Evans <dje@google.com>
7426
7427 * gdb.python/py-value.exp (test_value_creation): Add test for large
7428 unsigned 64-bit value.
7429
7430 2016-10-06 Tom Tromey <tom@tromey.com>
7431
7432 * gdb.compile/compile.exp: Change java tests to rust.
7433 * gdb.base/setshow.exp: Change java tests to rust.
7434 * gdb.base/default.exp: Remove java from language list.
7435 * README (Examples): Update language example.
7436 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7437 test.
7438 * lib/gdb.exp (skip_java_tests): Remove.
7439 * lib/java.exp: Remove.
7440 * gdb.java: Remove.
7441
7442 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7443
7444 * gdb.arch/mips-fcr.exp: New test.
7445 * gdb.arch/mips-fcr.c: Source for the new test.
7446
7447 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7448
7449 * gdb.base/solib-disc.exp: Use `standard_output_file'
7450 throughout.
7451
7452 2016-10-06 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.base/jit-simple-dl.c: New file.
7455 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7456 * gdb.base/jit-simple.c: ... this.
7457 * gdb.base/jit-simple.exp (jit_run): Delete.
7458 (build_jit): New proc.
7459 (jit_test_reread): Recompile either the main program or the shared
7460 library, depending on what is being tested. Skip changing address
7461 if caller wants to. Compare before/after addresses. If testing
7462 standalone, explicitly load the binary. Test "maint info
7463 breakpoints".
7464 (top level): Add "standalone vs shared lib" and "change address"
7465 vs "same address" axes.
7466
7467 2016-10-06 Pedro Alves <palves@redhat.com>
7468
7469 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7470 call.
7471 (jit_run): Delete.
7472 (jit_test_reread): Use with_test_prefix. Reload the main binary
7473 explicitly. Compare the before/after addresses of the JIT
7474 descriptor.
7475
7476 2016-08-15 Doug Evans <dje@google.com>
7477
7478 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7479 for single bitfields is bool.
7480 * gdb.xml/tdesc-regs.exp: Ditto.
7481
7482 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7483
7484 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7485
7486 2016-10-05 Yao Qi <yao.qi@linaro.org>
7487
7488 * lib/gdb.exp (support_complex_tests): Return zero if
7489 gdb_skip_float_test return true.
7490
7491 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7492 Simon Marchi <simon.marchi@ericsson.com>
7493
7494 PR gdb/20487
7495 * gdb.mi/user-selected-context-sync.exp: New file.
7496 * gdb.mi/user-selected-context-sync.c: New file.
7497
7498 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7499 Simon Marchi <simon.marchi@ericsson.com>
7500
7501 PR gdb/20487
7502 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7503 =thread-select-event check.
7504
7505 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7506
7507 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7508 the compulsory L operand changes.
7509 * gdb.arch/powerpc-power.s: Likewise.
7510
7511 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7512
7513 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7514 * gdb.base/jit-attach-pie.c: New file.
7515 * gdb.base/jit-attach-pie.exp: New file.
7516
7517 2016-09-28 Pedro Alves <palves@redhat.com>
7518
7519 * gdb.base/infcall-input.c: New file.
7520 * gdb.base/infcall-input.exp: New file.
7521
7522 2016-09-22 Yao Qi <yao.qi@linaro.org>
7523
7524 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7525 (gdb_exit): Rename it to ...
7526 (gdbserver_gdb_exit): ... Close GDBserver.
7527 (gdb_exit): New proc, call gdbserver_gdb_exit.
7528 (mi_gdb_exit): Likewise.
7529
7530 2016-09-22 Yao Qi <yao.qi@linaro.org>
7531
7532 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7533 path.
7534 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7535 Remove duplication.
7536
7537 2016-09-22 Yao Qi <yao.qi@linaro.org>
7538
7539 * lib/gdbserver-support.exp: Check the existence of
7540 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7541
7542 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7543
7544 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7545
7546 2016-09-21 Tom Tromey <tom@tromey.com>
7547
7548 PR gdb/20604:
7549 * gdb.base/quit.exp: New file.
7550
7551 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7552
7553 * .gitignore: New file.
7554
7555 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7556
7557 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7558 throughout.
7559
7560 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7561
7562 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7563
7564 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7565
7566 * gdb.cp/casts.cc (decltype): Move it ...
7567 (main): ... with its call to ...
7568 * gdb.cp/casts03.cc: ... a new file.
7569 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7570
7571 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7572
7573 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7574
7575 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7576
7577 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7578 and sync up the test with tests in gas/testsuite/gas/ppc.
7579 * gdb.arch/powerpc-power.exp: Likewise.
7580
7581 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7582
7583 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7584
7585 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7586 Jan Kratochvil <jan.kratochvil@redhat.com>
7587
7588 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7589 make m1's definition to be different from m2's. Use 'dummy' as an
7590 argument for probe 'two'.
7591
7592 2016-09-10 Jon Beniston <jon@beniston.com>
7593
7594 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7595 for sim target.
7596
7597 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7598
7599 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7600 variable declaration.
7601 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7602 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7603 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7604 received HWCAP as its argument.
7605
7606 2016-09-06 Pedro Alves <palves@redhat.com>
7607
7608 * gdb.base/new-ui-pending-input.c: New file.
7609 * gdb.base/new-ui-pending-input.exp: New file.
7610 * gdb.exp (clear_gdb_spawn_id): New procedure.
7611 (with_spawn_id): Check whether gdb_spawn_id exists before
7612 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7613 on exit.
7614
7615 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7616
7617 * gdb.base/float128.c: New file.
7618 * gdb.base/float128.exp: Likewise.
7619 * gdb.base/floatn.c: Likewise.
7620 * gdb.base/floatn.exp: Likewise.
7621
7622 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7623
7624 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7625
7626 2016-09-05 Pedro Alves <palves@redhat.com>
7627
7628 PR backtrace/19927
7629 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7630 unwinders are immediately called as side effect of "source" or
7631 "disable unwinder" commands.
7632 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7633
7634 2016-09-02 Yao Qi <yao.qi@linaro.org>
7635
7636 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7637 is true and $type is "float" or "double".
7638
7639 2016-09-02 Yao Qi <yao.qi@linaro.org>
7640
7641 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7642 true.
7643 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7644 * gdb.base/call-rt-st.exp: Likewise.
7645 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7646 return value instead of gdb,skip_float_test.
7647 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7648 (do_function_calls): Use its return value instead of
7649 gdb,skip_float_test.
7650 * gdb.base/finish.exp: Likewise.
7651 * gdb.base/funcargs.exp: Likewise.
7652 * gdb.base/return.exp: Likewise.
7653 * gdb.base/return2.exp: Likewise.
7654 * gdb.base/varargs.exp: Likewise.
7655 * lib/gdb.exp (gdb_skip_float_test): Change it to
7656 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7657
7658 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7659
7660 * gdb.multi/tids.exp: Test "thread apply all".
7661
7662 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7663
7664 * gdb.base/default.exp (tty): Remove.
7665
7666 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7667
7668 * gdb.python/py-recurse-unwind.c: New file.
7669 * gdb.python/py-recurse-unwind.py: New file.
7670 * gdb.python/py-recurse-unwind.exp: New file.
7671
7672 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7673
7674 * gdb.base/set-inferior-tty.exp: New file.
7675 * gdb.base/set-inferior-tty.c: New file.
7676
7677 2016-08-23 Pedro Alves <palves@redhat.com>
7678
7679 PR gdb/20494
7680 * gdb.base/new-ui-echo.c: New file.
7681 * gdb.base/new-ui-echo.exp: New file.
7682
7683 2016-08-23 Yao Qi <yao.qi@linaro.org>
7684
7685 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7686 gdbserver_spawn.
7687 * gdb.server/connect-without-multi-process.exp (do_test):
7688 Likewise.
7689
7690 2016-08-23 Yao Qi <yao.qi@linaro.org>
7691
7692 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7693 standalone_txt. Delete gdb_txt and standalone_txt on host
7694 and target. Spawn the binary on target. Copy files from
7695 target to host.
7696
7697 2016-08-22 Pedro Alves <palves@redhat.com>
7698
7699 PR gdb/20505
7700 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7701 with_test_prefix. Factor out bits to ...
7702 (test_no_vdso): ... this new procedure.
7703
7704 2016-08-19 Carl Love <cel@us.ibm.com>
7705
7706 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7707 maintaining separate logic for constructing the output path.
7708 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7709 * gdb.arch/ppc-dfp.exp: Likewise.
7710 * gdb.arch/ppc-fp.exp: Likewise.
7711 * gdb.arch/vsx-regs.exp: Likewise.
7712 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7713 binprefix for generating the additional binary files.
7714
7715 2016-08-19 Pedro Alves <palves@redhat.com>
7716
7717 * gdb.trace/mi-trace-frame-collected.exp
7718 (test_trace_frame_collected): On x32, expect two registers.
7719
7720 2016-08-18 Carl Love <cel@us.ibm.com>
7721
7722 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7723 and sync up the test with tests in gas/testsuite/gas/ppc.
7724 * gdb.arch/powerpc-power.exp: Likewise.
7725
7726 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7727
7728 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7729 expected error message.
7730
7731 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7732
7733 * gdb.multi/remove-inferiors.exp: New file.
7734 * gdb.multi/remove-inferiors.c: New file.
7735
7736 2016-08-12 Yao Qi <yao.qi@linaro.org>
7737
7738 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7739 argument list.
7740
7741 2016-08-10 Pedro Alves <palves@redhat.com>
7742
7743 PR gdb/19187
7744 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7745 setup_kfails.
7746
7747 2016-08-09 Pedro Alves <palves@redhat.com>
7748 Simon Marchi <simon.marchi@ericsson.com>
7749
7750 PR gdb/20418
7751 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7752 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7753
7754 2016-08-09 Pedro Alves <palves@redhat.com>
7755
7756 PR mi/20431
7757 * gdb.mi/mi-cmd-error.exp: New file.
7758
7759 2016-08-09 Pedro Alves <palves@redhat.com>
7760
7761 PR gdb/18653
7762 * gdb.base/signals-state-child.c: New file.
7763 * gdb.base/signals-state-child.exp: New file.
7764 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7765
7766 2016-08-09 Pedro Alves <palves@redhat.com>
7767
7768 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7769
7770 2016-08-03 Tom Tromey <tom@tromey.com>
7771
7772 PR python/18565:
7773 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7774
7775 2016-08-01 Yao Qi <yao.qi@linaro.org>
7776
7777 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7778 variable mode to "multi-process" if $multi_process is 1, otherwise
7779 set it to "single-process".
7780
7781 2016-08-01 Yao Qi <yao.qi@linaro.org>
7782
7783 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7784 * gdb.cp/cpexprs.exp: Likewise.
7785 * gdb.cp/m-static.exp: Likewise.
7786
7787 2016-07-26 Tom Tromey <tom@tromey.com>
7788
7789 PR python/20190:
7790 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7791 test.
7792
7793 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7794
7795 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7796 selecting assembly source files.
7797 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7798 assembly source files.
7799 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7800 assembly source files.
7801 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7802 selecting assembly source files.
7803
7804 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7805
7806 * gdb.base/new-ui.exp (do_test_invalid_args): New
7807 procedure.
7808
7809 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7810
7811 * gdb.btrace/reconnect.c: New file.
7812 * gdb.btrace/reconnect.exp: New file.
7813
7814 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7815
7816 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7817 to test_catch_syscall_group.
7818 (test_catch_syscall_group): New.
7819
7820 2016-07-21 Tom Tromey <tom@tromey.com>
7821
7822 * gdb.rust/simple.rs (main): Use empty struct expression.
7823 * gdb.rust/simple.exp: Add tests for empty struct expression.
7824
7825 2016-07-21 Yao Qi <yao.qi@linaro.org>
7826
7827 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7828 if gdb_skip_xml_test is true on some targets.
7829
7830 2016-07-21 Yao Qi <yao.qi@linaro.org>
7831
7832 * gdb.server/solib-list.exp: Unset last_loaded_file.
7833
7834 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7835
7836 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7837 "step into captured_main (args)".
7838
7839 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7840
7841 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7842
7843 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7844
7845 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7846
7847 2016-07-19 Pedro Alves <palves@redhat.com>
7848
7849 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7850 * gdb.opt/inline-bt.exp: Likewise.
7851 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7852 additional_flags=-Winline.
7853 * gdb.opt/inline-locals.exp: Likewise.
7854 * gdb.opt/inline-markers.c (ATTR): Define.
7855 (inlined_fn): Use it.
7856
7857 2016-07-19 Yao Qi <yao.qi@linaro.org>
7858
7859 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7860 (test_with_self): Remove some code. Remove argument executable.
7861 (top-level): Use do_self_tests.
7862
7863 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7864 Don Breazeal <donb@codesourcery.com>
7865
7866 * gdb.base/maint.exp: Escape paths used in regular expressions.
7867 * gdb.stabs/weird.exp: Likewise.
7868
7869 2016-07-13 Tom Tromey <tom@tromey.com>
7870
7871 PR python/15620, PR python/18620:
7872 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7873 (test_bkpt_events): New procs.
7874
7875 2016-07-13 Tom Tromey <tom@tromey.com>
7876
7877 PR python/17698:
7878 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7879 test.
7880 (test_watchpoints): Likewise.
7881 (test_bkpt_pending): New proc.
7882
7883 2016-07-13 Tom Tromey <tom@tromey.com>
7884
7885 PR cli/18053:
7886 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7887 completion test.
7888
7889 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7890
7891 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7892 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7893 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7894 f_label.
7895 (g): Rename g_end_lbl to g_label.
7896 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7897 low_pc and high_pc.
7898 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7899
7900 2016-07-12 Tom Tromey <tom@tromey.com>
7901
7902 PR python/19293:
7903 * gdb.python/py-unwind-maint.exp: Update tests.
7904
7905 2016-07-12 Yao Qi <yao.qi@linaro.org>
7906
7907 * lib/selftest-support.exp (selftest_setup): Match the output
7908 when captured_main is inlined.
7909
7910 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7911
7912 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7913 New variables.
7914 (print this%a, print this%b, print this): New tests.
7915 * gdb.fortran/derived-types.f90 (this): New object and
7916 initialization.
7917
7918 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7919
7920 * gdb.ada/arraydim.exp: Remove extra directory level in build
7921 directory.
7922
7923 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7924
7925 * lib/ada.exp: Remove extra directory level in build directory.
7926 * gdb.ada/cond_lang.exp: Likewise.
7927 * gdb.ada/exec_changed.exp: Likewise.
7928 * gdb.ada/lang_switch.exp: Likewise.
7929
7930 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7931
7932 * simple.rs: Add test for raw pointer subscripting.
7933 * simple.exp: Add test expectations.
7934
7935 2016-07-05 Yao Qi <yao.qi@linaro.org>
7936
7937 * gdb.mi/mi-reverse.exp: Match =record-started output.
7938
7939 2016-07-01 Pedro Alves <palves@redhat.com>
7940
7941 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7942 procedure.
7943 (jit_reader_test): Test the jit reader's unwinder.
7944 * gdb.base/jithost.c (jit_function_00_code): New global.
7945 (main): Use memcpy to fill in the mmapped code, instead of poking
7946 bytes manually here.
7947 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7948 value.
7949 (read_debug_info): Save the function's range.
7950 (read_sp): New function.
7951 (unwind_frame): Use it. Also unwind RBP.
7952 (get_frame_id): Use read_sp.
7953 (gdb_init_reader): Use calloc instead of malloc.
7954 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7955 parameter. Use gdb_test_multiple.
7956
7957 2016-07-01 Pedro Alves <palves@redhat.com>
7958 Antoine Tremblay <antoine.tremblay@ericsson.com>
7959
7960 * gdb.threads/process-dies-while-detaching.c: New file.
7961 * gdb.threads/process-dies-while-detaching.exp: New file.
7962
7963 2016-07-01 Pedro Alves <palves@redhat.com>
7964
7965 * gdb.multi/watchpoint-multi-exit.c: New file.
7966 * gdb.multi/watchpoint-multi-exit.exp: New file.
7967
7968 2016-06-30 Pedro Alves <palves@redhat.com>
7969
7970 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7971 unset inferior_spawn_id.
7972
7973 2016-06-30 Pedro Alves <palves@redhat.com>
7974
7975 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7976 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7977
7978 2016-06-29 Yao Qi <yao.qi@linaro.org>
7979
7980 * gdb.base/return.c: Add copyright header.
7981
7982 2016-06-29 Tom Tromey <tom@tromey.com>
7983
7984 PR python/20129:
7985 * gdb.python/py-framefilter.exp: Add tests for setting priority
7986 and disabling of non-existent frame filter.
7987
7988 2016-06-29 Yao Qi <yao.qi@linaro.org>
7989
7990 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7991 0x0f07ff.
7992
7993 2016-06-28 Yao Qi <yao.qi@linaro.org>
7994
7995 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7996 triplets. Start gdb, execute catch syscall, and continue. Check
7997 gdb's output to determine catch syscall is supported.
7998
7999 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8000
8001 * gdb.rust/simple.rs: Add test for returning unit in a function.
8002 * gdb.rust/simple.exp: Add expectation for functions returning
8003 unit.
8004
8005 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8006
8007 * gdb.python/py-breakpoint-create-fail.c,
8008 gdb.python/py-breakpoint-create-fail.exp,
8009 gdb.python/py-breakpoint-create-fail.py: New testcase.
8010
8011 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8012
8013 PR gdb/20239
8014 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8015 * gdb.rust/simple.exp: Add test expectations for new NonZero
8016 tests.
8017
8018 2016-06-24 David Taylor <dtaylor@emc.com>
8019
8020 * gdb.base/offsets.exp: New file.
8021 * gdb.base/offsets.c: New file.
8022
8023 2016-06-23 Tom Tromey <tom@tromey.com>
8024
8025 PR gdb/16483:
8026 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8027 before any filters are loaded.
8028
8029 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8030
8031 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8032 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8033 structs.
8034 * gdb.fortran/derived-type-function.exp: New file.
8035 * gdb.fortran/derived-type-function.f90: New file.
8036
8037
8038 2016-06-21 Pedro Alves <palves@redhat.com>
8039
8040 * gdb.base/new-ui.exp: New file.
8041 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8042 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8043 (with_spawn_id): New procedure.
8044
8045 2016-06-21 Pedro Alves <palves@redhat.com>
8046
8047 * gdb.mi/mi-exec-run.exp: New file.
8048
8049 2016-06-21 Pedro Alves <palves@redhat.com>
8050
8051 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8052 breakpoint command's output on the main UI.
8053 (test_break): New procedure, factored out from calls in the top
8054 level.
8055 (top level): Use foreach_with_prefix to test MI as main UI and as
8056 separate UI.
8057
8058 2016-06-21 Pedro Alves <palves@redhat.com>
8059
8060 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8061 (test_awatch_creation_and_listing)
8062 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8063 Remove 'type' parameter.
8064 (test_watchpoint_all): New parameter mi_mode. Remove
8065 with_test_prefix.
8066 (top level): Use foreach_with_prefix, and add main/separate UI MI
8067 testing axis.
8068
8069 2016-06-21 Pedro Alves <palves@redhat.com>
8070
8071 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8072 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8073 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8074 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8075 (gdb_main_spawn_id, mi_spawn_id): Declare and
8076 comment.
8077 (mi_create_inferior_pty): New procedure,
8078 factored out from default_mi_gdb_start.
8079 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8080 procedures.
8081 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8082 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8083 Use mi_create_inferior_pty.
8084 (mi_gdb_start): Use eval to pass down args list.
8085
8086 2016-06-21 Pedro Alves <palves@redhat.com>
8087
8088 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8089 * gdb.opt/inline-cmds.exp: Add MI tests.
8090
8091 2016-06-21 Pedro Alves <palves@redhat.com>
8092
8093 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8094
8095 2016-06-21 Pedro Alves <palves@redhat.com>
8096
8097 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8098 (top level): Use it instead of mi_execute_to.
8099
8100 2016-06-21 Pedro Alves <palves@redhat.com>
8101
8102 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8103 (cont_handler_str): New.
8104 (signal_stop_handler): Set stop_handler_str instead of printing to
8105 stdout.
8106 (continue_handler): Set cont_handler_str instead of printing to
8107 stdout.
8108 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8109 mi_send_resuming_command. Print stop_handler_str and
8110 cont_handler_str instead of expecting the python events print
8111 directly.
8112
8113 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8114
8115 * gdb.base/jit-reader.exp: New file.
8116 * gdb.base/jithost.c: New file.
8117 * gdb.base/jithost.h: New file.
8118 * gdb.base/jitreader.c : New file.
8119 * gdb.base/jit-protocol.h: New file.
8120
8121 2016-06-17 Yao Qi <yao.qi@linaro.org>
8122
8123 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8124 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8125 and detach-on-fork. Adjust tests.
8126 (top level): Invoke break_cond_on_syscall with combinations of
8127 syscall, follow-fork-mode and detach-on-fork.
8128
8129 2016-06-17 Yao Qi <yao.qi@linaro.org>
8130
8131 * gdb.base/step-over-exit.c: New.
8132 * gdb.base/step-over-exit.exp: New.
8133
8134 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8135
8136 * gdb.base/float.exp: Add target check for nds32*-*-*.
8137 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8138
8139 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8140
8141 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8142 for unsupported target features.
8143 * gdb.base/call-rt-st.exp: Likewise.
8144 * gdb.base/call-sc.exp: Likewise.
8145 * gdb.base/call-signal-resume.exp: Likewise.
8146 * gdb.base/call-strs.exp: Likewise.
8147 * gdb.base/callexit.exp: Likewise.
8148 * gdb.base/callfuncs.exp: Likewise.
8149 * gdb.base/nodebug.exp: Likewise.
8150 * gdb.base/printcmds.exp: Likewise.
8151 * gdb.base/ptype.exp: Likewise.
8152 * gdb.base/structs.exp: Likewise.
8153 * gdb.base/unwindonsignal.exp: Likewise.
8154 * gdb.cp/gdb2495.exp: Likewise.
8155 * gdb.cp/templates.exp: Likewise.
8156 * gdb.cp/virtfunc.exp: Likewise.
8157 * gdb.threads/hand-call-in-threads.exp: Likewise.
8158 * gdb.threads/interrupted-hand-call.exp: Likewise.
8159 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8160
8161 2016-06-10 Tom Tromey <tom@tromey.com>
8162
8163 PR rust/20110:
8164 * gdb.rust/expr.exp: Add test for integer constant larger than
8165 i32.
8166
8167 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8168
8169 * gdb.fortran/nested-funcs.exp: New.
8170 * gdb.fortran/nested-funcs.f90: New.
8171
8172 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8173
8174 * gdb.base/examine-backward.c: New file.
8175 * gdb.base/examine-backward.exp: New file.
8176
8177 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8178
8179 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8180 matching.
8181
8182 2016-06-02 Tom Tromey <tom@tromey.com>
8183
8184 PR python/18984:
8185 * gdb.python/py-shared.exp: Add solib_name test.
8186
8187 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8188
8189 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8190
8191 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8192
8193 PR c++/19893
8194 * gdb.dwarf2/implref.exp: Rename to...
8195 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8196 * gdb.dwarf2/implref-array.c: New file.
8197 * gdb.dwarf2/implref-array.exp: Likewise.
8198 * gdb.dwarf2/implref-global.c: Likewise.
8199 * gdb.dwarf2/implref-global.exp: Likewise.
8200 * gdb.dwarf2/implref-struct.c: Likewise.
8201 * gdb.dwarf2/implref-struct.exp: Likewise.
8202
8203 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8204
8205 * gdb.trace/trace-condition.exp: Add 64bit tests.
8206
8207 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8208
8209 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8210 bits types.
8211 (main): Adapt to 8 to 64 bits types.
8212 * gdb.trace/trace-condition.exp: Add new tests.
8213
8214 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8215
8216 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8217
8218 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8219
8220 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8221 Move condition tests...
8222 * gdb.trace/trace-condition.exp: Here.
8223
8224 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8225
8226 * gdb.trace/trace-condition.exp: Add counter-case tests.
8227
8228 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8229
8230 PR c++/15231
8231 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8232 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8233
8234 2016-05-27 Pedro Alves <palves@redhat.com>
8235
8236 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8237 New procedure.
8238 (top level): Call it, and bail out of DejaGnu is known to be bad.
8239
8240 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8241
8242 * gdb.base/whatis.c: Extend the test case.
8243 * gdb.base/whatis.exp: Add additional tests.
8244
8245 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8246
8247 * gdb.fortran/type.f90: Add pointer variable.
8248 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8249
8250 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8251
8252 * gdb.fortran/vla-type.exp: Fix testcase name.
8253
8254 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8255
8256 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8257
8258 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8259
8260 * gdb.fortran/type.f90: Add nested structures.
8261 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8262 * gdb.fortran/derived-type.exp: Adapt expected output.
8263 * gdb.fortran/vla-type.exp: Adapt expected output.
8264
8265 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8266
8267 * gdb.fortran/whatis_type.exp: Adapt expected output.
8268
8269 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8270
8271 * gdb.fortran/print_type.exp: Fix expected output.
8272 * gdb.fortran/whatis_type.exp: Fix expected output.
8273
8274 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8275
8276 * gdb.fortran/whatis_type.exp: Use multi_line.
8277
8278 2016-05-24 Tom Tromey <tom@tromey.com>
8279
8280 PR python/17386:
8281 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8282 use value as an index.
8283
8284 2016-05-23 Tom Tromey <tom@tromey.com>
8285
8286 PR python/17981:
8287 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8288 no-breakpoint case.
8289
8290 2016-05-24 Pedro Alves <palves@redhat.com>
8291
8292 PR gdb/19828
8293 * gdb.threads/clone-attach-detach.c: New file.
8294 * gdb.threads/clone-attach-detach.exp: New file.
8295
8296 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8297
8298 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8299
8300 2016-05-23 Tom Tromey <tom@tromey.com>
8301
8302 PR python/19438, PR python/18393:
8303 * gdb.python/py-progspace.exp: Add "dir" test.
8304 * gdb.python/py-objfile.exp: Add "dir" test.
8305
8306 2016-05-23 Yao Qi <yao.qi@linaro.org>
8307
8308 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8309 * gdb.arch/thumb2-it.exp: Likewise.
8310
8311 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8312
8313 * gdb.mi/mi-threads-interrupt.c: New file.
8314 * gdb.mi/mi-threads-interrupt.exp: New file.
8315
8316 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8317
8318 PR gdb/18077
8319 * gdb.mi/mi-async-run.exp: New file.
8320 * gdb.mi/mi-async-run.c: New file.
8321
8322 2016-05-17 Tom Tromey <tom@tromey.com>
8323 Manish Goregaokar <manishsmail@gmail.com>
8324
8325 * lib/rust-support.exp: New file.
8326 * lib/gdb.exp (skip_rust_tests): New proc.
8327 (build_executable_from_specs): Handle rust.
8328 * lib/future.exp (gdb_find_rustc): New proc.
8329 (gdb_default_target_compile): Handle rust.
8330 * gdb.rust/expr.exp: New file.
8331 * gdb.rust/generics.exp: New file.
8332 * gdb.rust/generics.rs: New file.
8333 * gdb.rust/methods.exp: New file.
8334 * gdb.rust/methods.rs: New file.
8335 * gdb.rust/modules.exp: New file.
8336 * gdb.rust/modules.rs: New file.
8337 * gdb.rust/simple.exp: New file.
8338 * gdb.rust/simple.rs: New file.
8339
8340 2016-05-17 Tom Tromey <tom@tromey.com>
8341
8342 * gdb.base/default.exp (set language): Add rust.
8343
8344 2016-05-17 Tom Tromey <tom@tromey.com>
8345
8346 * gdb.gdb/unittest.exp: New file.
8347
8348 2016-05-16 Yao Qi <yao.qi@linaro.org>
8349
8350 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8351 shell_prompt. Update shell_prompt_re.
8352
8353 2016-05-12 Doug Evans <dje@google.com>
8354
8355 PR symtab/19999
8356 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8357 $options when building executable.
8358 * gdb.dwarf2/fission-loclists-pie.S: New file.
8359 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8360
8361 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8362
8363 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8364 of [is_remote target],
8365
8366 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8367
8368 * lib/gdb.exp (use_gdb_stub): New procedure.
8369
8370 2016-05-03 Yunlian Jiang <yunlian@google.com>
8371 Doug Evans <dje@google.com>
8372
8373 PR symtab/19914
8374 * gdb.dwarf2/dwp-sepdebug.c: New file.
8375 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8376
8377 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8378
8379 * gdb.base/detach.exp: Remove is_remote check.
8380
8381 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8382
8383 * gdb.base/annota-input-while-running.exp: Don't check for
8384 [is_remote target]. Enable annotations after running to main.
8385 Remove unused "set test..." line.
8386
8387 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8388
8389 * gdb.trace/trace-enable-disable.exp: New file.
8390 * gdb.trace/trace-enable-disable.c: New file.
8391
8392 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8393
8394 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8395 use it in info sharedlibrary test.
8396 * gdb.trace/ftrace-lock.exp: Likewise.
8397 * gdb.trace/ftrace.exp: Likewise.
8398 * gdb.trace/range-stepping.exp: Likewise.
8399 * gdb.trace/trace-break.exp: Likewise.
8400 * gdb.trace/trace-condition.exp: Likewise.
8401 * gdb.trace/trace-mt.exp: Likewise.
8402
8403 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8404
8405 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8406 (gdb_load_shlib): ... this.
8407 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8408 gdb_load_shlib.
8409 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8410 * gdb.base/ctxobj.exp: Likewise.
8411 * gdb.base/dprintf-pending.exp: Likewise.
8412 * gdb.base/dso2dso.exp: Likewise.
8413 * gdb.base/fixsection.exp: Likewise.
8414 * gdb.base/gcore-relro.exp: Likewise.
8415 * gdb.base/gdb1555.exp: Likewise.
8416 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8417 * gdb.base/gnu-ifunc.exp: Likewise.
8418 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8419 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8420 * gdb.base/pending.exp: Likewise.
8421 * gdb.base/print-file-var.exp: Likewise.
8422 * gdb.base/print-symbol-loading.exp: Likewise.
8423 * gdb.base/shlib-call.exp: Likewise.
8424 * gdb.base/shreloc.exp: Likewise.
8425 * gdb.base/so-impl-ld.exp: Likewise.
8426 * gdb.base/solib-disc.exp: Likewise.
8427 * gdb.base/solib-nodir.exp: Likewise.
8428 * gdb.base/solib-overlap.exp: Likewise.
8429 * gdb.base/solib-symbol.exp: Likewise.
8430 * gdb.base/solib-weak.exp (do_test): Likewise.
8431 * gdb.base/sym-file.exp: Likewise.
8432 * gdb.base/symtab-search-order.exp: Likewise.
8433 * gdb.base/type-opaque.exp: Likewise.
8434 * gdb.base/unload.exp: Likewise.
8435 * gdb.base/watchpoint-solib.exp: Likewise.
8436 * gdb.compile/compile.exp: Likewise.
8437 * gdb.cp/gdb2384.exp: Likewise.
8438 * gdb.cp/infcall-dlopen.exp: Likewise.
8439 * gdb.cp/re-set-overloaded.exp: Likewise.
8440 * gdb.fortran/library-module.exp: Likewise.
8441 * gdb.opt/solib-intra-step.exp: Likewise.
8442 * gdb.python/py-finish-breakpoint.exp: Likewise.
8443 * gdb.python/py-shared.exp: Likewise.
8444 * gdb.reverse/solib-precsave.exp: Likewise.
8445 * gdb.reverse/solib-reverse.exp: Likewise.
8446 * gdb.server/solib-list.exp: Likewise.
8447 * gdb.threads/dlopen-libpthread.exp: Likewise.
8448 * gdb.threads/tls-shared.exp: Likewise.
8449 * gdb.threads/tls-so_extern.exp: Likewise.
8450 * gdb.trace/change-loc.exp: Likewise.
8451 * gdb.trace/ftrace-lock.exp: Likewise.
8452 * gdb.trace/ftrace.exp: Likewise.
8453 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8454 * gdb.trace/pending.exp: Likewise.
8455 * gdb.trace/range-stepping.exp: Likewise.
8456 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8457 (strace_info_marker): Likewise.
8458 (strace_probe_marker): Likewise.
8459 (strace_trace_on_same_addr): Likewise.
8460 (strace_trace_on_diff_addr): Likewise.
8461 * gdb.trace/trace-break.exp: Likewise.
8462 * gdb.trace/trace-condition.exp: Likewise.
8463 * gdb.trace/trace-mt.exp: Likewise.
8464
8465 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8466
8467 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8468 result of gdb_remote_download.
8469 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8470 * gdb.base/dso2dso.exp: Likewise.
8471 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8472 * gdb.base/print-file-var.exp: Likewise.
8473 * gdb.base/shlib-call.exp: Likewise.
8474 * gdb.base/shreloc.exp: Likewise.
8475 * gdb.base/solib-overlap.exp: Likewise.
8476 * gdb.base/solib-weak.exp (do_test): Likewise.
8477 * gdb.base/unload.exp: Likewise.
8478
8479 2016-04-27 Yao Qi <yao.qi@linaro.org>
8480
8481 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8482 exists.
8483
8484 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8485
8486 * vla-type.exp: Print structure from toplevel.
8487
8488 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8489
8490 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8491 of dynamic types.
8492 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8493 of dynamic types.
8494
8495 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8496
8497 * gdb.fortran/vla-type.f90: New file.
8498 * gdb.fortran/vla-type.exp: New file.
8499
8500 2016-04-25 Yao Qi <yao.qi@linaro.org>
8501
8502 * gdb.base/branch-to-self.c: New file.
8503 * gdb.base/branch-to-self.exp: New file.
8504
8505 2016-04-22 Yao Qi <yao.qi@linaro.org>
8506
8507 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8508 more after $hex.
8509
8510 2016-04-22 Yao Qi <yao.qi@linaro.org>
8511
8512 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8513 * gdb.base/annota3.exp: Likewise.
8514
8515 2016-04-22 Yao Qi <yao.qi@linaro.org>
8516
8517 * gdb.reverse/step-precsave.exp: Do one step and test program
8518 stops in "callee" and do multiple steps until program goes out
8519 of "callee".
8520 * gdb.reverse/step-reverse.exp: Likewise.
8521
8522 2016-04-22 Yao Qi <yao.qi@linaro.org>
8523
8524 * gdb.trace/signal.exp: Also pass if
8525 $tracepoint_hits($i) > $iterations.
8526
8527 2016-04-22 Yao Qi <yao.qi@linaro.org>
8528
8529 * gdb.trace/signal.c: New file.
8530 * gdb.trace/signal.exp: New file.
8531
8532 2016-04-19 Doug Evans <xdje42@gmail.com>
8533
8534 * gdb.base/bad-file.exp: New file.
8535
8536 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8537
8538 * gdb.dwarf2/implref.exp: New file.
8539
8540 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8541
8542 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8543 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8544 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8545 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8546 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8547 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8548 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8549 * lib/fortran.exp (fortran_int4): New procedure.
8550 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8551 (fortran_logical4): Likewise.
8552
8553 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8554
8555 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8556
8557 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8558
8559 * lib/compiler.c: Add Intel specific preprocessor macros.
8560 * lib/compiler.cc: Likewise.
8561
8562 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8563
8564 * gdb.server/connect-with-no-symbol-file.c: New file.
8565 * gdb.server/connect-with-no-symbol-file.exp: New file.
8566
8567 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8568
8569 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8570
8571 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8572
8573 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8574 standard output directory.
8575
8576 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8577
8578 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8579
8580 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8581
8582 * gdb.btrace/instruction_history.c (loop): Add declaration.
8583
8584 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8585
8586 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8587
8588 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8589
8590 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8591 parentheses to print.
8592 (continue_handler): Likewise.
8593
8594 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8595
8596 * gdb.server/solib-list.exp: Remove is_remote check.
8597 Pass shlib= to gdb_compile. Don't link shared library with
8598 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8599 Run binary filename through "readlink -f" on the target.
8600
8601 2016-04-08 Pedro Alves <palves@redhat.com>
8602
8603 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8604 interpreter filename as argument to gdbserver_spawn.
8605 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8606 Return empty if $last_loaded_file does not exist.
8607
8608 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8609
8610 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8611 * gdb.base/jit-main.c: Use exit after usage.
8612
8613 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8614
8615 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8616 GDBHISTSIZE prior to the tests.
8617 * gdb.base/gdbinit-history.exp: Likewise.
8618
8619 2016-04-07 Pedro Alves <palves@redhat.com>
8620
8621 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8622 instead of build_executable. Use gdb_load_shlibs.
8623
8624 2016-04-07 Yao Qi <yao.qi@linaro.org>
8625
8626 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8627 Execute "si" command.
8628
8629 2016-04-07 Yao Qi <yao.qi@linaro.org>
8630
8631 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8632 number instead of the comments on some line.
8633
8634 2016-04-06 Don Breazeal <donb@codesourcery.com>
8635
8636 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8637 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8638
8639 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8640
8641 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8642 standard_output_file. Remove unused binfile variable.
8643
8644 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8645
8646 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8647 * gdb.python/py-mi-objfile.exp: Match "list main" output
8648 in console format.
8649
8650 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8651
8652 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8653 absolute.
8654
8655 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8656
8657 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8658 absolute.
8659 * gdb.trace/ftrace.exp: Likewise.
8660 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8661 targets as well.
8662 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8663 (gdb_load_shlibs): Copy libraries to test directory when testing
8664 natively. Only set solib-search-path if testing remotely.
8665 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8666
8667 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8668
8669 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8670 gdb_download. Use it even if the target is not remote.
8671 * gdb.base/jit.exp (compile_jit_test): Likewise.
8672 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8673 output directory if the destination board is local, otherwise use
8674 the standard remote_download from DejaGnu.
8675 (gdb_download): Remove.
8676 (gdb_load_shlibs): Use gdb_remote_download instead of
8677 gdb_download.
8678 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8679 Use gdb_remote_download instead of gdb_download. Use it even if
8680 the target is not remote.
8681 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8682 instead of gdb_download.
8683
8684 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8685
8686 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8687 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8688 run.
8689
8690 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8691
8692 PR gdb/19820
8693 * gdb.base/printcmds.exp: Add artificial arrays tests.
8694
8695 2016-03-31 Pedro Alves <palves@redhat.com>
8696
8697 PR gdb/19858
8698 * gdb.base/jit-main.c: Include unistd.h.
8699 (ATTACH): Define to 0 if not already defined.
8700 (wait_for_gdb, mypid): New globals.
8701 (WAIT_FOR_GDB): New macro.
8702 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8703 some breakpoint locations.
8704 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8705 New procedures.
8706 (one_jit_test): Add REATTACH parameter, and handle it. Use
8707 continue_to_test_location.
8708 (top level): Test attach, and adjusts calls to one_jit_test.
8709
8710 2016-03-31 Pedro Alves <palves@redhat.com>
8711
8712 PR gdb/19858
8713 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8714 BINSUFFIX parameter, and handle it.
8715 (top level): Adjust calls compile_jit_test.
8716
8717 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8718
8719 PR python/19743
8720 * gdb.python/py-mi-events-gdb.py: New file.
8721 * gdb.python/py-mi-events.c: New file.
8722 * gdb.python/py-mi-events.exp: New file.
8723
8724 2016-03-30 Yao Qi <yao.qi@linaro.org>
8725
8726 * gdb.reverse/until-precsave.exp: Match function name only.
8727 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8728 Move malloc to a condition block.
8729 * gdb.reverse/until-reverse.exp: Match function name only.
8730
8731 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8732
8733 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8734 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8735 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8736 variable for GPR 0 instead of assuming it is register 0.
8737 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8738 * lib/trace-support.exp: Add s390 registers.
8739
8740 2016-03-29 Yao Qi <yao.qi@linaro.org>
8741
8742 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8743
8744 2016-03-24 Yao Qi <yao.qi@linaro.org>
8745
8746 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8747 test message.
8748
8749 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8750
8751 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8752 maintaining separate logic for constructing the output path.
8753
8754 2016-03-16 Don Breazeal <donb@codesourcery.com>
8755
8756 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8757 Retry fork and waitpid on interrupted system call errors.
8758 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8759 Use with_timeout_factor to increase timeout by factor of 10.
8760
8761 2016-03-15 Don Breazeal <donb@codesourcery.com>
8762
8763 * gdb.cp/scope-err.cc: New test program.
8764 * gdb.cp/scope-err.exp: New test script.
8765 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8766 lines and "set breakpoint here" comment.
8767 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8768 Fixed some whitespace and format issues.
8769 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8770 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8771
8772 2016-03-15 Doug Evans <dje@google.com>
8773
8774 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8775 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8776 All callers updated. Add tests for enums, mixed flags register.
8777
8778 2016-03-15 Doug Evans <dje@google.com>
8779
8780 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8781 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8782
8783 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8784
8785 * gdb.base/default.exp: Add $_as_string to the list of expected
8786 convenience functions.
8787
8788 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8789
8790 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8791
8792 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8793
8794 * gdb.python/py-as-string.exp: New file.
8795 * gdb.python/py-as-string.c: New file.
8796
8797 2016-03-09 Pedro Alves <palves@redhat.com>
8798
8799 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8800 signal" -> "Thread NN received signal" output change.
8801 * gdb.threads/ia64-sigill.exp: Likewise.
8802 * gdb.threads/linux-dp.exp: Likewise.
8803 * gdb.threads/manythreads.exp: Likewise.
8804 * gdb.threads/pending-step.exp: Likewise.
8805 * gdb.threads/print-threads.exp: Likewise.
8806 * gdb.threads/sigstep-threads.exp: Likewise.
8807 * gdb.threads/staticthreads.exp: Likewise.
8808 * gdb.threads/tls.exp: Likewise.
8809
8810 2016-03-09 Pedro Alves <palves@redhat.com>
8811
8812 * gdb.base/command-line-input.exp: New file.
8813
8814 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8815
8816 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8817 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8818 * gdb.trace/pending.exp: Accept leading dot before function name.
8819 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8820 * lib/trace-support.exp: Set registers for ppc.
8821
8822 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8823
8824 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8825 use it for disassembly; accept .main in addition to main in backtrace.
8826
8827 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8828 Marcin Kościelnicki <koriakin@0x04.net>
8829
8830 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8831 (gdb_recursion_test_ptr): New global variable.
8832 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8833 gdb_recursion_test.
8834 (gdb_c_test): Ditto.
8835
8836 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8837
8838 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8839 ordering.
8840
8841 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8842
8843 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8844 (bar): Add bar_start_lbl label.
8845 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8846 of foo/bar for emitting DWARF and tracing.
8847
8848 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8849
8850 * analyze-racy-logs.py: Set executable bit.
8851
8852 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8853
8854 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8855 (CHECK_TARGET_TMP): Likewise.
8856 (check-single-racy): New rule.
8857 (check-parallel-racy): Likewise.
8858 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8859 (do-check-parallel-racy): New rule.
8860 (check-racy/%.exp): Likewise.
8861 * README (Racy testcases): New section.
8862 * analyze-racy-logs.py: New file.
8863
8864 2016-03-03 Doug Evans <dje@google.com>
8865
8866 * gdb.base/skip.exp: Use with_test_prefix.
8867
8868 2016-03-03 Yao Qi <yao.qi@linaro.org>
8869
8870 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8871 Invoke step_over_syscall "clone" and break_cond_on_syscall
8872 "clone".
8873 * gdb.base/step-over-clone.c: New file.
8874
8875 2016-03-03 Yao Qi <yao.qi@linaro.org>
8876
8877 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8878 code format.
8879
8880 2016-03-03 Yao Qi <yao.qi@linaro.org>
8881
8882 * gdb.base/disp-step-fork.c: Rename to ...
8883 * gdb.base/step-over-fork.c: ... it. New file.
8884 * gdb.base/disp-step-vfork.c: Rename to ...
8885 * gdb.base/step-over-vfork.c: ... it. New file.
8886 * gdb.base/disp-step-syscall.exp: Rename to ...
8887 * gdb.base/step-over-syscall.exp: ... it. New file.
8888 (disp_step_cross_syscall): Rename to ...
8889 (step_over_syscall): ... it.
8890
8891 2016-03-03 Yao Qi <yao.qi@linaro.org>
8892
8893 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8894 If target supports condition evaluation on target, invoke
8895 break_cond_on_syscall for fork and vfork.
8896
8897 2016-03-03 Yao Qi <yao.qi@linaro.org>
8898
8899 * gdb.base/disp-step-syscall.exp: Don't invoke
8900 support_displaced_stepping.
8901 (disp_step_cross_syscall): Test with displaced stepping off and
8902 on if supported.
8903
8904 2016-03-03 Yao Qi <yao.qi@linaro.org>
8905
8906 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8907 proc.
8908 (setup): New proc.
8909 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8910 and setup.
8911
8912 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8913
8914 * gdb.fortran/vla-history.exp: Remove breakpoint.
8915
8916 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8917
8918 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8919 exceeds timeout.
8920
8921 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8922
8923 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8924 breakpoint.
8925
8926 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8927
8928 * gdb.mi/vla.f90: Nullify pointer after declaration.
8929
8930 2016-03-01 Pedro Alves <palves@redhat.com>
8931
8932 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8933
8934 2016-03-01 Pedro Alves <palves@redhat.com>
8935
8936 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8937 before anything else.
8938 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8939 _GNU_SOURCE here.
8940 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8941 before anything else.
8942 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8943
8944 2016-03-01 Pedro Alves <palves@redhat.com>
8945
8946 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8947
8948 2016-03-01 Yao Qi <yao.qi@linaro.org>
8949
8950 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8951 prepare_for_testing.
8952
8953 2016-03-01 Yao Qi <yao.qi@linaro.org>
8954
8955 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8956
8957 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8958
8959 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8960 manually constructing the output path.
8961
8962 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8963
8964 * gdb.arch/s390-stackless.S: New.
8965 * gdb.arch/s390-stackless.exp: New.
8966
8967 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8968
8969 * gdb.dlang/circular.c: New file.
8970 * gdb.dlang/circular.exp: New file.
8971
8972 2016-02-26 Yao Qi <yao.qi@linaro.org>
8973
8974 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8975 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8976 (testcases): Update.
8977
8978 2016-02-26 Yao Qi <yao.qi@linaro.org>
8979
8980 * gdb.reverse/aarch64.c: Rename to ...
8981 * gdb.reverse/insn-reverse.c: ... it.
8982 * gdb.reverse/aarch64.exp: Rename to ...
8983 * gdb.reverse/insn-reverse.exp: ... it.
8984
8985 2016-02-26 Yao Qi <yao.qi@linaro.org>
8986
8987 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8988 (testcase_ftype): New.
8989 (testcases): New array.
8990 (n_testcases): New.
8991 (main): Call each element in testcases.
8992 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8993 (read_testcase): New.
8994 Do the tests in a loop.
8995
8996 2016-02-25 Yao Qi <yao.qi@linaro.org>
8997
8998 * gdb.base/branches.c: Remove.
8999
9000 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9001
9002 PR gdb/13808
9003 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9004
9005 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9006
9007 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9008
9009 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9010
9011 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9012 change x86_64 call_insn to 'callq'.
9013
9014 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9015
9016 * gdb.trace/tfile-avx.c: Move to...
9017 * gdb.trace/tracefile-pseudo-reg.c: Here.
9018 * gdb.trace/tfile-avx.exp: Move to...
9019 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9020
9021 2016-02-24 Gary Benson <gbenson@redhat.com>
9022
9023 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9024 message on attach.
9025
9026 2016-02-23 Doug Evans <dje@google.com>
9027
9028 * gdb.base/skip.c (test_skip): New function.
9029 (end_test_skip_file_and_function): New function.
9030 (test_skip_file_and_function): New function.
9031 * gdb.base/skip1.c (test_skip): New function.
9032 (skip1_test_skip_file_and_function): New function.
9033 * gdb.base/skip.exp: Add tests for new skip options.
9034 * gdb.base/skip-solib.exp: Update expected output.
9035 * gdb.perf/skip-command.cc: New file.
9036 * gdb.perf/skip-command.exp: New file.
9037 * gdb.perf/skip-command.py: New file.
9038
9039 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9040
9041 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9042 info registers pattern.
9043
9044 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9045
9046 * lib/future.exp: Add D support.
9047 (gdb_find_gdc): New proc.
9048 (gdb_default_target_compile): Add D support.
9049
9050 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9051
9052 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9053 user+system time.
9054 (trace_speed_test): Determine the iteration count for a time
9055 between 15..30 seconds.
9056
9057 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9058
9059 * gdb.arch/i386-mpx-sigsegv.c: New file.
9060 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9061 * gdb.arch/i386-mpx-simple_segv.c: New file.
9062 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9063
9064 2016-02-18 Yao Qi <yao.qi@linaro.org>
9065
9066 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9067 Don't call setup_kfail.
9068
9069 2016-02-18 Yao Qi <yao.qi@linaro.org>
9070
9071 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9072 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9073
9074 2016-02-16 Doug Evans <dje@google.com>
9075
9076 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9077 * gdb.base/skip1.c: Ditto.
9078 * gdb.base/skip.exp: Whitespace cleanup.
9079
9080 2016-02-16 Don Breazeal <donb@codesourcery.com>
9081
9082 PR remote/19496
9083 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9084 Remove kfail for PR remote/19496.
9085
9086 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9087
9088 * lib/gdb.exp (standard_temp_file): Return a path specific to
9089 the runtest invocation.
9090
9091 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9092
9093 * gdb.trace/save-trace.exp: Change relative path to be in the
9094 standard output directory.
9095
9096 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9097
9098 * gdb.arch/i386-prologue.c: Add missing prototypes.
9099
9100 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9101
9102 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9103 * gdb.arch/i386-prologue.exp: Likewise.
9104 * gdb.arch/i386-size.exp: Likewise.
9105
9106 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9107
9108 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9109 define object file path.
9110 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9111 file path.
9112 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9113 standard_output_file to define binfile.
9114
9115 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9116
9117 Fix compatibility with recent gfortran-5.3.1.
9118 * gdb.fortran/vla-history.exp (print vla1 allocated)
9119 (print vla2 allocated, print $2, print $3): Remove
9120 (print $4): Rename to ...
9121 (print $2): ... here.
9122 (print $9): Rename to ...
9123 (print $5): ... here.
9124 (print $10): Rename to ...
9125 (print $6): ... here.
9126 * gdb.fortran/vla.f90: Add pvla initialization.
9127
9128 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9129
9130 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9131 New test.
9132 * gdb.fortran/vla-value-sub.exp: Likewise.
9133
9134 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9135
9136 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9137
9138 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9139
9140 * i386-biarch-core.exp: Define corefile using
9141 standard_output_file.
9142
9143 2016-02-12 Yao Qi <yao.qi@linaro.org>
9144
9145 * gdb.arch/arm-single-step-kernel-helper.c: New.
9146 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9147
9148 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9149
9150 * gdb.btrace/tailcall-only.exp: New.
9151 * gdb.btrace/tailcall-only.c: New.
9152 * gdb.btrace/x86_64-tailcall-only.S: New.
9153 * gdb.btrace/i686-tailcall-only.S: New.
9154
9155 2016-02-11 Pedro Alves <palves@redhat.com>
9156
9157 * README (Parallel testing): Add missing double quotes.
9158
9159 2016-02-11 Pedro Alves <palves@redhat.com>
9160
9161 * README (Parallel testing): New section.
9162 (GDB_PARALLEL): Rewrite.
9163 (FORCE_PARALLEL): Document.
9164
9165 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9166
9167 * gdb.trace/tfile-avx.c: New test.
9168 * gdb.trace/tfile-avx.exp: New test.
9169
9170 2016-02-09 Keith Seitz <keiths@redhat.com>
9171
9172 PR breakpoints/19546
9173 * gdb.base/infcall-exec.c: New file.
9174 * gdb.base/infcall-exec2.c: New file.
9175 * gdb.base/infcall-exec.exp: New file.
9176
9177 2016-02-09 Keith Seitz <keiths@redhat.com>
9178
9179 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9180 (toplevel): Call test_bkpt_address.
9181
9182 2016-02-09 Keith Seitz <keiths@redhat.com>
9183
9184 PR python/19506
9185 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9186 (toplevel): Call test_bkpt_address.
9187
9188 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9189
9190 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9191 to AC_OUTPUT.
9192 * configure: Regenerate.
9193
9194 2016-02-09 Pedro Alves <palves@redhat.com>
9195
9196 PR breakpoints/19548
9197 * gdb.base/execl-update-breakpoints.c (some_function): New
9198 function.
9199 (main): Call it.
9200 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9201 Tighten expected GDB output.
9202
9203 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9204
9205 * Makefile.in (ALL_SUBDIRS): Remove.
9206 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9207 (distclean maintainer-clean realclean): Likewise.
9208 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9209 * configure: Regenerate.
9210 * gdb.ada/Makefile.in: Delete.
9211 * gdb.arch/Makefile.in: Likewise.
9212 * gdb.asm/Makefile.in: Likewise.
9213 * gdb.base/Makefile.in: Likewise.
9214 * gdb.btrace/Makefile.in: Likewise.
9215 * gdb.cell/Makefile.in: Likewise.
9216 * gdb.compile/Makefile.in: Likewise.
9217 * gdb.cp/Makefile.in: Likewise.
9218 * gdb.disasm/Makefile.in: Likewise.
9219 * gdb.dlang/Makefile.in: Likewise.
9220 * gdb.dwarf2/Makefile.in: Likewise.
9221 * gdb.fortran/Makefile.in: Likewise.
9222 * gdb.gdb/Makefile.in: Likewise.
9223 * gdb.go/Makefile.in: Likewise.
9224 * gdb.guile/Makefile.in: Likewise.
9225 * gdb.java/Makefile.in: Likewise.
9226 * gdb.linespec/Makefile.in: Likewise.
9227 * gdb.mi/Makefile.in: Likewise.
9228 * gdb.modula2/Makefile.in: Likewise.
9229 * gdb.multi/Makefile.in: Likewise.
9230 * gdb.objc/Makefile.in: Likewise.
9231 * gdb.opencl/Makefile.in: Likewise.
9232 * gdb.opt/Makefile.in: Likewise.
9233 * gdb.pascal/Makefile.in: Likewise.
9234 * gdb.perf/Makefile.in: Likewise.
9235 * gdb.python/Makefile.in: Likewise.
9236 * gdb.reverse/Makefile.in: Likewise.
9237 * gdb.server/Makefile.in: Likewise.
9238 * gdb.stabs/Makefile.in: Likewise.
9239 * gdb.threads/Makefile.in: Likewise.
9240 * gdb.trace/Makefile.in: Likewise.
9241 * gdb.xml/Makefile.in: Likewise.
9242 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9243 GDB_PARALLEL.
9244 (standard_output_file): Remove check for GDB_PARALLEL, always
9245 return path in outputs/$subdir/$testname.
9246
9247 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9248
9249 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9250 (site.exp): Assign abs_srcdir to tcl's srcdir.
9251
9252 2016-02-04 Yao Qi <yao.qi@linaro.org>
9253
9254 * gdb.base/foll-exec-mode.c: Include limits.h.
9255 (main): Add parameters argc and argv. Get directory from
9256 argv[0].
9257 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9258 compilation.
9259 * gdb.base/foll-exec.c: Include limits.h.
9260 (main): Add parameters argc and argv.
9261 Get directory from argv[0].
9262 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9263 Adjust tests on the number of lines as source code changed.
9264 * gdb.base/foll-vfork-exit.c: Include limits.h.
9265 (main): Add one line of statement before vfork.
9266 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9267 (main): Add parameters argc and argv. Get directory from
9268 argv[0].
9269 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9270 (setup_gdb): Set tbreak to skip some source lines.
9271 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9272 (main): Add parameters argc and argv. Get directory from
9273 argv[0].
9274 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9275 compilation.
9276 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9277 (main): Add parameters argc and argv. Get directory from
9278 argv[0].
9279 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9280 compilation.
9281
9282 2016-02-01 Doug Evans <dje@google.com>
9283
9284 * gdb.base/skip.exp: Clean up multiple references to same test name.
9285
9286 2016-02-01 Pedro Alves <palves@redhat.com>
9287
9288 PR remote/19496
9289 * gdb.threads/forking-threads-plus-breakpoint.exp
9290 (displaced_stepping_supported): New global.
9291 (probe_displaced_stepping_support): New procedure.
9292 (do_test): Add 'displaced' parameter, and use it.
9293 (top level): Check for displaced stepping support. Add displaced
9294 stepping on/off testing axis.
9295
9296 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9297
9298 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9299 pointer. Don't perform further tests on the unassociated pointer
9300 if the first test fails.
9301
9302 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9303
9304 * gdb.base/max-value-size.c: New file.
9305 * gdb.base/max-value-size.exp: New file.
9306 * gdb.base/huge.exp: Disable max-value-size for this test.
9307
9308 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9309
9310 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9311
9312 2016-01-28 Yao Qi <yao.qi@linaro.org>
9313
9314 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9315
9316 2016-01-25 Pedro Alves <palves@redhat.com>
9317
9318 PR threads/19461
9319 * gdb.base/fork-running-state.c: New file.
9320 * gdb.base/fork-running-state.exp: New file.
9321
9322 2016-01-25 Pedro Alves <palves@redhat.com>
9323
9324 PR gdb/19494
9325 * gdb.base/catch-fork-kill.c: New file.
9326 * gdb.base/catch-fork-kill.exp: New file.
9327
9328 2016-01-25 Pedro Alves <palves@redhat.com>
9329
9330 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9331 Delete, moved to lib/gdb.exp.
9332 * gdb.threads/forking-threads-plus-breakpoint.exp
9333 (foreach_with_prefix): Likewise.
9334 * gdb.threads/process-dies-while-handling-bp.exp
9335 (foreach_with_prefix): Likewise.
9336 * lib/gdb.exp (foreach_with_prefix): New procedure.
9337
9338 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9339
9340 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9341 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9342
9343 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9344
9345 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9346 endian targets.
9347
9348 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9349 Pedro Alves <palves@redhat.com>
9350
9351 Fix testsuite compatibility with Guile.
9352 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9353 number.
9354
9355 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9356
9357 Fix testsuite compatibility with Guile.
9358 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9359 (thread 1): New test for backtrace through signal handler.
9360
9361 2016-01-22 Yao Qi <yao.qi@linaro.org>
9362
9363 PR testsuite/19491
9364 * gdb.base/multi-forks.c: Include
9365 ../lib/unbuffer_output.c
9366 (main): Call gdb_unbuffer_output.
9367
9368 2016-01-21 Doug Evans <dje@google.com>
9369
9370 * lib/ada.exp (gdb_compile_ada): Fix typo.
9371
9372 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9373
9374 * gdb.base/break-fun-addr.exp: New file.
9375 * gdb.base/break-fun-addr1.c: New file.
9376 * gdb.base/break-fun-addr2.c: New file.
9377
9378 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9379
9380 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9381 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9382 enum flag values.
9383
9384 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9385
9386 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9387 when GDB can not set the vector return value. Add more comments
9388 for clarification.
9389
9390 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9391
9392 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9393 command.
9394
9395 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9396
9397 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9398
9399 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9400
9401 * Makefile.in (check-single): Pass --status to runtest.
9402 (check/%.exp): Likewise.
9403
9404 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9405
9406 * Makefile.in (check-parallel): Propagate return code from make
9407 do-check-parallel.
9408
9409 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9410
9411 * gdb.trace/ftrace.exp: Fix expected message on continue.
9412 * gdb.trace/pending.exp: Fix expected message on continue.
9413 * gdb.trace/trace-break.exp: Fix expected message on continue.
9414
9415 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9416
9417 * lib/gdb.exp (gdb_test): Remove unused global references.
9418
9419 2016-01-18 Pedro Alves <palves@redhat.com>
9420
9421 * gdb.base/async-shell.exp: Adjust expected output.
9422 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9423 * gdb.base/siginfo-thread.exp: Adjust expected output.
9424 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9425 * gdb.java/jnpe.exp: Adjust expected output.
9426 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9427 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9428 * gdb.threads/leader-exit.exp: Adjust expected output.
9429 * gdb.threads/manythreads.exp: Adjust expected output.
9430 * gdb.threads/pthreads.exp: Adjust expected output.
9431 * gdb.threads/schedlock.exp: Adjust expected output.
9432 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9433 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9434 expected output.
9435 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9436 output.
9437 * gdb.threads/sigthread.exp: Adjust expected output.
9438 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9439
9440 2016-01-18 Yao Qi <yao.qi@linaro.org>
9441
9442 * gdb.guile/scm-section-script.c: Replace @progbits with
9443 %progbits.
9444 * gdb.python/py-section-script.c: Likewise.
9445
9446 2016-01-15 Pedro Alves <palves@redhat.com>
9447
9448 * gdb.multi/tids.exp: Test star wildcard ranges.
9449
9450 2016-01-15 Pedro Alves <palves@redhat.com>
9451
9452 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9453 command from "thread apply" invocation.
9454 (thr_apply_info_thr_invalid): Default the expected output to the
9455 input tid list.
9456 (top level): Add tests that use convenience variables. Add tests
9457 for "thread apply" with a valid TID list, but missing the command.
9458
9459 2016-01-13 Pedro Alves <palves@redhat.com>
9460
9461 * gdb.base/default.exp: Expect $_gthread as well.
9462 * gdb.multi/tids.exp: Test $_gthread.
9463 * gdb.threads/thread-specific.exp: Test $_gthread.
9464
9465 2016-01-13 Pedro Alves <palves@redhat.com>
9466
9467 * gdb.multi/tids.exp: Test "info threads -gid".
9468
9469 2016-01-13 Pedro Alves <palves@redhat.com>
9470
9471 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9472 Breakpoint.thread.
9473 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9474
9475 2016-01-07 Pedro Alves <palves@redhat.com>
9476
9477 * gdb.base/break.exp: Adjust to output changes.
9478 * gdb.base/hbreak2.exp: Likewise.
9479 * gdb.base/sepdebug.exp: Likewise.
9480 * gdb.base/watch_thread_num.exp: Likewise.
9481 * gdb.linespec/keywords.exp: Likewise.
9482 * gdb.multi/info-threads.exp: Likewise.
9483 * gdb.threads/thread-find.exp: Likewise.
9484 * gdb.multi/tids.c: New file.
9485 * gdb.multi/tids.exp: New file.
9486
9487 2016-01-13 Pedro Alves <palves@redhat.com>
9488
9489 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9490
9491 2016-01-13 Pedro Alves <palves@redhat.com>
9492
9493 * gdb.base/default.exp: Expect $_inferior as well.
9494 * gdb.multi/base.exp: Test $_inferior.
9495
9496 2016-01-13 Pedro Alves <palves@redhat.com>
9497
9498 PR breakpoints/19388
9499 * gdb.base/catch-signal-siginfo-cond.c: New file.
9500 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9501
9502 2016-01-12 Josh Stone <jistone@redhat.com>
9503 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9504
9505 * gdb.base/catch-syscall.c (do_execve): New variable.
9506 (main): Conditionally trigger an execve.
9507 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9508 (test_catch_syscall_execve): New, check entry/return across execve.
9509 (do_syscall_tests): Call test_catch_syscall_execve.
9510
9511 2016-01-12 Pedro Alves <palves@redhat.com>
9512
9513 * gdb.base/random-signal.exp (do_test): New procedure, with body
9514 of testcase moved in.
9515
9516 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9517 Pedro Alves <palves@redhat.com>
9518
9519 * gdb.base/funcargs.exp (finish from indirectly called function):
9520 Reintroduce the case for 'First'.
9521
9522 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9523 Pedro Alves <palves@redhat.com>
9524
9525 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9526 (tcatch_vfork_then_child_follow_exec)
9527 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9528 identification.
9529
9530 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9531
9532 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9533 and repeats to unlimited.
9534 * gdb.python/py-value.exp: Likewise.
9535 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9536 and repeats to unlimited.
9537
9538 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9539
9540 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9541 and reordering the functions.
9542 * gdb.multi/hangout.c: Likewise.
9543 * gdb.multi/hello.c: Likewise.
9544
9545 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9546
9547 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9548 absolute.
9549 (SingleStatisticTestResult.report): Use dict.keys instead of
9550 dict.iterkeys.
9551
9552 2016-01-06 Pedro Alves <palves@redhat.com>
9553
9554 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9555
9556 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9557
9558 * gdb.btrace/dlopen.exp: New.
9559 * gdb.btrace/dlopen.c: New.
9560 * gdb.btrace/dlopen-dso.c: New.
9561
9562 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9563
9564 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9565 PATTERN argument is optional.
9566
9567 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9568
9569 * lib/ada.exp (target_compile_ada_from_dir): New function.
9570 (gdb_compile_ada): Reimplement avoiding the use of project files.
9571 * gdb.ada/gnat_ada.gpr: Delete.
9572 * gdb.ada/cond_lang.exp: Adjust test to make path before
9573 filename optional.
9574 * gdb.ada/small_reg_param.exp: Likewise.
9575
9576 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9577
9578 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9579
9580 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9581
9582 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9583 case.
9584
9585 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9586
9587 * gdb.base/break.exp: Remove dead code.
9588 * gdb.base/sepdebug.exp: Likewise.
9589
9590 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9591
9592 * gdb.asm/asm-source.exp: Remove HP-UX references.
9593 * gdb.base/annota1.exp: Likewise.
9594 * gdb.base/annota3.exp: Likewise.
9595 * gdb.base/attach.exp: Likewise.
9596 * gdb.base/bigcore.exp: Likewise.
9597 * gdb.base/break.exp: Likewise.
9598 * gdb.base/call-ar-st.exp: Likewise.
9599 * gdb.base/callfuncs.exp: Likewise.
9600 * gdb.base/catch-fork-static.exp: Likewise.
9601 * gdb.base/display.exp: Likewise.
9602 * gdb.base/foll-exec-mode.exp: Likewise.
9603 * gdb.base/foll-exec.exp: Likewise.
9604 * gdb.base/foll-fork.exp: Likewise.
9605 * gdb.base/foll-vfork.exp: Likewise.
9606 * gdb.base/funcargs.exp: Likewise.
9607 * gdb.base/hbreak2.exp: Likewise.
9608 * gdb.base/inferior-died.exp: Likewise.
9609 * gdb.base/interrupt.exp: Likewise.
9610 * gdb.base/multi-forks.exp: Likewise.
9611 * gdb.base/nodebug.exp: Likewise.
9612 * gdb.base/sepdebug.exp: Likewise.
9613 * gdb.base/solib1.c: Likewise.
9614 * gdb.base/step-test.exp: Likewise.
9615 * gdb.mi/non-stop.c: Likewise.
9616 * gdb.mi/pthreads.c: Likewise.
9617 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9618 * gdb.threads/pthreads.c: Likewise.
9619 * gdb.threads/staticthreads.exp: Likewise.
9620 * lib/future.exp: Likewise.
9621 * lib/gdb.exp: Likewise.
9622 * gdb.base/so-indr-cl.c: Remove.
9623 * gdb.base/so-indr-cl.exp: Likewise.
9624 * gdb.base/solib.c: Likewise.
9625 * gdb.base/solib.exp: Likewise.
9626 * gdb.base/solib2.c: Likewise.
9627
9628 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9629
9630 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9631 * gdb.base/call-ar-st.exp: Likewise.
9632 * gdb.base/callfuncs.exp: Likewise.
9633 * gdb.base/condbreak.exp: Likewise.
9634 * gdb.base/constvars.exp: Likewise.
9635 * gdb.base/hbreak2.exp: Likewise.
9636 * gdb.base/langs.exp: Likewise.
9637 * gdb.base/list.exp: Likewise.
9638 * gdb.base/long_long.exp: Likewise.
9639 * gdb.base/ptype.exp: Likewise.
9640 * gdb.base/scope.exp: Likewise.
9641 * gdb.base/signals.exp: Likewise.
9642 * gdb.base/so-impl-ld.exp: Likewise.
9643 * gdb.base/varargs.exp: Likewise.
9644 * gdb.base/volatile.exp: Likewise.
9645 * gdb.base/whatis.exp: Likewise.
9646 * gdb.cp/cplusfuncs.exp: Likewise.
9647 * gdb.cp/inherit.exp: Likewise.
9648 * gdb.cp/local.exp: Likewise.
9649 * gdb.cp/member-ptr.exp: Likewise.
9650 * gdb.cp/method.exp: Likewise.
9651 * gdb.cp/overload.exp: Likewise.
9652 * gdb.cp/templates.exp: Likewise.
9653 * gdb.stabs/weird.exp: Likewise.
9654 * lib/compiler.c: Likewise.
9655 * lib/compiler.cc: Likewise.
9656 * lib/cp-support.exp: Likewise.
9657 * lib/gdb.exp: Likewise.
9658
9659 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9660
9661 * configure.ac: Remove HP-UX case.
9662 * configure: Regenerate.
9663
9664 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9665
9666 * lib/gdb.exp (gdb_compile): Add function doc.
9667
9668 2015-12-17 Pedro Alves <palves@redhat.com>
9669
9670 PR threads/19354
9671 * gdb.multi/info-threads.exp: New file.
9672
9673 2015-12-15 Yao Qi <yao.qi@linaro.org>
9674
9675 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9676 is aarch64*-*-*.
9677
9678 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9679
9680 * gdb.base/history-duplicates.exp: Skip if no readline support.
9681
9682 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9683
9684 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9685
9686 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9687
9688 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9689
9690 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9691
9692 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9693 ctrl-C if nointerrupts target property is set.
9694 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9695 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9696 * gdb.base/paginate-bg-execution.exp: Likewise.
9697 * gdb.base/paginate-execution-startup.exp: Likewise.
9698 * gdb.base/random-signal.exp: Likewise.
9699 * gdb.base/range-stepping.exp: Likewise.
9700 * gdb.cp/annota2.exp: Likewise.
9701 * gdb.cp/annota3.exp: Likewise.
9702 * gdb.gdb/selftest.exp: Likewise.
9703 * gdb.threads/continue-pending-status.exp: Likewise.
9704 * gdb.threads/leader-exit.exp: Likewise.
9705 * gdb.threads/manythreads.exp: Likewise.
9706 * gdb.threads/pthreads.exp: Likewise.
9707 * gdb.threads/schedlock.exp: Likewise.
9708 * gdb.threads/sigthread.exp: Likewise.
9709
9710 2015-12-11 Don Breazeal <donb@codesourcery.com>
9711
9712 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9713 remote.
9714 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9715 * gdb.base/foll-exec.exp (main): Enable for target remote.
9716 * gdb.base/foll-fork.exp (main): Likewise.
9717 * gdb.base/foll-vfork.exp (main): Likewise.
9718 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9719 (proc continue_to_exit_bp_loc): Use clean_restart.
9720 * gdb.base/pie-execl.exp (main): Disable for target remote.
9721 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9722 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9723 * gdb.threads/execl.exp (main): Likewise.
9724 * gdb.threads/fork-child-threads.exp (main): Likewise.
9725 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9726 remote.
9727 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9728 remote.
9729 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9730 pid.tid style ptids, instead of just tid.
9731 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9732 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9733 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9734 ptids, instead of just tid.
9735
9736 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9737
9738 * gdb.base/list.exp (test_list_forward): Add end of file error
9739 test.
9740 (test_repeat_list_command): Add end of file error test.
9741 (test_list_backwards): Add beginning of file error test.
9742
9743 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9744
9745 * gdb.base/list.exp (test_list_invalid_args): New function,
9746 defined, and called.
9747
9748 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9749
9750 * gdb.base/list.exp (test_list): Make test names unique.
9751
9752 2015-12-11 Yao Qi <yao.qi@linaro.org>
9753
9754 * gdb.base/coremaker2.c: Remove.
9755
9756 2015-12-10 Pedro Alves <palves@redhat.com>
9757
9758 * gdb.multi/base.exp: Remove stale "spaces" references.
9759
9760 2015-12-10 Pedro Alves <palves@redhat.com>
9761
9762 * gdb.multi/base.exp: Don't use nowarnings.
9763 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9764 * gdb.multi/hangout.c: Include stdio.h.
9765 * gdb.multi/hello.c: Include stdlib.h.
9766 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9767 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9768 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9769
9770 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9771
9772 * gdb.dwarf2/dw2-ranges-base.c: New file.
9773 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9774 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9775 support additional line table, and debug ranges generation.
9776 (Dwarf::ranges): New function, generate .debug_ranges.
9777 (Dwarf::lines): Support generating simple line table programs.
9778 (Dwarf::assemble): Initialise new namespace variables.
9779
9780 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9781
9782 * gdb.base/async.exp (proc test_background): Add case for
9783 asynchronous execution not supported.
9784
9785 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9786
9787 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9788 format and change test names to make them unique.
9789
9790 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9791 Pedro Alves <pedro@redhat.com>
9792
9793 PR gdb/18702
9794 Add checking of floatformats setup on x86_64 hosts.
9795 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9796 (smallval, bigval): New labels/constants.
9797 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9798 float" after loading bigval and smallval.
9799
9800 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9801
9802 * gdb.ada/fun_overload_menu.exp: New testcase.
9803 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9804
9805 2015-12-04 Josh Stone <jistone@redhat.com>
9806
9807 * gdb.base/catch-fork-static.exp: New.
9808
9809 2015-12-03 Yao Qi <yao.qi@linaro.org>
9810
9811 * gdb.base/sizeof.c: Don't include stdio.h and
9812 ../lib/unbuffer_output.c.
9813 (main): New variable 'size' and 'value'. Remove printf and
9814 gdb_unbuffer_output. Assign return value to size and value.
9815 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9816 at the beginning.
9817 (check_sizeof): Check the result by printing variable 'size'.
9818 (check_valueof): Check the result by printing variable 'value'.
9819
9820 2015-12-01 Yao Qi <yao.qi@linaro.org>
9821
9822 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9823 for aarch64*-*-linux* target.
9824
9825 2015-11-30 Pedro Alves <palves@redhat.com>
9826
9827 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9828
9829 2015-11-30 Pedro Alves <palves@redhat.com>
9830
9831 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9832 Handle non-stop mode vCont replies.
9833
9834 2015-11-30 Pedro Alves <palves@redhat.com>
9835
9836 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9837 prepare_for_testing. Start gdb with "set non-stop on" appended to
9838 GDBFLAGS. Lax expected stop output.
9839
9840 2015-11-27 Yao Qi <yao.qi@linaro.org>
9841
9842 * gdb.arch/arm-neon.exp: New.
9843 * gdb.arch/arm-neon.c: New.
9844
9845 2015-11-27 Yao Qi <yao.qi@linaro.org>
9846
9847 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9848
9849 2015-11-27 Yao Qi <yao.qi@linaro.org>
9850
9851 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9852 frames-invalid annotation.
9853
9854 2015-11-27 Yao Qi <yao.qi@linaro.org>
9855
9856 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9857
9858 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9859
9860 * gdb.threads/names.exp: New file.
9861 * gdb.threads/names.c: New file.
9862 * README: Mention gdb,no_thread_names.
9863
9864 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9865
9866 PR 19297
9867 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9868 support" error.
9869
9870 2015-11-24 Pedro Alves <palves@redhat.com>
9871
9872 PR 17539
9873 * gdb.base/display.exp: Expect displays to be sorted in ascending
9874 order. Use multi_line.
9875 * gdb.base/solib-display.exp: Likewise.
9876
9877 2015-11-24 Pedro Alves <palves@redhat.com>
9878
9879 PR 17539
9880 * gdb.base/display.exp: Expect displays to be sorted in ascending
9881 order. Use multi_line.
9882 * gdb.base/solib-display.exp: Likewise.
9883
9884 2015-11-24 Pedro Alves <palves@redhat.com>
9885
9886 PR 17539
9887 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9888 threads in ascending order.
9889 * gdb.base/foll-fork.exp: Likewise.
9890 * gdb.base/foll-vfork.exp: Likewise.
9891 * gdb.base/multi-forks.exp: Likewise.
9892 * gdb.mi/mi-nonstop.exp: Likewise.
9893 * gdb.mi/mi-nsintrall.exp: Likewise.
9894 * gdb.multi/base.exp: Likewise.
9895 * gdb.multi/multi-arch.exp: Likewise.
9896 * gdb.python/py-inferior.exp: Likewise.
9897 * gdb.threads/break-while-running.exp: Likewise.
9898 * gdb.threads/execl.exp: Likewise.
9899 * gdb.threads/gcore-thread.exp: Likewise.
9900 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9901 * gdb.threads/kill.exp: Likewise.
9902 * gdb.threads/linux-dp.exp: Likewise.
9903 * gdb.threads/multiple-step-overs.exp: Likewise.
9904 * gdb.threads/next-bp-other-thread.exp: Likewise.
9905 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9906 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9907 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9908 * gdb.threads/thread-find.exp: Likewise.
9909 * gdb.threads/tls.exp: Likewise.
9910 * lib/mi-support.exp (mi_reverse_list): Delete.
9911 (mi_check_thread_states): No longer reverse list.
9912
9913 2015-11-24 Pedro Alves <palves@redhat.com>
9914
9915 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9916 use lowercase.
9917
9918 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9919
9920 * gdb.trace/actions.c: Include trace-common.h.
9921 (main): Add a location for a fast tracepoint.
9922 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9923 the normal tracepoints.
9924 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9925
9926 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9927
9928 * save-trace.exp: Factor out code to these...
9929 (gdb_save_tracepoints): New.
9930 (gdb_load_tracepoints): New.
9931 (do_save_load_test): New.
9932
9933 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9934
9935 * gdb.base/asmlabel.exp: New test.
9936 * gdb.base/asmlabel.c: New test case.
9937
9938 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9939
9940 * gdb.base/wrong_frame_bt_full-main.c: New file.
9941 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9942 * gdb.base/wrong_frame_bt_full.exp: New file.
9943
9944 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9945
9946 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9947
9948 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9949
9950 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9951 pstate register when comparing registers values in
9952 sparc64-*-linux-gnu targets to avoid spurious differences.
9953
9954 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9955
9956 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9957
9958 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9959
9960 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9961 as type argument to gdb_compile.
9962 * gdb.base/nested-subp2.exp: Likewise.
9963 * gdb.base/nested-subp3.exp: Likewise.
9964
9965 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9966
9967 * lib/dwarf.exp (_note): Fix left shift of negative value.
9968 * gdb.trace/trace-condition.exp: Likewise.
9969
9970 2015-11-13 Yao Qi <yao.qi@linaro.org>
9971
9972 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9973 comments about d10v.
9974 (test_scalar_returns): Likewise.
9975 * gdb.base/d10v.ld: Remove.
9976 * gdb.base/overlays.exp: Remove the target triplet checking for
9977 d10v-*-*.
9978 * gdb.base/structs.exp (test_struct_returns): Remove the
9979 comments about d10v.
9980 (test_struct_calls): Likewise.
9981
9982 2015-11-13 Yao Qi <yao.qi@linaro.org>
9983
9984 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9985 * gdb.base/gnu_vector.c: Don't include stdio.h.
9986 (main): Don't print res and call add_some_intvecs.
9987
9988 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9989
9990 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9991 macro.
9992 (func5): Removed.
9993 (func4): Use FAST_TRACEPOINT_LABEL.
9994 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9995 macro.
9996 (func): Removed.
9997 (thread_function): Use FAST_TRACEPOINT_LABEL.
9998 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9999 (func): Remove.
10000 (marker): Use FAST_TRACEPOINT_LABEL.
10001 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10002 (pendfunc1): Remove.
10003 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10004 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10005 (foo): Remove.
10006 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10007 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10008 macro.
10009 (func): Remove.
10010 (marker): Use FAST_TRACEPOINT_LABEL.
10011 * gdb.trace/trace-common.h: New header.
10012 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10013 macro.
10014 (func): Remove.
10015 (marker): Use FAST_TRACEPOINT_LABEL.
10016 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10017 (func): Remove.
10018 (thread_function): Use FAST_TRACEPOINT_LABEL.
10019
10020 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10021
10022 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10023 in front.
10024 * gdb.trace/change-loc.exp: Use global pcreg definition.
10025 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10026 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10027 in front.
10028 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10029 * gdb.trace/pending.exp: Likewise.
10030 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10031 * gdb.trace/trace-break.exp: Likewise.
10032 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10033 in front.
10034 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10035 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10036 in front.
10037 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10038
10039 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10040
10041 * gdb.ada/fin_fun_out: New testcase.
10042
10043 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10044
10045 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10046 value associated with DW_AT_byte_size.
10047 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10048 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10049 DW_AT_upper_bound.
10050
10051 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10052
10053 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10054 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10055 version.
10056 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10057 gdb.dwarf2/dw2-canonicalize-type.exp,
10058 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10059 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10060 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10061 provided by gdb_target_symbol_prefix_flags_asm.
10062 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10063 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10064 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10065 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10066 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10067 macros where needed). Use this macro for symbols which require
10068 the prefix provided by SYMBOL_PREFIX.
10069
10070 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10071
10072 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10073 New procs.
10074 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10075 representing expressions, of more than one list element.
10076 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10077 to prepend linker symbol prefix to f.
10078 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10079 table_1 and table_2.
10080 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10081 Likewise, for f and g.
10082 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10083 for ptr.
10084 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10085 for main.
10086 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10087 table_1_ptr and table_2_ptr.
10088
10089 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10090 Joel Brobecker <brobecker@adacore.com>
10091
10092 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10093
10094 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10095
10096 * gdb.reverse/s390-mvcle.c: New test.
10097 * gdb.reverse/s390-mvcle.exp: New file.
10098 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10099
10100 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10101
10102 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10103
10104 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10105
10106 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10107 reaching marker2.
10108 * gdb.reverse/getresuid-reverse.exp: Likewise.
10109 * gdb.reverse/pipe-reverse.exp: Likewise.
10110 * gdb.reverse/readv-reverse.exp: Likewise.
10111 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10112 * gdb.reverse/time-reverse.exp: Likewise.
10113 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10114
10115 2015-10-30 Yao Qi <yao.qi@linaro.org>
10116
10117 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10118 (empty_cycle): Remove.
10119 (main): Don't call empty_cycle. Don't use watch_count_done.
10120 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10121 empty_cycle. Rewrite the code counting HW watchpoints.
10122
10123 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10124
10125 * gdb.reverse/fstatat-reverse.c: New test.
10126 * gdb.reverse/fstatat-reverse.exp: New file.
10127 * gdb.reverse/getresuid-reverse.c: New test.
10128 * gdb.reverse/getresuid-reverse.exp: New file.
10129 * gdb.reverse/pipe-reverse.c: New test.
10130 * gdb.reverse/pipe-reverse.exp: New file.
10131 * gdb.reverse/readv-reverse.c: New test.
10132 * gdb.reverse/readv-reverse.exp: New file.
10133 * gdb.reverse/recvmsg-reverse.c: New test.
10134 * gdb.reverse/recvmsg-reverse.exp: New file.
10135 * gdb.reverse/time-reverse.c: New test.
10136 * gdb.reverse/time-reverse.exp: New file.
10137 * gdb.reverse/waitpid-reverse.c: New test.
10138 * gdb.reverse/waitpid-reverse.exp: New file.
10139
10140 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10141
10142 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10143
10144 2015-10-26 Doug Evans <dje@google.com>
10145
10146 PR symtab/17391
10147 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10148 * gdb.dwarf2/bad-regnum.c: New file.
10149 * gdb.dwarf2/bad-regnum.exp: New file.
10150
10151 2015-10-26 Doug Evans <dje@google.com>
10152
10153 PR python/18938
10154 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10155 file.
10156
10157 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10158
10159 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10160 for a change by "Mention language in compile error message".
10161
10162 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10163
10164 PR python/18073
10165 * gdb.python/py-type.c (C::a_method): New.
10166 (C::a_const_method): New.
10167 (C::a_static_method): New.
10168 (a_function): New.
10169 * gdb.python/py-type.exp (test_fields): Test getting fields
10170 from function and method.
10171
10172 2015-10-21 Keven Boell <keven.boell@intel.com>
10173
10174 * gdb.fortran/vla-alloc-assoc.exp: New file.
10175 * gdb.fortran/vla-datatypes.exp: New file.
10176 * gdb.fortran/vla-datatypes.f90: New file.
10177 * gdb.fortran/vla-history.exp: New file.
10178 * gdb.fortran/vla-ptype-sub.exp: New file.
10179 * gdb.fortran/vla-ptype.exp: New file.
10180 * gdb.fortran/vla-sizeof.exp: New file.
10181 * gdb.fortran/vla-sub.f90: New file.
10182 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10183 * gdb.fortran/vla-value-sub-finish.exp: New file.
10184 * gdb.fortran/vla-value-sub.exp: New file.
10185 * gdb.fortran/vla-value.exp: New file.
10186 * gdb.fortran/vla-ptr-info.exp: New file.
10187 * gdb.mi/mi-vla-fortran.exp: New file.
10188 * gdb.mi/vla.f90: New file.
10189
10190 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10191
10192 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10193 of hardwired timeout value.
10194
10195 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10196 Pedro Alves <palves@redhat.com>
10197
10198 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10199 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10200
10201 2015-10-19 Josh Stone <jistone@redhat.com>
10202
10203 * gdb.base/catch-syscall.c: Include <sched.h>.
10204 (unknown_syscall): New variable.
10205 (main): Trigger a vfork and an unknown syscall.
10206 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10207 (unknown_syscall_number): Likewise.
10208 (check_call_to_syscall): Accept an optional syscall pattern.
10209 (check_return_from_syscall): Likewise.
10210 (check_continue): Likewise.
10211 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10212 (test_catch_syscall_skipping_return): New test toggling off 'catch
10213 syscall' to step over the syscall return, then toggling back on.
10214 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10215 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10216 (do_syscall_tests): Call test_catch_syscall_without_args and
10217 test_catch_syscall_mid_vfork.
10218 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10219 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10220
10221 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10222
10223 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10224 print g_vE): Add new pass patterns.
10225 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10226 print various symbol names for vptr fields.
10227
10228 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10229
10230 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10231 results.
10232
10233 2015-10-12 Yao Qi <yao.qi@linaro.org>
10234
10235 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10236
10237 2015-10-12 Yao Qi <yao.qi@linaro.org>
10238
10239 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10240 is aarch64*-*-linux*.
10241
10242 2015-10-12 Yao Qi <yao.qi@linaro.org>
10243
10244 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10245 (can_relocate_bcond_true): ... it.
10246 (can_relocate_bcond_false): New function.
10247 (foo): Likewise.
10248 (can_relocate_bl): Likewise.
10249 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10250 can_relocate_bl.
10251
10252 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10253
10254 * gdb.base/nested-addr.c: New file.
10255 * gdb.base/nested-addr.exp: New testcase.
10256
10257 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10258
10259 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10260 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10261 its output. Ignore the output of "record goto begin" and instead
10262 check that GDB is replaying.
10263
10264 2015-10-09 Pedro Alves <palves@redhat.com>
10265
10266 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10267 (top level): Use it in the run with no args test.
10268
10269 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10270
10271 * gdb.dlang/properties.exp: New file.
10272
10273 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10274
10275 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10276 whether or not address 0x1000 is mapped on the target.
10277
10278 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10279
10280 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10281 build.
10282
10283 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10284
10285 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10286 instruction-history test.
10287
10288 2015-09-28 Doug Evans <dje@google.com>
10289
10290 * gdb.base/gcore.c (array_func): Add reference to static_array.
10291
10292 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10293
10294 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10295 source line.
10296
10297 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10298
10299 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10300 short or char as base type.
10301
10302 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10303
10304 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10305 to allow any size enum.
10306
10307 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10308
10309 * gdb.ada/array_ptr_renaming.exp: New testcase.
10310 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10311 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10312
10313 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10314
10315 * gdb.trace/ftrace-lock.c: New file.
10316 * gdb.trace/ftrace-lock.exp: New file.
10317
10318 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10319
10320 * gdb.arch/insn-reloc.c: New file.
10321 * gdb.arch/ftrace-insn-reloc.exp: New file.
10322
10323 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10324
10325 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10326 instruction.
10327 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10328 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10329 * gdb.trace/range-stepping.c: Likewise.
10330 * gdb.trace/trace-break.c: Likewise.
10331 * gdb.trace/trace-mt.c (thread_function): Likewise.
10332 * gdb.trace/ftrace.c (marker): Likewise.
10333 * gdb.trace/trace-condition.c (marker): Likewise.
10334 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10335 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10336 is_aarch64_target.
10337
10338 2015-09-18 Doug Evans <xdje42@gmail.com>
10339
10340 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10341 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10342
10343 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10344
10345 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10346 the breakpoint.
10347
10348 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10349
10350 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10351 the pending breakpoint. Remove timeout override for "Run till
10352 MI pending breakpoint on pendfunc3 on thread 2" test.
10353
10354 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10355
10356 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10357 filename pattern.
10358
10359 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10360
10361 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10362 in breakpoint filename pattern.
10363
10364 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10365
10366 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10367
10368 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10369
10370 * gdb.linespec/explicit.exp: Check for readline support for
10371 tab-completion tests. Fix obvious typo.
10372
10373 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10374
10375 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10376 and replay.
10377
10378 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10379
10380 * gdb.btrace/non-stop.c: New.
10381 * gdb.btrace/non-stop.exp: New.
10382
10383 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10384 Yao Qi <yao.qi@linaro.org>
10385
10386 * gdb.trace/trace-condition.c: New file.
10387 * gdb.trace/trace-condition.exp: New file.
10388
10389 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10390
10391 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10392 for testing bytecode compilation.
10393
10394 2015-09-16 Pedro Alves <palves@redhat.com>
10395 Sandra Loosemore <sandra@codesourcery.com>
10396
10397 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10398 (SECONDS): Redefine.
10399 (main): Call pthread_kill and alarm early.
10400 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10401 support.
10402 (test): If the target can't hardware step and doesn't support
10403 displaced stepping, increase the timeout.
10404
10405 2015-09-16 Pedro Alves <palves@redhat.com>
10406
10407 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10408 (enable_debug): New procedures.
10409 (test): Use them. Bail out if waiting for threads fails.
10410 (top level): Bail out if a test fails.
10411
10412 2015-09-16 Yao Qi <yao.qi@linaro.org>
10413
10414 * gdb.asm/asm-source.exp: Set asm-arch for
10415 aarch64*-*-* target.
10416 * gdb.asm/aarch64.inc: New file.
10417
10418 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10419
10420 * gdb.ada/array_of_variable_length.exp: New testcase.
10421 * gdb.ada/array_of_variable_length/foo.adb: New file.
10422 * gdb.ada/array_of_variable_length/pck.adb: New file.
10423 * gdb.ada/array_of_variable_length/pck.ads: New file.
10424
10425 2015-09-15 Doug Evans <dje@google.com>
10426
10427 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10428 of function static local variable.
10429
10430 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10431
10432 * gdb.threads/tls-so_extern.exp: New test file.
10433 * gdb.threads/tls-so_extern.c: New test file.
10434 * gdb.threads/tls-so_extern_main.c: New test file.
10435
10436 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10437
10438 * gdb.opt/solib-intra-step-lib.c: New file.
10439 * gdb.opt/solib-intra-step-main.c: New file.
10440 * gdb.opt/solib-intra-step.exp: New file.
10441
10442 2015-09-15 Pedro Alves <palves@redhat.com>
10443
10444 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10445 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10446
10447 2015-09-14 Pedro Alves <palves@redhat.com>
10448
10449 * gdb.base/hook-stop-continue.c: Delete.
10450 * gdb.base/hook-stop-continue.exp: Delete.
10451 * gdb.base/hook-stop-frame.c: Delete.
10452 * gdb.base/hook-stop-frame.exp: Delete.
10453 * gdb.base/hook-stop.c: New file.
10454 * gdb.base/hook-stop.exp: New file.
10455
10456 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10457
10458 * gdb.ada/access_to_packed_array.exp: New testcase.
10459 * gdb.ada/access_to_packed_array/foo.adb: New file.
10460 * gdb.ada/access_to_packed_array/pack.adb: New file.
10461 * gdb.ada/access_to_packed_array/pack.ads: New file.
10462
10463 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10464
10465 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10466 buffer size test.
10467
10468 2015-09-11 Don Breazeal <donb@codesourcery.com>
10469
10470 * gdb.base/foll-exec.c: Add copyright header. Fix
10471 formatting issues.
10472 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10473 (do_exec_tests): Use clean_restart in place of zap_session,
10474 and for test initialization. Fix formatting issues. Use
10475 fail in place of perror.
10476 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10477 an expect statement to match an expression with output from
10478 the program under debug.
10479 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10480 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10481 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10482 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10483 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10484
10485 2015-09-09 Doug Evans <dje@google.com>
10486
10487 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10488
10489 2015-09-09 Doug Evans <dje@google.com>
10490
10491 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10492
10493 2015-09-09 Doug Evans <dje@google.com>
10494
10495 * gdb.base/savedregs.exp: Fix typo.
10496
10497 2015-09-09 Pedro Alves <palves@redhat.com>
10498
10499 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10500
10501 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10502
10503 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10504 command actually switches threads. Give up on remaining
10505 tests if target fails to stop at breakpoint.
10506
10507 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10508
10509 * gdb.ada/funcall_char.exp: New testcase.
10510 * gdb.ada/funcall_char/foo.adb: New file.
10511
10512 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10513
10514 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10515 expected outputs. Add two testcases for completing ambiguous
10516 functions.
10517 * gdb.ada/complete/aux_pck.adb: New file.
10518 * gdb.ada/complete/aux_pck.ads: New file.
10519 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10520 Ambiguous_Func functions.
10521 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10522 * gdb.ada/complete/pck.adb: Likewise.
10523
10524 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10525
10526 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10527 failures to run the test program under GDB.
10528
10529 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10530
10531 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10532 to C.
10533
10534 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10535
10536 * gdb.base/run-after-attach.exp: New test file.
10537 * gdb.base/run-after-attach.c: New test file.
10538
10539 2015-08-26 Don Breazeal <donb@codesourcery.com>
10540
10541 * gdb.base/foll-exec-2.c: New test program.
10542 * gdb.base/foll-exec-2.exp: New test.
10543
10544 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10545
10546 * gdb.base/nested-subp1.exp: New file.
10547 * gdb.base/nested-subp1.c: New file.
10548 * gdb.base/nested-subp2.exp: New file.
10549 * gdb.base/nested-subp2.c: New file.
10550 * gdb.base/nested-subp3.exp: New file.
10551 * gdb.base/nested-subp3.c: New file.
10552
10553 2015-08-24 Pedro Alves <palves@redhat.com>
10554
10555 * gdb.server/connect-without-multi-process.c: New file.
10556 * gdb.server/connect-without-multi-process.exp: New file.
10557
10558 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10559
10560 * gdb.opt/inline-markers.c: Make z int.
10561
10562 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10563
10564 * gdb.opt/inline-markers.c: Make z volatile.
10565
10566 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10567
10568 * gdb.opt/inline-bt.c: New volatile global z.
10569 * gdb.opt/inline-cmds.c: Likewise.
10570 * gdb.opt/inline-locals.c: Likewise.
10571 * gdb.opt/inline-markers.c: New extern global z.
10572 (marker): Use z.
10573 (inline_fn): Likewise.
10574
10575 2015-08-24 Pedro Alves <palves@redhat.com>
10576
10577 * config/m32r-stub.exp: Remove file.
10578 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10579 * gdb.base/call-rt-st.exp: Likewise.
10580 * gdb.base/call-strs.exp: Likewise.
10581 * gdb.base/default.exp: Remove references to h8300-*-hms and
10582 *-*-udi*.
10583 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10584
10585 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10586
10587 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10588 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10589 and "return" use KFAIL when GDB can not read/write the vector
10590 return value.
10591
10592 2015-08-21 Gary Benson <gbenson@redhat.com>
10593
10594 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10595
10596 2015-08-20 Pedro Alves <palves@redhat.com>
10597
10598 * gdb.server/solib-list.exp: No longer expect an interior stop in
10599 non-stop mode.
10600
10601 2015-08-20 Pedro Alves <palves@redhat.com>
10602
10603 * gdb.server/connect-stopped-target.c: New file.
10604 * gdb.server/connect-stopped-target.exp: New file.
10605
10606 2015-08-20 Pedro Alves <palves@redhat.com>
10607
10608 * gdb.dwarf2/comp-unit-lang.exp: New file.
10609 * gdb.dwarf2/comp-unit-lang.c: New file.
10610
10611 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10612
10613 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10614 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10615
10616 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10617
10618 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10619 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10620
10621 2015-08-18 Doug Evans <dje@google.com>
10622 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10623
10624 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10625 skip_python_tests. New arg prompt_regexp.
10626 (skip_python_tests): New function.
10627 * lib/mi-support.exp (mi_skip_python_tests): New function.
10628 * gdb.python/py-mi-objfile-gdb.py: New file.
10629 * gdb.python/py-mi-objfile.c: New file.
10630 * gdb.python/py-mi-objfile.exp: New file.
10631
10632 2015-08-17 Keith Seitz <keiths@redhat.com>
10633
10634 * gdb.linespec/explicit.exp: Move strace test from here ...
10635 * gdb.trace/strace.exp: ... to here.
10636
10637 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10638
10639 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10640 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10641
10642 2015-08-14 Doug Evans <xdje42@gmail.com>
10643
10644 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10645 inferior before selecting a new file.
10646
10647 2015-08-14 Doug Evans <xdje42@gmail.com>
10648
10649 * gdb.mi/mi-disassemble.exp: Update.
10650 * gdb.base/disasm-optim.S: New file.
10651 * gdb.base/disasm-optim.c: New file.
10652 * gdb.base/disasm-optim.h: New file.
10653 * gdb.base/disasm-optim.exp: New file.
10654
10655 2015-08-14 Keith Seitz <keiths@redhat.com>
10656
10657 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10658 "evaluated-by".
10659
10660 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10661
10662 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10663
10664 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10665
10666 * gdb.ada/fun_renaming.exp: New testcase.
10667 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10668 * gdb.ada/fun_renaming/pack.adb: New file.
10669 * gdb.ada/fun_renaming/pack.ads: New file.
10670
10671 2015-08-12 Keith Seitz <keiths@redhat.com>
10672
10673 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10674 gdb_get_line_number.
10675
10676 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10677
10678 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10679 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10680 gdb.base/dso2dso.exp: New files.
10681
10682 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10683 Pedro Alves <palves@redhat.com>
10684 Keith Seitz <keiths@redhat.com>
10685
10686 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10687 GDBFLAGS.
10688
10689 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10690
10691 * gdb.base/gdbhistsize-history.exp
10692 (test_histsize_history_setting): Use save_vars.
10693 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10694 Use save_vars.
10695 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10696 * gdb.base/readline.exp: Use save_vars.
10697
10698 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10699
10700 * lib/gdb.exp (save_vars): New proc.
10701
10702 2015-08-11 Keith Seitz <keiths@redhat.com>
10703
10704 * gdb.base/help.exp: Update help_breakpoint_text.
10705
10706 2015-08-11 Keith Seitz <keiths@redhat.com>
10707
10708 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10709 (at toplevel): Call test_explicit_breakpoints.
10710 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10711 breakpoints.
10712 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10713 breakpoint conditions, "-cond".
10714
10715 2015-08-11 Keith Seitz <keiths@redhat.com>
10716
10717 * gdb.linespec/3explicit.c: New file.
10718 * gdb.linespec/cpexplicit.cc: New file.
10719 * gdb.linespec/cpexplicit.exp: New file.
10720 * gdb.linespec/explicit.c: New file.
10721 * gdb.linespec/explicit.exp: New file.
10722 * gdb.linespec/explicit2.c: New file.
10723 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10724 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10725 before using in the matching pattern.
10726 Clarify that `prefix' is a regular expression.
10727
10728 2015-08-11 Keith Seitz <keiths@redhat.com>
10729
10730 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10731 test.
10732 Add tests for missing ",FMT" and ",".
10733
10734 2015-08-10 Doug Evans <dje@google.com>
10735 Keith Seitz <keiths@redhat.com>
10736
10737 PR gdb/17960
10738 * gdb.base/completion.exp: Add location completer tests.
10739
10740 2015-08-07 Pedro Alves <palves@redhat.com>
10741
10742 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10743 tests here.
10744 (top level): Run do_test with and without displaced stepping.
10745
10746 2015-08-07 Pedro Alves <palves@redhat.com>
10747
10748 * gdb.base/valgrind-disp-step.c: New file.
10749 * gdb.base/valgrind-disp-step.exp: New file.
10750
10751 2015-08-07 Pedro Alves <palves@redhat.com>
10752
10753 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10754 Delete function.
10755 (main): Add alarm. Run an infinite loop instead of calling
10756 wait_threads.
10757 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10758 comment.
10759 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10760 Delete function.
10761 (main): Add alarm. Run an infinite loop instead of calling
10762 wait_threads.
10763 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10764 comment.
10765
10766 2015-08-07 Pedro Alves <palves@redhat.com>
10767
10768 * gdb.base/checkpoint-ns.exp: New file.
10769 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10770 standard_testfile.
10771
10772 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10773
10774 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10775 * gdb.btrace/instruction_history.exp: Update.
10776 * gdb.btrace/tsx.exp: New.
10777 * gdb.btrace/tsx.c: New.
10778
10779 2015-08-06 Pedro Alves <palves@redhat.com>
10780
10781 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10782 increase timeout.
10783 * gdb.reverse/until-precsave.exp: Bump timeouts.
10784
10785 2015-08-06 Pedro Alves <palves@redhat.com>
10786
10787 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10788
10789 2015-08-06 Pedro Alves <palves@redhat.com>
10790
10791 PR gdb/18749
10792 * gdb.threads/process-dies-while-handling-bp.c: New file.
10793 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10794
10795 2015-08-06 Pedro Alves <palves@redhat.com>
10796
10797 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10798 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10799
10800 2015-08-05 Pedro Alves <palves@redhat.com>
10801
10802 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10803 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10804
10805 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10806
10807 * gdb.base/bp-permanent.exp: Report test as unsupported if
10808 the target cannot stop at the permanent breakpoint.
10809
10810 2015-08-03 Doug Evans <dje@google.com>
10811
10812 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10813 10000.
10814
10815 2015-08-03 Doug Evans <dje@google.com>
10816
10817 * Makefile.in (workers/%.worker, build-perf): New rule.
10818 (GDB_PERFTEST_MODE): New variable.
10819 (check-perf): Use it.
10820 (clean): Clean up gdb.perf parallel build subdirs.
10821 * lib/build-piece.exp: New file.
10822 * lib/gdb.exp (make_gdb_parallel_path): New function
10823 (standard_output_file, standard_temp_file): Call it.
10824 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10825 of $GDB_PARALLEL.
10826 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10827
10828 2015-08-03 Doug Evans <dje@google.com>
10829
10830 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10831 (LOG_FILE_NAME): New global.
10832 (TextReporter.__init__): Initialize self.txt_sum.
10833 (TextReporter.report): Add support for multiple data-points.
10834 Move report to perftest.sum, put raw data in perftest.log.
10835 (TextReporter.start): Open sum and log files.
10836 (TextReporter.end): Close sum and log files.
10837 * gdb.perf/lib/perftest/testresult.py
10838 (SingleStatisticTestResult.record): Handle multiple data-points.
10839
10840 2015-07-31 Pedro Alves <palves@redhat.com>
10841
10842 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10843 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10844 kill_wait_spawned_process instead of explicit "kill -9".
10845 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10846 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10847 kill_wait_spawned_process.
10848 * gdb.base/attach-twice.exp: Likewise.
10849 * gdb.base/attach.exp: Likewise.
10850 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10851 gdb_test_multiple.
10852 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10853 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10854 kill_wait_spawned_process.
10855 * gdb.base/valgrind-infcall.exp: Likewise.
10856 * gdb.multi/multi-attach.exp: Likewise.
10857 * gdb.python/py-prompt.exp: Likewise.
10858 * gdb.python/py-sync-interp.exp: Likewise.
10859 * gdb.server/ext-attach.exp: Likewise.
10860 * gdb.threads/attach-into-signal.exp (corefunc): Use
10861 spawn_wait_for_attach, spawn_id_get_pid and
10862 kill_wait_spawned_process.
10863 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10864 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10865 spawn_id_get_pid and kill_wait_spawned_process.
10866 * gdb.threads/attach-stopped.exp (corefunc): Use
10867 spawn_wait_for_attach, spawn_id_get_pid and
10868 kill_wait_spawned_process.
10869 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10870 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10871 kill_wait_spawned_process instead of explicit "kill -9".
10872 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10873 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10874 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10875 processes. Don't map cygwin/windows pids here. Now returns a
10876 spawn id list.
10877
10878 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10879
10880 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10881 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10882 correct patch.
10883
10884 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10885
10886 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10887
10888 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10889
10890 Reapply:
10891 2014-05-21 Mark Wielaard <mjw@redhat.com>
10892
10893 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10894
10895 2015-07-30 Pedro Alves <palves@redhat.com>
10896
10897 * linux-low.c (handle_extended_wait): Set the child's last
10898 reported status to TARGET_WAITKIND_STOPPED.
10899
10900 2015-07-30 Pedro Alves <palves@redhat.com>
10901
10902 PR threads/18600
10903 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10904 only shows inferior 1.
10905
10906 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10907 Pedro Alves <palves@redhat.com>
10908
10909 PR threads/18600
10910 * gdb.threads/fork-plus-threads.c: New file.
10911 * gdb.threads/fork-plus-threads.exp: New file.
10912
10913 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10914
10915 * gdb.base/batch-preserve-term-settings.exp
10916 (test_terminal_settings_preserved_after_cli_exit): Use
10917 send_quit_command.
10918
10919 2015-07-29 Pedro Alves <palves@redhat.com>
10920 Don Breazeal <donb@codesourcery.com>
10921
10922 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10923 output from both inferior_spawn_id and gdb_spawn_id.
10924
10925 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10926
10927 * gdb.threads/attach-into-signal.exp (corefunc): Use
10928 with_test_prefix on nested loops, uniquefying the test messages.
10929
10930 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10931
10932 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10933 commit.
10934
10935 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10936
10937 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10938 New proc.
10939 (test_terminal_settings_preserved_after_sigterm): New test.
10940
10941 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10942
10943 * gdb.base/batch-preserve-term-settings.exp
10944 (test_terminal_settings_preserved_after_cli_exit): New test.
10945
10946 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10947
10948 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10949 manipulation of saved_gdbflags.
10950 (test_terminal_settings_preserved): Remove global declaration of
10951 the unused variable pagination_prompt. Remove manipulation of
10952 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10953 GDBFLAGS.
10954
10955 2015-07-29 Pedro Alves <palves@redhat.com>
10956
10957 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10958
10959 2015-07-29 Pedro Alves <palves@redhat.com>
10960
10961 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10962 at the top.
10963
10964 2015-07-29 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10967 (main): Call gdb_unbuffer_output.
10968 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10969 (main): Call gdb_unbuffer_output.
10970 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10971 (main): Call gdb_unbuffer_output.
10972 * gdb.base/call-strs.exp: Adjust to step over the
10973 gdb_unbuffer_output call.
10974 * gdb.base/catch-gdb-caused-signals.c: Include
10975 "../lib/unbuffer_output.c".
10976 (main): Call gdb_unbuffer_output.
10977 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10978 (main): Call gdb_unbuffer_output.
10979 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10980 (main): Call gdb_unbuffer_output.
10981 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10982 (main): Call gdb_unbuffer_output.
10983 * gdb.base/shlib-call.exp: Adjust to step over the
10984 gdb_unbuffer_output call.
10985 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10986 (main): Call gdb_unbuffer_output.
10987 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10988 (main): Call gdb_unbuffer_output.
10989 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10990 (main): Rename to ...
10991 (test): ... this.
10992 (main): Reimplement.
10993 * gdb.base/varargs.exp: Run to test instead of to main.
10994 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10995 (main): Call gdb_unbuffer_output.
10996
10997 2015-07-29 Pedro Alves <palves@redhat.com>
10998
10999 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11000 factore out from mi_continue_dprintf. For call-style dprintfs,
11001 expect dprintf output out of $inferior_spawn_id.
11002 (mi_continue_dprintf): Use mi_expect_dprintf.
11003 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11004 (main): Call gdb_unbuffer_output.
11005
11006 2015-07-29 Pedro Alves <palves@redhat.com>
11007
11008 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11009 (default_mi_gdb_start): Set inferior_spawn_id instead of
11010 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11011 gdb_spawn_id.
11012 (mi_gdb_test): Always expect inferior output from both
11013 $inferior_spawn_id and $gdb_spawn_id.
11014
11015 2015-07-29 Pedro Alves <palves@redhat.com>
11016
11017 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11018 send_inferior and $inferior_spawn_id.
11019
11020 2015-07-29 Pedro Alves <palves@redhat.com>
11021
11022 * gdb.gdb/complaints.exp (test_initial_complaints)
11023 (test_serial_complaints, test_short_complaints): Use
11024 gdb_test_stdio.
11025 (test_empty_complaint): Handle $inferior_spawn_id !=
11026 $gdb_spawn_id.
11027
11028 2015-07-29 Pedro Alves <palves@redhat.com>
11029
11030 * gdb.base/varargs.exp: Use gdb_test_stdio.
11031
11032 2015-07-29 Pedro Alves <palves@redhat.com>
11033
11034 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11035
11036 2015-07-29 Pedro Alves <palves@redhat.com>
11037
11038 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11039
11040 2015-07-29 Pedro Alves <palves@redhat.com>
11041
11042 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11043 parameter into two new parameters, "inf_result" and "gdb_result".
11044 Expect inferior output and gdb output from $inferior_spawn_id and
11045 $gdb_spawn_id, respectively. Adjust all callers.
11046
11047 2015-07-29 Pedro Alves <palves@redhat.com>
11048
11049 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11050 of gdb_test_sequence.
11051
11052 2015-07-29 Pedro Alves <palves@redhat.com>
11053
11054 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11055 (saw_spurious_output): Expect inferior output from
11056 $inferior_spawn_id. Use gdb_test_stdio.
11057
11058 2015-07-29 Pedro Alves <palves@redhat.com>
11059
11060 * gdb.base/dprintf.exp: Use standard_testfile. Change
11061 prepare_for_testing call.
11062 (srcfile): Don't set.
11063 (restart): New procedure.
11064 (test_dprintf): New procecure, use to continue over dprintfs.
11065 (test_call, test_agent): New procedures, tests moved here.
11066 Restart gdb and recreate dprintfs. Adjust expected output.
11067
11068 2015-07-29 Pedro Alves <palves@redhat.com>
11069
11070 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11071
11072 2015-07-29 Pedro Alves <palves@redhat.com>
11073
11074 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11075
11076 2015-07-29 Pedro Alves <palves@redhat.com>
11077
11078 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11079 gdb_test_stdio.
11080
11081 2015-07-29 Pedro Alves <palves@redhat.com>
11082
11083 * lib/gdb.exp (gdb_test_stdio): New procedure.
11084
11085 2015-07-29 Pedro Alves <palves@redhat.com>
11086
11087 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11088
11089 2015-07-29 Pedro Alves <palves@redhat.com>
11090
11091 * gdb.base/call-signal-resume.exp: Remove check for
11092 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11093 * gdb.base/unwindonsignal.exp: Likewise.
11094 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11095 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11096
11097 2015-07-29 Pedro Alves <palves@redhat.com>
11098
11099 * gdb.base/siginfo-addr.c (pass): New function.
11100 (handler): Call it iff si_addr is correct.
11101 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11102 Set a breakpoint at "pass" and continue to it.
11103
11104 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11105
11106 * gdb.python/py-objfile.exp: Make some tests have unique names.
11107 * gdb.python/py-pp-registration.exp: Likewise.
11108
11109 2015-07-28 Pedro Alves <palves@redhat.com>
11110
11111 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11112
11113 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11114
11115 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11116
11117 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11118
11119 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11120
11121 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11122
11123 * gdb.base/gdb-sigterm-2.exp: New test.
11124
11125 2015-07-25 Doug Evans <xdje42@gmail.com>
11126
11127 Revert:
11128 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11129 (workers/%.worker, build-perf): New rule.
11130 (GDB_PERFTEST_MODE): New variable.
11131 (check-perf): Use it.
11132 (clean): Clean up gdb.perf parallel build subdirs.
11133 * lib/build-piece.exp: New file.
11134 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11135 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11136 name.
11137 (standard_temp_file): Ditto.
11138 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11139 of $GDB_PARALLEL.
11140
11141 2015-07-24 Doug Evans <dje@google.com>
11142
11143 * gdb.perf/lib/perftest/utils.py: New file.
11144 * gdb.perf/gm-hello.cc: New file.
11145 * gdb.perf/gm-pervasive-typedef.cc: New file.
11146 * gdb.perf/gm-pervasive-typedef.h: New file.
11147 * gdb.perf/gm-std.cc: New file.
11148 * gdb.perf/gm-std.h: New file.
11149 * gdb.perf/gm-use-cerr.cc: New file.
11150 * gdb.perf/gm-utils.h: New file.
11151 * gdb.perf/gmonster-null-lookup.py: New file.
11152 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11153 * gdb.perf/gmonster-print-cerr.py: New file.
11154 * gdb.perf/gmonster-ptype-string.py: New file.
11155 * gdb.perf/gmonster-runto-main.py: New file.
11156 * gdb.perf/gmonster-select-file.py: New file.
11157 * gdb.perf/gmonster1-null-lookup.exp: New file.
11158 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11159 * gdb.perf/gmonster1-print-cerr.exp: New file.
11160 * gdb.perf/gmonster1-ptype-string.exp: New file.
11161 * gdb.perf/gmonster1-runto-main.exp: New file.
11162 * gdb.perf/gmonster1-select-file.exp: New file.
11163 * gdb.perf/gmonster1.cc: New file.
11164 * gdb.perf/gmonster1.exp: New file.
11165 * gdb.perf/gmonster2-null-lookup.exp: New file.
11166 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11167 * gdb.perf/gmonster2-print-cerr.exp: New file.
11168 * gdb.perf/gmonster2-ptype-string.exp: New file.
11169 * gdb.perf/gmonster2-runto-main.exp: New file.
11170 * gdb.perf/gmonster2-select-file.exp: New file.
11171 * gdb.perf/gmonster2.cc: New file.
11172 * gdb.perf/gmonster2.exp: New file.
11173
11174 2015-07-24 Doug Evans <dje@google.com>
11175
11176 * gdb.perf/README: New file.
11177 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11178 * lib/gen-perf-test.exp: New file.
11179
11180 2015-07-24 Doug Evans <dje@google.com>
11181
11182 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11183 (PerfTest::startup): New function.
11184 (PerfTest::run): Return result of calling body.
11185 (PerfTest::assemble): Rewrite.
11186 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11187 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11188 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11189 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11190 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11191
11192 2015-07-24 Doug Evans <dje@google.com>
11193
11194 * lib/gdb.exp (clean_restart): Make executable optional.
11195
11196 2015-07-24 Doug Evans <dje@google.com>
11197
11198 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11199 compiler_info references.
11200 * gdb.cp/temargs.exp: Ditto.
11201 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11202 (get_compiler_info): Early exit if already computed. Set compiler_info
11203 to "unknown" if there was a problem.
11204 (test_compiler_info): Add function comment. Call get_compiler_info.
11205
11206 2015-07-24 Doug Evans <dje@google.com>
11207
11208 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11209 (workers/%.worker, build-perf): New rule.
11210 (GDB_PERFTEST_MODE): New variable.
11211 (check-perf): Use it.
11212 (clean): Clean up gdb.perf parallel build subdirs.
11213 * lib/build-piece.exp: New file.
11214 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11215 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11216 name.
11217 (standard_temp_file): Ditto.
11218 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11219 of $GDB_PARALLEL.
11220
11221 2015-07-24 Doug Evans <dje@google.com>
11222
11223 * lib/future.exp (gdb_default_target_compile): New option
11224 "early_flags".
11225 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11226 --as-needed.
11227
11228 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11229
11230 * gdb.base/catch-syscall.exp: Call gdb_exit before
11231 gdb_skip_xml_test.
11232
11233 2015-07-24 Pedro Alves <palves@redhat.com>
11234
11235 * gdb.python/py-events.exp: Accept output between the stop event
11236 and the prompt.
11237 * gdb.python/py-evsignal.exp: Likewise.
11238 * gdb.python/py-evthreads.exp: Likewise.
11239
11240 2015-07-24 Pedro Alves <palves@redhat.com>
11241
11242 PR gdb/18717
11243 * gdb.threads/non-ldr-exit.c: New file.
11244 * gdb.threads/non-ldr-exit.exp: New file.
11245
11246 2015-07-24 Yao Qi <yao.qi@linaro.org>
11247
11248 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11249 restarting process.
11250
11251 2015-07-24 Yao Qi <yao.qi@linaro.org>
11252
11253 * gdb.server/ext-restart.exp: New file.
11254
11255 2015-07-24 Yao Qi <yao.qi@linaro.org>
11256
11257 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11258 argument options.
11259 * gdb.server/ext-wrapper.exp: New file.
11260
11261 2015-07-23 Doug Evans <dje@google.com>
11262
11263 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11264 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11265
11266 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11267
11268 * gdb.ada/var_arr_typedef.exp: New testcase.
11269 * gdb.ada/var_arr_typedef/pack.adb: New file.
11270 * gdb.ada/var_arr_typedef/pack.ads: New file.
11271 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11272
11273 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11274
11275 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11276
11277 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11278
11279 * gdb.arch/i386-biarch-core.exp: Replace istarget
11280 by "complete set gnutarget". Remove expectation for the "core-file"
11281 command.
11282
11283 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11284
11285 Revert the previous commit:
11286 Tests for validate symbol file using build-id.
11287
11288 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11289
11290 Tests for validate symbol file using build-id.
11291 * gdb.base/solib-mismatch-lib.c: New file.
11292 * gdb.base/solib-mismatch-libmod.c: New file.
11293 * gdb.base/solib-mismatch.c: New file.
11294 * gdb.base/solib-mismatch.exp: New file.
11295
11296 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11297
11298 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11299 nios2-*-linux*.
11300 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11301 * gdb.base/siginfo.exp: Likewise.
11302 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11303
11304 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11305
11306 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11307 Move it to ...
11308 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11309 ... here.
11310 * gdb.trace/range-stepping.exp: Check that the target supports
11311 range stepping.
11312
11313 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11314
11315 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11316
11317 2015-07-14 Pedro Alves <palves@redhat.com>
11318
11319 * gdb.base/killed-outside.exp: New file.
11320 * gdb.base/killed-outside.c: New file.
11321
11322 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11323
11324 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11325 (n at main): New.
11326 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11327
11328 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11329
11330 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11331 infcall tests instead of setting up for KFAIL.
11332
11333 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11334
11335 * gdb.btrace/record_goto-step.exp: New.
11336
11337 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11338
11339 PR compile/18484
11340 * gdb.compile/compile.c (struct struct_type): Add volatile to
11341 selffield's type.
11342 * gdb.compile/compile.exp
11343 (compile code struct_object.selffield = &struct_object): Skip further
11344 struct_object tests if this one xfails.
11345
11346 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11347
11348 PR exp/18617
11349 * gdb.trace/ax.exp: Add test.
11350
11351 2015-07-07 Yao Qi <yao.qi@linaro.org>
11352
11353 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11354 instead of istarget "aarch64*-*-*".
11355 * gdb.arch/aarch64-fp.exp: Likewise.
11356 * gdb.base/float.exp: Likewise.
11357 * gdb.reverse/aarch64.exp: Likewise.
11358 * lib/gdb.exp (is_aarch64_target): New proc.
11359
11360 2015-07-07 Yao Qi <yao.qi@linaro.org>
11361
11362 * lib/gdb.exp (is_aarch32_target): New proc.
11363 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11364 instead of "istarget "arm*-*-*"".
11365 * gdb.arch/arm-disp-step.exp: Likewise.
11366 * gdb.arch/thumb-bx-pc.exp: Likewise.
11367 * gdb.arch/thumb-prologue.exp: Likewise.
11368 * gdb.arch/thumb-singlestep.exp: Likewise.
11369 * gdb.base/disp-step-syscall.exp: Likewise.
11370 * gdb.base/float.exp: Likewise.
11371
11372 2015-07-07 Yao Qi <yao.qi@linaro.org>
11373
11374 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11375 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11376
11377 2015-07-07 Yao Qi <yao.qi@linaro.org>
11378
11379 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11380 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11381 if it exists.
11382 * gdb.multi/multi-arch.exp: Likewise.
11383
11384 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11385
11386 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11387 print.
11388
11389 2015-07-07 Yao Qi <yao.qi@linaro.org>
11390
11391 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11392
11393 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11394
11395 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11396 '[' and ']' characters.
11397
11398 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11399
11400 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11401
11402 2015-06-29 Pedro Alves <palves@redhat.com>
11403
11404 PR threads/18127
11405 * gdb.threads/hand-call-new-thread.c: New file.
11406 * gdb.threads/hand-call-new-thread.c: New file.
11407
11408 2015-06-26 Keith Seitz <keiths@redhat.com>
11409 Doug Evans <dje@google.com>
11410
11411 PR 16253
11412 * gdb.cp/var-tag-2.cc: New file.
11413 * gdb.cp/var-tag-3.cc: New file.
11414 * gdb.cp/var-tag-4.cc: New file.
11415 * gdb.cp/var-tag.cc: New file.
11416 * gdb.cp/var-tag.exp: New file.
11417
11418 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11419
11420 * gdb.base/history-duplicates.exp: New test.
11421
11422 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11423
11424 * gdb.base/completion.exp: Test the completion of the "focus"
11425 command.
11426
11427 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11428
11429 * gdb.arch/amd64-prologue-skip.S: New file.
11430 * gdb.arch/amd64-prologue-skip.exp: New file.
11431
11432 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11433
11434 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11435 is_address_zero_readable check.
11436
11437 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11438
11439 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11440 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11441
11442 2015-06-24 Yao Qi <yao.qi@linaro.org>
11443
11444 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11445 linux targets.
11446
11447 2015-06-24 Yao Qi <yao.qi@linaro.org>
11448
11449 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11450 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11451 * gdb.base/siginfo-thread.exp: Likewise.
11452
11453 2015-06-22 Yao Qi <yao.qi@linaro.org>
11454
11455 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11456
11457 2015-06-22 Yao Qi <yao.qi@linaro.org>
11458
11459 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11460 aarch64*-*-*.
11461 (skip_hw_watchpoint_tests): Likewise.
11462
11463 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11464
11465 * gdb.base/gdbinit-history.exp: Test the interaction between
11466 setting GDBHISTSIZE and setting the history size via .gdbinit.
11467
11468 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11469
11470 PR gdb/16999
11471 * gdb.base/gdbhistsize-history.exp: New test.
11472
11473 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11474
11475 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11476 with GDBHISTSIZE.
11477 * gdb.base/readline.exp: Likewise.
11478
11479 2015-06-17 Yao Qi <yao.qi@linaro.org>
11480
11481 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11482 line.
11483
11484 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11485
11486 * gdb.base/gdbinit-history.exp: Add test case to check that
11487 an unlimited history file does not get truncated on exit.
11488
11489 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11490
11491 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11492 (VECTOR): New macro. Use it...
11493 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11494 ...for these typedefs.
11495 (int8, char1, int1, double1): New typedefs.
11496 (struct just_int2, struct two_int2): New structures.
11497 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11498 (add_structvecs, add_singlevecs): New functions.
11499 (main): Call add_some_intvecs twice.
11500 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11501 the compile and exit upon failure. Try compiling for the "native"
11502 architecture. Test inferior function calls with vector arguments
11503 and vector return value handling with "finish" and "return".
11504
11505 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11506
11507 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11508 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11509 PE file.
11510 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11511
11512 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11513
11514 PR breakpoints/16465
11515 * gdb.mi/mi-dprintf-pending.c: New file.
11516 * gdb.mi/mi-dprintf-pending.exp: New test.
11517 * gdb.mi/mi-dprintf-pendshr.c: New file.
11518
11519 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11520 Mircea Gherzan <mircea.gherzan@intel.com>
11521
11522 * gdb.arch/i386-mpx-map.c: New file.
11523 * gdb.arch/i386-mpx-map.exp: New File.
11524
11525 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11526
11527 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11528 * gdb.arch/i386-mpx.exp: Indentation fixed.
11529
11530 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11531
11532 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11533 function and improved indentation.
11534 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11535 gdb_test_multiple. Added additional tests to skip the test.
11536
11537 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11538
11539 * gdb.arch/i386-avx512.c: Change path in include file.
11540 * gdb.arch/i386-avx512.exp: Change include dir path
11541 compilation flag.
11542 * gdb.arch/i386-mpx.c: Change path in include file.
11543 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11544 flag.
11545
11546 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11547
11548 * gdb.compile/compile-print.exp (compile print *vararray@3)
11549 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11550
11551 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11552
11553 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11554 (do not keep jit in memory): ... this.
11555 (expect 5): Change it to ...
11556 (expect no 5): ... this.
11557
11558 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11559
11560 PR gdb/15564
11561 * gdb.mi/mi-detach.exp: New file.
11562
11563 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11564
11565 PR symtab/18392
11566 * gdb.arch/amd64-tailcall-self.S: New file.
11567 * gdb.arch/amd64-tailcall-self.c: New file.
11568 * gdb.arch/amd64-tailcall-self.exp: New file.
11569
11570 2015-05-28 Don Breazeal <donb@codesourcery.com>
11571
11572 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11573 tests for remote targets by checking is_target_gdbserver.
11574
11575 2015-05-27 Doug Evans <dje@google.com>
11576
11577 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11578 * gdb.dwarf2/opaque-type-lookup.c: New file.
11579 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11580
11581 2015-05-26 Doug Evans <dje@google.com>
11582
11583 * gdb.cp/iostream.cc: New file.
11584 * gdb.cp/iostream.exp: New file.
11585
11586 2015-05-26 Doug Evans <dje@google.com>
11587
11588 * gdb.dwarf2/dw2-op-call.exp: Update.
11589 * gdb.dwarf2/dw4-sig-types.exp: Update.
11590 * gdb.dwarf2/implptr.exp: Update.
11591 * gdb.mi/mi-cmd-param-changed.exp: Update.
11592
11593 2015-05-26 Doug Evans <dje@google.com>
11594
11595 * gdb.python/py-lazy-string.c: New file.
11596 * gdb.python/py-lazy-string.exp: New file.
11597 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11598 (main): Update. Add estring3.
11599 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11600 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11601
11602 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11603 Yao Qi <yao.qi@linaro.org>
11604
11605 * gdb.reverse/aarch64.c: New.
11606 * gdb.reverse/aarch64.exp: New.
11607
11608 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11609
11610 * lib/gdb.exp (supports_process_record): Return true for
11611 aarch64*-linux*.
11612 (supports_reverse): Likewise.
11613
11614 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11615
11616 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11617 Use with_test_prefix.
11618
11619 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11620
11621 * gdb.base/completion.exp: Add test for completion of layout
11622 names.
11623
11624 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11625
11626 * lib/gdb.exp (skip_tui_tests): New proc.
11627 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11628
11629 2015-05-19 Pedro Alves <palves@redhat.com>
11630
11631 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11632 Save the whole env array instead of just HOME. Unset HISTSIZE in
11633 the environment while testing. Restore whole environment
11634 afterwards.
11635
11636 2015-05-16 Doug Evans <xdje42@gmail.com>
11637
11638 * gdb.guile/scm-ports.c: New file.
11639 * gdb.guile/scm-ports.exp: Add memory port tests.
11640
11641 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11642
11643 * gdb.compile/compile-print.c: New file.
11644 * gdb.compile/compile-print.exp: New file.
11645
11646 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11647
11648 * gdb.compile/compile-ops.exp: Cast param to void.
11649 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11650 (compile code struct_object.selffield = &struct_object): Add xfail.
11651
11652 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11653
11654 * gdb.ada/arr_enum_with_gap: New testcase.
11655
11656 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11657
11658 * gdb.ada/byte_packed_arr: New testcase.
11659
11660 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11661
11662 * gdb.ada/pckd_neg: New testcase.
11663
11664 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11665
11666 PR gdb/17820
11667 * gdb.base/gdbinit-history.exp: New test.
11668 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11669 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11670
11671 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11672
11673 * gdb.python/py-xmethods.cc: Enhance test case.
11674 * gdb.python/py-xmethods.exp: New tests.
11675 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11676 function.
11677 (B_indexoper): Likewise.
11678 (global_dm_list) : Add new xmethod worker functions.
11679
11680 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11681
11682 * gdb.base/coredump-filter.exp: Correctly unset
11683 "coredump_var_addr" array.
11684
11685 2015-05-08 Pedro Alves <palves@redhat.com>
11686
11687 * gdb.server/non-existing-program.exp: Unset spawn_id.
11688
11689 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11690
11691 PR python/18291
11692 * gdb.python/py-xmethods.exp: Add tests.
11693
11694 2015-05-08 Yao Qi <yao.qi@linaro.org>
11695
11696 PR gdb/18208
11697 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11698 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11699 function set_coredump_filter, and remove remote_exec call.
11700 Remove argument ipid. Callers update.
11701 (top level): Don't get inferior's PID.
11702
11703 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11704
11705 * gdb.base/watch_thread_num.exp: Skip test on targets without
11706 access watchpoints.
11707
11708 2015-05-06 Pedro Alves <palves@redhat.com>
11709
11710 PR server/18081
11711 * gdb.server/non-existing-program.exp: New file.
11712
11713 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11714
11715 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11716
11717 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11718
11719 * gdb.ada/out_of_line_in_inlined: New testcase.
11720
11721 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11722
11723 * gdb.ada/var_rec_arr: New testcase.
11724
11725 2015-04-30 Yao Qi <yao.qi@linaro.org>
11726
11727 * gdb.base/break-idempotent.exp: If
11728 skip_hw_watchpoint_multi_tests returns true, skip the tests
11729 on "rwatch" and "awatch".
11730
11731 2015-04-30 Yao Qi <yao.qi@linaro.org>
11732
11733 * gdb.base/relativedebug.exp: Invoke gdb command
11734 "info sharedlibrary", and if libc.so doesn't have debug info,
11735 skip the test.
11736
11737 2015-04-29 Doug Evans <dje@google.com>
11738
11739 * gdb.python/py-xmethods.exp: Add ptype tests.
11740 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11741 get_result_type method.
11742
11743 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11744
11745 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11746 the target does not support hardware watchpoints.
11747
11748 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11749
11750 * gdb.base/break-always.exp: Abort testing if writing to memory
11751 causes an error.
11752
11753 2015-04-28 Doug Evans <dje@google.com>
11754
11755 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11756 * gdb.python/py-pp-registration.exp: ... here. New file.
11757 * gdb.python/py-pp-registration.c: New file.
11758 * gdb.python/py-pp-registration.py: New file.
11759
11760 2015-04-28 Doug Evans <dje@google.com>
11761
11762 * gdb.python/py-bad-printers.c: New file.
11763 * gdb.python/py-bad-printers.py: New file.
11764 * gdb.python/py-bad-printers.exp: New file.
11765
11766 2015-04-28 Sasha Smundak <asmundak@google.com>
11767
11768 * gdb.python/py-type.exp: New test.
11769
11770 2015-04-28 Andy Wingo <wingo@igalia.com>
11771
11772 * gdb.python/py-parameter.exp:
11773 * gdb.guile/scm-parameter.exp: Escape the path that we are
11774 matching against, as it might contain characters that are special
11775 to regular expressions.
11776
11777 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11778
11779 * gdb.ada/rec_comp: New testcase.
11780
11781 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11782
11783 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11784 before using it.
11785
11786 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11787
11788 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11789 new tests for verilog output.
11790
11791 2015-04-24 Yao Qi <yao.qi@linaro.org>
11792
11793 * boards/remote-gdbserver-on-localhost.exp: New file.
11794
11795 2015-04-23 Pedro Alves <palves@redhat.com>
11796
11797 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11798 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11799 "end of file", remove $inferior_spawn_id from the indirect list.
11800
11801 2015-04-23 Pedro Alves <palves@redhat.com>
11802
11803 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11804
11805 2015-04-23 Pedro Alves <palves@redhat.com>
11806
11807 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11808 on $any_spawn_id instead of only on $gdb_spawn_id.
11809
11810 2015-04-21 Pierre Muller <muller@sourceware.org>
11811
11812 PR pascal/17815
11813 * lib/pascal.exp (gpc_compile): Add new option "class".
11814 (fpc_compile): Likewise.
11815 * gdb.pascal/case-insensitive-symbols.pas: New file.
11816 * gdb.pascal/case-insensitive-symbols.exp: New file.
11817
11818 2015-04-20 Gary Benson <gbenson@redhat.com>
11819
11820 * gdb.base/attach.exp: Fix three extended remote failures.
11821
11822 2015-04-17 Gary Benson <gbenson@redhat.com>
11823
11824 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11825 the main executable over the remote protocol.
11826
11827 2015-04-16 Pedro Alves <palves@redhat.com>
11828
11829 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11830 a new gdbserver if gdbserver_reconnect_p is set.
11831
11832 2015-04-16 Pedro Alves <palves@redhat.com>
11833
11834 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11835 is set, don't exit gdbserver.
11836
11837 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11838
11839 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11840 appropriate .insn, such that an older assembler can be used.
11841 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11842 the z/Architecture instruction set on 31-bit targets as well.
11843
11844 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11845
11846 * gdb.go/handcall.exp: Remove all logic related to the first
11847 breakpoint and rely on go_runto_main instead.
11848 * gdb.go/strings.exp: Likewise.
11849 * gdb.go/unsafe.exp: Likewise.
11850 * gdb.go/hello.exp: Likewise. Also rename the remaining
11851 breakpoint marker to "breakpoint 1".
11852 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11853 * gdb.go/strings.go: Likewise.
11854 * gdb.go/unsafe.go: Likewise.
11855 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11856 "set breakpoint 2 here" and rename the remaining breakpoint marker
11857 to "breakpoint 1".
11858
11859 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11860
11861 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11862 if itertools.imap is not present.
11863 * gdb.python/py-objfile.exp: Add parentheses.
11864 * gdb.python/py-type.exp: Same.
11865 * gdb.python/py-unwind-maint.py: Same.
11866
11867 2015-04-15 Yao Qi <yao.qi@linaro.org>
11868
11869 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11870 of ":$ptr_size" and set its form explicitly.
11871
11872 2015-04-15 Pedro Alves <palves@redhat.com>
11873 Yao Qi <yao.qi@linaro.org>
11874
11875 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11876 timeout by factor of 4.
11877 (test_regular_watch): Likewise.
11878 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11879 * gdb.reverse/sigall-reverse.exp: Likewise.
11880 * gdb.reverse/until-precsave.exp: Likewise.
11881 * lib/gdb.exp (with_timeout_factor): New proc.
11882 (gdb_expect): Move some code to ...
11883 (get_largest_timeout): ... here. New procedure.
11884
11885 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11886
11887 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11888
11889 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11890
11891 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11892 to write to the .text section.
11893
11894 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11895
11896 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11897 Handle the case of targets that do not provide PID information.
11898
11899 2015-04-13 Yao Qi <yao.qi@linaro.org>
11900
11901 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11902 and use expect instead of gdb_expect.
11903
11904 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11905
11906 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11907 "coredump_var_addr" to avoid naming conflict with other testcases.
11908
11909 2015-04-10 Pedro Alves <palves@redhat.com>
11910
11911 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11912 gdb_test_sequence and gdb_assert.
11913
11914 2015-04-10 Pedro Alves <palves@redhat.com>
11915
11916 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11917 test messages that don't include the breakpoint address.
11918
11919 2015-04-10 Yao Qi <yao.qi@linaro.org>
11920
11921 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11922 false for some offset and width combinations which aren't
11923 supported by linux kernel.
11924
11925 2015-04-10 Pedro Alves <palves@redhat.com>
11926
11927 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11928 procedure, factored out from ...
11929 (top level): ... here. Add "set displaced-stepping" testing axis.
11930 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11931 parameter "displaced". Use it.
11932 (top level): Use foreach and add "set displaced-stepping" testing
11933 axis.
11934
11935 2015-04-10 Pedro Alves <palves@redhat.com>
11936
11937 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11938 Remove comment.
11939 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11940 both the address of the instruction that triggers the watchpoint
11941 and the address of the instruction immediately after, and use
11942 those addresses for the test. Fix comment.
11943
11944 2015-04-10 Pedro Alves <palves@redhat.com>
11945
11946 * gdb.base/sigstep.exp (breakpoint_to_handler)
11947 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11948 Test "backtrace" in handler.
11949 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11950 (top level): Add new "displaced" test axis to
11951 breakpoint_to_handler, breakpoint_to_handler_entry and
11952 breakpoint_over_handler.
11953
11954 2015-04-10 Pedro Alves <palves@redhat.com>
11955
11956 PR gdb/18216
11957 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11958
11959 2015-04-10 Yao Qi <yao.qi@linaro.org>
11960
11961 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11962 (test_add_rn_pc): New function.
11963 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11964 (top level): Invoke test_add_rn_pc.
11965
11966 2015-04-10 Pedro Alves <palves@redhat.com>
11967
11968 PR gdb/13858
11969 * gdb.base/step-over-no-symbols.exp: New file.
11970
11971 2015-04-09 Andy Wingo <wingo@igalia.com>
11972
11973 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11974 after the Python tests.
11975
11976 2015-04-08 Keith Seitz <keiths@redhat.com>
11977
11978 PR python/16699
11979 * gdb.python/py-completion.exp: New tests for completion.
11980 * gdb.python/py-completion.py (CompleteLimit1): New class.
11981 (CompleteLimit2): Likewise.
11982 (CompleteLimit3): Likewise.
11983 (CompleteLimit4): Likewise.
11984 (CompleteLimit5): Likewise.
11985 (CompleteLimit6): Likewise.
11986 (CompleteLimit7): Likewise.
11987
11988 2015-04-08 Pedro Alves <palves@redhat.com>
11989
11990 PR gdb/18214
11991 PR gdb/18216
11992 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11993 function.
11994 (main): Install it as SIGUSR1 handler.
11995 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11996 parameter. Always use "setup" as prefix. Toggle "set
11997 displaced-stepping" off/on depending on global. Don't switch to
11998 thread 1 here.
11999 (top level): Add displaced stepping "off/on" test axis. Update
12000 "setup" calls. Wrap each subtest with with_test_prefix. Test
12001 continuing with a queued signal in each thread.
12002
12003 2015-04-08 Pedro Alves <palves@redhat.com>
12004
12005 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12006 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12007 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12008 Return early if running to main fails.
12009 * gdb.trace/while-stepping.exp: Likewise.
12010
12011 2015-04-07 Pedro Alves <palves@redhat.com>
12012
12013 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12014 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12015 interact with inferior program.
12016
12017 2015-04-07 Pedro Alves <palves@redhat.com>
12018
12019 * lib/gdb.exp (inferior_spawn_id): New global.
12020 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12021 spawn id after processing the user code.
12022 (default_gdb_start): Set inferior_spawn_id.
12023 (send_inferior): New procedure.
12024 * lib/gdbserver-support.exp (gdbserver_start): Set
12025 inferior_spawn_id.
12026 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12027
12028 2015-04-07 Pedro Alves <palves@redhat.com>
12029
12030 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12031 * lib/gdbserver-support.exp (gdbserver_start): Make
12032 $server_spawn_id global.
12033 (gdbserver_start): Don't wait for gdbserver's spawn id with
12034 expect_background.
12035 (close_gdbserver): New procedure.
12036 (gdb_exit): Rename the default version and reimplement.
12037
12038 2015-04-07 Pedro Alves <palves@redhat.com>
12039
12040 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12041 append the substituted item, not the original item.
12042
12043 2015-04-07 Pedro Alves <palves@redhat.com>
12044
12045 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12046 gdb_expect.
12047
12048 2015-04-07 Pedro Alves <palves@redhat.com>
12049
12050 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12051 output appearing once only.
12052
12053 2015-04-07 Pedro Alves <palves@redhat.com>
12054
12055 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12056 that doesn't expect anything. Return early if running to main
12057 fails.
12058
12059 2015-04-07 Yao Qi <yao.qi@linaro.org>
12060
12061 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12062 (child_function): Call alarm.
12063 (main): Move call to alarm into the loop.
12064 * gdb.threads/non-stop-fair-events.exp: Build program with
12065 -DTIMEOUT=$timeout.
12066
12067 2015-04-06 Doug Evans <xdje42@gmail.com>
12068
12069 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12070 Fix dest parameter to board_info.
12071 (fpc_compile): Ditto.
12072 (gdb_compile_pascal): Rename dest arg to destfile.
12073
12074 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12075
12076 * gdb.ada/funcall_ref.exp: New file.
12077 * gdb.ada/funcall_ref/foo.adb: New file.
12078
12079 2015-04-02 Yao Qi <yao.qi@linaro.org>
12080
12081 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12082 is remote.
12083
12084 2015-04-02 Gary Benson <gbenson@redhat.com>
12085
12086 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12087
12088 2015-04-01 Sasha Smundak <asmundak@google.com>
12089
12090 * gdb.python/py-unwind-maint.c: New file.
12091 * gdb.python/py-unwind-maint.exp: New test.
12092 * gdb.python/py-unwind-maint.py: New file.
12093 * gdb.python/py-unwind.c: New file.
12094 * gdb.python/py-unwind.exp: New test.
12095 * gdb.python/py-unwind.py: New test.
12096
12097 2015-04-01 Pedro Alves <palves@redhat.com>
12098
12099 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12100 to fail instead of non-existent $test.
12101
12102 2015-04-01 Pedro Alves <palves@redhat.com>
12103
12104 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12105 GDBFLAGS if not empty.
12106
12107 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12108
12109 * gdb.ada/complete.exp: Remove "multi_line".
12110 * gdb.ada/info_exc.exp: Remove "multi_line".
12111 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12112 * gdb.ada/ptype_field.exp: Remove "multi_line".
12113 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12114 * gdb.ada/tagged.exp: Remove "multi_line".
12115 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12116 [multi_line ...]
12117 * gdb.btrace/delta.exp: Likewise.
12118 * gdb.btrace/exception.exp: Likewise.
12119 * gdb.btrace/function_call_history.exp: Likewise.
12120 * gdb.btrace/instruction_history.exp: Likewise.
12121 * gdb.btrace/nohist.exp: Likewise.
12122 * gdb.btrace/record_goto.exp: Likewise.
12123 * gdb.btrace/segv.exp: Likewise.
12124 * gdb.btrace/stepi.exp: Likewise.
12125 * gdb.btrace/tailcall.exp: Likewise.
12126 * gdb.btrace/unknown_functions.exp: Likewise.
12127 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12128 * lib/gdb.exp: Add the "multi_line" helper.
12129
12130 2015-04-01 Pedro Alves <palves@redhat.com>
12131
12132 * gdb.threads/tid-reuse.c: New file.
12133 * gdb.threads/tid-reuse.exp: New file.
12134
12135 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12136
12137 PR corefiles/16092
12138 * gdb.base/coredump-filter.c: New file.
12139 * gdb.base/coredump-filter.exp: Likewise.
12140
12141 2015-03-27 Petr Machata <pmachata@redhat.com>
12142
12143 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12144 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12145 (Dwarf::assemble): Initialize them.
12146 (Dwarf::lines): New function.
12147
12148 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12149
12150 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12151 SYMBOL_PREFIX for x86_64-*-cygwin.
12152
12153 2015-03-26 Andy Wingo <wingo@igalia.com>
12154
12155 PR symtab/18148
12156 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12157 const_value but not a location.
12158 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12159 location defined in non-main CUs are visible.
12160
12161 2015-03-26 Yao Qi <yao.qi@linaro.org>
12162
12163 PR testsuite/18139
12164 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12165 Add a line number entry for the same line.
12166 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12167 Add a line number entry for the same line.
12168
12169 2015-03-26 Yao Qi <yao.qi@linaro.org>
12170
12171 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12172 .int 0.
12173 (func): Likewise. Add .Lfunc_1 label.
12174 Use .Lfunc_1 label.
12175 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12176 .int 0.
12177 (func): Likewise.
12178 Use .Lfunc_1 label.
12179
12180 2015-03-26 Yao Qi <yao.qi@linaro.org>
12181
12182 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12183 Call gdb_compile instead to compile each .s files without debug
12184 information.
12185
12186 2015-03-26 Yao Qi <yao.qi@linaro.org>
12187
12188 * gdb.base/savedregs.exp (process_saved_regs): Make
12189 "Saved registers:" optional in the pattern.
12190
12191 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12192
12193 * gdb.btrace/next.exp: Merged into step.exp.
12194 * gdb.btrace/finish.exp: Merged into step.exp.
12195 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12196 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12197 "record goto" and checking the exact replay position.
12198 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12199 check for "Recording format" in "info record" output.
12200 * gdb.btrace/record_goto.exp: Choose test file based on target.
12201 * gdb.btrace/x86-record_goto.S: Renamed into ...
12202 * gdb.btrace/x86_64-record_goto.S: ... this.
12203 * gdb.btrace/i686-record_goto.S: New.
12204 * gdb.btrace/x86-tailcall.S: Renamed into ...
12205 * gdb.btrace/x86_64-tailcall.S: ... this.
12206 * gdb.btrace/i686-tailcall.S: New.
12207 * gdb.btrace/x86-tailcall.c: Renamed into ...
12208 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12209 separate statements. Update test.
12210 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12211 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12212 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12213 * gdb.btrace/tailcall.exp: Choose test file based on target.
12214 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12215
12216 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12217
12218 * gdb.btrace/exception.exp: Increase BTS buffer size.
12219
12220 2015-03-24 Pedro Alves <palves@redhat.com>
12221
12222 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12223
12224 2015-03-24 Pedro Alves <palves@redhat.com>
12225
12226 * gdb.threads/schedlock.exp (test_step): No longer expect that
12227 "set scheduler-locking step" with "next" over a function call runs
12228 threads unlocked.
12229
12230 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12231
12232 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12233
12234 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12235
12236 PR breakpoints/16466
12237 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12238 * gdb.mi/mi-pending.c (thread_func): New function.
12239 (int main): Add threading support required.
12240 * gdb.mi/mi-pending.exp: Add tests for this issue.
12241 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12242 (pendfunc2): Remove stdio dependency.
12243 * gdb.mi/mi-pendshr2.c: New file.
12244
12245 2015-03-23 Keith Seitz <keiths@redhat.com>
12246
12247 * gdb.linespec/keywords.c: New file.
12248 * gdb.linespec/keywords.exp: New file.
12249
12250 2015-03-23 Keith Seitz <keiths@redhat.com>
12251
12252 PR gdb/18021
12253 * gdb.dwarf2/staticvirtual.exp: New test.
12254
12255 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12256
12257 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12258 * README: Remove HP-UX and gdb.hp.
12259 (configuration):
12260 * configure: Regenerate.
12261 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12262 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12263 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12264 gdb.hp/gdb.defects/Makefile.
12265 * gdb.hp/Makefile.in: File deleted.
12266 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12267 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12268 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12269 * gdb.hp/gdb.aCC/run.c: File deleted.
12270 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12271 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12272 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12273 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12274 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12275 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12276 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12277 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12278 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12279 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12280 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12281 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12282 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12283 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12284 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12285 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12286 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12287 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12288 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12289 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12290 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12291 * gdb.hp/gdb.compat/average.c: File deleted.
12292 * gdb.hp/gdb.compat/sum.c: File deleted.
12293 * gdb.hp/gdb.compat/xdb.c: File deleted.
12294 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12295 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12296 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12297 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12298 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12299 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12300 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12301 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12302 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12303 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12304 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12305 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12306 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12307 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12308 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12309 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12310 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12311 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12312 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12313 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12314 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12315 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12316 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12317 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12318 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12319 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12320 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12321 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12322 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12323 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12324 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12325 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12326 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12327 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12328 * gdb.hp/tools/odump: File deleted.
12329
12330 2015-03-19 Pedro Alves <palves@redhat.com>
12331
12332 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12333 (saw_thread_3): New globals.
12334 (top level): Increment them when an event for the corresponding
12335 thread is seen.
12336 (no thread starvation): New test.
12337
12338 2015-03-19 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.threads/continue-pending-status.c: New file.
12341 * gdb.threads/continue-pending-status.exp: New file.
12342
12343 2015-03-18 Pedro Alves <palves@redhat.com>
12344
12345 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12346 Use gdb_is_target_remote instead of is_remote. Use
12347 gdb_test_multiple instead of gdb_expect. Exit early if
12348 gdb_test_multiple hits its internal matches. Tighten stepi tests
12349 expected output. Fail on exit with any signal, instead of just
12350 SIGILL.
12351
12352 2015-03-18 Yao Qi <yao.qi@linaro.org>
12353
12354 PR tdep/18107
12355 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12356 variable.
12357 * gdb.base/catch-syscall.exp: Don't skip it on
12358 aarch64*-*-linux* target. Remove elements in all_syscalls.
12359 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12360 target.
12361 (setup_all_syscalls): New proc.
12362
12363 2015-03-16 Yao Qi <yao.qi@linaro.org>
12364
12365 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12366 (top level): Skip tests if valid_addr_p returns false for
12367 $cmd1 or $cmd2.
12368
12369 2015-03-11 Andy Wingo <wingo@igalia.com>
12370
12371 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12372
12373 2015-03-11 Yao Qi <yao.qi@linaro.org>
12374
12375 * gdb.base/catch-syscall.exp: Fix typo in comments.
12376
12377 2015-03-11 Yao Qi <yao.qi@linaro.org>
12378
12379 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12380
12381 2015-03-09 Pedro Alves <palves@redhat.com>
12382
12383 * dg-extract-results.py: Delete.
12384
12385 2015-03-09 Pedro Alves <palves@redhat.com>
12386
12387 Merge dg-extract-results.sh from GCC upstream (r218843).
12388
12389 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12390 * dg-extract-results.sh: Use --text with grep to avoid issues with
12391 binary files. Fall back to cat -v, if that doesn't work.
12392
12393 2015-03-05 Pedro Alves <palves@redhat.com>
12394
12395 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12396
12397 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12398
12399 * lib/mi-support.exp (mi_expect_interrupt): Accept
12400 alternative event for when in all-stop mode.
12401
12402 2015-03-04 Pedro Alves <palves@redhat.com>
12403
12404 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12405
12406 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12407
12408 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12409
12410 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12411
12412 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12413 regexps for GDB's current line display, accept a hex address
12414 preceding the line number.
12415
12416 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12417
12418 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12419 the 'arch1' variable for "s390*-linux*" targets.
12420
12421 2015-03-04 Pedro Alves <palves@redhat.com>
12422
12423 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12424 (main): Pass missing retval argument to pthread_join call.
12425
12426 2015-03-02 Pedro Alves <palves@redhat.com>
12427
12428 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12429 (top level): Call do_test with non-stop as well.
12430
12431 2015-03-02 Pedro Alves <palves@redhat.com>
12432
12433 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12434 -1.
12435
12436 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12437
12438 * gdb.arch/s390-vregs.exp: New test.
12439 * gdb.arch/s390-vregs.S: New file.
12440
12441 2015-02-27 Pedro Alves <palves@redhat.com>
12442
12443 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12444 call to catch_command_errors.
12445 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12446 catch_command_errors.
12447
12448 2015-02-27 Pedro Alves <palves@redhat.com>
12449
12450 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12451 "true" for boolean result.
12452 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12453 prototype of main.
12454
12455 2015-02-27 Pedro Alves <palves@redhat.com>
12456
12457 * lib/unbuffer_output.c: New file.
12458 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12459 (main): Call gdb_unbuffer_output.
12460
12461 2015-02-27 Yao Qi <yao.qi@linaro.org>
12462
12463 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12464 target.
12465
12466 2015-02-26 Doug Evans <dje@google.com>
12467
12468 * gdb.cp/class2.cc (Dbase, D): New classes.
12469 (main): New local delta.
12470 * gdb.cp/class2.exp: Test printing delta.
12471 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12472 (dynbar): New global.
12473 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12474
12475 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12476
12477 * gdb.compile/compile-ifunc.c: New file.
12478 * gdb.compile/compile-ifunc.exp: New file.
12479
12480 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12481
12482 * gdb.base/structs.exp: Check for correct struct on finish.
12483
12484 2015-02-26 Yao Qi <yao.qi@linaro.org>
12485
12486 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12487 is zero.
12488
12489 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12490
12491 * gdb.arch/cordic.ko.bz2: New file.
12492 * gdb.arch/cordic.ko.debug.bz2: New file.
12493 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12494
12495 2015-02-25 Yao Qi <yao.qi@linaro.org>
12496
12497 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12498 aarch64*-*-* target.
12499
12500 2015-02-23 Pedro Alves <palves@redhat.com>
12501
12502 * lib/gdb.exp (delete_breakpoints): Rewrite using
12503 gdb_test_multiple.
12504
12505 2015-02-23 Pedro Alves <palves@redhat.com>
12506
12507 * gdb.base/info-os.c: Include stdlib.h.
12508
12509 2015-02-22 Doug Evans <xdje42@gmail.com>
12510
12511 PR symtab/17855
12512 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12513 is read after symbols have been re-read.
12514 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12515 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12516
12517 2015-02-21 Doug Evans <dje@google.com>
12518
12519 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12520
12521 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12522
12523 PR corefiles/17808
12524 * gdb.arch/i386-biarch-core.core.bz2: New file.
12525 * gdb.arch/i386-biarch-core.exp: New file.
12526
12527 2015-02-21 Pedro Alves <palves@redhat.com>
12528
12529 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12530 runto_main fails.
12531
12532 2015-02-20 Pedro Alves <palves@redhat.com>
12533
12534 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12535 info probes.
12536
12537 2015-02-20 Pedro Alves <palves@redhat.com>
12538
12539 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12540
12541 2015-02-20 Pedro Alves <palves@redhat.com>
12542
12543 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12544 clean_restart before gdb_target_supports_trace.
12545
12546 2015-02-20 Pedro Alves <palves@redhat.com>
12547
12548 PR threads/18006
12549 * gdb.threads/clone-thread_db.c: New file.
12550 * gdb.threads/clone-thread_db.exp: New file.
12551
12552 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12553
12554 PR breakpoints/16812
12555 * gdb.base/catch-gdb-caused-signals.c: New file.
12556 * gdb.base/catch-gdb-caused-signals.exp: New file.
12557
12558 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12559
12560 * configure: Regenerated.
12561 * configure.ac: Use GDB_AC_TRANSFORM.
12562 * aclocal.m4: sinclude ../transform.m4.
12563
12564 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12565
12566 * lib/dtrace.exp: New file.
12567 * gdb.base/dtrace-probe.exp: Likewise.
12568 * gdb.base/dtrace-probe.d: Likewise.
12569 * gdb.base/dtrace-probe.c: Likewise.
12570 * lib/pdtrace.in: Likewise.
12571 * configure.ac: Output variables with the transformed names of
12572 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12573 * configure: Regenerated.
12574
12575 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12576
12577 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12578 expected message when trying to access $_probe_* convenience
12579 variables while not on a probe.
12580
12581 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12582
12583 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12584
12585 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12586
12587 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12588 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12589
12590 2015-02-10 Doug Evans <xdje42@gmail.com>
12591
12592 * lib/gdb.exp (gdb_load): Always return a result.
12593
12594 2015-02-10 Pedro Alves <palves@redhat.com>
12595
12596 * gdb.threads/signal-sigtrap.c: New file.
12597 * gdb.threads/signal-sigtrap.exp: New file.
12598
12599 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12600
12601 * gdb.trace/no-attach-trace.c: New file.
12602 * gdb.trace/no-attach-trace.exp: New file.
12603
12604 2015-02-09 Mark Wielaard <mjw@redhat.com>
12605
12606 * gdb.dwarf2/atomic.c: New file.
12607 * gdb.dwarf2/atomic-type.exp: Likewise.
12608
12609 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12610
12611 * gdb.btrace/buffer-size.exp: Update "info record" output.
12612 * gdb.btrace/delta.exp: Update "info record" output.
12613 * gdb.btrace/enable.exp: Update "info record" output.
12614 * gdb.btrace/finish.exp: Update "info record" output.
12615 * gdb.btrace/instruction_history.exp: Update "info record" output.
12616 * gdb.btrace/next.exp: Update "info record" output.
12617 * gdb.btrace/nexti.exp: Update "info record" output.
12618 * gdb.btrace/step.exp: Update "info record" output.
12619 * gdb.btrace/stepi.exp: Update "info record" output.
12620 * gdb.btrace/nohist.exp: Update "info record" output.
12621
12622 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12623
12624 * gdb.btrace/buffer-size: New.
12625
12626 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12627
12628 * gdb.btrace/delta.exp: Update "info record" output.
12629 * gdb.btrace/enable.exp: Update "info record" output.
12630 * gdb.btrace/finish.exp: Update "info record" output.
12631 * gdb.btrace/instruction_history.exp: Update "info record" output.
12632 * gdb.btrace/next.exp: Update "info record" output.
12633 * gdb.btrace/nexti.exp: Update "info record" output.
12634 * gdb.btrace/step.exp: Update "info record" output.
12635 * gdb.btrace/stepi.exp: Update "info record" output.
12636 * gdb.btrace/nohist.exp: Update "info record" output.
12637
12638 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12639
12640 PR gdb/15678
12641 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12642
12643 2015-02-06 Pedro Alves <palves@redhat.com>
12644
12645 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12646 macro.
12647 (seconds_left, again): New globals.
12648 (main): Wait seconds_left in a 1-second sleep loop instead of
12649 sleeping 180 seconds. If 'again' is set, reset the seconds
12650 counter.
12651 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12652 'again' in the inferior before detaching. Print the seconds left.
12653 (options): New global.
12654 (top level): Build program with -DTIMEOUT=$timeout.
12655
12656 2015-02-06 Pedro Alves <palves@redhat.com>
12657
12658 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12659 determine how many seconds to pass to 'alarm'.
12660 * gdb.base/gdb-sigterm.exp (top level): Build program with
12661 -DTIMEOUT=$timeout.
12662 (do_test): Return success/failure indication. Add more verbose
12663 logging. Don't fail if 200 single steps are seen. Instead, fail
12664 when the test times out.
12665 (passes): New global.
12666 (top level): Break the testing loop if testing fails on any
12667 iteration. Use gdb_assert.
12668
12669 2015-02-04 Don Breazeal <donb@codesourcery.com>
12670
12671 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12672 and initialize them.
12673 (ipc_cleanup): New function.
12674 (main): Don't declare shmid, semid, and msqid. Add a call to
12675 atexit so that we call ipc_cleanup on exit.
12676
12677 2015-02-04 Pedro Alves <palves@redhat.com>
12678
12679 * boards/native-extended-gdbserver.exp: Remove any target variant
12680 specifications from the board name before clearing the isremote
12681 flag from board_info.
12682
12683 2015-01-31 Doug Evans <xdje42@gmail.com>
12684
12685 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12686
12687 2015-01-31 Gary Benson <gbenson@redhat.com>
12688
12689 * gdb.base/completion.exp: Disable completion limiting for
12690 existing tests. Add new tests to check completion limiting.
12691 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12692
12693 2015-01-31 Doug Evans <xdje42@gmail.com>
12694
12695 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12696
12697 2015-01-31 Doug Evans <xdje42@gmail.com>
12698
12699 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12700 entries. Duplicate file section script entries.
12701 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12702 inlined entries. Add test for safe-path rejection.
12703 * gdb.python/py-section-script.c: Add duplicate inlined section script
12704 entries. Duplicate file section script entries.
12705 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12706 inlined entries. Add test for safe-path rejection.
12707
12708 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12709
12710 * gdb.ada/disc_arr_bound: New testcase.
12711
12712 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12713
12714 * gdb.ada/mi_var_array: New testcase.
12715
12716 2015-01-27 Doug Evans <dje@google.com>
12717
12718 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12719 Add test for objfile.filename, objfile.username after objfile
12720 has been unloaded.
12721
12722 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12723
12724 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12725 the second test to print the name attribute of value
12726 returned by the call to gdb.lookup_type, and adjust
12727 the expected output accordingly.
12728
12729 2015-01-25 Mark Wielaard <mjw@redhat.com>
12730
12731 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12732 * gdb.base/disp-step-fork.c: Include unistd.h.
12733 * gdb.base/siginfo-obj.c: Include stdio.h.
12734 * gdb.base/siginfo-thread.c: Likewise.
12735 * gdb.mi/non-stop.c: Include unistd.h.
12736 * gdb.mi/nsthrexec.c: Include stdio.h.
12737 * gdb.mi/pthreads.c: Include unistd.h.
12738 * gdb.modula2/unbounded1.c (main): Declare returns int.
12739 * gdb.reverse/consecutive-reverse.c: Likewise.
12740 * gdb.threads/create-fail.c: Include unistd.h.
12741 * gdb.threads/killed.c: Likewise.
12742 * gdb.threads/linux-dp.c: Likewise.
12743 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12744 * gdb.threads/non-ldr-exc-2.c: Likewise.
12745 * gdb.threads/non-ldr-exc-3.c: Likewise.
12746 * gdb.threads/non-ldr-exc-4.c: Likewise.
12747 * gdb.threads/pthreads.c: Include unistd.h.
12748 (main): Declare returns int.
12749 * gdb.threads/tls-main.c (foo): New declaration.
12750 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12751
12752 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12753
12754 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12755 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12756
12757 2015-01-15 Mark Wielaard <mjw@redhat.com>
12758
12759 * gdb.base/noreturn-return.c: New file.
12760 * gdb.base/noreturn-return.exp: New file.
12761 * gdb.base/noreturn-finish.c: New file.
12762 * gdb.base/noreturn-finish.exp: New file.
12763
12764 2015-01-23 Pedro Alves <palves@redhat.com>
12765
12766 * gdb.threads/continue-pending-after-query.c: New file.
12767 * gdb.threads/continue-pending-after-query.exp: New file.
12768
12769 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12770 Simon Marchi <simon.marchi@ericsson.com>
12771
12772 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12773 * gdb.base/valgrind-db-attach.exp: Same.
12774 * gdb.base/valgrind-infcall.exp: Same.
12775 * lib/mi-support.exp (default_mi_gdb_start): Same.
12776 * lib/prompt.exp (default_prompt_gdb_start): Same.
12777 * lib/gdb.exp (default_gdb_spawn): Same.
12778 (gdb_interact): New.
12779
12780
12781 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12782
12783 * gdb.compile/compile.exp (pointer to jit function): New test.
12784
12785 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12786
12787 * lib/gdb.exp (supports_process_record): Return true for
12788 powerpc*-*-linux*.
12789 (supports_reverse): Likewise.
12790
12791 2015-01-15 Don Breazeal <donb@codesourcery.com>
12792
12793 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12794 instead of checking whether the target board is remote and
12795 use spawn_wait_for_attach instead of exec/sleep.
12796 * gdb.base/attach-twice.exp: Likewise.
12797
12798 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12799
12800 * gdb.ada/var_arr_attrs: New testcase.
12801
12802 2015-01-14 Pedro Alves <palves@redhat.com>
12803 Joel Brobecker <brobecker@adacore.com>
12804
12805 PR gdb/17525
12806 * gdb.base/bp-cmds-execution-x-script.c: New file.
12807 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12808 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12809
12810 2015-01-14 Pedro Alves <palves@redhat.com>
12811
12812 PR cli/17828
12813 * gdb.base/batch-preserve-term-settings.c: New file.
12814 * gdb.base/batch-preserve-term-settings.exp: New file.
12815
12816 2015-01-13 Doug Evans <dje@google.com>
12817
12818 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12819 binary.
12820
12821 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12822
12823 * Makefile.in (clean mostlyclean): Do not delete *.py.
12824
12825 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12826
12827 * gdb.python/py-lookup-type.exp: New file.
12828
12829 2015-01-12 Pedro Alves <palves@redhat.com>
12830
12831 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12832 restore GDBFLAGS before returning.
12833
12834 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12835
12836 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12837 is_amd64_regs_target and is_x86_like_target.
12838
12839 2015-01-11 Doug Evans <xdje42@gmail.com>
12840
12841 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12842 is given without an explicit form.
12843 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12844 attributes.
12845 * gdb.dwarf/corrupt.exp: Ditto.
12846 * gdb.dwarf2/enum-type.exp: Ditto.
12847 * gdb.trace/entry-values.exp: Ditto.
12848 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12849
12850 2015-01-11 Doug Evans <xdje42@gmail.com>
12851
12852 PR gdb/15830
12853 * gdb.base/maint.exp: Remove references to "maint demangle".
12854 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12855 Add tests for explicitly specifying language to demangle.
12856 * gdb.dlang/demangle.exp: Ditto.
12857
12858 2015-01-09 Pedro Alves <palves@redhat.com>
12859
12860 * gdb.threads/non-stop-fair-events.c: New file.
12861 * gdb.threads/non-stop-fair-events.exp: New file.
12862
12863 2015-01-09 Pedro Alves <palves@redhat.com>
12864
12865 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12866 the global scope. Set a breakpoint after all threads are started
12867 rather than stepping over two source lines. Expect the prompt.
12868 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12869 global.
12870 (NUM): Now 15.
12871 (main): Use threads_started_barrier to wait for all threads to
12872 start. Main thread no longer calls thread_function. Exit after
12873 180 seconds.
12874 (loop): New function.
12875 (thread_function): Wait on threads_started_barrier barrier. Call
12876 'loop' at each iteration.
12877 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12878 threads have started, instead of hardcoding number of "next"
12879 steps. Use an access watchpoint instead of a write watchpoint.
12880
12881 2015-01-09 Pedro Alves <palves@redhat.com>
12882
12883 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12884 (thread_func): Wait on barrier.
12885 (main): Wait for all threads to start before stopping GDB.
12886 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12887 global.
12888 (thread1_func, thread2_func): Wait on barrier.
12889 (main): Wait for all threads to start before stopping GDB.
12890 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12891 New global.
12892 (thread1_func, thread2_func): Wait on barrier.
12893 (main): Wait for all threads to start before stopping GDB.
12894
12895 2015-01-09 Pedro Alves <palves@redhat.com>
12896
12897 * gdb.threads/attach-many-short-lived-threads.c: New file.
12898 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12899
12900 2014-01-09 Pedro Alves <palves@redhat.com>
12901
12902 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12903 instead of to thread 2.
12904 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12905 Add barrier around each pthread_create call instead of around all
12906 calls.
12907 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12908 Set a break on thread_function and have the child threads hit it
12909 one at at a time.
12910
12911 2015-01-09 Pedro Alves <palves@redhat.com>
12912
12913 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12914 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12915 false.
12916 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12917 checking whether the target board is remote.
12918 * gdb.multi/multi-attach.exp: Likewise.
12919 * gdb.python/py-sync-interp.exp: Likewise.
12920 * gdb.server/ext-attach.exp: Likewise.
12921 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12922 tests that need to attach, instead of checking whether the target
12923 board is remote at the top of the file.
12924
12925 2015-01-08 Yao Qi <yao@codesourcery.com>
12926
12927 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12928
12929 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12930
12931 Fix testcase compilation.
12932 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12933
12934 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12935
12936 * gdb.python/py-type.exp: Add a couple test about empty
12937 array creation, and negative-length array creation.
12938
12939 2015-01-02 Doug Evans <xdje42@gmail.com>
12940
12941 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12942
12943 2015-01-02 Doug Evans <dje@google.com>
12944
12945 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12946
12947 2014-12-29 Yao Qi <yao@codesourcery.com>
12948
12949 * gdb.trace/entry-values.exp: Update comments. Rename variable
12950 bar_call_foo to returned_from_foo.
12951
12952 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12953
12954 PR gdb/17394
12955 * gdb.linespec/break-asm-file.c: New file.
12956 * gdb.linespec/break-asm-file.exp: New file.
12957 * gdb.linespec/break-asm-file0.s: New file.
12958 * gdb.linespec/break-asm-file1.s: New file.
12959
12960 2014-12-18 Nigel Stephens <nigel@mips.com>
12961 Maciej W. Rozycki <macro@codesourcery.com>
12962
12963 * gdb.base/float.exp: Handle the new output from "info float" on
12964 MIPS targets.
12965
12966 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12967
12968 Fix MinGW compilation.
12969 * gdb.compile/compile-ops.exp: Update untested message if
12970 !skip_compile_feature_tests.
12971 * gdb.compile/compile-setjmp.exp: Likewise.
12972 * gdb.compile/compile-tls.exp: Likewise.
12973 * gdb.compile/compile.exp: Likewise.
12974 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12975 supported on this host".
12976
12977 2014-12-16 Doug Evans <xdje42@gmail.com>
12978
12979 * boards/stabs.exp: New file.
12980
12981 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12982
12983 * gdb.base/completion.exp: Adjust to format changes of "maint
12984 print user-registers".
12985
12986 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12987
12988 PR server/17457
12989 * gdb.arch/aarch64-fp.c: New file.
12990 * gdb.arch/aarch64-fp.exp: New file.
12991
12992 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12993
12994 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12995 r210637, r210913, r211666, r215400, r215817).
12996
12997 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12998 * dg-extract-results.py: New file.
12999 * dg-extract-results.sh: Use it if the environment seems
13000 suitable.
13001
13002 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13003
13004 * dg-extract-results.py (parse_run): Handle warnings that
13005 are printed before a test harness is run.
13006
13007 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13008
13009 * dg-extract-results.py (Named): Remove __cmp__ method.
13010 (output_variation): Use a key to sort variation.harnesses.
13011
13012 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13013
13014 * dg-extract-results.py: For Python 3, force sys.stdout to
13015 handle surrogate escape sequences.
13016 (safe_open): New function.
13017 (output_segment, main): Use it.
13018
13019 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13020
13021 * dg-extract-results.py (Prog.result_re): Include options
13022 in test name.
13023
13024 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13025
13026 * dg-extract-results.py (output_variation): Always sort if
13027 do_sum.
13028
13029 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13030
13031 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13032 as long as we get pagination notifications.
13033
13034 2014-12-15 Jason Merrill <jason@redhat.com>
13035
13036 * Makefile.in (check-gdb.%): Restore.
13037 * README: Mention it.
13038
13039 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13040
13041 * gdb.ada/str_uninit: New testcase.
13042
13043 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13044
13045 PR symtab/17642
13046 * gdb.base/vla-stub-define.c: New file.
13047 * gdb.base/vla-stub.c: New file.
13048 * gdb.base/vla-stub.exp: New file.
13049
13050 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13051 Jan Kratochvil <jan.kratochvil@redhat.com>
13052 Tom Tromey <tromey@redhat.com>
13053
13054 * configure.ac: Add gdb.compile/.
13055 * configure: Regenerate.
13056 * gdb.compile/Makefile.in: New file.
13057 * gdb.compile/compile-ops.exp: New file.
13058 * gdb.compile/compile-ops.c: New file.
13059 * gdb.compile/compile-tls.c: New file.
13060 * gdb.compile/compile-tls.exp: New file.
13061 * gdb.compile/compile-constvar.S: New file.
13062 * gdb.compile/compile-constvar.c: New file.
13063 * gdb.compile/compile-mod.c: New file.
13064 * gdb.compile/compile-nodebug.c: New file.
13065 * gdb.compile/compile-setjmp-mod.c: New file.
13066 * gdb.compile/compile-setjmp.c: New file.
13067 * gdb.compile/compile-setjmp.exp: New file.
13068 * gdb.compile/compile-shlib.c: New file.
13069 * gdb.compile/compile.c: New file.
13070 * gdb.compile/compile.exp: New file.
13071 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13072
13073 2014-12-12 Tom Tromey <tromey@redhat.com>
13074
13075 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13076 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13077
13078 2014-12-12 Doug Evans <dje@google.com>
13079
13080 * lib/gdb-python.exp (get_python_valueof): New function.
13081 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13082
13083 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13084
13085 * gdb.base/completion.exp: Add test for completion of "info
13086 registers ".
13087
13088 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13089
13090 * gdb.base/func-ptrs.c: New file.
13091 * gdb.base/func-ptrs.exp: New file.
13092
13093 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13094
13095 PR breakpoints/17012
13096 * gdb.base/dprintf-detach.c: New file.
13097 * gdb.base/dprintf-detach.exp: New file.
13098
13099 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13100
13101 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13102 * lib/gdb.exp (target_is_gdbserver): New procedure.
13103
13104 2014-12-08 Doug Evans <dje@google.com>
13105
13106 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13107
13108 2014-12-05 Yao Qi <yao@codesourcery.com>
13109
13110 * gdb.guile/scm-error.exp: Remove the third argument to
13111 gdb_remote_download.
13112 * gdb.guile/scm-frame-args.exp: Likewise.
13113 * gdb.guile/scm-section-script.exp: Likewise.
13114
13115 2014-12-05 Yao Qi <yao@codesourcery.com>
13116
13117 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13118
13119 2014-12-04 Doug Evans <dje@google.com>
13120
13121 * gdb.python/py-objfile.exp: Add tests for
13122 objfile.add_separate_debug_file.
13123
13124 2014-12-04 Doug Evans <dje@google.com>
13125
13126 * lib/gdb.exp (get_build_id): New function.
13127 (build_id_debug_filename_get): Rewrite to use it.
13128 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13129
13130 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13131
13132 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13133 `method(long)', not just 0x0.
13134 * gdb.cp/nsalias.exp: Align code labels to 4.
13135 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13136 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13137 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13138 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13139 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13140 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13141
13142 2014-12-02 Doug Evans <dje@google.com>
13143
13144 PR symtab/17602
13145 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13146 * gdb.cp/anon-ns2.cc: ... here. New file.
13147 * gdb.cp/anon-ns.exp: Update.
13148
13149 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13150
13151 * gdb.python/py-events.py (inferior_call_handler): New.
13152 (register_changed_handler, memory_changed_handler): New.
13153 (test_events.invoke): Register new handlers.
13154 * gdb.python/py-events.exp: Add tests for inferior call,
13155 memory_changed and register_changed events.
13156
13157 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13158
13159 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13160 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13161 if the linker doesn't understand this.
13162
13163 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13164
13165 * gdb.python/python.exp: Change expected reply to help().
13166
13167 2014-12-01 Yao Qi <yao@codesourcery.com>
13168
13169 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13170 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13171 * configure: Re-generated.
13172
13173 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13174
13175 * gdb.cp/chained-calls.cc: New file.
13176 * gdb.cp/chained-calls.exp: New file.
13177 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13178
13179 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13180
13181 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13182 * gdb.dwarf2/symtab-producer.exp: Same.
13183 * gdb.gdb/python-interrupts.exp: Same.
13184 * gdb.gdb/python-selftest.exp: Same.
13185 * gdb.python/py-linetable.exp: Same.
13186 * gdb.python/py-type.exp: Same.
13187 * gdb.python/py-value-cc.exp: Same.
13188 * gdb.python/py-value.exp: Same.
13189
13190 2014-11-28 Yao Qi <yao@codesourcery.com>
13191
13192 * gdb.base/break-probes.exp: Match library name prefixed with
13193 sysroot.
13194
13195 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13196
13197 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13198 test expected output. Add parentheses for the call to print.
13199 Remove L suffix from integers.
13200
13201 2014-11-26 Doug Evans <dje@google.com>
13202
13203 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13204
13205 2014-11-22 Yao Qi <yao@codesourcery.com>
13206
13207 * gdb.trace/entry-values.c: Remove asms.
13208 (foo): Add foo_label.
13209 (bar): Add bar_label.
13210 * gdb.trace/entry-values.exp: Remove code computing foo's
13211 length and bar's length.
13212 (Dwarf::assemble): Invoke function_range for bar and use
13213 MACRO_AT_func for foo.
13214
13215 2014-11-22 Yao Qi <yao@codesourcery.com>
13216
13217 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13218 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13219 Use .Lgcc43_procstart instead of gcc43.
13220
13221 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13222
13223 * gdb.ada/n_arr_bound: New testcase.
13224
13225 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13226
13227 PR breakpoints/10737
13228 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13229 test_catch_syscall_multi_arch.
13230 (test_catch_syscall_multi_arch): New function.
13231
13232 2014-11-20 Doug Evans <xdje42@gmail.com>
13233
13234 * gdb.base/maint.exp: Update expected output.
13235
13236 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13237
13238 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13239 4-byte instruction on S390.
13240
13241 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13242
13243 * gdb.ada/arr_arr: New testcase.
13244
13245 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13246
13247 * gdb.ada/pkd_arr_elem: New Testcase.
13248
13249 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13250
13251 * gdb.reverse/break-precsave: Expect completion message for
13252 core file reads.
13253 * gdb.reverse/consecutive-precsave.exp: Likewise.
13254 * gdb.reverse/finish-precsave.exp: Likewise.
13255 * gdb.reverse/i386-precsave.exp: Likewise.
13256 * gdb.reverse/machinestate-precsave.exp: Likewise.
13257 * gdb.reverse/sigall-precsave.exp: Likewise.
13258 * gdb.reverse/solib-precsave.exp: Likewise.
13259 * gdb.reverse/step-precsave.exp: Likewise.
13260 * gdb.reverse/until-precsave.exp: Likewise.
13261 * gdb.reverse/watch-precsave.exp: Likewise.
13262
13263 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13264
13265 * gdb.base/bp-permanent.c: Include unistd.h.
13266 * gdb.python/py-framefilter-mi.c (main): Add return type.
13267 * gdb.python/py-framefilter.c (main): Likewise.
13268 * gdb.trace/actions-changed.c (main): Likewise.
13269
13270 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13271
13272 * gdb.mi/until.c: Add eye-catchers.
13273 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13274 line numbers.
13275
13276 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13277
13278 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13279 function header variants in break1.c.
13280 * gdb.base/ena-dis-br.exp: Likewise.
13281 * gdb.base/hbreak2.exp: Likewise.
13282 * gdb.reverse/until-precsave.exp: Drop references to removed
13283 non-prototype function header variants in ur1.c.
13284 * gdb.reverse/until-reverse.exp: Likewise.
13285
13286 2014-11-17 Petr Machata <pmachata@redhat.com>
13287
13288 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13289 ${_cu_offset_size} bytes abbrev offset.
13290
13291 2014-11-15 Doug Evans <xdje42@gmail.com>
13292
13293 PR symtab/17559
13294 * gdb.base/line-symtabs.exp: New file.
13295 * gdb.base/line-symtabs.c: New file.
13296 * gdb.base/line-symtabs.h: New file.
13297
13298 2014-11-14 Yao Qi <yao@codesourcery.com>
13299
13300 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13301 (func): Add label func_label.
13302 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13303 Replace low_pc and high_pc with MACRO_AT_range.
13304 Replace name, low_pc and high_pc with MACRO_AT_func.
13305
13306 2014-11-14 Yao Qi <yao@codesourcery.com>
13307
13308 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13309 Replace name, low_pc and high_pc with MACRO_AT_func.
13310
13311 2014-11-14 Yao Qi <yao@codesourcery.com>
13312
13313 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13314 produce debug information.
13315 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13316
13317 2014-11-14 Yao Qi <yao@codesourcery.com>
13318
13319 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13320 object and get function length.
13321 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13322 with MACRO_AT_func.
13323 (top-level): Replace gdb_compile and clean_restart with
13324 prepare_for_testing.
13325 * gdb.dwarf2/main.c (main): Add label main_label.
13326
13327 2014-11-14 Yao Qi <yao@codesourcery.com>
13328
13329 * lib/dwarf.exp (function_range): New procedure.
13330 (Dwarf::_handle_macro_at_func): New procedure.
13331 (Dwarf::_handle_macro_at_range): New procedure.
13332 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13333
13334 2014-11-14 Yao Qi <yao@codesourcery.com>
13335
13336 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13337 (_handle_attribute): New procedure.
13338
13339 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13340
13341 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13342 * gdb.base/call-sc.c (zed): Likewise.
13343 * gdb.base/checkpoint.c (main): Likewise.
13344 * gdb.base/dump.c (main): Likewise.
13345 * gdb.base/gcore.c (main): Likewise.
13346 * gdb.base/huge.c (main): Likewise.
13347 * gdb.base/multi-forks.c (main): Likewise.
13348 * gdb.base/pr10179-a.c (main): Likewise.
13349 * gdb.base/savedregs.c (main): Likewise.
13350 * gdb.base/sigaltstack.c (main): Likewise.
13351 * gdb.base/siginfo.c (main): Likewise.
13352 * gdb.base/structs.c (zed): Likewise.
13353 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13354 * gdb.mi/mi-syn-frame.c (main): Likewise.
13355 * gdb.mi/until.c (foo, main): Likewise.
13356 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13357 * gdb.base/solib-weak.c (foo): Declare.
13358 * gdb.base/attach-twice.c: Include stdio.h.
13359 * gdb.base/weaklib1.c: Likewise.
13360 * gdb.base/weaklib2.c: Likewise.
13361 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13362 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13363 unistd.h.
13364 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13365 * gdb.mi/mi-exit-code.c: Likewise.
13366 * gdb.base/break-interp-lib.c: Include string.h.
13367 * gdb.base/coremaker.c: Likewise.
13368 * gdb.base/testenv.c: Likewise.
13369 * gdb.python/py-finish-breakpoint.c: Likewise.
13370 * gdb.base/inferior-died.c: Include sys/wait.h.
13371 * gdb.base/fileio.c: Include time.h.
13372 * gdb.base/async-shell.c: Include unistd.h.
13373 * gdb.base/dprintf-non-stop.c: Likewise.
13374 * gdb.base/info-os.c: Likewise.
13375 * gdb.mi/mi-console.c: Likewise.
13376 * gdb.mi/watch-nonstop.c: Likewise.
13377 * gdb.python/py-events.c: Likewise.
13378 * gdb.base/async.c (baz): Move up before its invocation.
13379 * gdb.base/code_elim2.c (my_global_func): Likewise.
13380 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13381 * gdb.base/advance.c (func2): Likewise.
13382
13383 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13384
13385 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13386 variant.
13387 * gdb.base/annota3.c: Likewise.
13388 * gdb.base/async.c: Likewise.
13389 * gdb.base/average.c: Likewise.
13390 * gdb.base/call-ar-st.c: Likewise.
13391 * gdb.base/call-rt-st.c: Likewise.
13392 * gdb.base/call-sc.c: Likewise.
13393 * gdb.base/call-strs.c: Likewise.
13394 * gdb.base/ending-run.c: Likewise.
13395 * gdb.base/execd-prog.c: Likewise.
13396 * gdb.base/exprs.c: Likewise.
13397 * gdb.base/foll-exec.c: Likewise.
13398 * gdb.base/foll-fork.c: Likewise.
13399 * gdb.base/foll-vfork.c: Likewise.
13400 * gdb.base/funcargs.c: Likewise.
13401 * gdb.base/gcore.c: Likewise.
13402 * gdb.base/jump.c: Likewise.
13403 * gdb.base/langs0.c: Likewise.
13404 * gdb.base/langs1.c: Likewise.
13405 * gdb.base/langs2.c: Likewise.
13406 * gdb.base/mips_pro.c: Likewise.
13407 * gdb.base/nodebug.c: Likewise.
13408 * gdb.base/opaque0.c: Likewise.
13409 * gdb.base/opaque1.c: Likewise.
13410 * gdb.base/recurse.c: Likewise.
13411 * gdb.base/run.c: Likewise.
13412 * gdb.base/scope0.c: Likewise.
13413 * gdb.base/scope1.c: Likewise.
13414 * gdb.base/setshow.c: Likewise.
13415 * gdb.base/setvar.c: Likewise.
13416 * gdb.base/shmain.c: Likewise.
13417 * gdb.base/shr1.c: Likewise.
13418 * gdb.base/shr2.c: Likewise.
13419 * gdb.base/sigall.c: Likewise.
13420 * gdb.base/signals.c: Likewise.
13421 * gdb.base/so-indr-cl.c: Likewise.
13422 * gdb.base/solib2.c: Likewise.
13423 * gdb.base/structs.c: Likewise.
13424 * gdb.base/sum.c: Likewise.
13425 * gdb.base/vforked-prog.c: Likewise.
13426 * gdb.base/watchpoint.c: Likewise.
13427 * gdb.reverse/shr2.c: Likewise.
13428 * gdb.reverse/until-reverse.c: Likewise.
13429 * gdb.reverse/ur1.c: Likewise.
13430 * gdb.reverse/watch-reverse.c: Likewise.
13431
13432 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13433
13434 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13435 variant.
13436 * gdb.base/sepdebug.exp: Drop references to removed code.
13437
13438 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13439
13440 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13441 variant. Preserve original line numbering.
13442 * gdb.base/list1.c: Likewise.
13443
13444 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13445
13446 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13447 variant.
13448 * gdb.base/break1.c: Likewise.
13449 * gdb.base/break.exp: Drop references to removed code.
13450
13451 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13452
13453 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13454 variant.
13455
13456 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13457
13458 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13459
13460 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13461
13462 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13463 logic into perform_all_tests() and invoke it with and without
13464 function header prototypes.
13465 (do_function_calls): Remove conditional XFAIL for PR 5318.
13466 (rerun_and_prepare): Remove duplicate code.
13467 (perform_all_tests): New. Main logic moved here.
13468
13469 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13470
13471 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13472 code guarded by #ifdef NO_PROTOTYPES.
13473 (t_double_many_args): Likewise.
13474 (DEF_FUNC_MANY_ARGS_1): Likewise.
13475 (DEF_FUNC_VALUES_1): Likewise.
13476 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13477 guarded by #ifdef PROTOTYPES.
13478
13479 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13480
13481 * gdb.mi/mi-console.c: Add eye-catcher.
13482 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13483 instead of literal line number.
13484
13485 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13486
13487 * gdb.base/shr2.c: Add eye-catcher.
13488 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13489 line number.
13490
13491 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13492
13493 * gdb.base/jump.c: Add eye-catchers.
13494 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13495 numbers.
13496
13497 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13498
13499 * gdb.base/execd-prog.c: Add eye-catchers.
13500 * gdb.base/foll-exec.c: Likewise.
13501 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13502 line numbers.
13503
13504 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13505
13506 * gdb.base/ending-run.c: Add eye-catchers.
13507 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13508 literal line numbers.
13509
13510 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13511
13512 * gdb.base/call-rt-st.c: Add eye-catchers.
13513 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13514 literal line numbers.
13515
13516 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13517
13518 * gdb.base/call-ar-st.c: Add eye-catchers.
13519 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13520 literal line numbers.
13521
13522 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13523
13524 * gdb.base/average.c: Add eye-catchers.
13525 * gdb.base/sum.c: Likewise.
13526 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13527 regexps dynamically.
13528
13529 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13530
13531 * gdb.base/solib1.c: Add eye-catchers.
13532 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13533 literal line numbers.
13534
13535 2014-11-12 Pedro Alves <palves@redhat.com>
13536
13537 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13538 leader has exited.
13539
13540 2014-11-12 Pedro Alves <palves@redhat.com>
13541
13542 * gdb.arch/i386-bp_permanent.c: New file.
13543 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13544 (srcfile): Set to i386-bp_permanent.c.
13545 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13546 that stepi does not execute the 'leave' instruction, instead of
13547 testing it does execute.
13548 * gdb.base/bp-permanent.c: New file.
13549 * gdb.base/bp-permanent.exp: New file.
13550
13551 2014-11-10 Doug Evans <xdje42@gmail.com>
13552
13553 PR symtab/17564
13554 * gdb.base/symtab-search-order.exp: New file.
13555 * gdb.base/symtab-search-order.c: New file.
13556 * gdb.base/symtab-search-order-1.c: New file.
13557 * gdb.base/symtab-search-order-shlib-1.c: New file.
13558
13559 2014-11-07 Pedro Alves <palves@redhat.com>
13560
13561 PR gdb/17511
13562 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13563 i?86-*-linux*.
13564
13565 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13566
13567 PR c++/17494
13568 * gdb.cp/pr17494.cc: New file.
13569 * gdb.cp/pr17494.exp: New file.
13570
13571 2014-11-02 Yao Qi <yao@codesourcery.com>
13572
13573 * gdb.python/python.exp: Get working directory and match the
13574 output of "set extended-prompt \\w " with it.
13575
13576 2014-10-30 Doug Evans <dje@google.com>
13577
13578 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13579 in objfiles.
13580 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13581 in progspaces.
13582
13583 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13584
13585 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13586 * gdb.base/realname-expand.exp: Likewise.
13587 * gdb.linespec/macro-relative.exp: Likewise.
13588
13589 2014-10-29 Pedro Alves <palves@redhat.com>
13590
13591 PR gdb/17408
13592 * gdb.threads/schedlock.c (some_function): New function.
13593 (call_function): New global.
13594 (MAYBE_CALL_SOME_FUNCTION): New macro.
13595 (thread_function): Call it.
13596 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13597 and use it instead of a global counter. Adjust all callers.
13598 (get_current_thread): Use "find current thread" for test message
13599 here rather than having all callers pass down the same string.
13600 (goto_loop): New procedure, factored out from ...
13601 (my_continue): ... this.
13602 (step_ten_loops): Change parameter from test message to command to
13603 use. Adjust.
13604 (list_count): Delete global.
13605 (check_result): New procedure, factored out from duplicate top
13606 level code.
13607 (continue tests): Wrap in with_test_prefix.
13608 (test_step): New procedure, factored out from duplicate top level
13609 code.
13610 (top level): Test "step" in combination with all scheduler-locking
13611 modes. Test "next" in combination with all scheduler-locking
13612 modes, and in combination with stepping over a function call or
13613 not.
13614 * gdb.threads/next-bp-other-thread.c: New file.
13615 * gdb.threads/next-bp-other-thread.exp: New file.
13616
13617 2014-10-29 Pedro Alves <palves@redhat.com>
13618
13619 PR python/17372
13620 * gdb.python/python.exp: Test a multi-line command that spawns
13621 interactive Python.
13622 * gdb.base/multi-line-starts-subshell.exp: New file.
13623
13624 2014-10-29 Yao Qi <yao@codesourcery.com>
13625
13626 * gdb.base/fileio.exp: Make directories on host.
13627
13628 2014-10-29 Yao Qi <yao@codesourcery.com>
13629
13630 * gdb.base/fileio.c (test_write): Close the file.
13631
13632 2014-10-28 Pedro Alves <palves@redhat.com>
13633
13634 PR gdb/12623
13635 * gdb.base/sigstep.c (no_handler): New global.
13636 (main): If 'no_handler is true, set the signal handlers to
13637 SIG_IGN.
13638 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13639 with_sw_watch and no_handler parameters. Handle them.
13640 (top level) <stepping over handler when stopped at a breakpoint
13641 test>: Add a test axis for testing with a software watchpoint, and
13642 another for testing with the signal handler set to SIG_IGN.
13643 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13644 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13645
13646 2014-10-28 Pedro Alves <palves@redhat.com>
13647
13648 PR gdb/17511
13649 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13650 * gdb.base/sigstep.exp (other_handler_location): New global.
13651 (advance): Support stepping into the signal handler, and running
13652 commands while in the handler.
13653 (in_handler_map): New global.
13654 (top level): In the advance test, add combinations for getting
13655 into the handler with stepping commands, and for running commands
13656 in the handler. Add comment descripting the advancei tests.
13657
13658 2014-10-28 Pedro Alves <palves@redhat.com>
13659
13660 * gdb.base/sigstep.exp: Use build_executable instead of
13661 prepare_for_testing.
13662 (top level): Move code that starts GDB, runs to main and creates a
13663 display to ...
13664 (restart): ... this new procedure.
13665 (top level): Move backtrace from signal handler test to ...
13666 (validate_backtrace): ... this new procedure.
13667 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13668 with_test_prefix. Always restart GDB.
13669 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13670 with_test_prefix. Always restart GDB. No need to delete
13671 breakpoints after the test.
13672 (test_skip_handler): Remove prefix parameter.
13673 (skip_over_handler, breakpoint_to_handler)
13674 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13675 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13676 restart GDB. No need to delete breakpoints after the test.
13677 (top level): Use foreach to call the test procedures with
13678 different commands.
13679
13680 2014-10-28 Pedro Alves <palves@redhat.com>
13681
13682 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13683 instead of GNATS numbers.
13684 * gdb.base/sigbpt.exp: Likewise.
13685 * gdb.base/siginfo.exp: Likewise.
13686 * gdb.base/sigstep.exp: Likewise.
13687
13688 2014-10-27 Pedro Alves <palves@redhat.com>
13689
13690 * gdb.base/sigstep.c (dummy): New global.
13691 (main): Issue a couple writes to the new global.
13692 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13693 procedures.
13694 (skip_over_handler): Use test_skip_handler.
13695 (top level): Call skip_over_handler for stepi and nexti too.
13696 (breakpoint_over_handler): Use test_skip_handler.
13697 (top level): Call breakpoint_over_handler for stepi and nexti too.
13698
13699 2014-10-27 Yao Qi <yao@codesourcery.com>
13700
13701 * gdb.trace/tfile.c (adjust_function_address)
13702 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13703 function descriptor.
13704
13705 2014-10-24 Don Breazeal <donb@codesourcery.com>
13706
13707 * gdb.base/foll-fork.exp (test_follow_fork,
13708 catch_fork_child_follow): Check for updated fork messages emitted
13709 from infrun.c.
13710 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13711 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13712 vfork_and_exec_child_follow_through_step): Check for updated vfork
13713 messages emitted from infrun.c.
13714
13715 2014-10-24 Pedro Alves <palves@redhat.com>
13716
13717 * gdb.base/corefile.exp: Remove references to ultrix.
13718 * gdb.base/interrupt.exp: Likewise.
13719 * gdb.base/whatis.exp: Likewise.
13720 * gdb.gdb/selftest.exp: Likewise.
13721 * gdb.threads/manythreads.exp: Likewise.
13722 * gdb.threads/print-threads.exp: Likewise.
13723 * gdb.threads/pthreads.exp:: Likewise.
13724 * gdb.threads/schedlock.exp: Likewise.
13725
13726 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13727
13728 * gdb.cp/non-trivial-retval.cc: Add a test case.
13729 * gdb.cp/non-trivial-retval.exp: Add a test.
13730
13731 2014-10-20 Yao Qi <yao@codesourcery.com>
13732
13733 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13734 * gdb.python/py-objfile-script-gdb.py: New file.
13735 * gdb.python/py-objfile-script.exp: Update reference to
13736 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13737 of remote_download. Remove the dest file.
13738
13739 2014-10-20 Yao Qi <yao@codesourcery.com>
13740
13741 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13742 * gdb.base/step-line.exp: Likewise.
13743 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13744 * gdb.dwarf2/dw2-basic.exp: Likewise.
13745 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13746 * gdb.dwarf2/dw2-filename.exp: Likewise.
13747 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13748 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13749 * gdb.dwarf2/dw2-producer.exp: Likewise.
13750 * gdb.dwarf2/mac-fileno.exp: Likewise.
13751 * gdb.python/py-frame-args.exp: Likewise.
13752 * gdb.python/py-framefilter.exp: Likewise.
13753 * gdb.python/py-mi.exp: Likewise.
13754 * gdb.python/py-objfile-script.exp: Likewise
13755 * gdb.python/py-pp-integral.exp: Likewise.
13756 * gdb.python/py-pp-re-notag.exp: Likewise.
13757 * gdb.python/py-prettyprint.exp: Likewise.
13758 * gdb.python/py-section-script.exp: Likewise.
13759 * gdb.python/py-typeprint.exp: Likewise.
13760 * gdb.python/py-xmethods.exp: Likewise.
13761 * gdb.stabs/weird.exp: Likewise.
13762 * gdb.xml/tdesc-regs.exp: Likewise.
13763
13764 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13765
13766 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13767 (out_cu): Use addr_len for the size of addresses.
13768 (out_line): Likewise. Size DW_LNE_set_address instruction
13769 according to addr_len.
13770 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13771 (FUNC): Add START_INSNS to definition.
13772
13773 2014-10-18 Yao Qi <yao@codesourcery.com>
13774
13775 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13776 gdb_has_argv0 return true.
13777 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13778 check [target_info exists noargs], check [gdb_has_argv0]
13779 instead.
13780 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13781 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13782 procedures.
13783
13784 2014-10-17 Doug Evans <dje@google.com>
13785
13786 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13787 event.
13788 * gdb.python/py-events.py: Add clear_objfiles event.
13789
13790 2014-10-17 Doug Evans <dje@google.com>
13791
13792 * gdb.python/py-objfile.exp: Test progspace attribute.
13793
13794 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13795
13796 * gdb.guile/scm-breakpoint.exp: Do not assume any
13797 directory separators when matching source file paths.
13798 * gdb.python/py-breakpoint.exp: Likewise.
13799 * gdb.reverse/break-precsave.exp: Likewise.
13800 * gdb.reverse/break-reverse.exp: Likewise.
13801 * gdb.reverse/consecutive-precsave.exp: Likewise.
13802 * gdb.reverse/finish-precsave.exp: Likewise.
13803 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13804 * gdb.reverse/finish-reverse.exp: Likewise.
13805 * gdb.reverse/i386-precsave.exp: Likewise.
13806 * gdb.reverse/i387-env-reverse.exp: Likewise.
13807 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13808 * gdb.reverse/machinestate-precsave.exp: Likewise.
13809 * gdb.reverse/machinestate.exp: Likewise.
13810 * gdb.reverse/sigall-precsave.exp: Likewise.
13811 * gdb.reverse/solib-precsave.exp: Likewise.
13812 * gdb.reverse/step-precsave.exp: Likewise.
13813 * gdb.reverse/until-precsave.exp: Likewise.
13814 * gdb.reverse/watch-precsave.exp: Likewise.
13815 * gdb.reverse/watch-reverse.exp: Likewise.
13816
13817 2014-10-17 Yao Qi <yao@codesourcery.com>
13818
13819 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13820 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13821
13822 2014-10-17 Pedro Alves <palves@redhat.com>
13823
13824 PR gdb/17471
13825 * gdb.base/bg-execution-repeat.c: New file.
13826 * gdb.base/bg-execution-repeat.exp: New file.
13827
13828 2014-10-17 Pedro Alves <palves@redhat.com>
13829
13830 PR gdb/17300
13831 * gdb.base/continue-all-already-running.c: New file.
13832 * gdb.base/continue-all-already-running.exp: New file.
13833
13834 2014-10-17 Pedro Alves <palves@redhat.com>
13835
13836 PR gdb/17472
13837 * gdb.base/annota-input-while-running.c: New file.
13838 * gdb.base/annota-input-while-running.exp: New file.
13839
13840 2014-10-17 Pedro Alves <palves@redhat.com>
13841
13842 * gdb.base/callfuncs.exp: emove references to osf.
13843 * gdb.base/sigall.exp: Likewise.
13844 * gdb.gdb/selftest.exp: Likewise.
13845 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13846 * gdb.mi/non-stop.c: Likewise.
13847 * gdb.mi/pthreads.c: Likewise.
13848 * gdb.reverse/sigall-precsave.exp: Likewise.
13849 * gdb.reverse/sigall-reverse.exp: Likewise.
13850 * gdb.threads/pthreads.c: Likewise.
13851 * gdb.threads/pthreads.exp: Likewise.
13852
13853 2014-10-17 Yao Qi <yao@codesourcery.com>
13854
13855 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13856 check 'target_info exists noargs'.
13857 (test_command_prompt_position): Likewise.
13858 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13859 Remove "set args".
13860 (progvar_simple_while_test): Likewise.
13861 (progvar_complex_if_while_test): Likewise.
13862 (if_while_breakpoint_command_test): Likewise.
13863 (infrun_breakpoint_command_test): Likewise.
13864 (breakpoint_command_test): Likewise.
13865 (watchpoint_command_test): Likewise.
13866 (bp_deleted_in_command_test): Likewise.
13867 (temporary_breakpoint_commands): Likewise.
13868
13869 2014-10-16 Yao Qi <yao@codesourcery.com>
13870
13871 * gdb.base/remotetimeout.exp: Remove noargs checking.
13872
13873 2014-10-15 Pedro Alves <palves@redhat.com>
13874
13875 PR breakpoints/9649
13876 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13877 * gdb.base/breakpoint-in-ro-region.exp
13878 (probe_target_hardware_step): New procedure.
13879 (top level): Probe hardware stepping and hardware breakpoint
13880 support. Test stepping through a read-only region, with both
13881 "breakpoint auto-hw" on and off and both "always-inserted" on and
13882 off.
13883
13884 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13885
13886 * gdb.dlang/demangle.exp: Update for demangling changes.
13887
13888 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13889
13890 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13891 * gdb.cp/non-trivial-retval.exp: Add new tests.
13892
13893 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13894
13895 PR c++/13403
13896 PR c++/15154
13897 * gdb.cp/non-trivial-retval.cc: New file.
13898 * gdb.cp/non-trivial-retval.exp: New file.
13899
13900 2014-10-15 Yao Qi <yao@codesourcery.com>
13901
13902 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13903 remote host.
13904
13905 2014-10-15 Yao Qi <yao@codesourcery.com>
13906
13907 * gdb.python/py-symbol.exp: Match file base name if host is
13908 remote, otherwise match file name with dir name.
13909 * gdb.python/py-symtab.exp: Likewise.
13910 * gdb.python/python.exp: Likewise.
13911
13912 2014-10-15 Yao Qi <yao@codesourcery.com>
13913
13914 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13915 pattern.
13916 * gdb.python/py-symtab.exp: Likewise.
13917 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13918 locationn.
13919
13920 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13921
13922 * gdb.ada/addr_arith: New testcase.
13923
13924 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13925
13926 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13927 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13928 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13929 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13930
13931 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13932
13933 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13934 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13935 * gdb.arch/stap-eval-lang-ada.exp: New file.
13936
13937 2014-10-14 Yao Qi <yao@codesourcery.com>
13938
13939 * gdb.mi/mi-var-child.c (nothing1): New function.
13940 (nothing2): New function.
13941 (do_children_tests): Set function pointers by nothing1 and
13942 nothing2.
13943 * gdb.mi/mi-var-child.exp: Step over new added statements.
13944 Update test to match the new output.
13945 * gdb.mi/var-cmd.c (nothing1): New function.
13946 (nothing2): New function.
13947 (do_children_tests): Set function pointers by nothing1 and
13948 nothing2.
13949 * gdb.mi/mi-var-display.exp: Update test to match output.
13950 Step to the line specified by $line_dct_nothing.
13951 Increase the number of lines to step.
13952
13953 2014-10-14 Yao Qi <yao@codesourcery.com>
13954
13955 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13956 tests.
13957 * gdb.mi/mi2-var-child.exp: Likewise.
13958
13959 2014-10-13 Doug Evans <dje@google.com>
13960
13961 * gdb.python/py-objfile.exp: Change name of file name test.
13962
13963 2014-10-13 Doug Evans <dje@google.com>
13964
13965 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13966 from the start of the CU.
13967
13968 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13969 Yao Qi <yao@codesourcery.com>
13970
13971 Fix "save breakpoints" for "catch" command.
13972 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13973 Remove -nonewline. Match also the added "main" line.
13974
13975 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13976
13977 Fix "save breakpoints" for "disable $bpnum" command.
13978 * gdb.base/save-bp.c (main): Add label.
13979 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13980
13981 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13982
13983 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13984
13985 2014-10-11 Yao Qi <yao@codesourcery.com>
13986
13987 * gdb.server/server-kill.exp: Execute command
13988 "set remote trace-status-packet on" before "tstatus".
13989
13990 2014-10-11 Yao Qi <yao@codesourcery.com>
13991
13992 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13993 (main): Call getppid.
13994 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13995 and continue to it. Read variable "server_pid".
13996
13997 2014-10-11 Yao Qi <yao@codesourcery.com>
13998
13999 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14000
14001 2014-10-11 Yao Qi <yao@codesourcery.com>
14002
14003 * gdb.threads/thread-find.exp: Don't execute command
14004 "info threads".
14005 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14006 * gdb.threads/linux-dp.exp: Don't check the condition
14007 $threads_created equals to zero.
14008
14009 2014-10-10 Pedro Alves <palves@redhat.com>
14010
14011 * gdb.base/bigcore.exp: Remove references to IRIX.
14012 * gdb.base/funcargs.exp: Likewise.
14013 * gdb.base/interrupt.exp: Likewise.
14014 * gdb.base/mips_pro.exp: Likewise.
14015 * gdb.base/nodebug.exp: Likewise.
14016 * gdb.base/setvar.exp: Likewise.
14017 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14018
14019 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14020 Pedro Alves <palves@redhat.com>
14021
14022 PR symtab/14466
14023 * gdb.base/vdso-warning.c: New file.
14024 * gdb.base/vdso-warning.exp: New file.
14025
14026 2014-10-02 Doug Evans <dje@google.com>
14027
14028 * gdb.base/structs.c (main): Don't run forever.
14029
14030 2014-10-02 Pedro Alves <palves@redhat.com>
14031
14032 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14033 (top level) <stop threads 1, stop threads 2>: Use it.
14034
14035 2014-10-02 Pedro Alves <palves@redhat.com>
14036
14037 * gdb.threads/break-while-running.exp (test): Add new
14038 'update_thread_list' argument. Skip "info threads" if false.
14039 (top level): Add new 'update_thread_list' axis.
14040
14041 2014-10-02 Pedro Alves <palves@redhat.com>
14042
14043 PR breakpoints/17431
14044 * gdb.base/execl-update-breakpoints.c: New file.
14045 * gdb.base/execl-update-breakpoints.exp: New file.
14046
14047 2014-10-01 Pedro Alves <palves@redhat.com>
14048
14049 * gdb.base/breakpoint-in-ro-region.c: New file.
14050 * gdb.base/breakpoint-in-ro-region.exp: New file.
14051
14052 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14053
14054 * gdb.mi/mi-exit-code.exp: New file.
14055 * gdb.mi/mi-exit-code.c: New file.
14056
14057 2014-09-30 Yao Qi <yao@codesourcery.com>
14058
14059 * lib/prelink-support.exp (build_executable_own_libs): Error if
14060 the target isn't native.
14061
14062 2014-09-30 Yao Qi <yao@codesourcery.com>
14063
14064 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14065 false.
14066
14067 2014-09-22 Pedro Alves <palves@redhat.com>
14068
14069 * gdb.threads/break-while-running.exp: New file.
14070 * gdb.threads/break-while-running.c: New file.
14071
14072 2014-09-19 Yao Qi <yao@codesourcery.com>
14073
14074 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14075 Invoke test. Restart GDB with --readnow and invoke test again.
14076
14077 2014-09-19 Yao Qi <yao@codesourcery.com>
14078
14079 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14080 proc set_breakpoint_on_gcd_function. Invoke
14081 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14082 invoke set_breakpoint_on_gcd_function again.
14083
14084 2014-09-18 Doug Evans <dje@google.com>
14085
14086 * gdb.dwarf2/symtab-producer.exp: New file.
14087
14088 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14089
14090 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14091 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14092 * gdb.base/global-var-nested-by-dso.c: Likewise.
14093 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14094
14095 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14096 Pedro Alves <palves@redhat.com>
14097
14098 * gdb.base/watch-bitfields.exp: Pass string other than test file
14099 name to prepare_for_testing.
14100 (watch): New procedure.
14101 (expect_watchpoint): Use with_test_prefix.
14102 (top level): Factor out tests to ...
14103 (test_watch_location, test_regular_watch): ... these new
14104 procedures, and use with_test_prefix and gdb_continue_to_end.
14105
14106 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14107
14108 PR breakpoints/12526
14109 * gdb.base/watch-bitfields.exp: New file.
14110 * gdb.base/watch-bitfields.c: New file.
14111
14112 2014-09-16 Pedro Alves <palves@redhat.com>
14113
14114 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14115 software and hardware addresses, not software address against
14116 itself.
14117
14118 2014-09-16 Pedro Alves <palves@redhat.com>
14119
14120 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14121 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14122
14123 2014-09-16 Pedro Alves <palves@redhat.com>
14124
14125 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14126 files.
14127 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14128 "*-*-vxworks*" throughout.
14129 * gdb.base/break.exp: Likewise.
14130 * gdb.base/default.exp: Likewise.
14131 * gdb.base/scope.exp: Likewise.
14132 * gdb.base/sepdebug.exp: Likewise.
14133 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14134 throughout.
14135 * gdb.base/run.c: Likewise.
14136 * gdb.base/sepdebug.c: Likewise.
14137 * gdb.hp/gdb.aCC/run.c: Likewise.
14138 * gdb.reverse/until-reverse.c: Likewise.
14139 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14140
14141 2014-09-16 Yao Qi <yao@codesourcery.com>
14142
14143 * boards/local-remote-host-native.exp: New file.
14144
14145 2014-09-14 Doug Evans <xdje42@gmail.com>
14146
14147 * gdb.threads/queue-signal.c (thread_count): New variable.
14148 (thread_count_mutex, thread_count_condvar): New variables.
14149 (incr_thread_count, wait_all_threads_running): New functions.
14150 (main): Wait for all threads to be in their thread functions.
14151
14152 2014-09-13 Doug Evans <xdje42@gmail.com>
14153
14154 * gdb.threads/queue-signal.c: New file.
14155 * gdb.threads/queue-signal.exp: New file.
14156
14157 2014-09-13 Doug Evans <xdje42@gmail.com>
14158
14159 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14160 be consistent with what default_gdb_init uses.
14161 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14162 the plain text of the prompt. Add some logging printfs.
14163 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14164
14165 2014-09-12 Pedro Alves <palves@redhat.com>
14166
14167 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14168 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14169 * gdb.arch/i386-size-overlap.exp: Likewise.
14170 * gdb.arch/i386-size.exp: Likewise.
14171 * gdb.arch/i386-unwind.exp: Likewise.
14172 * gdb.base/a2-run.exp: Likewise.
14173 * gdb.base/break.exp: Likewise.
14174 * gdb.base/charset.exp: Likewise.
14175 * gdb.base/chng-syms.exp: Likewise.
14176 * gdb.base/commands.exp: Likewise.
14177 * gdb.base/dbx.exp: Likewise.
14178 * gdb.base/find.exp: Likewise.
14179 * gdb.base/funcargs.exp: Likewise.
14180 * gdb.base/jit-simple.exp: Likewise.
14181 * gdb.base/reread.exp: Likewise.
14182 * gdb.base/sepdebug.exp: Likewise.
14183 * gdb.base/step-bt.exp: Likewise.
14184 * gdb.cp/mb-inline.exp: Likewise.
14185 * gdb.cp/mb-templates.exp: Likewise.
14186 * gdb.objc/basicclass.exp: Likewise.
14187 * gdb.threads/killed.exp: Likewise.
14188
14189 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14190
14191 PR tdep/17379
14192 * gdb.arch/powerpc-stackless.S: New file.
14193 * gdb.arch/powerpc-stackless.exp: New file.
14194
14195 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14196
14197 * gdb.base/attach.c: Include unistd.h.
14198 (main): Call alarm. Add label postloop.
14199 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14200 gdb_breakpoint, gdb_continue_to_breakpoint.
14201 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14202
14203 2014-09-11 Pedro Alves <palves@redhat.com>
14204
14205 PR gdb/17347
14206 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14207 * gdb.base/attach.exp (test_command_line_attach_run): New
14208 procedure.
14209 (top level): Call it.
14210
14211 2014-09-11 Pedro Alves <palves@redhat.com>
14212
14213 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14214 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14215 (do_command_attach_tests): Use spawn_wait_for_attach.
14216 * gdb.base/solib-overlap.exp: Likewise.
14217 * gdb.multi/multi-attach.exp: Likewise.
14218 * gdb.python/py-prompt.exp: Likewise.
14219 * gdb.python/py-sync-interp.exp: Likewise.
14220 * gdb.server/ext-attach.exp: Likewise.
14221
14222 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14223
14224 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14225 command in testcase. Simplify testcase.
14226
14227 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14228
14229 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14230
14231 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14232
14233 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14234
14235 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14236
14237 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14238
14239 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14240
14241 * gdb.dwarf2/dynarr-ptr.c: New file.
14242 * gdb.dwarf2/dynarr-ptr.exp: New file.
14243
14244 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14245
14246 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14247 of 30 rather than hardcoding 120 for a slow test case. Take the
14248 `gdb,timeout' target setting into account for this calculation.
14249 Don't extend the timeout for the test cases that don't need it.
14250
14251 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14252
14253 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14254 a factor of 2 for a slow test case. Take the `gdb,timeout'
14255 target setting into account for this calculation.
14256 * gdb.reverse/until-precsave.exp: Increase the timeout by
14257 a factor of 15 and 3 respectively rather than adding 120
14258 for a pair of slow test cases. Take the `gdb,timeout'
14259 target setting into account for this calculation.
14260
14261 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14262
14263 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14264 timeout, don't pass one down to gdb_expect.
14265 (gdb_expect): Rework timeout selection.
14266
14267 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14268
14269 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14270 exception on timeout.
14271 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14272 (gdbserver_start_extended): Catch any `gdbserver_start' error
14273 exceptions.
14274 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14275 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14276 `gdbserver_gdb_load' error exceptions.
14277
14278 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14279
14280 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14281 120 on waiting for the TCP socket to open.
14282
14283 2014-09-09 Doug Evans <xdje42@gmail.com>
14284
14285 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14286 _caller_matches, _any_caller_is, _any_caller_matches.
14287
14288 2014-09-09 Doug Evans <xdje42@gmail.com>
14289
14290 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14291
14292 2014-09-09 Yao Qi <yao@codesourcery.com>
14293
14294 * gdb.mi/mi-var-display.exp: Set print symbol off.
14295
14296 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14297
14298 PR gdb/17035
14299 * gdb.base/commands.exp: Add tests to verify user-defined
14300 commands with empty bodies.
14301 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14302 python commands in `show user command`.
14303 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14304 scheme commands in `show user command`.
14305
14306 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14307
14308 PR python/17355
14309 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14310 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14311 * gdb.python/py-framefilter-invalidarg.exp: New file.
14312 * gdb.python/py-framefilter-invalidarg.py: New file.
14313
14314 2014-09-06 Doug Evans <xdje42@gmail.com>
14315
14316 PR 15276
14317 * gdb.python/py-caller-is.c: New file.
14318 * gdb.python/py-caller-is.exp: New file.
14319
14320 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14321
14322 PR gdb/17235
14323 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14324 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14325
14326 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14327
14328 PR fortran/17237
14329 * gdb.fortran/print-formatted.exp: New file.
14330 * gdb.fortran/print-formatted.f90: Likewise.
14331
14332 2014-09-03 Sasha Smundak <asmundak@google.com>
14333
14334 * gdb.python/py-frame.exp: Test Frame.read_register.
14335
14336 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14337
14338 PR python/16699
14339 * gdb.python/py-completion.exp: New file.
14340 * gdb.python/py-completion.py: Likewise.
14341
14342 2014-08-28 Doug Evans <dje@google.com>
14343
14344 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14345 eax,etc. are live with values set by gdb and thus the compiler can't
14346 use them.
14347 * gdb.arch/i386-pseudo.c (main): Ditto.
14348
14349 2014-08-27 Doug Evans <dje@google.com>
14350
14351 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14352
14353 2014-08-25 Doug Evans <dje@google.com>
14354
14355 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14356 (main): Ditto.
14357
14358 2014-08-25 Doug Evans <dje@google.com>
14359
14360 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14361
14362 2014-08-24 Yao Qi <yao@codesourcery.com>
14363
14364 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14365 symbol off.
14366 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14367
14368 2014-08-22 Doug Evans <dje@google.com>
14369
14370 PR 17276
14371 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14372 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14373 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14374
14375 2014-08-22 Yao Qi <yao@codesourcery.com>
14376
14377 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14378 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14379 * gdb.python/python.exp: Likewise. Use .py file on the host
14380 instead of the build.
14381
14382 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14383
14384 * gdb.threads/gcore-stale-thread.c: New file.
14385 * gdb.threads/gcore-stale-thread.exp: New file.
14386
14387 2014-08-21 Pedro Alves <palves@redhat.com>
14388
14389 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14390 * gdb.base/gcore-relro-pie.exp: Likewise.
14391 * gdb.base/gcore-relro.exp: Likewise.
14392 * gdb.base/gcore.exp: Likewise.
14393 * gdb.base/print-symbol-loading.exp: Likewise.
14394 * gdb.threads/gcore-thread.exp: Likewise.
14395 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14396
14397 2014-08-20 Pedro Alves <palves@redhat.com>
14398 Jan Kratochvil <jan.kratochvil@redhat.com>
14399
14400 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14401 configure.
14402 (EXPECT): Handle READ1 being set.
14403 (all): Depend on EXTRA_RULES.
14404 (check-read1, expect-read1, read1.so, read1): New rules.
14405 * README (Testsuite Parameters): Document the READ1 make variable.
14406 (Race detection): New section.
14407 * configure: Regenerate.
14408 * configure.ac: If build==host==target, and running under a
14409 GNU/glibc system, add read1 to the extra Makefile rules.
14410 (EXTRA_RULES): AC_SUBST it.
14411 * lib/read1.c: New file.
14412
14413 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14414
14415 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14416 the handling of variables declared as a typedef to an array
14417 which a DW_AT_data_location attribute.
14418
14419 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14420 Pedro Alves <palves@redhat.com>
14421
14422 PR symtab/14604
14423 PR symtab/14605
14424 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14425 gdb_test.
14426
14427 2014-08-19 Pedro Alves <palves@redhat.com>
14428
14429 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14430
14431 2014-08-19 Yao Qi <yao@codesourcery.com>
14432
14433 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14434 right line.
14435
14436 2014-08-18 David Blaikie <dblaikie@gmail.com>
14437
14438 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14439
14440 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14441
14442 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14443 attribute in array range.
14444
14445 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14446
14447 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14448
14449 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14450
14451 PR c++/17132
14452 * gdb.cp/pr17132.cc: New file.
14453 * gdb.cp/pr17132.exp: New file.
14454
14455 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14456
14457 * gdb.python/py-xmethods.py (A_getarrayind)
14458 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14459 Use 'print' with function call syntax.
14460 (E_method_matcher.match): Fix tab vs space indentation mixup.
14461
14462 2014-08-15 Yao Qi <yao@codesourcery.com>
14463
14464 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14465 false.
14466
14467 2014-08-15 Yao Qi <yao@codesourcery.com>
14468
14469 * gdb.cp/casts.exp: Set print symbol off.
14470 * gdb.cp/class2.exp: Likewise.
14471 * gdb.cp/overload.exp: Likewise.
14472 * gdb.cp/templates.exp: Likewise.
14473
14474 2014-08-11 Doug Evans <dje@google.com>
14475
14476 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14477 (test_load_shlib): Update.
14478
14479 2014-08-09 Yao Qi <yao@codesourcery.com>
14480
14481 * gdb.base/display.exp: Invoke is_address_zero_readable.
14482 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14483 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14484 * gdb.base/hbreak-unmapped.exp: Return if
14485 is_address_zero_readable returns true.
14486 * gdb.base/signest.exp: Likewise.
14487 * gdb.base/signull.exp: Likewise.
14488 * gdb.base/sigbpt.exp: Likewise.
14489 * gdb.guile/scm-disasm.exp: Do the test if
14490 is_address_zero_readable returns false.
14491 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14492 * gdb.python/py-arch.exp: Likewise.
14493 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14494 * lib/gdb.exp (is_address_zero_readable): New proc.
14495
14496 2014-08-09 Yao Qi <yao@codesourcery.com>
14497
14498 PR testsuite/13443
14499 * gdb.mi/mi-var-display.exp: Make test messages unique.
14500
14501 2014-08-04 Tom Tromey <tromey@redhat.com>
14502
14503 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14504 target 0".
14505
14506 2014-08-04 Tom Tromey <tromey@redhat.com>
14507
14508 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14509 "target_resume".
14510
14511 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14512
14513 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14514 inner_vla_struct_object_size.
14515 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14516 as xfail.
14517
14518 2014-07-30 Pedro Alves <palves@redhat.com>
14519
14520 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14521 comment.
14522
14523 2014-07-29 Yao Qi <yao@codesourcery.com>
14524
14525 PR gdb/17206
14526 * gdb.base/until-nodebug.exp: New.
14527
14528 2014-07-28 Doug Evans <xdje42@gmail.com>
14529
14530 PR guile/17203
14531 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14532 previously existing parameter, and previously ambiguously spelled
14533 parameter.
14534
14535 2014-07-28 Will Newton <will.newton@linaro.org>
14536
14537 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14538
14539 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14540 Doug Evans <xdje42@gmail.com>
14541
14542 PR guile/17146
14543 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14544
14545 2014-07-25 Pedro Alves <palves@redhat.com>
14546
14547 * gdb.threads/signal-command-handle-nopass.c: New file.
14548 * gdb.threads/signal-command-handle-nopass.exp: New file.
14549 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14550 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14551 * gdb.threads/signal-delivered-right-thread.c: New file.
14552 * gdb.threads/signal-delivered-right-thread.exp: New file.
14553
14554 2014-07-25 Pedro Alves <palves@redhat.com>
14555
14556 * gdb.base/double-prompt-target-event-error.exp
14557 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14558 match.
14559 (cancel_pagination_in_target_event): Rework double prompt
14560 detection.
14561 * gdb.base/paginate-after-ctrl-c-running.exp
14562 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14563 <return>' match.
14564 * gdb.base/paginate-bg-execution.exp
14565 (test_bg_execution_pagination_return)
14566 (test_bg_execution_pagination_cancel): Remove '-notransfer
14567 <return>' matches.
14568 * gdb.base/paginate-execution-startup.exp
14569 (test_fg_execution_pagination_return)
14570 (test_fg_execution_pagination_cancel): Remove '-notransfer
14571 <return>' matches.
14572 * gdb.base/paginate-inferior-exit.exp
14573 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14574 match.
14575 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14576 * lib/gdb.exp (pagination_prompt): Run text through
14577 string_to_regexp.
14578 (gdb_test_multiple): Match $pagination_prompt instead of
14579 "<return>".
14580 (string_to_regexp): Move to lib/gdb-utils.exp.
14581
14582 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14583
14584 * gdb.arch/amd64-entry-value-paramref.S: New file.
14585 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14586 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14587 * gdb.arch/amd64-optimout-repeat.S: New file.
14588 * gdb.arch/amd64-optimout-repeat.c: New file.
14589 * gdb.arch/amd64-optimout-repeat.exp: New file.
14590
14591 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14592
14593 PR gdb/17170
14594 * gdb.base/statistics.exp: New file.
14595
14596 2014-07-17 Doug Evans <dje@google.com>
14597
14598 PR gdb/17170
14599 * gdb.base/maint.exp: Update testing of per-command stats.
14600
14601 2014-07-16 Pedro Alves <palves@redhat.com>
14602
14603 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14604 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14605 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14606 (tfile_write_buf): New functions.
14607 (add_memory_block): Rewrite using the above.
14608 (adjust_function_address): New function.
14609 (FUNCTION_ADDRESS): New macro.
14610 (write_basic_trace_file): Remove short_x local, and use
14611 tfile_write_16. Change type of func_addr local to unsigned long
14612 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14613 here. Cast argument of add_memory_block to char pointer.
14614 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14615 (main): Remove parameters.
14616 * gdb.trace/tfile.exp: Remove nowarnings.
14617
14618 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14619
14620 * gdb.base/debug-expr.exp: Test string evaluation with
14621 "debug expression" on.
14622
14623 2014-07-15 Pedro Alves <palves@redhat.com>
14624
14625 * gdb.base/reread.exp: Use clean_restart.
14626
14627 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14628
14629 * gdb.arch/avr-flash-qualifer.c: New.
14630 * gdb.arch/avr-flash-qualifer.exp: New.
14631
14632 2014-07-14 Pedro Alves <palves@redhat.com>
14633
14634 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14635 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14636
14637 2014-07-14 Pedro Alves <palves@redhat.com>
14638
14639 * gdb.base/double-prompt-target-event-error.c: New file.
14640 * gdb.base/double-prompt-target-event-error.exp: New file.
14641
14642 2014-07-14 Pedro Alves <palves@redhat.com>
14643
14644 PR gdb/17072
14645 * gdb.base/paginate-inferior-exit.c: New file.
14646 * gdb.base/paginate-inferior-exit.exp: New file.
14647
14648 2014-07-14 Pedro Alves <palves@redhat.com>
14649
14650 PR gdb/17072
14651 * gdb.base/paginate-bg-execution.c: New file.
14652 * gdb.base/paginate-bg-execution.exp: New file.
14653
14654 2014-07-14 Pedro Alves <palves@redhat.com>
14655
14656 PR gdb/17072
14657 * gdb.base/paginate-execution-startup.c: New file.
14658 * gdb.base/paginate-execution-startup.exp: New file.
14659 * lib/gdb.exp (pagination_prompt): New global.
14660 (default_gdb_spawn): New procedure, factored out from
14661 default_gdb_spawn.
14662 (default_gdb_start): Adjust to call default_gdb_spawn.
14663 (gdb_spawn): New procedure.
14664
14665 2014-07-14 Pedro Alves <palves@redhat.com>
14666
14667 * lib/gdb.exp (gdb_assert): New procedure.
14668 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14669
14670 2014-07-14 Pedro Alves <palves@redhat.com>
14671
14672 * gdb.base/execution-termios.c: New file.
14673 * gdb.base/execution-termios.exp: New file.
14674
14675 2014-07-14 Tom Tromey <tromey@redhat.com>
14676
14677 * gdb.cp/vla-cxx.cc: New file.
14678 * gdb.cp/vla-cxx.exp: New file.
14679
14680 2014-07-14 Tom Tromey <tromey@redhat.com>
14681
14682 * gdb.reverse/rerun-prec.c: New file.
14683 * gdb.reverse/rerun-prec.exp: New file.
14684
14685 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14686 Maciej W. Rozycki <macro@codesourcery.com>
14687
14688 * lib/gdb-utils.exp: New file.
14689 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14690 inline `gdb_init_command' processing.
14691 (gdb_start_cmd): Likewise.
14692 * lib/mi-support.exp (mi_run_cmd): Likewise.
14693 * README: Document `gdb_init_command' and `gdb_init_commands'.
14694
14695 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14696
14697 Fix false FAIL running under a very long directory name.
14698 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14699 and "set print elements 10000". Twice.
14700
14701 2014-07-11 Yao Qi <yao@codesourcery.com>
14702
14703 * gdb.base/exprs.exp: "set print symbol off".
14704
14705 2014-07-11 Pedro Alves <palves@redhat.com>
14706
14707 * gdb.threads/kill.c: New file.
14708 * gdb.threads/kill.exp: New file.
14709
14710 2014-07-10 Yao Qi <yao@codesourcery.com>
14711
14712 * gdb.trace/tfile.c (write_basic_trace_file)
14713 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14714 address written to trace file.
14715
14716 2014-07-09 Pedro Alves <palves@redhat.com>
14717
14718 * gdb.base/attach-wait-input.exp: New file.
14719 * gdb.base/attach-wait-input.c: New file.
14720
14721 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14722
14723 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14724 setting up test structures.
14725 (main): Call new test function.
14726 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14727 test function, continue into test function and walk test
14728 structures.
14729
14730 2014-07-02 Yao Qi <yao@codesourcery.com>
14731
14732 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14733 'bar_start' at the beginning of functions 'foo' and 'bar'
14734 respectively.
14735 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14736 instead of 'foo' and 'bar'.
14737
14738 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14739
14740 * gdb.btrace/segv.exp: New.
14741 * gdb.btrace/segv.c: New.
14742
14743 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14744
14745 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14746 instruction.
14747
14748 2014-06-30 Mark Wielaard <mjw@redhat.com>
14749
14750 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14751 vulture, vilify, villar): New volatile array constants.
14752 (vindictive, vegetation): New const volatile array constants.
14753 * gdb.base/volatile.exp: Test volatile and const volatile array
14754 types.
14755
14756 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14757
14758 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14759 target lacks support for awatch, rwatch, or hbreak.
14760
14761 2014-06-27 Yao Qi <yao@codesourcery.com>
14762
14763 * gdb.multi/dummy-frame-restore.exp: New.
14764 * gdb.multi/dummy-frame-restore.c: New.
14765
14766 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14767
14768 * gdb.btrace/gcore.exp: New.
14769
14770 2014-06-23 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.base/watchpoint-reuse-slot.c: New file.
14773 * gdb.base/watchpoint-reuse-slot.exp: New file.
14774
14775 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14776
14777 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14778 progspace's filename in 'info', 'enable' and 'disable' command
14779 tests.
14780
14781 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14782
14783 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14784 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14785 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14786
14787 2014-06-20 Gary Benson <gbenson@redhat.com>
14788
14789 * gdb.arch/i386-avx.exp: Fix include file location.
14790 * gdb.arch/i386-sse.exp: Likewise.
14791
14792 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14793
14794 * gdb.dlang/expression.exp: New file.
14795
14796 2014-06-19 Pedro Alves <palves@redhat.com>
14797
14798 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14799 out from ...
14800 (top level): ... here. Iterate running tests under different
14801 scheduler-locking settings.
14802
14803 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14804
14805 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14806 to DW_FORM_addr and use non-zero addresses.
14807
14808 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14809
14810 PR gdb/17017
14811 * gdb.python/py-xmethods.cc: Add global function call counters and
14812 increment them in their respective functions. Remove "cout"
14813 statements.
14814 * gdb.python/py-xmethods.exp: Make tests check the global function
14815 call counters instead of depending on inferior IO.
14816
14817 2014-06-18 Don Breazeal <donb@codesourcery.com>
14818
14819 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14820 Deleted procedure.
14821 (explicit_fork_parent_follow): Deleted procedure.
14822 (explicit_fork_child_follow): Deleted procedure.
14823 (test_follow_fork): New procedure.
14824 (do_fork_tests): Replace calls to deleted procedures with
14825 calls to test_follow_fork and reset GDB for subsequent
14826 procedure calls.
14827
14828 2014-06-17 Yao Qi <yao@codesourcery.com>
14829
14830 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14831 CP1252.
14832
14833 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14834
14835 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14836 Initialize ptr and S explicitly.
14837 (skip_type_update_when_not_use_rtti_test): Likewise.
14838
14839 2014-06-16 Keith Seitz <keiths@redhat.com>
14840
14841 PR mi/15863
14842 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14843 the inferior is started.
14844
14845 2014-06-16 Pedro Alves <palves@redhat.com>
14846
14847 * gdb.base/break-main-file-remove-fail.c: New file.
14848 * gdb.base/break-main-file-remove-fail.exp: New file.
14849 * gdb.base/break-unload-file.exp: Use build_executable instead of
14850 prepare_for_testing.
14851 (test_break): New parameter "initial_load". Handle it.
14852 (top level): Add initial_load cmdline/file axis.
14853
14854 2014-06-12 Tom Tromey <tromey@redhat.com>
14855
14856 * gdb.base/completion.exp: Don't use directory name in test.
14857
14858 2014-06-09 Gary Benson <gbenson@redhat.com>
14859
14860 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14861 separate the always-available ANSI-standard signals from the
14862 signals that require checking.
14863 (main): Likewise.
14864 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14865 Likewise.
14866 (main): Likewise.
14867
14868 2014-06-07 Keith Seitz <keiths@redhat.com>
14869
14870 Revert:
14871 PR c++/16253
14872 * gdb.cp/var-tag.cc: New file.
14873 * gdb.cp/var-tag.exp: New file.
14874 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14875 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14876 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14877 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14878
14879 2014-06-06 Doug Evans <xdje42@gmail.com>
14880
14881 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14882
14883 2014-06-06 Pedro Alves <palves@redhat.com>
14884
14885 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14886 in target debug output instead of looking at RSP packets,
14887 disabling the test on any target that uses hardware stepping.
14888 Update comments.
14889
14890 2014-06-06 Pedro Alves <palves@redhat.com>
14891
14892 * gdb.base/break-unload-file.exp: Fix typo.
14893
14894 2014-06-06 Yao Qi <yao@codesourcery.com>
14895
14896 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14897 from "jit_function" to "^jit_function".
14898
14899 2014-06-06 Yao Qi <yao@codesourcery.com>
14900
14901 * gdb.base/async.c (foo): Add one statement.
14902 * gdb.base/async.exp: Get the next instruction address and
14903 match the output of "nexti" by instruction address. Match
14904 the hex address in the output of "finish".
14905
14906 2014-06-06 Gary Benson <gbenson@redhat.com>
14907
14908 * gdb.base/call-signals.c: Remove preprocessor conditionals
14909 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14910 SIGSEGV and SIGTERM.
14911 * gdb.base/sigall.c: Likewise.
14912 * gdb.base/unwindonsignal.c: Likewise.
14913 * gdb.reverse/sigall-reverse.c: Likewise.
14914
14915 2014-06-06 Yao Qi <yao@codesourcery.com>
14916
14917 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14918 readable, skip the test.
14919
14920 2014-06-06 Yao Qi <yao@codesourcery.com>
14921
14922 * gdb.threads/staticthreads.c (thread_function): Move the line
14923 setting breakpoint on forward.
14924 * gdb.threads/staticthreads.exp: Update comments.
14925
14926 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14927
14928 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14929 "history-append! type error".
14930
14931 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14932
14933 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14934 erroneous dprintf expected input.
14935
14936 2014-06-04 Doug Evans <xdje42@gmail.com>
14937
14938 * gdb.guile/scm-generics.exp: Delete.
14939
14940 2014-06-04 Doug Evans <xdje42@gmail.com>
14941
14942 * gdb.guile/scm-breakpoint.exp: Update.
14943 Add tests for breakpoint registration.
14944
14945 2014-06-04 Tom Tromey <tromey@redhat.com>
14946
14947 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14948 VLA-in-union.
14949 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14950 inner_vla_struct, vla_union types. Initialize objects of those
14951 types and compute their sizes.
14952
14953 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14954 Hui Zhu <hui@codesourcery.com>
14955
14956 * gdb.base/fileio.exp: Add test for shell not available as well as
14957 available.
14958 * gdb.base/fileio.c (test_system): Check for shell twice.
14959
14960 2014-06-04 Yao Qi <yao@codesourcery.com>
14961
14962 * gdb.base/auto-connect-native-target.exp: Remove redundant
14963 space from the regexp pattern.
14964
14965 2014-06-04 Yao Qi <yao@codesourcery.com>
14966
14967 * gdb.base/default.exp: Replace "child" with "native" in
14968 regexp pattern.
14969
14970 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14971
14972 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14973 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14974 * gdb.python/py-xmethods.py: Python script supporting the
14975 new testcase and tests.
14976
14977 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14978 Pedro Alves <palves@redhat.com>
14979
14980 PR breakpoints/17000
14981 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14982 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14983
14984 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14985
14986 * gdb.base/subst.exp: Add tests to verify partial path matching
14987 output.
14988
14989 2014-06-03 Pedro Alves <palves@redhat.com>
14990
14991 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14992 target that doesn't use software single-stepping.
14993
14994 2014-06-03 Pedro Alves <palves@redhat.com>
14995
14996 PR breakpoints/17000
14997 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14998 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14999
15000 2014-06-02 Doug Evans <xdje42@gmail.com>
15001
15002 * gdb.guile/scm-parameter.exp: New file.
15003
15004 2014-06-02 Doug Evans <xdje42@gmail.com>
15005
15006 * gdb.guile/scm-cmd.c: New file.
15007 * gdb.guile/scm-cmd.exp: New file.
15008
15009 2014-06-02 Doug Evans <xdje42@gmail.com>
15010
15011 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15012 pretty-printer lookup.
15013 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15014 (make-pp_s-printer): Call it.
15015 (make-pretty-printer-from-dict): New function.
15016 (lookup-pretty-printer-maker-from-dict): New function.
15017 (*pretty-printer*): Simplify.
15018 (make-objfile-pp_s-printer): New function.
15019 (install-objfile-pretty-printers!): New function.
15020 (make-progspace-pp_s-printer): New function.
15021 (install-progspace-pretty-printers!): New function.
15022 * gdb.guile/scm-progspace.c: New file.
15023 * gdb.guile/scm-progspace.exp: New file.
15024
15025 2014-06-02 Pedro Alves <palves@redhat.com>
15026
15027 * gdb.base/dprintf-bp-same-addr.c: New file.
15028 * gdb.base/dprintf-bp-same-addr.exp: New file.
15029
15030 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15031
15032 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15033 * gdb.arch/powerpc-power.s: Likewise.
15034
15035 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15036
15037 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15038
15039 2014-06-01 Yao Qi <yao@codesourcery.com>
15040
15041 * gdb.base/watchpoint.exp (test_watch_location): Check null
15042 pointer can be dereferenced. If not, do the test, otherwise
15043 skip it.
15044
15045 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15046
15047 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15048 results.
15049 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15050
15051 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15052
15053 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15054 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15055 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15056 * gdb.arch/amd64-invalid-stack-top.c: New file.
15057 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15058
15059 2014-05-30 Pedro Alves <palves@redhat.com>
15060
15061 PR breakpoints/17000
15062 * gdb.base/sss-bp-on-user-bp.c: New file.
15063 * gdb.base/sss-bp-on-user-bp.exp: New file.
15064
15065 2014-05-30 David Blaikie <dblaikie@gmail.com>
15066
15067 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15068 gnu_inline semantics via attribute.
15069 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15070 source explicitly specifies the required semantics.
15071
15072 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15073
15074 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15075
15076 2014-05-29 Pedro Alves <palves@redhat.com>
15077 Tom Tromey <tromey@redhat.com>
15078
15079 * gdb.base/async-shell.exp: Don't enable target-async.
15080 * gdb.base/async.exp
15081 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15082 parameter. Adjust.
15083 (top level): Don't test with "target-async".
15084 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15085 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15086 * gdb.base/inferior-died.exp: Don't enable target-async.
15087 * gdb.base/interrupt-noterm.exp: Likewise.
15088 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15089 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15090 * gdb.mi/mi-nonstop.exp: Likewise.
15091 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15092 * gdb.mi/mi-nsintrall.exp: Likewise.
15093 * gdb.mi/mi-nsmoribund.exp: Likewise.
15094 * gdb.mi/mi-nsthrexec.exp: Likewise.
15095 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15096 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15097 * gdb.python/py-evsignal.exp: Don't enable target-async.
15098 * gdb.python/py-evthreads.exp: Likewise.
15099 * gdb.python/py-prompt.exp: Likewise.
15100 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15101 * gdb.server/solib-list.exp: Don't enable target-async.
15102 * gdb.threads/thread-specific-bp.exp: Likewise.
15103 * lib/mi-support.exp: Adjust to use mi-async.
15104
15105 2014-05-29 Pedro Alves <palves@redhat.com>
15106
15107 PR gdb/13860
15108 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15109 reason, even in sync mode.
15110
15111 2014-05-29 Pedro Alves <palves@redhat.com>
15112 Hui Zhu <hui@codesourcery.com>
15113
15114 PR PR15693
15115 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15116 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15117 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15118 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15119
15120 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15121
15122 * config/monitor.exp (gdb_target_monitor): Replace use of
15123 "set remotebaud" by "set serial baud".
15124
15125 2014-05-26 Andy Wingo <wingo@igalia.com>
15126
15127 * gdb.guile/scm-breakpoint.exp:
15128 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15129 properties instead of gdb-object-properties.
15130
15131 2014-05-26 Yao Qi <yao@codesourcery.com>
15132
15133 * gdb.server/no-thread-db.exp: Specify source file name
15134 explicitly when setting a breakpoint.
15135
15136 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15137
15138 * gdb.btrace/vdso.c: New.
15139 * gdb.btrace/vdso.exp: New.
15140
15141 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15142
15143 * gdb.base/gcore.exp (capture_command_output): Move ...
15144 * lib/gdb.exp (capture_command_output): ... here.
15145
15146 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15147
15148 * gdb.btrace/data.exp: Test memory access during btrace replay.
15149
15150 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15151
15152 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15153
15154 2014-05-21 Pedro Alves <palves@redhat.com>
15155
15156 PR gdb/13860
15157 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15158 (top level): Test that output related to execution commands is
15159 sent to the console with CLI commands, but not with MI commands.
15160 Test that breakpoint events are always mirrored to the console.
15161 Also expect the new source line to be output after a "next" in
15162 async mode too. Make it a pass/fail test.
15163 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15164 output.
15165 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15166
15167 2014-05-21 Pedro Alves <palves@redhat.com>
15168
15169 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15170 Use them to test variations of "list" after reaching a breakpoint.
15171 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15172 Test "list" with listsize 10 after reaching a breakpoint.
15173 * gdb.python/python.exp (decode_line current location line
15174 number): Adjust expected line number.
15175
15176 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15177
15178 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15179 behavior for $args, pass it directly to "run".
15180
15181 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15182
15183 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15184 30000 to 65536.
15185
15186 2014-05-21 Pedro Alves <palves@redhat.com>
15187
15188 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15189 auto-connect-native-target off".
15190 * gdb.base/auto-connect-native-target.c: New file.
15191 * gdb.base/auto-connect-native-target.exp: New file.
15192
15193 2014-05-21 Pedro Alves <palves@redhat.com>
15194
15195 * gdb.base/default.exp: Test "target native" instead of "target
15196 child".
15197
15198 2014-05-21 Mark Wielaard <mjw@redhat.com>
15199
15200 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15201
15202 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15203
15204 Fix TLS access for -static -pthread.
15205 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15206 <HAVE_TLS> (thread_function, main): Initialize it.
15207 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15208 Add clean_restart.
15209 <$have_tls != "">: Check TLSVAR.
15210
15211 2014-05-21 Pedro Alves <palves@redhat.com>
15212
15213 * gdb.base/dcache-line-read-error.c: New.
15214 * gdb.base/dcache-line-read-error.exp: New.
15215
15216 2014-05-20 Pedro Alves <palves@redhat.com>
15217
15218 * gdb.base/compare-sections.c: New file.
15219 * gdb.base/compare-sections.exp: New file.
15220
15221 2014-05-20 Pedro Alves <palves@redhat.com>
15222
15223 * gdb.base/break-idempotent.c: New file.
15224 * gdb.base/break-idempotent.exp: New file.
15225
15226 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15227
15228 * gdb.btrace/nohist.exp: New.
15229
15230 2014-05-20 Yao Qi <yao@codesourcery.com>
15231
15232 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15233 gdb.reverse directory and gdb_reverse_timeout exists in board
15234 setting.
15235 * README: Document gdb_reverse_timeout.
15236
15237 2014-05-20 Yao Qi <yao@codesourcery.com>
15238
15239 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15240 'test_file_name'. Treat args as a string instead of a list.
15241 (gdb_init): Rename argument 'args' by 'test_file_name'.
15242
15243 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15244
15245 * gdb.arch/powerpc-power.exp: New file.
15246 * gdb.arch/powerpc-power.s: New file.
15247
15248 2014-05-16 Doug Evans <dje@google.com>
15249
15250 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15251 * gdb.base/completion.exp: Check that all expected files exist
15252 before doing file completion.
15253
15254 2014-05-16 Doug Evans <dje@google.com>
15255
15256 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15257 Update.
15258 (do_syscall_tests_without_xml): Update.
15259
15260 2014-05-16 Pedro Alves <palves@redhat.com>
15261
15262 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15263 instead of "unknown output after running".
15264
15265 2014-05-16 Yao Qi <yao@codesourcery.com>
15266
15267 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15268 file1.txt from host at the end.
15269 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15270
15271 2014-05-15 Doug Evans <dje@google.com>
15272
15273 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15274 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15275 loading file. Add test for TU lookup.
15276
15277 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15278
15279 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15280 calling "-exec-arguments" or "set args" before running the
15281 inferior.
15282
15283 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15284
15285 * lib/mi-support.exp (mi_expect_stop): Expect message for
15286 inferiors that exit with non-zero exit code.
15287
15288 2014-05-14 Yao Qi <yao@codesourcery.com>
15289
15290 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15291 match absolute path on remote host.
15292 (test_file_list_exec_source_files): Remove "/" from the
15293 pattern.
15294
15295 2014-05-14 Yao Qi <yao@codesourcery.com>
15296
15297 * boards/local-remote-host-notty.exp (${board}_file): New
15298 proc.
15299
15300 2014-05-07 Kyle McMartin <kyle@redhat.com>
15301
15302 Pushed by Joel Brobecker <brobecker@adacore.com>.
15303 * gdb.arch/aarch64-atomic-inst.c: New file.
15304 * gdb.arch/aarch64-atomic-inst.exp: New file.
15305
15306 2014-05-07 Yao Qi <yao@codesourcery.com>
15307
15308 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15309 in current context" too.
15310
15311 2014-05-05 Keith Seitz <keiths@redhat.com>
15312
15313 * gdb.linespec/ls-dollar.exp: Add test for linespec
15314 file:convenience_variable.
15315
15316 2014-05-05 Yao Qi <yao@codesourcery.com>
15317
15318 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15319 traceframes into tfile and ctf trace files. Read data from
15320 trace file and test collected data.
15321 (gdb_collect_locals_test): Likewise.
15322 (gdb_unavailable_registers_test): Likewise.
15323 (gdb_unavailable_floats): Likewise.
15324 (gdb_collect_globals_test): Likewise.
15325 (top-level): Append "ctf" to trace_file_targets if GDB
15326 supports.
15327
15328 2014-05-05 Yao Qi <yao@codesourcery.com>
15329
15330 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15331 code to ...
15332 (gdb_collect_args_test_1): ... it. New proc.
15333 (gdb_collect_locals_test): Move some code to ...
15334 (gdb_collect_locals_test_1): ... it. New proc.
15335 (gdb_unavailable_registers_test): Move some code to ...
15336 (gdb_unavailable_registers_test_1): ... it. New proc.
15337 (gdb_unavailable_floats): Move some code to ...
15338 (gdb_unavailable_floats_1): ... it. New proc.
15339
15340 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15341
15342 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15343 probes to test for bitness recognition.
15344 * gdb.arch/amd64-stap-optional-prefix.exp
15345 (test_probe_value_without_reg): New procedure.
15346 Add code to test for different kinds of bitness.
15347
15348 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15349
15350 PR breakpoints/16889
15351 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15352 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15353
15354 2014-05-01 Pedro Alves <palves@redhat.com>
15355
15356 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15357 gdb_file_cmd if no file is specified.
15358 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15359 last_loaded_file to set the remote exec-file.
15360
15361 2014-05-01 Pedro Alves <palves@redhat.com>
15362
15363 * boards/local-remote-host.exp: New file.
15364
15365 2014-05-01 Pedro Alves <palves@redhat.com>
15366
15367 * boards/local-remote-host.exp: Rename to ...
15368 * boards/local-remote-host-notty.exp: ... this.
15369
15370 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15371
15372 * gdb.ada/dyn_arrayidx: New testcase.
15373
15374 2014-04-26 Yao Qi <yao@codesourcery.com>
15375
15376 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15377 and compute the length of function main. Save it in
15378 $main_length.
15379 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15380 (top-level): Use gdb_compile to compile objects into
15381 executable and restart GDB. Remove invocation to
15382 prepare_for_testing.
15383
15384 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15385 Pedro Alves <palves@redhat.com>
15386
15387 PR server/16255
15388 * gdb.multi/multi-attach.c: New file.
15389 * gdb.multi/multi-attach.exp: New file.
15390
15391 2014-04-25 Pedro Alves <palves@redhat.com>
15392
15393 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15394 user.
15395 (top level): Test that "set remote conditional-breakpoints-packet
15396 off" works as intended.
15397 * gdb.base/dprintf.exp: Test that "set remote
15398 breakpoint-commands-packet off" works as intended.
15399 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15400 New function.
15401 (top level): Call it.
15402 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15403 remote fast-tracepoints-packet off" works as intended.
15404 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15405 * lib/gdb.exp (gdb_is_target_remote): ... here.
15406
15407 2014-04-24 David Blaikie <dblaikie@gmail.com>
15408
15409 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15410 ensure clang would not discard them.
15411 * gdb.base/gdbvars.c: Ditto.
15412 * gdb.base/memattr.c: Ditto.
15413 * gdb.base/whatis.c: Ditto.
15414 * gdb.python/py-prettyprint.c: Ditto.
15415 * gdb.trace/actions.c: Ditto.
15416 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15417 ensure clang would not discard it.
15418
15419 2014-04-24 David Blaikie <dblaikie@gmail.com>
15420
15421 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15422 clang to emit the full definition of type required by the test
15423 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15424
15425 2014-04-24 David Blaikie <dblaikie@gmail.com>
15426
15427 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15428 coax Clang into emitting the definition of the type.
15429 * gdb.cp/pr10728-x.h (y): Ditto.
15430 * gdb.cp/pr10728-y.cc (y): Ditto.
15431
15432 2014-04-24 David Blaikie <dblaikie@gmail.com>
15433
15434 * gdb.base/label.exp: XFAIL label related tests under Clang.
15435 * gdb.cp/cplabel.exp: Ditto.
15436 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15437 under Clang those using labels.
15438
15439 2014-04-25 Yao Qi <yao@codesourcery.com>
15440
15441 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15442 double_label.
15443 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15444 partial_label and double_label.
15445
15446 2014-04-24 David Blaikie <dblaikie@gmail.com>
15447
15448 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15449
15450 2014-04-24 David Blaikie <dblaikie@gmail.com>
15451
15452 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15453 of the function to work across GCC and Clang.
15454 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15455 pointer types (const void ** const V void **).
15456
15457 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15458 Walfred Tedeschi <walfred.tedeschi@intel.com>
15459
15460 * Makefile.in (EXECUTABLES): Added i386-avx512.
15461 * gdb.arch/i386-avx512.c: New file.
15462 * gdb.arch/i386-avx512.exp: Likewise.
15463
15464 2014-04-23 Keith Seitz <keiths@redhat.com>
15465
15466 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15467 (mi_make_breakpoint_table): New procedure.
15468 (mi_create_breakpoint): Use mi_make_breakpoint
15469 and return the result.
15470 (mi_make_breakpoint): New procedure.
15471 (mi_build_kv_pairs): New procedure.
15472
15473 * gdb.mi/mi-break.exp: Remove unused globals,
15474 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15475 All callers updated.
15476 * gdb.mi/mi-dprintf.exp: Use variable to track command
15477 number.
15478 Update all callers of mi_create_breakpoint and use
15479 mi_make_breakpoint_table.
15480 Remove any unused global variables.
15481 * gdb.mi/mi-nonstop.exp: Likewise.
15482 * gdb.mi/mi-nsintrall.exp: Likewise.
15483 * gdb.mi/mi-nsmoribund.exp: Likewise.
15484 * gdb.mi/mi-nsthrexec.exp: Likewise.
15485 * gdb.mi/mi-reverse.exp: Likewise.
15486 * gdb.mi/mi-simplerun.exp: Likewise.
15487 * gdb.mi/mi-stepn.exp: Likewise.
15488 * gdb.mi/mi-syn-frame.exp: Likewise.
15489 * gdb.mi/mi-until.exp: Likewise.
15490 * gdb.mi/mi-var-cp.exp: Likewise.
15491 * gdb.mi/mi-var-display.exp: Likewise.
15492 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15493 * gdb.mi/mi2-var-child.exp: Likewise.
15494 * gdb.mi/mi-vla-c99.exp: Likewise.
15495 * lib/mi-support.exp: Likewise.
15496
15497 From Ian Lance Taylor <iant@cygnus.com>:
15498 * lib/gdb.exp (parse_args): New procedure.
15499
15500 2014-04-23 Pedro Alves <palves@redhat.com>
15501
15502 * gdb.base/break-unload-file.c: New file.
15503 * gdb.base/break-unload-file.exp: New file.
15504 * gdb.base/sym-file-lib.c (baz): New function.
15505 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15506 field.
15507 (load): Store the segment's mapped size.
15508 (unload): New function.
15509 (unload_shlib): New function.
15510 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15511 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15512 set a breakpoint at baz, and call it.
15513 * gdb.base/sym-file.exp: New tests for stale breakpoint
15514 instructions.
15515
15516 2014-04-23 Pedro Alves <palves@redhat.com>
15517
15518 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15519 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15520 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15521 * gdb.base/hbreak-unmapped.c: New file.
15522 * gdb.base/hbreak-unmapped.exp: New file.
15523 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15524 * lib/gdb.exp (gdb_is_target_remote): ... here.
15525
15526 2014-04-22 Pedro Alves <palves@redhat.com>
15527
15528 * gdb.base/consecutive-step-over.c: New file.
15529 * gdb.base/consecutive-step-over.exp: New file.
15530
15531 2014-04-22 Pedro Alves <palves@redhat.com>
15532
15533 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15534 instead of send_gdb/gdb_expect.
15535
15536 2014-04-22 Yao Qi <yao@codesourcery.com>
15537
15538 * lib/trace-support.exp (generate_tracefile): New procedure.
15539 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15540 return 0.
15541 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15542 if generate_tracefile returns 1.
15543
15544 2014-04-18 Tom Tromey <palves@redhat.com>
15545 Pedro alves <tromey@redhat.com>
15546
15547 PR backtrace/15558
15548 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15549 with a backtrace limit.
15550 * gdb.python/py-frame-inline.exp: Test running to an inline
15551 function with a backtrace limit, and printing the newest frame.
15552 * gdb.python/py-frame-inline.c (main): Call f.
15553
15554 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15555
15556 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15557
15558 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15559
15560 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15561 Drop prefix from unsupported source file path.
15562
15563 2014-04-17 Yao Qi <yao@codesourcery.com>
15564
15565 * lib/gdb.exp (with_target_charset): New proc.
15566 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15567 with_target_charset.
15568 (test_print_strings): Likewise.
15569 (test_repeat_bytes): Likewise.
15570 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15571 for some tests.
15572
15573 2014-04-16 Keith Seitz <keiths@redhat.com>
15574
15575 PR gdb/15827
15576 * gdb.dwarf2/corrupt.c: New file.
15577 * gdb.dwarf2/corrupt.exp: New file.
15578
15579 2014-04-16 Keith Seitz <keiths@redhat.com>
15580
15581 PR c++/16597
15582 * gdb.cp/namelessclass.cc: New file.
15583 * gdb.cp/namelessclass.exp: New file.
15584 * gdb.cp/namelessclass.S: New file.
15585
15586 2014-04-16 Doug Evans <dje@google.com>
15587
15588 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15589 Add comment.
15590 (gdbserver_default_get_comm_port): New function.
15591 (gdbserver_start): Check if board file provided
15592 "gdbserver,get_comm_port" and use it if so.
15593 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15594 (gdb,socketport): Set to "stdio".
15595 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15596 (stdio_gdbserver_template): Delete.
15597 (${board}_get_remote_address): Update.
15598 (${board}_build_remote_cmd): Delete.
15599 (${board}_get_comm_port): New function.
15600 (${board}_spawn): Update.
15601 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15602 Delete.
15603 (${board}_get_remote_address): Update.
15604 (${board}_get_comm_port): New function.
15605
15606 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15607
15608 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15609 appearing in any order.
15610
15611 2014-04-15 Doug Evans <dje@google.com>
15612
15613 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15614 uninitialized value of "description".
15615
15616 2014-04-15 Keith Seitz <keiths@redhat.com>
15617
15618 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15619 Remove unused globals.
15620 (test_running_the_program): Likewise.
15621 (test_controlled_execution): Likewise.
15622 (test_controlling_breakpoints): Likewise.
15623 (test_program_termination): Likewise.
15624
15625 2014-04-15 Keith Seitz <keiths@redhat.com>
15626
15627 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15628 unused globals.
15629 (test_rbreak_creation_and_listing): Likewise.
15630 (test_ignore_count): Likewise.
15631 (test_error): Likewise.
15632
15633 2014-04-15 Pedro Alves <palves@redhat.com>
15634
15635 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15636 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15637 sym-file-loader.c.
15638 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15639 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15640 to sym-file-loader.c.
15641 (struct library): Forward declare.
15642 (load_shlib, lookup_function): Change prototypes.
15643 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15644 (translate_offset): Remove declarations.
15645 (get_text_addr): New declaration.
15646 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15647 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15648 sym-file-loader.h.
15649 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15650 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15651 here from sym-file-loader.h.
15652 (struct library): New structure.
15653 (load_shlib, lookup_function): Change prototypes and adjust to
15654 work with a struct library.
15655 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15656 (translate_offset): Make static.
15657 (get_text_addr): New function.
15658 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15659
15660 2014-04-15 Pedro Alves <palves@redhat.com>
15661
15662 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15663
15664 2014-04-15 Pedro Alves <palves@redhat.com>
15665
15666 * gdb.base/sym-file-loader.c: Include <limits.h>.
15667 (SELF_LINK): New define.
15668 (get_origin): New function.
15669 (load_shlib): Use it.
15670 * gdb.base/sym-file.exp: Don't early return if the target is
15671 remote. Use runto_main, and issue fail is that fails. Use
15672 gdb_load_shlibs.
15673 (shlib_name): Delete.
15674 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15675
15676 2014-04-15 Pedro Alves <palves@redhat.com>
15677
15678 * gdb.base/sym-file.exp: Remove regex characters from test
15679 message. Don't refer to breakpoint numbers in test messages.
15680
15681 2014-04-14 Keith Seitz <keiths@redhat.com>
15682
15683 PR c++/16253
15684 * gdb.cp/var-tag.cc: New file.
15685 * gdb.cp/var-tag.exp: New file.
15686 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15687 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15688 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15689 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15690
15691 2014-04-14 Tom Tromey <tromey@redhat.com>
15692
15693 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15694 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15695 type.
15696 * gdb.cp/enum-class.exp: New file.
15697 * gdb.cp/enum-class.cc: New file.
15698
15699 2014-04-14 Tom Tromey <tromey@redhat.com>
15700
15701 * gdb.dwarf2/enum-type.exp: New file.
15702
15703 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15704
15705 * gdb.mi/mi-vla-c99.exp: New file.
15706 * gdb.mi/vla.c: New file.
15707
15708 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15709
15710 * gdb.base/vla-datatypes.c: New file.
15711 * gdb.base/vla-datatypes.exp: New file.
15712
15713 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15714
15715 * gdb.base/vla-ptr.c: New file.
15716 * gdb.base/vla-ptr.exp: New file.
15717
15718 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15719
15720 * gdb.dwarf2/count.exp: New file.
15721
15722 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15723
15724 * gdb.base/vla-sideeffect.c: New file.
15725 * gdb.base/vla-sideeffect.exp: New file.
15726
15727 2014-04-14 David Blaikie <dblaikie@gmail.com>
15728
15729 * gdb.mi/non-stop.c: Add return value for non-void function return
15730 statement.
15731 * gdb.threads/staticthreads.c: Ditto.
15732
15733 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15734 Doug Evans <xdje42@gmail.com>
15735
15736 * gdb.guile/scm-value.c: Improve test case.
15737 * gdb.guile/scm-value.exp: Add new test.
15738
15739 2014-04-11 David Blaikie <dblaikie@gmail.com>
15740
15741 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15742 override Clang's default.
15743
15744 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15745
15746 Revert the following changes (regressions):
15747
15748 * gdb.base/vla-sideeffect.c: New file.
15749 * gdb.base/vla-sideeffect.exp: New file.
15750
15751 * gdb.dwarf2/count.exp: New file.
15752
15753 * gdb.base/vla-multi.c: New file.
15754 * gdb.base/vla-multi.exp: New file.
15755
15756 * gdb.base/vla-ptr.c: New file.
15757 * gdb.base/vla-ptr.exp: New file.
15758
15759 * gdb.base/vla-datatypes.c: New file.
15760 * gdb.base/vla-datatypes.exp: New file.
15761
15762 * gdb.mi/mi-vla-c99.exp: New file.
15763 * gdb.mi/vla.c: New file.
15764
15765 2014-04-11 Keith Seitz <keiths@redhat.com>
15766
15767 PR c++/16675
15768 * gdb.cp/cpsizeof.exp: New file.
15769 * gdb.cp/cpsizeof.cc: New file.
15770
15771 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15772
15773 * gdb.mi/mi-vla-c99.exp: New file.
15774 * gdb.mi/vla.c: New file.
15775
15776 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15777
15778 * gdb.base/vla-datatypes.c: New file.
15779 * gdb.base/vla-datatypes.exp: New file.
15780
15781 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15782
15783 * gdb.base/vla-ptr.c: New file.
15784 * gdb.base/vla-ptr.exp: New file.
15785
15786 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15787
15788 * gdb.base/vla-multi.c: New file.
15789 * gdb.base/vla-multi.exp: New file.
15790
15791 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15792
15793 * gdb.dwarf2/count.exp: New file.
15794
15795 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15796
15797 * gdb.base/vla-sideeffect.c: New file.
15798 * gdb.base/vla-sideeffect.exp: New file.
15799
15800 2014-04-11 Yao Qi <yao@codesourcery.com>
15801
15802 * gdb.base/completion.exp: Check file exists before running tests
15803 on file completion.
15804
15805 2014-04-10 Pedro Alves <palves@redhat.com>
15806
15807 * gdb.base/cond-eval-mode.c: New file.
15808 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15809 prepare_for_testing to build the new file. Check result of
15810 runto_main.
15811 (test_break, test_watch): New procedures.
15812 (top level): Use them.
15813
15814 2014-04-08 Pierre Muller <muller@sourceware.org>
15815
15816 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15817 Ctrl-V use for mingw hosts.
15818
15819 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15820
15821 * gdb.python/py-value.c: Improve test case.
15822 * gdb.python/py-value.exp: Add new test.
15823
15824 2014-04-07 David Blaikie <dblaikie@gmail.com>
15825
15826 * lib/compiler.c: Identify the clang compiler.
15827 * lib/compiler.cc: Ditto.
15828
15829 2014-04-03 Yao Qi <yao@codesourcery.com>
15830
15831 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15832
15833 2014-04-01 Anton Blanchard <anton@samba.org>
15834
15835 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15836 messages unique.
15837
15838 2014-04-01 Anton Blanchard <anton@samba.org>
15839
15840 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15841 prepare_for_testing.
15842
15843 2014-04-01 Anton Blanchard <anton@samba.org>
15844
15845 * gdb.arch/ppc64-atomic-inst.c: Remove.
15846 * gdb.arch/ppc64-atomic-inst.S: New file.
15847 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15848
15849 2014-03-31 Doug Evans <dje@google.com>
15850
15851 * gdb.base/print-symbol-loading-lib.c: New file.
15852 * gdb.base/print-symbol-loading-main.c: New file.
15853 * gdb.base/print-symbol-loading.exp: New file.
15854
15855 2014-03-31 Yao Qi <yao@codesourcery.com>
15856
15857 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15858
15859 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15860
15861 * gdb.ada/mi_dyn_arr: New testcase.
15862
15863 2014-03-27 Doug Evans <dje@google.com>
15864
15865 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15866
15867 2014-03-27 Yao Qi <yao@codesourcery.com>
15868
15869 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15870 if target is nios2-*-*.
15871
15872 2014-03-26 Yao Qi <yao@codesourcery.com>
15873
15874 * lib/gdb.exp (readline_is_used): New proc.
15875 * gdb.base/completion.exp: Move tests on command complete up.
15876 Skip the rest of tests if readline is not used.
15877 * gdb.ada/complete.exp: Skp the test if readline is not
15878 used.
15879 * gdb.base/filesym.exp: Likewise.
15880 * gdb.base/macscp.exp: Likewise.
15881 * gdb.base/readline-ask.exp: Likewise.
15882 * gdb.base/readline.exp: Likewise.
15883 * gdb.python/py-cmd.exp: Likewise.
15884 * gdb.trace/tfile.exp: Likewise.
15885
15886 2014-03-26 Yao Qi <yao@codesourcery.com>
15887
15888 * gdb.base/macscp.exp: Fix code format issues.
15889
15890 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15891
15892 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15893 * gdb.asm/powerpc64le.inc: New file.
15894
15895 2014-03-25 Pedro Alves <palves@redhat.com>
15896 Doug Evans <dje@google.com>
15897
15898 * gdb.base/source-execution.c: New file.
15899 * gdb.base/source-execution.exp: New file.
15900 * gdb.base/source-execution.gdb: New file.
15901
15902 2014-03-24 Doug Evans <dje@google.com>
15903
15904 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15905 using fission.
15906
15907 2014-03-24 Hui Zhu <hui@codesourcery.com>
15908 Pedro Alves <palves@redhat.com>
15909
15910 PR breakpoints/16101
15911 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15912 test pass/fail messages. Detect missing support for dprintf when
15913 breakpoints are actually inserted.
15914 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15915 breakpoints are actually inserted.
15916 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15917 fails.
15918
15919 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15920
15921 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15922
15923 2014-03-22 Doug Evans <xdje42@gmail.com>
15924
15925 * gdb.python/python.exp (python not supported): Verify multi-line
15926 python command issues an error.
15927 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15928 guile command issues an error.
15929
15930 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15931
15932 * gdb.threads/thread-specific.exp: Handle the lack of usable
15933 $this_breakpoint and $this_thread.
15934
15935 2014-03-21 Hui Zhu <hui@codesourcery.com>
15936
15937 * gdb.base/attach.exp (do_command_attach_tests): New.
15938
15939 2014-03-20 Tom Tromey <tromey@redhat.com>
15940 Pedro Alves <palves@redhat.com>
15941
15942 PR cli/15718
15943 * gdb.base/condbreak-call-false.c: New file.
15944 * gdb.base/condbreak-call-false.exp: New file.
15945
15946 2014-03-20 Pedro Alves <palves@redhat.com>
15947
15948 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15949 Delete.
15950 (block_signals, unblock_signals): Delete.
15951 (child_function_2, main): Remove references to deleted variable
15952 and functions.
15953
15954 2014-03-20 Pedro Alves <palves@redhat.com>
15955
15956 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15957 Use pthread_kill to signal thread 2.
15958 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15959 Adjust to make the test send itself a signal rather than using the
15960 host's "kill" command.
15961
15962 2014-03-20 Pedro Alves <palves@redhat.com>
15963
15964 * gdb.threads/multiple-step-overs.c: New file.
15965 * gdb.threads/multiple-step-overs.exp: New file.
15966 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15967 Adjust expected infrun debug output.
15968
15969 2014-03-20 Pedro Alves <palves@redhat.com>
15970
15971 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15972 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15973
15974 2014-03-20 Pedro Alves <palves@redhat.com>
15975
15976 PR breakpoints/7143
15977 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15978 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15979 of gdb_test_multiple.
15980 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15981 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15982
15983 2014-03-20 Pedro Alves <palves@redhat.com>
15984
15985 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15986 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15987
15988 2014-03-19 Pedro Alves <palves@redhat.com>
15989
15990 * gdb.base/async.exp: Remove early return.
15991
15992 2014-03-19 Pedro Alves <palves@redhat.com>
15993
15994 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15995
15996 2014-03-19 Pedro Alves <palves@redhat.com>
15997
15998 * gdb.base/async.exp (test_background): Expect \r\n after
15999 "completed." in the fail pattern.
16000
16001 2014-03-19 Pedro Alves <palves@redhat.com>
16002
16003 * gdb.base/async.exp (test_background): New procedure.
16004 Use it for all background execution command tests.
16005
16006 2014-03-19 Pedro Alves <palves@redhat.com>
16007
16008 * gdb.base/async.exp: Use prepare_for_testing.
16009
16010 2014-03-19 Pedro Alves <palves@redhat.com>
16011
16012 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16013 the same line.
16014
16015 2014-03-19 Pedro Alves <palves@redhat.com>
16016
16017 * gdb.base/async.c (main): Add "jump here" and "until here" line
16018 marker comments.
16019 * gdb.base/async.exp (jump_here): New global.
16020 (jump& test): Use it.
16021 (until_here): New global.
16022 (until& test): Use it.
16023
16024 2014-03-19 Pedro Alves <palves@redhat.com>
16025
16026 * gdb.base/async.exp: Don't frob gdb_protocol.
16027
16028 2014-03-18 Doug Evans <xdje42@gmail.com>
16029
16030 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16031 Fix spelling of exec-done-display.
16032
16033 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16034
16035 PR gdb/15358
16036 * gdb.base/gdb-sigterm.c: New file.
16037 * gdb.base/gdb-sigterm.exp: New file.
16038
16039 2014-03-18 Pedro Alves <palves@redhat.com>
16040
16041 PR gdb/13860
16042 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16043 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16044 solib-event.
16045
16046 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16047
16048 * gdb.ada/pckd_arr_ren: New testcase.
16049
16050 2014-03-13 Doug Evans <xdje42@gmail.com>
16051
16052 PR guile/16612
16053 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16054 collect after discarding symbols.
16055
16056 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16057 Doug Evans <xdje42@gmail.com>
16058
16059 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16060 to history survives a gc.
16061
16062 2014-03-13 Pedro Alves <palves@redhat.com>
16063
16064 * gdb.base/default.exp: Don't test "target procfs".
16065
16066 2014-03-13 Pedro Alves <palves@redhat.com>
16067
16068 * gdb.base/default.exp: Update "target child" and "target procfs"
16069 tests to not expect "Unix".
16070
16071 2014-03-12 Tom Tromey <tromey@redhat.com>
16072
16073 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16074 New procs. Add target-async tests.
16075 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16076 Add target-async tests.
16077
16078 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16079
16080 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16081 'func_start' and 'func_end' for the beginning and end of the
16082 function code, respectively.
16083 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16084 'func_end' instead of 'func' and 'main'.
16085
16086 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16087
16088 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16089 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16090 generate the debug info assembler source.
16091
16092 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16093
16094 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16095 * gdb.dwarf2/arr-subrange.exp: Likewise.
16096 * gdb.dwarf2/dwz.exp: Likewise.
16097 * gdb.dwarf2/method-ptr.exp: Likewise.
16098 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16099 * gdb.dwarf2/subrange.exp: Likewise.
16100 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16101 * gdb.dwarf2/implptrpiece.exp: Likewise.
16102 * gdb.dwarf2/nostaticblock.exp: Likewise.
16103
16104 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16105
16106 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16107 directory to absolute path name arguments.
16108
16109 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16110
16111 * gdb.ada/tagged_access: New testcase.
16112
16113 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16114
16115 * gdb.btrace/data.exp: Update expected output.
16116
16117 2014-03-06 Yao Qi <yao@codesourcery.com>
16118
16119 * gdb.trace/pr16508.exp: New file.
16120
16121 2014-03-05 Pedro Alves <palves@redhat.com>
16122
16123 PR gdb/16575
16124 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16125 procedure.
16126 (top level): Adjust to use it. Add tests that exercise breakpoint
16127 interaction with the code-cache.
16128
16129 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16130
16131 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16132 test for 'history-append!'.
16133
16134 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16135
16136 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16137 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16138 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16139 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16140 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16141 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16142
16143 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16144
16145 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16146 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16147 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16148
16149 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16150
16151 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16152
16153 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16154
16155 * gdb.dwarf2/arr-stride.c: New file.
16156 * gdb.dwarf2/arr-stride.exp: New file.
16157
16158 2014-02-26 Pedro Alves <palves@redhat.com>
16159
16160 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16161 that won't ever trigger. Make sure that GDB reports the correct
16162 breakpoint that caused the stop.
16163
16164 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16165
16166 PR gdb/16626
16167 * gdb.base/auto-load-script: New file.
16168 * gdb.base/auto-load.c: New file.
16169 * gdb.base/auto-load.exp: New file.
16170
16171 PR gdb/16626
16172 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16173
16174 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16175
16176 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16177 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16178
16179 2014-02-24 Doug Evans <dje@google.com>
16180
16181 * lib/gdb.exp (run_on_host): Log error output if program fails.
16182
16183 2014-02-21 Pedro Alves <palves@redhat.com>
16184
16185 * gdb.threads/step-after-sr-lock.c: Rename to ...
16186 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16187 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16188 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16189 ... this.
16190
16191 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16192
16193 PR tdep/16397
16194 * gdb.arch/amd64-stap-special-operands.exp: New file.
16195 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16196 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16197 * gdb.arch/amd64-stap-triplet.S: Likewise.
16198 * gdb.arch/amd64-stap-triplet.c: Likewise.
16199
16200 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16201
16202 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16203 in .section pseudo-op.
16204
16205 2014-02-20 lin zuojian <manjian2006@gmail.com>
16206 Joel Brobecker <brobecker@adacore.com>
16207 Doug Evans <xdje42@gmail.com>
16208
16209 PR symtab/16581
16210 * gdb.dwarf2/dw2-icycle.S: New file.
16211 * gdb.dwarf2/dw2-icycle.c: New file.
16212 * gdb.dwarf2/dw2-icycle.exp: New file.
16213
16214 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16215
16216 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16217 operations on gdb.Value objects.
16218 * gdb.python/py-value-cc.exp: Add new test to test operations on
16219 gdb.Value objects.
16220
16221 2014-02-18 Doug Evans <dje@google.com>
16222
16223 * Makefile.in (TESTS): New variable.
16224 (expanded_tests, expanded_tests_or_none): New variables
16225 (check-single): Pass $(expanded_tests_or_none) to runtest.
16226 (check-parallel): Only run tests in $(TESTS) if non-empty.
16227 (check/no-matching-tests-found): New rule.
16228 * README: Document TESTS makefile variable.
16229
16230 2014-02-18 Doug Evans <dje@google.com>
16231
16232 * Makefile.in (check-parallel): rm -rf outputs temp.
16233
16234 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16235
16236 Fix "ERROR: no fileid for" in the testsuite.
16237 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16238
16239 2014-02-12 Doug Evans <dje@google.com>
16240
16241 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16242 (MISCELLANEOUS): New variable.
16243 (clean): rm -rf $(MISCELLANEOUS).
16244 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16245 dwp live in the same directory as symlinks, with each symlink pointed
16246 to a differently named file in a different directory.
16247
16248 2014-02-11 Doug Evans <dje@google.com>
16249
16250 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16251 of Tcl file commands.
16252
16253 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16254
16255 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16256 "kill -SIGUSR1 -1".
16257
16258 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16259
16260 * gdb.ada/tick_length_array_enum_idx: New testcase.
16261
16262 2014-02-10 Doug Evans <xdje42@gmail.com>
16263
16264 * configure.ac (AC_OUTPUT): Add gdb.guile.
16265 * configure: Regenerate.
16266 * lib/gdb-guile.exp: New file.
16267 * lib/gdb.exp (get_target_charset): New function.
16268 * gdb.base/help.exp: Update expected output from "apropos apropos".
16269 * gdb.guile/Makefile.in: New file.
16270 * gdb.guile/guile.exp: New file.
16271 * gdb.guile/scm-arch.c: New file.
16272 * gdb.guile/scm-arch.exp: New file.
16273 * gdb.guile/scm-block.c: New file.
16274 * gdb.guile/scm-block.exp: New file.
16275 * gdb.guile/scm-breakpoint.c: New file.
16276 * gdb.guile/scm-breakpoint.exp: New file.
16277 * gdb.guile/scm-disasm.c: New file.
16278 * gdb.guile/scm-disasm.exp: New file.
16279 * gdb.guile/scm-equal.c: New file.
16280 * gdb.guile/scm-equal.exp: New file.
16281 * gdb.guile/scm-error.exp: New file.
16282 * gdb.guile/scm-error.scm: New file.
16283 * gdb.guile/scm-frame-args.c: New file.
16284 * gdb.guile/scm-frame-args.exp: New file.
16285 * gdb.guile/scm-frame-args.scm: New file.
16286 * gdb.guile/scm-frame-inline.c: New file.
16287 * gdb.guile/scm-frame-inline.exp: New file.
16288 * gdb.guile/scm-frame.c: New file.
16289 * gdb.guile/scm-frame.exp: New file.
16290 * gdb.guile/scm-generics.exp: New file.
16291 * gdb.guile/scm-gsmob.exp: New file.
16292 * gdb.guile/scm-iterator.c: New file.
16293 * gdb.guile/scm-iterator.exp: New file.
16294 * gdb.guile/scm-math.c: New file.
16295 * gdb.guile/scm-math.exp: New file.
16296 * gdb.guile/scm-objfile-script-gdb.in: New file.
16297 * gdb.guile/scm-objfile-script.c: New file.
16298 * gdb.guile/scm-objfile-script.exp: New file.
16299 * gdb.guile/scm-objfile.c: New file.
16300 * gdb.guile/scm-objfile.exp: New file.
16301 * gdb.guile/scm-ports.exp: New file.
16302 * gdb.guile/scm-pretty-print.c: New file.
16303 * gdb.guile/scm-pretty-print.exp: New file.
16304 * gdb.guile/scm-pretty-print.scm: New file.
16305 * gdb.guile/scm-section-script.c: New file.
16306 * gdb.guile/scm-section-script.exp: New file.
16307 * gdb.guile/scm-section-script.scm: New file.
16308 * gdb.guile/scm-symbol.c: New file.
16309 * gdb.guile/scm-symbol.exp: New file.
16310 * gdb.guile/scm-symtab-2.c: New file.
16311 * gdb.guile/scm-symtab.c: New file.
16312 * gdb.guile/scm-symtab.exp: New file.
16313 * gdb.guile/scm-type.c: New file.
16314 * gdb.guile/scm-type.exp: New file.
16315 * gdb.guile/scm-value-cc.cc: New file.
16316 * gdb.guile/scm-value-cc.exp: New file.
16317 * gdb.guile/scm-value.c: New file.
16318 * gdb.guile/scm-value.exp: New file.
16319 * gdb.guile/source2.scm: New file.
16320 * gdb.guile/types-module.cc: New file.
16321 * gdb.guile/types-module.exp: New file.
16322
16323 2014-02-10 Yao Qi <yao@codesourcery.com>
16324
16325 PR testsuite/16543
16326 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16327 * configure: Regenerated.
16328 * Makefile.in: New file.
16329
16330 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16331
16332 * gdb.python/py-framefilter.exp: Fix typo.
16333
16334 2014-02-08 Yao Qi <yao@codesourcery.com>
16335
16336 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16337 that no =breakpoint-modified is emitted when breakpoints are
16338 modified through MI commands.
16339
16340 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16341 Pedro Alves <palves@redhat.com>
16342
16343 * gdb.threads/step-after-sr-lock.c: New file.
16344 * gdb.threads/step-after-sr-lock.exp: New file.
16345
16346 2014-02-07 Pedro Alves <palves@redhat.com>
16347
16348 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16349
16350 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16351
16352 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16353 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16354
16355 2014-02-06 Doug Evans <xdje42@gmail.com>
16356
16357 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16358 output.
16359
16360 * gdb.gdb/python-interrupts.exp: New file.
16361
16362 2014-02-05 Yao Qi <yao@codesourcery.com>
16363
16364 * gdb.trace/report.exp (use_collected_data): Test the output
16365 of "info threads" and "info inferiors".
16366
16367 2014-02-05 Yao Qi <yao@codesourcery.com>
16368
16369 Revert this patch:
16370
16371 2013-05-24 Yao Qi <yao@codesourcery.com>
16372
16373 * gdb.trace/tfile.exp: Test inferior and thread.
16374
16375 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16376
16377 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16378 on a function.
16379 * gdb.base/step-bt.c: Call hello via function pointer to make
16380 sure its first instruction is executed on powerpc64le-linux.
16381
16382 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16383
16384 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16385
16386 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16387
16388 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16389 of the test patterns for use on little-endian systems.
16390
16391 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16392
16393 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16394 (decimal_vector): Fix for little-endian.
16395
16396 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16397
16398 * gdb.arch/sparc-sysstep.exp: New file.
16399 * gdb.arch/sparc-sysstep.c: Likewise.
16400
16401 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16402
16403 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16404
16405 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16406
16407 2014-01-23 Tom Tromey <tromey@redhat.com>
16408
16409 * gdb.ada/array_char_idx: New testcase.
16410
16411 2014-01-23 Tom Tromey <tromey@redhat.com>
16412
16413 PR python/16487:
16414 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16415 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16416 classes.
16417
16418 2014-01-23 Tom Tromey <tromey@redhat.com>
16419
16420 PR python/16491:
16421 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16422 string from an inferior frame.
16423 * gdb.python/py-framefilter-mi.exp: Update.
16424
16425 2014-01-22 Doug Evans <dje@google.com>
16426
16427 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16428
16429 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16430
16431 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16432
16433 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16434
16435 * gdb.trace/entry-values.exp: Remove excess space character from
16436 regex patterns. Handle s390 call instruction.
16437
16438 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16439
16440 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16441 define "*_start" label. Make "name" static.
16442 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16443 ${name} by references to ${name}_start.
16444
16445 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16446
16447 * gdb.base/info-macros.exp: Remove "debug" from the compile
16448 options.
16449
16450 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16451
16452 * gdb.dlang/demangle.exp: New file.
16453
16454 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16455
16456 * gdb.dlang/primitive-types.exp: New file.
16457
16458 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16459
16460 * configure.ac: Create gdb.dlang/Makefile.
16461 * configure: Regenerate.
16462 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16463 * gdb.dlang/Makefile.in: New file.
16464 * lib/d-support.exp: New file.
16465 * lib/gdb.exp (skip_d_tests): New proc.
16466
16467 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16468
16469 * gdb.btrace/delta.exp: Check reverse stepi.
16470 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16471 * gdb.btrace/finish.exp: New.
16472 * gdb.btrace/next.exp: New.
16473 * gdb.btrace/nexti.exp: New.
16474 * gdb.btrace/record_goto.c: Add comments.
16475 * gdb.btrace/step.exp: New.
16476 * gdb.btrace/stepi.exp: New.
16477 * gdb.btrace/multi-thread-step.c: New.
16478 * gdb.btrace/multi-thread-step.exp: New.
16479 * gdb.btrace/rn-dl-bind.c: New.
16480 * gdb.btrace/rn-dl-bind.exp: New.
16481 * gdb.btrace/data.c: New.
16482 * gdb.btrace/data.exp: New.
16483 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16484
16485 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16486
16487 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16488 * gdb.btrace/exception.exp: Update.
16489 * gdb.btrace/instruction_history.exp: Update.
16490 * gdb.btrace/record_goto.exp: Update.
16491 * gdb.btrace/tailcall.exp: Update.
16492 * gdb.btrace/unknown_functions.exp: Update.
16493 * gdb.btrace/delta.exp: New.
16494
16495 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16496
16497 * gdb.btrace/record_goto.exp: Add backtrace test.
16498 * gdb.btrace/tailcall.exp: Add backtrace test.
16499
16500 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16501
16502 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16503 * gdb.btrace/record_goto.c: New.
16504 * gdb.btrace/record_goto.exp: New.
16505 * gdb.btrace/x86-record_goto.S: New.
16506
16507 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16508
16509 * gdb.btrace/function_call_history.exp: Update tests.
16510 * gdb.btrace/instruction_history.exp: Update tests.
16511
16512 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16513
16514 * gdb.btrace/function_call_history.exp: Fix expected field
16515 order for "record function-call-history".
16516 Add new tests for "record function-call-history /c".
16517 * gdb.btrace/exception.cc: New.
16518 * gdb.btrace/exception.exp: New.
16519 * gdb.btrace/tailcall.exp: New.
16520 * gdb.btrace/x86-tailcall.S: New.
16521 * gdb.btrace/x86-tailcall.c: New.
16522 * gdb.btrace/unknown_functions.c: New.
16523 * gdb.btrace/unknown_functions.exp: New.
16524 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16525
16526 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16527
16528 * gdb.btrace/instruction_history.exp: Update.
16529 * gdb.btrace/function_call_history.exp: Update.
16530
16531 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16532
16533 * gdb.btrace/function_call_history.exp: Fix expected function
16534 trace.
16535 * gdb.btrace/instruction_history.exp: Initialize traced.
16536 Remove traced_functions.
16537
16538 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16539
16540 * gdb.btrace/function_call_history.exp: Update
16541 * gdb.btrace/instruction_history.exp: Update.
16542
16543 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16544
16545 * gdb.btrace/enable.exp: Update expected text.
16546
16547 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16548
16549 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16550 bytes.
16551
16552 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16553
16554 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16555
16556 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16557
16558 * lib/gdb.exp (supports_process_record): Return true for
16559 arm*-linux*. (supports_reverse): Likewise.
16560
16561 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16562
16563 PR python/15464
16564 PR python/16113
16565 * gdb.python/py-type.c: Enhance test case.
16566 * gdb.python/py-value-cc.cc: Likewise
16567 * gdb.python/py-type.exp: Add new tests.
16568 * gdb.python/py-value-cc.exp: Likewise
16569
16570 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16571 Pedro Alves <palves@redhat.com>
16572
16573 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16574 Make "name" extern.
16575 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16576 references to ${name}_start by references to ${name}.
16577
16578 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16579
16580 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16581
16582 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16583
16584 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16585
16586 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16587 Pedro Alves <palves@redhat.com>
16588
16589 * gdb.mi/mi-info-os.exp: Connect to the target with
16590 mi_gdb_target_load.
16591
16592 2014-01-08 Pedro Alves <palves@redhat.com>
16593
16594 * gdb.threads/reconnect-signal.c: New file.
16595 * gdb.threads/reconnect-signal.exp: New file.
16596
16597 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16598
16599 * gdb.base/source-dir.exp: New file.
16600
16601 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16602
16603 * gdb.ada/mi_interface: New testcase.
16604
16605 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16606
16607 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16608 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16609 gdb.ada/pp-rec-component/pck.ads: New files.
16610
16611 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16612
16613 * gdb.python/py-pp-integral.c: New file.
16614 * gdb.python/py-pp-integral.py: New file.
16615 * gdb.python/py-pp-integral.exp: New file.
16616
16617 For older changes see ChangeLog-1993-2013.
16618 \f
16619 ;; Local Variables:
16620 ;; mode: change-log
16621 ;; left-margin: 8
16622 ;; fill-column: 74
16623 ;; version-control: never
16624 ;; End:
16625
16626 Copyright 2014-2019 Free Software Foundation, Inc.
16627 Copying and distribution of this file, with or without modification,
16628 are permitted provided the copyright notice and this notice are preserved.
This page took 0.474477 seconds and 4 git commands to generate.