c575405279f8faa9334fd60df5c5fb3f0f60725b
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.ada/info_auto_lang.exp: Update expected results.
4 * gdb.base/info-types.c: Add additional types to check.
5 * gdb.base/info-types.exp: Update expected results.
6
7 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * gdb.base/info-types.c: New file.
10 * gdb.base/info-types.exp: New file.
11
12 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * gdb.arch/riscv-bp-infcall.c: New file.
15 * gdb.arch/riscv-bp-infcall.exp: New file.
16
17 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
18
19 PR breakpoints/24541
20 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
21
22 2019-07-14 Tom de Vries <tdevries@suse.de>
23
24 PR testsuite/24760
25 * gdb.objc/basicclass.exp: Fix unterminated string.
26
27 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
28 Andrew Burgess <andrew.burgess@embecosm.com>
29
30 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
31 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
32 negative bounds.
33 * gdb.fortran/vla-value.exp: Print elements of an array with
34 negative bounds.
35 * gdb.fortran/vla.f90: Setup an array with negative bounds for
36 testing.
37
38 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * gdb.base/options.exp (expect_string): Dequote strings in
41 results.
42 (test-string): Test strings with different quoting and reindent.
43
44 2019-07-10 Tom Tromey <tromey@adacore.com>
45
46 * gdb.ada/mi_ex_cond.exp: Update expected results.
47 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
48 * gdb.ada/mi_catch_ex.exp: Update expected results.
49 * gdb.ada/mi_catch_assert.exp: Update expected results.
50 * gdb.ada/catch_ex.exp (catch_exception_info)
51 (catch_exception_entry, catch_assert_entry)
52 (catch_unhandled_entry): Update.
53 * gdb.ada/catch_assert_if.exp: Update expected results.
54
55 2019-07-10 Richard Bunt <richard.bunt@arm.com>
56 Stephen Roberts <stephen.roberts@arm.com>
57
58 * gdb.base/define.exp: Restore original prompt.
59
60 2019-07-09 Pedro Alves <palves@redhat.com>
61
62 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
63 breakpoints" output.
64 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
65 * gdb.python/py-breakpoint.exp: No longer expect that "catch
66 throw" creates breakpoint.
67 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
68 'type="catchpoint"'.
69
70 2019-07-09 Pedro Alves <palves@redhat.com>
71
72 PR c++/15468
73 * gdb.cp/except-multi-location-lib.cc: New.
74 * gdb.cp/except-multi-location-main.cc: New.
75 * gdb.cp/except-multi-location.exp: New.
76
77 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
78
79 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
80 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
81 argument and update callers.
82
83 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
84
85 * gdb.arch/amd64-break-on-asm-line.S: New file.
86 * gdb.arch/amd64-break-on-asm-line.exp: New file.
87
88 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
89
90 * gdb.base/printcmds.exp: Test printing C string and
91 C wide string convenience vars without transiting via the inferior.
92 Also make test names unique.
93
94 2019-07-08 Alan Hayward <alan.hayward@arm.com>
95
96 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
97
98 2019-07-04 Pedro Alves <palves@redhat.com>
99
100 * lib/gdb.exp (foreach_with_prefix): Don't return early if
101 body returned ok(0), break(3) or continue(4).
102 * gdb.testsuite/foreach_with_prefix.exp: New file.
103
104 2019-07-04 Alan Hayward <alan.hayward@arm.com>
105
106 * gdb.server/unittest.exp: Allow 0 unit tests to run.
107
108 2019-07-03 Pedro Alves <palves@redhat.com>
109
110 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
111 "return -code".
112
113 2019-07-03 Pedro Alves <palves@redhat.com>
114
115 PR cli/24732
116 * gdb.base/shell.exp: Load completion-support.exp.
117 Adjust expected error output. Add completion tests.
118
119 2019-07-03 Pedro Alves <palves@redhat.com>
120
121 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
122 string_to_regexp.
123
124 2019-07-03 Pedro Alves <palves@redhat.com>
125
126 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
127 (expect_integer): Adjust to expect "-string".
128 (expect_string): New.
129 (all_options): Expect "-string".
130 (test-flag, test-boolean): Adjust to expect "-string".
131 (test-string): New proc.
132 (top level): Call it.
133
134 2019-07-03 Pedro Alves <palves@redhat.com>
135
136 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
137 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
138 the expected output in the success.
139
140 2019-07-03 Pedro Alves <palves@redhat.com>
141
142 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
143 Split one gdb_test_multiple call in two to avoid a race.
144
145 2019-07-03 Pedro Alves <palves@redhat.com>
146
147 * gdb.base/with.c: New file.
148 * gdb.base/with.exp: New file.
149
150 2019-07-03 Pedro Alves <palves@redhat.com>
151
152 * gdb.base/settings.exp: Replace all references to "maint
153 test-settings set" with references to "maint set test-settings",
154 and all references to "maint test-settings show" with references
155 to "maint show test-settings".
156
157 2019-07-03 Pedro Alves <palves@redhat.com>
158
159 * gdb.base/settings.exp (test-string): Adjust expected out when
160 testing "maint test-settings show filename"
161
162 2019-07-02 Pedro Alves <palves@redhat.com>
163
164 * gdb.base/options.exp (test-info-threads): New procedure.
165 (top level): Call it.
166
167 2019-06-28 Tom Tromey <tromey@adacore.com>
168
169 * gdb.dwarf2/ada-linkage-name.c: New file.
170 * gdb.dwarf2/ada-linkage-name.exp: New file.
171
172 2019-06-27 Tom Tromey <tromey@adacore.com>
173
174 * gdb.cp/constexpr-field.exp: Use setup_xfail.
175
176 2019-06-26 Tom de Vries <tdevries@suse.de>
177
178 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
179
180 2019-06-26 Tom de Vries <tdevries@suse.de>
181
182 * gdb.base/index-cache.exp: Add back missing debug option.
183
184 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
185
186 * gdb.base/alias.exp: Test non matching/non existing prefixes.
187
188 2019-06-25 Tom de Vries <tdevries@suse.de>
189
190 PR testsuite/24727
191 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
192
193 2019-06-24 Tom de Vries <tdevries@suse.de>
194
195 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
196
197 2019-06-24 Tom de Vries <tdevries@suse.de>
198
199 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
200 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
201 * gdb.trace/unavailable-dwarf-piece.exp: Same.
202
203 2019-06-24 Tom de Vries <tdevries@suse.de>
204
205 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
206
207 2019-06-21 Tom de Vries <tdevries@suse.de>
208
209 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
210
211 2019-06-21 Tom de Vries <tdevries@suse.de>
212
213 PR testsuite/24518
214 PR ada/24713
215 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
216 index.
217
218 2019-06-19 Tom Tromey <tromey@adacore.com>
219
220 * gdb.ada/length_cond.exp: Add intro comment.
221
222 2019-06-19 Tom Tromey <tromey@adacore.com>
223
224 * gdb.ada/length_cond.exp: New file.
225 * gdb.ada/length_cond/length_cond.adb: New file.
226 * gdb.ada/length_cond/pck.adb: New file.
227 * gdb.ada/length_cond/pck.ads: New file.
228
229 2019-06-18 Tom de Vries <tdevries@suse.de>
230
231 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
232
233 2019-06-18 Tom Tromey <tromey@adacore.com>
234
235 * gdb.base/list0.h: Add comment explaining control character.
236
237 2019-06-18 Tom de Vries <tdevries@suse.de>
238
239 * boards/fission.exp: Break up long debug_flags line.
240
241 2019-06-16 Tom de Vries <tdevries@suse.de>
242
243 PR gdb/24445
244 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
245 generated index.
246
247 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 PR gdb/24686
250 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
251 improve detection of bug gdb/24541.
252
253 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
254
255 PR gdb/24669
256 * gdb.base/index-cache.exp (uses_readnow,
257 expecting_index_cache_use): Define global variable.
258 (test_cache_enabled_miss, test_cache_enabled_hit): Use
259 expecting_index_cache_use.
260
261 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
262 Andrew Burgess <andrew.burgess@embecosm.com>
263
264 * gdb.fortran/pointers.f90: New file.
265 * gdb.fortran/print_type.exp: New file.
266 * gdb.fortran/vla-ptype.exp: Adapt expected results.
267 * gdb.fortran/vla-type.exp: Likewise.
268 * gdb.fortran/vla-value.exp: Likewise.
269 * gdb.mi/mi-vla-fortran.exp: Likewise.
270
271 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
272
273 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
274 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
275 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
276 as a stop reason.
277
278 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
279
280 * gdb.base/annota1.exp: Update expected results.
281 * gdb.cp/annota2.exp: Likewise.
282 * gdb.cp/annota3.exp: Likewise.
283
284 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
285
286 * gdb.base/style-logging.exp: Remove path from test name.
287
288 2019-06-14 Tom Tromey <tromey@adacore.com>
289
290 PR gdb/24502:
291 * gdb.base/style-logging.exp: New file.
292
293 2019-06-14 Tom Tromey <tromey@adacore.com>
294
295 * gdb.base/symfile-warn.exp: New file.
296 * gdb.base/symfile-warn.c: New file.
297
298 2019-06-14 Tom Tromey <tromey@adacore.com>
299
300 * gdb.base/annotate-symlink.exp: New file.
301
302 2019-06-14 Tom Tromey <tromey@adacore.com>
303
304 * gdb.ada/set_wstr.exp: Add reassignment test.
305
306 2019-06-14 Tom Tromey <tromey@adacore.com>
307
308 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
309 'unchecked_access and 'unrestricted_access as well.
310
311 2019-06-14 Tom Tromey <tromey@adacore.com>
312
313 PR ada/24539:
314 * gdb.ada/vla.exp: Update tests.
315 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
316 pragma.
317
318 2019-06-13 Pedro Alves <palves@redhat.com>
319
320 * gdb.base/settings.exp (test-integer): Test junk after
321 "unlimited".
322
323 2019-06-13 Pedro Alves <palves@redhat.com>
324
325 * gdb.base/options.exp (test-thread-apply): New.
326 (top level): Call it.
327
328 2019-06-13 Pedro Alves <palves@redhat.com>
329
330 * gdb.base/options.exp (test-frame-apply): New.
331 (top level): Test print commands with different "frame apply"
332 prefixes.
333
334 2019-06-13 Pedro Alves <palves@redhat.com>
335
336 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
337 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
338 'max_completions' parameter and handle it.
339 (test_gdb_completion_offers_commands): New.
340
341 2019-06-13 Pedro Alves <palves@redhat.com>
342
343 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
344
345 2019-06-13 Pedro Alves <palves@redhat.com>
346
347 * gdb.base/options.exp (test-backtrace): New.
348 (top level): Call it.
349
350 2019-06-13 Pedro Alves <palves@redhat.com>
351
352 * gdb.guile/scm-frame-args.exp: Use "set print
353 raw-frame-arguments" instead of "set print raw frame-arguments".
354 * gdb.python/py-frame-args.exp: Likewise.
355
356 2019-06-13 Pedro Alves <palves@redhat.com>
357
358 * gdb.compile/compile.exp: Adjust expected output to option
359 processing changes.
360
361 2019-06-13 Pedro Alves <palves@redhat.com>
362
363 * gdb.base/options.exp: Build executable.
364 (test-print): New procedure.
365 (top level): Call it, once for "print" and another for "compile
366 print".
367
368 2019-06-13 Pedro Alves <palves@redhat.com>
369
370 * gdb.base/options.c: New file.
371 * gdb.base/options.exp: New file.
372
373 2019-06-13 Pedro Alves <palves@redhat.com>
374
375 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
376 that "o" is ambiguous.
377
378 2019-06-13 Pedro Alves <palves@redhat.com>
379
380 * gdb.base/settings.c: New file.
381 * gdb.base/settings.exp: New file.
382
383 2019-06-13 Pedro Alves <palves@redhat.com>
384
385 * gdb.base/completion.exp: Fix comment typo.
386
387 2019-06-13 Pedro Alves <palves@redhat.com>
388
389 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
390 foo --1" test.
391
392 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
393
394 * gdb.fortran/block-data.f: New.
395 * gdb.fortran/block-data.exp: New.
396
397 2019-06-11 Tom de Vries <tdevries@suse.de>
398
399 PR testsuite/24521
400 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
401 message.
402
403 2019-06-11 Tom de Vries <tdevries@suse.de>
404
405 PR testsuite/24521
406 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
407
408 2019-06-11 Tom de Vries <tdevries@suse.de>
409
410 * boards/readnow.exp: New file.
411
412 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
413
414 * gdb.fortran/vla-sizeof.exp: Update expected results.
415
416 2019-06-06 Amos Bird <amosbird@gmail.com>
417
418 * gdb.base/annota1.exp (thread_switch): Add test for
419 thread-exited annotation.
420
421 2019-06-06 Tom Tromey <tromey@adacore.com>
422
423 * gdb.base/maint.exp: Expect command started/finished output.
424
425 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
426
427 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
428 comment.
429 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
430
431 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
432
433 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
434 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
435 * gdb.arch/riscv-unwind-long-insn.c: New file.
436 * gdb.arch/riscv-unwind-long-insn.exp: New file.
437
438 2019-06-04 Christian Biesinger <cbiesinger@google.com>
439
440 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
441
442 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
443
444 * lib/gdb.exp (help_list_trailer): New regexp variable
445 factorizing the help trailer message.
446 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
447 arg to allow to better factorize various tests.
448 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
449 (test_prefix_command_help): Use help_list_trailer.
450 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
451 * gdb.guile/scm-cmd.exp: Likewise.
452 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
453 * gdb.base/help.exp: Use test_user_defined_class_help.
454 * gdb.base/style.exp: Add tests for styling of help and apropos.
455 * lib/gdb-utils.exp (style): Add title and highlight styles.
456
457 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
458
459 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
460 $_shell_exitsignal.
461 * gdb.base/default.exp: Update for new convenience variables.
462
463 2019-05-29 Tom Tromey <tromey@adacore.com>
464
465 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
466 to "break complete ada" test case's regexp.
467
468 2019-05-29 Tom Tromey <tromey@adacore.com>
469
470 PR c++/20020:
471 * gdb.cp/constexpr-field.exp: New file.
472 * gdb.cp/constexpr-field.cc: New file.
473
474 2019-05-29 Tom Tromey <tromey@adacore.com>
475
476 * gdb.base/finish.exp (finish_no_print): New proc.
477 (finish_tests): Call it.
478
479 2019-05-24 Tom de Vries <tdevries@suse.de>
480
481 * gdb.dwarf2/gdb-add-index.exp: New file.
482
483 2019-05-22 Tom Tromey <tromey@adacore.com>
484
485 * gdb.base/info-shared.exp (check_info_shared): Use "style".
486 * gdb.base/style.exp: Use "style".
487 * lib/gdb-utils.exp (style): New proc.
488
489 2019-05-22 Tom de Vries <tdevries@suse.de>
490
491 * gdb.base/align.exp: Require c++11.
492
493 2019-05-22 Tom de Vries <tdevries@suse.de>
494
495 PR testsuite/24586
496 * gdb.python/py-mi-var-info-path-expression.exp: Call
497 mi_skip_python_tests to check if python is supported.
498
499 2019-05-22 Alan Hayward <alan.hayward@arm.com>
500
501 * gdb.arch/aarch64-pauth.c: New test.
502 * gdb.arch/aarch64-pauth.exp: New file.
503
504 2019-05-22 Alan Hayward <alan.hayward@arm.com>
505
506 * README (Re-running Tests Outside The Testsuite): New section.
507
508 2019-05-21 Tom de Vries <tdevries@suse.de>
509
510 * gdb.arch/amd64-eval.exp: Require c++11.
511 * gdb.base/max-depth.exp: Same.
512 * gdb.compile/compile-cplus-array-decay.exp: Same.
513 * gdb.cp/meth-typedefs.exp: Same.
514 * gdb.cp/subtypes.exp: Same.
515 * gdb.cp/temargs.exp: Same.
516
517 2019-05-21 Alan Hayward <alan.hayward@arm.com>
518
519 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
520
521 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
522
523 PR gdb/18644
524 * gdb.fortran/complex.exp: Remove setup_kfail calls.
525 * gdb.fortran/printing-types.exp: Add new test.
526 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
527 testing.
528 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
529 setup_kfail call.
530
531 2019-05-17 Alan Hayward <alan.hayward@arm.com>
532
533 * README (Running the Testsuite): Change example.
534 (Testsuite Parameters): Remove TRANSCRIPT.
535 * lib/gdb.exp: Remove TRANSCRIPT check.
536
537 2019-05-17 Alan Hayward <alan.hayward@arm.com>
538
539 * README (Testsuite Parameters): Add replay logging to
540 GDBSERVER_DEBUG.
541 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
542 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
543 as a comma separated list.
544 (gdb_debug_init): Override procedure.
545
546 2019-05-17 Alan Hayward <alan.hayward@arm.com>
547
548 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
549 (gdb_write_cmd_file): New procedure.
550 * lib/gdbserver-support.exp (gdbserver_start): Call
551 gdbserver_write_cmd_file.
552 (gdbserver_write_cmd_file): New procedure.
553
554 2019-05-17 Alan Hayward <alan.hayward@arm.com>
555
556 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
557 (delete_breakpoints): Likewise.
558 (gdb_run_cmd): Likewise.
559 (gdb_start_cmd): Likewise.
560 (gdb_starti_cmd): Likewise.
561 (gdb_internal_error_resync): Likewise.
562 (gdb_test_multiple): Likewise.
563 (gdb_reinitialize_dir): Likewise.
564 (default_gdb_exit): Likewise.
565 (gdb_file_cmd): Mark kill as optional.
566 (default_gdb_start): Call gdb_stdin_log_init.
567 (send_gdb): Call gdb_stdin_log_write.
568 (rerun_to_main): Mark Y as an answer.
569 (gdb_stdin_log_init): New function.
570 (gdb_stdin_log_write): Likewise.
571
572 2019-05-17 Alan Hayward <alan.hayward@arm.com>
573
574 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
575 * gdb.base/debug-expr.exp: Likewise.
576 * gdb.base/foll-fork.exp: Likewise.
577 * gdb.base/foll-vfork.exp: Likewise.
578 * gdb.base/fork-print-inferior-events.exp: Likewise.
579 * gdb.base/gdb-sigterm.exp: Likewise.
580 * gdb.base/gdbinit-history.exp: Likewise.
581 * gdb.base/osabi.exp: Likewise.
582 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
583 * gdb.base/ui-redirect.exp: Likewise.
584 * gdb.gdb/unittest.exp: Likewise.
585 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
586 * gdb.mi/mi-watch.exp: Likewise.
587 * gdb.mi/new-ui-mi-sync.exp: Likewise.
588 * gdb.mi/user-selected-context-sync.exp: Likewise.
589 * gdb.python/python.exp: Disable debug test when debugging.
590 * gdb.threads/check-libthread-db.exp: Disable when debugging.
591 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
592 Likewise.
593 * gdb.threads/stepi-random-signal.exp: Likewise.
594
595 2019-05-17 Alan Hayward <alan.hayward@arm.com>
596
597 * Makefile.in: Pass through GDB_DEBUG.
598 * README (Testsuite Parameters): Add GDB_DEBUG.
599 (gdb,debug): Add board setting.
600 * lib/gdb.exp (default_gdb_start): Start debugging.
601 (gdb_debug_enabled): New procedure.
602 (gdb_debug_init): Likewise.
603
604 2019-05-17 Alan Hayward <alan.hayward@arm.com>
605
606 * Makefile.in: Pass through GDB_DEBUG.
607 * README (Testsuite Parameters): Add GDB_DEBUG.
608 (gdb,debug): Add board setting.
609 * lib/gdb.exp (default_gdb_start): Start debugging.
610 (gdb_debug_enabled): New procedure.
611 (gdb_debug_init): Likewise.
612
613 2019-05-17 Alan Hayward <alan.hayward@arm.com>
614
615 * gdb.base/ui-redirect.exp: Add debug redirect tests.
616
617 2019-05-17 Alan Hayward <alan.hayward@arm.com>
618
619 * gdb.base/ui-redirect.exp: Test redirection.
620
621 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
622
623 * gdb.mi/mi-complete.exp: New file.
624 * gdb.mi/mi-complete.cc: Likewise.
625
626 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
627
628 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
629 indexed and sliced arrays, and pointers to arrays.
630
631 2019-05-14 Tom Tromey <tromey@adacore.com>
632
633 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
634 styling test.
635
636 2019-05-14 Tom de Vries <tdevries@suse.de>
637
638 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
639 selection entry encoding.
640
641 2019-05-10 Tom Tromey <tromey@adacore.com>
642
643 * gdb.ada/info_exc.exp: Add "complete" test.
644
645 2019-05-09 Tom de Vries <tdevries@suse.de>
646
647 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
648 CU-relative.
649
650 2019-05-09 Tom de Vries <tdevries@suse.de>
651
652 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
653 CU-relative.
654
655 2019-05-08 Joel Brobecker <brobecker@adacore.com>
656
657 * gdb.ada/frame_arg_lang.exp: New testcase.
658 * gdb.ada/frame_arg_lang/bla.adb: New file.
659 * gdb.ada/frame_arg_lang/pck.ads: New file.
660 * gdb.ada/frame_arg_lang/pck.adb: New file.
661 * gdb.ada/frame_arg_lang/foo.c: New file.
662
663 2019-05-08 Tom Tromey <tromey@adacore.com>
664
665 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
666
667 2019-05-08 Tom Tromey <tromey@adacore.com>
668
669 * gdb.base/ptype-offsets.exp: Update tests.
670
671 2019-05-08 Tom Tromey <tromey@adacore.com>
672
673 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
674 cases.
675 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
676 "short".
677
678 2019-05-08 Tom Tromey <tromey@adacore.com>
679
680 * gdb.ada/vla.exp: New file.
681 * gdb.ada/vla/vla.adb: New file.
682
683 2019-05-07 Tom de Vries <tdevries@suse.de>
684
685 * gdb.base/index-cache.exp (ls_host): Fix return statement.
686
687 2019-05-07 Tom de Vries <tdevries@suse.de>
688
689 PR testsuite/24522
690 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
691 section.
692
693 2019-05-07 Tom de Vries <tdevries@suse.de>
694
695 PR testsuite/24522
696 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
697 .debug_aranges section.
698
699 2019-05-07 Tom de Vries <tdevries@suse.de>
700
701 PR testsuite/24159
702 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
703
704 2019-05-06 Tom de Vries <tdevries@suse.de>
705
706 * lib/gdb.exp (exec_has_index_section): New proc.
707 * gdb.base/index-cache.exp: Handle case that binfile contains an index
708 section.
709
710 2019-05-04 Tom de Vries <tdevries@suse.de>
711
712 * boards/cc-with-debug-names.exp: New file.
713
714 2019-05-03 Tom Tromey <tromey@adacore.com>
715
716 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
717 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
718 * gdb.ada/char_enum.exp: Add test.
719
720 2019-05-03 Tom de Vries <tdevries@suse.de>
721
722 * boards/cc-with-gdb-index.exp: New file.
723
724 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 * gdb.rust/simple.exp: Add new test case.
727 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
728 (main): Initialise an instance of the new struct.
729
730 2019-05-01 Tom Tromey <tromey@adacore.com>
731
732 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
733 record.
734 (NPR): New variable.
735 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
736 test.
737
738 2019-05-01 Tom Tromey <tromey@adacore.com>
739
740 * gdb.ada/packed_array_assign.exp: Add packed assignment
741 regression test.
742
743 2019-05-01 Tom de Vries <tdevries@suse.de>
744
745 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
746
747 2019-05-01 Tom de Vries <tdevries@suse.de>
748
749 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
750
751 2019-04-30 Ali Tamur <tamur@google.com>
752
753 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
754
755 2019-04-30 Tom Tromey <tromey@adacore.com>
756
757 * lib/ada.exp (find_ada_tool): New proc.
758 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
759 * gdb.ada/catch_ex_std.exp: New file.
760 * gdb.ada/catch_ex_std/foo.adb: New file.
761 * gdb.ada/catch_ex_std/some_package.adb: New file.
762 * gdb.ada/catch_ex_std/some_package.ads: New file.
763
764 2019-04-30 Tom Tromey <tromey@adacore.com>
765
766 PR c++/24470:
767 * gdb.cp/temargs.cc: Add test code from PR.
768
769 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
770
771 * gdb.fortran/vla-datatypes.exp: Update expected results.
772 * gdb.fortran/vla-ptype.exp: Likewise.
773 * gdb.fortran/vla-type.exp: Likewise.
774 * gdb.fortran/vla-value.exp: Likewise.
775
776 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * gdb.fortran/ptr-indentation.exp: Update expected results.
779 * gdb.fortran/ptype-on-functions.exp: Likewise.
780 * gdb.fortran/vla-ptr-info.exp: Likewise.
781 * gdb.fortran/vla-value.exp: Likewise.
782
783 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
784
785 * gdb.fortran/ptype-on-functions.exp: New file.
786 * gdb.fortran/ptype-on-functions.f90: New file.
787
788 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
789
790 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
791 case void string.
792
793 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
794
795 * gdb.fortran/complex.exp: Expand.
796 * gdb.fortran/complex.f: Renamed to...
797 * gdb.fortran/complex.f90: ...this, and extended to add more
798 complex values.
799
800 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
801
802 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
803 MODULO, CMPLX.
804
805 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
806 Richard Bunt <richard.bunt@arm.com>
807
808 * gdb.base/max-depth.c: New file.
809 * gdb.base/max-depth.exp: New file.
810 * gdb.python/py-nested-maps.c: New file.
811 * gdb.python/py-nested-maps.exp: New file.
812 * gdb.python/py-nested-maps.py: New file.
813 * gdb.python/py-format-string.exp (test_max_depth): New proc.
814 (test_all_common): Call test_max_depth.
815 * gdb.fortran/max-depth.exp: New file.
816 * gdb.fortran/max-depth.f90: New file.
817 * gdb.go/max-depth.exp: New file.
818 * gdb.go/max-depth.go: New file.
819 * gdb.modula2/max-depth.exp: New file.
820 * gdb.modula2/max-depth.c: New file.
821 * lib/gdb.exp (get_print_expr_at_depths): New proc.
822
823 2019-04-29 Tom de Vries <tdevries@suse.de>
824
825 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
826
827 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
828
829 * gdb.base/callexit.exp: Test may-call-functions off.
830
831 2019-04-25 Keith Seitz <keiths@redhat.com>
832
833 PR c++/24367
834 * gdb.cp/meth-typedefs.cc (incomplete_struct)
835 (another_incomplete_struct, test_incomplete): New definitions.
836 (main): Use new definitions.
837 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
838 functions.
839
840 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
841
842 PR corefiles/11608
843 PR corefiles/18187
844 * gdb.base/coredump-filter-build-id.exp: New file.
845
846 2019-04-25 Alan Hayward <alan.hayward@arm.com>
847
848 * Makefile.in: Pass through GDBSERVER_DEBUG.
849 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
850 (gdbserver,debug): Add board setting.
851 * gdb.trace/tspeed.exp: Skip when debugging.
852 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
853 * lib/gdbserver-support.exp: Likewise
854
855 2019-04-24 Tom Tromey <tromey@adacore.com>
856
857 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
858 Rust.
859
860 2019-04-24 Tom Tromey <tromey@adacore.com>
861
862 * gdb.arch/amd64-eval.exp: Test bitfield return.
863 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
864 (class Foo) <return_bitfields>: New method.
865 (main): Call it.
866
867 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
868
869 * gdb.cp/many-args.cc: New file.
870 * gdb.cp/many-args.exp: New file.
871
872 2019-04-23 Tom de Vries <tdevries@suse.de>
873
874 PR gdb/24433
875 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
876
877 2019-04-23 Alan Hayward <alan.hayward@arm.com>
878
879 * gdb.trace/backtrace.exp: Use nopie flag.
880 * gdb.trace/circ.exp: Likewise.
881 * gdb.trace/collection.exp: Likewise.
882 * gdb.trace/ftrace.exp: Likewise.
883 * gdb.trace/mi-trace-unavailable.exp: Likewise.
884 * gdb.trace/mi-traceframe-changed.exp: Likewise.
885 * gdb.trace/qtro.exp: Likewise.
886 * gdb.trace/read-memory.exp: Likewise.
887 * gdb.trace/report.exp: Likewise.
888 * gdb.trace/tfile.exp: Likewise.
889 * gdb.trace/tfind.exp: Likewise.
890 * gdb.trace/unavailable.exp: Likewise.
891
892 2019-04-22 Pedro Alves <palves@redhat.com>
893
894 * gdb.base/solib-probes-nosharedlibrary.c,
895 gdb.base/solib-probes-nosharedlibrary.exp: New files.
896
897 2019-04-19 Tom Tromey <tromey@adacore.com>
898
899 * gdb.ada/ptype_union.c: New file.
900 * gdb.ada/ptype_union.exp: New file.
901
902 2019-04-19 Tom Tromey <tromey@adacore.com>
903
904 PR symtab/24423:
905 * gdb.base/list0.h (foo): Add a control-l character.
906
907 2019-04-18 Tom de Vries <tdevries@suse.de>
908
909 PR gdb/24433
910 * boards/local-board.exp: Set sysroot to "".
911
912 2019-04-18 Tom de Vries <tdevries@suse.de>
913 Pedro Alves <palves@redhat.com>
914
915 PR gdb/24454
916 * gdb.threads/vfork-follow-child-exec.c: New file.
917 * gdb.threads/vfork-follow-child-exec.exp: New file.
918 * gdb.threads/vfork-follow-child-exit.c: New file.
919 * gdb.threads/vfork-follow-child-exit.exp: New file.
920
921 2019-04-15 Leszek Swirski <leszeks@google.com>
922
923 * gdb.arch/amd64-eval.cc: New file.
924 * gdb.arch/amd64-eval.exp: New file.
925
926 2019-04-11 Alan Hayward <alan.hayward@arm.com>
927
928 * gdb.server/sysroot.c: New test.
929 * gdb.server/sysroot.exp: New file.
930 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
931 matching param.
932
933 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
934
935 * gdb.base/align.exp: Extend test to cover structures containing
936 only static fields.
937
938 2019-04-11 Tom de Vries <tdevries@suse.de>
939
940 * boards/cc-with-dwz-m.exp: New file.
941 * boards/cc-with-dwz.exp: New file.
942 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
943
944 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
945
946 * gdb.base/start-cpp.exp: New file.
947 * gdb.base/start-cpp.cc: New file.
948
949 2019-04-08 Kevin Buettner <kevinb@redhat.com>
950
951 * gdb.python/py-thrhandle.exp: Adjust tests to call
952 thread_from_handle instead of thread_from_thread_handle.
953
954 2019-04-08 Kevin Buettner <kevinb@redhat.com>
955
956 * gdb.python/py-thrhandle.exp: Add tests for
957 gdb.InferiorThread.handle.
958
959 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
960
961 * gdb.python/py-function.exp: Check calling helper function from
962 all languages.
963 * lib/gdb.exp (gdb_supported_languages): New proc.
964
965 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
966
967 * gdb.base/complex-parts.c: New file.
968 * gdb.base/complex-parts.exp: New file.
969
970 2019-04-01 Tom Tromey <tromey@adacore.com>
971
972 PR symtab/23331:
973 * gdb.dwarf2/dw2-ranges-main.c: New file.
974 * gdb.dwarf2/dw2-ranges-psym.c: New file.
975 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
976
977 2019-03-30 Simon Marchi <simark@simark.ca>
978
979 * gdb.base/default.exp: Add values for $_gdb_major and
980 $_gdb_minor.
981
982 2019-03-29 Tom Tromey <tromey@adacore.com>
983
984 * gdb.base/help.exp: Tighten apropos regexp.
985
986 2019-03-29 Keith Seitz <keiths@redhat.com>
987
988 * gdb.fortran/array-bounds.exp: New file.
989 * gdb.fortran/array-bounds.f90: New file.
990
991 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
992
993 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
994
995 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
996
997 * gdb.multi/hello.c (main): Increase alarm timer.
998
999 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1000
1001 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1002 factor when no hardware watchpoint support.
1003
1004 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1005 Pedro Alves <palves@redhat.com>
1006
1007 * boards/local-board.exp: set sysroot to /.
1008
1009 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1010
1011 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1012 in child.
1013
1014 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1015
1016 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1017 field.
1018 (make_container): Initialise new field.
1019 * gdb.python/py-prettyprint.exp: Add new tests.
1020 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1021 <display_hint>: New method.
1022
1023 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1024
1025 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1026 gdb_continue_to_breakpoint more throughout this test.
1027 (run_lang_tests) Supply unique test names, and use
1028 gdb_test_no_output.
1029
1030 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 * gdb.base/finish-pretty.exp: Update expected results.
1033 * gdb.base/pretty-print.c: New file.
1034 * gdb.base/pretty-print.exp: New file.
1035
1036 2019-03-25 Pedro Alves <palves@redhat.com>
1037
1038 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1039 move comments outside list. Append '-i "" eof' section.
1040
1041 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1042
1043 * README: Add pie options.
1044 * gdb.base/break-interp.exp: Ensure pie is disabled.
1045 * gdb.base/dump.exp: Likewise.
1046 * lib/gdb.exp (gdb_compile): Add pie option.
1047
1048 2019-03-19 Tom Tromey <tromey@adacore.com>
1049
1050 * gdb.mi/mi2-cli-display.c: New file.
1051 * gdb.mi/mi2-cli-display.exp: New file.
1052
1053 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1054 Tom Tromey <tromey@adacore.com>
1055
1056 * gdb.ada/ptype_array/pck.adb: New file.
1057 * gdb.ada/ptype_array/pck.ads: New file.
1058 * gdb.ada/ptype_array/foo.adb: New file.
1059 * gdb.ada/ptype_array.exp: New file.
1060
1061 2019-03-14 Tom Tromey <tromey@adacore.com>
1062
1063 * gdb.base/style.exp: Add "set style sources" test.
1064
1065 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1066
1067 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1068 * mi-breakpoint-multiple-locations.exp: ... this.
1069 (make_breakpoints_pattern): New proc.
1070 (do_test): Add mi_version parameter, test -break-insert,
1071 -break-info and =breakpoint-created.
1072
1073 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1074
1075 * config/default.exp: Remove 'load_lib gdb.exp'.
1076 * config/monitor.exp: Likewise.
1077 * config/sid.exp: Likewise.
1078 * config/sim.exp: Likewise.
1079 * config/slite.exp: Likewise.
1080 * config/unix.exp: Likewise.
1081 * gdb.base/default.exp: Remove unhelpful comment.
1082
1083 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1084
1085 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1086
1087 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1088
1089 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1090
1091 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1092
1093 * gdb.fortran/type-kinds.exp: Update expected results.
1094
1095 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1096
1097 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1098
1099 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1100
1101 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1102 function.
1103 (test_basic_parsing_of_type_kinds): Expand types tested.
1104 (test_parsing_invalid_type_kinds): New function.
1105
1106 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1107
1108 * gdb.fortran/intrinsics.exp: New file.
1109 * gdb.fortran/intrinsics.f90: New file.
1110 * gdb.fortran/type-kinds.exp: New file.
1111
1112 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1113
1114 * gdb.fortran/dot-ops.exp: New file.
1115
1116 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1119 Check upper and lower case logical literals.
1120
1121 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1122
1123 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1124 Remove duplicate tests.
1125
1126 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1127
1128 * lib/gdb.exp (builtin_cd): rename of cd.
1129 (cd): Override builtin.
1130
1131 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1132
1133 * gdb.fortran/function-calls.exp: New file.
1134 * gdb.fortran/function-calls.f90: New test.
1135
1136 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1137
1138 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1139 on user program standard output.
1140 * gdb.fortran/short-circuit-argument-list.f90: Record function
1141 calls.
1142
1143 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1144
1145 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1146 failure.
1147
1148 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1149
1150 PR gdb/8527
1151 * gdb.base/interrupt-daemon-attach.c,
1152 gdb.base/interrupt-daemon-attach.exp: New test.
1153
1154 2019-02-27 Pedro Alves <palves@redhat.com>
1155
1156 * gdb.base/page.exp: Add tests for "set width/height -1".
1157
1158 2019-02-27 Pedro Alves <palves@redhat.com>
1159
1160 * gdb.base/page.exp: Add tests for "set/show width/height" with
1161 "infinite" values.
1162
1163 2019-02-27 Tom Tromey <tromey@adacore.com>
1164
1165 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1166 2.4.
1167 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1168 workaround.
1169
1170 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1171
1172 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1173 tests for structs with static members.
1174
1175 2019-02-26 Tom Tromey <tromey@adacore.com>
1176
1177 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1178 ValueError, not TypeError.
1179
1180 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1181
1182 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1183 call from main program.
1184
1185 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1186
1187 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1188 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1189 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1190 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1191 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1192
1193 2019-02-22 Keith Seitz <keiths@redhat.com>
1194
1195 PR symtab/23853
1196 * gdb.base/symlink-sourcefile.c: New file.
1197 * gdb.base/symlink-sourcefile.exp: New file.
1198
1199 2019-02-20 Tom Tromey <tom@tromey.com>
1200
1201 * gdb.base/info_qt.exp: Update.
1202
1203 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1204
1205 * gdb.base/source.exp: Move "error in sourced script" code to
1206 the end.
1207 * gdb.base/source-error.gdb: Move contents to
1208 source-error-1.gdb. Add new code to source source-error-1.gdb.
1209 * gdb.base/source-error-1.gdb: New file, from previous
1210 source-error.gdb.
1211
1212 2019-02-17 Tom Tromey <tom@tromey.com>
1213
1214 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1215 for macro styling.
1216 * gdb.base/style.c (SOME_MACRO): New macro.
1217
1218 2019-02-17 Tom Tromey <tom@tromey.com>
1219
1220 * gdb.base/style.exp: Add line-wrapping tests.
1221 * gdb.base/page.exp: Add test for quitting during pagination.
1222
1223 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1224
1225 * gdb.ada/big_packed_array: New testcase.
1226 * gdb.ada/homonym.exp: Fix incorrect expected output for
1227 "break <homonym__get_value>" test.
1228
1229 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1230
1231 PR breakpoints/21870
1232 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1233 and prepare_for_testing. Add comment.
1234 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1235 redundant cleanup call. Clean up comment.
1236
1237 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1238
1239 PR breakpoints/21870
1240 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1241 * gdb.arch/aarch64-dbreg-contents.c: New file.
1242
1243 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1244
1245 * gdb.ada/mi_ref_changeable: New testcase.
1246
1247 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1248
1249 * gdb.base/attach.exp: Add double attach test.
1250
1251 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1252
1253 * lib/gdb.exp (default_gdb_start): Don't match pagination
1254 prompt.
1255 (gdb_init): Set stty_init.
1256
1257 2019-01-27 Tom Tromey <tom@tromey.com>
1258
1259 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1260 skip_python_tests.
1261
1262 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1263
1264 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1265 New structure.
1266 (struct struct_static_02_02): Likewise.
1267 (struct struct_static_02_03): Likewise.
1268 (struct struct_static_02_04): Likewise.
1269 (struct struct_static_04_01): Likewise.
1270 (struct struct_static_04_02): Likewise.
1271 (struct struct_static_04_03): Likewise.
1272 (struct struct_static_04_04): Likewise.
1273 (struct struct_static_06_01): Likewise.
1274 (struct struct_static_06_02): Likewise.
1275 (struct struct_static_06_03): Likewise.
1276 (struct struct_static_06_04): Likewise.
1277 (cmp_struct_static_02_01): Likewise.
1278 (cmp_struct_static_02_02): Likewise.
1279 (cmp_struct_static_02_03): Likewise.
1280 (cmp_struct_static_02_04): Likewise.
1281 (cmp_struct_static_04_01): Likewise.
1282 (cmp_struct_static_04_02): Likewise.
1283 (cmp_struct_static_04_03): Likewise.
1284 (cmp_struct_static_04_04): Likewise.
1285 (cmp_struct_static_06_01): Likewise.
1286 (cmp_struct_static_06_02): Likewise.
1287 (cmp_struct_static_06_03): Likewise.
1288 (cmp_struct_static_06_04): Likewise.
1289 (call_all): Test new structs.
1290 * gdb.base/infcall-nested-structs.exp: Likewise.
1291
1292 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1293 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1294
1295 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1296 * gdb.base/stack-protector.c: New test.
1297 * gdb.base/stack-protector.exp: New file.
1298 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1299 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1300 option.
1301 (gdb_compile): Remove stack protector for GCC and prevent
1302 recursion.
1303
1304 2019-01-16 Keith Seitz <keiths@redhat.com>
1305
1306 PR gdb/23773
1307 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1308
1309 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1310
1311 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1312 aliases.
1313 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1314 tests.
1315 * gdb.arch/powerpc-vector-regs.c: New file.
1316 * gdb.arch/powerpc-vector-regs.exp: New file.
1317
1318 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1319
1320 * gdb.arch/altivec-regs.exp: Fix the list passed to
1321 gdb_expect_list when testing "info vector".
1322
1323 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1324
1325 * gdb.base/style.exp: Don't include path in testname.
1326
1327 2019-01-10 Keith Seitz <keiths@redhat.com>
1328
1329 PR gdb/23712
1330 PR symtab/23010
1331 * gdb.dwarf2/multidictionary.exp: New file.
1332
1333 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1334
1335 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1336 (test_gnuv3_style_demangling): ... this.
1337 (test_lucid_style_demangling): Remove.
1338 (test_arm_style_demangling): Remove.
1339 (test_hp_style_demangling): Remove.
1340 (do_tests): Remove calls to the above.
1341
1342 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1343
1344 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1345 case.
1346
1347 2019-01-06 Tom Tromey <tom@tromey.com>
1348
1349 PR gdb/28155:
1350 * gdb.dwarf2/typedef-void-finish.exp: New file.
1351
1352 2018-12-28 Tom Tromey <tom@tromey.com>
1353 Simon Marchi <simark@simark.ca>
1354
1355 * gdb.base/jit-exec.exp: New file.
1356 * gdb.base/jit-exec.c: New file.
1357 * gdb.base/jit-execd.c: New file.
1358
1359 2018-12-28 Tom Tromey <tom@tromey.com>
1360
1361 * gdb.base/style.exp: Update test to check for address styling.
1362
1363 2018-12-28 Tom Tromey <tom@tromey.com>
1364
1365 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1366 message.
1367
1368 2018-12-28 Tom Tromey <tom@tromey.com>
1369
1370 * gdb.base/style.exp: Add test for version number styling.
1371
1372 2018-12-28 Tom Tromey <tom@tromey.com>
1373
1374 * gdb.base/style.exp: Add test for print_address_symbolic.
1375
1376 2018-12-28 Tom Tromey <tom@tromey.com>
1377
1378 * gdb.base/style.exp: Add test for breakpoint setting.
1379
1380 2018-12-28 Tom Tromey <tom@tromey.com>
1381
1382 * gdb.base/style.exp: Add test for variable names.
1383
1384 2018-12-28 Tom Tromey <tom@tromey.com>
1385
1386 * gdb.base/style.exp: New file.
1387 * gdb.base/style.c: New file.
1388
1389 2018-12-28 Tom Tromey <tom@tromey.com>
1390
1391 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1392 "dumb".
1393 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1394 the TERM environment variable.
1395
1396 2018-12-27 Tom Tromey <tom@tromey.com>
1397
1398 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1399 pagination test.
1400
1401 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1404 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1405
1406 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1407
1408 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1409 Filename a.adb changed to bp_fun_addr.adb.
1410 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1411
1412 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1413
1414 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1415 non-PIE executables.
1416 * README: Mention the gdb,nopie_flag board setting.
1417 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1418 non-PIE executable.
1419 * gdb.arch/amd64-entry-value.exp: Likewise.
1420 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1421 * gdb.arch/i386-float.exp: Likewise.
1422 * gdb.arch/i386-signal.exp: Likewise.
1423 * gdb.mi/mi-reg-undefined.exp: Likewise.
1424
1425 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1426
1427 PR gdb/23974
1428 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1429
1430 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1431
1432 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1433 Update order of results accordingly.
1434
1435 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1436
1437 * gdb.base/annota1.exp: Update a test regexp.
1438
1439 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1440
1441 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1442
1443 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1444
1445 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1446 (reuse_time): Initialize to REUSE_TIME_CAP.
1447 (check_rc): New function.
1448 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1449 Check pthread_create rc.
1450 (spawner_thread_func): Check pthread_create and pthread_join rc.
1451
1452 2018-12-08 Pedro Alves <palves@redhat.com>
1453
1454 * gdb.base/list.exp (test_forward_search): Rename to ...
1455 (test_forward_reverse_search): ... this. Also test reverse-search
1456 and the forward-search alias.
1457
1458 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1459
1460 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1461 local timeout variable before return, and remove all local timeout
1462 variable entirely.
1463 (gdb_load): Likewise.
1464
1465 2018-12-01 Tom de Vries <tdevries@suse.de>
1466
1467 * gdb.base/gdb-caching-proc.exp: New file.
1468
1469 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1470
1471 * Makefile.in (TIMESTAMP): New variable.
1472 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1473 command.
1474 (check-single-racy): Likewise.
1475 (check/%.exp): Likewise.
1476 (check-racy/%.exp): Likewise.
1477 (workers/%.worker): Likewise.
1478 (build-perf): Likewise.
1479 (check-perf): Likewise.
1480 * README: Describe new "TS" and "TS_FORMAT" variables.
1481 * print-ts.py: New file.
1482
1483 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1484
1485 PR python/23714
1486 * gdb.python/python.exp: Test command repetition after
1487 gdb.execute.
1488
1489 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1490
1491 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1492 is correctly aligned.
1493
1494 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1495
1496 * gdb.ada/info_auto_lang.exp: New testcase.
1497 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1498 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1499 * gdb.ada/info_auto_lang/some_c.c: New file.
1500
1501 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1502
1503 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1504 FUNC_lang language syntax.
1505
1506 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1507
1508 * gdb.base/info_minsym.c: New file.
1509 * gdb.base/info_minsym.exp: New file.
1510
1511 2018-11-19 Tom Tromey <tom@tromey.com>
1512
1513 PR rust/23625:
1514 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1515 * gdb.rust/expr.exp: Update expected output. Change one test.
1516
1517 2018-11-19 Tom Tromey <tom@tromey.com>
1518
1519 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1520
1521 2018-11-19 Pedro Alves <palves@redhat.com>
1522
1523 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1524 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1525 see the expected warning.
1526
1527 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1528
1529 PR gdb/22736:
1530 * gdb.cp/infcall-nodebug-lib.c: New test.
1531 * gdb.cp/infcall-nodebug-main.c: New test.
1532 * gdb.cp/infcall-nodebug.exp: New file.
1533
1534 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1535
1536 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1537 completer tests.
1538
1539 2018-11-09 Tom de Vries <tdevries@suse.de>
1540
1541 * gdb.base/msym-lang.c: New test.
1542 * gdb.base/msym-lang.exp: New file.
1543 * gdb.base/msym-lang-main.c: New test.
1544
1545 2018-11-08 Tom Tromey <tom@tromey.com>
1546
1547 PR gdb/23555:
1548 PR gdb/23838:
1549 * gdb.base/warning.exp: New file.
1550
1551 2018-11-08 Jan Beulich <jbeulich@suse.com>
1552
1553 * testsuite/gdb.arch/i386-avx512.c,
1554 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1555
1556 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1557
1558 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1559 point hardware.
1560
1561 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1562
1563 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1564 * gdb.dwarf2/missing-type-name.exp: New file.
1565
1566 2018-11-06 Tom de Vries <tdevries@suse.de>
1567
1568 * gdb.base/many-headers.c: New test.
1569 * gdb.base/many-headers.exp: New file.
1570
1571 2018-11-06 Jim Wilson <jimw@sifive.com>
1572
1573 * gdb.base/code_elim.exp: For riscv, set additional_flags
1574 to include -msmall-data-limit=0.
1575
1576 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1577
1578 * gdb.ada/watch_minus_l: New testcase.
1579
1580 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1581
1582 * gdb.arch/aix-sighandle.c: New file.
1583 * gdb.arch/aix-sighandle.exp: New file.
1584
1585 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1586
1587 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1588 registers being unions.
1589
1590 2018-10-31 Tom de Vries <tdevries@suse.de>
1591
1592 * lib/valgrind.exp: New file.
1593 (vgdb_start, vgdb_stop): New procs, factored out of ...
1594 * gdb.base/valgrind-bt.exp: ... here, ...
1595 * gdb.base/valgrind-disp-step.exp: ... here and ...
1596 * gdb.base/valgrind-infcall.exp: ... here.
1597
1598 2018-10-31 Tom de Vries <tdevries@suse.de>
1599
1600 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1601
1602 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1603
1604 * gdb.dwarf2/void-type.c: New file.
1605 * gdb.dwarf2/void-type.exp: New file.
1606
1607 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1608
1609 * gdb.base/info_qt.c: New file.
1610 * gdb.base/info_qt.exp: New file.
1611
1612 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1613
1614 * gdb.arch/powerpc-htm-regs.c: New file.
1615 * gdb.arch/powerpc-htm-regs.exp: New file.
1616
1617 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1618
1619 * gdb.arch/powerpc-tar.c: New file.
1620 * gdb.arch/powerpc-tar.exp: New file.
1621
1622 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1623
1624 * gdb.arch/powerpc-ppr-dscr.c: New file.
1625 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1626
1627 2018-10-25 Tom de Vries <tdevries@suse.de>
1628
1629 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1630
1631 2018-10-24 Tom de Vries <tdevries@suse.de>
1632
1633 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1634 longer exists error.
1635
1636 2018-10-24 Tom de Vries <tdevries@suse.de>
1637
1638 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1639
1640 2018-10-24 Tom de Vries <tdevries@suse.de>
1641
1642 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1643 --db-attach in valgrind.
1644
1645 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1646
1647 * gdb.arch/riscv-reg-aliases.c: New file.
1648 * gdb.arch/riscv-reg-aliases.exp: New file.
1649
1650 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1651
1652 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1653
1654 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1655
1656 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1657
1658 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1659
1660 * gdb.cp/ovldbreak.exp: Fix regexps.
1661
1662 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1663
1664 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1665
1666 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1667
1668 PR cli/23785
1669 * gdb.base/restore.exp: New test to check if "restore" with an
1670 invalid file doesn't segfault.
1671
1672 2018-10-18 Tom de Vries <tdevries@suse.de>
1673
1674 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1675 * gdb.ada/excep_handle.exp: Same.
1676 * gdb.ada/mi_string_access.exp: Same.
1677 * gdb.ada/mi_var_union.exp: Same.
1678 * gdb.arch/arc-analyze-prologue.exp: Same.
1679 * gdb.arch/arc-decode-insn.exp: Same.
1680 * gdb.base/readnever.exp: Same.
1681 * gdb.fortran/printing-types.exp: Same.
1682 * gdb.guile/scm-lazy-string.exp: Same.
1683
1684 2018-10-16 Tom de Vries <tdevries@suse.de>
1685
1686 PR gdb/23730
1687 * gdb.base/catch-follow-exec.c: Add copyright notice.
1688 * gdb.base/catch-follow-exec.exp: Rewrite to use
1689 gdb_spawn_with_cmdline_opts. Require gdb-native.
1690
1691 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1692
1693 * gdb.trace/actions-changed.exp: Check for arch support.
1694 * gdb.trace/actions.exp: Likewise.
1695 * gdb.trace/ax.exp: Likewise.
1696 * gdb.trace/backtrace.exp: Likewise.
1697 * gdb.trace/change-loc.exp: Likewise.
1698 * gdb.trace/deltrace.exp: Likewise.
1699 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1700 * gdb.trace/ftrace.exp: Likewise.
1701 * gdb.trace/infotrace.exp: Check for arch support.
1702 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1703 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1704 * gdb.trace/mi-tsv-changed.exp: Likewise.
1705 * gdb.trace/packetlen.exp: Likewise.
1706 * gdb.trace/passc-dyn.exp: Likewise.
1707 * gdb.trace/passcount.exp: Likewise.
1708 * gdb.trace/pending.exp: Likewise.
1709 * gdb.trace/range-stepping.exp: Check for shlib support.
1710 * gdb.trace/report.exp: Check for arch support.
1711 * gdb.trace/save-trace.exp: Likewise.
1712 * gdb.trace/signal.exp: Check for signal support.
1713 * gdb.trace/tfind.exp: Check for arch support.
1714 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1715 * gdb.trace/trace-common.h: Add comment.
1716 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1717 * gdb.trace/trace-enable-disable.exp: Likewise.
1718 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1719 * gdb.trace/tracecmd.exp: Check for arch support.
1720 * gdb.trace/tspeed.exp: Check for shlib and target support.
1721 * gdb.trace/tstatus.exp: Check for arch support.
1722 * gdb.trace/tsv.exp: Likewise.
1723 * gdb.trace/while-dyn.exp: Likewise.
1724 * gdb.trace/while-stepping.exp: Likewise.
1725 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1726
1727 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1728
1729 * gdb.trace/tspeed.exp: Remove nowarnings.
1730 (prepare_for_trace_test): Declare "global ipalib".
1731 * gdb.trace/tspeed.c: Include unistd.h.
1732 (main): Remove superfluous printf argument.
1733
1734 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1735
1736 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1737 directory prefix on the filename.
1738
1739 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1740
1741 * gdb.gdb/unittest.exp: Update expected message informing that
1742 selftests have been disabled.
1743 * gdb.server/unittest.exp: Likewise.
1744
1745 2018-10-09 Tom de Vries <tdevries@suse.de>
1746
1747 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1748 with runto_main.
1749
1750 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1751
1752 PR c++/16841
1753 * gdb.cp/virtbase2.cc: New file.
1754 * gdb.cp/virtbase2.exp: New file.
1755
1756 2018-10-06 Tom Tromey <tom@tromey.com>
1757
1758 PR python/19399:
1759 * gdb.python/py-inferior.exp: Add architecture test.
1760
1761 2018-10-06 Tom Tromey <tom@tromey.com>
1762
1763 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1764 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1765
1766 2018-10-06 Tom Tromey <tom@tromey.com>
1767
1768 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1769 of a "throw" catchpoint.
1770
1771 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1772
1773 * gdb.base/info-proc.exp: Update string expected from "help info
1774 proc".
1775
1776 2018-10-04 Tom Tromey <tom@tromey.com>
1777
1778 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1779 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1780 (test_initial_complaints, test_empty_complaints): Update.
1781 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1782
1783 2018-10-04 Tom Tromey <tom@tromey.com>
1784
1785 PR cli/19551:
1786 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1787 * lib/gdb.exp (gdb_file_cmd): Update.
1788 * gdb.stabs/weird.exp (print_weird_var): Update.
1789 * gdb.server/solib-list.exp: Update.
1790 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1791 * gdb.mi/mi-cli.exp: Update.
1792 * gdb.linespec/linespec.exp: Update.
1793 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1794 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1795 * gdb.cp/cp-relocate.exp: Update.
1796 * gdb.base/sym-file.exp: Update.
1797 * gdb.base/relocate.exp: Update.
1798 * gdb.base/readnever.exp: Update.
1799 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1800 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1801 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1802 * gdb.base/code_elim.exp: Update.
1803 * gdb.base/break-unload-file.exp (test_break): Update.
1804 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1805 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1806 Update.
1807 * gdb.base/attach.exp (do_attach_tests): Update.
1808 * gdb.base/sepdebug.exp: Update.
1809 * gdb.python/py-section-script.exp: Update.
1810
1811 2018-10-04 Tom Tromey <tom@tromey.com>
1812
1813 PR cli/22234:
1814 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1815 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1816 output.
1817
1818 2018-10-04 Tom Tromey <tom@tromey.com>
1819
1820 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1821 set width and height to 0.
1822 (test_command_line_attach_run): Use -quiet.
1823
1824 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1825
1826 * lib/gdb.exp (skip_ifunc_tests): New.
1827 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1828 other compile failures.
1829 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1830
1831 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1832
1833 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1834 is_amd64_regs_target.
1835
1836 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1837
1838 * gdb.arch/aarch64-sighandler-regs.c: New test.
1839 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1840 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1841
1842 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1843
1844 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1845 assembly.
1846
1847 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1848
1849 * gdb.base/frame-selection.exp: New file.
1850 * gdb.base/frame-selection.c: New file.
1851
1852 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1853
1854 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1855 pthread barrier.
1856 (main): Likewise.
1857
1858 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1859
1860 * gdb.base/large-frame-1.c: New file.
1861 * gdb.base/large-frame-2.c: New file.
1862 * gdb.base/large-frame.exp: New file.
1863 * gdb.base/large-frame.h: New file.
1864
1865 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1866
1867 PR gdb/20948
1868 * gdb.base/write_mem.exp: New test.
1869 * gdb.base/write_mem.c: Likewise.
1870
1871 2018-09-23 Tom Tromey <tom@tromey.com>
1872
1873 PR python/18852:
1874 * gdb.python/py-parameter.exp: Add test for parameter that throws
1875 on "set".
1876
1877 2018-09-23 Tom Tromey <tom@tromey.com>
1878
1879 PR python/17284:
1880 * gdb.python/py-template.exp (test_template_arg): Add test for
1881 negative template argument number.
1882
1883 2018-09-23 Tom Tromey <tom@tromey.com>
1884
1885 PR python/14062:
1886 * gdb.python/python.exp: Add test for post_event error.
1887
1888 2018-09-23 Tom Tromey <tom@tromey.com>
1889
1890 PR python/18170:
1891 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1892 convert pointers to int and long.
1893
1894 2018-09-23 Tom Tromey <tom@tromey.com>
1895
1896 PR python/20126:
1897 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1898 signed-ness conversion tests.
1899
1900 2018-09-23 Tom Tromey <tom@tromey.com>
1901
1902 PR python/18352;
1903 * gdb.python/py-value.exp (test_float_conversion): New proc.
1904 Use it.
1905
1906 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1907
1908 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1909
1910 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1911
1912 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1913 no readline.
1914 * gdb.base/utf8-identifiers.exp: Likewise.
1915 * gdb.cp/cpcompletion.exp: Likewise.
1916 * gdb.linespec/cpcompletion.exp: Likewise.
1917 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1918 * gdb.linespec/cpls-ops.exp: Likewise.
1919
1920 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1921 Chris January <chris.january@arm.com>
1922
1923 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1924 * gdb.fortran/short-circuit-argument-list.exp: New file.
1925 * gdb.fortran/short-circuit-argument-list.f90: New test.
1926
1927 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1928
1929 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1930 "arch=" keyword when executing "-stack-list-frames".
1931
1932 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1933
1934 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1935 "arch=" keyword when executing "-stack-list-frames".
1936
1937 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1938
1939 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1940 break ada".
1941
1942 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1943
1944 PR python/23669
1945 * gdb.python/python.exp: Test gdb.execute("show commands").
1946
1947 2018-09-16 Tom Tromey <tom@tromey.com>
1948
1949 * gdb.base/new-ui.exp (do_execution_tests): Update.
1950 * gdb.base/dbx.exp (test_breakpoints): Update.
1951
1952 2018-09-14 Alan Hayward <alan.hayward@arm.com>
1953
1954 * lib/gdb.exp (gdb_simple_compile): Add proc.
1955 (is_elf_target): Use gdb_simple_compile.
1956 (skip_altivec_tests): Likewise.
1957 (skip_vsx_tests): Likewise.
1958 (skip_tsx_tests): Likewise.
1959 (skip_btrace_tests): Likewise.
1960 (skip_btrace_pt_tests): Likewise.
1961 (gdb_can_simple_compile): Likewise.
1962 (gdb_has_argv0): Likewise.
1963 (gdb_target_symbol_prefix): Likewise.
1964 (target_supports_scheduler_locking): Likewise.
1965
1966 2018-09-13 Tom Tromey <tom@tromey.com>
1967
1968 * Makefile.in (TAGS): Recognize proc_with_prefix and
1969 gdb_caching_proc.
1970
1971 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1972
1973 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1974 method.
1975
1976 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1977
1978 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1979 and a few other Inferior properties when the Inferior is no
1980 longer valid.
1981
1982 2018-09-13 Tom Tromey <tom@tromey.com>
1983
1984 PR rust/23650:
1985 * gdb.rust/simple.exp: Add test for enum field access error.
1986
1987 2018-09-13 Tom Tromey <tom@tromey.com>
1988
1989 PR rust/23626:
1990 * gdb.rust/simple.rs (EmptyEnum): New type.
1991 (main): Use it.
1992 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1993
1994 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1995
1996 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1997 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1998 * gdb.python/py-symtab.exp: Update test printing an objfile.
1999
2000 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2001
2002 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2003 object.
2004
2005 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2006
2007 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2008 (support_complex_tests): Use gdb_can_simple_compile.
2009 (is_ilp32_target): Likewise.
2010 (is_lp64_target): Likewise.
2011 (is_64_target): Likewise.
2012 (is_amd64_regs_target): Likewise.
2013 (is_aarch32_target): Likewise.
2014 (gdb_int128_helper): Likewise.
2015
2016 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2017
2018 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2019
2020 2018-09-10 Jerome Guitton <guitton@adacore.com>
2021
2022 * gdb.ada/same_component_name: Add test for case of tagged record
2023 with variable-length fields.
2024
2025 2018-09-10 Xavier Roirand <roirand@adacore.com>
2026
2027 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2028 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2029 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2030 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2031
2032 2018-09-10 Xavier Roirand <roirand@adacore.com>
2033
2034 * gdb.ada/mi_string_access.exp: New testcase.
2035 * gdb.ada/mi_string_access/bar.adb: New file.
2036 * gdb.ada/mi_string_access/pck.adb: New file.
2037 * gdb.ada/mi_string_access/pck.asd: New file.
2038
2039 2018-09-10 Xavier Roirand <roirand@adacore.com>
2040
2041 * gdb.ada/mi_var_union.exp: New testcase.
2042 * gdb.ada/mi_var_union/bar.adb: New file.
2043 * gdb.ada/mi_var_union/pck.adb: New file.
2044 * gdb.ada/mi_var_union/pck.asd: New file.
2045
2046 2018-09-08 Tom Tromey <tom@tromey.com>
2047
2048 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2049
2050 2018-09-08 Tom Tromey <tom@tromey.com>
2051
2052 PR python/16047:
2053 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2054 (register_pretty_printers): Register new printer.
2055 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2056 test.
2057 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2058 (an_int_type3): New global.
2059
2060 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2061
2062 * gdb.ada/expr_with_funcall: New testcase.
2063
2064 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2065
2066 * gdb.ada/packed_array_assign: New testcase.
2067
2068 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2069
2070 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2071 names, and add test prefixes to make test names unique.
2072
2073 2018-09-05 Tom de Vries <tdevries@suse.de>
2074
2075 * gdb.dwarf2/varval.exp: Add test.
2076
2077 2018-09-04 Gary Benson <gbenson@redhat.com>
2078
2079 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2080 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2081
2082 2018-08-31 Tom Tromey <tom@tromey.com>
2083
2084 * gdb.rust/simple.rs: Rename second variable "v".
2085
2086 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2087
2088 * gdb.base/funcargs.c (use_a): New function.
2089 (recurse): Call use_a.
2090
2091 2018-08-29 Keith Seitz <keiths@redhat.com>
2092
2093 * gdb.compile/compile-cplus-anonymous.cc: New file.
2094 * gdb.compile/compile-cplus-anonymous.exp: New file.
2095 * gdb.compile/compile-cplus-array-decay.cc: New file.
2096 * gdb.compile/compile-cplus-array-decay.exp: New file.
2097 * gdb.compile/compile-cplus-inherit.cc: New file.
2098 * gdb.compile/compile-cplus-inherit.exp: New file.
2099 * gdb.compile/compile-cplus-member.cc: New file.
2100 * gdb.compile/compile-cplus-member.exp: New file.
2101 * gdb.compile/compile-cplus-method.cc: New file.
2102 * gdb.compile/compile-cplus-method.exp: New file.
2103 * gdb.compile/compile-cplus-mod.c: "New" file.
2104 * gdb.compile/compile-cplus-namespace.cc: New file.
2105 * gdb.compile/compile-cplus-namespace.exp: New file.
2106 * gdb.compile/compile-cplus-nested.cc: New file.
2107 * gdb.compile/compile-cplus-nested.exp: New file.
2108 * gdb.compile/compile-cplus-print.c: "New" file.
2109 * gdb.compile/compile-cplus-print.exp: "New" file.
2110 * gdb.compile/compile-cplus-virtual.cc: New file.
2111 * gdb.compile/compile-cplus-virtual.exp: New file.
2112 * gdb.compile/compile-cplus.c: "New" file.
2113 * gdb.compile/compile-cplus.exp: "New" file.
2114 * lib/compile-support.exp: New file.
2115
2116 2018-08-16 Gary Benson <gbenson@redhat.com>
2117
2118 PR gdb/13000:
2119 * gdb.base/batch-exit-status.exp: New file.
2120 * gdb.base/batch-exit-status.good-commands: Likewise.
2121 * gdb.base/batch-exit-status.bad-commands: Likewise.
2122
2123 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2124
2125 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2126 (struct struct02): Likewise.
2127 (struct struct03): Likewise.
2128 (struct struct04): Likewise.
2129 (struct struct_01_01): New struct.
2130 (struct struct_01_02): Likewise.
2131 (struct struct_01_03): Likewise.
2132 (struct struct_01_04): Likewise.
2133 (struct struct_02_01): Likewise.
2134 (struct struct_02_02): Likewise.
2135 (struct struct_02_03): Likewise.
2136 (struct struct_02_04): Likewise.
2137 (struct struct_04_01): Likewise.
2138 (struct struct_04_02): Likewise.
2139 (struct struct_04_03): Likewise.
2140 (struct struct_04_04): Likewise.
2141 (struct struct_05_01): Likewise.
2142 (struct struct_05_02): Likewise.
2143 (struct struct_05_03): Likewise.
2144 (struct struct_05_04): Likewise.
2145 (cmp_struct01): Remove function.
2146 (cmp_struct02): Likewise.
2147 (cmp_struct03): Likewise.
2148 (cmp_struct04): Likewise.
2149 (cmp_struct_01_01): Add Function.
2150 (cmp_struct_01_02): Likewise.
2151 (cmp_struct_01_03): Likewise.
2152 (cmp_struct_01_04): Likewise.
2153 (cmp_struct_02_01): Likewise.
2154 (cmp_struct_02_02): Likewise.
2155 (cmp_struct_02_03): Likewise.
2156 (cmp_struct_02_04): Likewise.
2157 (cmp_struct_04_01): Likewise.
2158 (cmp_struct_04_02): Likewise.
2159 (cmp_struct_04_03): Likewise.
2160 (cmp_struct_04_04): Likewise.
2161 (cmp_struct_05_01): Likewise.
2162 (cmp_struct_05_02): Likewise.
2163 (cmp_struct_05_03): Likewise.
2164 (cmp_struct_05_04): Likewise.
2165 (call_all): Add new structs.
2166 * gdb.base/infcall-nested-structs.exp: Likewise.
2167
2168 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2169
2170 * gdb.python/py-framefilter-mi.exp: Update regexp to
2171 check for "arch" field in frame output.
2172
2173 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2174
2175 * gdb.dwarf2/dw2-ranges-func.c: New file.
2176 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2177
2178 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2179
2180 * gdb.base/term.exp: Compare terminal settings with values from
2181 the inferior.
2182 * gdb.base/term.c: Get and set terminal settings.
2183
2184 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2185
2186 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2187 accommodate new "arch" field in frame output.
2188 * gdb.mi/mi-return.exp: Likewise.
2189 * gdb.mi/mi-stack.exp: Likewise.
2190 * gdb.mi/mi-syn-frame.exp: Likewise.
2191 * gdb.mi/user-selected-context-sync.exp: Likewise.
2192
2193 2018-08-19 Michael Spang <spang@google.com>
2194
2195 PR gdb/11786
2196 * gdb.base/gcore-tls-pie.c: New file.
2197 * gdb.base/gcore-tls-pie.exp: New file.
2198
2199 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2200
2201 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2202 * gdb.dwarf2/varval.c: New file.
2203 * gdb.dwarf2/varval.exp: New file.
2204
2205 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2206
2207 PR gdb/18931
2208 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2209
2210 2018-08-16 Keith Seitz <keiths@redhat.com>
2211
2212 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2213 tests expected to pass.
2214
2215 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2216
2217 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2218 -data-disassemble -a.
2219 (test_disassembly_bogus_args): Likewise.
2220
2221 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2222
2223 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2224
2225 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2226
2227 * gdb.base/vla-optimized-out.exp: Add new test.
2228
2229 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2230
2231 * gdb.base/vla-optimized-out-o3.exp: Delete.
2232 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2233 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2234 deleted tests.
2235
2236 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2237
2238 PR gdb/18050:
2239 * gdb.server/extended-remote-restart.c: New file.
2240 * gdb.server/extended-remote-restart.exp: New file.
2241
2242 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2243
2244 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2245 "set variable index = 42".
2246
2247 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2248
2249 * boards/index-cache-gdb.exp: New file.
2250 * gdb.dwarf2/index-cache.exp: New file.
2251 * gdb.dwarf2/index-cache.c: New file.
2252 * gdb.base/maint.exp: Check if we are using the index cache.
2253
2254 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2255
2256 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2257 MAKEFLAGS.
2258
2259 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2260
2261 * dg-extract-results.sh: Move to toplevel contrib.
2262 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2263 * Makefile.in (check-parallel-racy): Likewise.
2264
2265 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2266
2267 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2268 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2269 tests if the target supports scheduler locking.
2270
2271 2018-08-04 Tom de Vries <tdevries@suse.de>
2272
2273 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2274
2275 2018-08-02 Tom Tromey <tom@tromey.com>
2276
2277 PR symtab/16842.
2278 * gdb.cp/temargs.exp: Test "info address" of a template
2279 parameter.
2280
2281 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2282
2283 * gdb.python/py-mi-var-info-path-expression.c: New file.
2284 * gdb.python/py-mi-var-info-path-expression.py: New file.
2285 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2286
2287 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2288
2289 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2290 error after "cannot resolve name" string.
2291
2292 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2293
2294 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2295 started.
2296 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2297
2298 2018-07-28 Tom de Vries <tdevries@suse.de>
2299
2300 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2301
2302 2018-07-26 Tom de Vries <tdevries@suse.de>
2303
2304 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2305
2306 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2307
2308 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2309 is visible.
2310
2311 2018-07-26 Tom de Vries <tdevries@suse.de>
2312
2313 PR breakpoints/23366
2314 * gdb.base/catch-follow-exec.c: New test.
2315 * gdb.base/catch-follow-exec.exp: New file.
2316
2317 2018-07-25 Tom de Vries <tdevries@suse.de>
2318
2319 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2320 vla-optimized-out.c.
2321
2322 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2323
2324 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2325 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2326
2327 2018-07-20 Tom de Vries <tdevries@suse.de>
2328
2329 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2330 NOCLONE macro.
2331 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2332
2333 2018-07-19 Tom de Vries <tdevries@suse.de>
2334
2335 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2336 regular expression.
2337
2338 2018-07-18 Tom de Vries <tdevries@suse.de>
2339
2340 * gdb.base/vla-optimized-out.c: New test.
2341 * gdb.base/vla-optimized-out.exp: New file.
2342
2343 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2344
2345 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2346 message "No address associated with hostname" when gdbserver
2347 cannot resolve the hostname.
2348
2349 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2350
2351 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2352 Add some test prefixes to make tests unique.
2353
2354 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2355
2356 * gdb.base/frameapply.c: New file.
2357 * gdb.base/frameapply.exp: New file.
2358
2359 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2360
2361 * gdb.base/skip.exp: Update expected error message.
2362
2363 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2364 Jan Kratochvil <jan.kratochvil@redhat.com>
2365 Paul Fertser <fercerpav@gmail.com>
2366 Tsutomu Seki <sekiriki@gmail.com>
2367
2368 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2369 parameter.
2370 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2371 by default.
2372 * boards/native-gdbserver.exp: Likewise.
2373 * gdb.server/run-without-local-binary.exp: Improve regexp used
2374 for detecting when a remote debugging connection succeeds.
2375 * gdb.server/server-connect.exp: New file.
2376 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2377 Do not prefix the port number with ":".
2378 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2379 support for detecting and using it. Add '$debughost_gdbserver'
2380 to the list of arguments used to start gdbserver. Handle case
2381 when gdbserver cannot resolve a network name.
2382
2383 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2384
2385 PR c++/23373
2386 * gdb.base/ptype-offsets.cc (struct static_member): New
2387 struct.
2388 (main) <stmember>: New variable.
2389 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2390 with a static member in it.
2391
2392 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2393
2394 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2395 watchpoints enabled and disabled.
2396
2397 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2398
2399 * gdb.base/examine-backward.exp: Still run tests around address
2400 0x0, even if address 0x0 is not readable. Update the pattern for
2401 matching address 0x0 in expected output.
2402
2403 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2404
2405 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2406 malloc/free.
2407
2408 2018-07-04 Tom de Vries <tdevries@suse.de>
2409
2410 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2411
2412 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2413
2414 PR tdep/8282
2415 * gdb.arch/mips-disassembler-options.exp: New test.
2416 * gdb.arch/mips-disassembler-options.s: New test source.
2417
2418 2018-06-29 Pedro Alves <palves@redhat.com>
2419
2420 * gdb.threads/names.exp: Adjust expected "info threads" output.
2421
2422 2018-06-29 Pedro Alves <palves@redhat.com>
2423
2424 * gdb.opt/inline-break.exp (line number, address): Add "info
2425 break" tests.
2426
2427 2018-06-29 Pedro Alves <palves@redhat.com>
2428
2429 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2430 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2431 number and address and running to them.
2432
2433 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2434
2435 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2436
2437 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2438
2439 * lib/compiler.c: Remove executable permission flag.
2440
2441 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2442
2443 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2444 code.
2445 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2446
2447 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2448
2449 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2450
2451 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2452
2453 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2454 address argument is omitted.
2455
2456 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2457
2458 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2459
2460 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2461
2462 PR gdb/21695
2463 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2464 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2465
2466 2018-06-26 Tom Tromey <tom@tromey.com>
2467
2468 PR rust/22574:
2469 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2470 * gdb.rust/simple.rs (struct SimpleLayout): New.
2471
2472 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2473
2474 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2475 "info registers" output.
2476
2477 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2478
2479 * gdb.base/watchpoint-hw-attach.c: New test.
2480 * gdb.base/watchpoint-hw-attach.exp: New file.
2481
2482 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2483
2484 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2485 through /bin/sh.
2486 * boards/dwarf4-gdb-index.exp: Likewise.
2487 * boards/fission-dwp.exp: Likewise.
2488
2489 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2490
2491 * gdb.base/float128.exp: Add comment and improved fail message
2492 to the failure case of "print large128" test.
2493
2494 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2495
2496 * configure.ac: Remove AC_PREREQ.
2497 * configure: Re-generate.
2498
2499 2018-06-19 Pedro Alves <palves@redhat.com>
2500
2501 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2502 (func_extern_caller): New.
2503 (main): Call func_extern_caller.
2504 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2505 logic change.
2506
2507 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2508
2509 PR gdb/16841
2510 * gdb.cp/typedef-base.cc: New file.
2511 * gdb.cp/typedef-base.exp: New file.
2512
2513 2018-06-18 Tom de Vries <tdevries@suse.de>
2514
2515 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2516
2517 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2518 Richard Bunt <Richard.Bunt@arm.com>
2519
2520 * gdb.threads/attach-slow-waitpid.c: New file.
2521 * gdb.threads/attach-slow-waitpid.exp: New file.
2522 * gdb.threads/slow-waitpid.c: New file.
2523
2524 2018-06-14 Pedro Alves <palves@redhat.com>
2525
2526 * gdb.base/fork-running-state.c: Include <errno.h>.
2527 (exit_if_relative_exits): New.
2528 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2529 exits.
2530 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2531 child exits.
2532
2533 2018-06-14 Tom de Vries <tdevries@suse.de>
2534
2535 PR cli/22573
2536 * gdb.base/finish-pretty.c: New test.
2537 * gdb.base/finish-pretty.exp: New file.
2538
2539 2018-06-14 Pedro Alves <palves@redhat.com>
2540
2541 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2542 gdb's expected startup output.
2543
2544 2018-06-14 Pedro Alves <palves@redhat.com>
2545
2546 * lib/selftest-support.exp (selftest_setup): Remove inlined
2547 function handling.
2548
2549 2018-06-14 Tom de Vries <tdevries@suse.de>
2550
2551 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2552 matching of breakpoint printing.
2553
2554 2018-06-13 Tom de Vries <tdevries@suse.de>
2555
2556 PR testsuite/23269
2557 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2558 (fork_child): ... here, and ...
2559 (fork_parent): ... here.
2560
2561 2018-06-12 Tom de Vries <tdevries@suse.de>
2562
2563 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2564
2565 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2566 Stephen Roberts <stephen.roberts@arm.com>
2567
2568 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2569 rewrite test to describe action performed, rather than possible
2570 failure.
2571
2572 2018-06-08 Gary Benson <gbenson@redhat.com>
2573
2574 * gdb.threads/check-libthread-db.exp: New file.
2575 * gdb.threads/check-libthread-db.c: Likewise.
2576
2577 2018-06-05 Tom Tromey <tom@tromey.com>
2578
2579 * gdb.base/default.exp: Update expected "show version" output.
2580
2581 2018-06-05 Tom Tromey <tom@tromey.com>
2582
2583 PR cli/12326:
2584 * gdb.cp/static-print-quit.exp: Update.
2585 * lib/gdb.exp (pagination_prompt): Update.
2586 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2587 * gdb.python/python.exp: Update.
2588
2589 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2590
2591 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2592
2593 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2594
2595 * gdb.ada/bp_fun_addr: New testcase.
2596
2597 2018-06-01 Tom Tromey <tom@tromey.com>
2598
2599 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2600 results.
2601 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2602 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2603 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2604 * gdb.base/maint.exp (maint_pass_if): Update.
2605
2606 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2607
2608 * gdb.base/endian.exp: New test.
2609 * gdb.base/endian.c: New test source.
2610
2611 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2612
2613 PR gdb/23203
2614 * gdb.base/bt-selected-frame.c: New file.
2615 * gdb.base/bt-selected-frame.exp: New file.
2616 * lib/gdb.exp (get_current_frame_number): New function.
2617
2618 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2619 Pedro Alves <palves@redhat.com>
2620
2621 * gdb.threads/tls-core.c: Include <stdlib.h>
2622 (thread_proc): Call `abort'.
2623 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2624 (tls_core_test): New procedure, bits factored out from ...
2625 (top level): ... here. Test both native cores and gcore cores.
2626
2627 2018-05-23 Tom Tromey <tom@tromey.com>
2628
2629 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2630
2631 2018-05-23 Tom Tromey <tom@tromey.com>
2632
2633 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2634 symfile_complaints.
2635 (test_short_complaints): Likewise.
2636 (test_empty_complaints): Likewise.
2637 (test_initial_complaints): Update.
2638
2639 2018-05-23 Tom Tromey <tom@tromey.com>
2640
2641 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2642
2643 2018-05-23 Tom Tromey <tom@tromey.com>
2644
2645 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2646 (test_short_complaints): Update.
2647
2648 2018-05-22 Pedro Alves <palves@redhat.com>
2649
2650 * gdb.base/remote.exp: Only gdb_start after compiling the
2651 testcase. Issue "disconnect" before testing "set remote" command
2652 defaults. Issue clean_restart before running to main.
2653
2654 2018-05-22 Pedro Alves <palves@redhat.com>
2655
2656 * gdb.base/remote.exp: Adjust expected output of "show remote
2657 memory-write-packet-size". Add tests for "set remote
2658 memory-write-packet-size 0" and "set remote
2659 memory-write-packet-size fixed/limit".
2660
2661 2018-05-22 Pedro Alves <palves@redhat.com>
2662
2663 PR gdb/22973
2664 * gdb.base/utf8-identifiers.c: New file.
2665 * gdb.base/utf8-identifiers.exp: New file.
2666
2667 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2668
2669 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2670
2671 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2672
2673 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2674
2675 2018-05-18 Tom Tromey <tom@tromey.com>
2676
2677 * gdb.base/ptype-offsets.exp: Update.
2678
2679 2018-05-17 Keith Seitz <keiths@redhat.com>
2680
2681 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2682 in expected breakpoint stop locations.
2683 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2684 move to proper scope to test variable values.
2685 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2686 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2687 New functions.
2688 (main): Call not_inline_func3.
2689 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2690 inline_func1, inline_func2, and inline_func3. Test that when each
2691 breakpoint is hit, GDB properly reports both the stop location
2692 and the backtrace. Repeat tests for temporary breakpoints.
2693
2694 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2695
2696 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2697 rather then trying to access it in determining whether the PID
2698 of `gdbserver' could have been retrieved.
2699
2700 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2701
2702 * gdb.arch/amd64-init-x87-values.S: New file.
2703 * gdb.arch/amd64-init-x87-values.exp: New file.
2704
2705 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2706
2707 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2708
2709 2018-05-04 Tom Tromey <tom@tromey.com>
2710
2711 PR python/22730:
2712 * gdb.python/python.exp: Test multi-line execute.
2713
2714 2018-05-04 Tom Tromey <tom@tromey.com>
2715
2716 PR python/22731:
2717 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2718
2719 2018-05-04 Tom Tromey <tom@tromey.com>
2720
2721 PR gdb/11750:
2722 * gdb.base/define.exp: Test defining a user command inside a user
2723 command.
2724 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2725
2726 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2727 Pedro Alves <palves@redhat.com>
2728
2729 PR breakpoints/19806 and support for PR external/20207.
2730 * gdb.base/watchpoint-unaligned.c: New file.
2731 * gdb.base/watchpoint-unaligned.exp: New file.
2732
2733 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2734
2735 * gdb.base/maint.exp: Make test names unique, use
2736 test_prefix_command_help to test 'help maint info', and remove
2737 repeated test of 'help maint'.
2738
2739 2018-05-04 Tom Tromey <tom@tromey.com>
2740
2741 PR gdb/22619:
2742 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2743 behavior.
2744
2745 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2746
2747 * gdb.base/maint.exp: Process output from 'maint print registers'
2748 line at a time.
2749
2750 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2751
2752 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2753 timeout.
2754
2755 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2756
2757 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2758 filter pattern.
2759
2760 2018-05-02 Pedro Alves <palves@redhat.com>
2761
2762 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2763 to_log_command renames.
2764 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2765
2766 2018-05-02 Tom Tromey <tom@tromey.com>
2767
2768 * gdb.python/py-parameter.exp: Set test message.
2769
2770 2018-05-02 Tom Tromey <tom@tromey.com>
2771
2772 PR python/20084:
2773 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2774 PARAM_ZUINTEGER_UNLIMITED tests.
2775
2776 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2777
2778 PR rust/23124
2779 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2780 when casting.
2781
2782 2018-04-30 Tom Tromey <tom@tromey.com>
2783
2784 * gdb.python/py-type.exp: Check align attribute.
2785 * gdb.python/py-type.c: New "aligncheck" global.
2786
2787 2018-04-30 Tom Tromey <tom@tromey.com>
2788
2789 PR exp/17095:
2790 * gdb.dwarf2/dw2-align.exp: New file.
2791 * gdb.cp/align.exp: New file.
2792 * gdb.base/align.exp: New file.
2793 * lib/gdb.exp (gdb_int128_helper): New proc.
2794 (has_int128_c, has_int128_cxx): New caching procs.
2795
2796 2018-04-27 Tom Tromey <tom@tromey.com>
2797
2798 PR rust/22545:
2799 * gdb.rust/simple.exp: Add inclusive range tests.
2800
2801 2018-04-26 Pedro Alves <palves@redhat.com>
2802
2803 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2804 ifunc breakpoint locations correctly of ifunc breakpoints set
2805 while the program resolves the ifunc.
2806
2807 2018-04-26 Pedro Alves <palves@redhat.com>
2808
2809 * gdb.base/gnu-ifunc-final.c: New file.
2810 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2811 * gdb.base/gnu-ifunc.exp (executable): Delete.
2812 (staticexecutable): Adjust.
2813 (lib_opts, exec_opts): Delete.
2814 (make_binsuffix, build, set-break): New procedures.
2815 (misc_tests): New, with tests factored out from the top level.
2816 (top level): Test different combinations of ifunc resolver name,
2817 resolver with and with debug info, and ifunc target with and
2818 without debug info. Wrap static tests with with_target_prefix.
2819
2820 2018-04-26 Pedro Alves <palves@redhat.com>
2821
2822 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2823 return type" warnings.
2824
2825 2018-04-25 Pedro Alves <palves@redhat.com>
2826
2827 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2828 killed".
2829 * gdb.base/kill-after-signal.exp: Likewise.
2830 * gdb.threads/kill.exp: Likewise.
2831
2832 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2833 Sergio Durigan Junior <sergiodj@redhat.com>
2834 Pedro Alves <palves@redhat.com>
2835
2836 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2837 regexps to expect for '[Inferior ... detached]' as well.
2838 * gdb.base/attach.exp: Likewise.
2839 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2840 "gdb_continue_to_end".
2841 (test_catch_syscall_with_wrong_args): Likewise.
2842 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2843 ']'. Don't set 'verbose' on.
2844 * gdb.base/foll-vfork.exp: Likewise.
2845 * gdb.base/fork-print-inferior-events.c: New file.
2846 * gdb.base/fork-print-inferior-events.exp: New file.
2847 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2848 '[Inferior ... has been killed]' message.
2849 * gdb.base/kill-after-signal.exp: Likewise.
2850 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2851 detach message.
2852 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2853 message.
2854 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2855 regexps to expect for '[Inferior ... detached]' as well.
2856 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2857
2858 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2859
2860 PR gdb/23104
2861 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2862
2863 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2864
2865 * gdb.threads/multiple-successive-infcall.c: New test.
2866 * gdb.threads/multiple-successive-infcall.exp: New file.
2867
2868 2018-04-17 Tom Tromey <tom@tromey.com>
2869
2870 * gdb.rust/simple.rs (Union): New type.
2871 (main): New local "u".
2872 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2873
2874 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2875
2876 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2877 number information in output of "whereis" command.
2878 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2879
2880 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2881
2882 * gdb.ada/info_types.exp: Adjust expected output to the line
2883 numbers now printed by "info var/func/type".
2884 * gdb.base/completion.exp: Likewise.
2885 * gdb.base/included.exp: Likewise.
2886 * gdb.cp/cp-relocate.exp: Likewise.
2887 * gdb.cp/cplusfuncs.exp: Likewise.
2888 * gdb.cp/namespace.exp: Likewise.
2889 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2890
2891 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2892
2893 * gdb.btrace/cpu.exp: New.
2894
2895 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2896
2897 * gdb.base/step-indirect-call-thunk.exp: New.
2898 * gdb.base/step-indirect-call-thunk.c: New.
2899 * gdb.reverse/step-indirect-call-thunk.exp: New.
2900 * gdb.reverse/step-indirect-call-thunk.c: New.
2901
2902 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2903
2904 * gdb.base/pie-fork.c: New file.
2905 * gdb.base/pie-fork.exp: New file.
2906
2907 2018-04-11 Tom Tromey <tom@tromey.com>
2908
2909 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2910
2911 2018-04-10 Pedro Alves <palves@redhat.com>
2912
2913 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2914 exits. Instead loop running forever.
2915 (fork_parent): Run forever too.
2916
2917 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2918
2919 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2920 mi_continue_to_line.
2921 * gdb.mi/mi-stack.c (callee4): Add comment.
2922
2923 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2924
2925 * gdb.mi/mi-stack.exp: Fix indentation.
2926
2927 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2928
2929 PR gdb/22979
2930 * gdb.arch/amd64-osabi.exp: New file.
2931
2932 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2933
2934 PR gdb/22980
2935 * gdb.base/osabi.exp: New file.
2936
2937 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2938
2939 * gdb.cp/static-typedef-print.exp: New file.
2940 * gdb.cp/static-typedef-print.cc: New file.
2941
2942 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2943
2944 * gdb.ada/varsize_limit: New testcase.
2945
2946 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2947
2948 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2949
2950 * gdb.ada/notcplusplus: New testcase.
2951
2952 * gdb.base/c-linkage-name.c: New file.
2953 * gdb.base/c-linkage-name.exp: New testcase.
2954
2955 2018-03-26 Tom Tromey <tom@tromey.com>
2956
2957 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2958 * gdb.python/py-framefilter.py (name_error): New global.
2959 (ErrorInName.function): Use name_error.
2960
2961 2018-03-26 Tom Tromey <tom@tromey.com>
2962
2963 PR backtrace/15582:
2964 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2965
2966 2018-03-23 Keith Seitz <keiths@redhat.com>
2967
2968 PR c++/22968
2969 * gdb.cp/subtypes.exp: New file.
2970 * gdb.cp/subtypes.h: New file.
2971 * gdb.cp/subtypes.cc: New file.
2972 * gdb.cp/subtypes-2.cc: New file.
2973
2974 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2975
2976 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2977 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2978 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2979 -nostartfiles when compiling the test. Confirm that all registers
2980 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2981
2982 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2983
2984 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2985 option, syntax was wrong anyway.
2986 * gdb.arch/arm-disp-step.exp: Likewise.
2987 * gdb.arch/sparc64-regs.exp: Likewise.
2988 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2989 option, syntax was wrong anyway, switch to use
2990 prepare_for_testing.
2991 * gdb.arch/i386-disp-step.exp: Likewise.
2992
2993 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2994
2995 * gdb.ada/exec_changed.exp: Replace "target_info exists
2996 use_gdb_stub" by "use_gdb_stub".
2997 * gdb.ada/start.exp: Likewise.
2998 * gdb.base/async-shell.exp: Likewise.
2999 * gdb.base/attach-pie-misread.exp: Likewise.
3000 * gdb.base/attach-wait-input.exp: Likewise.
3001 * gdb.base/break-entry.exp: Likewise.
3002 * gdb.base/break-interp.exp: Likewise.
3003 * gdb.base/dprintf-detach.exp: Likewise.
3004 * gdb.base/nostdlib.exp: Likewise.
3005 * gdb.base/solib-nodir.exp: Likewise.
3006 * gdb.base/statistics.exp: Likewise.
3007 * gdb.base/testenv.exp: Likewise.
3008 * gdb.mi/mi-exec-run.exp: Likewise.
3009 * gdb.mi/mi-start.exp: Likewise.
3010 * gdb.multi/dummy-frame-restore.exp: Likewise.
3011 * gdb.multi/multi-arch-exec.exp: Likewise.
3012 * gdb.multi/multi-arch.exp: Likewise.
3013 * gdb.multi/tids.exp: Likewise.
3014 * gdb.multi/watchpoint-multi.exp: Likewise.
3015 * gdb.python/py-events.exp: Likewise.
3016 * gdb.threads/attach-into-signal.exp: Likewise.
3017 * gdb.threads/attach-stopped.exp: Likewise.
3018 * gdb.threads/threadapply.exp: Likewise.
3019 * lib/selftest-support.exp: Likewise.
3020
3021 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3022
3023 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3024
3025 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3026
3027 * gdb.perf/template-breakpoints.cc: New file.
3028 * gdb.perf/template-breakpoints.exp: New file.
3029 * gdb.perf/template-breakpoints.py: New file.
3030
3031 2018-03-19 Tom Tromey <tom@tromey.com>
3032
3033 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3034 y0.
3035 * gdb.rust/simple.exp: Test bare identifier form of struct
3036 initializer.
3037
3038 2018-03-19 Tom Tromey <tom@tromey.com>
3039
3040 * gdb.gdb/observer.exp: Remove.
3041
3042 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3043
3044 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3045 "qualified" option when setting breakpoints.
3046 * gdb.trace/backtrace.exp: Likewise.
3047 * gdb.trace/circ.exp: Likewise.
3048 * gdb.trace/collection.exp: Likewise.
3049 * gdb.trace/disconnected-tracing.exp: Likewise.
3050 * gdb.trace/ftrace-lock.exp: Likewise.
3051 * gdb.trace/ftrace.exp: Likewise.
3052 * gdb.trace/infotrace.exp: Likewise.
3053 * gdb.trace/packetlen.exp: Likewise.
3054 * gdb.trace/passc-dyn.exp: Likewise.
3055 * gdb.trace/qtro.exp: Likewise.
3056 * gdb.trace/read-memory.exp: Likewise.
3057 * gdb.trace/report.exp: Likewise.
3058 * gdb.trace/signal.exp: Likewise.
3059 * gdb.trace/status-stop.exp: Likewise.
3060 * gdb.trace/strace.exp: Likewise.
3061 * gdb.trace/tfind.exp: Likewise.
3062 * gdb.trace/trace-break.exp: Likewise.
3063 * gdb.trace/trace-condition.exp: Likewise.
3064 * gdb.trace/trace-mt.exp: Likewise.
3065 * gdb.trace/tstatus.exp: Likewise.
3066 * gdb.trace/tsv.exp: Likewise.
3067 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3068 * gdb.trace/unavailable.exp: Likewise.
3069 * gdb.trace/while-dyn.exp: Likewise.
3070
3071 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3072
3073 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3074 that libinproctrace is copied to the target.
3075
3076 2018-03-14 Tom Tromey <tom@tromey.com>
3077
3078 PR cli/14977:
3079 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3080 a null pointer.
3081 * gdb.base/wchar.exp: Likewise.
3082
3083 2018-03-14 Tom Tromey <tom@tromey.com>
3084
3085 PR cli/19918:
3086 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3087 flag.
3088
3089 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3090
3091 PR gdb/22841
3092 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3093 "target" to remote_exec.
3094
3095 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3096
3097 PR gdb/22841
3098 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3099 ${board}_upload): Remove.
3100
3101 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3102
3103 * gdb.cp/watch-cp.cc: New test.
3104 * gdb.cp/watch-cp.exp: New file.
3105
3106 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3107
3108 * gdb.base/infcall-nested-structs.exp: New file.
3109 * gdb.base/infcall-nested-structs.c: New file.
3110 * gdb.base/float.exp: Add riscv support.
3111
3112 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3113
3114 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3115 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3116
3117 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3118
3119 * gdb.server/abspath.exp: New file.
3120 * lib/gdb.exp (with_cwd): New procedure.
3121
3122 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3123
3124 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3125 use it.
3126 (gdb_is_target_remote_prompt): New proc.
3127 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3128 (gdb_is_target_native): Pass prompt parameter to
3129 gdb_is_target_1.
3130
3131 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3132
3133 * gdb.base/load-command.c: New file.
3134 * gdb.base/load-command.exp: New file.
3135 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3136 (gdb_is_target_1): ...this, and generalize for other targets
3137 than just remote.
3138 (gdb_is_target_remote): Use gdb_is_target_1.
3139 (gdb_is_target_native): use gdb_is_target_1.
3140
3141 2018-02-26 Tom Tromey <tom@tromey.com>
3142
3143 PR python/16497:
3144 * gdb.python/py-framefilter.exp: Update test.
3145
3146 2018-02-26 Tom Tromey <tom@tromey.com>
3147
3148 * gdb.dwarf2/variant.c: New file.
3149 * gdb.dwarf2/variant.exp: New file.
3150
3151 2018-02-26 Tom Tromey <tom@tromey.com>
3152
3153 * gdb.rust/simple.exp: Accept more possible results in enum test.
3154
3155 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3156
3157 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3158 parentheses.
3159
3160 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3161
3162 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3163 name of a variable: $actual_linejj -> $actual_line.
3164
3165 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3166
3167 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3168
3169 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3170
3171 * gdb.btrace/buffer-size.exp: Do not force BTS.
3172
3173 2018-02-14 Pedro Alves <palves@redhat.com>
3174
3175 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3176 getting a "Quit".
3177
3178 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3179
3180 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3181 Fix test name.
3182
3183 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3184
3185 * gdb.cp/m-static.exp: Check type of optimized out static
3186 member.
3187
3188 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3189
3190 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3191 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3192
3193 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3194 Leszek Swirski <leszeks@google.com>
3195
3196 * gdb.python/py-prettyprint.c
3197 (struct to_string_returns_value_inner,
3198 struct to_string_returns_value_wrapper): New.
3199 (main): Add tsrvw variable.
3200 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3201 ToStringReturnsValueWrapper): New classes.
3202 (register_pretty_printers): Register new pretty-printers.
3203 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3204 recursive pretty printer.
3205 * gdb.python/py-mi.exp: Likewise.
3206
3207 2018-02-01 Leszek Swirski <leszeks@google.com>
3208
3209 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3210 functions with the same name as an include file are parsed
3211 correctly.
3212
3213 2018-02-01 Yao Qi <yao.qi@linaro.org>
3214
3215 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3216 "\[^\r\n\]*".
3217
3218 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3219
3220 * gdb.arch/powerpc-prologue-frame.s: New file.
3221 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3222 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3223
3224 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3225
3226 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3227
3228 2018-01-30 Pedro Alves <palves@redhat.com>
3229
3230 PR gdb/13211
3231 * gdb.base/interrupt-daemon.c: New.
3232 * gdb.base/interrupt-daemon.exp: New.
3233 * gdb.multi/multi-term-settings.c: New.
3234 * gdb.multi/multi-term-settings.exp: New.
3235
3236 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3237
3238 * gdb.base/break.exp: Save the location where the breakpoint
3239 on break.c:47 was actually inserted when debugging the version
3240 compiled at -O2 and use it in the expected output of the "info
3241 break" test performed soon after.
3242
3243 2018-01-22 Pedro Alves <palves@redhat.com>
3244 Sergio Durigan Junior <sergiodj@redhat.com>
3245
3246 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3247 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3248
3249 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3250
3251 * gdb.base/break-include.c, gdb.base/break-include.inc,
3252 gdb.base/break-include.exp: New files.
3253 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3254 line number now being the actual line number where the breakpoint
3255 was inserted.
3256 * gdb.mi/mi-break.exp: Likewise.
3257 * gdb.mi/mi-reverse.exp: Likewise.
3258 * gdb.mi/mi-simplerun.exp: Ditto.
3259
3260 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3261
3262 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3263 varobj.
3264 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3265
3266 2018-01-21 Don Breazeal <donb@codesourcery.com>
3267 Andrew Burgess <andrew.burgess@embecosm.com>
3268
3269 * gdb.mi/basics.c: Add new global.
3270 * gdb.mi/mi-frame-regs.exp: New file.
3271 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3272 case.
3273
3274 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3275
3276 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3277 non-parameter, and on an unknown symbol.
3278
3279 2018-01-19 Tom Tromey <tom@tromey.com>
3280
3281 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3282 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3283
3284 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3285
3286 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3287 setrlimit and chdir to int.
3288
3289 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3290
3291 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3292 function.
3293 (my_tend): Likewise.
3294 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3295 rationale of avoiding FP- and vector instructions.
3296
3297 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3298
3299 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3300 "info reg" with "\[ \t\]*".
3301 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3302 "\[ \t\]+".
3303 * gdb.arch/s390-multiarch.exp: Ditto.
3304 * gdb.base/pc-fp.exp: Ditto.
3305 * gdb.reverse/i386-precsave.exp: Ditto.
3306 * gdb.reverse/i386-reverse.exp: Ditto.
3307 * gdb.reverse/i387-env-reverse.exp: Ditto.
3308 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3309
3310 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3311
3312 * lib/gdb.exp (gdb_compile): Re-enable use of
3313 universal_compile_options for languages other than Rust.
3314
3315 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3316
3317 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3318
3319 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3320
3321 PR gdb/16577
3322 * gdb.base/solib-vanish.exp: New.
3323 * gdb.base/solib-vanish-main.c: New.
3324 * gdb.base/solib-vanish-lib1.c: New.
3325 * gdb.base/solib-vanish-lib2.c: New.
3326
3327 2018-01-17 Yao Qi <yao.qi@linaro.org>
3328
3329 * gdb.compile/compile.exp: Match the address printed for
3330 frame in the output of command "bt".
3331
3332 2018-01-15 Tom Tromey <tom@tromey.com>
3333
3334 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3335 compute sp_reg.
3336
3337 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3338
3339 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3340 to prepare.
3341 (prepare): Return 0 on error, 1 on success.
3342
3343 2018-01-12 Pedro Alves <palves@redhat.com>
3344
3345 * gdb.base/continue-after-aborted-step-over.c: New.
3346 * gdb.base/continue-after-aborted-step-over.exp: New.
3347
3348 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3349
3350 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3351 options when not creating an executable.
3352
3353 2018-01-11 Pedro Alves <palves@redhat.com>
3354
3355 PR remote/22597
3356 * gdb.server/stop-reply-no-thread.c: New file.
3357 * gdb.server/stop-reply-no-thread.exp: New file.
3358
3359 2018-01-10 Pedro Alves <palves@redhat.com>
3360
3361 PR gdb/22670
3362 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3363 functions too. Test setting breakpoints and printing C functions
3364 with no debug info too.
3365 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3366
3367 2018-01-10 Pedro Alves <palves@redhat.com>
3368
3369 PR gdb/22670
3370 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3371 a fail.
3372
3373 2018-01-10 Pedro Alves <palves@redhat.com>
3374
3375 PR gdb/22670
3376 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3377
3378 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3379
3380 * gdb.server/unittest.exp: Match the output in non-development
3381 mode.
3382
3383 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3384
3385 * gdb.gdb/unittest.exp: Match output in non-development mode.
3386
3387 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3388
3389 * gdb.ada/access_tagged_param.exp: Relax expected output
3390 for value of "ObjL" in "continue" to pck.inspect breakpoint
3391 test.
3392
3393 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3394
3395 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3396 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3397
3398 2018-01-05 Pedro Alves <palves@redhat.com>
3399
3400 PR gdb/18653
3401 * gdb.base/libsegfault.exp: New.
3402
3403 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3404
3405 PR gdb/22670
3406 * gdb.ada/access_tagged_param.exp: New file.
3407 * gdb.ada/access_tagged_param/foo.adb: New file.
3408
3409 2018-01-05 Pedro Alves <palves@redhat.com>
3410
3411 PR gdb/22670
3412 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3413 exercise lower case too, and to exercise both full matching and
3414 wild matching.
3415
3416 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3417
3418 * gdb.ada/rename_subscript_param: New testcase.
3419
3420 2018-01-05 Jerome Guitton <guitton@adacore.com>
3421
3422 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3423
3424 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3425
3426 * gdb.ada/convvar_comp: New testcase.
3427
3428 2018-01-05 Xavier Roirand <roirand@adacore.com>
3429
3430 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3431 (My_Table): New global variable.
3432 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3433
3434 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3435
3436 PR gdb/22670
3437 * gdb.ada/maint_with_ada: New testcase.
3438
3439 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3440
3441 PR gdb/22670
3442 * gdb.ada/bp_c_mixed_case: New testcase.
3443
3444 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3445
3446 PR gdb/22670
3447 * gdb.ada/complete.exp: Add "complete break ada" test.
3448
3449 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3450
3451 PR gdb/22670
3452 * gdb.ada/info_addr_mixed_case: New testcase.
3453
3454 2018-01-03 Xavier Roirand <roirand@adacore.com>
3455
3456 * gdb.ada/excep_handle.exp: New testcase.
3457 * gdb.ada/excep_handle/foo.adb: New file.
3458 * gdb.ada/excep_handle/pck.ads: New file.
3459
3460 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3461
3462 * gdb.base/step-line.c: Add extra empty line in copyright header.
3463 * gdb.base/step-line.inp: Likewise.
3464
3465 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3466
3467 * gdb.ada/dyn_stride.exp: Add slice test.
3468
3469 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3470
3471 * gdb.ada/dyn_stride: New testcase.
3472
3473 2017-12-27 Stafford Horne <shorne@gmail.com>
3474
3475 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3476 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3477
3478 2017-12-27 Stafford Horne <shorne@gmail.com>
3479
3480 * gdb.base/reggroups.c: New file.
3481 * gdb.base/reggroups.exp: New file.
3482
3483 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3484
3485 * gdb.dwarf2/ada-valprint-error.c: New file.
3486 * gdb.dwarf2/ada-valprint-error.exp: New file.
3487
3488 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3489
3490 * gdb.ada/assign_arr: New testcase.
3491
3492 2017-12-18 Xavier Roirand <roirand@adacore.com>
3493
3494 * gdb.ada/funcall_ptr: New testcase.
3495
3496 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3497
3498 PR cli/16224
3499 * gdb.base/ptype-offsets.cc: New file.
3500 * gdb.base/ptype-offsets.exp: New file.
3501
3502 2017-12-15 Yao Qi <yao.qi@linaro.org>
3503
3504 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3505 if XML is disabled.
3506
3507 2017-12-15 Xavier Roirand <roirand@adacore.com>
3508
3509 * gdb.ada/same_component_name: New testcase.
3510
3511 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3512
3513 * gdb.ada/str_binop_equal: New testcase.
3514
3515 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3516
3517 * gdb.ada/task_switch_in_core: New testcase.
3518
3519 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3520
3521 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3522 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3523 call test_bkpt_qualified.
3524 (test_bkpt_qualified): New proc.
3525
3526 2017-12-13 Pedro Alves <palves@redhat.com>
3527
3528 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3529 Tighten regexp by matching with an anchor.
3530
3531 2017-12-13 Pedro Alves <palves@redhat.com>
3532
3533 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3534 ("expression with namespace"): New set of tests.
3535 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3536 (Nested::Test_NS::qux): New.
3537 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3538 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3539
3540 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3541
3542 * gdb.base/server-del-break.c: New file.
3543 * gdb.base/server-del-break.exp: New file.
3544
3545 2017-12-12 Stafford Horne <shorne@gmail.com>
3546
3547 * gdb.xml/tdesc-regs.exp: Add or1k support.
3548
3549 2017-12-12 Stafford Horne <shorne@gmail.com>
3550
3551 * gdb.base/bp-permanent.c: Define nop of or1k.
3552
3553 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3554
3555 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3556 output with components being reordered.
3557
3558 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3559
3560 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3561 output with components being reordered.
3562
3563 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3564 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.base/maint.exp (check for .gdb_index): Check also for
3567 .debug_names.
3568 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3569 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3570 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3571 (.gdb_index used after symbol reloading): Support also .debug_names.
3572 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3573
3574 2017-12-08 Yao Qi <yao.qi@linaro.org>
3575
3576 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3577 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3578
3579 2017-12-08 Yao Qi <yao.qi@linaro.org>
3580
3581 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3582 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3583
3584 2017-12-08 Yao Qi <yao.qi@linaro.org>
3585
3586 * gdb.arch/aarch64-tagged-pointer.c: New file.
3587 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3588
3589 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3590
3591 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3592 "int".
3593
3594 2017-12-07 Keith Seitz <keiths@redhat.com>
3595
3596 PR breakpoints/22569
3597 * gdb.linespec/ls-errs.exp: Change expected result of "break
3598 -source this file has spaces.c -line 3".
3599 Check that an explicit source file followed by whitespace is
3600 identified as an invalid explicit location.
3601
3602 2017-12-07 Keith Seitz <keiths@redhat.com>
3603
3604 * gdb.cp/nested-types.cc: New file.
3605 * gdb.cp/nested-types.exp: New file.
3606 * lib/cp-support.exp: Load data-structures.exp library.
3607 (debug_cp_test_ptype_class): New global.
3608 (cp_ptype_class_verbose, next_line): New procedures.
3609 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3610 Add and document new return value.
3611 Switch the list of lines to a queue.
3612 Add support for new `type' key for nested type definitions.
3613 Add debugging/troubleshooting messages.
3614 * lib/data-structures.exp: New file.
3615
3616 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3617
3618 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3619 with proc_with_prefix, don't use with_test_prefix.
3620
3621 2017-12-07 Tom Tromey <tom@tromey.com>
3622
3623 * gdb.base/break.exp: Add test for empty "commands".
3624
3625 2017-12-07 Yao Qi <yao.qi@linaro.org>
3626
3627 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3628 malloc and catch syscall.
3629
3630 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3631
3632 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3633 tests for explicit locations.
3634
3635 2017-12-06 Pedro Alves <palves@redhat.com>
3636
3637 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3638 force-disabling XML descriptions.
3639
3640 2017-12-04 Pedro Alves <palves@redhat.com>
3641
3642 PR gdb/22499
3643 * gdb.arch/amd64-disp-step-avx.S: New file.
3644 * gdb.arch/amd64-disp-step-avx.exp: New file.
3645
3646 2017-12-03 Pedro Alves <palves@redhat.com>
3647
3648 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3649 and <string.h>.
3650 (parent_function): Print distinct messages when waitpid fails, or
3651 the child exits with a signal, or the child exits for an unhandled
3652 reason.
3653 * gdb.threads/process-dies-while-detaching.exp
3654 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3655 it. Wait for both inferior output and GDB's prompt. Use an
3656 indirect spawn id list.
3657 (do_detach): New parameter 'child_exit'. Use it to compute
3658 expected inferior output.
3659 (test_detach, test_detach_watch, test_detach_killed_outside):
3660 Adjust to pass down the expected child exit kind.
3661
3662 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3663 Sergio Durigan Junior <sergiodj@redhat.com>
3664 Pedro Alves <palves@redhat.com>
3665
3666 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3667
3668 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3669
3670 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3671 to 'symbol-file' and 'add-symbol-file' can be
3672 position-independent.
3673
3674 2017-12-01 Yao Qi <yao.qi@linaro.org>
3675
3676 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3677 the URL in copyright header.
3678 * gdb.arch/aarch64-fp.exp: Likewise.
3679 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3680 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3681 * gdb.base/expand-psymtabs.exp: Likewise.
3682 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3683 * gdb.fortran/common-block.exp: Likewise.
3684 * gdb.fortran/common-block.f90: Likewise.
3685 * gdb.fortran/logical.exp: Likewise.
3686 * gdb.fortran/vla-datatypes.f90: Likewise.
3687 * gdb.fortran/vla-sub.f90: Likewise.
3688
3689 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3690
3691 * gdb.ada/repeat_dyn: New testcase.
3692
3693 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3694
3695 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3696 Update for changed thread numbering.
3697 * gdb.cell/bt.exp: Update for changed GDB output.
3698
3699 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3700
3701 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3702 setting isremote by hand.
3703 * boards/dwarf4-gdb-index.exp: Likewise.
3704 * boards/fission.exp: Likewise.
3705 * boards/stabs.exp: Likewise.
3706
3707 2017-11-30 Pedro Alves <palves@redhat.com>
3708
3709 * gdb.linespec/cpls-ops.exp
3710 (check_explicit_skips_function_argument): Extract the underlying
3711 type of size_t instead of hardcoding it.
3712
3713 2017-11-29 Pedro Alves <palves@redhat.com>
3714
3715 PR c++/19436
3716 * gdb.linespec/cpls-abi-tag.cc: New file.
3717 * gdb.linespec/cpls-abi-tag.exp: New file.
3718
3719 2017-11-29 Pedro Alves <palves@redhat.com>
3720
3721 * gdb.base/langs.exp: Use -qualified.
3722 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3723 it.
3724 * gdb.cp/namespace.exp: Use -qualified.
3725 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3726 (overload-3, template-overload, template-ret-type, const-overload)
3727 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3728 procedures.
3729 (test_driver): Call them.
3730 * gdb.cp/save-bp-qualified.cc: New.
3731 * gdb.cp/save-bp-qualified.exp: New.
3732 * gdb.linespec/explicit.exp: Test -qualified.
3733 * lib/completion-support.exp (completion::explicit_opts_list): Add
3734 "-qualified".
3735 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3736
3737 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3738
3739 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3740
3741 2017-11-29 Tom Tromey <tom@tromey.com>
3742
3743 * gdb.base/relocate.exp: Update invalid argument test.
3744 Add new tests for invalid arguments.
3745
3746 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3747
3748 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3749 Return 0 as a long.
3750 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3751
3752 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3753
3754 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3755 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3756 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3757 func ().
3758 * gdb.cp/shadow.cc (B.func): Return 0.
3759
3760 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3761
3762 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3763 expected output in gdb_expect call to allow the exception
3764 message to be present as well. Fix syntax confusion to avoid
3765 TCL thinking that exception_name is an array.
3766
3767 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3768
3769 * gdb.arch/spu-info.c: Include <unistd.h>.
3770 (do_signal_test): Fix broken calls to write.
3771 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3772 Fix checks for empty mailboxes. Update signal tests for corrected
3773 do_signal_test routine. Allow nonzero event status.
3774 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3775 * gdb.cell/arch.exp: Use standard_output_file.
3776 * gdb.cell/break.exp: Likewise.
3777 * gdb.cell/bt.exp: Likewise.
3778 * gdb.cell/core.exp: Likewise.
3779 * gdb.cell/dwarfaddr.exp: Likewise.
3780 * gdb.cell/ea-cache.exp: Likewise.
3781 * gdb.cell/ea-standalone.exp: Likewise.
3782 * gdb.cell/f-regs.exp: Likewise.
3783 * gdb.cell/fork.exp: Likewise.
3784 * gdb.cell/gcore.exp: Likewise.
3785 * gdb.cell/mem-access.exp: Likewise.
3786 * gdb.cell/ptype.exp: Likewise.
3787 * gdb.cell/registers.exp: Likewise.
3788 * gdb.cell/sizeof.exp: Likewise.
3789 * gdb.cell/solib-symbol.exp: Likewise.
3790 * gdb.cell/solib.exp: Likewise.
3791
3792 2017-11-25 Pedro Alves <palves@redhat.com>
3793
3794 * gdb.base/complete-empty.exp: New file.
3795 * gdb.base/completion.exp: Adjust.
3796
3797 2017-11-25 Pedro Alves <palves@redhat.com>
3798
3799 * gdb.linespec/cpls-ops.cc: New file.
3800 * gdb.linespec/cpls-ops.exp: New file.
3801 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3802 factored out from ...
3803 (test_complete_prefix_range): ... this.
3804
3805 2017-11-24 Pedro Alves <palves@redhat.com>
3806
3807 * gdb.linespec/cpcompletion.exp: New file.
3808 * gdb.linespec/cpls-hyphen.cc: New file.
3809 * gdb.linespec/cpls.cc: New file.
3810 * gdb.linespec/cpls2.cc: New file.
3811 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3812 test to use test_gdb_complete_unique. Add label completion,
3813 keyword completion and explicit location completion tests.
3814 * lib/completion-support.exp: New file.
3815
3816 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3817
3818 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3819 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3820 when hitting an exception catchpoint.
3821
3822 2017-11-22 Yao Qi <yao.qi@linaro.org>
3823
3824 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3825
3826 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3827
3828 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3829 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3830 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3831
3832 2017-11-22 Yao Qi <yao.qi@linaro.org>
3833
3834 * gdb.base/info-os.exp: Pass pthreads.
3835 * gdb.multi/multi-attach.exp: Likewise.
3836
3837 2017-11-22 Yao Qi <yao.qi@linaro.org>
3838
3839 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3840 compiler.
3841
3842 2017-11-22 Yao Qi <yao.qi@linaro.org>
3843
3844 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3845 * gdb.base/break-interp.exp: Likewise.
3846 * gdb.base/jit-attach-pie.exp: Likewise.
3847
3848 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3849
3850 * gdb.base/float128.c (large128): New variable.
3851 * gdb.base/float128.exp: Add test to print largest __float128 value.
3852
3853 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3854
3855 * gdb.arch/vsx-regs.exp: Update register content checks.
3856
3857 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3858
3859 * gdb.arch/ppc-longdouble.exp: New file.
3860 * gdb.arch/ppc-longdouble.c: Likewise.
3861
3862 2017-11-21 Pedro Alves <palves@redhat.com>
3863
3864 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3865
3866 2017-11-20 Pedro Alves <palves@redhat.com>
3867
3868 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3869 (long_double_typedef): New typedefs.
3870 Use DEF on double and long double.
3871 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3872 cases.
3873 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3874 and 'long_double_ptr_same_size' locals. Use them to decide
3875 whether cast from array/function to float is valid/invalid.
3876
3877 2017-11-17 Tom Tromey <tom@tromey.com>
3878
3879 * gdb.rust/traits.rs: New file.
3880 * gdb.rust/traits.exp: New file.
3881
3882 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3883
3884 * gdb.ada/minsyms: New testcase.
3885
3886 2017-11-16 Pedro Alves <palves@redhat.com>
3887
3888 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3889 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3890
3891 2017-11-16 Pedro Alves <palves@redhat.com>
3892
3893 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3894 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3895
3896 2017-11-16 Pedro Alves <palves@redhat.com>
3897
3898 * gdb.server/reconnect-ctrl-c.c: New file.
3899 * gdb.server/reconnect-ctrl-c.exp: New file.
3900
3901 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3902
3903 * gdb.python/py-rbreak.exp: New file.
3904 * gdb.python/py-rbreak.c: New file.
3905 * gdb.python/py-rbreak-func2.c: New file.
3906
3907 2017-11-16 Pedro Alves <palves@redhat.com>
3908
3909 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3910 pattern.
3911 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3912 GDB.
3913
3914 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3915
3916 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3917 regex.
3918
3919 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3920
3921 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3922 test names.
3923
3924 2017-11-09 Pedro Alves <palves@redhat.com>
3925
3926 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3927 factored out from ...
3928 (top level): ... here, and adjusted to avoid expecting beyond the
3929 prompt in a single gdb_test_multiple.
3930
3931 2017-11-09 Pedro Alves <palves@redhat.com>
3932
3933 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3934 output.
3935 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3936 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3937 * gdb.server/ext-run.exp ("kill" test): Likewise.
3938 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3939
3940 2017-11-09 Pedro Alves <palves@redhat.com>
3941
3942 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3943 match till end of line.
3944
3945 2017-11-09 Pedro Alves <palves@redhat.com>
3946
3947 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3948
3949 2017-11-09 Pedro Alves <palves@redhat.com>
3950
3951 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3952 New procedures, factored out from ...
3953 (top level): ... here, and adjusted to avoid expecting beyond the
3954 prompt in one go.
3955
3956 2017-11-09 Pedro Alves <palves@redhat.com>
3957
3958 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3959 output. Fix '?' match.
3960
3961 2017-11-08 Joel Brobecker <brobecker@adacore.com>
3962
3963 * gdb.ada/scoped_watch: New testcase.
3964 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3965 which is actually correct.
3966 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3967 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3968
3969 2017-11-08 Pedro Alves <palves@redhat.com>
3970
3971 * gdb.gdb/complaints.exp (test_initial_complaints)
3972 (test_serial_complaints, test_short_complaints): Call
3973 complaint_internal instead of complaint.
3974
3975 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3976
3977 * gdb.threads/tls-core.c: New file.
3978 * gdb.threads/tls-core.exp: Likewise.
3979
3980 2017-11-08 Pedro Alves <palves@redhat.com>
3981
3982 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3983 (p Exported_Capitalized): New test.
3984 (p exported_capitalized): New test.
3985
3986 2017-11-07 Pedro Alves <palves@redhat.com>
3987
3988 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3989
3990 2017-11-07 Pedro Alves <palves@redhat.com>
3991
3992 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3993 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3994 (disable_invalid, disable_inverted, disable_negative): New
3995 procedures.
3996 ("bad numbers"): New set of tests.
3997
3998 2017-11-07 Pedro Alves <palves@redhat.com>
3999
4000 * gdb.cp/ena-dis-br-range.exp: Add tests.
4001
4002 2017-11-07 Pedro Alves <palves@redhat.com>
4003
4004 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4005
4006 2017-11-07 Xavier Roirand <roirand@adacore.com>
4007 Pedro Alves <palves@redhat.com>
4008
4009 * gdb.base/ena-dis-br.exp: Add reference to
4010 gdb.cp/ena-dis-br-range.exp.
4011 * gdb.cp/ena-dis-br-range.exp: New file.
4012 * gdb.cp/ena-dis-br-range.cc: New file.
4013
4014 2017-11-06 Pedro Alves <palves@redhat.com>
4015
4016 * gdb.base/attach-non-pgrp-leader.c: New.
4017 * gdb.base/attach-non-pgrp-leader.exp: New.
4018
4019 2017-11-06 Pedro Alves <palves@redhat.com>
4020
4021 * configure.ac: No longer check for termio.h and sgtty.h.
4022 * configure: Regenerate.
4023 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4024 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4025 Remove termio and sgtty code.
4026
4027 2017-11-03 Yao Qi <yao.qi@linaro.org>
4028
4029 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4030 in GDB is disabled.
4031
4032 2017-11-03 Yao Qi <yao.qi@linaro.org>
4033
4034 * gdb.python/py-thrhandle.exp: Skip it if python is not
4035 enabled.
4036
4037 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4038
4039 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4040 as a breakpoint command.
4041
4042 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4043
4044 PR python/21213
4045 * gdb.python/py-infthread.exp: Test calling
4046 InferiorThread.inferior () multiple times in a row.
4047
4048 2017-10-27 Keith Seitz <keiths@redhat.com>
4049
4050 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4051 Test "info break" for every inlined function breakpoint.
4052
4053 2017-10-27 Yao Qi <yao.qi@linaro.org>
4054
4055 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4056
4057 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4058
4059 * gdb.cp/classes.exp (test_static_members): Test printing
4060 Outer::instance.
4061 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4062 (Inner::instance, Outer::instance): New.
4063
4064 2017-10-24 Pedro Alves <palves@redhat.com>
4065
4066 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4067 extra console" test in two stages.
4068
4069 2017-10-24 Pedro Alves <palves@redhat.com>
4070
4071 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4072
4073 2017-10-24 Pedro Alves <palves@redhat.com>
4074
4075 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4076 loop.
4077
4078 2017-10-24 Pedro Alves <palves@redhat.com>
4079
4080 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4081 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4082
4083 2017-10-24 Pedro Alves <palves@redhat.com>
4084
4085 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4086 parameter and handle it. Don't output read value in test name.
4087
4088 2017-10-24 Pedro Alves <palves@redhat.com>
4089
4090 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4091 custom test name.
4092
4093 2017-10-24 Pedro Alves <palves@redhat.com>
4094
4095 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4096 include the unstable output directory name in the test's name.
4097 (initial_setup_simple) <'set args'>: Use custom test name.
4098
4099 2017-10-24 Pedro Alves <palves@redhat.com>
4100
4101 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4102 with explicit test name.
4103
4104 2017-10-20 Pedro Alves <palves@redhat.com>
4105
4106 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4107 'wait -i'. Use gdb_assert and remote_close.
4108
4109 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4110
4111 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4112 number from variable rather than hard-coded.
4113
4114 2017-10-19 Pedro Alves <palves@redhat.com>
4115
4116 * gdb.base/long-inferior-output.c: New file.
4117 * gdb.base/long-inferior-output.exp: New file.
4118
4119 2017-11-18 Keith Seitz <keiths@redhat.com>
4120
4121 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4122 method.
4123 (main): Call it.
4124 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4125 Add additional user-defined conversion operator tests.
4126
4127 2017-10-17 Pedro Alves <palves@redhat.com>
4128
4129 * boards/native-stdio-gdbserver.exp: Load "local-board".
4130
4131 2017-10-17 Pedro Alves <palves@redhat.com>
4132
4133 * gdb.base/quit-live.c: New file.
4134 * gdb.base/quit-live.exp: New file.
4135
4136 2017-10-16 Keith Seitz <keiths@redhat.com>
4137
4138 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4139 (class_with_protected_typedef, class_with_private_typedef)
4140 (struct_with_public_typedef, struct_with_protected_typedef)
4141 (struct_with_private_typedef): New classes/structs.
4142 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4143 typedefs and access specifiers.
4144
4145 2017-10-16 Pedro Alves <palves@redhat.com>
4146 Simon Marchi <simon.marchi@polymtl.ca>
4147
4148 * README (Local vs Remote vs Native): New section.
4149 * boards/local-board.exp: New file, with bits factored out from
4150 ...
4151 * boards/native-extended-gdbserver.exp: ... here. Load
4152 "local-board".
4153 * boards/native-gdbserver.exp: Load "local-board".
4154 (${board}_spawn, ${board}_exec): Delete.
4155 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4156 ...
4157 * boards/stdio-gdbserver-base.exp: ... this new file.
4158 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4159 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4160 procedure.
4161 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4162 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4163 stdio_gdbserver_command.
4164 (${board}_get_remote_address, ${board}_get_comm_port)
4165 (${board}_download, ${board}_upload): Delete.
4166 (get_target_remote_pipe_cmd): New.
4167
4168 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4169
4170 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4171 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4172 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4173 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4174 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4175 remove with_test_prefix.
4176
4177 2017-10-13 Pedro Alves <palves@redhat.com>
4178
4179 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4180 * gdb.base/annota1.exp: Use it instead of is_remote.
4181 * gdb.base/annota3.exp: Use it instead of is_remote.
4182 * gdb.cp/annota2.exp: Use it instead of is_remote.
4183 * gdb.cp/annota3.exp: Use it instead of is_remote.
4184 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4185
4186 2017-10-13 Pedro Alves <palves@redhat.com>
4187
4188 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4189 (test_num_test_vars, run_and_count_vars, find_env)
4190 (test_set_unset_env, test_inherit_env_var): New procedures.
4191 (top level): Use them.
4192
4193 2017-10-13 Pedro Alves <palves@redhat.com>
4194
4195 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4196 also skip on stub-like targets.
4197
4198 2017-10-13 Pedro Alves <palves@redhat.com>
4199
4200 PR gdb/22293
4201 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4202 (top level): Move some tests to ...
4203 (test_not_found): ... this new procedure.
4204 (top level): Call it.
4205
4206 2017-10-13 Pedro Alves <palves@redhat.com>
4207
4208 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4209 expect different "info terminal" output if testing with a
4210 non-native target.
4211
4212 2017-10-13 Pedro Alves <palves@redhat.com>
4213 Simon Marchi <simon.marchi@polymtl.ca>
4214
4215 PR python/12966
4216 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4217
4218 2017-10-13 Pedro Alves <palves@redhat.com>
4219
4220 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4221 already.
4222
4223 2017-10-13 Pedro Alves <palves@redhat.com>
4224
4225 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4226 is_remote.
4227
4228 2017-10-13 Pedro Alves <palves@redhat.com>
4229
4230 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4231 is_remote.
4232
4233 2017-10-13 Pedro Alves <palves@redhat.com>
4234
4235 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4236 is set.
4237 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4238 instead of is_remote.
4239
4240 2017-10-13 Pedro Alves <palves@redhat.com>
4241
4242 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4243 (top level): Add comment.
4244
4245 2017-10-13 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.base/remote.exp (top level): Fix comment typo and add
4248 missing return.
4249
4250 2017-10-13 Pedro Alves <palves@redhat.com>
4251 Simon Marchi <simon.marchi@polymtl.ca>
4252
4253 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4254 calls and add comments. Skip test if use_gdb_stub is set.
4255 (top level): Use "set cwd" command instead of "cd" command.
4256
4257 2017-10-13 Pedro Alves <palves@redhat.com>
4258
4259 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4260 is_remote target check.
4261
4262 2017-10-13 Pedro Alves <palves@redhat.com>
4263
4264 * gdb.base/scope.exp: Use build_executable + clean_restart +
4265 gdb_file_cmd instead of prepare_for_testing and no longer skip
4266 "before run" tests on is_remote target boards. Update comments.
4267 * boards/native-extended-gdbserver.exp
4268 (extended_gdbserver_load_last_file): New, factored out from ...
4269 (gdb_load): ... this. Move further below and add comment.
4270 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4271
4272 2017-10-12 Pedro Alves <palves@redhat.com>
4273
4274 * gdb.base/attach.exp: Remove references to gdb64.
4275 * gdb.base/dbx.exp: Remove references to gdb64.
4276
4277 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4278 Pedro Alves <palves@redhat.com>
4279
4280 * gdb.base/label.exp: Remove is_remote target check.
4281
4282 2017-10-12 Pedro Alves <palves@redhat.com>
4283
4284 * gdb.base/auvx.exp (coredir): Update comment.
4285 (top level) <core_works>: Use "set cwd" command instead of "cd"
4286 command.
4287
4288 2017-10-12 Pedro Alves <palves@redhat.com>
4289 Simon Marchi <simon.marchi@polymtl.ca>
4290
4291 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4292 target boards.
4293
4294 2017-10-12 Pedro Alves <palves@redhat.com>
4295 Simon Marchi <simon.marchi@polymtl.ca>
4296
4297 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4298 Instead skip if there's any gdb_protocol set.
4299
4300 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4301 Pedro Alves <palves@redhat.com>
4302
4303 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4304
4305 2017-10-12 Pedro Alves <palves@redhat.com>
4306 Simon Marchi <simon.marchi@polymtl.ca>
4307
4308 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4309 instead of on dejagnu remote boards.
4310
4311 2017-10-12 Pedro Alves <palves@redhat.com>
4312 Simon Marchi <simon.marchi@polymtl.ca>
4313
4314 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4315 checks. Use build_executable + clean_restart instead of
4316 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4317 of enabling non-stop after starting gdb.
4318
4319 2017-10-12 Pedro Alves <palves@redhat.com>
4320
4321 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4322 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4323 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4324 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4325
4326 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4327
4328 * gdb.arch/arc-tdesc-cpu.exp: New file.
4329 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4330
4331 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4332
4333 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4334
4335 2017-10-10 Pedro Alves <palves@redhat.com>
4336
4337 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4338 expect CLI output.
4339
4340 2017-10-10 Pedro Alves <palves@redhat.com>
4341
4342 * lib/selftest-support.exp (selftest_setup): Update for
4343 captured_command_loop's prototype change.
4344
4345 2017-10-09 Pedro Alves <palves@redhat.com>
4346
4347 Test both arch1=>arch2 and arch2=>arch1.
4348
4349 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4350 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4351 factored out to...
4352 (append_arch1_options, append_arch2_options, append_arch_options)
4353 (build_executables): New procedures.
4354 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4355 local.
4356 (top level): Add new 'first_arch' testing axis.
4357
4358 2017-10-09 Pedro Alves <palves@redhat.com>
4359
4360 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4361 (barrier): New.
4362 (thread_start, all_started): New functions.
4363 (main): Spawn new thread and wait until it is scheduled.
4364 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4365 option.
4366 (do_test): Add 'selected_thread' parameter. Run to all_started
4367 instead of main. Explicitly set the breakpoint at main. Switch
4368 to the SELECTED_THREAD thread.
4369 (top level): Test handling the exec event with either the main
4370 thread or the second thread selected.
4371
4372 2017-10-09 Pedro Alves <palves@redhat.com>
4373
4374 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4375 logic. Move STOP marker after the value checks.
4376 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4377 regexp.
4378
4379 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4380
4381 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4382
4383 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4384
4385 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4386 integer-to-dfp conversion.
4387 * gdb.base/dfp-test.exp: Likewise.
4388
4389 2017-10-04 Pedro Alves <palves@redhat.com>
4390
4391 * gdb.multi/hangout.c: Include <unistd.h>.
4392 (hangout_loop): New function.
4393 (main): Call alarm. Call hangout_loop in a loop.
4394 * gdb.multi/hello.c: Include <unistd.h>.
4395 (hello_loop): New function.
4396 (main): Call alarm. Call hangout_loop in a loop.
4397 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4398 inferior with the other selected.
4399
4400 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4401
4402 * gdb.mi/list-thread-groups-available.exp: New file.
4403 * gdb.mi/list-thread-groups-available.c: New file.
4404
4405 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4406
4407 * gdb.base/set-cwd.exp: Make it available on
4408 native-extended-gdbserver.
4409
4410 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4411
4412 * gdb.base/set-cwd.c: New file.
4413 * gdb.base/set-cwd.exp: Likewise.
4414
4415 2017-10-02 Tom Tromey <tom@tromey.com>
4416
4417 PR rust/22236:
4418 * gdb.rust/simple.rs (main): New variable "fslice".
4419 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4420
4421 2017-10-02 Tom Tromey <tom@tromey.com>
4422
4423 * gdb.rust/simple.exp: Test ptype of a slice.
4424
4425 2017-10-02 Tom Tromey <tom@tromey.com>
4426
4427 * gdb.rust/simple.exp: Test index of slice.
4428
4429 2017-09-27 Tom Tromey <tom@tromey.com>
4430
4431 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4432
4433 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4434 Pedro Alves <palves@redhat.com>
4435
4436 * gdb.base/compare-sections.exp (get value of read-only section): Read
4437 as unsigned value.
4438 (corrupt read-only section): Likewise and don't set written if patching
4439 failed.
4440
4441 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4442
4443 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4444 files.
4445
4446 2017-09-20 Pedro Alves <palves@redhat.com>
4447
4448 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4449 symbol names in gdb's output.
4450 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4451
4452 2017-09-20 Pedro Alves <palves@redhat.com>
4453
4454 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4455 Rename to ...
4456 (test_list_ambiguous_symbol): ... this and add a symbol name
4457 parameter. Adjust.
4458 (test_list_ambiguous_function): Reimplement on top of
4459 test_list_ambiguous_symbol and also test listing ambiguous
4460 variables.
4461 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4462 (ambiguous_fun): ... this.
4463 (ambiguous_var): New.
4464 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4465 (ambiguous_fun): ... this.
4466 (ambiguous_var): New.
4467
4468 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4469
4470 * gdb.base/starti.c: New file.
4471 * gdb.base/starti.exp: New file.
4472 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4473
4474 2017-09-14 Pedro Alves <palves@redhat.com>
4475
4476 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4477 (top level): Use it instead of runto.
4478
4479 2017-09-11 Tom Tromey <tom@tromey.com>
4480
4481 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4482
4483 2017-09-11 Tom Tromey <tom@tromey.com>
4484
4485 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4486 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4487
4488 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4489
4490 * gdb.fortran/printing-types.exp: New file.
4491 * gdb.fortran/printing-types.exp: New file.
4492
4493 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4494
4495 * gdb.fortran/vla-ptype.exp: Fix typos.
4496 * gdb.fortran/vla-value.exp: Same.
4497
4498 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4499
4500 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4501 * gdb.mi/mi-var-child-f.exp: Likewise.
4502 * gdb.mi/mi-vla-fortran.exp: Likewise.
4503
4504 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4505 Christoph Weinmann <christoph.t.weinmann@intel.com>
4506 Bernhard Heckel <bernhard.heckel@intel.com>
4507
4508 * gdb.fortran/ptr-indentation.f90: New file.
4509 * gdb.fortran/ptr-indentation.exp: New file.
4510
4511 2017-09-05 Tom Tromey <tom@tromey.com>
4512
4513 PR gdb/22010:
4514 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4515
4516 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4517
4518 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4519
4520 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4521
4522 * gdb.threads/tls-nodebug-pie.c: New file.
4523 * gdb.threads/tls-nodebug-pie.exp: New file.
4524
4525 2017-09-05 Tom Tromey <tom@tromey.com>
4526
4527 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4528 for rust.
4529
4530 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4531
4532 * gdb.multi/multi-arch-exec.exp: Test with different
4533 "follow-exec-mode" settings.
4534 (do_test): New procedure.
4535
4536 2017-09-04 Pedro Alves <palves@redhat.com>
4537
4538 * gdb.base/func-static.c (S::method const, S::method volatile)
4539 (S::method volatile const): New methods.
4540 (c_s, v_s, cv_s): New instances.
4541 (main): Call method() on them.
4542 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4543 (cannot_resolve): New procedure.
4544 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4545 print-quote-unquoted columns.
4546 (do_test): Test printing each scope too.
4547
4548 2017-09-04 Pedro Alves <palves@redhat.com>
4549
4550 * gdb.base/local-static.exp: Also test with
4551 class::method::variable wholly quoted.
4552 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4553
4554 2017-09-04 Pedro Alves <palves@redhat.com>
4555
4556 * gdb.base/local-static.c: New.
4557 * gdb.base/local-static.cc: New.
4558 * gdb.base/local-static.exp: New.
4559
4560 2017-09-04 Pedro Alves <palves@redhat.com>
4561
4562 * gdb.asm/asm-source.exp: Add casts to int.
4563 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4564 (dataglobal64_1, dataglobal64_2): New globals.
4565 * gdb.base/nodebug.exp: Test different expressions involving the
4566 new globals, with print, whatis and ptype. Add casts to int.
4567 * gdb.base/solib-display.exp: Add casts to int.
4568 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4569 * gdb.cp/m-static.exp: Add cast to int.
4570 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4571 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4572 tls variable with no debug info without a cast. Test with a cast
4573 to int too.
4574 * gdb.trace/entry-values.exp: Add casts.
4575
4576 2017-09-04 Pedro Alves <palves@redhat.com>
4577
4578 * gdb.base/nodebug.exp: Test that ptype's error about functions
4579 with unknown return type includes the function name too.
4580
4581 2017-09-04 Pedro Alves <palves@redhat.com>
4582
4583 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4584 return type of munmap in infcall.
4585 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4586 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4587 type of ftell in infcall.
4588 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4589 type of getpid in infcall.
4590 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4591 infcall.
4592 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4593 Bail on failure to extract the pid.
4594 * gdb.base/nodebug.c: #include <stdint.h>.
4595 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4596 New functions.
4597 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4598 Change expected output of print/whatis/ptype with functions with
4599 no debug info. Test all supported languages. Call
4600 test_call_promotion.
4601 * gdb.compile/compile.exp: Adjust expected output to expect
4602 warning.
4603 * gdb.threads/siginfo-threads.exp: Likewise.
4604
4605 2017-09-04 Pedro Alves <palves@redhat.com>
4606
4607 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4608 "prototypes". Test calling float functions via prototyped and
4609 unprototyped function pointers.
4610 (perform_all_tests): New parameter "prototypes". Pass it down.
4611 (top level): Pass down "prototypes" parameter to
4612 perform_all_tests.
4613
4614 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4615
4616 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4617 Test with nested loops.
4618
4619 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4620
4621 * gdb.base/commands.exp: Call the new procedures.
4622 (loop_break_test, loop_continue_test): New procedures.
4623
4624 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4625
4626 * gdb.base/commands.exp: Call new procedure.
4627 (define_if_without_arg_test): New procedure.
4628
4629 2017-09-04 Pedro Alves <palves@redhat.com>
4630
4631 * gdb.base/list-ambiguous.exp: New file.
4632 * gdb.base/list-ambiguous0.c: New file.
4633 * gdb.base/list-ambiguous1.c: New file.
4634 * gdb.base/list.exp (test_list_range): Adjust expected output.
4635
4636 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4637
4638 * gdb.base/share-env-with-gdbserver.c: New file.
4639 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4640
4641 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4642
4643 * gdb.base/commands.exp (gdbvar_simple_if_test,
4644 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4645 progvar_simple_if_test, progvar_simple_while_test,
4646 progvar_complex_if_while_test, user_defined_command_test,
4647 user_defined_command_args_eval,
4648 user_defined_command_args_stack_test,
4649 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4650 temporary_breakpoint_commands,
4651 gdb_test_no_prompt, redefine_hook_test,
4652 redefine_backtrace_test): Remove "global gdb_prompt".
4653
4654 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4655
4656 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4657 New proc, call it from toplevel.
4658
4659 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4660
4661 PR remote/21852
4662 * gdb.server/normal.c: New file, copied from gdb.base.
4663 * gdb.server/run-without-local-binary.exp: New file.
4664
4665 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4666
4667 * gdb.arch/sparc64-adi.exp: New file.
4668 * gdb.arch/sparc64-adi.c: New file.
4669
4670 2017-08-22 Pedro Alves <palves@redhat.com>
4671
4672 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4673 (top level): Add "list all overloads" tests.
4674
4675 2017-08-22 Tom Tromey <tom@tromey.com>
4676
4677 * gdb.gdb/xfullpath.exp: Remove.
4678
4679 2017-08-21 Pedro Alves <palves@redhat.com>
4680
4681 PR gdb/19487
4682 * gdb.base/symbol-alias.c: New.
4683 * gdb.base/symbol-alias2.c: New.
4684 * gdb.base/symbol-alias.exp: New.
4685
4686 2017-08-21 Pedro Alves <palves@redhat.com>
4687
4688 * gdb.base/dfp-test.c
4689 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4690 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4691 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4692 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4693 * gdb.base/whatis-ptype-typedefs.c: New.
4694 * gdb.base/whatis-ptype-typedefs.exp: New.
4695 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4696 (an_int, an_int_type, an_int_type2): New globals.
4697 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4698 involving typedefs and cast expressions.
4699 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4700 (lookup_typedefs_function): New.
4701 (typedefs_pretty_printers_dict): New.
4702 (top level): Register lookup_typedefs_function in
4703 gdb.pretty_printers.
4704
4705 2017-08-18 Yao Qi <yao.qi@linaro.org>
4706
4707 * gdb.server/unittest.exp: New.
4708
4709 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4710
4711 PR gdb/21954
4712 * gdb.base/environ.exp: Add test to check if 'unset environment'
4713 works.
4714
4715 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4716
4717 * lib/gdb.exp (universal_compile_options): New caching proc.
4718 (gdb_compile): Suppress GCC's coloring of messages.
4719
4720 2017-08-14 Tom Tromey <tom@tromey.com>
4721
4722 PR gdb/21675:
4723 * gdb.base/printcmds.exp (test_radices): New function.
4724 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4725 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4726 * lib/gdb.exp (get_integer_valueof): Use p/d.
4727
4728 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4729
4730 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4731 characters.
4732
4733 2017-08-05 Tom Tromey <tom@tromey.com>
4734
4735 * gdb.rust/simple.exp: Allow String to appear in a different
4736 namespace.
4737
4738 2017-07-26 Yao Qi <yao.qi@linaro.org>
4739
4740 * gdb.gdb/unittest.exp: Invoke command
4741 "maintenance check xml-descriptions".
4742
4743 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4744
4745 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4746 calling context.
4747 (hex128): Drop erroneous calculation of parameters.
4748
4749 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4750
4751 * gdb.python/py-unwind.exp: Disable stack protection when
4752 building test file.
4753
4754 2017-07-20 Pedro Alves <palves@redhat.com>
4755
4756 * gdb.base/default.exp (set language): Adjust expected output.
4757
4758 2017-07-20 Pedro Alves <palves@redhat.com>
4759
4760 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4761 (test_minsym): ... this, and make static.
4762 (get_pck__foo__bar__minsym): Rename to ...
4763 (get_test_minsym): ... this.
4764 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4765 symbol names and comments.
4766 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4767 (get_test_minsym): ... this.
4768 (pck__foo__bar__minsym__2): Rename to ...
4769 (test_minsym): ... this.
4770 (main): Adjust.
4771
4772 2017-07-17 Pedro Alves <palves@redhat.com>
4773
4774 * gdb.base/completion.exp: Adjust expected output.
4775 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4776 the completer works.
4777
4778 2017-07-17 Pedro Alves <palves@redhat.com>
4779
4780 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4781
4782 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4783
4784 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4785
4786 2017-07-14 Tom Tromey <tom@tromey.com>
4787
4788 PR rust/21764:
4789 * gdb.rust/simple.exp: Add tests.
4790
4791 2017-07-14 Tom Tromey <tom@tromey.com>
4792
4793 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4794
4795 2017-07-14 Pedro Alves <palves@redhat.com>
4796
4797 * gdb.linespec/base/one/thefile.cc (z1): New function.
4798 * gdb.linespec/base/two/thefile.cc (z2): New function.
4799 * gdb.linespec/linespec.exp: Add tests.
4800
4801 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4802
4803 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4804 to mi_create_breakpoint.
4805
4806 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4807
4808 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4809 mi_create_breakpoint.
4810
4811 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4812
4813 * gdb.dlang/demangle.exp: Update for demangling changes.
4814
4815 2017-07-09 Tom Tromey <tom@tromey.com>
4816
4817 * gdb.dwarf2/shortpiece.exp: New file.
4818
4819 2017-07-06 David Blaikie <dblaikie@gmail.com>
4820
4821 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4822 built from fissiont-multi-cu{1,2}.c.
4823 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4824 except putting 'main' and 'func' in separate CUs in the same DWO file.
4825 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4826 test.
4827 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4828 test.
4829
4830 2017-07-06 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.python/py-unwind.exp: Test flushregs.
4833
4834 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4835
4836 PR cli/21688
4837 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4838 tests for alias commands and trailing whitespace.
4839
4840 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4841
4842 PR cli/21688
4843 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4844 procedure. Call it.
4845
4846 2017-06-29 Pedro Alves <palves@redhat.com>
4847
4848 * gdb.base/printcmds.exp: Add tests.
4849
4850 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4851
4852 PR gdb/21337
4853 * gdb.base/reread-readsym.exp: New file.
4854 * gdb.base/reread-readsym.c: New file.
4855
4856 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4857
4858 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4859 subpattern.
4860
4861 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4862
4863 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4864 extended mnemonic.
4865 * gdb.arch/powerpc-power9.s: Likewise.
4866
4867 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4868
4869 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4870 on 32-bit x86 targets. Exploit is_*_target macros where
4871 appropriate.
4872
4873 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4874
4875 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4876 register pieces.
4877
4878 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4879
4880 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4881 located in one or more DWARF pieces.
4882
4883 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4884
4885 * lib/gdb.exp (get_endianness): New proc.
4886 * gdb.arch/aarch64-fp.exp: Use it.
4887 * gdb.arch/altivec-regs.exp: Likewise.
4888 * gdb.arch/e500-regs.exp: Likewise.
4889 * gdb.arch/vsx-regs.exp: Likewise.
4890 * gdb.base/dump.exp: Likewise.
4891 * gdb.base/funcargs.exp: Likewise.
4892 * gdb.base/gnu_vector.exp: Likewise.
4893 * gdb.dwarf2/formdata16.exp: Likewise.
4894 * gdb.dwarf2/implptrpiece.exp: Likewise.
4895 * gdb.dwarf2/nonvar-access.exp: Likewise.
4896 * gdb.python/py-inferior.exp: Likewise.
4897 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4898
4899 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4900
4901 PR gdb/21226
4902 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4903 stack value pieces are taken from the LSB end.
4904
4905 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4906
4907 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4908 variable at nonzero offset.
4909
4910 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4911
4912 * gdb.dwarf2/var-access.c: New file.
4913 * gdb.dwarf2/var-access.exp: New test.
4914 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4915
4916 2017-06-12 Tom Tromey <tom@tromey.com>
4917
4918 * gdb.dwarf2/formdata16.exp: Add tests.
4919
4920 2017-06-12 Tom Tromey <tom@tromey.com>
4921
4922 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4923
4924 2017-06-12 Tom Tromey <tom@tromey.com>
4925
4926 PR exp/16225:
4927 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4928 * gdb.arch/vsx-regs.exp: Update tests.
4929 * gdb.arch/s390-vregs.exp (hex128): New proc.
4930 Update test.
4931 * gdb.arch/altivec-regs.exp: Update tests.
4932
4933 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4934
4935 * gdb.base/startup-with-shell.c: New file.
4936 * gdb.base/startup-with-shell.exp: Likewise.
4937
4938 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4939
4940 * gdb.server/non-existing-program.exp: Update regex in order to
4941 reflect the fact that gdbserver is now using fork_inferior (with a
4942 shell) to startup the inferior.
4943
4944 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4945
4946 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4947 support function calls from GDB.
4948
4949 2017-05-21 Tom Tromey <tom@tromey.com>
4950
4951 PR rust/21466:
4952 * gdb.rust/unsized.exp: New file.
4953 * gdb.rust/unsized.rs: New file.
4954
4955 2017-05-19 Tom Tromey <tom@tromey.com>
4956
4957 PR rust/21484:
4958 * gdb.rust/watch.exp: New file.
4959 * gdb.rust/watch.rs: New file.
4960
4961 2017-05-18 Tom Tromey <tom@tromey.com>
4962
4963 * gdb.rust/simple.exp: Allow Box to be qualified.
4964
4965 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4966
4967 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4968
4969 2017-05-18 Pedro Alves <palves@redhat.com>
4970
4971 * gdb.base/fileio.c (test_write, test_read, test_close)
4972 (test_fstat): Don't print 'ret' in the fail path.
4973
4974 2017-05-18 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4977 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4978 (test_system, test_rename, test_unlink, test_time): Change
4979 prototypes.
4980 * gdb.base/fileio.exp (stop_msg): Adjust.
4981
4982 2017-05-18 Pedro Alves <palves@redhat.com>
4983
4984 * gdb.base/fileio.c (null_str): New global.
4985 (test_stat): Use it.
4986 * gdb.base/fileio.exp: Remove nowarnings.
4987
4988 2017-05-17 Yao Qi <yao.qi@linaro.org>
4989
4990 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4991
4992 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4993
4994 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4995 argument command.
4996 (top-level): Invoke test_set_inferior_tty.
4997
4998 2017-05-04 Pedro Alves <palves@redhat.com>
4999
5000 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5001 Add parens to print call for Python 3.
5002
5003 2017-05-03 Keith Seitz <keiths@redhat.com>
5004
5005 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5006 (main): Call it.
5007
5008 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5009
5010 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5011 to prev and next.
5012
5013 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5014
5015 * gdb.python/py-record-btrace.exp: Remove test for
5016 gdb.BtraceInstruction.error.
5017
5018 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5019
5020 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5021
5022 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5023
5024 * gdb.python/py-record-btrace-threads.c: New file.
5025 * gdb.python/py-record-btrace-threads.exp: New file.
5026
5027 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5028
5029 PR testsuite/8595
5030 * gdb.base/environ.exp: Make test available in all architectures.
5031 Move bits related to "info program" testing to
5032 gdb.base/info-program.exp. Rewrite tests to use the two new
5033 procedures mentione below.
5034 (test_set_show_env_var) New procedure.
5035 (test_set_show_env_var_equal): Likewise.
5036 * gdb.base/info-program.exp: New file.
5037
5038 2017-04-27 Keith Seitz <keiths@redhat.com>
5039
5040 * gdb.cp/oranking.cc (test15): New function.
5041 (main): Call test15 and declare additional variables for testing.
5042 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5043 "p foo101('abc')" tests.
5044 Add tests for cv qualifier overloads.
5045 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5046 "lvalue reference overload" test.
5047 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5048 "print value of f1 on Child&& in f2" test.
5049
5050 2017-04-19 Pedro Alves <palves@redhat.com>
5051
5052 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5053 procedure.
5054 (top level): Call it.
5055 * lib/gdb.exp (gdb_define_cmd): New procedure.
5056
5057 2017-04-12 Pedro Alves <palves@redhat.com>
5058
5059 PR gdb/21323
5060 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5061 (wchar): New global.
5062 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5063 (do_test_wide_char, wide_char_types_no_program, top level): Add
5064 wchar_t testing.
5065
5066 2017-04-12 Pedro Alves <palves@redhat.com>
5067
5068 PR c++/21323
5069 * gdb.cp/wide_char_types.c: New file.
5070 * gdb.cp/wide_char_types.exp: New file.
5071
5072 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5073
5074 PR gdb/21352
5075 * gdb.trace/tsv.exp: Add test for "tsave -r".
5076
5077 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5078
5079 * gdb.dlang/watch-loc.c: New file.
5080 * gdb.dlang/watch-loc.exp: New file.
5081
5082 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5083
5084 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5085
5086 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5087
5088 * gdb.arch/arc-analyze-prologue.S: New file.
5089 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5090
5091 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5092
5093 * gdb.arch/arc-decode-insn.S: New file.
5094 * gdb.arch/arc-decode-insn.exp: Likewise.
5095
5096 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5097
5098 PR tdep/20928
5099 * gdb.arch/sparc64-regs.exp: New file.
5100 * gdb.arch/sparc64-regs.S: Likewise.
5101
5102 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5103
5104 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5105 and memory view on Python 3.
5106
5107 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5108 Keith Seitz <keiths@redhat.com>
5109
5110 PR gdb/14441
5111 * gdb.cp/demangle.exp: Add rvalue reference tests.
5112 * gdb.cp/rvalue-ref-casts.cc: New file.
5113 * gdb.cp/rvalue-ref-casts.exp: New file.
5114 * gdb.cp/rvalue-ref-overload.cc: New file.
5115 * gdb.cp/rvalue-ref-overload.exp: New file.
5116 * gdb.cp/rvalue-ref-params.cc: New file.
5117 * gdb.cp/rvalue-ref-params.exp: New file.
5118 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5119 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5120 * gdb.cp/rvalue-ref-types.cc: New file.
5121 * gdb.cp/rvalue-ref-types.exp: New file.
5122 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5123 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5124
5125 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5126
5127 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5128 New procedure.
5129
5130 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5131
5132 * lib/mi-support.exp (mi_gdb_test): Add additional message
5133 for unexpected output.
5134
5135 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5136
5137 * gdb.base/examine-backward.c (Barrier): New character array
5138 constant, to ensure that TestStrings is preceded by a string
5139 terminator.
5140
5141 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5142
5143 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5144 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5145 and implicit pointer into such a location.
5146
5147 2017-03-16 Doug Evans <dje@google.com>
5148
5149 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5150
5151 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5152
5153 * gdb.cp/m-static.exp: Fix expectation for prototype of
5154 test5.single_constructor and single_constructor::single_constructor.
5155
5156 2017-03-16 Doug Evans <dje@google.com>
5157
5158 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5159 * gdb.guile/scm-lazy-string.c: New file.
5160 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5161 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5162 for pointer, array, typedef lazy strings.
5163
5164 2017-03-16 Doug Evans <dje@google.com>
5165
5166 PR python/17728, python/18439, python/18779
5167 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5168 * gdb.python/py-lazy-string.c (pointer): New typedef.
5169 (main): New locals ptr, array, typedef_ptr.
5170 * gdb.python/py-value.exp: Move lazy string tests to ...
5171 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5172 array, typedef lazy strings.
5173
5174 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5175
5176 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5177 Add optional 'test' parameter.
5178
5179 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5180
5181 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5182 Skip for versions of DejaGnu < 1.5.
5183
5184 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5185
5186 * lib/gdb.exp (dejagnu_version): New proc.
5187 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5188 Use dejagnu_version.
5189
5190 2017-03-10 Keith Seitz <keiths@redhat.com>
5191
5192 PR c++/8128
5193 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5194 type from destructor regexps.
5195 Add a branch which actually passes the test.
5196 Adjust "ptype t5i" test names.
5197
5198 2017-03-08 Pedro Alves <palves@redhat.com>
5199
5200 * gdb.base/step-over-exit.exp: Add explicit test message.
5201
5202 2017-03-08 Pedro Alves <palves@redhat.com>
5203
5204 PR gdb/18360
5205 * gdb.threads/interrupt-while-step-over.c: New file.
5206 * gdb.threads/interrupt-while-step-over.exp: New file.
5207
5208 2017-03-08 Pedro Alves <palves@redhat.com>
5209
5210 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5211 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5212
5213 2017-03-08 Pedro Alves <palves@redhat.com>
5214
5215 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5216 PKRU as not supported as a PASS.
5217
5218 2017-03-08 Pedro Alves <palves@redhat.com>
5219
5220 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5221 prefix instead of $binfile1/$binfile2.
5222 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5223 in test message.
5224 * gdb.python/py-completion.exp: Use "load python file" as test
5225 messages instead of unstable path names.
5226
5227 2017-03-08 Pedro Alves <palves@redhat.com>
5228 Jan Kratochvil <jan.kratochvil@redhat.com>
5229
5230 PR cli/21218
5231 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5232 New proc.
5233 (top level): Call it.
5234
5235 2017-03-08 Pedro Alves <palves@redhat.com>
5236
5237 PR tui/21216
5238 * gdb.tui/tui-nl-filtered-output.exp: New file.
5239
5240 2017-03-08 Pedro Alves <palves@redhat.com>
5241
5242 * gdb.base/completion.exp: Move TUI completion tests to ...
5243 * gdb.tui/completion.exp: ... this new file.
5244
5245 2017-03-08 Pedro Alves <palves@redhat.com>
5246
5247 * gdb.base/tui-disasm-long-lines.c,
5248 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5249 gdb.base/tui-layout.exp: Move to ...
5250 * gdb.tui/: ... this new directory.
5251
5252 2017-03-07 Pedro Alves <palves@redhat.com>
5253
5254 * gdb.base/tui-layout.c: New file.
5255 * gdb.base/tui-layout.exp: New file.
5256
5257 2017-03-07 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.base/tui-layout.c: Rename to ...
5260 * gdb.base/tui-disasm-long-lines.c: ... this.
5261 * gdb.base/tui-layout.exp: Rename to ...
5262 * gdb.base/tui-disasm-long-lines.exp: ... this.
5263
5264 2017-03-07 Pedro Alves <palves@redhat.com>
5265
5266 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5267
5268 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5269
5270 * i386-mpx-call.c: New file.
5271 * i386-mpx-call.exp: New file.
5272
5273 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5274
5275 * gdb.arch/powerpc-power.exp: Delete test.
5276 * gdb.arch/powerpc-power.s: Likewise.
5277 * gdb.disasm/disassembler-options.exp: New test.
5278 * gdb.arch/powerpc-altivec.exp: Likewise.
5279 * gdb.arch/powerpc-altivec.s: Likewise.
5280 * gdb.arch/powerpc-altivec2.exp: Likewise.
5281 * gdb.arch/powerpc-altivec2.s: Likewise.
5282 * gdb.arch/powerpc-altivec3.exp: Likewise.
5283 * gdb.arch/powerpc-altivec3.s: Likewise.
5284 * gdb.arch/powerpc-power7.exp: Likewise.
5285 * gdb.arch/powerpc-power7.s: Likewise.
5286 * gdb.arch/powerpc-power8.exp: Likewise.
5287 * gdb.arch/powerpc-power8.s: Likewise.
5288 * gdb.arch/powerpc-power9.exp: Likewise.
5289 * gdb.arch/powerpc-power9.s: Likewise.
5290 * gdb.arch/powerpc-vsx.exp: Likewise.
5291 * gdb.arch/powerpc-vsx.s: Likewise.
5292 * gdb.arch/powerpc-vsx2.exp: Likewise.
5293 * gdb.arch/powerpc-vsx2.s: Likewise.
5294 * gdb.arch/powerpc-vsx3.exp: Likewise.
5295 * gdb.arch/powerpc-vsx3.s: Likewise.
5296 * gdb.arch/arm-disassembler-options.exp: Likewise.
5297 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5298 * gdb.arch/s390-disassembler-options.exp: Likewise.
5299
5300 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5301
5302 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5303 (check_supported_features): ... this. Changed return type to void.
5304 (supports_rdseed): New static global.
5305 (rdseed): Check supports_rdseed.
5306 (initialize): Call check_supported_features.
5307
5308 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5309
5310 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5311 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5312 and lqarx/stqcx.
5313 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5314 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5315
5316 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5317
5318 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5319 uppercase.
5320
5321 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5322
5323 * gdb.dwarf2/formdata16.c: New file.
5324 * gdb.dwarf2/formdata16.exp: New file.
5325 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5326
5327 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5328
5329 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5330 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5331 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5332 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5333 DW_AT_GNU_*.
5334
5335 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5336
5337 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5338
5339 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5340
5341 PR gdb/21164
5342 * gdb.base/maint.exp: Add testcases for when the commands do
5343 not have arguments.
5344
5345 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5346
5347 * gdb.cp/chained-calls.exp: Use p instead of P.
5348
5349 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5350
5351 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5352 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5353
5354 2017-02-14 Tom Tromey <tom@tromey.com>
5355
5356 PR python/13598:
5357 * gdb.python/py-events.exp: Add before_prompt event tests.
5358
5359 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5360
5361 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5362
5363 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5364
5365 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5366 (main): Call my_unique_function_name.
5367 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5368 completion of patterns with a single match.
5369 Add missing -re switches to gdb_test_multiple calls.
5370
5371 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5372
5373 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5374 return if core file is not recognized.
5375
5376 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5377
5378 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5379 and extra UIs.
5380
5381 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5382
5383 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5384 proc_with_prefix.
5385
5386 2017-02-10 Tom Tromey <tom@tromey.com>
5387
5388 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5389
5390 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5391
5392 PR gdb/21122
5393 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5394
5395 2017-02-08 Jerome Guitton <guitton@adacore.com>
5396
5397 * gdb.base/define.exp: Add test for command abbreviations
5398 in define.
5399
5400 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5401
5402 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5403 * gdb.reverse/insn-reverse-x86.c: New file.
5404
5405 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5406
5407 PR tdep/20936
5408 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5409
5410 2017-02-03 Tom Tromey <tom@tromey.com>
5411
5412 PR rust/21097:
5413 * gdb.rust/simple.exp: Add new tests.
5414
5415 2017-02-02 Pedro Alves <palves@redhat.com>
5416
5417 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5418 tests.
5419
5420 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5421
5422 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5423 taking a 2-byte value out of a 4-byte DWARF implicit value on
5424 big-endian targets.
5425 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5426 logic. Add test cases for DW_OP_implicit.
5427
5428 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5429
5430 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5431
5432 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5433
5434 * gdb.btrace/enable.exp: Call gdb_exit before
5435 skip_gdbserver_tests.
5436
5437 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5438
5439 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5440 GDBFLAGS.
5441
5442 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5443
5444 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5445 the test is skipped.
5446 * gdb.btrace/data.exp: Likewise.
5447 * gdb.btrace/delta.exp: Likewise.
5448 * gdb.btrace/dlopen.exp: Likewise.
5449 * gdb.btrace/enable-running.exp: Likewise.
5450 * gdb.btrace/enable.exp: Likewise.
5451 * gdb.btrace/exception.exp: Likewise.
5452 * gdb.btrace/function_call_history.exp: Likewise.
5453 * gdb.btrace/gcore.exp: Likewise.
5454 * gdb.btrace/instruction_history.exp: Likewise.
5455 * gdb.btrace/multi-thread-step.exp: Likewise.
5456 * gdb.btrace/nohist.exp: Likewise.
5457 * gdb.btrace/non-stop.exp: Likewise.
5458 * gdb.btrace/reconnect.exp: Likewise.
5459 * gdb.btrace/record_goto-step.exp: Likewise.
5460 * gdb.btrace/record_goto.exp: Likewise.
5461 * gdb.btrace/rn-dl-bind.exp: Likewise.
5462 * gdb.btrace/segv.exp: Likewise.
5463 * gdb.btrace/step.exp: Likewise.
5464 * gdb.btrace/stepi.exp: Likewise.
5465 * gdb.btrace/tailcall-only.exp: Likewise.
5466 * gdb.btrace/tailcall.exp: Likewise.
5467 * gdb.btrace/tsx.exp: Likewise.
5468 * gdb.btrace/unknown_functions.exp: Likewise.
5469 * gdb.btrace/vdso.exp: Likewise.
5470
5471 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5472
5473 * gdb.btrace/enable-running.c: New.
5474 * gdb.btrace/enable-running.exp: New.
5475
5476 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5477
5478 * gdb.arch/amd64-gs_base.c: New file.
5479 * gdb.arch/amd64-gs_base.exp: New file.
5480
5481 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5482
5483 * lib/memory.exp: Remove spurious empty newlines.
5484
5485 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5486
5487 * gdb.python/py-bad-printers.exp: Load python file using "source".
5488 * gdb.python/py-events.exp: Likewise.
5489 * gdb.python/py-evsignal.exp: Likewise.
5490 * gdb.python/py-evthreads.exp: Likewise.
5491 * gdb.python/py-frame-args.exp: Likewise.
5492 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5493 * gdb.python/py-framefilter-mi.exp: Likewise.
5494 * gdb.python/py-framefilter.exp: Likewise.
5495 * gdb.python/py-mi.exp: Likewise.
5496 * gdb.python/py-pp-maint.exp: Likewise.
5497 * gdb.python/py-pp-registration.exp: Likewise.
5498 * gdb.python/py-prettyprint.exp: Likewise.
5499 (run_lang_tests): Likewise.
5500 * gdb.python/py-typeprint.exp: Likewise.
5501
5502 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5503
5504 * lib/memory.exp: New file.
5505 * lib/gdb.exp: Load memory.exp.
5506 * gdb.base/memattr.exp (delete_memory): Move proc to
5507 lib/memory.exp and rename to delete_memory_regions.
5508 Replace delete_memory with delete_memory_regions.
5509 Cleanup memory regions before tests.
5510 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5511 before tests.
5512
5513 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5514
5515 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5516 files.
5517 (initialize): New function conditionally defined.
5518 (testcases): Move within conditional block.
5519 (main): Call initialize.
5520 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5521 of gdb.reverse/insn-reverse.c.
5522 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5523 gdb.reverse/insn-reverse.c.
5524
5525 2017-01-26 Yao Qi <yao.qi@linaro.org>
5526
5527 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5528 disassemble on address 0.
5529
5530 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5531 Yao Qi <yao.qi@linaro.org>
5532
5533 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5534 * gdb.dwarf2/implptr-64bit.S: Remove.
5535 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5536 variables in caller's context. Add DW_OP_implicit_value.
5537
5538 2017-01-25 Yao Qi <yao.qi@linaro.org>
5539
5540 * lib/dwarf.exp (Dwarf::_location): Handle
5541 DW_OP_GNU_implicit_pointer with proper size.
5542
5543 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5544
5545 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5546 and add untested calls.
5547
5548 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5549
5550 * gdb.python/python.exp: Check line number against what GDB thinks
5551 the line number is for func1.
5552
5553 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5554
5555 * gdb.dlang/debug-expr.exp: New file.
5556
5557 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5558
5559 Fix test names for the following files:
5560
5561 * gdb.ada/exec_changed.exp
5562 * gdb.ada/info_types.exp
5563 * gdb.arch/aarch64-atomic-inst.exp
5564 * gdb.arch/aarch64-fp.exp
5565 * gdb.arch/altivec-abi.exp
5566 * gdb.arch/altivec-regs.exp
5567 * gdb.arch/amd64-byte.exp
5568 * gdb.arch/amd64-disp-step.exp
5569 * gdb.arch/amd64-dword.exp
5570 * gdb.arch/amd64-entry-value-inline.exp
5571 * gdb.arch/amd64-entry-value-param.exp
5572 * gdb.arch/amd64-entry-value-paramref.exp
5573 * gdb.arch/amd64-entry-value.exp
5574 * gdb.arch/amd64-i386-address.exp
5575 * gdb.arch/amd64-invalid-stack-middle.exp
5576 * gdb.arch/amd64-invalid-stack-top.exp
5577 * gdb.arch/amd64-optimout-repeat.exp
5578 * gdb.arch/amd64-prologue-skip.exp
5579 * gdb.arch/amd64-prologue-xmm.exp
5580 * gdb.arch/amd64-stap-special-operands.exp
5581 * gdb.arch/amd64-stap-wrong-subexp.exp
5582 * gdb.arch/amd64-tailcall-cxx.exp
5583 * gdb.arch/amd64-tailcall-noret.exp
5584 * gdb.arch/amd64-tailcall-ret.exp
5585 * gdb.arch/amd64-tailcall-self.exp
5586 * gdb.arch/amd64-word.exp
5587 * gdb.arch/arm-bl-branch-dest.exp
5588 * gdb.arch/arm-disp-step.exp
5589 * gdb.arch/arm-neon.exp
5590 * gdb.arch/arm-single-step-kernel-helper.exp
5591 * gdb.arch/avr-flash-qualifier.exp
5592 * gdb.arch/disp-step-insn-reloc.exp
5593 * gdb.arch/e500-abi.exp
5594 * gdb.arch/e500-regs.exp
5595 * gdb.arch/ftrace-insn-reloc.exp
5596 * gdb.arch/i386-avx512.exp
5597 * gdb.arch/i386-bp_permanent.exp
5598 * gdb.arch/i386-byte.exp
5599 * gdb.arch/i386-cfi-notcurrent.exp
5600 * gdb.arch/i386-disp-step.exp
5601 * gdb.arch/i386-dr3-watch.exp
5602 * gdb.arch/i386-float.exp
5603 * gdb.arch/i386-gnu-cfi.exp
5604 * gdb.arch/i386-mpx-map.exp
5605 * gdb.arch/i386-mpx-sigsegv.exp
5606 * gdb.arch/i386-mpx-simple_segv.exp
5607 * gdb.arch/i386-mpx.exp
5608 * gdb.arch/i386-permbkpt.exp
5609 * gdb.arch/i386-prologue.exp
5610 * gdb.arch/i386-signal.exp
5611 * gdb.arch/i386-size-overlap.exp
5612 * gdb.arch/i386-unwind.exp
5613 * gdb.arch/i386-word.exp
5614 * gdb.arch/mips-fcr.exp
5615 * gdb.arch/powerpc-d128-regs.exp
5616 * gdb.arch/powerpc-stackless.exp
5617 * gdb.arch/ppc64-atomic-inst.exp
5618 * gdb.arch/s390-stackless.exp
5619 * gdb.arch/s390-tdbregs.exp
5620 * gdb.arch/s390-vregs.exp
5621 * gdb.arch/sparc-sysstep.exp
5622 * gdb.arch/thumb-bx-pc.exp
5623 * gdb.arch/thumb-singlestep.exp
5624 * gdb.arch/thumb2-it.exp
5625 * gdb.arch/vsx-regs.exp
5626 * gdb.asm/asm-source.exp
5627 * gdb.base/a2-run.exp
5628 * gdb.base/advance.exp
5629 * gdb.base/all-bin.exp
5630 * gdb.base/anon.exp
5631 * gdb.base/args.exp
5632 * gdb.base/arithmet.exp
5633 * gdb.base/async-shell.exp
5634 * gdb.base/async.exp
5635 * gdb.base/attach-pie-noexec.exp
5636 * gdb.base/attach-twice.exp
5637 * gdb.base/auto-load.exp
5638 * gdb.base/bang.exp
5639 * gdb.base/bitfields.exp
5640 * gdb.base/break-always.exp
5641 * gdb.base/break-caller-line.exp
5642 * gdb.base/break-entry.exp
5643 * gdb.base/break-inline.exp
5644 * gdb.base/break-on-linker-gcd-function.exp
5645 * gdb.base/break-probes.exp
5646 * gdb.base/break.exp
5647 * gdb.base/breakpoint-shadow.exp
5648 * gdb.base/call-ar-st.exp
5649 * gdb.base/call-sc.exp
5650 * gdb.base/call-signal-resume.exp
5651 * gdb.base/call-strs.exp
5652 * gdb.base/callfuncs.exp
5653 * gdb.base/catch-fork-static.exp
5654 * gdb.base/catch-gdb-caused-signals.exp
5655 * gdb.base/catch-load.exp
5656 * gdb.base/catch-signal-fork.exp
5657 * gdb.base/catch-signal.exp
5658 * gdb.base/catch-syscall.exp
5659 * gdb.base/charset.exp
5660 * gdb.base/checkpoint.exp
5661 * gdb.base/chng-syms.exp
5662 * gdb.base/code-expr.exp
5663 * gdb.base/code_elim.exp
5664 * gdb.base/commands.exp
5665 * gdb.base/completion.exp
5666 * gdb.base/complex.exp
5667 * gdb.base/cond-expr.exp
5668 * gdb.base/condbreak.exp
5669 * gdb.base/consecutive.exp
5670 * gdb.base/continue-all-already-running.exp
5671 * gdb.base/coredump-filter.exp
5672 * gdb.base/corefile.exp
5673 * gdb.base/dbx.exp
5674 * gdb.base/debug-expr.exp
5675 * gdb.base/define.exp
5676 * gdb.base/del.exp
5677 * gdb.base/disabled-location.exp
5678 * gdb.base/disasm-end-cu.exp
5679 * gdb.base/disasm-optim.exp
5680 * gdb.base/display.exp
5681 * gdb.base/duplicate-bp.exp
5682 * gdb.base/ena-dis-br.exp
5683 * gdb.base/ending-run.exp
5684 * gdb.base/enumval.exp
5685 * gdb.base/environ.exp
5686 * gdb.base/eu-strip-infcall.exp
5687 * gdb.base/eval-avoid-side-effects.exp
5688 * gdb.base/eval-skip.exp
5689 * gdb.base/exitsignal.exp
5690 * gdb.base/expand-psymtabs.exp
5691 * gdb.base/filesym.exp
5692 * gdb.base/find-unmapped.exp
5693 * gdb.base/finish.exp
5694 * gdb.base/float.exp
5695 * gdb.base/foll-exec-mode.exp
5696 * gdb.base/foll-exec.exp
5697 * gdb.base/foll-fork.exp
5698 * gdb.base/fortran-sym-case.exp
5699 * gdb.base/freebpcmd.exp
5700 * gdb.base/func-ptr.exp
5701 * gdb.base/func-ptrs.exp
5702 * gdb.base/funcargs.exp
5703 * gdb.base/gcore-buffer-overflow.exp
5704 * gdb.base/gcore-relro-pie.exp
5705 * gdb.base/gcore-relro.exp
5706 * gdb.base/gcore.exp
5707 * gdb.base/gdb1090.exp
5708 * gdb.base/gdb11530.exp
5709 * gdb.base/gdb11531.exp
5710 * gdb.base/gdb1821.exp
5711 * gdb.base/gdbindex-stabs.exp
5712 * gdb.base/gdbvars.exp
5713 * gdb.base/hbreak.exp
5714 * gdb.base/hbreak2.exp
5715 * gdb.base/included.exp
5716 * gdb.base/infcall-input.exp
5717 * gdb.base/inferior-died.exp
5718 * gdb.base/infnan.exp
5719 * gdb.base/info-macros.exp
5720 * gdb.base/info-os.exp
5721 * gdb.base/info-proc.exp
5722 * gdb.base/info-shared.exp
5723 * gdb.base/info-target.exp
5724 * gdb.base/infoline.exp
5725 * gdb.base/interp.exp
5726 * gdb.base/interrupt.exp
5727 * gdb.base/jit-reader.exp
5728 * gdb.base/jit-simple.exp
5729 * gdb.base/kill-after-signal.exp
5730 * gdb.base/kill-detach-inferiors-cmd.exp
5731 * gdb.base/label.exp
5732 * gdb.base/langs.exp
5733 * gdb.base/ldbl_e308.exp
5734 * gdb.base/line-symtabs.exp
5735 * gdb.base/linespecs.exp
5736 * gdb.base/list.exp
5737 * gdb.base/long_long.exp
5738 * gdb.base/longest-types.exp
5739 * gdb.base/maint.exp
5740 * gdb.base/max-value-size.exp
5741 * gdb.base/memattr.exp
5742 * gdb.base/mips_pro.exp
5743 * gdb.base/morestack.exp
5744 * gdb.base/moribund-step.exp
5745 * gdb.base/multi-forks.exp
5746 * gdb.base/nested-addr.exp
5747 * gdb.base/nextoverexit.exp
5748 * gdb.base/noreturn-finish.exp
5749 * gdb.base/noreturn-return.exp
5750 * gdb.base/nostdlib.exp
5751 * gdb.base/offsets.exp
5752 * gdb.base/opaque.exp
5753 * gdb.base/pc-fp.exp
5754 * gdb.base/permissions.exp
5755 * gdb.base/print-symbol-loading.exp
5756 * gdb.base/prologue-include.exp
5757 * gdb.base/psymtab.exp
5758 * gdb.base/ptype.exp
5759 * gdb.base/random-signal.exp
5760 * gdb.base/randomize.exp
5761 * gdb.base/range-stepping.exp
5762 * gdb.base/readline-ask.exp
5763 * gdb.base/recpar.exp
5764 * gdb.base/recurse.exp
5765 * gdb.base/relational.exp
5766 * gdb.base/restore.exp
5767 * gdb.base/return-nodebug.exp
5768 * gdb.base/return.exp
5769 * gdb.base/run-after-attach.exp
5770 * gdb.base/save-bp.exp
5771 * gdb.base/scope.exp
5772 * gdb.base/sect-cmd.exp
5773 * gdb.base/set-lang-auto.exp
5774 * gdb.base/set-noassign.exp
5775 * gdb.base/setvar.exp
5776 * gdb.base/sigall.exp
5777 * gdb.base/sigbpt.exp
5778 * gdb.base/siginfo-addr.exp
5779 * gdb.base/siginfo-infcall.exp
5780 * gdb.base/siginfo-obj.exp
5781 * gdb.base/siginfo.exp
5782 * gdb.base/signals-state-child.exp
5783 * gdb.base/signest.exp
5784 * gdb.base/sigstep.exp
5785 * gdb.base/sizeof.exp
5786 * gdb.base/skip.exp
5787 * gdb.base/solib-corrupted.exp
5788 * gdb.base/solib-nodir.exp
5789 * gdb.base/solib-search.exp
5790 * gdb.base/stack-checking.exp
5791 * gdb.base/stale-infcall.exp
5792 * gdb.base/stap-probe.exp
5793 * gdb.base/start.exp
5794 * gdb.base/step-break.exp
5795 * gdb.base/step-bt.exp
5796 * gdb.base/step-line.exp
5797 * gdb.base/step-over-exit.exp
5798 * gdb.base/step-over-syscall.exp
5799 * gdb.base/step-resume-infcall.exp
5800 * gdb.base/step-test.exp
5801 * gdb.base/store.exp
5802 * gdb.base/structs3.exp
5803 * gdb.base/sym-file.exp
5804 * gdb.base/symbol-without-target_section.exp
5805 * gdb.base/term.exp
5806 * gdb.base/testenv.exp
5807 * gdb.base/ui-redirect.exp
5808 * gdb.base/until.exp
5809 * gdb.base/unwindonsignal.exp
5810 * gdb.base/value-double-free.exp
5811 * gdb.base/vla-datatypes.exp
5812 * gdb.base/vla-ptr.exp
5813 * gdb.base/vla-sideeffect.exp
5814 * gdb.base/volatile.exp
5815 * gdb.base/watch-cond-infcall.exp
5816 * gdb.base/watch-cond.exp
5817 * gdb.base/watch-non-mem.exp
5818 * gdb.base/watch-read.exp
5819 * gdb.base/watch-vfork.exp
5820 * gdb.base/watchpoint-cond-gone.exp
5821 * gdb.base/watchpoint-delete.exp
5822 * gdb.base/watchpoint-hw-hit-once.exp
5823 * gdb.base/watchpoint-hw.exp
5824 * gdb.base/watchpoint-stops-at-right-insn.exp
5825 * gdb.base/watchpoints.exp
5826 * gdb.base/wchar.exp
5827 * gdb.base/whatis-exp.exp
5828 * gdb.btrace/buffer-size.exp
5829 * gdb.btrace/data.exp
5830 * gdb.btrace/delta.exp
5831 * gdb.btrace/dlopen.exp
5832 * gdb.btrace/enable.exp
5833 * gdb.btrace/exception.exp
5834 * gdb.btrace/function_call_history.exp
5835 * gdb.btrace/gcore.exp
5836 * gdb.btrace/instruction_history.exp
5837 * gdb.btrace/nohist.exp
5838 * gdb.btrace/reconnect.exp
5839 * gdb.btrace/record_goto-step.exp
5840 * gdb.btrace/record_goto.exp
5841 * gdb.btrace/rn-dl-bind.exp
5842 * gdb.btrace/segv.exp
5843 * gdb.btrace/step.exp
5844 * gdb.btrace/stepi.exp
5845 * gdb.btrace/tailcall-only.exp
5846 * gdb.btrace/tailcall.exp
5847 * gdb.btrace/tsx.exp
5848 * gdb.btrace/unknown_functions.exp
5849 * gdb.btrace/vdso.exp
5850 * gdb.compile/compile-ifunc.exp
5851 * gdb.compile/compile-ops.exp
5852 * gdb.compile/compile-print.exp
5853 * gdb.compile/compile-setjmp.exp
5854 * gdb.cp/abstract-origin.exp
5855 * gdb.cp/ambiguous.exp
5856 * gdb.cp/annota2.exp
5857 * gdb.cp/annota3.exp
5858 * gdb.cp/anon-ns.exp
5859 * gdb.cp/anon-struct.exp
5860 * gdb.cp/anon-union.exp
5861 * gdb.cp/arg-reference.exp
5862 * gdb.cp/baseenum.exp
5863 * gdb.cp/bool.exp
5864 * gdb.cp/breakpoint.exp
5865 * gdb.cp/bs15503.exp
5866 * gdb.cp/call-c.exp
5867 * gdb.cp/casts.exp
5868 * gdb.cp/chained-calls.exp
5869 * gdb.cp/class2.exp
5870 * gdb.cp/classes.exp
5871 * gdb.cp/cmpd-minsyms.exp
5872 * gdb.cp/converts.exp
5873 * gdb.cp/cp-relocate.exp
5874 * gdb.cp/cpcompletion.exp
5875 * gdb.cp/cpexprs.exp
5876 * gdb.cp/cplabel.exp
5877 * gdb.cp/cplusfuncs.exp
5878 * gdb.cp/cpsizeof.exp
5879 * gdb.cp/ctti.exp
5880 * gdb.cp/derivation.exp
5881 * gdb.cp/destrprint.exp
5882 * gdb.cp/dispcxx.exp
5883 * gdb.cp/enum-class.exp
5884 * gdb.cp/exception.exp
5885 * gdb.cp/exceptprint.exp
5886 * gdb.cp/expand-psymtabs-cxx.exp
5887 * gdb.cp/expand-sals.exp
5888 * gdb.cp/extern-c.exp
5889 * gdb.cp/filename.exp
5890 * gdb.cp/formatted-ref.exp
5891 * gdb.cp/fpointer.exp
5892 * gdb.cp/gdb1355.exp
5893 * gdb.cp/gdb2495.exp
5894 * gdb.cp/hang.exp
5895 * gdb.cp/impl-this.exp
5896 * gdb.cp/infcall-dlopen.exp
5897 * gdb.cp/inherit.exp
5898 * gdb.cp/iostream.exp
5899 * gdb.cp/koenig.exp
5900 * gdb.cp/local.exp
5901 * gdb.cp/m-data.exp
5902 * gdb.cp/m-static.exp
5903 * gdb.cp/mb-ctor.exp
5904 * gdb.cp/mb-inline.exp
5905 * gdb.cp/mb-templates.exp
5906 * gdb.cp/member-name.exp
5907 * gdb.cp/member-ptr.exp
5908 * gdb.cp/meth-typedefs.exp
5909 * gdb.cp/method.exp
5910 * gdb.cp/method2.exp
5911 * gdb.cp/minsym-fallback.exp
5912 * gdb.cp/misc.exp
5913 * gdb.cp/namelessclass.exp
5914 * gdb.cp/namespace-enum.exp
5915 * gdb.cp/namespace-nested-import.exp
5916 * gdb.cp/namespace.exp
5917 * gdb.cp/nextoverthrow.exp
5918 * gdb.cp/no-dmgl-verbose.exp
5919 * gdb.cp/non-trivial-retval.exp
5920 * gdb.cp/noparam.exp
5921 * gdb.cp/nsdecl.exp
5922 * gdb.cp/nsimport.exp
5923 * gdb.cp/nsnested.exp
5924 * gdb.cp/nsnoimports.exp
5925 * gdb.cp/nsrecurs.exp
5926 * gdb.cp/nsstress.exp
5927 * gdb.cp/nsusing.exp
5928 * gdb.cp/operator.exp
5929 * gdb.cp/oranking.exp
5930 * gdb.cp/overload-const.exp
5931 * gdb.cp/overload.exp
5932 * gdb.cp/ovldbreak.exp
5933 * gdb.cp/ovsrch.exp
5934 * gdb.cp/paren-type.exp
5935 * gdb.cp/parse-lang.exp
5936 * gdb.cp/pass-by-ref.exp
5937 * gdb.cp/pr-1023.exp
5938 * gdb.cp/pr-1210.exp
5939 * gdb.cp/pr-574.exp
5940 * gdb.cp/pr10687.exp
5941 * gdb.cp/pr12028.exp
5942 * gdb.cp/pr17132.exp
5943 * gdb.cp/pr17494.exp
5944 * gdb.cp/pr9067.exp
5945 * gdb.cp/pr9167.exp
5946 * gdb.cp/pr9631.exp
5947 * gdb.cp/printmethod.exp
5948 * gdb.cp/psmang.exp
5949 * gdb.cp/psymtab-parameter.exp
5950 * gdb.cp/ptype-cv-cp.exp
5951 * gdb.cp/ptype-flags.exp
5952 * gdb.cp/re-set-overloaded.exp
5953 * gdb.cp/ref-types.exp
5954 * gdb.cp/rtti.exp
5955 * gdb.cp/scope-err.exp
5956 * gdb.cp/shadow.exp
5957 * gdb.cp/smartp.exp
5958 * gdb.cp/static-method.exp
5959 * gdb.cp/static-print-quit.exp
5960 * gdb.cp/temargs.exp
5961 * gdb.cp/templates.exp
5962 * gdb.cp/try_catch.exp
5963 * gdb.cp/typedef-operator.exp
5964 * gdb.cp/typeid.exp
5965 * gdb.cp/userdef.exp
5966 * gdb.cp/using-crash.exp
5967 * gdb.cp/var-tag.exp
5968 * gdb.cp/virtbase.exp
5969 * gdb.cp/virtfunc.exp
5970 * gdb.cp/virtfunc2.exp
5971 * gdb.cp/vla-cxx.exp
5972 * gdb.disasm/t01_mov.exp
5973 * gdb.disasm/t02_mova.exp
5974 * gdb.disasm/t03_add.exp
5975 * gdb.disasm/t04_sub.exp
5976 * gdb.disasm/t05_cmp.exp
5977 * gdb.disasm/t06_ari2.exp
5978 * gdb.disasm/t07_ari3.exp
5979 * gdb.disasm/t08_or.exp
5980 * gdb.disasm/t09_xor.exp
5981 * gdb.disasm/t10_and.exp
5982 * gdb.disasm/t11_logs.exp
5983 * gdb.disasm/t12_bit.exp
5984 * gdb.disasm/t13_otr.exp
5985 * gdb.dlang/circular.exp
5986 * gdb.dwarf2/arr-stride.exp
5987 * gdb.dwarf2/arr-subrange.exp
5988 * gdb.dwarf2/atomic-type.exp
5989 * gdb.dwarf2/bad-regnum.exp
5990 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5991 * gdb.dwarf2/callframecfa.exp
5992 * gdb.dwarf2/clztest.exp
5993 * gdb.dwarf2/corrupt.exp
5994 * gdb.dwarf2/data-loc.exp
5995 * gdb.dwarf2/dup-psym.exp
5996 * gdb.dwarf2/dw2-anon-mptr.exp
5997 * gdb.dwarf2/dw2-anonymous-func.exp
5998 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5999 * gdb.dwarf2/dw2-bad-unresolved.exp
6000 * gdb.dwarf2/dw2-basic.exp
6001 * gdb.dwarf2/dw2-canonicalize-type.exp
6002 * gdb.dwarf2/dw2-case-insensitive.exp
6003 * gdb.dwarf2/dw2-common-block.exp
6004 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6005 * gdb.dwarf2/dw2-compressed.exp
6006 * gdb.dwarf2/dw2-const.exp
6007 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6008 * gdb.dwarf2/dw2-cu-size.exp
6009 * gdb.dwarf2/dw2-dup-frame.exp
6010 * gdb.dwarf2/dw2-entry-value.exp
6011 * gdb.dwarf2/dw2-icycle.exp
6012 * gdb.dwarf2/dw2-ifort-parameter.exp
6013 * gdb.dwarf2/dw2-inline-break.exp
6014 * gdb.dwarf2/dw2-inline-param.exp
6015 * gdb.dwarf2/dw2-intercu.exp
6016 * gdb.dwarf2/dw2-intermix.exp
6017 * gdb.dwarf2/dw2-lexical-block-bare.exp
6018 * gdb.dwarf2/dw2-linkage-name-trust.exp
6019 * gdb.dwarf2/dw2-minsym-in-cu.exp
6020 * gdb.dwarf2/dw2-noloc.exp
6021 * gdb.dwarf2/dw2-op-call.exp
6022 * gdb.dwarf2/dw2-op-out-param.exp
6023 * gdb.dwarf2/dw2-opt-structptr.exp
6024 * gdb.dwarf2/dw2-param-error.exp
6025 * gdb.dwarf2/dw2-producer.exp
6026 * gdb.dwarf2/dw2-ranges-base.exp
6027 * gdb.dwarf2/dw2-ref-missing-frame.exp
6028 * gdb.dwarf2/dw2-reg-undefined.exp
6029 * gdb.dwarf2/dw2-regno-invalid.exp
6030 * gdb.dwarf2/dw2-restore.exp
6031 * gdb.dwarf2/dw2-restrict.exp
6032 * gdb.dwarf2/dw2-single-line-discriminators.exp
6033 * gdb.dwarf2/dw2-strp.exp
6034 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6035 * gdb.dwarf2/dw2-unresolved.exp
6036 * gdb.dwarf2/dw2-var-zero-addr.exp
6037 * gdb.dwarf2/dw4-sig-types.exp
6038 * gdb.dwarf2/dwz.exp
6039 * gdb.dwarf2/dynarr-ptr.exp
6040 * gdb.dwarf2/enum-type.exp
6041 * gdb.dwarf2/gdb-index.exp
6042 * gdb.dwarf2/implptr-64bit.exp
6043 * gdb.dwarf2/implptr-optimized-out.exp
6044 * gdb.dwarf2/implptr.exp
6045 * gdb.dwarf2/implref-array.exp
6046 * gdb.dwarf2/implref-const.exp
6047 * gdb.dwarf2/implref-global.exp
6048 * gdb.dwarf2/implref-struct.exp
6049 * gdb.dwarf2/mac-fileno.exp
6050 * gdb.dwarf2/main-subprogram.exp
6051 * gdb.dwarf2/member-ptr-forwardref.exp
6052 * gdb.dwarf2/method-ptr.exp
6053 * gdb.dwarf2/missing-sig-type.exp
6054 * gdb.dwarf2/nonvar-access.exp
6055 * gdb.dwarf2/opaque-type-lookup.exp
6056 * gdb.dwarf2/pieces-optimized-out.exp
6057 * gdb.dwarf2/pieces.exp
6058 * gdb.dwarf2/pr10770.exp
6059 * gdb.dwarf2/pr13961.exp
6060 * gdb.dwarf2/staticvirtual.exp
6061 * gdb.dwarf2/subrange.exp
6062 * gdb.dwarf2/symtab-producer.exp
6063 * gdb.dwarf2/trace-crash.exp
6064 * gdb.dwarf2/typeddwarf.exp
6065 * gdb.dwarf2/valop.exp
6066 * gdb.dwarf2/watch-notconst.exp
6067 * gdb.fortran/array-element.exp
6068 * gdb.fortran/charset.exp
6069 * gdb.fortran/common-block.exp
6070 * gdb.fortran/complex.exp
6071 * gdb.fortran/derived-type-function.exp
6072 * gdb.fortran/derived-type.exp
6073 * gdb.fortran/logical.exp
6074 * gdb.fortran/module.exp
6075 * gdb.fortran/multi-dim.exp
6076 * gdb.fortran/nested-funcs.exp
6077 * gdb.fortran/print-formatted.exp
6078 * gdb.fortran/subarray.exp
6079 * gdb.fortran/vla-alloc-assoc.exp
6080 * gdb.fortran/vla-datatypes.exp
6081 * gdb.fortran/vla-history.exp
6082 * gdb.fortran/vla-ptr-info.exp
6083 * gdb.fortran/vla-ptype-sub.exp
6084 * gdb.fortran/vla-ptype.exp
6085 * gdb.fortran/vla-sizeof.exp
6086 * gdb.fortran/vla-type.exp
6087 * gdb.fortran/vla-value-sub-arbitrary.exp
6088 * gdb.fortran/vla-value-sub-finish.exp
6089 * gdb.fortran/vla-value-sub.exp
6090 * gdb.fortran/vla-value.exp
6091 * gdb.fortran/whatis_type.exp
6092 * gdb.go/chan.exp
6093 * gdb.go/handcall.exp
6094 * gdb.go/hello.exp
6095 * gdb.go/integers.exp
6096 * gdb.go/methods.exp
6097 * gdb.go/package.exp
6098 * gdb.go/strings.exp
6099 * gdb.go/types.exp
6100 * gdb.go/unsafe.exp
6101 * gdb.guile/scm-arch.exp
6102 * gdb.guile/scm-block.exp
6103 * gdb.guile/scm-breakpoint.exp
6104 * gdb.guile/scm-cmd.exp
6105 * gdb.guile/scm-disasm.exp
6106 * gdb.guile/scm-equal.exp
6107 * gdb.guile/scm-frame-args.exp
6108 * gdb.guile/scm-frame-inline.exp
6109 * gdb.guile/scm-frame.exp
6110 * gdb.guile/scm-iterator.exp
6111 * gdb.guile/scm-math.exp
6112 * gdb.guile/scm-objfile.exp
6113 * gdb.guile/scm-ports.exp
6114 * gdb.guile/scm-symbol.exp
6115 * gdb.guile/scm-symtab.exp
6116 * gdb.guile/scm-value-cc.exp
6117 * gdb.guile/types-module.exp
6118 * gdb.linespec/break-ask.exp
6119 * gdb.linespec/cpexplicit.exp
6120 * gdb.linespec/explicit.exp
6121 * gdb.linespec/keywords.exp
6122 * gdb.linespec/linespec.exp
6123 * gdb.linespec/ls-dollar.exp
6124 * gdb.linespec/ls-errs.exp
6125 * gdb.linespec/skip-two.exp
6126 * gdb.linespec/thread.exp
6127 * gdb.mi/mi-async.exp
6128 * gdb.mi/mi-basics.exp
6129 * gdb.mi/mi-break.exp
6130 * gdb.mi/mi-catch-load.exp
6131 * gdb.mi/mi-cli.exp
6132 * gdb.mi/mi-cmd-param-changed.exp
6133 * gdb.mi/mi-console.exp
6134 * gdb.mi/mi-detach.exp
6135 * gdb.mi/mi-disassemble.exp
6136 * gdb.mi/mi-eval.exp
6137 * gdb.mi/mi-file-transfer.exp
6138 * gdb.mi/mi-file.exp
6139 * gdb.mi/mi-fill-memory.exp
6140 * gdb.mi/mi-inheritance-syntax-error.exp
6141 * gdb.mi/mi-linespec-err-cp.exp
6142 * gdb.mi/mi-logging.exp
6143 * gdb.mi/mi-memory-changed.exp
6144 * gdb.mi/mi-read-memory.exp
6145 * gdb.mi/mi-record-changed.exp
6146 * gdb.mi/mi-reg-undefined.exp
6147 * gdb.mi/mi-regs.exp
6148 * gdb.mi/mi-return.exp
6149 * gdb.mi/mi-reverse.exp
6150 * gdb.mi/mi-simplerun.exp
6151 * gdb.mi/mi-solib.exp
6152 * gdb.mi/mi-stack.exp
6153 * gdb.mi/mi-stepi.exp
6154 * gdb.mi/mi-syn-frame.exp
6155 * gdb.mi/mi-until.exp
6156 * gdb.mi/mi-var-block.exp
6157 * gdb.mi/mi-var-child.exp
6158 * gdb.mi/mi-var-cmd.exp
6159 * gdb.mi/mi-var-cp.exp
6160 * gdb.mi/mi-var-display.exp
6161 * gdb.mi/mi-var-invalidate.exp
6162 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6163 * gdb.mi/mi-vla-fortran.exp
6164 * gdb.mi/mi-watch.exp
6165 * gdb.mi/mi2-var-child.exp
6166 * gdb.mi/user-selected-context-sync.exp
6167 * gdb.modula2/unbounded-array.exp
6168 * gdb.multi/dummy-frame-restore.exp
6169 * gdb.multi/multi-arch-exec.exp
6170 * gdb.multi/multi-arch.exp
6171 * gdb.multi/tids.exp
6172 * gdb.multi/watchpoint-multi.exp
6173 * gdb.opencl/callfuncs.exp
6174 * gdb.opencl/convs_casts.exp
6175 * gdb.opencl/datatypes.exp
6176 * gdb.opencl/operators.exp
6177 * gdb.opencl/vec_comps.exp
6178 * gdb.opt/clobbered-registers-O2.exp
6179 * gdb.opt/inline-break.exp
6180 * gdb.opt/inline-bt.exp
6181 * gdb.opt/inline-cmds.exp
6182 * gdb.opt/inline-locals.exp
6183 * gdb.pascal/case-insensitive-symbols.exp
6184 * gdb.pascal/floats.exp
6185 * gdb.pascal/gdb11492.exp
6186 * gdb.python/lib-types.exp
6187 * gdb.python/py-arch.exp
6188 * gdb.python/py-as-string.exp
6189 * gdb.python/py-bad-printers.exp
6190 * gdb.python/py-block.exp
6191 * gdb.python/py-breakpoint-create-fail.exp
6192 * gdb.python/py-breakpoint.exp
6193 * gdb.python/py-caller-is.exp
6194 * gdb.python/py-cmd.exp
6195 * gdb.python/py-explore-cc.exp
6196 * gdb.python/py-explore.exp
6197 * gdb.python/py-finish-breakpoint.exp
6198 * gdb.python/py-finish-breakpoint2.exp
6199 * gdb.python/py-frame-args.exp
6200 * gdb.python/py-frame-inline.exp
6201 * gdb.python/py-frame.exp
6202 * gdb.python/py-framefilter-mi.exp
6203 * gdb.python/py-infthread.exp
6204 * gdb.python/py-lazy-string.exp
6205 * gdb.python/py-linetable.exp
6206 * gdb.python/py-mi-events.exp
6207 * gdb.python/py-mi-objfile.exp
6208 * gdb.python/py-mi.exp
6209 * gdb.python/py-objfile.exp
6210 * gdb.python/py-pp-integral.exp
6211 * gdb.python/py-pp-maint.exp
6212 * gdb.python/py-pp-re-notag.exp
6213 * gdb.python/py-pp-registration.exp
6214 * gdb.python/py-recurse-unwind.exp
6215 * gdb.python/py-strfns.exp
6216 * gdb.python/py-symbol.exp
6217 * gdb.python/py-symtab.exp
6218 * gdb.python/py-sync-interp.exp
6219 * gdb.python/py-typeprint.exp
6220 * gdb.python/py-unwind-maint.exp
6221 * gdb.python/py-unwind.exp
6222 * gdb.python/py-value-cc.exp
6223 * gdb.python/py-xmethods.exp
6224 * gdb.reverse/amd64-tailcall-reverse.exp
6225 * gdb.reverse/break-precsave.exp
6226 * gdb.reverse/break-reverse.exp
6227 * gdb.reverse/consecutive-precsave.exp
6228 * gdb.reverse/consecutive-reverse.exp
6229 * gdb.reverse/finish-precsave.exp
6230 * gdb.reverse/finish-reverse-bkpt.exp
6231 * gdb.reverse/finish-reverse.exp
6232 * gdb.reverse/fstatat-reverse.exp
6233 * gdb.reverse/getresuid-reverse.exp
6234 * gdb.reverse/i386-precsave.exp
6235 * gdb.reverse/i386-reverse.exp
6236 * gdb.reverse/i386-sse-reverse.exp
6237 * gdb.reverse/i387-env-reverse.exp
6238 * gdb.reverse/i387-stack-reverse.exp
6239 * gdb.reverse/insn-reverse.exp
6240 * gdb.reverse/machinestate-precsave.exp
6241 * gdb.reverse/machinestate.exp
6242 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6243 * gdb.reverse/pipe-reverse.exp
6244 * gdb.reverse/readv-reverse.exp
6245 * gdb.reverse/recvmsg-reverse.exp
6246 * gdb.reverse/rerun-prec.exp
6247 * gdb.reverse/s390-mvcle.exp
6248 * gdb.reverse/step-precsave.exp
6249 * gdb.reverse/step-reverse.exp
6250 * gdb.reverse/time-reverse.exp
6251 * gdb.reverse/until-precsave.exp
6252 * gdb.reverse/until-reverse.exp
6253 * gdb.reverse/waitpid-reverse.exp
6254 * gdb.reverse/watch-precsave.exp
6255 * gdb.reverse/watch-reverse.exp
6256 * gdb.rust/generics.exp
6257 * gdb.rust/methods.exp
6258 * gdb.rust/modules.exp
6259 * gdb.rust/simple.exp
6260 * gdb.server/connect-with-no-symbol-file.exp
6261 * gdb.server/ext-attach.exp
6262 * gdb.server/ext-restart.exp
6263 * gdb.server/ext-wrapper.exp
6264 * gdb.server/file-transfer.exp
6265 * gdb.server/server-exec-info.exp
6266 * gdb.server/server-kill.exp
6267 * gdb.server/server-mon.exp
6268 * gdb.server/wrapper.exp
6269 * gdb.stabs/exclfwd.exp
6270 * gdb.stabs/gdb11479.exp
6271 * gdb.threads/clone-new-thread-event.exp
6272 * gdb.threads/corethreads.exp
6273 * gdb.threads/current-lwp-dead.exp
6274 * gdb.threads/dlopen-libpthread.exp
6275 * gdb.threads/gcore-thread.exp
6276 * gdb.threads/sigstep-threads.exp
6277 * gdb.threads/watchpoint-fork.exp
6278 * gdb.trace/actions-changed.exp
6279 * gdb.trace/backtrace.exp
6280 * gdb.trace/change-loc.exp
6281 * gdb.trace/circ.exp
6282 * gdb.trace/collection.exp
6283 * gdb.trace/disconnected-tracing.exp
6284 * gdb.trace/ftrace.exp
6285 * gdb.trace/mi-trace-frame-collected.exp
6286 * gdb.trace/mi-trace-unavailable.exp
6287 * gdb.trace/mi-traceframe-changed.exp
6288 * gdb.trace/mi-tsv-changed.exp
6289 * gdb.trace/no-attach-trace.exp
6290 * gdb.trace/passc-dyn.exp
6291 * gdb.trace/qtro.exp
6292 * gdb.trace/range-stepping.exp
6293 * gdb.trace/read-memory.exp
6294 * gdb.trace/save-trace.exp
6295 * gdb.trace/signal.exp
6296 * gdb.trace/status-stop.exp
6297 * gdb.trace/tfile.exp
6298 * gdb.trace/trace-break.exp
6299 * gdb.trace/trace-buffer-size.exp
6300 * gdb.trace/trace-condition.exp
6301 * gdb.trace/tracefile-pseudo-reg.exp
6302 * gdb.trace/tstatus.exp
6303 * gdb.trace/unavailable.exp
6304 * gdb.trace/while-dyn.exp
6305 * gdb.trace/while-stepping.exp
6306
6307 2016-12-22 Doug Evans <xdje42@gmail.com>
6308
6309 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6310 and msymbols.
6311
6312 2016-12-19 Yao Qi <yao.qi@linaro.org>
6313
6314 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6315 (test_with_self): Don't call do_steps_and_nexts, and remove
6316 code about stepping into xmalloc.
6317
6318 2016-12-09 Yao Qi <yao.qi@linaro.org>
6319
6320 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6321
6322 2016-12-09 Yao Qi <yao.qi@linaro.org>
6323
6324 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6325
6326 2016-12-09 Pedro Alves <palves@redhat.com>
6327
6328 * gdb.base/all-architectures-0.exp: New file.
6329 * gdb.base/all-architectures-1.exp: New file.
6330 * gdb.base/all-architectures-2.exp: New file.
6331 * gdb.base/all-architectures-3.exp: New file.
6332 * gdb.base/all-architectures-4.exp: New file.
6333 * gdb.base/all-architectures-5.exp: New file.
6334 * gdb.base/all-architectures-6.exp: New file.
6335 * gdb.base/all-architectures-7.exp: New file.
6336 * gdb.base/all-architectures.exp.in: New file.
6337
6338 2016-12-09 Yao Qi <yao.qi@linaro.org>
6339
6340 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6341
6342 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6343
6344 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6345 possible.
6346 Remove useless pattern-matching code.
6347
6348 2016-12-02 Pedro Alves <palves@redhat.com>
6349
6350 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6351 procedure.
6352 (top level): Call it.
6353
6354 2016-12-02 Pedro Alves <palves@redhat.com>
6355
6356 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6357 New procedure.
6358 (top level): Call it.
6359
6360 2016-12-02 Pedro Alves <palves@redhat.com>
6361
6362 PR cli/20559
6363 * gdb.base/commands.exp (user_defined_command_args_eval): New
6364 procedure.
6365 (top level): Call it.
6366
6367 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6368
6369 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6370 timeout handling.
6371
6372 2016-12-02 Tom Tromey <tom@tromey.com>
6373
6374 * gdb.dwarf2/main-subprogram.c: New file.
6375 * gdb.dwarf2/main-subprogram.exp: New file.
6376
6377 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6378
6379 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6380 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6381 gdb_test_no_output for a couple of cases.
6382 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6383
6384 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6385
6386 Fix test names and standardize compilation error messages throughout
6387 the following files:
6388
6389 * gdb.ada/start.exp
6390 * gdb.arch/alpha-step.exp
6391 * gdb.arch/e500-prologue.exp
6392 * gdb.arch/ftrace-insn-reloc.exp
6393 * gdb.arch/gdb1291.exp
6394 * gdb.arch/gdb1431.exp
6395 * gdb.arch/gdb1558.exp
6396 * gdb.arch/i386-dr3-watch.exp
6397 * gdb.arch/i386-sse-stack-align.exp
6398 * gdb.arch/ia64-breakpoint-shadow.exp
6399 * gdb.arch/pa-nullify.exp
6400 * gdb.arch/powerpc-aix-prologue.exp
6401 * gdb.arch/thumb-bx-pc.exp
6402 * gdb.base/annota1.exp
6403 * gdb.base/annota3.exp
6404 * gdb.base/arrayidx.exp
6405 * gdb.base/assign.exp
6406 * gdb.base/attach.exp
6407 * gdb.base/auxv.exp
6408 * gdb.base/bang.exp
6409 * gdb.base/bfp-test.exp
6410 * gdb.base/bigcore.exp
6411 * gdb.base/bitfields2.exp
6412 * gdb.base/break-fun-addr.exp
6413 * gdb.base/break-probes.exp
6414 * gdb.base/call-rt-st.exp
6415 * gdb.base/callexit.exp
6416 * gdb.base/catch-fork-kill.exp
6417 * gdb.base/charset.exp
6418 * gdb.base/checkpoint.exp
6419 * gdb.base/comprdebug.exp
6420 * gdb.base/constvars.exp
6421 * gdb.base/coredump-filter.exp
6422 * gdb.base/cursal.exp
6423 * gdb.base/cvexpr.exp
6424 * gdb.base/detach.exp
6425 * gdb.base/display.exp
6426 * gdb.base/dmsym.exp
6427 * gdb.base/dprintf-pending.exp
6428 * gdb.base/dso2dso.exp
6429 * gdb.base/dtrace-probe.exp
6430 * gdb.base/dump.exp
6431 * gdb.base/enum_cond.exp
6432 * gdb.base/exe-lock.exp
6433 * gdb.base/exec-invalid-sysroot.exp
6434 * gdb.base/execl-update-breakpoints.exp
6435 * gdb.base/exprs.exp
6436 * gdb.base/fileio.exp
6437 * gdb.base/find.exp
6438 * gdb.base/finish.exp
6439 * gdb.base/fixsection.exp
6440 * gdb.base/foll-vfork.exp
6441 * gdb.base/frame-args.exp
6442 * gdb.base/gcore.exp
6443 * gdb.base/gdb1250.exp
6444 * gdb.base/global-var-nested-by-dso.exp
6445 * gdb.base/gnu-ifunc.exp
6446 * gdb.base/hashline1.exp
6447 * gdb.base/hashline2.exp
6448 * gdb.base/hashline3.exp
6449 * gdb.base/hbreak-in-shr-unsupported.exp
6450 * gdb.base/huge.exp
6451 * gdb.base/infcall-input.exp
6452 * gdb.base/info-fun.exp
6453 * gdb.base/info-shared.exp
6454 * gdb.base/jit-simple.exp
6455 * gdb.base/jit-so.exp
6456 * gdb.base/jit.exp
6457 * gdb.base/jump.exp
6458 * gdb.base/label.exp
6459 * gdb.base/lineinc.exp
6460 * gdb.base/logical.exp
6461 * gdb.base/longjmp.exp
6462 * gdb.base/macscp.exp
6463 * gdb.base/miscexprs.exp
6464 * gdb.base/new-ui-echo.exp
6465 * gdb.base/new-ui-pending-input.exp
6466 * gdb.base/new-ui.exp
6467 * gdb.base/nodebug.exp
6468 * gdb.base/nofield.exp
6469 * gdb.base/offsets.exp
6470 * gdb.base/overlays.exp
6471 * gdb.base/pending.exp
6472 * gdb.base/pointers.exp
6473 * gdb.base/pr11022.exp
6474 * gdb.base/printcmds.exp
6475 * gdb.base/prologue.exp
6476 * gdb.base/ptr-typedef.exp
6477 * gdb.base/realname-expand.exp
6478 * gdb.base/relativedebug.exp
6479 * gdb.base/relocate.exp
6480 * gdb.base/remote.exp
6481 * gdb.base/reread.exp
6482 * gdb.base/return2.exp
6483 * gdb.base/savedregs.exp
6484 * gdb.base/sep.exp
6485 * gdb.base/sepdebug.exp
6486 * gdb.base/sepsymtab.exp
6487 * gdb.base/set-inferior-tty.exp
6488 * gdb.base/setshow.exp
6489 * gdb.base/shlib-call.exp
6490 * gdb.base/sigaltstack.exp
6491 * gdb.base/siginfo-addr.exp
6492 * gdb.base/signals.exp
6493 * gdb.base/signull.exp
6494 * gdb.base/sigrepeat.exp
6495 * gdb.base/so-impl-ld.exp
6496 * gdb.base/solib-display.exp
6497 * gdb.base/solib-overlap.exp
6498 * gdb.base/solib-search.exp
6499 * gdb.base/solib-symbol.exp
6500 * gdb.base/structs.exp
6501 * gdb.base/structs2.exp
6502 * gdb.base/symtab-search-order.exp
6503 * gdb.base/twice.exp
6504 * gdb.base/unload.exp
6505 * gdb.base/varargs.exp
6506 * gdb.base/watchpoint-solib.exp
6507 * gdb.base/watchpoint.exp
6508 * gdb.base/whatis.exp
6509 * gdb.base/wrong_frame_bt_full.exp
6510 * gdb.btrace/dlopen.exp
6511 * gdb.cell/ea-standalone.exp
6512 * gdb.cell/ea-test.exp
6513 * gdb.cp/dispcxx.exp
6514 * gdb.cp/gdb2384.exp
6515 * gdb.cp/method2.exp
6516 * gdb.cp/nextoverthrow.exp
6517 * gdb.cp/pr10728.exp
6518 * gdb.disasm/am33.exp
6519 * gdb.disasm/h8300s.exp
6520 * gdb.disasm/mn10300.exp
6521 * gdb.disasm/sh3.exp
6522 * gdb.dwarf2/dw2-dir-file-name.exp
6523 * gdb.fortran/complex.exp
6524 * gdb.fortran/library-module.exp
6525 * gdb.guile/scm-pretty-print.exp
6526 * gdb.guile/scm-symbol.exp
6527 * gdb.guile/scm-type.exp
6528 * gdb.guile/scm-value.exp
6529 * gdb.linespec/linespec.exp
6530 * gdb.mi/gdb701.exp
6531 * gdb.mi/gdb792.exp
6532 * gdb.mi/mi-breakpoint-changed.exp
6533 * gdb.mi/mi-dprintf-pending.exp
6534 * gdb.mi/mi-dprintf.exp
6535 * gdb.mi/mi-exit-code.exp
6536 * gdb.mi/mi-pending.exp
6537 * gdb.mi/mi-solib.exp
6538 * gdb.mi/new-ui-mi-sync.exp
6539 * gdb.mi/pr11022.exp
6540 * gdb.mi/user-selected-context-sync.exp
6541 * gdb.opt/solib-intra-step.exp
6542 * gdb.python/py-events.exp
6543 * gdb.python/py-finish-breakpoint.exp
6544 * gdb.python/py-mi.exp
6545 * gdb.python/py-prettyprint.exp
6546 * gdb.python/py-shared.exp
6547 * gdb.python/py-symbol.exp
6548 * gdb.python/py-template.exp
6549 * gdb.python/py-type.exp
6550 * gdb.python/py-value.exp
6551 * gdb.reverse/solib-precsave.exp
6552 * gdb.reverse/solib-reverse.exp
6553 * gdb.server/solib-list.exp
6554 * gdb.stabs/weird.exp
6555 * gdb.threads/reconnect-signal.exp
6556 * gdb.threads/stepi-random-signal.exp
6557 * gdb.trace/actions.exp
6558 * gdb.trace/ax.exp
6559 * gdb.trace/backtrace.exp
6560 * gdb.trace/change-loc.exp
6561 * gdb.trace/deltrace.exp
6562 * gdb.trace/ftrace-lock.exp
6563 * gdb.trace/ftrace.exp
6564 * gdb.trace/infotrace.exp
6565 * gdb.trace/mi-tracepoint-changed.exp
6566 * gdb.trace/packetlen.exp
6567 * gdb.trace/passcount.exp
6568 * gdb.trace/pending.exp
6569 * gdb.trace/range-stepping.exp
6570 * gdb.trace/report.exp
6571 * gdb.trace/stap-trace.exp
6572 * gdb.trace/tfind.exp
6573 * gdb.trace/trace-break.exp
6574 * gdb.trace/trace-condition.exp
6575 * gdb.trace/trace-enable-disable.exp
6576 * gdb.trace/trace-mt.exp
6577 * gdb.trace/tracecmd.exp
6578 * gdb.trace/tspeed.exp
6579 * gdb.trace/tsv.exp
6580 * lib/perftest.exp
6581
6582 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6583
6584 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6585 with gdb_test_no_output.
6586 Use command as test name.
6587
6588 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6589
6590 Fix test names starting with uppercase throughout the files.
6591
6592 * gdb.ada/assign_1.exp
6593 * gdb.ada/boolean_expr.exp
6594 * gdb.base/arrayidx.exp
6595 * gdb.base/del.exp
6596 * gdb.base/gcore-buffer-overflow.exp
6597 * gdb.base/testenv.exp
6598 * gdb.compile/compile.exp
6599 * gdb.python/py-framefilter-invalidarg.exp
6600 * gdb.python/py-framefilter.exp
6601
6602 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6603
6604 Fix test names starting with uppercase throughout the files.
6605
6606 * gdb.ada/array_return.exp
6607 * gdb.ada/expr_delims.exp
6608 * gdb.ada/mi_dyn_arr.exp
6609 * gdb.ada/mi_interface.exp
6610 * gdb.ada/mi_var_array.exp
6611 * gdb.ada/watch_arg.exp
6612 * gdb.arch/alpha-step.exp
6613 * gdb.arch/altivec-regs.exp
6614 * gdb.arch/e500-regs.exp
6615 * gdb.arch/powerpc-d128-regs.exp
6616 * gdb.base/arrayidx.exp
6617 * gdb.base/break.exp
6618 * gdb.base/checkpoint.exp
6619 * gdb.base/debug-expr.exp
6620 * gdb.base/dmsym.exp
6621 * gdb.base/radix.exp
6622 * gdb.base/sepdebug.exp
6623 * gdb.base/testenv.exp
6624 * gdb.base/watch_thread_num.exp
6625 * gdb.base/watchpoint-cond-gone.exp
6626 * gdb.cell/break.exp
6627 * gdb.cell/ea-cache.exp
6628 * gdb.compile/compile.exp
6629 * gdb.cp/gdb2495.exp
6630 * gdb.gdb/selftest.exp
6631 * gdb.gdb/xfullpath.exp
6632 * gdb.go/hello.exp
6633 * gdb.go/integers.exp
6634 * gdb.objc/basicclass.exp
6635 * gdb.pascal/hello.exp
6636 * gdb.pascal/integers.exp
6637 * gdb.python/py-breakpoint.exp
6638 * gdb.python/py-cmd.exp
6639 * gdb.python/py-linetable.exp
6640 * gdb.python/py-xmethods.exp
6641 * gdb.python/python.exp
6642 * gdb.reverse/consecutive-precsave.exp
6643 * gdb.reverse/finish-precsave.exp
6644 * gdb.reverse/i386-precsave.exp
6645 * gdb.reverse/machinestate-precsave.exp
6646 * gdb.reverse/sigall-precsave.exp
6647 * gdb.reverse/solib-precsave.exp
6648 * gdb.reverse/step-precsave.exp
6649 * gdb.reverse/until-precsave.exp
6650 * gdb.reverse/watch-precsave.exp
6651 * gdb.threads/leader-exit.exp
6652 * gdb.threads/pthreads.exp
6653 * gdb.threads/wp-replication.exp
6654 * gdb.trace/actions.exp
6655 * gdb.trace/mi-tsv-changed.exp
6656 * gdb.trace/tsv.exp
6657
6658 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6659
6660 Fix test names starting with uppercase throughout the files.
6661
6662 * gdb.arch/i386-bp_permanent.exp
6663 * gdb.arch/i386-gnu-cfi.exp
6664 * gdb.base/disasm-end-cu.exp
6665 * gdb.base/macscp.exp
6666 * gdb.base/pending.exp
6667 * gdb.base/watch_thread_num.exp
6668 * gdb.cp/exception.exp
6669 * gdb.cp/gdb2495.exp
6670 * gdb.cp/local.exp
6671 * gdb.python/py-evsignal.exp
6672 * gdb.python/python.exp
6673 * gdb.trace/tracecmd.exp
6674
6675 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6676
6677 Fix test names starting with uppercase throughout the files.
6678
6679 * gdb.base/charset.exp
6680 * gdb.base/eval.exp
6681 * gdb.base/multi-forks.exp
6682 * gdb.guile/scm-progspace.exp
6683 * gdb.opencl/datatypes.exp
6684 * gdb.python/py-block.exp
6685 * gdb.python/py-function.exp
6686 * gdb.python/py-symbol.exp
6687 * gdb.python/py-symtab.exp
6688 * gdb.python/py-xmethods.exp
6689 * gdb.reverse/break-precsave.exp
6690 * gdb.reverse/break-reverse.exp
6691 * gdb.reverse/consecutive-precsave.exp
6692 * gdb.reverse/consecutive-reverse.exp
6693 * gdb.reverse/finish-precsave.exp
6694 * gdb.reverse/finish-reverse-bkpt.exp
6695 * gdb.reverse/finish-reverse.exp
6696 * gdb.reverse/fstatat-reverse.exp
6697 * gdb.reverse/getresuid-reverse.exp
6698 * gdb.reverse/i386-precsave.exp
6699 * gdb.reverse/i386-reverse.exp
6700 * gdb.reverse/i386-sse-reverse.exp
6701 * gdb.reverse/i387-stack-reverse.exp
6702 * gdb.reverse/insn-reverse.exp
6703 * gdb.reverse/machinestate-precsave.exp
6704 * gdb.reverse/machinestate.exp
6705 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6706 * gdb.reverse/pipe-reverse.exp
6707 * gdb.reverse/readv-reverse.exp
6708 * gdb.reverse/recvmsg-reverse.exp
6709 * gdb.reverse/rerun-prec.exp
6710 * gdb.reverse/s390-mvcle.exp
6711 * gdb.reverse/sigall-precsave.exp
6712 * gdb.reverse/sigall-reverse.exp
6713 * gdb.reverse/solib-precsave.exp
6714 * gdb.reverse/solib-reverse.exp
6715 * gdb.reverse/step-precsave.exp
6716 * gdb.reverse/step-reverse.exp
6717 * gdb.reverse/time-reverse.exp
6718 * gdb.reverse/until-precsave.exp
6719 * gdb.reverse/until-reverse.exp
6720 * gdb.reverse/waitpid-reverse.exp
6721 * gdb.reverse/watch-precsave.exp
6722 * gdb.reverse/watch-reverse.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.arch/i386-mpx-simple_segv.exp
6729 * gdb.arch/i386-mpx.exp
6730 * gdb.arch/i386-permbkpt.exp
6731 * gdb.arch/pa-nullify.exp
6732 * gdb.arch/powerpc-d128-regs.exp
6733 * gdb.arch/vsx-regs.exp
6734 * gdb.base/bfp-test.exp
6735 * gdb.base/break.exp
6736 * gdb.base/breakpoint-shadow.exp
6737 * gdb.base/callfuncs.exp
6738 * gdb.base/charset.exp
6739 * gdb.base/commands.exp
6740 * gdb.base/completion.exp
6741 * gdb.base/dfp-test.exp
6742 * gdb.base/echo.exp
6743 * gdb.base/ending-run.exp
6744 * gdb.base/eval.exp
6745 * gdb.base/expand-psymtabs.exp
6746 * gdb.base/float128.exp
6747 * gdb.base/floatn.exp
6748 * gdb.base/foll-exec-mode.exp
6749 * gdb.base/gdb1056.exp
6750 * gdb.base/gdb11531.exp
6751 * gdb.base/kill-after-signal.exp
6752 * gdb.base/multi-forks.exp
6753 * gdb.base/overlays.exp
6754 * gdb.base/pending.exp
6755 * gdb.base/sepdebug.exp
6756 * gdb.base/testenv.exp
6757 * gdb.base/valgrind-db-attach.exp
6758 * gdb.base/watch_thread_num.exp
6759 * gdb.base/watchpoint-cond-gone.exp
6760 * gdb.base/watchpoint.exp
6761 * gdb.base/watchpoints.exp
6762 * gdb.cp/arg-reference.exp
6763 * gdb.cp/baseenum.exp
6764 * gdb.cp/operator.exp
6765 * gdb.cp/shadow.exp
6766 * gdb.dwarf2/dw2-op-out-param.exp
6767 * gdb.dwarf2/dw2-reg-undefined.exp
6768 * gdb.go/chan.exp
6769 * gdb.go/hello.exp
6770 * gdb.go/integers.exp
6771 * gdb.go/methods.exp
6772 * gdb.go/package.exp
6773 * gdb.guile/scm-parameter.exp
6774 * gdb.guile/scm-progspace.exp
6775 * gdb.guile/scm-value.exp
6776 * gdb.mi/mi-pending.exp
6777 * gdb.mi/user-selected-context-sync.exp
6778 * gdb.multi/multi-attach.exp
6779 * gdb.multi/tids.exp
6780 * gdb.opt/clobbered-registers-O2.exp
6781 * gdb.pascal/floats.exp
6782 * gdb.pascal/integers.exp
6783 * gdb.python/py-block.exp
6784 * gdb.python/py-events.exp
6785 * gdb.python/py-parameter.exp
6786 * gdb.python/py-symbol.exp
6787 * gdb.python/py-symtab.exp
6788 * gdb.python/py-type.exp
6789 * gdb.python/py-value.exp
6790 * gdb.python/py-xmethods.exp
6791 * gdb.python/python.exp
6792 * gdb.reverse/break-precsave.exp
6793 * gdb.reverse/consecutive-precsave.exp
6794 * gdb.reverse/finish-precsave.exp
6795 * gdb.reverse/i386-precsave.exp
6796 * gdb.reverse/machinestate-precsave.exp
6797 * gdb.reverse/sigall-precsave.exp
6798 * gdb.reverse/solib-precsave.exp
6799 * gdb.reverse/step-precsave.exp
6800 * gdb.reverse/until-precsave.exp
6801 * gdb.reverse/watch-precsave.exp
6802 * gdb.server/ext-attach.exp
6803 * gdb.server/ext-restart.exp
6804 * gdb.server/ext-run.exp
6805 * gdb.server/ext-wrapper.exp
6806 * gdb.stabs/gdb11479.exp
6807 * gdb.stabs/weird.exp
6808 * gdb.threads/attach-many-short-lived-threads.exp
6809 * gdb.threads/kill.exp
6810 * gdb.threads/watchpoint-fork.exp
6811
6812 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6813
6814 Fix test names starting with uppercase throughout all the files below.
6815
6816 * gdb.ada/array_return.exp
6817 * gdb.ada/catch_ex.exp
6818 * gdb.ada/info_exc.exp
6819 * gdb.ada/mi_catch_ex.exp
6820 * gdb.ada/mi_dyn_arr.exp
6821 * gdb.ada/mi_ex_cond.exp
6822 * gdb.ada/mi_exc_info.exp
6823 * gdb.ada/mi_interface.exp
6824 * gdb.ada/mi_task_arg.exp
6825 * gdb.ada/mi_task_info.exp
6826 * gdb.ada/mi_var_array.exp
6827 * gdb.arch/alpha-step.exp
6828 * gdb.arch/amd64-disp-step.exp
6829 * gdb.arch/arm-disp-step.exp
6830 * gdb.arch/disp-step-insn-reloc.exp
6831 * gdb.arch/e500-prologue.exp
6832 * gdb.arch/ftrace-insn-reloc.exp
6833 * gdb.arch/gdb1558.exp
6834 * gdb.arch/i386-bp_permanent.exp
6835 * gdb.arch/i386-disp-step.exp
6836 * gdb.arch/i386-float.exp
6837 * gdb.arch/i386-gnu-cfi.exp
6838 * gdb.arch/ia64-breakpoint-shadow.exp
6839 * gdb.arch/mips16-thunks.exp
6840 * gdb.arch/pa-nullify.exp
6841 * gdb.arch/powerpc-aix-prologue.exp
6842 * gdb.arch/powerpc-power.exp
6843 * gdb.arch/ppc-dfp.exp
6844 * gdb.arch/s390-tdbregs.exp
6845 * gdb.arch/spu-info.exp
6846 * gdb.arch/spu-ls.exp
6847 * gdb.arch/thumb-bx-pc.exp
6848 * gdb.base/advance.exp
6849 * gdb.base/annota-input-while-running.exp
6850 * gdb.base/arrayidx.exp
6851 * gdb.base/asmlabel.exp
6852 * gdb.base/async.exp
6853 * gdb.base/attach-wait-input.exp
6854 * gdb.base/auto-connect-native-target.exp
6855 * gdb.base/batch-preserve-term-settings.exp
6856 * gdb.base/bfp-test.exp
6857 * gdb.base/bigcore.exp
6858 * gdb.base/bp-permanent.exp
6859 * gdb.base/break-always.exp
6860 * gdb.base/break-fun-addr.exp
6861 * gdb.base/break-idempotent.exp
6862 * gdb.base/break-main-file-remove-fail.exp
6863 * gdb.base/break-probes.exp
6864 * gdb.base/break-unload-file.exp
6865 * gdb.base/break.exp
6866 * gdb.base/call-ar-st.exp
6867 * gdb.base/call-rt-st.exp
6868 * gdb.base/call-sc.exp
6869 * gdb.base/call-signal-resume.exp
6870 * gdb.base/call-strs.exp
6871 * gdb.base/callexit.exp
6872 * gdb.base/callfuncs.exp
6873 * gdb.base/catch-gdb-caused-signals.exp
6874 * gdb.base/catch-signal-siginfo-cond.exp
6875 * gdb.base/catch-syscall.exp
6876 * gdb.base/compare-sections.exp
6877 * gdb.base/cond-eval-mode.exp
6878 * gdb.base/condbreak-call-false.exp
6879 * gdb.base/consecutive-step-over.exp
6880 * gdb.base/cursal.exp
6881 * gdb.base/disabled-location.exp
6882 * gdb.base/disasm-end-cu.exp
6883 * gdb.base/display.exp
6884 * gdb.base/double-prompt-target-event-error.exp
6885 * gdb.base/dprintf-bp-same-addr.exp
6886 * gdb.base/dprintf-detach.exp
6887 * gdb.base/dprintf-next.exp
6888 * gdb.base/dprintf-non-stop.exp
6889 * gdb.base/dprintf-pending.exp
6890 * gdb.base/dso2dso.exp
6891 * gdb.base/ending-run.exp
6892 * gdb.base/enum_cond.exp
6893 * gdb.base/examine-backward.exp
6894 * gdb.base/exe-lock.exp
6895 * gdb.base/exec-invalid-sysroot.exp
6896 * gdb.base/execl-update-breakpoints.exp
6897 * gdb.base/execution-termios.exp
6898 * gdb.base/fileio.exp
6899 * gdb.base/fixsection.exp
6900 * gdb.base/foll-exec-mode.exp
6901 * gdb.base/foll-exec.exp
6902 * gdb.base/fork-running-state.exp
6903 * gdb.base/frame-args.exp
6904 * gdb.base/fullpath-expand.exp
6905 * gdb.base/func-ptr.exp
6906 * gdb.base/gcore-relro-pie.exp
6907 * gdb.base/gdb1090.exp
6908 * gdb.base/gdb1555.exp
6909 * gdb.base/global-var-nested-by-dso.exp
6910 * gdb.base/gnu-ifunc.exp
6911 * gdb.base/hbreak-in-shr-unsupported.exp
6912 * gdb.base/hbreak-unmapped.exp
6913 * gdb.base/hook-stop.exp
6914 * gdb.base/infcall-input.exp
6915 * gdb.base/info-fun.exp
6916 * gdb.base/info-shared.exp
6917 * gdb.base/interrupt-noterm.exp
6918 * gdb.base/jit-so.exp
6919 * gdb.base/jit.exp
6920 * gdb.base/line-symtabs.exp
6921 * gdb.base/list.exp
6922 * gdb.base/longjmp.exp
6923 * gdb.base/macscp.exp
6924 * gdb.base/max-value-size.exp
6925 * gdb.base/nodebug.exp
6926 * gdb.base/nofield.exp
6927 * gdb.base/overlays.exp
6928 * gdb.base/paginate-after-ctrl-c-running.exp
6929 * gdb.base/paginate-bg-execution.exp
6930 * gdb.base/paginate-inferior-exit.exp
6931 * gdb.base/pending.exp
6932 * gdb.base/pr11022.exp
6933 * gdb.base/printcmds.exp
6934 * gdb.base/ptr-typedef.exp
6935 * gdb.base/ptype.exp
6936 * gdb.base/randomize.exp
6937 * gdb.base/range-stepping.exp
6938 * gdb.base/realname-expand.exp
6939 * gdb.base/relativedebug.exp
6940 * gdb.base/remote.exp
6941 * gdb.base/savedregs.exp
6942 * gdb.base/sepdebug.exp
6943 * gdb.base/set-noassign.exp
6944 * gdb.base/shlib-call.exp
6945 * gdb.base/shreloc.exp
6946 * gdb.base/sigaltstack.exp
6947 * gdb.base/sigbpt.exp
6948 * gdb.base/siginfo-addr.exp
6949 * gdb.base/siginfo-obj.exp
6950 * gdb.base/siginfo-thread.exp
6951 * gdb.base/signest.exp
6952 * gdb.base/signull.exp
6953 * gdb.base/sigrepeat.exp
6954 * gdb.base/skip.exp
6955 * gdb.base/so-impl-ld.exp
6956 * gdb.base/solib-corrupted.exp
6957 * gdb.base/solib-disc.exp
6958 * gdb.base/solib-display.exp
6959 * gdb.base/solib-overlap.exp
6960 * gdb.base/solib-search.exp
6961 * gdb.base/solib-symbol.exp
6962 * gdb.base/source-execution.exp
6963 * gdb.base/sss-bp-on-user-bp-2.exp
6964 * gdb.base/sss-bp-on-user-bp.exp
6965 * gdb.base/stack-checking.exp
6966 * gdb.base/stale-infcall.exp
6967 * gdb.base/step-break.exp
6968 * gdb.base/step-line.exp
6969 * gdb.base/step-over-exit.exp
6970 * gdb.base/step-test.exp
6971 * gdb.base/structs.exp
6972 * gdb.base/sym-file.exp
6973 * gdb.base/symtab-search-order.exp
6974 * gdb.base/term.exp
6975 * gdb.base/type-opaque.exp
6976 * gdb.base/unload.exp
6977 * gdb.base/until-nodebug.exp
6978 * gdb.base/until.exp
6979 * gdb.base/unwindonsignal.exp
6980 * gdb.base/watch-cond.exp
6981 * gdb.base/watch-non-mem.exp
6982 * gdb.base/watch_thread_num.exp
6983 * gdb.base/watchpoint-reuse-slot.exp
6984 * gdb.base/watchpoint-solib.exp
6985 * gdb.base/watchpoint.exp
6986 * gdb.btrace/dlopen.exp
6987 * gdb.cell/arch.exp
6988 * gdb.cell/break.exp
6989 * gdb.cell/bt.exp
6990 * gdb.cell/core.exp
6991 * gdb.cell/data.exp
6992 * gdb.cell/dwarfaddr.exp
6993 * gdb.cell/ea-cache.exp
6994 * gdb.cell/ea-standalone.exp
6995 * gdb.cell/ea-test.exp
6996 * gdb.cell/f-regs.exp
6997 * gdb.cell/fork.exp
6998 * gdb.cell/gcore.exp
6999 * gdb.cell/mem-access.exp
7000 * gdb.cell/ptype.exp
7001 * gdb.cell/registers.exp
7002 * gdb.cell/sizeof.exp
7003 * gdb.cell/solib-symbol.exp
7004 * gdb.cell/solib.exp
7005 * gdb.compile/compile-tls.exp
7006 * gdb.cp/exception.exp
7007 * gdb.cp/gdb2495.exp
7008 * gdb.cp/local.exp
7009 * gdb.cp/mb-inline.exp
7010 * gdb.cp/mb-templates.exp
7011 * gdb.cp/pr10687.exp
7012 * gdb.cp/pr9167.exp
7013 * gdb.cp/scope-err.exp
7014 * gdb.cp/templates.exp
7015 * gdb.cp/virtfunc.exp
7016 * gdb.dwarf2/dw2-dir-file-name.exp
7017 * gdb.dwarf2/dw2-single-line-discriminators.exp
7018 * gdb.fortran/complex.exp
7019 * gdb.fortran/library-module.exp
7020 * gdb.guile/guile.exp
7021 * gdb.guile/scm-cmd.exp
7022 * gdb.guile/scm-frame-inline.exp
7023 * gdb.guile/scm-objfile.exp
7024 * gdb.guile/scm-pretty-print.exp
7025 * gdb.guile/scm-symbol.exp
7026 * gdb.guile/scm-type.exp
7027 * gdb.guile/scm-value.exp
7028 * gdb.linespec/keywords.exp
7029 * gdb.linespec/ls-errs.exp
7030 * gdb.linespec/macro-relative.exp
7031 * gdb.linespec/thread.exp
7032 * gdb.mi/mi-breakpoint-changed.exp
7033 * gdb.mi/mi-dprintf-pending.exp
7034 * gdb.mi/mi-fullname-deleted.exp
7035 * gdb.mi/mi-logging.exp
7036 * gdb.mi/mi-pending.exp
7037 * gdb.mi/mi-solib.exp
7038 * gdb.mi/new-ui-mi-sync.exp
7039 * gdb.mi/user-selected-context-sync.exp
7040 * gdb.multi/dummy-frame-restore.exp
7041 * gdb.multi/multi-arch-exec.exp
7042 * gdb.multi/remove-inferiors.exp
7043 * gdb.multi/watchpoint-multi-exit.exp
7044 * gdb.opt/solib-intra-step.exp
7045 * gdb.perf/backtrace.exp
7046 * gdb.perf/single-step.exp
7047 * gdb.perf/skip-command.exp
7048 * gdb.perf/skip-prologue.exp
7049 * gdb.perf/solib.exp
7050 * gdb.python/lib-types.exp
7051 * gdb.python/py-as-string.exp
7052 * gdb.python/py-bad-printers.exp
7053 * gdb.python/py-block.exp
7054 * gdb.python/py-breakpoint.exp
7055 * gdb.python/py-cmd.exp
7056 * gdb.python/py-events.exp
7057 * gdb.python/py-evthreads.exp
7058 * gdb.python/py-finish-breakpoint.exp
7059 * gdb.python/py-finish-breakpoint2.exp
7060 * gdb.python/py-frame-inline.exp
7061 * gdb.python/py-frame.exp
7062 * gdb.python/py-inferior.exp
7063 * gdb.python/py-infthread.exp
7064 * gdb.python/py-mi.exp
7065 * gdb.python/py-objfile.exp
7066 * gdb.python/py-pp-maint.exp
7067 * gdb.python/py-pp-registration.exp
7068 * gdb.python/py-prettyprint.exp
7069 * gdb.python/py-recurse-unwind.exp
7070 * gdb.python/py-shared.exp
7071 * gdb.python/py-symbol.exp
7072 * gdb.python/py-symtab.exp
7073 * gdb.python/py-template.exp
7074 * gdb.python/py-type.exp
7075 * gdb.python/py-unwind-maint.exp
7076 * gdb.python/py-unwind.exp
7077 * gdb.python/py-value.exp
7078 * gdb.python/python.exp
7079 * gdb.reverse/finish-reverse-bkpt.exp
7080 * gdb.reverse/insn-reverse.exp
7081 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7082 * gdb.reverse/solib-precsave.exp
7083 * gdb.reverse/solib-reverse.exp
7084 * gdb.stabs/gdb11479.exp
7085 * gdb.stabs/weird.exp
7086 * gdb.threads/fork-child-threads.exp
7087 * gdb.threads/fork-plus-threads.exp
7088 * gdb.threads/fork-thread-pending.exp
7089 * gdb.threads/forking-threads-plus-breakpoint.exp
7090 * gdb.threads/hand-call-in-threads.exp
7091 * gdb.threads/interrupted-hand-call.exp
7092 * gdb.threads/linux-dp.exp
7093 * gdb.threads/local-watch-wrong-thread.exp
7094 * gdb.threads/next-while-other-thread-longjmps.exp
7095 * gdb.threads/non-ldr-exit.exp
7096 * gdb.threads/pending-step.exp
7097 * gdb.threads/print-threads.exp
7098 * gdb.threads/process-dies-while-detaching.exp
7099 * gdb.threads/process-dies-while-handling-bp.exp
7100 * gdb.threads/pthreads.exp
7101 * gdb.threads/queue-signal.exp
7102 * gdb.threads/reconnect-signal.exp
7103 * gdb.threads/signal-command-handle-nopass.exp
7104 * gdb.threads/signal-command-multiple-signals-pending.exp
7105 * gdb.threads/signal-delivered-right-thread.exp
7106 * gdb.threads/signal-sigtrap.exp
7107 * gdb.threads/sigthread.exp
7108 * gdb.threads/staticthreads.exp
7109 * gdb.threads/stepi-random-signal.exp
7110 * gdb.threads/thread-unwindonsignal.exp
7111 * gdb.threads/thread_check.exp
7112 * gdb.threads/thread_events.exp
7113 * gdb.threads/tid-reuse.exp
7114 * gdb.threads/tls-nodebug.exp
7115 * gdb.threads/tls-shared.exp
7116 * gdb.threads/tls-so_extern.exp
7117 * gdb.threads/tls.exp
7118 * gdb.threads/wp-replication.exp
7119 * gdb.trace/actions-changed.exp
7120 * gdb.trace/actions.exp
7121 * gdb.trace/backtrace.exp
7122 * gdb.trace/change-loc.exp
7123 * gdb.trace/collection.exp
7124 * gdb.trace/deltrace.exp
7125 * gdb.trace/disconnected-tracing.exp
7126 * gdb.trace/entry-values.exp
7127 * gdb.trace/ftrace-lock.exp
7128 * gdb.trace/ftrace.exp
7129 * gdb.trace/infotrace.exp
7130 * gdb.trace/mi-trace-frame-collected.exp
7131 * gdb.trace/mi-trace-unavailable.exp
7132 * gdb.trace/mi-traceframe-changed.exp
7133 * gdb.trace/mi-tracepoint-changed.exp
7134 * gdb.trace/mi-tsv-changed.exp
7135 * gdb.trace/no-attach-trace.exp
7136 * gdb.trace/packetlen.exp
7137 * gdb.trace/passc-dyn.exp
7138 * gdb.trace/passcount.exp
7139 * gdb.trace/pending.exp
7140 * gdb.trace/pr16508.exp
7141 * gdb.trace/qtro.exp
7142 * gdb.trace/range-stepping.exp
7143 * gdb.trace/read-memory.exp
7144 * gdb.trace/report.exp
7145 * gdb.trace/save-trace.exp
7146 * gdb.trace/signal.exp
7147 * gdb.trace/stap-trace.exp
7148 * gdb.trace/status-stop.exp
7149 * gdb.trace/strace.exp
7150 * gdb.trace/tfile.exp
7151 * gdb.trace/tfind.exp
7152 * gdb.trace/trace-break.exp
7153 * gdb.trace/trace-condition.exp
7154 * gdb.trace/trace-enable-disable.exp
7155 * gdb.trace/trace-mt.exp
7156 * gdb.trace/tracecmd.exp
7157 * gdb.trace/tracefile-pseudo-reg.exp
7158 * gdb.trace/tspeed.exp
7159 * gdb.trace/tstatus.exp
7160 * gdb.trace/tsv.exp
7161 * gdb.trace/unavailable.exp
7162 * gdb.trace/while-dyn.exp
7163 * gdb.trace/while-stepping.exp
7164 * lib/gdb-guile.exp
7165 * lib/gdb.exp
7166 * lib/mi-support.exp
7167 * lib/pascal.exp
7168 * lib/perftest.exp
7169 * lib/prelink-support.exp
7170 * lib/selftest-support.exp
7171
7172 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7173
7174 * Makefile.in: Include disable-implicit-rules.mk.
7175
7176 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7177
7178 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7179 non-byte-aligned bit fields.
7180
7181 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7182
7183 PR gdb/12616
7184 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7185 respects the DW_AT_data_bit_offset attribute.
7186
7187 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7188
7189 * gdb.base/default.exp: Fix output of "set language".
7190
7191 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7192
7193 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7194 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7195 make.
7196 * configure.ac: Remove checks for the make program.
7197 * configure: Re-generate.
7198
7199 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7200
7201 * gdb.python/py-recurse-unwind.c (main): Add loop.
7202 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7203 to read_register() and gdb.parse_and_eval(). Make each code
7204 call a separate case that can be individually tested.
7205 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7206 proc. Call cont_and_backtrace for each of the code paths that
7207 we want to test in the unwinder.
7208
7209 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7210
7211 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7212 the definition of struct S.
7213
7214 2016-11-11 Catherine Moore <clm@codesourcery.com>
7215
7216 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7217
7218 2016-11-09 Pedro Alves <palves@redhat.com>
7219
7220 * gdb.base/commands.exp (runto_or_return): New procedure.
7221 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7222 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7223 (progvar_simple_while_test, progvar_complex_if_while_test)
7224 (if_while_breakpoint_command_test)
7225 (infrun_breakpoint_command_test, breakpoint_command_test)
7226 (user_defined_command_test, watchpoint_command_test)
7227 (test_command_prompt_position, redefine_hook_test)
7228 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7229 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7230 multi_line_input and multi_line. Remove gdb_expect and
7231 gdb_stop_suppressing_tests uses.
7232 * lib/gdb.exp (valnum_re): New global.
7233 (multi_line_input): New procedure.
7234
7235 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7236
7237 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7238 Remove.
7239 (test_setup): Define with proc_with_prefix.
7240 (test_cli_inferior): Likewise.
7241 (test_cli_thread): Likewise.
7242 (test_cli_frame): Likewise.
7243 (test_cli_select_frame): Likewise.
7244 (test_cli_up_down): Likewise.
7245 (test_mi_thread_select): Likewise.
7246 (test_mi_stack_select_frame): Likewise.
7247 (test_cli_in_mi_inferior): Likewise.
7248 (test_cli_in_mi_thread): Likewise.
7249 (test_cli_in_mi_frame): Likewise.
7250 (top level): Do not use with_test_prefix_procname.
7251
7252 2016-11-09 Pedro Alves <palves@redhat.com>
7253
7254 * gdb.base/commands.exp (gdbvar_simple_if_test)
7255 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7256 (progvar_simple_if_test, progvar_simple_while_test)
7257 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7258 (infrun_breakpoint_command_test, breakpoint_command_test)
7259 (user_defined_command_test, watchpoint_command_test)
7260 (test_command_prompt_position, deprecated_command_test)
7261 (bp_deleted_in_command, temporary_breakpoint_commands)
7262 (stray_arg0_test, source_file_with_indented_comment)
7263 (recursive_source_test, if_commands_test)
7264 (error_clears_commands_left, redefine_hook_test)
7265 (redefine_backtrace_test): Use proc_with_prefix.
7266 * lib/gdb.exp (proc_with_prefix): New proc.
7267
7268 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7269
7270 * gdb.base/tui-layout.c: New file.
7271 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7272 disassembly window contains very long lines.
7273
7274 2016-11-08 Tom Tromey <tom@tromey.com>
7275
7276 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7277 depend on Python 2.
7278
7279 2016-11-08 Tom Tromey <tom@tromey.com>
7280
7281 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7282 New method.
7283
7284 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7285
7286 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7287
7288 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7289
7290 * gdb.rust/simple.rs: Add test for univariant enums without
7291 discriminants and for encoded struct-like enums.
7292
7293 2016-10-28 Pedro Alves <palves@redhat.com>
7294
7295 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7296 gdb_test_multiple, tighten regexps and match symtabs and line
7297 tables incrementally.
7298
7299 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7300
7301 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7302 general.
7303
7304 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7305
7306 * gdb.base/exec-invalid-sysroot.exp: New file.
7307
7308 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7309
7310 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7311
7312 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7313
7314 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7315
7316 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7317
7318 * gdb.base/killed-outside.exp: Remove $options from a call to
7319 `prepare_for_testing'.
7320
7321 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7322
7323 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7324 Change test message.
7325
7326 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7327
7328 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7329 Update comment.
7330
7331 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7332
7333 * gdb.trace/mi-trace-save.exp: New file.
7334
7335 2016-10-13 Yao Qi <yao.qi@linaro.org>
7336
7337 * gdb.base/code_elim.exp (get_var_address): Remove.
7338 * gdb.base/relocate.exp: Likewise.
7339 * gdb.base/shreloc.exp: Likewise.
7340 * lib/gdb.exp (get_var_address): New.
7341
7342 2016-10-13 Yao Qi <yao.qi@linaro.org>
7343
7344 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7345 floating point tests if $skip_float_test is false.
7346
7347 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7348
7349 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7350 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7351 argc values.
7352 Add 1 to argc so we guarantee distinct initial/modified argc values.
7353
7354 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7355
7356 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7357
7358 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7359
7360 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7361 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7362 * gdb.arch/vsx-regs.exp: Likewise.
7363
7364 2016-10-07 Yao Qi <yao.qi@linaro.org>
7365
7366 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7367
7368 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7369
7370 * gdb.python/python.exp: Test decode_line("*0").
7371
7372 2016-10-06 Doug Evans <dje@google.com>
7373
7374 * gdb.python/py-value.exp (test_value_creation): Add test for large
7375 unsigned 64-bit value.
7376
7377 2016-10-06 Tom Tromey <tom@tromey.com>
7378
7379 * gdb.compile/compile.exp: Change java tests to rust.
7380 * gdb.base/setshow.exp: Change java tests to rust.
7381 * gdb.base/default.exp: Remove java from language list.
7382 * README (Examples): Update language example.
7383 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7384 test.
7385 * lib/gdb.exp (skip_java_tests): Remove.
7386 * lib/java.exp: Remove.
7387 * gdb.java: Remove.
7388
7389 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7390
7391 * gdb.arch/mips-fcr.exp: New test.
7392 * gdb.arch/mips-fcr.c: Source for the new test.
7393
7394 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7395
7396 * gdb.base/solib-disc.exp: Use `standard_output_file'
7397 throughout.
7398
7399 2016-10-06 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.base/jit-simple-dl.c: New file.
7402 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7403 * gdb.base/jit-simple.c: ... this.
7404 * gdb.base/jit-simple.exp (jit_run): Delete.
7405 (build_jit): New proc.
7406 (jit_test_reread): Recompile either the main program or the shared
7407 library, depending on what is being tested. Skip changing address
7408 if caller wants to. Compare before/after addresses. If testing
7409 standalone, explicitly load the binary. Test "maint info
7410 breakpoints".
7411 (top level): Add "standalone vs shared lib" and "change address"
7412 vs "same address" axes.
7413
7414 2016-10-06 Pedro Alves <palves@redhat.com>
7415
7416 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7417 call.
7418 (jit_run): Delete.
7419 (jit_test_reread): Use with_test_prefix. Reload the main binary
7420 explicitly. Compare the before/after addresses of the JIT
7421 descriptor.
7422
7423 2016-08-15 Doug Evans <dje@google.com>
7424
7425 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7426 for single bitfields is bool.
7427 * gdb.xml/tdesc-regs.exp: Ditto.
7428
7429 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7430
7431 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7432
7433 2016-10-05 Yao Qi <yao.qi@linaro.org>
7434
7435 * lib/gdb.exp (support_complex_tests): Return zero if
7436 gdb_skip_float_test return true.
7437
7438 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7439 Simon Marchi <simon.marchi@ericsson.com>
7440
7441 PR gdb/20487
7442 * gdb.mi/user-selected-context-sync.exp: New file.
7443 * gdb.mi/user-selected-context-sync.c: New file.
7444
7445 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7446 Simon Marchi <simon.marchi@ericsson.com>
7447
7448 PR gdb/20487
7449 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7450 =thread-select-event check.
7451
7452 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7453
7454 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7455 the compulsory L operand changes.
7456 * gdb.arch/powerpc-power.s: Likewise.
7457
7458 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7459
7460 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7461 * gdb.base/jit-attach-pie.c: New file.
7462 * gdb.base/jit-attach-pie.exp: New file.
7463
7464 2016-09-28 Pedro Alves <palves@redhat.com>
7465
7466 * gdb.base/infcall-input.c: New file.
7467 * gdb.base/infcall-input.exp: New file.
7468
7469 2016-09-22 Yao Qi <yao.qi@linaro.org>
7470
7471 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7472 (gdb_exit): Rename it to ...
7473 (gdbserver_gdb_exit): ... Close GDBserver.
7474 (gdb_exit): New proc, call gdbserver_gdb_exit.
7475 (mi_gdb_exit): Likewise.
7476
7477 2016-09-22 Yao Qi <yao.qi@linaro.org>
7478
7479 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7480 path.
7481 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7482 Remove duplication.
7483
7484 2016-09-22 Yao Qi <yao.qi@linaro.org>
7485
7486 * lib/gdbserver-support.exp: Check the existence of
7487 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7488
7489 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7490
7491 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7492
7493 2016-09-21 Tom Tromey <tom@tromey.com>
7494
7495 PR gdb/20604:
7496 * gdb.base/quit.exp: New file.
7497
7498 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7499
7500 * .gitignore: New file.
7501
7502 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7503
7504 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7505 throughout.
7506
7507 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7508
7509 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7510
7511 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7512
7513 * gdb.cp/casts.cc (decltype): Move it ...
7514 (main): ... with its call to ...
7515 * gdb.cp/casts03.cc: ... a new file.
7516 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7517
7518 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7519
7520 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7521
7522 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7523
7524 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7525 and sync up the test with tests in gas/testsuite/gas/ppc.
7526 * gdb.arch/powerpc-power.exp: Likewise.
7527
7528 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7529
7530 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7531
7532 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7533 Jan Kratochvil <jan.kratochvil@redhat.com>
7534
7535 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7536 make m1's definition to be different from m2's. Use 'dummy' as an
7537 argument for probe 'two'.
7538
7539 2016-09-10 Jon Beniston <jon@beniston.com>
7540
7541 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7542 for sim target.
7543
7544 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7545
7546 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7547 variable declaration.
7548 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7549 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7550 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7551 received HWCAP as its argument.
7552
7553 2016-09-06 Pedro Alves <palves@redhat.com>
7554
7555 * gdb.base/new-ui-pending-input.c: New file.
7556 * gdb.base/new-ui-pending-input.exp: New file.
7557 * gdb.exp (clear_gdb_spawn_id): New procedure.
7558 (with_spawn_id): Check whether gdb_spawn_id exists before
7559 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7560 on exit.
7561
7562 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7563
7564 * gdb.base/float128.c: New file.
7565 * gdb.base/float128.exp: Likewise.
7566 * gdb.base/floatn.c: Likewise.
7567 * gdb.base/floatn.exp: Likewise.
7568
7569 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7570
7571 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7572
7573 2016-09-05 Pedro Alves <palves@redhat.com>
7574
7575 PR backtrace/19927
7576 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7577 unwinders are immediately called as side effect of "source" or
7578 "disable unwinder" commands.
7579 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7580
7581 2016-09-02 Yao Qi <yao.qi@linaro.org>
7582
7583 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7584 is true and $type is "float" or "double".
7585
7586 2016-09-02 Yao Qi <yao.qi@linaro.org>
7587
7588 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7589 true.
7590 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7591 * gdb.base/call-rt-st.exp: Likewise.
7592 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7593 return value instead of gdb,skip_float_test.
7594 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7595 (do_function_calls): Use its return value instead of
7596 gdb,skip_float_test.
7597 * gdb.base/finish.exp: Likewise.
7598 * gdb.base/funcargs.exp: Likewise.
7599 * gdb.base/return.exp: Likewise.
7600 * gdb.base/return2.exp: Likewise.
7601 * gdb.base/varargs.exp: Likewise.
7602 * lib/gdb.exp (gdb_skip_float_test): Change it to
7603 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7604
7605 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7606
7607 * gdb.multi/tids.exp: Test "thread apply all".
7608
7609 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7610
7611 * gdb.base/default.exp (tty): Remove.
7612
7613 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7614
7615 * gdb.python/py-recurse-unwind.c: New file.
7616 * gdb.python/py-recurse-unwind.py: New file.
7617 * gdb.python/py-recurse-unwind.exp: New file.
7618
7619 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7620
7621 * gdb.base/set-inferior-tty.exp: New file.
7622 * gdb.base/set-inferior-tty.c: New file.
7623
7624 2016-08-23 Pedro Alves <palves@redhat.com>
7625
7626 PR gdb/20494
7627 * gdb.base/new-ui-echo.c: New file.
7628 * gdb.base/new-ui-echo.exp: New file.
7629
7630 2016-08-23 Yao Qi <yao.qi@linaro.org>
7631
7632 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7633 gdbserver_spawn.
7634 * gdb.server/connect-without-multi-process.exp (do_test):
7635 Likewise.
7636
7637 2016-08-23 Yao Qi <yao.qi@linaro.org>
7638
7639 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7640 standalone_txt. Delete gdb_txt and standalone_txt on host
7641 and target. Spawn the binary on target. Copy files from
7642 target to host.
7643
7644 2016-08-22 Pedro Alves <palves@redhat.com>
7645
7646 PR gdb/20505
7647 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7648 with_test_prefix. Factor out bits to ...
7649 (test_no_vdso): ... this new procedure.
7650
7651 2016-08-19 Carl Love <cel@us.ibm.com>
7652
7653 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7654 maintaining separate logic for constructing the output path.
7655 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7656 * gdb.arch/ppc-dfp.exp: Likewise.
7657 * gdb.arch/ppc-fp.exp: Likewise.
7658 * gdb.arch/vsx-regs.exp: Likewise.
7659 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7660 binprefix for generating the additional binary files.
7661
7662 2016-08-19 Pedro Alves <palves@redhat.com>
7663
7664 * gdb.trace/mi-trace-frame-collected.exp
7665 (test_trace_frame_collected): On x32, expect two registers.
7666
7667 2016-08-18 Carl Love <cel@us.ibm.com>
7668
7669 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7670 and sync up the test with tests in gas/testsuite/gas/ppc.
7671 * gdb.arch/powerpc-power.exp: Likewise.
7672
7673 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7674
7675 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7676 expected error message.
7677
7678 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7679
7680 * gdb.multi/remove-inferiors.exp: New file.
7681 * gdb.multi/remove-inferiors.c: New file.
7682
7683 2016-08-12 Yao Qi <yao.qi@linaro.org>
7684
7685 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7686 argument list.
7687
7688 2016-08-10 Pedro Alves <palves@redhat.com>
7689
7690 PR gdb/19187
7691 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7692 setup_kfails.
7693
7694 2016-08-09 Pedro Alves <palves@redhat.com>
7695 Simon Marchi <simon.marchi@ericsson.com>
7696
7697 PR gdb/20418
7698 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7699 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7700
7701 2016-08-09 Pedro Alves <palves@redhat.com>
7702
7703 PR mi/20431
7704 * gdb.mi/mi-cmd-error.exp: New file.
7705
7706 2016-08-09 Pedro Alves <palves@redhat.com>
7707
7708 PR gdb/18653
7709 * gdb.base/signals-state-child.c: New file.
7710 * gdb.base/signals-state-child.exp: New file.
7711 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7712
7713 2016-08-09 Pedro Alves <palves@redhat.com>
7714
7715 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7716
7717 2016-08-03 Tom Tromey <tom@tromey.com>
7718
7719 PR python/18565:
7720 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7721
7722 2016-08-01 Yao Qi <yao.qi@linaro.org>
7723
7724 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7725 variable mode to "multi-process" if $multi_process is 1, otherwise
7726 set it to "single-process".
7727
7728 2016-08-01 Yao Qi <yao.qi@linaro.org>
7729
7730 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7731 * gdb.cp/cpexprs.exp: Likewise.
7732 * gdb.cp/m-static.exp: Likewise.
7733
7734 2016-07-26 Tom Tromey <tom@tromey.com>
7735
7736 PR python/20190:
7737 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7738 test.
7739
7740 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7741
7742 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7743 selecting assembly source files.
7744 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7745 assembly source files.
7746 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7747 assembly source files.
7748 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7749 selecting assembly source files.
7750
7751 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7752
7753 * gdb.base/new-ui.exp (do_test_invalid_args): New
7754 procedure.
7755
7756 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7757
7758 * gdb.btrace/reconnect.c: New file.
7759 * gdb.btrace/reconnect.exp: New file.
7760
7761 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7762
7763 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7764 to test_catch_syscall_group.
7765 (test_catch_syscall_group): New.
7766
7767 2016-07-21 Tom Tromey <tom@tromey.com>
7768
7769 * gdb.rust/simple.rs (main): Use empty struct expression.
7770 * gdb.rust/simple.exp: Add tests for empty struct expression.
7771
7772 2016-07-21 Yao Qi <yao.qi@linaro.org>
7773
7774 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7775 if gdb_skip_xml_test is true on some targets.
7776
7777 2016-07-21 Yao Qi <yao.qi@linaro.org>
7778
7779 * gdb.server/solib-list.exp: Unset last_loaded_file.
7780
7781 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7782
7783 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7784 "step into captured_main (args)".
7785
7786 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7787
7788 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7789
7790 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7791
7792 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7793
7794 2016-07-19 Pedro Alves <palves@redhat.com>
7795
7796 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7797 * gdb.opt/inline-bt.exp: Likewise.
7798 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7799 additional_flags=-Winline.
7800 * gdb.opt/inline-locals.exp: Likewise.
7801 * gdb.opt/inline-markers.c (ATTR): Define.
7802 (inlined_fn): Use it.
7803
7804 2016-07-19 Yao Qi <yao.qi@linaro.org>
7805
7806 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7807 (test_with_self): Remove some code. Remove argument executable.
7808 (top-level): Use do_self_tests.
7809
7810 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7811 Don Breazeal <donb@codesourcery.com>
7812
7813 * gdb.base/maint.exp: Escape paths used in regular expressions.
7814 * gdb.stabs/weird.exp: Likewise.
7815
7816 2016-07-13 Tom Tromey <tom@tromey.com>
7817
7818 PR python/15620, PR python/18620:
7819 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7820 (test_bkpt_events): New procs.
7821
7822 2016-07-13 Tom Tromey <tom@tromey.com>
7823
7824 PR python/17698:
7825 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7826 test.
7827 (test_watchpoints): Likewise.
7828 (test_bkpt_pending): New proc.
7829
7830 2016-07-13 Tom Tromey <tom@tromey.com>
7831
7832 PR cli/18053:
7833 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7834 completion test.
7835
7836 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7837
7838 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7839 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7840 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7841 f_label.
7842 (g): Rename g_end_lbl to g_label.
7843 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7844 low_pc and high_pc.
7845 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7846
7847 2016-07-12 Tom Tromey <tom@tromey.com>
7848
7849 PR python/19293:
7850 * gdb.python/py-unwind-maint.exp: Update tests.
7851
7852 2016-07-12 Yao Qi <yao.qi@linaro.org>
7853
7854 * lib/selftest-support.exp (selftest_setup): Match the output
7855 when captured_main is inlined.
7856
7857 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7858
7859 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7860 New variables.
7861 (print this%a, print this%b, print this): New tests.
7862 * gdb.fortran/derived-types.f90 (this): New object and
7863 initialization.
7864
7865 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7866
7867 * gdb.ada/arraydim.exp: Remove extra directory level in build
7868 directory.
7869
7870 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7871
7872 * lib/ada.exp: Remove extra directory level in build directory.
7873 * gdb.ada/cond_lang.exp: Likewise.
7874 * gdb.ada/exec_changed.exp: Likewise.
7875 * gdb.ada/lang_switch.exp: Likewise.
7876
7877 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7878
7879 * simple.rs: Add test for raw pointer subscripting.
7880 * simple.exp: Add test expectations.
7881
7882 2016-07-05 Yao Qi <yao.qi@linaro.org>
7883
7884 * gdb.mi/mi-reverse.exp: Match =record-started output.
7885
7886 2016-07-01 Pedro Alves <palves@redhat.com>
7887
7888 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7889 procedure.
7890 (jit_reader_test): Test the jit reader's unwinder.
7891 * gdb.base/jithost.c (jit_function_00_code): New global.
7892 (main): Use memcpy to fill in the mmapped code, instead of poking
7893 bytes manually here.
7894 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7895 value.
7896 (read_debug_info): Save the function's range.
7897 (read_sp): New function.
7898 (unwind_frame): Use it. Also unwind RBP.
7899 (get_frame_id): Use read_sp.
7900 (gdb_init_reader): Use calloc instead of malloc.
7901 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7902 parameter. Use gdb_test_multiple.
7903
7904 2016-07-01 Pedro Alves <palves@redhat.com>
7905 Antoine Tremblay <antoine.tremblay@ericsson.com>
7906
7907 * gdb.threads/process-dies-while-detaching.c: New file.
7908 * gdb.threads/process-dies-while-detaching.exp: New file.
7909
7910 2016-07-01 Pedro Alves <palves@redhat.com>
7911
7912 * gdb.multi/watchpoint-multi-exit.c: New file.
7913 * gdb.multi/watchpoint-multi-exit.exp: New file.
7914
7915 2016-06-30 Pedro Alves <palves@redhat.com>
7916
7917 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7918 unset inferior_spawn_id.
7919
7920 2016-06-30 Pedro Alves <palves@redhat.com>
7921
7922 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7923 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7924
7925 2016-06-29 Yao Qi <yao.qi@linaro.org>
7926
7927 * gdb.base/return.c: Add copyright header.
7928
7929 2016-06-29 Tom Tromey <tom@tromey.com>
7930
7931 PR python/20129:
7932 * gdb.python/py-framefilter.exp: Add tests for setting priority
7933 and disabling of non-existent frame filter.
7934
7935 2016-06-29 Yao Qi <yao.qi@linaro.org>
7936
7937 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7938 0x0f07ff.
7939
7940 2016-06-28 Yao Qi <yao.qi@linaro.org>
7941
7942 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7943 triplets. Start gdb, execute catch syscall, and continue. Check
7944 gdb's output to determine catch syscall is supported.
7945
7946 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7947
7948 * gdb.rust/simple.rs: Add test for returning unit in a function.
7949 * gdb.rust/simple.exp: Add expectation for functions returning
7950 unit.
7951
7952 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7953
7954 * gdb.python/py-breakpoint-create-fail.c,
7955 gdb.python/py-breakpoint-create-fail.exp,
7956 gdb.python/py-breakpoint-create-fail.py: New testcase.
7957
7958 2016-06-25 Manish Goregaokar <manish@mozilla.com>
7959
7960 PR gdb/20239
7961 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7962 * gdb.rust/simple.exp: Add test expectations for new NonZero
7963 tests.
7964
7965 2016-06-24 David Taylor <dtaylor@emc.com>
7966
7967 * gdb.base/offsets.exp: New file.
7968 * gdb.base/offsets.c: New file.
7969
7970 2016-06-23 Tom Tromey <tom@tromey.com>
7971
7972 PR gdb/16483:
7973 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7974 before any filters are loaded.
7975
7976 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7977
7978 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7979 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7980 structs.
7981 * gdb.fortran/derived-type-function.exp: New file.
7982 * gdb.fortran/derived-type-function.f90: New file.
7983
7984
7985 2016-06-21 Pedro Alves <palves@redhat.com>
7986
7987 * gdb.base/new-ui.exp: New file.
7988 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7989 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7990 (with_spawn_id): New procedure.
7991
7992 2016-06-21 Pedro Alves <palves@redhat.com>
7993
7994 * gdb.mi/mi-exec-run.exp: New file.
7995
7996 2016-06-21 Pedro Alves <palves@redhat.com>
7997
7998 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7999 breakpoint command's output on the main UI.
8000 (test_break): New procedure, factored out from calls in the top
8001 level.
8002 (top level): Use foreach_with_prefix to test MI as main UI and as
8003 separate UI.
8004
8005 2016-06-21 Pedro Alves <palves@redhat.com>
8006
8007 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8008 (test_awatch_creation_and_listing)
8009 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8010 Remove 'type' parameter.
8011 (test_watchpoint_all): New parameter mi_mode. Remove
8012 with_test_prefix.
8013 (top level): Use foreach_with_prefix, and add main/separate UI MI
8014 testing axis.
8015
8016 2016-06-21 Pedro Alves <palves@redhat.com>
8017
8018 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8019 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8020 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8021 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8022 (gdb_main_spawn_id, mi_spawn_id): Declare and
8023 comment.
8024 (mi_create_inferior_pty): New procedure,
8025 factored out from default_mi_gdb_start.
8026 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8027 procedures.
8028 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8029 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8030 Use mi_create_inferior_pty.
8031 (mi_gdb_start): Use eval to pass down args list.
8032
8033 2016-06-21 Pedro Alves <palves@redhat.com>
8034
8035 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8036 * gdb.opt/inline-cmds.exp: Add MI tests.
8037
8038 2016-06-21 Pedro Alves <palves@redhat.com>
8039
8040 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8041
8042 2016-06-21 Pedro Alves <palves@redhat.com>
8043
8044 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8045 (top level): Use it instead of mi_execute_to.
8046
8047 2016-06-21 Pedro Alves <palves@redhat.com>
8048
8049 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8050 (cont_handler_str): New.
8051 (signal_stop_handler): Set stop_handler_str instead of printing to
8052 stdout.
8053 (continue_handler): Set cont_handler_str instead of printing to
8054 stdout.
8055 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8056 mi_send_resuming_command. Print stop_handler_str and
8057 cont_handler_str instead of expecting the python events print
8058 directly.
8059
8060 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8061
8062 * gdb.base/jit-reader.exp: New file.
8063 * gdb.base/jithost.c: New file.
8064 * gdb.base/jithost.h: New file.
8065 * gdb.base/jitreader.c : New file.
8066 * gdb.base/jit-protocol.h: New file.
8067
8068 2016-06-17 Yao Qi <yao.qi@linaro.org>
8069
8070 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8071 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8072 and detach-on-fork. Adjust tests.
8073 (top level): Invoke break_cond_on_syscall with combinations of
8074 syscall, follow-fork-mode and detach-on-fork.
8075
8076 2016-06-17 Yao Qi <yao.qi@linaro.org>
8077
8078 * gdb.base/step-over-exit.c: New.
8079 * gdb.base/step-over-exit.exp: New.
8080
8081 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8082
8083 * gdb.base/float.exp: Add target check for nds32*-*-*.
8084 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8085
8086 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8087
8088 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8089 for unsupported target features.
8090 * gdb.base/call-rt-st.exp: Likewise.
8091 * gdb.base/call-sc.exp: Likewise.
8092 * gdb.base/call-signal-resume.exp: Likewise.
8093 * gdb.base/call-strs.exp: Likewise.
8094 * gdb.base/callexit.exp: Likewise.
8095 * gdb.base/callfuncs.exp: Likewise.
8096 * gdb.base/nodebug.exp: Likewise.
8097 * gdb.base/printcmds.exp: Likewise.
8098 * gdb.base/ptype.exp: Likewise.
8099 * gdb.base/structs.exp: Likewise.
8100 * gdb.base/unwindonsignal.exp: Likewise.
8101 * gdb.cp/gdb2495.exp: Likewise.
8102 * gdb.cp/templates.exp: Likewise.
8103 * gdb.cp/virtfunc.exp: Likewise.
8104 * gdb.threads/hand-call-in-threads.exp: Likewise.
8105 * gdb.threads/interrupted-hand-call.exp: Likewise.
8106 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8107
8108 2016-06-10 Tom Tromey <tom@tromey.com>
8109
8110 PR rust/20110:
8111 * gdb.rust/expr.exp: Add test for integer constant larger than
8112 i32.
8113
8114 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8115
8116 * gdb.fortran/nested-funcs.exp: New.
8117 * gdb.fortran/nested-funcs.f90: New.
8118
8119 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8120
8121 * gdb.base/examine-backward.c: New file.
8122 * gdb.base/examine-backward.exp: New file.
8123
8124 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8125
8126 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8127 matching.
8128
8129 2016-06-02 Tom Tromey <tom@tromey.com>
8130
8131 PR python/18984:
8132 * gdb.python/py-shared.exp: Add solib_name test.
8133
8134 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8135
8136 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8137
8138 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8139
8140 PR c++/19893
8141 * gdb.dwarf2/implref.exp: Rename to...
8142 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8143 * gdb.dwarf2/implref-array.c: New file.
8144 * gdb.dwarf2/implref-array.exp: Likewise.
8145 * gdb.dwarf2/implref-global.c: Likewise.
8146 * gdb.dwarf2/implref-global.exp: Likewise.
8147 * gdb.dwarf2/implref-struct.c: Likewise.
8148 * gdb.dwarf2/implref-struct.exp: Likewise.
8149
8150 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8151
8152 * gdb.trace/trace-condition.exp: Add 64bit tests.
8153
8154 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8155
8156 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8157 bits types.
8158 (main): Adapt to 8 to 64 bits types.
8159 * gdb.trace/trace-condition.exp: Add new tests.
8160
8161 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8162
8163 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8164
8165 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8166
8167 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8168 Move condition tests...
8169 * gdb.trace/trace-condition.exp: Here.
8170
8171 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8172
8173 * gdb.trace/trace-condition.exp: Add counter-case tests.
8174
8175 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8176
8177 PR c++/15231
8178 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8179 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8180
8181 2016-05-27 Pedro Alves <palves@redhat.com>
8182
8183 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8184 New procedure.
8185 (top level): Call it, and bail out of DejaGnu is known to be bad.
8186
8187 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8188
8189 * gdb.base/whatis.c: Extend the test case.
8190 * gdb.base/whatis.exp: Add additional tests.
8191
8192 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8193
8194 * gdb.fortran/type.f90: Add pointer variable.
8195 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8196
8197 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8198
8199 * gdb.fortran/vla-type.exp: Fix testcase name.
8200
8201 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8202
8203 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8204
8205 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8206
8207 * gdb.fortran/type.f90: Add nested structures.
8208 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8209 * gdb.fortran/derived-type.exp: Adapt expected output.
8210 * gdb.fortran/vla-type.exp: Adapt expected output.
8211
8212 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8213
8214 * gdb.fortran/whatis_type.exp: Adapt expected output.
8215
8216 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8217
8218 * gdb.fortran/print_type.exp: Fix expected output.
8219 * gdb.fortran/whatis_type.exp: Fix expected output.
8220
8221 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8222
8223 * gdb.fortran/whatis_type.exp: Use multi_line.
8224
8225 2016-05-24 Tom Tromey <tom@tromey.com>
8226
8227 PR python/17386:
8228 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8229 use value as an index.
8230
8231 2016-05-23 Tom Tromey <tom@tromey.com>
8232
8233 PR python/17981:
8234 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8235 no-breakpoint case.
8236
8237 2016-05-24 Pedro Alves <palves@redhat.com>
8238
8239 PR gdb/19828
8240 * gdb.threads/clone-attach-detach.c: New file.
8241 * gdb.threads/clone-attach-detach.exp: New file.
8242
8243 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8244
8245 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8246
8247 2016-05-23 Tom Tromey <tom@tromey.com>
8248
8249 PR python/19438, PR python/18393:
8250 * gdb.python/py-progspace.exp: Add "dir" test.
8251 * gdb.python/py-objfile.exp: Add "dir" test.
8252
8253 2016-05-23 Yao Qi <yao.qi@linaro.org>
8254
8255 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8256 * gdb.arch/thumb2-it.exp: Likewise.
8257
8258 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8259
8260 * gdb.mi/mi-threads-interrupt.c: New file.
8261 * gdb.mi/mi-threads-interrupt.exp: New file.
8262
8263 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8264
8265 PR gdb/18077
8266 * gdb.mi/mi-async-run.exp: New file.
8267 * gdb.mi/mi-async-run.c: New file.
8268
8269 2016-05-17 Tom Tromey <tom@tromey.com>
8270 Manish Goregaokar <manishsmail@gmail.com>
8271
8272 * lib/rust-support.exp: New file.
8273 * lib/gdb.exp (skip_rust_tests): New proc.
8274 (build_executable_from_specs): Handle rust.
8275 * lib/future.exp (gdb_find_rustc): New proc.
8276 (gdb_default_target_compile): Handle rust.
8277 * gdb.rust/expr.exp: New file.
8278 * gdb.rust/generics.exp: New file.
8279 * gdb.rust/generics.rs: New file.
8280 * gdb.rust/methods.exp: New file.
8281 * gdb.rust/methods.rs: New file.
8282 * gdb.rust/modules.exp: New file.
8283 * gdb.rust/modules.rs: New file.
8284 * gdb.rust/simple.exp: New file.
8285 * gdb.rust/simple.rs: New file.
8286
8287 2016-05-17 Tom Tromey <tom@tromey.com>
8288
8289 * gdb.base/default.exp (set language): Add rust.
8290
8291 2016-05-17 Tom Tromey <tom@tromey.com>
8292
8293 * gdb.gdb/unittest.exp: New file.
8294
8295 2016-05-16 Yao Qi <yao.qi@linaro.org>
8296
8297 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8298 shell_prompt. Update shell_prompt_re.
8299
8300 2016-05-12 Doug Evans <dje@google.com>
8301
8302 PR symtab/19999
8303 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8304 $options when building executable.
8305 * gdb.dwarf2/fission-loclists-pie.S: New file.
8306 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8307
8308 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8309
8310 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8311 of [is_remote target],
8312
8313 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8314
8315 * lib/gdb.exp (use_gdb_stub): New procedure.
8316
8317 2016-05-03 Yunlian Jiang <yunlian@google.com>
8318 Doug Evans <dje@google.com>
8319
8320 PR symtab/19914
8321 * gdb.dwarf2/dwp-sepdebug.c: New file.
8322 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8323
8324 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8325
8326 * gdb.base/detach.exp: Remove is_remote check.
8327
8328 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8329
8330 * gdb.base/annota-input-while-running.exp: Don't check for
8331 [is_remote target]. Enable annotations after running to main.
8332 Remove unused "set test..." line.
8333
8334 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8335
8336 * gdb.trace/trace-enable-disable.exp: New file.
8337 * gdb.trace/trace-enable-disable.c: New file.
8338
8339 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8340
8341 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8342 use it in info sharedlibrary test.
8343 * gdb.trace/ftrace-lock.exp: Likewise.
8344 * gdb.trace/ftrace.exp: Likewise.
8345 * gdb.trace/range-stepping.exp: Likewise.
8346 * gdb.trace/trace-break.exp: Likewise.
8347 * gdb.trace/trace-condition.exp: Likewise.
8348 * gdb.trace/trace-mt.exp: Likewise.
8349
8350 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8351
8352 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8353 (gdb_load_shlib): ... this.
8354 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8355 gdb_load_shlib.
8356 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8357 * gdb.base/ctxobj.exp: Likewise.
8358 * gdb.base/dprintf-pending.exp: Likewise.
8359 * gdb.base/dso2dso.exp: Likewise.
8360 * gdb.base/fixsection.exp: Likewise.
8361 * gdb.base/gcore-relro.exp: Likewise.
8362 * gdb.base/gdb1555.exp: Likewise.
8363 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8364 * gdb.base/gnu-ifunc.exp: Likewise.
8365 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8366 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8367 * gdb.base/pending.exp: Likewise.
8368 * gdb.base/print-file-var.exp: Likewise.
8369 * gdb.base/print-symbol-loading.exp: Likewise.
8370 * gdb.base/shlib-call.exp: Likewise.
8371 * gdb.base/shreloc.exp: Likewise.
8372 * gdb.base/so-impl-ld.exp: Likewise.
8373 * gdb.base/solib-disc.exp: Likewise.
8374 * gdb.base/solib-nodir.exp: Likewise.
8375 * gdb.base/solib-overlap.exp: Likewise.
8376 * gdb.base/solib-symbol.exp: Likewise.
8377 * gdb.base/solib-weak.exp (do_test): Likewise.
8378 * gdb.base/sym-file.exp: Likewise.
8379 * gdb.base/symtab-search-order.exp: Likewise.
8380 * gdb.base/type-opaque.exp: Likewise.
8381 * gdb.base/unload.exp: Likewise.
8382 * gdb.base/watchpoint-solib.exp: Likewise.
8383 * gdb.compile/compile.exp: Likewise.
8384 * gdb.cp/gdb2384.exp: Likewise.
8385 * gdb.cp/infcall-dlopen.exp: Likewise.
8386 * gdb.cp/re-set-overloaded.exp: Likewise.
8387 * gdb.fortran/library-module.exp: Likewise.
8388 * gdb.opt/solib-intra-step.exp: Likewise.
8389 * gdb.python/py-finish-breakpoint.exp: Likewise.
8390 * gdb.python/py-shared.exp: Likewise.
8391 * gdb.reverse/solib-precsave.exp: Likewise.
8392 * gdb.reverse/solib-reverse.exp: Likewise.
8393 * gdb.server/solib-list.exp: Likewise.
8394 * gdb.threads/dlopen-libpthread.exp: Likewise.
8395 * gdb.threads/tls-shared.exp: Likewise.
8396 * gdb.threads/tls-so_extern.exp: Likewise.
8397 * gdb.trace/change-loc.exp: Likewise.
8398 * gdb.trace/ftrace-lock.exp: Likewise.
8399 * gdb.trace/ftrace.exp: Likewise.
8400 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8401 * gdb.trace/pending.exp: Likewise.
8402 * gdb.trace/range-stepping.exp: Likewise.
8403 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8404 (strace_info_marker): Likewise.
8405 (strace_probe_marker): Likewise.
8406 (strace_trace_on_same_addr): Likewise.
8407 (strace_trace_on_diff_addr): Likewise.
8408 * gdb.trace/trace-break.exp: Likewise.
8409 * gdb.trace/trace-condition.exp: Likewise.
8410 * gdb.trace/trace-mt.exp: Likewise.
8411
8412 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8413
8414 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8415 result of gdb_remote_download.
8416 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8417 * gdb.base/dso2dso.exp: Likewise.
8418 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8419 * gdb.base/print-file-var.exp: Likewise.
8420 * gdb.base/shlib-call.exp: Likewise.
8421 * gdb.base/shreloc.exp: Likewise.
8422 * gdb.base/solib-overlap.exp: Likewise.
8423 * gdb.base/solib-weak.exp (do_test): Likewise.
8424 * gdb.base/unload.exp: Likewise.
8425
8426 2016-04-27 Yao Qi <yao.qi@linaro.org>
8427
8428 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8429 exists.
8430
8431 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8432
8433 * vla-type.exp: Print structure from toplevel.
8434
8435 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8436
8437 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8438 of dynamic types.
8439 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8440 of dynamic types.
8441
8442 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8443
8444 * gdb.fortran/vla-type.f90: New file.
8445 * gdb.fortran/vla-type.exp: New file.
8446
8447 2016-04-25 Yao Qi <yao.qi@linaro.org>
8448
8449 * gdb.base/branch-to-self.c: New file.
8450 * gdb.base/branch-to-self.exp: New file.
8451
8452 2016-04-22 Yao Qi <yao.qi@linaro.org>
8453
8454 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8455 more after $hex.
8456
8457 2016-04-22 Yao Qi <yao.qi@linaro.org>
8458
8459 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8460 * gdb.base/annota3.exp: Likewise.
8461
8462 2016-04-22 Yao Qi <yao.qi@linaro.org>
8463
8464 * gdb.reverse/step-precsave.exp: Do one step and test program
8465 stops in "callee" and do multiple steps until program goes out
8466 of "callee".
8467 * gdb.reverse/step-reverse.exp: Likewise.
8468
8469 2016-04-22 Yao Qi <yao.qi@linaro.org>
8470
8471 * gdb.trace/signal.exp: Also pass if
8472 $tracepoint_hits($i) > $iterations.
8473
8474 2016-04-22 Yao Qi <yao.qi@linaro.org>
8475
8476 * gdb.trace/signal.c: New file.
8477 * gdb.trace/signal.exp: New file.
8478
8479 2016-04-19 Doug Evans <xdje42@gmail.com>
8480
8481 * gdb.base/bad-file.exp: New file.
8482
8483 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8484
8485 * gdb.dwarf2/implref.exp: New file.
8486
8487 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8488
8489 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8490 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8491 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8492 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8493 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8494 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8495 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8496 * lib/fortran.exp (fortran_int4): New procedure.
8497 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8498 (fortran_logical4): Likewise.
8499
8500 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8501
8502 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8503
8504 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8505
8506 * lib/compiler.c: Add Intel specific preprocessor macros.
8507 * lib/compiler.cc: Likewise.
8508
8509 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8510
8511 * gdb.server/connect-with-no-symbol-file.c: New file.
8512 * gdb.server/connect-with-no-symbol-file.exp: New file.
8513
8514 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8515
8516 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8517
8518 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8519
8520 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8521 standard output directory.
8522
8523 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8524
8525 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8526
8527 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8528
8529 * gdb.btrace/instruction_history.c (loop): Add declaration.
8530
8531 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8532
8533 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8534
8535 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8536
8537 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8538 parentheses to print.
8539 (continue_handler): Likewise.
8540
8541 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8542
8543 * gdb.server/solib-list.exp: Remove is_remote check.
8544 Pass shlib= to gdb_compile. Don't link shared library with
8545 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8546 Run binary filename through "readlink -f" on the target.
8547
8548 2016-04-08 Pedro Alves <palves@redhat.com>
8549
8550 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8551 interpreter filename as argument to gdbserver_spawn.
8552 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8553 Return empty if $last_loaded_file does not exist.
8554
8555 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8556
8557 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8558 * gdb.base/jit-main.c: Use exit after usage.
8559
8560 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8561
8562 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8563 GDBHISTSIZE prior to the tests.
8564 * gdb.base/gdbinit-history.exp: Likewise.
8565
8566 2016-04-07 Pedro Alves <palves@redhat.com>
8567
8568 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8569 instead of build_executable. Use gdb_load_shlibs.
8570
8571 2016-04-07 Yao Qi <yao.qi@linaro.org>
8572
8573 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8574 Execute "si" command.
8575
8576 2016-04-07 Yao Qi <yao.qi@linaro.org>
8577
8578 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8579 number instead of the comments on some line.
8580
8581 2016-04-06 Don Breazeal <donb@codesourcery.com>
8582
8583 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8584 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8585
8586 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8587
8588 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8589 standard_output_file. Remove unused binfile variable.
8590
8591 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8592
8593 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8594 * gdb.python/py-mi-objfile.exp: Match "list main" output
8595 in console format.
8596
8597 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8598
8599 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8600 absolute.
8601
8602 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8603
8604 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8605 absolute.
8606 * gdb.trace/ftrace.exp: Likewise.
8607 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8608 targets as well.
8609 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8610 (gdb_load_shlibs): Copy libraries to test directory when testing
8611 natively. Only set solib-search-path if testing remotely.
8612 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8613
8614 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8615
8616 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8617 gdb_download. Use it even if the target is not remote.
8618 * gdb.base/jit.exp (compile_jit_test): Likewise.
8619 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8620 output directory if the destination board is local, otherwise use
8621 the standard remote_download from DejaGnu.
8622 (gdb_download): Remove.
8623 (gdb_load_shlibs): Use gdb_remote_download instead of
8624 gdb_download.
8625 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8626 Use gdb_remote_download instead of gdb_download. Use it even if
8627 the target is not remote.
8628 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8629 instead of gdb_download.
8630
8631 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8632
8633 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8634 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8635 run.
8636
8637 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8638
8639 PR gdb/19820
8640 * gdb.base/printcmds.exp: Add artificial arrays tests.
8641
8642 2016-03-31 Pedro Alves <palves@redhat.com>
8643
8644 PR gdb/19858
8645 * gdb.base/jit-main.c: Include unistd.h.
8646 (ATTACH): Define to 0 if not already defined.
8647 (wait_for_gdb, mypid): New globals.
8648 (WAIT_FOR_GDB): New macro.
8649 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8650 some breakpoint locations.
8651 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8652 New procedures.
8653 (one_jit_test): Add REATTACH parameter, and handle it. Use
8654 continue_to_test_location.
8655 (top level): Test attach, and adjusts calls to one_jit_test.
8656
8657 2016-03-31 Pedro Alves <palves@redhat.com>
8658
8659 PR gdb/19858
8660 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8661 BINSUFFIX parameter, and handle it.
8662 (top level): Adjust calls compile_jit_test.
8663
8664 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8665
8666 PR python/19743
8667 * gdb.python/py-mi-events-gdb.py: New file.
8668 * gdb.python/py-mi-events.c: New file.
8669 * gdb.python/py-mi-events.exp: New file.
8670
8671 2016-03-30 Yao Qi <yao.qi@linaro.org>
8672
8673 * gdb.reverse/until-precsave.exp: Match function name only.
8674 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8675 Move malloc to a condition block.
8676 * gdb.reverse/until-reverse.exp: Match function name only.
8677
8678 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8679
8680 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8681 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8682 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8683 variable for GPR 0 instead of assuming it is register 0.
8684 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8685 * lib/trace-support.exp: Add s390 registers.
8686
8687 2016-03-29 Yao Qi <yao.qi@linaro.org>
8688
8689 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8690
8691 2016-03-24 Yao Qi <yao.qi@linaro.org>
8692
8693 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8694 test message.
8695
8696 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8697
8698 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8699 maintaining separate logic for constructing the output path.
8700
8701 2016-03-16 Don Breazeal <donb@codesourcery.com>
8702
8703 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8704 Retry fork and waitpid on interrupted system call errors.
8705 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8706 Use with_timeout_factor to increase timeout by factor of 10.
8707
8708 2016-03-15 Don Breazeal <donb@codesourcery.com>
8709
8710 * gdb.cp/scope-err.cc: New test program.
8711 * gdb.cp/scope-err.exp: New test script.
8712 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8713 lines and "set breakpoint here" comment.
8714 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8715 Fixed some whitespace and format issues.
8716 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8717 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8718
8719 2016-03-15 Doug Evans <dje@google.com>
8720
8721 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8722 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8723 All callers updated. Add tests for enums, mixed flags register.
8724
8725 2016-03-15 Doug Evans <dje@google.com>
8726
8727 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8728 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8729
8730 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8731
8732 * gdb.base/default.exp: Add $_as_string to the list of expected
8733 convenience functions.
8734
8735 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8736
8737 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8738
8739 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8740
8741 * gdb.python/py-as-string.exp: New file.
8742 * gdb.python/py-as-string.c: New file.
8743
8744 2016-03-09 Pedro Alves <palves@redhat.com>
8745
8746 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8747 signal" -> "Thread NN received signal" output change.
8748 * gdb.threads/ia64-sigill.exp: Likewise.
8749 * gdb.threads/linux-dp.exp: Likewise.
8750 * gdb.threads/manythreads.exp: Likewise.
8751 * gdb.threads/pending-step.exp: Likewise.
8752 * gdb.threads/print-threads.exp: Likewise.
8753 * gdb.threads/sigstep-threads.exp: Likewise.
8754 * gdb.threads/staticthreads.exp: Likewise.
8755 * gdb.threads/tls.exp: Likewise.
8756
8757 2016-03-09 Pedro Alves <palves@redhat.com>
8758
8759 * gdb.base/command-line-input.exp: New file.
8760
8761 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8762
8763 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8764 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8765 * gdb.trace/pending.exp: Accept leading dot before function name.
8766 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8767 * lib/trace-support.exp: Set registers for ppc.
8768
8769 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8770
8771 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8772 use it for disassembly; accept .main in addition to main in backtrace.
8773
8774 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8775 Marcin Kościelnicki <koriakin@0x04.net>
8776
8777 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8778 (gdb_recursion_test_ptr): New global variable.
8779 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8780 gdb_recursion_test.
8781 (gdb_c_test): Ditto.
8782
8783 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8784
8785 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8786 ordering.
8787
8788 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8789
8790 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8791 (bar): Add bar_start_lbl label.
8792 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8793 of foo/bar for emitting DWARF and tracing.
8794
8795 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8796
8797 * analyze-racy-logs.py: Set executable bit.
8798
8799 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8800
8801 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8802 (CHECK_TARGET_TMP): Likewise.
8803 (check-single-racy): New rule.
8804 (check-parallel-racy): Likewise.
8805 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8806 (do-check-parallel-racy): New rule.
8807 (check-racy/%.exp): Likewise.
8808 * README (Racy testcases): New section.
8809 * analyze-racy-logs.py: New file.
8810
8811 2016-03-03 Doug Evans <dje@google.com>
8812
8813 * gdb.base/skip.exp: Use with_test_prefix.
8814
8815 2016-03-03 Yao Qi <yao.qi@linaro.org>
8816
8817 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8818 Invoke step_over_syscall "clone" and break_cond_on_syscall
8819 "clone".
8820 * gdb.base/step-over-clone.c: New file.
8821
8822 2016-03-03 Yao Qi <yao.qi@linaro.org>
8823
8824 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8825 code format.
8826
8827 2016-03-03 Yao Qi <yao.qi@linaro.org>
8828
8829 * gdb.base/disp-step-fork.c: Rename to ...
8830 * gdb.base/step-over-fork.c: ... it. New file.
8831 * gdb.base/disp-step-vfork.c: Rename to ...
8832 * gdb.base/step-over-vfork.c: ... it. New file.
8833 * gdb.base/disp-step-syscall.exp: Rename to ...
8834 * gdb.base/step-over-syscall.exp: ... it. New file.
8835 (disp_step_cross_syscall): Rename to ...
8836 (step_over_syscall): ... it.
8837
8838 2016-03-03 Yao Qi <yao.qi@linaro.org>
8839
8840 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8841 If target supports condition evaluation on target, invoke
8842 break_cond_on_syscall for fork and vfork.
8843
8844 2016-03-03 Yao Qi <yao.qi@linaro.org>
8845
8846 * gdb.base/disp-step-syscall.exp: Don't invoke
8847 support_displaced_stepping.
8848 (disp_step_cross_syscall): Test with displaced stepping off and
8849 on if supported.
8850
8851 2016-03-03 Yao Qi <yao.qi@linaro.org>
8852
8853 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8854 proc.
8855 (setup): New proc.
8856 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8857 and setup.
8858
8859 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8860
8861 * gdb.fortran/vla-history.exp: Remove breakpoint.
8862
8863 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8864
8865 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8866 exceeds timeout.
8867
8868 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8869
8870 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8871 breakpoint.
8872
8873 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8874
8875 * gdb.mi/vla.f90: Nullify pointer after declaration.
8876
8877 2016-03-01 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8880
8881 2016-03-01 Pedro Alves <palves@redhat.com>
8882
8883 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8884 before anything else.
8885 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8886 _GNU_SOURCE here.
8887 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8888 before anything else.
8889 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8890
8891 2016-03-01 Pedro Alves <palves@redhat.com>
8892
8893 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8894
8895 2016-03-01 Yao Qi <yao.qi@linaro.org>
8896
8897 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8898 prepare_for_testing.
8899
8900 2016-03-01 Yao Qi <yao.qi@linaro.org>
8901
8902 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8903
8904 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8905
8906 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8907 manually constructing the output path.
8908
8909 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8910
8911 * gdb.arch/s390-stackless.S: New.
8912 * gdb.arch/s390-stackless.exp: New.
8913
8914 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8915
8916 * gdb.dlang/circular.c: New file.
8917 * gdb.dlang/circular.exp: New file.
8918
8919 2016-02-26 Yao Qi <yao.qi@linaro.org>
8920
8921 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8922 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8923 (testcases): Update.
8924
8925 2016-02-26 Yao Qi <yao.qi@linaro.org>
8926
8927 * gdb.reverse/aarch64.c: Rename to ...
8928 * gdb.reverse/insn-reverse.c: ... it.
8929 * gdb.reverse/aarch64.exp: Rename to ...
8930 * gdb.reverse/insn-reverse.exp: ... it.
8931
8932 2016-02-26 Yao Qi <yao.qi@linaro.org>
8933
8934 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8935 (testcase_ftype): New.
8936 (testcases): New array.
8937 (n_testcases): New.
8938 (main): Call each element in testcases.
8939 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8940 (read_testcase): New.
8941 Do the tests in a loop.
8942
8943 2016-02-25 Yao Qi <yao.qi@linaro.org>
8944
8945 * gdb.base/branches.c: Remove.
8946
8947 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8948
8949 PR gdb/13808
8950 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8951
8952 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8953
8954 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8955
8956 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8957
8958 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8959 change x86_64 call_insn to 'callq'.
8960
8961 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8962
8963 * gdb.trace/tfile-avx.c: Move to...
8964 * gdb.trace/tracefile-pseudo-reg.c: Here.
8965 * gdb.trace/tfile-avx.exp: Move to...
8966 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8967
8968 2016-02-24 Gary Benson <gbenson@redhat.com>
8969
8970 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8971 message on attach.
8972
8973 2016-02-23 Doug Evans <dje@google.com>
8974
8975 * gdb.base/skip.c (test_skip): New function.
8976 (end_test_skip_file_and_function): New function.
8977 (test_skip_file_and_function): New function.
8978 * gdb.base/skip1.c (test_skip): New function.
8979 (skip1_test_skip_file_and_function): New function.
8980 * gdb.base/skip.exp: Add tests for new skip options.
8981 * gdb.base/skip-solib.exp: Update expected output.
8982 * gdb.perf/skip-command.cc: New file.
8983 * gdb.perf/skip-command.exp: New file.
8984 * gdb.perf/skip-command.py: New file.
8985
8986 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8987
8988 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8989 info registers pattern.
8990
8991 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8992
8993 * lib/future.exp: Add D support.
8994 (gdb_find_gdc): New proc.
8995 (gdb_default_target_compile): Add D support.
8996
8997 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8998
8999 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9000 user+system time.
9001 (trace_speed_test): Determine the iteration count for a time
9002 between 15..30 seconds.
9003
9004 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9005
9006 * gdb.arch/i386-mpx-sigsegv.c: New file.
9007 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9008 * gdb.arch/i386-mpx-simple_segv.c: New file.
9009 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9010
9011 2016-02-18 Yao Qi <yao.qi@linaro.org>
9012
9013 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9014 Don't call setup_kfail.
9015
9016 2016-02-18 Yao Qi <yao.qi@linaro.org>
9017
9018 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9019 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9020
9021 2016-02-16 Doug Evans <dje@google.com>
9022
9023 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9024 * gdb.base/skip1.c: Ditto.
9025 * gdb.base/skip.exp: Whitespace cleanup.
9026
9027 2016-02-16 Don Breazeal <donb@codesourcery.com>
9028
9029 PR remote/19496
9030 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9031 Remove kfail for PR remote/19496.
9032
9033 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9034
9035 * lib/gdb.exp (standard_temp_file): Return a path specific to
9036 the runtest invocation.
9037
9038 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9039
9040 * gdb.trace/save-trace.exp: Change relative path to be in the
9041 standard output directory.
9042
9043 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9044
9045 * gdb.arch/i386-prologue.c: Add missing prototypes.
9046
9047 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9048
9049 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9050 * gdb.arch/i386-prologue.exp: Likewise.
9051 * gdb.arch/i386-size.exp: Likewise.
9052
9053 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9054
9055 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9056 define object file path.
9057 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9058 file path.
9059 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9060 standard_output_file to define binfile.
9061
9062 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9063
9064 Fix compatibility with recent gfortran-5.3.1.
9065 * gdb.fortran/vla-history.exp (print vla1 allocated)
9066 (print vla2 allocated, print $2, print $3): Remove
9067 (print $4): Rename to ...
9068 (print $2): ... here.
9069 (print $9): Rename to ...
9070 (print $5): ... here.
9071 (print $10): Rename to ...
9072 (print $6): ... here.
9073 * gdb.fortran/vla.f90: Add pvla initialization.
9074
9075 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9076
9077 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9078 New test.
9079 * gdb.fortran/vla-value-sub.exp: Likewise.
9080
9081 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9082
9083 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9084
9085 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9086
9087 * i386-biarch-core.exp: Define corefile using
9088 standard_output_file.
9089
9090 2016-02-12 Yao Qi <yao.qi@linaro.org>
9091
9092 * gdb.arch/arm-single-step-kernel-helper.c: New.
9093 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9094
9095 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9096
9097 * gdb.btrace/tailcall-only.exp: New.
9098 * gdb.btrace/tailcall-only.c: New.
9099 * gdb.btrace/x86_64-tailcall-only.S: New.
9100 * gdb.btrace/i686-tailcall-only.S: New.
9101
9102 2016-02-11 Pedro Alves <palves@redhat.com>
9103
9104 * README (Parallel testing): Add missing double quotes.
9105
9106 2016-02-11 Pedro Alves <palves@redhat.com>
9107
9108 * README (Parallel testing): New section.
9109 (GDB_PARALLEL): Rewrite.
9110 (FORCE_PARALLEL): Document.
9111
9112 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9113
9114 * gdb.trace/tfile-avx.c: New test.
9115 * gdb.trace/tfile-avx.exp: New test.
9116
9117 2016-02-09 Keith Seitz <keiths@redhat.com>
9118
9119 PR breakpoints/19546
9120 * gdb.base/infcall-exec.c: New file.
9121 * gdb.base/infcall-exec2.c: New file.
9122 * gdb.base/infcall-exec.exp: New file.
9123
9124 2016-02-09 Keith Seitz <keiths@redhat.com>
9125
9126 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9127 (toplevel): Call test_bkpt_address.
9128
9129 2016-02-09 Keith Seitz <keiths@redhat.com>
9130
9131 PR python/19506
9132 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9133 (toplevel): Call test_bkpt_address.
9134
9135 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9136
9137 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9138 to AC_OUTPUT.
9139 * configure: Regenerate.
9140
9141 2016-02-09 Pedro Alves <palves@redhat.com>
9142
9143 PR breakpoints/19548
9144 * gdb.base/execl-update-breakpoints.c (some_function): New
9145 function.
9146 (main): Call it.
9147 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9148 Tighten expected GDB output.
9149
9150 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9151
9152 * Makefile.in (ALL_SUBDIRS): Remove.
9153 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9154 (distclean maintainer-clean realclean): Likewise.
9155 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9156 * configure: Regenerate.
9157 * gdb.ada/Makefile.in: Delete.
9158 * gdb.arch/Makefile.in: Likewise.
9159 * gdb.asm/Makefile.in: Likewise.
9160 * gdb.base/Makefile.in: Likewise.
9161 * gdb.btrace/Makefile.in: Likewise.
9162 * gdb.cell/Makefile.in: Likewise.
9163 * gdb.compile/Makefile.in: Likewise.
9164 * gdb.cp/Makefile.in: Likewise.
9165 * gdb.disasm/Makefile.in: Likewise.
9166 * gdb.dlang/Makefile.in: Likewise.
9167 * gdb.dwarf2/Makefile.in: Likewise.
9168 * gdb.fortran/Makefile.in: Likewise.
9169 * gdb.gdb/Makefile.in: Likewise.
9170 * gdb.go/Makefile.in: Likewise.
9171 * gdb.guile/Makefile.in: Likewise.
9172 * gdb.java/Makefile.in: Likewise.
9173 * gdb.linespec/Makefile.in: Likewise.
9174 * gdb.mi/Makefile.in: Likewise.
9175 * gdb.modula2/Makefile.in: Likewise.
9176 * gdb.multi/Makefile.in: Likewise.
9177 * gdb.objc/Makefile.in: Likewise.
9178 * gdb.opencl/Makefile.in: Likewise.
9179 * gdb.opt/Makefile.in: Likewise.
9180 * gdb.pascal/Makefile.in: Likewise.
9181 * gdb.perf/Makefile.in: Likewise.
9182 * gdb.python/Makefile.in: Likewise.
9183 * gdb.reverse/Makefile.in: Likewise.
9184 * gdb.server/Makefile.in: Likewise.
9185 * gdb.stabs/Makefile.in: Likewise.
9186 * gdb.threads/Makefile.in: Likewise.
9187 * gdb.trace/Makefile.in: Likewise.
9188 * gdb.xml/Makefile.in: Likewise.
9189 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9190 GDB_PARALLEL.
9191 (standard_output_file): Remove check for GDB_PARALLEL, always
9192 return path in outputs/$subdir/$testname.
9193
9194 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9195
9196 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9197 (site.exp): Assign abs_srcdir to tcl's srcdir.
9198
9199 2016-02-04 Yao Qi <yao.qi@linaro.org>
9200
9201 * gdb.base/foll-exec-mode.c: Include limits.h.
9202 (main): Add parameters argc and argv. Get directory from
9203 argv[0].
9204 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9205 compilation.
9206 * gdb.base/foll-exec.c: Include limits.h.
9207 (main): Add parameters argc and argv.
9208 Get directory from argv[0].
9209 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9210 Adjust tests on the number of lines as source code changed.
9211 * gdb.base/foll-vfork-exit.c: Include limits.h.
9212 (main): Add one line of statement before vfork.
9213 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9214 (main): Add parameters argc and argv. Get directory from
9215 argv[0].
9216 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9217 (setup_gdb): Set tbreak to skip some source lines.
9218 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9219 (main): Add parameters argc and argv. Get directory from
9220 argv[0].
9221 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9222 compilation.
9223 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9224 (main): Add parameters argc and argv. Get directory from
9225 argv[0].
9226 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9227 compilation.
9228
9229 2016-02-01 Doug Evans <dje@google.com>
9230
9231 * gdb.base/skip.exp: Clean up multiple references to same test name.
9232
9233 2016-02-01 Pedro Alves <palves@redhat.com>
9234
9235 PR remote/19496
9236 * gdb.threads/forking-threads-plus-breakpoint.exp
9237 (displaced_stepping_supported): New global.
9238 (probe_displaced_stepping_support): New procedure.
9239 (do_test): Add 'displaced' parameter, and use it.
9240 (top level): Check for displaced stepping support. Add displaced
9241 stepping on/off testing axis.
9242
9243 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9244
9245 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9246 pointer. Don't perform further tests on the unassociated pointer
9247 if the first test fails.
9248
9249 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9250
9251 * gdb.base/max-value-size.c: New file.
9252 * gdb.base/max-value-size.exp: New file.
9253 * gdb.base/huge.exp: Disable max-value-size for this test.
9254
9255 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9256
9257 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9258
9259 2016-01-28 Yao Qi <yao.qi@linaro.org>
9260
9261 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9262
9263 2016-01-25 Pedro Alves <palves@redhat.com>
9264
9265 PR threads/19461
9266 * gdb.base/fork-running-state.c: New file.
9267 * gdb.base/fork-running-state.exp: New file.
9268
9269 2016-01-25 Pedro Alves <palves@redhat.com>
9270
9271 PR gdb/19494
9272 * gdb.base/catch-fork-kill.c: New file.
9273 * gdb.base/catch-fork-kill.exp: New file.
9274
9275 2016-01-25 Pedro Alves <palves@redhat.com>
9276
9277 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9278 Delete, moved to lib/gdb.exp.
9279 * gdb.threads/forking-threads-plus-breakpoint.exp
9280 (foreach_with_prefix): Likewise.
9281 * gdb.threads/process-dies-while-handling-bp.exp
9282 (foreach_with_prefix): Likewise.
9283 * lib/gdb.exp (foreach_with_prefix): New procedure.
9284
9285 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9286
9287 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9288 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9289
9290 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9291
9292 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9293 endian targets.
9294
9295 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9296 Pedro Alves <palves@redhat.com>
9297
9298 Fix testsuite compatibility with Guile.
9299 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9300 number.
9301
9302 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9303
9304 Fix testsuite compatibility with Guile.
9305 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9306 (thread 1): New test for backtrace through signal handler.
9307
9308 2016-01-22 Yao Qi <yao.qi@linaro.org>
9309
9310 PR testsuite/19491
9311 * gdb.base/multi-forks.c: Include
9312 ../lib/unbuffer_output.c
9313 (main): Call gdb_unbuffer_output.
9314
9315 2016-01-21 Doug Evans <dje@google.com>
9316
9317 * lib/ada.exp (gdb_compile_ada): Fix typo.
9318
9319 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9320
9321 * gdb.base/break-fun-addr.exp: New file.
9322 * gdb.base/break-fun-addr1.c: New file.
9323 * gdb.base/break-fun-addr2.c: New file.
9324
9325 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9326
9327 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9328 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9329 enum flag values.
9330
9331 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9332
9333 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9334 when GDB can not set the vector return value. Add more comments
9335 for clarification.
9336
9337 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9338
9339 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9340 command.
9341
9342 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9343
9344 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9345
9346 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9347
9348 * Makefile.in (check-single): Pass --status to runtest.
9349 (check/%.exp): Likewise.
9350
9351 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9352
9353 * Makefile.in (check-parallel): Propagate return code from make
9354 do-check-parallel.
9355
9356 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9357
9358 * gdb.trace/ftrace.exp: Fix expected message on continue.
9359 * gdb.trace/pending.exp: Fix expected message on continue.
9360 * gdb.trace/trace-break.exp: Fix expected message on continue.
9361
9362 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9363
9364 * lib/gdb.exp (gdb_test): Remove unused global references.
9365
9366 2016-01-18 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.base/async-shell.exp: Adjust expected output.
9369 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9370 * gdb.base/siginfo-thread.exp: Adjust expected output.
9371 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9372 * gdb.java/jnpe.exp: Adjust expected output.
9373 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9374 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9375 * gdb.threads/leader-exit.exp: Adjust expected output.
9376 * gdb.threads/manythreads.exp: Adjust expected output.
9377 * gdb.threads/pthreads.exp: Adjust expected output.
9378 * gdb.threads/schedlock.exp: Adjust expected output.
9379 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9380 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9381 expected output.
9382 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9383 output.
9384 * gdb.threads/sigthread.exp: Adjust expected output.
9385 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9386
9387 2016-01-18 Yao Qi <yao.qi@linaro.org>
9388
9389 * gdb.guile/scm-section-script.c: Replace @progbits with
9390 %progbits.
9391 * gdb.python/py-section-script.c: Likewise.
9392
9393 2016-01-15 Pedro Alves <palves@redhat.com>
9394
9395 * gdb.multi/tids.exp: Test star wildcard ranges.
9396
9397 2016-01-15 Pedro Alves <palves@redhat.com>
9398
9399 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9400 command from "thread apply" invocation.
9401 (thr_apply_info_thr_invalid): Default the expected output to the
9402 input tid list.
9403 (top level): Add tests that use convenience variables. Add tests
9404 for "thread apply" with a valid TID list, but missing the command.
9405
9406 2016-01-13 Pedro Alves <palves@redhat.com>
9407
9408 * gdb.base/default.exp: Expect $_gthread as well.
9409 * gdb.multi/tids.exp: Test $_gthread.
9410 * gdb.threads/thread-specific.exp: Test $_gthread.
9411
9412 2016-01-13 Pedro Alves <palves@redhat.com>
9413
9414 * gdb.multi/tids.exp: Test "info threads -gid".
9415
9416 2016-01-13 Pedro Alves <palves@redhat.com>
9417
9418 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9419 Breakpoint.thread.
9420 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9421
9422 2016-01-07 Pedro Alves <palves@redhat.com>
9423
9424 * gdb.base/break.exp: Adjust to output changes.
9425 * gdb.base/hbreak2.exp: Likewise.
9426 * gdb.base/sepdebug.exp: Likewise.
9427 * gdb.base/watch_thread_num.exp: Likewise.
9428 * gdb.linespec/keywords.exp: Likewise.
9429 * gdb.multi/info-threads.exp: Likewise.
9430 * gdb.threads/thread-find.exp: Likewise.
9431 * gdb.multi/tids.c: New file.
9432 * gdb.multi/tids.exp: New file.
9433
9434 2016-01-13 Pedro Alves <palves@redhat.com>
9435
9436 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9437
9438 2016-01-13 Pedro Alves <palves@redhat.com>
9439
9440 * gdb.base/default.exp: Expect $_inferior as well.
9441 * gdb.multi/base.exp: Test $_inferior.
9442
9443 2016-01-13 Pedro Alves <palves@redhat.com>
9444
9445 PR breakpoints/19388
9446 * gdb.base/catch-signal-siginfo-cond.c: New file.
9447 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9448
9449 2016-01-12 Josh Stone <jistone@redhat.com>
9450 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9451
9452 * gdb.base/catch-syscall.c (do_execve): New variable.
9453 (main): Conditionally trigger an execve.
9454 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9455 (test_catch_syscall_execve): New, check entry/return across execve.
9456 (do_syscall_tests): Call test_catch_syscall_execve.
9457
9458 2016-01-12 Pedro Alves <palves@redhat.com>
9459
9460 * gdb.base/random-signal.exp (do_test): New procedure, with body
9461 of testcase moved in.
9462
9463 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9464 Pedro Alves <palves@redhat.com>
9465
9466 * gdb.base/funcargs.exp (finish from indirectly called function):
9467 Reintroduce the case for 'First'.
9468
9469 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9470 Pedro Alves <palves@redhat.com>
9471
9472 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9473 (tcatch_vfork_then_child_follow_exec)
9474 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9475 identification.
9476
9477 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9478
9479 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9480 and repeats to unlimited.
9481 * gdb.python/py-value.exp: Likewise.
9482 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9483 and repeats to unlimited.
9484
9485 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9486
9487 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9488 and reordering the functions.
9489 * gdb.multi/hangout.c: Likewise.
9490 * gdb.multi/hello.c: Likewise.
9491
9492 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9493
9494 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9495 absolute.
9496 (SingleStatisticTestResult.report): Use dict.keys instead of
9497 dict.iterkeys.
9498
9499 2016-01-06 Pedro Alves <palves@redhat.com>
9500
9501 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9502
9503 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9504
9505 * gdb.btrace/dlopen.exp: New.
9506 * gdb.btrace/dlopen.c: New.
9507 * gdb.btrace/dlopen-dso.c: New.
9508
9509 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9510
9511 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9512 PATTERN argument is optional.
9513
9514 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9515
9516 * lib/ada.exp (target_compile_ada_from_dir): New function.
9517 (gdb_compile_ada): Reimplement avoiding the use of project files.
9518 * gdb.ada/gnat_ada.gpr: Delete.
9519 * gdb.ada/cond_lang.exp: Adjust test to make path before
9520 filename optional.
9521 * gdb.ada/small_reg_param.exp: Likewise.
9522
9523 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9524
9525 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9526
9527 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9528
9529 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9530 case.
9531
9532 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9533
9534 * gdb.base/break.exp: Remove dead code.
9535 * gdb.base/sepdebug.exp: Likewise.
9536
9537 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9538
9539 * gdb.asm/asm-source.exp: Remove HP-UX references.
9540 * gdb.base/annota1.exp: Likewise.
9541 * gdb.base/annota3.exp: Likewise.
9542 * gdb.base/attach.exp: Likewise.
9543 * gdb.base/bigcore.exp: Likewise.
9544 * gdb.base/break.exp: Likewise.
9545 * gdb.base/call-ar-st.exp: Likewise.
9546 * gdb.base/callfuncs.exp: Likewise.
9547 * gdb.base/catch-fork-static.exp: Likewise.
9548 * gdb.base/display.exp: Likewise.
9549 * gdb.base/foll-exec-mode.exp: Likewise.
9550 * gdb.base/foll-exec.exp: Likewise.
9551 * gdb.base/foll-fork.exp: Likewise.
9552 * gdb.base/foll-vfork.exp: Likewise.
9553 * gdb.base/funcargs.exp: Likewise.
9554 * gdb.base/hbreak2.exp: Likewise.
9555 * gdb.base/inferior-died.exp: Likewise.
9556 * gdb.base/interrupt.exp: Likewise.
9557 * gdb.base/multi-forks.exp: Likewise.
9558 * gdb.base/nodebug.exp: Likewise.
9559 * gdb.base/sepdebug.exp: Likewise.
9560 * gdb.base/solib1.c: Likewise.
9561 * gdb.base/step-test.exp: Likewise.
9562 * gdb.mi/non-stop.c: Likewise.
9563 * gdb.mi/pthreads.c: Likewise.
9564 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9565 * gdb.threads/pthreads.c: Likewise.
9566 * gdb.threads/staticthreads.exp: Likewise.
9567 * lib/future.exp: Likewise.
9568 * lib/gdb.exp: Likewise.
9569 * gdb.base/so-indr-cl.c: Remove.
9570 * gdb.base/so-indr-cl.exp: Likewise.
9571 * gdb.base/solib.c: Likewise.
9572 * gdb.base/solib.exp: Likewise.
9573 * gdb.base/solib2.c: Likewise.
9574
9575 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9576
9577 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9578 * gdb.base/call-ar-st.exp: Likewise.
9579 * gdb.base/callfuncs.exp: Likewise.
9580 * gdb.base/condbreak.exp: Likewise.
9581 * gdb.base/constvars.exp: Likewise.
9582 * gdb.base/hbreak2.exp: Likewise.
9583 * gdb.base/langs.exp: Likewise.
9584 * gdb.base/list.exp: Likewise.
9585 * gdb.base/long_long.exp: Likewise.
9586 * gdb.base/ptype.exp: Likewise.
9587 * gdb.base/scope.exp: Likewise.
9588 * gdb.base/signals.exp: Likewise.
9589 * gdb.base/so-impl-ld.exp: Likewise.
9590 * gdb.base/varargs.exp: Likewise.
9591 * gdb.base/volatile.exp: Likewise.
9592 * gdb.base/whatis.exp: Likewise.
9593 * gdb.cp/cplusfuncs.exp: Likewise.
9594 * gdb.cp/inherit.exp: Likewise.
9595 * gdb.cp/local.exp: Likewise.
9596 * gdb.cp/member-ptr.exp: Likewise.
9597 * gdb.cp/method.exp: Likewise.
9598 * gdb.cp/overload.exp: Likewise.
9599 * gdb.cp/templates.exp: Likewise.
9600 * gdb.stabs/weird.exp: Likewise.
9601 * lib/compiler.c: Likewise.
9602 * lib/compiler.cc: Likewise.
9603 * lib/cp-support.exp: Likewise.
9604 * lib/gdb.exp: Likewise.
9605
9606 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9607
9608 * configure.ac: Remove HP-UX case.
9609 * configure: Regenerate.
9610
9611 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9612
9613 * lib/gdb.exp (gdb_compile): Add function doc.
9614
9615 2015-12-17 Pedro Alves <palves@redhat.com>
9616
9617 PR threads/19354
9618 * gdb.multi/info-threads.exp: New file.
9619
9620 2015-12-15 Yao Qi <yao.qi@linaro.org>
9621
9622 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9623 is aarch64*-*-*.
9624
9625 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9626
9627 * gdb.base/history-duplicates.exp: Skip if no readline support.
9628
9629 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9630
9631 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9632
9633 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9634
9635 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9636
9637 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9638
9639 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9640 ctrl-C if nointerrupts target property is set.
9641 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9642 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9643 * gdb.base/paginate-bg-execution.exp: Likewise.
9644 * gdb.base/paginate-execution-startup.exp: Likewise.
9645 * gdb.base/random-signal.exp: Likewise.
9646 * gdb.base/range-stepping.exp: Likewise.
9647 * gdb.cp/annota2.exp: Likewise.
9648 * gdb.cp/annota3.exp: Likewise.
9649 * gdb.gdb/selftest.exp: Likewise.
9650 * gdb.threads/continue-pending-status.exp: Likewise.
9651 * gdb.threads/leader-exit.exp: Likewise.
9652 * gdb.threads/manythreads.exp: Likewise.
9653 * gdb.threads/pthreads.exp: Likewise.
9654 * gdb.threads/schedlock.exp: Likewise.
9655 * gdb.threads/sigthread.exp: Likewise.
9656
9657 2015-12-11 Don Breazeal <donb@codesourcery.com>
9658
9659 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9660 remote.
9661 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9662 * gdb.base/foll-exec.exp (main): Enable for target remote.
9663 * gdb.base/foll-fork.exp (main): Likewise.
9664 * gdb.base/foll-vfork.exp (main): Likewise.
9665 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9666 (proc continue_to_exit_bp_loc): Use clean_restart.
9667 * gdb.base/pie-execl.exp (main): Disable for target remote.
9668 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9669 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9670 * gdb.threads/execl.exp (main): Likewise.
9671 * gdb.threads/fork-child-threads.exp (main): Likewise.
9672 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9673 remote.
9674 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9675 remote.
9676 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9677 pid.tid style ptids, instead of just tid.
9678 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9679 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9680 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9681 ptids, instead of just tid.
9682
9683 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9684
9685 * gdb.base/list.exp (test_list_forward): Add end of file error
9686 test.
9687 (test_repeat_list_command): Add end of file error test.
9688 (test_list_backwards): Add beginning of file error test.
9689
9690 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9691
9692 * gdb.base/list.exp (test_list_invalid_args): New function,
9693 defined, and called.
9694
9695 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9696
9697 * gdb.base/list.exp (test_list): Make test names unique.
9698
9699 2015-12-11 Yao Qi <yao.qi@linaro.org>
9700
9701 * gdb.base/coremaker2.c: Remove.
9702
9703 2015-12-10 Pedro Alves <palves@redhat.com>
9704
9705 * gdb.multi/base.exp: Remove stale "spaces" references.
9706
9707 2015-12-10 Pedro Alves <palves@redhat.com>
9708
9709 * gdb.multi/base.exp: Don't use nowarnings.
9710 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9711 * gdb.multi/hangout.c: Include stdio.h.
9712 * gdb.multi/hello.c: Include stdlib.h.
9713 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9714 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9715 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9716
9717 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9718
9719 * gdb.dwarf2/dw2-ranges-base.c: New file.
9720 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9721 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9722 support additional line table, and debug ranges generation.
9723 (Dwarf::ranges): New function, generate .debug_ranges.
9724 (Dwarf::lines): Support generating simple line table programs.
9725 (Dwarf::assemble): Initialise new namespace variables.
9726
9727 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9728
9729 * gdb.base/async.exp (proc test_background): Add case for
9730 asynchronous execution not supported.
9731
9732 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9733
9734 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9735 format and change test names to make them unique.
9736
9737 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9738 Pedro Alves <pedro@redhat.com>
9739
9740 PR gdb/18702
9741 Add checking of floatformats setup on x86_64 hosts.
9742 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9743 (smallval, bigval): New labels/constants.
9744 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9745 float" after loading bigval and smallval.
9746
9747 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9748
9749 * gdb.ada/fun_overload_menu.exp: New testcase.
9750 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9751
9752 2015-12-04 Josh Stone <jistone@redhat.com>
9753
9754 * gdb.base/catch-fork-static.exp: New.
9755
9756 2015-12-03 Yao Qi <yao.qi@linaro.org>
9757
9758 * gdb.base/sizeof.c: Don't include stdio.h and
9759 ../lib/unbuffer_output.c.
9760 (main): New variable 'size' and 'value'. Remove printf and
9761 gdb_unbuffer_output. Assign return value to size and value.
9762 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9763 at the beginning.
9764 (check_sizeof): Check the result by printing variable 'size'.
9765 (check_valueof): Check the result by printing variable 'value'.
9766
9767 2015-12-01 Yao Qi <yao.qi@linaro.org>
9768
9769 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9770 for aarch64*-*-linux* target.
9771
9772 2015-11-30 Pedro Alves <palves@redhat.com>
9773
9774 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9775
9776 2015-11-30 Pedro Alves <palves@redhat.com>
9777
9778 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9779 Handle non-stop mode vCont replies.
9780
9781 2015-11-30 Pedro Alves <palves@redhat.com>
9782
9783 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9784 prepare_for_testing. Start gdb with "set non-stop on" appended to
9785 GDBFLAGS. Lax expected stop output.
9786
9787 2015-11-27 Yao Qi <yao.qi@linaro.org>
9788
9789 * gdb.arch/arm-neon.exp: New.
9790 * gdb.arch/arm-neon.c: New.
9791
9792 2015-11-27 Yao Qi <yao.qi@linaro.org>
9793
9794 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9795
9796 2015-11-27 Yao Qi <yao.qi@linaro.org>
9797
9798 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9799 frames-invalid annotation.
9800
9801 2015-11-27 Yao Qi <yao.qi@linaro.org>
9802
9803 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9804
9805 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9806
9807 * gdb.threads/names.exp: New file.
9808 * gdb.threads/names.c: New file.
9809 * README: Mention gdb,no_thread_names.
9810
9811 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9812
9813 PR 19297
9814 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9815 support" error.
9816
9817 2015-11-24 Pedro Alves <palves@redhat.com>
9818
9819 PR 17539
9820 * gdb.base/display.exp: Expect displays to be sorted in ascending
9821 order. Use multi_line.
9822 * gdb.base/solib-display.exp: Likewise.
9823
9824 2015-11-24 Pedro Alves <palves@redhat.com>
9825
9826 PR 17539
9827 * gdb.base/display.exp: Expect displays to be sorted in ascending
9828 order. Use multi_line.
9829 * gdb.base/solib-display.exp: Likewise.
9830
9831 2015-11-24 Pedro Alves <palves@redhat.com>
9832
9833 PR 17539
9834 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9835 threads in ascending order.
9836 * gdb.base/foll-fork.exp: Likewise.
9837 * gdb.base/foll-vfork.exp: Likewise.
9838 * gdb.base/multi-forks.exp: Likewise.
9839 * gdb.mi/mi-nonstop.exp: Likewise.
9840 * gdb.mi/mi-nsintrall.exp: Likewise.
9841 * gdb.multi/base.exp: Likewise.
9842 * gdb.multi/multi-arch.exp: Likewise.
9843 * gdb.python/py-inferior.exp: Likewise.
9844 * gdb.threads/break-while-running.exp: Likewise.
9845 * gdb.threads/execl.exp: Likewise.
9846 * gdb.threads/gcore-thread.exp: Likewise.
9847 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9848 * gdb.threads/kill.exp: Likewise.
9849 * gdb.threads/linux-dp.exp: Likewise.
9850 * gdb.threads/multiple-step-overs.exp: Likewise.
9851 * gdb.threads/next-bp-other-thread.exp: Likewise.
9852 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9853 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9854 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9855 * gdb.threads/thread-find.exp: Likewise.
9856 * gdb.threads/tls.exp: Likewise.
9857 * lib/mi-support.exp (mi_reverse_list): Delete.
9858 (mi_check_thread_states): No longer reverse list.
9859
9860 2015-11-24 Pedro Alves <palves@redhat.com>
9861
9862 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9863 use lowercase.
9864
9865 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9866
9867 * gdb.trace/actions.c: Include trace-common.h.
9868 (main): Add a location for a fast tracepoint.
9869 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9870 the normal tracepoints.
9871 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9872
9873 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9874
9875 * save-trace.exp: Factor out code to these...
9876 (gdb_save_tracepoints): New.
9877 (gdb_load_tracepoints): New.
9878 (do_save_load_test): New.
9879
9880 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9881
9882 * gdb.base/asmlabel.exp: New test.
9883 * gdb.base/asmlabel.c: New test case.
9884
9885 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9886
9887 * gdb.base/wrong_frame_bt_full-main.c: New file.
9888 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9889 * gdb.base/wrong_frame_bt_full.exp: New file.
9890
9891 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9892
9893 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9894
9895 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9896
9897 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9898 pstate register when comparing registers values in
9899 sparc64-*-linux-gnu targets to avoid spurious differences.
9900
9901 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9902
9903 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9904
9905 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9906
9907 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9908 as type argument to gdb_compile.
9909 * gdb.base/nested-subp2.exp: Likewise.
9910 * gdb.base/nested-subp3.exp: Likewise.
9911
9912 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9913
9914 * lib/dwarf.exp (_note): Fix left shift of negative value.
9915 * gdb.trace/trace-condition.exp: Likewise.
9916
9917 2015-11-13 Yao Qi <yao.qi@linaro.org>
9918
9919 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9920 comments about d10v.
9921 (test_scalar_returns): Likewise.
9922 * gdb.base/d10v.ld: Remove.
9923 * gdb.base/overlays.exp: Remove the target triplet checking for
9924 d10v-*-*.
9925 * gdb.base/structs.exp (test_struct_returns): Remove the
9926 comments about d10v.
9927 (test_struct_calls): Likewise.
9928
9929 2015-11-13 Yao Qi <yao.qi@linaro.org>
9930
9931 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9932 * gdb.base/gnu_vector.c: Don't include stdio.h.
9933 (main): Don't print res and call add_some_intvecs.
9934
9935 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9936
9937 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9938 macro.
9939 (func5): Removed.
9940 (func4): Use FAST_TRACEPOINT_LABEL.
9941 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9942 macro.
9943 (func): Removed.
9944 (thread_function): Use FAST_TRACEPOINT_LABEL.
9945 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9946 (func): Remove.
9947 (marker): Use FAST_TRACEPOINT_LABEL.
9948 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9949 (pendfunc1): Remove.
9950 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9951 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9952 (foo): Remove.
9953 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9954 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9955 macro.
9956 (func): Remove.
9957 (marker): Use FAST_TRACEPOINT_LABEL.
9958 * gdb.trace/trace-common.h: New header.
9959 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9960 macro.
9961 (func): Remove.
9962 (marker): Use FAST_TRACEPOINT_LABEL.
9963 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9964 (func): Remove.
9965 (thread_function): Use FAST_TRACEPOINT_LABEL.
9966
9967 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9968
9969 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9970 in front.
9971 * gdb.trace/change-loc.exp: Use global pcreg definition.
9972 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9973 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9974 in front.
9975 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9976 * gdb.trace/pending.exp: Likewise.
9977 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9978 * gdb.trace/trace-break.exp: Likewise.
9979 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9980 in front.
9981 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9982 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9983 in front.
9984 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9985
9986 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9987
9988 * gdb.ada/fin_fun_out: New testcase.
9989
9990 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9991
9992 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9993 value associated with DW_AT_byte_size.
9994 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9995 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9996 DW_AT_upper_bound.
9997
9998 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9999
10000 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10001 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10002 version.
10003 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10004 gdb.dwarf2/dw2-canonicalize-type.exp,
10005 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10006 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10007 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10008 provided by gdb_target_symbol_prefix_flags_asm.
10009 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10010 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10011 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10012 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10013 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10014 macros where needed). Use this macro for symbols which require
10015 the prefix provided by SYMBOL_PREFIX.
10016
10017 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10018
10019 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10020 New procs.
10021 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10022 representing expressions, of more than one list element.
10023 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10024 to prepend linker symbol prefix to f.
10025 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10026 table_1 and table_2.
10027 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10028 Likewise, for f and g.
10029 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10030 for ptr.
10031 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10032 for main.
10033 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10034 table_1_ptr and table_2_ptr.
10035
10036 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10037 Joel Brobecker <brobecker@adacore.com>
10038
10039 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10040
10041 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10042
10043 * gdb.reverse/s390-mvcle.c: New test.
10044 * gdb.reverse/s390-mvcle.exp: New file.
10045 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10046
10047 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10048
10049 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10050
10051 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10052
10053 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10054 reaching marker2.
10055 * gdb.reverse/getresuid-reverse.exp: Likewise.
10056 * gdb.reverse/pipe-reverse.exp: Likewise.
10057 * gdb.reverse/readv-reverse.exp: Likewise.
10058 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10059 * gdb.reverse/time-reverse.exp: Likewise.
10060 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10061
10062 2015-10-30 Yao Qi <yao.qi@linaro.org>
10063
10064 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10065 (empty_cycle): Remove.
10066 (main): Don't call empty_cycle. Don't use watch_count_done.
10067 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10068 empty_cycle. Rewrite the code counting HW watchpoints.
10069
10070 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10071
10072 * gdb.reverse/fstatat-reverse.c: New test.
10073 * gdb.reverse/fstatat-reverse.exp: New file.
10074 * gdb.reverse/getresuid-reverse.c: New test.
10075 * gdb.reverse/getresuid-reverse.exp: New file.
10076 * gdb.reverse/pipe-reverse.c: New test.
10077 * gdb.reverse/pipe-reverse.exp: New file.
10078 * gdb.reverse/readv-reverse.c: New test.
10079 * gdb.reverse/readv-reverse.exp: New file.
10080 * gdb.reverse/recvmsg-reverse.c: New test.
10081 * gdb.reverse/recvmsg-reverse.exp: New file.
10082 * gdb.reverse/time-reverse.c: New test.
10083 * gdb.reverse/time-reverse.exp: New file.
10084 * gdb.reverse/waitpid-reverse.c: New test.
10085 * gdb.reverse/waitpid-reverse.exp: New file.
10086
10087 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10088
10089 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10090
10091 2015-10-26 Doug Evans <dje@google.com>
10092
10093 PR symtab/17391
10094 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10095 * gdb.dwarf2/bad-regnum.c: New file.
10096 * gdb.dwarf2/bad-regnum.exp: New file.
10097
10098 2015-10-26 Doug Evans <dje@google.com>
10099
10100 PR python/18938
10101 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10102 file.
10103
10104 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10105
10106 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10107 for a change by "Mention language in compile error message".
10108
10109 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10110
10111 PR python/18073
10112 * gdb.python/py-type.c (C::a_method): New.
10113 (C::a_const_method): New.
10114 (C::a_static_method): New.
10115 (a_function): New.
10116 * gdb.python/py-type.exp (test_fields): Test getting fields
10117 from function and method.
10118
10119 2015-10-21 Keven Boell <keven.boell@intel.com>
10120
10121 * gdb.fortran/vla-alloc-assoc.exp: New file.
10122 * gdb.fortran/vla-datatypes.exp: New file.
10123 * gdb.fortran/vla-datatypes.f90: New file.
10124 * gdb.fortran/vla-history.exp: New file.
10125 * gdb.fortran/vla-ptype-sub.exp: New file.
10126 * gdb.fortran/vla-ptype.exp: New file.
10127 * gdb.fortran/vla-sizeof.exp: New file.
10128 * gdb.fortran/vla-sub.f90: New file.
10129 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10130 * gdb.fortran/vla-value-sub-finish.exp: New file.
10131 * gdb.fortran/vla-value-sub.exp: New file.
10132 * gdb.fortran/vla-value.exp: New file.
10133 * gdb.fortran/vla-ptr-info.exp: New file.
10134 * gdb.mi/mi-vla-fortran.exp: New file.
10135 * gdb.mi/vla.f90: New file.
10136
10137 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10138
10139 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10140 of hardwired timeout value.
10141
10142 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10143 Pedro Alves <palves@redhat.com>
10144
10145 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10146 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10147
10148 2015-10-19 Josh Stone <jistone@redhat.com>
10149
10150 * gdb.base/catch-syscall.c: Include <sched.h>.
10151 (unknown_syscall): New variable.
10152 (main): Trigger a vfork and an unknown syscall.
10153 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10154 (unknown_syscall_number): Likewise.
10155 (check_call_to_syscall): Accept an optional syscall pattern.
10156 (check_return_from_syscall): Likewise.
10157 (check_continue): Likewise.
10158 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10159 (test_catch_syscall_skipping_return): New test toggling off 'catch
10160 syscall' to step over the syscall return, then toggling back on.
10161 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10162 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10163 (do_syscall_tests): Call test_catch_syscall_without_args and
10164 test_catch_syscall_mid_vfork.
10165 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10166 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10167
10168 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10169
10170 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10171 print g_vE): Add new pass patterns.
10172 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10173 print various symbol names for vptr fields.
10174
10175 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10176
10177 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10178 results.
10179
10180 2015-10-12 Yao Qi <yao.qi@linaro.org>
10181
10182 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10183
10184 2015-10-12 Yao Qi <yao.qi@linaro.org>
10185
10186 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10187 is aarch64*-*-linux*.
10188
10189 2015-10-12 Yao Qi <yao.qi@linaro.org>
10190
10191 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10192 (can_relocate_bcond_true): ... it.
10193 (can_relocate_bcond_false): New function.
10194 (foo): Likewise.
10195 (can_relocate_bl): Likewise.
10196 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10197 can_relocate_bl.
10198
10199 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10200
10201 * gdb.base/nested-addr.c: New file.
10202 * gdb.base/nested-addr.exp: New testcase.
10203
10204 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10205
10206 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10207 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10208 its output. Ignore the output of "record goto begin" and instead
10209 check that GDB is replaying.
10210
10211 2015-10-09 Pedro Alves <palves@redhat.com>
10212
10213 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10214 (top level): Use it in the run with no args test.
10215
10216 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10217
10218 * gdb.dlang/properties.exp: New file.
10219
10220 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10221
10222 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10223 whether or not address 0x1000 is mapped on the target.
10224
10225 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10226
10227 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10228 build.
10229
10230 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10231
10232 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10233 instruction-history test.
10234
10235 2015-09-28 Doug Evans <dje@google.com>
10236
10237 * gdb.base/gcore.c (array_func): Add reference to static_array.
10238
10239 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10240
10241 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10242 source line.
10243
10244 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10245
10246 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10247 short or char as base type.
10248
10249 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10250
10251 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10252 to allow any size enum.
10253
10254 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10255
10256 * gdb.ada/array_ptr_renaming.exp: New testcase.
10257 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10258 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10259
10260 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10261
10262 * gdb.trace/ftrace-lock.c: New file.
10263 * gdb.trace/ftrace-lock.exp: New file.
10264
10265 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10266
10267 * gdb.arch/insn-reloc.c: New file.
10268 * gdb.arch/ftrace-insn-reloc.exp: New file.
10269
10270 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10271
10272 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10273 instruction.
10274 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10275 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10276 * gdb.trace/range-stepping.c: Likewise.
10277 * gdb.trace/trace-break.c: Likewise.
10278 * gdb.trace/trace-mt.c (thread_function): Likewise.
10279 * gdb.trace/ftrace.c (marker): Likewise.
10280 * gdb.trace/trace-condition.c (marker): Likewise.
10281 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10282 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10283 is_aarch64_target.
10284
10285 2015-09-18 Doug Evans <xdje42@gmail.com>
10286
10287 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10288 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10289
10290 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10291
10292 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10293 the breakpoint.
10294
10295 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10296
10297 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10298 the pending breakpoint. Remove timeout override for "Run till
10299 MI pending breakpoint on pendfunc3 on thread 2" test.
10300
10301 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10302
10303 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10304 filename pattern.
10305
10306 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10307
10308 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10309 in breakpoint filename pattern.
10310
10311 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10312
10313 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10314
10315 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10316
10317 * gdb.linespec/explicit.exp: Check for readline support for
10318 tab-completion tests. Fix obvious typo.
10319
10320 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10321
10322 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10323 and replay.
10324
10325 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10326
10327 * gdb.btrace/non-stop.c: New.
10328 * gdb.btrace/non-stop.exp: New.
10329
10330 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10331 Yao Qi <yao.qi@linaro.org>
10332
10333 * gdb.trace/trace-condition.c: New file.
10334 * gdb.trace/trace-condition.exp: New file.
10335
10336 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10337
10338 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10339 for testing bytecode compilation.
10340
10341 2015-09-16 Pedro Alves <palves@redhat.com>
10342 Sandra Loosemore <sandra@codesourcery.com>
10343
10344 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10345 (SECONDS): Redefine.
10346 (main): Call pthread_kill and alarm early.
10347 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10348 support.
10349 (test): If the target can't hardware step and doesn't support
10350 displaced stepping, increase the timeout.
10351
10352 2015-09-16 Pedro Alves <palves@redhat.com>
10353
10354 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10355 (enable_debug): New procedures.
10356 (test): Use them. Bail out if waiting for threads fails.
10357 (top level): Bail out if a test fails.
10358
10359 2015-09-16 Yao Qi <yao.qi@linaro.org>
10360
10361 * gdb.asm/asm-source.exp: Set asm-arch for
10362 aarch64*-*-* target.
10363 * gdb.asm/aarch64.inc: New file.
10364
10365 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10366
10367 * gdb.ada/array_of_variable_length.exp: New testcase.
10368 * gdb.ada/array_of_variable_length/foo.adb: New file.
10369 * gdb.ada/array_of_variable_length/pck.adb: New file.
10370 * gdb.ada/array_of_variable_length/pck.ads: New file.
10371
10372 2015-09-15 Doug Evans <dje@google.com>
10373
10374 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10375 of function static local variable.
10376
10377 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10378
10379 * gdb.threads/tls-so_extern.exp: New test file.
10380 * gdb.threads/tls-so_extern.c: New test file.
10381 * gdb.threads/tls-so_extern_main.c: New test file.
10382
10383 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10384
10385 * gdb.opt/solib-intra-step-lib.c: New file.
10386 * gdb.opt/solib-intra-step-main.c: New file.
10387 * gdb.opt/solib-intra-step.exp: New file.
10388
10389 2015-09-15 Pedro Alves <palves@redhat.com>
10390
10391 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10392 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10393
10394 2015-09-14 Pedro Alves <palves@redhat.com>
10395
10396 * gdb.base/hook-stop-continue.c: Delete.
10397 * gdb.base/hook-stop-continue.exp: Delete.
10398 * gdb.base/hook-stop-frame.c: Delete.
10399 * gdb.base/hook-stop-frame.exp: Delete.
10400 * gdb.base/hook-stop.c: New file.
10401 * gdb.base/hook-stop.exp: New file.
10402
10403 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10404
10405 * gdb.ada/access_to_packed_array.exp: New testcase.
10406 * gdb.ada/access_to_packed_array/foo.adb: New file.
10407 * gdb.ada/access_to_packed_array/pack.adb: New file.
10408 * gdb.ada/access_to_packed_array/pack.ads: New file.
10409
10410 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10411
10412 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10413 buffer size test.
10414
10415 2015-09-11 Don Breazeal <donb@codesourcery.com>
10416
10417 * gdb.base/foll-exec.c: Add copyright header. Fix
10418 formatting issues.
10419 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10420 (do_exec_tests): Use clean_restart in place of zap_session,
10421 and for test initialization. Fix formatting issues. Use
10422 fail in place of perror.
10423 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10424 an expect statement to match an expression with output from
10425 the program under debug.
10426 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10427 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10428 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10429 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10430 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10431
10432 2015-09-09 Doug Evans <dje@google.com>
10433
10434 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10435
10436 2015-09-09 Doug Evans <dje@google.com>
10437
10438 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10439
10440 2015-09-09 Doug Evans <dje@google.com>
10441
10442 * gdb.base/savedregs.exp: Fix typo.
10443
10444 2015-09-09 Pedro Alves <palves@redhat.com>
10445
10446 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10447
10448 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10449
10450 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10451 command actually switches threads. Give up on remaining
10452 tests if target fails to stop at breakpoint.
10453
10454 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10455
10456 * gdb.ada/funcall_char.exp: New testcase.
10457 * gdb.ada/funcall_char/foo.adb: New file.
10458
10459 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10460
10461 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10462 expected outputs. Add two testcases for completing ambiguous
10463 functions.
10464 * gdb.ada/complete/aux_pck.adb: New file.
10465 * gdb.ada/complete/aux_pck.ads: New file.
10466 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10467 Ambiguous_Func functions.
10468 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10469 * gdb.ada/complete/pck.adb: Likewise.
10470
10471 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10472
10473 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10474 failures to run the test program under GDB.
10475
10476 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10477
10478 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10479 to C.
10480
10481 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10482
10483 * gdb.base/run-after-attach.exp: New test file.
10484 * gdb.base/run-after-attach.c: New test file.
10485
10486 2015-08-26 Don Breazeal <donb@codesourcery.com>
10487
10488 * gdb.base/foll-exec-2.c: New test program.
10489 * gdb.base/foll-exec-2.exp: New test.
10490
10491 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10492
10493 * gdb.base/nested-subp1.exp: New file.
10494 * gdb.base/nested-subp1.c: New file.
10495 * gdb.base/nested-subp2.exp: New file.
10496 * gdb.base/nested-subp2.c: New file.
10497 * gdb.base/nested-subp3.exp: New file.
10498 * gdb.base/nested-subp3.c: New file.
10499
10500 2015-08-24 Pedro Alves <palves@redhat.com>
10501
10502 * gdb.server/connect-without-multi-process.c: New file.
10503 * gdb.server/connect-without-multi-process.exp: New file.
10504
10505 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10506
10507 * gdb.opt/inline-markers.c: Make z int.
10508
10509 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10510
10511 * gdb.opt/inline-markers.c: Make z volatile.
10512
10513 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10514
10515 * gdb.opt/inline-bt.c: New volatile global z.
10516 * gdb.opt/inline-cmds.c: Likewise.
10517 * gdb.opt/inline-locals.c: Likewise.
10518 * gdb.opt/inline-markers.c: New extern global z.
10519 (marker): Use z.
10520 (inline_fn): Likewise.
10521
10522 2015-08-24 Pedro Alves <palves@redhat.com>
10523
10524 * config/m32r-stub.exp: Remove file.
10525 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10526 * gdb.base/call-rt-st.exp: Likewise.
10527 * gdb.base/call-strs.exp: Likewise.
10528 * gdb.base/default.exp: Remove references to h8300-*-hms and
10529 *-*-udi*.
10530 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10531
10532 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10533
10534 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10535 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10536 and "return" use KFAIL when GDB can not read/write the vector
10537 return value.
10538
10539 2015-08-21 Gary Benson <gbenson@redhat.com>
10540
10541 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10542
10543 2015-08-20 Pedro Alves <palves@redhat.com>
10544
10545 * gdb.server/solib-list.exp: No longer expect an interior stop in
10546 non-stop mode.
10547
10548 2015-08-20 Pedro Alves <palves@redhat.com>
10549
10550 * gdb.server/connect-stopped-target.c: New file.
10551 * gdb.server/connect-stopped-target.exp: New file.
10552
10553 2015-08-20 Pedro Alves <palves@redhat.com>
10554
10555 * gdb.dwarf2/comp-unit-lang.exp: New file.
10556 * gdb.dwarf2/comp-unit-lang.c: New file.
10557
10558 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10559
10560 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10561 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10562
10563 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10564
10565 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10566 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10567
10568 2015-08-18 Doug Evans <dje@google.com>
10569 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10570
10571 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10572 skip_python_tests. New arg prompt_regexp.
10573 (skip_python_tests): New function.
10574 * lib/mi-support.exp (mi_skip_python_tests): New function.
10575 * gdb.python/py-mi-objfile-gdb.py: New file.
10576 * gdb.python/py-mi-objfile.c: New file.
10577 * gdb.python/py-mi-objfile.exp: New file.
10578
10579 2015-08-17 Keith Seitz <keiths@redhat.com>
10580
10581 * gdb.linespec/explicit.exp: Move strace test from here ...
10582 * gdb.trace/strace.exp: ... to here.
10583
10584 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10585
10586 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10587 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10588
10589 2015-08-14 Doug Evans <xdje42@gmail.com>
10590
10591 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10592 inferior before selecting a new file.
10593
10594 2015-08-14 Doug Evans <xdje42@gmail.com>
10595
10596 * gdb.mi/mi-disassemble.exp: Update.
10597 * gdb.base/disasm-optim.S: New file.
10598 * gdb.base/disasm-optim.c: New file.
10599 * gdb.base/disasm-optim.h: New file.
10600 * gdb.base/disasm-optim.exp: New file.
10601
10602 2015-08-14 Keith Seitz <keiths@redhat.com>
10603
10604 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10605 "evaluated-by".
10606
10607 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10608
10609 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10610
10611 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10612
10613 * gdb.ada/fun_renaming.exp: New testcase.
10614 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10615 * gdb.ada/fun_renaming/pack.adb: New file.
10616 * gdb.ada/fun_renaming/pack.ads: New file.
10617
10618 2015-08-12 Keith Seitz <keiths@redhat.com>
10619
10620 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10621 gdb_get_line_number.
10622
10623 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10624
10625 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10626 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10627 gdb.base/dso2dso.exp: New files.
10628
10629 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10630 Pedro Alves <palves@redhat.com>
10631 Keith Seitz <keiths@redhat.com>
10632
10633 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10634 GDBFLAGS.
10635
10636 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10637
10638 * gdb.base/gdbhistsize-history.exp
10639 (test_histsize_history_setting): Use save_vars.
10640 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10641 Use save_vars.
10642 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10643 * gdb.base/readline.exp: Use save_vars.
10644
10645 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10646
10647 * lib/gdb.exp (save_vars): New proc.
10648
10649 2015-08-11 Keith Seitz <keiths@redhat.com>
10650
10651 * gdb.base/help.exp: Update help_breakpoint_text.
10652
10653 2015-08-11 Keith Seitz <keiths@redhat.com>
10654
10655 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10656 (at toplevel): Call test_explicit_breakpoints.
10657 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10658 breakpoints.
10659 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10660 breakpoint conditions, "-cond".
10661
10662 2015-08-11 Keith Seitz <keiths@redhat.com>
10663
10664 * gdb.linespec/3explicit.c: New file.
10665 * gdb.linespec/cpexplicit.cc: New file.
10666 * gdb.linespec/cpexplicit.exp: New file.
10667 * gdb.linespec/explicit.c: New file.
10668 * gdb.linespec/explicit.exp: New file.
10669 * gdb.linespec/explicit2.c: New file.
10670 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10671 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10672 before using in the matching pattern.
10673 Clarify that `prefix' is a regular expression.
10674
10675 2015-08-11 Keith Seitz <keiths@redhat.com>
10676
10677 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10678 test.
10679 Add tests for missing ",FMT" and ",".
10680
10681 2015-08-10 Doug Evans <dje@google.com>
10682 Keith Seitz <keiths@redhat.com>
10683
10684 PR gdb/17960
10685 * gdb.base/completion.exp: Add location completer tests.
10686
10687 2015-08-07 Pedro Alves <palves@redhat.com>
10688
10689 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10690 tests here.
10691 (top level): Run do_test with and without displaced stepping.
10692
10693 2015-08-07 Pedro Alves <palves@redhat.com>
10694
10695 * gdb.base/valgrind-disp-step.c: New file.
10696 * gdb.base/valgrind-disp-step.exp: New file.
10697
10698 2015-08-07 Pedro Alves <palves@redhat.com>
10699
10700 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10701 Delete function.
10702 (main): Add alarm. Run an infinite loop instead of calling
10703 wait_threads.
10704 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10705 comment.
10706 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10707 Delete function.
10708 (main): Add alarm. Run an infinite loop instead of calling
10709 wait_threads.
10710 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10711 comment.
10712
10713 2015-08-07 Pedro Alves <palves@redhat.com>
10714
10715 * gdb.base/checkpoint-ns.exp: New file.
10716 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10717 standard_testfile.
10718
10719 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10720
10721 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10722 * gdb.btrace/instruction_history.exp: Update.
10723 * gdb.btrace/tsx.exp: New.
10724 * gdb.btrace/tsx.c: New.
10725
10726 2015-08-06 Pedro Alves <palves@redhat.com>
10727
10728 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10729 increase timeout.
10730 * gdb.reverse/until-precsave.exp: Bump timeouts.
10731
10732 2015-08-06 Pedro Alves <palves@redhat.com>
10733
10734 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10735
10736 2015-08-06 Pedro Alves <palves@redhat.com>
10737
10738 PR gdb/18749
10739 * gdb.threads/process-dies-while-handling-bp.c: New file.
10740 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10741
10742 2015-08-06 Pedro Alves <palves@redhat.com>
10743
10744 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10745 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10746
10747 2015-08-05 Pedro Alves <palves@redhat.com>
10748
10749 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10750 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10751
10752 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10753
10754 * gdb.base/bp-permanent.exp: Report test as unsupported if
10755 the target cannot stop at the permanent breakpoint.
10756
10757 2015-08-03 Doug Evans <dje@google.com>
10758
10759 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10760 10000.
10761
10762 2015-08-03 Doug Evans <dje@google.com>
10763
10764 * Makefile.in (workers/%.worker, build-perf): New rule.
10765 (GDB_PERFTEST_MODE): New variable.
10766 (check-perf): Use it.
10767 (clean): Clean up gdb.perf parallel build subdirs.
10768 * lib/build-piece.exp: New file.
10769 * lib/gdb.exp (make_gdb_parallel_path): New function
10770 (standard_output_file, standard_temp_file): Call it.
10771 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10772 of $GDB_PARALLEL.
10773 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10774
10775 2015-08-03 Doug Evans <dje@google.com>
10776
10777 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10778 (LOG_FILE_NAME): New global.
10779 (TextReporter.__init__): Initialize self.txt_sum.
10780 (TextReporter.report): Add support for multiple data-points.
10781 Move report to perftest.sum, put raw data in perftest.log.
10782 (TextReporter.start): Open sum and log files.
10783 (TextReporter.end): Close sum and log files.
10784 * gdb.perf/lib/perftest/testresult.py
10785 (SingleStatisticTestResult.record): Handle multiple data-points.
10786
10787 2015-07-31 Pedro Alves <palves@redhat.com>
10788
10789 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10790 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10791 kill_wait_spawned_process instead of explicit "kill -9".
10792 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10793 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10794 kill_wait_spawned_process.
10795 * gdb.base/attach-twice.exp: Likewise.
10796 * gdb.base/attach.exp: Likewise.
10797 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10798 gdb_test_multiple.
10799 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10800 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10801 kill_wait_spawned_process.
10802 * gdb.base/valgrind-infcall.exp: Likewise.
10803 * gdb.multi/multi-attach.exp: Likewise.
10804 * gdb.python/py-prompt.exp: Likewise.
10805 * gdb.python/py-sync-interp.exp: Likewise.
10806 * gdb.server/ext-attach.exp: Likewise.
10807 * gdb.threads/attach-into-signal.exp (corefunc): Use
10808 spawn_wait_for_attach, spawn_id_get_pid and
10809 kill_wait_spawned_process.
10810 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10811 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10812 spawn_id_get_pid and kill_wait_spawned_process.
10813 * gdb.threads/attach-stopped.exp (corefunc): Use
10814 spawn_wait_for_attach, spawn_id_get_pid and
10815 kill_wait_spawned_process.
10816 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10817 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10818 kill_wait_spawned_process instead of explicit "kill -9".
10819 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10820 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10821 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10822 processes. Don't map cygwin/windows pids here. Now returns a
10823 spawn id list.
10824
10825 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10826
10827 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10828 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10829 correct patch.
10830
10831 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10832
10833 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10834
10835 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10836
10837 Reapply:
10838 2014-05-21 Mark Wielaard <mjw@redhat.com>
10839
10840 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10841
10842 2015-07-30 Pedro Alves <palves@redhat.com>
10843
10844 * linux-low.c (handle_extended_wait): Set the child's last
10845 reported status to TARGET_WAITKIND_STOPPED.
10846
10847 2015-07-30 Pedro Alves <palves@redhat.com>
10848
10849 PR threads/18600
10850 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10851 only shows inferior 1.
10852
10853 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10854 Pedro Alves <palves@redhat.com>
10855
10856 PR threads/18600
10857 * gdb.threads/fork-plus-threads.c: New file.
10858 * gdb.threads/fork-plus-threads.exp: New file.
10859
10860 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10861
10862 * gdb.base/batch-preserve-term-settings.exp
10863 (test_terminal_settings_preserved_after_cli_exit): Use
10864 send_quit_command.
10865
10866 2015-07-29 Pedro Alves <palves@redhat.com>
10867 Don Breazeal <donb@codesourcery.com>
10868
10869 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10870 output from both inferior_spawn_id and gdb_spawn_id.
10871
10872 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10873
10874 * gdb.threads/attach-into-signal.exp (corefunc): Use
10875 with_test_prefix on nested loops, uniquefying the test messages.
10876
10877 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10878
10879 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10880 commit.
10881
10882 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10883
10884 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10885 New proc.
10886 (test_terminal_settings_preserved_after_sigterm): New test.
10887
10888 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10889
10890 * gdb.base/batch-preserve-term-settings.exp
10891 (test_terminal_settings_preserved_after_cli_exit): New test.
10892
10893 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10894
10895 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10896 manipulation of saved_gdbflags.
10897 (test_terminal_settings_preserved): Remove global declaration of
10898 the unused variable pagination_prompt. Remove manipulation of
10899 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10900 GDBFLAGS.
10901
10902 2015-07-29 Pedro Alves <palves@redhat.com>
10903
10904 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10905
10906 2015-07-29 Pedro Alves <palves@redhat.com>
10907
10908 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10909 at the top.
10910
10911 2015-07-29 Pedro Alves <palves@redhat.com>
10912
10913 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10914 (main): Call gdb_unbuffer_output.
10915 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10916 (main): Call gdb_unbuffer_output.
10917 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10918 (main): Call gdb_unbuffer_output.
10919 * gdb.base/call-strs.exp: Adjust to step over the
10920 gdb_unbuffer_output call.
10921 * gdb.base/catch-gdb-caused-signals.c: Include
10922 "../lib/unbuffer_output.c".
10923 (main): Call gdb_unbuffer_output.
10924 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10925 (main): Call gdb_unbuffer_output.
10926 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10927 (main): Call gdb_unbuffer_output.
10928 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10929 (main): Call gdb_unbuffer_output.
10930 * gdb.base/shlib-call.exp: Adjust to step over the
10931 gdb_unbuffer_output call.
10932 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10933 (main): Call gdb_unbuffer_output.
10934 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10935 (main): Call gdb_unbuffer_output.
10936 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10937 (main): Rename to ...
10938 (test): ... this.
10939 (main): Reimplement.
10940 * gdb.base/varargs.exp: Run to test instead of to main.
10941 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10942 (main): Call gdb_unbuffer_output.
10943
10944 2015-07-29 Pedro Alves <palves@redhat.com>
10945
10946 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10947 factore out from mi_continue_dprintf. For call-style dprintfs,
10948 expect dprintf output out of $inferior_spawn_id.
10949 (mi_continue_dprintf): Use mi_expect_dprintf.
10950 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10951 (main): Call gdb_unbuffer_output.
10952
10953 2015-07-29 Pedro Alves <palves@redhat.com>
10954
10955 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10956 (default_mi_gdb_start): Set inferior_spawn_id instead of
10957 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10958 gdb_spawn_id.
10959 (mi_gdb_test): Always expect inferior output from both
10960 $inferior_spawn_id and $gdb_spawn_id.
10961
10962 2015-07-29 Pedro Alves <palves@redhat.com>
10963
10964 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10965 send_inferior and $inferior_spawn_id.
10966
10967 2015-07-29 Pedro Alves <palves@redhat.com>
10968
10969 * gdb.gdb/complaints.exp (test_initial_complaints)
10970 (test_serial_complaints, test_short_complaints): Use
10971 gdb_test_stdio.
10972 (test_empty_complaint): Handle $inferior_spawn_id !=
10973 $gdb_spawn_id.
10974
10975 2015-07-29 Pedro Alves <palves@redhat.com>
10976
10977 * gdb.base/varargs.exp: Use gdb_test_stdio.
10978
10979 2015-07-29 Pedro Alves <palves@redhat.com>
10980
10981 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10982
10983 2015-07-29 Pedro Alves <palves@redhat.com>
10984
10985 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10986
10987 2015-07-29 Pedro Alves <palves@redhat.com>
10988
10989 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10990 parameter into two new parameters, "inf_result" and "gdb_result".
10991 Expect inferior output and gdb output from $inferior_spawn_id and
10992 $gdb_spawn_id, respectively. Adjust all callers.
10993
10994 2015-07-29 Pedro Alves <palves@redhat.com>
10995
10996 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10997 of gdb_test_sequence.
10998
10999 2015-07-29 Pedro Alves <palves@redhat.com>
11000
11001 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11002 (saw_spurious_output): Expect inferior output from
11003 $inferior_spawn_id. Use gdb_test_stdio.
11004
11005 2015-07-29 Pedro Alves <palves@redhat.com>
11006
11007 * gdb.base/dprintf.exp: Use standard_testfile. Change
11008 prepare_for_testing call.
11009 (srcfile): Don't set.
11010 (restart): New procedure.
11011 (test_dprintf): New procecure, use to continue over dprintfs.
11012 (test_call, test_agent): New procedures, tests moved here.
11013 Restart gdb and recreate dprintfs. Adjust expected output.
11014
11015 2015-07-29 Pedro Alves <palves@redhat.com>
11016
11017 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11018
11019 2015-07-29 Pedro Alves <palves@redhat.com>
11020
11021 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11022
11023 2015-07-29 Pedro Alves <palves@redhat.com>
11024
11025 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11026 gdb_test_stdio.
11027
11028 2015-07-29 Pedro Alves <palves@redhat.com>
11029
11030 * lib/gdb.exp (gdb_test_stdio): New procedure.
11031
11032 2015-07-29 Pedro Alves <palves@redhat.com>
11033
11034 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11035
11036 2015-07-29 Pedro Alves <palves@redhat.com>
11037
11038 * gdb.base/call-signal-resume.exp: Remove check for
11039 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11040 * gdb.base/unwindonsignal.exp: Likewise.
11041 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11042 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11043
11044 2015-07-29 Pedro Alves <palves@redhat.com>
11045
11046 * gdb.base/siginfo-addr.c (pass): New function.
11047 (handler): Call it iff si_addr is correct.
11048 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11049 Set a breakpoint at "pass" and continue to it.
11050
11051 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11052
11053 * gdb.python/py-objfile.exp: Make some tests have unique names.
11054 * gdb.python/py-pp-registration.exp: Likewise.
11055
11056 2015-07-28 Pedro Alves <palves@redhat.com>
11057
11058 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11059
11060 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11061
11062 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11063
11064 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11065
11066 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11067
11068 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11069
11070 * gdb.base/gdb-sigterm-2.exp: New test.
11071
11072 2015-07-25 Doug Evans <xdje42@gmail.com>
11073
11074 Revert:
11075 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11076 (workers/%.worker, build-perf): New rule.
11077 (GDB_PERFTEST_MODE): New variable.
11078 (check-perf): Use it.
11079 (clean): Clean up gdb.perf parallel build subdirs.
11080 * lib/build-piece.exp: New file.
11081 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11082 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11083 name.
11084 (standard_temp_file): Ditto.
11085 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11086 of $GDB_PARALLEL.
11087
11088 2015-07-24 Doug Evans <dje@google.com>
11089
11090 * gdb.perf/lib/perftest/utils.py: New file.
11091 * gdb.perf/gm-hello.cc: New file.
11092 * gdb.perf/gm-pervasive-typedef.cc: New file.
11093 * gdb.perf/gm-pervasive-typedef.h: New file.
11094 * gdb.perf/gm-std.cc: New file.
11095 * gdb.perf/gm-std.h: New file.
11096 * gdb.perf/gm-use-cerr.cc: New file.
11097 * gdb.perf/gm-utils.h: New file.
11098 * gdb.perf/gmonster-null-lookup.py: New file.
11099 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11100 * gdb.perf/gmonster-print-cerr.py: New file.
11101 * gdb.perf/gmonster-ptype-string.py: New file.
11102 * gdb.perf/gmonster-runto-main.py: New file.
11103 * gdb.perf/gmonster-select-file.py: New file.
11104 * gdb.perf/gmonster1-null-lookup.exp: New file.
11105 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11106 * gdb.perf/gmonster1-print-cerr.exp: New file.
11107 * gdb.perf/gmonster1-ptype-string.exp: New file.
11108 * gdb.perf/gmonster1-runto-main.exp: New file.
11109 * gdb.perf/gmonster1-select-file.exp: New file.
11110 * gdb.perf/gmonster1.cc: New file.
11111 * gdb.perf/gmonster1.exp: New file.
11112 * gdb.perf/gmonster2-null-lookup.exp: New file.
11113 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11114 * gdb.perf/gmonster2-print-cerr.exp: New file.
11115 * gdb.perf/gmonster2-ptype-string.exp: New file.
11116 * gdb.perf/gmonster2-runto-main.exp: New file.
11117 * gdb.perf/gmonster2-select-file.exp: New file.
11118 * gdb.perf/gmonster2.cc: New file.
11119 * gdb.perf/gmonster2.exp: New file.
11120
11121 2015-07-24 Doug Evans <dje@google.com>
11122
11123 * gdb.perf/README: New file.
11124 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11125 * lib/gen-perf-test.exp: New file.
11126
11127 2015-07-24 Doug Evans <dje@google.com>
11128
11129 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11130 (PerfTest::startup): New function.
11131 (PerfTest::run): Return result of calling body.
11132 (PerfTest::assemble): Rewrite.
11133 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11134 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11135 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11136 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11137 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11138
11139 2015-07-24 Doug Evans <dje@google.com>
11140
11141 * lib/gdb.exp (clean_restart): Make executable optional.
11142
11143 2015-07-24 Doug Evans <dje@google.com>
11144
11145 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11146 compiler_info references.
11147 * gdb.cp/temargs.exp: Ditto.
11148 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11149 (get_compiler_info): Early exit if already computed. Set compiler_info
11150 to "unknown" if there was a problem.
11151 (test_compiler_info): Add function comment. Call get_compiler_info.
11152
11153 2015-07-24 Doug Evans <dje@google.com>
11154
11155 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11156 (workers/%.worker, build-perf): New rule.
11157 (GDB_PERFTEST_MODE): New variable.
11158 (check-perf): Use it.
11159 (clean): Clean up gdb.perf parallel build subdirs.
11160 * lib/build-piece.exp: New file.
11161 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11162 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11163 name.
11164 (standard_temp_file): Ditto.
11165 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11166 of $GDB_PARALLEL.
11167
11168 2015-07-24 Doug Evans <dje@google.com>
11169
11170 * lib/future.exp (gdb_default_target_compile): New option
11171 "early_flags".
11172 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11173 --as-needed.
11174
11175 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11176
11177 * gdb.base/catch-syscall.exp: Call gdb_exit before
11178 gdb_skip_xml_test.
11179
11180 2015-07-24 Pedro Alves <palves@redhat.com>
11181
11182 * gdb.python/py-events.exp: Accept output between the stop event
11183 and the prompt.
11184 * gdb.python/py-evsignal.exp: Likewise.
11185 * gdb.python/py-evthreads.exp: Likewise.
11186
11187 2015-07-24 Pedro Alves <palves@redhat.com>
11188
11189 PR gdb/18717
11190 * gdb.threads/non-ldr-exit.c: New file.
11191 * gdb.threads/non-ldr-exit.exp: New file.
11192
11193 2015-07-24 Yao Qi <yao.qi@linaro.org>
11194
11195 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11196 restarting process.
11197
11198 2015-07-24 Yao Qi <yao.qi@linaro.org>
11199
11200 * gdb.server/ext-restart.exp: New file.
11201
11202 2015-07-24 Yao Qi <yao.qi@linaro.org>
11203
11204 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11205 argument options.
11206 * gdb.server/ext-wrapper.exp: New file.
11207
11208 2015-07-23 Doug Evans <dje@google.com>
11209
11210 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11211 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11212
11213 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11214
11215 * gdb.ada/var_arr_typedef.exp: New testcase.
11216 * gdb.ada/var_arr_typedef/pack.adb: New file.
11217 * gdb.ada/var_arr_typedef/pack.ads: New file.
11218 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11219
11220 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11221
11222 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11223
11224 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11225
11226 * gdb.arch/i386-biarch-core.exp: Replace istarget
11227 by "complete set gnutarget". Remove expectation for the "core-file"
11228 command.
11229
11230 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11231
11232 Revert the previous commit:
11233 Tests for validate symbol file using build-id.
11234
11235 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11236
11237 Tests for validate symbol file using build-id.
11238 * gdb.base/solib-mismatch-lib.c: New file.
11239 * gdb.base/solib-mismatch-libmod.c: New file.
11240 * gdb.base/solib-mismatch.c: New file.
11241 * gdb.base/solib-mismatch.exp: New file.
11242
11243 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11244
11245 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11246 nios2-*-linux*.
11247 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11248 * gdb.base/siginfo.exp: Likewise.
11249 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11250
11251 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11252
11253 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11254 Move it to ...
11255 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11256 ... here.
11257 * gdb.trace/range-stepping.exp: Check that the target supports
11258 range stepping.
11259
11260 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11261
11262 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11263
11264 2015-07-14 Pedro Alves <palves@redhat.com>
11265
11266 * gdb.base/killed-outside.exp: New file.
11267 * gdb.base/killed-outside.c: New file.
11268
11269 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11270
11271 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11272 (n at main): New.
11273 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11274
11275 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11276
11277 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11278 infcall tests instead of setting up for KFAIL.
11279
11280 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11281
11282 * gdb.btrace/record_goto-step.exp: New.
11283
11284 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11285
11286 PR compile/18484
11287 * gdb.compile/compile.c (struct struct_type): Add volatile to
11288 selffield's type.
11289 * gdb.compile/compile.exp
11290 (compile code struct_object.selffield = &struct_object): Skip further
11291 struct_object tests if this one xfails.
11292
11293 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11294
11295 PR exp/18617
11296 * gdb.trace/ax.exp: Add test.
11297
11298 2015-07-07 Yao Qi <yao.qi@linaro.org>
11299
11300 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11301 instead of istarget "aarch64*-*-*".
11302 * gdb.arch/aarch64-fp.exp: Likewise.
11303 * gdb.base/float.exp: Likewise.
11304 * gdb.reverse/aarch64.exp: Likewise.
11305 * lib/gdb.exp (is_aarch64_target): New proc.
11306
11307 2015-07-07 Yao Qi <yao.qi@linaro.org>
11308
11309 * lib/gdb.exp (is_aarch32_target): New proc.
11310 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11311 instead of "istarget "arm*-*-*"".
11312 * gdb.arch/arm-disp-step.exp: Likewise.
11313 * gdb.arch/thumb-bx-pc.exp: Likewise.
11314 * gdb.arch/thumb-prologue.exp: Likewise.
11315 * gdb.arch/thumb-singlestep.exp: Likewise.
11316 * gdb.base/disp-step-syscall.exp: Likewise.
11317 * gdb.base/float.exp: Likewise.
11318
11319 2015-07-07 Yao Qi <yao.qi@linaro.org>
11320
11321 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11322 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11323
11324 2015-07-07 Yao Qi <yao.qi@linaro.org>
11325
11326 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11327 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11328 if it exists.
11329 * gdb.multi/multi-arch.exp: Likewise.
11330
11331 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11332
11333 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11334 print.
11335
11336 2015-07-07 Yao Qi <yao.qi@linaro.org>
11337
11338 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11339
11340 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11341
11342 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11343 '[' and ']' characters.
11344
11345 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11346
11347 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11348
11349 2015-06-29 Pedro Alves <palves@redhat.com>
11350
11351 PR threads/18127
11352 * gdb.threads/hand-call-new-thread.c: New file.
11353 * gdb.threads/hand-call-new-thread.c: New file.
11354
11355 2015-06-26 Keith Seitz <keiths@redhat.com>
11356 Doug Evans <dje@google.com>
11357
11358 PR 16253
11359 * gdb.cp/var-tag-2.cc: New file.
11360 * gdb.cp/var-tag-3.cc: New file.
11361 * gdb.cp/var-tag-4.cc: New file.
11362 * gdb.cp/var-tag.cc: New file.
11363 * gdb.cp/var-tag.exp: New file.
11364
11365 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11366
11367 * gdb.base/history-duplicates.exp: New test.
11368
11369 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11370
11371 * gdb.base/completion.exp: Test the completion of the "focus"
11372 command.
11373
11374 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11375
11376 * gdb.arch/amd64-prologue-skip.S: New file.
11377 * gdb.arch/amd64-prologue-skip.exp: New file.
11378
11379 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11380
11381 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11382 is_address_zero_readable check.
11383
11384 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11385
11386 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11387 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11388
11389 2015-06-24 Yao Qi <yao.qi@linaro.org>
11390
11391 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11392 linux targets.
11393
11394 2015-06-24 Yao Qi <yao.qi@linaro.org>
11395
11396 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11397 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11398 * gdb.base/siginfo-thread.exp: Likewise.
11399
11400 2015-06-22 Yao Qi <yao.qi@linaro.org>
11401
11402 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11403
11404 2015-06-22 Yao Qi <yao.qi@linaro.org>
11405
11406 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11407 aarch64*-*-*.
11408 (skip_hw_watchpoint_tests): Likewise.
11409
11410 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11411
11412 * gdb.base/gdbinit-history.exp: Test the interaction between
11413 setting GDBHISTSIZE and setting the history size via .gdbinit.
11414
11415 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11416
11417 PR gdb/16999
11418 * gdb.base/gdbhistsize-history.exp: New test.
11419
11420 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11421
11422 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11423 with GDBHISTSIZE.
11424 * gdb.base/readline.exp: Likewise.
11425
11426 2015-06-17 Yao Qi <yao.qi@linaro.org>
11427
11428 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11429 line.
11430
11431 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11432
11433 * gdb.base/gdbinit-history.exp: Add test case to check that
11434 an unlimited history file does not get truncated on exit.
11435
11436 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11437
11438 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11439 (VECTOR): New macro. Use it...
11440 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11441 ...for these typedefs.
11442 (int8, char1, int1, double1): New typedefs.
11443 (struct just_int2, struct two_int2): New structures.
11444 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11445 (add_structvecs, add_singlevecs): New functions.
11446 (main): Call add_some_intvecs twice.
11447 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11448 the compile and exit upon failure. Try compiling for the "native"
11449 architecture. Test inferior function calls with vector arguments
11450 and vector return value handling with "finish" and "return".
11451
11452 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11453
11454 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11455 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11456 PE file.
11457 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11458
11459 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11460
11461 PR breakpoints/16465
11462 * gdb.mi/mi-dprintf-pending.c: New file.
11463 * gdb.mi/mi-dprintf-pending.exp: New test.
11464 * gdb.mi/mi-dprintf-pendshr.c: New file.
11465
11466 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11467 Mircea Gherzan <mircea.gherzan@intel.com>
11468
11469 * gdb.arch/i386-mpx-map.c: New file.
11470 * gdb.arch/i386-mpx-map.exp: New File.
11471
11472 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11473
11474 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11475 * gdb.arch/i386-mpx.exp: Indentation fixed.
11476
11477 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11478
11479 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11480 function and improved indentation.
11481 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11482 gdb_test_multiple. Added additional tests to skip the test.
11483
11484 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11485
11486 * gdb.arch/i386-avx512.c: Change path in include file.
11487 * gdb.arch/i386-avx512.exp: Change include dir path
11488 compilation flag.
11489 * gdb.arch/i386-mpx.c: Change path in include file.
11490 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11491 flag.
11492
11493 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11494
11495 * gdb.compile/compile-print.exp (compile print *vararray@3)
11496 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11497
11498 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11499
11500 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11501 (do not keep jit in memory): ... this.
11502 (expect 5): Change it to ...
11503 (expect no 5): ... this.
11504
11505 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11506
11507 PR gdb/15564
11508 * gdb.mi/mi-detach.exp: New file.
11509
11510 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11511
11512 PR symtab/18392
11513 * gdb.arch/amd64-tailcall-self.S: New file.
11514 * gdb.arch/amd64-tailcall-self.c: New file.
11515 * gdb.arch/amd64-tailcall-self.exp: New file.
11516
11517 2015-05-28 Don Breazeal <donb@codesourcery.com>
11518
11519 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11520 tests for remote targets by checking is_target_gdbserver.
11521
11522 2015-05-27 Doug Evans <dje@google.com>
11523
11524 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11525 * gdb.dwarf2/opaque-type-lookup.c: New file.
11526 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11527
11528 2015-05-26 Doug Evans <dje@google.com>
11529
11530 * gdb.cp/iostream.cc: New file.
11531 * gdb.cp/iostream.exp: New file.
11532
11533 2015-05-26 Doug Evans <dje@google.com>
11534
11535 * gdb.dwarf2/dw2-op-call.exp: Update.
11536 * gdb.dwarf2/dw4-sig-types.exp: Update.
11537 * gdb.dwarf2/implptr.exp: Update.
11538 * gdb.mi/mi-cmd-param-changed.exp: Update.
11539
11540 2015-05-26 Doug Evans <dje@google.com>
11541
11542 * gdb.python/py-lazy-string.c: New file.
11543 * gdb.python/py-lazy-string.exp: New file.
11544 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11545 (main): Update. Add estring3.
11546 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11547 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11548
11549 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11550 Yao Qi <yao.qi@linaro.org>
11551
11552 * gdb.reverse/aarch64.c: New.
11553 * gdb.reverse/aarch64.exp: New.
11554
11555 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11556
11557 * lib/gdb.exp (supports_process_record): Return true for
11558 aarch64*-linux*.
11559 (supports_reverse): Likewise.
11560
11561 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11562
11563 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11564 Use with_test_prefix.
11565
11566 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11567
11568 * gdb.base/completion.exp: Add test for completion of layout
11569 names.
11570
11571 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11572
11573 * lib/gdb.exp (skip_tui_tests): New proc.
11574 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11575
11576 2015-05-19 Pedro Alves <palves@redhat.com>
11577
11578 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11579 Save the whole env array instead of just HOME. Unset HISTSIZE in
11580 the environment while testing. Restore whole environment
11581 afterwards.
11582
11583 2015-05-16 Doug Evans <xdje42@gmail.com>
11584
11585 * gdb.guile/scm-ports.c: New file.
11586 * gdb.guile/scm-ports.exp: Add memory port tests.
11587
11588 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11589
11590 * gdb.compile/compile-print.c: New file.
11591 * gdb.compile/compile-print.exp: New file.
11592
11593 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11594
11595 * gdb.compile/compile-ops.exp: Cast param to void.
11596 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11597 (compile code struct_object.selffield = &struct_object): Add xfail.
11598
11599 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11600
11601 * gdb.ada/arr_enum_with_gap: New testcase.
11602
11603 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11604
11605 * gdb.ada/byte_packed_arr: New testcase.
11606
11607 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11608
11609 * gdb.ada/pckd_neg: New testcase.
11610
11611 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11612
11613 PR gdb/17820
11614 * gdb.base/gdbinit-history.exp: New test.
11615 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11616 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11617
11618 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11619
11620 * gdb.python/py-xmethods.cc: Enhance test case.
11621 * gdb.python/py-xmethods.exp: New tests.
11622 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11623 function.
11624 (B_indexoper): Likewise.
11625 (global_dm_list) : Add new xmethod worker functions.
11626
11627 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11628
11629 * gdb.base/coredump-filter.exp: Correctly unset
11630 "coredump_var_addr" array.
11631
11632 2015-05-08 Pedro Alves <palves@redhat.com>
11633
11634 * gdb.server/non-existing-program.exp: Unset spawn_id.
11635
11636 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11637
11638 PR python/18291
11639 * gdb.python/py-xmethods.exp: Add tests.
11640
11641 2015-05-08 Yao Qi <yao.qi@linaro.org>
11642
11643 PR gdb/18208
11644 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11645 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11646 function set_coredump_filter, and remove remote_exec call.
11647 Remove argument ipid. Callers update.
11648 (top level): Don't get inferior's PID.
11649
11650 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11651
11652 * gdb.base/watch_thread_num.exp: Skip test on targets without
11653 access watchpoints.
11654
11655 2015-05-06 Pedro Alves <palves@redhat.com>
11656
11657 PR server/18081
11658 * gdb.server/non-existing-program.exp: New file.
11659
11660 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11661
11662 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11663
11664 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11665
11666 * gdb.ada/out_of_line_in_inlined: New testcase.
11667
11668 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11669
11670 * gdb.ada/var_rec_arr: New testcase.
11671
11672 2015-04-30 Yao Qi <yao.qi@linaro.org>
11673
11674 * gdb.base/break-idempotent.exp: If
11675 skip_hw_watchpoint_multi_tests returns true, skip the tests
11676 on "rwatch" and "awatch".
11677
11678 2015-04-30 Yao Qi <yao.qi@linaro.org>
11679
11680 * gdb.base/relativedebug.exp: Invoke gdb command
11681 "info sharedlibrary", and if libc.so doesn't have debug info,
11682 skip the test.
11683
11684 2015-04-29 Doug Evans <dje@google.com>
11685
11686 * gdb.python/py-xmethods.exp: Add ptype tests.
11687 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11688 get_result_type method.
11689
11690 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11691
11692 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11693 the target does not support hardware watchpoints.
11694
11695 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11696
11697 * gdb.base/break-always.exp: Abort testing if writing to memory
11698 causes an error.
11699
11700 2015-04-28 Doug Evans <dje@google.com>
11701
11702 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11703 * gdb.python/py-pp-registration.exp: ... here. New file.
11704 * gdb.python/py-pp-registration.c: New file.
11705 * gdb.python/py-pp-registration.py: New file.
11706
11707 2015-04-28 Doug Evans <dje@google.com>
11708
11709 * gdb.python/py-bad-printers.c: New file.
11710 * gdb.python/py-bad-printers.py: New file.
11711 * gdb.python/py-bad-printers.exp: New file.
11712
11713 2015-04-28 Sasha Smundak <asmundak@google.com>
11714
11715 * gdb.python/py-type.exp: New test.
11716
11717 2015-04-28 Andy Wingo <wingo@igalia.com>
11718
11719 * gdb.python/py-parameter.exp:
11720 * gdb.guile/scm-parameter.exp: Escape the path that we are
11721 matching against, as it might contain characters that are special
11722 to regular expressions.
11723
11724 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11725
11726 * gdb.ada/rec_comp: New testcase.
11727
11728 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11729
11730 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11731 before using it.
11732
11733 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11734
11735 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11736 new tests for verilog output.
11737
11738 2015-04-24 Yao Qi <yao.qi@linaro.org>
11739
11740 * boards/remote-gdbserver-on-localhost.exp: New file.
11741
11742 2015-04-23 Pedro Alves <palves@redhat.com>
11743
11744 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11745 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11746 "end of file", remove $inferior_spawn_id from the indirect list.
11747
11748 2015-04-23 Pedro Alves <palves@redhat.com>
11749
11750 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11751
11752 2015-04-23 Pedro Alves <palves@redhat.com>
11753
11754 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11755 on $any_spawn_id instead of only on $gdb_spawn_id.
11756
11757 2015-04-21 Pierre Muller <muller@sourceware.org>
11758
11759 PR pascal/17815
11760 * lib/pascal.exp (gpc_compile): Add new option "class".
11761 (fpc_compile): Likewise.
11762 * gdb.pascal/case-insensitive-symbols.pas: New file.
11763 * gdb.pascal/case-insensitive-symbols.exp: New file.
11764
11765 2015-04-20 Gary Benson <gbenson@redhat.com>
11766
11767 * gdb.base/attach.exp: Fix three extended remote failures.
11768
11769 2015-04-17 Gary Benson <gbenson@redhat.com>
11770
11771 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11772 the main executable over the remote protocol.
11773
11774 2015-04-16 Pedro Alves <palves@redhat.com>
11775
11776 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11777 a new gdbserver if gdbserver_reconnect_p is set.
11778
11779 2015-04-16 Pedro Alves <palves@redhat.com>
11780
11781 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11782 is set, don't exit gdbserver.
11783
11784 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11785
11786 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11787 appropriate .insn, such that an older assembler can be used.
11788 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11789 the z/Architecture instruction set on 31-bit targets as well.
11790
11791 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11792
11793 * gdb.go/handcall.exp: Remove all logic related to the first
11794 breakpoint and rely on go_runto_main instead.
11795 * gdb.go/strings.exp: Likewise.
11796 * gdb.go/unsafe.exp: Likewise.
11797 * gdb.go/hello.exp: Likewise. Also rename the remaining
11798 breakpoint marker to "breakpoint 1".
11799 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11800 * gdb.go/strings.go: Likewise.
11801 * gdb.go/unsafe.go: Likewise.
11802 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11803 "set breakpoint 2 here" and rename the remaining breakpoint marker
11804 to "breakpoint 1".
11805
11806 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11807
11808 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11809 if itertools.imap is not present.
11810 * gdb.python/py-objfile.exp: Add parentheses.
11811 * gdb.python/py-type.exp: Same.
11812 * gdb.python/py-unwind-maint.py: Same.
11813
11814 2015-04-15 Yao Qi <yao.qi@linaro.org>
11815
11816 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11817 of ":$ptr_size" and set its form explicitly.
11818
11819 2015-04-15 Pedro Alves <palves@redhat.com>
11820 Yao Qi <yao.qi@linaro.org>
11821
11822 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11823 timeout by factor of 4.
11824 (test_regular_watch): Likewise.
11825 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11826 * gdb.reverse/sigall-reverse.exp: Likewise.
11827 * gdb.reverse/until-precsave.exp: Likewise.
11828 * lib/gdb.exp (with_timeout_factor): New proc.
11829 (gdb_expect): Move some code to ...
11830 (get_largest_timeout): ... here. New procedure.
11831
11832 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11833
11834 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11835
11836 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11837
11838 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11839 to write to the .text section.
11840
11841 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11842
11843 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11844 Handle the case of targets that do not provide PID information.
11845
11846 2015-04-13 Yao Qi <yao.qi@linaro.org>
11847
11848 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11849 and use expect instead of gdb_expect.
11850
11851 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11852
11853 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11854 "coredump_var_addr" to avoid naming conflict with other testcases.
11855
11856 2015-04-10 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11859 gdb_test_sequence and gdb_assert.
11860
11861 2015-04-10 Pedro Alves <palves@redhat.com>
11862
11863 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11864 test messages that don't include the breakpoint address.
11865
11866 2015-04-10 Yao Qi <yao.qi@linaro.org>
11867
11868 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11869 false for some offset and width combinations which aren't
11870 supported by linux kernel.
11871
11872 2015-04-10 Pedro Alves <palves@redhat.com>
11873
11874 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11875 procedure, factored out from ...
11876 (top level): ... here. Add "set displaced-stepping" testing axis.
11877 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11878 parameter "displaced". Use it.
11879 (top level): Use foreach and add "set displaced-stepping" testing
11880 axis.
11881
11882 2015-04-10 Pedro Alves <palves@redhat.com>
11883
11884 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11885 Remove comment.
11886 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11887 both the address of the instruction that triggers the watchpoint
11888 and the address of the instruction immediately after, and use
11889 those addresses for the test. Fix comment.
11890
11891 2015-04-10 Pedro Alves <palves@redhat.com>
11892
11893 * gdb.base/sigstep.exp (breakpoint_to_handler)
11894 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11895 Test "backtrace" in handler.
11896 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11897 (top level): Add new "displaced" test axis to
11898 breakpoint_to_handler, breakpoint_to_handler_entry and
11899 breakpoint_over_handler.
11900
11901 2015-04-10 Pedro Alves <palves@redhat.com>
11902
11903 PR gdb/18216
11904 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11905
11906 2015-04-10 Yao Qi <yao.qi@linaro.org>
11907
11908 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11909 (test_add_rn_pc): New function.
11910 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11911 (top level): Invoke test_add_rn_pc.
11912
11913 2015-04-10 Pedro Alves <palves@redhat.com>
11914
11915 PR gdb/13858
11916 * gdb.base/step-over-no-symbols.exp: New file.
11917
11918 2015-04-09 Andy Wingo <wingo@igalia.com>
11919
11920 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11921 after the Python tests.
11922
11923 2015-04-08 Keith Seitz <keiths@redhat.com>
11924
11925 PR python/16699
11926 * gdb.python/py-completion.exp: New tests for completion.
11927 * gdb.python/py-completion.py (CompleteLimit1): New class.
11928 (CompleteLimit2): Likewise.
11929 (CompleteLimit3): Likewise.
11930 (CompleteLimit4): Likewise.
11931 (CompleteLimit5): Likewise.
11932 (CompleteLimit6): Likewise.
11933 (CompleteLimit7): Likewise.
11934
11935 2015-04-08 Pedro Alves <palves@redhat.com>
11936
11937 PR gdb/18214
11938 PR gdb/18216
11939 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11940 function.
11941 (main): Install it as SIGUSR1 handler.
11942 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11943 parameter. Always use "setup" as prefix. Toggle "set
11944 displaced-stepping" off/on depending on global. Don't switch to
11945 thread 1 here.
11946 (top level): Add displaced stepping "off/on" test axis. Update
11947 "setup" calls. Wrap each subtest with with_test_prefix. Test
11948 continuing with a queued signal in each thread.
11949
11950 2015-04-08 Pedro Alves <palves@redhat.com>
11951
11952 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11953 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11954 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11955 Return early if running to main fails.
11956 * gdb.trace/while-stepping.exp: Likewise.
11957
11958 2015-04-07 Pedro Alves <palves@redhat.com>
11959
11960 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11961 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11962 interact with inferior program.
11963
11964 2015-04-07 Pedro Alves <palves@redhat.com>
11965
11966 * lib/gdb.exp (inferior_spawn_id): New global.
11967 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11968 spawn id after processing the user code.
11969 (default_gdb_start): Set inferior_spawn_id.
11970 (send_inferior): New procedure.
11971 * lib/gdbserver-support.exp (gdbserver_start): Set
11972 inferior_spawn_id.
11973 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11974
11975 2015-04-07 Pedro Alves <palves@redhat.com>
11976
11977 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11978 * lib/gdbserver-support.exp (gdbserver_start): Make
11979 $server_spawn_id global.
11980 (gdbserver_start): Don't wait for gdbserver's spawn id with
11981 expect_background.
11982 (close_gdbserver): New procedure.
11983 (gdb_exit): Rename the default version and reimplement.
11984
11985 2015-04-07 Pedro Alves <palves@redhat.com>
11986
11987 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11988 append the substituted item, not the original item.
11989
11990 2015-04-07 Pedro Alves <palves@redhat.com>
11991
11992 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11993 gdb_expect.
11994
11995 2015-04-07 Pedro Alves <palves@redhat.com>
11996
11997 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11998 output appearing once only.
11999
12000 2015-04-07 Pedro Alves <palves@redhat.com>
12001
12002 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12003 that doesn't expect anything. Return early if running to main
12004 fails.
12005
12006 2015-04-07 Yao Qi <yao.qi@linaro.org>
12007
12008 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12009 (child_function): Call alarm.
12010 (main): Move call to alarm into the loop.
12011 * gdb.threads/non-stop-fair-events.exp: Build program with
12012 -DTIMEOUT=$timeout.
12013
12014 2015-04-06 Doug Evans <xdje42@gmail.com>
12015
12016 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12017 Fix dest parameter to board_info.
12018 (fpc_compile): Ditto.
12019 (gdb_compile_pascal): Rename dest arg to destfile.
12020
12021 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12022
12023 * gdb.ada/funcall_ref.exp: New file.
12024 * gdb.ada/funcall_ref/foo.adb: New file.
12025
12026 2015-04-02 Yao Qi <yao.qi@linaro.org>
12027
12028 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12029 is remote.
12030
12031 2015-04-02 Gary Benson <gbenson@redhat.com>
12032
12033 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12034
12035 2015-04-01 Sasha Smundak <asmundak@google.com>
12036
12037 * gdb.python/py-unwind-maint.c: New file.
12038 * gdb.python/py-unwind-maint.exp: New test.
12039 * gdb.python/py-unwind-maint.py: New file.
12040 * gdb.python/py-unwind.c: New file.
12041 * gdb.python/py-unwind.exp: New test.
12042 * gdb.python/py-unwind.py: New test.
12043
12044 2015-04-01 Pedro Alves <palves@redhat.com>
12045
12046 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12047 to fail instead of non-existent $test.
12048
12049 2015-04-01 Pedro Alves <palves@redhat.com>
12050
12051 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12052 GDBFLAGS if not empty.
12053
12054 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12055
12056 * gdb.ada/complete.exp: Remove "multi_line".
12057 * gdb.ada/info_exc.exp: Remove "multi_line".
12058 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12059 * gdb.ada/ptype_field.exp: Remove "multi_line".
12060 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12061 * gdb.ada/tagged.exp: Remove "multi_line".
12062 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12063 [multi_line ...]
12064 * gdb.btrace/delta.exp: Likewise.
12065 * gdb.btrace/exception.exp: Likewise.
12066 * gdb.btrace/function_call_history.exp: Likewise.
12067 * gdb.btrace/instruction_history.exp: Likewise.
12068 * gdb.btrace/nohist.exp: Likewise.
12069 * gdb.btrace/record_goto.exp: Likewise.
12070 * gdb.btrace/segv.exp: Likewise.
12071 * gdb.btrace/stepi.exp: Likewise.
12072 * gdb.btrace/tailcall.exp: Likewise.
12073 * gdb.btrace/unknown_functions.exp: Likewise.
12074 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12075 * lib/gdb.exp: Add the "multi_line" helper.
12076
12077 2015-04-01 Pedro Alves <palves@redhat.com>
12078
12079 * gdb.threads/tid-reuse.c: New file.
12080 * gdb.threads/tid-reuse.exp: New file.
12081
12082 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12083
12084 PR corefiles/16092
12085 * gdb.base/coredump-filter.c: New file.
12086 * gdb.base/coredump-filter.exp: Likewise.
12087
12088 2015-03-27 Petr Machata <pmachata@redhat.com>
12089
12090 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12091 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12092 (Dwarf::assemble): Initialize them.
12093 (Dwarf::lines): New function.
12094
12095 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12096
12097 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12098 SYMBOL_PREFIX for x86_64-*-cygwin.
12099
12100 2015-03-26 Andy Wingo <wingo@igalia.com>
12101
12102 PR symtab/18148
12103 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12104 const_value but not a location.
12105 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12106 location defined in non-main CUs are visible.
12107
12108 2015-03-26 Yao Qi <yao.qi@linaro.org>
12109
12110 PR testsuite/18139
12111 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12112 Add a line number entry for the same line.
12113 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12114 Add a line number entry for the same line.
12115
12116 2015-03-26 Yao Qi <yao.qi@linaro.org>
12117
12118 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12119 .int 0.
12120 (func): Likewise. Add .Lfunc_1 label.
12121 Use .Lfunc_1 label.
12122 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12123 .int 0.
12124 (func): Likewise.
12125 Use .Lfunc_1 label.
12126
12127 2015-03-26 Yao Qi <yao.qi@linaro.org>
12128
12129 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12130 Call gdb_compile instead to compile each .s files without debug
12131 information.
12132
12133 2015-03-26 Yao Qi <yao.qi@linaro.org>
12134
12135 * gdb.base/savedregs.exp (process_saved_regs): Make
12136 "Saved registers:" optional in the pattern.
12137
12138 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12139
12140 * gdb.btrace/next.exp: Merged into step.exp.
12141 * gdb.btrace/finish.exp: Merged into step.exp.
12142 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12143 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12144 "record goto" and checking the exact replay position.
12145 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12146 check for "Recording format" in "info record" output.
12147 * gdb.btrace/record_goto.exp: Choose test file based on target.
12148 * gdb.btrace/x86-record_goto.S: Renamed into ...
12149 * gdb.btrace/x86_64-record_goto.S: ... this.
12150 * gdb.btrace/i686-record_goto.S: New.
12151 * gdb.btrace/x86-tailcall.S: Renamed into ...
12152 * gdb.btrace/x86_64-tailcall.S: ... this.
12153 * gdb.btrace/i686-tailcall.S: New.
12154 * gdb.btrace/x86-tailcall.c: Renamed into ...
12155 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12156 separate statements. Update test.
12157 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12158 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12159 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12160 * gdb.btrace/tailcall.exp: Choose test file based on target.
12161 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12162
12163 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12164
12165 * gdb.btrace/exception.exp: Increase BTS buffer size.
12166
12167 2015-03-24 Pedro Alves <palves@redhat.com>
12168
12169 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12170
12171 2015-03-24 Pedro Alves <palves@redhat.com>
12172
12173 * gdb.threads/schedlock.exp (test_step): No longer expect that
12174 "set scheduler-locking step" with "next" over a function call runs
12175 threads unlocked.
12176
12177 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12178
12179 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12180
12181 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12182
12183 PR breakpoints/16466
12184 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12185 * gdb.mi/mi-pending.c (thread_func): New function.
12186 (int main): Add threading support required.
12187 * gdb.mi/mi-pending.exp: Add tests for this issue.
12188 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12189 (pendfunc2): Remove stdio dependency.
12190 * gdb.mi/mi-pendshr2.c: New file.
12191
12192 2015-03-23 Keith Seitz <keiths@redhat.com>
12193
12194 * gdb.linespec/keywords.c: New file.
12195 * gdb.linespec/keywords.exp: New file.
12196
12197 2015-03-23 Keith Seitz <keiths@redhat.com>
12198
12199 PR gdb/18021
12200 * gdb.dwarf2/staticvirtual.exp: New test.
12201
12202 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12203
12204 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12205 * README: Remove HP-UX and gdb.hp.
12206 (configuration):
12207 * configure: Regenerate.
12208 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12209 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12210 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12211 gdb.hp/gdb.defects/Makefile.
12212 * gdb.hp/Makefile.in: File deleted.
12213 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12214 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12215 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12216 * gdb.hp/gdb.aCC/run.c: File deleted.
12217 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12218 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12219 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12220 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12221 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12222 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12223 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12224 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12225 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12226 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12227 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12228 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12229 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12230 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12231 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12232 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12233 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12234 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12235 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12236 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12237 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12238 * gdb.hp/gdb.compat/average.c: File deleted.
12239 * gdb.hp/gdb.compat/sum.c: File deleted.
12240 * gdb.hp/gdb.compat/xdb.c: File deleted.
12241 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12242 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12243 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12244 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12245 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12246 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12247 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12248 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12249 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12250 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12251 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12252 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12253 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12254 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12255 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12256 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12257 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12258 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12259 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12260 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12261 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12262 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12263 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12264 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12265 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12266 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12267 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12268 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12269 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12270 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12271 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12272 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12273 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12274 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12275 * gdb.hp/tools/odump: File deleted.
12276
12277 2015-03-19 Pedro Alves <palves@redhat.com>
12278
12279 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12280 (saw_thread_3): New globals.
12281 (top level): Increment them when an event for the corresponding
12282 thread is seen.
12283 (no thread starvation): New test.
12284
12285 2015-03-19 Pedro Alves <palves@redhat.com>
12286
12287 * gdb.threads/continue-pending-status.c: New file.
12288 * gdb.threads/continue-pending-status.exp: New file.
12289
12290 2015-03-18 Pedro Alves <palves@redhat.com>
12291
12292 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12293 Use gdb_is_target_remote instead of is_remote. Use
12294 gdb_test_multiple instead of gdb_expect. Exit early if
12295 gdb_test_multiple hits its internal matches. Tighten stepi tests
12296 expected output. Fail on exit with any signal, instead of just
12297 SIGILL.
12298
12299 2015-03-18 Yao Qi <yao.qi@linaro.org>
12300
12301 PR tdep/18107
12302 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12303 variable.
12304 * gdb.base/catch-syscall.exp: Don't skip it on
12305 aarch64*-*-linux* target. Remove elements in all_syscalls.
12306 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12307 target.
12308 (setup_all_syscalls): New proc.
12309
12310 2015-03-16 Yao Qi <yao.qi@linaro.org>
12311
12312 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12313 (top level): Skip tests if valid_addr_p returns false for
12314 $cmd1 or $cmd2.
12315
12316 2015-03-11 Andy Wingo <wingo@igalia.com>
12317
12318 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12319
12320 2015-03-11 Yao Qi <yao.qi@linaro.org>
12321
12322 * gdb.base/catch-syscall.exp: Fix typo in comments.
12323
12324 2015-03-11 Yao Qi <yao.qi@linaro.org>
12325
12326 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12327
12328 2015-03-09 Pedro Alves <palves@redhat.com>
12329
12330 * dg-extract-results.py: Delete.
12331
12332 2015-03-09 Pedro Alves <palves@redhat.com>
12333
12334 Merge dg-extract-results.sh from GCC upstream (r218843).
12335
12336 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12337 * dg-extract-results.sh: Use --text with grep to avoid issues with
12338 binary files. Fall back to cat -v, if that doesn't work.
12339
12340 2015-03-05 Pedro Alves <palves@redhat.com>
12341
12342 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12343
12344 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12345
12346 * lib/mi-support.exp (mi_expect_interrupt): Accept
12347 alternative event for when in all-stop mode.
12348
12349 2015-03-04 Pedro Alves <palves@redhat.com>
12350
12351 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12352
12353 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12354
12355 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12356
12357 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12358
12359 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12360 regexps for GDB's current line display, accept a hex address
12361 preceding the line number.
12362
12363 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12364
12365 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12366 the 'arch1' variable for "s390*-linux*" targets.
12367
12368 2015-03-04 Pedro Alves <palves@redhat.com>
12369
12370 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12371 (main): Pass missing retval argument to pthread_join call.
12372
12373 2015-03-02 Pedro Alves <palves@redhat.com>
12374
12375 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12376 (top level): Call do_test with non-stop as well.
12377
12378 2015-03-02 Pedro Alves <palves@redhat.com>
12379
12380 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12381 -1.
12382
12383 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12384
12385 * gdb.arch/s390-vregs.exp: New test.
12386 * gdb.arch/s390-vregs.S: New file.
12387
12388 2015-02-27 Pedro Alves <palves@redhat.com>
12389
12390 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12391 call to catch_command_errors.
12392 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12393 catch_command_errors.
12394
12395 2015-02-27 Pedro Alves <palves@redhat.com>
12396
12397 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12398 "true" for boolean result.
12399 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12400 prototype of main.
12401
12402 2015-02-27 Pedro Alves <palves@redhat.com>
12403
12404 * lib/unbuffer_output.c: New file.
12405 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12406 (main): Call gdb_unbuffer_output.
12407
12408 2015-02-27 Yao Qi <yao.qi@linaro.org>
12409
12410 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12411 target.
12412
12413 2015-02-26 Doug Evans <dje@google.com>
12414
12415 * gdb.cp/class2.cc (Dbase, D): New classes.
12416 (main): New local delta.
12417 * gdb.cp/class2.exp: Test printing delta.
12418 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12419 (dynbar): New global.
12420 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12421
12422 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12423
12424 * gdb.compile/compile-ifunc.c: New file.
12425 * gdb.compile/compile-ifunc.exp: New file.
12426
12427 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12428
12429 * gdb.base/structs.exp: Check for correct struct on finish.
12430
12431 2015-02-26 Yao Qi <yao.qi@linaro.org>
12432
12433 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12434 is zero.
12435
12436 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12437
12438 * gdb.arch/cordic.ko.bz2: New file.
12439 * gdb.arch/cordic.ko.debug.bz2: New file.
12440 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12441
12442 2015-02-25 Yao Qi <yao.qi@linaro.org>
12443
12444 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12445 aarch64*-*-* target.
12446
12447 2015-02-23 Pedro Alves <palves@redhat.com>
12448
12449 * lib/gdb.exp (delete_breakpoints): Rewrite using
12450 gdb_test_multiple.
12451
12452 2015-02-23 Pedro Alves <palves@redhat.com>
12453
12454 * gdb.base/info-os.c: Include stdlib.h.
12455
12456 2015-02-22 Doug Evans <xdje42@gmail.com>
12457
12458 PR symtab/17855
12459 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12460 is read after symbols have been re-read.
12461 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12462 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12463
12464 2015-02-21 Doug Evans <dje@google.com>
12465
12466 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12467
12468 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12469
12470 PR corefiles/17808
12471 * gdb.arch/i386-biarch-core.core.bz2: New file.
12472 * gdb.arch/i386-biarch-core.exp: New file.
12473
12474 2015-02-21 Pedro Alves <palves@redhat.com>
12475
12476 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12477 runto_main fails.
12478
12479 2015-02-20 Pedro Alves <palves@redhat.com>
12480
12481 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12482 info probes.
12483
12484 2015-02-20 Pedro Alves <palves@redhat.com>
12485
12486 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12487
12488 2015-02-20 Pedro Alves <palves@redhat.com>
12489
12490 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12491 clean_restart before gdb_target_supports_trace.
12492
12493 2015-02-20 Pedro Alves <palves@redhat.com>
12494
12495 PR threads/18006
12496 * gdb.threads/clone-thread_db.c: New file.
12497 * gdb.threads/clone-thread_db.exp: New file.
12498
12499 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12500
12501 PR breakpoints/16812
12502 * gdb.base/catch-gdb-caused-signals.c: New file.
12503 * gdb.base/catch-gdb-caused-signals.exp: New file.
12504
12505 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12506
12507 * configure: Regenerated.
12508 * configure.ac: Use GDB_AC_TRANSFORM.
12509 * aclocal.m4: sinclude ../transform.m4.
12510
12511 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12512
12513 * lib/dtrace.exp: New file.
12514 * gdb.base/dtrace-probe.exp: Likewise.
12515 * gdb.base/dtrace-probe.d: Likewise.
12516 * gdb.base/dtrace-probe.c: Likewise.
12517 * lib/pdtrace.in: Likewise.
12518 * configure.ac: Output variables with the transformed names of
12519 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12520 * configure: Regenerated.
12521
12522 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12523
12524 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12525 expected message when trying to access $_probe_* convenience
12526 variables while not on a probe.
12527
12528 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12529
12530 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12531
12532 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12533
12534 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12535 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12536
12537 2015-02-10 Doug Evans <xdje42@gmail.com>
12538
12539 * lib/gdb.exp (gdb_load): Always return a result.
12540
12541 2015-02-10 Pedro Alves <palves@redhat.com>
12542
12543 * gdb.threads/signal-sigtrap.c: New file.
12544 * gdb.threads/signal-sigtrap.exp: New file.
12545
12546 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12547
12548 * gdb.trace/no-attach-trace.c: New file.
12549 * gdb.trace/no-attach-trace.exp: New file.
12550
12551 2015-02-09 Mark Wielaard <mjw@redhat.com>
12552
12553 * gdb.dwarf2/atomic.c: New file.
12554 * gdb.dwarf2/atomic-type.exp: Likewise.
12555
12556 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12557
12558 * gdb.btrace/buffer-size.exp: Update "info record" output.
12559 * gdb.btrace/delta.exp: Update "info record" output.
12560 * gdb.btrace/enable.exp: Update "info record" output.
12561 * gdb.btrace/finish.exp: Update "info record" output.
12562 * gdb.btrace/instruction_history.exp: Update "info record" output.
12563 * gdb.btrace/next.exp: Update "info record" output.
12564 * gdb.btrace/nexti.exp: Update "info record" output.
12565 * gdb.btrace/step.exp: Update "info record" output.
12566 * gdb.btrace/stepi.exp: Update "info record" output.
12567 * gdb.btrace/nohist.exp: Update "info record" output.
12568
12569 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12570
12571 * gdb.btrace/buffer-size: New.
12572
12573 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12574
12575 * gdb.btrace/delta.exp: Update "info record" output.
12576 * gdb.btrace/enable.exp: Update "info record" output.
12577 * gdb.btrace/finish.exp: Update "info record" output.
12578 * gdb.btrace/instruction_history.exp: Update "info record" output.
12579 * gdb.btrace/next.exp: Update "info record" output.
12580 * gdb.btrace/nexti.exp: Update "info record" output.
12581 * gdb.btrace/step.exp: Update "info record" output.
12582 * gdb.btrace/stepi.exp: Update "info record" output.
12583 * gdb.btrace/nohist.exp: Update "info record" output.
12584
12585 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12586
12587 PR gdb/15678
12588 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12589
12590 2015-02-06 Pedro Alves <palves@redhat.com>
12591
12592 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12593 macro.
12594 (seconds_left, again): New globals.
12595 (main): Wait seconds_left in a 1-second sleep loop instead of
12596 sleeping 180 seconds. If 'again' is set, reset the seconds
12597 counter.
12598 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12599 'again' in the inferior before detaching. Print the seconds left.
12600 (options): New global.
12601 (top level): Build program with -DTIMEOUT=$timeout.
12602
12603 2015-02-06 Pedro Alves <palves@redhat.com>
12604
12605 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12606 determine how many seconds to pass to 'alarm'.
12607 * gdb.base/gdb-sigterm.exp (top level): Build program with
12608 -DTIMEOUT=$timeout.
12609 (do_test): Return success/failure indication. Add more verbose
12610 logging. Don't fail if 200 single steps are seen. Instead, fail
12611 when the test times out.
12612 (passes): New global.
12613 (top level): Break the testing loop if testing fails on any
12614 iteration. Use gdb_assert.
12615
12616 2015-02-04 Don Breazeal <donb@codesourcery.com>
12617
12618 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12619 and initialize them.
12620 (ipc_cleanup): New function.
12621 (main): Don't declare shmid, semid, and msqid. Add a call to
12622 atexit so that we call ipc_cleanup on exit.
12623
12624 2015-02-04 Pedro Alves <palves@redhat.com>
12625
12626 * boards/native-extended-gdbserver.exp: Remove any target variant
12627 specifications from the board name before clearing the isremote
12628 flag from board_info.
12629
12630 2015-01-31 Doug Evans <xdje42@gmail.com>
12631
12632 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12633
12634 2015-01-31 Gary Benson <gbenson@redhat.com>
12635
12636 * gdb.base/completion.exp: Disable completion limiting for
12637 existing tests. Add new tests to check completion limiting.
12638 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12639
12640 2015-01-31 Doug Evans <xdje42@gmail.com>
12641
12642 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12643
12644 2015-01-31 Doug Evans <xdje42@gmail.com>
12645
12646 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12647 entries. Duplicate file section script entries.
12648 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12649 inlined entries. Add test for safe-path rejection.
12650 * gdb.python/py-section-script.c: Add duplicate inlined section script
12651 entries. Duplicate file section script entries.
12652 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12653 inlined entries. Add test for safe-path rejection.
12654
12655 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12656
12657 * gdb.ada/disc_arr_bound: New testcase.
12658
12659 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12660
12661 * gdb.ada/mi_var_array: New testcase.
12662
12663 2015-01-27 Doug Evans <dje@google.com>
12664
12665 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12666 Add test for objfile.filename, objfile.username after objfile
12667 has been unloaded.
12668
12669 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12670
12671 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12672 the second test to print the name attribute of value
12673 returned by the call to gdb.lookup_type, and adjust
12674 the expected output accordingly.
12675
12676 2015-01-25 Mark Wielaard <mjw@redhat.com>
12677
12678 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12679 * gdb.base/disp-step-fork.c: Include unistd.h.
12680 * gdb.base/siginfo-obj.c: Include stdio.h.
12681 * gdb.base/siginfo-thread.c: Likewise.
12682 * gdb.mi/non-stop.c: Include unistd.h.
12683 * gdb.mi/nsthrexec.c: Include stdio.h.
12684 * gdb.mi/pthreads.c: Include unistd.h.
12685 * gdb.modula2/unbounded1.c (main): Declare returns int.
12686 * gdb.reverse/consecutive-reverse.c: Likewise.
12687 * gdb.threads/create-fail.c: Include unistd.h.
12688 * gdb.threads/killed.c: Likewise.
12689 * gdb.threads/linux-dp.c: Likewise.
12690 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12691 * gdb.threads/non-ldr-exc-2.c: Likewise.
12692 * gdb.threads/non-ldr-exc-3.c: Likewise.
12693 * gdb.threads/non-ldr-exc-4.c: Likewise.
12694 * gdb.threads/pthreads.c: Include unistd.h.
12695 (main): Declare returns int.
12696 * gdb.threads/tls-main.c (foo): New declaration.
12697 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12698
12699 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12700
12701 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12702 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12703
12704 2015-01-15 Mark Wielaard <mjw@redhat.com>
12705
12706 * gdb.base/noreturn-return.c: New file.
12707 * gdb.base/noreturn-return.exp: New file.
12708 * gdb.base/noreturn-finish.c: New file.
12709 * gdb.base/noreturn-finish.exp: New file.
12710
12711 2015-01-23 Pedro Alves <palves@redhat.com>
12712
12713 * gdb.threads/continue-pending-after-query.c: New file.
12714 * gdb.threads/continue-pending-after-query.exp: New file.
12715
12716 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12717 Simon Marchi <simon.marchi@ericsson.com>
12718
12719 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12720 * gdb.base/valgrind-db-attach.exp: Same.
12721 * gdb.base/valgrind-infcall.exp: Same.
12722 * lib/mi-support.exp (default_mi_gdb_start): Same.
12723 * lib/prompt.exp (default_prompt_gdb_start): Same.
12724 * lib/gdb.exp (default_gdb_spawn): Same.
12725 (gdb_interact): New.
12726
12727
12728 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12729
12730 * gdb.compile/compile.exp (pointer to jit function): New test.
12731
12732 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12733
12734 * lib/gdb.exp (supports_process_record): Return true for
12735 powerpc*-*-linux*.
12736 (supports_reverse): Likewise.
12737
12738 2015-01-15 Don Breazeal <donb@codesourcery.com>
12739
12740 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12741 instead of checking whether the target board is remote and
12742 use spawn_wait_for_attach instead of exec/sleep.
12743 * gdb.base/attach-twice.exp: Likewise.
12744
12745 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12746
12747 * gdb.ada/var_arr_attrs: New testcase.
12748
12749 2015-01-14 Pedro Alves <palves@redhat.com>
12750 Joel Brobecker <brobecker@adacore.com>
12751
12752 PR gdb/17525
12753 * gdb.base/bp-cmds-execution-x-script.c: New file.
12754 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12755 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12756
12757 2015-01-14 Pedro Alves <palves@redhat.com>
12758
12759 PR cli/17828
12760 * gdb.base/batch-preserve-term-settings.c: New file.
12761 * gdb.base/batch-preserve-term-settings.exp: New file.
12762
12763 2015-01-13 Doug Evans <dje@google.com>
12764
12765 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12766 binary.
12767
12768 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12769
12770 * Makefile.in (clean mostlyclean): Do not delete *.py.
12771
12772 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12773
12774 * gdb.python/py-lookup-type.exp: New file.
12775
12776 2015-01-12 Pedro Alves <palves@redhat.com>
12777
12778 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12779 restore GDBFLAGS before returning.
12780
12781 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12782
12783 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12784 is_amd64_regs_target and is_x86_like_target.
12785
12786 2015-01-11 Doug Evans <xdje42@gmail.com>
12787
12788 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12789 is given without an explicit form.
12790 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12791 attributes.
12792 * gdb.dwarf/corrupt.exp: Ditto.
12793 * gdb.dwarf2/enum-type.exp: Ditto.
12794 * gdb.trace/entry-values.exp: Ditto.
12795 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12796
12797 2015-01-11 Doug Evans <xdje42@gmail.com>
12798
12799 PR gdb/15830
12800 * gdb.base/maint.exp: Remove references to "maint demangle".
12801 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12802 Add tests for explicitly specifying language to demangle.
12803 * gdb.dlang/demangle.exp: Ditto.
12804
12805 2015-01-09 Pedro Alves <palves@redhat.com>
12806
12807 * gdb.threads/non-stop-fair-events.c: New file.
12808 * gdb.threads/non-stop-fair-events.exp: New file.
12809
12810 2015-01-09 Pedro Alves <palves@redhat.com>
12811
12812 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12813 the global scope. Set a breakpoint after all threads are started
12814 rather than stepping over two source lines. Expect the prompt.
12815 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12816 global.
12817 (NUM): Now 15.
12818 (main): Use threads_started_barrier to wait for all threads to
12819 start. Main thread no longer calls thread_function. Exit after
12820 180 seconds.
12821 (loop): New function.
12822 (thread_function): Wait on threads_started_barrier barrier. Call
12823 'loop' at each iteration.
12824 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12825 threads have started, instead of hardcoding number of "next"
12826 steps. Use an access watchpoint instead of a write watchpoint.
12827
12828 2015-01-09 Pedro Alves <palves@redhat.com>
12829
12830 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12831 (thread_func): Wait on barrier.
12832 (main): Wait for all threads to start before stopping GDB.
12833 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12834 global.
12835 (thread1_func, thread2_func): Wait on barrier.
12836 (main): Wait for all threads to start before stopping GDB.
12837 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12838 New global.
12839 (thread1_func, thread2_func): Wait on barrier.
12840 (main): Wait for all threads to start before stopping GDB.
12841
12842 2015-01-09 Pedro Alves <palves@redhat.com>
12843
12844 * gdb.threads/attach-many-short-lived-threads.c: New file.
12845 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12846
12847 2014-01-09 Pedro Alves <palves@redhat.com>
12848
12849 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12850 instead of to thread 2.
12851 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12852 Add barrier around each pthread_create call instead of around all
12853 calls.
12854 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12855 Set a break on thread_function and have the child threads hit it
12856 one at at a time.
12857
12858 2015-01-09 Pedro Alves <palves@redhat.com>
12859
12860 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12861 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12862 false.
12863 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12864 checking whether the target board is remote.
12865 * gdb.multi/multi-attach.exp: Likewise.
12866 * gdb.python/py-sync-interp.exp: Likewise.
12867 * gdb.server/ext-attach.exp: Likewise.
12868 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12869 tests that need to attach, instead of checking whether the target
12870 board is remote at the top of the file.
12871
12872 2015-01-08 Yao Qi <yao@codesourcery.com>
12873
12874 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12875
12876 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12877
12878 Fix testcase compilation.
12879 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12880
12881 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12882
12883 * gdb.python/py-type.exp: Add a couple test about empty
12884 array creation, and negative-length array creation.
12885
12886 2015-01-02 Doug Evans <xdje42@gmail.com>
12887
12888 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12889
12890 2015-01-02 Doug Evans <dje@google.com>
12891
12892 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12893
12894 2014-12-29 Yao Qi <yao@codesourcery.com>
12895
12896 * gdb.trace/entry-values.exp: Update comments. Rename variable
12897 bar_call_foo to returned_from_foo.
12898
12899 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12900
12901 PR gdb/17394
12902 * gdb.linespec/break-asm-file.c: New file.
12903 * gdb.linespec/break-asm-file.exp: New file.
12904 * gdb.linespec/break-asm-file0.s: New file.
12905 * gdb.linespec/break-asm-file1.s: New file.
12906
12907 2014-12-18 Nigel Stephens <nigel@mips.com>
12908 Maciej W. Rozycki <macro@codesourcery.com>
12909
12910 * gdb.base/float.exp: Handle the new output from "info float" on
12911 MIPS targets.
12912
12913 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12914
12915 Fix MinGW compilation.
12916 * gdb.compile/compile-ops.exp: Update untested message if
12917 !skip_compile_feature_tests.
12918 * gdb.compile/compile-setjmp.exp: Likewise.
12919 * gdb.compile/compile-tls.exp: Likewise.
12920 * gdb.compile/compile.exp: Likewise.
12921 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12922 supported on this host".
12923
12924 2014-12-16 Doug Evans <xdje42@gmail.com>
12925
12926 * boards/stabs.exp: New file.
12927
12928 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12929
12930 * gdb.base/completion.exp: Adjust to format changes of "maint
12931 print user-registers".
12932
12933 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12934
12935 PR server/17457
12936 * gdb.arch/aarch64-fp.c: New file.
12937 * gdb.arch/aarch64-fp.exp: New file.
12938
12939 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12940
12941 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12942 r210637, r210913, r211666, r215400, r215817).
12943
12944 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12945 * dg-extract-results.py: New file.
12946 * dg-extract-results.sh: Use it if the environment seems
12947 suitable.
12948
12949 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12950
12951 * dg-extract-results.py (parse_run): Handle warnings that
12952 are printed before a test harness is run.
12953
12954 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12955
12956 * dg-extract-results.py (Named): Remove __cmp__ method.
12957 (output_variation): Use a key to sort variation.harnesses.
12958
12959 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12960
12961 * dg-extract-results.py: For Python 3, force sys.stdout to
12962 handle surrogate escape sequences.
12963 (safe_open): New function.
12964 (output_segment, main): Use it.
12965
12966 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12967
12968 * dg-extract-results.py (Prog.result_re): Include options
12969 in test name.
12970
12971 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12972
12973 * dg-extract-results.py (output_variation): Always sort if
12974 do_sum.
12975
12976 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12977
12978 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12979 as long as we get pagination notifications.
12980
12981 2014-12-15 Jason Merrill <jason@redhat.com>
12982
12983 * Makefile.in (check-gdb.%): Restore.
12984 * README: Mention it.
12985
12986 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12987
12988 * gdb.ada/str_uninit: New testcase.
12989
12990 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12991
12992 PR symtab/17642
12993 * gdb.base/vla-stub-define.c: New file.
12994 * gdb.base/vla-stub.c: New file.
12995 * gdb.base/vla-stub.exp: New file.
12996
12997 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12998 Jan Kratochvil <jan.kratochvil@redhat.com>
12999 Tom Tromey <tromey@redhat.com>
13000
13001 * configure.ac: Add gdb.compile/.
13002 * configure: Regenerate.
13003 * gdb.compile/Makefile.in: New file.
13004 * gdb.compile/compile-ops.exp: New file.
13005 * gdb.compile/compile-ops.c: New file.
13006 * gdb.compile/compile-tls.c: New file.
13007 * gdb.compile/compile-tls.exp: New file.
13008 * gdb.compile/compile-constvar.S: New file.
13009 * gdb.compile/compile-constvar.c: New file.
13010 * gdb.compile/compile-mod.c: New file.
13011 * gdb.compile/compile-nodebug.c: New file.
13012 * gdb.compile/compile-setjmp-mod.c: New file.
13013 * gdb.compile/compile-setjmp.c: New file.
13014 * gdb.compile/compile-setjmp.exp: New file.
13015 * gdb.compile/compile-shlib.c: New file.
13016 * gdb.compile/compile.c: New file.
13017 * gdb.compile/compile.exp: New file.
13018 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13019
13020 2014-12-12 Tom Tromey <tromey@redhat.com>
13021
13022 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13023 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13024
13025 2014-12-12 Doug Evans <dje@google.com>
13026
13027 * lib/gdb-python.exp (get_python_valueof): New function.
13028 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13029
13030 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13031
13032 * gdb.base/completion.exp: Add test for completion of "info
13033 registers ".
13034
13035 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13036
13037 * gdb.base/func-ptrs.c: New file.
13038 * gdb.base/func-ptrs.exp: New file.
13039
13040 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13041
13042 PR breakpoints/17012
13043 * gdb.base/dprintf-detach.c: New file.
13044 * gdb.base/dprintf-detach.exp: New file.
13045
13046 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13047
13048 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13049 * lib/gdb.exp (target_is_gdbserver): New procedure.
13050
13051 2014-12-08 Doug Evans <dje@google.com>
13052
13053 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13054
13055 2014-12-05 Yao Qi <yao@codesourcery.com>
13056
13057 * gdb.guile/scm-error.exp: Remove the third argument to
13058 gdb_remote_download.
13059 * gdb.guile/scm-frame-args.exp: Likewise.
13060 * gdb.guile/scm-section-script.exp: Likewise.
13061
13062 2014-12-05 Yao Qi <yao@codesourcery.com>
13063
13064 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13065
13066 2014-12-04 Doug Evans <dje@google.com>
13067
13068 * gdb.python/py-objfile.exp: Add tests for
13069 objfile.add_separate_debug_file.
13070
13071 2014-12-04 Doug Evans <dje@google.com>
13072
13073 * lib/gdb.exp (get_build_id): New function.
13074 (build_id_debug_filename_get): Rewrite to use it.
13075 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13076
13077 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13078
13079 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13080 `method(long)', not just 0x0.
13081 * gdb.cp/nsalias.exp: Align code labels to 4.
13082 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13083 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13084 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13085 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13086 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13087 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13088
13089 2014-12-02 Doug Evans <dje@google.com>
13090
13091 PR symtab/17602
13092 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13093 * gdb.cp/anon-ns2.cc: ... here. New file.
13094 * gdb.cp/anon-ns.exp: Update.
13095
13096 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13097
13098 * gdb.python/py-events.py (inferior_call_handler): New.
13099 (register_changed_handler, memory_changed_handler): New.
13100 (test_events.invoke): Register new handlers.
13101 * gdb.python/py-events.exp: Add tests for inferior call,
13102 memory_changed and register_changed events.
13103
13104 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13105
13106 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13107 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13108 if the linker doesn't understand this.
13109
13110 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13111
13112 * gdb.python/python.exp: Change expected reply to help().
13113
13114 2014-12-01 Yao Qi <yao@codesourcery.com>
13115
13116 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13117 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13118 * configure: Re-generated.
13119
13120 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13121
13122 * gdb.cp/chained-calls.cc: New file.
13123 * gdb.cp/chained-calls.exp: New file.
13124 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13125
13126 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13127
13128 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13129 * gdb.dwarf2/symtab-producer.exp: Same.
13130 * gdb.gdb/python-interrupts.exp: Same.
13131 * gdb.gdb/python-selftest.exp: Same.
13132 * gdb.python/py-linetable.exp: Same.
13133 * gdb.python/py-type.exp: Same.
13134 * gdb.python/py-value-cc.exp: Same.
13135 * gdb.python/py-value.exp: Same.
13136
13137 2014-11-28 Yao Qi <yao@codesourcery.com>
13138
13139 * gdb.base/break-probes.exp: Match library name prefixed with
13140 sysroot.
13141
13142 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13143
13144 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13145 test expected output. Add parentheses for the call to print.
13146 Remove L suffix from integers.
13147
13148 2014-11-26 Doug Evans <dje@google.com>
13149
13150 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13151
13152 2014-11-22 Yao Qi <yao@codesourcery.com>
13153
13154 * gdb.trace/entry-values.c: Remove asms.
13155 (foo): Add foo_label.
13156 (bar): Add bar_label.
13157 * gdb.trace/entry-values.exp: Remove code computing foo's
13158 length and bar's length.
13159 (Dwarf::assemble): Invoke function_range for bar and use
13160 MACRO_AT_func for foo.
13161
13162 2014-11-22 Yao Qi <yao@codesourcery.com>
13163
13164 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13165 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13166 Use .Lgcc43_procstart instead of gcc43.
13167
13168 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13169
13170 * gdb.ada/n_arr_bound: New testcase.
13171
13172 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13173
13174 PR breakpoints/10737
13175 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13176 test_catch_syscall_multi_arch.
13177 (test_catch_syscall_multi_arch): New function.
13178
13179 2014-11-20 Doug Evans <xdje42@gmail.com>
13180
13181 * gdb.base/maint.exp: Update expected output.
13182
13183 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13184
13185 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13186 4-byte instruction on S390.
13187
13188 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13189
13190 * gdb.ada/arr_arr: New testcase.
13191
13192 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13193
13194 * gdb.ada/pkd_arr_elem: New Testcase.
13195
13196 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13197
13198 * gdb.reverse/break-precsave: Expect completion message for
13199 core file reads.
13200 * gdb.reverse/consecutive-precsave.exp: Likewise.
13201 * gdb.reverse/finish-precsave.exp: Likewise.
13202 * gdb.reverse/i386-precsave.exp: Likewise.
13203 * gdb.reverse/machinestate-precsave.exp: Likewise.
13204 * gdb.reverse/sigall-precsave.exp: Likewise.
13205 * gdb.reverse/solib-precsave.exp: Likewise.
13206 * gdb.reverse/step-precsave.exp: Likewise.
13207 * gdb.reverse/until-precsave.exp: Likewise.
13208 * gdb.reverse/watch-precsave.exp: Likewise.
13209
13210 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13211
13212 * gdb.base/bp-permanent.c: Include unistd.h.
13213 * gdb.python/py-framefilter-mi.c (main): Add return type.
13214 * gdb.python/py-framefilter.c (main): Likewise.
13215 * gdb.trace/actions-changed.c (main): Likewise.
13216
13217 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13218
13219 * gdb.mi/until.c: Add eye-catchers.
13220 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13221 line numbers.
13222
13223 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13224
13225 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13226 function header variants in break1.c.
13227 * gdb.base/ena-dis-br.exp: Likewise.
13228 * gdb.base/hbreak2.exp: Likewise.
13229 * gdb.reverse/until-precsave.exp: Drop references to removed
13230 non-prototype function header variants in ur1.c.
13231 * gdb.reverse/until-reverse.exp: Likewise.
13232
13233 2014-11-17 Petr Machata <pmachata@redhat.com>
13234
13235 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13236 ${_cu_offset_size} bytes abbrev offset.
13237
13238 2014-11-15 Doug Evans <xdje42@gmail.com>
13239
13240 PR symtab/17559
13241 * gdb.base/line-symtabs.exp: New file.
13242 * gdb.base/line-symtabs.c: New file.
13243 * gdb.base/line-symtabs.h: New file.
13244
13245 2014-11-14 Yao Qi <yao@codesourcery.com>
13246
13247 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13248 (func): Add label func_label.
13249 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13250 Replace low_pc and high_pc with MACRO_AT_range.
13251 Replace name, low_pc and high_pc with MACRO_AT_func.
13252
13253 2014-11-14 Yao Qi <yao@codesourcery.com>
13254
13255 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13256 Replace name, low_pc and high_pc with MACRO_AT_func.
13257
13258 2014-11-14 Yao Qi <yao@codesourcery.com>
13259
13260 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13261 produce debug information.
13262 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13263
13264 2014-11-14 Yao Qi <yao@codesourcery.com>
13265
13266 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13267 object and get function length.
13268 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13269 with MACRO_AT_func.
13270 (top-level): Replace gdb_compile and clean_restart with
13271 prepare_for_testing.
13272 * gdb.dwarf2/main.c (main): Add label main_label.
13273
13274 2014-11-14 Yao Qi <yao@codesourcery.com>
13275
13276 * lib/dwarf.exp (function_range): New procedure.
13277 (Dwarf::_handle_macro_at_func): New procedure.
13278 (Dwarf::_handle_macro_at_range): New procedure.
13279 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13280
13281 2014-11-14 Yao Qi <yao@codesourcery.com>
13282
13283 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13284 (_handle_attribute): New procedure.
13285
13286 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13287
13288 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13289 * gdb.base/call-sc.c (zed): Likewise.
13290 * gdb.base/checkpoint.c (main): Likewise.
13291 * gdb.base/dump.c (main): Likewise.
13292 * gdb.base/gcore.c (main): Likewise.
13293 * gdb.base/huge.c (main): Likewise.
13294 * gdb.base/multi-forks.c (main): Likewise.
13295 * gdb.base/pr10179-a.c (main): Likewise.
13296 * gdb.base/savedregs.c (main): Likewise.
13297 * gdb.base/sigaltstack.c (main): Likewise.
13298 * gdb.base/siginfo.c (main): Likewise.
13299 * gdb.base/structs.c (zed): Likewise.
13300 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13301 * gdb.mi/mi-syn-frame.c (main): Likewise.
13302 * gdb.mi/until.c (foo, main): Likewise.
13303 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13304 * gdb.base/solib-weak.c (foo): Declare.
13305 * gdb.base/attach-twice.c: Include stdio.h.
13306 * gdb.base/weaklib1.c: Likewise.
13307 * gdb.base/weaklib2.c: Likewise.
13308 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13309 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13310 unistd.h.
13311 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13312 * gdb.mi/mi-exit-code.c: Likewise.
13313 * gdb.base/break-interp-lib.c: Include string.h.
13314 * gdb.base/coremaker.c: Likewise.
13315 * gdb.base/testenv.c: Likewise.
13316 * gdb.python/py-finish-breakpoint.c: Likewise.
13317 * gdb.base/inferior-died.c: Include sys/wait.h.
13318 * gdb.base/fileio.c: Include time.h.
13319 * gdb.base/async-shell.c: Include unistd.h.
13320 * gdb.base/dprintf-non-stop.c: Likewise.
13321 * gdb.base/info-os.c: Likewise.
13322 * gdb.mi/mi-console.c: Likewise.
13323 * gdb.mi/watch-nonstop.c: Likewise.
13324 * gdb.python/py-events.c: Likewise.
13325 * gdb.base/async.c (baz): Move up before its invocation.
13326 * gdb.base/code_elim2.c (my_global_func): Likewise.
13327 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13328 * gdb.base/advance.c (func2): Likewise.
13329
13330 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13331
13332 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13333 variant.
13334 * gdb.base/annota3.c: Likewise.
13335 * gdb.base/async.c: Likewise.
13336 * gdb.base/average.c: Likewise.
13337 * gdb.base/call-ar-st.c: Likewise.
13338 * gdb.base/call-rt-st.c: Likewise.
13339 * gdb.base/call-sc.c: Likewise.
13340 * gdb.base/call-strs.c: Likewise.
13341 * gdb.base/ending-run.c: Likewise.
13342 * gdb.base/execd-prog.c: Likewise.
13343 * gdb.base/exprs.c: Likewise.
13344 * gdb.base/foll-exec.c: Likewise.
13345 * gdb.base/foll-fork.c: Likewise.
13346 * gdb.base/foll-vfork.c: Likewise.
13347 * gdb.base/funcargs.c: Likewise.
13348 * gdb.base/gcore.c: Likewise.
13349 * gdb.base/jump.c: Likewise.
13350 * gdb.base/langs0.c: Likewise.
13351 * gdb.base/langs1.c: Likewise.
13352 * gdb.base/langs2.c: Likewise.
13353 * gdb.base/mips_pro.c: Likewise.
13354 * gdb.base/nodebug.c: Likewise.
13355 * gdb.base/opaque0.c: Likewise.
13356 * gdb.base/opaque1.c: Likewise.
13357 * gdb.base/recurse.c: Likewise.
13358 * gdb.base/run.c: Likewise.
13359 * gdb.base/scope0.c: Likewise.
13360 * gdb.base/scope1.c: Likewise.
13361 * gdb.base/setshow.c: Likewise.
13362 * gdb.base/setvar.c: Likewise.
13363 * gdb.base/shmain.c: Likewise.
13364 * gdb.base/shr1.c: Likewise.
13365 * gdb.base/shr2.c: Likewise.
13366 * gdb.base/sigall.c: Likewise.
13367 * gdb.base/signals.c: Likewise.
13368 * gdb.base/so-indr-cl.c: Likewise.
13369 * gdb.base/solib2.c: Likewise.
13370 * gdb.base/structs.c: Likewise.
13371 * gdb.base/sum.c: Likewise.
13372 * gdb.base/vforked-prog.c: Likewise.
13373 * gdb.base/watchpoint.c: Likewise.
13374 * gdb.reverse/shr2.c: Likewise.
13375 * gdb.reverse/until-reverse.c: Likewise.
13376 * gdb.reverse/ur1.c: Likewise.
13377 * gdb.reverse/watch-reverse.c: Likewise.
13378
13379 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13380
13381 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13382 variant.
13383 * gdb.base/sepdebug.exp: Drop references to removed code.
13384
13385 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13386
13387 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13388 variant. Preserve original line numbering.
13389 * gdb.base/list1.c: Likewise.
13390
13391 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13392
13393 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13394 variant.
13395 * gdb.base/break1.c: Likewise.
13396 * gdb.base/break.exp: Drop references to removed code.
13397
13398 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13399
13400 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13401 variant.
13402
13403 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13404
13405 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13406
13407 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13408
13409 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13410 logic into perform_all_tests() and invoke it with and without
13411 function header prototypes.
13412 (do_function_calls): Remove conditional XFAIL for PR 5318.
13413 (rerun_and_prepare): Remove duplicate code.
13414 (perform_all_tests): New. Main logic moved here.
13415
13416 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13417
13418 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13419 code guarded by #ifdef NO_PROTOTYPES.
13420 (t_double_many_args): Likewise.
13421 (DEF_FUNC_MANY_ARGS_1): Likewise.
13422 (DEF_FUNC_VALUES_1): Likewise.
13423 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13424 guarded by #ifdef PROTOTYPES.
13425
13426 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13427
13428 * gdb.mi/mi-console.c: Add eye-catcher.
13429 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13430 instead of literal line number.
13431
13432 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13433
13434 * gdb.base/shr2.c: Add eye-catcher.
13435 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13436 line number.
13437
13438 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13439
13440 * gdb.base/jump.c: Add eye-catchers.
13441 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13442 numbers.
13443
13444 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13445
13446 * gdb.base/execd-prog.c: Add eye-catchers.
13447 * gdb.base/foll-exec.c: Likewise.
13448 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13449 line numbers.
13450
13451 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13452
13453 * gdb.base/ending-run.c: Add eye-catchers.
13454 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13455 literal line numbers.
13456
13457 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13458
13459 * gdb.base/call-rt-st.c: Add eye-catchers.
13460 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13461 literal line numbers.
13462
13463 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13464
13465 * gdb.base/call-ar-st.c: Add eye-catchers.
13466 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13467 literal line numbers.
13468
13469 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13470
13471 * gdb.base/average.c: Add eye-catchers.
13472 * gdb.base/sum.c: Likewise.
13473 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13474 regexps dynamically.
13475
13476 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13477
13478 * gdb.base/solib1.c: Add eye-catchers.
13479 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13480 literal line numbers.
13481
13482 2014-11-12 Pedro Alves <palves@redhat.com>
13483
13484 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13485 leader has exited.
13486
13487 2014-11-12 Pedro Alves <palves@redhat.com>
13488
13489 * gdb.arch/i386-bp_permanent.c: New file.
13490 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13491 (srcfile): Set to i386-bp_permanent.c.
13492 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13493 that stepi does not execute the 'leave' instruction, instead of
13494 testing it does execute.
13495 * gdb.base/bp-permanent.c: New file.
13496 * gdb.base/bp-permanent.exp: New file.
13497
13498 2014-11-10 Doug Evans <xdje42@gmail.com>
13499
13500 PR symtab/17564
13501 * gdb.base/symtab-search-order.exp: New file.
13502 * gdb.base/symtab-search-order.c: New file.
13503 * gdb.base/symtab-search-order-1.c: New file.
13504 * gdb.base/symtab-search-order-shlib-1.c: New file.
13505
13506 2014-11-07 Pedro Alves <palves@redhat.com>
13507
13508 PR gdb/17511
13509 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13510 i?86-*-linux*.
13511
13512 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13513
13514 PR c++/17494
13515 * gdb.cp/pr17494.cc: New file.
13516 * gdb.cp/pr17494.exp: New file.
13517
13518 2014-11-02 Yao Qi <yao@codesourcery.com>
13519
13520 * gdb.python/python.exp: Get working directory and match the
13521 output of "set extended-prompt \\w " with it.
13522
13523 2014-10-30 Doug Evans <dje@google.com>
13524
13525 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13526 in objfiles.
13527 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13528 in progspaces.
13529
13530 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13531
13532 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13533 * gdb.base/realname-expand.exp: Likewise.
13534 * gdb.linespec/macro-relative.exp: Likewise.
13535
13536 2014-10-29 Pedro Alves <palves@redhat.com>
13537
13538 PR gdb/17408
13539 * gdb.threads/schedlock.c (some_function): New function.
13540 (call_function): New global.
13541 (MAYBE_CALL_SOME_FUNCTION): New macro.
13542 (thread_function): Call it.
13543 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13544 and use it instead of a global counter. Adjust all callers.
13545 (get_current_thread): Use "find current thread" for test message
13546 here rather than having all callers pass down the same string.
13547 (goto_loop): New procedure, factored out from ...
13548 (my_continue): ... this.
13549 (step_ten_loops): Change parameter from test message to command to
13550 use. Adjust.
13551 (list_count): Delete global.
13552 (check_result): New procedure, factored out from duplicate top
13553 level code.
13554 (continue tests): Wrap in with_test_prefix.
13555 (test_step): New procedure, factored out from duplicate top level
13556 code.
13557 (top level): Test "step" in combination with all scheduler-locking
13558 modes. Test "next" in combination with all scheduler-locking
13559 modes, and in combination with stepping over a function call or
13560 not.
13561 * gdb.threads/next-bp-other-thread.c: New file.
13562 * gdb.threads/next-bp-other-thread.exp: New file.
13563
13564 2014-10-29 Pedro Alves <palves@redhat.com>
13565
13566 PR python/17372
13567 * gdb.python/python.exp: Test a multi-line command that spawns
13568 interactive Python.
13569 * gdb.base/multi-line-starts-subshell.exp: New file.
13570
13571 2014-10-29 Yao Qi <yao@codesourcery.com>
13572
13573 * gdb.base/fileio.exp: Make directories on host.
13574
13575 2014-10-29 Yao Qi <yao@codesourcery.com>
13576
13577 * gdb.base/fileio.c (test_write): Close the file.
13578
13579 2014-10-28 Pedro Alves <palves@redhat.com>
13580
13581 PR gdb/12623
13582 * gdb.base/sigstep.c (no_handler): New global.
13583 (main): If 'no_handler is true, set the signal handlers to
13584 SIG_IGN.
13585 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13586 with_sw_watch and no_handler parameters. Handle them.
13587 (top level) <stepping over handler when stopped at a breakpoint
13588 test>: Add a test axis for testing with a software watchpoint, and
13589 another for testing with the signal handler set to SIG_IGN.
13590 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13591 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13592
13593 2014-10-28 Pedro Alves <palves@redhat.com>
13594
13595 PR gdb/17511
13596 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13597 * gdb.base/sigstep.exp (other_handler_location): New global.
13598 (advance): Support stepping into the signal handler, and running
13599 commands while in the handler.
13600 (in_handler_map): New global.
13601 (top level): In the advance test, add combinations for getting
13602 into the handler with stepping commands, and for running commands
13603 in the handler. Add comment descripting the advancei tests.
13604
13605 2014-10-28 Pedro Alves <palves@redhat.com>
13606
13607 * gdb.base/sigstep.exp: Use build_executable instead of
13608 prepare_for_testing.
13609 (top level): Move code that starts GDB, runs to main and creates a
13610 display to ...
13611 (restart): ... this new procedure.
13612 (top level): Move backtrace from signal handler test to ...
13613 (validate_backtrace): ... this new procedure.
13614 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13615 with_test_prefix. Always restart GDB.
13616 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13617 with_test_prefix. Always restart GDB. No need to delete
13618 breakpoints after the test.
13619 (test_skip_handler): Remove prefix parameter.
13620 (skip_over_handler, breakpoint_to_handler)
13621 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13622 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13623 restart GDB. No need to delete breakpoints after the test.
13624 (top level): Use foreach to call the test procedures with
13625 different commands.
13626
13627 2014-10-28 Pedro Alves <palves@redhat.com>
13628
13629 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13630 instead of GNATS numbers.
13631 * gdb.base/sigbpt.exp: Likewise.
13632 * gdb.base/siginfo.exp: Likewise.
13633 * gdb.base/sigstep.exp: Likewise.
13634
13635 2014-10-27 Pedro Alves <palves@redhat.com>
13636
13637 * gdb.base/sigstep.c (dummy): New global.
13638 (main): Issue a couple writes to the new global.
13639 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13640 procedures.
13641 (skip_over_handler): Use test_skip_handler.
13642 (top level): Call skip_over_handler for stepi and nexti too.
13643 (breakpoint_over_handler): Use test_skip_handler.
13644 (top level): Call breakpoint_over_handler for stepi and nexti too.
13645
13646 2014-10-27 Yao Qi <yao@codesourcery.com>
13647
13648 * gdb.trace/tfile.c (adjust_function_address)
13649 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13650 function descriptor.
13651
13652 2014-10-24 Don Breazeal <donb@codesourcery.com>
13653
13654 * gdb.base/foll-fork.exp (test_follow_fork,
13655 catch_fork_child_follow): Check for updated fork messages emitted
13656 from infrun.c.
13657 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13658 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13659 vfork_and_exec_child_follow_through_step): Check for updated vfork
13660 messages emitted from infrun.c.
13661
13662 2014-10-24 Pedro Alves <palves@redhat.com>
13663
13664 * gdb.base/corefile.exp: Remove references to ultrix.
13665 * gdb.base/interrupt.exp: Likewise.
13666 * gdb.base/whatis.exp: Likewise.
13667 * gdb.gdb/selftest.exp: Likewise.
13668 * gdb.threads/manythreads.exp: Likewise.
13669 * gdb.threads/print-threads.exp: Likewise.
13670 * gdb.threads/pthreads.exp:: Likewise.
13671 * gdb.threads/schedlock.exp: Likewise.
13672
13673 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13674
13675 * gdb.cp/non-trivial-retval.cc: Add a test case.
13676 * gdb.cp/non-trivial-retval.exp: Add a test.
13677
13678 2014-10-20 Yao Qi <yao@codesourcery.com>
13679
13680 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13681 * gdb.python/py-objfile-script-gdb.py: New file.
13682 * gdb.python/py-objfile-script.exp: Update reference to
13683 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13684 of remote_download. Remove the dest file.
13685
13686 2014-10-20 Yao Qi <yao@codesourcery.com>
13687
13688 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13689 * gdb.base/step-line.exp: Likewise.
13690 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13691 * gdb.dwarf2/dw2-basic.exp: Likewise.
13692 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13693 * gdb.dwarf2/dw2-filename.exp: Likewise.
13694 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13695 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13696 * gdb.dwarf2/dw2-producer.exp: Likewise.
13697 * gdb.dwarf2/mac-fileno.exp: Likewise.
13698 * gdb.python/py-frame-args.exp: Likewise.
13699 * gdb.python/py-framefilter.exp: Likewise.
13700 * gdb.python/py-mi.exp: Likewise.
13701 * gdb.python/py-objfile-script.exp: Likewise
13702 * gdb.python/py-pp-integral.exp: Likewise.
13703 * gdb.python/py-pp-re-notag.exp: Likewise.
13704 * gdb.python/py-prettyprint.exp: Likewise.
13705 * gdb.python/py-section-script.exp: Likewise.
13706 * gdb.python/py-typeprint.exp: Likewise.
13707 * gdb.python/py-xmethods.exp: Likewise.
13708 * gdb.stabs/weird.exp: Likewise.
13709 * gdb.xml/tdesc-regs.exp: Likewise.
13710
13711 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13712
13713 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13714 (out_cu): Use addr_len for the size of addresses.
13715 (out_line): Likewise. Size DW_LNE_set_address instruction
13716 according to addr_len.
13717 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13718 (FUNC): Add START_INSNS to definition.
13719
13720 2014-10-18 Yao Qi <yao@codesourcery.com>
13721
13722 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13723 gdb_has_argv0 return true.
13724 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13725 check [target_info exists noargs], check [gdb_has_argv0]
13726 instead.
13727 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13728 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13729 procedures.
13730
13731 2014-10-17 Doug Evans <dje@google.com>
13732
13733 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13734 event.
13735 * gdb.python/py-events.py: Add clear_objfiles event.
13736
13737 2014-10-17 Doug Evans <dje@google.com>
13738
13739 * gdb.python/py-objfile.exp: Test progspace attribute.
13740
13741 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13742
13743 * gdb.guile/scm-breakpoint.exp: Do not assume any
13744 directory separators when matching source file paths.
13745 * gdb.python/py-breakpoint.exp: Likewise.
13746 * gdb.reverse/break-precsave.exp: Likewise.
13747 * gdb.reverse/break-reverse.exp: Likewise.
13748 * gdb.reverse/consecutive-precsave.exp: Likewise.
13749 * gdb.reverse/finish-precsave.exp: Likewise.
13750 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13751 * gdb.reverse/finish-reverse.exp: Likewise.
13752 * gdb.reverse/i386-precsave.exp: Likewise.
13753 * gdb.reverse/i387-env-reverse.exp: Likewise.
13754 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13755 * gdb.reverse/machinestate-precsave.exp: Likewise.
13756 * gdb.reverse/machinestate.exp: Likewise.
13757 * gdb.reverse/sigall-precsave.exp: Likewise.
13758 * gdb.reverse/solib-precsave.exp: Likewise.
13759 * gdb.reverse/step-precsave.exp: Likewise.
13760 * gdb.reverse/until-precsave.exp: Likewise.
13761 * gdb.reverse/watch-precsave.exp: Likewise.
13762 * gdb.reverse/watch-reverse.exp: Likewise.
13763
13764 2014-10-17 Yao Qi <yao@codesourcery.com>
13765
13766 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13767 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13768
13769 2014-10-17 Pedro Alves <palves@redhat.com>
13770
13771 PR gdb/17471
13772 * gdb.base/bg-execution-repeat.c: New file.
13773 * gdb.base/bg-execution-repeat.exp: New file.
13774
13775 2014-10-17 Pedro Alves <palves@redhat.com>
13776
13777 PR gdb/17300
13778 * gdb.base/continue-all-already-running.c: New file.
13779 * gdb.base/continue-all-already-running.exp: New file.
13780
13781 2014-10-17 Pedro Alves <palves@redhat.com>
13782
13783 PR gdb/17472
13784 * gdb.base/annota-input-while-running.c: New file.
13785 * gdb.base/annota-input-while-running.exp: New file.
13786
13787 2014-10-17 Pedro Alves <palves@redhat.com>
13788
13789 * gdb.base/callfuncs.exp: emove references to osf.
13790 * gdb.base/sigall.exp: Likewise.
13791 * gdb.gdb/selftest.exp: Likewise.
13792 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13793 * gdb.mi/non-stop.c: Likewise.
13794 * gdb.mi/pthreads.c: Likewise.
13795 * gdb.reverse/sigall-precsave.exp: Likewise.
13796 * gdb.reverse/sigall-reverse.exp: Likewise.
13797 * gdb.threads/pthreads.c: Likewise.
13798 * gdb.threads/pthreads.exp: Likewise.
13799
13800 2014-10-17 Yao Qi <yao@codesourcery.com>
13801
13802 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13803 check 'target_info exists noargs'.
13804 (test_command_prompt_position): Likewise.
13805 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13806 Remove "set args".
13807 (progvar_simple_while_test): Likewise.
13808 (progvar_complex_if_while_test): Likewise.
13809 (if_while_breakpoint_command_test): Likewise.
13810 (infrun_breakpoint_command_test): Likewise.
13811 (breakpoint_command_test): Likewise.
13812 (watchpoint_command_test): Likewise.
13813 (bp_deleted_in_command_test): Likewise.
13814 (temporary_breakpoint_commands): Likewise.
13815
13816 2014-10-16 Yao Qi <yao@codesourcery.com>
13817
13818 * gdb.base/remotetimeout.exp: Remove noargs checking.
13819
13820 2014-10-15 Pedro Alves <palves@redhat.com>
13821
13822 PR breakpoints/9649
13823 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13824 * gdb.base/breakpoint-in-ro-region.exp
13825 (probe_target_hardware_step): New procedure.
13826 (top level): Probe hardware stepping and hardware breakpoint
13827 support. Test stepping through a read-only region, with both
13828 "breakpoint auto-hw" on and off and both "always-inserted" on and
13829 off.
13830
13831 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13832
13833 * gdb.dlang/demangle.exp: Update for demangling changes.
13834
13835 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13836
13837 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13838 * gdb.cp/non-trivial-retval.exp: Add new tests.
13839
13840 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13841
13842 PR c++/13403
13843 PR c++/15154
13844 * gdb.cp/non-trivial-retval.cc: New file.
13845 * gdb.cp/non-trivial-retval.exp: New file.
13846
13847 2014-10-15 Yao Qi <yao@codesourcery.com>
13848
13849 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13850 remote host.
13851
13852 2014-10-15 Yao Qi <yao@codesourcery.com>
13853
13854 * gdb.python/py-symbol.exp: Match file base name if host is
13855 remote, otherwise match file name with dir name.
13856 * gdb.python/py-symtab.exp: Likewise.
13857 * gdb.python/python.exp: Likewise.
13858
13859 2014-10-15 Yao Qi <yao@codesourcery.com>
13860
13861 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13862 pattern.
13863 * gdb.python/py-symtab.exp: Likewise.
13864 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13865 locationn.
13866
13867 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13868
13869 * gdb.ada/addr_arith: New testcase.
13870
13871 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13872
13873 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13874 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13875 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13876 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13877
13878 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13879
13880 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13881 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13882 * gdb.arch/stap-eval-lang-ada.exp: New file.
13883
13884 2014-10-14 Yao Qi <yao@codesourcery.com>
13885
13886 * gdb.mi/mi-var-child.c (nothing1): New function.
13887 (nothing2): New function.
13888 (do_children_tests): Set function pointers by nothing1 and
13889 nothing2.
13890 * gdb.mi/mi-var-child.exp: Step over new added statements.
13891 Update test to match the new output.
13892 * gdb.mi/var-cmd.c (nothing1): New function.
13893 (nothing2): New function.
13894 (do_children_tests): Set function pointers by nothing1 and
13895 nothing2.
13896 * gdb.mi/mi-var-display.exp: Update test to match output.
13897 Step to the line specified by $line_dct_nothing.
13898 Increase the number of lines to step.
13899
13900 2014-10-14 Yao Qi <yao@codesourcery.com>
13901
13902 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13903 tests.
13904 * gdb.mi/mi2-var-child.exp: Likewise.
13905
13906 2014-10-13 Doug Evans <dje@google.com>
13907
13908 * gdb.python/py-objfile.exp: Change name of file name test.
13909
13910 2014-10-13 Doug Evans <dje@google.com>
13911
13912 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13913 from the start of the CU.
13914
13915 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13916 Yao Qi <yao@codesourcery.com>
13917
13918 Fix "save breakpoints" for "catch" command.
13919 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13920 Remove -nonewline. Match also the added "main" line.
13921
13922 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13923
13924 Fix "save breakpoints" for "disable $bpnum" command.
13925 * gdb.base/save-bp.c (main): Add label.
13926 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13927
13928 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13929
13930 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13931
13932 2014-10-11 Yao Qi <yao@codesourcery.com>
13933
13934 * gdb.server/server-kill.exp: Execute command
13935 "set remote trace-status-packet on" before "tstatus".
13936
13937 2014-10-11 Yao Qi <yao@codesourcery.com>
13938
13939 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13940 (main): Call getppid.
13941 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13942 and continue to it. Read variable "server_pid".
13943
13944 2014-10-11 Yao Qi <yao@codesourcery.com>
13945
13946 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13947
13948 2014-10-11 Yao Qi <yao@codesourcery.com>
13949
13950 * gdb.threads/thread-find.exp: Don't execute command
13951 "info threads".
13952 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13953 * gdb.threads/linux-dp.exp: Don't check the condition
13954 $threads_created equals to zero.
13955
13956 2014-10-10 Pedro Alves <palves@redhat.com>
13957
13958 * gdb.base/bigcore.exp: Remove references to IRIX.
13959 * gdb.base/funcargs.exp: Likewise.
13960 * gdb.base/interrupt.exp: Likewise.
13961 * gdb.base/mips_pro.exp: Likewise.
13962 * gdb.base/nodebug.exp: Likewise.
13963 * gdb.base/setvar.exp: Likewise.
13964 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13965
13966 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13967 Pedro Alves <palves@redhat.com>
13968
13969 PR symtab/14466
13970 * gdb.base/vdso-warning.c: New file.
13971 * gdb.base/vdso-warning.exp: New file.
13972
13973 2014-10-02 Doug Evans <dje@google.com>
13974
13975 * gdb.base/structs.c (main): Don't run forever.
13976
13977 2014-10-02 Pedro Alves <palves@redhat.com>
13978
13979 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13980 (top level) <stop threads 1, stop threads 2>: Use it.
13981
13982 2014-10-02 Pedro Alves <palves@redhat.com>
13983
13984 * gdb.threads/break-while-running.exp (test): Add new
13985 'update_thread_list' argument. Skip "info threads" if false.
13986 (top level): Add new 'update_thread_list' axis.
13987
13988 2014-10-02 Pedro Alves <palves@redhat.com>
13989
13990 PR breakpoints/17431
13991 * gdb.base/execl-update-breakpoints.c: New file.
13992 * gdb.base/execl-update-breakpoints.exp: New file.
13993
13994 2014-10-01 Pedro Alves <palves@redhat.com>
13995
13996 * gdb.base/breakpoint-in-ro-region.c: New file.
13997 * gdb.base/breakpoint-in-ro-region.exp: New file.
13998
13999 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14000
14001 * gdb.mi/mi-exit-code.exp: New file.
14002 * gdb.mi/mi-exit-code.c: New file.
14003
14004 2014-09-30 Yao Qi <yao@codesourcery.com>
14005
14006 * lib/prelink-support.exp (build_executable_own_libs): Error if
14007 the target isn't native.
14008
14009 2014-09-30 Yao Qi <yao@codesourcery.com>
14010
14011 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14012 false.
14013
14014 2014-09-22 Pedro Alves <palves@redhat.com>
14015
14016 * gdb.threads/break-while-running.exp: New file.
14017 * gdb.threads/break-while-running.c: New file.
14018
14019 2014-09-19 Yao Qi <yao@codesourcery.com>
14020
14021 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14022 Invoke test. Restart GDB with --readnow and invoke test again.
14023
14024 2014-09-19 Yao Qi <yao@codesourcery.com>
14025
14026 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14027 proc set_breakpoint_on_gcd_function. Invoke
14028 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14029 invoke set_breakpoint_on_gcd_function again.
14030
14031 2014-09-18 Doug Evans <dje@google.com>
14032
14033 * gdb.dwarf2/symtab-producer.exp: New file.
14034
14035 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14036
14037 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14038 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14039 * gdb.base/global-var-nested-by-dso.c: Likewise.
14040 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14041
14042 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14043 Pedro Alves <palves@redhat.com>
14044
14045 * gdb.base/watch-bitfields.exp: Pass string other than test file
14046 name to prepare_for_testing.
14047 (watch): New procedure.
14048 (expect_watchpoint): Use with_test_prefix.
14049 (top level): Factor out tests to ...
14050 (test_watch_location, test_regular_watch): ... these new
14051 procedures, and use with_test_prefix and gdb_continue_to_end.
14052
14053 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14054
14055 PR breakpoints/12526
14056 * gdb.base/watch-bitfields.exp: New file.
14057 * gdb.base/watch-bitfields.c: New file.
14058
14059 2014-09-16 Pedro Alves <palves@redhat.com>
14060
14061 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14062 software and hardware addresses, not software address against
14063 itself.
14064
14065 2014-09-16 Pedro Alves <palves@redhat.com>
14066
14067 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14068 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14069
14070 2014-09-16 Pedro Alves <palves@redhat.com>
14071
14072 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14073 files.
14074 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14075 "*-*-vxworks*" throughout.
14076 * gdb.base/break.exp: Likewise.
14077 * gdb.base/default.exp: Likewise.
14078 * gdb.base/scope.exp: Likewise.
14079 * gdb.base/sepdebug.exp: Likewise.
14080 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14081 throughout.
14082 * gdb.base/run.c: Likewise.
14083 * gdb.base/sepdebug.c: Likewise.
14084 * gdb.hp/gdb.aCC/run.c: Likewise.
14085 * gdb.reverse/until-reverse.c: Likewise.
14086 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14087
14088 2014-09-16 Yao Qi <yao@codesourcery.com>
14089
14090 * boards/local-remote-host-native.exp: New file.
14091
14092 2014-09-14 Doug Evans <xdje42@gmail.com>
14093
14094 * gdb.threads/queue-signal.c (thread_count): New variable.
14095 (thread_count_mutex, thread_count_condvar): New variables.
14096 (incr_thread_count, wait_all_threads_running): New functions.
14097 (main): Wait for all threads to be in their thread functions.
14098
14099 2014-09-13 Doug Evans <xdje42@gmail.com>
14100
14101 * gdb.threads/queue-signal.c: New file.
14102 * gdb.threads/queue-signal.exp: New file.
14103
14104 2014-09-13 Doug Evans <xdje42@gmail.com>
14105
14106 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14107 be consistent with what default_gdb_init uses.
14108 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14109 the plain text of the prompt. Add some logging printfs.
14110 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14111
14112 2014-09-12 Pedro Alves <palves@redhat.com>
14113
14114 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14115 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14116 * gdb.arch/i386-size-overlap.exp: Likewise.
14117 * gdb.arch/i386-size.exp: Likewise.
14118 * gdb.arch/i386-unwind.exp: Likewise.
14119 * gdb.base/a2-run.exp: Likewise.
14120 * gdb.base/break.exp: Likewise.
14121 * gdb.base/charset.exp: Likewise.
14122 * gdb.base/chng-syms.exp: Likewise.
14123 * gdb.base/commands.exp: Likewise.
14124 * gdb.base/dbx.exp: Likewise.
14125 * gdb.base/find.exp: Likewise.
14126 * gdb.base/funcargs.exp: Likewise.
14127 * gdb.base/jit-simple.exp: Likewise.
14128 * gdb.base/reread.exp: Likewise.
14129 * gdb.base/sepdebug.exp: Likewise.
14130 * gdb.base/step-bt.exp: Likewise.
14131 * gdb.cp/mb-inline.exp: Likewise.
14132 * gdb.cp/mb-templates.exp: Likewise.
14133 * gdb.objc/basicclass.exp: Likewise.
14134 * gdb.threads/killed.exp: Likewise.
14135
14136 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14137
14138 PR tdep/17379
14139 * gdb.arch/powerpc-stackless.S: New file.
14140 * gdb.arch/powerpc-stackless.exp: New file.
14141
14142 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14143
14144 * gdb.base/attach.c: Include unistd.h.
14145 (main): Call alarm. Add label postloop.
14146 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14147 gdb_breakpoint, gdb_continue_to_breakpoint.
14148 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14149
14150 2014-09-11 Pedro Alves <palves@redhat.com>
14151
14152 PR gdb/17347
14153 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14154 * gdb.base/attach.exp (test_command_line_attach_run): New
14155 procedure.
14156 (top level): Call it.
14157
14158 2014-09-11 Pedro Alves <palves@redhat.com>
14159
14160 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14161 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14162 (do_command_attach_tests): Use spawn_wait_for_attach.
14163 * gdb.base/solib-overlap.exp: Likewise.
14164 * gdb.multi/multi-attach.exp: Likewise.
14165 * gdb.python/py-prompt.exp: Likewise.
14166 * gdb.python/py-sync-interp.exp: Likewise.
14167 * gdb.server/ext-attach.exp: Likewise.
14168
14169 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14170
14171 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14172 command in testcase. Simplify testcase.
14173
14174 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14175
14176 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14177
14178 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14179
14180 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14181
14182 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14183
14184 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14185
14186 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14187
14188 * gdb.dwarf2/dynarr-ptr.c: New file.
14189 * gdb.dwarf2/dynarr-ptr.exp: New file.
14190
14191 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14192
14193 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14194 of 30 rather than hardcoding 120 for a slow test case. Take the
14195 `gdb,timeout' target setting into account for this calculation.
14196 Don't extend the timeout for the test cases that don't need it.
14197
14198 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14199
14200 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14201 a factor of 2 for a slow test case. Take the `gdb,timeout'
14202 target setting into account for this calculation.
14203 * gdb.reverse/until-precsave.exp: Increase the timeout by
14204 a factor of 15 and 3 respectively rather than adding 120
14205 for a pair of slow test cases. Take the `gdb,timeout'
14206 target setting into account for this calculation.
14207
14208 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14209
14210 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14211 timeout, don't pass one down to gdb_expect.
14212 (gdb_expect): Rework timeout selection.
14213
14214 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14215
14216 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14217 exception on timeout.
14218 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14219 (gdbserver_start_extended): Catch any `gdbserver_start' error
14220 exceptions.
14221 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14222 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14223 `gdbserver_gdb_load' error exceptions.
14224
14225 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14226
14227 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14228 120 on waiting for the TCP socket to open.
14229
14230 2014-09-09 Doug Evans <xdje42@gmail.com>
14231
14232 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14233 _caller_matches, _any_caller_is, _any_caller_matches.
14234
14235 2014-09-09 Doug Evans <xdje42@gmail.com>
14236
14237 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14238
14239 2014-09-09 Yao Qi <yao@codesourcery.com>
14240
14241 * gdb.mi/mi-var-display.exp: Set print symbol off.
14242
14243 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14244
14245 PR gdb/17035
14246 * gdb.base/commands.exp: Add tests to verify user-defined
14247 commands with empty bodies.
14248 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14249 python commands in `show user command`.
14250 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14251 scheme commands in `show user command`.
14252
14253 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14254
14255 PR python/17355
14256 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14257 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14258 * gdb.python/py-framefilter-invalidarg.exp: New file.
14259 * gdb.python/py-framefilter-invalidarg.py: New file.
14260
14261 2014-09-06 Doug Evans <xdje42@gmail.com>
14262
14263 PR 15276
14264 * gdb.python/py-caller-is.c: New file.
14265 * gdb.python/py-caller-is.exp: New file.
14266
14267 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14268
14269 PR gdb/17235
14270 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14271 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14272
14273 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14274
14275 PR fortran/17237
14276 * gdb.fortran/print-formatted.exp: New file.
14277 * gdb.fortran/print-formatted.f90: Likewise.
14278
14279 2014-09-03 Sasha Smundak <asmundak@google.com>
14280
14281 * gdb.python/py-frame.exp: Test Frame.read_register.
14282
14283 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14284
14285 PR python/16699
14286 * gdb.python/py-completion.exp: New file.
14287 * gdb.python/py-completion.py: Likewise.
14288
14289 2014-08-28 Doug Evans <dje@google.com>
14290
14291 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14292 eax,etc. are live with values set by gdb and thus the compiler can't
14293 use them.
14294 * gdb.arch/i386-pseudo.c (main): Ditto.
14295
14296 2014-08-27 Doug Evans <dje@google.com>
14297
14298 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14299
14300 2014-08-25 Doug Evans <dje@google.com>
14301
14302 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14303 (main): Ditto.
14304
14305 2014-08-25 Doug Evans <dje@google.com>
14306
14307 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14308
14309 2014-08-24 Yao Qi <yao@codesourcery.com>
14310
14311 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14312 symbol off.
14313 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14314
14315 2014-08-22 Doug Evans <dje@google.com>
14316
14317 PR 17276
14318 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14319 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14320 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14321
14322 2014-08-22 Yao Qi <yao@codesourcery.com>
14323
14324 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14325 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14326 * gdb.python/python.exp: Likewise. Use .py file on the host
14327 instead of the build.
14328
14329 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14330
14331 * gdb.threads/gcore-stale-thread.c: New file.
14332 * gdb.threads/gcore-stale-thread.exp: New file.
14333
14334 2014-08-21 Pedro Alves <palves@redhat.com>
14335
14336 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14337 * gdb.base/gcore-relro-pie.exp: Likewise.
14338 * gdb.base/gcore-relro.exp: Likewise.
14339 * gdb.base/gcore.exp: Likewise.
14340 * gdb.base/print-symbol-loading.exp: Likewise.
14341 * gdb.threads/gcore-thread.exp: Likewise.
14342 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14343
14344 2014-08-20 Pedro Alves <palves@redhat.com>
14345 Jan Kratochvil <jan.kratochvil@redhat.com>
14346
14347 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14348 configure.
14349 (EXPECT): Handle READ1 being set.
14350 (all): Depend on EXTRA_RULES.
14351 (check-read1, expect-read1, read1.so, read1): New rules.
14352 * README (Testsuite Parameters): Document the READ1 make variable.
14353 (Race detection): New section.
14354 * configure: Regenerate.
14355 * configure.ac: If build==host==target, and running under a
14356 GNU/glibc system, add read1 to the extra Makefile rules.
14357 (EXTRA_RULES): AC_SUBST it.
14358 * lib/read1.c: New file.
14359
14360 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14361
14362 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14363 the handling of variables declared as a typedef to an array
14364 which a DW_AT_data_location attribute.
14365
14366 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14367 Pedro Alves <palves@redhat.com>
14368
14369 PR symtab/14604
14370 PR symtab/14605
14371 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14372 gdb_test.
14373
14374 2014-08-19 Pedro Alves <palves@redhat.com>
14375
14376 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14377
14378 2014-08-19 Yao Qi <yao@codesourcery.com>
14379
14380 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14381 right line.
14382
14383 2014-08-18 David Blaikie <dblaikie@gmail.com>
14384
14385 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14386
14387 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14388
14389 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14390 attribute in array range.
14391
14392 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14393
14394 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14395
14396 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14397
14398 PR c++/17132
14399 * gdb.cp/pr17132.cc: New file.
14400 * gdb.cp/pr17132.exp: New file.
14401
14402 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14403
14404 * gdb.python/py-xmethods.py (A_getarrayind)
14405 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14406 Use 'print' with function call syntax.
14407 (E_method_matcher.match): Fix tab vs space indentation mixup.
14408
14409 2014-08-15 Yao Qi <yao@codesourcery.com>
14410
14411 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14412 false.
14413
14414 2014-08-15 Yao Qi <yao@codesourcery.com>
14415
14416 * gdb.cp/casts.exp: Set print symbol off.
14417 * gdb.cp/class2.exp: Likewise.
14418 * gdb.cp/overload.exp: Likewise.
14419 * gdb.cp/templates.exp: Likewise.
14420
14421 2014-08-11 Doug Evans <dje@google.com>
14422
14423 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14424 (test_load_shlib): Update.
14425
14426 2014-08-09 Yao Qi <yao@codesourcery.com>
14427
14428 * gdb.base/display.exp: Invoke is_address_zero_readable.
14429 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14430 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14431 * gdb.base/hbreak-unmapped.exp: Return if
14432 is_address_zero_readable returns true.
14433 * gdb.base/signest.exp: Likewise.
14434 * gdb.base/signull.exp: Likewise.
14435 * gdb.base/sigbpt.exp: Likewise.
14436 * gdb.guile/scm-disasm.exp: Do the test if
14437 is_address_zero_readable returns false.
14438 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14439 * gdb.python/py-arch.exp: Likewise.
14440 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14441 * lib/gdb.exp (is_address_zero_readable): New proc.
14442
14443 2014-08-09 Yao Qi <yao@codesourcery.com>
14444
14445 PR testsuite/13443
14446 * gdb.mi/mi-var-display.exp: Make test messages unique.
14447
14448 2014-08-04 Tom Tromey <tromey@redhat.com>
14449
14450 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14451 target 0".
14452
14453 2014-08-04 Tom Tromey <tromey@redhat.com>
14454
14455 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14456 "target_resume".
14457
14458 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14459
14460 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14461 inner_vla_struct_object_size.
14462 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14463 as xfail.
14464
14465 2014-07-30 Pedro Alves <palves@redhat.com>
14466
14467 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14468 comment.
14469
14470 2014-07-29 Yao Qi <yao@codesourcery.com>
14471
14472 PR gdb/17206
14473 * gdb.base/until-nodebug.exp: New.
14474
14475 2014-07-28 Doug Evans <xdje42@gmail.com>
14476
14477 PR guile/17203
14478 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14479 previously existing parameter, and previously ambiguously spelled
14480 parameter.
14481
14482 2014-07-28 Will Newton <will.newton@linaro.org>
14483
14484 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14485
14486 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14487 Doug Evans <xdje42@gmail.com>
14488
14489 PR guile/17146
14490 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14491
14492 2014-07-25 Pedro Alves <palves@redhat.com>
14493
14494 * gdb.threads/signal-command-handle-nopass.c: New file.
14495 * gdb.threads/signal-command-handle-nopass.exp: New file.
14496 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14497 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14498 * gdb.threads/signal-delivered-right-thread.c: New file.
14499 * gdb.threads/signal-delivered-right-thread.exp: New file.
14500
14501 2014-07-25 Pedro Alves <palves@redhat.com>
14502
14503 * gdb.base/double-prompt-target-event-error.exp
14504 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14505 match.
14506 (cancel_pagination_in_target_event): Rework double prompt
14507 detection.
14508 * gdb.base/paginate-after-ctrl-c-running.exp
14509 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14510 <return>' match.
14511 * gdb.base/paginate-bg-execution.exp
14512 (test_bg_execution_pagination_return)
14513 (test_bg_execution_pagination_cancel): Remove '-notransfer
14514 <return>' matches.
14515 * gdb.base/paginate-execution-startup.exp
14516 (test_fg_execution_pagination_return)
14517 (test_fg_execution_pagination_cancel): Remove '-notransfer
14518 <return>' matches.
14519 * gdb.base/paginate-inferior-exit.exp
14520 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14521 match.
14522 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14523 * lib/gdb.exp (pagination_prompt): Run text through
14524 string_to_regexp.
14525 (gdb_test_multiple): Match $pagination_prompt instead of
14526 "<return>".
14527 (string_to_regexp): Move to lib/gdb-utils.exp.
14528
14529 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14530
14531 * gdb.arch/amd64-entry-value-paramref.S: New file.
14532 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14533 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14534 * gdb.arch/amd64-optimout-repeat.S: New file.
14535 * gdb.arch/amd64-optimout-repeat.c: New file.
14536 * gdb.arch/amd64-optimout-repeat.exp: New file.
14537
14538 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14539
14540 PR gdb/17170
14541 * gdb.base/statistics.exp: New file.
14542
14543 2014-07-17 Doug Evans <dje@google.com>
14544
14545 PR gdb/17170
14546 * gdb.base/maint.exp: Update testing of per-command stats.
14547
14548 2014-07-16 Pedro Alves <palves@redhat.com>
14549
14550 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14551 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14552 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14553 (tfile_write_buf): New functions.
14554 (add_memory_block): Rewrite using the above.
14555 (adjust_function_address): New function.
14556 (FUNCTION_ADDRESS): New macro.
14557 (write_basic_trace_file): Remove short_x local, and use
14558 tfile_write_16. Change type of func_addr local to unsigned long
14559 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14560 here. Cast argument of add_memory_block to char pointer.
14561 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14562 (main): Remove parameters.
14563 * gdb.trace/tfile.exp: Remove nowarnings.
14564
14565 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14566
14567 * gdb.base/debug-expr.exp: Test string evaluation with
14568 "debug expression" on.
14569
14570 2014-07-15 Pedro Alves <palves@redhat.com>
14571
14572 * gdb.base/reread.exp: Use clean_restart.
14573
14574 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14575
14576 * gdb.arch/avr-flash-qualifer.c: New.
14577 * gdb.arch/avr-flash-qualifer.exp: New.
14578
14579 2014-07-14 Pedro Alves <palves@redhat.com>
14580
14581 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14582 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14583
14584 2014-07-14 Pedro Alves <palves@redhat.com>
14585
14586 * gdb.base/double-prompt-target-event-error.c: New file.
14587 * gdb.base/double-prompt-target-event-error.exp: New file.
14588
14589 2014-07-14 Pedro Alves <palves@redhat.com>
14590
14591 PR gdb/17072
14592 * gdb.base/paginate-inferior-exit.c: New file.
14593 * gdb.base/paginate-inferior-exit.exp: New file.
14594
14595 2014-07-14 Pedro Alves <palves@redhat.com>
14596
14597 PR gdb/17072
14598 * gdb.base/paginate-bg-execution.c: New file.
14599 * gdb.base/paginate-bg-execution.exp: New file.
14600
14601 2014-07-14 Pedro Alves <palves@redhat.com>
14602
14603 PR gdb/17072
14604 * gdb.base/paginate-execution-startup.c: New file.
14605 * gdb.base/paginate-execution-startup.exp: New file.
14606 * lib/gdb.exp (pagination_prompt): New global.
14607 (default_gdb_spawn): New procedure, factored out from
14608 default_gdb_spawn.
14609 (default_gdb_start): Adjust to call default_gdb_spawn.
14610 (gdb_spawn): New procedure.
14611
14612 2014-07-14 Pedro Alves <palves@redhat.com>
14613
14614 * lib/gdb.exp (gdb_assert): New procedure.
14615 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14616
14617 2014-07-14 Pedro Alves <palves@redhat.com>
14618
14619 * gdb.base/execution-termios.c: New file.
14620 * gdb.base/execution-termios.exp: New file.
14621
14622 2014-07-14 Tom Tromey <tromey@redhat.com>
14623
14624 * gdb.cp/vla-cxx.cc: New file.
14625 * gdb.cp/vla-cxx.exp: New file.
14626
14627 2014-07-14 Tom Tromey <tromey@redhat.com>
14628
14629 * gdb.reverse/rerun-prec.c: New file.
14630 * gdb.reverse/rerun-prec.exp: New file.
14631
14632 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14633 Maciej W. Rozycki <macro@codesourcery.com>
14634
14635 * lib/gdb-utils.exp: New file.
14636 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14637 inline `gdb_init_command' processing.
14638 (gdb_start_cmd): Likewise.
14639 * lib/mi-support.exp (mi_run_cmd): Likewise.
14640 * README: Document `gdb_init_command' and `gdb_init_commands'.
14641
14642 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14643
14644 Fix false FAIL running under a very long directory name.
14645 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14646 and "set print elements 10000". Twice.
14647
14648 2014-07-11 Yao Qi <yao@codesourcery.com>
14649
14650 * gdb.base/exprs.exp: "set print symbol off".
14651
14652 2014-07-11 Pedro Alves <palves@redhat.com>
14653
14654 * gdb.threads/kill.c: New file.
14655 * gdb.threads/kill.exp: New file.
14656
14657 2014-07-10 Yao Qi <yao@codesourcery.com>
14658
14659 * gdb.trace/tfile.c (write_basic_trace_file)
14660 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14661 address written to trace file.
14662
14663 2014-07-09 Pedro Alves <palves@redhat.com>
14664
14665 * gdb.base/attach-wait-input.exp: New file.
14666 * gdb.base/attach-wait-input.c: New file.
14667
14668 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14669
14670 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14671 setting up test structures.
14672 (main): Call new test function.
14673 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14674 test function, continue into test function and walk test
14675 structures.
14676
14677 2014-07-02 Yao Qi <yao@codesourcery.com>
14678
14679 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14680 'bar_start' at the beginning of functions 'foo' and 'bar'
14681 respectively.
14682 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14683 instead of 'foo' and 'bar'.
14684
14685 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14686
14687 * gdb.btrace/segv.exp: New.
14688 * gdb.btrace/segv.c: New.
14689
14690 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14691
14692 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14693 instruction.
14694
14695 2014-06-30 Mark Wielaard <mjw@redhat.com>
14696
14697 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14698 vulture, vilify, villar): New volatile array constants.
14699 (vindictive, vegetation): New const volatile array constants.
14700 * gdb.base/volatile.exp: Test volatile and const volatile array
14701 types.
14702
14703 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14704
14705 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14706 target lacks support for awatch, rwatch, or hbreak.
14707
14708 2014-06-27 Yao Qi <yao@codesourcery.com>
14709
14710 * gdb.multi/dummy-frame-restore.exp: New.
14711 * gdb.multi/dummy-frame-restore.c: New.
14712
14713 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14714
14715 * gdb.btrace/gcore.exp: New.
14716
14717 2014-06-23 Pedro Alves <palves@redhat.com>
14718
14719 * gdb.base/watchpoint-reuse-slot.c: New file.
14720 * gdb.base/watchpoint-reuse-slot.exp: New file.
14721
14722 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14723
14724 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14725 progspace's filename in 'info', 'enable' and 'disable' command
14726 tests.
14727
14728 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14729
14730 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14731 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14732 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14733
14734 2014-06-20 Gary Benson <gbenson@redhat.com>
14735
14736 * gdb.arch/i386-avx.exp: Fix include file location.
14737 * gdb.arch/i386-sse.exp: Likewise.
14738
14739 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14740
14741 * gdb.dlang/expression.exp: New file.
14742
14743 2014-06-19 Pedro Alves <palves@redhat.com>
14744
14745 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14746 out from ...
14747 (top level): ... here. Iterate running tests under different
14748 scheduler-locking settings.
14749
14750 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14751
14752 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14753 to DW_FORM_addr and use non-zero addresses.
14754
14755 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14756
14757 PR gdb/17017
14758 * gdb.python/py-xmethods.cc: Add global function call counters and
14759 increment them in their respective functions. Remove "cout"
14760 statements.
14761 * gdb.python/py-xmethods.exp: Make tests check the global function
14762 call counters instead of depending on inferior IO.
14763
14764 2014-06-18 Don Breazeal <donb@codesourcery.com>
14765
14766 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14767 Deleted procedure.
14768 (explicit_fork_parent_follow): Deleted procedure.
14769 (explicit_fork_child_follow): Deleted procedure.
14770 (test_follow_fork): New procedure.
14771 (do_fork_tests): Replace calls to deleted procedures with
14772 calls to test_follow_fork and reset GDB for subsequent
14773 procedure calls.
14774
14775 2014-06-17 Yao Qi <yao@codesourcery.com>
14776
14777 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14778 CP1252.
14779
14780 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14781
14782 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14783 Initialize ptr and S explicitly.
14784 (skip_type_update_when_not_use_rtti_test): Likewise.
14785
14786 2014-06-16 Keith Seitz <keiths@redhat.com>
14787
14788 PR mi/15863
14789 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14790 the inferior is started.
14791
14792 2014-06-16 Pedro Alves <palves@redhat.com>
14793
14794 * gdb.base/break-main-file-remove-fail.c: New file.
14795 * gdb.base/break-main-file-remove-fail.exp: New file.
14796 * gdb.base/break-unload-file.exp: Use build_executable instead of
14797 prepare_for_testing.
14798 (test_break): New parameter "initial_load". Handle it.
14799 (top level): Add initial_load cmdline/file axis.
14800
14801 2014-06-12 Tom Tromey <tromey@redhat.com>
14802
14803 * gdb.base/completion.exp: Don't use directory name in test.
14804
14805 2014-06-09 Gary Benson <gbenson@redhat.com>
14806
14807 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14808 separate the always-available ANSI-standard signals from the
14809 signals that require checking.
14810 (main): Likewise.
14811 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14812 Likewise.
14813 (main): Likewise.
14814
14815 2014-06-07 Keith Seitz <keiths@redhat.com>
14816
14817 Revert:
14818 PR c++/16253
14819 * gdb.cp/var-tag.cc: New file.
14820 * gdb.cp/var-tag.exp: New file.
14821 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14822 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14823 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14824 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14825
14826 2014-06-06 Doug Evans <xdje42@gmail.com>
14827
14828 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14829
14830 2014-06-06 Pedro Alves <palves@redhat.com>
14831
14832 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14833 in target debug output instead of looking at RSP packets,
14834 disabling the test on any target that uses hardware stepping.
14835 Update comments.
14836
14837 2014-06-06 Pedro Alves <palves@redhat.com>
14838
14839 * gdb.base/break-unload-file.exp: Fix typo.
14840
14841 2014-06-06 Yao Qi <yao@codesourcery.com>
14842
14843 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14844 from "jit_function" to "^jit_function".
14845
14846 2014-06-06 Yao Qi <yao@codesourcery.com>
14847
14848 * gdb.base/async.c (foo): Add one statement.
14849 * gdb.base/async.exp: Get the next instruction address and
14850 match the output of "nexti" by instruction address. Match
14851 the hex address in the output of "finish".
14852
14853 2014-06-06 Gary Benson <gbenson@redhat.com>
14854
14855 * gdb.base/call-signals.c: Remove preprocessor conditionals
14856 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14857 SIGSEGV and SIGTERM.
14858 * gdb.base/sigall.c: Likewise.
14859 * gdb.base/unwindonsignal.c: Likewise.
14860 * gdb.reverse/sigall-reverse.c: Likewise.
14861
14862 2014-06-06 Yao Qi <yao@codesourcery.com>
14863
14864 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14865 readable, skip the test.
14866
14867 2014-06-06 Yao Qi <yao@codesourcery.com>
14868
14869 * gdb.threads/staticthreads.c (thread_function): Move the line
14870 setting breakpoint on forward.
14871 * gdb.threads/staticthreads.exp: Update comments.
14872
14873 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14874
14875 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14876 "history-append! type error".
14877
14878 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14879
14880 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14881 erroneous dprintf expected input.
14882
14883 2014-06-04 Doug Evans <xdje42@gmail.com>
14884
14885 * gdb.guile/scm-generics.exp: Delete.
14886
14887 2014-06-04 Doug Evans <xdje42@gmail.com>
14888
14889 * gdb.guile/scm-breakpoint.exp: Update.
14890 Add tests for breakpoint registration.
14891
14892 2014-06-04 Tom Tromey <tromey@redhat.com>
14893
14894 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14895 VLA-in-union.
14896 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14897 inner_vla_struct, vla_union types. Initialize objects of those
14898 types and compute their sizes.
14899
14900 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14901 Hui Zhu <hui@codesourcery.com>
14902
14903 * gdb.base/fileio.exp: Add test for shell not available as well as
14904 available.
14905 * gdb.base/fileio.c (test_system): Check for shell twice.
14906
14907 2014-06-04 Yao Qi <yao@codesourcery.com>
14908
14909 * gdb.base/auto-connect-native-target.exp: Remove redundant
14910 space from the regexp pattern.
14911
14912 2014-06-04 Yao Qi <yao@codesourcery.com>
14913
14914 * gdb.base/default.exp: Replace "child" with "native" in
14915 regexp pattern.
14916
14917 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14918
14919 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14920 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14921 * gdb.python/py-xmethods.py: Python script supporting the
14922 new testcase and tests.
14923
14924 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14925 Pedro Alves <palves@redhat.com>
14926
14927 PR breakpoints/17000
14928 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14929 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14930
14931 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14932
14933 * gdb.base/subst.exp: Add tests to verify partial path matching
14934 output.
14935
14936 2014-06-03 Pedro Alves <palves@redhat.com>
14937
14938 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14939 target that doesn't use software single-stepping.
14940
14941 2014-06-03 Pedro Alves <palves@redhat.com>
14942
14943 PR breakpoints/17000
14944 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14945 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14946
14947 2014-06-02 Doug Evans <xdje42@gmail.com>
14948
14949 * gdb.guile/scm-parameter.exp: New file.
14950
14951 2014-06-02 Doug Evans <xdje42@gmail.com>
14952
14953 * gdb.guile/scm-cmd.c: New file.
14954 * gdb.guile/scm-cmd.exp: New file.
14955
14956 2014-06-02 Doug Evans <xdje42@gmail.com>
14957
14958 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14959 pretty-printer lookup.
14960 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14961 (make-pp_s-printer): Call it.
14962 (make-pretty-printer-from-dict): New function.
14963 (lookup-pretty-printer-maker-from-dict): New function.
14964 (*pretty-printer*): Simplify.
14965 (make-objfile-pp_s-printer): New function.
14966 (install-objfile-pretty-printers!): New function.
14967 (make-progspace-pp_s-printer): New function.
14968 (install-progspace-pretty-printers!): New function.
14969 * gdb.guile/scm-progspace.c: New file.
14970 * gdb.guile/scm-progspace.exp: New file.
14971
14972 2014-06-02 Pedro Alves <palves@redhat.com>
14973
14974 * gdb.base/dprintf-bp-same-addr.c: New file.
14975 * gdb.base/dprintf-bp-same-addr.exp: New file.
14976
14977 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14978
14979 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14980 * gdb.arch/powerpc-power.s: Likewise.
14981
14982 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14983
14984 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14985
14986 2014-06-01 Yao Qi <yao@codesourcery.com>
14987
14988 * gdb.base/watchpoint.exp (test_watch_location): Check null
14989 pointer can be dereferenced. If not, do the test, otherwise
14990 skip it.
14991
14992 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14993
14994 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14995 results.
14996 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14997
14998 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14999
15000 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15001 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15002 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15003 * gdb.arch/amd64-invalid-stack-top.c: New file.
15004 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15005
15006 2014-05-30 Pedro Alves <palves@redhat.com>
15007
15008 PR breakpoints/17000
15009 * gdb.base/sss-bp-on-user-bp.c: New file.
15010 * gdb.base/sss-bp-on-user-bp.exp: New file.
15011
15012 2014-05-30 David Blaikie <dblaikie@gmail.com>
15013
15014 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15015 gnu_inline semantics via attribute.
15016 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15017 source explicitly specifies the required semantics.
15018
15019 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15020
15021 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15022
15023 2014-05-29 Pedro Alves <palves@redhat.com>
15024 Tom Tromey <tromey@redhat.com>
15025
15026 * gdb.base/async-shell.exp: Don't enable target-async.
15027 * gdb.base/async.exp
15028 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15029 parameter. Adjust.
15030 (top level): Don't test with "target-async".
15031 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15032 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15033 * gdb.base/inferior-died.exp: Don't enable target-async.
15034 * gdb.base/interrupt-noterm.exp: Likewise.
15035 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15036 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15037 * gdb.mi/mi-nonstop.exp: Likewise.
15038 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15039 * gdb.mi/mi-nsintrall.exp: Likewise.
15040 * gdb.mi/mi-nsmoribund.exp: Likewise.
15041 * gdb.mi/mi-nsthrexec.exp: Likewise.
15042 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15043 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15044 * gdb.python/py-evsignal.exp: Don't enable target-async.
15045 * gdb.python/py-evthreads.exp: Likewise.
15046 * gdb.python/py-prompt.exp: Likewise.
15047 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15048 * gdb.server/solib-list.exp: Don't enable target-async.
15049 * gdb.threads/thread-specific-bp.exp: Likewise.
15050 * lib/mi-support.exp: Adjust to use mi-async.
15051
15052 2014-05-29 Pedro Alves <palves@redhat.com>
15053
15054 PR gdb/13860
15055 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15056 reason, even in sync mode.
15057
15058 2014-05-29 Pedro Alves <palves@redhat.com>
15059 Hui Zhu <hui@codesourcery.com>
15060
15061 PR PR15693
15062 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15063 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15064 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15065 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15066
15067 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15068
15069 * config/monitor.exp (gdb_target_monitor): Replace use of
15070 "set remotebaud" by "set serial baud".
15071
15072 2014-05-26 Andy Wingo <wingo@igalia.com>
15073
15074 * gdb.guile/scm-breakpoint.exp:
15075 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15076 properties instead of gdb-object-properties.
15077
15078 2014-05-26 Yao Qi <yao@codesourcery.com>
15079
15080 * gdb.server/no-thread-db.exp: Specify source file name
15081 explicitly when setting a breakpoint.
15082
15083 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15084
15085 * gdb.btrace/vdso.c: New.
15086 * gdb.btrace/vdso.exp: New.
15087
15088 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15089
15090 * gdb.base/gcore.exp (capture_command_output): Move ...
15091 * lib/gdb.exp (capture_command_output): ... here.
15092
15093 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15094
15095 * gdb.btrace/data.exp: Test memory access during btrace replay.
15096
15097 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15098
15099 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15100
15101 2014-05-21 Pedro Alves <palves@redhat.com>
15102
15103 PR gdb/13860
15104 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15105 (top level): Test that output related to execution commands is
15106 sent to the console with CLI commands, but not with MI commands.
15107 Test that breakpoint events are always mirrored to the console.
15108 Also expect the new source line to be output after a "next" in
15109 async mode too. Make it a pass/fail test.
15110 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15111 output.
15112 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15113
15114 2014-05-21 Pedro Alves <palves@redhat.com>
15115
15116 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15117 Use them to test variations of "list" after reaching a breakpoint.
15118 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15119 Test "list" with listsize 10 after reaching a breakpoint.
15120 * gdb.python/python.exp (decode_line current location line
15121 number): Adjust expected line number.
15122
15123 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15124
15125 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15126 behavior for $args, pass it directly to "run".
15127
15128 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15129
15130 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15131 30000 to 65536.
15132
15133 2014-05-21 Pedro Alves <palves@redhat.com>
15134
15135 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15136 auto-connect-native-target off".
15137 * gdb.base/auto-connect-native-target.c: New file.
15138 * gdb.base/auto-connect-native-target.exp: New file.
15139
15140 2014-05-21 Pedro Alves <palves@redhat.com>
15141
15142 * gdb.base/default.exp: Test "target native" instead of "target
15143 child".
15144
15145 2014-05-21 Mark Wielaard <mjw@redhat.com>
15146
15147 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15148
15149 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15150
15151 Fix TLS access for -static -pthread.
15152 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15153 <HAVE_TLS> (thread_function, main): Initialize it.
15154 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15155 Add clean_restart.
15156 <$have_tls != "">: Check TLSVAR.
15157
15158 2014-05-21 Pedro Alves <palves@redhat.com>
15159
15160 * gdb.base/dcache-line-read-error.c: New.
15161 * gdb.base/dcache-line-read-error.exp: New.
15162
15163 2014-05-20 Pedro Alves <palves@redhat.com>
15164
15165 * gdb.base/compare-sections.c: New file.
15166 * gdb.base/compare-sections.exp: New file.
15167
15168 2014-05-20 Pedro Alves <palves@redhat.com>
15169
15170 * gdb.base/break-idempotent.c: New file.
15171 * gdb.base/break-idempotent.exp: New file.
15172
15173 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15174
15175 * gdb.btrace/nohist.exp: New.
15176
15177 2014-05-20 Yao Qi <yao@codesourcery.com>
15178
15179 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15180 gdb.reverse directory and gdb_reverse_timeout exists in board
15181 setting.
15182 * README: Document gdb_reverse_timeout.
15183
15184 2014-05-20 Yao Qi <yao@codesourcery.com>
15185
15186 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15187 'test_file_name'. Treat args as a string instead of a list.
15188 (gdb_init): Rename argument 'args' by 'test_file_name'.
15189
15190 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15191
15192 * gdb.arch/powerpc-power.exp: New file.
15193 * gdb.arch/powerpc-power.s: New file.
15194
15195 2014-05-16 Doug Evans <dje@google.com>
15196
15197 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15198 * gdb.base/completion.exp: Check that all expected files exist
15199 before doing file completion.
15200
15201 2014-05-16 Doug Evans <dje@google.com>
15202
15203 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15204 Update.
15205 (do_syscall_tests_without_xml): Update.
15206
15207 2014-05-16 Pedro Alves <palves@redhat.com>
15208
15209 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15210 instead of "unknown output after running".
15211
15212 2014-05-16 Yao Qi <yao@codesourcery.com>
15213
15214 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15215 file1.txt from host at the end.
15216 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15217
15218 2014-05-15 Doug Evans <dje@google.com>
15219
15220 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15221 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15222 loading file. Add test for TU lookup.
15223
15224 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15225
15226 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15227 calling "-exec-arguments" or "set args" before running the
15228 inferior.
15229
15230 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15231
15232 * lib/mi-support.exp (mi_expect_stop): Expect message for
15233 inferiors that exit with non-zero exit code.
15234
15235 2014-05-14 Yao Qi <yao@codesourcery.com>
15236
15237 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15238 match absolute path on remote host.
15239 (test_file_list_exec_source_files): Remove "/" from the
15240 pattern.
15241
15242 2014-05-14 Yao Qi <yao@codesourcery.com>
15243
15244 * boards/local-remote-host-notty.exp (${board}_file): New
15245 proc.
15246
15247 2014-05-07 Kyle McMartin <kyle@redhat.com>
15248
15249 Pushed by Joel Brobecker <brobecker@adacore.com>.
15250 * gdb.arch/aarch64-atomic-inst.c: New file.
15251 * gdb.arch/aarch64-atomic-inst.exp: New file.
15252
15253 2014-05-07 Yao Qi <yao@codesourcery.com>
15254
15255 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15256 in current context" too.
15257
15258 2014-05-05 Keith Seitz <keiths@redhat.com>
15259
15260 * gdb.linespec/ls-dollar.exp: Add test for linespec
15261 file:convenience_variable.
15262
15263 2014-05-05 Yao Qi <yao@codesourcery.com>
15264
15265 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15266 traceframes into tfile and ctf trace files. Read data from
15267 trace file and test collected data.
15268 (gdb_collect_locals_test): Likewise.
15269 (gdb_unavailable_registers_test): Likewise.
15270 (gdb_unavailable_floats): Likewise.
15271 (gdb_collect_globals_test): Likewise.
15272 (top-level): Append "ctf" to trace_file_targets if GDB
15273 supports.
15274
15275 2014-05-05 Yao Qi <yao@codesourcery.com>
15276
15277 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15278 code to ...
15279 (gdb_collect_args_test_1): ... it. New proc.
15280 (gdb_collect_locals_test): Move some code to ...
15281 (gdb_collect_locals_test_1): ... it. New proc.
15282 (gdb_unavailable_registers_test): Move some code to ...
15283 (gdb_unavailable_registers_test_1): ... it. New proc.
15284 (gdb_unavailable_floats): Move some code to ...
15285 (gdb_unavailable_floats_1): ... it. New proc.
15286
15287 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15288
15289 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15290 probes to test for bitness recognition.
15291 * gdb.arch/amd64-stap-optional-prefix.exp
15292 (test_probe_value_without_reg): New procedure.
15293 Add code to test for different kinds of bitness.
15294
15295 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15296
15297 PR breakpoints/16889
15298 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15299 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15300
15301 2014-05-01 Pedro Alves <palves@redhat.com>
15302
15303 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15304 gdb_file_cmd if no file is specified.
15305 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15306 last_loaded_file to set the remote exec-file.
15307
15308 2014-05-01 Pedro Alves <palves@redhat.com>
15309
15310 * boards/local-remote-host.exp: New file.
15311
15312 2014-05-01 Pedro Alves <palves@redhat.com>
15313
15314 * boards/local-remote-host.exp: Rename to ...
15315 * boards/local-remote-host-notty.exp: ... this.
15316
15317 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15318
15319 * gdb.ada/dyn_arrayidx: New testcase.
15320
15321 2014-04-26 Yao Qi <yao@codesourcery.com>
15322
15323 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15324 and compute the length of function main. Save it in
15325 $main_length.
15326 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15327 (top-level): Use gdb_compile to compile objects into
15328 executable and restart GDB. Remove invocation to
15329 prepare_for_testing.
15330
15331 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15332 Pedro Alves <palves@redhat.com>
15333
15334 PR server/16255
15335 * gdb.multi/multi-attach.c: New file.
15336 * gdb.multi/multi-attach.exp: New file.
15337
15338 2014-04-25 Pedro Alves <palves@redhat.com>
15339
15340 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15341 user.
15342 (top level): Test that "set remote conditional-breakpoints-packet
15343 off" works as intended.
15344 * gdb.base/dprintf.exp: Test that "set remote
15345 breakpoint-commands-packet off" works as intended.
15346 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15347 New function.
15348 (top level): Call it.
15349 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15350 remote fast-tracepoints-packet off" works as intended.
15351 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15352 * lib/gdb.exp (gdb_is_target_remote): ... here.
15353
15354 2014-04-24 David Blaikie <dblaikie@gmail.com>
15355
15356 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15357 ensure clang would not discard them.
15358 * gdb.base/gdbvars.c: Ditto.
15359 * gdb.base/memattr.c: Ditto.
15360 * gdb.base/whatis.c: Ditto.
15361 * gdb.python/py-prettyprint.c: Ditto.
15362 * gdb.trace/actions.c: Ditto.
15363 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15364 ensure clang would not discard it.
15365
15366 2014-04-24 David Blaikie <dblaikie@gmail.com>
15367
15368 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15369 clang to emit the full definition of type required by the test
15370 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15371
15372 2014-04-24 David Blaikie <dblaikie@gmail.com>
15373
15374 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15375 coax Clang into emitting the definition of the type.
15376 * gdb.cp/pr10728-x.h (y): Ditto.
15377 * gdb.cp/pr10728-y.cc (y): Ditto.
15378
15379 2014-04-24 David Blaikie <dblaikie@gmail.com>
15380
15381 * gdb.base/label.exp: XFAIL label related tests under Clang.
15382 * gdb.cp/cplabel.exp: Ditto.
15383 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15384 under Clang those using labels.
15385
15386 2014-04-25 Yao Qi <yao@codesourcery.com>
15387
15388 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15389 double_label.
15390 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15391 partial_label and double_label.
15392
15393 2014-04-24 David Blaikie <dblaikie@gmail.com>
15394
15395 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15396
15397 2014-04-24 David Blaikie <dblaikie@gmail.com>
15398
15399 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15400 of the function to work across GCC and Clang.
15401 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15402 pointer types (const void ** const V void **).
15403
15404 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15405 Walfred Tedeschi <walfred.tedeschi@intel.com>
15406
15407 * Makefile.in (EXECUTABLES): Added i386-avx512.
15408 * gdb.arch/i386-avx512.c: New file.
15409 * gdb.arch/i386-avx512.exp: Likewise.
15410
15411 2014-04-23 Keith Seitz <keiths@redhat.com>
15412
15413 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15414 (mi_make_breakpoint_table): New procedure.
15415 (mi_create_breakpoint): Use mi_make_breakpoint
15416 and return the result.
15417 (mi_make_breakpoint): New procedure.
15418 (mi_build_kv_pairs): New procedure.
15419
15420 * gdb.mi/mi-break.exp: Remove unused globals,
15421 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15422 All callers updated.
15423 * gdb.mi/mi-dprintf.exp: Use variable to track command
15424 number.
15425 Update all callers of mi_create_breakpoint and use
15426 mi_make_breakpoint_table.
15427 Remove any unused global variables.
15428 * gdb.mi/mi-nonstop.exp: Likewise.
15429 * gdb.mi/mi-nsintrall.exp: Likewise.
15430 * gdb.mi/mi-nsmoribund.exp: Likewise.
15431 * gdb.mi/mi-nsthrexec.exp: Likewise.
15432 * gdb.mi/mi-reverse.exp: Likewise.
15433 * gdb.mi/mi-simplerun.exp: Likewise.
15434 * gdb.mi/mi-stepn.exp: Likewise.
15435 * gdb.mi/mi-syn-frame.exp: Likewise.
15436 * gdb.mi/mi-until.exp: Likewise.
15437 * gdb.mi/mi-var-cp.exp: Likewise.
15438 * gdb.mi/mi-var-display.exp: Likewise.
15439 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15440 * gdb.mi/mi2-var-child.exp: Likewise.
15441 * gdb.mi/mi-vla-c99.exp: Likewise.
15442 * lib/mi-support.exp: Likewise.
15443
15444 From Ian Lance Taylor <iant@cygnus.com>:
15445 * lib/gdb.exp (parse_args): New procedure.
15446
15447 2014-04-23 Pedro Alves <palves@redhat.com>
15448
15449 * gdb.base/break-unload-file.c: New file.
15450 * gdb.base/break-unload-file.exp: New file.
15451 * gdb.base/sym-file-lib.c (baz): New function.
15452 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15453 field.
15454 (load): Store the segment's mapped size.
15455 (unload): New function.
15456 (unload_shlib): New function.
15457 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15458 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15459 set a breakpoint at baz, and call it.
15460 * gdb.base/sym-file.exp: New tests for stale breakpoint
15461 instructions.
15462
15463 2014-04-23 Pedro Alves <palves@redhat.com>
15464
15465 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15466 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15467 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15468 * gdb.base/hbreak-unmapped.c: New file.
15469 * gdb.base/hbreak-unmapped.exp: New file.
15470 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15471 * lib/gdb.exp (gdb_is_target_remote): ... here.
15472
15473 2014-04-22 Pedro Alves <palves@redhat.com>
15474
15475 * gdb.base/consecutive-step-over.c: New file.
15476 * gdb.base/consecutive-step-over.exp: New file.
15477
15478 2014-04-22 Pedro Alves <palves@redhat.com>
15479
15480 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15481 instead of send_gdb/gdb_expect.
15482
15483 2014-04-22 Yao Qi <yao@codesourcery.com>
15484
15485 * lib/trace-support.exp (generate_tracefile): New procedure.
15486 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15487 return 0.
15488 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15489 if generate_tracefile returns 1.
15490
15491 2014-04-18 Tom Tromey <palves@redhat.com>
15492 Pedro alves <tromey@redhat.com>
15493
15494 PR backtrace/15558
15495 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15496 with a backtrace limit.
15497 * gdb.python/py-frame-inline.exp: Test running to an inline
15498 function with a backtrace limit, and printing the newest frame.
15499 * gdb.python/py-frame-inline.c (main): Call f.
15500
15501 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15502
15503 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15504
15505 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15506
15507 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15508 Drop prefix from unsupported source file path.
15509
15510 2014-04-17 Yao Qi <yao@codesourcery.com>
15511
15512 * lib/gdb.exp (with_target_charset): New proc.
15513 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15514 with_target_charset.
15515 (test_print_strings): Likewise.
15516 (test_repeat_bytes): Likewise.
15517 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15518 for some tests.
15519
15520 2014-04-16 Keith Seitz <keiths@redhat.com>
15521
15522 PR gdb/15827
15523 * gdb.dwarf2/corrupt.c: New file.
15524 * gdb.dwarf2/corrupt.exp: New file.
15525
15526 2014-04-16 Keith Seitz <keiths@redhat.com>
15527
15528 PR c++/16597
15529 * gdb.cp/namelessclass.cc: New file.
15530 * gdb.cp/namelessclass.exp: New file.
15531 * gdb.cp/namelessclass.S: New file.
15532
15533 2014-04-16 Doug Evans <dje@google.com>
15534
15535 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15536 Add comment.
15537 (gdbserver_default_get_comm_port): New function.
15538 (gdbserver_start): Check if board file provided
15539 "gdbserver,get_comm_port" and use it if so.
15540 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15541 (gdb,socketport): Set to "stdio".
15542 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15543 (stdio_gdbserver_template): Delete.
15544 (${board}_get_remote_address): Update.
15545 (${board}_build_remote_cmd): Delete.
15546 (${board}_get_comm_port): New function.
15547 (${board}_spawn): Update.
15548 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15549 Delete.
15550 (${board}_get_remote_address): Update.
15551 (${board}_get_comm_port): New function.
15552
15553 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15554
15555 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15556 appearing in any order.
15557
15558 2014-04-15 Doug Evans <dje@google.com>
15559
15560 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15561 uninitialized value of "description".
15562
15563 2014-04-15 Keith Seitz <keiths@redhat.com>
15564
15565 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15566 Remove unused globals.
15567 (test_running_the_program): Likewise.
15568 (test_controlled_execution): Likewise.
15569 (test_controlling_breakpoints): Likewise.
15570 (test_program_termination): Likewise.
15571
15572 2014-04-15 Keith Seitz <keiths@redhat.com>
15573
15574 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15575 unused globals.
15576 (test_rbreak_creation_and_listing): Likewise.
15577 (test_ignore_count): Likewise.
15578 (test_error): Likewise.
15579
15580 2014-04-15 Pedro Alves <palves@redhat.com>
15581
15582 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15583 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15584 sym-file-loader.c.
15585 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15586 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15587 to sym-file-loader.c.
15588 (struct library): Forward declare.
15589 (load_shlib, lookup_function): Change prototypes.
15590 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15591 (translate_offset): Remove declarations.
15592 (get_text_addr): New declaration.
15593 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15594 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15595 sym-file-loader.h.
15596 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15597 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15598 here from sym-file-loader.h.
15599 (struct library): New structure.
15600 (load_shlib, lookup_function): Change prototypes and adjust to
15601 work with a struct library.
15602 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15603 (translate_offset): Make static.
15604 (get_text_addr): New function.
15605 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15606
15607 2014-04-15 Pedro Alves <palves@redhat.com>
15608
15609 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15610
15611 2014-04-15 Pedro Alves <palves@redhat.com>
15612
15613 * gdb.base/sym-file-loader.c: Include <limits.h>.
15614 (SELF_LINK): New define.
15615 (get_origin): New function.
15616 (load_shlib): Use it.
15617 * gdb.base/sym-file.exp: Don't early return if the target is
15618 remote. Use runto_main, and issue fail is that fails. Use
15619 gdb_load_shlibs.
15620 (shlib_name): Delete.
15621 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15622
15623 2014-04-15 Pedro Alves <palves@redhat.com>
15624
15625 * gdb.base/sym-file.exp: Remove regex characters from test
15626 message. Don't refer to breakpoint numbers in test messages.
15627
15628 2014-04-14 Keith Seitz <keiths@redhat.com>
15629
15630 PR c++/16253
15631 * gdb.cp/var-tag.cc: New file.
15632 * gdb.cp/var-tag.exp: New file.
15633 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15634 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15635 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15636 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15637
15638 2014-04-14 Tom Tromey <tromey@redhat.com>
15639
15640 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15641 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15642 type.
15643 * gdb.cp/enum-class.exp: New file.
15644 * gdb.cp/enum-class.cc: New file.
15645
15646 2014-04-14 Tom Tromey <tromey@redhat.com>
15647
15648 * gdb.dwarf2/enum-type.exp: New file.
15649
15650 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15651
15652 * gdb.mi/mi-vla-c99.exp: New file.
15653 * gdb.mi/vla.c: New file.
15654
15655 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15656
15657 * gdb.base/vla-datatypes.c: New file.
15658 * gdb.base/vla-datatypes.exp: New file.
15659
15660 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15661
15662 * gdb.base/vla-ptr.c: New file.
15663 * gdb.base/vla-ptr.exp: New file.
15664
15665 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15666
15667 * gdb.dwarf2/count.exp: New file.
15668
15669 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15670
15671 * gdb.base/vla-sideeffect.c: New file.
15672 * gdb.base/vla-sideeffect.exp: New file.
15673
15674 2014-04-14 David Blaikie <dblaikie@gmail.com>
15675
15676 * gdb.mi/non-stop.c: Add return value for non-void function return
15677 statement.
15678 * gdb.threads/staticthreads.c: Ditto.
15679
15680 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15681 Doug Evans <xdje42@gmail.com>
15682
15683 * gdb.guile/scm-value.c: Improve test case.
15684 * gdb.guile/scm-value.exp: Add new test.
15685
15686 2014-04-11 David Blaikie <dblaikie@gmail.com>
15687
15688 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15689 override Clang's default.
15690
15691 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15692
15693 Revert the following changes (regressions):
15694
15695 * gdb.base/vla-sideeffect.c: New file.
15696 * gdb.base/vla-sideeffect.exp: New file.
15697
15698 * gdb.dwarf2/count.exp: New file.
15699
15700 * gdb.base/vla-multi.c: New file.
15701 * gdb.base/vla-multi.exp: New file.
15702
15703 * gdb.base/vla-ptr.c: New file.
15704 * gdb.base/vla-ptr.exp: New file.
15705
15706 * gdb.base/vla-datatypes.c: New file.
15707 * gdb.base/vla-datatypes.exp: New file.
15708
15709 * gdb.mi/mi-vla-c99.exp: New file.
15710 * gdb.mi/vla.c: New file.
15711
15712 2014-04-11 Keith Seitz <keiths@redhat.com>
15713
15714 PR c++/16675
15715 * gdb.cp/cpsizeof.exp: New file.
15716 * gdb.cp/cpsizeof.cc: New file.
15717
15718 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15719
15720 * gdb.mi/mi-vla-c99.exp: New file.
15721 * gdb.mi/vla.c: New file.
15722
15723 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15724
15725 * gdb.base/vla-datatypes.c: New file.
15726 * gdb.base/vla-datatypes.exp: New file.
15727
15728 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15729
15730 * gdb.base/vla-ptr.c: New file.
15731 * gdb.base/vla-ptr.exp: New file.
15732
15733 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15734
15735 * gdb.base/vla-multi.c: New file.
15736 * gdb.base/vla-multi.exp: New file.
15737
15738 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15739
15740 * gdb.dwarf2/count.exp: New file.
15741
15742 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15743
15744 * gdb.base/vla-sideeffect.c: New file.
15745 * gdb.base/vla-sideeffect.exp: New file.
15746
15747 2014-04-11 Yao Qi <yao@codesourcery.com>
15748
15749 * gdb.base/completion.exp: Check file exists before running tests
15750 on file completion.
15751
15752 2014-04-10 Pedro Alves <palves@redhat.com>
15753
15754 * gdb.base/cond-eval-mode.c: New file.
15755 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15756 prepare_for_testing to build the new file. Check result of
15757 runto_main.
15758 (test_break, test_watch): New procedures.
15759 (top level): Use them.
15760
15761 2014-04-08 Pierre Muller <muller@sourceware.org>
15762
15763 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15764 Ctrl-V use for mingw hosts.
15765
15766 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15767
15768 * gdb.python/py-value.c: Improve test case.
15769 * gdb.python/py-value.exp: Add new test.
15770
15771 2014-04-07 David Blaikie <dblaikie@gmail.com>
15772
15773 * lib/compiler.c: Identify the clang compiler.
15774 * lib/compiler.cc: Ditto.
15775
15776 2014-04-03 Yao Qi <yao@codesourcery.com>
15777
15778 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15779
15780 2014-04-01 Anton Blanchard <anton@samba.org>
15781
15782 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15783 messages unique.
15784
15785 2014-04-01 Anton Blanchard <anton@samba.org>
15786
15787 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15788 prepare_for_testing.
15789
15790 2014-04-01 Anton Blanchard <anton@samba.org>
15791
15792 * gdb.arch/ppc64-atomic-inst.c: Remove.
15793 * gdb.arch/ppc64-atomic-inst.S: New file.
15794 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15795
15796 2014-03-31 Doug Evans <dje@google.com>
15797
15798 * gdb.base/print-symbol-loading-lib.c: New file.
15799 * gdb.base/print-symbol-loading-main.c: New file.
15800 * gdb.base/print-symbol-loading.exp: New file.
15801
15802 2014-03-31 Yao Qi <yao@codesourcery.com>
15803
15804 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15805
15806 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15807
15808 * gdb.ada/mi_dyn_arr: New testcase.
15809
15810 2014-03-27 Doug Evans <dje@google.com>
15811
15812 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15813
15814 2014-03-27 Yao Qi <yao@codesourcery.com>
15815
15816 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15817 if target is nios2-*-*.
15818
15819 2014-03-26 Yao Qi <yao@codesourcery.com>
15820
15821 * lib/gdb.exp (readline_is_used): New proc.
15822 * gdb.base/completion.exp: Move tests on command complete up.
15823 Skip the rest of tests if readline is not used.
15824 * gdb.ada/complete.exp: Skp the test if readline is not
15825 used.
15826 * gdb.base/filesym.exp: Likewise.
15827 * gdb.base/macscp.exp: Likewise.
15828 * gdb.base/readline-ask.exp: Likewise.
15829 * gdb.base/readline.exp: Likewise.
15830 * gdb.python/py-cmd.exp: Likewise.
15831 * gdb.trace/tfile.exp: Likewise.
15832
15833 2014-03-26 Yao Qi <yao@codesourcery.com>
15834
15835 * gdb.base/macscp.exp: Fix code format issues.
15836
15837 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15838
15839 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15840 * gdb.asm/powerpc64le.inc: New file.
15841
15842 2014-03-25 Pedro Alves <palves@redhat.com>
15843 Doug Evans <dje@google.com>
15844
15845 * gdb.base/source-execution.c: New file.
15846 * gdb.base/source-execution.exp: New file.
15847 * gdb.base/source-execution.gdb: New file.
15848
15849 2014-03-24 Doug Evans <dje@google.com>
15850
15851 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15852 using fission.
15853
15854 2014-03-24 Hui Zhu <hui@codesourcery.com>
15855 Pedro Alves <palves@redhat.com>
15856
15857 PR breakpoints/16101
15858 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15859 test pass/fail messages. Detect missing support for dprintf when
15860 breakpoints are actually inserted.
15861 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15862 breakpoints are actually inserted.
15863 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15864 fails.
15865
15866 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15867
15868 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15869
15870 2014-03-22 Doug Evans <xdje42@gmail.com>
15871
15872 * gdb.python/python.exp (python not supported): Verify multi-line
15873 python command issues an error.
15874 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15875 guile command issues an error.
15876
15877 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15878
15879 * gdb.threads/thread-specific.exp: Handle the lack of usable
15880 $this_breakpoint and $this_thread.
15881
15882 2014-03-21 Hui Zhu <hui@codesourcery.com>
15883
15884 * gdb.base/attach.exp (do_command_attach_tests): New.
15885
15886 2014-03-20 Tom Tromey <tromey@redhat.com>
15887 Pedro Alves <palves@redhat.com>
15888
15889 PR cli/15718
15890 * gdb.base/condbreak-call-false.c: New file.
15891 * gdb.base/condbreak-call-false.exp: New file.
15892
15893 2014-03-20 Pedro Alves <palves@redhat.com>
15894
15895 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15896 Delete.
15897 (block_signals, unblock_signals): Delete.
15898 (child_function_2, main): Remove references to deleted variable
15899 and functions.
15900
15901 2014-03-20 Pedro Alves <palves@redhat.com>
15902
15903 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15904 Use pthread_kill to signal thread 2.
15905 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15906 Adjust to make the test send itself a signal rather than using the
15907 host's "kill" command.
15908
15909 2014-03-20 Pedro Alves <palves@redhat.com>
15910
15911 * gdb.threads/multiple-step-overs.c: New file.
15912 * gdb.threads/multiple-step-overs.exp: New file.
15913 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15914 Adjust expected infrun debug output.
15915
15916 2014-03-20 Pedro Alves <palves@redhat.com>
15917
15918 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15919 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15920
15921 2014-03-20 Pedro Alves <palves@redhat.com>
15922
15923 PR breakpoints/7143
15924 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15925 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15926 of gdb_test_multiple.
15927 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15928 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15929
15930 2014-03-20 Pedro Alves <palves@redhat.com>
15931
15932 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15933 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15934
15935 2014-03-19 Pedro Alves <palves@redhat.com>
15936
15937 * gdb.base/async.exp: Remove early return.
15938
15939 2014-03-19 Pedro Alves <palves@redhat.com>
15940
15941 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15942
15943 2014-03-19 Pedro Alves <palves@redhat.com>
15944
15945 * gdb.base/async.exp (test_background): Expect \r\n after
15946 "completed." in the fail pattern.
15947
15948 2014-03-19 Pedro Alves <palves@redhat.com>
15949
15950 * gdb.base/async.exp (test_background): New procedure.
15951 Use it for all background execution command tests.
15952
15953 2014-03-19 Pedro Alves <palves@redhat.com>
15954
15955 * gdb.base/async.exp: Use prepare_for_testing.
15956
15957 2014-03-19 Pedro Alves <palves@redhat.com>
15958
15959 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15960 the same line.
15961
15962 2014-03-19 Pedro Alves <palves@redhat.com>
15963
15964 * gdb.base/async.c (main): Add "jump here" and "until here" line
15965 marker comments.
15966 * gdb.base/async.exp (jump_here): New global.
15967 (jump& test): Use it.
15968 (until_here): New global.
15969 (until& test): Use it.
15970
15971 2014-03-19 Pedro Alves <palves@redhat.com>
15972
15973 * gdb.base/async.exp: Don't frob gdb_protocol.
15974
15975 2014-03-18 Doug Evans <xdje42@gmail.com>
15976
15977 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15978 Fix spelling of exec-done-display.
15979
15980 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15981
15982 PR gdb/15358
15983 * gdb.base/gdb-sigterm.c: New file.
15984 * gdb.base/gdb-sigterm.exp: New file.
15985
15986 2014-03-18 Pedro Alves <palves@redhat.com>
15987
15988 PR gdb/13860
15989 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15990 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15991 solib-event.
15992
15993 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15994
15995 * gdb.ada/pckd_arr_ren: New testcase.
15996
15997 2014-03-13 Doug Evans <xdje42@gmail.com>
15998
15999 PR guile/16612
16000 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16001 collect after discarding symbols.
16002
16003 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16004 Doug Evans <xdje42@gmail.com>
16005
16006 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16007 to history survives a gc.
16008
16009 2014-03-13 Pedro Alves <palves@redhat.com>
16010
16011 * gdb.base/default.exp: Don't test "target procfs".
16012
16013 2014-03-13 Pedro Alves <palves@redhat.com>
16014
16015 * gdb.base/default.exp: Update "target child" and "target procfs"
16016 tests to not expect "Unix".
16017
16018 2014-03-12 Tom Tromey <tromey@redhat.com>
16019
16020 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16021 New procs. Add target-async tests.
16022 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16023 Add target-async tests.
16024
16025 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16026
16027 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16028 'func_start' and 'func_end' for the beginning and end of the
16029 function code, respectively.
16030 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16031 'func_end' instead of 'func' and 'main'.
16032
16033 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16034
16035 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16036 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16037 generate the debug info assembler source.
16038
16039 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16040
16041 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16042 * gdb.dwarf2/arr-subrange.exp: Likewise.
16043 * gdb.dwarf2/dwz.exp: Likewise.
16044 * gdb.dwarf2/method-ptr.exp: Likewise.
16045 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16046 * gdb.dwarf2/subrange.exp: Likewise.
16047 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16048 * gdb.dwarf2/implptrpiece.exp: Likewise.
16049 * gdb.dwarf2/nostaticblock.exp: Likewise.
16050
16051 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16052
16053 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16054 directory to absolute path name arguments.
16055
16056 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16057
16058 * gdb.ada/tagged_access: New testcase.
16059
16060 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16061
16062 * gdb.btrace/data.exp: Update expected output.
16063
16064 2014-03-06 Yao Qi <yao@codesourcery.com>
16065
16066 * gdb.trace/pr16508.exp: New file.
16067
16068 2014-03-05 Pedro Alves <palves@redhat.com>
16069
16070 PR gdb/16575
16071 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16072 procedure.
16073 (top level): Adjust to use it. Add tests that exercise breakpoint
16074 interaction with the code-cache.
16075
16076 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16077
16078 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16079 test for 'history-append!'.
16080
16081 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16082
16083 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16084 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16085 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16086 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16087 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16088 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16089
16090 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16091
16092 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16093 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16094 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16095
16096 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16097
16098 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16099
16100 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16101
16102 * gdb.dwarf2/arr-stride.c: New file.
16103 * gdb.dwarf2/arr-stride.exp: New file.
16104
16105 2014-02-26 Pedro Alves <palves@redhat.com>
16106
16107 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16108 that won't ever trigger. Make sure that GDB reports the correct
16109 breakpoint that caused the stop.
16110
16111 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16112
16113 PR gdb/16626
16114 * gdb.base/auto-load-script: New file.
16115 * gdb.base/auto-load.c: New file.
16116 * gdb.base/auto-load.exp: New file.
16117
16118 PR gdb/16626
16119 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16120
16121 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16122
16123 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16124 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16125
16126 2014-02-24 Doug Evans <dje@google.com>
16127
16128 * lib/gdb.exp (run_on_host): Log error output if program fails.
16129
16130 2014-02-21 Pedro Alves <palves@redhat.com>
16131
16132 * gdb.threads/step-after-sr-lock.c: Rename to ...
16133 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16134 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16135 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16136 ... this.
16137
16138 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16139
16140 PR tdep/16397
16141 * gdb.arch/amd64-stap-special-operands.exp: New file.
16142 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16143 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16144 * gdb.arch/amd64-stap-triplet.S: Likewise.
16145 * gdb.arch/amd64-stap-triplet.c: Likewise.
16146
16147 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16148
16149 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16150 in .section pseudo-op.
16151
16152 2014-02-20 lin zuojian <manjian2006@gmail.com>
16153 Joel Brobecker <brobecker@adacore.com>
16154 Doug Evans <xdje42@gmail.com>
16155
16156 PR symtab/16581
16157 * gdb.dwarf2/dw2-icycle.S: New file.
16158 * gdb.dwarf2/dw2-icycle.c: New file.
16159 * gdb.dwarf2/dw2-icycle.exp: New file.
16160
16161 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16162
16163 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16164 operations on gdb.Value objects.
16165 * gdb.python/py-value-cc.exp: Add new test to test operations on
16166 gdb.Value objects.
16167
16168 2014-02-18 Doug Evans <dje@google.com>
16169
16170 * Makefile.in (TESTS): New variable.
16171 (expanded_tests, expanded_tests_or_none): New variables
16172 (check-single): Pass $(expanded_tests_or_none) to runtest.
16173 (check-parallel): Only run tests in $(TESTS) if non-empty.
16174 (check/no-matching-tests-found): New rule.
16175 * README: Document TESTS makefile variable.
16176
16177 2014-02-18 Doug Evans <dje@google.com>
16178
16179 * Makefile.in (check-parallel): rm -rf outputs temp.
16180
16181 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16182
16183 Fix "ERROR: no fileid for" in the testsuite.
16184 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16185
16186 2014-02-12 Doug Evans <dje@google.com>
16187
16188 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16189 (MISCELLANEOUS): New variable.
16190 (clean): rm -rf $(MISCELLANEOUS).
16191 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16192 dwp live in the same directory as symlinks, with each symlink pointed
16193 to a differently named file in a different directory.
16194
16195 2014-02-11 Doug Evans <dje@google.com>
16196
16197 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16198 of Tcl file commands.
16199
16200 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16201
16202 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16203 "kill -SIGUSR1 -1".
16204
16205 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16206
16207 * gdb.ada/tick_length_array_enum_idx: New testcase.
16208
16209 2014-02-10 Doug Evans <xdje42@gmail.com>
16210
16211 * configure.ac (AC_OUTPUT): Add gdb.guile.
16212 * configure: Regenerate.
16213 * lib/gdb-guile.exp: New file.
16214 * lib/gdb.exp (get_target_charset): New function.
16215 * gdb.base/help.exp: Update expected output from "apropos apropos".
16216 * gdb.guile/Makefile.in: New file.
16217 * gdb.guile/guile.exp: New file.
16218 * gdb.guile/scm-arch.c: New file.
16219 * gdb.guile/scm-arch.exp: New file.
16220 * gdb.guile/scm-block.c: New file.
16221 * gdb.guile/scm-block.exp: New file.
16222 * gdb.guile/scm-breakpoint.c: New file.
16223 * gdb.guile/scm-breakpoint.exp: New file.
16224 * gdb.guile/scm-disasm.c: New file.
16225 * gdb.guile/scm-disasm.exp: New file.
16226 * gdb.guile/scm-equal.c: New file.
16227 * gdb.guile/scm-equal.exp: New file.
16228 * gdb.guile/scm-error.exp: New file.
16229 * gdb.guile/scm-error.scm: New file.
16230 * gdb.guile/scm-frame-args.c: New file.
16231 * gdb.guile/scm-frame-args.exp: New file.
16232 * gdb.guile/scm-frame-args.scm: New file.
16233 * gdb.guile/scm-frame-inline.c: New file.
16234 * gdb.guile/scm-frame-inline.exp: New file.
16235 * gdb.guile/scm-frame.c: New file.
16236 * gdb.guile/scm-frame.exp: New file.
16237 * gdb.guile/scm-generics.exp: New file.
16238 * gdb.guile/scm-gsmob.exp: New file.
16239 * gdb.guile/scm-iterator.c: New file.
16240 * gdb.guile/scm-iterator.exp: New file.
16241 * gdb.guile/scm-math.c: New file.
16242 * gdb.guile/scm-math.exp: New file.
16243 * gdb.guile/scm-objfile-script-gdb.in: New file.
16244 * gdb.guile/scm-objfile-script.c: New file.
16245 * gdb.guile/scm-objfile-script.exp: New file.
16246 * gdb.guile/scm-objfile.c: New file.
16247 * gdb.guile/scm-objfile.exp: New file.
16248 * gdb.guile/scm-ports.exp: New file.
16249 * gdb.guile/scm-pretty-print.c: New file.
16250 * gdb.guile/scm-pretty-print.exp: New file.
16251 * gdb.guile/scm-pretty-print.scm: New file.
16252 * gdb.guile/scm-section-script.c: New file.
16253 * gdb.guile/scm-section-script.exp: New file.
16254 * gdb.guile/scm-section-script.scm: New file.
16255 * gdb.guile/scm-symbol.c: New file.
16256 * gdb.guile/scm-symbol.exp: New file.
16257 * gdb.guile/scm-symtab-2.c: New file.
16258 * gdb.guile/scm-symtab.c: New file.
16259 * gdb.guile/scm-symtab.exp: New file.
16260 * gdb.guile/scm-type.c: New file.
16261 * gdb.guile/scm-type.exp: New file.
16262 * gdb.guile/scm-value-cc.cc: New file.
16263 * gdb.guile/scm-value-cc.exp: New file.
16264 * gdb.guile/scm-value.c: New file.
16265 * gdb.guile/scm-value.exp: New file.
16266 * gdb.guile/source2.scm: New file.
16267 * gdb.guile/types-module.cc: New file.
16268 * gdb.guile/types-module.exp: New file.
16269
16270 2014-02-10 Yao Qi <yao@codesourcery.com>
16271
16272 PR testsuite/16543
16273 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16274 * configure: Regenerated.
16275 * Makefile.in: New file.
16276
16277 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16278
16279 * gdb.python/py-framefilter.exp: Fix typo.
16280
16281 2014-02-08 Yao Qi <yao@codesourcery.com>
16282
16283 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16284 that no =breakpoint-modified is emitted when breakpoints are
16285 modified through MI commands.
16286
16287 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16288 Pedro Alves <palves@redhat.com>
16289
16290 * gdb.threads/step-after-sr-lock.c: New file.
16291 * gdb.threads/step-after-sr-lock.exp: New file.
16292
16293 2014-02-07 Pedro Alves <palves@redhat.com>
16294
16295 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16296
16297 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16298
16299 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16300 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16301
16302 2014-02-06 Doug Evans <xdje42@gmail.com>
16303
16304 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16305 output.
16306
16307 * gdb.gdb/python-interrupts.exp: New file.
16308
16309 2014-02-05 Yao Qi <yao@codesourcery.com>
16310
16311 * gdb.trace/report.exp (use_collected_data): Test the output
16312 of "info threads" and "info inferiors".
16313
16314 2014-02-05 Yao Qi <yao@codesourcery.com>
16315
16316 Revert this patch:
16317
16318 2013-05-24 Yao Qi <yao@codesourcery.com>
16319
16320 * gdb.trace/tfile.exp: Test inferior and thread.
16321
16322 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16323
16324 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16325 on a function.
16326 * gdb.base/step-bt.c: Call hello via function pointer to make
16327 sure its first instruction is executed on powerpc64le-linux.
16328
16329 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16330
16331 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16332
16333 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16334
16335 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16336 of the test patterns for use on little-endian systems.
16337
16338 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16339
16340 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16341 (decimal_vector): Fix for little-endian.
16342
16343 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16344
16345 * gdb.arch/sparc-sysstep.exp: New file.
16346 * gdb.arch/sparc-sysstep.c: Likewise.
16347
16348 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16349
16350 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16351
16352 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16353
16354 2014-01-23 Tom Tromey <tromey@redhat.com>
16355
16356 * gdb.ada/array_char_idx: New testcase.
16357
16358 2014-01-23 Tom Tromey <tromey@redhat.com>
16359
16360 PR python/16487:
16361 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16362 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16363 classes.
16364
16365 2014-01-23 Tom Tromey <tromey@redhat.com>
16366
16367 PR python/16491:
16368 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16369 string from an inferior frame.
16370 * gdb.python/py-framefilter-mi.exp: Update.
16371
16372 2014-01-22 Doug Evans <dje@google.com>
16373
16374 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16375
16376 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16377
16378 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16379
16380 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16381
16382 * gdb.trace/entry-values.exp: Remove excess space character from
16383 regex patterns. Handle s390 call instruction.
16384
16385 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16386
16387 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16388 define "*_start" label. Make "name" static.
16389 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16390 ${name} by references to ${name}_start.
16391
16392 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16393
16394 * gdb.base/info-macros.exp: Remove "debug" from the compile
16395 options.
16396
16397 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16398
16399 * gdb.dlang/demangle.exp: New file.
16400
16401 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16402
16403 * gdb.dlang/primitive-types.exp: New file.
16404
16405 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16406
16407 * configure.ac: Create gdb.dlang/Makefile.
16408 * configure: Regenerate.
16409 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16410 * gdb.dlang/Makefile.in: New file.
16411 * lib/d-support.exp: New file.
16412 * lib/gdb.exp (skip_d_tests): New proc.
16413
16414 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16415
16416 * gdb.btrace/delta.exp: Check reverse stepi.
16417 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16418 * gdb.btrace/finish.exp: New.
16419 * gdb.btrace/next.exp: New.
16420 * gdb.btrace/nexti.exp: New.
16421 * gdb.btrace/record_goto.c: Add comments.
16422 * gdb.btrace/step.exp: New.
16423 * gdb.btrace/stepi.exp: New.
16424 * gdb.btrace/multi-thread-step.c: New.
16425 * gdb.btrace/multi-thread-step.exp: New.
16426 * gdb.btrace/rn-dl-bind.c: New.
16427 * gdb.btrace/rn-dl-bind.exp: New.
16428 * gdb.btrace/data.c: New.
16429 * gdb.btrace/data.exp: New.
16430 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16431
16432 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16433
16434 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16435 * gdb.btrace/exception.exp: Update.
16436 * gdb.btrace/instruction_history.exp: Update.
16437 * gdb.btrace/record_goto.exp: Update.
16438 * gdb.btrace/tailcall.exp: Update.
16439 * gdb.btrace/unknown_functions.exp: Update.
16440 * gdb.btrace/delta.exp: New.
16441
16442 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16443
16444 * gdb.btrace/record_goto.exp: Add backtrace test.
16445 * gdb.btrace/tailcall.exp: Add backtrace test.
16446
16447 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16448
16449 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16450 * gdb.btrace/record_goto.c: New.
16451 * gdb.btrace/record_goto.exp: New.
16452 * gdb.btrace/x86-record_goto.S: New.
16453
16454 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16455
16456 * gdb.btrace/function_call_history.exp: Update tests.
16457 * gdb.btrace/instruction_history.exp: Update tests.
16458
16459 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16460
16461 * gdb.btrace/function_call_history.exp: Fix expected field
16462 order for "record function-call-history".
16463 Add new tests for "record function-call-history /c".
16464 * gdb.btrace/exception.cc: New.
16465 * gdb.btrace/exception.exp: New.
16466 * gdb.btrace/tailcall.exp: New.
16467 * gdb.btrace/x86-tailcall.S: New.
16468 * gdb.btrace/x86-tailcall.c: New.
16469 * gdb.btrace/unknown_functions.c: New.
16470 * gdb.btrace/unknown_functions.exp: New.
16471 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16472
16473 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16474
16475 * gdb.btrace/instruction_history.exp: Update.
16476 * gdb.btrace/function_call_history.exp: Update.
16477
16478 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16479
16480 * gdb.btrace/function_call_history.exp: Fix expected function
16481 trace.
16482 * gdb.btrace/instruction_history.exp: Initialize traced.
16483 Remove traced_functions.
16484
16485 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16486
16487 * gdb.btrace/function_call_history.exp: Update
16488 * gdb.btrace/instruction_history.exp: Update.
16489
16490 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16491
16492 * gdb.btrace/enable.exp: Update expected text.
16493
16494 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16495
16496 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16497 bytes.
16498
16499 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16500
16501 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16502
16503 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16504
16505 * lib/gdb.exp (supports_process_record): Return true for
16506 arm*-linux*. (supports_reverse): Likewise.
16507
16508 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16509
16510 PR python/15464
16511 PR python/16113
16512 * gdb.python/py-type.c: Enhance test case.
16513 * gdb.python/py-value-cc.cc: Likewise
16514 * gdb.python/py-type.exp: Add new tests.
16515 * gdb.python/py-value-cc.exp: Likewise
16516
16517 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16518 Pedro Alves <palves@redhat.com>
16519
16520 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16521 Make "name" extern.
16522 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16523 references to ${name}_start by references to ${name}.
16524
16525 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16526
16527 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16528
16529 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16530
16531 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16532
16533 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16534 Pedro Alves <palves@redhat.com>
16535
16536 * gdb.mi/mi-info-os.exp: Connect to the target with
16537 mi_gdb_target_load.
16538
16539 2014-01-08 Pedro Alves <palves@redhat.com>
16540
16541 * gdb.threads/reconnect-signal.c: New file.
16542 * gdb.threads/reconnect-signal.exp: New file.
16543
16544 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16545
16546 * gdb.base/source-dir.exp: New file.
16547
16548 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16549
16550 * gdb.ada/mi_interface: New testcase.
16551
16552 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16553
16554 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16555 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16556 gdb.ada/pp-rec-component/pck.ads: New files.
16557
16558 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16559
16560 * gdb.python/py-pp-integral.c: New file.
16561 * gdb.python/py-pp-integral.py: New file.
16562 * gdb.python/py-pp-integral.exp: New file.
16563
16564 For older changes see ChangeLog-1993-2013.
16565 \f
16566 ;; Local Variables:
16567 ;; mode: change-log
16568 ;; left-margin: 8
16569 ;; fill-column: 74
16570 ;; version-control: never
16571 ;; End:
16572
16573 Copyright 2014-2019 Free Software Foundation, Inc.
16574 Copying and distribution of this file, with or without modification,
16575 are permitted provided the copyright notice and this notice are preserved.