[gdb/testsuite] Test skip_libstdcxx_probe_tests in mi-catch-cpp-exceptions.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-07-25 Tom de Vries <tdevries@suse.de>
2
3 PR testsuite/24830
4 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
5 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
6 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
7 (skip_libstdcxx_probe_tests): ... here.
8 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
9
10 2019-07-24 Tom de Vries <tdevries@suse.de>
11
12 PR testsuite/24807
13 * gdb.objc/basicclass.m: Include stdio.h.
14 * gdb.objc/nondebug.m: Same.
15 * gdb.objc/objcdecode.m: Same.
16
17 2019-07-24 Tom de Vries <tdevries@suse.de>
18
19 PR testsuite/24612
20 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
21 additional_flags.
22
23 2019-07-24 Tom de Vries <tdevries@suse.de>
24
25 PR testsuite/24831
26 * gdb.multi/tids.exp: Update error messages for info threads.
27
28 2019-07-24 Tom de Vries <tdevries@suse.de>
29
30 * gdb.base/info-types.exp: Allow info types to print info for more than
31 one file.
32
33 2019-07-23 Tom de Vries <tdevries@suse.de>
34
35 PR testsuite/24842
36 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
37 gdb_spawn_with_cmdline_opts.
38
39 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
40
41 * gdb.arch/arm-cmse-sgstubs.c: New test.
42 * gdb.arch/arm-cmse-sgstubs.exp: New file.
43
44 2019-07-23 Tom de Vries <tdevries@suse.de>
45
46 PR testsuite/24711
47 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
48 issuing next command.
49
50 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
51
52 * gdb.ada/info_auto_lang.exp: Update expected results.
53 * gdb.base/info-types.c: Add additional types to check.
54 * gdb.base/info-types.exp: Update expected results.
55
56 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * gdb.base/info-types.c: New file.
59 * gdb.base/info-types.exp: New file.
60
61 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
62
63 * gdb.arch/riscv-bp-infcall.c: New file.
64 * gdb.arch/riscv-bp-infcall.exp: New file.
65
66 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
67
68 PR breakpoints/24541
69 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
70
71 2019-07-14 Tom de Vries <tdevries@suse.de>
72
73 PR testsuite/24760
74 * gdb.objc/basicclass.exp: Fix unterminated string.
75
76 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
77 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
80 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
81 negative bounds.
82 * gdb.fortran/vla-value.exp: Print elements of an array with
83 negative bounds.
84 * gdb.fortran/vla.f90: Setup an array with negative bounds for
85 testing.
86
87 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
88
89 * gdb.base/options.exp (expect_string): Dequote strings in
90 results.
91 (test-string): Test strings with different quoting and reindent.
92
93 2019-07-10 Tom Tromey <tromey@adacore.com>
94
95 * gdb.ada/mi_ex_cond.exp: Update expected results.
96 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
97 * gdb.ada/mi_catch_ex.exp: Update expected results.
98 * gdb.ada/mi_catch_assert.exp: Update expected results.
99 * gdb.ada/catch_ex.exp (catch_exception_info)
100 (catch_exception_entry, catch_assert_entry)
101 (catch_unhandled_entry): Update.
102 * gdb.ada/catch_assert_if.exp: Update expected results.
103
104 2019-07-10 Richard Bunt <richard.bunt@arm.com>
105 Stephen Roberts <stephen.roberts@arm.com>
106
107 * gdb.base/define.exp: Restore original prompt.
108
109 2019-07-09 Pedro Alves <palves@redhat.com>
110
111 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
112 breakpoints" output.
113 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
114 * gdb.python/py-breakpoint.exp: No longer expect that "catch
115 throw" creates breakpoint.
116 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
117 'type="catchpoint"'.
118
119 2019-07-09 Pedro Alves <palves@redhat.com>
120
121 PR c++/15468
122 * gdb.cp/except-multi-location-lib.cc: New.
123 * gdb.cp/except-multi-location-main.cc: New.
124 * gdb.cp/except-multi-location.exp: New.
125
126 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
127
128 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
129 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
130 argument and update callers.
131
132 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
133
134 * gdb.arch/amd64-break-on-asm-line.S: New file.
135 * gdb.arch/amd64-break-on-asm-line.exp: New file.
136
137 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
138
139 * gdb.base/printcmds.exp: Test printing C string and
140 C wide string convenience vars without transiting via the inferior.
141 Also make test names unique.
142
143 2019-07-08 Alan Hayward <alan.hayward@arm.com>
144
145 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
146
147 2019-07-04 Pedro Alves <palves@redhat.com>
148
149 * lib/gdb.exp (foreach_with_prefix): Don't return early if
150 body returned ok(0), break(3) or continue(4).
151 * gdb.testsuite/foreach_with_prefix.exp: New file.
152
153 2019-07-04 Alan Hayward <alan.hayward@arm.com>
154
155 * gdb.server/unittest.exp: Allow 0 unit tests to run.
156
157 2019-07-03 Pedro Alves <palves@redhat.com>
158
159 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
160 "return -code".
161
162 2019-07-03 Pedro Alves <palves@redhat.com>
163
164 PR cli/24732
165 * gdb.base/shell.exp: Load completion-support.exp.
166 Adjust expected error output. Add completion tests.
167
168 2019-07-03 Pedro Alves <palves@redhat.com>
169
170 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
171 string_to_regexp.
172
173 2019-07-03 Pedro Alves <palves@redhat.com>
174
175 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
176 (expect_integer): Adjust to expect "-string".
177 (expect_string): New.
178 (all_options): Expect "-string".
179 (test-flag, test-boolean): Adjust to expect "-string".
180 (test-string): New proc.
181 (top level): Call it.
182
183 2019-07-03 Pedro Alves <palves@redhat.com>
184
185 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
186 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
187 the expected output in the success.
188
189 2019-07-03 Pedro Alves <palves@redhat.com>
190
191 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
192 Split one gdb_test_multiple call in two to avoid a race.
193
194 2019-07-03 Pedro Alves <palves@redhat.com>
195
196 * gdb.base/with.c: New file.
197 * gdb.base/with.exp: New file.
198
199 2019-07-03 Pedro Alves <palves@redhat.com>
200
201 * gdb.base/settings.exp: Replace all references to "maint
202 test-settings set" with references to "maint set test-settings",
203 and all references to "maint test-settings show" with references
204 to "maint show test-settings".
205
206 2019-07-03 Pedro Alves <palves@redhat.com>
207
208 * gdb.base/settings.exp (test-string): Adjust expected out when
209 testing "maint test-settings show filename"
210
211 2019-07-02 Pedro Alves <palves@redhat.com>
212
213 * gdb.base/options.exp (test-info-threads): New procedure.
214 (top level): Call it.
215
216 2019-06-28 Tom Tromey <tromey@adacore.com>
217
218 * gdb.dwarf2/ada-linkage-name.c: New file.
219 * gdb.dwarf2/ada-linkage-name.exp: New file.
220
221 2019-06-27 Tom Tromey <tromey@adacore.com>
222
223 * gdb.cp/constexpr-field.exp: Use setup_xfail.
224
225 2019-06-26 Tom de Vries <tdevries@suse.de>
226
227 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
228
229 2019-06-26 Tom de Vries <tdevries@suse.de>
230
231 * gdb.base/index-cache.exp: Add back missing debug option.
232
233 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
234
235 * gdb.base/alias.exp: Test non matching/non existing prefixes.
236
237 2019-06-25 Tom de Vries <tdevries@suse.de>
238
239 PR testsuite/24727
240 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
241
242 2019-06-24 Tom de Vries <tdevries@suse.de>
243
244 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
245
246 2019-06-24 Tom de Vries <tdevries@suse.de>
247
248 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
249 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
250 * gdb.trace/unavailable-dwarf-piece.exp: Same.
251
252 2019-06-24 Tom de Vries <tdevries@suse.de>
253
254 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
255
256 2019-06-21 Tom de Vries <tdevries@suse.de>
257
258 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
259
260 2019-06-21 Tom de Vries <tdevries@suse.de>
261
262 PR testsuite/24518
263 PR ada/24713
264 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
265 index.
266
267 2019-06-19 Tom Tromey <tromey@adacore.com>
268
269 * gdb.ada/length_cond.exp: Add intro comment.
270
271 2019-06-19 Tom Tromey <tromey@adacore.com>
272
273 * gdb.ada/length_cond.exp: New file.
274 * gdb.ada/length_cond/length_cond.adb: New file.
275 * gdb.ada/length_cond/pck.adb: New file.
276 * gdb.ada/length_cond/pck.ads: New file.
277
278 2019-06-18 Tom de Vries <tdevries@suse.de>
279
280 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
281
282 2019-06-18 Tom Tromey <tromey@adacore.com>
283
284 * gdb.base/list0.h: Add comment explaining control character.
285
286 2019-06-18 Tom de Vries <tdevries@suse.de>
287
288 * boards/fission.exp: Break up long debug_flags line.
289
290 2019-06-16 Tom de Vries <tdevries@suse.de>
291
292 PR gdb/24445
293 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
294 generated index.
295
296 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 PR gdb/24686
299 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
300 improve detection of bug gdb/24541.
301
302 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
303
304 PR gdb/24669
305 * gdb.base/index-cache.exp (uses_readnow,
306 expecting_index_cache_use): Define global variable.
307 (test_cache_enabled_miss, test_cache_enabled_hit): Use
308 expecting_index_cache_use.
309
310 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
311 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * gdb.fortran/pointers.f90: New file.
314 * gdb.fortran/print_type.exp: New file.
315 * gdb.fortran/vla-ptype.exp: Adapt expected results.
316 * gdb.fortran/vla-type.exp: Likewise.
317 * gdb.fortran/vla-value.exp: Likewise.
318 * gdb.mi/mi-vla-fortran.exp: Likewise.
319
320 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
323 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
324 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
325 as a stop reason.
326
327 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * gdb.base/annota1.exp: Update expected results.
330 * gdb.cp/annota2.exp: Likewise.
331 * gdb.cp/annota3.exp: Likewise.
332
333 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 * gdb.base/style-logging.exp: Remove path from test name.
336
337 2019-06-14 Tom Tromey <tromey@adacore.com>
338
339 PR gdb/24502:
340 * gdb.base/style-logging.exp: New file.
341
342 2019-06-14 Tom Tromey <tromey@adacore.com>
343
344 * gdb.base/symfile-warn.exp: New file.
345 * gdb.base/symfile-warn.c: New file.
346
347 2019-06-14 Tom Tromey <tromey@adacore.com>
348
349 * gdb.base/annotate-symlink.exp: New file.
350
351 2019-06-14 Tom Tromey <tromey@adacore.com>
352
353 * gdb.ada/set_wstr.exp: Add reassignment test.
354
355 2019-06-14 Tom Tromey <tromey@adacore.com>
356
357 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
358 'unchecked_access and 'unrestricted_access as well.
359
360 2019-06-14 Tom Tromey <tromey@adacore.com>
361
362 PR ada/24539:
363 * gdb.ada/vla.exp: Update tests.
364 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
365 pragma.
366
367 2019-06-13 Pedro Alves <palves@redhat.com>
368
369 * gdb.base/settings.exp (test-integer): Test junk after
370 "unlimited".
371
372 2019-06-13 Pedro Alves <palves@redhat.com>
373
374 * gdb.base/options.exp (test-thread-apply): New.
375 (top level): Call it.
376
377 2019-06-13 Pedro Alves <palves@redhat.com>
378
379 * gdb.base/options.exp (test-frame-apply): New.
380 (top level): Test print commands with different "frame apply"
381 prefixes.
382
383 2019-06-13 Pedro Alves <palves@redhat.com>
384
385 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
386 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
387 'max_completions' parameter and handle it.
388 (test_gdb_completion_offers_commands): New.
389
390 2019-06-13 Pedro Alves <palves@redhat.com>
391
392 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
393
394 2019-06-13 Pedro Alves <palves@redhat.com>
395
396 * gdb.base/options.exp (test-backtrace): New.
397 (top level): Call it.
398
399 2019-06-13 Pedro Alves <palves@redhat.com>
400
401 * gdb.guile/scm-frame-args.exp: Use "set print
402 raw-frame-arguments" instead of "set print raw frame-arguments".
403 * gdb.python/py-frame-args.exp: Likewise.
404
405 2019-06-13 Pedro Alves <palves@redhat.com>
406
407 * gdb.compile/compile.exp: Adjust expected output to option
408 processing changes.
409
410 2019-06-13 Pedro Alves <palves@redhat.com>
411
412 * gdb.base/options.exp: Build executable.
413 (test-print): New procedure.
414 (top level): Call it, once for "print" and another for "compile
415 print".
416
417 2019-06-13 Pedro Alves <palves@redhat.com>
418
419 * gdb.base/options.c: New file.
420 * gdb.base/options.exp: New file.
421
422 2019-06-13 Pedro Alves <palves@redhat.com>
423
424 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
425 that "o" is ambiguous.
426
427 2019-06-13 Pedro Alves <palves@redhat.com>
428
429 * gdb.base/settings.c: New file.
430 * gdb.base/settings.exp: New file.
431
432 2019-06-13 Pedro Alves <palves@redhat.com>
433
434 * gdb.base/completion.exp: Fix comment typo.
435
436 2019-06-13 Pedro Alves <palves@redhat.com>
437
438 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
439 foo --1" test.
440
441 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
442
443 * gdb.fortran/block-data.f: New.
444 * gdb.fortran/block-data.exp: New.
445
446 2019-06-11 Tom de Vries <tdevries@suse.de>
447
448 PR testsuite/24521
449 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
450 message.
451
452 2019-06-11 Tom de Vries <tdevries@suse.de>
453
454 PR testsuite/24521
455 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
456
457 2019-06-11 Tom de Vries <tdevries@suse.de>
458
459 * boards/readnow.exp: New file.
460
461 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
462
463 * gdb.fortran/vla-sizeof.exp: Update expected results.
464
465 2019-06-06 Amos Bird <amosbird@gmail.com>
466
467 * gdb.base/annota1.exp (thread_switch): Add test for
468 thread-exited annotation.
469
470 2019-06-06 Tom Tromey <tromey@adacore.com>
471
472 * gdb.base/maint.exp: Expect command started/finished output.
473
474 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
475
476 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
477 comment.
478 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
479
480 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
481
482 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
483 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
484 * gdb.arch/riscv-unwind-long-insn.c: New file.
485 * gdb.arch/riscv-unwind-long-insn.exp: New file.
486
487 2019-06-04 Christian Biesinger <cbiesinger@google.com>
488
489 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
490
491 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
492
493 * lib/gdb.exp (help_list_trailer): New regexp variable
494 factorizing the help trailer message.
495 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
496 arg to allow to better factorize various tests.
497 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
498 (test_prefix_command_help): Use help_list_trailer.
499 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
500 * gdb.guile/scm-cmd.exp: Likewise.
501 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
502 * gdb.base/help.exp: Use test_user_defined_class_help.
503 * gdb.base/style.exp: Add tests for styling of help and apropos.
504 * lib/gdb-utils.exp (style): Add title and highlight styles.
505
506 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
507
508 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
509 $_shell_exitsignal.
510 * gdb.base/default.exp: Update for new convenience variables.
511
512 2019-05-29 Tom Tromey <tromey@adacore.com>
513
514 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
515 to "break complete ada" test case's regexp.
516
517 2019-05-29 Tom Tromey <tromey@adacore.com>
518
519 PR c++/20020:
520 * gdb.cp/constexpr-field.exp: New file.
521 * gdb.cp/constexpr-field.cc: New file.
522
523 2019-05-29 Tom Tromey <tromey@adacore.com>
524
525 * gdb.base/finish.exp (finish_no_print): New proc.
526 (finish_tests): Call it.
527
528 2019-05-24 Tom de Vries <tdevries@suse.de>
529
530 * gdb.dwarf2/gdb-add-index.exp: New file.
531
532 2019-05-22 Tom Tromey <tromey@adacore.com>
533
534 * gdb.base/info-shared.exp (check_info_shared): Use "style".
535 * gdb.base/style.exp: Use "style".
536 * lib/gdb-utils.exp (style): New proc.
537
538 2019-05-22 Tom de Vries <tdevries@suse.de>
539
540 * gdb.base/align.exp: Require c++11.
541
542 2019-05-22 Tom de Vries <tdevries@suse.de>
543
544 PR testsuite/24586
545 * gdb.python/py-mi-var-info-path-expression.exp: Call
546 mi_skip_python_tests to check if python is supported.
547
548 2019-05-22 Alan Hayward <alan.hayward@arm.com>
549
550 * gdb.arch/aarch64-pauth.c: New test.
551 * gdb.arch/aarch64-pauth.exp: New file.
552
553 2019-05-22 Alan Hayward <alan.hayward@arm.com>
554
555 * README (Re-running Tests Outside The Testsuite): New section.
556
557 2019-05-21 Tom de Vries <tdevries@suse.de>
558
559 * gdb.arch/amd64-eval.exp: Require c++11.
560 * gdb.base/max-depth.exp: Same.
561 * gdb.compile/compile-cplus-array-decay.exp: Same.
562 * gdb.cp/meth-typedefs.exp: Same.
563 * gdb.cp/subtypes.exp: Same.
564 * gdb.cp/temargs.exp: Same.
565
566 2019-05-21 Alan Hayward <alan.hayward@arm.com>
567
568 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
569
570 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
571
572 PR gdb/18644
573 * gdb.fortran/complex.exp: Remove setup_kfail calls.
574 * gdb.fortran/printing-types.exp: Add new test.
575 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
576 testing.
577 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
578 setup_kfail call.
579
580 2019-05-17 Alan Hayward <alan.hayward@arm.com>
581
582 * README (Running the Testsuite): Change example.
583 (Testsuite Parameters): Remove TRANSCRIPT.
584 * lib/gdb.exp: Remove TRANSCRIPT check.
585
586 2019-05-17 Alan Hayward <alan.hayward@arm.com>
587
588 * README (Testsuite Parameters): Add replay logging to
589 GDBSERVER_DEBUG.
590 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
591 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
592 as a comma separated list.
593 (gdb_debug_init): Override procedure.
594
595 2019-05-17 Alan Hayward <alan.hayward@arm.com>
596
597 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
598 (gdb_write_cmd_file): New procedure.
599 * lib/gdbserver-support.exp (gdbserver_start): Call
600 gdbserver_write_cmd_file.
601 (gdbserver_write_cmd_file): New procedure.
602
603 2019-05-17 Alan Hayward <alan.hayward@arm.com>
604
605 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
606 (delete_breakpoints): Likewise.
607 (gdb_run_cmd): Likewise.
608 (gdb_start_cmd): Likewise.
609 (gdb_starti_cmd): Likewise.
610 (gdb_internal_error_resync): Likewise.
611 (gdb_test_multiple): Likewise.
612 (gdb_reinitialize_dir): Likewise.
613 (default_gdb_exit): Likewise.
614 (gdb_file_cmd): Mark kill as optional.
615 (default_gdb_start): Call gdb_stdin_log_init.
616 (send_gdb): Call gdb_stdin_log_write.
617 (rerun_to_main): Mark Y as an answer.
618 (gdb_stdin_log_init): New function.
619 (gdb_stdin_log_write): Likewise.
620
621 2019-05-17 Alan Hayward <alan.hayward@arm.com>
622
623 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
624 * gdb.base/debug-expr.exp: Likewise.
625 * gdb.base/foll-fork.exp: Likewise.
626 * gdb.base/foll-vfork.exp: Likewise.
627 * gdb.base/fork-print-inferior-events.exp: Likewise.
628 * gdb.base/gdb-sigterm.exp: Likewise.
629 * gdb.base/gdbinit-history.exp: Likewise.
630 * gdb.base/osabi.exp: Likewise.
631 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
632 * gdb.base/ui-redirect.exp: Likewise.
633 * gdb.gdb/unittest.exp: Likewise.
634 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
635 * gdb.mi/mi-watch.exp: Likewise.
636 * gdb.mi/new-ui-mi-sync.exp: Likewise.
637 * gdb.mi/user-selected-context-sync.exp: Likewise.
638 * gdb.python/python.exp: Disable debug test when debugging.
639 * gdb.threads/check-libthread-db.exp: Disable when debugging.
640 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
641 Likewise.
642 * gdb.threads/stepi-random-signal.exp: Likewise.
643
644 2019-05-17 Alan Hayward <alan.hayward@arm.com>
645
646 * Makefile.in: Pass through GDB_DEBUG.
647 * README (Testsuite Parameters): Add GDB_DEBUG.
648 (gdb,debug): Add board setting.
649 * lib/gdb.exp (default_gdb_start): Start debugging.
650 (gdb_debug_enabled): New procedure.
651 (gdb_debug_init): Likewise.
652
653 2019-05-17 Alan Hayward <alan.hayward@arm.com>
654
655 * Makefile.in: Pass through GDB_DEBUG.
656 * README (Testsuite Parameters): Add GDB_DEBUG.
657 (gdb,debug): Add board setting.
658 * lib/gdb.exp (default_gdb_start): Start debugging.
659 (gdb_debug_enabled): New procedure.
660 (gdb_debug_init): Likewise.
661
662 2019-05-17 Alan Hayward <alan.hayward@arm.com>
663
664 * gdb.base/ui-redirect.exp: Add debug redirect tests.
665
666 2019-05-17 Alan Hayward <alan.hayward@arm.com>
667
668 * gdb.base/ui-redirect.exp: Test redirection.
669
670 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
671
672 * gdb.mi/mi-complete.exp: New file.
673 * gdb.mi/mi-complete.cc: Likewise.
674
675 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
676
677 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
678 indexed and sliced arrays, and pointers to arrays.
679
680 2019-05-14 Tom Tromey <tromey@adacore.com>
681
682 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
683 styling test.
684
685 2019-05-14 Tom de Vries <tdevries@suse.de>
686
687 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
688 selection entry encoding.
689
690 2019-05-10 Tom Tromey <tromey@adacore.com>
691
692 * gdb.ada/info_exc.exp: Add "complete" test.
693
694 2019-05-09 Tom de Vries <tdevries@suse.de>
695
696 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
697 CU-relative.
698
699 2019-05-09 Tom de Vries <tdevries@suse.de>
700
701 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
702 CU-relative.
703
704 2019-05-08 Joel Brobecker <brobecker@adacore.com>
705
706 * gdb.ada/frame_arg_lang.exp: New testcase.
707 * gdb.ada/frame_arg_lang/bla.adb: New file.
708 * gdb.ada/frame_arg_lang/pck.ads: New file.
709 * gdb.ada/frame_arg_lang/pck.adb: New file.
710 * gdb.ada/frame_arg_lang/foo.c: New file.
711
712 2019-05-08 Tom Tromey <tromey@adacore.com>
713
714 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
715
716 2019-05-08 Tom Tromey <tromey@adacore.com>
717
718 * gdb.base/ptype-offsets.exp: Update tests.
719
720 2019-05-08 Tom Tromey <tromey@adacore.com>
721
722 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
723 cases.
724 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
725 "short".
726
727 2019-05-08 Tom Tromey <tromey@adacore.com>
728
729 * gdb.ada/vla.exp: New file.
730 * gdb.ada/vla/vla.adb: New file.
731
732 2019-05-07 Tom de Vries <tdevries@suse.de>
733
734 * gdb.base/index-cache.exp (ls_host): Fix return statement.
735
736 2019-05-07 Tom de Vries <tdevries@suse.de>
737
738 PR testsuite/24522
739 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
740 section.
741
742 2019-05-07 Tom de Vries <tdevries@suse.de>
743
744 PR testsuite/24522
745 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
746 .debug_aranges section.
747
748 2019-05-07 Tom de Vries <tdevries@suse.de>
749
750 PR testsuite/24159
751 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
752
753 2019-05-06 Tom de Vries <tdevries@suse.de>
754
755 * lib/gdb.exp (exec_has_index_section): New proc.
756 * gdb.base/index-cache.exp: Handle case that binfile contains an index
757 section.
758
759 2019-05-04 Tom de Vries <tdevries@suse.de>
760
761 * boards/cc-with-debug-names.exp: New file.
762
763 2019-05-03 Tom Tromey <tromey@adacore.com>
764
765 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
766 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
767 * gdb.ada/char_enum.exp: Add test.
768
769 2019-05-03 Tom de Vries <tdevries@suse.de>
770
771 * boards/cc-with-gdb-index.exp: New file.
772
773 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
774
775 * gdb.rust/simple.exp: Add new test case.
776 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
777 (main): Initialise an instance of the new struct.
778
779 2019-05-01 Tom Tromey <tromey@adacore.com>
780
781 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
782 record.
783 (NPR): New variable.
784 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
785 test.
786
787 2019-05-01 Tom Tromey <tromey@adacore.com>
788
789 * gdb.ada/packed_array_assign.exp: Add packed assignment
790 regression test.
791
792 2019-05-01 Tom de Vries <tdevries@suse.de>
793
794 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
795
796 2019-05-01 Tom de Vries <tdevries@suse.de>
797
798 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
799
800 2019-04-30 Ali Tamur <tamur@google.com>
801
802 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
803
804 2019-04-30 Tom Tromey <tromey@adacore.com>
805
806 * lib/ada.exp (find_ada_tool): New proc.
807 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
808 * gdb.ada/catch_ex_std.exp: New file.
809 * gdb.ada/catch_ex_std/foo.adb: New file.
810 * gdb.ada/catch_ex_std/some_package.adb: New file.
811 * gdb.ada/catch_ex_std/some_package.ads: New file.
812
813 2019-04-30 Tom Tromey <tromey@adacore.com>
814
815 PR c++/24470:
816 * gdb.cp/temargs.cc: Add test code from PR.
817
818 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
819
820 * gdb.fortran/vla-datatypes.exp: Update expected results.
821 * gdb.fortran/vla-ptype.exp: Likewise.
822 * gdb.fortran/vla-type.exp: Likewise.
823 * gdb.fortran/vla-value.exp: Likewise.
824
825 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
826
827 * gdb.fortran/ptr-indentation.exp: Update expected results.
828 * gdb.fortran/ptype-on-functions.exp: Likewise.
829 * gdb.fortran/vla-ptr-info.exp: Likewise.
830 * gdb.fortran/vla-value.exp: Likewise.
831
832 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
833
834 * gdb.fortran/ptype-on-functions.exp: New file.
835 * gdb.fortran/ptype-on-functions.f90: New file.
836
837 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
838
839 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
840 case void string.
841
842 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
843
844 * gdb.fortran/complex.exp: Expand.
845 * gdb.fortran/complex.f: Renamed to...
846 * gdb.fortran/complex.f90: ...this, and extended to add more
847 complex values.
848
849 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
850
851 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
852 MODULO, CMPLX.
853
854 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
855 Richard Bunt <richard.bunt@arm.com>
856
857 * gdb.base/max-depth.c: New file.
858 * gdb.base/max-depth.exp: New file.
859 * gdb.python/py-nested-maps.c: New file.
860 * gdb.python/py-nested-maps.exp: New file.
861 * gdb.python/py-nested-maps.py: New file.
862 * gdb.python/py-format-string.exp (test_max_depth): New proc.
863 (test_all_common): Call test_max_depth.
864 * gdb.fortran/max-depth.exp: New file.
865 * gdb.fortran/max-depth.f90: New file.
866 * gdb.go/max-depth.exp: New file.
867 * gdb.go/max-depth.go: New file.
868 * gdb.modula2/max-depth.exp: New file.
869 * gdb.modula2/max-depth.c: New file.
870 * lib/gdb.exp (get_print_expr_at_depths): New proc.
871
872 2019-04-29 Tom de Vries <tdevries@suse.de>
873
874 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
875
876 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
877
878 * gdb.base/callexit.exp: Test may-call-functions off.
879
880 2019-04-25 Keith Seitz <keiths@redhat.com>
881
882 PR c++/24367
883 * gdb.cp/meth-typedefs.cc (incomplete_struct)
884 (another_incomplete_struct, test_incomplete): New definitions.
885 (main): Use new definitions.
886 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
887 functions.
888
889 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
890
891 PR corefiles/11608
892 PR corefiles/18187
893 * gdb.base/coredump-filter-build-id.exp: New file.
894
895 2019-04-25 Alan Hayward <alan.hayward@arm.com>
896
897 * Makefile.in: Pass through GDBSERVER_DEBUG.
898 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
899 (gdbserver,debug): Add board setting.
900 * gdb.trace/tspeed.exp: Skip when debugging.
901 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
902 * lib/gdbserver-support.exp: Likewise
903
904 2019-04-24 Tom Tromey <tromey@adacore.com>
905
906 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
907 Rust.
908
909 2019-04-24 Tom Tromey <tromey@adacore.com>
910
911 * gdb.arch/amd64-eval.exp: Test bitfield return.
912 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
913 (class Foo) <return_bitfields>: New method.
914 (main): Call it.
915
916 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
917
918 * gdb.cp/many-args.cc: New file.
919 * gdb.cp/many-args.exp: New file.
920
921 2019-04-23 Tom de Vries <tdevries@suse.de>
922
923 PR gdb/24433
924 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
925
926 2019-04-23 Alan Hayward <alan.hayward@arm.com>
927
928 * gdb.trace/backtrace.exp: Use nopie flag.
929 * gdb.trace/circ.exp: Likewise.
930 * gdb.trace/collection.exp: Likewise.
931 * gdb.trace/ftrace.exp: Likewise.
932 * gdb.trace/mi-trace-unavailable.exp: Likewise.
933 * gdb.trace/mi-traceframe-changed.exp: Likewise.
934 * gdb.trace/qtro.exp: Likewise.
935 * gdb.trace/read-memory.exp: Likewise.
936 * gdb.trace/report.exp: Likewise.
937 * gdb.trace/tfile.exp: Likewise.
938 * gdb.trace/tfind.exp: Likewise.
939 * gdb.trace/unavailable.exp: Likewise.
940
941 2019-04-22 Pedro Alves <palves@redhat.com>
942
943 * gdb.base/solib-probes-nosharedlibrary.c,
944 gdb.base/solib-probes-nosharedlibrary.exp: New files.
945
946 2019-04-19 Tom Tromey <tromey@adacore.com>
947
948 * gdb.ada/ptype_union.c: New file.
949 * gdb.ada/ptype_union.exp: New file.
950
951 2019-04-19 Tom Tromey <tromey@adacore.com>
952
953 PR symtab/24423:
954 * gdb.base/list0.h (foo): Add a control-l character.
955
956 2019-04-18 Tom de Vries <tdevries@suse.de>
957
958 PR gdb/24433
959 * boards/local-board.exp: Set sysroot to "".
960
961 2019-04-18 Tom de Vries <tdevries@suse.de>
962 Pedro Alves <palves@redhat.com>
963
964 PR gdb/24454
965 * gdb.threads/vfork-follow-child-exec.c: New file.
966 * gdb.threads/vfork-follow-child-exec.exp: New file.
967 * gdb.threads/vfork-follow-child-exit.c: New file.
968 * gdb.threads/vfork-follow-child-exit.exp: New file.
969
970 2019-04-15 Leszek Swirski <leszeks@google.com>
971
972 * gdb.arch/amd64-eval.cc: New file.
973 * gdb.arch/amd64-eval.exp: New file.
974
975 2019-04-11 Alan Hayward <alan.hayward@arm.com>
976
977 * gdb.server/sysroot.c: New test.
978 * gdb.server/sysroot.exp: New file.
979 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
980 matching param.
981
982 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
983
984 * gdb.base/align.exp: Extend test to cover structures containing
985 only static fields.
986
987 2019-04-11 Tom de Vries <tdevries@suse.de>
988
989 * boards/cc-with-dwz-m.exp: New file.
990 * boards/cc-with-dwz.exp: New file.
991 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
992
993 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
994
995 * gdb.base/start-cpp.exp: New file.
996 * gdb.base/start-cpp.cc: New file.
997
998 2019-04-08 Kevin Buettner <kevinb@redhat.com>
999
1000 * gdb.python/py-thrhandle.exp: Adjust tests to call
1001 thread_from_handle instead of thread_from_thread_handle.
1002
1003 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1004
1005 * gdb.python/py-thrhandle.exp: Add tests for
1006 gdb.InferiorThread.handle.
1007
1008 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1009
1010 * gdb.python/py-function.exp: Check calling helper function from
1011 all languages.
1012 * lib/gdb.exp (gdb_supported_languages): New proc.
1013
1014 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1015
1016 * gdb.base/complex-parts.c: New file.
1017 * gdb.base/complex-parts.exp: New file.
1018
1019 2019-04-01 Tom Tromey <tromey@adacore.com>
1020
1021 PR symtab/23331:
1022 * gdb.dwarf2/dw2-ranges-main.c: New file.
1023 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1024 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1025
1026 2019-03-30 Simon Marchi <simark@simark.ca>
1027
1028 * gdb.base/default.exp: Add values for $_gdb_major and
1029 $_gdb_minor.
1030
1031 2019-03-29 Tom Tromey <tromey@adacore.com>
1032
1033 * gdb.base/help.exp: Tighten apropos regexp.
1034
1035 2019-03-29 Keith Seitz <keiths@redhat.com>
1036
1037 * gdb.fortran/array-bounds.exp: New file.
1038 * gdb.fortran/array-bounds.f90: New file.
1039
1040 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1041
1042 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1043
1044 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1045
1046 * gdb.multi/hello.c (main): Increase alarm timer.
1047
1048 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1049
1050 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1051 factor when no hardware watchpoint support.
1052
1053 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1054 Pedro Alves <palves@redhat.com>
1055
1056 * boards/local-board.exp: set sysroot to /.
1057
1058 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1059
1060 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1061 in child.
1062
1063 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1064
1065 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1066 field.
1067 (make_container): Initialise new field.
1068 * gdb.python/py-prettyprint.exp: Add new tests.
1069 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1070 <display_hint>: New method.
1071
1072 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1075 gdb_continue_to_breakpoint more throughout this test.
1076 (run_lang_tests) Supply unique test names, and use
1077 gdb_test_no_output.
1078
1079 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1080
1081 * gdb.base/finish-pretty.exp: Update expected results.
1082 * gdb.base/pretty-print.c: New file.
1083 * gdb.base/pretty-print.exp: New file.
1084
1085 2019-03-25 Pedro Alves <palves@redhat.com>
1086
1087 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1088 move comments outside list. Append '-i "" eof' section.
1089
1090 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1091
1092 * README: Add pie options.
1093 * gdb.base/break-interp.exp: Ensure pie is disabled.
1094 * gdb.base/dump.exp: Likewise.
1095 * lib/gdb.exp (gdb_compile): Add pie option.
1096
1097 2019-03-19 Tom Tromey <tromey@adacore.com>
1098
1099 * gdb.mi/mi2-cli-display.c: New file.
1100 * gdb.mi/mi2-cli-display.exp: New file.
1101
1102 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1103 Tom Tromey <tromey@adacore.com>
1104
1105 * gdb.ada/ptype_array/pck.adb: New file.
1106 * gdb.ada/ptype_array/pck.ads: New file.
1107 * gdb.ada/ptype_array/foo.adb: New file.
1108 * gdb.ada/ptype_array.exp: New file.
1109
1110 2019-03-14 Tom Tromey <tromey@adacore.com>
1111
1112 * gdb.base/style.exp: Add "set style sources" test.
1113
1114 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1115
1116 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1117 * mi-breakpoint-multiple-locations.exp: ... this.
1118 (make_breakpoints_pattern): New proc.
1119 (do_test): Add mi_version parameter, test -break-insert,
1120 -break-info and =breakpoint-created.
1121
1122 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1123
1124 * config/default.exp: Remove 'load_lib gdb.exp'.
1125 * config/monitor.exp: Likewise.
1126 * config/sid.exp: Likewise.
1127 * config/sim.exp: Likewise.
1128 * config/slite.exp: Likewise.
1129 * config/unix.exp: Likewise.
1130 * gdb.base/default.exp: Remove unhelpful comment.
1131
1132 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1133
1134 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1135
1136 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1137
1138 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1139
1140 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1141
1142 * gdb.fortran/type-kinds.exp: Update expected results.
1143
1144 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1145
1146 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1147
1148 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1149
1150 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1151 function.
1152 (test_basic_parsing_of_type_kinds): Expand types tested.
1153 (test_parsing_invalid_type_kinds): New function.
1154
1155 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1156
1157 * gdb.fortran/intrinsics.exp: New file.
1158 * gdb.fortran/intrinsics.f90: New file.
1159 * gdb.fortran/type-kinds.exp: New file.
1160
1161 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 * gdb.fortran/dot-ops.exp: New file.
1164
1165 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1166
1167 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1168 Check upper and lower case logical literals.
1169
1170 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1171
1172 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1173 Remove duplicate tests.
1174
1175 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1176
1177 * lib/gdb.exp (builtin_cd): rename of cd.
1178 (cd): Override builtin.
1179
1180 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1181
1182 * gdb.fortran/function-calls.exp: New file.
1183 * gdb.fortran/function-calls.f90: New test.
1184
1185 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1186
1187 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1188 on user program standard output.
1189 * gdb.fortran/short-circuit-argument-list.f90: Record function
1190 calls.
1191
1192 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1193
1194 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1195 failure.
1196
1197 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1198
1199 PR gdb/8527
1200 * gdb.base/interrupt-daemon-attach.c,
1201 gdb.base/interrupt-daemon-attach.exp: New test.
1202
1203 2019-02-27 Pedro Alves <palves@redhat.com>
1204
1205 * gdb.base/page.exp: Add tests for "set width/height -1".
1206
1207 2019-02-27 Pedro Alves <palves@redhat.com>
1208
1209 * gdb.base/page.exp: Add tests for "set/show width/height" with
1210 "infinite" values.
1211
1212 2019-02-27 Tom Tromey <tromey@adacore.com>
1213
1214 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1215 2.4.
1216 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1217 workaround.
1218
1219 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1220
1221 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1222 tests for structs with static members.
1223
1224 2019-02-26 Tom Tromey <tromey@adacore.com>
1225
1226 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1227 ValueError, not TypeError.
1228
1229 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1230
1231 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1232 call from main program.
1233
1234 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1235
1236 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1237 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1238 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1239 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1240 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1241
1242 2019-02-22 Keith Seitz <keiths@redhat.com>
1243
1244 PR symtab/23853
1245 * gdb.base/symlink-sourcefile.c: New file.
1246 * gdb.base/symlink-sourcefile.exp: New file.
1247
1248 2019-02-20 Tom Tromey <tom@tromey.com>
1249
1250 * gdb.base/info_qt.exp: Update.
1251
1252 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1253
1254 * gdb.base/source.exp: Move "error in sourced script" code to
1255 the end.
1256 * gdb.base/source-error.gdb: Move contents to
1257 source-error-1.gdb. Add new code to source source-error-1.gdb.
1258 * gdb.base/source-error-1.gdb: New file, from previous
1259 source-error.gdb.
1260
1261 2019-02-17 Tom Tromey <tom@tromey.com>
1262
1263 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1264 for macro styling.
1265 * gdb.base/style.c (SOME_MACRO): New macro.
1266
1267 2019-02-17 Tom Tromey <tom@tromey.com>
1268
1269 * gdb.base/style.exp: Add line-wrapping tests.
1270 * gdb.base/page.exp: Add test for quitting during pagination.
1271
1272 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1273
1274 * gdb.ada/big_packed_array: New testcase.
1275 * gdb.ada/homonym.exp: Fix incorrect expected output for
1276 "break <homonym__get_value>" test.
1277
1278 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1279
1280 PR breakpoints/21870
1281 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1282 and prepare_for_testing. Add comment.
1283 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1284 redundant cleanup call. Clean up comment.
1285
1286 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1287
1288 PR breakpoints/21870
1289 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1290 * gdb.arch/aarch64-dbreg-contents.c: New file.
1291
1292 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1293
1294 * gdb.ada/mi_ref_changeable: New testcase.
1295
1296 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1297
1298 * gdb.base/attach.exp: Add double attach test.
1299
1300 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1301
1302 * lib/gdb.exp (default_gdb_start): Don't match pagination
1303 prompt.
1304 (gdb_init): Set stty_init.
1305
1306 2019-01-27 Tom Tromey <tom@tromey.com>
1307
1308 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1309 skip_python_tests.
1310
1311 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1312
1313 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1314 New structure.
1315 (struct struct_static_02_02): Likewise.
1316 (struct struct_static_02_03): Likewise.
1317 (struct struct_static_02_04): Likewise.
1318 (struct struct_static_04_01): Likewise.
1319 (struct struct_static_04_02): Likewise.
1320 (struct struct_static_04_03): Likewise.
1321 (struct struct_static_04_04): Likewise.
1322 (struct struct_static_06_01): Likewise.
1323 (struct struct_static_06_02): Likewise.
1324 (struct struct_static_06_03): Likewise.
1325 (struct struct_static_06_04): Likewise.
1326 (cmp_struct_static_02_01): Likewise.
1327 (cmp_struct_static_02_02): Likewise.
1328 (cmp_struct_static_02_03): Likewise.
1329 (cmp_struct_static_02_04): Likewise.
1330 (cmp_struct_static_04_01): Likewise.
1331 (cmp_struct_static_04_02): Likewise.
1332 (cmp_struct_static_04_03): Likewise.
1333 (cmp_struct_static_04_04): Likewise.
1334 (cmp_struct_static_06_01): Likewise.
1335 (cmp_struct_static_06_02): Likewise.
1336 (cmp_struct_static_06_03): Likewise.
1337 (cmp_struct_static_06_04): Likewise.
1338 (call_all): Test new structs.
1339 * gdb.base/infcall-nested-structs.exp: Likewise.
1340
1341 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1342 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1343
1344 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1345 * gdb.base/stack-protector.c: New test.
1346 * gdb.base/stack-protector.exp: New file.
1347 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1348 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1349 option.
1350 (gdb_compile): Remove stack protector for GCC and prevent
1351 recursion.
1352
1353 2019-01-16 Keith Seitz <keiths@redhat.com>
1354
1355 PR gdb/23773
1356 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1357
1358 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1359
1360 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1361 aliases.
1362 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1363 tests.
1364 * gdb.arch/powerpc-vector-regs.c: New file.
1365 * gdb.arch/powerpc-vector-regs.exp: New file.
1366
1367 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1368
1369 * gdb.arch/altivec-regs.exp: Fix the list passed to
1370 gdb_expect_list when testing "info vector".
1371
1372 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1373
1374 * gdb.base/style.exp: Don't include path in testname.
1375
1376 2019-01-10 Keith Seitz <keiths@redhat.com>
1377
1378 PR gdb/23712
1379 PR symtab/23010
1380 * gdb.dwarf2/multidictionary.exp: New file.
1381
1382 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1383
1384 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1385 (test_gnuv3_style_demangling): ... this.
1386 (test_lucid_style_demangling): Remove.
1387 (test_arm_style_demangling): Remove.
1388 (test_hp_style_demangling): Remove.
1389 (do_tests): Remove calls to the above.
1390
1391 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1392
1393 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1394 case.
1395
1396 2019-01-06 Tom Tromey <tom@tromey.com>
1397
1398 PR gdb/28155:
1399 * gdb.dwarf2/typedef-void-finish.exp: New file.
1400
1401 2018-12-28 Tom Tromey <tom@tromey.com>
1402 Simon Marchi <simark@simark.ca>
1403
1404 * gdb.base/jit-exec.exp: New file.
1405 * gdb.base/jit-exec.c: New file.
1406 * gdb.base/jit-execd.c: New file.
1407
1408 2018-12-28 Tom Tromey <tom@tromey.com>
1409
1410 * gdb.base/style.exp: Update test to check for address styling.
1411
1412 2018-12-28 Tom Tromey <tom@tromey.com>
1413
1414 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1415 message.
1416
1417 2018-12-28 Tom Tromey <tom@tromey.com>
1418
1419 * gdb.base/style.exp: Add test for version number styling.
1420
1421 2018-12-28 Tom Tromey <tom@tromey.com>
1422
1423 * gdb.base/style.exp: Add test for print_address_symbolic.
1424
1425 2018-12-28 Tom Tromey <tom@tromey.com>
1426
1427 * gdb.base/style.exp: Add test for breakpoint setting.
1428
1429 2018-12-28 Tom Tromey <tom@tromey.com>
1430
1431 * gdb.base/style.exp: Add test for variable names.
1432
1433 2018-12-28 Tom Tromey <tom@tromey.com>
1434
1435 * gdb.base/style.exp: New file.
1436 * gdb.base/style.c: New file.
1437
1438 2018-12-28 Tom Tromey <tom@tromey.com>
1439
1440 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1441 "dumb".
1442 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1443 the TERM environment variable.
1444
1445 2018-12-27 Tom Tromey <tom@tromey.com>
1446
1447 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1448 pagination test.
1449
1450 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1451
1452 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1453 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1454
1455 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1456
1457 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1458 Filename a.adb changed to bp_fun_addr.adb.
1459 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1460
1461 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1462
1463 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1464 non-PIE executables.
1465 * README: Mention the gdb,nopie_flag board setting.
1466 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1467 non-PIE executable.
1468 * gdb.arch/amd64-entry-value.exp: Likewise.
1469 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1470 * gdb.arch/i386-float.exp: Likewise.
1471 * gdb.arch/i386-signal.exp: Likewise.
1472 * gdb.mi/mi-reg-undefined.exp: Likewise.
1473
1474 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1475
1476 PR gdb/23974
1477 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1478
1479 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1480
1481 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1482 Update order of results accordingly.
1483
1484 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1485
1486 * gdb.base/annota1.exp: Update a test regexp.
1487
1488 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1489
1490 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1491
1492 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1493
1494 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1495 (reuse_time): Initialize to REUSE_TIME_CAP.
1496 (check_rc): New function.
1497 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1498 Check pthread_create rc.
1499 (spawner_thread_func): Check pthread_create and pthread_join rc.
1500
1501 2018-12-08 Pedro Alves <palves@redhat.com>
1502
1503 * gdb.base/list.exp (test_forward_search): Rename to ...
1504 (test_forward_reverse_search): ... this. Also test reverse-search
1505 and the forward-search alias.
1506
1507 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1508
1509 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1510 local timeout variable before return, and remove all local timeout
1511 variable entirely.
1512 (gdb_load): Likewise.
1513
1514 2018-12-01 Tom de Vries <tdevries@suse.de>
1515
1516 * gdb.base/gdb-caching-proc.exp: New file.
1517
1518 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1519
1520 * Makefile.in (TIMESTAMP): New variable.
1521 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1522 command.
1523 (check-single-racy): Likewise.
1524 (check/%.exp): Likewise.
1525 (check-racy/%.exp): Likewise.
1526 (workers/%.worker): Likewise.
1527 (build-perf): Likewise.
1528 (check-perf): Likewise.
1529 * README: Describe new "TS" and "TS_FORMAT" variables.
1530 * print-ts.py: New file.
1531
1532 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1533
1534 PR python/23714
1535 * gdb.python/python.exp: Test command repetition after
1536 gdb.execute.
1537
1538 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1539
1540 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1541 is correctly aligned.
1542
1543 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1544
1545 * gdb.ada/info_auto_lang.exp: New testcase.
1546 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1547 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1548 * gdb.ada/info_auto_lang/some_c.c: New file.
1549
1550 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1551
1552 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1553 FUNC_lang language syntax.
1554
1555 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1556
1557 * gdb.base/info_minsym.c: New file.
1558 * gdb.base/info_minsym.exp: New file.
1559
1560 2018-11-19 Tom Tromey <tom@tromey.com>
1561
1562 PR rust/23625:
1563 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1564 * gdb.rust/expr.exp: Update expected output. Change one test.
1565
1566 2018-11-19 Tom Tromey <tom@tromey.com>
1567
1568 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1569
1570 2018-11-19 Pedro Alves <palves@redhat.com>
1571
1572 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1573 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1574 see the expected warning.
1575
1576 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1577
1578 PR gdb/22736:
1579 * gdb.cp/infcall-nodebug-lib.c: New test.
1580 * gdb.cp/infcall-nodebug-main.c: New test.
1581 * gdb.cp/infcall-nodebug.exp: New file.
1582
1583 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1584
1585 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1586 completer tests.
1587
1588 2018-11-09 Tom de Vries <tdevries@suse.de>
1589
1590 * gdb.base/msym-lang.c: New test.
1591 * gdb.base/msym-lang.exp: New file.
1592 * gdb.base/msym-lang-main.c: New test.
1593
1594 2018-11-08 Tom Tromey <tom@tromey.com>
1595
1596 PR gdb/23555:
1597 PR gdb/23838:
1598 * gdb.base/warning.exp: New file.
1599
1600 2018-11-08 Jan Beulich <jbeulich@suse.com>
1601
1602 * testsuite/gdb.arch/i386-avx512.c,
1603 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1604
1605 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1606
1607 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1608 point hardware.
1609
1610 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1611
1612 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1613 * gdb.dwarf2/missing-type-name.exp: New file.
1614
1615 2018-11-06 Tom de Vries <tdevries@suse.de>
1616
1617 * gdb.base/many-headers.c: New test.
1618 * gdb.base/many-headers.exp: New file.
1619
1620 2018-11-06 Jim Wilson <jimw@sifive.com>
1621
1622 * gdb.base/code_elim.exp: For riscv, set additional_flags
1623 to include -msmall-data-limit=0.
1624
1625 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1626
1627 * gdb.ada/watch_minus_l: New testcase.
1628
1629 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1630
1631 * gdb.arch/aix-sighandle.c: New file.
1632 * gdb.arch/aix-sighandle.exp: New file.
1633
1634 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1635
1636 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1637 registers being unions.
1638
1639 2018-10-31 Tom de Vries <tdevries@suse.de>
1640
1641 * lib/valgrind.exp: New file.
1642 (vgdb_start, vgdb_stop): New procs, factored out of ...
1643 * gdb.base/valgrind-bt.exp: ... here, ...
1644 * gdb.base/valgrind-disp-step.exp: ... here and ...
1645 * gdb.base/valgrind-infcall.exp: ... here.
1646
1647 2018-10-31 Tom de Vries <tdevries@suse.de>
1648
1649 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1650
1651 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1652
1653 * gdb.dwarf2/void-type.c: New file.
1654 * gdb.dwarf2/void-type.exp: New file.
1655
1656 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1657
1658 * gdb.base/info_qt.c: New file.
1659 * gdb.base/info_qt.exp: New file.
1660
1661 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1662
1663 * gdb.arch/powerpc-htm-regs.c: New file.
1664 * gdb.arch/powerpc-htm-regs.exp: New file.
1665
1666 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1667
1668 * gdb.arch/powerpc-tar.c: New file.
1669 * gdb.arch/powerpc-tar.exp: New file.
1670
1671 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1672
1673 * gdb.arch/powerpc-ppr-dscr.c: New file.
1674 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1675
1676 2018-10-25 Tom de Vries <tdevries@suse.de>
1677
1678 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1679
1680 2018-10-24 Tom de Vries <tdevries@suse.de>
1681
1682 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1683 longer exists error.
1684
1685 2018-10-24 Tom de Vries <tdevries@suse.de>
1686
1687 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1688
1689 2018-10-24 Tom de Vries <tdevries@suse.de>
1690
1691 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1692 --db-attach in valgrind.
1693
1694 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1695
1696 * gdb.arch/riscv-reg-aliases.c: New file.
1697 * gdb.arch/riscv-reg-aliases.exp: New file.
1698
1699 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1700
1701 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1702
1703 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1704
1705 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1706
1707 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1708
1709 * gdb.cp/ovldbreak.exp: Fix regexps.
1710
1711 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1712
1713 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1714
1715 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1716
1717 PR cli/23785
1718 * gdb.base/restore.exp: New test to check if "restore" with an
1719 invalid file doesn't segfault.
1720
1721 2018-10-18 Tom de Vries <tdevries@suse.de>
1722
1723 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1724 * gdb.ada/excep_handle.exp: Same.
1725 * gdb.ada/mi_string_access.exp: Same.
1726 * gdb.ada/mi_var_union.exp: Same.
1727 * gdb.arch/arc-analyze-prologue.exp: Same.
1728 * gdb.arch/arc-decode-insn.exp: Same.
1729 * gdb.base/readnever.exp: Same.
1730 * gdb.fortran/printing-types.exp: Same.
1731 * gdb.guile/scm-lazy-string.exp: Same.
1732
1733 2018-10-16 Tom de Vries <tdevries@suse.de>
1734
1735 PR gdb/23730
1736 * gdb.base/catch-follow-exec.c: Add copyright notice.
1737 * gdb.base/catch-follow-exec.exp: Rewrite to use
1738 gdb_spawn_with_cmdline_opts. Require gdb-native.
1739
1740 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1741
1742 * gdb.trace/actions-changed.exp: Check for arch support.
1743 * gdb.trace/actions.exp: Likewise.
1744 * gdb.trace/ax.exp: Likewise.
1745 * gdb.trace/backtrace.exp: Likewise.
1746 * gdb.trace/change-loc.exp: Likewise.
1747 * gdb.trace/deltrace.exp: Likewise.
1748 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1749 * gdb.trace/ftrace.exp: Likewise.
1750 * gdb.trace/infotrace.exp: Check for arch support.
1751 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1752 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1753 * gdb.trace/mi-tsv-changed.exp: Likewise.
1754 * gdb.trace/packetlen.exp: Likewise.
1755 * gdb.trace/passc-dyn.exp: Likewise.
1756 * gdb.trace/passcount.exp: Likewise.
1757 * gdb.trace/pending.exp: Likewise.
1758 * gdb.trace/range-stepping.exp: Check for shlib support.
1759 * gdb.trace/report.exp: Check for arch support.
1760 * gdb.trace/save-trace.exp: Likewise.
1761 * gdb.trace/signal.exp: Check for signal support.
1762 * gdb.trace/tfind.exp: Check for arch support.
1763 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1764 * gdb.trace/trace-common.h: Add comment.
1765 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1766 * gdb.trace/trace-enable-disable.exp: Likewise.
1767 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1768 * gdb.trace/tracecmd.exp: Check for arch support.
1769 * gdb.trace/tspeed.exp: Check for shlib and target support.
1770 * gdb.trace/tstatus.exp: Check for arch support.
1771 * gdb.trace/tsv.exp: Likewise.
1772 * gdb.trace/while-dyn.exp: Likewise.
1773 * gdb.trace/while-stepping.exp: Likewise.
1774 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1775
1776 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1777
1778 * gdb.trace/tspeed.exp: Remove nowarnings.
1779 (prepare_for_trace_test): Declare "global ipalib".
1780 * gdb.trace/tspeed.c: Include unistd.h.
1781 (main): Remove superfluous printf argument.
1782
1783 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1784
1785 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1786 directory prefix on the filename.
1787
1788 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1789
1790 * gdb.gdb/unittest.exp: Update expected message informing that
1791 selftests have been disabled.
1792 * gdb.server/unittest.exp: Likewise.
1793
1794 2018-10-09 Tom de Vries <tdevries@suse.de>
1795
1796 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1797 with runto_main.
1798
1799 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1800
1801 PR c++/16841
1802 * gdb.cp/virtbase2.cc: New file.
1803 * gdb.cp/virtbase2.exp: New file.
1804
1805 2018-10-06 Tom Tromey <tom@tromey.com>
1806
1807 PR python/19399:
1808 * gdb.python/py-inferior.exp: Add architecture test.
1809
1810 2018-10-06 Tom Tromey <tom@tromey.com>
1811
1812 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1813 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1814
1815 2018-10-06 Tom Tromey <tom@tromey.com>
1816
1817 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1818 of a "throw" catchpoint.
1819
1820 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1821
1822 * gdb.base/info-proc.exp: Update string expected from "help info
1823 proc".
1824
1825 2018-10-04 Tom Tromey <tom@tromey.com>
1826
1827 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1828 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1829 (test_initial_complaints, test_empty_complaints): Update.
1830 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1831
1832 2018-10-04 Tom Tromey <tom@tromey.com>
1833
1834 PR cli/19551:
1835 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1836 * lib/gdb.exp (gdb_file_cmd): Update.
1837 * gdb.stabs/weird.exp (print_weird_var): Update.
1838 * gdb.server/solib-list.exp: Update.
1839 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1840 * gdb.mi/mi-cli.exp: Update.
1841 * gdb.linespec/linespec.exp: Update.
1842 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1843 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1844 * gdb.cp/cp-relocate.exp: Update.
1845 * gdb.base/sym-file.exp: Update.
1846 * gdb.base/relocate.exp: Update.
1847 * gdb.base/readnever.exp: Update.
1848 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1849 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1850 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1851 * gdb.base/code_elim.exp: Update.
1852 * gdb.base/break-unload-file.exp (test_break): Update.
1853 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1854 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1855 Update.
1856 * gdb.base/attach.exp (do_attach_tests): Update.
1857 * gdb.base/sepdebug.exp: Update.
1858 * gdb.python/py-section-script.exp: Update.
1859
1860 2018-10-04 Tom Tromey <tom@tromey.com>
1861
1862 PR cli/22234:
1863 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1864 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1865 output.
1866
1867 2018-10-04 Tom Tromey <tom@tromey.com>
1868
1869 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1870 set width and height to 0.
1871 (test_command_line_attach_run): Use -quiet.
1872
1873 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1874
1875 * lib/gdb.exp (skip_ifunc_tests): New.
1876 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1877 other compile failures.
1878 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1879
1880 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1881
1882 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1883 is_amd64_regs_target.
1884
1885 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1886
1887 * gdb.arch/aarch64-sighandler-regs.c: New test.
1888 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1889 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1890
1891 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1892
1893 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1894 assembly.
1895
1896 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1897
1898 * gdb.base/frame-selection.exp: New file.
1899 * gdb.base/frame-selection.c: New file.
1900
1901 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1902
1903 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1904 pthread barrier.
1905 (main): Likewise.
1906
1907 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1908
1909 * gdb.base/large-frame-1.c: New file.
1910 * gdb.base/large-frame-2.c: New file.
1911 * gdb.base/large-frame.exp: New file.
1912 * gdb.base/large-frame.h: New file.
1913
1914 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1915
1916 PR gdb/20948
1917 * gdb.base/write_mem.exp: New test.
1918 * gdb.base/write_mem.c: Likewise.
1919
1920 2018-09-23 Tom Tromey <tom@tromey.com>
1921
1922 PR python/18852:
1923 * gdb.python/py-parameter.exp: Add test for parameter that throws
1924 on "set".
1925
1926 2018-09-23 Tom Tromey <tom@tromey.com>
1927
1928 PR python/17284:
1929 * gdb.python/py-template.exp (test_template_arg): Add test for
1930 negative template argument number.
1931
1932 2018-09-23 Tom Tromey <tom@tromey.com>
1933
1934 PR python/14062:
1935 * gdb.python/python.exp: Add test for post_event error.
1936
1937 2018-09-23 Tom Tromey <tom@tromey.com>
1938
1939 PR python/18170:
1940 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1941 convert pointers to int and long.
1942
1943 2018-09-23 Tom Tromey <tom@tromey.com>
1944
1945 PR python/20126:
1946 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1947 signed-ness conversion tests.
1948
1949 2018-09-23 Tom Tromey <tom@tromey.com>
1950
1951 PR python/18352;
1952 * gdb.python/py-value.exp (test_float_conversion): New proc.
1953 Use it.
1954
1955 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1956
1957 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1958
1959 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1960
1961 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1962 no readline.
1963 * gdb.base/utf8-identifiers.exp: Likewise.
1964 * gdb.cp/cpcompletion.exp: Likewise.
1965 * gdb.linespec/cpcompletion.exp: Likewise.
1966 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1967 * gdb.linespec/cpls-ops.exp: Likewise.
1968
1969 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1970 Chris January <chris.january@arm.com>
1971
1972 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1973 * gdb.fortran/short-circuit-argument-list.exp: New file.
1974 * gdb.fortran/short-circuit-argument-list.f90: New test.
1975
1976 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1977
1978 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1979 "arch=" keyword when executing "-stack-list-frames".
1980
1981 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1982
1983 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1984 "arch=" keyword when executing "-stack-list-frames".
1985
1986 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1987
1988 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1989 break ada".
1990
1991 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1992
1993 PR python/23669
1994 * gdb.python/python.exp: Test gdb.execute("show commands").
1995
1996 2018-09-16 Tom Tromey <tom@tromey.com>
1997
1998 * gdb.base/new-ui.exp (do_execution_tests): Update.
1999 * gdb.base/dbx.exp (test_breakpoints): Update.
2000
2001 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2002
2003 * lib/gdb.exp (gdb_simple_compile): Add proc.
2004 (is_elf_target): Use gdb_simple_compile.
2005 (skip_altivec_tests): Likewise.
2006 (skip_vsx_tests): Likewise.
2007 (skip_tsx_tests): Likewise.
2008 (skip_btrace_tests): Likewise.
2009 (skip_btrace_pt_tests): Likewise.
2010 (gdb_can_simple_compile): Likewise.
2011 (gdb_has_argv0): Likewise.
2012 (gdb_target_symbol_prefix): Likewise.
2013 (target_supports_scheduler_locking): Likewise.
2014
2015 2018-09-13 Tom Tromey <tom@tromey.com>
2016
2017 * Makefile.in (TAGS): Recognize proc_with_prefix and
2018 gdb_caching_proc.
2019
2020 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2021
2022 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2023 method.
2024
2025 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2026
2027 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2028 and a few other Inferior properties when the Inferior is no
2029 longer valid.
2030
2031 2018-09-13 Tom Tromey <tom@tromey.com>
2032
2033 PR rust/23650:
2034 * gdb.rust/simple.exp: Add test for enum field access error.
2035
2036 2018-09-13 Tom Tromey <tom@tromey.com>
2037
2038 PR rust/23626:
2039 * gdb.rust/simple.rs (EmptyEnum): New type.
2040 (main): Use it.
2041 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2042
2043 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2044
2045 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2046 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2047 * gdb.python/py-symtab.exp: Update test printing an objfile.
2048
2049 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2050
2051 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2052 object.
2053
2054 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2055
2056 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2057 (support_complex_tests): Use gdb_can_simple_compile.
2058 (is_ilp32_target): Likewise.
2059 (is_lp64_target): Likewise.
2060 (is_64_target): Likewise.
2061 (is_amd64_regs_target): Likewise.
2062 (is_aarch32_target): Likewise.
2063 (gdb_int128_helper): Likewise.
2064
2065 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2066
2067 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2068
2069 2018-09-10 Jerome Guitton <guitton@adacore.com>
2070
2071 * gdb.ada/same_component_name: Add test for case of tagged record
2072 with variable-length fields.
2073
2074 2018-09-10 Xavier Roirand <roirand@adacore.com>
2075
2076 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2077 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2078 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2079 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2080
2081 2018-09-10 Xavier Roirand <roirand@adacore.com>
2082
2083 * gdb.ada/mi_string_access.exp: New testcase.
2084 * gdb.ada/mi_string_access/bar.adb: New file.
2085 * gdb.ada/mi_string_access/pck.adb: New file.
2086 * gdb.ada/mi_string_access/pck.asd: New file.
2087
2088 2018-09-10 Xavier Roirand <roirand@adacore.com>
2089
2090 * gdb.ada/mi_var_union.exp: New testcase.
2091 * gdb.ada/mi_var_union/bar.adb: New file.
2092 * gdb.ada/mi_var_union/pck.adb: New file.
2093 * gdb.ada/mi_var_union/pck.asd: New file.
2094
2095 2018-09-08 Tom Tromey <tom@tromey.com>
2096
2097 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2098
2099 2018-09-08 Tom Tromey <tom@tromey.com>
2100
2101 PR python/16047:
2102 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2103 (register_pretty_printers): Register new printer.
2104 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2105 test.
2106 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2107 (an_int_type3): New global.
2108
2109 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2110
2111 * gdb.ada/expr_with_funcall: New testcase.
2112
2113 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2114
2115 * gdb.ada/packed_array_assign: New testcase.
2116
2117 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2118
2119 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2120 names, and add test prefixes to make test names unique.
2121
2122 2018-09-05 Tom de Vries <tdevries@suse.de>
2123
2124 * gdb.dwarf2/varval.exp: Add test.
2125
2126 2018-09-04 Gary Benson <gbenson@redhat.com>
2127
2128 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2129 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2130
2131 2018-08-31 Tom Tromey <tom@tromey.com>
2132
2133 * gdb.rust/simple.rs: Rename second variable "v".
2134
2135 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2136
2137 * gdb.base/funcargs.c (use_a): New function.
2138 (recurse): Call use_a.
2139
2140 2018-08-29 Keith Seitz <keiths@redhat.com>
2141
2142 * gdb.compile/compile-cplus-anonymous.cc: New file.
2143 * gdb.compile/compile-cplus-anonymous.exp: New file.
2144 * gdb.compile/compile-cplus-array-decay.cc: New file.
2145 * gdb.compile/compile-cplus-array-decay.exp: New file.
2146 * gdb.compile/compile-cplus-inherit.cc: New file.
2147 * gdb.compile/compile-cplus-inherit.exp: New file.
2148 * gdb.compile/compile-cplus-member.cc: New file.
2149 * gdb.compile/compile-cplus-member.exp: New file.
2150 * gdb.compile/compile-cplus-method.cc: New file.
2151 * gdb.compile/compile-cplus-method.exp: New file.
2152 * gdb.compile/compile-cplus-mod.c: "New" file.
2153 * gdb.compile/compile-cplus-namespace.cc: New file.
2154 * gdb.compile/compile-cplus-namespace.exp: New file.
2155 * gdb.compile/compile-cplus-nested.cc: New file.
2156 * gdb.compile/compile-cplus-nested.exp: New file.
2157 * gdb.compile/compile-cplus-print.c: "New" file.
2158 * gdb.compile/compile-cplus-print.exp: "New" file.
2159 * gdb.compile/compile-cplus-virtual.cc: New file.
2160 * gdb.compile/compile-cplus-virtual.exp: New file.
2161 * gdb.compile/compile-cplus.c: "New" file.
2162 * gdb.compile/compile-cplus.exp: "New" file.
2163 * lib/compile-support.exp: New file.
2164
2165 2018-08-16 Gary Benson <gbenson@redhat.com>
2166
2167 PR gdb/13000:
2168 * gdb.base/batch-exit-status.exp: New file.
2169 * gdb.base/batch-exit-status.good-commands: Likewise.
2170 * gdb.base/batch-exit-status.bad-commands: Likewise.
2171
2172 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2173
2174 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2175 (struct struct02): Likewise.
2176 (struct struct03): Likewise.
2177 (struct struct04): Likewise.
2178 (struct struct_01_01): New struct.
2179 (struct struct_01_02): Likewise.
2180 (struct struct_01_03): Likewise.
2181 (struct struct_01_04): Likewise.
2182 (struct struct_02_01): Likewise.
2183 (struct struct_02_02): Likewise.
2184 (struct struct_02_03): Likewise.
2185 (struct struct_02_04): Likewise.
2186 (struct struct_04_01): Likewise.
2187 (struct struct_04_02): Likewise.
2188 (struct struct_04_03): Likewise.
2189 (struct struct_04_04): Likewise.
2190 (struct struct_05_01): Likewise.
2191 (struct struct_05_02): Likewise.
2192 (struct struct_05_03): Likewise.
2193 (struct struct_05_04): Likewise.
2194 (cmp_struct01): Remove function.
2195 (cmp_struct02): Likewise.
2196 (cmp_struct03): Likewise.
2197 (cmp_struct04): Likewise.
2198 (cmp_struct_01_01): Add Function.
2199 (cmp_struct_01_02): Likewise.
2200 (cmp_struct_01_03): Likewise.
2201 (cmp_struct_01_04): Likewise.
2202 (cmp_struct_02_01): Likewise.
2203 (cmp_struct_02_02): Likewise.
2204 (cmp_struct_02_03): Likewise.
2205 (cmp_struct_02_04): Likewise.
2206 (cmp_struct_04_01): Likewise.
2207 (cmp_struct_04_02): Likewise.
2208 (cmp_struct_04_03): Likewise.
2209 (cmp_struct_04_04): Likewise.
2210 (cmp_struct_05_01): Likewise.
2211 (cmp_struct_05_02): Likewise.
2212 (cmp_struct_05_03): Likewise.
2213 (cmp_struct_05_04): Likewise.
2214 (call_all): Add new structs.
2215 * gdb.base/infcall-nested-structs.exp: Likewise.
2216
2217 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2218
2219 * gdb.python/py-framefilter-mi.exp: Update regexp to
2220 check for "arch" field in frame output.
2221
2222 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2223
2224 * gdb.dwarf2/dw2-ranges-func.c: New file.
2225 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2226
2227 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2228
2229 * gdb.base/term.exp: Compare terminal settings with values from
2230 the inferior.
2231 * gdb.base/term.c: Get and set terminal settings.
2232
2233 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2234
2235 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2236 accommodate new "arch" field in frame output.
2237 * gdb.mi/mi-return.exp: Likewise.
2238 * gdb.mi/mi-stack.exp: Likewise.
2239 * gdb.mi/mi-syn-frame.exp: Likewise.
2240 * gdb.mi/user-selected-context-sync.exp: Likewise.
2241
2242 2018-08-19 Michael Spang <spang@google.com>
2243
2244 PR gdb/11786
2245 * gdb.base/gcore-tls-pie.c: New file.
2246 * gdb.base/gcore-tls-pie.exp: New file.
2247
2248 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2249
2250 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2251 * gdb.dwarf2/varval.c: New file.
2252 * gdb.dwarf2/varval.exp: New file.
2253
2254 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2255
2256 PR gdb/18931
2257 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2258
2259 2018-08-16 Keith Seitz <keiths@redhat.com>
2260
2261 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2262 tests expected to pass.
2263
2264 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2265
2266 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2267 -data-disassemble -a.
2268 (test_disassembly_bogus_args): Likewise.
2269
2270 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2271
2272 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2273
2274 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2275
2276 * gdb.base/vla-optimized-out.exp: Add new test.
2277
2278 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2279
2280 * gdb.base/vla-optimized-out-o3.exp: Delete.
2281 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2282 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2283 deleted tests.
2284
2285 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2286
2287 PR gdb/18050:
2288 * gdb.server/extended-remote-restart.c: New file.
2289 * gdb.server/extended-remote-restart.exp: New file.
2290
2291 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2292
2293 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2294 "set variable index = 42".
2295
2296 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2297
2298 * boards/index-cache-gdb.exp: New file.
2299 * gdb.dwarf2/index-cache.exp: New file.
2300 * gdb.dwarf2/index-cache.c: New file.
2301 * gdb.base/maint.exp: Check if we are using the index cache.
2302
2303 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2304
2305 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2306 MAKEFLAGS.
2307
2308 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2309
2310 * dg-extract-results.sh: Move to toplevel contrib.
2311 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2312 * Makefile.in (check-parallel-racy): Likewise.
2313
2314 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2315
2316 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2317 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2318 tests if the target supports scheduler locking.
2319
2320 2018-08-04 Tom de Vries <tdevries@suse.de>
2321
2322 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2323
2324 2018-08-02 Tom Tromey <tom@tromey.com>
2325
2326 PR symtab/16842.
2327 * gdb.cp/temargs.exp: Test "info address" of a template
2328 parameter.
2329
2330 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2331
2332 * gdb.python/py-mi-var-info-path-expression.c: New file.
2333 * gdb.python/py-mi-var-info-path-expression.py: New file.
2334 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2335
2336 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2337
2338 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2339 error after "cannot resolve name" string.
2340
2341 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2342
2343 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2344 started.
2345 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2346
2347 2018-07-28 Tom de Vries <tdevries@suse.de>
2348
2349 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2350
2351 2018-07-26 Tom de Vries <tdevries@suse.de>
2352
2353 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2354
2355 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2356
2357 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2358 is visible.
2359
2360 2018-07-26 Tom de Vries <tdevries@suse.de>
2361
2362 PR breakpoints/23366
2363 * gdb.base/catch-follow-exec.c: New test.
2364 * gdb.base/catch-follow-exec.exp: New file.
2365
2366 2018-07-25 Tom de Vries <tdevries@suse.de>
2367
2368 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2369 vla-optimized-out.c.
2370
2371 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2372
2373 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2374 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2375
2376 2018-07-20 Tom de Vries <tdevries@suse.de>
2377
2378 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2379 NOCLONE macro.
2380 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2381
2382 2018-07-19 Tom de Vries <tdevries@suse.de>
2383
2384 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2385 regular expression.
2386
2387 2018-07-18 Tom de Vries <tdevries@suse.de>
2388
2389 * gdb.base/vla-optimized-out.c: New test.
2390 * gdb.base/vla-optimized-out.exp: New file.
2391
2392 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2393
2394 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2395 message "No address associated with hostname" when gdbserver
2396 cannot resolve the hostname.
2397
2398 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2399
2400 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2401 Add some test prefixes to make tests unique.
2402
2403 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2404
2405 * gdb.base/frameapply.c: New file.
2406 * gdb.base/frameapply.exp: New file.
2407
2408 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2409
2410 * gdb.base/skip.exp: Update expected error message.
2411
2412 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2413 Jan Kratochvil <jan.kratochvil@redhat.com>
2414 Paul Fertser <fercerpav@gmail.com>
2415 Tsutomu Seki <sekiriki@gmail.com>
2416
2417 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2418 parameter.
2419 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2420 by default.
2421 * boards/native-gdbserver.exp: Likewise.
2422 * gdb.server/run-without-local-binary.exp: Improve regexp used
2423 for detecting when a remote debugging connection succeeds.
2424 * gdb.server/server-connect.exp: New file.
2425 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2426 Do not prefix the port number with ":".
2427 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2428 support for detecting and using it. Add '$debughost_gdbserver'
2429 to the list of arguments used to start gdbserver. Handle case
2430 when gdbserver cannot resolve a network name.
2431
2432 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2433
2434 PR c++/23373
2435 * gdb.base/ptype-offsets.cc (struct static_member): New
2436 struct.
2437 (main) <stmember>: New variable.
2438 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2439 with a static member in it.
2440
2441 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2442
2443 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2444 watchpoints enabled and disabled.
2445
2446 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2447
2448 * gdb.base/examine-backward.exp: Still run tests around address
2449 0x0, even if address 0x0 is not readable. Update the pattern for
2450 matching address 0x0 in expected output.
2451
2452 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2453
2454 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2455 malloc/free.
2456
2457 2018-07-04 Tom de Vries <tdevries@suse.de>
2458
2459 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2460
2461 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2462
2463 PR tdep/8282
2464 * gdb.arch/mips-disassembler-options.exp: New test.
2465 * gdb.arch/mips-disassembler-options.s: New test source.
2466
2467 2018-06-29 Pedro Alves <palves@redhat.com>
2468
2469 * gdb.threads/names.exp: Adjust expected "info threads" output.
2470
2471 2018-06-29 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.opt/inline-break.exp (line number, address): Add "info
2474 break" tests.
2475
2476 2018-06-29 Pedro Alves <palves@redhat.com>
2477
2478 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2479 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2480 number and address and running to them.
2481
2482 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2483
2484 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2485
2486 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2487
2488 * lib/compiler.c: Remove executable permission flag.
2489
2490 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2491
2492 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2493 code.
2494 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2495
2496 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2497
2498 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2499
2500 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2501
2502 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2503 address argument is omitted.
2504
2505 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2506
2507 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2508
2509 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2510
2511 PR gdb/21695
2512 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2513 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2514
2515 2018-06-26 Tom Tromey <tom@tromey.com>
2516
2517 PR rust/22574:
2518 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2519 * gdb.rust/simple.rs (struct SimpleLayout): New.
2520
2521 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2522
2523 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2524 "info registers" output.
2525
2526 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2527
2528 * gdb.base/watchpoint-hw-attach.c: New test.
2529 * gdb.base/watchpoint-hw-attach.exp: New file.
2530
2531 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2532
2533 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2534 through /bin/sh.
2535 * boards/dwarf4-gdb-index.exp: Likewise.
2536 * boards/fission-dwp.exp: Likewise.
2537
2538 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2539
2540 * gdb.base/float128.exp: Add comment and improved fail message
2541 to the failure case of "print large128" test.
2542
2543 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2544
2545 * configure.ac: Remove AC_PREREQ.
2546 * configure: Re-generate.
2547
2548 2018-06-19 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2551 (func_extern_caller): New.
2552 (main): Call func_extern_caller.
2553 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2554 logic change.
2555
2556 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2557
2558 PR gdb/16841
2559 * gdb.cp/typedef-base.cc: New file.
2560 * gdb.cp/typedef-base.exp: New file.
2561
2562 2018-06-18 Tom de Vries <tdevries@suse.de>
2563
2564 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2565
2566 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2567 Richard Bunt <Richard.Bunt@arm.com>
2568
2569 * gdb.threads/attach-slow-waitpid.c: New file.
2570 * gdb.threads/attach-slow-waitpid.exp: New file.
2571 * gdb.threads/slow-waitpid.c: New file.
2572
2573 2018-06-14 Pedro Alves <palves@redhat.com>
2574
2575 * gdb.base/fork-running-state.c: Include <errno.h>.
2576 (exit_if_relative_exits): New.
2577 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2578 exits.
2579 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2580 child exits.
2581
2582 2018-06-14 Tom de Vries <tdevries@suse.de>
2583
2584 PR cli/22573
2585 * gdb.base/finish-pretty.c: New test.
2586 * gdb.base/finish-pretty.exp: New file.
2587
2588 2018-06-14 Pedro Alves <palves@redhat.com>
2589
2590 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2591 gdb's expected startup output.
2592
2593 2018-06-14 Pedro Alves <palves@redhat.com>
2594
2595 * lib/selftest-support.exp (selftest_setup): Remove inlined
2596 function handling.
2597
2598 2018-06-14 Tom de Vries <tdevries@suse.de>
2599
2600 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2601 matching of breakpoint printing.
2602
2603 2018-06-13 Tom de Vries <tdevries@suse.de>
2604
2605 PR testsuite/23269
2606 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2607 (fork_child): ... here, and ...
2608 (fork_parent): ... here.
2609
2610 2018-06-12 Tom de Vries <tdevries@suse.de>
2611
2612 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2613
2614 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2615 Stephen Roberts <stephen.roberts@arm.com>
2616
2617 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2618 rewrite test to describe action performed, rather than possible
2619 failure.
2620
2621 2018-06-08 Gary Benson <gbenson@redhat.com>
2622
2623 * gdb.threads/check-libthread-db.exp: New file.
2624 * gdb.threads/check-libthread-db.c: Likewise.
2625
2626 2018-06-05 Tom Tromey <tom@tromey.com>
2627
2628 * gdb.base/default.exp: Update expected "show version" output.
2629
2630 2018-06-05 Tom Tromey <tom@tromey.com>
2631
2632 PR cli/12326:
2633 * gdb.cp/static-print-quit.exp: Update.
2634 * lib/gdb.exp (pagination_prompt): Update.
2635 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2636 * gdb.python/python.exp: Update.
2637
2638 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2639
2640 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2641
2642 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2643
2644 * gdb.ada/bp_fun_addr: New testcase.
2645
2646 2018-06-01 Tom Tromey <tom@tromey.com>
2647
2648 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2649 results.
2650 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2651 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2652 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2653 * gdb.base/maint.exp (maint_pass_if): Update.
2654
2655 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2656
2657 * gdb.base/endian.exp: New test.
2658 * gdb.base/endian.c: New test source.
2659
2660 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2661
2662 PR gdb/23203
2663 * gdb.base/bt-selected-frame.c: New file.
2664 * gdb.base/bt-selected-frame.exp: New file.
2665 * lib/gdb.exp (get_current_frame_number): New function.
2666
2667 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2668 Pedro Alves <palves@redhat.com>
2669
2670 * gdb.threads/tls-core.c: Include <stdlib.h>
2671 (thread_proc): Call `abort'.
2672 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2673 (tls_core_test): New procedure, bits factored out from ...
2674 (top level): ... here. Test both native cores and gcore cores.
2675
2676 2018-05-23 Tom Tromey <tom@tromey.com>
2677
2678 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2679
2680 2018-05-23 Tom Tromey <tom@tromey.com>
2681
2682 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2683 symfile_complaints.
2684 (test_short_complaints): Likewise.
2685 (test_empty_complaints): Likewise.
2686 (test_initial_complaints): Update.
2687
2688 2018-05-23 Tom Tromey <tom@tromey.com>
2689
2690 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2691
2692 2018-05-23 Tom Tromey <tom@tromey.com>
2693
2694 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2695 (test_short_complaints): Update.
2696
2697 2018-05-22 Pedro Alves <palves@redhat.com>
2698
2699 * gdb.base/remote.exp: Only gdb_start after compiling the
2700 testcase. Issue "disconnect" before testing "set remote" command
2701 defaults. Issue clean_restart before running to main.
2702
2703 2018-05-22 Pedro Alves <palves@redhat.com>
2704
2705 * gdb.base/remote.exp: Adjust expected output of "show remote
2706 memory-write-packet-size". Add tests for "set remote
2707 memory-write-packet-size 0" and "set remote
2708 memory-write-packet-size fixed/limit".
2709
2710 2018-05-22 Pedro Alves <palves@redhat.com>
2711
2712 PR gdb/22973
2713 * gdb.base/utf8-identifiers.c: New file.
2714 * gdb.base/utf8-identifiers.exp: New file.
2715
2716 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2717
2718 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2719
2720 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2721
2722 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2723
2724 2018-05-18 Tom Tromey <tom@tromey.com>
2725
2726 * gdb.base/ptype-offsets.exp: Update.
2727
2728 2018-05-17 Keith Seitz <keiths@redhat.com>
2729
2730 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2731 in expected breakpoint stop locations.
2732 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2733 move to proper scope to test variable values.
2734 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2735 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2736 New functions.
2737 (main): Call not_inline_func3.
2738 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2739 inline_func1, inline_func2, and inline_func3. Test that when each
2740 breakpoint is hit, GDB properly reports both the stop location
2741 and the backtrace. Repeat tests for temporary breakpoints.
2742
2743 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2744
2745 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2746 rather then trying to access it in determining whether the PID
2747 of `gdbserver' could have been retrieved.
2748
2749 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2750
2751 * gdb.arch/amd64-init-x87-values.S: New file.
2752 * gdb.arch/amd64-init-x87-values.exp: New file.
2753
2754 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2755
2756 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2757
2758 2018-05-04 Tom Tromey <tom@tromey.com>
2759
2760 PR python/22730:
2761 * gdb.python/python.exp: Test multi-line execute.
2762
2763 2018-05-04 Tom Tromey <tom@tromey.com>
2764
2765 PR python/22731:
2766 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2767
2768 2018-05-04 Tom Tromey <tom@tromey.com>
2769
2770 PR gdb/11750:
2771 * gdb.base/define.exp: Test defining a user command inside a user
2772 command.
2773 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2774
2775 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2776 Pedro Alves <palves@redhat.com>
2777
2778 PR breakpoints/19806 and support for PR external/20207.
2779 * gdb.base/watchpoint-unaligned.c: New file.
2780 * gdb.base/watchpoint-unaligned.exp: New file.
2781
2782 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2783
2784 * gdb.base/maint.exp: Make test names unique, use
2785 test_prefix_command_help to test 'help maint info', and remove
2786 repeated test of 'help maint'.
2787
2788 2018-05-04 Tom Tromey <tom@tromey.com>
2789
2790 PR gdb/22619:
2791 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2792 behavior.
2793
2794 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2795
2796 * gdb.base/maint.exp: Process output from 'maint print registers'
2797 line at a time.
2798
2799 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2800
2801 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2802 timeout.
2803
2804 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2805
2806 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2807 filter pattern.
2808
2809 2018-05-02 Pedro Alves <palves@redhat.com>
2810
2811 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2812 to_log_command renames.
2813 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2814
2815 2018-05-02 Tom Tromey <tom@tromey.com>
2816
2817 * gdb.python/py-parameter.exp: Set test message.
2818
2819 2018-05-02 Tom Tromey <tom@tromey.com>
2820
2821 PR python/20084:
2822 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2823 PARAM_ZUINTEGER_UNLIMITED tests.
2824
2825 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2826
2827 PR rust/23124
2828 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2829 when casting.
2830
2831 2018-04-30 Tom Tromey <tom@tromey.com>
2832
2833 * gdb.python/py-type.exp: Check align attribute.
2834 * gdb.python/py-type.c: New "aligncheck" global.
2835
2836 2018-04-30 Tom Tromey <tom@tromey.com>
2837
2838 PR exp/17095:
2839 * gdb.dwarf2/dw2-align.exp: New file.
2840 * gdb.cp/align.exp: New file.
2841 * gdb.base/align.exp: New file.
2842 * lib/gdb.exp (gdb_int128_helper): New proc.
2843 (has_int128_c, has_int128_cxx): New caching procs.
2844
2845 2018-04-27 Tom Tromey <tom@tromey.com>
2846
2847 PR rust/22545:
2848 * gdb.rust/simple.exp: Add inclusive range tests.
2849
2850 2018-04-26 Pedro Alves <palves@redhat.com>
2851
2852 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2853 ifunc breakpoint locations correctly of ifunc breakpoints set
2854 while the program resolves the ifunc.
2855
2856 2018-04-26 Pedro Alves <palves@redhat.com>
2857
2858 * gdb.base/gnu-ifunc-final.c: New file.
2859 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2860 * gdb.base/gnu-ifunc.exp (executable): Delete.
2861 (staticexecutable): Adjust.
2862 (lib_opts, exec_opts): Delete.
2863 (make_binsuffix, build, set-break): New procedures.
2864 (misc_tests): New, with tests factored out from the top level.
2865 (top level): Test different combinations of ifunc resolver name,
2866 resolver with and with debug info, and ifunc target with and
2867 without debug info. Wrap static tests with with_target_prefix.
2868
2869 2018-04-26 Pedro Alves <palves@redhat.com>
2870
2871 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2872 return type" warnings.
2873
2874 2018-04-25 Pedro Alves <palves@redhat.com>
2875
2876 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2877 killed".
2878 * gdb.base/kill-after-signal.exp: Likewise.
2879 * gdb.threads/kill.exp: Likewise.
2880
2881 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2882 Sergio Durigan Junior <sergiodj@redhat.com>
2883 Pedro Alves <palves@redhat.com>
2884
2885 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2886 regexps to expect for '[Inferior ... detached]' as well.
2887 * gdb.base/attach.exp: Likewise.
2888 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2889 "gdb_continue_to_end".
2890 (test_catch_syscall_with_wrong_args): Likewise.
2891 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2892 ']'. Don't set 'verbose' on.
2893 * gdb.base/foll-vfork.exp: Likewise.
2894 * gdb.base/fork-print-inferior-events.c: New file.
2895 * gdb.base/fork-print-inferior-events.exp: New file.
2896 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2897 '[Inferior ... has been killed]' message.
2898 * gdb.base/kill-after-signal.exp: Likewise.
2899 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2900 detach message.
2901 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2902 message.
2903 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2904 regexps to expect for '[Inferior ... detached]' as well.
2905 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2906
2907 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2908
2909 PR gdb/23104
2910 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2911
2912 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2913
2914 * gdb.threads/multiple-successive-infcall.c: New test.
2915 * gdb.threads/multiple-successive-infcall.exp: New file.
2916
2917 2018-04-17 Tom Tromey <tom@tromey.com>
2918
2919 * gdb.rust/simple.rs (Union): New type.
2920 (main): New local "u".
2921 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2922
2923 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2924
2925 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2926 number information in output of "whereis" command.
2927 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2928
2929 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2930
2931 * gdb.ada/info_types.exp: Adjust expected output to the line
2932 numbers now printed by "info var/func/type".
2933 * gdb.base/completion.exp: Likewise.
2934 * gdb.base/included.exp: Likewise.
2935 * gdb.cp/cp-relocate.exp: Likewise.
2936 * gdb.cp/cplusfuncs.exp: Likewise.
2937 * gdb.cp/namespace.exp: Likewise.
2938 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2939
2940 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2941
2942 * gdb.btrace/cpu.exp: New.
2943
2944 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2945
2946 * gdb.base/step-indirect-call-thunk.exp: New.
2947 * gdb.base/step-indirect-call-thunk.c: New.
2948 * gdb.reverse/step-indirect-call-thunk.exp: New.
2949 * gdb.reverse/step-indirect-call-thunk.c: New.
2950
2951 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2952
2953 * gdb.base/pie-fork.c: New file.
2954 * gdb.base/pie-fork.exp: New file.
2955
2956 2018-04-11 Tom Tromey <tom@tromey.com>
2957
2958 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2959
2960 2018-04-10 Pedro Alves <palves@redhat.com>
2961
2962 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2963 exits. Instead loop running forever.
2964 (fork_parent): Run forever too.
2965
2966 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2967
2968 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2969 mi_continue_to_line.
2970 * gdb.mi/mi-stack.c (callee4): Add comment.
2971
2972 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2973
2974 * gdb.mi/mi-stack.exp: Fix indentation.
2975
2976 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2977
2978 PR gdb/22979
2979 * gdb.arch/amd64-osabi.exp: New file.
2980
2981 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2982
2983 PR gdb/22980
2984 * gdb.base/osabi.exp: New file.
2985
2986 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2987
2988 * gdb.cp/static-typedef-print.exp: New file.
2989 * gdb.cp/static-typedef-print.cc: New file.
2990
2991 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2992
2993 * gdb.ada/varsize_limit: New testcase.
2994
2995 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2996
2997 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2998
2999 * gdb.ada/notcplusplus: New testcase.
3000
3001 * gdb.base/c-linkage-name.c: New file.
3002 * gdb.base/c-linkage-name.exp: New testcase.
3003
3004 2018-03-26 Tom Tromey <tom@tromey.com>
3005
3006 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3007 * gdb.python/py-framefilter.py (name_error): New global.
3008 (ErrorInName.function): Use name_error.
3009
3010 2018-03-26 Tom Tromey <tom@tromey.com>
3011
3012 PR backtrace/15582:
3013 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3014
3015 2018-03-23 Keith Seitz <keiths@redhat.com>
3016
3017 PR c++/22968
3018 * gdb.cp/subtypes.exp: New file.
3019 * gdb.cp/subtypes.h: New file.
3020 * gdb.cp/subtypes.cc: New file.
3021 * gdb.cp/subtypes-2.cc: New file.
3022
3023 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3024
3025 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3026 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3027 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3028 -nostartfiles when compiling the test. Confirm that all registers
3029 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3030
3031 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3032
3033 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3034 option, syntax was wrong anyway.
3035 * gdb.arch/arm-disp-step.exp: Likewise.
3036 * gdb.arch/sparc64-regs.exp: Likewise.
3037 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3038 option, syntax was wrong anyway, switch to use
3039 prepare_for_testing.
3040 * gdb.arch/i386-disp-step.exp: Likewise.
3041
3042 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3043
3044 * gdb.ada/exec_changed.exp: Replace "target_info exists
3045 use_gdb_stub" by "use_gdb_stub".
3046 * gdb.ada/start.exp: Likewise.
3047 * gdb.base/async-shell.exp: Likewise.
3048 * gdb.base/attach-pie-misread.exp: Likewise.
3049 * gdb.base/attach-wait-input.exp: Likewise.
3050 * gdb.base/break-entry.exp: Likewise.
3051 * gdb.base/break-interp.exp: Likewise.
3052 * gdb.base/dprintf-detach.exp: Likewise.
3053 * gdb.base/nostdlib.exp: Likewise.
3054 * gdb.base/solib-nodir.exp: Likewise.
3055 * gdb.base/statistics.exp: Likewise.
3056 * gdb.base/testenv.exp: Likewise.
3057 * gdb.mi/mi-exec-run.exp: Likewise.
3058 * gdb.mi/mi-start.exp: Likewise.
3059 * gdb.multi/dummy-frame-restore.exp: Likewise.
3060 * gdb.multi/multi-arch-exec.exp: Likewise.
3061 * gdb.multi/multi-arch.exp: Likewise.
3062 * gdb.multi/tids.exp: Likewise.
3063 * gdb.multi/watchpoint-multi.exp: Likewise.
3064 * gdb.python/py-events.exp: Likewise.
3065 * gdb.threads/attach-into-signal.exp: Likewise.
3066 * gdb.threads/attach-stopped.exp: Likewise.
3067 * gdb.threads/threadapply.exp: Likewise.
3068 * lib/selftest-support.exp: Likewise.
3069
3070 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3071
3072 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3073
3074 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3075
3076 * gdb.perf/template-breakpoints.cc: New file.
3077 * gdb.perf/template-breakpoints.exp: New file.
3078 * gdb.perf/template-breakpoints.py: New file.
3079
3080 2018-03-19 Tom Tromey <tom@tromey.com>
3081
3082 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3083 y0.
3084 * gdb.rust/simple.exp: Test bare identifier form of struct
3085 initializer.
3086
3087 2018-03-19 Tom Tromey <tom@tromey.com>
3088
3089 * gdb.gdb/observer.exp: Remove.
3090
3091 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3092
3093 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3094 "qualified" option when setting breakpoints.
3095 * gdb.trace/backtrace.exp: Likewise.
3096 * gdb.trace/circ.exp: Likewise.
3097 * gdb.trace/collection.exp: Likewise.
3098 * gdb.trace/disconnected-tracing.exp: Likewise.
3099 * gdb.trace/ftrace-lock.exp: Likewise.
3100 * gdb.trace/ftrace.exp: Likewise.
3101 * gdb.trace/infotrace.exp: Likewise.
3102 * gdb.trace/packetlen.exp: Likewise.
3103 * gdb.trace/passc-dyn.exp: Likewise.
3104 * gdb.trace/qtro.exp: Likewise.
3105 * gdb.trace/read-memory.exp: Likewise.
3106 * gdb.trace/report.exp: Likewise.
3107 * gdb.trace/signal.exp: Likewise.
3108 * gdb.trace/status-stop.exp: Likewise.
3109 * gdb.trace/strace.exp: Likewise.
3110 * gdb.trace/tfind.exp: Likewise.
3111 * gdb.trace/trace-break.exp: Likewise.
3112 * gdb.trace/trace-condition.exp: Likewise.
3113 * gdb.trace/trace-mt.exp: Likewise.
3114 * gdb.trace/tstatus.exp: Likewise.
3115 * gdb.trace/tsv.exp: Likewise.
3116 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3117 * gdb.trace/unavailable.exp: Likewise.
3118 * gdb.trace/while-dyn.exp: Likewise.
3119
3120 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3121
3122 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3123 that libinproctrace is copied to the target.
3124
3125 2018-03-14 Tom Tromey <tom@tromey.com>
3126
3127 PR cli/14977:
3128 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3129 a null pointer.
3130 * gdb.base/wchar.exp: Likewise.
3131
3132 2018-03-14 Tom Tromey <tom@tromey.com>
3133
3134 PR cli/19918:
3135 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3136 flag.
3137
3138 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3139
3140 PR gdb/22841
3141 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3142 "target" to remote_exec.
3143
3144 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3145
3146 PR gdb/22841
3147 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3148 ${board}_upload): Remove.
3149
3150 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3151
3152 * gdb.cp/watch-cp.cc: New test.
3153 * gdb.cp/watch-cp.exp: New file.
3154
3155 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3156
3157 * gdb.base/infcall-nested-structs.exp: New file.
3158 * gdb.base/infcall-nested-structs.c: New file.
3159 * gdb.base/float.exp: Add riscv support.
3160
3161 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3162
3163 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3164 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3165
3166 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3167
3168 * gdb.server/abspath.exp: New file.
3169 * lib/gdb.exp (with_cwd): New procedure.
3170
3171 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3172
3173 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3174 use it.
3175 (gdb_is_target_remote_prompt): New proc.
3176 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3177 (gdb_is_target_native): Pass prompt parameter to
3178 gdb_is_target_1.
3179
3180 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3181
3182 * gdb.base/load-command.c: New file.
3183 * gdb.base/load-command.exp: New file.
3184 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3185 (gdb_is_target_1): ...this, and generalize for other targets
3186 than just remote.
3187 (gdb_is_target_remote): Use gdb_is_target_1.
3188 (gdb_is_target_native): use gdb_is_target_1.
3189
3190 2018-02-26 Tom Tromey <tom@tromey.com>
3191
3192 PR python/16497:
3193 * gdb.python/py-framefilter.exp: Update test.
3194
3195 2018-02-26 Tom Tromey <tom@tromey.com>
3196
3197 * gdb.dwarf2/variant.c: New file.
3198 * gdb.dwarf2/variant.exp: New file.
3199
3200 2018-02-26 Tom Tromey <tom@tromey.com>
3201
3202 * gdb.rust/simple.exp: Accept more possible results in enum test.
3203
3204 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3205
3206 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3207 parentheses.
3208
3209 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3210
3211 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3212 name of a variable: $actual_linejj -> $actual_line.
3213
3214 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3215
3216 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3217
3218 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3219
3220 * gdb.btrace/buffer-size.exp: Do not force BTS.
3221
3222 2018-02-14 Pedro Alves <palves@redhat.com>
3223
3224 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3225 getting a "Quit".
3226
3227 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3228
3229 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3230 Fix test name.
3231
3232 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3233
3234 * gdb.cp/m-static.exp: Check type of optimized out static
3235 member.
3236
3237 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3238
3239 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3240 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3241
3242 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3243 Leszek Swirski <leszeks@google.com>
3244
3245 * gdb.python/py-prettyprint.c
3246 (struct to_string_returns_value_inner,
3247 struct to_string_returns_value_wrapper): New.
3248 (main): Add tsrvw variable.
3249 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3250 ToStringReturnsValueWrapper): New classes.
3251 (register_pretty_printers): Register new pretty-printers.
3252 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3253 recursive pretty printer.
3254 * gdb.python/py-mi.exp: Likewise.
3255
3256 2018-02-01 Leszek Swirski <leszeks@google.com>
3257
3258 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3259 functions with the same name as an include file are parsed
3260 correctly.
3261
3262 2018-02-01 Yao Qi <yao.qi@linaro.org>
3263
3264 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3265 "\[^\r\n\]*".
3266
3267 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3268
3269 * gdb.arch/powerpc-prologue-frame.s: New file.
3270 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3271 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3272
3273 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3274
3275 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3276
3277 2018-01-30 Pedro Alves <palves@redhat.com>
3278
3279 PR gdb/13211
3280 * gdb.base/interrupt-daemon.c: New.
3281 * gdb.base/interrupt-daemon.exp: New.
3282 * gdb.multi/multi-term-settings.c: New.
3283 * gdb.multi/multi-term-settings.exp: New.
3284
3285 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3286
3287 * gdb.base/break.exp: Save the location where the breakpoint
3288 on break.c:47 was actually inserted when debugging the version
3289 compiled at -O2 and use it in the expected output of the "info
3290 break" test performed soon after.
3291
3292 2018-01-22 Pedro Alves <palves@redhat.com>
3293 Sergio Durigan Junior <sergiodj@redhat.com>
3294
3295 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3296 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3297
3298 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3299
3300 * gdb.base/break-include.c, gdb.base/break-include.inc,
3301 gdb.base/break-include.exp: New files.
3302 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3303 line number now being the actual line number where the breakpoint
3304 was inserted.
3305 * gdb.mi/mi-break.exp: Likewise.
3306 * gdb.mi/mi-reverse.exp: Likewise.
3307 * gdb.mi/mi-simplerun.exp: Ditto.
3308
3309 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3310
3311 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3312 varobj.
3313 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3314
3315 2018-01-21 Don Breazeal <donb@codesourcery.com>
3316 Andrew Burgess <andrew.burgess@embecosm.com>
3317
3318 * gdb.mi/basics.c: Add new global.
3319 * gdb.mi/mi-frame-regs.exp: New file.
3320 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3321 case.
3322
3323 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3324
3325 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3326 non-parameter, and on an unknown symbol.
3327
3328 2018-01-19 Tom Tromey <tom@tromey.com>
3329
3330 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3331 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3332
3333 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3334
3335 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3336 setrlimit and chdir to int.
3337
3338 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3339
3340 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3341 function.
3342 (my_tend): Likewise.
3343 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3344 rationale of avoiding FP- and vector instructions.
3345
3346 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3347
3348 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3349 "info reg" with "\[ \t\]*".
3350 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3351 "\[ \t\]+".
3352 * gdb.arch/s390-multiarch.exp: Ditto.
3353 * gdb.base/pc-fp.exp: Ditto.
3354 * gdb.reverse/i386-precsave.exp: Ditto.
3355 * gdb.reverse/i386-reverse.exp: Ditto.
3356 * gdb.reverse/i387-env-reverse.exp: Ditto.
3357 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3358
3359 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3360
3361 * lib/gdb.exp (gdb_compile): Re-enable use of
3362 universal_compile_options for languages other than Rust.
3363
3364 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3365
3366 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3367
3368 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3369
3370 PR gdb/16577
3371 * gdb.base/solib-vanish.exp: New.
3372 * gdb.base/solib-vanish-main.c: New.
3373 * gdb.base/solib-vanish-lib1.c: New.
3374 * gdb.base/solib-vanish-lib2.c: New.
3375
3376 2018-01-17 Yao Qi <yao.qi@linaro.org>
3377
3378 * gdb.compile/compile.exp: Match the address printed for
3379 frame in the output of command "bt".
3380
3381 2018-01-15 Tom Tromey <tom@tromey.com>
3382
3383 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3384 compute sp_reg.
3385
3386 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3387
3388 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3389 to prepare.
3390 (prepare): Return 0 on error, 1 on success.
3391
3392 2018-01-12 Pedro Alves <palves@redhat.com>
3393
3394 * gdb.base/continue-after-aborted-step-over.c: New.
3395 * gdb.base/continue-after-aborted-step-over.exp: New.
3396
3397 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3398
3399 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3400 options when not creating an executable.
3401
3402 2018-01-11 Pedro Alves <palves@redhat.com>
3403
3404 PR remote/22597
3405 * gdb.server/stop-reply-no-thread.c: New file.
3406 * gdb.server/stop-reply-no-thread.exp: New file.
3407
3408 2018-01-10 Pedro Alves <palves@redhat.com>
3409
3410 PR gdb/22670
3411 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3412 functions too. Test setting breakpoints and printing C functions
3413 with no debug info too.
3414 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3415
3416 2018-01-10 Pedro Alves <palves@redhat.com>
3417
3418 PR gdb/22670
3419 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3420 a fail.
3421
3422 2018-01-10 Pedro Alves <palves@redhat.com>
3423
3424 PR gdb/22670
3425 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3426
3427 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3428
3429 * gdb.server/unittest.exp: Match the output in non-development
3430 mode.
3431
3432 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3433
3434 * gdb.gdb/unittest.exp: Match output in non-development mode.
3435
3436 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3437
3438 * gdb.ada/access_tagged_param.exp: Relax expected output
3439 for value of "ObjL" in "continue" to pck.inspect breakpoint
3440 test.
3441
3442 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3443
3444 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3445 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3446
3447 2018-01-05 Pedro Alves <palves@redhat.com>
3448
3449 PR gdb/18653
3450 * gdb.base/libsegfault.exp: New.
3451
3452 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3453
3454 PR gdb/22670
3455 * gdb.ada/access_tagged_param.exp: New file.
3456 * gdb.ada/access_tagged_param/foo.adb: New file.
3457
3458 2018-01-05 Pedro Alves <palves@redhat.com>
3459
3460 PR gdb/22670
3461 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3462 exercise lower case too, and to exercise both full matching and
3463 wild matching.
3464
3465 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3466
3467 * gdb.ada/rename_subscript_param: New testcase.
3468
3469 2018-01-05 Jerome Guitton <guitton@adacore.com>
3470
3471 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3472
3473 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3474
3475 * gdb.ada/convvar_comp: New testcase.
3476
3477 2018-01-05 Xavier Roirand <roirand@adacore.com>
3478
3479 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3480 (My_Table): New global variable.
3481 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3482
3483 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3484
3485 PR gdb/22670
3486 * gdb.ada/maint_with_ada: New testcase.
3487
3488 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3489
3490 PR gdb/22670
3491 * gdb.ada/bp_c_mixed_case: New testcase.
3492
3493 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3494
3495 PR gdb/22670
3496 * gdb.ada/complete.exp: Add "complete break ada" test.
3497
3498 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3499
3500 PR gdb/22670
3501 * gdb.ada/info_addr_mixed_case: New testcase.
3502
3503 2018-01-03 Xavier Roirand <roirand@adacore.com>
3504
3505 * gdb.ada/excep_handle.exp: New testcase.
3506 * gdb.ada/excep_handle/foo.adb: New file.
3507 * gdb.ada/excep_handle/pck.ads: New file.
3508
3509 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3510
3511 * gdb.base/step-line.c: Add extra empty line in copyright header.
3512 * gdb.base/step-line.inp: Likewise.
3513
3514 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3515
3516 * gdb.ada/dyn_stride.exp: Add slice test.
3517
3518 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3519
3520 * gdb.ada/dyn_stride: New testcase.
3521
3522 2017-12-27 Stafford Horne <shorne@gmail.com>
3523
3524 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3525 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3526
3527 2017-12-27 Stafford Horne <shorne@gmail.com>
3528
3529 * gdb.base/reggroups.c: New file.
3530 * gdb.base/reggroups.exp: New file.
3531
3532 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3533
3534 * gdb.dwarf2/ada-valprint-error.c: New file.
3535 * gdb.dwarf2/ada-valprint-error.exp: New file.
3536
3537 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3538
3539 * gdb.ada/assign_arr: New testcase.
3540
3541 2017-12-18 Xavier Roirand <roirand@adacore.com>
3542
3543 * gdb.ada/funcall_ptr: New testcase.
3544
3545 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3546
3547 PR cli/16224
3548 * gdb.base/ptype-offsets.cc: New file.
3549 * gdb.base/ptype-offsets.exp: New file.
3550
3551 2017-12-15 Yao Qi <yao.qi@linaro.org>
3552
3553 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3554 if XML is disabled.
3555
3556 2017-12-15 Xavier Roirand <roirand@adacore.com>
3557
3558 * gdb.ada/same_component_name: New testcase.
3559
3560 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3561
3562 * gdb.ada/str_binop_equal: New testcase.
3563
3564 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3565
3566 * gdb.ada/task_switch_in_core: New testcase.
3567
3568 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3569
3570 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3571 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3572 call test_bkpt_qualified.
3573 (test_bkpt_qualified): New proc.
3574
3575 2017-12-13 Pedro Alves <palves@redhat.com>
3576
3577 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3578 Tighten regexp by matching with an anchor.
3579
3580 2017-12-13 Pedro Alves <palves@redhat.com>
3581
3582 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3583 ("expression with namespace"): New set of tests.
3584 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3585 (Nested::Test_NS::qux): New.
3586 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3587 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3588
3589 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3590
3591 * gdb.base/server-del-break.c: New file.
3592 * gdb.base/server-del-break.exp: New file.
3593
3594 2017-12-12 Stafford Horne <shorne@gmail.com>
3595
3596 * gdb.xml/tdesc-regs.exp: Add or1k support.
3597
3598 2017-12-12 Stafford Horne <shorne@gmail.com>
3599
3600 * gdb.base/bp-permanent.c: Define nop of or1k.
3601
3602 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3603
3604 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3605 output with components being reordered.
3606
3607 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3608
3609 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3610 output with components being reordered.
3611
3612 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3613 Pedro Alves <palves@redhat.com>
3614
3615 * gdb.base/maint.exp (check for .gdb_index): Check also for
3616 .debug_names.
3617 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3618 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3619 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3620 (.gdb_index used after symbol reloading): Support also .debug_names.
3621 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3622
3623 2017-12-08 Yao Qi <yao.qi@linaro.org>
3624
3625 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3626 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3627
3628 2017-12-08 Yao Qi <yao.qi@linaro.org>
3629
3630 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3631 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3632
3633 2017-12-08 Yao Qi <yao.qi@linaro.org>
3634
3635 * gdb.arch/aarch64-tagged-pointer.c: New file.
3636 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3637
3638 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3639
3640 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3641 "int".
3642
3643 2017-12-07 Keith Seitz <keiths@redhat.com>
3644
3645 PR breakpoints/22569
3646 * gdb.linespec/ls-errs.exp: Change expected result of "break
3647 -source this file has spaces.c -line 3".
3648 Check that an explicit source file followed by whitespace is
3649 identified as an invalid explicit location.
3650
3651 2017-12-07 Keith Seitz <keiths@redhat.com>
3652
3653 * gdb.cp/nested-types.cc: New file.
3654 * gdb.cp/nested-types.exp: New file.
3655 * lib/cp-support.exp: Load data-structures.exp library.
3656 (debug_cp_test_ptype_class): New global.
3657 (cp_ptype_class_verbose, next_line): New procedures.
3658 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3659 Add and document new return value.
3660 Switch the list of lines to a queue.
3661 Add support for new `type' key for nested type definitions.
3662 Add debugging/troubleshooting messages.
3663 * lib/data-structures.exp: New file.
3664
3665 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3666
3667 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3668 with proc_with_prefix, don't use with_test_prefix.
3669
3670 2017-12-07 Tom Tromey <tom@tromey.com>
3671
3672 * gdb.base/break.exp: Add test for empty "commands".
3673
3674 2017-12-07 Yao Qi <yao.qi@linaro.org>
3675
3676 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3677 malloc and catch syscall.
3678
3679 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3680
3681 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3682 tests for explicit locations.
3683
3684 2017-12-06 Pedro Alves <palves@redhat.com>
3685
3686 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3687 force-disabling XML descriptions.
3688
3689 2017-12-04 Pedro Alves <palves@redhat.com>
3690
3691 PR gdb/22499
3692 * gdb.arch/amd64-disp-step-avx.S: New file.
3693 * gdb.arch/amd64-disp-step-avx.exp: New file.
3694
3695 2017-12-03 Pedro Alves <palves@redhat.com>
3696
3697 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3698 and <string.h>.
3699 (parent_function): Print distinct messages when waitpid fails, or
3700 the child exits with a signal, or the child exits for an unhandled
3701 reason.
3702 * gdb.threads/process-dies-while-detaching.exp
3703 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3704 it. Wait for both inferior output and GDB's prompt. Use an
3705 indirect spawn id list.
3706 (do_detach): New parameter 'child_exit'. Use it to compute
3707 expected inferior output.
3708 (test_detach, test_detach_watch, test_detach_killed_outside):
3709 Adjust to pass down the expected child exit kind.
3710
3711 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3712 Sergio Durigan Junior <sergiodj@redhat.com>
3713 Pedro Alves <palves@redhat.com>
3714
3715 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3716
3717 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3718
3719 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3720 to 'symbol-file' and 'add-symbol-file' can be
3721 position-independent.
3722
3723 2017-12-01 Yao Qi <yao.qi@linaro.org>
3724
3725 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3726 the URL in copyright header.
3727 * gdb.arch/aarch64-fp.exp: Likewise.
3728 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3729 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3730 * gdb.base/expand-psymtabs.exp: Likewise.
3731 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3732 * gdb.fortran/common-block.exp: Likewise.
3733 * gdb.fortran/common-block.f90: Likewise.
3734 * gdb.fortran/logical.exp: Likewise.
3735 * gdb.fortran/vla-datatypes.f90: Likewise.
3736 * gdb.fortran/vla-sub.f90: Likewise.
3737
3738 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3739
3740 * gdb.ada/repeat_dyn: New testcase.
3741
3742 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3743
3744 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3745 Update for changed thread numbering.
3746 * gdb.cell/bt.exp: Update for changed GDB output.
3747
3748 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3749
3750 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3751 setting isremote by hand.
3752 * boards/dwarf4-gdb-index.exp: Likewise.
3753 * boards/fission.exp: Likewise.
3754 * boards/stabs.exp: Likewise.
3755
3756 2017-11-30 Pedro Alves <palves@redhat.com>
3757
3758 * gdb.linespec/cpls-ops.exp
3759 (check_explicit_skips_function_argument): Extract the underlying
3760 type of size_t instead of hardcoding it.
3761
3762 2017-11-29 Pedro Alves <palves@redhat.com>
3763
3764 PR c++/19436
3765 * gdb.linespec/cpls-abi-tag.cc: New file.
3766 * gdb.linespec/cpls-abi-tag.exp: New file.
3767
3768 2017-11-29 Pedro Alves <palves@redhat.com>
3769
3770 * gdb.base/langs.exp: Use -qualified.
3771 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3772 it.
3773 * gdb.cp/namespace.exp: Use -qualified.
3774 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3775 (overload-3, template-overload, template-ret-type, const-overload)
3776 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3777 procedures.
3778 (test_driver): Call them.
3779 * gdb.cp/save-bp-qualified.cc: New.
3780 * gdb.cp/save-bp-qualified.exp: New.
3781 * gdb.linespec/explicit.exp: Test -qualified.
3782 * lib/completion-support.exp (completion::explicit_opts_list): Add
3783 "-qualified".
3784 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3785
3786 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3787
3788 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3789
3790 2017-11-29 Tom Tromey <tom@tromey.com>
3791
3792 * gdb.base/relocate.exp: Update invalid argument test.
3793 Add new tests for invalid arguments.
3794
3795 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3796
3797 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3798 Return 0 as a long.
3799 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3800
3801 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3802
3803 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3804 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3805 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3806 func ().
3807 * gdb.cp/shadow.cc (B.func): Return 0.
3808
3809 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3810
3811 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3812 expected output in gdb_expect call to allow the exception
3813 message to be present as well. Fix syntax confusion to avoid
3814 TCL thinking that exception_name is an array.
3815
3816 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3817
3818 * gdb.arch/spu-info.c: Include <unistd.h>.
3819 (do_signal_test): Fix broken calls to write.
3820 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3821 Fix checks for empty mailboxes. Update signal tests for corrected
3822 do_signal_test routine. Allow nonzero event status.
3823 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3824 * gdb.cell/arch.exp: Use standard_output_file.
3825 * gdb.cell/break.exp: Likewise.
3826 * gdb.cell/bt.exp: Likewise.
3827 * gdb.cell/core.exp: Likewise.
3828 * gdb.cell/dwarfaddr.exp: Likewise.
3829 * gdb.cell/ea-cache.exp: Likewise.
3830 * gdb.cell/ea-standalone.exp: Likewise.
3831 * gdb.cell/f-regs.exp: Likewise.
3832 * gdb.cell/fork.exp: Likewise.
3833 * gdb.cell/gcore.exp: Likewise.
3834 * gdb.cell/mem-access.exp: Likewise.
3835 * gdb.cell/ptype.exp: Likewise.
3836 * gdb.cell/registers.exp: Likewise.
3837 * gdb.cell/sizeof.exp: Likewise.
3838 * gdb.cell/solib-symbol.exp: Likewise.
3839 * gdb.cell/solib.exp: Likewise.
3840
3841 2017-11-25 Pedro Alves <palves@redhat.com>
3842
3843 * gdb.base/complete-empty.exp: New file.
3844 * gdb.base/completion.exp: Adjust.
3845
3846 2017-11-25 Pedro Alves <palves@redhat.com>
3847
3848 * gdb.linespec/cpls-ops.cc: New file.
3849 * gdb.linespec/cpls-ops.exp: New file.
3850 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3851 factored out from ...
3852 (test_complete_prefix_range): ... this.
3853
3854 2017-11-24 Pedro Alves <palves@redhat.com>
3855
3856 * gdb.linespec/cpcompletion.exp: New file.
3857 * gdb.linespec/cpls-hyphen.cc: New file.
3858 * gdb.linespec/cpls.cc: New file.
3859 * gdb.linespec/cpls2.cc: New file.
3860 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3861 test to use test_gdb_complete_unique. Add label completion,
3862 keyword completion and explicit location completion tests.
3863 * lib/completion-support.exp: New file.
3864
3865 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3866
3867 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3868 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3869 when hitting an exception catchpoint.
3870
3871 2017-11-22 Yao Qi <yao.qi@linaro.org>
3872
3873 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3874
3875 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3876
3877 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3878 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3879 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3880
3881 2017-11-22 Yao Qi <yao.qi@linaro.org>
3882
3883 * gdb.base/info-os.exp: Pass pthreads.
3884 * gdb.multi/multi-attach.exp: Likewise.
3885
3886 2017-11-22 Yao Qi <yao.qi@linaro.org>
3887
3888 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3889 compiler.
3890
3891 2017-11-22 Yao Qi <yao.qi@linaro.org>
3892
3893 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3894 * gdb.base/break-interp.exp: Likewise.
3895 * gdb.base/jit-attach-pie.exp: Likewise.
3896
3897 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3898
3899 * gdb.base/float128.c (large128): New variable.
3900 * gdb.base/float128.exp: Add test to print largest __float128 value.
3901
3902 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3903
3904 * gdb.arch/vsx-regs.exp: Update register content checks.
3905
3906 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3907
3908 * gdb.arch/ppc-longdouble.exp: New file.
3909 * gdb.arch/ppc-longdouble.c: Likewise.
3910
3911 2017-11-21 Pedro Alves <palves@redhat.com>
3912
3913 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3914
3915 2017-11-20 Pedro Alves <palves@redhat.com>
3916
3917 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3918 (long_double_typedef): New typedefs.
3919 Use DEF on double and long double.
3920 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3921 cases.
3922 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3923 and 'long_double_ptr_same_size' locals. Use them to decide
3924 whether cast from array/function to float is valid/invalid.
3925
3926 2017-11-17 Tom Tromey <tom@tromey.com>
3927
3928 * gdb.rust/traits.rs: New file.
3929 * gdb.rust/traits.exp: New file.
3930
3931 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3932
3933 * gdb.ada/minsyms: New testcase.
3934
3935 2017-11-16 Pedro Alves <palves@redhat.com>
3936
3937 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3938 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3939
3940 2017-11-16 Pedro Alves <palves@redhat.com>
3941
3942 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3943 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3944
3945 2017-11-16 Pedro Alves <palves@redhat.com>
3946
3947 * gdb.server/reconnect-ctrl-c.c: New file.
3948 * gdb.server/reconnect-ctrl-c.exp: New file.
3949
3950 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3951
3952 * gdb.python/py-rbreak.exp: New file.
3953 * gdb.python/py-rbreak.c: New file.
3954 * gdb.python/py-rbreak-func2.c: New file.
3955
3956 2017-11-16 Pedro Alves <palves@redhat.com>
3957
3958 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3959 pattern.
3960 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3961 GDB.
3962
3963 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3964
3965 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3966 regex.
3967
3968 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3969
3970 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3971 test names.
3972
3973 2017-11-09 Pedro Alves <palves@redhat.com>
3974
3975 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3976 factored out from ...
3977 (top level): ... here, and adjusted to avoid expecting beyond the
3978 prompt in a single gdb_test_multiple.
3979
3980 2017-11-09 Pedro Alves <palves@redhat.com>
3981
3982 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3983 output.
3984 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3985 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3986 * gdb.server/ext-run.exp ("kill" test): Likewise.
3987 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3988
3989 2017-11-09 Pedro Alves <palves@redhat.com>
3990
3991 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3992 match till end of line.
3993
3994 2017-11-09 Pedro Alves <palves@redhat.com>
3995
3996 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3997
3998 2017-11-09 Pedro Alves <palves@redhat.com>
3999
4000 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4001 New procedures, factored out from ...
4002 (top level): ... here, and adjusted to avoid expecting beyond the
4003 prompt in one go.
4004
4005 2017-11-09 Pedro Alves <palves@redhat.com>
4006
4007 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4008 output. Fix '?' match.
4009
4010 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4011
4012 * gdb.ada/scoped_watch: New testcase.
4013 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4014 which is actually correct.
4015 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4016 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4017
4018 2017-11-08 Pedro Alves <palves@redhat.com>
4019
4020 * gdb.gdb/complaints.exp (test_initial_complaints)
4021 (test_serial_complaints, test_short_complaints): Call
4022 complaint_internal instead of complaint.
4023
4024 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4025
4026 * gdb.threads/tls-core.c: New file.
4027 * gdb.threads/tls-core.exp: Likewise.
4028
4029 2017-11-08 Pedro Alves <palves@redhat.com>
4030
4031 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4032 (p Exported_Capitalized): New test.
4033 (p exported_capitalized): New test.
4034
4035 2017-11-07 Pedro Alves <palves@redhat.com>
4036
4037 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4038
4039 2017-11-07 Pedro Alves <palves@redhat.com>
4040
4041 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4042 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4043 (disable_invalid, disable_inverted, disable_negative): New
4044 procedures.
4045 ("bad numbers"): New set of tests.
4046
4047 2017-11-07 Pedro Alves <palves@redhat.com>
4048
4049 * gdb.cp/ena-dis-br-range.exp: Add tests.
4050
4051 2017-11-07 Pedro Alves <palves@redhat.com>
4052
4053 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4054
4055 2017-11-07 Xavier Roirand <roirand@adacore.com>
4056 Pedro Alves <palves@redhat.com>
4057
4058 * gdb.base/ena-dis-br.exp: Add reference to
4059 gdb.cp/ena-dis-br-range.exp.
4060 * gdb.cp/ena-dis-br-range.exp: New file.
4061 * gdb.cp/ena-dis-br-range.cc: New file.
4062
4063 2017-11-06 Pedro Alves <palves@redhat.com>
4064
4065 * gdb.base/attach-non-pgrp-leader.c: New.
4066 * gdb.base/attach-non-pgrp-leader.exp: New.
4067
4068 2017-11-06 Pedro Alves <palves@redhat.com>
4069
4070 * configure.ac: No longer check for termio.h and sgtty.h.
4071 * configure: Regenerate.
4072 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4073 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4074 Remove termio and sgtty code.
4075
4076 2017-11-03 Yao Qi <yao.qi@linaro.org>
4077
4078 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4079 in GDB is disabled.
4080
4081 2017-11-03 Yao Qi <yao.qi@linaro.org>
4082
4083 * gdb.python/py-thrhandle.exp: Skip it if python is not
4084 enabled.
4085
4086 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4087
4088 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4089 as a breakpoint command.
4090
4091 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4092
4093 PR python/21213
4094 * gdb.python/py-infthread.exp: Test calling
4095 InferiorThread.inferior () multiple times in a row.
4096
4097 2017-10-27 Keith Seitz <keiths@redhat.com>
4098
4099 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4100 Test "info break" for every inlined function breakpoint.
4101
4102 2017-10-27 Yao Qi <yao.qi@linaro.org>
4103
4104 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4105
4106 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4107
4108 * gdb.cp/classes.exp (test_static_members): Test printing
4109 Outer::instance.
4110 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4111 (Inner::instance, Outer::instance): New.
4112
4113 2017-10-24 Pedro Alves <palves@redhat.com>
4114
4115 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4116 extra console" test in two stages.
4117
4118 2017-10-24 Pedro Alves <palves@redhat.com>
4119
4120 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4121
4122 2017-10-24 Pedro Alves <palves@redhat.com>
4123
4124 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4125 loop.
4126
4127 2017-10-24 Pedro Alves <palves@redhat.com>
4128
4129 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4130 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4131
4132 2017-10-24 Pedro Alves <palves@redhat.com>
4133
4134 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4135 parameter and handle it. Don't output read value in test name.
4136
4137 2017-10-24 Pedro Alves <palves@redhat.com>
4138
4139 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4140 custom test name.
4141
4142 2017-10-24 Pedro Alves <palves@redhat.com>
4143
4144 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4145 include the unstable output directory name in the test's name.
4146 (initial_setup_simple) <'set args'>: Use custom test name.
4147
4148 2017-10-24 Pedro Alves <palves@redhat.com>
4149
4150 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4151 with explicit test name.
4152
4153 2017-10-20 Pedro Alves <palves@redhat.com>
4154
4155 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4156 'wait -i'. Use gdb_assert and remote_close.
4157
4158 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4159
4160 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4161 number from variable rather than hard-coded.
4162
4163 2017-10-19 Pedro Alves <palves@redhat.com>
4164
4165 * gdb.base/long-inferior-output.c: New file.
4166 * gdb.base/long-inferior-output.exp: New file.
4167
4168 2017-11-18 Keith Seitz <keiths@redhat.com>
4169
4170 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4171 method.
4172 (main): Call it.
4173 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4174 Add additional user-defined conversion operator tests.
4175
4176 2017-10-17 Pedro Alves <palves@redhat.com>
4177
4178 * boards/native-stdio-gdbserver.exp: Load "local-board".
4179
4180 2017-10-17 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.base/quit-live.c: New file.
4183 * gdb.base/quit-live.exp: New file.
4184
4185 2017-10-16 Keith Seitz <keiths@redhat.com>
4186
4187 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4188 (class_with_protected_typedef, class_with_private_typedef)
4189 (struct_with_public_typedef, struct_with_protected_typedef)
4190 (struct_with_private_typedef): New classes/structs.
4191 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4192 typedefs and access specifiers.
4193
4194 2017-10-16 Pedro Alves <palves@redhat.com>
4195 Simon Marchi <simon.marchi@polymtl.ca>
4196
4197 * README (Local vs Remote vs Native): New section.
4198 * boards/local-board.exp: New file, with bits factored out from
4199 ...
4200 * boards/native-extended-gdbserver.exp: ... here. Load
4201 "local-board".
4202 * boards/native-gdbserver.exp: Load "local-board".
4203 (${board}_spawn, ${board}_exec): Delete.
4204 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4205 ...
4206 * boards/stdio-gdbserver-base.exp: ... this new file.
4207 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4208 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4209 procedure.
4210 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4211 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4212 stdio_gdbserver_command.
4213 (${board}_get_remote_address, ${board}_get_comm_port)
4214 (${board}_download, ${board}_upload): Delete.
4215 (get_target_remote_pipe_cmd): New.
4216
4217 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4218
4219 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4220 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4221 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4222 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4223 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4224 remove with_test_prefix.
4225
4226 2017-10-13 Pedro Alves <palves@redhat.com>
4227
4228 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4229 * gdb.base/annota1.exp: Use it instead of is_remote.
4230 * gdb.base/annota3.exp: Use it instead of is_remote.
4231 * gdb.cp/annota2.exp: Use it instead of is_remote.
4232 * gdb.cp/annota3.exp: Use it instead of is_remote.
4233 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4234
4235 2017-10-13 Pedro Alves <palves@redhat.com>
4236
4237 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4238 (test_num_test_vars, run_and_count_vars, find_env)
4239 (test_set_unset_env, test_inherit_env_var): New procedures.
4240 (top level): Use them.
4241
4242 2017-10-13 Pedro Alves <palves@redhat.com>
4243
4244 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4245 also skip on stub-like targets.
4246
4247 2017-10-13 Pedro Alves <palves@redhat.com>
4248
4249 PR gdb/22293
4250 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4251 (top level): Move some tests to ...
4252 (test_not_found): ... this new procedure.
4253 (top level): Call it.
4254
4255 2017-10-13 Pedro Alves <palves@redhat.com>
4256
4257 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4258 expect different "info terminal" output if testing with a
4259 non-native target.
4260
4261 2017-10-13 Pedro Alves <palves@redhat.com>
4262 Simon Marchi <simon.marchi@polymtl.ca>
4263
4264 PR python/12966
4265 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4266
4267 2017-10-13 Pedro Alves <palves@redhat.com>
4268
4269 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4270 already.
4271
4272 2017-10-13 Pedro Alves <palves@redhat.com>
4273
4274 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4275 is_remote.
4276
4277 2017-10-13 Pedro Alves <palves@redhat.com>
4278
4279 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4280 is_remote.
4281
4282 2017-10-13 Pedro Alves <palves@redhat.com>
4283
4284 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4285 is set.
4286 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4287 instead of is_remote.
4288
4289 2017-10-13 Pedro Alves <palves@redhat.com>
4290
4291 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4292 (top level): Add comment.
4293
4294 2017-10-13 Pedro Alves <palves@redhat.com>
4295
4296 * gdb.base/remote.exp (top level): Fix comment typo and add
4297 missing return.
4298
4299 2017-10-13 Pedro Alves <palves@redhat.com>
4300 Simon Marchi <simon.marchi@polymtl.ca>
4301
4302 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4303 calls and add comments. Skip test if use_gdb_stub is set.
4304 (top level): Use "set cwd" command instead of "cd" command.
4305
4306 2017-10-13 Pedro Alves <palves@redhat.com>
4307
4308 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4309 is_remote target check.
4310
4311 2017-10-13 Pedro Alves <palves@redhat.com>
4312
4313 * gdb.base/scope.exp: Use build_executable + clean_restart +
4314 gdb_file_cmd instead of prepare_for_testing and no longer skip
4315 "before run" tests on is_remote target boards. Update comments.
4316 * boards/native-extended-gdbserver.exp
4317 (extended_gdbserver_load_last_file): New, factored out from ...
4318 (gdb_load): ... this. Move further below and add comment.
4319 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4320
4321 2017-10-12 Pedro Alves <palves@redhat.com>
4322
4323 * gdb.base/attach.exp: Remove references to gdb64.
4324 * gdb.base/dbx.exp: Remove references to gdb64.
4325
4326 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4327 Pedro Alves <palves@redhat.com>
4328
4329 * gdb.base/label.exp: Remove is_remote target check.
4330
4331 2017-10-12 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.base/auvx.exp (coredir): Update comment.
4334 (top level) <core_works>: Use "set cwd" command instead of "cd"
4335 command.
4336
4337 2017-10-12 Pedro Alves <palves@redhat.com>
4338 Simon Marchi <simon.marchi@polymtl.ca>
4339
4340 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4341 target boards.
4342
4343 2017-10-12 Pedro Alves <palves@redhat.com>
4344 Simon Marchi <simon.marchi@polymtl.ca>
4345
4346 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4347 Instead skip if there's any gdb_protocol set.
4348
4349 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4350 Pedro Alves <palves@redhat.com>
4351
4352 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4353
4354 2017-10-12 Pedro Alves <palves@redhat.com>
4355 Simon Marchi <simon.marchi@polymtl.ca>
4356
4357 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4358 instead of on dejagnu remote boards.
4359
4360 2017-10-12 Pedro Alves <palves@redhat.com>
4361 Simon Marchi <simon.marchi@polymtl.ca>
4362
4363 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4364 checks. Use build_executable + clean_restart instead of
4365 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4366 of enabling non-stop after starting gdb.
4367
4368 2017-10-12 Pedro Alves <palves@redhat.com>
4369
4370 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4371 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4372 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4373 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4374
4375 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4376
4377 * gdb.arch/arc-tdesc-cpu.exp: New file.
4378 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4379
4380 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4381
4382 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4383
4384 2017-10-10 Pedro Alves <palves@redhat.com>
4385
4386 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4387 expect CLI output.
4388
4389 2017-10-10 Pedro Alves <palves@redhat.com>
4390
4391 * lib/selftest-support.exp (selftest_setup): Update for
4392 captured_command_loop's prototype change.
4393
4394 2017-10-09 Pedro Alves <palves@redhat.com>
4395
4396 Test both arch1=>arch2 and arch2=>arch1.
4397
4398 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4399 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4400 factored out to...
4401 (append_arch1_options, append_arch2_options, append_arch_options)
4402 (build_executables): New procedures.
4403 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4404 local.
4405 (top level): Add new 'first_arch' testing axis.
4406
4407 2017-10-09 Pedro Alves <palves@redhat.com>
4408
4409 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4410 (barrier): New.
4411 (thread_start, all_started): New functions.
4412 (main): Spawn new thread and wait until it is scheduled.
4413 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4414 option.
4415 (do_test): Add 'selected_thread' parameter. Run to all_started
4416 instead of main. Explicitly set the breakpoint at main. Switch
4417 to the SELECTED_THREAD thread.
4418 (top level): Test handling the exec event with either the main
4419 thread or the second thread selected.
4420
4421 2017-10-09 Pedro Alves <palves@redhat.com>
4422
4423 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4424 logic. Move STOP marker after the value checks.
4425 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4426 regexp.
4427
4428 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4429
4430 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4431
4432 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4433
4434 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4435 integer-to-dfp conversion.
4436 * gdb.base/dfp-test.exp: Likewise.
4437
4438 2017-10-04 Pedro Alves <palves@redhat.com>
4439
4440 * gdb.multi/hangout.c: Include <unistd.h>.
4441 (hangout_loop): New function.
4442 (main): Call alarm. Call hangout_loop in a loop.
4443 * gdb.multi/hello.c: Include <unistd.h>.
4444 (hello_loop): New function.
4445 (main): Call alarm. Call hangout_loop in a loop.
4446 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4447 inferior with the other selected.
4448
4449 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4450
4451 * gdb.mi/list-thread-groups-available.exp: New file.
4452 * gdb.mi/list-thread-groups-available.c: New file.
4453
4454 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4455
4456 * gdb.base/set-cwd.exp: Make it available on
4457 native-extended-gdbserver.
4458
4459 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4460
4461 * gdb.base/set-cwd.c: New file.
4462 * gdb.base/set-cwd.exp: Likewise.
4463
4464 2017-10-02 Tom Tromey <tom@tromey.com>
4465
4466 PR rust/22236:
4467 * gdb.rust/simple.rs (main): New variable "fslice".
4468 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4469
4470 2017-10-02 Tom Tromey <tom@tromey.com>
4471
4472 * gdb.rust/simple.exp: Test ptype of a slice.
4473
4474 2017-10-02 Tom Tromey <tom@tromey.com>
4475
4476 * gdb.rust/simple.exp: Test index of slice.
4477
4478 2017-09-27 Tom Tromey <tom@tromey.com>
4479
4480 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4481
4482 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4483 Pedro Alves <palves@redhat.com>
4484
4485 * gdb.base/compare-sections.exp (get value of read-only section): Read
4486 as unsigned value.
4487 (corrupt read-only section): Likewise and don't set written if patching
4488 failed.
4489
4490 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4491
4492 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4493 files.
4494
4495 2017-09-20 Pedro Alves <palves@redhat.com>
4496
4497 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4498 symbol names in gdb's output.
4499 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4500
4501 2017-09-20 Pedro Alves <palves@redhat.com>
4502
4503 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4504 Rename to ...
4505 (test_list_ambiguous_symbol): ... this and add a symbol name
4506 parameter. Adjust.
4507 (test_list_ambiguous_function): Reimplement on top of
4508 test_list_ambiguous_symbol and also test listing ambiguous
4509 variables.
4510 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4511 (ambiguous_fun): ... this.
4512 (ambiguous_var): New.
4513 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4514 (ambiguous_fun): ... this.
4515 (ambiguous_var): New.
4516
4517 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4518
4519 * gdb.base/starti.c: New file.
4520 * gdb.base/starti.exp: New file.
4521 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4522
4523 2017-09-14 Pedro Alves <palves@redhat.com>
4524
4525 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4526 (top level): Use it instead of runto.
4527
4528 2017-09-11 Tom Tromey <tom@tromey.com>
4529
4530 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4531
4532 2017-09-11 Tom Tromey <tom@tromey.com>
4533
4534 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4535 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4536
4537 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4538
4539 * gdb.fortran/printing-types.exp: New file.
4540 * gdb.fortran/printing-types.exp: New file.
4541
4542 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4543
4544 * gdb.fortran/vla-ptype.exp: Fix typos.
4545 * gdb.fortran/vla-value.exp: Same.
4546
4547 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4548
4549 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4550 * gdb.mi/mi-var-child-f.exp: Likewise.
4551 * gdb.mi/mi-vla-fortran.exp: Likewise.
4552
4553 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4554 Christoph Weinmann <christoph.t.weinmann@intel.com>
4555 Bernhard Heckel <bernhard.heckel@intel.com>
4556
4557 * gdb.fortran/ptr-indentation.f90: New file.
4558 * gdb.fortran/ptr-indentation.exp: New file.
4559
4560 2017-09-05 Tom Tromey <tom@tromey.com>
4561
4562 PR gdb/22010:
4563 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4564
4565 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4566
4567 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4568
4569 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4570
4571 * gdb.threads/tls-nodebug-pie.c: New file.
4572 * gdb.threads/tls-nodebug-pie.exp: New file.
4573
4574 2017-09-05 Tom Tromey <tom@tromey.com>
4575
4576 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4577 for rust.
4578
4579 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4580
4581 * gdb.multi/multi-arch-exec.exp: Test with different
4582 "follow-exec-mode" settings.
4583 (do_test): New procedure.
4584
4585 2017-09-04 Pedro Alves <palves@redhat.com>
4586
4587 * gdb.base/func-static.c (S::method const, S::method volatile)
4588 (S::method volatile const): New methods.
4589 (c_s, v_s, cv_s): New instances.
4590 (main): Call method() on them.
4591 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4592 (cannot_resolve): New procedure.
4593 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4594 print-quote-unquoted columns.
4595 (do_test): Test printing each scope too.
4596
4597 2017-09-04 Pedro Alves <palves@redhat.com>
4598
4599 * gdb.base/local-static.exp: Also test with
4600 class::method::variable wholly quoted.
4601 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4602
4603 2017-09-04 Pedro Alves <palves@redhat.com>
4604
4605 * gdb.base/local-static.c: New.
4606 * gdb.base/local-static.cc: New.
4607 * gdb.base/local-static.exp: New.
4608
4609 2017-09-04 Pedro Alves <palves@redhat.com>
4610
4611 * gdb.asm/asm-source.exp: Add casts to int.
4612 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4613 (dataglobal64_1, dataglobal64_2): New globals.
4614 * gdb.base/nodebug.exp: Test different expressions involving the
4615 new globals, with print, whatis and ptype. Add casts to int.
4616 * gdb.base/solib-display.exp: Add casts to int.
4617 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4618 * gdb.cp/m-static.exp: Add cast to int.
4619 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4620 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4621 tls variable with no debug info without a cast. Test with a cast
4622 to int too.
4623 * gdb.trace/entry-values.exp: Add casts.
4624
4625 2017-09-04 Pedro Alves <palves@redhat.com>
4626
4627 * gdb.base/nodebug.exp: Test that ptype's error about functions
4628 with unknown return type includes the function name too.
4629
4630 2017-09-04 Pedro Alves <palves@redhat.com>
4631
4632 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4633 return type of munmap in infcall.
4634 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4635 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4636 type of ftell in infcall.
4637 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4638 type of getpid in infcall.
4639 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4640 infcall.
4641 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4642 Bail on failure to extract the pid.
4643 * gdb.base/nodebug.c: #include <stdint.h>.
4644 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4645 New functions.
4646 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4647 Change expected output of print/whatis/ptype with functions with
4648 no debug info. Test all supported languages. Call
4649 test_call_promotion.
4650 * gdb.compile/compile.exp: Adjust expected output to expect
4651 warning.
4652 * gdb.threads/siginfo-threads.exp: Likewise.
4653
4654 2017-09-04 Pedro Alves <palves@redhat.com>
4655
4656 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4657 "prototypes". Test calling float functions via prototyped and
4658 unprototyped function pointers.
4659 (perform_all_tests): New parameter "prototypes". Pass it down.
4660 (top level): Pass down "prototypes" parameter to
4661 perform_all_tests.
4662
4663 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4664
4665 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4666 Test with nested loops.
4667
4668 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4669
4670 * gdb.base/commands.exp: Call the new procedures.
4671 (loop_break_test, loop_continue_test): New procedures.
4672
4673 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4674
4675 * gdb.base/commands.exp: Call new procedure.
4676 (define_if_without_arg_test): New procedure.
4677
4678 2017-09-04 Pedro Alves <palves@redhat.com>
4679
4680 * gdb.base/list-ambiguous.exp: New file.
4681 * gdb.base/list-ambiguous0.c: New file.
4682 * gdb.base/list-ambiguous1.c: New file.
4683 * gdb.base/list.exp (test_list_range): Adjust expected output.
4684
4685 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4686
4687 * gdb.base/share-env-with-gdbserver.c: New file.
4688 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4689
4690 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4691
4692 * gdb.base/commands.exp (gdbvar_simple_if_test,
4693 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4694 progvar_simple_if_test, progvar_simple_while_test,
4695 progvar_complex_if_while_test, user_defined_command_test,
4696 user_defined_command_args_eval,
4697 user_defined_command_args_stack_test,
4698 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4699 temporary_breakpoint_commands,
4700 gdb_test_no_prompt, redefine_hook_test,
4701 redefine_backtrace_test): Remove "global gdb_prompt".
4702
4703 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4704
4705 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4706 New proc, call it from toplevel.
4707
4708 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4709
4710 PR remote/21852
4711 * gdb.server/normal.c: New file, copied from gdb.base.
4712 * gdb.server/run-without-local-binary.exp: New file.
4713
4714 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4715
4716 * gdb.arch/sparc64-adi.exp: New file.
4717 * gdb.arch/sparc64-adi.c: New file.
4718
4719 2017-08-22 Pedro Alves <palves@redhat.com>
4720
4721 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4722 (top level): Add "list all overloads" tests.
4723
4724 2017-08-22 Tom Tromey <tom@tromey.com>
4725
4726 * gdb.gdb/xfullpath.exp: Remove.
4727
4728 2017-08-21 Pedro Alves <palves@redhat.com>
4729
4730 PR gdb/19487
4731 * gdb.base/symbol-alias.c: New.
4732 * gdb.base/symbol-alias2.c: New.
4733 * gdb.base/symbol-alias.exp: New.
4734
4735 2017-08-21 Pedro Alves <palves@redhat.com>
4736
4737 * gdb.base/dfp-test.c
4738 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4739 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4740 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4741 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4742 * gdb.base/whatis-ptype-typedefs.c: New.
4743 * gdb.base/whatis-ptype-typedefs.exp: New.
4744 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4745 (an_int, an_int_type, an_int_type2): New globals.
4746 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4747 involving typedefs and cast expressions.
4748 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4749 (lookup_typedefs_function): New.
4750 (typedefs_pretty_printers_dict): New.
4751 (top level): Register lookup_typedefs_function in
4752 gdb.pretty_printers.
4753
4754 2017-08-18 Yao Qi <yao.qi@linaro.org>
4755
4756 * gdb.server/unittest.exp: New.
4757
4758 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4759
4760 PR gdb/21954
4761 * gdb.base/environ.exp: Add test to check if 'unset environment'
4762 works.
4763
4764 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4765
4766 * lib/gdb.exp (universal_compile_options): New caching proc.
4767 (gdb_compile): Suppress GCC's coloring of messages.
4768
4769 2017-08-14 Tom Tromey <tom@tromey.com>
4770
4771 PR gdb/21675:
4772 * gdb.base/printcmds.exp (test_radices): New function.
4773 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4774 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4775 * lib/gdb.exp (get_integer_valueof): Use p/d.
4776
4777 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4778
4779 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4780 characters.
4781
4782 2017-08-05 Tom Tromey <tom@tromey.com>
4783
4784 * gdb.rust/simple.exp: Allow String to appear in a different
4785 namespace.
4786
4787 2017-07-26 Yao Qi <yao.qi@linaro.org>
4788
4789 * gdb.gdb/unittest.exp: Invoke command
4790 "maintenance check xml-descriptions".
4791
4792 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4793
4794 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4795 calling context.
4796 (hex128): Drop erroneous calculation of parameters.
4797
4798 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4799
4800 * gdb.python/py-unwind.exp: Disable stack protection when
4801 building test file.
4802
4803 2017-07-20 Pedro Alves <palves@redhat.com>
4804
4805 * gdb.base/default.exp (set language): Adjust expected output.
4806
4807 2017-07-20 Pedro Alves <palves@redhat.com>
4808
4809 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4810 (test_minsym): ... this, and make static.
4811 (get_pck__foo__bar__minsym): Rename to ...
4812 (get_test_minsym): ... this.
4813 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4814 symbol names and comments.
4815 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4816 (get_test_minsym): ... this.
4817 (pck__foo__bar__minsym__2): Rename to ...
4818 (test_minsym): ... this.
4819 (main): Adjust.
4820
4821 2017-07-17 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.base/completion.exp: Adjust expected output.
4824 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4825 the completer works.
4826
4827 2017-07-17 Pedro Alves <palves@redhat.com>
4828
4829 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4830
4831 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4832
4833 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4834
4835 2017-07-14 Tom Tromey <tom@tromey.com>
4836
4837 PR rust/21764:
4838 * gdb.rust/simple.exp: Add tests.
4839
4840 2017-07-14 Tom Tromey <tom@tromey.com>
4841
4842 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4843
4844 2017-07-14 Pedro Alves <palves@redhat.com>
4845
4846 * gdb.linespec/base/one/thefile.cc (z1): New function.
4847 * gdb.linespec/base/two/thefile.cc (z2): New function.
4848 * gdb.linespec/linespec.exp: Add tests.
4849
4850 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4851
4852 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4853 to mi_create_breakpoint.
4854
4855 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4856
4857 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4858 mi_create_breakpoint.
4859
4860 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4861
4862 * gdb.dlang/demangle.exp: Update for demangling changes.
4863
4864 2017-07-09 Tom Tromey <tom@tromey.com>
4865
4866 * gdb.dwarf2/shortpiece.exp: New file.
4867
4868 2017-07-06 David Blaikie <dblaikie@gmail.com>
4869
4870 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4871 built from fissiont-multi-cu{1,2}.c.
4872 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4873 except putting 'main' and 'func' in separate CUs in the same DWO file.
4874 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4875 test.
4876 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4877 test.
4878
4879 2017-07-06 Pedro Alves <palves@redhat.com>
4880
4881 * gdb.python/py-unwind.exp: Test flushregs.
4882
4883 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4884
4885 PR cli/21688
4886 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4887 tests for alias commands and trailing whitespace.
4888
4889 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4890
4891 PR cli/21688
4892 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4893 procedure. Call it.
4894
4895 2017-06-29 Pedro Alves <palves@redhat.com>
4896
4897 * gdb.base/printcmds.exp: Add tests.
4898
4899 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4900
4901 PR gdb/21337
4902 * gdb.base/reread-readsym.exp: New file.
4903 * gdb.base/reread-readsym.c: New file.
4904
4905 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4906
4907 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4908 subpattern.
4909
4910 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4911
4912 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4913 extended mnemonic.
4914 * gdb.arch/powerpc-power9.s: Likewise.
4915
4916 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4917
4918 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4919 on 32-bit x86 targets. Exploit is_*_target macros where
4920 appropriate.
4921
4922 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4923
4924 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4925 register pieces.
4926
4927 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4928
4929 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4930 located in one or more DWARF pieces.
4931
4932 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4933
4934 * lib/gdb.exp (get_endianness): New proc.
4935 * gdb.arch/aarch64-fp.exp: Use it.
4936 * gdb.arch/altivec-regs.exp: Likewise.
4937 * gdb.arch/e500-regs.exp: Likewise.
4938 * gdb.arch/vsx-regs.exp: Likewise.
4939 * gdb.base/dump.exp: Likewise.
4940 * gdb.base/funcargs.exp: Likewise.
4941 * gdb.base/gnu_vector.exp: Likewise.
4942 * gdb.dwarf2/formdata16.exp: Likewise.
4943 * gdb.dwarf2/implptrpiece.exp: Likewise.
4944 * gdb.dwarf2/nonvar-access.exp: Likewise.
4945 * gdb.python/py-inferior.exp: Likewise.
4946 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4947
4948 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4949
4950 PR gdb/21226
4951 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4952 stack value pieces are taken from the LSB end.
4953
4954 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4955
4956 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4957 variable at nonzero offset.
4958
4959 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4960
4961 * gdb.dwarf2/var-access.c: New file.
4962 * gdb.dwarf2/var-access.exp: New test.
4963 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4964
4965 2017-06-12 Tom Tromey <tom@tromey.com>
4966
4967 * gdb.dwarf2/formdata16.exp: Add tests.
4968
4969 2017-06-12 Tom Tromey <tom@tromey.com>
4970
4971 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4972
4973 2017-06-12 Tom Tromey <tom@tromey.com>
4974
4975 PR exp/16225:
4976 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4977 * gdb.arch/vsx-regs.exp: Update tests.
4978 * gdb.arch/s390-vregs.exp (hex128): New proc.
4979 Update test.
4980 * gdb.arch/altivec-regs.exp: Update tests.
4981
4982 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4983
4984 * gdb.base/startup-with-shell.c: New file.
4985 * gdb.base/startup-with-shell.exp: Likewise.
4986
4987 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4988
4989 * gdb.server/non-existing-program.exp: Update regex in order to
4990 reflect the fact that gdbserver is now using fork_inferior (with a
4991 shell) to startup the inferior.
4992
4993 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4994
4995 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4996 support function calls from GDB.
4997
4998 2017-05-21 Tom Tromey <tom@tromey.com>
4999
5000 PR rust/21466:
5001 * gdb.rust/unsized.exp: New file.
5002 * gdb.rust/unsized.rs: New file.
5003
5004 2017-05-19 Tom Tromey <tom@tromey.com>
5005
5006 PR rust/21484:
5007 * gdb.rust/watch.exp: New file.
5008 * gdb.rust/watch.rs: New file.
5009
5010 2017-05-18 Tom Tromey <tom@tromey.com>
5011
5012 * gdb.rust/simple.exp: Allow Box to be qualified.
5013
5014 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5015
5016 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5017
5018 2017-05-18 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.base/fileio.c (test_write, test_read, test_close)
5021 (test_fstat): Don't print 'ret' in the fail path.
5022
5023 2017-05-18 Pedro Alves <palves@redhat.com>
5024
5025 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5026 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5027 (test_system, test_rename, test_unlink, test_time): Change
5028 prototypes.
5029 * gdb.base/fileio.exp (stop_msg): Adjust.
5030
5031 2017-05-18 Pedro Alves <palves@redhat.com>
5032
5033 * gdb.base/fileio.c (null_str): New global.
5034 (test_stat): Use it.
5035 * gdb.base/fileio.exp: Remove nowarnings.
5036
5037 2017-05-17 Yao Qi <yao.qi@linaro.org>
5038
5039 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5040
5041 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5042
5043 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5044 argument command.
5045 (top-level): Invoke test_set_inferior_tty.
5046
5047 2017-05-04 Pedro Alves <palves@redhat.com>
5048
5049 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5050 Add parens to print call for Python 3.
5051
5052 2017-05-03 Keith Seitz <keiths@redhat.com>
5053
5054 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5055 (main): Call it.
5056
5057 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5058
5059 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5060 to prev and next.
5061
5062 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5063
5064 * gdb.python/py-record-btrace.exp: Remove test for
5065 gdb.BtraceInstruction.error.
5066
5067 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5068
5069 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5070
5071 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5072
5073 * gdb.python/py-record-btrace-threads.c: New file.
5074 * gdb.python/py-record-btrace-threads.exp: New file.
5075
5076 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5077
5078 PR testsuite/8595
5079 * gdb.base/environ.exp: Make test available in all architectures.
5080 Move bits related to "info program" testing to
5081 gdb.base/info-program.exp. Rewrite tests to use the two new
5082 procedures mentione below.
5083 (test_set_show_env_var) New procedure.
5084 (test_set_show_env_var_equal): Likewise.
5085 * gdb.base/info-program.exp: New file.
5086
5087 2017-04-27 Keith Seitz <keiths@redhat.com>
5088
5089 * gdb.cp/oranking.cc (test15): New function.
5090 (main): Call test15 and declare additional variables for testing.
5091 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5092 "p foo101('abc')" tests.
5093 Add tests for cv qualifier overloads.
5094 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5095 "lvalue reference overload" test.
5096 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5097 "print value of f1 on Child&& in f2" test.
5098
5099 2017-04-19 Pedro Alves <palves@redhat.com>
5100
5101 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5102 procedure.
5103 (top level): Call it.
5104 * lib/gdb.exp (gdb_define_cmd): New procedure.
5105
5106 2017-04-12 Pedro Alves <palves@redhat.com>
5107
5108 PR gdb/21323
5109 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5110 (wchar): New global.
5111 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5112 (do_test_wide_char, wide_char_types_no_program, top level): Add
5113 wchar_t testing.
5114
5115 2017-04-12 Pedro Alves <palves@redhat.com>
5116
5117 PR c++/21323
5118 * gdb.cp/wide_char_types.c: New file.
5119 * gdb.cp/wide_char_types.exp: New file.
5120
5121 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5122
5123 PR gdb/21352
5124 * gdb.trace/tsv.exp: Add test for "tsave -r".
5125
5126 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5127
5128 * gdb.dlang/watch-loc.c: New file.
5129 * gdb.dlang/watch-loc.exp: New file.
5130
5131 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5132
5133 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5134
5135 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5136
5137 * gdb.arch/arc-analyze-prologue.S: New file.
5138 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5139
5140 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5141
5142 * gdb.arch/arc-decode-insn.S: New file.
5143 * gdb.arch/arc-decode-insn.exp: Likewise.
5144
5145 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5146
5147 PR tdep/20928
5148 * gdb.arch/sparc64-regs.exp: New file.
5149 * gdb.arch/sparc64-regs.S: Likewise.
5150
5151 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5152
5153 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5154 and memory view on Python 3.
5155
5156 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5157 Keith Seitz <keiths@redhat.com>
5158
5159 PR gdb/14441
5160 * gdb.cp/demangle.exp: Add rvalue reference tests.
5161 * gdb.cp/rvalue-ref-casts.cc: New file.
5162 * gdb.cp/rvalue-ref-casts.exp: New file.
5163 * gdb.cp/rvalue-ref-overload.cc: New file.
5164 * gdb.cp/rvalue-ref-overload.exp: New file.
5165 * gdb.cp/rvalue-ref-params.cc: New file.
5166 * gdb.cp/rvalue-ref-params.exp: New file.
5167 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5168 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5169 * gdb.cp/rvalue-ref-types.cc: New file.
5170 * gdb.cp/rvalue-ref-types.exp: New file.
5171 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5172 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5173
5174 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5175
5176 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5177 New procedure.
5178
5179 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5180
5181 * lib/mi-support.exp (mi_gdb_test): Add additional message
5182 for unexpected output.
5183
5184 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5185
5186 * gdb.base/examine-backward.c (Barrier): New character array
5187 constant, to ensure that TestStrings is preceded by a string
5188 terminator.
5189
5190 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5191
5192 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5193 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5194 and implicit pointer into such a location.
5195
5196 2017-03-16 Doug Evans <dje@google.com>
5197
5198 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5199
5200 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5201
5202 * gdb.cp/m-static.exp: Fix expectation for prototype of
5203 test5.single_constructor and single_constructor::single_constructor.
5204
5205 2017-03-16 Doug Evans <dje@google.com>
5206
5207 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5208 * gdb.guile/scm-lazy-string.c: New file.
5209 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5210 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5211 for pointer, array, typedef lazy strings.
5212
5213 2017-03-16 Doug Evans <dje@google.com>
5214
5215 PR python/17728, python/18439, python/18779
5216 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5217 * gdb.python/py-lazy-string.c (pointer): New typedef.
5218 (main): New locals ptr, array, typedef_ptr.
5219 * gdb.python/py-value.exp: Move lazy string tests to ...
5220 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5221 array, typedef lazy strings.
5222
5223 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5224
5225 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5226 Add optional 'test' parameter.
5227
5228 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5229
5230 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5231 Skip for versions of DejaGnu < 1.5.
5232
5233 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5234
5235 * lib/gdb.exp (dejagnu_version): New proc.
5236 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5237 Use dejagnu_version.
5238
5239 2017-03-10 Keith Seitz <keiths@redhat.com>
5240
5241 PR c++/8128
5242 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5243 type from destructor regexps.
5244 Add a branch which actually passes the test.
5245 Adjust "ptype t5i" test names.
5246
5247 2017-03-08 Pedro Alves <palves@redhat.com>
5248
5249 * gdb.base/step-over-exit.exp: Add explicit test message.
5250
5251 2017-03-08 Pedro Alves <palves@redhat.com>
5252
5253 PR gdb/18360
5254 * gdb.threads/interrupt-while-step-over.c: New file.
5255 * gdb.threads/interrupt-while-step-over.exp: New file.
5256
5257 2017-03-08 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5260 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5261
5262 2017-03-08 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5265 PKRU as not supported as a PASS.
5266
5267 2017-03-08 Pedro Alves <palves@redhat.com>
5268
5269 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5270 prefix instead of $binfile1/$binfile2.
5271 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5272 in test message.
5273 * gdb.python/py-completion.exp: Use "load python file" as test
5274 messages instead of unstable path names.
5275
5276 2017-03-08 Pedro Alves <palves@redhat.com>
5277 Jan Kratochvil <jan.kratochvil@redhat.com>
5278
5279 PR cli/21218
5280 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5281 New proc.
5282 (top level): Call it.
5283
5284 2017-03-08 Pedro Alves <palves@redhat.com>
5285
5286 PR tui/21216
5287 * gdb.tui/tui-nl-filtered-output.exp: New file.
5288
5289 2017-03-08 Pedro Alves <palves@redhat.com>
5290
5291 * gdb.base/completion.exp: Move TUI completion tests to ...
5292 * gdb.tui/completion.exp: ... this new file.
5293
5294 2017-03-08 Pedro Alves <palves@redhat.com>
5295
5296 * gdb.base/tui-disasm-long-lines.c,
5297 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5298 gdb.base/tui-layout.exp: Move to ...
5299 * gdb.tui/: ... this new directory.
5300
5301 2017-03-07 Pedro Alves <palves@redhat.com>
5302
5303 * gdb.base/tui-layout.c: New file.
5304 * gdb.base/tui-layout.exp: New file.
5305
5306 2017-03-07 Pedro Alves <palves@redhat.com>
5307
5308 * gdb.base/tui-layout.c: Rename to ...
5309 * gdb.base/tui-disasm-long-lines.c: ... this.
5310 * gdb.base/tui-layout.exp: Rename to ...
5311 * gdb.base/tui-disasm-long-lines.exp: ... this.
5312
5313 2017-03-07 Pedro Alves <palves@redhat.com>
5314
5315 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5316
5317 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5318
5319 * i386-mpx-call.c: New file.
5320 * i386-mpx-call.exp: New file.
5321
5322 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5323
5324 * gdb.arch/powerpc-power.exp: Delete test.
5325 * gdb.arch/powerpc-power.s: Likewise.
5326 * gdb.disasm/disassembler-options.exp: New test.
5327 * gdb.arch/powerpc-altivec.exp: Likewise.
5328 * gdb.arch/powerpc-altivec.s: Likewise.
5329 * gdb.arch/powerpc-altivec2.exp: Likewise.
5330 * gdb.arch/powerpc-altivec2.s: Likewise.
5331 * gdb.arch/powerpc-altivec3.exp: Likewise.
5332 * gdb.arch/powerpc-altivec3.s: Likewise.
5333 * gdb.arch/powerpc-power7.exp: Likewise.
5334 * gdb.arch/powerpc-power7.s: Likewise.
5335 * gdb.arch/powerpc-power8.exp: Likewise.
5336 * gdb.arch/powerpc-power8.s: Likewise.
5337 * gdb.arch/powerpc-power9.exp: Likewise.
5338 * gdb.arch/powerpc-power9.s: Likewise.
5339 * gdb.arch/powerpc-vsx.exp: Likewise.
5340 * gdb.arch/powerpc-vsx.s: Likewise.
5341 * gdb.arch/powerpc-vsx2.exp: Likewise.
5342 * gdb.arch/powerpc-vsx2.s: Likewise.
5343 * gdb.arch/powerpc-vsx3.exp: Likewise.
5344 * gdb.arch/powerpc-vsx3.s: Likewise.
5345 * gdb.arch/arm-disassembler-options.exp: Likewise.
5346 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5347 * gdb.arch/s390-disassembler-options.exp: Likewise.
5348
5349 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5350
5351 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5352 (check_supported_features): ... this. Changed return type to void.
5353 (supports_rdseed): New static global.
5354 (rdseed): Check supports_rdseed.
5355 (initialize): Call check_supported_features.
5356
5357 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5358
5359 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5360 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5361 and lqarx/stqcx.
5362 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5363 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5364
5365 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5366
5367 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5368 uppercase.
5369
5370 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5371
5372 * gdb.dwarf2/formdata16.c: New file.
5373 * gdb.dwarf2/formdata16.exp: New file.
5374 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5375
5376 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5377
5378 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5379 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5380 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5381 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5382 DW_AT_GNU_*.
5383
5384 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5385
5386 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5387
5388 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5389
5390 PR gdb/21164
5391 * gdb.base/maint.exp: Add testcases for when the commands do
5392 not have arguments.
5393
5394 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5395
5396 * gdb.cp/chained-calls.exp: Use p instead of P.
5397
5398 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5399
5400 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5401 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5402
5403 2017-02-14 Tom Tromey <tom@tromey.com>
5404
5405 PR python/13598:
5406 * gdb.python/py-events.exp: Add before_prompt event tests.
5407
5408 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5409
5410 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5411
5412 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5413
5414 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5415 (main): Call my_unique_function_name.
5416 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5417 completion of patterns with a single match.
5418 Add missing -re switches to gdb_test_multiple calls.
5419
5420 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5421
5422 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5423 return if core file is not recognized.
5424
5425 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5426
5427 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5428 and extra UIs.
5429
5430 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5431
5432 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5433 proc_with_prefix.
5434
5435 2017-02-10 Tom Tromey <tom@tromey.com>
5436
5437 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5438
5439 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5440
5441 PR gdb/21122
5442 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5443
5444 2017-02-08 Jerome Guitton <guitton@adacore.com>
5445
5446 * gdb.base/define.exp: Add test for command abbreviations
5447 in define.
5448
5449 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5450
5451 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5452 * gdb.reverse/insn-reverse-x86.c: New file.
5453
5454 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5455
5456 PR tdep/20936
5457 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5458
5459 2017-02-03 Tom Tromey <tom@tromey.com>
5460
5461 PR rust/21097:
5462 * gdb.rust/simple.exp: Add new tests.
5463
5464 2017-02-02 Pedro Alves <palves@redhat.com>
5465
5466 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5467 tests.
5468
5469 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5470
5471 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5472 taking a 2-byte value out of a 4-byte DWARF implicit value on
5473 big-endian targets.
5474 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5475 logic. Add test cases for DW_OP_implicit.
5476
5477 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5478
5479 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5480
5481 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5482
5483 * gdb.btrace/enable.exp: Call gdb_exit before
5484 skip_gdbserver_tests.
5485
5486 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5487
5488 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5489 GDBFLAGS.
5490
5491 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5492
5493 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5494 the test is skipped.
5495 * gdb.btrace/data.exp: Likewise.
5496 * gdb.btrace/delta.exp: Likewise.
5497 * gdb.btrace/dlopen.exp: Likewise.
5498 * gdb.btrace/enable-running.exp: Likewise.
5499 * gdb.btrace/enable.exp: Likewise.
5500 * gdb.btrace/exception.exp: Likewise.
5501 * gdb.btrace/function_call_history.exp: Likewise.
5502 * gdb.btrace/gcore.exp: Likewise.
5503 * gdb.btrace/instruction_history.exp: Likewise.
5504 * gdb.btrace/multi-thread-step.exp: Likewise.
5505 * gdb.btrace/nohist.exp: Likewise.
5506 * gdb.btrace/non-stop.exp: Likewise.
5507 * gdb.btrace/reconnect.exp: Likewise.
5508 * gdb.btrace/record_goto-step.exp: Likewise.
5509 * gdb.btrace/record_goto.exp: Likewise.
5510 * gdb.btrace/rn-dl-bind.exp: Likewise.
5511 * gdb.btrace/segv.exp: Likewise.
5512 * gdb.btrace/step.exp: Likewise.
5513 * gdb.btrace/stepi.exp: Likewise.
5514 * gdb.btrace/tailcall-only.exp: Likewise.
5515 * gdb.btrace/tailcall.exp: Likewise.
5516 * gdb.btrace/tsx.exp: Likewise.
5517 * gdb.btrace/unknown_functions.exp: Likewise.
5518 * gdb.btrace/vdso.exp: Likewise.
5519
5520 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5521
5522 * gdb.btrace/enable-running.c: New.
5523 * gdb.btrace/enable-running.exp: New.
5524
5525 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5526
5527 * gdb.arch/amd64-gs_base.c: New file.
5528 * gdb.arch/amd64-gs_base.exp: New file.
5529
5530 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5531
5532 * lib/memory.exp: Remove spurious empty newlines.
5533
5534 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5535
5536 * gdb.python/py-bad-printers.exp: Load python file using "source".
5537 * gdb.python/py-events.exp: Likewise.
5538 * gdb.python/py-evsignal.exp: Likewise.
5539 * gdb.python/py-evthreads.exp: Likewise.
5540 * gdb.python/py-frame-args.exp: Likewise.
5541 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5542 * gdb.python/py-framefilter-mi.exp: Likewise.
5543 * gdb.python/py-framefilter.exp: Likewise.
5544 * gdb.python/py-mi.exp: Likewise.
5545 * gdb.python/py-pp-maint.exp: Likewise.
5546 * gdb.python/py-pp-registration.exp: Likewise.
5547 * gdb.python/py-prettyprint.exp: Likewise.
5548 (run_lang_tests): Likewise.
5549 * gdb.python/py-typeprint.exp: Likewise.
5550
5551 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5552
5553 * lib/memory.exp: New file.
5554 * lib/gdb.exp: Load memory.exp.
5555 * gdb.base/memattr.exp (delete_memory): Move proc to
5556 lib/memory.exp and rename to delete_memory_regions.
5557 Replace delete_memory with delete_memory_regions.
5558 Cleanup memory regions before tests.
5559 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5560 before tests.
5561
5562 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5563
5564 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5565 files.
5566 (initialize): New function conditionally defined.
5567 (testcases): Move within conditional block.
5568 (main): Call initialize.
5569 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5570 of gdb.reverse/insn-reverse.c.
5571 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5572 gdb.reverse/insn-reverse.c.
5573
5574 2017-01-26 Yao Qi <yao.qi@linaro.org>
5575
5576 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5577 disassemble on address 0.
5578
5579 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5580 Yao Qi <yao.qi@linaro.org>
5581
5582 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5583 * gdb.dwarf2/implptr-64bit.S: Remove.
5584 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5585 variables in caller's context. Add DW_OP_implicit_value.
5586
5587 2017-01-25 Yao Qi <yao.qi@linaro.org>
5588
5589 * lib/dwarf.exp (Dwarf::_location): Handle
5590 DW_OP_GNU_implicit_pointer with proper size.
5591
5592 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5593
5594 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5595 and add untested calls.
5596
5597 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5598
5599 * gdb.python/python.exp: Check line number against what GDB thinks
5600 the line number is for func1.
5601
5602 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5603
5604 * gdb.dlang/debug-expr.exp: New file.
5605
5606 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5607
5608 Fix test names for the following files:
5609
5610 * gdb.ada/exec_changed.exp
5611 * gdb.ada/info_types.exp
5612 * gdb.arch/aarch64-atomic-inst.exp
5613 * gdb.arch/aarch64-fp.exp
5614 * gdb.arch/altivec-abi.exp
5615 * gdb.arch/altivec-regs.exp
5616 * gdb.arch/amd64-byte.exp
5617 * gdb.arch/amd64-disp-step.exp
5618 * gdb.arch/amd64-dword.exp
5619 * gdb.arch/amd64-entry-value-inline.exp
5620 * gdb.arch/amd64-entry-value-param.exp
5621 * gdb.arch/amd64-entry-value-paramref.exp
5622 * gdb.arch/amd64-entry-value.exp
5623 * gdb.arch/amd64-i386-address.exp
5624 * gdb.arch/amd64-invalid-stack-middle.exp
5625 * gdb.arch/amd64-invalid-stack-top.exp
5626 * gdb.arch/amd64-optimout-repeat.exp
5627 * gdb.arch/amd64-prologue-skip.exp
5628 * gdb.arch/amd64-prologue-xmm.exp
5629 * gdb.arch/amd64-stap-special-operands.exp
5630 * gdb.arch/amd64-stap-wrong-subexp.exp
5631 * gdb.arch/amd64-tailcall-cxx.exp
5632 * gdb.arch/amd64-tailcall-noret.exp
5633 * gdb.arch/amd64-tailcall-ret.exp
5634 * gdb.arch/amd64-tailcall-self.exp
5635 * gdb.arch/amd64-word.exp
5636 * gdb.arch/arm-bl-branch-dest.exp
5637 * gdb.arch/arm-disp-step.exp
5638 * gdb.arch/arm-neon.exp
5639 * gdb.arch/arm-single-step-kernel-helper.exp
5640 * gdb.arch/avr-flash-qualifier.exp
5641 * gdb.arch/disp-step-insn-reloc.exp
5642 * gdb.arch/e500-abi.exp
5643 * gdb.arch/e500-regs.exp
5644 * gdb.arch/ftrace-insn-reloc.exp
5645 * gdb.arch/i386-avx512.exp
5646 * gdb.arch/i386-bp_permanent.exp
5647 * gdb.arch/i386-byte.exp
5648 * gdb.arch/i386-cfi-notcurrent.exp
5649 * gdb.arch/i386-disp-step.exp
5650 * gdb.arch/i386-dr3-watch.exp
5651 * gdb.arch/i386-float.exp
5652 * gdb.arch/i386-gnu-cfi.exp
5653 * gdb.arch/i386-mpx-map.exp
5654 * gdb.arch/i386-mpx-sigsegv.exp
5655 * gdb.arch/i386-mpx-simple_segv.exp
5656 * gdb.arch/i386-mpx.exp
5657 * gdb.arch/i386-permbkpt.exp
5658 * gdb.arch/i386-prologue.exp
5659 * gdb.arch/i386-signal.exp
5660 * gdb.arch/i386-size-overlap.exp
5661 * gdb.arch/i386-unwind.exp
5662 * gdb.arch/i386-word.exp
5663 * gdb.arch/mips-fcr.exp
5664 * gdb.arch/powerpc-d128-regs.exp
5665 * gdb.arch/powerpc-stackless.exp
5666 * gdb.arch/ppc64-atomic-inst.exp
5667 * gdb.arch/s390-stackless.exp
5668 * gdb.arch/s390-tdbregs.exp
5669 * gdb.arch/s390-vregs.exp
5670 * gdb.arch/sparc-sysstep.exp
5671 * gdb.arch/thumb-bx-pc.exp
5672 * gdb.arch/thumb-singlestep.exp
5673 * gdb.arch/thumb2-it.exp
5674 * gdb.arch/vsx-regs.exp
5675 * gdb.asm/asm-source.exp
5676 * gdb.base/a2-run.exp
5677 * gdb.base/advance.exp
5678 * gdb.base/all-bin.exp
5679 * gdb.base/anon.exp
5680 * gdb.base/args.exp
5681 * gdb.base/arithmet.exp
5682 * gdb.base/async-shell.exp
5683 * gdb.base/async.exp
5684 * gdb.base/attach-pie-noexec.exp
5685 * gdb.base/attach-twice.exp
5686 * gdb.base/auto-load.exp
5687 * gdb.base/bang.exp
5688 * gdb.base/bitfields.exp
5689 * gdb.base/break-always.exp
5690 * gdb.base/break-caller-line.exp
5691 * gdb.base/break-entry.exp
5692 * gdb.base/break-inline.exp
5693 * gdb.base/break-on-linker-gcd-function.exp
5694 * gdb.base/break-probes.exp
5695 * gdb.base/break.exp
5696 * gdb.base/breakpoint-shadow.exp
5697 * gdb.base/call-ar-st.exp
5698 * gdb.base/call-sc.exp
5699 * gdb.base/call-signal-resume.exp
5700 * gdb.base/call-strs.exp
5701 * gdb.base/callfuncs.exp
5702 * gdb.base/catch-fork-static.exp
5703 * gdb.base/catch-gdb-caused-signals.exp
5704 * gdb.base/catch-load.exp
5705 * gdb.base/catch-signal-fork.exp
5706 * gdb.base/catch-signal.exp
5707 * gdb.base/catch-syscall.exp
5708 * gdb.base/charset.exp
5709 * gdb.base/checkpoint.exp
5710 * gdb.base/chng-syms.exp
5711 * gdb.base/code-expr.exp
5712 * gdb.base/code_elim.exp
5713 * gdb.base/commands.exp
5714 * gdb.base/completion.exp
5715 * gdb.base/complex.exp
5716 * gdb.base/cond-expr.exp
5717 * gdb.base/condbreak.exp
5718 * gdb.base/consecutive.exp
5719 * gdb.base/continue-all-already-running.exp
5720 * gdb.base/coredump-filter.exp
5721 * gdb.base/corefile.exp
5722 * gdb.base/dbx.exp
5723 * gdb.base/debug-expr.exp
5724 * gdb.base/define.exp
5725 * gdb.base/del.exp
5726 * gdb.base/disabled-location.exp
5727 * gdb.base/disasm-end-cu.exp
5728 * gdb.base/disasm-optim.exp
5729 * gdb.base/display.exp
5730 * gdb.base/duplicate-bp.exp
5731 * gdb.base/ena-dis-br.exp
5732 * gdb.base/ending-run.exp
5733 * gdb.base/enumval.exp
5734 * gdb.base/environ.exp
5735 * gdb.base/eu-strip-infcall.exp
5736 * gdb.base/eval-avoid-side-effects.exp
5737 * gdb.base/eval-skip.exp
5738 * gdb.base/exitsignal.exp
5739 * gdb.base/expand-psymtabs.exp
5740 * gdb.base/filesym.exp
5741 * gdb.base/find-unmapped.exp
5742 * gdb.base/finish.exp
5743 * gdb.base/float.exp
5744 * gdb.base/foll-exec-mode.exp
5745 * gdb.base/foll-exec.exp
5746 * gdb.base/foll-fork.exp
5747 * gdb.base/fortran-sym-case.exp
5748 * gdb.base/freebpcmd.exp
5749 * gdb.base/func-ptr.exp
5750 * gdb.base/func-ptrs.exp
5751 * gdb.base/funcargs.exp
5752 * gdb.base/gcore-buffer-overflow.exp
5753 * gdb.base/gcore-relro-pie.exp
5754 * gdb.base/gcore-relro.exp
5755 * gdb.base/gcore.exp
5756 * gdb.base/gdb1090.exp
5757 * gdb.base/gdb11530.exp
5758 * gdb.base/gdb11531.exp
5759 * gdb.base/gdb1821.exp
5760 * gdb.base/gdbindex-stabs.exp
5761 * gdb.base/gdbvars.exp
5762 * gdb.base/hbreak.exp
5763 * gdb.base/hbreak2.exp
5764 * gdb.base/included.exp
5765 * gdb.base/infcall-input.exp
5766 * gdb.base/inferior-died.exp
5767 * gdb.base/infnan.exp
5768 * gdb.base/info-macros.exp
5769 * gdb.base/info-os.exp
5770 * gdb.base/info-proc.exp
5771 * gdb.base/info-shared.exp
5772 * gdb.base/info-target.exp
5773 * gdb.base/infoline.exp
5774 * gdb.base/interp.exp
5775 * gdb.base/interrupt.exp
5776 * gdb.base/jit-reader.exp
5777 * gdb.base/jit-simple.exp
5778 * gdb.base/kill-after-signal.exp
5779 * gdb.base/kill-detach-inferiors-cmd.exp
5780 * gdb.base/label.exp
5781 * gdb.base/langs.exp
5782 * gdb.base/ldbl_e308.exp
5783 * gdb.base/line-symtabs.exp
5784 * gdb.base/linespecs.exp
5785 * gdb.base/list.exp
5786 * gdb.base/long_long.exp
5787 * gdb.base/longest-types.exp
5788 * gdb.base/maint.exp
5789 * gdb.base/max-value-size.exp
5790 * gdb.base/memattr.exp
5791 * gdb.base/mips_pro.exp
5792 * gdb.base/morestack.exp
5793 * gdb.base/moribund-step.exp
5794 * gdb.base/multi-forks.exp
5795 * gdb.base/nested-addr.exp
5796 * gdb.base/nextoverexit.exp
5797 * gdb.base/noreturn-finish.exp
5798 * gdb.base/noreturn-return.exp
5799 * gdb.base/nostdlib.exp
5800 * gdb.base/offsets.exp
5801 * gdb.base/opaque.exp
5802 * gdb.base/pc-fp.exp
5803 * gdb.base/permissions.exp
5804 * gdb.base/print-symbol-loading.exp
5805 * gdb.base/prologue-include.exp
5806 * gdb.base/psymtab.exp
5807 * gdb.base/ptype.exp
5808 * gdb.base/random-signal.exp
5809 * gdb.base/randomize.exp
5810 * gdb.base/range-stepping.exp
5811 * gdb.base/readline-ask.exp
5812 * gdb.base/recpar.exp
5813 * gdb.base/recurse.exp
5814 * gdb.base/relational.exp
5815 * gdb.base/restore.exp
5816 * gdb.base/return-nodebug.exp
5817 * gdb.base/return.exp
5818 * gdb.base/run-after-attach.exp
5819 * gdb.base/save-bp.exp
5820 * gdb.base/scope.exp
5821 * gdb.base/sect-cmd.exp
5822 * gdb.base/set-lang-auto.exp
5823 * gdb.base/set-noassign.exp
5824 * gdb.base/setvar.exp
5825 * gdb.base/sigall.exp
5826 * gdb.base/sigbpt.exp
5827 * gdb.base/siginfo-addr.exp
5828 * gdb.base/siginfo-infcall.exp
5829 * gdb.base/siginfo-obj.exp
5830 * gdb.base/siginfo.exp
5831 * gdb.base/signals-state-child.exp
5832 * gdb.base/signest.exp
5833 * gdb.base/sigstep.exp
5834 * gdb.base/sizeof.exp
5835 * gdb.base/skip.exp
5836 * gdb.base/solib-corrupted.exp
5837 * gdb.base/solib-nodir.exp
5838 * gdb.base/solib-search.exp
5839 * gdb.base/stack-checking.exp
5840 * gdb.base/stale-infcall.exp
5841 * gdb.base/stap-probe.exp
5842 * gdb.base/start.exp
5843 * gdb.base/step-break.exp
5844 * gdb.base/step-bt.exp
5845 * gdb.base/step-line.exp
5846 * gdb.base/step-over-exit.exp
5847 * gdb.base/step-over-syscall.exp
5848 * gdb.base/step-resume-infcall.exp
5849 * gdb.base/step-test.exp
5850 * gdb.base/store.exp
5851 * gdb.base/structs3.exp
5852 * gdb.base/sym-file.exp
5853 * gdb.base/symbol-without-target_section.exp
5854 * gdb.base/term.exp
5855 * gdb.base/testenv.exp
5856 * gdb.base/ui-redirect.exp
5857 * gdb.base/until.exp
5858 * gdb.base/unwindonsignal.exp
5859 * gdb.base/value-double-free.exp
5860 * gdb.base/vla-datatypes.exp
5861 * gdb.base/vla-ptr.exp
5862 * gdb.base/vla-sideeffect.exp
5863 * gdb.base/volatile.exp
5864 * gdb.base/watch-cond-infcall.exp
5865 * gdb.base/watch-cond.exp
5866 * gdb.base/watch-non-mem.exp
5867 * gdb.base/watch-read.exp
5868 * gdb.base/watch-vfork.exp
5869 * gdb.base/watchpoint-cond-gone.exp
5870 * gdb.base/watchpoint-delete.exp
5871 * gdb.base/watchpoint-hw-hit-once.exp
5872 * gdb.base/watchpoint-hw.exp
5873 * gdb.base/watchpoint-stops-at-right-insn.exp
5874 * gdb.base/watchpoints.exp
5875 * gdb.base/wchar.exp
5876 * gdb.base/whatis-exp.exp
5877 * gdb.btrace/buffer-size.exp
5878 * gdb.btrace/data.exp
5879 * gdb.btrace/delta.exp
5880 * gdb.btrace/dlopen.exp
5881 * gdb.btrace/enable.exp
5882 * gdb.btrace/exception.exp
5883 * gdb.btrace/function_call_history.exp
5884 * gdb.btrace/gcore.exp
5885 * gdb.btrace/instruction_history.exp
5886 * gdb.btrace/nohist.exp
5887 * gdb.btrace/reconnect.exp
5888 * gdb.btrace/record_goto-step.exp
5889 * gdb.btrace/record_goto.exp
5890 * gdb.btrace/rn-dl-bind.exp
5891 * gdb.btrace/segv.exp
5892 * gdb.btrace/step.exp
5893 * gdb.btrace/stepi.exp
5894 * gdb.btrace/tailcall-only.exp
5895 * gdb.btrace/tailcall.exp
5896 * gdb.btrace/tsx.exp
5897 * gdb.btrace/unknown_functions.exp
5898 * gdb.btrace/vdso.exp
5899 * gdb.compile/compile-ifunc.exp
5900 * gdb.compile/compile-ops.exp
5901 * gdb.compile/compile-print.exp
5902 * gdb.compile/compile-setjmp.exp
5903 * gdb.cp/abstract-origin.exp
5904 * gdb.cp/ambiguous.exp
5905 * gdb.cp/annota2.exp
5906 * gdb.cp/annota3.exp
5907 * gdb.cp/anon-ns.exp
5908 * gdb.cp/anon-struct.exp
5909 * gdb.cp/anon-union.exp
5910 * gdb.cp/arg-reference.exp
5911 * gdb.cp/baseenum.exp
5912 * gdb.cp/bool.exp
5913 * gdb.cp/breakpoint.exp
5914 * gdb.cp/bs15503.exp
5915 * gdb.cp/call-c.exp
5916 * gdb.cp/casts.exp
5917 * gdb.cp/chained-calls.exp
5918 * gdb.cp/class2.exp
5919 * gdb.cp/classes.exp
5920 * gdb.cp/cmpd-minsyms.exp
5921 * gdb.cp/converts.exp
5922 * gdb.cp/cp-relocate.exp
5923 * gdb.cp/cpcompletion.exp
5924 * gdb.cp/cpexprs.exp
5925 * gdb.cp/cplabel.exp
5926 * gdb.cp/cplusfuncs.exp
5927 * gdb.cp/cpsizeof.exp
5928 * gdb.cp/ctti.exp
5929 * gdb.cp/derivation.exp
5930 * gdb.cp/destrprint.exp
5931 * gdb.cp/dispcxx.exp
5932 * gdb.cp/enum-class.exp
5933 * gdb.cp/exception.exp
5934 * gdb.cp/exceptprint.exp
5935 * gdb.cp/expand-psymtabs-cxx.exp
5936 * gdb.cp/expand-sals.exp
5937 * gdb.cp/extern-c.exp
5938 * gdb.cp/filename.exp
5939 * gdb.cp/formatted-ref.exp
5940 * gdb.cp/fpointer.exp
5941 * gdb.cp/gdb1355.exp
5942 * gdb.cp/gdb2495.exp
5943 * gdb.cp/hang.exp
5944 * gdb.cp/impl-this.exp
5945 * gdb.cp/infcall-dlopen.exp
5946 * gdb.cp/inherit.exp
5947 * gdb.cp/iostream.exp
5948 * gdb.cp/koenig.exp
5949 * gdb.cp/local.exp
5950 * gdb.cp/m-data.exp
5951 * gdb.cp/m-static.exp
5952 * gdb.cp/mb-ctor.exp
5953 * gdb.cp/mb-inline.exp
5954 * gdb.cp/mb-templates.exp
5955 * gdb.cp/member-name.exp
5956 * gdb.cp/member-ptr.exp
5957 * gdb.cp/meth-typedefs.exp
5958 * gdb.cp/method.exp
5959 * gdb.cp/method2.exp
5960 * gdb.cp/minsym-fallback.exp
5961 * gdb.cp/misc.exp
5962 * gdb.cp/namelessclass.exp
5963 * gdb.cp/namespace-enum.exp
5964 * gdb.cp/namespace-nested-import.exp
5965 * gdb.cp/namespace.exp
5966 * gdb.cp/nextoverthrow.exp
5967 * gdb.cp/no-dmgl-verbose.exp
5968 * gdb.cp/non-trivial-retval.exp
5969 * gdb.cp/noparam.exp
5970 * gdb.cp/nsdecl.exp
5971 * gdb.cp/nsimport.exp
5972 * gdb.cp/nsnested.exp
5973 * gdb.cp/nsnoimports.exp
5974 * gdb.cp/nsrecurs.exp
5975 * gdb.cp/nsstress.exp
5976 * gdb.cp/nsusing.exp
5977 * gdb.cp/operator.exp
5978 * gdb.cp/oranking.exp
5979 * gdb.cp/overload-const.exp
5980 * gdb.cp/overload.exp
5981 * gdb.cp/ovldbreak.exp
5982 * gdb.cp/ovsrch.exp
5983 * gdb.cp/paren-type.exp
5984 * gdb.cp/parse-lang.exp
5985 * gdb.cp/pass-by-ref.exp
5986 * gdb.cp/pr-1023.exp
5987 * gdb.cp/pr-1210.exp
5988 * gdb.cp/pr-574.exp
5989 * gdb.cp/pr10687.exp
5990 * gdb.cp/pr12028.exp
5991 * gdb.cp/pr17132.exp
5992 * gdb.cp/pr17494.exp
5993 * gdb.cp/pr9067.exp
5994 * gdb.cp/pr9167.exp
5995 * gdb.cp/pr9631.exp
5996 * gdb.cp/printmethod.exp
5997 * gdb.cp/psmang.exp
5998 * gdb.cp/psymtab-parameter.exp
5999 * gdb.cp/ptype-cv-cp.exp
6000 * gdb.cp/ptype-flags.exp
6001 * gdb.cp/re-set-overloaded.exp
6002 * gdb.cp/ref-types.exp
6003 * gdb.cp/rtti.exp
6004 * gdb.cp/scope-err.exp
6005 * gdb.cp/shadow.exp
6006 * gdb.cp/smartp.exp
6007 * gdb.cp/static-method.exp
6008 * gdb.cp/static-print-quit.exp
6009 * gdb.cp/temargs.exp
6010 * gdb.cp/templates.exp
6011 * gdb.cp/try_catch.exp
6012 * gdb.cp/typedef-operator.exp
6013 * gdb.cp/typeid.exp
6014 * gdb.cp/userdef.exp
6015 * gdb.cp/using-crash.exp
6016 * gdb.cp/var-tag.exp
6017 * gdb.cp/virtbase.exp
6018 * gdb.cp/virtfunc.exp
6019 * gdb.cp/virtfunc2.exp
6020 * gdb.cp/vla-cxx.exp
6021 * gdb.disasm/t01_mov.exp
6022 * gdb.disasm/t02_mova.exp
6023 * gdb.disasm/t03_add.exp
6024 * gdb.disasm/t04_sub.exp
6025 * gdb.disasm/t05_cmp.exp
6026 * gdb.disasm/t06_ari2.exp
6027 * gdb.disasm/t07_ari3.exp
6028 * gdb.disasm/t08_or.exp
6029 * gdb.disasm/t09_xor.exp
6030 * gdb.disasm/t10_and.exp
6031 * gdb.disasm/t11_logs.exp
6032 * gdb.disasm/t12_bit.exp
6033 * gdb.disasm/t13_otr.exp
6034 * gdb.dlang/circular.exp
6035 * gdb.dwarf2/arr-stride.exp
6036 * gdb.dwarf2/arr-subrange.exp
6037 * gdb.dwarf2/atomic-type.exp
6038 * gdb.dwarf2/bad-regnum.exp
6039 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6040 * gdb.dwarf2/callframecfa.exp
6041 * gdb.dwarf2/clztest.exp
6042 * gdb.dwarf2/corrupt.exp
6043 * gdb.dwarf2/data-loc.exp
6044 * gdb.dwarf2/dup-psym.exp
6045 * gdb.dwarf2/dw2-anon-mptr.exp
6046 * gdb.dwarf2/dw2-anonymous-func.exp
6047 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6048 * gdb.dwarf2/dw2-bad-unresolved.exp
6049 * gdb.dwarf2/dw2-basic.exp
6050 * gdb.dwarf2/dw2-canonicalize-type.exp
6051 * gdb.dwarf2/dw2-case-insensitive.exp
6052 * gdb.dwarf2/dw2-common-block.exp
6053 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6054 * gdb.dwarf2/dw2-compressed.exp
6055 * gdb.dwarf2/dw2-const.exp
6056 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6057 * gdb.dwarf2/dw2-cu-size.exp
6058 * gdb.dwarf2/dw2-dup-frame.exp
6059 * gdb.dwarf2/dw2-entry-value.exp
6060 * gdb.dwarf2/dw2-icycle.exp
6061 * gdb.dwarf2/dw2-ifort-parameter.exp
6062 * gdb.dwarf2/dw2-inline-break.exp
6063 * gdb.dwarf2/dw2-inline-param.exp
6064 * gdb.dwarf2/dw2-intercu.exp
6065 * gdb.dwarf2/dw2-intermix.exp
6066 * gdb.dwarf2/dw2-lexical-block-bare.exp
6067 * gdb.dwarf2/dw2-linkage-name-trust.exp
6068 * gdb.dwarf2/dw2-minsym-in-cu.exp
6069 * gdb.dwarf2/dw2-noloc.exp
6070 * gdb.dwarf2/dw2-op-call.exp
6071 * gdb.dwarf2/dw2-op-out-param.exp
6072 * gdb.dwarf2/dw2-opt-structptr.exp
6073 * gdb.dwarf2/dw2-param-error.exp
6074 * gdb.dwarf2/dw2-producer.exp
6075 * gdb.dwarf2/dw2-ranges-base.exp
6076 * gdb.dwarf2/dw2-ref-missing-frame.exp
6077 * gdb.dwarf2/dw2-reg-undefined.exp
6078 * gdb.dwarf2/dw2-regno-invalid.exp
6079 * gdb.dwarf2/dw2-restore.exp
6080 * gdb.dwarf2/dw2-restrict.exp
6081 * gdb.dwarf2/dw2-single-line-discriminators.exp
6082 * gdb.dwarf2/dw2-strp.exp
6083 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6084 * gdb.dwarf2/dw2-unresolved.exp
6085 * gdb.dwarf2/dw2-var-zero-addr.exp
6086 * gdb.dwarf2/dw4-sig-types.exp
6087 * gdb.dwarf2/dwz.exp
6088 * gdb.dwarf2/dynarr-ptr.exp
6089 * gdb.dwarf2/enum-type.exp
6090 * gdb.dwarf2/gdb-index.exp
6091 * gdb.dwarf2/implptr-64bit.exp
6092 * gdb.dwarf2/implptr-optimized-out.exp
6093 * gdb.dwarf2/implptr.exp
6094 * gdb.dwarf2/implref-array.exp
6095 * gdb.dwarf2/implref-const.exp
6096 * gdb.dwarf2/implref-global.exp
6097 * gdb.dwarf2/implref-struct.exp
6098 * gdb.dwarf2/mac-fileno.exp
6099 * gdb.dwarf2/main-subprogram.exp
6100 * gdb.dwarf2/member-ptr-forwardref.exp
6101 * gdb.dwarf2/method-ptr.exp
6102 * gdb.dwarf2/missing-sig-type.exp
6103 * gdb.dwarf2/nonvar-access.exp
6104 * gdb.dwarf2/opaque-type-lookup.exp
6105 * gdb.dwarf2/pieces-optimized-out.exp
6106 * gdb.dwarf2/pieces.exp
6107 * gdb.dwarf2/pr10770.exp
6108 * gdb.dwarf2/pr13961.exp
6109 * gdb.dwarf2/staticvirtual.exp
6110 * gdb.dwarf2/subrange.exp
6111 * gdb.dwarf2/symtab-producer.exp
6112 * gdb.dwarf2/trace-crash.exp
6113 * gdb.dwarf2/typeddwarf.exp
6114 * gdb.dwarf2/valop.exp
6115 * gdb.dwarf2/watch-notconst.exp
6116 * gdb.fortran/array-element.exp
6117 * gdb.fortran/charset.exp
6118 * gdb.fortran/common-block.exp
6119 * gdb.fortran/complex.exp
6120 * gdb.fortran/derived-type-function.exp
6121 * gdb.fortran/derived-type.exp
6122 * gdb.fortran/logical.exp
6123 * gdb.fortran/module.exp
6124 * gdb.fortran/multi-dim.exp
6125 * gdb.fortran/nested-funcs.exp
6126 * gdb.fortran/print-formatted.exp
6127 * gdb.fortran/subarray.exp
6128 * gdb.fortran/vla-alloc-assoc.exp
6129 * gdb.fortran/vla-datatypes.exp
6130 * gdb.fortran/vla-history.exp
6131 * gdb.fortran/vla-ptr-info.exp
6132 * gdb.fortran/vla-ptype-sub.exp
6133 * gdb.fortran/vla-ptype.exp
6134 * gdb.fortran/vla-sizeof.exp
6135 * gdb.fortran/vla-type.exp
6136 * gdb.fortran/vla-value-sub-arbitrary.exp
6137 * gdb.fortran/vla-value-sub-finish.exp
6138 * gdb.fortran/vla-value-sub.exp
6139 * gdb.fortran/vla-value.exp
6140 * gdb.fortran/whatis_type.exp
6141 * gdb.go/chan.exp
6142 * gdb.go/handcall.exp
6143 * gdb.go/hello.exp
6144 * gdb.go/integers.exp
6145 * gdb.go/methods.exp
6146 * gdb.go/package.exp
6147 * gdb.go/strings.exp
6148 * gdb.go/types.exp
6149 * gdb.go/unsafe.exp
6150 * gdb.guile/scm-arch.exp
6151 * gdb.guile/scm-block.exp
6152 * gdb.guile/scm-breakpoint.exp
6153 * gdb.guile/scm-cmd.exp
6154 * gdb.guile/scm-disasm.exp
6155 * gdb.guile/scm-equal.exp
6156 * gdb.guile/scm-frame-args.exp
6157 * gdb.guile/scm-frame-inline.exp
6158 * gdb.guile/scm-frame.exp
6159 * gdb.guile/scm-iterator.exp
6160 * gdb.guile/scm-math.exp
6161 * gdb.guile/scm-objfile.exp
6162 * gdb.guile/scm-ports.exp
6163 * gdb.guile/scm-symbol.exp
6164 * gdb.guile/scm-symtab.exp
6165 * gdb.guile/scm-value-cc.exp
6166 * gdb.guile/types-module.exp
6167 * gdb.linespec/break-ask.exp
6168 * gdb.linespec/cpexplicit.exp
6169 * gdb.linespec/explicit.exp
6170 * gdb.linespec/keywords.exp
6171 * gdb.linespec/linespec.exp
6172 * gdb.linespec/ls-dollar.exp
6173 * gdb.linespec/ls-errs.exp
6174 * gdb.linespec/skip-two.exp
6175 * gdb.linespec/thread.exp
6176 * gdb.mi/mi-async.exp
6177 * gdb.mi/mi-basics.exp
6178 * gdb.mi/mi-break.exp
6179 * gdb.mi/mi-catch-load.exp
6180 * gdb.mi/mi-cli.exp
6181 * gdb.mi/mi-cmd-param-changed.exp
6182 * gdb.mi/mi-console.exp
6183 * gdb.mi/mi-detach.exp
6184 * gdb.mi/mi-disassemble.exp
6185 * gdb.mi/mi-eval.exp
6186 * gdb.mi/mi-file-transfer.exp
6187 * gdb.mi/mi-file.exp
6188 * gdb.mi/mi-fill-memory.exp
6189 * gdb.mi/mi-inheritance-syntax-error.exp
6190 * gdb.mi/mi-linespec-err-cp.exp
6191 * gdb.mi/mi-logging.exp
6192 * gdb.mi/mi-memory-changed.exp
6193 * gdb.mi/mi-read-memory.exp
6194 * gdb.mi/mi-record-changed.exp
6195 * gdb.mi/mi-reg-undefined.exp
6196 * gdb.mi/mi-regs.exp
6197 * gdb.mi/mi-return.exp
6198 * gdb.mi/mi-reverse.exp
6199 * gdb.mi/mi-simplerun.exp
6200 * gdb.mi/mi-solib.exp
6201 * gdb.mi/mi-stack.exp
6202 * gdb.mi/mi-stepi.exp
6203 * gdb.mi/mi-syn-frame.exp
6204 * gdb.mi/mi-until.exp
6205 * gdb.mi/mi-var-block.exp
6206 * gdb.mi/mi-var-child.exp
6207 * gdb.mi/mi-var-cmd.exp
6208 * gdb.mi/mi-var-cp.exp
6209 * gdb.mi/mi-var-display.exp
6210 * gdb.mi/mi-var-invalidate.exp
6211 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6212 * gdb.mi/mi-vla-fortran.exp
6213 * gdb.mi/mi-watch.exp
6214 * gdb.mi/mi2-var-child.exp
6215 * gdb.mi/user-selected-context-sync.exp
6216 * gdb.modula2/unbounded-array.exp
6217 * gdb.multi/dummy-frame-restore.exp
6218 * gdb.multi/multi-arch-exec.exp
6219 * gdb.multi/multi-arch.exp
6220 * gdb.multi/tids.exp
6221 * gdb.multi/watchpoint-multi.exp
6222 * gdb.opencl/callfuncs.exp
6223 * gdb.opencl/convs_casts.exp
6224 * gdb.opencl/datatypes.exp
6225 * gdb.opencl/operators.exp
6226 * gdb.opencl/vec_comps.exp
6227 * gdb.opt/clobbered-registers-O2.exp
6228 * gdb.opt/inline-break.exp
6229 * gdb.opt/inline-bt.exp
6230 * gdb.opt/inline-cmds.exp
6231 * gdb.opt/inline-locals.exp
6232 * gdb.pascal/case-insensitive-symbols.exp
6233 * gdb.pascal/floats.exp
6234 * gdb.pascal/gdb11492.exp
6235 * gdb.python/lib-types.exp
6236 * gdb.python/py-arch.exp
6237 * gdb.python/py-as-string.exp
6238 * gdb.python/py-bad-printers.exp
6239 * gdb.python/py-block.exp
6240 * gdb.python/py-breakpoint-create-fail.exp
6241 * gdb.python/py-breakpoint.exp
6242 * gdb.python/py-caller-is.exp
6243 * gdb.python/py-cmd.exp
6244 * gdb.python/py-explore-cc.exp
6245 * gdb.python/py-explore.exp
6246 * gdb.python/py-finish-breakpoint.exp
6247 * gdb.python/py-finish-breakpoint2.exp
6248 * gdb.python/py-frame-args.exp
6249 * gdb.python/py-frame-inline.exp
6250 * gdb.python/py-frame.exp
6251 * gdb.python/py-framefilter-mi.exp
6252 * gdb.python/py-infthread.exp
6253 * gdb.python/py-lazy-string.exp
6254 * gdb.python/py-linetable.exp
6255 * gdb.python/py-mi-events.exp
6256 * gdb.python/py-mi-objfile.exp
6257 * gdb.python/py-mi.exp
6258 * gdb.python/py-objfile.exp
6259 * gdb.python/py-pp-integral.exp
6260 * gdb.python/py-pp-maint.exp
6261 * gdb.python/py-pp-re-notag.exp
6262 * gdb.python/py-pp-registration.exp
6263 * gdb.python/py-recurse-unwind.exp
6264 * gdb.python/py-strfns.exp
6265 * gdb.python/py-symbol.exp
6266 * gdb.python/py-symtab.exp
6267 * gdb.python/py-sync-interp.exp
6268 * gdb.python/py-typeprint.exp
6269 * gdb.python/py-unwind-maint.exp
6270 * gdb.python/py-unwind.exp
6271 * gdb.python/py-value-cc.exp
6272 * gdb.python/py-xmethods.exp
6273 * gdb.reverse/amd64-tailcall-reverse.exp
6274 * gdb.reverse/break-precsave.exp
6275 * gdb.reverse/break-reverse.exp
6276 * gdb.reverse/consecutive-precsave.exp
6277 * gdb.reverse/consecutive-reverse.exp
6278 * gdb.reverse/finish-precsave.exp
6279 * gdb.reverse/finish-reverse-bkpt.exp
6280 * gdb.reverse/finish-reverse.exp
6281 * gdb.reverse/fstatat-reverse.exp
6282 * gdb.reverse/getresuid-reverse.exp
6283 * gdb.reverse/i386-precsave.exp
6284 * gdb.reverse/i386-reverse.exp
6285 * gdb.reverse/i386-sse-reverse.exp
6286 * gdb.reverse/i387-env-reverse.exp
6287 * gdb.reverse/i387-stack-reverse.exp
6288 * gdb.reverse/insn-reverse.exp
6289 * gdb.reverse/machinestate-precsave.exp
6290 * gdb.reverse/machinestate.exp
6291 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6292 * gdb.reverse/pipe-reverse.exp
6293 * gdb.reverse/readv-reverse.exp
6294 * gdb.reverse/recvmsg-reverse.exp
6295 * gdb.reverse/rerun-prec.exp
6296 * gdb.reverse/s390-mvcle.exp
6297 * gdb.reverse/step-precsave.exp
6298 * gdb.reverse/step-reverse.exp
6299 * gdb.reverse/time-reverse.exp
6300 * gdb.reverse/until-precsave.exp
6301 * gdb.reverse/until-reverse.exp
6302 * gdb.reverse/waitpid-reverse.exp
6303 * gdb.reverse/watch-precsave.exp
6304 * gdb.reverse/watch-reverse.exp
6305 * gdb.rust/generics.exp
6306 * gdb.rust/methods.exp
6307 * gdb.rust/modules.exp
6308 * gdb.rust/simple.exp
6309 * gdb.server/connect-with-no-symbol-file.exp
6310 * gdb.server/ext-attach.exp
6311 * gdb.server/ext-restart.exp
6312 * gdb.server/ext-wrapper.exp
6313 * gdb.server/file-transfer.exp
6314 * gdb.server/server-exec-info.exp
6315 * gdb.server/server-kill.exp
6316 * gdb.server/server-mon.exp
6317 * gdb.server/wrapper.exp
6318 * gdb.stabs/exclfwd.exp
6319 * gdb.stabs/gdb11479.exp
6320 * gdb.threads/clone-new-thread-event.exp
6321 * gdb.threads/corethreads.exp
6322 * gdb.threads/current-lwp-dead.exp
6323 * gdb.threads/dlopen-libpthread.exp
6324 * gdb.threads/gcore-thread.exp
6325 * gdb.threads/sigstep-threads.exp
6326 * gdb.threads/watchpoint-fork.exp
6327 * gdb.trace/actions-changed.exp
6328 * gdb.trace/backtrace.exp
6329 * gdb.trace/change-loc.exp
6330 * gdb.trace/circ.exp
6331 * gdb.trace/collection.exp
6332 * gdb.trace/disconnected-tracing.exp
6333 * gdb.trace/ftrace.exp
6334 * gdb.trace/mi-trace-frame-collected.exp
6335 * gdb.trace/mi-trace-unavailable.exp
6336 * gdb.trace/mi-traceframe-changed.exp
6337 * gdb.trace/mi-tsv-changed.exp
6338 * gdb.trace/no-attach-trace.exp
6339 * gdb.trace/passc-dyn.exp
6340 * gdb.trace/qtro.exp
6341 * gdb.trace/range-stepping.exp
6342 * gdb.trace/read-memory.exp
6343 * gdb.trace/save-trace.exp
6344 * gdb.trace/signal.exp
6345 * gdb.trace/status-stop.exp
6346 * gdb.trace/tfile.exp
6347 * gdb.trace/trace-break.exp
6348 * gdb.trace/trace-buffer-size.exp
6349 * gdb.trace/trace-condition.exp
6350 * gdb.trace/tracefile-pseudo-reg.exp
6351 * gdb.trace/tstatus.exp
6352 * gdb.trace/unavailable.exp
6353 * gdb.trace/while-dyn.exp
6354 * gdb.trace/while-stepping.exp
6355
6356 2016-12-22 Doug Evans <xdje42@gmail.com>
6357
6358 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6359 and msymbols.
6360
6361 2016-12-19 Yao Qi <yao.qi@linaro.org>
6362
6363 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6364 (test_with_self): Don't call do_steps_and_nexts, and remove
6365 code about stepping into xmalloc.
6366
6367 2016-12-09 Yao Qi <yao.qi@linaro.org>
6368
6369 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6370
6371 2016-12-09 Yao Qi <yao.qi@linaro.org>
6372
6373 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6374
6375 2016-12-09 Pedro Alves <palves@redhat.com>
6376
6377 * gdb.base/all-architectures-0.exp: New file.
6378 * gdb.base/all-architectures-1.exp: New file.
6379 * gdb.base/all-architectures-2.exp: New file.
6380 * gdb.base/all-architectures-3.exp: New file.
6381 * gdb.base/all-architectures-4.exp: New file.
6382 * gdb.base/all-architectures-5.exp: New file.
6383 * gdb.base/all-architectures-6.exp: New file.
6384 * gdb.base/all-architectures-7.exp: New file.
6385 * gdb.base/all-architectures.exp.in: New file.
6386
6387 2016-12-09 Yao Qi <yao.qi@linaro.org>
6388
6389 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6390
6391 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6392
6393 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6394 possible.
6395 Remove useless pattern-matching code.
6396
6397 2016-12-02 Pedro Alves <palves@redhat.com>
6398
6399 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6400 procedure.
6401 (top level): Call it.
6402
6403 2016-12-02 Pedro Alves <palves@redhat.com>
6404
6405 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6406 New procedure.
6407 (top level): Call it.
6408
6409 2016-12-02 Pedro Alves <palves@redhat.com>
6410
6411 PR cli/20559
6412 * gdb.base/commands.exp (user_defined_command_args_eval): New
6413 procedure.
6414 (top level): Call it.
6415
6416 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6417
6418 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6419 timeout handling.
6420
6421 2016-12-02 Tom Tromey <tom@tromey.com>
6422
6423 * gdb.dwarf2/main-subprogram.c: New file.
6424 * gdb.dwarf2/main-subprogram.exp: New file.
6425
6426 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6427
6428 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6429 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6430 gdb_test_no_output for a couple of cases.
6431 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6432
6433 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6434
6435 Fix test names and standardize compilation error messages throughout
6436 the following files:
6437
6438 * gdb.ada/start.exp
6439 * gdb.arch/alpha-step.exp
6440 * gdb.arch/e500-prologue.exp
6441 * gdb.arch/ftrace-insn-reloc.exp
6442 * gdb.arch/gdb1291.exp
6443 * gdb.arch/gdb1431.exp
6444 * gdb.arch/gdb1558.exp
6445 * gdb.arch/i386-dr3-watch.exp
6446 * gdb.arch/i386-sse-stack-align.exp
6447 * gdb.arch/ia64-breakpoint-shadow.exp
6448 * gdb.arch/pa-nullify.exp
6449 * gdb.arch/powerpc-aix-prologue.exp
6450 * gdb.arch/thumb-bx-pc.exp
6451 * gdb.base/annota1.exp
6452 * gdb.base/annota3.exp
6453 * gdb.base/arrayidx.exp
6454 * gdb.base/assign.exp
6455 * gdb.base/attach.exp
6456 * gdb.base/auxv.exp
6457 * gdb.base/bang.exp
6458 * gdb.base/bfp-test.exp
6459 * gdb.base/bigcore.exp
6460 * gdb.base/bitfields2.exp
6461 * gdb.base/break-fun-addr.exp
6462 * gdb.base/break-probes.exp
6463 * gdb.base/call-rt-st.exp
6464 * gdb.base/callexit.exp
6465 * gdb.base/catch-fork-kill.exp
6466 * gdb.base/charset.exp
6467 * gdb.base/checkpoint.exp
6468 * gdb.base/comprdebug.exp
6469 * gdb.base/constvars.exp
6470 * gdb.base/coredump-filter.exp
6471 * gdb.base/cursal.exp
6472 * gdb.base/cvexpr.exp
6473 * gdb.base/detach.exp
6474 * gdb.base/display.exp
6475 * gdb.base/dmsym.exp
6476 * gdb.base/dprintf-pending.exp
6477 * gdb.base/dso2dso.exp
6478 * gdb.base/dtrace-probe.exp
6479 * gdb.base/dump.exp
6480 * gdb.base/enum_cond.exp
6481 * gdb.base/exe-lock.exp
6482 * gdb.base/exec-invalid-sysroot.exp
6483 * gdb.base/execl-update-breakpoints.exp
6484 * gdb.base/exprs.exp
6485 * gdb.base/fileio.exp
6486 * gdb.base/find.exp
6487 * gdb.base/finish.exp
6488 * gdb.base/fixsection.exp
6489 * gdb.base/foll-vfork.exp
6490 * gdb.base/frame-args.exp
6491 * gdb.base/gcore.exp
6492 * gdb.base/gdb1250.exp
6493 * gdb.base/global-var-nested-by-dso.exp
6494 * gdb.base/gnu-ifunc.exp
6495 * gdb.base/hashline1.exp
6496 * gdb.base/hashline2.exp
6497 * gdb.base/hashline3.exp
6498 * gdb.base/hbreak-in-shr-unsupported.exp
6499 * gdb.base/huge.exp
6500 * gdb.base/infcall-input.exp
6501 * gdb.base/info-fun.exp
6502 * gdb.base/info-shared.exp
6503 * gdb.base/jit-simple.exp
6504 * gdb.base/jit-so.exp
6505 * gdb.base/jit.exp
6506 * gdb.base/jump.exp
6507 * gdb.base/label.exp
6508 * gdb.base/lineinc.exp
6509 * gdb.base/logical.exp
6510 * gdb.base/longjmp.exp
6511 * gdb.base/macscp.exp
6512 * gdb.base/miscexprs.exp
6513 * gdb.base/new-ui-echo.exp
6514 * gdb.base/new-ui-pending-input.exp
6515 * gdb.base/new-ui.exp
6516 * gdb.base/nodebug.exp
6517 * gdb.base/nofield.exp
6518 * gdb.base/offsets.exp
6519 * gdb.base/overlays.exp
6520 * gdb.base/pending.exp
6521 * gdb.base/pointers.exp
6522 * gdb.base/pr11022.exp
6523 * gdb.base/printcmds.exp
6524 * gdb.base/prologue.exp
6525 * gdb.base/ptr-typedef.exp
6526 * gdb.base/realname-expand.exp
6527 * gdb.base/relativedebug.exp
6528 * gdb.base/relocate.exp
6529 * gdb.base/remote.exp
6530 * gdb.base/reread.exp
6531 * gdb.base/return2.exp
6532 * gdb.base/savedregs.exp
6533 * gdb.base/sep.exp
6534 * gdb.base/sepdebug.exp
6535 * gdb.base/sepsymtab.exp
6536 * gdb.base/set-inferior-tty.exp
6537 * gdb.base/setshow.exp
6538 * gdb.base/shlib-call.exp
6539 * gdb.base/sigaltstack.exp
6540 * gdb.base/siginfo-addr.exp
6541 * gdb.base/signals.exp
6542 * gdb.base/signull.exp
6543 * gdb.base/sigrepeat.exp
6544 * gdb.base/so-impl-ld.exp
6545 * gdb.base/solib-display.exp
6546 * gdb.base/solib-overlap.exp
6547 * gdb.base/solib-search.exp
6548 * gdb.base/solib-symbol.exp
6549 * gdb.base/structs.exp
6550 * gdb.base/structs2.exp
6551 * gdb.base/symtab-search-order.exp
6552 * gdb.base/twice.exp
6553 * gdb.base/unload.exp
6554 * gdb.base/varargs.exp
6555 * gdb.base/watchpoint-solib.exp
6556 * gdb.base/watchpoint.exp
6557 * gdb.base/whatis.exp
6558 * gdb.base/wrong_frame_bt_full.exp
6559 * gdb.btrace/dlopen.exp
6560 * gdb.cell/ea-standalone.exp
6561 * gdb.cell/ea-test.exp
6562 * gdb.cp/dispcxx.exp
6563 * gdb.cp/gdb2384.exp
6564 * gdb.cp/method2.exp
6565 * gdb.cp/nextoverthrow.exp
6566 * gdb.cp/pr10728.exp
6567 * gdb.disasm/am33.exp
6568 * gdb.disasm/h8300s.exp
6569 * gdb.disasm/mn10300.exp
6570 * gdb.disasm/sh3.exp
6571 * gdb.dwarf2/dw2-dir-file-name.exp
6572 * gdb.fortran/complex.exp
6573 * gdb.fortran/library-module.exp
6574 * gdb.guile/scm-pretty-print.exp
6575 * gdb.guile/scm-symbol.exp
6576 * gdb.guile/scm-type.exp
6577 * gdb.guile/scm-value.exp
6578 * gdb.linespec/linespec.exp
6579 * gdb.mi/gdb701.exp
6580 * gdb.mi/gdb792.exp
6581 * gdb.mi/mi-breakpoint-changed.exp
6582 * gdb.mi/mi-dprintf-pending.exp
6583 * gdb.mi/mi-dprintf.exp
6584 * gdb.mi/mi-exit-code.exp
6585 * gdb.mi/mi-pending.exp
6586 * gdb.mi/mi-solib.exp
6587 * gdb.mi/new-ui-mi-sync.exp
6588 * gdb.mi/pr11022.exp
6589 * gdb.mi/user-selected-context-sync.exp
6590 * gdb.opt/solib-intra-step.exp
6591 * gdb.python/py-events.exp
6592 * gdb.python/py-finish-breakpoint.exp
6593 * gdb.python/py-mi.exp
6594 * gdb.python/py-prettyprint.exp
6595 * gdb.python/py-shared.exp
6596 * gdb.python/py-symbol.exp
6597 * gdb.python/py-template.exp
6598 * gdb.python/py-type.exp
6599 * gdb.python/py-value.exp
6600 * gdb.reverse/solib-precsave.exp
6601 * gdb.reverse/solib-reverse.exp
6602 * gdb.server/solib-list.exp
6603 * gdb.stabs/weird.exp
6604 * gdb.threads/reconnect-signal.exp
6605 * gdb.threads/stepi-random-signal.exp
6606 * gdb.trace/actions.exp
6607 * gdb.trace/ax.exp
6608 * gdb.trace/backtrace.exp
6609 * gdb.trace/change-loc.exp
6610 * gdb.trace/deltrace.exp
6611 * gdb.trace/ftrace-lock.exp
6612 * gdb.trace/ftrace.exp
6613 * gdb.trace/infotrace.exp
6614 * gdb.trace/mi-tracepoint-changed.exp
6615 * gdb.trace/packetlen.exp
6616 * gdb.trace/passcount.exp
6617 * gdb.trace/pending.exp
6618 * gdb.trace/range-stepping.exp
6619 * gdb.trace/report.exp
6620 * gdb.trace/stap-trace.exp
6621 * gdb.trace/tfind.exp
6622 * gdb.trace/trace-break.exp
6623 * gdb.trace/trace-condition.exp
6624 * gdb.trace/trace-enable-disable.exp
6625 * gdb.trace/trace-mt.exp
6626 * gdb.trace/tracecmd.exp
6627 * gdb.trace/tspeed.exp
6628 * gdb.trace/tsv.exp
6629 * lib/perftest.exp
6630
6631 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6632
6633 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6634 with gdb_test_no_output.
6635 Use command as test name.
6636
6637 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6638
6639 Fix test names starting with uppercase throughout the files.
6640
6641 * gdb.ada/assign_1.exp
6642 * gdb.ada/boolean_expr.exp
6643 * gdb.base/arrayidx.exp
6644 * gdb.base/del.exp
6645 * gdb.base/gcore-buffer-overflow.exp
6646 * gdb.base/testenv.exp
6647 * gdb.compile/compile.exp
6648 * gdb.python/py-framefilter-invalidarg.exp
6649 * gdb.python/py-framefilter.exp
6650
6651 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6652
6653 Fix test names starting with uppercase throughout the files.
6654
6655 * gdb.ada/array_return.exp
6656 * gdb.ada/expr_delims.exp
6657 * gdb.ada/mi_dyn_arr.exp
6658 * gdb.ada/mi_interface.exp
6659 * gdb.ada/mi_var_array.exp
6660 * gdb.ada/watch_arg.exp
6661 * gdb.arch/alpha-step.exp
6662 * gdb.arch/altivec-regs.exp
6663 * gdb.arch/e500-regs.exp
6664 * gdb.arch/powerpc-d128-regs.exp
6665 * gdb.base/arrayidx.exp
6666 * gdb.base/break.exp
6667 * gdb.base/checkpoint.exp
6668 * gdb.base/debug-expr.exp
6669 * gdb.base/dmsym.exp
6670 * gdb.base/radix.exp
6671 * gdb.base/sepdebug.exp
6672 * gdb.base/testenv.exp
6673 * gdb.base/watch_thread_num.exp
6674 * gdb.base/watchpoint-cond-gone.exp
6675 * gdb.cell/break.exp
6676 * gdb.cell/ea-cache.exp
6677 * gdb.compile/compile.exp
6678 * gdb.cp/gdb2495.exp
6679 * gdb.gdb/selftest.exp
6680 * gdb.gdb/xfullpath.exp
6681 * gdb.go/hello.exp
6682 * gdb.go/integers.exp
6683 * gdb.objc/basicclass.exp
6684 * gdb.pascal/hello.exp
6685 * gdb.pascal/integers.exp
6686 * gdb.python/py-breakpoint.exp
6687 * gdb.python/py-cmd.exp
6688 * gdb.python/py-linetable.exp
6689 * gdb.python/py-xmethods.exp
6690 * gdb.python/python.exp
6691 * gdb.reverse/consecutive-precsave.exp
6692 * gdb.reverse/finish-precsave.exp
6693 * gdb.reverse/i386-precsave.exp
6694 * gdb.reverse/machinestate-precsave.exp
6695 * gdb.reverse/sigall-precsave.exp
6696 * gdb.reverse/solib-precsave.exp
6697 * gdb.reverse/step-precsave.exp
6698 * gdb.reverse/until-precsave.exp
6699 * gdb.reverse/watch-precsave.exp
6700 * gdb.threads/leader-exit.exp
6701 * gdb.threads/pthreads.exp
6702 * gdb.threads/wp-replication.exp
6703 * gdb.trace/actions.exp
6704 * gdb.trace/mi-tsv-changed.exp
6705 * gdb.trace/tsv.exp
6706
6707 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6708
6709 Fix test names starting with uppercase throughout the files.
6710
6711 * gdb.arch/i386-bp_permanent.exp
6712 * gdb.arch/i386-gnu-cfi.exp
6713 * gdb.base/disasm-end-cu.exp
6714 * gdb.base/macscp.exp
6715 * gdb.base/pending.exp
6716 * gdb.base/watch_thread_num.exp
6717 * gdb.cp/exception.exp
6718 * gdb.cp/gdb2495.exp
6719 * gdb.cp/local.exp
6720 * gdb.python/py-evsignal.exp
6721 * gdb.python/python.exp
6722 * gdb.trace/tracecmd.exp
6723
6724 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6725
6726 Fix test names starting with uppercase throughout the files.
6727
6728 * gdb.base/charset.exp
6729 * gdb.base/eval.exp
6730 * gdb.base/multi-forks.exp
6731 * gdb.guile/scm-progspace.exp
6732 * gdb.opencl/datatypes.exp
6733 * gdb.python/py-block.exp
6734 * gdb.python/py-function.exp
6735 * gdb.python/py-symbol.exp
6736 * gdb.python/py-symtab.exp
6737 * gdb.python/py-xmethods.exp
6738 * gdb.reverse/break-precsave.exp
6739 * gdb.reverse/break-reverse.exp
6740 * gdb.reverse/consecutive-precsave.exp
6741 * gdb.reverse/consecutive-reverse.exp
6742 * gdb.reverse/finish-precsave.exp
6743 * gdb.reverse/finish-reverse-bkpt.exp
6744 * gdb.reverse/finish-reverse.exp
6745 * gdb.reverse/fstatat-reverse.exp
6746 * gdb.reverse/getresuid-reverse.exp
6747 * gdb.reverse/i386-precsave.exp
6748 * gdb.reverse/i386-reverse.exp
6749 * gdb.reverse/i386-sse-reverse.exp
6750 * gdb.reverse/i387-stack-reverse.exp
6751 * gdb.reverse/insn-reverse.exp
6752 * gdb.reverse/machinestate-precsave.exp
6753 * gdb.reverse/machinestate.exp
6754 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6755 * gdb.reverse/pipe-reverse.exp
6756 * gdb.reverse/readv-reverse.exp
6757 * gdb.reverse/recvmsg-reverse.exp
6758 * gdb.reverse/rerun-prec.exp
6759 * gdb.reverse/s390-mvcle.exp
6760 * gdb.reverse/sigall-precsave.exp
6761 * gdb.reverse/sigall-reverse.exp
6762 * gdb.reverse/solib-precsave.exp
6763 * gdb.reverse/solib-reverse.exp
6764 * gdb.reverse/step-precsave.exp
6765 * gdb.reverse/step-reverse.exp
6766 * gdb.reverse/time-reverse.exp
6767 * gdb.reverse/until-precsave.exp
6768 * gdb.reverse/until-reverse.exp
6769 * gdb.reverse/waitpid-reverse.exp
6770 * gdb.reverse/watch-precsave.exp
6771 * gdb.reverse/watch-reverse.exp
6772
6773 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6774
6775 Fix test names starting with uppercase throughout the files.
6776
6777 * gdb.arch/i386-mpx-simple_segv.exp
6778 * gdb.arch/i386-mpx.exp
6779 * gdb.arch/i386-permbkpt.exp
6780 * gdb.arch/pa-nullify.exp
6781 * gdb.arch/powerpc-d128-regs.exp
6782 * gdb.arch/vsx-regs.exp
6783 * gdb.base/bfp-test.exp
6784 * gdb.base/break.exp
6785 * gdb.base/breakpoint-shadow.exp
6786 * gdb.base/callfuncs.exp
6787 * gdb.base/charset.exp
6788 * gdb.base/commands.exp
6789 * gdb.base/completion.exp
6790 * gdb.base/dfp-test.exp
6791 * gdb.base/echo.exp
6792 * gdb.base/ending-run.exp
6793 * gdb.base/eval.exp
6794 * gdb.base/expand-psymtabs.exp
6795 * gdb.base/float128.exp
6796 * gdb.base/floatn.exp
6797 * gdb.base/foll-exec-mode.exp
6798 * gdb.base/gdb1056.exp
6799 * gdb.base/gdb11531.exp
6800 * gdb.base/kill-after-signal.exp
6801 * gdb.base/multi-forks.exp
6802 * gdb.base/overlays.exp
6803 * gdb.base/pending.exp
6804 * gdb.base/sepdebug.exp
6805 * gdb.base/testenv.exp
6806 * gdb.base/valgrind-db-attach.exp
6807 * gdb.base/watch_thread_num.exp
6808 * gdb.base/watchpoint-cond-gone.exp
6809 * gdb.base/watchpoint.exp
6810 * gdb.base/watchpoints.exp
6811 * gdb.cp/arg-reference.exp
6812 * gdb.cp/baseenum.exp
6813 * gdb.cp/operator.exp
6814 * gdb.cp/shadow.exp
6815 * gdb.dwarf2/dw2-op-out-param.exp
6816 * gdb.dwarf2/dw2-reg-undefined.exp
6817 * gdb.go/chan.exp
6818 * gdb.go/hello.exp
6819 * gdb.go/integers.exp
6820 * gdb.go/methods.exp
6821 * gdb.go/package.exp
6822 * gdb.guile/scm-parameter.exp
6823 * gdb.guile/scm-progspace.exp
6824 * gdb.guile/scm-value.exp
6825 * gdb.mi/mi-pending.exp
6826 * gdb.mi/user-selected-context-sync.exp
6827 * gdb.multi/multi-attach.exp
6828 * gdb.multi/tids.exp
6829 * gdb.opt/clobbered-registers-O2.exp
6830 * gdb.pascal/floats.exp
6831 * gdb.pascal/integers.exp
6832 * gdb.python/py-block.exp
6833 * gdb.python/py-events.exp
6834 * gdb.python/py-parameter.exp
6835 * gdb.python/py-symbol.exp
6836 * gdb.python/py-symtab.exp
6837 * gdb.python/py-type.exp
6838 * gdb.python/py-value.exp
6839 * gdb.python/py-xmethods.exp
6840 * gdb.python/python.exp
6841 * gdb.reverse/break-precsave.exp
6842 * gdb.reverse/consecutive-precsave.exp
6843 * gdb.reverse/finish-precsave.exp
6844 * gdb.reverse/i386-precsave.exp
6845 * gdb.reverse/machinestate-precsave.exp
6846 * gdb.reverse/sigall-precsave.exp
6847 * gdb.reverse/solib-precsave.exp
6848 * gdb.reverse/step-precsave.exp
6849 * gdb.reverse/until-precsave.exp
6850 * gdb.reverse/watch-precsave.exp
6851 * gdb.server/ext-attach.exp
6852 * gdb.server/ext-restart.exp
6853 * gdb.server/ext-run.exp
6854 * gdb.server/ext-wrapper.exp
6855 * gdb.stabs/gdb11479.exp
6856 * gdb.stabs/weird.exp
6857 * gdb.threads/attach-many-short-lived-threads.exp
6858 * gdb.threads/kill.exp
6859 * gdb.threads/watchpoint-fork.exp
6860
6861 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6862
6863 Fix test names starting with uppercase throughout all the files below.
6864
6865 * gdb.ada/array_return.exp
6866 * gdb.ada/catch_ex.exp
6867 * gdb.ada/info_exc.exp
6868 * gdb.ada/mi_catch_ex.exp
6869 * gdb.ada/mi_dyn_arr.exp
6870 * gdb.ada/mi_ex_cond.exp
6871 * gdb.ada/mi_exc_info.exp
6872 * gdb.ada/mi_interface.exp
6873 * gdb.ada/mi_task_arg.exp
6874 * gdb.ada/mi_task_info.exp
6875 * gdb.ada/mi_var_array.exp
6876 * gdb.arch/alpha-step.exp
6877 * gdb.arch/amd64-disp-step.exp
6878 * gdb.arch/arm-disp-step.exp
6879 * gdb.arch/disp-step-insn-reloc.exp
6880 * gdb.arch/e500-prologue.exp
6881 * gdb.arch/ftrace-insn-reloc.exp
6882 * gdb.arch/gdb1558.exp
6883 * gdb.arch/i386-bp_permanent.exp
6884 * gdb.arch/i386-disp-step.exp
6885 * gdb.arch/i386-float.exp
6886 * gdb.arch/i386-gnu-cfi.exp
6887 * gdb.arch/ia64-breakpoint-shadow.exp
6888 * gdb.arch/mips16-thunks.exp
6889 * gdb.arch/pa-nullify.exp
6890 * gdb.arch/powerpc-aix-prologue.exp
6891 * gdb.arch/powerpc-power.exp
6892 * gdb.arch/ppc-dfp.exp
6893 * gdb.arch/s390-tdbregs.exp
6894 * gdb.arch/spu-info.exp
6895 * gdb.arch/spu-ls.exp
6896 * gdb.arch/thumb-bx-pc.exp
6897 * gdb.base/advance.exp
6898 * gdb.base/annota-input-while-running.exp
6899 * gdb.base/arrayidx.exp
6900 * gdb.base/asmlabel.exp
6901 * gdb.base/async.exp
6902 * gdb.base/attach-wait-input.exp
6903 * gdb.base/auto-connect-native-target.exp
6904 * gdb.base/batch-preserve-term-settings.exp
6905 * gdb.base/bfp-test.exp
6906 * gdb.base/bigcore.exp
6907 * gdb.base/bp-permanent.exp
6908 * gdb.base/break-always.exp
6909 * gdb.base/break-fun-addr.exp
6910 * gdb.base/break-idempotent.exp
6911 * gdb.base/break-main-file-remove-fail.exp
6912 * gdb.base/break-probes.exp
6913 * gdb.base/break-unload-file.exp
6914 * gdb.base/break.exp
6915 * gdb.base/call-ar-st.exp
6916 * gdb.base/call-rt-st.exp
6917 * gdb.base/call-sc.exp
6918 * gdb.base/call-signal-resume.exp
6919 * gdb.base/call-strs.exp
6920 * gdb.base/callexit.exp
6921 * gdb.base/callfuncs.exp
6922 * gdb.base/catch-gdb-caused-signals.exp
6923 * gdb.base/catch-signal-siginfo-cond.exp
6924 * gdb.base/catch-syscall.exp
6925 * gdb.base/compare-sections.exp
6926 * gdb.base/cond-eval-mode.exp
6927 * gdb.base/condbreak-call-false.exp
6928 * gdb.base/consecutive-step-over.exp
6929 * gdb.base/cursal.exp
6930 * gdb.base/disabled-location.exp
6931 * gdb.base/disasm-end-cu.exp
6932 * gdb.base/display.exp
6933 * gdb.base/double-prompt-target-event-error.exp
6934 * gdb.base/dprintf-bp-same-addr.exp
6935 * gdb.base/dprintf-detach.exp
6936 * gdb.base/dprintf-next.exp
6937 * gdb.base/dprintf-non-stop.exp
6938 * gdb.base/dprintf-pending.exp
6939 * gdb.base/dso2dso.exp
6940 * gdb.base/ending-run.exp
6941 * gdb.base/enum_cond.exp
6942 * gdb.base/examine-backward.exp
6943 * gdb.base/exe-lock.exp
6944 * gdb.base/exec-invalid-sysroot.exp
6945 * gdb.base/execl-update-breakpoints.exp
6946 * gdb.base/execution-termios.exp
6947 * gdb.base/fileio.exp
6948 * gdb.base/fixsection.exp
6949 * gdb.base/foll-exec-mode.exp
6950 * gdb.base/foll-exec.exp
6951 * gdb.base/fork-running-state.exp
6952 * gdb.base/frame-args.exp
6953 * gdb.base/fullpath-expand.exp
6954 * gdb.base/func-ptr.exp
6955 * gdb.base/gcore-relro-pie.exp
6956 * gdb.base/gdb1090.exp
6957 * gdb.base/gdb1555.exp
6958 * gdb.base/global-var-nested-by-dso.exp
6959 * gdb.base/gnu-ifunc.exp
6960 * gdb.base/hbreak-in-shr-unsupported.exp
6961 * gdb.base/hbreak-unmapped.exp
6962 * gdb.base/hook-stop.exp
6963 * gdb.base/infcall-input.exp
6964 * gdb.base/info-fun.exp
6965 * gdb.base/info-shared.exp
6966 * gdb.base/interrupt-noterm.exp
6967 * gdb.base/jit-so.exp
6968 * gdb.base/jit.exp
6969 * gdb.base/line-symtabs.exp
6970 * gdb.base/list.exp
6971 * gdb.base/longjmp.exp
6972 * gdb.base/macscp.exp
6973 * gdb.base/max-value-size.exp
6974 * gdb.base/nodebug.exp
6975 * gdb.base/nofield.exp
6976 * gdb.base/overlays.exp
6977 * gdb.base/paginate-after-ctrl-c-running.exp
6978 * gdb.base/paginate-bg-execution.exp
6979 * gdb.base/paginate-inferior-exit.exp
6980 * gdb.base/pending.exp
6981 * gdb.base/pr11022.exp
6982 * gdb.base/printcmds.exp
6983 * gdb.base/ptr-typedef.exp
6984 * gdb.base/ptype.exp
6985 * gdb.base/randomize.exp
6986 * gdb.base/range-stepping.exp
6987 * gdb.base/realname-expand.exp
6988 * gdb.base/relativedebug.exp
6989 * gdb.base/remote.exp
6990 * gdb.base/savedregs.exp
6991 * gdb.base/sepdebug.exp
6992 * gdb.base/set-noassign.exp
6993 * gdb.base/shlib-call.exp
6994 * gdb.base/shreloc.exp
6995 * gdb.base/sigaltstack.exp
6996 * gdb.base/sigbpt.exp
6997 * gdb.base/siginfo-addr.exp
6998 * gdb.base/siginfo-obj.exp
6999 * gdb.base/siginfo-thread.exp
7000 * gdb.base/signest.exp
7001 * gdb.base/signull.exp
7002 * gdb.base/sigrepeat.exp
7003 * gdb.base/skip.exp
7004 * gdb.base/so-impl-ld.exp
7005 * gdb.base/solib-corrupted.exp
7006 * gdb.base/solib-disc.exp
7007 * gdb.base/solib-display.exp
7008 * gdb.base/solib-overlap.exp
7009 * gdb.base/solib-search.exp
7010 * gdb.base/solib-symbol.exp
7011 * gdb.base/source-execution.exp
7012 * gdb.base/sss-bp-on-user-bp-2.exp
7013 * gdb.base/sss-bp-on-user-bp.exp
7014 * gdb.base/stack-checking.exp
7015 * gdb.base/stale-infcall.exp
7016 * gdb.base/step-break.exp
7017 * gdb.base/step-line.exp
7018 * gdb.base/step-over-exit.exp
7019 * gdb.base/step-test.exp
7020 * gdb.base/structs.exp
7021 * gdb.base/sym-file.exp
7022 * gdb.base/symtab-search-order.exp
7023 * gdb.base/term.exp
7024 * gdb.base/type-opaque.exp
7025 * gdb.base/unload.exp
7026 * gdb.base/until-nodebug.exp
7027 * gdb.base/until.exp
7028 * gdb.base/unwindonsignal.exp
7029 * gdb.base/watch-cond.exp
7030 * gdb.base/watch-non-mem.exp
7031 * gdb.base/watch_thread_num.exp
7032 * gdb.base/watchpoint-reuse-slot.exp
7033 * gdb.base/watchpoint-solib.exp
7034 * gdb.base/watchpoint.exp
7035 * gdb.btrace/dlopen.exp
7036 * gdb.cell/arch.exp
7037 * gdb.cell/break.exp
7038 * gdb.cell/bt.exp
7039 * gdb.cell/core.exp
7040 * gdb.cell/data.exp
7041 * gdb.cell/dwarfaddr.exp
7042 * gdb.cell/ea-cache.exp
7043 * gdb.cell/ea-standalone.exp
7044 * gdb.cell/ea-test.exp
7045 * gdb.cell/f-regs.exp
7046 * gdb.cell/fork.exp
7047 * gdb.cell/gcore.exp
7048 * gdb.cell/mem-access.exp
7049 * gdb.cell/ptype.exp
7050 * gdb.cell/registers.exp
7051 * gdb.cell/sizeof.exp
7052 * gdb.cell/solib-symbol.exp
7053 * gdb.cell/solib.exp
7054 * gdb.compile/compile-tls.exp
7055 * gdb.cp/exception.exp
7056 * gdb.cp/gdb2495.exp
7057 * gdb.cp/local.exp
7058 * gdb.cp/mb-inline.exp
7059 * gdb.cp/mb-templates.exp
7060 * gdb.cp/pr10687.exp
7061 * gdb.cp/pr9167.exp
7062 * gdb.cp/scope-err.exp
7063 * gdb.cp/templates.exp
7064 * gdb.cp/virtfunc.exp
7065 * gdb.dwarf2/dw2-dir-file-name.exp
7066 * gdb.dwarf2/dw2-single-line-discriminators.exp
7067 * gdb.fortran/complex.exp
7068 * gdb.fortran/library-module.exp
7069 * gdb.guile/guile.exp
7070 * gdb.guile/scm-cmd.exp
7071 * gdb.guile/scm-frame-inline.exp
7072 * gdb.guile/scm-objfile.exp
7073 * gdb.guile/scm-pretty-print.exp
7074 * gdb.guile/scm-symbol.exp
7075 * gdb.guile/scm-type.exp
7076 * gdb.guile/scm-value.exp
7077 * gdb.linespec/keywords.exp
7078 * gdb.linespec/ls-errs.exp
7079 * gdb.linespec/macro-relative.exp
7080 * gdb.linespec/thread.exp
7081 * gdb.mi/mi-breakpoint-changed.exp
7082 * gdb.mi/mi-dprintf-pending.exp
7083 * gdb.mi/mi-fullname-deleted.exp
7084 * gdb.mi/mi-logging.exp
7085 * gdb.mi/mi-pending.exp
7086 * gdb.mi/mi-solib.exp
7087 * gdb.mi/new-ui-mi-sync.exp
7088 * gdb.mi/user-selected-context-sync.exp
7089 * gdb.multi/dummy-frame-restore.exp
7090 * gdb.multi/multi-arch-exec.exp
7091 * gdb.multi/remove-inferiors.exp
7092 * gdb.multi/watchpoint-multi-exit.exp
7093 * gdb.opt/solib-intra-step.exp
7094 * gdb.perf/backtrace.exp
7095 * gdb.perf/single-step.exp
7096 * gdb.perf/skip-command.exp
7097 * gdb.perf/skip-prologue.exp
7098 * gdb.perf/solib.exp
7099 * gdb.python/lib-types.exp
7100 * gdb.python/py-as-string.exp
7101 * gdb.python/py-bad-printers.exp
7102 * gdb.python/py-block.exp
7103 * gdb.python/py-breakpoint.exp
7104 * gdb.python/py-cmd.exp
7105 * gdb.python/py-events.exp
7106 * gdb.python/py-evthreads.exp
7107 * gdb.python/py-finish-breakpoint.exp
7108 * gdb.python/py-finish-breakpoint2.exp
7109 * gdb.python/py-frame-inline.exp
7110 * gdb.python/py-frame.exp
7111 * gdb.python/py-inferior.exp
7112 * gdb.python/py-infthread.exp
7113 * gdb.python/py-mi.exp
7114 * gdb.python/py-objfile.exp
7115 * gdb.python/py-pp-maint.exp
7116 * gdb.python/py-pp-registration.exp
7117 * gdb.python/py-prettyprint.exp
7118 * gdb.python/py-recurse-unwind.exp
7119 * gdb.python/py-shared.exp
7120 * gdb.python/py-symbol.exp
7121 * gdb.python/py-symtab.exp
7122 * gdb.python/py-template.exp
7123 * gdb.python/py-type.exp
7124 * gdb.python/py-unwind-maint.exp
7125 * gdb.python/py-unwind.exp
7126 * gdb.python/py-value.exp
7127 * gdb.python/python.exp
7128 * gdb.reverse/finish-reverse-bkpt.exp
7129 * gdb.reverse/insn-reverse.exp
7130 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7131 * gdb.reverse/solib-precsave.exp
7132 * gdb.reverse/solib-reverse.exp
7133 * gdb.stabs/gdb11479.exp
7134 * gdb.stabs/weird.exp
7135 * gdb.threads/fork-child-threads.exp
7136 * gdb.threads/fork-plus-threads.exp
7137 * gdb.threads/fork-thread-pending.exp
7138 * gdb.threads/forking-threads-plus-breakpoint.exp
7139 * gdb.threads/hand-call-in-threads.exp
7140 * gdb.threads/interrupted-hand-call.exp
7141 * gdb.threads/linux-dp.exp
7142 * gdb.threads/local-watch-wrong-thread.exp
7143 * gdb.threads/next-while-other-thread-longjmps.exp
7144 * gdb.threads/non-ldr-exit.exp
7145 * gdb.threads/pending-step.exp
7146 * gdb.threads/print-threads.exp
7147 * gdb.threads/process-dies-while-detaching.exp
7148 * gdb.threads/process-dies-while-handling-bp.exp
7149 * gdb.threads/pthreads.exp
7150 * gdb.threads/queue-signal.exp
7151 * gdb.threads/reconnect-signal.exp
7152 * gdb.threads/signal-command-handle-nopass.exp
7153 * gdb.threads/signal-command-multiple-signals-pending.exp
7154 * gdb.threads/signal-delivered-right-thread.exp
7155 * gdb.threads/signal-sigtrap.exp
7156 * gdb.threads/sigthread.exp
7157 * gdb.threads/staticthreads.exp
7158 * gdb.threads/stepi-random-signal.exp
7159 * gdb.threads/thread-unwindonsignal.exp
7160 * gdb.threads/thread_check.exp
7161 * gdb.threads/thread_events.exp
7162 * gdb.threads/tid-reuse.exp
7163 * gdb.threads/tls-nodebug.exp
7164 * gdb.threads/tls-shared.exp
7165 * gdb.threads/tls-so_extern.exp
7166 * gdb.threads/tls.exp
7167 * gdb.threads/wp-replication.exp
7168 * gdb.trace/actions-changed.exp
7169 * gdb.trace/actions.exp
7170 * gdb.trace/backtrace.exp
7171 * gdb.trace/change-loc.exp
7172 * gdb.trace/collection.exp
7173 * gdb.trace/deltrace.exp
7174 * gdb.trace/disconnected-tracing.exp
7175 * gdb.trace/entry-values.exp
7176 * gdb.trace/ftrace-lock.exp
7177 * gdb.trace/ftrace.exp
7178 * gdb.trace/infotrace.exp
7179 * gdb.trace/mi-trace-frame-collected.exp
7180 * gdb.trace/mi-trace-unavailable.exp
7181 * gdb.trace/mi-traceframe-changed.exp
7182 * gdb.trace/mi-tracepoint-changed.exp
7183 * gdb.trace/mi-tsv-changed.exp
7184 * gdb.trace/no-attach-trace.exp
7185 * gdb.trace/packetlen.exp
7186 * gdb.trace/passc-dyn.exp
7187 * gdb.trace/passcount.exp
7188 * gdb.trace/pending.exp
7189 * gdb.trace/pr16508.exp
7190 * gdb.trace/qtro.exp
7191 * gdb.trace/range-stepping.exp
7192 * gdb.trace/read-memory.exp
7193 * gdb.trace/report.exp
7194 * gdb.trace/save-trace.exp
7195 * gdb.trace/signal.exp
7196 * gdb.trace/stap-trace.exp
7197 * gdb.trace/status-stop.exp
7198 * gdb.trace/strace.exp
7199 * gdb.trace/tfile.exp
7200 * gdb.trace/tfind.exp
7201 * gdb.trace/trace-break.exp
7202 * gdb.trace/trace-condition.exp
7203 * gdb.trace/trace-enable-disable.exp
7204 * gdb.trace/trace-mt.exp
7205 * gdb.trace/tracecmd.exp
7206 * gdb.trace/tracefile-pseudo-reg.exp
7207 * gdb.trace/tspeed.exp
7208 * gdb.trace/tstatus.exp
7209 * gdb.trace/tsv.exp
7210 * gdb.trace/unavailable.exp
7211 * gdb.trace/while-dyn.exp
7212 * gdb.trace/while-stepping.exp
7213 * lib/gdb-guile.exp
7214 * lib/gdb.exp
7215 * lib/mi-support.exp
7216 * lib/pascal.exp
7217 * lib/perftest.exp
7218 * lib/prelink-support.exp
7219 * lib/selftest-support.exp
7220
7221 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7222
7223 * Makefile.in: Include disable-implicit-rules.mk.
7224
7225 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7226
7227 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7228 non-byte-aligned bit fields.
7229
7230 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7231
7232 PR gdb/12616
7233 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7234 respects the DW_AT_data_bit_offset attribute.
7235
7236 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7237
7238 * gdb.base/default.exp: Fix output of "set language".
7239
7240 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7241
7242 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7243 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7244 make.
7245 * configure.ac: Remove checks for the make program.
7246 * configure: Re-generate.
7247
7248 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7249
7250 * gdb.python/py-recurse-unwind.c (main): Add loop.
7251 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7252 to read_register() and gdb.parse_and_eval(). Make each code
7253 call a separate case that can be individually tested.
7254 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7255 proc. Call cont_and_backtrace for each of the code paths that
7256 we want to test in the unwinder.
7257
7258 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7259
7260 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7261 the definition of struct S.
7262
7263 2016-11-11 Catherine Moore <clm@codesourcery.com>
7264
7265 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7266
7267 2016-11-09 Pedro Alves <palves@redhat.com>
7268
7269 * gdb.base/commands.exp (runto_or_return): New procedure.
7270 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7271 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7272 (progvar_simple_while_test, progvar_complex_if_while_test)
7273 (if_while_breakpoint_command_test)
7274 (infrun_breakpoint_command_test, breakpoint_command_test)
7275 (user_defined_command_test, watchpoint_command_test)
7276 (test_command_prompt_position, redefine_hook_test)
7277 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7278 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7279 multi_line_input and multi_line. Remove gdb_expect and
7280 gdb_stop_suppressing_tests uses.
7281 * lib/gdb.exp (valnum_re): New global.
7282 (multi_line_input): New procedure.
7283
7284 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7285
7286 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7287 Remove.
7288 (test_setup): Define with proc_with_prefix.
7289 (test_cli_inferior): Likewise.
7290 (test_cli_thread): Likewise.
7291 (test_cli_frame): Likewise.
7292 (test_cli_select_frame): Likewise.
7293 (test_cli_up_down): Likewise.
7294 (test_mi_thread_select): Likewise.
7295 (test_mi_stack_select_frame): Likewise.
7296 (test_cli_in_mi_inferior): Likewise.
7297 (test_cli_in_mi_thread): Likewise.
7298 (test_cli_in_mi_frame): Likewise.
7299 (top level): Do not use with_test_prefix_procname.
7300
7301 2016-11-09 Pedro Alves <palves@redhat.com>
7302
7303 * gdb.base/commands.exp (gdbvar_simple_if_test)
7304 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7305 (progvar_simple_if_test, progvar_simple_while_test)
7306 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7307 (infrun_breakpoint_command_test, breakpoint_command_test)
7308 (user_defined_command_test, watchpoint_command_test)
7309 (test_command_prompt_position, deprecated_command_test)
7310 (bp_deleted_in_command, temporary_breakpoint_commands)
7311 (stray_arg0_test, source_file_with_indented_comment)
7312 (recursive_source_test, if_commands_test)
7313 (error_clears_commands_left, redefine_hook_test)
7314 (redefine_backtrace_test): Use proc_with_prefix.
7315 * lib/gdb.exp (proc_with_prefix): New proc.
7316
7317 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7318
7319 * gdb.base/tui-layout.c: New file.
7320 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7321 disassembly window contains very long lines.
7322
7323 2016-11-08 Tom Tromey <tom@tromey.com>
7324
7325 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7326 depend on Python 2.
7327
7328 2016-11-08 Tom Tromey <tom@tromey.com>
7329
7330 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7331 New method.
7332
7333 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7334
7335 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7336
7337 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7338
7339 * gdb.rust/simple.rs: Add test for univariant enums without
7340 discriminants and for encoded struct-like enums.
7341
7342 2016-10-28 Pedro Alves <palves@redhat.com>
7343
7344 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7345 gdb_test_multiple, tighten regexps and match symtabs and line
7346 tables incrementally.
7347
7348 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7349
7350 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7351 general.
7352
7353 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7354
7355 * gdb.base/exec-invalid-sysroot.exp: New file.
7356
7357 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7358
7359 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7360
7361 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7362
7363 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7364
7365 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7366
7367 * gdb.base/killed-outside.exp: Remove $options from a call to
7368 `prepare_for_testing'.
7369
7370 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7371
7372 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7373 Change test message.
7374
7375 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7376
7377 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7378 Update comment.
7379
7380 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7381
7382 * gdb.trace/mi-trace-save.exp: New file.
7383
7384 2016-10-13 Yao Qi <yao.qi@linaro.org>
7385
7386 * gdb.base/code_elim.exp (get_var_address): Remove.
7387 * gdb.base/relocate.exp: Likewise.
7388 * gdb.base/shreloc.exp: Likewise.
7389 * lib/gdb.exp (get_var_address): New.
7390
7391 2016-10-13 Yao Qi <yao.qi@linaro.org>
7392
7393 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7394 floating point tests if $skip_float_test is false.
7395
7396 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7397
7398 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7399 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7400 argc values.
7401 Add 1 to argc so we guarantee distinct initial/modified argc values.
7402
7403 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7404
7405 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7406
7407 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7408
7409 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7410 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7411 * gdb.arch/vsx-regs.exp: Likewise.
7412
7413 2016-10-07 Yao Qi <yao.qi@linaro.org>
7414
7415 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7416
7417 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7418
7419 * gdb.python/python.exp: Test decode_line("*0").
7420
7421 2016-10-06 Doug Evans <dje@google.com>
7422
7423 * gdb.python/py-value.exp (test_value_creation): Add test for large
7424 unsigned 64-bit value.
7425
7426 2016-10-06 Tom Tromey <tom@tromey.com>
7427
7428 * gdb.compile/compile.exp: Change java tests to rust.
7429 * gdb.base/setshow.exp: Change java tests to rust.
7430 * gdb.base/default.exp: Remove java from language list.
7431 * README (Examples): Update language example.
7432 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7433 test.
7434 * lib/gdb.exp (skip_java_tests): Remove.
7435 * lib/java.exp: Remove.
7436 * gdb.java: Remove.
7437
7438 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7439
7440 * gdb.arch/mips-fcr.exp: New test.
7441 * gdb.arch/mips-fcr.c: Source for the new test.
7442
7443 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7444
7445 * gdb.base/solib-disc.exp: Use `standard_output_file'
7446 throughout.
7447
7448 2016-10-06 Pedro Alves <palves@redhat.com>
7449
7450 * gdb.base/jit-simple-dl.c: New file.
7451 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7452 * gdb.base/jit-simple.c: ... this.
7453 * gdb.base/jit-simple.exp (jit_run): Delete.
7454 (build_jit): New proc.
7455 (jit_test_reread): Recompile either the main program or the shared
7456 library, depending on what is being tested. Skip changing address
7457 if caller wants to. Compare before/after addresses. If testing
7458 standalone, explicitly load the binary. Test "maint info
7459 breakpoints".
7460 (top level): Add "standalone vs shared lib" and "change address"
7461 vs "same address" axes.
7462
7463 2016-10-06 Pedro Alves <palves@redhat.com>
7464
7465 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7466 call.
7467 (jit_run): Delete.
7468 (jit_test_reread): Use with_test_prefix. Reload the main binary
7469 explicitly. Compare the before/after addresses of the JIT
7470 descriptor.
7471
7472 2016-08-15 Doug Evans <dje@google.com>
7473
7474 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7475 for single bitfields is bool.
7476 * gdb.xml/tdesc-regs.exp: Ditto.
7477
7478 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7479
7480 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7481
7482 2016-10-05 Yao Qi <yao.qi@linaro.org>
7483
7484 * lib/gdb.exp (support_complex_tests): Return zero if
7485 gdb_skip_float_test return true.
7486
7487 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7488 Simon Marchi <simon.marchi@ericsson.com>
7489
7490 PR gdb/20487
7491 * gdb.mi/user-selected-context-sync.exp: New file.
7492 * gdb.mi/user-selected-context-sync.c: New file.
7493
7494 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7495 Simon Marchi <simon.marchi@ericsson.com>
7496
7497 PR gdb/20487
7498 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7499 =thread-select-event check.
7500
7501 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7502
7503 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7504 the compulsory L operand changes.
7505 * gdb.arch/powerpc-power.s: Likewise.
7506
7507 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7508
7509 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7510 * gdb.base/jit-attach-pie.c: New file.
7511 * gdb.base/jit-attach-pie.exp: New file.
7512
7513 2016-09-28 Pedro Alves <palves@redhat.com>
7514
7515 * gdb.base/infcall-input.c: New file.
7516 * gdb.base/infcall-input.exp: New file.
7517
7518 2016-09-22 Yao Qi <yao.qi@linaro.org>
7519
7520 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7521 (gdb_exit): Rename it to ...
7522 (gdbserver_gdb_exit): ... Close GDBserver.
7523 (gdb_exit): New proc, call gdbserver_gdb_exit.
7524 (mi_gdb_exit): Likewise.
7525
7526 2016-09-22 Yao Qi <yao.qi@linaro.org>
7527
7528 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7529 path.
7530 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7531 Remove duplication.
7532
7533 2016-09-22 Yao Qi <yao.qi@linaro.org>
7534
7535 * lib/gdbserver-support.exp: Check the existence of
7536 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7537
7538 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7539
7540 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7541
7542 2016-09-21 Tom Tromey <tom@tromey.com>
7543
7544 PR gdb/20604:
7545 * gdb.base/quit.exp: New file.
7546
7547 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7548
7549 * .gitignore: New file.
7550
7551 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7552
7553 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7554 throughout.
7555
7556 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7557
7558 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7559
7560 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7561
7562 * gdb.cp/casts.cc (decltype): Move it ...
7563 (main): ... with its call to ...
7564 * gdb.cp/casts03.cc: ... a new file.
7565 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7566
7567 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7568
7569 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7570
7571 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7572
7573 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7574 and sync up the test with tests in gas/testsuite/gas/ppc.
7575 * gdb.arch/powerpc-power.exp: Likewise.
7576
7577 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7578
7579 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7580
7581 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7582 Jan Kratochvil <jan.kratochvil@redhat.com>
7583
7584 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7585 make m1's definition to be different from m2's. Use 'dummy' as an
7586 argument for probe 'two'.
7587
7588 2016-09-10 Jon Beniston <jon@beniston.com>
7589
7590 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7591 for sim target.
7592
7593 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7594
7595 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7596 variable declaration.
7597 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7598 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7599 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7600 received HWCAP as its argument.
7601
7602 2016-09-06 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.base/new-ui-pending-input.c: New file.
7605 * gdb.base/new-ui-pending-input.exp: New file.
7606 * gdb.exp (clear_gdb_spawn_id): New procedure.
7607 (with_spawn_id): Check whether gdb_spawn_id exists before
7608 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7609 on exit.
7610
7611 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7612
7613 * gdb.base/float128.c: New file.
7614 * gdb.base/float128.exp: Likewise.
7615 * gdb.base/floatn.c: Likewise.
7616 * gdb.base/floatn.exp: Likewise.
7617
7618 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7619
7620 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7621
7622 2016-09-05 Pedro Alves <palves@redhat.com>
7623
7624 PR backtrace/19927
7625 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7626 unwinders are immediately called as side effect of "source" or
7627 "disable unwinder" commands.
7628 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7629
7630 2016-09-02 Yao Qi <yao.qi@linaro.org>
7631
7632 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7633 is true and $type is "float" or "double".
7634
7635 2016-09-02 Yao Qi <yao.qi@linaro.org>
7636
7637 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7638 true.
7639 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7640 * gdb.base/call-rt-st.exp: Likewise.
7641 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7642 return value instead of gdb,skip_float_test.
7643 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7644 (do_function_calls): Use its return value instead of
7645 gdb,skip_float_test.
7646 * gdb.base/finish.exp: Likewise.
7647 * gdb.base/funcargs.exp: Likewise.
7648 * gdb.base/return.exp: Likewise.
7649 * gdb.base/return2.exp: Likewise.
7650 * gdb.base/varargs.exp: Likewise.
7651 * lib/gdb.exp (gdb_skip_float_test): Change it to
7652 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7653
7654 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7655
7656 * gdb.multi/tids.exp: Test "thread apply all".
7657
7658 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7659
7660 * gdb.base/default.exp (tty): Remove.
7661
7662 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7663
7664 * gdb.python/py-recurse-unwind.c: New file.
7665 * gdb.python/py-recurse-unwind.py: New file.
7666 * gdb.python/py-recurse-unwind.exp: New file.
7667
7668 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7669
7670 * gdb.base/set-inferior-tty.exp: New file.
7671 * gdb.base/set-inferior-tty.c: New file.
7672
7673 2016-08-23 Pedro Alves <palves@redhat.com>
7674
7675 PR gdb/20494
7676 * gdb.base/new-ui-echo.c: New file.
7677 * gdb.base/new-ui-echo.exp: New file.
7678
7679 2016-08-23 Yao Qi <yao.qi@linaro.org>
7680
7681 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7682 gdbserver_spawn.
7683 * gdb.server/connect-without-multi-process.exp (do_test):
7684 Likewise.
7685
7686 2016-08-23 Yao Qi <yao.qi@linaro.org>
7687
7688 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7689 standalone_txt. Delete gdb_txt and standalone_txt on host
7690 and target. Spawn the binary on target. Copy files from
7691 target to host.
7692
7693 2016-08-22 Pedro Alves <palves@redhat.com>
7694
7695 PR gdb/20505
7696 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7697 with_test_prefix. Factor out bits to ...
7698 (test_no_vdso): ... this new procedure.
7699
7700 2016-08-19 Carl Love <cel@us.ibm.com>
7701
7702 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7703 maintaining separate logic for constructing the output path.
7704 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7705 * gdb.arch/ppc-dfp.exp: Likewise.
7706 * gdb.arch/ppc-fp.exp: Likewise.
7707 * gdb.arch/vsx-regs.exp: Likewise.
7708 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7709 binprefix for generating the additional binary files.
7710
7711 2016-08-19 Pedro Alves <palves@redhat.com>
7712
7713 * gdb.trace/mi-trace-frame-collected.exp
7714 (test_trace_frame_collected): On x32, expect two registers.
7715
7716 2016-08-18 Carl Love <cel@us.ibm.com>
7717
7718 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7719 and sync up the test with tests in gas/testsuite/gas/ppc.
7720 * gdb.arch/powerpc-power.exp: Likewise.
7721
7722 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7723
7724 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7725 expected error message.
7726
7727 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7728
7729 * gdb.multi/remove-inferiors.exp: New file.
7730 * gdb.multi/remove-inferiors.c: New file.
7731
7732 2016-08-12 Yao Qi <yao.qi@linaro.org>
7733
7734 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7735 argument list.
7736
7737 2016-08-10 Pedro Alves <palves@redhat.com>
7738
7739 PR gdb/19187
7740 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7741 setup_kfails.
7742
7743 2016-08-09 Pedro Alves <palves@redhat.com>
7744 Simon Marchi <simon.marchi@ericsson.com>
7745
7746 PR gdb/20418
7747 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7748 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7749
7750 2016-08-09 Pedro Alves <palves@redhat.com>
7751
7752 PR mi/20431
7753 * gdb.mi/mi-cmd-error.exp: New file.
7754
7755 2016-08-09 Pedro Alves <palves@redhat.com>
7756
7757 PR gdb/18653
7758 * gdb.base/signals-state-child.c: New file.
7759 * gdb.base/signals-state-child.exp: New file.
7760 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7761
7762 2016-08-09 Pedro Alves <palves@redhat.com>
7763
7764 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7765
7766 2016-08-03 Tom Tromey <tom@tromey.com>
7767
7768 PR python/18565:
7769 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7770
7771 2016-08-01 Yao Qi <yao.qi@linaro.org>
7772
7773 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7774 variable mode to "multi-process" if $multi_process is 1, otherwise
7775 set it to "single-process".
7776
7777 2016-08-01 Yao Qi <yao.qi@linaro.org>
7778
7779 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7780 * gdb.cp/cpexprs.exp: Likewise.
7781 * gdb.cp/m-static.exp: Likewise.
7782
7783 2016-07-26 Tom Tromey <tom@tromey.com>
7784
7785 PR python/20190:
7786 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7787 test.
7788
7789 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7790
7791 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7792 selecting assembly source files.
7793 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7794 assembly source files.
7795 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7796 assembly source files.
7797 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7798 selecting assembly source files.
7799
7800 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7801
7802 * gdb.base/new-ui.exp (do_test_invalid_args): New
7803 procedure.
7804
7805 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7806
7807 * gdb.btrace/reconnect.c: New file.
7808 * gdb.btrace/reconnect.exp: New file.
7809
7810 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7811
7812 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7813 to test_catch_syscall_group.
7814 (test_catch_syscall_group): New.
7815
7816 2016-07-21 Tom Tromey <tom@tromey.com>
7817
7818 * gdb.rust/simple.rs (main): Use empty struct expression.
7819 * gdb.rust/simple.exp: Add tests for empty struct expression.
7820
7821 2016-07-21 Yao Qi <yao.qi@linaro.org>
7822
7823 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7824 if gdb_skip_xml_test is true on some targets.
7825
7826 2016-07-21 Yao Qi <yao.qi@linaro.org>
7827
7828 * gdb.server/solib-list.exp: Unset last_loaded_file.
7829
7830 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7831
7832 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7833 "step into captured_main (args)".
7834
7835 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7836
7837 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7838
7839 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7840
7841 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7842
7843 2016-07-19 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7846 * gdb.opt/inline-bt.exp: Likewise.
7847 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7848 additional_flags=-Winline.
7849 * gdb.opt/inline-locals.exp: Likewise.
7850 * gdb.opt/inline-markers.c (ATTR): Define.
7851 (inlined_fn): Use it.
7852
7853 2016-07-19 Yao Qi <yao.qi@linaro.org>
7854
7855 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7856 (test_with_self): Remove some code. Remove argument executable.
7857 (top-level): Use do_self_tests.
7858
7859 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7860 Don Breazeal <donb@codesourcery.com>
7861
7862 * gdb.base/maint.exp: Escape paths used in regular expressions.
7863 * gdb.stabs/weird.exp: Likewise.
7864
7865 2016-07-13 Tom Tromey <tom@tromey.com>
7866
7867 PR python/15620, PR python/18620:
7868 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7869 (test_bkpt_events): New procs.
7870
7871 2016-07-13 Tom Tromey <tom@tromey.com>
7872
7873 PR python/17698:
7874 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7875 test.
7876 (test_watchpoints): Likewise.
7877 (test_bkpt_pending): New proc.
7878
7879 2016-07-13 Tom Tromey <tom@tromey.com>
7880
7881 PR cli/18053:
7882 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7883 completion test.
7884
7885 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7886
7887 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7888 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7889 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7890 f_label.
7891 (g): Rename g_end_lbl to g_label.
7892 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7893 low_pc and high_pc.
7894 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7895
7896 2016-07-12 Tom Tromey <tom@tromey.com>
7897
7898 PR python/19293:
7899 * gdb.python/py-unwind-maint.exp: Update tests.
7900
7901 2016-07-12 Yao Qi <yao.qi@linaro.org>
7902
7903 * lib/selftest-support.exp (selftest_setup): Match the output
7904 when captured_main is inlined.
7905
7906 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7907
7908 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7909 New variables.
7910 (print this%a, print this%b, print this): New tests.
7911 * gdb.fortran/derived-types.f90 (this): New object and
7912 initialization.
7913
7914 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7915
7916 * gdb.ada/arraydim.exp: Remove extra directory level in build
7917 directory.
7918
7919 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7920
7921 * lib/ada.exp: Remove extra directory level in build directory.
7922 * gdb.ada/cond_lang.exp: Likewise.
7923 * gdb.ada/exec_changed.exp: Likewise.
7924 * gdb.ada/lang_switch.exp: Likewise.
7925
7926 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7927
7928 * simple.rs: Add test for raw pointer subscripting.
7929 * simple.exp: Add test expectations.
7930
7931 2016-07-05 Yao Qi <yao.qi@linaro.org>
7932
7933 * gdb.mi/mi-reverse.exp: Match =record-started output.
7934
7935 2016-07-01 Pedro Alves <palves@redhat.com>
7936
7937 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7938 procedure.
7939 (jit_reader_test): Test the jit reader's unwinder.
7940 * gdb.base/jithost.c (jit_function_00_code): New global.
7941 (main): Use memcpy to fill in the mmapped code, instead of poking
7942 bytes manually here.
7943 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7944 value.
7945 (read_debug_info): Save the function's range.
7946 (read_sp): New function.
7947 (unwind_frame): Use it. Also unwind RBP.
7948 (get_frame_id): Use read_sp.
7949 (gdb_init_reader): Use calloc instead of malloc.
7950 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7951 parameter. Use gdb_test_multiple.
7952
7953 2016-07-01 Pedro Alves <palves@redhat.com>
7954 Antoine Tremblay <antoine.tremblay@ericsson.com>
7955
7956 * gdb.threads/process-dies-while-detaching.c: New file.
7957 * gdb.threads/process-dies-while-detaching.exp: New file.
7958
7959 2016-07-01 Pedro Alves <palves@redhat.com>
7960
7961 * gdb.multi/watchpoint-multi-exit.c: New file.
7962 * gdb.multi/watchpoint-multi-exit.exp: New file.
7963
7964 2016-06-30 Pedro Alves <palves@redhat.com>
7965
7966 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7967 unset inferior_spawn_id.
7968
7969 2016-06-30 Pedro Alves <palves@redhat.com>
7970
7971 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7972 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7973
7974 2016-06-29 Yao Qi <yao.qi@linaro.org>
7975
7976 * gdb.base/return.c: Add copyright header.
7977
7978 2016-06-29 Tom Tromey <tom@tromey.com>
7979
7980 PR python/20129:
7981 * gdb.python/py-framefilter.exp: Add tests for setting priority
7982 and disabling of non-existent frame filter.
7983
7984 2016-06-29 Yao Qi <yao.qi@linaro.org>
7985
7986 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7987 0x0f07ff.
7988
7989 2016-06-28 Yao Qi <yao.qi@linaro.org>
7990
7991 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7992 triplets. Start gdb, execute catch syscall, and continue. Check
7993 gdb's output to determine catch syscall is supported.
7994
7995 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7996
7997 * gdb.rust/simple.rs: Add test for returning unit in a function.
7998 * gdb.rust/simple.exp: Add expectation for functions returning
7999 unit.
8000
8001 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8002
8003 * gdb.python/py-breakpoint-create-fail.c,
8004 gdb.python/py-breakpoint-create-fail.exp,
8005 gdb.python/py-breakpoint-create-fail.py: New testcase.
8006
8007 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8008
8009 PR gdb/20239
8010 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8011 * gdb.rust/simple.exp: Add test expectations for new NonZero
8012 tests.
8013
8014 2016-06-24 David Taylor <dtaylor@emc.com>
8015
8016 * gdb.base/offsets.exp: New file.
8017 * gdb.base/offsets.c: New file.
8018
8019 2016-06-23 Tom Tromey <tom@tromey.com>
8020
8021 PR gdb/16483:
8022 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8023 before any filters are loaded.
8024
8025 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8026
8027 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8028 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8029 structs.
8030 * gdb.fortran/derived-type-function.exp: New file.
8031 * gdb.fortran/derived-type-function.f90: New file.
8032
8033
8034 2016-06-21 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.base/new-ui.exp: New file.
8037 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8038 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8039 (with_spawn_id): New procedure.
8040
8041 2016-06-21 Pedro Alves <palves@redhat.com>
8042
8043 * gdb.mi/mi-exec-run.exp: New file.
8044
8045 2016-06-21 Pedro Alves <palves@redhat.com>
8046
8047 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8048 breakpoint command's output on the main UI.
8049 (test_break): New procedure, factored out from calls in the top
8050 level.
8051 (top level): Use foreach_with_prefix to test MI as main UI and as
8052 separate UI.
8053
8054 2016-06-21 Pedro Alves <palves@redhat.com>
8055
8056 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8057 (test_awatch_creation_and_listing)
8058 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8059 Remove 'type' parameter.
8060 (test_watchpoint_all): New parameter mi_mode. Remove
8061 with_test_prefix.
8062 (top level): Use foreach_with_prefix, and add main/separate UI MI
8063 testing axis.
8064
8065 2016-06-21 Pedro Alves <palves@redhat.com>
8066
8067 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8068 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8069 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8070 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8071 (gdb_main_spawn_id, mi_spawn_id): Declare and
8072 comment.
8073 (mi_create_inferior_pty): New procedure,
8074 factored out from default_mi_gdb_start.
8075 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8076 procedures.
8077 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8078 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8079 Use mi_create_inferior_pty.
8080 (mi_gdb_start): Use eval to pass down args list.
8081
8082 2016-06-21 Pedro Alves <palves@redhat.com>
8083
8084 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8085 * gdb.opt/inline-cmds.exp: Add MI tests.
8086
8087 2016-06-21 Pedro Alves <palves@redhat.com>
8088
8089 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8090
8091 2016-06-21 Pedro Alves <palves@redhat.com>
8092
8093 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8094 (top level): Use it instead of mi_execute_to.
8095
8096 2016-06-21 Pedro Alves <palves@redhat.com>
8097
8098 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8099 (cont_handler_str): New.
8100 (signal_stop_handler): Set stop_handler_str instead of printing to
8101 stdout.
8102 (continue_handler): Set cont_handler_str instead of printing to
8103 stdout.
8104 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8105 mi_send_resuming_command. Print stop_handler_str and
8106 cont_handler_str instead of expecting the python events print
8107 directly.
8108
8109 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8110
8111 * gdb.base/jit-reader.exp: New file.
8112 * gdb.base/jithost.c: New file.
8113 * gdb.base/jithost.h: New file.
8114 * gdb.base/jitreader.c : New file.
8115 * gdb.base/jit-protocol.h: New file.
8116
8117 2016-06-17 Yao Qi <yao.qi@linaro.org>
8118
8119 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8120 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8121 and detach-on-fork. Adjust tests.
8122 (top level): Invoke break_cond_on_syscall with combinations of
8123 syscall, follow-fork-mode and detach-on-fork.
8124
8125 2016-06-17 Yao Qi <yao.qi@linaro.org>
8126
8127 * gdb.base/step-over-exit.c: New.
8128 * gdb.base/step-over-exit.exp: New.
8129
8130 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8131
8132 * gdb.base/float.exp: Add target check for nds32*-*-*.
8133 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8134
8135 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8136
8137 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8138 for unsupported target features.
8139 * gdb.base/call-rt-st.exp: Likewise.
8140 * gdb.base/call-sc.exp: Likewise.
8141 * gdb.base/call-signal-resume.exp: Likewise.
8142 * gdb.base/call-strs.exp: Likewise.
8143 * gdb.base/callexit.exp: Likewise.
8144 * gdb.base/callfuncs.exp: Likewise.
8145 * gdb.base/nodebug.exp: Likewise.
8146 * gdb.base/printcmds.exp: Likewise.
8147 * gdb.base/ptype.exp: Likewise.
8148 * gdb.base/structs.exp: Likewise.
8149 * gdb.base/unwindonsignal.exp: Likewise.
8150 * gdb.cp/gdb2495.exp: Likewise.
8151 * gdb.cp/templates.exp: Likewise.
8152 * gdb.cp/virtfunc.exp: Likewise.
8153 * gdb.threads/hand-call-in-threads.exp: Likewise.
8154 * gdb.threads/interrupted-hand-call.exp: Likewise.
8155 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8156
8157 2016-06-10 Tom Tromey <tom@tromey.com>
8158
8159 PR rust/20110:
8160 * gdb.rust/expr.exp: Add test for integer constant larger than
8161 i32.
8162
8163 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8164
8165 * gdb.fortran/nested-funcs.exp: New.
8166 * gdb.fortran/nested-funcs.f90: New.
8167
8168 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8169
8170 * gdb.base/examine-backward.c: New file.
8171 * gdb.base/examine-backward.exp: New file.
8172
8173 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8174
8175 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8176 matching.
8177
8178 2016-06-02 Tom Tromey <tom@tromey.com>
8179
8180 PR python/18984:
8181 * gdb.python/py-shared.exp: Add solib_name test.
8182
8183 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8184
8185 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8186
8187 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8188
8189 PR c++/19893
8190 * gdb.dwarf2/implref.exp: Rename to...
8191 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8192 * gdb.dwarf2/implref-array.c: New file.
8193 * gdb.dwarf2/implref-array.exp: Likewise.
8194 * gdb.dwarf2/implref-global.c: Likewise.
8195 * gdb.dwarf2/implref-global.exp: Likewise.
8196 * gdb.dwarf2/implref-struct.c: Likewise.
8197 * gdb.dwarf2/implref-struct.exp: Likewise.
8198
8199 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8200
8201 * gdb.trace/trace-condition.exp: Add 64bit tests.
8202
8203 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8204
8205 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8206 bits types.
8207 (main): Adapt to 8 to 64 bits types.
8208 * gdb.trace/trace-condition.exp: Add new tests.
8209
8210 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8211
8212 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8213
8214 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8215
8216 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8217 Move condition tests...
8218 * gdb.trace/trace-condition.exp: Here.
8219
8220 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8221
8222 * gdb.trace/trace-condition.exp: Add counter-case tests.
8223
8224 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8225
8226 PR c++/15231
8227 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8228 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8229
8230 2016-05-27 Pedro Alves <palves@redhat.com>
8231
8232 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8233 New procedure.
8234 (top level): Call it, and bail out of DejaGnu is known to be bad.
8235
8236 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8237
8238 * gdb.base/whatis.c: Extend the test case.
8239 * gdb.base/whatis.exp: Add additional tests.
8240
8241 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8242
8243 * gdb.fortran/type.f90: Add pointer variable.
8244 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8245
8246 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8247
8248 * gdb.fortran/vla-type.exp: Fix testcase name.
8249
8250 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8251
8252 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8253
8254 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8255
8256 * gdb.fortran/type.f90: Add nested structures.
8257 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8258 * gdb.fortran/derived-type.exp: Adapt expected output.
8259 * gdb.fortran/vla-type.exp: Adapt expected output.
8260
8261 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8262
8263 * gdb.fortran/whatis_type.exp: Adapt expected output.
8264
8265 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8266
8267 * gdb.fortran/print_type.exp: Fix expected output.
8268 * gdb.fortran/whatis_type.exp: Fix expected output.
8269
8270 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8271
8272 * gdb.fortran/whatis_type.exp: Use multi_line.
8273
8274 2016-05-24 Tom Tromey <tom@tromey.com>
8275
8276 PR python/17386:
8277 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8278 use value as an index.
8279
8280 2016-05-23 Tom Tromey <tom@tromey.com>
8281
8282 PR python/17981:
8283 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8284 no-breakpoint case.
8285
8286 2016-05-24 Pedro Alves <palves@redhat.com>
8287
8288 PR gdb/19828
8289 * gdb.threads/clone-attach-detach.c: New file.
8290 * gdb.threads/clone-attach-detach.exp: New file.
8291
8292 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8293
8294 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8295
8296 2016-05-23 Tom Tromey <tom@tromey.com>
8297
8298 PR python/19438, PR python/18393:
8299 * gdb.python/py-progspace.exp: Add "dir" test.
8300 * gdb.python/py-objfile.exp: Add "dir" test.
8301
8302 2016-05-23 Yao Qi <yao.qi@linaro.org>
8303
8304 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8305 * gdb.arch/thumb2-it.exp: Likewise.
8306
8307 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8308
8309 * gdb.mi/mi-threads-interrupt.c: New file.
8310 * gdb.mi/mi-threads-interrupt.exp: New file.
8311
8312 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8313
8314 PR gdb/18077
8315 * gdb.mi/mi-async-run.exp: New file.
8316 * gdb.mi/mi-async-run.c: New file.
8317
8318 2016-05-17 Tom Tromey <tom@tromey.com>
8319 Manish Goregaokar <manishsmail@gmail.com>
8320
8321 * lib/rust-support.exp: New file.
8322 * lib/gdb.exp (skip_rust_tests): New proc.
8323 (build_executable_from_specs): Handle rust.
8324 * lib/future.exp (gdb_find_rustc): New proc.
8325 (gdb_default_target_compile): Handle rust.
8326 * gdb.rust/expr.exp: New file.
8327 * gdb.rust/generics.exp: New file.
8328 * gdb.rust/generics.rs: New file.
8329 * gdb.rust/methods.exp: New file.
8330 * gdb.rust/methods.rs: New file.
8331 * gdb.rust/modules.exp: New file.
8332 * gdb.rust/modules.rs: New file.
8333 * gdb.rust/simple.exp: New file.
8334 * gdb.rust/simple.rs: New file.
8335
8336 2016-05-17 Tom Tromey <tom@tromey.com>
8337
8338 * gdb.base/default.exp (set language): Add rust.
8339
8340 2016-05-17 Tom Tromey <tom@tromey.com>
8341
8342 * gdb.gdb/unittest.exp: New file.
8343
8344 2016-05-16 Yao Qi <yao.qi@linaro.org>
8345
8346 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8347 shell_prompt. Update shell_prompt_re.
8348
8349 2016-05-12 Doug Evans <dje@google.com>
8350
8351 PR symtab/19999
8352 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8353 $options when building executable.
8354 * gdb.dwarf2/fission-loclists-pie.S: New file.
8355 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8356
8357 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8358
8359 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8360 of [is_remote target],
8361
8362 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8363
8364 * lib/gdb.exp (use_gdb_stub): New procedure.
8365
8366 2016-05-03 Yunlian Jiang <yunlian@google.com>
8367 Doug Evans <dje@google.com>
8368
8369 PR symtab/19914
8370 * gdb.dwarf2/dwp-sepdebug.c: New file.
8371 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8372
8373 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8374
8375 * gdb.base/detach.exp: Remove is_remote check.
8376
8377 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8378
8379 * gdb.base/annota-input-while-running.exp: Don't check for
8380 [is_remote target]. Enable annotations after running to main.
8381 Remove unused "set test..." line.
8382
8383 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8384
8385 * gdb.trace/trace-enable-disable.exp: New file.
8386 * gdb.trace/trace-enable-disable.c: New file.
8387
8388 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8389
8390 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8391 use it in info sharedlibrary test.
8392 * gdb.trace/ftrace-lock.exp: Likewise.
8393 * gdb.trace/ftrace.exp: Likewise.
8394 * gdb.trace/range-stepping.exp: Likewise.
8395 * gdb.trace/trace-break.exp: Likewise.
8396 * gdb.trace/trace-condition.exp: Likewise.
8397 * gdb.trace/trace-mt.exp: Likewise.
8398
8399 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8400
8401 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8402 (gdb_load_shlib): ... this.
8403 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8404 gdb_load_shlib.
8405 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8406 * gdb.base/ctxobj.exp: Likewise.
8407 * gdb.base/dprintf-pending.exp: Likewise.
8408 * gdb.base/dso2dso.exp: Likewise.
8409 * gdb.base/fixsection.exp: Likewise.
8410 * gdb.base/gcore-relro.exp: Likewise.
8411 * gdb.base/gdb1555.exp: Likewise.
8412 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8413 * gdb.base/gnu-ifunc.exp: Likewise.
8414 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8415 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8416 * gdb.base/pending.exp: Likewise.
8417 * gdb.base/print-file-var.exp: Likewise.
8418 * gdb.base/print-symbol-loading.exp: Likewise.
8419 * gdb.base/shlib-call.exp: Likewise.
8420 * gdb.base/shreloc.exp: Likewise.
8421 * gdb.base/so-impl-ld.exp: Likewise.
8422 * gdb.base/solib-disc.exp: Likewise.
8423 * gdb.base/solib-nodir.exp: Likewise.
8424 * gdb.base/solib-overlap.exp: Likewise.
8425 * gdb.base/solib-symbol.exp: Likewise.
8426 * gdb.base/solib-weak.exp (do_test): Likewise.
8427 * gdb.base/sym-file.exp: Likewise.
8428 * gdb.base/symtab-search-order.exp: Likewise.
8429 * gdb.base/type-opaque.exp: Likewise.
8430 * gdb.base/unload.exp: Likewise.
8431 * gdb.base/watchpoint-solib.exp: Likewise.
8432 * gdb.compile/compile.exp: Likewise.
8433 * gdb.cp/gdb2384.exp: Likewise.
8434 * gdb.cp/infcall-dlopen.exp: Likewise.
8435 * gdb.cp/re-set-overloaded.exp: Likewise.
8436 * gdb.fortran/library-module.exp: Likewise.
8437 * gdb.opt/solib-intra-step.exp: Likewise.
8438 * gdb.python/py-finish-breakpoint.exp: Likewise.
8439 * gdb.python/py-shared.exp: Likewise.
8440 * gdb.reverse/solib-precsave.exp: Likewise.
8441 * gdb.reverse/solib-reverse.exp: Likewise.
8442 * gdb.server/solib-list.exp: Likewise.
8443 * gdb.threads/dlopen-libpthread.exp: Likewise.
8444 * gdb.threads/tls-shared.exp: Likewise.
8445 * gdb.threads/tls-so_extern.exp: Likewise.
8446 * gdb.trace/change-loc.exp: Likewise.
8447 * gdb.trace/ftrace-lock.exp: Likewise.
8448 * gdb.trace/ftrace.exp: Likewise.
8449 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8450 * gdb.trace/pending.exp: Likewise.
8451 * gdb.trace/range-stepping.exp: Likewise.
8452 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8453 (strace_info_marker): Likewise.
8454 (strace_probe_marker): Likewise.
8455 (strace_trace_on_same_addr): Likewise.
8456 (strace_trace_on_diff_addr): Likewise.
8457 * gdb.trace/trace-break.exp: Likewise.
8458 * gdb.trace/trace-condition.exp: Likewise.
8459 * gdb.trace/trace-mt.exp: Likewise.
8460
8461 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8462
8463 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8464 result of gdb_remote_download.
8465 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8466 * gdb.base/dso2dso.exp: Likewise.
8467 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8468 * gdb.base/print-file-var.exp: Likewise.
8469 * gdb.base/shlib-call.exp: Likewise.
8470 * gdb.base/shreloc.exp: Likewise.
8471 * gdb.base/solib-overlap.exp: Likewise.
8472 * gdb.base/solib-weak.exp (do_test): Likewise.
8473 * gdb.base/unload.exp: Likewise.
8474
8475 2016-04-27 Yao Qi <yao.qi@linaro.org>
8476
8477 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8478 exists.
8479
8480 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8481
8482 * vla-type.exp: Print structure from toplevel.
8483
8484 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8485
8486 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8487 of dynamic types.
8488 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8489 of dynamic types.
8490
8491 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8492
8493 * gdb.fortran/vla-type.f90: New file.
8494 * gdb.fortran/vla-type.exp: New file.
8495
8496 2016-04-25 Yao Qi <yao.qi@linaro.org>
8497
8498 * gdb.base/branch-to-self.c: New file.
8499 * gdb.base/branch-to-self.exp: New file.
8500
8501 2016-04-22 Yao Qi <yao.qi@linaro.org>
8502
8503 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8504 more after $hex.
8505
8506 2016-04-22 Yao Qi <yao.qi@linaro.org>
8507
8508 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8509 * gdb.base/annota3.exp: Likewise.
8510
8511 2016-04-22 Yao Qi <yao.qi@linaro.org>
8512
8513 * gdb.reverse/step-precsave.exp: Do one step and test program
8514 stops in "callee" and do multiple steps until program goes out
8515 of "callee".
8516 * gdb.reverse/step-reverse.exp: Likewise.
8517
8518 2016-04-22 Yao Qi <yao.qi@linaro.org>
8519
8520 * gdb.trace/signal.exp: Also pass if
8521 $tracepoint_hits($i) > $iterations.
8522
8523 2016-04-22 Yao Qi <yao.qi@linaro.org>
8524
8525 * gdb.trace/signal.c: New file.
8526 * gdb.trace/signal.exp: New file.
8527
8528 2016-04-19 Doug Evans <xdje42@gmail.com>
8529
8530 * gdb.base/bad-file.exp: New file.
8531
8532 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8533
8534 * gdb.dwarf2/implref.exp: New file.
8535
8536 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8537
8538 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8539 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8540 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8541 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8542 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8543 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8544 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8545 * lib/fortran.exp (fortran_int4): New procedure.
8546 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8547 (fortran_logical4): Likewise.
8548
8549 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8550
8551 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8552
8553 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8554
8555 * lib/compiler.c: Add Intel specific preprocessor macros.
8556 * lib/compiler.cc: Likewise.
8557
8558 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8559
8560 * gdb.server/connect-with-no-symbol-file.c: New file.
8561 * gdb.server/connect-with-no-symbol-file.exp: New file.
8562
8563 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8564
8565 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8566
8567 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8568
8569 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8570 standard output directory.
8571
8572 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8573
8574 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8575
8576 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8577
8578 * gdb.btrace/instruction_history.c (loop): Add declaration.
8579
8580 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8581
8582 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8583
8584 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8585
8586 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8587 parentheses to print.
8588 (continue_handler): Likewise.
8589
8590 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8591
8592 * gdb.server/solib-list.exp: Remove is_remote check.
8593 Pass shlib= to gdb_compile. Don't link shared library with
8594 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8595 Run binary filename through "readlink -f" on the target.
8596
8597 2016-04-08 Pedro Alves <palves@redhat.com>
8598
8599 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8600 interpreter filename as argument to gdbserver_spawn.
8601 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8602 Return empty if $last_loaded_file does not exist.
8603
8604 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8605
8606 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8607 * gdb.base/jit-main.c: Use exit after usage.
8608
8609 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8610
8611 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8612 GDBHISTSIZE prior to the tests.
8613 * gdb.base/gdbinit-history.exp: Likewise.
8614
8615 2016-04-07 Pedro Alves <palves@redhat.com>
8616
8617 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8618 instead of build_executable. Use gdb_load_shlibs.
8619
8620 2016-04-07 Yao Qi <yao.qi@linaro.org>
8621
8622 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8623 Execute "si" command.
8624
8625 2016-04-07 Yao Qi <yao.qi@linaro.org>
8626
8627 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8628 number instead of the comments on some line.
8629
8630 2016-04-06 Don Breazeal <donb@codesourcery.com>
8631
8632 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8633 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8634
8635 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8636
8637 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8638 standard_output_file. Remove unused binfile variable.
8639
8640 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8641
8642 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8643 * gdb.python/py-mi-objfile.exp: Match "list main" output
8644 in console format.
8645
8646 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8647
8648 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8649 absolute.
8650
8651 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8652
8653 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8654 absolute.
8655 * gdb.trace/ftrace.exp: Likewise.
8656 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8657 targets as well.
8658 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8659 (gdb_load_shlibs): Copy libraries to test directory when testing
8660 natively. Only set solib-search-path if testing remotely.
8661 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8662
8663 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8664
8665 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8666 gdb_download. Use it even if the target is not remote.
8667 * gdb.base/jit.exp (compile_jit_test): Likewise.
8668 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8669 output directory if the destination board is local, otherwise use
8670 the standard remote_download from DejaGnu.
8671 (gdb_download): Remove.
8672 (gdb_load_shlibs): Use gdb_remote_download instead of
8673 gdb_download.
8674 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8675 Use gdb_remote_download instead of gdb_download. Use it even if
8676 the target is not remote.
8677 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8678 instead of gdb_download.
8679
8680 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8681
8682 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8683 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8684 run.
8685
8686 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8687
8688 PR gdb/19820
8689 * gdb.base/printcmds.exp: Add artificial arrays tests.
8690
8691 2016-03-31 Pedro Alves <palves@redhat.com>
8692
8693 PR gdb/19858
8694 * gdb.base/jit-main.c: Include unistd.h.
8695 (ATTACH): Define to 0 if not already defined.
8696 (wait_for_gdb, mypid): New globals.
8697 (WAIT_FOR_GDB): New macro.
8698 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8699 some breakpoint locations.
8700 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8701 New procedures.
8702 (one_jit_test): Add REATTACH parameter, and handle it. Use
8703 continue_to_test_location.
8704 (top level): Test attach, and adjusts calls to one_jit_test.
8705
8706 2016-03-31 Pedro Alves <palves@redhat.com>
8707
8708 PR gdb/19858
8709 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8710 BINSUFFIX parameter, and handle it.
8711 (top level): Adjust calls compile_jit_test.
8712
8713 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8714
8715 PR python/19743
8716 * gdb.python/py-mi-events-gdb.py: New file.
8717 * gdb.python/py-mi-events.c: New file.
8718 * gdb.python/py-mi-events.exp: New file.
8719
8720 2016-03-30 Yao Qi <yao.qi@linaro.org>
8721
8722 * gdb.reverse/until-precsave.exp: Match function name only.
8723 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8724 Move malloc to a condition block.
8725 * gdb.reverse/until-reverse.exp: Match function name only.
8726
8727 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8728
8729 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8730 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8731 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8732 variable for GPR 0 instead of assuming it is register 0.
8733 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8734 * lib/trace-support.exp: Add s390 registers.
8735
8736 2016-03-29 Yao Qi <yao.qi@linaro.org>
8737
8738 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8739
8740 2016-03-24 Yao Qi <yao.qi@linaro.org>
8741
8742 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8743 test message.
8744
8745 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8746
8747 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8748 maintaining separate logic for constructing the output path.
8749
8750 2016-03-16 Don Breazeal <donb@codesourcery.com>
8751
8752 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8753 Retry fork and waitpid on interrupted system call errors.
8754 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8755 Use with_timeout_factor to increase timeout by factor of 10.
8756
8757 2016-03-15 Don Breazeal <donb@codesourcery.com>
8758
8759 * gdb.cp/scope-err.cc: New test program.
8760 * gdb.cp/scope-err.exp: New test script.
8761 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8762 lines and "set breakpoint here" comment.
8763 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8764 Fixed some whitespace and format issues.
8765 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8766 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8767
8768 2016-03-15 Doug Evans <dje@google.com>
8769
8770 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8771 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8772 All callers updated. Add tests for enums, mixed flags register.
8773
8774 2016-03-15 Doug Evans <dje@google.com>
8775
8776 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8777 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8778
8779 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8780
8781 * gdb.base/default.exp: Add $_as_string to the list of expected
8782 convenience functions.
8783
8784 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8785
8786 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8787
8788 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8789
8790 * gdb.python/py-as-string.exp: New file.
8791 * gdb.python/py-as-string.c: New file.
8792
8793 2016-03-09 Pedro Alves <palves@redhat.com>
8794
8795 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8796 signal" -> "Thread NN received signal" output change.
8797 * gdb.threads/ia64-sigill.exp: Likewise.
8798 * gdb.threads/linux-dp.exp: Likewise.
8799 * gdb.threads/manythreads.exp: Likewise.
8800 * gdb.threads/pending-step.exp: Likewise.
8801 * gdb.threads/print-threads.exp: Likewise.
8802 * gdb.threads/sigstep-threads.exp: Likewise.
8803 * gdb.threads/staticthreads.exp: Likewise.
8804 * gdb.threads/tls.exp: Likewise.
8805
8806 2016-03-09 Pedro Alves <palves@redhat.com>
8807
8808 * gdb.base/command-line-input.exp: New file.
8809
8810 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8811
8812 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8813 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8814 * gdb.trace/pending.exp: Accept leading dot before function name.
8815 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8816 * lib/trace-support.exp: Set registers for ppc.
8817
8818 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8819
8820 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8821 use it for disassembly; accept .main in addition to main in backtrace.
8822
8823 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8824 Marcin Kościelnicki <koriakin@0x04.net>
8825
8826 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8827 (gdb_recursion_test_ptr): New global variable.
8828 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8829 gdb_recursion_test.
8830 (gdb_c_test): Ditto.
8831
8832 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8833
8834 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8835 ordering.
8836
8837 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8838
8839 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8840 (bar): Add bar_start_lbl label.
8841 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8842 of foo/bar for emitting DWARF and tracing.
8843
8844 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8845
8846 * analyze-racy-logs.py: Set executable bit.
8847
8848 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8849
8850 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8851 (CHECK_TARGET_TMP): Likewise.
8852 (check-single-racy): New rule.
8853 (check-parallel-racy): Likewise.
8854 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8855 (do-check-parallel-racy): New rule.
8856 (check-racy/%.exp): Likewise.
8857 * README (Racy testcases): New section.
8858 * analyze-racy-logs.py: New file.
8859
8860 2016-03-03 Doug Evans <dje@google.com>
8861
8862 * gdb.base/skip.exp: Use with_test_prefix.
8863
8864 2016-03-03 Yao Qi <yao.qi@linaro.org>
8865
8866 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8867 Invoke step_over_syscall "clone" and break_cond_on_syscall
8868 "clone".
8869 * gdb.base/step-over-clone.c: New file.
8870
8871 2016-03-03 Yao Qi <yao.qi@linaro.org>
8872
8873 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8874 code format.
8875
8876 2016-03-03 Yao Qi <yao.qi@linaro.org>
8877
8878 * gdb.base/disp-step-fork.c: Rename to ...
8879 * gdb.base/step-over-fork.c: ... it. New file.
8880 * gdb.base/disp-step-vfork.c: Rename to ...
8881 * gdb.base/step-over-vfork.c: ... it. New file.
8882 * gdb.base/disp-step-syscall.exp: Rename to ...
8883 * gdb.base/step-over-syscall.exp: ... it. New file.
8884 (disp_step_cross_syscall): Rename to ...
8885 (step_over_syscall): ... it.
8886
8887 2016-03-03 Yao Qi <yao.qi@linaro.org>
8888
8889 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8890 If target supports condition evaluation on target, invoke
8891 break_cond_on_syscall for fork and vfork.
8892
8893 2016-03-03 Yao Qi <yao.qi@linaro.org>
8894
8895 * gdb.base/disp-step-syscall.exp: Don't invoke
8896 support_displaced_stepping.
8897 (disp_step_cross_syscall): Test with displaced stepping off and
8898 on if supported.
8899
8900 2016-03-03 Yao Qi <yao.qi@linaro.org>
8901
8902 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8903 proc.
8904 (setup): New proc.
8905 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8906 and setup.
8907
8908 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8909
8910 * gdb.fortran/vla-history.exp: Remove breakpoint.
8911
8912 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8913
8914 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8915 exceeds timeout.
8916
8917 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8918
8919 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8920 breakpoint.
8921
8922 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8923
8924 * gdb.mi/vla.f90: Nullify pointer after declaration.
8925
8926 2016-03-01 Pedro Alves <palves@redhat.com>
8927
8928 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8929
8930 2016-03-01 Pedro Alves <palves@redhat.com>
8931
8932 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8933 before anything else.
8934 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8935 _GNU_SOURCE here.
8936 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8937 before anything else.
8938 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8939
8940 2016-03-01 Pedro Alves <palves@redhat.com>
8941
8942 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8943
8944 2016-03-01 Yao Qi <yao.qi@linaro.org>
8945
8946 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8947 prepare_for_testing.
8948
8949 2016-03-01 Yao Qi <yao.qi@linaro.org>
8950
8951 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8952
8953 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8954
8955 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8956 manually constructing the output path.
8957
8958 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8959
8960 * gdb.arch/s390-stackless.S: New.
8961 * gdb.arch/s390-stackless.exp: New.
8962
8963 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8964
8965 * gdb.dlang/circular.c: New file.
8966 * gdb.dlang/circular.exp: New file.
8967
8968 2016-02-26 Yao Qi <yao.qi@linaro.org>
8969
8970 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8971 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8972 (testcases): Update.
8973
8974 2016-02-26 Yao Qi <yao.qi@linaro.org>
8975
8976 * gdb.reverse/aarch64.c: Rename to ...
8977 * gdb.reverse/insn-reverse.c: ... it.
8978 * gdb.reverse/aarch64.exp: Rename to ...
8979 * gdb.reverse/insn-reverse.exp: ... it.
8980
8981 2016-02-26 Yao Qi <yao.qi@linaro.org>
8982
8983 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8984 (testcase_ftype): New.
8985 (testcases): New array.
8986 (n_testcases): New.
8987 (main): Call each element in testcases.
8988 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8989 (read_testcase): New.
8990 Do the tests in a loop.
8991
8992 2016-02-25 Yao Qi <yao.qi@linaro.org>
8993
8994 * gdb.base/branches.c: Remove.
8995
8996 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8997
8998 PR gdb/13808
8999 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9000
9001 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9002
9003 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9004
9005 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9006
9007 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9008 change x86_64 call_insn to 'callq'.
9009
9010 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9011
9012 * gdb.trace/tfile-avx.c: Move to...
9013 * gdb.trace/tracefile-pseudo-reg.c: Here.
9014 * gdb.trace/tfile-avx.exp: Move to...
9015 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9016
9017 2016-02-24 Gary Benson <gbenson@redhat.com>
9018
9019 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9020 message on attach.
9021
9022 2016-02-23 Doug Evans <dje@google.com>
9023
9024 * gdb.base/skip.c (test_skip): New function.
9025 (end_test_skip_file_and_function): New function.
9026 (test_skip_file_and_function): New function.
9027 * gdb.base/skip1.c (test_skip): New function.
9028 (skip1_test_skip_file_and_function): New function.
9029 * gdb.base/skip.exp: Add tests for new skip options.
9030 * gdb.base/skip-solib.exp: Update expected output.
9031 * gdb.perf/skip-command.cc: New file.
9032 * gdb.perf/skip-command.exp: New file.
9033 * gdb.perf/skip-command.py: New file.
9034
9035 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9036
9037 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9038 info registers pattern.
9039
9040 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9041
9042 * lib/future.exp: Add D support.
9043 (gdb_find_gdc): New proc.
9044 (gdb_default_target_compile): Add D support.
9045
9046 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9047
9048 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9049 user+system time.
9050 (trace_speed_test): Determine the iteration count for a time
9051 between 15..30 seconds.
9052
9053 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9054
9055 * gdb.arch/i386-mpx-sigsegv.c: New file.
9056 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9057 * gdb.arch/i386-mpx-simple_segv.c: New file.
9058 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9059
9060 2016-02-18 Yao Qi <yao.qi@linaro.org>
9061
9062 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9063 Don't call setup_kfail.
9064
9065 2016-02-18 Yao Qi <yao.qi@linaro.org>
9066
9067 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9068 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9069
9070 2016-02-16 Doug Evans <dje@google.com>
9071
9072 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9073 * gdb.base/skip1.c: Ditto.
9074 * gdb.base/skip.exp: Whitespace cleanup.
9075
9076 2016-02-16 Don Breazeal <donb@codesourcery.com>
9077
9078 PR remote/19496
9079 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9080 Remove kfail for PR remote/19496.
9081
9082 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9083
9084 * lib/gdb.exp (standard_temp_file): Return a path specific to
9085 the runtest invocation.
9086
9087 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9088
9089 * gdb.trace/save-trace.exp: Change relative path to be in the
9090 standard output directory.
9091
9092 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9093
9094 * gdb.arch/i386-prologue.c: Add missing prototypes.
9095
9096 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9097
9098 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9099 * gdb.arch/i386-prologue.exp: Likewise.
9100 * gdb.arch/i386-size.exp: Likewise.
9101
9102 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9103
9104 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9105 define object file path.
9106 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9107 file path.
9108 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9109 standard_output_file to define binfile.
9110
9111 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9112
9113 Fix compatibility with recent gfortran-5.3.1.
9114 * gdb.fortran/vla-history.exp (print vla1 allocated)
9115 (print vla2 allocated, print $2, print $3): Remove
9116 (print $4): Rename to ...
9117 (print $2): ... here.
9118 (print $9): Rename to ...
9119 (print $5): ... here.
9120 (print $10): Rename to ...
9121 (print $6): ... here.
9122 * gdb.fortran/vla.f90: Add pvla initialization.
9123
9124 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9125
9126 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9127 New test.
9128 * gdb.fortran/vla-value-sub.exp: Likewise.
9129
9130 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9131
9132 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9133
9134 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9135
9136 * i386-biarch-core.exp: Define corefile using
9137 standard_output_file.
9138
9139 2016-02-12 Yao Qi <yao.qi@linaro.org>
9140
9141 * gdb.arch/arm-single-step-kernel-helper.c: New.
9142 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9143
9144 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9145
9146 * gdb.btrace/tailcall-only.exp: New.
9147 * gdb.btrace/tailcall-only.c: New.
9148 * gdb.btrace/x86_64-tailcall-only.S: New.
9149 * gdb.btrace/i686-tailcall-only.S: New.
9150
9151 2016-02-11 Pedro Alves <palves@redhat.com>
9152
9153 * README (Parallel testing): Add missing double quotes.
9154
9155 2016-02-11 Pedro Alves <palves@redhat.com>
9156
9157 * README (Parallel testing): New section.
9158 (GDB_PARALLEL): Rewrite.
9159 (FORCE_PARALLEL): Document.
9160
9161 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9162
9163 * gdb.trace/tfile-avx.c: New test.
9164 * gdb.trace/tfile-avx.exp: New test.
9165
9166 2016-02-09 Keith Seitz <keiths@redhat.com>
9167
9168 PR breakpoints/19546
9169 * gdb.base/infcall-exec.c: New file.
9170 * gdb.base/infcall-exec2.c: New file.
9171 * gdb.base/infcall-exec.exp: New file.
9172
9173 2016-02-09 Keith Seitz <keiths@redhat.com>
9174
9175 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9176 (toplevel): Call test_bkpt_address.
9177
9178 2016-02-09 Keith Seitz <keiths@redhat.com>
9179
9180 PR python/19506
9181 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9182 (toplevel): Call test_bkpt_address.
9183
9184 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9185
9186 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9187 to AC_OUTPUT.
9188 * configure: Regenerate.
9189
9190 2016-02-09 Pedro Alves <palves@redhat.com>
9191
9192 PR breakpoints/19548
9193 * gdb.base/execl-update-breakpoints.c (some_function): New
9194 function.
9195 (main): Call it.
9196 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9197 Tighten expected GDB output.
9198
9199 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9200
9201 * Makefile.in (ALL_SUBDIRS): Remove.
9202 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9203 (distclean maintainer-clean realclean): Likewise.
9204 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9205 * configure: Regenerate.
9206 * gdb.ada/Makefile.in: Delete.
9207 * gdb.arch/Makefile.in: Likewise.
9208 * gdb.asm/Makefile.in: Likewise.
9209 * gdb.base/Makefile.in: Likewise.
9210 * gdb.btrace/Makefile.in: Likewise.
9211 * gdb.cell/Makefile.in: Likewise.
9212 * gdb.compile/Makefile.in: Likewise.
9213 * gdb.cp/Makefile.in: Likewise.
9214 * gdb.disasm/Makefile.in: Likewise.
9215 * gdb.dlang/Makefile.in: Likewise.
9216 * gdb.dwarf2/Makefile.in: Likewise.
9217 * gdb.fortran/Makefile.in: Likewise.
9218 * gdb.gdb/Makefile.in: Likewise.
9219 * gdb.go/Makefile.in: Likewise.
9220 * gdb.guile/Makefile.in: Likewise.
9221 * gdb.java/Makefile.in: Likewise.
9222 * gdb.linespec/Makefile.in: Likewise.
9223 * gdb.mi/Makefile.in: Likewise.
9224 * gdb.modula2/Makefile.in: Likewise.
9225 * gdb.multi/Makefile.in: Likewise.
9226 * gdb.objc/Makefile.in: Likewise.
9227 * gdb.opencl/Makefile.in: Likewise.
9228 * gdb.opt/Makefile.in: Likewise.
9229 * gdb.pascal/Makefile.in: Likewise.
9230 * gdb.perf/Makefile.in: Likewise.
9231 * gdb.python/Makefile.in: Likewise.
9232 * gdb.reverse/Makefile.in: Likewise.
9233 * gdb.server/Makefile.in: Likewise.
9234 * gdb.stabs/Makefile.in: Likewise.
9235 * gdb.threads/Makefile.in: Likewise.
9236 * gdb.trace/Makefile.in: Likewise.
9237 * gdb.xml/Makefile.in: Likewise.
9238 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9239 GDB_PARALLEL.
9240 (standard_output_file): Remove check for GDB_PARALLEL, always
9241 return path in outputs/$subdir/$testname.
9242
9243 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9244
9245 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9246 (site.exp): Assign abs_srcdir to tcl's srcdir.
9247
9248 2016-02-04 Yao Qi <yao.qi@linaro.org>
9249
9250 * gdb.base/foll-exec-mode.c: Include limits.h.
9251 (main): Add parameters argc and argv. Get directory from
9252 argv[0].
9253 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9254 compilation.
9255 * gdb.base/foll-exec.c: Include limits.h.
9256 (main): Add parameters argc and argv.
9257 Get directory from argv[0].
9258 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9259 Adjust tests on the number of lines as source code changed.
9260 * gdb.base/foll-vfork-exit.c: Include limits.h.
9261 (main): Add one line of statement before vfork.
9262 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9263 (main): Add parameters argc and argv. Get directory from
9264 argv[0].
9265 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9266 (setup_gdb): Set tbreak to skip some source lines.
9267 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9268 (main): Add parameters argc and argv. Get directory from
9269 argv[0].
9270 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9271 compilation.
9272 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9273 (main): Add parameters argc and argv. Get directory from
9274 argv[0].
9275 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9276 compilation.
9277
9278 2016-02-01 Doug Evans <dje@google.com>
9279
9280 * gdb.base/skip.exp: Clean up multiple references to same test name.
9281
9282 2016-02-01 Pedro Alves <palves@redhat.com>
9283
9284 PR remote/19496
9285 * gdb.threads/forking-threads-plus-breakpoint.exp
9286 (displaced_stepping_supported): New global.
9287 (probe_displaced_stepping_support): New procedure.
9288 (do_test): Add 'displaced' parameter, and use it.
9289 (top level): Check for displaced stepping support. Add displaced
9290 stepping on/off testing axis.
9291
9292 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9293
9294 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9295 pointer. Don't perform further tests on the unassociated pointer
9296 if the first test fails.
9297
9298 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9299
9300 * gdb.base/max-value-size.c: New file.
9301 * gdb.base/max-value-size.exp: New file.
9302 * gdb.base/huge.exp: Disable max-value-size for this test.
9303
9304 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9305
9306 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9307
9308 2016-01-28 Yao Qi <yao.qi@linaro.org>
9309
9310 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9311
9312 2016-01-25 Pedro Alves <palves@redhat.com>
9313
9314 PR threads/19461
9315 * gdb.base/fork-running-state.c: New file.
9316 * gdb.base/fork-running-state.exp: New file.
9317
9318 2016-01-25 Pedro Alves <palves@redhat.com>
9319
9320 PR gdb/19494
9321 * gdb.base/catch-fork-kill.c: New file.
9322 * gdb.base/catch-fork-kill.exp: New file.
9323
9324 2016-01-25 Pedro Alves <palves@redhat.com>
9325
9326 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9327 Delete, moved to lib/gdb.exp.
9328 * gdb.threads/forking-threads-plus-breakpoint.exp
9329 (foreach_with_prefix): Likewise.
9330 * gdb.threads/process-dies-while-handling-bp.exp
9331 (foreach_with_prefix): Likewise.
9332 * lib/gdb.exp (foreach_with_prefix): New procedure.
9333
9334 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9335
9336 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9337 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9338
9339 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9340
9341 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9342 endian targets.
9343
9344 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9345 Pedro Alves <palves@redhat.com>
9346
9347 Fix testsuite compatibility with Guile.
9348 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9349 number.
9350
9351 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9352
9353 Fix testsuite compatibility with Guile.
9354 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9355 (thread 1): New test for backtrace through signal handler.
9356
9357 2016-01-22 Yao Qi <yao.qi@linaro.org>
9358
9359 PR testsuite/19491
9360 * gdb.base/multi-forks.c: Include
9361 ../lib/unbuffer_output.c
9362 (main): Call gdb_unbuffer_output.
9363
9364 2016-01-21 Doug Evans <dje@google.com>
9365
9366 * lib/ada.exp (gdb_compile_ada): Fix typo.
9367
9368 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9369
9370 * gdb.base/break-fun-addr.exp: New file.
9371 * gdb.base/break-fun-addr1.c: New file.
9372 * gdb.base/break-fun-addr2.c: New file.
9373
9374 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9375
9376 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9377 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9378 enum flag values.
9379
9380 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9381
9382 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9383 when GDB can not set the vector return value. Add more comments
9384 for clarification.
9385
9386 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9387
9388 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9389 command.
9390
9391 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9392
9393 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9394
9395 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9396
9397 * Makefile.in (check-single): Pass --status to runtest.
9398 (check/%.exp): Likewise.
9399
9400 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9401
9402 * Makefile.in (check-parallel): Propagate return code from make
9403 do-check-parallel.
9404
9405 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9406
9407 * gdb.trace/ftrace.exp: Fix expected message on continue.
9408 * gdb.trace/pending.exp: Fix expected message on continue.
9409 * gdb.trace/trace-break.exp: Fix expected message on continue.
9410
9411 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9412
9413 * lib/gdb.exp (gdb_test): Remove unused global references.
9414
9415 2016-01-18 Pedro Alves <palves@redhat.com>
9416
9417 * gdb.base/async-shell.exp: Adjust expected output.
9418 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9419 * gdb.base/siginfo-thread.exp: Adjust expected output.
9420 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9421 * gdb.java/jnpe.exp: Adjust expected output.
9422 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9423 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9424 * gdb.threads/leader-exit.exp: Adjust expected output.
9425 * gdb.threads/manythreads.exp: Adjust expected output.
9426 * gdb.threads/pthreads.exp: Adjust expected output.
9427 * gdb.threads/schedlock.exp: Adjust expected output.
9428 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9429 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9430 expected output.
9431 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9432 output.
9433 * gdb.threads/sigthread.exp: Adjust expected output.
9434 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9435
9436 2016-01-18 Yao Qi <yao.qi@linaro.org>
9437
9438 * gdb.guile/scm-section-script.c: Replace @progbits with
9439 %progbits.
9440 * gdb.python/py-section-script.c: Likewise.
9441
9442 2016-01-15 Pedro Alves <palves@redhat.com>
9443
9444 * gdb.multi/tids.exp: Test star wildcard ranges.
9445
9446 2016-01-15 Pedro Alves <palves@redhat.com>
9447
9448 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9449 command from "thread apply" invocation.
9450 (thr_apply_info_thr_invalid): Default the expected output to the
9451 input tid list.
9452 (top level): Add tests that use convenience variables. Add tests
9453 for "thread apply" with a valid TID list, but missing the command.
9454
9455 2016-01-13 Pedro Alves <palves@redhat.com>
9456
9457 * gdb.base/default.exp: Expect $_gthread as well.
9458 * gdb.multi/tids.exp: Test $_gthread.
9459 * gdb.threads/thread-specific.exp: Test $_gthread.
9460
9461 2016-01-13 Pedro Alves <palves@redhat.com>
9462
9463 * gdb.multi/tids.exp: Test "info threads -gid".
9464
9465 2016-01-13 Pedro Alves <palves@redhat.com>
9466
9467 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9468 Breakpoint.thread.
9469 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9470
9471 2016-01-07 Pedro Alves <palves@redhat.com>
9472
9473 * gdb.base/break.exp: Adjust to output changes.
9474 * gdb.base/hbreak2.exp: Likewise.
9475 * gdb.base/sepdebug.exp: Likewise.
9476 * gdb.base/watch_thread_num.exp: Likewise.
9477 * gdb.linespec/keywords.exp: Likewise.
9478 * gdb.multi/info-threads.exp: Likewise.
9479 * gdb.threads/thread-find.exp: Likewise.
9480 * gdb.multi/tids.c: New file.
9481 * gdb.multi/tids.exp: New file.
9482
9483 2016-01-13 Pedro Alves <palves@redhat.com>
9484
9485 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9486
9487 2016-01-13 Pedro Alves <palves@redhat.com>
9488
9489 * gdb.base/default.exp: Expect $_inferior as well.
9490 * gdb.multi/base.exp: Test $_inferior.
9491
9492 2016-01-13 Pedro Alves <palves@redhat.com>
9493
9494 PR breakpoints/19388
9495 * gdb.base/catch-signal-siginfo-cond.c: New file.
9496 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9497
9498 2016-01-12 Josh Stone <jistone@redhat.com>
9499 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9500
9501 * gdb.base/catch-syscall.c (do_execve): New variable.
9502 (main): Conditionally trigger an execve.
9503 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9504 (test_catch_syscall_execve): New, check entry/return across execve.
9505 (do_syscall_tests): Call test_catch_syscall_execve.
9506
9507 2016-01-12 Pedro Alves <palves@redhat.com>
9508
9509 * gdb.base/random-signal.exp (do_test): New procedure, with body
9510 of testcase moved in.
9511
9512 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9513 Pedro Alves <palves@redhat.com>
9514
9515 * gdb.base/funcargs.exp (finish from indirectly called function):
9516 Reintroduce the case for 'First'.
9517
9518 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9519 Pedro Alves <palves@redhat.com>
9520
9521 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9522 (tcatch_vfork_then_child_follow_exec)
9523 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9524 identification.
9525
9526 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9527
9528 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9529 and repeats to unlimited.
9530 * gdb.python/py-value.exp: Likewise.
9531 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9532 and repeats to unlimited.
9533
9534 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9535
9536 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9537 and reordering the functions.
9538 * gdb.multi/hangout.c: Likewise.
9539 * gdb.multi/hello.c: Likewise.
9540
9541 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9542
9543 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9544 absolute.
9545 (SingleStatisticTestResult.report): Use dict.keys instead of
9546 dict.iterkeys.
9547
9548 2016-01-06 Pedro Alves <palves@redhat.com>
9549
9550 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9551
9552 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9553
9554 * gdb.btrace/dlopen.exp: New.
9555 * gdb.btrace/dlopen.c: New.
9556 * gdb.btrace/dlopen-dso.c: New.
9557
9558 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9559
9560 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9561 PATTERN argument is optional.
9562
9563 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9564
9565 * lib/ada.exp (target_compile_ada_from_dir): New function.
9566 (gdb_compile_ada): Reimplement avoiding the use of project files.
9567 * gdb.ada/gnat_ada.gpr: Delete.
9568 * gdb.ada/cond_lang.exp: Adjust test to make path before
9569 filename optional.
9570 * gdb.ada/small_reg_param.exp: Likewise.
9571
9572 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9573
9574 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9575
9576 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9577
9578 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9579 case.
9580
9581 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9582
9583 * gdb.base/break.exp: Remove dead code.
9584 * gdb.base/sepdebug.exp: Likewise.
9585
9586 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9587
9588 * gdb.asm/asm-source.exp: Remove HP-UX references.
9589 * gdb.base/annota1.exp: Likewise.
9590 * gdb.base/annota3.exp: Likewise.
9591 * gdb.base/attach.exp: Likewise.
9592 * gdb.base/bigcore.exp: Likewise.
9593 * gdb.base/break.exp: Likewise.
9594 * gdb.base/call-ar-st.exp: Likewise.
9595 * gdb.base/callfuncs.exp: Likewise.
9596 * gdb.base/catch-fork-static.exp: Likewise.
9597 * gdb.base/display.exp: Likewise.
9598 * gdb.base/foll-exec-mode.exp: Likewise.
9599 * gdb.base/foll-exec.exp: Likewise.
9600 * gdb.base/foll-fork.exp: Likewise.
9601 * gdb.base/foll-vfork.exp: Likewise.
9602 * gdb.base/funcargs.exp: Likewise.
9603 * gdb.base/hbreak2.exp: Likewise.
9604 * gdb.base/inferior-died.exp: Likewise.
9605 * gdb.base/interrupt.exp: Likewise.
9606 * gdb.base/multi-forks.exp: Likewise.
9607 * gdb.base/nodebug.exp: Likewise.
9608 * gdb.base/sepdebug.exp: Likewise.
9609 * gdb.base/solib1.c: Likewise.
9610 * gdb.base/step-test.exp: Likewise.
9611 * gdb.mi/non-stop.c: Likewise.
9612 * gdb.mi/pthreads.c: Likewise.
9613 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9614 * gdb.threads/pthreads.c: Likewise.
9615 * gdb.threads/staticthreads.exp: Likewise.
9616 * lib/future.exp: Likewise.
9617 * lib/gdb.exp: Likewise.
9618 * gdb.base/so-indr-cl.c: Remove.
9619 * gdb.base/so-indr-cl.exp: Likewise.
9620 * gdb.base/solib.c: Likewise.
9621 * gdb.base/solib.exp: Likewise.
9622 * gdb.base/solib2.c: Likewise.
9623
9624 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9625
9626 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9627 * gdb.base/call-ar-st.exp: Likewise.
9628 * gdb.base/callfuncs.exp: Likewise.
9629 * gdb.base/condbreak.exp: Likewise.
9630 * gdb.base/constvars.exp: Likewise.
9631 * gdb.base/hbreak2.exp: Likewise.
9632 * gdb.base/langs.exp: Likewise.
9633 * gdb.base/list.exp: Likewise.
9634 * gdb.base/long_long.exp: Likewise.
9635 * gdb.base/ptype.exp: Likewise.
9636 * gdb.base/scope.exp: Likewise.
9637 * gdb.base/signals.exp: Likewise.
9638 * gdb.base/so-impl-ld.exp: Likewise.
9639 * gdb.base/varargs.exp: Likewise.
9640 * gdb.base/volatile.exp: Likewise.
9641 * gdb.base/whatis.exp: Likewise.
9642 * gdb.cp/cplusfuncs.exp: Likewise.
9643 * gdb.cp/inherit.exp: Likewise.
9644 * gdb.cp/local.exp: Likewise.
9645 * gdb.cp/member-ptr.exp: Likewise.
9646 * gdb.cp/method.exp: Likewise.
9647 * gdb.cp/overload.exp: Likewise.
9648 * gdb.cp/templates.exp: Likewise.
9649 * gdb.stabs/weird.exp: Likewise.
9650 * lib/compiler.c: Likewise.
9651 * lib/compiler.cc: Likewise.
9652 * lib/cp-support.exp: Likewise.
9653 * lib/gdb.exp: Likewise.
9654
9655 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9656
9657 * configure.ac: Remove HP-UX case.
9658 * configure: Regenerate.
9659
9660 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9661
9662 * lib/gdb.exp (gdb_compile): Add function doc.
9663
9664 2015-12-17 Pedro Alves <palves@redhat.com>
9665
9666 PR threads/19354
9667 * gdb.multi/info-threads.exp: New file.
9668
9669 2015-12-15 Yao Qi <yao.qi@linaro.org>
9670
9671 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9672 is aarch64*-*-*.
9673
9674 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9675
9676 * gdb.base/history-duplicates.exp: Skip if no readline support.
9677
9678 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9679
9680 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9681
9682 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9683
9684 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9685
9686 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9687
9688 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9689 ctrl-C if nointerrupts target property is set.
9690 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9691 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9692 * gdb.base/paginate-bg-execution.exp: Likewise.
9693 * gdb.base/paginate-execution-startup.exp: Likewise.
9694 * gdb.base/random-signal.exp: Likewise.
9695 * gdb.base/range-stepping.exp: Likewise.
9696 * gdb.cp/annota2.exp: Likewise.
9697 * gdb.cp/annota3.exp: Likewise.
9698 * gdb.gdb/selftest.exp: Likewise.
9699 * gdb.threads/continue-pending-status.exp: Likewise.
9700 * gdb.threads/leader-exit.exp: Likewise.
9701 * gdb.threads/manythreads.exp: Likewise.
9702 * gdb.threads/pthreads.exp: Likewise.
9703 * gdb.threads/schedlock.exp: Likewise.
9704 * gdb.threads/sigthread.exp: Likewise.
9705
9706 2015-12-11 Don Breazeal <donb@codesourcery.com>
9707
9708 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9709 remote.
9710 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9711 * gdb.base/foll-exec.exp (main): Enable for target remote.
9712 * gdb.base/foll-fork.exp (main): Likewise.
9713 * gdb.base/foll-vfork.exp (main): Likewise.
9714 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9715 (proc continue_to_exit_bp_loc): Use clean_restart.
9716 * gdb.base/pie-execl.exp (main): Disable for target remote.
9717 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9718 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9719 * gdb.threads/execl.exp (main): Likewise.
9720 * gdb.threads/fork-child-threads.exp (main): Likewise.
9721 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9722 remote.
9723 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9724 remote.
9725 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9726 pid.tid style ptids, instead of just tid.
9727 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9728 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9729 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9730 ptids, instead of just tid.
9731
9732 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9733
9734 * gdb.base/list.exp (test_list_forward): Add end of file error
9735 test.
9736 (test_repeat_list_command): Add end of file error test.
9737 (test_list_backwards): Add beginning of file error test.
9738
9739 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9740
9741 * gdb.base/list.exp (test_list_invalid_args): New function,
9742 defined, and called.
9743
9744 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9745
9746 * gdb.base/list.exp (test_list): Make test names unique.
9747
9748 2015-12-11 Yao Qi <yao.qi@linaro.org>
9749
9750 * gdb.base/coremaker2.c: Remove.
9751
9752 2015-12-10 Pedro Alves <palves@redhat.com>
9753
9754 * gdb.multi/base.exp: Remove stale "spaces" references.
9755
9756 2015-12-10 Pedro Alves <palves@redhat.com>
9757
9758 * gdb.multi/base.exp: Don't use nowarnings.
9759 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9760 * gdb.multi/hangout.c: Include stdio.h.
9761 * gdb.multi/hello.c: Include stdlib.h.
9762 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9763 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9764 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9765
9766 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9767
9768 * gdb.dwarf2/dw2-ranges-base.c: New file.
9769 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9770 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9771 support additional line table, and debug ranges generation.
9772 (Dwarf::ranges): New function, generate .debug_ranges.
9773 (Dwarf::lines): Support generating simple line table programs.
9774 (Dwarf::assemble): Initialise new namespace variables.
9775
9776 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9777
9778 * gdb.base/async.exp (proc test_background): Add case for
9779 asynchronous execution not supported.
9780
9781 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9782
9783 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9784 format and change test names to make them unique.
9785
9786 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9787 Pedro Alves <pedro@redhat.com>
9788
9789 PR gdb/18702
9790 Add checking of floatformats setup on x86_64 hosts.
9791 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9792 (smallval, bigval): New labels/constants.
9793 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9794 float" after loading bigval and smallval.
9795
9796 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9797
9798 * gdb.ada/fun_overload_menu.exp: New testcase.
9799 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9800
9801 2015-12-04 Josh Stone <jistone@redhat.com>
9802
9803 * gdb.base/catch-fork-static.exp: New.
9804
9805 2015-12-03 Yao Qi <yao.qi@linaro.org>
9806
9807 * gdb.base/sizeof.c: Don't include stdio.h and
9808 ../lib/unbuffer_output.c.
9809 (main): New variable 'size' and 'value'. Remove printf and
9810 gdb_unbuffer_output. Assign return value to size and value.
9811 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9812 at the beginning.
9813 (check_sizeof): Check the result by printing variable 'size'.
9814 (check_valueof): Check the result by printing variable 'value'.
9815
9816 2015-12-01 Yao Qi <yao.qi@linaro.org>
9817
9818 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9819 for aarch64*-*-linux* target.
9820
9821 2015-11-30 Pedro Alves <palves@redhat.com>
9822
9823 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9824
9825 2015-11-30 Pedro Alves <palves@redhat.com>
9826
9827 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9828 Handle non-stop mode vCont replies.
9829
9830 2015-11-30 Pedro Alves <palves@redhat.com>
9831
9832 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9833 prepare_for_testing. Start gdb with "set non-stop on" appended to
9834 GDBFLAGS. Lax expected stop output.
9835
9836 2015-11-27 Yao Qi <yao.qi@linaro.org>
9837
9838 * gdb.arch/arm-neon.exp: New.
9839 * gdb.arch/arm-neon.c: New.
9840
9841 2015-11-27 Yao Qi <yao.qi@linaro.org>
9842
9843 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9844
9845 2015-11-27 Yao Qi <yao.qi@linaro.org>
9846
9847 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9848 frames-invalid annotation.
9849
9850 2015-11-27 Yao Qi <yao.qi@linaro.org>
9851
9852 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9853
9854 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9855
9856 * gdb.threads/names.exp: New file.
9857 * gdb.threads/names.c: New file.
9858 * README: Mention gdb,no_thread_names.
9859
9860 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9861
9862 PR 19297
9863 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9864 support" error.
9865
9866 2015-11-24 Pedro Alves <palves@redhat.com>
9867
9868 PR 17539
9869 * gdb.base/display.exp: Expect displays to be sorted in ascending
9870 order. Use multi_line.
9871 * gdb.base/solib-display.exp: Likewise.
9872
9873 2015-11-24 Pedro Alves <palves@redhat.com>
9874
9875 PR 17539
9876 * gdb.base/display.exp: Expect displays to be sorted in ascending
9877 order. Use multi_line.
9878 * gdb.base/solib-display.exp: Likewise.
9879
9880 2015-11-24 Pedro Alves <palves@redhat.com>
9881
9882 PR 17539
9883 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9884 threads in ascending order.
9885 * gdb.base/foll-fork.exp: Likewise.
9886 * gdb.base/foll-vfork.exp: Likewise.
9887 * gdb.base/multi-forks.exp: Likewise.
9888 * gdb.mi/mi-nonstop.exp: Likewise.
9889 * gdb.mi/mi-nsintrall.exp: Likewise.
9890 * gdb.multi/base.exp: Likewise.
9891 * gdb.multi/multi-arch.exp: Likewise.
9892 * gdb.python/py-inferior.exp: Likewise.
9893 * gdb.threads/break-while-running.exp: Likewise.
9894 * gdb.threads/execl.exp: Likewise.
9895 * gdb.threads/gcore-thread.exp: Likewise.
9896 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9897 * gdb.threads/kill.exp: Likewise.
9898 * gdb.threads/linux-dp.exp: Likewise.
9899 * gdb.threads/multiple-step-overs.exp: Likewise.
9900 * gdb.threads/next-bp-other-thread.exp: Likewise.
9901 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9902 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9903 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9904 * gdb.threads/thread-find.exp: Likewise.
9905 * gdb.threads/tls.exp: Likewise.
9906 * lib/mi-support.exp (mi_reverse_list): Delete.
9907 (mi_check_thread_states): No longer reverse list.
9908
9909 2015-11-24 Pedro Alves <palves@redhat.com>
9910
9911 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9912 use lowercase.
9913
9914 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9915
9916 * gdb.trace/actions.c: Include trace-common.h.
9917 (main): Add a location for a fast tracepoint.
9918 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9919 the normal tracepoints.
9920 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9921
9922 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9923
9924 * save-trace.exp: Factor out code to these...
9925 (gdb_save_tracepoints): New.
9926 (gdb_load_tracepoints): New.
9927 (do_save_load_test): New.
9928
9929 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9930
9931 * gdb.base/asmlabel.exp: New test.
9932 * gdb.base/asmlabel.c: New test case.
9933
9934 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9935
9936 * gdb.base/wrong_frame_bt_full-main.c: New file.
9937 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9938 * gdb.base/wrong_frame_bt_full.exp: New file.
9939
9940 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9941
9942 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9943
9944 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9945
9946 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9947 pstate register when comparing registers values in
9948 sparc64-*-linux-gnu targets to avoid spurious differences.
9949
9950 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9951
9952 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9953
9954 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9955
9956 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9957 as type argument to gdb_compile.
9958 * gdb.base/nested-subp2.exp: Likewise.
9959 * gdb.base/nested-subp3.exp: Likewise.
9960
9961 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9962
9963 * lib/dwarf.exp (_note): Fix left shift of negative value.
9964 * gdb.trace/trace-condition.exp: Likewise.
9965
9966 2015-11-13 Yao Qi <yao.qi@linaro.org>
9967
9968 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9969 comments about d10v.
9970 (test_scalar_returns): Likewise.
9971 * gdb.base/d10v.ld: Remove.
9972 * gdb.base/overlays.exp: Remove the target triplet checking for
9973 d10v-*-*.
9974 * gdb.base/structs.exp (test_struct_returns): Remove the
9975 comments about d10v.
9976 (test_struct_calls): Likewise.
9977
9978 2015-11-13 Yao Qi <yao.qi@linaro.org>
9979
9980 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9981 * gdb.base/gnu_vector.c: Don't include stdio.h.
9982 (main): Don't print res and call add_some_intvecs.
9983
9984 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9985
9986 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9987 macro.
9988 (func5): Removed.
9989 (func4): Use FAST_TRACEPOINT_LABEL.
9990 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9991 macro.
9992 (func): Removed.
9993 (thread_function): Use FAST_TRACEPOINT_LABEL.
9994 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9995 (func): Remove.
9996 (marker): Use FAST_TRACEPOINT_LABEL.
9997 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9998 (pendfunc1): Remove.
9999 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10000 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10001 (foo): Remove.
10002 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10003 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10004 macro.
10005 (func): Remove.
10006 (marker): Use FAST_TRACEPOINT_LABEL.
10007 * gdb.trace/trace-common.h: New header.
10008 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10009 macro.
10010 (func): Remove.
10011 (marker): Use FAST_TRACEPOINT_LABEL.
10012 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10013 (func): Remove.
10014 (thread_function): Use FAST_TRACEPOINT_LABEL.
10015
10016 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10017
10018 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10019 in front.
10020 * gdb.trace/change-loc.exp: Use global pcreg definition.
10021 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10022 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10023 in front.
10024 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10025 * gdb.trace/pending.exp: Likewise.
10026 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10027 * gdb.trace/trace-break.exp: Likewise.
10028 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10029 in front.
10030 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10031 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10032 in front.
10033 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10034
10035 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10036
10037 * gdb.ada/fin_fun_out: New testcase.
10038
10039 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10040
10041 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10042 value associated with DW_AT_byte_size.
10043 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10044 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10045 DW_AT_upper_bound.
10046
10047 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10048
10049 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10050 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10051 version.
10052 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10053 gdb.dwarf2/dw2-canonicalize-type.exp,
10054 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10055 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10056 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10057 provided by gdb_target_symbol_prefix_flags_asm.
10058 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10059 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10060 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10061 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10062 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10063 macros where needed). Use this macro for symbols which require
10064 the prefix provided by SYMBOL_PREFIX.
10065
10066 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10067
10068 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10069 New procs.
10070 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10071 representing expressions, of more than one list element.
10072 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10073 to prepend linker symbol prefix to f.
10074 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10075 table_1 and table_2.
10076 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10077 Likewise, for f and g.
10078 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10079 for ptr.
10080 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10081 for main.
10082 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10083 table_1_ptr and table_2_ptr.
10084
10085 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10086 Joel Brobecker <brobecker@adacore.com>
10087
10088 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10089
10090 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10091
10092 * gdb.reverse/s390-mvcle.c: New test.
10093 * gdb.reverse/s390-mvcle.exp: New file.
10094 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10095
10096 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10097
10098 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10099
10100 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10101
10102 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10103 reaching marker2.
10104 * gdb.reverse/getresuid-reverse.exp: Likewise.
10105 * gdb.reverse/pipe-reverse.exp: Likewise.
10106 * gdb.reverse/readv-reverse.exp: Likewise.
10107 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10108 * gdb.reverse/time-reverse.exp: Likewise.
10109 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10110
10111 2015-10-30 Yao Qi <yao.qi@linaro.org>
10112
10113 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10114 (empty_cycle): Remove.
10115 (main): Don't call empty_cycle. Don't use watch_count_done.
10116 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10117 empty_cycle. Rewrite the code counting HW watchpoints.
10118
10119 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10120
10121 * gdb.reverse/fstatat-reverse.c: New test.
10122 * gdb.reverse/fstatat-reverse.exp: New file.
10123 * gdb.reverse/getresuid-reverse.c: New test.
10124 * gdb.reverse/getresuid-reverse.exp: New file.
10125 * gdb.reverse/pipe-reverse.c: New test.
10126 * gdb.reverse/pipe-reverse.exp: New file.
10127 * gdb.reverse/readv-reverse.c: New test.
10128 * gdb.reverse/readv-reverse.exp: New file.
10129 * gdb.reverse/recvmsg-reverse.c: New test.
10130 * gdb.reverse/recvmsg-reverse.exp: New file.
10131 * gdb.reverse/time-reverse.c: New test.
10132 * gdb.reverse/time-reverse.exp: New file.
10133 * gdb.reverse/waitpid-reverse.c: New test.
10134 * gdb.reverse/waitpid-reverse.exp: New file.
10135
10136 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10137
10138 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10139
10140 2015-10-26 Doug Evans <dje@google.com>
10141
10142 PR symtab/17391
10143 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10144 * gdb.dwarf2/bad-regnum.c: New file.
10145 * gdb.dwarf2/bad-regnum.exp: New file.
10146
10147 2015-10-26 Doug Evans <dje@google.com>
10148
10149 PR python/18938
10150 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10151 file.
10152
10153 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10154
10155 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10156 for a change by "Mention language in compile error message".
10157
10158 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10159
10160 PR python/18073
10161 * gdb.python/py-type.c (C::a_method): New.
10162 (C::a_const_method): New.
10163 (C::a_static_method): New.
10164 (a_function): New.
10165 * gdb.python/py-type.exp (test_fields): Test getting fields
10166 from function and method.
10167
10168 2015-10-21 Keven Boell <keven.boell@intel.com>
10169
10170 * gdb.fortran/vla-alloc-assoc.exp: New file.
10171 * gdb.fortran/vla-datatypes.exp: New file.
10172 * gdb.fortran/vla-datatypes.f90: New file.
10173 * gdb.fortran/vla-history.exp: New file.
10174 * gdb.fortran/vla-ptype-sub.exp: New file.
10175 * gdb.fortran/vla-ptype.exp: New file.
10176 * gdb.fortran/vla-sizeof.exp: New file.
10177 * gdb.fortran/vla-sub.f90: New file.
10178 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10179 * gdb.fortran/vla-value-sub-finish.exp: New file.
10180 * gdb.fortran/vla-value-sub.exp: New file.
10181 * gdb.fortran/vla-value.exp: New file.
10182 * gdb.fortran/vla-ptr-info.exp: New file.
10183 * gdb.mi/mi-vla-fortran.exp: New file.
10184 * gdb.mi/vla.f90: New file.
10185
10186 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10187
10188 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10189 of hardwired timeout value.
10190
10191 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10192 Pedro Alves <palves@redhat.com>
10193
10194 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10195 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10196
10197 2015-10-19 Josh Stone <jistone@redhat.com>
10198
10199 * gdb.base/catch-syscall.c: Include <sched.h>.
10200 (unknown_syscall): New variable.
10201 (main): Trigger a vfork and an unknown syscall.
10202 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10203 (unknown_syscall_number): Likewise.
10204 (check_call_to_syscall): Accept an optional syscall pattern.
10205 (check_return_from_syscall): Likewise.
10206 (check_continue): Likewise.
10207 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10208 (test_catch_syscall_skipping_return): New test toggling off 'catch
10209 syscall' to step over the syscall return, then toggling back on.
10210 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10211 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10212 (do_syscall_tests): Call test_catch_syscall_without_args and
10213 test_catch_syscall_mid_vfork.
10214 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10215 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10216
10217 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10218
10219 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10220 print g_vE): Add new pass patterns.
10221 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10222 print various symbol names for vptr fields.
10223
10224 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10225
10226 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10227 results.
10228
10229 2015-10-12 Yao Qi <yao.qi@linaro.org>
10230
10231 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10232
10233 2015-10-12 Yao Qi <yao.qi@linaro.org>
10234
10235 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10236 is aarch64*-*-linux*.
10237
10238 2015-10-12 Yao Qi <yao.qi@linaro.org>
10239
10240 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10241 (can_relocate_bcond_true): ... it.
10242 (can_relocate_bcond_false): New function.
10243 (foo): Likewise.
10244 (can_relocate_bl): Likewise.
10245 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10246 can_relocate_bl.
10247
10248 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10249
10250 * gdb.base/nested-addr.c: New file.
10251 * gdb.base/nested-addr.exp: New testcase.
10252
10253 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10254
10255 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10256 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10257 its output. Ignore the output of "record goto begin" and instead
10258 check that GDB is replaying.
10259
10260 2015-10-09 Pedro Alves <palves@redhat.com>
10261
10262 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10263 (top level): Use it in the run with no args test.
10264
10265 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10266
10267 * gdb.dlang/properties.exp: New file.
10268
10269 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10270
10271 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10272 whether or not address 0x1000 is mapped on the target.
10273
10274 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10275
10276 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10277 build.
10278
10279 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10280
10281 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10282 instruction-history test.
10283
10284 2015-09-28 Doug Evans <dje@google.com>
10285
10286 * gdb.base/gcore.c (array_func): Add reference to static_array.
10287
10288 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10289
10290 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10291 source line.
10292
10293 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10294
10295 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10296 short or char as base type.
10297
10298 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10299
10300 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10301 to allow any size enum.
10302
10303 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10304
10305 * gdb.ada/array_ptr_renaming.exp: New testcase.
10306 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10307 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10308
10309 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10310
10311 * gdb.trace/ftrace-lock.c: New file.
10312 * gdb.trace/ftrace-lock.exp: New file.
10313
10314 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10315
10316 * gdb.arch/insn-reloc.c: New file.
10317 * gdb.arch/ftrace-insn-reloc.exp: New file.
10318
10319 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10320
10321 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10322 instruction.
10323 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10324 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10325 * gdb.trace/range-stepping.c: Likewise.
10326 * gdb.trace/trace-break.c: Likewise.
10327 * gdb.trace/trace-mt.c (thread_function): Likewise.
10328 * gdb.trace/ftrace.c (marker): Likewise.
10329 * gdb.trace/trace-condition.c (marker): Likewise.
10330 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10331 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10332 is_aarch64_target.
10333
10334 2015-09-18 Doug Evans <xdje42@gmail.com>
10335
10336 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10337 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10338
10339 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10340
10341 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10342 the breakpoint.
10343
10344 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10345
10346 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10347 the pending breakpoint. Remove timeout override for "Run till
10348 MI pending breakpoint on pendfunc3 on thread 2" test.
10349
10350 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10351
10352 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10353 filename pattern.
10354
10355 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10356
10357 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10358 in breakpoint filename pattern.
10359
10360 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10361
10362 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10363
10364 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10365
10366 * gdb.linespec/explicit.exp: Check for readline support for
10367 tab-completion tests. Fix obvious typo.
10368
10369 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10370
10371 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10372 and replay.
10373
10374 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10375
10376 * gdb.btrace/non-stop.c: New.
10377 * gdb.btrace/non-stop.exp: New.
10378
10379 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10380 Yao Qi <yao.qi@linaro.org>
10381
10382 * gdb.trace/trace-condition.c: New file.
10383 * gdb.trace/trace-condition.exp: New file.
10384
10385 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10386
10387 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10388 for testing bytecode compilation.
10389
10390 2015-09-16 Pedro Alves <palves@redhat.com>
10391 Sandra Loosemore <sandra@codesourcery.com>
10392
10393 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10394 (SECONDS): Redefine.
10395 (main): Call pthread_kill and alarm early.
10396 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10397 support.
10398 (test): If the target can't hardware step and doesn't support
10399 displaced stepping, increase the timeout.
10400
10401 2015-09-16 Pedro Alves <palves@redhat.com>
10402
10403 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10404 (enable_debug): New procedures.
10405 (test): Use them. Bail out if waiting for threads fails.
10406 (top level): Bail out if a test fails.
10407
10408 2015-09-16 Yao Qi <yao.qi@linaro.org>
10409
10410 * gdb.asm/asm-source.exp: Set asm-arch for
10411 aarch64*-*-* target.
10412 * gdb.asm/aarch64.inc: New file.
10413
10414 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10415
10416 * gdb.ada/array_of_variable_length.exp: New testcase.
10417 * gdb.ada/array_of_variable_length/foo.adb: New file.
10418 * gdb.ada/array_of_variable_length/pck.adb: New file.
10419 * gdb.ada/array_of_variable_length/pck.ads: New file.
10420
10421 2015-09-15 Doug Evans <dje@google.com>
10422
10423 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10424 of function static local variable.
10425
10426 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10427
10428 * gdb.threads/tls-so_extern.exp: New test file.
10429 * gdb.threads/tls-so_extern.c: New test file.
10430 * gdb.threads/tls-so_extern_main.c: New test file.
10431
10432 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10433
10434 * gdb.opt/solib-intra-step-lib.c: New file.
10435 * gdb.opt/solib-intra-step-main.c: New file.
10436 * gdb.opt/solib-intra-step.exp: New file.
10437
10438 2015-09-15 Pedro Alves <palves@redhat.com>
10439
10440 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10441 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10442
10443 2015-09-14 Pedro Alves <palves@redhat.com>
10444
10445 * gdb.base/hook-stop-continue.c: Delete.
10446 * gdb.base/hook-stop-continue.exp: Delete.
10447 * gdb.base/hook-stop-frame.c: Delete.
10448 * gdb.base/hook-stop-frame.exp: Delete.
10449 * gdb.base/hook-stop.c: New file.
10450 * gdb.base/hook-stop.exp: New file.
10451
10452 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10453
10454 * gdb.ada/access_to_packed_array.exp: New testcase.
10455 * gdb.ada/access_to_packed_array/foo.adb: New file.
10456 * gdb.ada/access_to_packed_array/pack.adb: New file.
10457 * gdb.ada/access_to_packed_array/pack.ads: New file.
10458
10459 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10460
10461 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10462 buffer size test.
10463
10464 2015-09-11 Don Breazeal <donb@codesourcery.com>
10465
10466 * gdb.base/foll-exec.c: Add copyright header. Fix
10467 formatting issues.
10468 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10469 (do_exec_tests): Use clean_restart in place of zap_session,
10470 and for test initialization. Fix formatting issues. Use
10471 fail in place of perror.
10472 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10473 an expect statement to match an expression with output from
10474 the program under debug.
10475 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10476 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10477 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10478 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10479 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10480
10481 2015-09-09 Doug Evans <dje@google.com>
10482
10483 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10484
10485 2015-09-09 Doug Evans <dje@google.com>
10486
10487 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10488
10489 2015-09-09 Doug Evans <dje@google.com>
10490
10491 * gdb.base/savedregs.exp: Fix typo.
10492
10493 2015-09-09 Pedro Alves <palves@redhat.com>
10494
10495 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10496
10497 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10498
10499 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10500 command actually switches threads. Give up on remaining
10501 tests if target fails to stop at breakpoint.
10502
10503 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10504
10505 * gdb.ada/funcall_char.exp: New testcase.
10506 * gdb.ada/funcall_char/foo.adb: New file.
10507
10508 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10509
10510 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10511 expected outputs. Add two testcases for completing ambiguous
10512 functions.
10513 * gdb.ada/complete/aux_pck.adb: New file.
10514 * gdb.ada/complete/aux_pck.ads: New file.
10515 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10516 Ambiguous_Func functions.
10517 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10518 * gdb.ada/complete/pck.adb: Likewise.
10519
10520 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10521
10522 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10523 failures to run the test program under GDB.
10524
10525 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10526
10527 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10528 to C.
10529
10530 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10531
10532 * gdb.base/run-after-attach.exp: New test file.
10533 * gdb.base/run-after-attach.c: New test file.
10534
10535 2015-08-26 Don Breazeal <donb@codesourcery.com>
10536
10537 * gdb.base/foll-exec-2.c: New test program.
10538 * gdb.base/foll-exec-2.exp: New test.
10539
10540 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10541
10542 * gdb.base/nested-subp1.exp: New file.
10543 * gdb.base/nested-subp1.c: New file.
10544 * gdb.base/nested-subp2.exp: New file.
10545 * gdb.base/nested-subp2.c: New file.
10546 * gdb.base/nested-subp3.exp: New file.
10547 * gdb.base/nested-subp3.c: New file.
10548
10549 2015-08-24 Pedro Alves <palves@redhat.com>
10550
10551 * gdb.server/connect-without-multi-process.c: New file.
10552 * gdb.server/connect-without-multi-process.exp: New file.
10553
10554 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10555
10556 * gdb.opt/inline-markers.c: Make z int.
10557
10558 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10559
10560 * gdb.opt/inline-markers.c: Make z volatile.
10561
10562 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10563
10564 * gdb.opt/inline-bt.c: New volatile global z.
10565 * gdb.opt/inline-cmds.c: Likewise.
10566 * gdb.opt/inline-locals.c: Likewise.
10567 * gdb.opt/inline-markers.c: New extern global z.
10568 (marker): Use z.
10569 (inline_fn): Likewise.
10570
10571 2015-08-24 Pedro Alves <palves@redhat.com>
10572
10573 * config/m32r-stub.exp: Remove file.
10574 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10575 * gdb.base/call-rt-st.exp: Likewise.
10576 * gdb.base/call-strs.exp: Likewise.
10577 * gdb.base/default.exp: Remove references to h8300-*-hms and
10578 *-*-udi*.
10579 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10580
10581 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10582
10583 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10584 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10585 and "return" use KFAIL when GDB can not read/write the vector
10586 return value.
10587
10588 2015-08-21 Gary Benson <gbenson@redhat.com>
10589
10590 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10591
10592 2015-08-20 Pedro Alves <palves@redhat.com>
10593
10594 * gdb.server/solib-list.exp: No longer expect an interior stop in
10595 non-stop mode.
10596
10597 2015-08-20 Pedro Alves <palves@redhat.com>
10598
10599 * gdb.server/connect-stopped-target.c: New file.
10600 * gdb.server/connect-stopped-target.exp: New file.
10601
10602 2015-08-20 Pedro Alves <palves@redhat.com>
10603
10604 * gdb.dwarf2/comp-unit-lang.exp: New file.
10605 * gdb.dwarf2/comp-unit-lang.c: New file.
10606
10607 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10608
10609 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10610 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10611
10612 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10613
10614 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10615 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10616
10617 2015-08-18 Doug Evans <dje@google.com>
10618 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10619
10620 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10621 skip_python_tests. New arg prompt_regexp.
10622 (skip_python_tests): New function.
10623 * lib/mi-support.exp (mi_skip_python_tests): New function.
10624 * gdb.python/py-mi-objfile-gdb.py: New file.
10625 * gdb.python/py-mi-objfile.c: New file.
10626 * gdb.python/py-mi-objfile.exp: New file.
10627
10628 2015-08-17 Keith Seitz <keiths@redhat.com>
10629
10630 * gdb.linespec/explicit.exp: Move strace test from here ...
10631 * gdb.trace/strace.exp: ... to here.
10632
10633 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10634
10635 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10636 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10637
10638 2015-08-14 Doug Evans <xdje42@gmail.com>
10639
10640 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10641 inferior before selecting a new file.
10642
10643 2015-08-14 Doug Evans <xdje42@gmail.com>
10644
10645 * gdb.mi/mi-disassemble.exp: Update.
10646 * gdb.base/disasm-optim.S: New file.
10647 * gdb.base/disasm-optim.c: New file.
10648 * gdb.base/disasm-optim.h: New file.
10649 * gdb.base/disasm-optim.exp: New file.
10650
10651 2015-08-14 Keith Seitz <keiths@redhat.com>
10652
10653 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10654 "evaluated-by".
10655
10656 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10657
10658 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10659
10660 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10661
10662 * gdb.ada/fun_renaming.exp: New testcase.
10663 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10664 * gdb.ada/fun_renaming/pack.adb: New file.
10665 * gdb.ada/fun_renaming/pack.ads: New file.
10666
10667 2015-08-12 Keith Seitz <keiths@redhat.com>
10668
10669 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10670 gdb_get_line_number.
10671
10672 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10673
10674 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10675 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10676 gdb.base/dso2dso.exp: New files.
10677
10678 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10679 Pedro Alves <palves@redhat.com>
10680 Keith Seitz <keiths@redhat.com>
10681
10682 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10683 GDBFLAGS.
10684
10685 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10686
10687 * gdb.base/gdbhistsize-history.exp
10688 (test_histsize_history_setting): Use save_vars.
10689 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10690 Use save_vars.
10691 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10692 * gdb.base/readline.exp: Use save_vars.
10693
10694 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10695
10696 * lib/gdb.exp (save_vars): New proc.
10697
10698 2015-08-11 Keith Seitz <keiths@redhat.com>
10699
10700 * gdb.base/help.exp: Update help_breakpoint_text.
10701
10702 2015-08-11 Keith Seitz <keiths@redhat.com>
10703
10704 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10705 (at toplevel): Call test_explicit_breakpoints.
10706 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10707 breakpoints.
10708 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10709 breakpoint conditions, "-cond".
10710
10711 2015-08-11 Keith Seitz <keiths@redhat.com>
10712
10713 * gdb.linespec/3explicit.c: New file.
10714 * gdb.linespec/cpexplicit.cc: New file.
10715 * gdb.linespec/cpexplicit.exp: New file.
10716 * gdb.linespec/explicit.c: New file.
10717 * gdb.linespec/explicit.exp: New file.
10718 * gdb.linespec/explicit2.c: New file.
10719 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10720 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10721 before using in the matching pattern.
10722 Clarify that `prefix' is a regular expression.
10723
10724 2015-08-11 Keith Seitz <keiths@redhat.com>
10725
10726 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10727 test.
10728 Add tests for missing ",FMT" and ",".
10729
10730 2015-08-10 Doug Evans <dje@google.com>
10731 Keith Seitz <keiths@redhat.com>
10732
10733 PR gdb/17960
10734 * gdb.base/completion.exp: Add location completer tests.
10735
10736 2015-08-07 Pedro Alves <palves@redhat.com>
10737
10738 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10739 tests here.
10740 (top level): Run do_test with and without displaced stepping.
10741
10742 2015-08-07 Pedro Alves <palves@redhat.com>
10743
10744 * gdb.base/valgrind-disp-step.c: New file.
10745 * gdb.base/valgrind-disp-step.exp: New file.
10746
10747 2015-08-07 Pedro Alves <palves@redhat.com>
10748
10749 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10750 Delete function.
10751 (main): Add alarm. Run an infinite loop instead of calling
10752 wait_threads.
10753 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10754 comment.
10755 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10756 Delete function.
10757 (main): Add alarm. Run an infinite loop instead of calling
10758 wait_threads.
10759 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10760 comment.
10761
10762 2015-08-07 Pedro Alves <palves@redhat.com>
10763
10764 * gdb.base/checkpoint-ns.exp: New file.
10765 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10766 standard_testfile.
10767
10768 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10769
10770 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10771 * gdb.btrace/instruction_history.exp: Update.
10772 * gdb.btrace/tsx.exp: New.
10773 * gdb.btrace/tsx.c: New.
10774
10775 2015-08-06 Pedro Alves <palves@redhat.com>
10776
10777 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10778 increase timeout.
10779 * gdb.reverse/until-precsave.exp: Bump timeouts.
10780
10781 2015-08-06 Pedro Alves <palves@redhat.com>
10782
10783 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10784
10785 2015-08-06 Pedro Alves <palves@redhat.com>
10786
10787 PR gdb/18749
10788 * gdb.threads/process-dies-while-handling-bp.c: New file.
10789 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10790
10791 2015-08-06 Pedro Alves <palves@redhat.com>
10792
10793 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10794 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10795
10796 2015-08-05 Pedro Alves <palves@redhat.com>
10797
10798 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10799 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10800
10801 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10802
10803 * gdb.base/bp-permanent.exp: Report test as unsupported if
10804 the target cannot stop at the permanent breakpoint.
10805
10806 2015-08-03 Doug Evans <dje@google.com>
10807
10808 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10809 10000.
10810
10811 2015-08-03 Doug Evans <dje@google.com>
10812
10813 * Makefile.in (workers/%.worker, build-perf): New rule.
10814 (GDB_PERFTEST_MODE): New variable.
10815 (check-perf): Use it.
10816 (clean): Clean up gdb.perf parallel build subdirs.
10817 * lib/build-piece.exp: New file.
10818 * lib/gdb.exp (make_gdb_parallel_path): New function
10819 (standard_output_file, standard_temp_file): Call it.
10820 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10821 of $GDB_PARALLEL.
10822 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10823
10824 2015-08-03 Doug Evans <dje@google.com>
10825
10826 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10827 (LOG_FILE_NAME): New global.
10828 (TextReporter.__init__): Initialize self.txt_sum.
10829 (TextReporter.report): Add support for multiple data-points.
10830 Move report to perftest.sum, put raw data in perftest.log.
10831 (TextReporter.start): Open sum and log files.
10832 (TextReporter.end): Close sum and log files.
10833 * gdb.perf/lib/perftest/testresult.py
10834 (SingleStatisticTestResult.record): Handle multiple data-points.
10835
10836 2015-07-31 Pedro Alves <palves@redhat.com>
10837
10838 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10839 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10840 kill_wait_spawned_process instead of explicit "kill -9".
10841 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10842 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10843 kill_wait_spawned_process.
10844 * gdb.base/attach-twice.exp: Likewise.
10845 * gdb.base/attach.exp: Likewise.
10846 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10847 gdb_test_multiple.
10848 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10849 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10850 kill_wait_spawned_process.
10851 * gdb.base/valgrind-infcall.exp: Likewise.
10852 * gdb.multi/multi-attach.exp: Likewise.
10853 * gdb.python/py-prompt.exp: Likewise.
10854 * gdb.python/py-sync-interp.exp: Likewise.
10855 * gdb.server/ext-attach.exp: Likewise.
10856 * gdb.threads/attach-into-signal.exp (corefunc): Use
10857 spawn_wait_for_attach, spawn_id_get_pid and
10858 kill_wait_spawned_process.
10859 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10860 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10861 spawn_id_get_pid and kill_wait_spawned_process.
10862 * gdb.threads/attach-stopped.exp (corefunc): Use
10863 spawn_wait_for_attach, spawn_id_get_pid and
10864 kill_wait_spawned_process.
10865 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10866 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10867 kill_wait_spawned_process instead of explicit "kill -9".
10868 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10869 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10870 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10871 processes. Don't map cygwin/windows pids here. Now returns a
10872 spawn id list.
10873
10874 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10875
10876 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10877 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10878 correct patch.
10879
10880 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10881
10882 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10883
10884 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10885
10886 Reapply:
10887 2014-05-21 Mark Wielaard <mjw@redhat.com>
10888
10889 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10890
10891 2015-07-30 Pedro Alves <palves@redhat.com>
10892
10893 * linux-low.c (handle_extended_wait): Set the child's last
10894 reported status to TARGET_WAITKIND_STOPPED.
10895
10896 2015-07-30 Pedro Alves <palves@redhat.com>
10897
10898 PR threads/18600
10899 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10900 only shows inferior 1.
10901
10902 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10903 Pedro Alves <palves@redhat.com>
10904
10905 PR threads/18600
10906 * gdb.threads/fork-plus-threads.c: New file.
10907 * gdb.threads/fork-plus-threads.exp: New file.
10908
10909 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10910
10911 * gdb.base/batch-preserve-term-settings.exp
10912 (test_terminal_settings_preserved_after_cli_exit): Use
10913 send_quit_command.
10914
10915 2015-07-29 Pedro Alves <palves@redhat.com>
10916 Don Breazeal <donb@codesourcery.com>
10917
10918 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10919 output from both inferior_spawn_id and gdb_spawn_id.
10920
10921 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10922
10923 * gdb.threads/attach-into-signal.exp (corefunc): Use
10924 with_test_prefix on nested loops, uniquefying the test messages.
10925
10926 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10927
10928 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10929 commit.
10930
10931 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10932
10933 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10934 New proc.
10935 (test_terminal_settings_preserved_after_sigterm): New test.
10936
10937 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10938
10939 * gdb.base/batch-preserve-term-settings.exp
10940 (test_terminal_settings_preserved_after_cli_exit): New test.
10941
10942 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10943
10944 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10945 manipulation of saved_gdbflags.
10946 (test_terminal_settings_preserved): Remove global declaration of
10947 the unused variable pagination_prompt. Remove manipulation of
10948 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10949 GDBFLAGS.
10950
10951 2015-07-29 Pedro Alves <palves@redhat.com>
10952
10953 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10954
10955 2015-07-29 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10958 at the top.
10959
10960 2015-07-29 Pedro Alves <palves@redhat.com>
10961
10962 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10963 (main): Call gdb_unbuffer_output.
10964 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10965 (main): Call gdb_unbuffer_output.
10966 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10967 (main): Call gdb_unbuffer_output.
10968 * gdb.base/call-strs.exp: Adjust to step over the
10969 gdb_unbuffer_output call.
10970 * gdb.base/catch-gdb-caused-signals.c: Include
10971 "../lib/unbuffer_output.c".
10972 (main): Call gdb_unbuffer_output.
10973 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10974 (main): Call gdb_unbuffer_output.
10975 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10976 (main): Call gdb_unbuffer_output.
10977 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10978 (main): Call gdb_unbuffer_output.
10979 * gdb.base/shlib-call.exp: Adjust to step over the
10980 gdb_unbuffer_output call.
10981 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10982 (main): Call gdb_unbuffer_output.
10983 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10984 (main): Call gdb_unbuffer_output.
10985 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10986 (main): Rename to ...
10987 (test): ... this.
10988 (main): Reimplement.
10989 * gdb.base/varargs.exp: Run to test instead of to main.
10990 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10991 (main): Call gdb_unbuffer_output.
10992
10993 2015-07-29 Pedro Alves <palves@redhat.com>
10994
10995 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10996 factore out from mi_continue_dprintf. For call-style dprintfs,
10997 expect dprintf output out of $inferior_spawn_id.
10998 (mi_continue_dprintf): Use mi_expect_dprintf.
10999 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11000 (main): Call gdb_unbuffer_output.
11001
11002 2015-07-29 Pedro Alves <palves@redhat.com>
11003
11004 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11005 (default_mi_gdb_start): Set inferior_spawn_id instead of
11006 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11007 gdb_spawn_id.
11008 (mi_gdb_test): Always expect inferior output from both
11009 $inferior_spawn_id and $gdb_spawn_id.
11010
11011 2015-07-29 Pedro Alves <palves@redhat.com>
11012
11013 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11014 send_inferior and $inferior_spawn_id.
11015
11016 2015-07-29 Pedro Alves <palves@redhat.com>
11017
11018 * gdb.gdb/complaints.exp (test_initial_complaints)
11019 (test_serial_complaints, test_short_complaints): Use
11020 gdb_test_stdio.
11021 (test_empty_complaint): Handle $inferior_spawn_id !=
11022 $gdb_spawn_id.
11023
11024 2015-07-29 Pedro Alves <palves@redhat.com>
11025
11026 * gdb.base/varargs.exp: Use gdb_test_stdio.
11027
11028 2015-07-29 Pedro Alves <palves@redhat.com>
11029
11030 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11031
11032 2015-07-29 Pedro Alves <palves@redhat.com>
11033
11034 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11035
11036 2015-07-29 Pedro Alves <palves@redhat.com>
11037
11038 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11039 parameter into two new parameters, "inf_result" and "gdb_result".
11040 Expect inferior output and gdb output from $inferior_spawn_id and
11041 $gdb_spawn_id, respectively. Adjust all callers.
11042
11043 2015-07-29 Pedro Alves <palves@redhat.com>
11044
11045 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11046 of gdb_test_sequence.
11047
11048 2015-07-29 Pedro Alves <palves@redhat.com>
11049
11050 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11051 (saw_spurious_output): Expect inferior output from
11052 $inferior_spawn_id. Use gdb_test_stdio.
11053
11054 2015-07-29 Pedro Alves <palves@redhat.com>
11055
11056 * gdb.base/dprintf.exp: Use standard_testfile. Change
11057 prepare_for_testing call.
11058 (srcfile): Don't set.
11059 (restart): New procedure.
11060 (test_dprintf): New procecure, use to continue over dprintfs.
11061 (test_call, test_agent): New procedures, tests moved here.
11062 Restart gdb and recreate dprintfs. Adjust expected output.
11063
11064 2015-07-29 Pedro Alves <palves@redhat.com>
11065
11066 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11067
11068 2015-07-29 Pedro Alves <palves@redhat.com>
11069
11070 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11071
11072 2015-07-29 Pedro Alves <palves@redhat.com>
11073
11074 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11075 gdb_test_stdio.
11076
11077 2015-07-29 Pedro Alves <palves@redhat.com>
11078
11079 * lib/gdb.exp (gdb_test_stdio): New procedure.
11080
11081 2015-07-29 Pedro Alves <palves@redhat.com>
11082
11083 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11084
11085 2015-07-29 Pedro Alves <palves@redhat.com>
11086
11087 * gdb.base/call-signal-resume.exp: Remove check for
11088 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11089 * gdb.base/unwindonsignal.exp: Likewise.
11090 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11091 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11092
11093 2015-07-29 Pedro Alves <palves@redhat.com>
11094
11095 * gdb.base/siginfo-addr.c (pass): New function.
11096 (handler): Call it iff si_addr is correct.
11097 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11098 Set a breakpoint at "pass" and continue to it.
11099
11100 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11101
11102 * gdb.python/py-objfile.exp: Make some tests have unique names.
11103 * gdb.python/py-pp-registration.exp: Likewise.
11104
11105 2015-07-28 Pedro Alves <palves@redhat.com>
11106
11107 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11108
11109 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11110
11111 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11112
11113 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11114
11115 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11116
11117 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11118
11119 * gdb.base/gdb-sigterm-2.exp: New test.
11120
11121 2015-07-25 Doug Evans <xdje42@gmail.com>
11122
11123 Revert:
11124 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11125 (workers/%.worker, build-perf): New rule.
11126 (GDB_PERFTEST_MODE): New variable.
11127 (check-perf): Use it.
11128 (clean): Clean up gdb.perf parallel build subdirs.
11129 * lib/build-piece.exp: New file.
11130 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11131 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11132 name.
11133 (standard_temp_file): Ditto.
11134 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11135 of $GDB_PARALLEL.
11136
11137 2015-07-24 Doug Evans <dje@google.com>
11138
11139 * gdb.perf/lib/perftest/utils.py: New file.
11140 * gdb.perf/gm-hello.cc: New file.
11141 * gdb.perf/gm-pervasive-typedef.cc: New file.
11142 * gdb.perf/gm-pervasive-typedef.h: New file.
11143 * gdb.perf/gm-std.cc: New file.
11144 * gdb.perf/gm-std.h: New file.
11145 * gdb.perf/gm-use-cerr.cc: New file.
11146 * gdb.perf/gm-utils.h: New file.
11147 * gdb.perf/gmonster-null-lookup.py: New file.
11148 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11149 * gdb.perf/gmonster-print-cerr.py: New file.
11150 * gdb.perf/gmonster-ptype-string.py: New file.
11151 * gdb.perf/gmonster-runto-main.py: New file.
11152 * gdb.perf/gmonster-select-file.py: New file.
11153 * gdb.perf/gmonster1-null-lookup.exp: New file.
11154 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11155 * gdb.perf/gmonster1-print-cerr.exp: New file.
11156 * gdb.perf/gmonster1-ptype-string.exp: New file.
11157 * gdb.perf/gmonster1-runto-main.exp: New file.
11158 * gdb.perf/gmonster1-select-file.exp: New file.
11159 * gdb.perf/gmonster1.cc: New file.
11160 * gdb.perf/gmonster1.exp: New file.
11161 * gdb.perf/gmonster2-null-lookup.exp: New file.
11162 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11163 * gdb.perf/gmonster2-print-cerr.exp: New file.
11164 * gdb.perf/gmonster2-ptype-string.exp: New file.
11165 * gdb.perf/gmonster2-runto-main.exp: New file.
11166 * gdb.perf/gmonster2-select-file.exp: New file.
11167 * gdb.perf/gmonster2.cc: New file.
11168 * gdb.perf/gmonster2.exp: New file.
11169
11170 2015-07-24 Doug Evans <dje@google.com>
11171
11172 * gdb.perf/README: New file.
11173 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11174 * lib/gen-perf-test.exp: New file.
11175
11176 2015-07-24 Doug Evans <dje@google.com>
11177
11178 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11179 (PerfTest::startup): New function.
11180 (PerfTest::run): Return result of calling body.
11181 (PerfTest::assemble): Rewrite.
11182 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11183 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11184 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11185 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11186 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11187
11188 2015-07-24 Doug Evans <dje@google.com>
11189
11190 * lib/gdb.exp (clean_restart): Make executable optional.
11191
11192 2015-07-24 Doug Evans <dje@google.com>
11193
11194 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11195 compiler_info references.
11196 * gdb.cp/temargs.exp: Ditto.
11197 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11198 (get_compiler_info): Early exit if already computed. Set compiler_info
11199 to "unknown" if there was a problem.
11200 (test_compiler_info): Add function comment. Call get_compiler_info.
11201
11202 2015-07-24 Doug Evans <dje@google.com>
11203
11204 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11205 (workers/%.worker, build-perf): New rule.
11206 (GDB_PERFTEST_MODE): New variable.
11207 (check-perf): Use it.
11208 (clean): Clean up gdb.perf parallel build subdirs.
11209 * lib/build-piece.exp: New file.
11210 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11211 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11212 name.
11213 (standard_temp_file): Ditto.
11214 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11215 of $GDB_PARALLEL.
11216
11217 2015-07-24 Doug Evans <dje@google.com>
11218
11219 * lib/future.exp (gdb_default_target_compile): New option
11220 "early_flags".
11221 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11222 --as-needed.
11223
11224 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11225
11226 * gdb.base/catch-syscall.exp: Call gdb_exit before
11227 gdb_skip_xml_test.
11228
11229 2015-07-24 Pedro Alves <palves@redhat.com>
11230
11231 * gdb.python/py-events.exp: Accept output between the stop event
11232 and the prompt.
11233 * gdb.python/py-evsignal.exp: Likewise.
11234 * gdb.python/py-evthreads.exp: Likewise.
11235
11236 2015-07-24 Pedro Alves <palves@redhat.com>
11237
11238 PR gdb/18717
11239 * gdb.threads/non-ldr-exit.c: New file.
11240 * gdb.threads/non-ldr-exit.exp: New file.
11241
11242 2015-07-24 Yao Qi <yao.qi@linaro.org>
11243
11244 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11245 restarting process.
11246
11247 2015-07-24 Yao Qi <yao.qi@linaro.org>
11248
11249 * gdb.server/ext-restart.exp: New file.
11250
11251 2015-07-24 Yao Qi <yao.qi@linaro.org>
11252
11253 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11254 argument options.
11255 * gdb.server/ext-wrapper.exp: New file.
11256
11257 2015-07-23 Doug Evans <dje@google.com>
11258
11259 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11260 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11261
11262 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11263
11264 * gdb.ada/var_arr_typedef.exp: New testcase.
11265 * gdb.ada/var_arr_typedef/pack.adb: New file.
11266 * gdb.ada/var_arr_typedef/pack.ads: New file.
11267 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11268
11269 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11270
11271 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11272
11273 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11274
11275 * gdb.arch/i386-biarch-core.exp: Replace istarget
11276 by "complete set gnutarget". Remove expectation for the "core-file"
11277 command.
11278
11279 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11280
11281 Revert the previous commit:
11282 Tests for validate symbol file using build-id.
11283
11284 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11285
11286 Tests for validate symbol file using build-id.
11287 * gdb.base/solib-mismatch-lib.c: New file.
11288 * gdb.base/solib-mismatch-libmod.c: New file.
11289 * gdb.base/solib-mismatch.c: New file.
11290 * gdb.base/solib-mismatch.exp: New file.
11291
11292 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11293
11294 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11295 nios2-*-linux*.
11296 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11297 * gdb.base/siginfo.exp: Likewise.
11298 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11299
11300 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11301
11302 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11303 Move it to ...
11304 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11305 ... here.
11306 * gdb.trace/range-stepping.exp: Check that the target supports
11307 range stepping.
11308
11309 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11310
11311 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11312
11313 2015-07-14 Pedro Alves <palves@redhat.com>
11314
11315 * gdb.base/killed-outside.exp: New file.
11316 * gdb.base/killed-outside.c: New file.
11317
11318 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11319
11320 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11321 (n at main): New.
11322 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11323
11324 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11325
11326 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11327 infcall tests instead of setting up for KFAIL.
11328
11329 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11330
11331 * gdb.btrace/record_goto-step.exp: New.
11332
11333 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11334
11335 PR compile/18484
11336 * gdb.compile/compile.c (struct struct_type): Add volatile to
11337 selffield's type.
11338 * gdb.compile/compile.exp
11339 (compile code struct_object.selffield = &struct_object): Skip further
11340 struct_object tests if this one xfails.
11341
11342 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11343
11344 PR exp/18617
11345 * gdb.trace/ax.exp: Add test.
11346
11347 2015-07-07 Yao Qi <yao.qi@linaro.org>
11348
11349 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11350 instead of istarget "aarch64*-*-*".
11351 * gdb.arch/aarch64-fp.exp: Likewise.
11352 * gdb.base/float.exp: Likewise.
11353 * gdb.reverse/aarch64.exp: Likewise.
11354 * lib/gdb.exp (is_aarch64_target): New proc.
11355
11356 2015-07-07 Yao Qi <yao.qi@linaro.org>
11357
11358 * lib/gdb.exp (is_aarch32_target): New proc.
11359 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11360 instead of "istarget "arm*-*-*"".
11361 * gdb.arch/arm-disp-step.exp: Likewise.
11362 * gdb.arch/thumb-bx-pc.exp: Likewise.
11363 * gdb.arch/thumb-prologue.exp: Likewise.
11364 * gdb.arch/thumb-singlestep.exp: Likewise.
11365 * gdb.base/disp-step-syscall.exp: Likewise.
11366 * gdb.base/float.exp: Likewise.
11367
11368 2015-07-07 Yao Qi <yao.qi@linaro.org>
11369
11370 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11371 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11372
11373 2015-07-07 Yao Qi <yao.qi@linaro.org>
11374
11375 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11376 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11377 if it exists.
11378 * gdb.multi/multi-arch.exp: Likewise.
11379
11380 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11381
11382 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11383 print.
11384
11385 2015-07-07 Yao Qi <yao.qi@linaro.org>
11386
11387 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11388
11389 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11390
11391 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11392 '[' and ']' characters.
11393
11394 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11395
11396 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11397
11398 2015-06-29 Pedro Alves <palves@redhat.com>
11399
11400 PR threads/18127
11401 * gdb.threads/hand-call-new-thread.c: New file.
11402 * gdb.threads/hand-call-new-thread.c: New file.
11403
11404 2015-06-26 Keith Seitz <keiths@redhat.com>
11405 Doug Evans <dje@google.com>
11406
11407 PR 16253
11408 * gdb.cp/var-tag-2.cc: New file.
11409 * gdb.cp/var-tag-3.cc: New file.
11410 * gdb.cp/var-tag-4.cc: New file.
11411 * gdb.cp/var-tag.cc: New file.
11412 * gdb.cp/var-tag.exp: New file.
11413
11414 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11415
11416 * gdb.base/history-duplicates.exp: New test.
11417
11418 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11419
11420 * gdb.base/completion.exp: Test the completion of the "focus"
11421 command.
11422
11423 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11424
11425 * gdb.arch/amd64-prologue-skip.S: New file.
11426 * gdb.arch/amd64-prologue-skip.exp: New file.
11427
11428 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11429
11430 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11431 is_address_zero_readable check.
11432
11433 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11434
11435 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11436 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11437
11438 2015-06-24 Yao Qi <yao.qi@linaro.org>
11439
11440 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11441 linux targets.
11442
11443 2015-06-24 Yao Qi <yao.qi@linaro.org>
11444
11445 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11446 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11447 * gdb.base/siginfo-thread.exp: Likewise.
11448
11449 2015-06-22 Yao Qi <yao.qi@linaro.org>
11450
11451 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11452
11453 2015-06-22 Yao Qi <yao.qi@linaro.org>
11454
11455 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11456 aarch64*-*-*.
11457 (skip_hw_watchpoint_tests): Likewise.
11458
11459 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11460
11461 * gdb.base/gdbinit-history.exp: Test the interaction between
11462 setting GDBHISTSIZE and setting the history size via .gdbinit.
11463
11464 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11465
11466 PR gdb/16999
11467 * gdb.base/gdbhistsize-history.exp: New test.
11468
11469 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11470
11471 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11472 with GDBHISTSIZE.
11473 * gdb.base/readline.exp: Likewise.
11474
11475 2015-06-17 Yao Qi <yao.qi@linaro.org>
11476
11477 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11478 line.
11479
11480 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11481
11482 * gdb.base/gdbinit-history.exp: Add test case to check that
11483 an unlimited history file does not get truncated on exit.
11484
11485 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11486
11487 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11488 (VECTOR): New macro. Use it...
11489 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11490 ...for these typedefs.
11491 (int8, char1, int1, double1): New typedefs.
11492 (struct just_int2, struct two_int2): New structures.
11493 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11494 (add_structvecs, add_singlevecs): New functions.
11495 (main): Call add_some_intvecs twice.
11496 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11497 the compile and exit upon failure. Try compiling for the "native"
11498 architecture. Test inferior function calls with vector arguments
11499 and vector return value handling with "finish" and "return".
11500
11501 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11502
11503 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11504 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11505 PE file.
11506 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11507
11508 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11509
11510 PR breakpoints/16465
11511 * gdb.mi/mi-dprintf-pending.c: New file.
11512 * gdb.mi/mi-dprintf-pending.exp: New test.
11513 * gdb.mi/mi-dprintf-pendshr.c: New file.
11514
11515 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11516 Mircea Gherzan <mircea.gherzan@intel.com>
11517
11518 * gdb.arch/i386-mpx-map.c: New file.
11519 * gdb.arch/i386-mpx-map.exp: New File.
11520
11521 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11522
11523 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11524 * gdb.arch/i386-mpx.exp: Indentation fixed.
11525
11526 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11527
11528 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11529 function and improved indentation.
11530 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11531 gdb_test_multiple. Added additional tests to skip the test.
11532
11533 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11534
11535 * gdb.arch/i386-avx512.c: Change path in include file.
11536 * gdb.arch/i386-avx512.exp: Change include dir path
11537 compilation flag.
11538 * gdb.arch/i386-mpx.c: Change path in include file.
11539 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11540 flag.
11541
11542 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11543
11544 * gdb.compile/compile-print.exp (compile print *vararray@3)
11545 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11546
11547 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11548
11549 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11550 (do not keep jit in memory): ... this.
11551 (expect 5): Change it to ...
11552 (expect no 5): ... this.
11553
11554 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11555
11556 PR gdb/15564
11557 * gdb.mi/mi-detach.exp: New file.
11558
11559 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11560
11561 PR symtab/18392
11562 * gdb.arch/amd64-tailcall-self.S: New file.
11563 * gdb.arch/amd64-tailcall-self.c: New file.
11564 * gdb.arch/amd64-tailcall-self.exp: New file.
11565
11566 2015-05-28 Don Breazeal <donb@codesourcery.com>
11567
11568 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11569 tests for remote targets by checking is_target_gdbserver.
11570
11571 2015-05-27 Doug Evans <dje@google.com>
11572
11573 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11574 * gdb.dwarf2/opaque-type-lookup.c: New file.
11575 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11576
11577 2015-05-26 Doug Evans <dje@google.com>
11578
11579 * gdb.cp/iostream.cc: New file.
11580 * gdb.cp/iostream.exp: New file.
11581
11582 2015-05-26 Doug Evans <dje@google.com>
11583
11584 * gdb.dwarf2/dw2-op-call.exp: Update.
11585 * gdb.dwarf2/dw4-sig-types.exp: Update.
11586 * gdb.dwarf2/implptr.exp: Update.
11587 * gdb.mi/mi-cmd-param-changed.exp: Update.
11588
11589 2015-05-26 Doug Evans <dje@google.com>
11590
11591 * gdb.python/py-lazy-string.c: New file.
11592 * gdb.python/py-lazy-string.exp: New file.
11593 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11594 (main): Update. Add estring3.
11595 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11596 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11597
11598 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11599 Yao Qi <yao.qi@linaro.org>
11600
11601 * gdb.reverse/aarch64.c: New.
11602 * gdb.reverse/aarch64.exp: New.
11603
11604 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11605
11606 * lib/gdb.exp (supports_process_record): Return true for
11607 aarch64*-linux*.
11608 (supports_reverse): Likewise.
11609
11610 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11611
11612 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11613 Use with_test_prefix.
11614
11615 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11616
11617 * gdb.base/completion.exp: Add test for completion of layout
11618 names.
11619
11620 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11621
11622 * lib/gdb.exp (skip_tui_tests): New proc.
11623 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11624
11625 2015-05-19 Pedro Alves <palves@redhat.com>
11626
11627 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11628 Save the whole env array instead of just HOME. Unset HISTSIZE in
11629 the environment while testing. Restore whole environment
11630 afterwards.
11631
11632 2015-05-16 Doug Evans <xdje42@gmail.com>
11633
11634 * gdb.guile/scm-ports.c: New file.
11635 * gdb.guile/scm-ports.exp: Add memory port tests.
11636
11637 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11638
11639 * gdb.compile/compile-print.c: New file.
11640 * gdb.compile/compile-print.exp: New file.
11641
11642 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11643
11644 * gdb.compile/compile-ops.exp: Cast param to void.
11645 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11646 (compile code struct_object.selffield = &struct_object): Add xfail.
11647
11648 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11649
11650 * gdb.ada/arr_enum_with_gap: New testcase.
11651
11652 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11653
11654 * gdb.ada/byte_packed_arr: New testcase.
11655
11656 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11657
11658 * gdb.ada/pckd_neg: New testcase.
11659
11660 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11661
11662 PR gdb/17820
11663 * gdb.base/gdbinit-history.exp: New test.
11664 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11665 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11666
11667 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11668
11669 * gdb.python/py-xmethods.cc: Enhance test case.
11670 * gdb.python/py-xmethods.exp: New tests.
11671 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11672 function.
11673 (B_indexoper): Likewise.
11674 (global_dm_list) : Add new xmethod worker functions.
11675
11676 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11677
11678 * gdb.base/coredump-filter.exp: Correctly unset
11679 "coredump_var_addr" array.
11680
11681 2015-05-08 Pedro Alves <palves@redhat.com>
11682
11683 * gdb.server/non-existing-program.exp: Unset spawn_id.
11684
11685 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11686
11687 PR python/18291
11688 * gdb.python/py-xmethods.exp: Add tests.
11689
11690 2015-05-08 Yao Qi <yao.qi@linaro.org>
11691
11692 PR gdb/18208
11693 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11694 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11695 function set_coredump_filter, and remove remote_exec call.
11696 Remove argument ipid. Callers update.
11697 (top level): Don't get inferior's PID.
11698
11699 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11700
11701 * gdb.base/watch_thread_num.exp: Skip test on targets without
11702 access watchpoints.
11703
11704 2015-05-06 Pedro Alves <palves@redhat.com>
11705
11706 PR server/18081
11707 * gdb.server/non-existing-program.exp: New file.
11708
11709 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11710
11711 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11712
11713 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11714
11715 * gdb.ada/out_of_line_in_inlined: New testcase.
11716
11717 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11718
11719 * gdb.ada/var_rec_arr: New testcase.
11720
11721 2015-04-30 Yao Qi <yao.qi@linaro.org>
11722
11723 * gdb.base/break-idempotent.exp: If
11724 skip_hw_watchpoint_multi_tests returns true, skip the tests
11725 on "rwatch" and "awatch".
11726
11727 2015-04-30 Yao Qi <yao.qi@linaro.org>
11728
11729 * gdb.base/relativedebug.exp: Invoke gdb command
11730 "info sharedlibrary", and if libc.so doesn't have debug info,
11731 skip the test.
11732
11733 2015-04-29 Doug Evans <dje@google.com>
11734
11735 * gdb.python/py-xmethods.exp: Add ptype tests.
11736 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11737 get_result_type method.
11738
11739 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11740
11741 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11742 the target does not support hardware watchpoints.
11743
11744 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11745
11746 * gdb.base/break-always.exp: Abort testing if writing to memory
11747 causes an error.
11748
11749 2015-04-28 Doug Evans <dje@google.com>
11750
11751 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11752 * gdb.python/py-pp-registration.exp: ... here. New file.
11753 * gdb.python/py-pp-registration.c: New file.
11754 * gdb.python/py-pp-registration.py: New file.
11755
11756 2015-04-28 Doug Evans <dje@google.com>
11757
11758 * gdb.python/py-bad-printers.c: New file.
11759 * gdb.python/py-bad-printers.py: New file.
11760 * gdb.python/py-bad-printers.exp: New file.
11761
11762 2015-04-28 Sasha Smundak <asmundak@google.com>
11763
11764 * gdb.python/py-type.exp: New test.
11765
11766 2015-04-28 Andy Wingo <wingo@igalia.com>
11767
11768 * gdb.python/py-parameter.exp:
11769 * gdb.guile/scm-parameter.exp: Escape the path that we are
11770 matching against, as it might contain characters that are special
11771 to regular expressions.
11772
11773 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11774
11775 * gdb.ada/rec_comp: New testcase.
11776
11777 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11778
11779 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11780 before using it.
11781
11782 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11783
11784 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11785 new tests for verilog output.
11786
11787 2015-04-24 Yao Qi <yao.qi@linaro.org>
11788
11789 * boards/remote-gdbserver-on-localhost.exp: New file.
11790
11791 2015-04-23 Pedro Alves <palves@redhat.com>
11792
11793 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11794 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11795 "end of file", remove $inferior_spawn_id from the indirect list.
11796
11797 2015-04-23 Pedro Alves <palves@redhat.com>
11798
11799 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11800
11801 2015-04-23 Pedro Alves <palves@redhat.com>
11802
11803 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11804 on $any_spawn_id instead of only on $gdb_spawn_id.
11805
11806 2015-04-21 Pierre Muller <muller@sourceware.org>
11807
11808 PR pascal/17815
11809 * lib/pascal.exp (gpc_compile): Add new option "class".
11810 (fpc_compile): Likewise.
11811 * gdb.pascal/case-insensitive-symbols.pas: New file.
11812 * gdb.pascal/case-insensitive-symbols.exp: New file.
11813
11814 2015-04-20 Gary Benson <gbenson@redhat.com>
11815
11816 * gdb.base/attach.exp: Fix three extended remote failures.
11817
11818 2015-04-17 Gary Benson <gbenson@redhat.com>
11819
11820 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11821 the main executable over the remote protocol.
11822
11823 2015-04-16 Pedro Alves <palves@redhat.com>
11824
11825 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11826 a new gdbserver if gdbserver_reconnect_p is set.
11827
11828 2015-04-16 Pedro Alves <palves@redhat.com>
11829
11830 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11831 is set, don't exit gdbserver.
11832
11833 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11834
11835 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11836 appropriate .insn, such that an older assembler can be used.
11837 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11838 the z/Architecture instruction set on 31-bit targets as well.
11839
11840 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11841
11842 * gdb.go/handcall.exp: Remove all logic related to the first
11843 breakpoint and rely on go_runto_main instead.
11844 * gdb.go/strings.exp: Likewise.
11845 * gdb.go/unsafe.exp: Likewise.
11846 * gdb.go/hello.exp: Likewise. Also rename the remaining
11847 breakpoint marker to "breakpoint 1".
11848 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11849 * gdb.go/strings.go: Likewise.
11850 * gdb.go/unsafe.go: Likewise.
11851 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11852 "set breakpoint 2 here" and rename the remaining breakpoint marker
11853 to "breakpoint 1".
11854
11855 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11856
11857 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11858 if itertools.imap is not present.
11859 * gdb.python/py-objfile.exp: Add parentheses.
11860 * gdb.python/py-type.exp: Same.
11861 * gdb.python/py-unwind-maint.py: Same.
11862
11863 2015-04-15 Yao Qi <yao.qi@linaro.org>
11864
11865 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11866 of ":$ptr_size" and set its form explicitly.
11867
11868 2015-04-15 Pedro Alves <palves@redhat.com>
11869 Yao Qi <yao.qi@linaro.org>
11870
11871 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11872 timeout by factor of 4.
11873 (test_regular_watch): Likewise.
11874 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11875 * gdb.reverse/sigall-reverse.exp: Likewise.
11876 * gdb.reverse/until-precsave.exp: Likewise.
11877 * lib/gdb.exp (with_timeout_factor): New proc.
11878 (gdb_expect): Move some code to ...
11879 (get_largest_timeout): ... here. New procedure.
11880
11881 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11882
11883 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11884
11885 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11886
11887 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11888 to write to the .text section.
11889
11890 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11891
11892 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11893 Handle the case of targets that do not provide PID information.
11894
11895 2015-04-13 Yao Qi <yao.qi@linaro.org>
11896
11897 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11898 and use expect instead of gdb_expect.
11899
11900 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11901
11902 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11903 "coredump_var_addr" to avoid naming conflict with other testcases.
11904
11905 2015-04-10 Pedro Alves <palves@redhat.com>
11906
11907 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11908 gdb_test_sequence and gdb_assert.
11909
11910 2015-04-10 Pedro Alves <palves@redhat.com>
11911
11912 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11913 test messages that don't include the breakpoint address.
11914
11915 2015-04-10 Yao Qi <yao.qi@linaro.org>
11916
11917 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11918 false for some offset and width combinations which aren't
11919 supported by linux kernel.
11920
11921 2015-04-10 Pedro Alves <palves@redhat.com>
11922
11923 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11924 procedure, factored out from ...
11925 (top level): ... here. Add "set displaced-stepping" testing axis.
11926 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11927 parameter "displaced". Use it.
11928 (top level): Use foreach and add "set displaced-stepping" testing
11929 axis.
11930
11931 2015-04-10 Pedro Alves <palves@redhat.com>
11932
11933 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11934 Remove comment.
11935 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11936 both the address of the instruction that triggers the watchpoint
11937 and the address of the instruction immediately after, and use
11938 those addresses for the test. Fix comment.
11939
11940 2015-04-10 Pedro Alves <palves@redhat.com>
11941
11942 * gdb.base/sigstep.exp (breakpoint_to_handler)
11943 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11944 Test "backtrace" in handler.
11945 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11946 (top level): Add new "displaced" test axis to
11947 breakpoint_to_handler, breakpoint_to_handler_entry and
11948 breakpoint_over_handler.
11949
11950 2015-04-10 Pedro Alves <palves@redhat.com>
11951
11952 PR gdb/18216
11953 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11954
11955 2015-04-10 Yao Qi <yao.qi@linaro.org>
11956
11957 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11958 (test_add_rn_pc): New function.
11959 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11960 (top level): Invoke test_add_rn_pc.
11961
11962 2015-04-10 Pedro Alves <palves@redhat.com>
11963
11964 PR gdb/13858
11965 * gdb.base/step-over-no-symbols.exp: New file.
11966
11967 2015-04-09 Andy Wingo <wingo@igalia.com>
11968
11969 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11970 after the Python tests.
11971
11972 2015-04-08 Keith Seitz <keiths@redhat.com>
11973
11974 PR python/16699
11975 * gdb.python/py-completion.exp: New tests for completion.
11976 * gdb.python/py-completion.py (CompleteLimit1): New class.
11977 (CompleteLimit2): Likewise.
11978 (CompleteLimit3): Likewise.
11979 (CompleteLimit4): Likewise.
11980 (CompleteLimit5): Likewise.
11981 (CompleteLimit6): Likewise.
11982 (CompleteLimit7): Likewise.
11983
11984 2015-04-08 Pedro Alves <palves@redhat.com>
11985
11986 PR gdb/18214
11987 PR gdb/18216
11988 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11989 function.
11990 (main): Install it as SIGUSR1 handler.
11991 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11992 parameter. Always use "setup" as prefix. Toggle "set
11993 displaced-stepping" off/on depending on global. Don't switch to
11994 thread 1 here.
11995 (top level): Add displaced stepping "off/on" test axis. Update
11996 "setup" calls. Wrap each subtest with with_test_prefix. Test
11997 continuing with a queued signal in each thread.
11998
11999 2015-04-08 Pedro Alves <palves@redhat.com>
12000
12001 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12002 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12003 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12004 Return early if running to main fails.
12005 * gdb.trace/while-stepping.exp: Likewise.
12006
12007 2015-04-07 Pedro Alves <palves@redhat.com>
12008
12009 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12010 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12011 interact with inferior program.
12012
12013 2015-04-07 Pedro Alves <palves@redhat.com>
12014
12015 * lib/gdb.exp (inferior_spawn_id): New global.
12016 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12017 spawn id after processing the user code.
12018 (default_gdb_start): Set inferior_spawn_id.
12019 (send_inferior): New procedure.
12020 * lib/gdbserver-support.exp (gdbserver_start): Set
12021 inferior_spawn_id.
12022 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12023
12024 2015-04-07 Pedro Alves <palves@redhat.com>
12025
12026 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12027 * lib/gdbserver-support.exp (gdbserver_start): Make
12028 $server_spawn_id global.
12029 (gdbserver_start): Don't wait for gdbserver's spawn id with
12030 expect_background.
12031 (close_gdbserver): New procedure.
12032 (gdb_exit): Rename the default version and reimplement.
12033
12034 2015-04-07 Pedro Alves <palves@redhat.com>
12035
12036 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12037 append the substituted item, not the original item.
12038
12039 2015-04-07 Pedro Alves <palves@redhat.com>
12040
12041 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12042 gdb_expect.
12043
12044 2015-04-07 Pedro Alves <palves@redhat.com>
12045
12046 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12047 output appearing once only.
12048
12049 2015-04-07 Pedro Alves <palves@redhat.com>
12050
12051 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12052 that doesn't expect anything. Return early if running to main
12053 fails.
12054
12055 2015-04-07 Yao Qi <yao.qi@linaro.org>
12056
12057 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12058 (child_function): Call alarm.
12059 (main): Move call to alarm into the loop.
12060 * gdb.threads/non-stop-fair-events.exp: Build program with
12061 -DTIMEOUT=$timeout.
12062
12063 2015-04-06 Doug Evans <xdje42@gmail.com>
12064
12065 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12066 Fix dest parameter to board_info.
12067 (fpc_compile): Ditto.
12068 (gdb_compile_pascal): Rename dest arg to destfile.
12069
12070 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12071
12072 * gdb.ada/funcall_ref.exp: New file.
12073 * gdb.ada/funcall_ref/foo.adb: New file.
12074
12075 2015-04-02 Yao Qi <yao.qi@linaro.org>
12076
12077 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12078 is remote.
12079
12080 2015-04-02 Gary Benson <gbenson@redhat.com>
12081
12082 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12083
12084 2015-04-01 Sasha Smundak <asmundak@google.com>
12085
12086 * gdb.python/py-unwind-maint.c: New file.
12087 * gdb.python/py-unwind-maint.exp: New test.
12088 * gdb.python/py-unwind-maint.py: New file.
12089 * gdb.python/py-unwind.c: New file.
12090 * gdb.python/py-unwind.exp: New test.
12091 * gdb.python/py-unwind.py: New test.
12092
12093 2015-04-01 Pedro Alves <palves@redhat.com>
12094
12095 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12096 to fail instead of non-existent $test.
12097
12098 2015-04-01 Pedro Alves <palves@redhat.com>
12099
12100 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12101 GDBFLAGS if not empty.
12102
12103 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12104
12105 * gdb.ada/complete.exp: Remove "multi_line".
12106 * gdb.ada/info_exc.exp: Remove "multi_line".
12107 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12108 * gdb.ada/ptype_field.exp: Remove "multi_line".
12109 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12110 * gdb.ada/tagged.exp: Remove "multi_line".
12111 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12112 [multi_line ...]
12113 * gdb.btrace/delta.exp: Likewise.
12114 * gdb.btrace/exception.exp: Likewise.
12115 * gdb.btrace/function_call_history.exp: Likewise.
12116 * gdb.btrace/instruction_history.exp: Likewise.
12117 * gdb.btrace/nohist.exp: Likewise.
12118 * gdb.btrace/record_goto.exp: Likewise.
12119 * gdb.btrace/segv.exp: Likewise.
12120 * gdb.btrace/stepi.exp: Likewise.
12121 * gdb.btrace/tailcall.exp: Likewise.
12122 * gdb.btrace/unknown_functions.exp: Likewise.
12123 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12124 * lib/gdb.exp: Add the "multi_line" helper.
12125
12126 2015-04-01 Pedro Alves <palves@redhat.com>
12127
12128 * gdb.threads/tid-reuse.c: New file.
12129 * gdb.threads/tid-reuse.exp: New file.
12130
12131 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12132
12133 PR corefiles/16092
12134 * gdb.base/coredump-filter.c: New file.
12135 * gdb.base/coredump-filter.exp: Likewise.
12136
12137 2015-03-27 Petr Machata <pmachata@redhat.com>
12138
12139 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12140 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12141 (Dwarf::assemble): Initialize them.
12142 (Dwarf::lines): New function.
12143
12144 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12145
12146 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12147 SYMBOL_PREFIX for x86_64-*-cygwin.
12148
12149 2015-03-26 Andy Wingo <wingo@igalia.com>
12150
12151 PR symtab/18148
12152 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12153 const_value but not a location.
12154 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12155 location defined in non-main CUs are visible.
12156
12157 2015-03-26 Yao Qi <yao.qi@linaro.org>
12158
12159 PR testsuite/18139
12160 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12161 Add a line number entry for the same line.
12162 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12163 Add a line number entry for the same line.
12164
12165 2015-03-26 Yao Qi <yao.qi@linaro.org>
12166
12167 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12168 .int 0.
12169 (func): Likewise. Add .Lfunc_1 label.
12170 Use .Lfunc_1 label.
12171 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12172 .int 0.
12173 (func): Likewise.
12174 Use .Lfunc_1 label.
12175
12176 2015-03-26 Yao Qi <yao.qi@linaro.org>
12177
12178 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12179 Call gdb_compile instead to compile each .s files without debug
12180 information.
12181
12182 2015-03-26 Yao Qi <yao.qi@linaro.org>
12183
12184 * gdb.base/savedregs.exp (process_saved_regs): Make
12185 "Saved registers:" optional in the pattern.
12186
12187 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12188
12189 * gdb.btrace/next.exp: Merged into step.exp.
12190 * gdb.btrace/finish.exp: Merged into step.exp.
12191 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12192 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12193 "record goto" and checking the exact replay position.
12194 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12195 check for "Recording format" in "info record" output.
12196 * gdb.btrace/record_goto.exp: Choose test file based on target.
12197 * gdb.btrace/x86-record_goto.S: Renamed into ...
12198 * gdb.btrace/x86_64-record_goto.S: ... this.
12199 * gdb.btrace/i686-record_goto.S: New.
12200 * gdb.btrace/x86-tailcall.S: Renamed into ...
12201 * gdb.btrace/x86_64-tailcall.S: ... this.
12202 * gdb.btrace/i686-tailcall.S: New.
12203 * gdb.btrace/x86-tailcall.c: Renamed into ...
12204 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12205 separate statements. Update test.
12206 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12207 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12208 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12209 * gdb.btrace/tailcall.exp: Choose test file based on target.
12210 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12211
12212 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12213
12214 * gdb.btrace/exception.exp: Increase BTS buffer size.
12215
12216 2015-03-24 Pedro Alves <palves@redhat.com>
12217
12218 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12219
12220 2015-03-24 Pedro Alves <palves@redhat.com>
12221
12222 * gdb.threads/schedlock.exp (test_step): No longer expect that
12223 "set scheduler-locking step" with "next" over a function call runs
12224 threads unlocked.
12225
12226 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12227
12228 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12229
12230 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12231
12232 PR breakpoints/16466
12233 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12234 * gdb.mi/mi-pending.c (thread_func): New function.
12235 (int main): Add threading support required.
12236 * gdb.mi/mi-pending.exp: Add tests for this issue.
12237 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12238 (pendfunc2): Remove stdio dependency.
12239 * gdb.mi/mi-pendshr2.c: New file.
12240
12241 2015-03-23 Keith Seitz <keiths@redhat.com>
12242
12243 * gdb.linespec/keywords.c: New file.
12244 * gdb.linespec/keywords.exp: New file.
12245
12246 2015-03-23 Keith Seitz <keiths@redhat.com>
12247
12248 PR gdb/18021
12249 * gdb.dwarf2/staticvirtual.exp: New test.
12250
12251 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12252
12253 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12254 * README: Remove HP-UX and gdb.hp.
12255 (configuration):
12256 * configure: Regenerate.
12257 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12258 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12259 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12260 gdb.hp/gdb.defects/Makefile.
12261 * gdb.hp/Makefile.in: File deleted.
12262 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12263 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12264 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12265 * gdb.hp/gdb.aCC/run.c: File deleted.
12266 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12267 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12268 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12269 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12270 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12271 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12272 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12273 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12274 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12275 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12276 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12277 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12278 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12279 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12280 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12281 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12282 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12283 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12284 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12285 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12286 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12287 * gdb.hp/gdb.compat/average.c: File deleted.
12288 * gdb.hp/gdb.compat/sum.c: File deleted.
12289 * gdb.hp/gdb.compat/xdb.c: File deleted.
12290 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12291 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12292 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12293 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12294 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12295 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12296 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12297 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12298 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12299 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12300 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12301 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12302 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12303 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12304 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12305 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12306 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12307 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12308 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12309 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12310 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12311 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12312 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12313 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12314 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12315 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12316 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12317 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12318 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12319 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12320 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12321 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12322 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12323 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12324 * gdb.hp/tools/odump: File deleted.
12325
12326 2015-03-19 Pedro Alves <palves@redhat.com>
12327
12328 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12329 (saw_thread_3): New globals.
12330 (top level): Increment them when an event for the corresponding
12331 thread is seen.
12332 (no thread starvation): New test.
12333
12334 2015-03-19 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.threads/continue-pending-status.c: New file.
12337 * gdb.threads/continue-pending-status.exp: New file.
12338
12339 2015-03-18 Pedro Alves <palves@redhat.com>
12340
12341 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12342 Use gdb_is_target_remote instead of is_remote. Use
12343 gdb_test_multiple instead of gdb_expect. Exit early if
12344 gdb_test_multiple hits its internal matches. Tighten stepi tests
12345 expected output. Fail on exit with any signal, instead of just
12346 SIGILL.
12347
12348 2015-03-18 Yao Qi <yao.qi@linaro.org>
12349
12350 PR tdep/18107
12351 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12352 variable.
12353 * gdb.base/catch-syscall.exp: Don't skip it on
12354 aarch64*-*-linux* target. Remove elements in all_syscalls.
12355 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12356 target.
12357 (setup_all_syscalls): New proc.
12358
12359 2015-03-16 Yao Qi <yao.qi@linaro.org>
12360
12361 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12362 (top level): Skip tests if valid_addr_p returns false for
12363 $cmd1 or $cmd2.
12364
12365 2015-03-11 Andy Wingo <wingo@igalia.com>
12366
12367 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12368
12369 2015-03-11 Yao Qi <yao.qi@linaro.org>
12370
12371 * gdb.base/catch-syscall.exp: Fix typo in comments.
12372
12373 2015-03-11 Yao Qi <yao.qi@linaro.org>
12374
12375 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12376
12377 2015-03-09 Pedro Alves <palves@redhat.com>
12378
12379 * dg-extract-results.py: Delete.
12380
12381 2015-03-09 Pedro Alves <palves@redhat.com>
12382
12383 Merge dg-extract-results.sh from GCC upstream (r218843).
12384
12385 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12386 * dg-extract-results.sh: Use --text with grep to avoid issues with
12387 binary files. Fall back to cat -v, if that doesn't work.
12388
12389 2015-03-05 Pedro Alves <palves@redhat.com>
12390
12391 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12392
12393 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12394
12395 * lib/mi-support.exp (mi_expect_interrupt): Accept
12396 alternative event for when in all-stop mode.
12397
12398 2015-03-04 Pedro Alves <palves@redhat.com>
12399
12400 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12401
12402 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12403
12404 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12405
12406 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12407
12408 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12409 regexps for GDB's current line display, accept a hex address
12410 preceding the line number.
12411
12412 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12413
12414 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12415 the 'arch1' variable for "s390*-linux*" targets.
12416
12417 2015-03-04 Pedro Alves <palves@redhat.com>
12418
12419 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12420 (main): Pass missing retval argument to pthread_join call.
12421
12422 2015-03-02 Pedro Alves <palves@redhat.com>
12423
12424 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12425 (top level): Call do_test with non-stop as well.
12426
12427 2015-03-02 Pedro Alves <palves@redhat.com>
12428
12429 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12430 -1.
12431
12432 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12433
12434 * gdb.arch/s390-vregs.exp: New test.
12435 * gdb.arch/s390-vregs.S: New file.
12436
12437 2015-02-27 Pedro Alves <palves@redhat.com>
12438
12439 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12440 call to catch_command_errors.
12441 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12442 catch_command_errors.
12443
12444 2015-02-27 Pedro Alves <palves@redhat.com>
12445
12446 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12447 "true" for boolean result.
12448 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12449 prototype of main.
12450
12451 2015-02-27 Pedro Alves <palves@redhat.com>
12452
12453 * lib/unbuffer_output.c: New file.
12454 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12455 (main): Call gdb_unbuffer_output.
12456
12457 2015-02-27 Yao Qi <yao.qi@linaro.org>
12458
12459 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12460 target.
12461
12462 2015-02-26 Doug Evans <dje@google.com>
12463
12464 * gdb.cp/class2.cc (Dbase, D): New classes.
12465 (main): New local delta.
12466 * gdb.cp/class2.exp: Test printing delta.
12467 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12468 (dynbar): New global.
12469 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12470
12471 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12472
12473 * gdb.compile/compile-ifunc.c: New file.
12474 * gdb.compile/compile-ifunc.exp: New file.
12475
12476 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12477
12478 * gdb.base/structs.exp: Check for correct struct on finish.
12479
12480 2015-02-26 Yao Qi <yao.qi@linaro.org>
12481
12482 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12483 is zero.
12484
12485 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12486
12487 * gdb.arch/cordic.ko.bz2: New file.
12488 * gdb.arch/cordic.ko.debug.bz2: New file.
12489 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12490
12491 2015-02-25 Yao Qi <yao.qi@linaro.org>
12492
12493 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12494 aarch64*-*-* target.
12495
12496 2015-02-23 Pedro Alves <palves@redhat.com>
12497
12498 * lib/gdb.exp (delete_breakpoints): Rewrite using
12499 gdb_test_multiple.
12500
12501 2015-02-23 Pedro Alves <palves@redhat.com>
12502
12503 * gdb.base/info-os.c: Include stdlib.h.
12504
12505 2015-02-22 Doug Evans <xdje42@gmail.com>
12506
12507 PR symtab/17855
12508 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12509 is read after symbols have been re-read.
12510 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12511 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12512
12513 2015-02-21 Doug Evans <dje@google.com>
12514
12515 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12516
12517 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12518
12519 PR corefiles/17808
12520 * gdb.arch/i386-biarch-core.core.bz2: New file.
12521 * gdb.arch/i386-biarch-core.exp: New file.
12522
12523 2015-02-21 Pedro Alves <palves@redhat.com>
12524
12525 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12526 runto_main fails.
12527
12528 2015-02-20 Pedro Alves <palves@redhat.com>
12529
12530 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12531 info probes.
12532
12533 2015-02-20 Pedro Alves <palves@redhat.com>
12534
12535 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12536
12537 2015-02-20 Pedro Alves <palves@redhat.com>
12538
12539 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12540 clean_restart before gdb_target_supports_trace.
12541
12542 2015-02-20 Pedro Alves <palves@redhat.com>
12543
12544 PR threads/18006
12545 * gdb.threads/clone-thread_db.c: New file.
12546 * gdb.threads/clone-thread_db.exp: New file.
12547
12548 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12549
12550 PR breakpoints/16812
12551 * gdb.base/catch-gdb-caused-signals.c: New file.
12552 * gdb.base/catch-gdb-caused-signals.exp: New file.
12553
12554 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12555
12556 * configure: Regenerated.
12557 * configure.ac: Use GDB_AC_TRANSFORM.
12558 * aclocal.m4: sinclude ../transform.m4.
12559
12560 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12561
12562 * lib/dtrace.exp: New file.
12563 * gdb.base/dtrace-probe.exp: Likewise.
12564 * gdb.base/dtrace-probe.d: Likewise.
12565 * gdb.base/dtrace-probe.c: Likewise.
12566 * lib/pdtrace.in: Likewise.
12567 * configure.ac: Output variables with the transformed names of
12568 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12569 * configure: Regenerated.
12570
12571 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12572
12573 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12574 expected message when trying to access $_probe_* convenience
12575 variables while not on a probe.
12576
12577 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12578
12579 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12580
12581 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12582
12583 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12584 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12585
12586 2015-02-10 Doug Evans <xdje42@gmail.com>
12587
12588 * lib/gdb.exp (gdb_load): Always return a result.
12589
12590 2015-02-10 Pedro Alves <palves@redhat.com>
12591
12592 * gdb.threads/signal-sigtrap.c: New file.
12593 * gdb.threads/signal-sigtrap.exp: New file.
12594
12595 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12596
12597 * gdb.trace/no-attach-trace.c: New file.
12598 * gdb.trace/no-attach-trace.exp: New file.
12599
12600 2015-02-09 Mark Wielaard <mjw@redhat.com>
12601
12602 * gdb.dwarf2/atomic.c: New file.
12603 * gdb.dwarf2/atomic-type.exp: Likewise.
12604
12605 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12606
12607 * gdb.btrace/buffer-size.exp: Update "info record" output.
12608 * gdb.btrace/delta.exp: Update "info record" output.
12609 * gdb.btrace/enable.exp: Update "info record" output.
12610 * gdb.btrace/finish.exp: Update "info record" output.
12611 * gdb.btrace/instruction_history.exp: Update "info record" output.
12612 * gdb.btrace/next.exp: Update "info record" output.
12613 * gdb.btrace/nexti.exp: Update "info record" output.
12614 * gdb.btrace/step.exp: Update "info record" output.
12615 * gdb.btrace/stepi.exp: Update "info record" output.
12616 * gdb.btrace/nohist.exp: Update "info record" output.
12617
12618 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12619
12620 * gdb.btrace/buffer-size: New.
12621
12622 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12623
12624 * gdb.btrace/delta.exp: Update "info record" output.
12625 * gdb.btrace/enable.exp: Update "info record" output.
12626 * gdb.btrace/finish.exp: Update "info record" output.
12627 * gdb.btrace/instruction_history.exp: Update "info record" output.
12628 * gdb.btrace/next.exp: Update "info record" output.
12629 * gdb.btrace/nexti.exp: Update "info record" output.
12630 * gdb.btrace/step.exp: Update "info record" output.
12631 * gdb.btrace/stepi.exp: Update "info record" output.
12632 * gdb.btrace/nohist.exp: Update "info record" output.
12633
12634 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12635
12636 PR gdb/15678
12637 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12638
12639 2015-02-06 Pedro Alves <palves@redhat.com>
12640
12641 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12642 macro.
12643 (seconds_left, again): New globals.
12644 (main): Wait seconds_left in a 1-second sleep loop instead of
12645 sleeping 180 seconds. If 'again' is set, reset the seconds
12646 counter.
12647 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12648 'again' in the inferior before detaching. Print the seconds left.
12649 (options): New global.
12650 (top level): Build program with -DTIMEOUT=$timeout.
12651
12652 2015-02-06 Pedro Alves <palves@redhat.com>
12653
12654 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12655 determine how many seconds to pass to 'alarm'.
12656 * gdb.base/gdb-sigterm.exp (top level): Build program with
12657 -DTIMEOUT=$timeout.
12658 (do_test): Return success/failure indication. Add more verbose
12659 logging. Don't fail if 200 single steps are seen. Instead, fail
12660 when the test times out.
12661 (passes): New global.
12662 (top level): Break the testing loop if testing fails on any
12663 iteration. Use gdb_assert.
12664
12665 2015-02-04 Don Breazeal <donb@codesourcery.com>
12666
12667 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12668 and initialize them.
12669 (ipc_cleanup): New function.
12670 (main): Don't declare shmid, semid, and msqid. Add a call to
12671 atexit so that we call ipc_cleanup on exit.
12672
12673 2015-02-04 Pedro Alves <palves@redhat.com>
12674
12675 * boards/native-extended-gdbserver.exp: Remove any target variant
12676 specifications from the board name before clearing the isremote
12677 flag from board_info.
12678
12679 2015-01-31 Doug Evans <xdje42@gmail.com>
12680
12681 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12682
12683 2015-01-31 Gary Benson <gbenson@redhat.com>
12684
12685 * gdb.base/completion.exp: Disable completion limiting for
12686 existing tests. Add new tests to check completion limiting.
12687 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12688
12689 2015-01-31 Doug Evans <xdje42@gmail.com>
12690
12691 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12692
12693 2015-01-31 Doug Evans <xdje42@gmail.com>
12694
12695 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12696 entries. Duplicate file section script entries.
12697 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12698 inlined entries. Add test for safe-path rejection.
12699 * gdb.python/py-section-script.c: Add duplicate inlined section script
12700 entries. Duplicate file section script entries.
12701 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12702 inlined entries. Add test for safe-path rejection.
12703
12704 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12705
12706 * gdb.ada/disc_arr_bound: New testcase.
12707
12708 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12709
12710 * gdb.ada/mi_var_array: New testcase.
12711
12712 2015-01-27 Doug Evans <dje@google.com>
12713
12714 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12715 Add test for objfile.filename, objfile.username after objfile
12716 has been unloaded.
12717
12718 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12719
12720 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12721 the second test to print the name attribute of value
12722 returned by the call to gdb.lookup_type, and adjust
12723 the expected output accordingly.
12724
12725 2015-01-25 Mark Wielaard <mjw@redhat.com>
12726
12727 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12728 * gdb.base/disp-step-fork.c: Include unistd.h.
12729 * gdb.base/siginfo-obj.c: Include stdio.h.
12730 * gdb.base/siginfo-thread.c: Likewise.
12731 * gdb.mi/non-stop.c: Include unistd.h.
12732 * gdb.mi/nsthrexec.c: Include stdio.h.
12733 * gdb.mi/pthreads.c: Include unistd.h.
12734 * gdb.modula2/unbounded1.c (main): Declare returns int.
12735 * gdb.reverse/consecutive-reverse.c: Likewise.
12736 * gdb.threads/create-fail.c: Include unistd.h.
12737 * gdb.threads/killed.c: Likewise.
12738 * gdb.threads/linux-dp.c: Likewise.
12739 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12740 * gdb.threads/non-ldr-exc-2.c: Likewise.
12741 * gdb.threads/non-ldr-exc-3.c: Likewise.
12742 * gdb.threads/non-ldr-exc-4.c: Likewise.
12743 * gdb.threads/pthreads.c: Include unistd.h.
12744 (main): Declare returns int.
12745 * gdb.threads/tls-main.c (foo): New declaration.
12746 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12747
12748 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12749
12750 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12751 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12752
12753 2015-01-15 Mark Wielaard <mjw@redhat.com>
12754
12755 * gdb.base/noreturn-return.c: New file.
12756 * gdb.base/noreturn-return.exp: New file.
12757 * gdb.base/noreturn-finish.c: New file.
12758 * gdb.base/noreturn-finish.exp: New file.
12759
12760 2015-01-23 Pedro Alves <palves@redhat.com>
12761
12762 * gdb.threads/continue-pending-after-query.c: New file.
12763 * gdb.threads/continue-pending-after-query.exp: New file.
12764
12765 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12766 Simon Marchi <simon.marchi@ericsson.com>
12767
12768 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12769 * gdb.base/valgrind-db-attach.exp: Same.
12770 * gdb.base/valgrind-infcall.exp: Same.
12771 * lib/mi-support.exp (default_mi_gdb_start): Same.
12772 * lib/prompt.exp (default_prompt_gdb_start): Same.
12773 * lib/gdb.exp (default_gdb_spawn): Same.
12774 (gdb_interact): New.
12775
12776
12777 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12778
12779 * gdb.compile/compile.exp (pointer to jit function): New test.
12780
12781 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12782
12783 * lib/gdb.exp (supports_process_record): Return true for
12784 powerpc*-*-linux*.
12785 (supports_reverse): Likewise.
12786
12787 2015-01-15 Don Breazeal <donb@codesourcery.com>
12788
12789 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12790 instead of checking whether the target board is remote and
12791 use spawn_wait_for_attach instead of exec/sleep.
12792 * gdb.base/attach-twice.exp: Likewise.
12793
12794 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12795
12796 * gdb.ada/var_arr_attrs: New testcase.
12797
12798 2015-01-14 Pedro Alves <palves@redhat.com>
12799 Joel Brobecker <brobecker@adacore.com>
12800
12801 PR gdb/17525
12802 * gdb.base/bp-cmds-execution-x-script.c: New file.
12803 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12804 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12805
12806 2015-01-14 Pedro Alves <palves@redhat.com>
12807
12808 PR cli/17828
12809 * gdb.base/batch-preserve-term-settings.c: New file.
12810 * gdb.base/batch-preserve-term-settings.exp: New file.
12811
12812 2015-01-13 Doug Evans <dje@google.com>
12813
12814 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12815 binary.
12816
12817 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12818
12819 * Makefile.in (clean mostlyclean): Do not delete *.py.
12820
12821 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12822
12823 * gdb.python/py-lookup-type.exp: New file.
12824
12825 2015-01-12 Pedro Alves <palves@redhat.com>
12826
12827 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12828 restore GDBFLAGS before returning.
12829
12830 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12831
12832 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12833 is_amd64_regs_target and is_x86_like_target.
12834
12835 2015-01-11 Doug Evans <xdje42@gmail.com>
12836
12837 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12838 is given without an explicit form.
12839 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12840 attributes.
12841 * gdb.dwarf/corrupt.exp: Ditto.
12842 * gdb.dwarf2/enum-type.exp: Ditto.
12843 * gdb.trace/entry-values.exp: Ditto.
12844 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12845
12846 2015-01-11 Doug Evans <xdje42@gmail.com>
12847
12848 PR gdb/15830
12849 * gdb.base/maint.exp: Remove references to "maint demangle".
12850 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12851 Add tests for explicitly specifying language to demangle.
12852 * gdb.dlang/demangle.exp: Ditto.
12853
12854 2015-01-09 Pedro Alves <palves@redhat.com>
12855
12856 * gdb.threads/non-stop-fair-events.c: New file.
12857 * gdb.threads/non-stop-fair-events.exp: New file.
12858
12859 2015-01-09 Pedro Alves <palves@redhat.com>
12860
12861 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12862 the global scope. Set a breakpoint after all threads are started
12863 rather than stepping over two source lines. Expect the prompt.
12864 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12865 global.
12866 (NUM): Now 15.
12867 (main): Use threads_started_barrier to wait for all threads to
12868 start. Main thread no longer calls thread_function. Exit after
12869 180 seconds.
12870 (loop): New function.
12871 (thread_function): Wait on threads_started_barrier barrier. Call
12872 'loop' at each iteration.
12873 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12874 threads have started, instead of hardcoding number of "next"
12875 steps. Use an access watchpoint instead of a write watchpoint.
12876
12877 2015-01-09 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12880 (thread_func): Wait on barrier.
12881 (main): Wait for all threads to start before stopping GDB.
12882 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12883 global.
12884 (thread1_func, thread2_func): Wait on barrier.
12885 (main): Wait for all threads to start before stopping GDB.
12886 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12887 New global.
12888 (thread1_func, thread2_func): Wait on barrier.
12889 (main): Wait for all threads to start before stopping GDB.
12890
12891 2015-01-09 Pedro Alves <palves@redhat.com>
12892
12893 * gdb.threads/attach-many-short-lived-threads.c: New file.
12894 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12895
12896 2014-01-09 Pedro Alves <palves@redhat.com>
12897
12898 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12899 instead of to thread 2.
12900 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12901 Add barrier around each pthread_create call instead of around all
12902 calls.
12903 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12904 Set a break on thread_function and have the child threads hit it
12905 one at at a time.
12906
12907 2015-01-09 Pedro Alves <palves@redhat.com>
12908
12909 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12910 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12911 false.
12912 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12913 checking whether the target board is remote.
12914 * gdb.multi/multi-attach.exp: Likewise.
12915 * gdb.python/py-sync-interp.exp: Likewise.
12916 * gdb.server/ext-attach.exp: Likewise.
12917 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12918 tests that need to attach, instead of checking whether the target
12919 board is remote at the top of the file.
12920
12921 2015-01-08 Yao Qi <yao@codesourcery.com>
12922
12923 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12924
12925 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12926
12927 Fix testcase compilation.
12928 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12929
12930 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12931
12932 * gdb.python/py-type.exp: Add a couple test about empty
12933 array creation, and negative-length array creation.
12934
12935 2015-01-02 Doug Evans <xdje42@gmail.com>
12936
12937 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12938
12939 2015-01-02 Doug Evans <dje@google.com>
12940
12941 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12942
12943 2014-12-29 Yao Qi <yao@codesourcery.com>
12944
12945 * gdb.trace/entry-values.exp: Update comments. Rename variable
12946 bar_call_foo to returned_from_foo.
12947
12948 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12949
12950 PR gdb/17394
12951 * gdb.linespec/break-asm-file.c: New file.
12952 * gdb.linespec/break-asm-file.exp: New file.
12953 * gdb.linespec/break-asm-file0.s: New file.
12954 * gdb.linespec/break-asm-file1.s: New file.
12955
12956 2014-12-18 Nigel Stephens <nigel@mips.com>
12957 Maciej W. Rozycki <macro@codesourcery.com>
12958
12959 * gdb.base/float.exp: Handle the new output from "info float" on
12960 MIPS targets.
12961
12962 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12963
12964 Fix MinGW compilation.
12965 * gdb.compile/compile-ops.exp: Update untested message if
12966 !skip_compile_feature_tests.
12967 * gdb.compile/compile-setjmp.exp: Likewise.
12968 * gdb.compile/compile-tls.exp: Likewise.
12969 * gdb.compile/compile.exp: Likewise.
12970 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12971 supported on this host".
12972
12973 2014-12-16 Doug Evans <xdje42@gmail.com>
12974
12975 * boards/stabs.exp: New file.
12976
12977 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12978
12979 * gdb.base/completion.exp: Adjust to format changes of "maint
12980 print user-registers".
12981
12982 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12983
12984 PR server/17457
12985 * gdb.arch/aarch64-fp.c: New file.
12986 * gdb.arch/aarch64-fp.exp: New file.
12987
12988 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12989
12990 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12991 r210637, r210913, r211666, r215400, r215817).
12992
12993 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12994 * dg-extract-results.py: New file.
12995 * dg-extract-results.sh: Use it if the environment seems
12996 suitable.
12997
12998 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12999
13000 * dg-extract-results.py (parse_run): Handle warnings that
13001 are printed before a test harness is run.
13002
13003 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13004
13005 * dg-extract-results.py (Named): Remove __cmp__ method.
13006 (output_variation): Use a key to sort variation.harnesses.
13007
13008 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13009
13010 * dg-extract-results.py: For Python 3, force sys.stdout to
13011 handle surrogate escape sequences.
13012 (safe_open): New function.
13013 (output_segment, main): Use it.
13014
13015 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13016
13017 * dg-extract-results.py (Prog.result_re): Include options
13018 in test name.
13019
13020 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13021
13022 * dg-extract-results.py (output_variation): Always sort if
13023 do_sum.
13024
13025 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13026
13027 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13028 as long as we get pagination notifications.
13029
13030 2014-12-15 Jason Merrill <jason@redhat.com>
13031
13032 * Makefile.in (check-gdb.%): Restore.
13033 * README: Mention it.
13034
13035 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13036
13037 * gdb.ada/str_uninit: New testcase.
13038
13039 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13040
13041 PR symtab/17642
13042 * gdb.base/vla-stub-define.c: New file.
13043 * gdb.base/vla-stub.c: New file.
13044 * gdb.base/vla-stub.exp: New file.
13045
13046 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13047 Jan Kratochvil <jan.kratochvil@redhat.com>
13048 Tom Tromey <tromey@redhat.com>
13049
13050 * configure.ac: Add gdb.compile/.
13051 * configure: Regenerate.
13052 * gdb.compile/Makefile.in: New file.
13053 * gdb.compile/compile-ops.exp: New file.
13054 * gdb.compile/compile-ops.c: New file.
13055 * gdb.compile/compile-tls.c: New file.
13056 * gdb.compile/compile-tls.exp: New file.
13057 * gdb.compile/compile-constvar.S: New file.
13058 * gdb.compile/compile-constvar.c: New file.
13059 * gdb.compile/compile-mod.c: New file.
13060 * gdb.compile/compile-nodebug.c: New file.
13061 * gdb.compile/compile-setjmp-mod.c: New file.
13062 * gdb.compile/compile-setjmp.c: New file.
13063 * gdb.compile/compile-setjmp.exp: New file.
13064 * gdb.compile/compile-shlib.c: New file.
13065 * gdb.compile/compile.c: New file.
13066 * gdb.compile/compile.exp: New file.
13067 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13068
13069 2014-12-12 Tom Tromey <tromey@redhat.com>
13070
13071 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13072 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13073
13074 2014-12-12 Doug Evans <dje@google.com>
13075
13076 * lib/gdb-python.exp (get_python_valueof): New function.
13077 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13078
13079 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13080
13081 * gdb.base/completion.exp: Add test for completion of "info
13082 registers ".
13083
13084 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13085
13086 * gdb.base/func-ptrs.c: New file.
13087 * gdb.base/func-ptrs.exp: New file.
13088
13089 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13090
13091 PR breakpoints/17012
13092 * gdb.base/dprintf-detach.c: New file.
13093 * gdb.base/dprintf-detach.exp: New file.
13094
13095 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13096
13097 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13098 * lib/gdb.exp (target_is_gdbserver): New procedure.
13099
13100 2014-12-08 Doug Evans <dje@google.com>
13101
13102 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13103
13104 2014-12-05 Yao Qi <yao@codesourcery.com>
13105
13106 * gdb.guile/scm-error.exp: Remove the third argument to
13107 gdb_remote_download.
13108 * gdb.guile/scm-frame-args.exp: Likewise.
13109 * gdb.guile/scm-section-script.exp: Likewise.
13110
13111 2014-12-05 Yao Qi <yao@codesourcery.com>
13112
13113 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13114
13115 2014-12-04 Doug Evans <dje@google.com>
13116
13117 * gdb.python/py-objfile.exp: Add tests for
13118 objfile.add_separate_debug_file.
13119
13120 2014-12-04 Doug Evans <dje@google.com>
13121
13122 * lib/gdb.exp (get_build_id): New function.
13123 (build_id_debug_filename_get): Rewrite to use it.
13124 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13125
13126 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13127
13128 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13129 `method(long)', not just 0x0.
13130 * gdb.cp/nsalias.exp: Align code labels to 4.
13131 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13132 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13133 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13134 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13135 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13136 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13137
13138 2014-12-02 Doug Evans <dje@google.com>
13139
13140 PR symtab/17602
13141 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13142 * gdb.cp/anon-ns2.cc: ... here. New file.
13143 * gdb.cp/anon-ns.exp: Update.
13144
13145 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13146
13147 * gdb.python/py-events.py (inferior_call_handler): New.
13148 (register_changed_handler, memory_changed_handler): New.
13149 (test_events.invoke): Register new handlers.
13150 * gdb.python/py-events.exp: Add tests for inferior call,
13151 memory_changed and register_changed events.
13152
13153 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13154
13155 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13156 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13157 if the linker doesn't understand this.
13158
13159 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13160
13161 * gdb.python/python.exp: Change expected reply to help().
13162
13163 2014-12-01 Yao Qi <yao@codesourcery.com>
13164
13165 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13166 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13167 * configure: Re-generated.
13168
13169 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13170
13171 * gdb.cp/chained-calls.cc: New file.
13172 * gdb.cp/chained-calls.exp: New file.
13173 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13174
13175 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13176
13177 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13178 * gdb.dwarf2/symtab-producer.exp: Same.
13179 * gdb.gdb/python-interrupts.exp: Same.
13180 * gdb.gdb/python-selftest.exp: Same.
13181 * gdb.python/py-linetable.exp: Same.
13182 * gdb.python/py-type.exp: Same.
13183 * gdb.python/py-value-cc.exp: Same.
13184 * gdb.python/py-value.exp: Same.
13185
13186 2014-11-28 Yao Qi <yao@codesourcery.com>
13187
13188 * gdb.base/break-probes.exp: Match library name prefixed with
13189 sysroot.
13190
13191 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13192
13193 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13194 test expected output. Add parentheses for the call to print.
13195 Remove L suffix from integers.
13196
13197 2014-11-26 Doug Evans <dje@google.com>
13198
13199 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13200
13201 2014-11-22 Yao Qi <yao@codesourcery.com>
13202
13203 * gdb.trace/entry-values.c: Remove asms.
13204 (foo): Add foo_label.
13205 (bar): Add bar_label.
13206 * gdb.trace/entry-values.exp: Remove code computing foo's
13207 length and bar's length.
13208 (Dwarf::assemble): Invoke function_range for bar and use
13209 MACRO_AT_func for foo.
13210
13211 2014-11-22 Yao Qi <yao@codesourcery.com>
13212
13213 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13214 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13215 Use .Lgcc43_procstart instead of gcc43.
13216
13217 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13218
13219 * gdb.ada/n_arr_bound: New testcase.
13220
13221 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13222
13223 PR breakpoints/10737
13224 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13225 test_catch_syscall_multi_arch.
13226 (test_catch_syscall_multi_arch): New function.
13227
13228 2014-11-20 Doug Evans <xdje42@gmail.com>
13229
13230 * gdb.base/maint.exp: Update expected output.
13231
13232 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13233
13234 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13235 4-byte instruction on S390.
13236
13237 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13238
13239 * gdb.ada/arr_arr: New testcase.
13240
13241 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13242
13243 * gdb.ada/pkd_arr_elem: New Testcase.
13244
13245 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13246
13247 * gdb.reverse/break-precsave: Expect completion message for
13248 core file reads.
13249 * gdb.reverse/consecutive-precsave.exp: Likewise.
13250 * gdb.reverse/finish-precsave.exp: Likewise.
13251 * gdb.reverse/i386-precsave.exp: Likewise.
13252 * gdb.reverse/machinestate-precsave.exp: Likewise.
13253 * gdb.reverse/sigall-precsave.exp: Likewise.
13254 * gdb.reverse/solib-precsave.exp: Likewise.
13255 * gdb.reverse/step-precsave.exp: Likewise.
13256 * gdb.reverse/until-precsave.exp: Likewise.
13257 * gdb.reverse/watch-precsave.exp: Likewise.
13258
13259 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13260
13261 * gdb.base/bp-permanent.c: Include unistd.h.
13262 * gdb.python/py-framefilter-mi.c (main): Add return type.
13263 * gdb.python/py-framefilter.c (main): Likewise.
13264 * gdb.trace/actions-changed.c (main): Likewise.
13265
13266 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13267
13268 * gdb.mi/until.c: Add eye-catchers.
13269 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13270 line numbers.
13271
13272 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13273
13274 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13275 function header variants in break1.c.
13276 * gdb.base/ena-dis-br.exp: Likewise.
13277 * gdb.base/hbreak2.exp: Likewise.
13278 * gdb.reverse/until-precsave.exp: Drop references to removed
13279 non-prototype function header variants in ur1.c.
13280 * gdb.reverse/until-reverse.exp: Likewise.
13281
13282 2014-11-17 Petr Machata <pmachata@redhat.com>
13283
13284 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13285 ${_cu_offset_size} bytes abbrev offset.
13286
13287 2014-11-15 Doug Evans <xdje42@gmail.com>
13288
13289 PR symtab/17559
13290 * gdb.base/line-symtabs.exp: New file.
13291 * gdb.base/line-symtabs.c: New file.
13292 * gdb.base/line-symtabs.h: New file.
13293
13294 2014-11-14 Yao Qi <yao@codesourcery.com>
13295
13296 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13297 (func): Add label func_label.
13298 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13299 Replace low_pc and high_pc with MACRO_AT_range.
13300 Replace name, low_pc and high_pc with MACRO_AT_func.
13301
13302 2014-11-14 Yao Qi <yao@codesourcery.com>
13303
13304 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13305 Replace name, low_pc and high_pc with MACRO_AT_func.
13306
13307 2014-11-14 Yao Qi <yao@codesourcery.com>
13308
13309 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13310 produce debug information.
13311 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13312
13313 2014-11-14 Yao Qi <yao@codesourcery.com>
13314
13315 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13316 object and get function length.
13317 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13318 with MACRO_AT_func.
13319 (top-level): Replace gdb_compile and clean_restart with
13320 prepare_for_testing.
13321 * gdb.dwarf2/main.c (main): Add label main_label.
13322
13323 2014-11-14 Yao Qi <yao@codesourcery.com>
13324
13325 * lib/dwarf.exp (function_range): New procedure.
13326 (Dwarf::_handle_macro_at_func): New procedure.
13327 (Dwarf::_handle_macro_at_range): New procedure.
13328 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13329
13330 2014-11-14 Yao Qi <yao@codesourcery.com>
13331
13332 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13333 (_handle_attribute): New procedure.
13334
13335 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13336
13337 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13338 * gdb.base/call-sc.c (zed): Likewise.
13339 * gdb.base/checkpoint.c (main): Likewise.
13340 * gdb.base/dump.c (main): Likewise.
13341 * gdb.base/gcore.c (main): Likewise.
13342 * gdb.base/huge.c (main): Likewise.
13343 * gdb.base/multi-forks.c (main): Likewise.
13344 * gdb.base/pr10179-a.c (main): Likewise.
13345 * gdb.base/savedregs.c (main): Likewise.
13346 * gdb.base/sigaltstack.c (main): Likewise.
13347 * gdb.base/siginfo.c (main): Likewise.
13348 * gdb.base/structs.c (zed): Likewise.
13349 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13350 * gdb.mi/mi-syn-frame.c (main): Likewise.
13351 * gdb.mi/until.c (foo, main): Likewise.
13352 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13353 * gdb.base/solib-weak.c (foo): Declare.
13354 * gdb.base/attach-twice.c: Include stdio.h.
13355 * gdb.base/weaklib1.c: Likewise.
13356 * gdb.base/weaklib2.c: Likewise.
13357 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13358 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13359 unistd.h.
13360 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13361 * gdb.mi/mi-exit-code.c: Likewise.
13362 * gdb.base/break-interp-lib.c: Include string.h.
13363 * gdb.base/coremaker.c: Likewise.
13364 * gdb.base/testenv.c: Likewise.
13365 * gdb.python/py-finish-breakpoint.c: Likewise.
13366 * gdb.base/inferior-died.c: Include sys/wait.h.
13367 * gdb.base/fileio.c: Include time.h.
13368 * gdb.base/async-shell.c: Include unistd.h.
13369 * gdb.base/dprintf-non-stop.c: Likewise.
13370 * gdb.base/info-os.c: Likewise.
13371 * gdb.mi/mi-console.c: Likewise.
13372 * gdb.mi/watch-nonstop.c: Likewise.
13373 * gdb.python/py-events.c: Likewise.
13374 * gdb.base/async.c (baz): Move up before its invocation.
13375 * gdb.base/code_elim2.c (my_global_func): Likewise.
13376 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13377 * gdb.base/advance.c (func2): Likewise.
13378
13379 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13380
13381 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13382 variant.
13383 * gdb.base/annota3.c: Likewise.
13384 * gdb.base/async.c: Likewise.
13385 * gdb.base/average.c: Likewise.
13386 * gdb.base/call-ar-st.c: Likewise.
13387 * gdb.base/call-rt-st.c: Likewise.
13388 * gdb.base/call-sc.c: Likewise.
13389 * gdb.base/call-strs.c: Likewise.
13390 * gdb.base/ending-run.c: Likewise.
13391 * gdb.base/execd-prog.c: Likewise.
13392 * gdb.base/exprs.c: Likewise.
13393 * gdb.base/foll-exec.c: Likewise.
13394 * gdb.base/foll-fork.c: Likewise.
13395 * gdb.base/foll-vfork.c: Likewise.
13396 * gdb.base/funcargs.c: Likewise.
13397 * gdb.base/gcore.c: Likewise.
13398 * gdb.base/jump.c: Likewise.
13399 * gdb.base/langs0.c: Likewise.
13400 * gdb.base/langs1.c: Likewise.
13401 * gdb.base/langs2.c: Likewise.
13402 * gdb.base/mips_pro.c: Likewise.
13403 * gdb.base/nodebug.c: Likewise.
13404 * gdb.base/opaque0.c: Likewise.
13405 * gdb.base/opaque1.c: Likewise.
13406 * gdb.base/recurse.c: Likewise.
13407 * gdb.base/run.c: Likewise.
13408 * gdb.base/scope0.c: Likewise.
13409 * gdb.base/scope1.c: Likewise.
13410 * gdb.base/setshow.c: Likewise.
13411 * gdb.base/setvar.c: Likewise.
13412 * gdb.base/shmain.c: Likewise.
13413 * gdb.base/shr1.c: Likewise.
13414 * gdb.base/shr2.c: Likewise.
13415 * gdb.base/sigall.c: Likewise.
13416 * gdb.base/signals.c: Likewise.
13417 * gdb.base/so-indr-cl.c: Likewise.
13418 * gdb.base/solib2.c: Likewise.
13419 * gdb.base/structs.c: Likewise.
13420 * gdb.base/sum.c: Likewise.
13421 * gdb.base/vforked-prog.c: Likewise.
13422 * gdb.base/watchpoint.c: Likewise.
13423 * gdb.reverse/shr2.c: Likewise.
13424 * gdb.reverse/until-reverse.c: Likewise.
13425 * gdb.reverse/ur1.c: Likewise.
13426 * gdb.reverse/watch-reverse.c: Likewise.
13427
13428 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13429
13430 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13431 variant.
13432 * gdb.base/sepdebug.exp: Drop references to removed code.
13433
13434 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13435
13436 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13437 variant. Preserve original line numbering.
13438 * gdb.base/list1.c: Likewise.
13439
13440 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13441
13442 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13443 variant.
13444 * gdb.base/break1.c: Likewise.
13445 * gdb.base/break.exp: Drop references to removed code.
13446
13447 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13448
13449 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13450 variant.
13451
13452 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13453
13454 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13455
13456 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13457
13458 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13459 logic into perform_all_tests() and invoke it with and without
13460 function header prototypes.
13461 (do_function_calls): Remove conditional XFAIL for PR 5318.
13462 (rerun_and_prepare): Remove duplicate code.
13463 (perform_all_tests): New. Main logic moved here.
13464
13465 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13466
13467 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13468 code guarded by #ifdef NO_PROTOTYPES.
13469 (t_double_many_args): Likewise.
13470 (DEF_FUNC_MANY_ARGS_1): Likewise.
13471 (DEF_FUNC_VALUES_1): Likewise.
13472 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13473 guarded by #ifdef PROTOTYPES.
13474
13475 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13476
13477 * gdb.mi/mi-console.c: Add eye-catcher.
13478 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13479 instead of literal line number.
13480
13481 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13482
13483 * gdb.base/shr2.c: Add eye-catcher.
13484 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13485 line number.
13486
13487 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13488
13489 * gdb.base/jump.c: Add eye-catchers.
13490 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13491 numbers.
13492
13493 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13494
13495 * gdb.base/execd-prog.c: Add eye-catchers.
13496 * gdb.base/foll-exec.c: Likewise.
13497 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13498 line numbers.
13499
13500 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13501
13502 * gdb.base/ending-run.c: Add eye-catchers.
13503 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13504 literal line numbers.
13505
13506 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13507
13508 * gdb.base/call-rt-st.c: Add eye-catchers.
13509 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13510 literal line numbers.
13511
13512 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13513
13514 * gdb.base/call-ar-st.c: Add eye-catchers.
13515 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13516 literal line numbers.
13517
13518 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13519
13520 * gdb.base/average.c: Add eye-catchers.
13521 * gdb.base/sum.c: Likewise.
13522 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13523 regexps dynamically.
13524
13525 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13526
13527 * gdb.base/solib1.c: Add eye-catchers.
13528 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13529 literal line numbers.
13530
13531 2014-11-12 Pedro Alves <palves@redhat.com>
13532
13533 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13534 leader has exited.
13535
13536 2014-11-12 Pedro Alves <palves@redhat.com>
13537
13538 * gdb.arch/i386-bp_permanent.c: New file.
13539 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13540 (srcfile): Set to i386-bp_permanent.c.
13541 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13542 that stepi does not execute the 'leave' instruction, instead of
13543 testing it does execute.
13544 * gdb.base/bp-permanent.c: New file.
13545 * gdb.base/bp-permanent.exp: New file.
13546
13547 2014-11-10 Doug Evans <xdje42@gmail.com>
13548
13549 PR symtab/17564
13550 * gdb.base/symtab-search-order.exp: New file.
13551 * gdb.base/symtab-search-order.c: New file.
13552 * gdb.base/symtab-search-order-1.c: New file.
13553 * gdb.base/symtab-search-order-shlib-1.c: New file.
13554
13555 2014-11-07 Pedro Alves <palves@redhat.com>
13556
13557 PR gdb/17511
13558 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13559 i?86-*-linux*.
13560
13561 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13562
13563 PR c++/17494
13564 * gdb.cp/pr17494.cc: New file.
13565 * gdb.cp/pr17494.exp: New file.
13566
13567 2014-11-02 Yao Qi <yao@codesourcery.com>
13568
13569 * gdb.python/python.exp: Get working directory and match the
13570 output of "set extended-prompt \\w " with it.
13571
13572 2014-10-30 Doug Evans <dje@google.com>
13573
13574 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13575 in objfiles.
13576 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13577 in progspaces.
13578
13579 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13580
13581 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13582 * gdb.base/realname-expand.exp: Likewise.
13583 * gdb.linespec/macro-relative.exp: Likewise.
13584
13585 2014-10-29 Pedro Alves <palves@redhat.com>
13586
13587 PR gdb/17408
13588 * gdb.threads/schedlock.c (some_function): New function.
13589 (call_function): New global.
13590 (MAYBE_CALL_SOME_FUNCTION): New macro.
13591 (thread_function): Call it.
13592 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13593 and use it instead of a global counter. Adjust all callers.
13594 (get_current_thread): Use "find current thread" for test message
13595 here rather than having all callers pass down the same string.
13596 (goto_loop): New procedure, factored out from ...
13597 (my_continue): ... this.
13598 (step_ten_loops): Change parameter from test message to command to
13599 use. Adjust.
13600 (list_count): Delete global.
13601 (check_result): New procedure, factored out from duplicate top
13602 level code.
13603 (continue tests): Wrap in with_test_prefix.
13604 (test_step): New procedure, factored out from duplicate top level
13605 code.
13606 (top level): Test "step" in combination with all scheduler-locking
13607 modes. Test "next" in combination with all scheduler-locking
13608 modes, and in combination with stepping over a function call or
13609 not.
13610 * gdb.threads/next-bp-other-thread.c: New file.
13611 * gdb.threads/next-bp-other-thread.exp: New file.
13612
13613 2014-10-29 Pedro Alves <palves@redhat.com>
13614
13615 PR python/17372
13616 * gdb.python/python.exp: Test a multi-line command that spawns
13617 interactive Python.
13618 * gdb.base/multi-line-starts-subshell.exp: New file.
13619
13620 2014-10-29 Yao Qi <yao@codesourcery.com>
13621
13622 * gdb.base/fileio.exp: Make directories on host.
13623
13624 2014-10-29 Yao Qi <yao@codesourcery.com>
13625
13626 * gdb.base/fileio.c (test_write): Close the file.
13627
13628 2014-10-28 Pedro Alves <palves@redhat.com>
13629
13630 PR gdb/12623
13631 * gdb.base/sigstep.c (no_handler): New global.
13632 (main): If 'no_handler is true, set the signal handlers to
13633 SIG_IGN.
13634 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13635 with_sw_watch and no_handler parameters. Handle them.
13636 (top level) <stepping over handler when stopped at a breakpoint
13637 test>: Add a test axis for testing with a software watchpoint, and
13638 another for testing with the signal handler set to SIG_IGN.
13639 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13640 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13641
13642 2014-10-28 Pedro Alves <palves@redhat.com>
13643
13644 PR gdb/17511
13645 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13646 * gdb.base/sigstep.exp (other_handler_location): New global.
13647 (advance): Support stepping into the signal handler, and running
13648 commands while in the handler.
13649 (in_handler_map): New global.
13650 (top level): In the advance test, add combinations for getting
13651 into the handler with stepping commands, and for running commands
13652 in the handler. Add comment descripting the advancei tests.
13653
13654 2014-10-28 Pedro Alves <palves@redhat.com>
13655
13656 * gdb.base/sigstep.exp: Use build_executable instead of
13657 prepare_for_testing.
13658 (top level): Move code that starts GDB, runs to main and creates a
13659 display to ...
13660 (restart): ... this new procedure.
13661 (top level): Move backtrace from signal handler test to ...
13662 (validate_backtrace): ... this new procedure.
13663 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13664 with_test_prefix. Always restart GDB.
13665 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13666 with_test_prefix. Always restart GDB. No need to delete
13667 breakpoints after the test.
13668 (test_skip_handler): Remove prefix parameter.
13669 (skip_over_handler, breakpoint_to_handler)
13670 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13671 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13672 restart GDB. No need to delete breakpoints after the test.
13673 (top level): Use foreach to call the test procedures with
13674 different commands.
13675
13676 2014-10-28 Pedro Alves <palves@redhat.com>
13677
13678 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13679 instead of GNATS numbers.
13680 * gdb.base/sigbpt.exp: Likewise.
13681 * gdb.base/siginfo.exp: Likewise.
13682 * gdb.base/sigstep.exp: Likewise.
13683
13684 2014-10-27 Pedro Alves <palves@redhat.com>
13685
13686 * gdb.base/sigstep.c (dummy): New global.
13687 (main): Issue a couple writes to the new global.
13688 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13689 procedures.
13690 (skip_over_handler): Use test_skip_handler.
13691 (top level): Call skip_over_handler for stepi and nexti too.
13692 (breakpoint_over_handler): Use test_skip_handler.
13693 (top level): Call breakpoint_over_handler for stepi and nexti too.
13694
13695 2014-10-27 Yao Qi <yao@codesourcery.com>
13696
13697 * gdb.trace/tfile.c (adjust_function_address)
13698 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13699 function descriptor.
13700
13701 2014-10-24 Don Breazeal <donb@codesourcery.com>
13702
13703 * gdb.base/foll-fork.exp (test_follow_fork,
13704 catch_fork_child_follow): Check for updated fork messages emitted
13705 from infrun.c.
13706 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13707 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13708 vfork_and_exec_child_follow_through_step): Check for updated vfork
13709 messages emitted from infrun.c.
13710
13711 2014-10-24 Pedro Alves <palves@redhat.com>
13712
13713 * gdb.base/corefile.exp: Remove references to ultrix.
13714 * gdb.base/interrupt.exp: Likewise.
13715 * gdb.base/whatis.exp: Likewise.
13716 * gdb.gdb/selftest.exp: Likewise.
13717 * gdb.threads/manythreads.exp: Likewise.
13718 * gdb.threads/print-threads.exp: Likewise.
13719 * gdb.threads/pthreads.exp:: Likewise.
13720 * gdb.threads/schedlock.exp: Likewise.
13721
13722 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13723
13724 * gdb.cp/non-trivial-retval.cc: Add a test case.
13725 * gdb.cp/non-trivial-retval.exp: Add a test.
13726
13727 2014-10-20 Yao Qi <yao@codesourcery.com>
13728
13729 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13730 * gdb.python/py-objfile-script-gdb.py: New file.
13731 * gdb.python/py-objfile-script.exp: Update reference to
13732 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13733 of remote_download. Remove the dest file.
13734
13735 2014-10-20 Yao Qi <yao@codesourcery.com>
13736
13737 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13738 * gdb.base/step-line.exp: Likewise.
13739 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13740 * gdb.dwarf2/dw2-basic.exp: Likewise.
13741 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13742 * gdb.dwarf2/dw2-filename.exp: Likewise.
13743 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13744 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13745 * gdb.dwarf2/dw2-producer.exp: Likewise.
13746 * gdb.dwarf2/mac-fileno.exp: Likewise.
13747 * gdb.python/py-frame-args.exp: Likewise.
13748 * gdb.python/py-framefilter.exp: Likewise.
13749 * gdb.python/py-mi.exp: Likewise.
13750 * gdb.python/py-objfile-script.exp: Likewise
13751 * gdb.python/py-pp-integral.exp: Likewise.
13752 * gdb.python/py-pp-re-notag.exp: Likewise.
13753 * gdb.python/py-prettyprint.exp: Likewise.
13754 * gdb.python/py-section-script.exp: Likewise.
13755 * gdb.python/py-typeprint.exp: Likewise.
13756 * gdb.python/py-xmethods.exp: Likewise.
13757 * gdb.stabs/weird.exp: Likewise.
13758 * gdb.xml/tdesc-regs.exp: Likewise.
13759
13760 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13761
13762 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13763 (out_cu): Use addr_len for the size of addresses.
13764 (out_line): Likewise. Size DW_LNE_set_address instruction
13765 according to addr_len.
13766 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13767 (FUNC): Add START_INSNS to definition.
13768
13769 2014-10-18 Yao Qi <yao@codesourcery.com>
13770
13771 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13772 gdb_has_argv0 return true.
13773 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13774 check [target_info exists noargs], check [gdb_has_argv0]
13775 instead.
13776 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13777 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13778 procedures.
13779
13780 2014-10-17 Doug Evans <dje@google.com>
13781
13782 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13783 event.
13784 * gdb.python/py-events.py: Add clear_objfiles event.
13785
13786 2014-10-17 Doug Evans <dje@google.com>
13787
13788 * gdb.python/py-objfile.exp: Test progspace attribute.
13789
13790 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13791
13792 * gdb.guile/scm-breakpoint.exp: Do not assume any
13793 directory separators when matching source file paths.
13794 * gdb.python/py-breakpoint.exp: Likewise.
13795 * gdb.reverse/break-precsave.exp: Likewise.
13796 * gdb.reverse/break-reverse.exp: Likewise.
13797 * gdb.reverse/consecutive-precsave.exp: Likewise.
13798 * gdb.reverse/finish-precsave.exp: Likewise.
13799 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13800 * gdb.reverse/finish-reverse.exp: Likewise.
13801 * gdb.reverse/i386-precsave.exp: Likewise.
13802 * gdb.reverse/i387-env-reverse.exp: Likewise.
13803 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13804 * gdb.reverse/machinestate-precsave.exp: Likewise.
13805 * gdb.reverse/machinestate.exp: Likewise.
13806 * gdb.reverse/sigall-precsave.exp: Likewise.
13807 * gdb.reverse/solib-precsave.exp: Likewise.
13808 * gdb.reverse/step-precsave.exp: Likewise.
13809 * gdb.reverse/until-precsave.exp: Likewise.
13810 * gdb.reverse/watch-precsave.exp: Likewise.
13811 * gdb.reverse/watch-reverse.exp: Likewise.
13812
13813 2014-10-17 Yao Qi <yao@codesourcery.com>
13814
13815 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13816 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13817
13818 2014-10-17 Pedro Alves <palves@redhat.com>
13819
13820 PR gdb/17471
13821 * gdb.base/bg-execution-repeat.c: New file.
13822 * gdb.base/bg-execution-repeat.exp: New file.
13823
13824 2014-10-17 Pedro Alves <palves@redhat.com>
13825
13826 PR gdb/17300
13827 * gdb.base/continue-all-already-running.c: New file.
13828 * gdb.base/continue-all-already-running.exp: New file.
13829
13830 2014-10-17 Pedro Alves <palves@redhat.com>
13831
13832 PR gdb/17472
13833 * gdb.base/annota-input-while-running.c: New file.
13834 * gdb.base/annota-input-while-running.exp: New file.
13835
13836 2014-10-17 Pedro Alves <palves@redhat.com>
13837
13838 * gdb.base/callfuncs.exp: emove references to osf.
13839 * gdb.base/sigall.exp: Likewise.
13840 * gdb.gdb/selftest.exp: Likewise.
13841 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13842 * gdb.mi/non-stop.c: Likewise.
13843 * gdb.mi/pthreads.c: Likewise.
13844 * gdb.reverse/sigall-precsave.exp: Likewise.
13845 * gdb.reverse/sigall-reverse.exp: Likewise.
13846 * gdb.threads/pthreads.c: Likewise.
13847 * gdb.threads/pthreads.exp: Likewise.
13848
13849 2014-10-17 Yao Qi <yao@codesourcery.com>
13850
13851 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13852 check 'target_info exists noargs'.
13853 (test_command_prompt_position): Likewise.
13854 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13855 Remove "set args".
13856 (progvar_simple_while_test): Likewise.
13857 (progvar_complex_if_while_test): Likewise.
13858 (if_while_breakpoint_command_test): Likewise.
13859 (infrun_breakpoint_command_test): Likewise.
13860 (breakpoint_command_test): Likewise.
13861 (watchpoint_command_test): Likewise.
13862 (bp_deleted_in_command_test): Likewise.
13863 (temporary_breakpoint_commands): Likewise.
13864
13865 2014-10-16 Yao Qi <yao@codesourcery.com>
13866
13867 * gdb.base/remotetimeout.exp: Remove noargs checking.
13868
13869 2014-10-15 Pedro Alves <palves@redhat.com>
13870
13871 PR breakpoints/9649
13872 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13873 * gdb.base/breakpoint-in-ro-region.exp
13874 (probe_target_hardware_step): New procedure.
13875 (top level): Probe hardware stepping and hardware breakpoint
13876 support. Test stepping through a read-only region, with both
13877 "breakpoint auto-hw" on and off and both "always-inserted" on and
13878 off.
13879
13880 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13881
13882 * gdb.dlang/demangle.exp: Update for demangling changes.
13883
13884 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13885
13886 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13887 * gdb.cp/non-trivial-retval.exp: Add new tests.
13888
13889 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13890
13891 PR c++/13403
13892 PR c++/15154
13893 * gdb.cp/non-trivial-retval.cc: New file.
13894 * gdb.cp/non-trivial-retval.exp: New file.
13895
13896 2014-10-15 Yao Qi <yao@codesourcery.com>
13897
13898 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13899 remote host.
13900
13901 2014-10-15 Yao Qi <yao@codesourcery.com>
13902
13903 * gdb.python/py-symbol.exp: Match file base name if host is
13904 remote, otherwise match file name with dir name.
13905 * gdb.python/py-symtab.exp: Likewise.
13906 * gdb.python/python.exp: Likewise.
13907
13908 2014-10-15 Yao Qi <yao@codesourcery.com>
13909
13910 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13911 pattern.
13912 * gdb.python/py-symtab.exp: Likewise.
13913 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13914 locationn.
13915
13916 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13917
13918 * gdb.ada/addr_arith: New testcase.
13919
13920 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13921
13922 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13923 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13924 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13925 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13926
13927 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13928
13929 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13930 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13931 * gdb.arch/stap-eval-lang-ada.exp: New file.
13932
13933 2014-10-14 Yao Qi <yao@codesourcery.com>
13934
13935 * gdb.mi/mi-var-child.c (nothing1): New function.
13936 (nothing2): New function.
13937 (do_children_tests): Set function pointers by nothing1 and
13938 nothing2.
13939 * gdb.mi/mi-var-child.exp: Step over new added statements.
13940 Update test to match the new output.
13941 * gdb.mi/var-cmd.c (nothing1): New function.
13942 (nothing2): New function.
13943 (do_children_tests): Set function pointers by nothing1 and
13944 nothing2.
13945 * gdb.mi/mi-var-display.exp: Update test to match output.
13946 Step to the line specified by $line_dct_nothing.
13947 Increase the number of lines to step.
13948
13949 2014-10-14 Yao Qi <yao@codesourcery.com>
13950
13951 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13952 tests.
13953 * gdb.mi/mi2-var-child.exp: Likewise.
13954
13955 2014-10-13 Doug Evans <dje@google.com>
13956
13957 * gdb.python/py-objfile.exp: Change name of file name test.
13958
13959 2014-10-13 Doug Evans <dje@google.com>
13960
13961 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13962 from the start of the CU.
13963
13964 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13965 Yao Qi <yao@codesourcery.com>
13966
13967 Fix "save breakpoints" for "catch" command.
13968 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13969 Remove -nonewline. Match also the added "main" line.
13970
13971 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13972
13973 Fix "save breakpoints" for "disable $bpnum" command.
13974 * gdb.base/save-bp.c (main): Add label.
13975 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13976
13977 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13978
13979 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13980
13981 2014-10-11 Yao Qi <yao@codesourcery.com>
13982
13983 * gdb.server/server-kill.exp: Execute command
13984 "set remote trace-status-packet on" before "tstatus".
13985
13986 2014-10-11 Yao Qi <yao@codesourcery.com>
13987
13988 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13989 (main): Call getppid.
13990 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13991 and continue to it. Read variable "server_pid".
13992
13993 2014-10-11 Yao Qi <yao@codesourcery.com>
13994
13995 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13996
13997 2014-10-11 Yao Qi <yao@codesourcery.com>
13998
13999 * gdb.threads/thread-find.exp: Don't execute command
14000 "info threads".
14001 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14002 * gdb.threads/linux-dp.exp: Don't check the condition
14003 $threads_created equals to zero.
14004
14005 2014-10-10 Pedro Alves <palves@redhat.com>
14006
14007 * gdb.base/bigcore.exp: Remove references to IRIX.
14008 * gdb.base/funcargs.exp: Likewise.
14009 * gdb.base/interrupt.exp: Likewise.
14010 * gdb.base/mips_pro.exp: Likewise.
14011 * gdb.base/nodebug.exp: Likewise.
14012 * gdb.base/setvar.exp: Likewise.
14013 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14014
14015 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14016 Pedro Alves <palves@redhat.com>
14017
14018 PR symtab/14466
14019 * gdb.base/vdso-warning.c: New file.
14020 * gdb.base/vdso-warning.exp: New file.
14021
14022 2014-10-02 Doug Evans <dje@google.com>
14023
14024 * gdb.base/structs.c (main): Don't run forever.
14025
14026 2014-10-02 Pedro Alves <palves@redhat.com>
14027
14028 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14029 (top level) <stop threads 1, stop threads 2>: Use it.
14030
14031 2014-10-02 Pedro Alves <palves@redhat.com>
14032
14033 * gdb.threads/break-while-running.exp (test): Add new
14034 'update_thread_list' argument. Skip "info threads" if false.
14035 (top level): Add new 'update_thread_list' axis.
14036
14037 2014-10-02 Pedro Alves <palves@redhat.com>
14038
14039 PR breakpoints/17431
14040 * gdb.base/execl-update-breakpoints.c: New file.
14041 * gdb.base/execl-update-breakpoints.exp: New file.
14042
14043 2014-10-01 Pedro Alves <palves@redhat.com>
14044
14045 * gdb.base/breakpoint-in-ro-region.c: New file.
14046 * gdb.base/breakpoint-in-ro-region.exp: New file.
14047
14048 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14049
14050 * gdb.mi/mi-exit-code.exp: New file.
14051 * gdb.mi/mi-exit-code.c: New file.
14052
14053 2014-09-30 Yao Qi <yao@codesourcery.com>
14054
14055 * lib/prelink-support.exp (build_executable_own_libs): Error if
14056 the target isn't native.
14057
14058 2014-09-30 Yao Qi <yao@codesourcery.com>
14059
14060 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14061 false.
14062
14063 2014-09-22 Pedro Alves <palves@redhat.com>
14064
14065 * gdb.threads/break-while-running.exp: New file.
14066 * gdb.threads/break-while-running.c: New file.
14067
14068 2014-09-19 Yao Qi <yao@codesourcery.com>
14069
14070 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14071 Invoke test. Restart GDB with --readnow and invoke test again.
14072
14073 2014-09-19 Yao Qi <yao@codesourcery.com>
14074
14075 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14076 proc set_breakpoint_on_gcd_function. Invoke
14077 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14078 invoke set_breakpoint_on_gcd_function again.
14079
14080 2014-09-18 Doug Evans <dje@google.com>
14081
14082 * gdb.dwarf2/symtab-producer.exp: New file.
14083
14084 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14085
14086 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14087 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14088 * gdb.base/global-var-nested-by-dso.c: Likewise.
14089 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14090
14091 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14092 Pedro Alves <palves@redhat.com>
14093
14094 * gdb.base/watch-bitfields.exp: Pass string other than test file
14095 name to prepare_for_testing.
14096 (watch): New procedure.
14097 (expect_watchpoint): Use with_test_prefix.
14098 (top level): Factor out tests to ...
14099 (test_watch_location, test_regular_watch): ... these new
14100 procedures, and use with_test_prefix and gdb_continue_to_end.
14101
14102 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14103
14104 PR breakpoints/12526
14105 * gdb.base/watch-bitfields.exp: New file.
14106 * gdb.base/watch-bitfields.c: New file.
14107
14108 2014-09-16 Pedro Alves <palves@redhat.com>
14109
14110 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14111 software and hardware addresses, not software address against
14112 itself.
14113
14114 2014-09-16 Pedro Alves <palves@redhat.com>
14115
14116 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14117 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14118
14119 2014-09-16 Pedro Alves <palves@redhat.com>
14120
14121 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14122 files.
14123 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14124 "*-*-vxworks*" throughout.
14125 * gdb.base/break.exp: Likewise.
14126 * gdb.base/default.exp: Likewise.
14127 * gdb.base/scope.exp: Likewise.
14128 * gdb.base/sepdebug.exp: Likewise.
14129 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14130 throughout.
14131 * gdb.base/run.c: Likewise.
14132 * gdb.base/sepdebug.c: Likewise.
14133 * gdb.hp/gdb.aCC/run.c: Likewise.
14134 * gdb.reverse/until-reverse.c: Likewise.
14135 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14136
14137 2014-09-16 Yao Qi <yao@codesourcery.com>
14138
14139 * boards/local-remote-host-native.exp: New file.
14140
14141 2014-09-14 Doug Evans <xdje42@gmail.com>
14142
14143 * gdb.threads/queue-signal.c (thread_count): New variable.
14144 (thread_count_mutex, thread_count_condvar): New variables.
14145 (incr_thread_count, wait_all_threads_running): New functions.
14146 (main): Wait for all threads to be in their thread functions.
14147
14148 2014-09-13 Doug Evans <xdje42@gmail.com>
14149
14150 * gdb.threads/queue-signal.c: New file.
14151 * gdb.threads/queue-signal.exp: New file.
14152
14153 2014-09-13 Doug Evans <xdje42@gmail.com>
14154
14155 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14156 be consistent with what default_gdb_init uses.
14157 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14158 the plain text of the prompt. Add some logging printfs.
14159 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14160
14161 2014-09-12 Pedro Alves <palves@redhat.com>
14162
14163 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14164 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14165 * gdb.arch/i386-size-overlap.exp: Likewise.
14166 * gdb.arch/i386-size.exp: Likewise.
14167 * gdb.arch/i386-unwind.exp: Likewise.
14168 * gdb.base/a2-run.exp: Likewise.
14169 * gdb.base/break.exp: Likewise.
14170 * gdb.base/charset.exp: Likewise.
14171 * gdb.base/chng-syms.exp: Likewise.
14172 * gdb.base/commands.exp: Likewise.
14173 * gdb.base/dbx.exp: Likewise.
14174 * gdb.base/find.exp: Likewise.
14175 * gdb.base/funcargs.exp: Likewise.
14176 * gdb.base/jit-simple.exp: Likewise.
14177 * gdb.base/reread.exp: Likewise.
14178 * gdb.base/sepdebug.exp: Likewise.
14179 * gdb.base/step-bt.exp: Likewise.
14180 * gdb.cp/mb-inline.exp: Likewise.
14181 * gdb.cp/mb-templates.exp: Likewise.
14182 * gdb.objc/basicclass.exp: Likewise.
14183 * gdb.threads/killed.exp: Likewise.
14184
14185 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14186
14187 PR tdep/17379
14188 * gdb.arch/powerpc-stackless.S: New file.
14189 * gdb.arch/powerpc-stackless.exp: New file.
14190
14191 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14192
14193 * gdb.base/attach.c: Include unistd.h.
14194 (main): Call alarm. Add label postloop.
14195 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14196 gdb_breakpoint, gdb_continue_to_breakpoint.
14197 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14198
14199 2014-09-11 Pedro Alves <palves@redhat.com>
14200
14201 PR gdb/17347
14202 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14203 * gdb.base/attach.exp (test_command_line_attach_run): New
14204 procedure.
14205 (top level): Call it.
14206
14207 2014-09-11 Pedro Alves <palves@redhat.com>
14208
14209 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14210 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14211 (do_command_attach_tests): Use spawn_wait_for_attach.
14212 * gdb.base/solib-overlap.exp: Likewise.
14213 * gdb.multi/multi-attach.exp: Likewise.
14214 * gdb.python/py-prompt.exp: Likewise.
14215 * gdb.python/py-sync-interp.exp: Likewise.
14216 * gdb.server/ext-attach.exp: Likewise.
14217
14218 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14219
14220 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14221 command in testcase. Simplify testcase.
14222
14223 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14224
14225 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14226
14227 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14228
14229 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14230
14231 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14232
14233 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14234
14235 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14236
14237 * gdb.dwarf2/dynarr-ptr.c: New file.
14238 * gdb.dwarf2/dynarr-ptr.exp: New file.
14239
14240 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14241
14242 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14243 of 30 rather than hardcoding 120 for a slow test case. Take the
14244 `gdb,timeout' target setting into account for this calculation.
14245 Don't extend the timeout for the test cases that don't need it.
14246
14247 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14248
14249 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14250 a factor of 2 for a slow test case. Take the `gdb,timeout'
14251 target setting into account for this calculation.
14252 * gdb.reverse/until-precsave.exp: Increase the timeout by
14253 a factor of 15 and 3 respectively rather than adding 120
14254 for a pair of slow test cases. Take the `gdb,timeout'
14255 target setting into account for this calculation.
14256
14257 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14258
14259 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14260 timeout, don't pass one down to gdb_expect.
14261 (gdb_expect): Rework timeout selection.
14262
14263 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14264
14265 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14266 exception on timeout.
14267 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14268 (gdbserver_start_extended): Catch any `gdbserver_start' error
14269 exceptions.
14270 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14271 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14272 `gdbserver_gdb_load' error exceptions.
14273
14274 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14275
14276 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14277 120 on waiting for the TCP socket to open.
14278
14279 2014-09-09 Doug Evans <xdje42@gmail.com>
14280
14281 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14282 _caller_matches, _any_caller_is, _any_caller_matches.
14283
14284 2014-09-09 Doug Evans <xdje42@gmail.com>
14285
14286 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14287
14288 2014-09-09 Yao Qi <yao@codesourcery.com>
14289
14290 * gdb.mi/mi-var-display.exp: Set print symbol off.
14291
14292 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14293
14294 PR gdb/17035
14295 * gdb.base/commands.exp: Add tests to verify user-defined
14296 commands with empty bodies.
14297 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14298 python commands in `show user command`.
14299 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14300 scheme commands in `show user command`.
14301
14302 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14303
14304 PR python/17355
14305 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14306 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14307 * gdb.python/py-framefilter-invalidarg.exp: New file.
14308 * gdb.python/py-framefilter-invalidarg.py: New file.
14309
14310 2014-09-06 Doug Evans <xdje42@gmail.com>
14311
14312 PR 15276
14313 * gdb.python/py-caller-is.c: New file.
14314 * gdb.python/py-caller-is.exp: New file.
14315
14316 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14317
14318 PR gdb/17235
14319 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14320 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14321
14322 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14323
14324 PR fortran/17237
14325 * gdb.fortran/print-formatted.exp: New file.
14326 * gdb.fortran/print-formatted.f90: Likewise.
14327
14328 2014-09-03 Sasha Smundak <asmundak@google.com>
14329
14330 * gdb.python/py-frame.exp: Test Frame.read_register.
14331
14332 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14333
14334 PR python/16699
14335 * gdb.python/py-completion.exp: New file.
14336 * gdb.python/py-completion.py: Likewise.
14337
14338 2014-08-28 Doug Evans <dje@google.com>
14339
14340 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14341 eax,etc. are live with values set by gdb and thus the compiler can't
14342 use them.
14343 * gdb.arch/i386-pseudo.c (main): Ditto.
14344
14345 2014-08-27 Doug Evans <dje@google.com>
14346
14347 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14348
14349 2014-08-25 Doug Evans <dje@google.com>
14350
14351 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14352 (main): Ditto.
14353
14354 2014-08-25 Doug Evans <dje@google.com>
14355
14356 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14357
14358 2014-08-24 Yao Qi <yao@codesourcery.com>
14359
14360 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14361 symbol off.
14362 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14363
14364 2014-08-22 Doug Evans <dje@google.com>
14365
14366 PR 17276
14367 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14368 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14369 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14370
14371 2014-08-22 Yao Qi <yao@codesourcery.com>
14372
14373 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14374 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14375 * gdb.python/python.exp: Likewise. Use .py file on the host
14376 instead of the build.
14377
14378 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14379
14380 * gdb.threads/gcore-stale-thread.c: New file.
14381 * gdb.threads/gcore-stale-thread.exp: New file.
14382
14383 2014-08-21 Pedro Alves <palves@redhat.com>
14384
14385 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14386 * gdb.base/gcore-relro-pie.exp: Likewise.
14387 * gdb.base/gcore-relro.exp: Likewise.
14388 * gdb.base/gcore.exp: Likewise.
14389 * gdb.base/print-symbol-loading.exp: Likewise.
14390 * gdb.threads/gcore-thread.exp: Likewise.
14391 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14392
14393 2014-08-20 Pedro Alves <palves@redhat.com>
14394 Jan Kratochvil <jan.kratochvil@redhat.com>
14395
14396 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14397 configure.
14398 (EXPECT): Handle READ1 being set.
14399 (all): Depend on EXTRA_RULES.
14400 (check-read1, expect-read1, read1.so, read1): New rules.
14401 * README (Testsuite Parameters): Document the READ1 make variable.
14402 (Race detection): New section.
14403 * configure: Regenerate.
14404 * configure.ac: If build==host==target, and running under a
14405 GNU/glibc system, add read1 to the extra Makefile rules.
14406 (EXTRA_RULES): AC_SUBST it.
14407 * lib/read1.c: New file.
14408
14409 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14410
14411 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14412 the handling of variables declared as a typedef to an array
14413 which a DW_AT_data_location attribute.
14414
14415 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14416 Pedro Alves <palves@redhat.com>
14417
14418 PR symtab/14604
14419 PR symtab/14605
14420 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14421 gdb_test.
14422
14423 2014-08-19 Pedro Alves <palves@redhat.com>
14424
14425 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14426
14427 2014-08-19 Yao Qi <yao@codesourcery.com>
14428
14429 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14430 right line.
14431
14432 2014-08-18 David Blaikie <dblaikie@gmail.com>
14433
14434 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14435
14436 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14437
14438 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14439 attribute in array range.
14440
14441 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14442
14443 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14444
14445 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14446
14447 PR c++/17132
14448 * gdb.cp/pr17132.cc: New file.
14449 * gdb.cp/pr17132.exp: New file.
14450
14451 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14452
14453 * gdb.python/py-xmethods.py (A_getarrayind)
14454 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14455 Use 'print' with function call syntax.
14456 (E_method_matcher.match): Fix tab vs space indentation mixup.
14457
14458 2014-08-15 Yao Qi <yao@codesourcery.com>
14459
14460 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14461 false.
14462
14463 2014-08-15 Yao Qi <yao@codesourcery.com>
14464
14465 * gdb.cp/casts.exp: Set print symbol off.
14466 * gdb.cp/class2.exp: Likewise.
14467 * gdb.cp/overload.exp: Likewise.
14468 * gdb.cp/templates.exp: Likewise.
14469
14470 2014-08-11 Doug Evans <dje@google.com>
14471
14472 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14473 (test_load_shlib): Update.
14474
14475 2014-08-09 Yao Qi <yao@codesourcery.com>
14476
14477 * gdb.base/display.exp: Invoke is_address_zero_readable.
14478 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14479 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14480 * gdb.base/hbreak-unmapped.exp: Return if
14481 is_address_zero_readable returns true.
14482 * gdb.base/signest.exp: Likewise.
14483 * gdb.base/signull.exp: Likewise.
14484 * gdb.base/sigbpt.exp: Likewise.
14485 * gdb.guile/scm-disasm.exp: Do the test if
14486 is_address_zero_readable returns false.
14487 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14488 * gdb.python/py-arch.exp: Likewise.
14489 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14490 * lib/gdb.exp (is_address_zero_readable): New proc.
14491
14492 2014-08-09 Yao Qi <yao@codesourcery.com>
14493
14494 PR testsuite/13443
14495 * gdb.mi/mi-var-display.exp: Make test messages unique.
14496
14497 2014-08-04 Tom Tromey <tromey@redhat.com>
14498
14499 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14500 target 0".
14501
14502 2014-08-04 Tom Tromey <tromey@redhat.com>
14503
14504 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14505 "target_resume".
14506
14507 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14508
14509 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14510 inner_vla_struct_object_size.
14511 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14512 as xfail.
14513
14514 2014-07-30 Pedro Alves <palves@redhat.com>
14515
14516 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14517 comment.
14518
14519 2014-07-29 Yao Qi <yao@codesourcery.com>
14520
14521 PR gdb/17206
14522 * gdb.base/until-nodebug.exp: New.
14523
14524 2014-07-28 Doug Evans <xdje42@gmail.com>
14525
14526 PR guile/17203
14527 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14528 previously existing parameter, and previously ambiguously spelled
14529 parameter.
14530
14531 2014-07-28 Will Newton <will.newton@linaro.org>
14532
14533 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14534
14535 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14536 Doug Evans <xdje42@gmail.com>
14537
14538 PR guile/17146
14539 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14540
14541 2014-07-25 Pedro Alves <palves@redhat.com>
14542
14543 * gdb.threads/signal-command-handle-nopass.c: New file.
14544 * gdb.threads/signal-command-handle-nopass.exp: New file.
14545 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14546 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14547 * gdb.threads/signal-delivered-right-thread.c: New file.
14548 * gdb.threads/signal-delivered-right-thread.exp: New file.
14549
14550 2014-07-25 Pedro Alves <palves@redhat.com>
14551
14552 * gdb.base/double-prompt-target-event-error.exp
14553 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14554 match.
14555 (cancel_pagination_in_target_event): Rework double prompt
14556 detection.
14557 * gdb.base/paginate-after-ctrl-c-running.exp
14558 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14559 <return>' match.
14560 * gdb.base/paginate-bg-execution.exp
14561 (test_bg_execution_pagination_return)
14562 (test_bg_execution_pagination_cancel): Remove '-notransfer
14563 <return>' matches.
14564 * gdb.base/paginate-execution-startup.exp
14565 (test_fg_execution_pagination_return)
14566 (test_fg_execution_pagination_cancel): Remove '-notransfer
14567 <return>' matches.
14568 * gdb.base/paginate-inferior-exit.exp
14569 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14570 match.
14571 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14572 * lib/gdb.exp (pagination_prompt): Run text through
14573 string_to_regexp.
14574 (gdb_test_multiple): Match $pagination_prompt instead of
14575 "<return>".
14576 (string_to_regexp): Move to lib/gdb-utils.exp.
14577
14578 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14579
14580 * gdb.arch/amd64-entry-value-paramref.S: New file.
14581 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14582 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14583 * gdb.arch/amd64-optimout-repeat.S: New file.
14584 * gdb.arch/amd64-optimout-repeat.c: New file.
14585 * gdb.arch/amd64-optimout-repeat.exp: New file.
14586
14587 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14588
14589 PR gdb/17170
14590 * gdb.base/statistics.exp: New file.
14591
14592 2014-07-17 Doug Evans <dje@google.com>
14593
14594 PR gdb/17170
14595 * gdb.base/maint.exp: Update testing of per-command stats.
14596
14597 2014-07-16 Pedro Alves <palves@redhat.com>
14598
14599 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14600 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14601 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14602 (tfile_write_buf): New functions.
14603 (add_memory_block): Rewrite using the above.
14604 (adjust_function_address): New function.
14605 (FUNCTION_ADDRESS): New macro.
14606 (write_basic_trace_file): Remove short_x local, and use
14607 tfile_write_16. Change type of func_addr local to unsigned long
14608 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14609 here. Cast argument of add_memory_block to char pointer.
14610 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14611 (main): Remove parameters.
14612 * gdb.trace/tfile.exp: Remove nowarnings.
14613
14614 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14615
14616 * gdb.base/debug-expr.exp: Test string evaluation with
14617 "debug expression" on.
14618
14619 2014-07-15 Pedro Alves <palves@redhat.com>
14620
14621 * gdb.base/reread.exp: Use clean_restart.
14622
14623 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14624
14625 * gdb.arch/avr-flash-qualifer.c: New.
14626 * gdb.arch/avr-flash-qualifer.exp: New.
14627
14628 2014-07-14 Pedro Alves <palves@redhat.com>
14629
14630 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14631 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14632
14633 2014-07-14 Pedro Alves <palves@redhat.com>
14634
14635 * gdb.base/double-prompt-target-event-error.c: New file.
14636 * gdb.base/double-prompt-target-event-error.exp: New file.
14637
14638 2014-07-14 Pedro Alves <palves@redhat.com>
14639
14640 PR gdb/17072
14641 * gdb.base/paginate-inferior-exit.c: New file.
14642 * gdb.base/paginate-inferior-exit.exp: New file.
14643
14644 2014-07-14 Pedro Alves <palves@redhat.com>
14645
14646 PR gdb/17072
14647 * gdb.base/paginate-bg-execution.c: New file.
14648 * gdb.base/paginate-bg-execution.exp: New file.
14649
14650 2014-07-14 Pedro Alves <palves@redhat.com>
14651
14652 PR gdb/17072
14653 * gdb.base/paginate-execution-startup.c: New file.
14654 * gdb.base/paginate-execution-startup.exp: New file.
14655 * lib/gdb.exp (pagination_prompt): New global.
14656 (default_gdb_spawn): New procedure, factored out from
14657 default_gdb_spawn.
14658 (default_gdb_start): Adjust to call default_gdb_spawn.
14659 (gdb_spawn): New procedure.
14660
14661 2014-07-14 Pedro Alves <palves@redhat.com>
14662
14663 * lib/gdb.exp (gdb_assert): New procedure.
14664 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14665
14666 2014-07-14 Pedro Alves <palves@redhat.com>
14667
14668 * gdb.base/execution-termios.c: New file.
14669 * gdb.base/execution-termios.exp: New file.
14670
14671 2014-07-14 Tom Tromey <tromey@redhat.com>
14672
14673 * gdb.cp/vla-cxx.cc: New file.
14674 * gdb.cp/vla-cxx.exp: New file.
14675
14676 2014-07-14 Tom Tromey <tromey@redhat.com>
14677
14678 * gdb.reverse/rerun-prec.c: New file.
14679 * gdb.reverse/rerun-prec.exp: New file.
14680
14681 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14682 Maciej W. Rozycki <macro@codesourcery.com>
14683
14684 * lib/gdb-utils.exp: New file.
14685 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14686 inline `gdb_init_command' processing.
14687 (gdb_start_cmd): Likewise.
14688 * lib/mi-support.exp (mi_run_cmd): Likewise.
14689 * README: Document `gdb_init_command' and `gdb_init_commands'.
14690
14691 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14692
14693 Fix false FAIL running under a very long directory name.
14694 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14695 and "set print elements 10000". Twice.
14696
14697 2014-07-11 Yao Qi <yao@codesourcery.com>
14698
14699 * gdb.base/exprs.exp: "set print symbol off".
14700
14701 2014-07-11 Pedro Alves <palves@redhat.com>
14702
14703 * gdb.threads/kill.c: New file.
14704 * gdb.threads/kill.exp: New file.
14705
14706 2014-07-10 Yao Qi <yao@codesourcery.com>
14707
14708 * gdb.trace/tfile.c (write_basic_trace_file)
14709 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14710 address written to trace file.
14711
14712 2014-07-09 Pedro Alves <palves@redhat.com>
14713
14714 * gdb.base/attach-wait-input.exp: New file.
14715 * gdb.base/attach-wait-input.c: New file.
14716
14717 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14718
14719 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14720 setting up test structures.
14721 (main): Call new test function.
14722 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14723 test function, continue into test function and walk test
14724 structures.
14725
14726 2014-07-02 Yao Qi <yao@codesourcery.com>
14727
14728 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14729 'bar_start' at the beginning of functions 'foo' and 'bar'
14730 respectively.
14731 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14732 instead of 'foo' and 'bar'.
14733
14734 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14735
14736 * gdb.btrace/segv.exp: New.
14737 * gdb.btrace/segv.c: New.
14738
14739 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14740
14741 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14742 instruction.
14743
14744 2014-06-30 Mark Wielaard <mjw@redhat.com>
14745
14746 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14747 vulture, vilify, villar): New volatile array constants.
14748 (vindictive, vegetation): New const volatile array constants.
14749 * gdb.base/volatile.exp: Test volatile and const volatile array
14750 types.
14751
14752 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14753
14754 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14755 target lacks support for awatch, rwatch, or hbreak.
14756
14757 2014-06-27 Yao Qi <yao@codesourcery.com>
14758
14759 * gdb.multi/dummy-frame-restore.exp: New.
14760 * gdb.multi/dummy-frame-restore.c: New.
14761
14762 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14763
14764 * gdb.btrace/gcore.exp: New.
14765
14766 2014-06-23 Pedro Alves <palves@redhat.com>
14767
14768 * gdb.base/watchpoint-reuse-slot.c: New file.
14769 * gdb.base/watchpoint-reuse-slot.exp: New file.
14770
14771 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14772
14773 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14774 progspace's filename in 'info', 'enable' and 'disable' command
14775 tests.
14776
14777 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14778
14779 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14780 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14781 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14782
14783 2014-06-20 Gary Benson <gbenson@redhat.com>
14784
14785 * gdb.arch/i386-avx.exp: Fix include file location.
14786 * gdb.arch/i386-sse.exp: Likewise.
14787
14788 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14789
14790 * gdb.dlang/expression.exp: New file.
14791
14792 2014-06-19 Pedro Alves <palves@redhat.com>
14793
14794 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14795 out from ...
14796 (top level): ... here. Iterate running tests under different
14797 scheduler-locking settings.
14798
14799 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14800
14801 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14802 to DW_FORM_addr and use non-zero addresses.
14803
14804 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14805
14806 PR gdb/17017
14807 * gdb.python/py-xmethods.cc: Add global function call counters and
14808 increment them in their respective functions. Remove "cout"
14809 statements.
14810 * gdb.python/py-xmethods.exp: Make tests check the global function
14811 call counters instead of depending on inferior IO.
14812
14813 2014-06-18 Don Breazeal <donb@codesourcery.com>
14814
14815 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14816 Deleted procedure.
14817 (explicit_fork_parent_follow): Deleted procedure.
14818 (explicit_fork_child_follow): Deleted procedure.
14819 (test_follow_fork): New procedure.
14820 (do_fork_tests): Replace calls to deleted procedures with
14821 calls to test_follow_fork and reset GDB for subsequent
14822 procedure calls.
14823
14824 2014-06-17 Yao Qi <yao@codesourcery.com>
14825
14826 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14827 CP1252.
14828
14829 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14830
14831 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14832 Initialize ptr and S explicitly.
14833 (skip_type_update_when_not_use_rtti_test): Likewise.
14834
14835 2014-06-16 Keith Seitz <keiths@redhat.com>
14836
14837 PR mi/15863
14838 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14839 the inferior is started.
14840
14841 2014-06-16 Pedro Alves <palves@redhat.com>
14842
14843 * gdb.base/break-main-file-remove-fail.c: New file.
14844 * gdb.base/break-main-file-remove-fail.exp: New file.
14845 * gdb.base/break-unload-file.exp: Use build_executable instead of
14846 prepare_for_testing.
14847 (test_break): New parameter "initial_load". Handle it.
14848 (top level): Add initial_load cmdline/file axis.
14849
14850 2014-06-12 Tom Tromey <tromey@redhat.com>
14851
14852 * gdb.base/completion.exp: Don't use directory name in test.
14853
14854 2014-06-09 Gary Benson <gbenson@redhat.com>
14855
14856 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14857 separate the always-available ANSI-standard signals from the
14858 signals that require checking.
14859 (main): Likewise.
14860 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14861 Likewise.
14862 (main): Likewise.
14863
14864 2014-06-07 Keith Seitz <keiths@redhat.com>
14865
14866 Revert:
14867 PR c++/16253
14868 * gdb.cp/var-tag.cc: New file.
14869 * gdb.cp/var-tag.exp: New file.
14870 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14871 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14872 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14873 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14874
14875 2014-06-06 Doug Evans <xdje42@gmail.com>
14876
14877 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14878
14879 2014-06-06 Pedro Alves <palves@redhat.com>
14880
14881 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14882 in target debug output instead of looking at RSP packets,
14883 disabling the test on any target that uses hardware stepping.
14884 Update comments.
14885
14886 2014-06-06 Pedro Alves <palves@redhat.com>
14887
14888 * gdb.base/break-unload-file.exp: Fix typo.
14889
14890 2014-06-06 Yao Qi <yao@codesourcery.com>
14891
14892 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14893 from "jit_function" to "^jit_function".
14894
14895 2014-06-06 Yao Qi <yao@codesourcery.com>
14896
14897 * gdb.base/async.c (foo): Add one statement.
14898 * gdb.base/async.exp: Get the next instruction address and
14899 match the output of "nexti" by instruction address. Match
14900 the hex address in the output of "finish".
14901
14902 2014-06-06 Gary Benson <gbenson@redhat.com>
14903
14904 * gdb.base/call-signals.c: Remove preprocessor conditionals
14905 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14906 SIGSEGV and SIGTERM.
14907 * gdb.base/sigall.c: Likewise.
14908 * gdb.base/unwindonsignal.c: Likewise.
14909 * gdb.reverse/sigall-reverse.c: Likewise.
14910
14911 2014-06-06 Yao Qi <yao@codesourcery.com>
14912
14913 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14914 readable, skip the test.
14915
14916 2014-06-06 Yao Qi <yao@codesourcery.com>
14917
14918 * gdb.threads/staticthreads.c (thread_function): Move the line
14919 setting breakpoint on forward.
14920 * gdb.threads/staticthreads.exp: Update comments.
14921
14922 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14923
14924 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14925 "history-append! type error".
14926
14927 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14928
14929 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14930 erroneous dprintf expected input.
14931
14932 2014-06-04 Doug Evans <xdje42@gmail.com>
14933
14934 * gdb.guile/scm-generics.exp: Delete.
14935
14936 2014-06-04 Doug Evans <xdje42@gmail.com>
14937
14938 * gdb.guile/scm-breakpoint.exp: Update.
14939 Add tests for breakpoint registration.
14940
14941 2014-06-04 Tom Tromey <tromey@redhat.com>
14942
14943 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14944 VLA-in-union.
14945 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14946 inner_vla_struct, vla_union types. Initialize objects of those
14947 types and compute their sizes.
14948
14949 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14950 Hui Zhu <hui@codesourcery.com>
14951
14952 * gdb.base/fileio.exp: Add test for shell not available as well as
14953 available.
14954 * gdb.base/fileio.c (test_system): Check for shell twice.
14955
14956 2014-06-04 Yao Qi <yao@codesourcery.com>
14957
14958 * gdb.base/auto-connect-native-target.exp: Remove redundant
14959 space from the regexp pattern.
14960
14961 2014-06-04 Yao Qi <yao@codesourcery.com>
14962
14963 * gdb.base/default.exp: Replace "child" with "native" in
14964 regexp pattern.
14965
14966 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14967
14968 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14969 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14970 * gdb.python/py-xmethods.py: Python script supporting the
14971 new testcase and tests.
14972
14973 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14974 Pedro Alves <palves@redhat.com>
14975
14976 PR breakpoints/17000
14977 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14978 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14979
14980 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14981
14982 * gdb.base/subst.exp: Add tests to verify partial path matching
14983 output.
14984
14985 2014-06-03 Pedro Alves <palves@redhat.com>
14986
14987 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14988 target that doesn't use software single-stepping.
14989
14990 2014-06-03 Pedro Alves <palves@redhat.com>
14991
14992 PR breakpoints/17000
14993 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14994 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14995
14996 2014-06-02 Doug Evans <xdje42@gmail.com>
14997
14998 * gdb.guile/scm-parameter.exp: New file.
14999
15000 2014-06-02 Doug Evans <xdje42@gmail.com>
15001
15002 * gdb.guile/scm-cmd.c: New file.
15003 * gdb.guile/scm-cmd.exp: New file.
15004
15005 2014-06-02 Doug Evans <xdje42@gmail.com>
15006
15007 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15008 pretty-printer lookup.
15009 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15010 (make-pp_s-printer): Call it.
15011 (make-pretty-printer-from-dict): New function.
15012 (lookup-pretty-printer-maker-from-dict): New function.
15013 (*pretty-printer*): Simplify.
15014 (make-objfile-pp_s-printer): New function.
15015 (install-objfile-pretty-printers!): New function.
15016 (make-progspace-pp_s-printer): New function.
15017 (install-progspace-pretty-printers!): New function.
15018 * gdb.guile/scm-progspace.c: New file.
15019 * gdb.guile/scm-progspace.exp: New file.
15020
15021 2014-06-02 Pedro Alves <palves@redhat.com>
15022
15023 * gdb.base/dprintf-bp-same-addr.c: New file.
15024 * gdb.base/dprintf-bp-same-addr.exp: New file.
15025
15026 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15027
15028 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15029 * gdb.arch/powerpc-power.s: Likewise.
15030
15031 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15032
15033 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15034
15035 2014-06-01 Yao Qi <yao@codesourcery.com>
15036
15037 * gdb.base/watchpoint.exp (test_watch_location): Check null
15038 pointer can be dereferenced. If not, do the test, otherwise
15039 skip it.
15040
15041 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15042
15043 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15044 results.
15045 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15046
15047 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15048
15049 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15050 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15051 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15052 * gdb.arch/amd64-invalid-stack-top.c: New file.
15053 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15054
15055 2014-05-30 Pedro Alves <palves@redhat.com>
15056
15057 PR breakpoints/17000
15058 * gdb.base/sss-bp-on-user-bp.c: New file.
15059 * gdb.base/sss-bp-on-user-bp.exp: New file.
15060
15061 2014-05-30 David Blaikie <dblaikie@gmail.com>
15062
15063 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15064 gnu_inline semantics via attribute.
15065 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15066 source explicitly specifies the required semantics.
15067
15068 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15069
15070 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15071
15072 2014-05-29 Pedro Alves <palves@redhat.com>
15073 Tom Tromey <tromey@redhat.com>
15074
15075 * gdb.base/async-shell.exp: Don't enable target-async.
15076 * gdb.base/async.exp
15077 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15078 parameter. Adjust.
15079 (top level): Don't test with "target-async".
15080 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15081 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15082 * gdb.base/inferior-died.exp: Don't enable target-async.
15083 * gdb.base/interrupt-noterm.exp: Likewise.
15084 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15085 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15086 * gdb.mi/mi-nonstop.exp: Likewise.
15087 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15088 * gdb.mi/mi-nsintrall.exp: Likewise.
15089 * gdb.mi/mi-nsmoribund.exp: Likewise.
15090 * gdb.mi/mi-nsthrexec.exp: Likewise.
15091 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15092 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15093 * gdb.python/py-evsignal.exp: Don't enable target-async.
15094 * gdb.python/py-evthreads.exp: Likewise.
15095 * gdb.python/py-prompt.exp: Likewise.
15096 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15097 * gdb.server/solib-list.exp: Don't enable target-async.
15098 * gdb.threads/thread-specific-bp.exp: Likewise.
15099 * lib/mi-support.exp: Adjust to use mi-async.
15100
15101 2014-05-29 Pedro Alves <palves@redhat.com>
15102
15103 PR gdb/13860
15104 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15105 reason, even in sync mode.
15106
15107 2014-05-29 Pedro Alves <palves@redhat.com>
15108 Hui Zhu <hui@codesourcery.com>
15109
15110 PR PR15693
15111 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15112 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15113 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15114 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15115
15116 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15117
15118 * config/monitor.exp (gdb_target_monitor): Replace use of
15119 "set remotebaud" by "set serial baud".
15120
15121 2014-05-26 Andy Wingo <wingo@igalia.com>
15122
15123 * gdb.guile/scm-breakpoint.exp:
15124 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15125 properties instead of gdb-object-properties.
15126
15127 2014-05-26 Yao Qi <yao@codesourcery.com>
15128
15129 * gdb.server/no-thread-db.exp: Specify source file name
15130 explicitly when setting a breakpoint.
15131
15132 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15133
15134 * gdb.btrace/vdso.c: New.
15135 * gdb.btrace/vdso.exp: New.
15136
15137 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15138
15139 * gdb.base/gcore.exp (capture_command_output): Move ...
15140 * lib/gdb.exp (capture_command_output): ... here.
15141
15142 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15143
15144 * gdb.btrace/data.exp: Test memory access during btrace replay.
15145
15146 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15147
15148 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15149
15150 2014-05-21 Pedro Alves <palves@redhat.com>
15151
15152 PR gdb/13860
15153 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15154 (top level): Test that output related to execution commands is
15155 sent to the console with CLI commands, but not with MI commands.
15156 Test that breakpoint events are always mirrored to the console.
15157 Also expect the new source line to be output after a "next" in
15158 async mode too. Make it a pass/fail test.
15159 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15160 output.
15161 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15162
15163 2014-05-21 Pedro Alves <palves@redhat.com>
15164
15165 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15166 Use them to test variations of "list" after reaching a breakpoint.
15167 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15168 Test "list" with listsize 10 after reaching a breakpoint.
15169 * gdb.python/python.exp (decode_line current location line
15170 number): Adjust expected line number.
15171
15172 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15173
15174 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15175 behavior for $args, pass it directly to "run".
15176
15177 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15178
15179 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15180 30000 to 65536.
15181
15182 2014-05-21 Pedro Alves <palves@redhat.com>
15183
15184 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15185 auto-connect-native-target off".
15186 * gdb.base/auto-connect-native-target.c: New file.
15187 * gdb.base/auto-connect-native-target.exp: New file.
15188
15189 2014-05-21 Pedro Alves <palves@redhat.com>
15190
15191 * gdb.base/default.exp: Test "target native" instead of "target
15192 child".
15193
15194 2014-05-21 Mark Wielaard <mjw@redhat.com>
15195
15196 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15197
15198 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15199
15200 Fix TLS access for -static -pthread.
15201 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15202 <HAVE_TLS> (thread_function, main): Initialize it.
15203 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15204 Add clean_restart.
15205 <$have_tls != "">: Check TLSVAR.
15206
15207 2014-05-21 Pedro Alves <palves@redhat.com>
15208
15209 * gdb.base/dcache-line-read-error.c: New.
15210 * gdb.base/dcache-line-read-error.exp: New.
15211
15212 2014-05-20 Pedro Alves <palves@redhat.com>
15213
15214 * gdb.base/compare-sections.c: New file.
15215 * gdb.base/compare-sections.exp: New file.
15216
15217 2014-05-20 Pedro Alves <palves@redhat.com>
15218
15219 * gdb.base/break-idempotent.c: New file.
15220 * gdb.base/break-idempotent.exp: New file.
15221
15222 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15223
15224 * gdb.btrace/nohist.exp: New.
15225
15226 2014-05-20 Yao Qi <yao@codesourcery.com>
15227
15228 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15229 gdb.reverse directory and gdb_reverse_timeout exists in board
15230 setting.
15231 * README: Document gdb_reverse_timeout.
15232
15233 2014-05-20 Yao Qi <yao@codesourcery.com>
15234
15235 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15236 'test_file_name'. Treat args as a string instead of a list.
15237 (gdb_init): Rename argument 'args' by 'test_file_name'.
15238
15239 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15240
15241 * gdb.arch/powerpc-power.exp: New file.
15242 * gdb.arch/powerpc-power.s: New file.
15243
15244 2014-05-16 Doug Evans <dje@google.com>
15245
15246 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15247 * gdb.base/completion.exp: Check that all expected files exist
15248 before doing file completion.
15249
15250 2014-05-16 Doug Evans <dje@google.com>
15251
15252 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15253 Update.
15254 (do_syscall_tests_without_xml): Update.
15255
15256 2014-05-16 Pedro Alves <palves@redhat.com>
15257
15258 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15259 instead of "unknown output after running".
15260
15261 2014-05-16 Yao Qi <yao@codesourcery.com>
15262
15263 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15264 file1.txt from host at the end.
15265 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15266
15267 2014-05-15 Doug Evans <dje@google.com>
15268
15269 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15270 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15271 loading file. Add test for TU lookup.
15272
15273 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15274
15275 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15276 calling "-exec-arguments" or "set args" before running the
15277 inferior.
15278
15279 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15280
15281 * lib/mi-support.exp (mi_expect_stop): Expect message for
15282 inferiors that exit with non-zero exit code.
15283
15284 2014-05-14 Yao Qi <yao@codesourcery.com>
15285
15286 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15287 match absolute path on remote host.
15288 (test_file_list_exec_source_files): Remove "/" from the
15289 pattern.
15290
15291 2014-05-14 Yao Qi <yao@codesourcery.com>
15292
15293 * boards/local-remote-host-notty.exp (${board}_file): New
15294 proc.
15295
15296 2014-05-07 Kyle McMartin <kyle@redhat.com>
15297
15298 Pushed by Joel Brobecker <brobecker@adacore.com>.
15299 * gdb.arch/aarch64-atomic-inst.c: New file.
15300 * gdb.arch/aarch64-atomic-inst.exp: New file.
15301
15302 2014-05-07 Yao Qi <yao@codesourcery.com>
15303
15304 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15305 in current context" too.
15306
15307 2014-05-05 Keith Seitz <keiths@redhat.com>
15308
15309 * gdb.linespec/ls-dollar.exp: Add test for linespec
15310 file:convenience_variable.
15311
15312 2014-05-05 Yao Qi <yao@codesourcery.com>
15313
15314 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15315 traceframes into tfile and ctf trace files. Read data from
15316 trace file and test collected data.
15317 (gdb_collect_locals_test): Likewise.
15318 (gdb_unavailable_registers_test): Likewise.
15319 (gdb_unavailable_floats): Likewise.
15320 (gdb_collect_globals_test): Likewise.
15321 (top-level): Append "ctf" to trace_file_targets if GDB
15322 supports.
15323
15324 2014-05-05 Yao Qi <yao@codesourcery.com>
15325
15326 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15327 code to ...
15328 (gdb_collect_args_test_1): ... it. New proc.
15329 (gdb_collect_locals_test): Move some code to ...
15330 (gdb_collect_locals_test_1): ... it. New proc.
15331 (gdb_unavailable_registers_test): Move some code to ...
15332 (gdb_unavailable_registers_test_1): ... it. New proc.
15333 (gdb_unavailable_floats): Move some code to ...
15334 (gdb_unavailable_floats_1): ... it. New proc.
15335
15336 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15337
15338 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15339 probes to test for bitness recognition.
15340 * gdb.arch/amd64-stap-optional-prefix.exp
15341 (test_probe_value_without_reg): New procedure.
15342 Add code to test for different kinds of bitness.
15343
15344 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15345
15346 PR breakpoints/16889
15347 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15348 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15349
15350 2014-05-01 Pedro Alves <palves@redhat.com>
15351
15352 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15353 gdb_file_cmd if no file is specified.
15354 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15355 last_loaded_file to set the remote exec-file.
15356
15357 2014-05-01 Pedro Alves <palves@redhat.com>
15358
15359 * boards/local-remote-host.exp: New file.
15360
15361 2014-05-01 Pedro Alves <palves@redhat.com>
15362
15363 * boards/local-remote-host.exp: Rename to ...
15364 * boards/local-remote-host-notty.exp: ... this.
15365
15366 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15367
15368 * gdb.ada/dyn_arrayidx: New testcase.
15369
15370 2014-04-26 Yao Qi <yao@codesourcery.com>
15371
15372 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15373 and compute the length of function main. Save it in
15374 $main_length.
15375 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15376 (top-level): Use gdb_compile to compile objects into
15377 executable and restart GDB. Remove invocation to
15378 prepare_for_testing.
15379
15380 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15381 Pedro Alves <palves@redhat.com>
15382
15383 PR server/16255
15384 * gdb.multi/multi-attach.c: New file.
15385 * gdb.multi/multi-attach.exp: New file.
15386
15387 2014-04-25 Pedro Alves <palves@redhat.com>
15388
15389 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15390 user.
15391 (top level): Test that "set remote conditional-breakpoints-packet
15392 off" works as intended.
15393 * gdb.base/dprintf.exp: Test that "set remote
15394 breakpoint-commands-packet off" works as intended.
15395 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15396 New function.
15397 (top level): Call it.
15398 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15399 remote fast-tracepoints-packet off" works as intended.
15400 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15401 * lib/gdb.exp (gdb_is_target_remote): ... here.
15402
15403 2014-04-24 David Blaikie <dblaikie@gmail.com>
15404
15405 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15406 ensure clang would not discard them.
15407 * gdb.base/gdbvars.c: Ditto.
15408 * gdb.base/memattr.c: Ditto.
15409 * gdb.base/whatis.c: Ditto.
15410 * gdb.python/py-prettyprint.c: Ditto.
15411 * gdb.trace/actions.c: Ditto.
15412 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15413 ensure clang would not discard it.
15414
15415 2014-04-24 David Blaikie <dblaikie@gmail.com>
15416
15417 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15418 clang to emit the full definition of type required by the test
15419 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15420
15421 2014-04-24 David Blaikie <dblaikie@gmail.com>
15422
15423 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15424 coax Clang into emitting the definition of the type.
15425 * gdb.cp/pr10728-x.h (y): Ditto.
15426 * gdb.cp/pr10728-y.cc (y): Ditto.
15427
15428 2014-04-24 David Blaikie <dblaikie@gmail.com>
15429
15430 * gdb.base/label.exp: XFAIL label related tests under Clang.
15431 * gdb.cp/cplabel.exp: Ditto.
15432 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15433 under Clang those using labels.
15434
15435 2014-04-25 Yao Qi <yao@codesourcery.com>
15436
15437 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15438 double_label.
15439 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15440 partial_label and double_label.
15441
15442 2014-04-24 David Blaikie <dblaikie@gmail.com>
15443
15444 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15445
15446 2014-04-24 David Blaikie <dblaikie@gmail.com>
15447
15448 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15449 of the function to work across GCC and Clang.
15450 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15451 pointer types (const void ** const V void **).
15452
15453 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15454 Walfred Tedeschi <walfred.tedeschi@intel.com>
15455
15456 * Makefile.in (EXECUTABLES): Added i386-avx512.
15457 * gdb.arch/i386-avx512.c: New file.
15458 * gdb.arch/i386-avx512.exp: Likewise.
15459
15460 2014-04-23 Keith Seitz <keiths@redhat.com>
15461
15462 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15463 (mi_make_breakpoint_table): New procedure.
15464 (mi_create_breakpoint): Use mi_make_breakpoint
15465 and return the result.
15466 (mi_make_breakpoint): New procedure.
15467 (mi_build_kv_pairs): New procedure.
15468
15469 * gdb.mi/mi-break.exp: Remove unused globals,
15470 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15471 All callers updated.
15472 * gdb.mi/mi-dprintf.exp: Use variable to track command
15473 number.
15474 Update all callers of mi_create_breakpoint and use
15475 mi_make_breakpoint_table.
15476 Remove any unused global variables.
15477 * gdb.mi/mi-nonstop.exp: Likewise.
15478 * gdb.mi/mi-nsintrall.exp: Likewise.
15479 * gdb.mi/mi-nsmoribund.exp: Likewise.
15480 * gdb.mi/mi-nsthrexec.exp: Likewise.
15481 * gdb.mi/mi-reverse.exp: Likewise.
15482 * gdb.mi/mi-simplerun.exp: Likewise.
15483 * gdb.mi/mi-stepn.exp: Likewise.
15484 * gdb.mi/mi-syn-frame.exp: Likewise.
15485 * gdb.mi/mi-until.exp: Likewise.
15486 * gdb.mi/mi-var-cp.exp: Likewise.
15487 * gdb.mi/mi-var-display.exp: Likewise.
15488 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15489 * gdb.mi/mi2-var-child.exp: Likewise.
15490 * gdb.mi/mi-vla-c99.exp: Likewise.
15491 * lib/mi-support.exp: Likewise.
15492
15493 From Ian Lance Taylor <iant@cygnus.com>:
15494 * lib/gdb.exp (parse_args): New procedure.
15495
15496 2014-04-23 Pedro Alves <palves@redhat.com>
15497
15498 * gdb.base/break-unload-file.c: New file.
15499 * gdb.base/break-unload-file.exp: New file.
15500 * gdb.base/sym-file-lib.c (baz): New function.
15501 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15502 field.
15503 (load): Store the segment's mapped size.
15504 (unload): New function.
15505 (unload_shlib): New function.
15506 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15507 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15508 set a breakpoint at baz, and call it.
15509 * gdb.base/sym-file.exp: New tests for stale breakpoint
15510 instructions.
15511
15512 2014-04-23 Pedro Alves <palves@redhat.com>
15513
15514 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15515 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15516 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15517 * gdb.base/hbreak-unmapped.c: New file.
15518 * gdb.base/hbreak-unmapped.exp: New file.
15519 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15520 * lib/gdb.exp (gdb_is_target_remote): ... here.
15521
15522 2014-04-22 Pedro Alves <palves@redhat.com>
15523
15524 * gdb.base/consecutive-step-over.c: New file.
15525 * gdb.base/consecutive-step-over.exp: New file.
15526
15527 2014-04-22 Pedro Alves <palves@redhat.com>
15528
15529 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15530 instead of send_gdb/gdb_expect.
15531
15532 2014-04-22 Yao Qi <yao@codesourcery.com>
15533
15534 * lib/trace-support.exp (generate_tracefile): New procedure.
15535 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15536 return 0.
15537 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15538 if generate_tracefile returns 1.
15539
15540 2014-04-18 Tom Tromey <palves@redhat.com>
15541 Pedro alves <tromey@redhat.com>
15542
15543 PR backtrace/15558
15544 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15545 with a backtrace limit.
15546 * gdb.python/py-frame-inline.exp: Test running to an inline
15547 function with a backtrace limit, and printing the newest frame.
15548 * gdb.python/py-frame-inline.c (main): Call f.
15549
15550 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15551
15552 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15553
15554 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15555
15556 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15557 Drop prefix from unsupported source file path.
15558
15559 2014-04-17 Yao Qi <yao@codesourcery.com>
15560
15561 * lib/gdb.exp (with_target_charset): New proc.
15562 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15563 with_target_charset.
15564 (test_print_strings): Likewise.
15565 (test_repeat_bytes): Likewise.
15566 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15567 for some tests.
15568
15569 2014-04-16 Keith Seitz <keiths@redhat.com>
15570
15571 PR gdb/15827
15572 * gdb.dwarf2/corrupt.c: New file.
15573 * gdb.dwarf2/corrupt.exp: New file.
15574
15575 2014-04-16 Keith Seitz <keiths@redhat.com>
15576
15577 PR c++/16597
15578 * gdb.cp/namelessclass.cc: New file.
15579 * gdb.cp/namelessclass.exp: New file.
15580 * gdb.cp/namelessclass.S: New file.
15581
15582 2014-04-16 Doug Evans <dje@google.com>
15583
15584 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15585 Add comment.
15586 (gdbserver_default_get_comm_port): New function.
15587 (gdbserver_start): Check if board file provided
15588 "gdbserver,get_comm_port" and use it if so.
15589 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15590 (gdb,socketport): Set to "stdio".
15591 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15592 (stdio_gdbserver_template): Delete.
15593 (${board}_get_remote_address): Update.
15594 (${board}_build_remote_cmd): Delete.
15595 (${board}_get_comm_port): New function.
15596 (${board}_spawn): Update.
15597 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15598 Delete.
15599 (${board}_get_remote_address): Update.
15600 (${board}_get_comm_port): New function.
15601
15602 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15603
15604 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15605 appearing in any order.
15606
15607 2014-04-15 Doug Evans <dje@google.com>
15608
15609 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15610 uninitialized value of "description".
15611
15612 2014-04-15 Keith Seitz <keiths@redhat.com>
15613
15614 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15615 Remove unused globals.
15616 (test_running_the_program): Likewise.
15617 (test_controlled_execution): Likewise.
15618 (test_controlling_breakpoints): Likewise.
15619 (test_program_termination): Likewise.
15620
15621 2014-04-15 Keith Seitz <keiths@redhat.com>
15622
15623 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15624 unused globals.
15625 (test_rbreak_creation_and_listing): Likewise.
15626 (test_ignore_count): Likewise.
15627 (test_error): Likewise.
15628
15629 2014-04-15 Pedro Alves <palves@redhat.com>
15630
15631 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15632 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15633 sym-file-loader.c.
15634 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15635 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15636 to sym-file-loader.c.
15637 (struct library): Forward declare.
15638 (load_shlib, lookup_function): Change prototypes.
15639 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15640 (translate_offset): Remove declarations.
15641 (get_text_addr): New declaration.
15642 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15643 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15644 sym-file-loader.h.
15645 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15646 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15647 here from sym-file-loader.h.
15648 (struct library): New structure.
15649 (load_shlib, lookup_function): Change prototypes and adjust to
15650 work with a struct library.
15651 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15652 (translate_offset): Make static.
15653 (get_text_addr): New function.
15654 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15655
15656 2014-04-15 Pedro Alves <palves@redhat.com>
15657
15658 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15659
15660 2014-04-15 Pedro Alves <palves@redhat.com>
15661
15662 * gdb.base/sym-file-loader.c: Include <limits.h>.
15663 (SELF_LINK): New define.
15664 (get_origin): New function.
15665 (load_shlib): Use it.
15666 * gdb.base/sym-file.exp: Don't early return if the target is
15667 remote. Use runto_main, and issue fail is that fails. Use
15668 gdb_load_shlibs.
15669 (shlib_name): Delete.
15670 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15671
15672 2014-04-15 Pedro Alves <palves@redhat.com>
15673
15674 * gdb.base/sym-file.exp: Remove regex characters from test
15675 message. Don't refer to breakpoint numbers in test messages.
15676
15677 2014-04-14 Keith Seitz <keiths@redhat.com>
15678
15679 PR c++/16253
15680 * gdb.cp/var-tag.cc: New file.
15681 * gdb.cp/var-tag.exp: New file.
15682 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15683 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15684 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15685 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15686
15687 2014-04-14 Tom Tromey <tromey@redhat.com>
15688
15689 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15690 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15691 type.
15692 * gdb.cp/enum-class.exp: New file.
15693 * gdb.cp/enum-class.cc: New file.
15694
15695 2014-04-14 Tom Tromey <tromey@redhat.com>
15696
15697 * gdb.dwarf2/enum-type.exp: New file.
15698
15699 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15700
15701 * gdb.mi/mi-vla-c99.exp: New file.
15702 * gdb.mi/vla.c: New file.
15703
15704 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15705
15706 * gdb.base/vla-datatypes.c: New file.
15707 * gdb.base/vla-datatypes.exp: New file.
15708
15709 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15710
15711 * gdb.base/vla-ptr.c: New file.
15712 * gdb.base/vla-ptr.exp: New file.
15713
15714 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15715
15716 * gdb.dwarf2/count.exp: New file.
15717
15718 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15719
15720 * gdb.base/vla-sideeffect.c: New file.
15721 * gdb.base/vla-sideeffect.exp: New file.
15722
15723 2014-04-14 David Blaikie <dblaikie@gmail.com>
15724
15725 * gdb.mi/non-stop.c: Add return value for non-void function return
15726 statement.
15727 * gdb.threads/staticthreads.c: Ditto.
15728
15729 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15730 Doug Evans <xdje42@gmail.com>
15731
15732 * gdb.guile/scm-value.c: Improve test case.
15733 * gdb.guile/scm-value.exp: Add new test.
15734
15735 2014-04-11 David Blaikie <dblaikie@gmail.com>
15736
15737 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15738 override Clang's default.
15739
15740 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15741
15742 Revert the following changes (regressions):
15743
15744 * gdb.base/vla-sideeffect.c: New file.
15745 * gdb.base/vla-sideeffect.exp: New file.
15746
15747 * gdb.dwarf2/count.exp: New file.
15748
15749 * gdb.base/vla-multi.c: New file.
15750 * gdb.base/vla-multi.exp: New file.
15751
15752 * gdb.base/vla-ptr.c: New file.
15753 * gdb.base/vla-ptr.exp: New file.
15754
15755 * gdb.base/vla-datatypes.c: New file.
15756 * gdb.base/vla-datatypes.exp: New file.
15757
15758 * gdb.mi/mi-vla-c99.exp: New file.
15759 * gdb.mi/vla.c: New file.
15760
15761 2014-04-11 Keith Seitz <keiths@redhat.com>
15762
15763 PR c++/16675
15764 * gdb.cp/cpsizeof.exp: New file.
15765 * gdb.cp/cpsizeof.cc: New file.
15766
15767 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15768
15769 * gdb.mi/mi-vla-c99.exp: New file.
15770 * gdb.mi/vla.c: New file.
15771
15772 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15773
15774 * gdb.base/vla-datatypes.c: New file.
15775 * gdb.base/vla-datatypes.exp: New file.
15776
15777 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15778
15779 * gdb.base/vla-ptr.c: New file.
15780 * gdb.base/vla-ptr.exp: New file.
15781
15782 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15783
15784 * gdb.base/vla-multi.c: New file.
15785 * gdb.base/vla-multi.exp: New file.
15786
15787 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15788
15789 * gdb.dwarf2/count.exp: New file.
15790
15791 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15792
15793 * gdb.base/vla-sideeffect.c: New file.
15794 * gdb.base/vla-sideeffect.exp: New file.
15795
15796 2014-04-11 Yao Qi <yao@codesourcery.com>
15797
15798 * gdb.base/completion.exp: Check file exists before running tests
15799 on file completion.
15800
15801 2014-04-10 Pedro Alves <palves@redhat.com>
15802
15803 * gdb.base/cond-eval-mode.c: New file.
15804 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15805 prepare_for_testing to build the new file. Check result of
15806 runto_main.
15807 (test_break, test_watch): New procedures.
15808 (top level): Use them.
15809
15810 2014-04-08 Pierre Muller <muller@sourceware.org>
15811
15812 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15813 Ctrl-V use for mingw hosts.
15814
15815 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15816
15817 * gdb.python/py-value.c: Improve test case.
15818 * gdb.python/py-value.exp: Add new test.
15819
15820 2014-04-07 David Blaikie <dblaikie@gmail.com>
15821
15822 * lib/compiler.c: Identify the clang compiler.
15823 * lib/compiler.cc: Ditto.
15824
15825 2014-04-03 Yao Qi <yao@codesourcery.com>
15826
15827 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15828
15829 2014-04-01 Anton Blanchard <anton@samba.org>
15830
15831 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15832 messages unique.
15833
15834 2014-04-01 Anton Blanchard <anton@samba.org>
15835
15836 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15837 prepare_for_testing.
15838
15839 2014-04-01 Anton Blanchard <anton@samba.org>
15840
15841 * gdb.arch/ppc64-atomic-inst.c: Remove.
15842 * gdb.arch/ppc64-atomic-inst.S: New file.
15843 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15844
15845 2014-03-31 Doug Evans <dje@google.com>
15846
15847 * gdb.base/print-symbol-loading-lib.c: New file.
15848 * gdb.base/print-symbol-loading-main.c: New file.
15849 * gdb.base/print-symbol-loading.exp: New file.
15850
15851 2014-03-31 Yao Qi <yao@codesourcery.com>
15852
15853 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15854
15855 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15856
15857 * gdb.ada/mi_dyn_arr: New testcase.
15858
15859 2014-03-27 Doug Evans <dje@google.com>
15860
15861 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15862
15863 2014-03-27 Yao Qi <yao@codesourcery.com>
15864
15865 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15866 if target is nios2-*-*.
15867
15868 2014-03-26 Yao Qi <yao@codesourcery.com>
15869
15870 * lib/gdb.exp (readline_is_used): New proc.
15871 * gdb.base/completion.exp: Move tests on command complete up.
15872 Skip the rest of tests if readline is not used.
15873 * gdb.ada/complete.exp: Skp the test if readline is not
15874 used.
15875 * gdb.base/filesym.exp: Likewise.
15876 * gdb.base/macscp.exp: Likewise.
15877 * gdb.base/readline-ask.exp: Likewise.
15878 * gdb.base/readline.exp: Likewise.
15879 * gdb.python/py-cmd.exp: Likewise.
15880 * gdb.trace/tfile.exp: Likewise.
15881
15882 2014-03-26 Yao Qi <yao@codesourcery.com>
15883
15884 * gdb.base/macscp.exp: Fix code format issues.
15885
15886 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15887
15888 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15889 * gdb.asm/powerpc64le.inc: New file.
15890
15891 2014-03-25 Pedro Alves <palves@redhat.com>
15892 Doug Evans <dje@google.com>
15893
15894 * gdb.base/source-execution.c: New file.
15895 * gdb.base/source-execution.exp: New file.
15896 * gdb.base/source-execution.gdb: New file.
15897
15898 2014-03-24 Doug Evans <dje@google.com>
15899
15900 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15901 using fission.
15902
15903 2014-03-24 Hui Zhu <hui@codesourcery.com>
15904 Pedro Alves <palves@redhat.com>
15905
15906 PR breakpoints/16101
15907 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15908 test pass/fail messages. Detect missing support for dprintf when
15909 breakpoints are actually inserted.
15910 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15911 breakpoints are actually inserted.
15912 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15913 fails.
15914
15915 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15916
15917 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15918
15919 2014-03-22 Doug Evans <xdje42@gmail.com>
15920
15921 * gdb.python/python.exp (python not supported): Verify multi-line
15922 python command issues an error.
15923 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15924 guile command issues an error.
15925
15926 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15927
15928 * gdb.threads/thread-specific.exp: Handle the lack of usable
15929 $this_breakpoint and $this_thread.
15930
15931 2014-03-21 Hui Zhu <hui@codesourcery.com>
15932
15933 * gdb.base/attach.exp (do_command_attach_tests): New.
15934
15935 2014-03-20 Tom Tromey <tromey@redhat.com>
15936 Pedro Alves <palves@redhat.com>
15937
15938 PR cli/15718
15939 * gdb.base/condbreak-call-false.c: New file.
15940 * gdb.base/condbreak-call-false.exp: New file.
15941
15942 2014-03-20 Pedro Alves <palves@redhat.com>
15943
15944 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15945 Delete.
15946 (block_signals, unblock_signals): Delete.
15947 (child_function_2, main): Remove references to deleted variable
15948 and functions.
15949
15950 2014-03-20 Pedro Alves <palves@redhat.com>
15951
15952 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15953 Use pthread_kill to signal thread 2.
15954 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15955 Adjust to make the test send itself a signal rather than using the
15956 host's "kill" command.
15957
15958 2014-03-20 Pedro Alves <palves@redhat.com>
15959
15960 * gdb.threads/multiple-step-overs.c: New file.
15961 * gdb.threads/multiple-step-overs.exp: New file.
15962 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15963 Adjust expected infrun debug output.
15964
15965 2014-03-20 Pedro Alves <palves@redhat.com>
15966
15967 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15968 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15969
15970 2014-03-20 Pedro Alves <palves@redhat.com>
15971
15972 PR breakpoints/7143
15973 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15974 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15975 of gdb_test_multiple.
15976 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15977 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15978
15979 2014-03-20 Pedro Alves <palves@redhat.com>
15980
15981 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15982 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15983
15984 2014-03-19 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.base/async.exp: Remove early return.
15987
15988 2014-03-19 Pedro Alves <palves@redhat.com>
15989
15990 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15991
15992 2014-03-19 Pedro Alves <palves@redhat.com>
15993
15994 * gdb.base/async.exp (test_background): Expect \r\n after
15995 "completed." in the fail pattern.
15996
15997 2014-03-19 Pedro Alves <palves@redhat.com>
15998
15999 * gdb.base/async.exp (test_background): New procedure.
16000 Use it for all background execution command tests.
16001
16002 2014-03-19 Pedro Alves <palves@redhat.com>
16003
16004 * gdb.base/async.exp: Use prepare_for_testing.
16005
16006 2014-03-19 Pedro Alves <palves@redhat.com>
16007
16008 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16009 the same line.
16010
16011 2014-03-19 Pedro Alves <palves@redhat.com>
16012
16013 * gdb.base/async.c (main): Add "jump here" and "until here" line
16014 marker comments.
16015 * gdb.base/async.exp (jump_here): New global.
16016 (jump& test): Use it.
16017 (until_here): New global.
16018 (until& test): Use it.
16019
16020 2014-03-19 Pedro Alves <palves@redhat.com>
16021
16022 * gdb.base/async.exp: Don't frob gdb_protocol.
16023
16024 2014-03-18 Doug Evans <xdje42@gmail.com>
16025
16026 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16027 Fix spelling of exec-done-display.
16028
16029 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16030
16031 PR gdb/15358
16032 * gdb.base/gdb-sigterm.c: New file.
16033 * gdb.base/gdb-sigterm.exp: New file.
16034
16035 2014-03-18 Pedro Alves <palves@redhat.com>
16036
16037 PR gdb/13860
16038 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16039 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16040 solib-event.
16041
16042 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16043
16044 * gdb.ada/pckd_arr_ren: New testcase.
16045
16046 2014-03-13 Doug Evans <xdje42@gmail.com>
16047
16048 PR guile/16612
16049 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16050 collect after discarding symbols.
16051
16052 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16053 Doug Evans <xdje42@gmail.com>
16054
16055 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16056 to history survives a gc.
16057
16058 2014-03-13 Pedro Alves <palves@redhat.com>
16059
16060 * gdb.base/default.exp: Don't test "target procfs".
16061
16062 2014-03-13 Pedro Alves <palves@redhat.com>
16063
16064 * gdb.base/default.exp: Update "target child" and "target procfs"
16065 tests to not expect "Unix".
16066
16067 2014-03-12 Tom Tromey <tromey@redhat.com>
16068
16069 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16070 New procs. Add target-async tests.
16071 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16072 Add target-async tests.
16073
16074 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16075
16076 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16077 'func_start' and 'func_end' for the beginning and end of the
16078 function code, respectively.
16079 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16080 'func_end' instead of 'func' and 'main'.
16081
16082 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16083
16084 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16085 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16086 generate the debug info assembler source.
16087
16088 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16089
16090 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16091 * gdb.dwarf2/arr-subrange.exp: Likewise.
16092 * gdb.dwarf2/dwz.exp: Likewise.
16093 * gdb.dwarf2/method-ptr.exp: Likewise.
16094 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16095 * gdb.dwarf2/subrange.exp: Likewise.
16096 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16097 * gdb.dwarf2/implptrpiece.exp: Likewise.
16098 * gdb.dwarf2/nostaticblock.exp: Likewise.
16099
16100 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16101
16102 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16103 directory to absolute path name arguments.
16104
16105 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16106
16107 * gdb.ada/tagged_access: New testcase.
16108
16109 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16110
16111 * gdb.btrace/data.exp: Update expected output.
16112
16113 2014-03-06 Yao Qi <yao@codesourcery.com>
16114
16115 * gdb.trace/pr16508.exp: New file.
16116
16117 2014-03-05 Pedro Alves <palves@redhat.com>
16118
16119 PR gdb/16575
16120 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16121 procedure.
16122 (top level): Adjust to use it. Add tests that exercise breakpoint
16123 interaction with the code-cache.
16124
16125 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16126
16127 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16128 test for 'history-append!'.
16129
16130 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16131
16132 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16133 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16134 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16135 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16136 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16137 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16138
16139 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16140
16141 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16142 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16143 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16144
16145 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16146
16147 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16148
16149 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16150
16151 * gdb.dwarf2/arr-stride.c: New file.
16152 * gdb.dwarf2/arr-stride.exp: New file.
16153
16154 2014-02-26 Pedro Alves <palves@redhat.com>
16155
16156 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16157 that won't ever trigger. Make sure that GDB reports the correct
16158 breakpoint that caused the stop.
16159
16160 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16161
16162 PR gdb/16626
16163 * gdb.base/auto-load-script: New file.
16164 * gdb.base/auto-load.c: New file.
16165 * gdb.base/auto-load.exp: New file.
16166
16167 PR gdb/16626
16168 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16169
16170 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16171
16172 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16173 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16174
16175 2014-02-24 Doug Evans <dje@google.com>
16176
16177 * lib/gdb.exp (run_on_host): Log error output if program fails.
16178
16179 2014-02-21 Pedro Alves <palves@redhat.com>
16180
16181 * gdb.threads/step-after-sr-lock.c: Rename to ...
16182 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16183 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16184 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16185 ... this.
16186
16187 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16188
16189 PR tdep/16397
16190 * gdb.arch/amd64-stap-special-operands.exp: New file.
16191 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16192 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16193 * gdb.arch/amd64-stap-triplet.S: Likewise.
16194 * gdb.arch/amd64-stap-triplet.c: Likewise.
16195
16196 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16197
16198 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16199 in .section pseudo-op.
16200
16201 2014-02-20 lin zuojian <manjian2006@gmail.com>
16202 Joel Brobecker <brobecker@adacore.com>
16203 Doug Evans <xdje42@gmail.com>
16204
16205 PR symtab/16581
16206 * gdb.dwarf2/dw2-icycle.S: New file.
16207 * gdb.dwarf2/dw2-icycle.c: New file.
16208 * gdb.dwarf2/dw2-icycle.exp: New file.
16209
16210 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16211
16212 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16213 operations on gdb.Value objects.
16214 * gdb.python/py-value-cc.exp: Add new test to test operations on
16215 gdb.Value objects.
16216
16217 2014-02-18 Doug Evans <dje@google.com>
16218
16219 * Makefile.in (TESTS): New variable.
16220 (expanded_tests, expanded_tests_or_none): New variables
16221 (check-single): Pass $(expanded_tests_or_none) to runtest.
16222 (check-parallel): Only run tests in $(TESTS) if non-empty.
16223 (check/no-matching-tests-found): New rule.
16224 * README: Document TESTS makefile variable.
16225
16226 2014-02-18 Doug Evans <dje@google.com>
16227
16228 * Makefile.in (check-parallel): rm -rf outputs temp.
16229
16230 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16231
16232 Fix "ERROR: no fileid for" in the testsuite.
16233 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16234
16235 2014-02-12 Doug Evans <dje@google.com>
16236
16237 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16238 (MISCELLANEOUS): New variable.
16239 (clean): rm -rf $(MISCELLANEOUS).
16240 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16241 dwp live in the same directory as symlinks, with each symlink pointed
16242 to a differently named file in a different directory.
16243
16244 2014-02-11 Doug Evans <dje@google.com>
16245
16246 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16247 of Tcl file commands.
16248
16249 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16250
16251 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16252 "kill -SIGUSR1 -1".
16253
16254 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16255
16256 * gdb.ada/tick_length_array_enum_idx: New testcase.
16257
16258 2014-02-10 Doug Evans <xdje42@gmail.com>
16259
16260 * configure.ac (AC_OUTPUT): Add gdb.guile.
16261 * configure: Regenerate.
16262 * lib/gdb-guile.exp: New file.
16263 * lib/gdb.exp (get_target_charset): New function.
16264 * gdb.base/help.exp: Update expected output from "apropos apropos".
16265 * gdb.guile/Makefile.in: New file.
16266 * gdb.guile/guile.exp: New file.
16267 * gdb.guile/scm-arch.c: New file.
16268 * gdb.guile/scm-arch.exp: New file.
16269 * gdb.guile/scm-block.c: New file.
16270 * gdb.guile/scm-block.exp: New file.
16271 * gdb.guile/scm-breakpoint.c: New file.
16272 * gdb.guile/scm-breakpoint.exp: New file.
16273 * gdb.guile/scm-disasm.c: New file.
16274 * gdb.guile/scm-disasm.exp: New file.
16275 * gdb.guile/scm-equal.c: New file.
16276 * gdb.guile/scm-equal.exp: New file.
16277 * gdb.guile/scm-error.exp: New file.
16278 * gdb.guile/scm-error.scm: New file.
16279 * gdb.guile/scm-frame-args.c: New file.
16280 * gdb.guile/scm-frame-args.exp: New file.
16281 * gdb.guile/scm-frame-args.scm: New file.
16282 * gdb.guile/scm-frame-inline.c: New file.
16283 * gdb.guile/scm-frame-inline.exp: New file.
16284 * gdb.guile/scm-frame.c: New file.
16285 * gdb.guile/scm-frame.exp: New file.
16286 * gdb.guile/scm-generics.exp: New file.
16287 * gdb.guile/scm-gsmob.exp: New file.
16288 * gdb.guile/scm-iterator.c: New file.
16289 * gdb.guile/scm-iterator.exp: New file.
16290 * gdb.guile/scm-math.c: New file.
16291 * gdb.guile/scm-math.exp: New file.
16292 * gdb.guile/scm-objfile-script-gdb.in: New file.
16293 * gdb.guile/scm-objfile-script.c: New file.
16294 * gdb.guile/scm-objfile-script.exp: New file.
16295 * gdb.guile/scm-objfile.c: New file.
16296 * gdb.guile/scm-objfile.exp: New file.
16297 * gdb.guile/scm-ports.exp: New file.
16298 * gdb.guile/scm-pretty-print.c: New file.
16299 * gdb.guile/scm-pretty-print.exp: New file.
16300 * gdb.guile/scm-pretty-print.scm: New file.
16301 * gdb.guile/scm-section-script.c: New file.
16302 * gdb.guile/scm-section-script.exp: New file.
16303 * gdb.guile/scm-section-script.scm: New file.
16304 * gdb.guile/scm-symbol.c: New file.
16305 * gdb.guile/scm-symbol.exp: New file.
16306 * gdb.guile/scm-symtab-2.c: New file.
16307 * gdb.guile/scm-symtab.c: New file.
16308 * gdb.guile/scm-symtab.exp: New file.
16309 * gdb.guile/scm-type.c: New file.
16310 * gdb.guile/scm-type.exp: New file.
16311 * gdb.guile/scm-value-cc.cc: New file.
16312 * gdb.guile/scm-value-cc.exp: New file.
16313 * gdb.guile/scm-value.c: New file.
16314 * gdb.guile/scm-value.exp: New file.
16315 * gdb.guile/source2.scm: New file.
16316 * gdb.guile/types-module.cc: New file.
16317 * gdb.guile/types-module.exp: New file.
16318
16319 2014-02-10 Yao Qi <yao@codesourcery.com>
16320
16321 PR testsuite/16543
16322 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16323 * configure: Regenerated.
16324 * Makefile.in: New file.
16325
16326 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16327
16328 * gdb.python/py-framefilter.exp: Fix typo.
16329
16330 2014-02-08 Yao Qi <yao@codesourcery.com>
16331
16332 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16333 that no =breakpoint-modified is emitted when breakpoints are
16334 modified through MI commands.
16335
16336 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16337 Pedro Alves <palves@redhat.com>
16338
16339 * gdb.threads/step-after-sr-lock.c: New file.
16340 * gdb.threads/step-after-sr-lock.exp: New file.
16341
16342 2014-02-07 Pedro Alves <palves@redhat.com>
16343
16344 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16345
16346 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16347
16348 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16349 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16350
16351 2014-02-06 Doug Evans <xdje42@gmail.com>
16352
16353 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16354 output.
16355
16356 * gdb.gdb/python-interrupts.exp: New file.
16357
16358 2014-02-05 Yao Qi <yao@codesourcery.com>
16359
16360 * gdb.trace/report.exp (use_collected_data): Test the output
16361 of "info threads" and "info inferiors".
16362
16363 2014-02-05 Yao Qi <yao@codesourcery.com>
16364
16365 Revert this patch:
16366
16367 2013-05-24 Yao Qi <yao@codesourcery.com>
16368
16369 * gdb.trace/tfile.exp: Test inferior and thread.
16370
16371 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16372
16373 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16374 on a function.
16375 * gdb.base/step-bt.c: Call hello via function pointer to make
16376 sure its first instruction is executed on powerpc64le-linux.
16377
16378 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16379
16380 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16381
16382 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16383
16384 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16385 of the test patterns for use on little-endian systems.
16386
16387 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16388
16389 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16390 (decimal_vector): Fix for little-endian.
16391
16392 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16393
16394 * gdb.arch/sparc-sysstep.exp: New file.
16395 * gdb.arch/sparc-sysstep.c: Likewise.
16396
16397 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16398
16399 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16400
16401 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16402
16403 2014-01-23 Tom Tromey <tromey@redhat.com>
16404
16405 * gdb.ada/array_char_idx: New testcase.
16406
16407 2014-01-23 Tom Tromey <tromey@redhat.com>
16408
16409 PR python/16487:
16410 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16411 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16412 classes.
16413
16414 2014-01-23 Tom Tromey <tromey@redhat.com>
16415
16416 PR python/16491:
16417 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16418 string from an inferior frame.
16419 * gdb.python/py-framefilter-mi.exp: Update.
16420
16421 2014-01-22 Doug Evans <dje@google.com>
16422
16423 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16424
16425 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16426
16427 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16428
16429 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16430
16431 * gdb.trace/entry-values.exp: Remove excess space character from
16432 regex patterns. Handle s390 call instruction.
16433
16434 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16435
16436 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16437 define "*_start" label. Make "name" static.
16438 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16439 ${name} by references to ${name}_start.
16440
16441 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16442
16443 * gdb.base/info-macros.exp: Remove "debug" from the compile
16444 options.
16445
16446 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16447
16448 * gdb.dlang/demangle.exp: New file.
16449
16450 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16451
16452 * gdb.dlang/primitive-types.exp: New file.
16453
16454 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16455
16456 * configure.ac: Create gdb.dlang/Makefile.
16457 * configure: Regenerate.
16458 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16459 * gdb.dlang/Makefile.in: New file.
16460 * lib/d-support.exp: New file.
16461 * lib/gdb.exp (skip_d_tests): New proc.
16462
16463 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16464
16465 * gdb.btrace/delta.exp: Check reverse stepi.
16466 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16467 * gdb.btrace/finish.exp: New.
16468 * gdb.btrace/next.exp: New.
16469 * gdb.btrace/nexti.exp: New.
16470 * gdb.btrace/record_goto.c: Add comments.
16471 * gdb.btrace/step.exp: New.
16472 * gdb.btrace/stepi.exp: New.
16473 * gdb.btrace/multi-thread-step.c: New.
16474 * gdb.btrace/multi-thread-step.exp: New.
16475 * gdb.btrace/rn-dl-bind.c: New.
16476 * gdb.btrace/rn-dl-bind.exp: New.
16477 * gdb.btrace/data.c: New.
16478 * gdb.btrace/data.exp: New.
16479 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16480
16481 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16482
16483 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16484 * gdb.btrace/exception.exp: Update.
16485 * gdb.btrace/instruction_history.exp: Update.
16486 * gdb.btrace/record_goto.exp: Update.
16487 * gdb.btrace/tailcall.exp: Update.
16488 * gdb.btrace/unknown_functions.exp: Update.
16489 * gdb.btrace/delta.exp: New.
16490
16491 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16492
16493 * gdb.btrace/record_goto.exp: Add backtrace test.
16494 * gdb.btrace/tailcall.exp: Add backtrace test.
16495
16496 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16497
16498 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16499 * gdb.btrace/record_goto.c: New.
16500 * gdb.btrace/record_goto.exp: New.
16501 * gdb.btrace/x86-record_goto.S: New.
16502
16503 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16504
16505 * gdb.btrace/function_call_history.exp: Update tests.
16506 * gdb.btrace/instruction_history.exp: Update tests.
16507
16508 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16509
16510 * gdb.btrace/function_call_history.exp: Fix expected field
16511 order for "record function-call-history".
16512 Add new tests for "record function-call-history /c".
16513 * gdb.btrace/exception.cc: New.
16514 * gdb.btrace/exception.exp: New.
16515 * gdb.btrace/tailcall.exp: New.
16516 * gdb.btrace/x86-tailcall.S: New.
16517 * gdb.btrace/x86-tailcall.c: New.
16518 * gdb.btrace/unknown_functions.c: New.
16519 * gdb.btrace/unknown_functions.exp: New.
16520 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16521
16522 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16523
16524 * gdb.btrace/instruction_history.exp: Update.
16525 * gdb.btrace/function_call_history.exp: Update.
16526
16527 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16528
16529 * gdb.btrace/function_call_history.exp: Fix expected function
16530 trace.
16531 * gdb.btrace/instruction_history.exp: Initialize traced.
16532 Remove traced_functions.
16533
16534 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16535
16536 * gdb.btrace/function_call_history.exp: Update
16537 * gdb.btrace/instruction_history.exp: Update.
16538
16539 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16540
16541 * gdb.btrace/enable.exp: Update expected text.
16542
16543 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16544
16545 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16546 bytes.
16547
16548 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16549
16550 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16551
16552 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16553
16554 * lib/gdb.exp (supports_process_record): Return true for
16555 arm*-linux*. (supports_reverse): Likewise.
16556
16557 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16558
16559 PR python/15464
16560 PR python/16113
16561 * gdb.python/py-type.c: Enhance test case.
16562 * gdb.python/py-value-cc.cc: Likewise
16563 * gdb.python/py-type.exp: Add new tests.
16564 * gdb.python/py-value-cc.exp: Likewise
16565
16566 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16567 Pedro Alves <palves@redhat.com>
16568
16569 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16570 Make "name" extern.
16571 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16572 references to ${name}_start by references to ${name}.
16573
16574 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16575
16576 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16577
16578 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16579
16580 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16581
16582 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16583 Pedro Alves <palves@redhat.com>
16584
16585 * gdb.mi/mi-info-os.exp: Connect to the target with
16586 mi_gdb_target_load.
16587
16588 2014-01-08 Pedro Alves <palves@redhat.com>
16589
16590 * gdb.threads/reconnect-signal.c: New file.
16591 * gdb.threads/reconnect-signal.exp: New file.
16592
16593 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16594
16595 * gdb.base/source-dir.exp: New file.
16596
16597 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16598
16599 * gdb.ada/mi_interface: New testcase.
16600
16601 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16602
16603 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16604 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16605 gdb.ada/pp-rec-component/pck.ads: New files.
16606
16607 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16608
16609 * gdb.python/py-pp-integral.c: New file.
16610 * gdb.python/py-pp-integral.py: New file.
16611 * gdb.python/py-pp-integral.exp: New file.
16612
16613 For older changes see ChangeLog-1993-2013.
16614 \f
16615 ;; Local Variables:
16616 ;; mode: change-log
16617 ;; left-margin: 8
16618 ;; fill-column: 74
16619 ;; version-control: never
16620 ;; End:
16621
16622 Copyright 2014-2019 Free Software Foundation, Inc.
16623 Copying and distribution of this file, with or without modification,
16624 are permitted provided the copyright notice and this notice are preserved.
This page took 0.573534 seconds and 5 git commands to generate.