3df5e587eb0c50a51041acbdecf1a11f85d8f40c
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5 argument and update callers.
6
7 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * gdb.arch/amd64-break-on-asm-line.S: New file.
10 * gdb.arch/amd64-break-on-asm-line.exp: New file.
11
12 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13
14 * gdb.base/printcmds.exp: Test printing C string and
15 C wide string convenience vars without transiting via the inferior.
16 Also make test names unique.
17
18 2019-07-08 Alan Hayward <alan.hayward@arm.com>
19
20 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
21
22 2019-07-04 Pedro Alves <palves@redhat.com>
23
24 * lib/gdb.exp (foreach_with_prefix): Don't return early if
25 body returned ok(0), break(3) or continue(4).
26 * gdb.testsuite/foreach_with_prefix.exp: New file.
27
28 2019-07-04 Alan Hayward <alan.hayward@arm.com>
29
30 * gdb.server/unittest.exp: Allow 0 unit tests to run.
31
32 2019-07-03 Pedro Alves <palves@redhat.com>
33
34 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
35 "return -code".
36
37 2019-07-03 Pedro Alves <palves@redhat.com>
38
39 PR cli/24732
40 * gdb.base/shell.exp: Load completion-support.exp.
41 Adjust expected error output. Add completion tests.
42
43 2019-07-03 Pedro Alves <palves@redhat.com>
44
45 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
46 string_to_regexp.
47
48 2019-07-03 Pedro Alves <palves@redhat.com>
49
50 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
51 (expect_integer): Adjust to expect "-string".
52 (expect_string): New.
53 (all_options): Expect "-string".
54 (test-flag, test-boolean): Adjust to expect "-string".
55 (test-string): New proc.
56 (top level): Call it.
57
58 2019-07-03 Pedro Alves <palves@redhat.com>
59
60 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
61 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
62 the expected output in the success.
63
64 2019-07-03 Pedro Alves <palves@redhat.com>
65
66 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
67 Split one gdb_test_multiple call in two to avoid a race.
68
69 2019-07-03 Pedro Alves <palves@redhat.com>
70
71 * gdb.base/with.c: New file.
72 * gdb.base/with.exp: New file.
73
74 2019-07-03 Pedro Alves <palves@redhat.com>
75
76 * gdb.base/settings.exp: Replace all references to "maint
77 test-settings set" with references to "maint set test-settings",
78 and all references to "maint test-settings show" with references
79 to "maint show test-settings".
80
81 2019-07-03 Pedro Alves <palves@redhat.com>
82
83 * gdb.base/settings.exp (test-string): Adjust expected out when
84 testing "maint test-settings show filename"
85
86 2019-07-02 Pedro Alves <palves@redhat.com>
87
88 * gdb.base/options.exp (test-info-threads): New procedure.
89 (top level): Call it.
90
91 2019-06-28 Tom Tromey <tromey@adacore.com>
92
93 * gdb.dwarf2/ada-linkage-name.c: New file.
94 * gdb.dwarf2/ada-linkage-name.exp: New file.
95
96 2019-06-27 Tom Tromey <tromey@adacore.com>
97
98 * gdb.cp/constexpr-field.exp: Use setup_xfail.
99
100 2019-06-26 Tom de Vries <tdevries@suse.de>
101
102 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
103
104 2019-06-26 Tom de Vries <tdevries@suse.de>
105
106 * gdb.base/index-cache.exp: Add back missing debug option.
107
108 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
109
110 * gdb.base/alias.exp: Test non matching/non existing prefixes.
111
112 2019-06-25 Tom de Vries <tdevries@suse.de>
113
114 PR testsuite/24727
115 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
116
117 2019-06-24 Tom de Vries <tdevries@suse.de>
118
119 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
120
121 2019-06-24 Tom de Vries <tdevries@suse.de>
122
123 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
124 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
125 * gdb.trace/unavailable-dwarf-piece.exp: Same.
126
127 2019-06-24 Tom de Vries <tdevries@suse.de>
128
129 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
130
131 2019-06-21 Tom de Vries <tdevries@suse.de>
132
133 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
134
135 2019-06-21 Tom de Vries <tdevries@suse.de>
136
137 PR testsuite/24518
138 PR ada/24713
139 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
140 index.
141
142 2019-06-19 Tom Tromey <tromey@adacore.com>
143
144 * gdb.ada/length_cond.exp: Add intro comment.
145
146 2019-06-19 Tom Tromey <tromey@adacore.com>
147
148 * gdb.ada/length_cond.exp: New file.
149 * gdb.ada/length_cond/length_cond.adb: New file.
150 * gdb.ada/length_cond/pck.adb: New file.
151 * gdb.ada/length_cond/pck.ads: New file.
152
153 2019-06-18 Tom de Vries <tdevries@suse.de>
154
155 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
156
157 2019-06-18 Tom Tromey <tromey@adacore.com>
158
159 * gdb.base/list0.h: Add comment explaining control character.
160
161 2019-06-18 Tom de Vries <tdevries@suse.de>
162
163 * boards/fission.exp: Break up long debug_flags line.
164
165 2019-06-16 Tom de Vries <tdevries@suse.de>
166
167 PR gdb/24445
168 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
169 generated index.
170
171 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
172
173 PR gdb/24686
174 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
175 improve detection of bug gdb/24541.
176
177 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
178
179 PR gdb/24669
180 * gdb.base/index-cache.exp (uses_readnow,
181 expecting_index_cache_use): Define global variable.
182 (test_cache_enabled_miss, test_cache_enabled_hit): Use
183 expecting_index_cache_use.
184
185 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
186 Andrew Burgess <andrew.burgess@embecosm.com>
187
188 * gdb.fortran/pointers.f90: New file.
189 * gdb.fortran/print_type.exp: New file.
190 * gdb.fortran/vla-ptype.exp: Adapt expected results.
191 * gdb.fortran/vla-type.exp: Likewise.
192 * gdb.fortran/vla-value.exp: Likewise.
193 * gdb.mi/mi-vla-fortran.exp: Likewise.
194
195 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
196
197 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
198 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
199 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
200 as a stop reason.
201
202 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
203
204 * gdb.base/annota1.exp: Update expected results.
205 * gdb.cp/annota2.exp: Likewise.
206 * gdb.cp/annota3.exp: Likewise.
207
208 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
209
210 * gdb.base/style-logging.exp: Remove path from test name.
211
212 2019-06-14 Tom Tromey <tromey@adacore.com>
213
214 PR gdb/24502:
215 * gdb.base/style-logging.exp: New file.
216
217 2019-06-14 Tom Tromey <tromey@adacore.com>
218
219 * gdb.base/symfile-warn.exp: New file.
220 * gdb.base/symfile-warn.c: New file.
221
222 2019-06-14 Tom Tromey <tromey@adacore.com>
223
224 * gdb.base/annotate-symlink.exp: New file.
225
226 2019-06-14 Tom Tromey <tromey@adacore.com>
227
228 * gdb.ada/set_wstr.exp: Add reassignment test.
229
230 2019-06-14 Tom Tromey <tromey@adacore.com>
231
232 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
233 'unchecked_access and 'unrestricted_access as well.
234
235 2019-06-14 Tom Tromey <tromey@adacore.com>
236
237 PR ada/24539:
238 * gdb.ada/vla.exp: Update tests.
239 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
240 pragma.
241
242 2019-06-13 Pedro Alves <palves@redhat.com>
243
244 * gdb.base/settings.exp (test-integer): Test junk after
245 "unlimited".
246
247 2019-06-13 Pedro Alves <palves@redhat.com>
248
249 * gdb.base/options.exp (test-thread-apply): New.
250 (top level): Call it.
251
252 2019-06-13 Pedro Alves <palves@redhat.com>
253
254 * gdb.base/options.exp (test-frame-apply): New.
255 (top level): Test print commands with different "frame apply"
256 prefixes.
257
258 2019-06-13 Pedro Alves <palves@redhat.com>
259
260 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
261 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
262 'max_completions' parameter and handle it.
263 (test_gdb_completion_offers_commands): New.
264
265 2019-06-13 Pedro Alves <palves@redhat.com>
266
267 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
268
269 2019-06-13 Pedro Alves <palves@redhat.com>
270
271 * gdb.base/options.exp (test-backtrace): New.
272 (top level): Call it.
273
274 2019-06-13 Pedro Alves <palves@redhat.com>
275
276 * gdb.guile/scm-frame-args.exp: Use "set print
277 raw-frame-arguments" instead of "set print raw frame-arguments".
278 * gdb.python/py-frame-args.exp: Likewise.
279
280 2019-06-13 Pedro Alves <palves@redhat.com>
281
282 * gdb.compile/compile.exp: Adjust expected output to option
283 processing changes.
284
285 2019-06-13 Pedro Alves <palves@redhat.com>
286
287 * gdb.base/options.exp: Build executable.
288 (test-print): New procedure.
289 (top level): Call it, once for "print" and another for "compile
290 print".
291
292 2019-06-13 Pedro Alves <palves@redhat.com>
293
294 * gdb.base/options.c: New file.
295 * gdb.base/options.exp: New file.
296
297 2019-06-13 Pedro Alves <palves@redhat.com>
298
299 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
300 that "o" is ambiguous.
301
302 2019-06-13 Pedro Alves <palves@redhat.com>
303
304 * gdb.base/settings.c: New file.
305 * gdb.base/settings.exp: New file.
306
307 2019-06-13 Pedro Alves <palves@redhat.com>
308
309 * gdb.base/completion.exp: Fix comment typo.
310
311 2019-06-13 Pedro Alves <palves@redhat.com>
312
313 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
314 foo --1" test.
315
316 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
317
318 * gdb.fortran/block-data.f: New.
319 * gdb.fortran/block-data.exp: New.
320
321 2019-06-11 Tom de Vries <tdevries@suse.de>
322
323 PR testsuite/24521
324 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
325 message.
326
327 2019-06-11 Tom de Vries <tdevries@suse.de>
328
329 PR testsuite/24521
330 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
331
332 2019-06-11 Tom de Vries <tdevries@suse.de>
333
334 * boards/readnow.exp: New file.
335
336 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
337
338 * gdb.fortran/vla-sizeof.exp: Update expected results.
339
340 2019-06-06 Amos Bird <amosbird@gmail.com>
341
342 * gdb.base/annota1.exp (thread_switch): Add test for
343 thread-exited annotation.
344
345 2019-06-06 Tom Tromey <tromey@adacore.com>
346
347 * gdb.base/maint.exp: Expect command started/finished output.
348
349 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
350
351 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
352 comment.
353 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
354
355 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
356
357 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
358 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
359 * gdb.arch/riscv-unwind-long-insn.c: New file.
360 * gdb.arch/riscv-unwind-long-insn.exp: New file.
361
362 2019-06-04 Christian Biesinger <cbiesinger@google.com>
363
364 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
365
366 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
367
368 * lib/gdb.exp (help_list_trailer): New regexp variable
369 factorizing the help trailer message.
370 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
371 arg to allow to better factorize various tests.
372 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
373 (test_prefix_command_help): Use help_list_trailer.
374 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
375 * gdb.guile/scm-cmd.exp: Likewise.
376 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
377 * gdb.base/help.exp: Use test_user_defined_class_help.
378 * gdb.base/style.exp: Add tests for styling of help and apropos.
379 * lib/gdb-utils.exp (style): Add title and highlight styles.
380
381 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
382
383 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
384 $_shell_exitsignal.
385 * gdb.base/default.exp: Update for new convenience variables.
386
387 2019-05-29 Tom Tromey <tromey@adacore.com>
388
389 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
390 to "break complete ada" test case's regexp.
391
392 2019-05-29 Tom Tromey <tromey@adacore.com>
393
394 PR c++/20020:
395 * gdb.cp/constexpr-field.exp: New file.
396 * gdb.cp/constexpr-field.cc: New file.
397
398 2019-05-29 Tom Tromey <tromey@adacore.com>
399
400 * gdb.base/finish.exp (finish_no_print): New proc.
401 (finish_tests): Call it.
402
403 2019-05-24 Tom de Vries <tdevries@suse.de>
404
405 * gdb.dwarf2/gdb-add-index.exp: New file.
406
407 2019-05-22 Tom Tromey <tromey@adacore.com>
408
409 * gdb.base/info-shared.exp (check_info_shared): Use "style".
410 * gdb.base/style.exp: Use "style".
411 * lib/gdb-utils.exp (style): New proc.
412
413 2019-05-22 Tom de Vries <tdevries@suse.de>
414
415 * gdb.base/align.exp: Require c++11.
416
417 2019-05-22 Tom de Vries <tdevries@suse.de>
418
419 PR testsuite/24586
420 * gdb.python/py-mi-var-info-path-expression.exp: Call
421 mi_skip_python_tests to check if python is supported.
422
423 2019-05-22 Alan Hayward <alan.hayward@arm.com>
424
425 * gdb.arch/aarch64-pauth.c: New test.
426 * gdb.arch/aarch64-pauth.exp: New file.
427
428 2019-05-22 Alan Hayward <alan.hayward@arm.com>
429
430 * README (Re-running Tests Outside The Testsuite): New section.
431
432 2019-05-21 Tom de Vries <tdevries@suse.de>
433
434 * gdb.arch/amd64-eval.exp: Require c++11.
435 * gdb.base/max-depth.exp: Same.
436 * gdb.compile/compile-cplus-array-decay.exp: Same.
437 * gdb.cp/meth-typedefs.exp: Same.
438 * gdb.cp/subtypes.exp: Same.
439 * gdb.cp/temargs.exp: Same.
440
441 2019-05-21 Alan Hayward <alan.hayward@arm.com>
442
443 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
444
445 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
446
447 PR gdb/18644
448 * gdb.fortran/complex.exp: Remove setup_kfail calls.
449 * gdb.fortran/printing-types.exp: Add new test.
450 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
451 testing.
452 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
453 setup_kfail call.
454
455 2019-05-17 Alan Hayward <alan.hayward@arm.com>
456
457 * README (Running the Testsuite): Change example.
458 (Testsuite Parameters): Remove TRANSCRIPT.
459 * lib/gdb.exp: Remove TRANSCRIPT check.
460
461 2019-05-17 Alan Hayward <alan.hayward@arm.com>
462
463 * README (Testsuite Parameters): Add replay logging to
464 GDBSERVER_DEBUG.
465 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
466 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
467 as a comma separated list.
468 (gdb_debug_init): Override procedure.
469
470 2019-05-17 Alan Hayward <alan.hayward@arm.com>
471
472 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
473 (gdb_write_cmd_file): New procedure.
474 * lib/gdbserver-support.exp (gdbserver_start): Call
475 gdbserver_write_cmd_file.
476 (gdbserver_write_cmd_file): New procedure.
477
478 2019-05-17 Alan Hayward <alan.hayward@arm.com>
479
480 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
481 (delete_breakpoints): Likewise.
482 (gdb_run_cmd): Likewise.
483 (gdb_start_cmd): Likewise.
484 (gdb_starti_cmd): Likewise.
485 (gdb_internal_error_resync): Likewise.
486 (gdb_test_multiple): Likewise.
487 (gdb_reinitialize_dir): Likewise.
488 (default_gdb_exit): Likewise.
489 (gdb_file_cmd): Mark kill as optional.
490 (default_gdb_start): Call gdb_stdin_log_init.
491 (send_gdb): Call gdb_stdin_log_write.
492 (rerun_to_main): Mark Y as an answer.
493 (gdb_stdin_log_init): New function.
494 (gdb_stdin_log_write): Likewise.
495
496 2019-05-17 Alan Hayward <alan.hayward@arm.com>
497
498 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
499 * gdb.base/debug-expr.exp: Likewise.
500 * gdb.base/foll-fork.exp: Likewise.
501 * gdb.base/foll-vfork.exp: Likewise.
502 * gdb.base/fork-print-inferior-events.exp: Likewise.
503 * gdb.base/gdb-sigterm.exp: Likewise.
504 * gdb.base/gdbinit-history.exp: Likewise.
505 * gdb.base/osabi.exp: Likewise.
506 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
507 * gdb.base/ui-redirect.exp: Likewise.
508 * gdb.gdb/unittest.exp: Likewise.
509 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
510 * gdb.mi/mi-watch.exp: Likewise.
511 * gdb.mi/new-ui-mi-sync.exp: Likewise.
512 * gdb.mi/user-selected-context-sync.exp: Likewise.
513 * gdb.python/python.exp: Disable debug test when debugging.
514 * gdb.threads/check-libthread-db.exp: Disable when debugging.
515 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
516 Likewise.
517 * gdb.threads/stepi-random-signal.exp: Likewise.
518
519 2019-05-17 Alan Hayward <alan.hayward@arm.com>
520
521 * Makefile.in: Pass through GDB_DEBUG.
522 * README (Testsuite Parameters): Add GDB_DEBUG.
523 (gdb,debug): Add board setting.
524 * lib/gdb.exp (default_gdb_start): Start debugging.
525 (gdb_debug_enabled): New procedure.
526 (gdb_debug_init): Likewise.
527
528 2019-05-17 Alan Hayward <alan.hayward@arm.com>
529
530 * Makefile.in: Pass through GDB_DEBUG.
531 * README (Testsuite Parameters): Add GDB_DEBUG.
532 (gdb,debug): Add board setting.
533 * lib/gdb.exp (default_gdb_start): Start debugging.
534 (gdb_debug_enabled): New procedure.
535 (gdb_debug_init): Likewise.
536
537 2019-05-17 Alan Hayward <alan.hayward@arm.com>
538
539 * gdb.base/ui-redirect.exp: Add debug redirect tests.
540
541 2019-05-17 Alan Hayward <alan.hayward@arm.com>
542
543 * gdb.base/ui-redirect.exp: Test redirection.
544
545 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
546
547 * gdb.mi/mi-complete.exp: New file.
548 * gdb.mi/mi-complete.cc: Likewise.
549
550 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
551
552 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
553 indexed and sliced arrays, and pointers to arrays.
554
555 2019-05-14 Tom Tromey <tromey@adacore.com>
556
557 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
558 styling test.
559
560 2019-05-14 Tom de Vries <tdevries@suse.de>
561
562 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
563 selection entry encoding.
564
565 2019-05-10 Tom Tromey <tromey@adacore.com>
566
567 * gdb.ada/info_exc.exp: Add "complete" test.
568
569 2019-05-09 Tom de Vries <tdevries@suse.de>
570
571 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
572 CU-relative.
573
574 2019-05-09 Tom de Vries <tdevries@suse.de>
575
576 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
577 CU-relative.
578
579 2019-05-08 Joel Brobecker <brobecker@adacore.com>
580
581 * gdb.ada/frame_arg_lang.exp: New testcase.
582 * gdb.ada/frame_arg_lang/bla.adb: New file.
583 * gdb.ada/frame_arg_lang/pck.ads: New file.
584 * gdb.ada/frame_arg_lang/pck.adb: New file.
585 * gdb.ada/frame_arg_lang/foo.c: New file.
586
587 2019-05-08 Tom Tromey <tromey@adacore.com>
588
589 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
590
591 2019-05-08 Tom Tromey <tromey@adacore.com>
592
593 * gdb.base/ptype-offsets.exp: Update tests.
594
595 2019-05-08 Tom Tromey <tromey@adacore.com>
596
597 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
598 cases.
599 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
600 "short".
601
602 2019-05-08 Tom Tromey <tromey@adacore.com>
603
604 * gdb.ada/vla.exp: New file.
605 * gdb.ada/vla/vla.adb: New file.
606
607 2019-05-07 Tom de Vries <tdevries@suse.de>
608
609 * gdb.base/index-cache.exp (ls_host): Fix return statement.
610
611 2019-05-07 Tom de Vries <tdevries@suse.de>
612
613 PR testsuite/24522
614 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
615 section.
616
617 2019-05-07 Tom de Vries <tdevries@suse.de>
618
619 PR testsuite/24522
620 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
621 .debug_aranges section.
622
623 2019-05-07 Tom de Vries <tdevries@suse.de>
624
625 PR testsuite/24159
626 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
627
628 2019-05-06 Tom de Vries <tdevries@suse.de>
629
630 * lib/gdb.exp (exec_has_index_section): New proc.
631 * gdb.base/index-cache.exp: Handle case that binfile contains an index
632 section.
633
634 2019-05-04 Tom de Vries <tdevries@suse.de>
635
636 * boards/cc-with-debug-names.exp: New file.
637
638 2019-05-03 Tom Tromey <tromey@adacore.com>
639
640 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
641 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
642 * gdb.ada/char_enum.exp: Add test.
643
644 2019-05-03 Tom de Vries <tdevries@suse.de>
645
646 * boards/cc-with-gdb-index.exp: New file.
647
648 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
649
650 * gdb.rust/simple.exp: Add new test case.
651 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
652 (main): Initialise an instance of the new struct.
653
654 2019-05-01 Tom Tromey <tromey@adacore.com>
655
656 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
657 record.
658 (NPR): New variable.
659 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
660 test.
661
662 2019-05-01 Tom Tromey <tromey@adacore.com>
663
664 * gdb.ada/packed_array_assign.exp: Add packed assignment
665 regression test.
666
667 2019-05-01 Tom de Vries <tdevries@suse.de>
668
669 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
670
671 2019-05-01 Tom de Vries <tdevries@suse.de>
672
673 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
674
675 2019-04-30 Ali Tamur <tamur@google.com>
676
677 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
678
679 2019-04-30 Tom Tromey <tromey@adacore.com>
680
681 * lib/ada.exp (find_ada_tool): New proc.
682 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
683 * gdb.ada/catch_ex_std.exp: New file.
684 * gdb.ada/catch_ex_std/foo.adb: New file.
685 * gdb.ada/catch_ex_std/some_package.adb: New file.
686 * gdb.ada/catch_ex_std/some_package.ads: New file.
687
688 2019-04-30 Tom Tromey <tromey@adacore.com>
689
690 PR c++/24470:
691 * gdb.cp/temargs.cc: Add test code from PR.
692
693 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * gdb.fortran/vla-datatypes.exp: Update expected results.
696 * gdb.fortran/vla-ptype.exp: Likewise.
697 * gdb.fortran/vla-type.exp: Likewise.
698 * gdb.fortran/vla-value.exp: Likewise.
699
700 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
701
702 * gdb.fortran/ptr-indentation.exp: Update expected results.
703 * gdb.fortran/ptype-on-functions.exp: Likewise.
704 * gdb.fortran/vla-ptr-info.exp: Likewise.
705 * gdb.fortran/vla-value.exp: Likewise.
706
707 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
708
709 * gdb.fortran/ptype-on-functions.exp: New file.
710 * gdb.fortran/ptype-on-functions.f90: New file.
711
712 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
713
714 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
715 case void string.
716
717 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
718
719 * gdb.fortran/complex.exp: Expand.
720 * gdb.fortran/complex.f: Renamed to...
721 * gdb.fortran/complex.f90: ...this, and extended to add more
722 complex values.
723
724 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
727 MODULO, CMPLX.
728
729 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
730 Richard Bunt <richard.bunt@arm.com>
731
732 * gdb.base/max-depth.c: New file.
733 * gdb.base/max-depth.exp: New file.
734 * gdb.python/py-nested-maps.c: New file.
735 * gdb.python/py-nested-maps.exp: New file.
736 * gdb.python/py-nested-maps.py: New file.
737 * gdb.python/py-format-string.exp (test_max_depth): New proc.
738 (test_all_common): Call test_max_depth.
739 * gdb.fortran/max-depth.exp: New file.
740 * gdb.fortran/max-depth.f90: New file.
741 * gdb.go/max-depth.exp: New file.
742 * gdb.go/max-depth.go: New file.
743 * gdb.modula2/max-depth.exp: New file.
744 * gdb.modula2/max-depth.c: New file.
745 * lib/gdb.exp (get_print_expr_at_depths): New proc.
746
747 2019-04-29 Tom de Vries <tdevries@suse.de>
748
749 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
750
751 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
752
753 * gdb.base/callexit.exp: Test may-call-functions off.
754
755 2019-04-25 Keith Seitz <keiths@redhat.com>
756
757 PR c++/24367
758 * gdb.cp/meth-typedefs.cc (incomplete_struct)
759 (another_incomplete_struct, test_incomplete): New definitions.
760 (main): Use new definitions.
761 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
762 functions.
763
764 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
765
766 PR corefiles/11608
767 PR corefiles/18187
768 * gdb.base/coredump-filter-build-id.exp: New file.
769
770 2019-04-25 Alan Hayward <alan.hayward@arm.com>
771
772 * Makefile.in: Pass through GDBSERVER_DEBUG.
773 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
774 (gdbserver,debug): Add board setting.
775 * gdb.trace/tspeed.exp: Skip when debugging.
776 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
777 * lib/gdbserver-support.exp: Likewise
778
779 2019-04-24 Tom Tromey <tromey@adacore.com>
780
781 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
782 Rust.
783
784 2019-04-24 Tom Tromey <tromey@adacore.com>
785
786 * gdb.arch/amd64-eval.exp: Test bitfield return.
787 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
788 (class Foo) <return_bitfields>: New method.
789 (main): Call it.
790
791 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
792
793 * gdb.cp/many-args.cc: New file.
794 * gdb.cp/many-args.exp: New file.
795
796 2019-04-23 Tom de Vries <tdevries@suse.de>
797
798 PR gdb/24433
799 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
800
801 2019-04-23 Alan Hayward <alan.hayward@arm.com>
802
803 * gdb.trace/backtrace.exp: Use nopie flag.
804 * gdb.trace/circ.exp: Likewise.
805 * gdb.trace/collection.exp: Likewise.
806 * gdb.trace/ftrace.exp: Likewise.
807 * gdb.trace/mi-trace-unavailable.exp: Likewise.
808 * gdb.trace/mi-traceframe-changed.exp: Likewise.
809 * gdb.trace/qtro.exp: Likewise.
810 * gdb.trace/read-memory.exp: Likewise.
811 * gdb.trace/report.exp: Likewise.
812 * gdb.trace/tfile.exp: Likewise.
813 * gdb.trace/tfind.exp: Likewise.
814 * gdb.trace/unavailable.exp: Likewise.
815
816 2019-04-22 Pedro Alves <palves@redhat.com>
817
818 * gdb.base/solib-probes-nosharedlibrary.c,
819 gdb.base/solib-probes-nosharedlibrary.exp: New files.
820
821 2019-04-19 Tom Tromey <tromey@adacore.com>
822
823 * gdb.ada/ptype_union.c: New file.
824 * gdb.ada/ptype_union.exp: New file.
825
826 2019-04-19 Tom Tromey <tromey@adacore.com>
827
828 PR symtab/24423:
829 * gdb.base/list0.h (foo): Add a control-l character.
830
831 2019-04-18 Tom de Vries <tdevries@suse.de>
832
833 PR gdb/24433
834 * boards/local-board.exp: Set sysroot to "".
835
836 2019-04-18 Tom de Vries <tdevries@suse.de>
837 Pedro Alves <palves@redhat.com>
838
839 PR gdb/24454
840 * gdb.threads/vfork-follow-child-exec.c: New file.
841 * gdb.threads/vfork-follow-child-exec.exp: New file.
842 * gdb.threads/vfork-follow-child-exit.c: New file.
843 * gdb.threads/vfork-follow-child-exit.exp: New file.
844
845 2019-04-15 Leszek Swirski <leszeks@google.com>
846
847 * gdb.arch/amd64-eval.cc: New file.
848 * gdb.arch/amd64-eval.exp: New file.
849
850 2019-04-11 Alan Hayward <alan.hayward@arm.com>
851
852 * gdb.server/sysroot.c: New test.
853 * gdb.server/sysroot.exp: New file.
854 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
855 matching param.
856
857 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
858
859 * gdb.base/align.exp: Extend test to cover structures containing
860 only static fields.
861
862 2019-04-11 Tom de Vries <tdevries@suse.de>
863
864 * boards/cc-with-dwz-m.exp: New file.
865 * boards/cc-with-dwz.exp: New file.
866 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
867
868 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
869
870 * gdb.base/start-cpp.exp: New file.
871 * gdb.base/start-cpp.cc: New file.
872
873 2019-04-08 Kevin Buettner <kevinb@redhat.com>
874
875 * gdb.python/py-thrhandle.exp: Adjust tests to call
876 thread_from_handle instead of thread_from_thread_handle.
877
878 2019-04-08 Kevin Buettner <kevinb@redhat.com>
879
880 * gdb.python/py-thrhandle.exp: Add tests for
881 gdb.InferiorThread.handle.
882
883 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
884
885 * gdb.python/py-function.exp: Check calling helper function from
886 all languages.
887 * lib/gdb.exp (gdb_supported_languages): New proc.
888
889 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
890
891 * gdb.base/complex-parts.c: New file.
892 * gdb.base/complex-parts.exp: New file.
893
894 2019-04-01 Tom Tromey <tromey@adacore.com>
895
896 PR symtab/23331:
897 * gdb.dwarf2/dw2-ranges-main.c: New file.
898 * gdb.dwarf2/dw2-ranges-psym.c: New file.
899 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
900
901 2019-03-30 Simon Marchi <simark@simark.ca>
902
903 * gdb.base/default.exp: Add values for $_gdb_major and
904 $_gdb_minor.
905
906 2019-03-29 Tom Tromey <tromey@adacore.com>
907
908 * gdb.base/help.exp: Tighten apropos regexp.
909
910 2019-03-29 Keith Seitz <keiths@redhat.com>
911
912 * gdb.fortran/array-bounds.exp: New file.
913 * gdb.fortran/array-bounds.f90: New file.
914
915 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
916
917 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
918
919 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
920
921 * gdb.multi/hello.c (main): Increase alarm timer.
922
923 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
924
925 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
926 factor when no hardware watchpoint support.
927
928 2019-03-28 Alan Hayward <alan.hayward@arm.com>
929 Pedro Alves <palves@redhat.com>
930
931 * boards/local-board.exp: set sysroot to /.
932
933 2019-03-27 Alan Hayward <alan.hayward@arm.com>
934
935 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
936 in child.
937
938 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
939
940 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
941 field.
942 (make_container): Initialise new field.
943 * gdb.python/py-prettyprint.exp: Add new tests.
944 * gdb.python/py-prettyprint.py (class ContainerPrinter)
945 <display_hint>: New method.
946
947 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
948
949 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
950 gdb_continue_to_breakpoint more throughout this test.
951 (run_lang_tests) Supply unique test names, and use
952 gdb_test_no_output.
953
954 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
955
956 * gdb.base/finish-pretty.exp: Update expected results.
957 * gdb.base/pretty-print.c: New file.
958 * gdb.base/pretty-print.exp: New file.
959
960 2019-03-25 Pedro Alves <palves@redhat.com>
961
962 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
963 move comments outside list. Append '-i "" eof' section.
964
965 2019-03-22 Alan Hayward <alan.hayward@arm.com>
966
967 * README: Add pie options.
968 * gdb.base/break-interp.exp: Ensure pie is disabled.
969 * gdb.base/dump.exp: Likewise.
970 * lib/gdb.exp (gdb_compile): Add pie option.
971
972 2019-03-19 Tom Tromey <tromey@adacore.com>
973
974 * gdb.mi/mi2-cli-display.c: New file.
975 * gdb.mi/mi2-cli-display.exp: New file.
976
977 2019-03-18 Joel Brobecker <brobecker@adacore.com>
978 Tom Tromey <tromey@adacore.com>
979
980 * gdb.ada/ptype_array/pck.adb: New file.
981 * gdb.ada/ptype_array/pck.ads: New file.
982 * gdb.ada/ptype_array/foo.adb: New file.
983 * gdb.ada/ptype_array.exp: New file.
984
985 2019-03-14 Tom Tromey <tromey@adacore.com>
986
987 * gdb.base/style.exp: Add "set style sources" test.
988
989 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
990
991 * mi-breakpoint-location-ena-dis.exp: Rename to ...
992 * mi-breakpoint-multiple-locations.exp: ... this.
993 (make_breakpoints_pattern): New proc.
994 (do_test): Add mi_version parameter, test -break-insert,
995 -break-info and =breakpoint-created.
996
997 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
998
999 * config/default.exp: Remove 'load_lib gdb.exp'.
1000 * config/monitor.exp: Likewise.
1001 * config/sid.exp: Likewise.
1002 * config/sim.exp: Likewise.
1003 * config/slite.exp: Likewise.
1004 * config/unix.exp: Likewise.
1005 * gdb.base/default.exp: Remove unhelpful comment.
1006
1007 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1008
1009 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1010
1011 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1012
1013 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1014
1015 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * gdb.fortran/type-kinds.exp: Update expected results.
1018
1019 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1020
1021 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1022
1023 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1024
1025 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1026 function.
1027 (test_basic_parsing_of_type_kinds): Expand types tested.
1028 (test_parsing_invalid_type_kinds): New function.
1029
1030 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 * gdb.fortran/intrinsics.exp: New file.
1033 * gdb.fortran/intrinsics.f90: New file.
1034 * gdb.fortran/type-kinds.exp: New file.
1035
1036 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1037
1038 * gdb.fortran/dot-ops.exp: New file.
1039
1040 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1041
1042 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1043 Check upper and lower case logical literals.
1044
1045 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1046
1047 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1048 Remove duplicate tests.
1049
1050 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1051
1052 * lib/gdb.exp (builtin_cd): rename of cd.
1053 (cd): Override builtin.
1054
1055 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1056
1057 * gdb.fortran/function-calls.exp: New file.
1058 * gdb.fortran/function-calls.f90: New test.
1059
1060 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1061
1062 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1063 on user program standard output.
1064 * gdb.fortran/short-circuit-argument-list.f90: Record function
1065 calls.
1066
1067 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1068
1069 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1070 failure.
1071
1072 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1073
1074 PR gdb/8527
1075 * gdb.base/interrupt-daemon-attach.c,
1076 gdb.base/interrupt-daemon-attach.exp: New test.
1077
1078 2019-02-27 Pedro Alves <palves@redhat.com>
1079
1080 * gdb.base/page.exp: Add tests for "set width/height -1".
1081
1082 2019-02-27 Pedro Alves <palves@redhat.com>
1083
1084 * gdb.base/page.exp: Add tests for "set/show width/height" with
1085 "infinite" values.
1086
1087 2019-02-27 Tom Tromey <tromey@adacore.com>
1088
1089 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1090 2.4.
1091 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1092 workaround.
1093
1094 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1095
1096 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1097 tests for structs with static members.
1098
1099 2019-02-26 Tom Tromey <tromey@adacore.com>
1100
1101 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1102 ValueError, not TypeError.
1103
1104 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1105
1106 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1107 call from main program.
1108
1109 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1110
1111 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1112 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1113 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1114 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1115 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1116
1117 2019-02-22 Keith Seitz <keiths@redhat.com>
1118
1119 PR symtab/23853
1120 * gdb.base/symlink-sourcefile.c: New file.
1121 * gdb.base/symlink-sourcefile.exp: New file.
1122
1123 2019-02-20 Tom Tromey <tom@tromey.com>
1124
1125 * gdb.base/info_qt.exp: Update.
1126
1127 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1128
1129 * gdb.base/source.exp: Move "error in sourced script" code to
1130 the end.
1131 * gdb.base/source-error.gdb: Move contents to
1132 source-error-1.gdb. Add new code to source source-error-1.gdb.
1133 * gdb.base/source-error-1.gdb: New file, from previous
1134 source-error.gdb.
1135
1136 2019-02-17 Tom Tromey <tom@tromey.com>
1137
1138 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1139 for macro styling.
1140 * gdb.base/style.c (SOME_MACRO): New macro.
1141
1142 2019-02-17 Tom Tromey <tom@tromey.com>
1143
1144 * gdb.base/style.exp: Add line-wrapping tests.
1145 * gdb.base/page.exp: Add test for quitting during pagination.
1146
1147 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1148
1149 * gdb.ada/big_packed_array: New testcase.
1150 * gdb.ada/homonym.exp: Fix incorrect expected output for
1151 "break <homonym__get_value>" test.
1152
1153 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1154
1155 PR breakpoints/21870
1156 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1157 and prepare_for_testing. Add comment.
1158 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1159 redundant cleanup call. Clean up comment.
1160
1161 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1162
1163 PR breakpoints/21870
1164 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1165 * gdb.arch/aarch64-dbreg-contents.c: New file.
1166
1167 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1168
1169 * gdb.ada/mi_ref_changeable: New testcase.
1170
1171 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1172
1173 * gdb.base/attach.exp: Add double attach test.
1174
1175 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1176
1177 * lib/gdb.exp (default_gdb_start): Don't match pagination
1178 prompt.
1179 (gdb_init): Set stty_init.
1180
1181 2019-01-27 Tom Tromey <tom@tromey.com>
1182
1183 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1184 skip_python_tests.
1185
1186 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1187
1188 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1189 New structure.
1190 (struct struct_static_02_02): Likewise.
1191 (struct struct_static_02_03): Likewise.
1192 (struct struct_static_02_04): Likewise.
1193 (struct struct_static_04_01): Likewise.
1194 (struct struct_static_04_02): Likewise.
1195 (struct struct_static_04_03): Likewise.
1196 (struct struct_static_04_04): Likewise.
1197 (struct struct_static_06_01): Likewise.
1198 (struct struct_static_06_02): Likewise.
1199 (struct struct_static_06_03): Likewise.
1200 (struct struct_static_06_04): Likewise.
1201 (cmp_struct_static_02_01): Likewise.
1202 (cmp_struct_static_02_02): Likewise.
1203 (cmp_struct_static_02_03): Likewise.
1204 (cmp_struct_static_02_04): Likewise.
1205 (cmp_struct_static_04_01): Likewise.
1206 (cmp_struct_static_04_02): Likewise.
1207 (cmp_struct_static_04_03): Likewise.
1208 (cmp_struct_static_04_04): Likewise.
1209 (cmp_struct_static_06_01): Likewise.
1210 (cmp_struct_static_06_02): Likewise.
1211 (cmp_struct_static_06_03): Likewise.
1212 (cmp_struct_static_06_04): Likewise.
1213 (call_all): Test new structs.
1214 * gdb.base/infcall-nested-structs.exp: Likewise.
1215
1216 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1217 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1218
1219 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1220 * gdb.base/stack-protector.c: New test.
1221 * gdb.base/stack-protector.exp: New file.
1222 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1223 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1224 option.
1225 (gdb_compile): Remove stack protector for GCC and prevent
1226 recursion.
1227
1228 2019-01-16 Keith Seitz <keiths@redhat.com>
1229
1230 PR gdb/23773
1231 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1232
1233 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1234
1235 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1236 aliases.
1237 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1238 tests.
1239 * gdb.arch/powerpc-vector-regs.c: New file.
1240 * gdb.arch/powerpc-vector-regs.exp: New file.
1241
1242 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1243
1244 * gdb.arch/altivec-regs.exp: Fix the list passed to
1245 gdb_expect_list when testing "info vector".
1246
1247 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1248
1249 * gdb.base/style.exp: Don't include path in testname.
1250
1251 2019-01-10 Keith Seitz <keiths@redhat.com>
1252
1253 PR gdb/23712
1254 PR symtab/23010
1255 * gdb.dwarf2/multidictionary.exp: New file.
1256
1257 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1258
1259 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1260 (test_gnuv3_style_demangling): ... this.
1261 (test_lucid_style_demangling): Remove.
1262 (test_arm_style_demangling): Remove.
1263 (test_hp_style_demangling): Remove.
1264 (do_tests): Remove calls to the above.
1265
1266 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1267
1268 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1269 case.
1270
1271 2019-01-06 Tom Tromey <tom@tromey.com>
1272
1273 PR gdb/28155:
1274 * gdb.dwarf2/typedef-void-finish.exp: New file.
1275
1276 2018-12-28 Tom Tromey <tom@tromey.com>
1277 Simon Marchi <simark@simark.ca>
1278
1279 * gdb.base/jit-exec.exp: New file.
1280 * gdb.base/jit-exec.c: New file.
1281 * gdb.base/jit-execd.c: New file.
1282
1283 2018-12-28 Tom Tromey <tom@tromey.com>
1284
1285 * gdb.base/style.exp: Update test to check for address styling.
1286
1287 2018-12-28 Tom Tromey <tom@tromey.com>
1288
1289 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1290 message.
1291
1292 2018-12-28 Tom Tromey <tom@tromey.com>
1293
1294 * gdb.base/style.exp: Add test for version number styling.
1295
1296 2018-12-28 Tom Tromey <tom@tromey.com>
1297
1298 * gdb.base/style.exp: Add test for print_address_symbolic.
1299
1300 2018-12-28 Tom Tromey <tom@tromey.com>
1301
1302 * gdb.base/style.exp: Add test for breakpoint setting.
1303
1304 2018-12-28 Tom Tromey <tom@tromey.com>
1305
1306 * gdb.base/style.exp: Add test for variable names.
1307
1308 2018-12-28 Tom Tromey <tom@tromey.com>
1309
1310 * gdb.base/style.exp: New file.
1311 * gdb.base/style.c: New file.
1312
1313 2018-12-28 Tom Tromey <tom@tromey.com>
1314
1315 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1316 "dumb".
1317 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1318 the TERM environment variable.
1319
1320 2018-12-27 Tom Tromey <tom@tromey.com>
1321
1322 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1323 pagination test.
1324
1325 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1326
1327 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1328 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1329
1330 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1331
1332 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1333 Filename a.adb changed to bp_fun_addr.adb.
1334 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1335
1336 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1337
1338 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1339 non-PIE executables.
1340 * README: Mention the gdb,nopie_flag board setting.
1341 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1342 non-PIE executable.
1343 * gdb.arch/amd64-entry-value.exp: Likewise.
1344 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1345 * gdb.arch/i386-float.exp: Likewise.
1346 * gdb.arch/i386-signal.exp: Likewise.
1347 * gdb.mi/mi-reg-undefined.exp: Likewise.
1348
1349 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1350
1351 PR gdb/23974
1352 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1353
1354 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1355
1356 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1357 Update order of results accordingly.
1358
1359 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.base/annota1.exp: Update a test regexp.
1362
1363 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1364
1365 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1366
1367 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1368
1369 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1370 (reuse_time): Initialize to REUSE_TIME_CAP.
1371 (check_rc): New function.
1372 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1373 Check pthread_create rc.
1374 (spawner_thread_func): Check pthread_create and pthread_join rc.
1375
1376 2018-12-08 Pedro Alves <palves@redhat.com>
1377
1378 * gdb.base/list.exp (test_forward_search): Rename to ...
1379 (test_forward_reverse_search): ... this. Also test reverse-search
1380 and the forward-search alias.
1381
1382 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1383
1384 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1385 local timeout variable before return, and remove all local timeout
1386 variable entirely.
1387 (gdb_load): Likewise.
1388
1389 2018-12-01 Tom de Vries <tdevries@suse.de>
1390
1391 * gdb.base/gdb-caching-proc.exp: New file.
1392
1393 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1394
1395 * Makefile.in (TIMESTAMP): New variable.
1396 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1397 command.
1398 (check-single-racy): Likewise.
1399 (check/%.exp): Likewise.
1400 (check-racy/%.exp): Likewise.
1401 (workers/%.worker): Likewise.
1402 (build-perf): Likewise.
1403 (check-perf): Likewise.
1404 * README: Describe new "TS" and "TS_FORMAT" variables.
1405 * print-ts.py: New file.
1406
1407 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1408
1409 PR python/23714
1410 * gdb.python/python.exp: Test command repetition after
1411 gdb.execute.
1412
1413 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1414
1415 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1416 is correctly aligned.
1417
1418 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1419
1420 * gdb.ada/info_auto_lang.exp: New testcase.
1421 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1422 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1423 * gdb.ada/info_auto_lang/some_c.c: New file.
1424
1425 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1426
1427 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1428 FUNC_lang language syntax.
1429
1430 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1431
1432 * gdb.base/info_minsym.c: New file.
1433 * gdb.base/info_minsym.exp: New file.
1434
1435 2018-11-19 Tom Tromey <tom@tromey.com>
1436
1437 PR rust/23625:
1438 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1439 * gdb.rust/expr.exp: Update expected output. Change one test.
1440
1441 2018-11-19 Tom Tromey <tom@tromey.com>
1442
1443 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1444
1445 2018-11-19 Pedro Alves <palves@redhat.com>
1446
1447 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1448 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1449 see the expected warning.
1450
1451 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1452
1453 PR gdb/22736:
1454 * gdb.cp/infcall-nodebug-lib.c: New test.
1455 * gdb.cp/infcall-nodebug-main.c: New test.
1456 * gdb.cp/infcall-nodebug.exp: New file.
1457
1458 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1459
1460 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1461 completer tests.
1462
1463 2018-11-09 Tom de Vries <tdevries@suse.de>
1464
1465 * gdb.base/msym-lang.c: New test.
1466 * gdb.base/msym-lang.exp: New file.
1467 * gdb.base/msym-lang-main.c: New test.
1468
1469 2018-11-08 Tom Tromey <tom@tromey.com>
1470
1471 PR gdb/23555:
1472 PR gdb/23838:
1473 * gdb.base/warning.exp: New file.
1474
1475 2018-11-08 Jan Beulich <jbeulich@suse.com>
1476
1477 * testsuite/gdb.arch/i386-avx512.c,
1478 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1479
1480 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1481
1482 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1483 point hardware.
1484
1485 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1486
1487 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1488 * gdb.dwarf2/missing-type-name.exp: New file.
1489
1490 2018-11-06 Tom de Vries <tdevries@suse.de>
1491
1492 * gdb.base/many-headers.c: New test.
1493 * gdb.base/many-headers.exp: New file.
1494
1495 2018-11-06 Jim Wilson <jimw@sifive.com>
1496
1497 * gdb.base/code_elim.exp: For riscv, set additional_flags
1498 to include -msmall-data-limit=0.
1499
1500 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1501
1502 * gdb.ada/watch_minus_l: New testcase.
1503
1504 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1505
1506 * gdb.arch/aix-sighandle.c: New file.
1507 * gdb.arch/aix-sighandle.exp: New file.
1508
1509 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1510
1511 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1512 registers being unions.
1513
1514 2018-10-31 Tom de Vries <tdevries@suse.de>
1515
1516 * lib/valgrind.exp: New file.
1517 (vgdb_start, vgdb_stop): New procs, factored out of ...
1518 * gdb.base/valgrind-bt.exp: ... here, ...
1519 * gdb.base/valgrind-disp-step.exp: ... here and ...
1520 * gdb.base/valgrind-infcall.exp: ... here.
1521
1522 2018-10-31 Tom de Vries <tdevries@suse.de>
1523
1524 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1525
1526 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1527
1528 * gdb.dwarf2/void-type.c: New file.
1529 * gdb.dwarf2/void-type.exp: New file.
1530
1531 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1532
1533 * gdb.base/info_qt.c: New file.
1534 * gdb.base/info_qt.exp: New file.
1535
1536 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1537
1538 * gdb.arch/powerpc-htm-regs.c: New file.
1539 * gdb.arch/powerpc-htm-regs.exp: New file.
1540
1541 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1542
1543 * gdb.arch/powerpc-tar.c: New file.
1544 * gdb.arch/powerpc-tar.exp: New file.
1545
1546 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1547
1548 * gdb.arch/powerpc-ppr-dscr.c: New file.
1549 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1550
1551 2018-10-25 Tom de Vries <tdevries@suse.de>
1552
1553 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1554
1555 2018-10-24 Tom de Vries <tdevries@suse.de>
1556
1557 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1558 longer exists error.
1559
1560 2018-10-24 Tom de Vries <tdevries@suse.de>
1561
1562 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1563
1564 2018-10-24 Tom de Vries <tdevries@suse.de>
1565
1566 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1567 --db-attach in valgrind.
1568
1569 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1570
1571 * gdb.arch/riscv-reg-aliases.c: New file.
1572 * gdb.arch/riscv-reg-aliases.exp: New file.
1573
1574 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1575
1576 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1577
1578 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1579
1580 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1581
1582 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1583
1584 * gdb.cp/ovldbreak.exp: Fix regexps.
1585
1586 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1587
1588 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1589
1590 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1591
1592 PR cli/23785
1593 * gdb.base/restore.exp: New test to check if "restore" with an
1594 invalid file doesn't segfault.
1595
1596 2018-10-18 Tom de Vries <tdevries@suse.de>
1597
1598 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1599 * gdb.ada/excep_handle.exp: Same.
1600 * gdb.ada/mi_string_access.exp: Same.
1601 * gdb.ada/mi_var_union.exp: Same.
1602 * gdb.arch/arc-analyze-prologue.exp: Same.
1603 * gdb.arch/arc-decode-insn.exp: Same.
1604 * gdb.base/readnever.exp: Same.
1605 * gdb.fortran/printing-types.exp: Same.
1606 * gdb.guile/scm-lazy-string.exp: Same.
1607
1608 2018-10-16 Tom de Vries <tdevries@suse.de>
1609
1610 PR gdb/23730
1611 * gdb.base/catch-follow-exec.c: Add copyright notice.
1612 * gdb.base/catch-follow-exec.exp: Rewrite to use
1613 gdb_spawn_with_cmdline_opts. Require gdb-native.
1614
1615 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1616
1617 * gdb.trace/actions-changed.exp: Check for arch support.
1618 * gdb.trace/actions.exp: Likewise.
1619 * gdb.trace/ax.exp: Likewise.
1620 * gdb.trace/backtrace.exp: Likewise.
1621 * gdb.trace/change-loc.exp: Likewise.
1622 * gdb.trace/deltrace.exp: Likewise.
1623 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1624 * gdb.trace/ftrace.exp: Likewise.
1625 * gdb.trace/infotrace.exp: Check for arch support.
1626 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1627 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1628 * gdb.trace/mi-tsv-changed.exp: Likewise.
1629 * gdb.trace/packetlen.exp: Likewise.
1630 * gdb.trace/passc-dyn.exp: Likewise.
1631 * gdb.trace/passcount.exp: Likewise.
1632 * gdb.trace/pending.exp: Likewise.
1633 * gdb.trace/range-stepping.exp: Check for shlib support.
1634 * gdb.trace/report.exp: Check for arch support.
1635 * gdb.trace/save-trace.exp: Likewise.
1636 * gdb.trace/signal.exp: Check for signal support.
1637 * gdb.trace/tfind.exp: Check for arch support.
1638 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1639 * gdb.trace/trace-common.h: Add comment.
1640 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1641 * gdb.trace/trace-enable-disable.exp: Likewise.
1642 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1643 * gdb.trace/tracecmd.exp: Check for arch support.
1644 * gdb.trace/tspeed.exp: Check for shlib and target support.
1645 * gdb.trace/tstatus.exp: Check for arch support.
1646 * gdb.trace/tsv.exp: Likewise.
1647 * gdb.trace/while-dyn.exp: Likewise.
1648 * gdb.trace/while-stepping.exp: Likewise.
1649 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1650
1651 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1652
1653 * gdb.trace/tspeed.exp: Remove nowarnings.
1654 (prepare_for_trace_test): Declare "global ipalib".
1655 * gdb.trace/tspeed.c: Include unistd.h.
1656 (main): Remove superfluous printf argument.
1657
1658 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1659
1660 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1661 directory prefix on the filename.
1662
1663 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1664
1665 * gdb.gdb/unittest.exp: Update expected message informing that
1666 selftests have been disabled.
1667 * gdb.server/unittest.exp: Likewise.
1668
1669 2018-10-09 Tom de Vries <tdevries@suse.de>
1670
1671 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1672 with runto_main.
1673
1674 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1675
1676 PR c++/16841
1677 * gdb.cp/virtbase2.cc: New file.
1678 * gdb.cp/virtbase2.exp: New file.
1679
1680 2018-10-06 Tom Tromey <tom@tromey.com>
1681
1682 PR python/19399:
1683 * gdb.python/py-inferior.exp: Add architecture test.
1684
1685 2018-10-06 Tom Tromey <tom@tromey.com>
1686
1687 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1688 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1689
1690 2018-10-06 Tom Tromey <tom@tromey.com>
1691
1692 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1693 of a "throw" catchpoint.
1694
1695 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1696
1697 * gdb.base/info-proc.exp: Update string expected from "help info
1698 proc".
1699
1700 2018-10-04 Tom Tromey <tom@tromey.com>
1701
1702 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1703 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1704 (test_initial_complaints, test_empty_complaints): Update.
1705 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1706
1707 2018-10-04 Tom Tromey <tom@tromey.com>
1708
1709 PR cli/19551:
1710 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1711 * lib/gdb.exp (gdb_file_cmd): Update.
1712 * gdb.stabs/weird.exp (print_weird_var): Update.
1713 * gdb.server/solib-list.exp: Update.
1714 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1715 * gdb.mi/mi-cli.exp: Update.
1716 * gdb.linespec/linespec.exp: Update.
1717 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1718 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1719 * gdb.cp/cp-relocate.exp: Update.
1720 * gdb.base/sym-file.exp: Update.
1721 * gdb.base/relocate.exp: Update.
1722 * gdb.base/readnever.exp: Update.
1723 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1724 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1725 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1726 * gdb.base/code_elim.exp: Update.
1727 * gdb.base/break-unload-file.exp (test_break): Update.
1728 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1729 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1730 Update.
1731 * gdb.base/attach.exp (do_attach_tests): Update.
1732 * gdb.base/sepdebug.exp: Update.
1733 * gdb.python/py-section-script.exp: Update.
1734
1735 2018-10-04 Tom Tromey <tom@tromey.com>
1736
1737 PR cli/22234:
1738 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1739 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1740 output.
1741
1742 2018-10-04 Tom Tromey <tom@tromey.com>
1743
1744 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1745 set width and height to 0.
1746 (test_command_line_attach_run): Use -quiet.
1747
1748 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1749
1750 * lib/gdb.exp (skip_ifunc_tests): New.
1751 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1752 other compile failures.
1753 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1754
1755 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1756
1757 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1758 is_amd64_regs_target.
1759
1760 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1761
1762 * gdb.arch/aarch64-sighandler-regs.c: New test.
1763 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1764 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1765
1766 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1767
1768 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1769 assembly.
1770
1771 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1772
1773 * gdb.base/frame-selection.exp: New file.
1774 * gdb.base/frame-selection.c: New file.
1775
1776 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1777
1778 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1779 pthread barrier.
1780 (main): Likewise.
1781
1782 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1783
1784 * gdb.base/large-frame-1.c: New file.
1785 * gdb.base/large-frame-2.c: New file.
1786 * gdb.base/large-frame.exp: New file.
1787 * gdb.base/large-frame.h: New file.
1788
1789 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1790
1791 PR gdb/20948
1792 * gdb.base/write_mem.exp: New test.
1793 * gdb.base/write_mem.c: Likewise.
1794
1795 2018-09-23 Tom Tromey <tom@tromey.com>
1796
1797 PR python/18852:
1798 * gdb.python/py-parameter.exp: Add test for parameter that throws
1799 on "set".
1800
1801 2018-09-23 Tom Tromey <tom@tromey.com>
1802
1803 PR python/17284:
1804 * gdb.python/py-template.exp (test_template_arg): Add test for
1805 negative template argument number.
1806
1807 2018-09-23 Tom Tromey <tom@tromey.com>
1808
1809 PR python/14062:
1810 * gdb.python/python.exp: Add test for post_event error.
1811
1812 2018-09-23 Tom Tromey <tom@tromey.com>
1813
1814 PR python/18170:
1815 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1816 convert pointers to int and long.
1817
1818 2018-09-23 Tom Tromey <tom@tromey.com>
1819
1820 PR python/20126:
1821 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1822 signed-ness conversion tests.
1823
1824 2018-09-23 Tom Tromey <tom@tromey.com>
1825
1826 PR python/18352;
1827 * gdb.python/py-value.exp (test_float_conversion): New proc.
1828 Use it.
1829
1830 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1831
1832 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1833
1834 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1835
1836 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1837 no readline.
1838 * gdb.base/utf8-identifiers.exp: Likewise.
1839 * gdb.cp/cpcompletion.exp: Likewise.
1840 * gdb.linespec/cpcompletion.exp: Likewise.
1841 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1842 * gdb.linespec/cpls-ops.exp: Likewise.
1843
1844 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1845 Chris January <chris.january@arm.com>
1846
1847 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1848 * gdb.fortran/short-circuit-argument-list.exp: New file.
1849 * gdb.fortran/short-circuit-argument-list.f90: New test.
1850
1851 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1852
1853 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1854 "arch=" keyword when executing "-stack-list-frames".
1855
1856 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1857
1858 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1859 "arch=" keyword when executing "-stack-list-frames".
1860
1861 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1862
1863 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1864 break ada".
1865
1866 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1867
1868 PR python/23669
1869 * gdb.python/python.exp: Test gdb.execute("show commands").
1870
1871 2018-09-16 Tom Tromey <tom@tromey.com>
1872
1873 * gdb.base/new-ui.exp (do_execution_tests): Update.
1874 * gdb.base/dbx.exp (test_breakpoints): Update.
1875
1876 2018-09-14 Alan Hayward <alan.hayward@arm.com>
1877
1878 * lib/gdb.exp (gdb_simple_compile): Add proc.
1879 (is_elf_target): Use gdb_simple_compile.
1880 (skip_altivec_tests): Likewise.
1881 (skip_vsx_tests): Likewise.
1882 (skip_tsx_tests): Likewise.
1883 (skip_btrace_tests): Likewise.
1884 (skip_btrace_pt_tests): Likewise.
1885 (gdb_can_simple_compile): Likewise.
1886 (gdb_has_argv0): Likewise.
1887 (gdb_target_symbol_prefix): Likewise.
1888 (target_supports_scheduler_locking): Likewise.
1889
1890 2018-09-13 Tom Tromey <tom@tromey.com>
1891
1892 * Makefile.in (TAGS): Recognize proc_with_prefix and
1893 gdb_caching_proc.
1894
1895 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1896
1897 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1898 method.
1899
1900 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1901
1902 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1903 and a few other Inferior properties when the Inferior is no
1904 longer valid.
1905
1906 2018-09-13 Tom Tromey <tom@tromey.com>
1907
1908 PR rust/23650:
1909 * gdb.rust/simple.exp: Add test for enum field access error.
1910
1911 2018-09-13 Tom Tromey <tom@tromey.com>
1912
1913 PR rust/23626:
1914 * gdb.rust/simple.rs (EmptyEnum): New type.
1915 (main): Use it.
1916 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1917
1918 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1919
1920 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1921 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1922 * gdb.python/py-symtab.exp: Update test printing an objfile.
1923
1924 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1925
1926 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1927 object.
1928
1929 2018-09-12 Alan Hayward <alan.hayward@arm.com>
1930
1931 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1932 (support_complex_tests): Use gdb_can_simple_compile.
1933 (is_ilp32_target): Likewise.
1934 (is_lp64_target): Likewise.
1935 (is_64_target): Likewise.
1936 (is_amd64_regs_target): Likewise.
1937 (is_aarch32_target): Likewise.
1938 (gdb_int128_helper): Likewise.
1939
1940 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1941
1942 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1943
1944 2018-09-10 Jerome Guitton <guitton@adacore.com>
1945
1946 * gdb.ada/same_component_name: Add test for case of tagged record
1947 with variable-length fields.
1948
1949 2018-09-10 Xavier Roirand <roirand@adacore.com>
1950
1951 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1952 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1953 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1954 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1955
1956 2018-09-10 Xavier Roirand <roirand@adacore.com>
1957
1958 * gdb.ada/mi_string_access.exp: New testcase.
1959 * gdb.ada/mi_string_access/bar.adb: New file.
1960 * gdb.ada/mi_string_access/pck.adb: New file.
1961 * gdb.ada/mi_string_access/pck.asd: New file.
1962
1963 2018-09-10 Xavier Roirand <roirand@adacore.com>
1964
1965 * gdb.ada/mi_var_union.exp: New testcase.
1966 * gdb.ada/mi_var_union/bar.adb: New file.
1967 * gdb.ada/mi_var_union/pck.adb: New file.
1968 * gdb.ada/mi_var_union/pck.asd: New file.
1969
1970 2018-09-08 Tom Tromey <tom@tromey.com>
1971
1972 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1973
1974 2018-09-08 Tom Tromey <tom@tromey.com>
1975
1976 PR python/16047:
1977 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1978 (register_pretty_printers): Register new printer.
1979 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1980 test.
1981 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1982 (an_int_type3): New global.
1983
1984 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1985
1986 * gdb.ada/expr_with_funcall: New testcase.
1987
1988 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1989
1990 * gdb.ada/packed_array_assign: New testcase.
1991
1992 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1993
1994 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1995 names, and add test prefixes to make test names unique.
1996
1997 2018-09-05 Tom de Vries <tdevries@suse.de>
1998
1999 * gdb.dwarf2/varval.exp: Add test.
2000
2001 2018-09-04 Gary Benson <gbenson@redhat.com>
2002
2003 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2004 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2005
2006 2018-08-31 Tom Tromey <tom@tromey.com>
2007
2008 * gdb.rust/simple.rs: Rename second variable "v".
2009
2010 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2011
2012 * gdb.base/funcargs.c (use_a): New function.
2013 (recurse): Call use_a.
2014
2015 2018-08-29 Keith Seitz <keiths@redhat.com>
2016
2017 * gdb.compile/compile-cplus-anonymous.cc: New file.
2018 * gdb.compile/compile-cplus-anonymous.exp: New file.
2019 * gdb.compile/compile-cplus-array-decay.cc: New file.
2020 * gdb.compile/compile-cplus-array-decay.exp: New file.
2021 * gdb.compile/compile-cplus-inherit.cc: New file.
2022 * gdb.compile/compile-cplus-inherit.exp: New file.
2023 * gdb.compile/compile-cplus-member.cc: New file.
2024 * gdb.compile/compile-cplus-member.exp: New file.
2025 * gdb.compile/compile-cplus-method.cc: New file.
2026 * gdb.compile/compile-cplus-method.exp: New file.
2027 * gdb.compile/compile-cplus-mod.c: "New" file.
2028 * gdb.compile/compile-cplus-namespace.cc: New file.
2029 * gdb.compile/compile-cplus-namespace.exp: New file.
2030 * gdb.compile/compile-cplus-nested.cc: New file.
2031 * gdb.compile/compile-cplus-nested.exp: New file.
2032 * gdb.compile/compile-cplus-print.c: "New" file.
2033 * gdb.compile/compile-cplus-print.exp: "New" file.
2034 * gdb.compile/compile-cplus-virtual.cc: New file.
2035 * gdb.compile/compile-cplus-virtual.exp: New file.
2036 * gdb.compile/compile-cplus.c: "New" file.
2037 * gdb.compile/compile-cplus.exp: "New" file.
2038 * lib/compile-support.exp: New file.
2039
2040 2018-08-16 Gary Benson <gbenson@redhat.com>
2041
2042 PR gdb/13000:
2043 * gdb.base/batch-exit-status.exp: New file.
2044 * gdb.base/batch-exit-status.good-commands: Likewise.
2045 * gdb.base/batch-exit-status.bad-commands: Likewise.
2046
2047 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2048
2049 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2050 (struct struct02): Likewise.
2051 (struct struct03): Likewise.
2052 (struct struct04): Likewise.
2053 (struct struct_01_01): New struct.
2054 (struct struct_01_02): Likewise.
2055 (struct struct_01_03): Likewise.
2056 (struct struct_01_04): Likewise.
2057 (struct struct_02_01): Likewise.
2058 (struct struct_02_02): Likewise.
2059 (struct struct_02_03): Likewise.
2060 (struct struct_02_04): Likewise.
2061 (struct struct_04_01): Likewise.
2062 (struct struct_04_02): Likewise.
2063 (struct struct_04_03): Likewise.
2064 (struct struct_04_04): Likewise.
2065 (struct struct_05_01): Likewise.
2066 (struct struct_05_02): Likewise.
2067 (struct struct_05_03): Likewise.
2068 (struct struct_05_04): Likewise.
2069 (cmp_struct01): Remove function.
2070 (cmp_struct02): Likewise.
2071 (cmp_struct03): Likewise.
2072 (cmp_struct04): Likewise.
2073 (cmp_struct_01_01): Add Function.
2074 (cmp_struct_01_02): Likewise.
2075 (cmp_struct_01_03): Likewise.
2076 (cmp_struct_01_04): Likewise.
2077 (cmp_struct_02_01): Likewise.
2078 (cmp_struct_02_02): Likewise.
2079 (cmp_struct_02_03): Likewise.
2080 (cmp_struct_02_04): Likewise.
2081 (cmp_struct_04_01): Likewise.
2082 (cmp_struct_04_02): Likewise.
2083 (cmp_struct_04_03): Likewise.
2084 (cmp_struct_04_04): Likewise.
2085 (cmp_struct_05_01): Likewise.
2086 (cmp_struct_05_02): Likewise.
2087 (cmp_struct_05_03): Likewise.
2088 (cmp_struct_05_04): Likewise.
2089 (call_all): Add new structs.
2090 * gdb.base/infcall-nested-structs.exp: Likewise.
2091
2092 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2093
2094 * gdb.python/py-framefilter-mi.exp: Update regexp to
2095 check for "arch" field in frame output.
2096
2097 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2098
2099 * gdb.dwarf2/dw2-ranges-func.c: New file.
2100 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2101
2102 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2103
2104 * gdb.base/term.exp: Compare terminal settings with values from
2105 the inferior.
2106 * gdb.base/term.c: Get and set terminal settings.
2107
2108 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2109
2110 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2111 accommodate new "arch" field in frame output.
2112 * gdb.mi/mi-return.exp: Likewise.
2113 * gdb.mi/mi-stack.exp: Likewise.
2114 * gdb.mi/mi-syn-frame.exp: Likewise.
2115 * gdb.mi/user-selected-context-sync.exp: Likewise.
2116
2117 2018-08-19 Michael Spang <spang@google.com>
2118
2119 PR gdb/11786
2120 * gdb.base/gcore-tls-pie.c: New file.
2121 * gdb.base/gcore-tls-pie.exp: New file.
2122
2123 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2124
2125 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2126 * gdb.dwarf2/varval.c: New file.
2127 * gdb.dwarf2/varval.exp: New file.
2128
2129 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2130
2131 PR gdb/18931
2132 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2133
2134 2018-08-16 Keith Seitz <keiths@redhat.com>
2135
2136 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2137 tests expected to pass.
2138
2139 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2140
2141 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2142 -data-disassemble -a.
2143 (test_disassembly_bogus_args): Likewise.
2144
2145 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2146
2147 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2148
2149 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2150
2151 * gdb.base/vla-optimized-out.exp: Add new test.
2152
2153 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2154
2155 * gdb.base/vla-optimized-out-o3.exp: Delete.
2156 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2157 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2158 deleted tests.
2159
2160 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2161
2162 PR gdb/18050:
2163 * gdb.server/extended-remote-restart.c: New file.
2164 * gdb.server/extended-remote-restart.exp: New file.
2165
2166 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2167
2168 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2169 "set variable index = 42".
2170
2171 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2172
2173 * boards/index-cache-gdb.exp: New file.
2174 * gdb.dwarf2/index-cache.exp: New file.
2175 * gdb.dwarf2/index-cache.c: New file.
2176 * gdb.base/maint.exp: Check if we are using the index cache.
2177
2178 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2179
2180 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2181 MAKEFLAGS.
2182
2183 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2184
2185 * dg-extract-results.sh: Move to toplevel contrib.
2186 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2187 * Makefile.in (check-parallel-racy): Likewise.
2188
2189 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2190
2191 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2192 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2193 tests if the target supports scheduler locking.
2194
2195 2018-08-04 Tom de Vries <tdevries@suse.de>
2196
2197 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2198
2199 2018-08-02 Tom Tromey <tom@tromey.com>
2200
2201 PR symtab/16842.
2202 * gdb.cp/temargs.exp: Test "info address" of a template
2203 parameter.
2204
2205 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2206
2207 * gdb.python/py-mi-var-info-path-expression.c: New file.
2208 * gdb.python/py-mi-var-info-path-expression.py: New file.
2209 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2210
2211 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2212
2213 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2214 error after "cannot resolve name" string.
2215
2216 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2217
2218 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2219 started.
2220 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2221
2222 2018-07-28 Tom de Vries <tdevries@suse.de>
2223
2224 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2225
2226 2018-07-26 Tom de Vries <tdevries@suse.de>
2227
2228 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2229
2230 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2231
2232 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2233 is visible.
2234
2235 2018-07-26 Tom de Vries <tdevries@suse.de>
2236
2237 PR breakpoints/23366
2238 * gdb.base/catch-follow-exec.c: New test.
2239 * gdb.base/catch-follow-exec.exp: New file.
2240
2241 2018-07-25 Tom de Vries <tdevries@suse.de>
2242
2243 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2244 vla-optimized-out.c.
2245
2246 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2247
2248 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2249 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2250
2251 2018-07-20 Tom de Vries <tdevries@suse.de>
2252
2253 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2254 NOCLONE macro.
2255 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2256
2257 2018-07-19 Tom de Vries <tdevries@suse.de>
2258
2259 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2260 regular expression.
2261
2262 2018-07-18 Tom de Vries <tdevries@suse.de>
2263
2264 * gdb.base/vla-optimized-out.c: New test.
2265 * gdb.base/vla-optimized-out.exp: New file.
2266
2267 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2268
2269 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2270 message "No address associated with hostname" when gdbserver
2271 cannot resolve the hostname.
2272
2273 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2274
2275 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2276 Add some test prefixes to make tests unique.
2277
2278 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2279
2280 * gdb.base/frameapply.c: New file.
2281 * gdb.base/frameapply.exp: New file.
2282
2283 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2284
2285 * gdb.base/skip.exp: Update expected error message.
2286
2287 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2288 Jan Kratochvil <jan.kratochvil@redhat.com>
2289 Paul Fertser <fercerpav@gmail.com>
2290 Tsutomu Seki <sekiriki@gmail.com>
2291
2292 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2293 parameter.
2294 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2295 by default.
2296 * boards/native-gdbserver.exp: Likewise.
2297 * gdb.server/run-without-local-binary.exp: Improve regexp used
2298 for detecting when a remote debugging connection succeeds.
2299 * gdb.server/server-connect.exp: New file.
2300 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2301 Do not prefix the port number with ":".
2302 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2303 support for detecting and using it. Add '$debughost_gdbserver'
2304 to the list of arguments used to start gdbserver. Handle case
2305 when gdbserver cannot resolve a network name.
2306
2307 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2308
2309 PR c++/23373
2310 * gdb.base/ptype-offsets.cc (struct static_member): New
2311 struct.
2312 (main) <stmember>: New variable.
2313 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2314 with a static member in it.
2315
2316 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2317
2318 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2319 watchpoints enabled and disabled.
2320
2321 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2322
2323 * gdb.base/examine-backward.exp: Still run tests around address
2324 0x0, even if address 0x0 is not readable. Update the pattern for
2325 matching address 0x0 in expected output.
2326
2327 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2328
2329 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2330 malloc/free.
2331
2332 2018-07-04 Tom de Vries <tdevries@suse.de>
2333
2334 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2335
2336 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2337
2338 PR tdep/8282
2339 * gdb.arch/mips-disassembler-options.exp: New test.
2340 * gdb.arch/mips-disassembler-options.s: New test source.
2341
2342 2018-06-29 Pedro Alves <palves@redhat.com>
2343
2344 * gdb.threads/names.exp: Adjust expected "info threads" output.
2345
2346 2018-06-29 Pedro Alves <palves@redhat.com>
2347
2348 * gdb.opt/inline-break.exp (line number, address): Add "info
2349 break" tests.
2350
2351 2018-06-29 Pedro Alves <palves@redhat.com>
2352
2353 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2354 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2355 number and address and running to them.
2356
2357 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2358
2359 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2360
2361 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2362
2363 * lib/compiler.c: Remove executable permission flag.
2364
2365 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2366
2367 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2368 code.
2369 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2370
2371 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2372
2373 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2374
2375 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2376
2377 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2378 address argument is omitted.
2379
2380 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2381
2382 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2383
2384 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2385
2386 PR gdb/21695
2387 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2388 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2389
2390 2018-06-26 Tom Tromey <tom@tromey.com>
2391
2392 PR rust/22574:
2393 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2394 * gdb.rust/simple.rs (struct SimpleLayout): New.
2395
2396 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2397
2398 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2399 "info registers" output.
2400
2401 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2402
2403 * gdb.base/watchpoint-hw-attach.c: New test.
2404 * gdb.base/watchpoint-hw-attach.exp: New file.
2405
2406 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2407
2408 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2409 through /bin/sh.
2410 * boards/dwarf4-gdb-index.exp: Likewise.
2411 * boards/fission-dwp.exp: Likewise.
2412
2413 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2414
2415 * gdb.base/float128.exp: Add comment and improved fail message
2416 to the failure case of "print large128" test.
2417
2418 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2419
2420 * configure.ac: Remove AC_PREREQ.
2421 * configure: Re-generate.
2422
2423 2018-06-19 Pedro Alves <palves@redhat.com>
2424
2425 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2426 (func_extern_caller): New.
2427 (main): Call func_extern_caller.
2428 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2429 logic change.
2430
2431 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2432
2433 PR gdb/16841
2434 * gdb.cp/typedef-base.cc: New file.
2435 * gdb.cp/typedef-base.exp: New file.
2436
2437 2018-06-18 Tom de Vries <tdevries@suse.de>
2438
2439 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2440
2441 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2442 Richard Bunt <Richard.Bunt@arm.com>
2443
2444 * gdb.threads/attach-slow-waitpid.c: New file.
2445 * gdb.threads/attach-slow-waitpid.exp: New file.
2446 * gdb.threads/slow-waitpid.c: New file.
2447
2448 2018-06-14 Pedro Alves <palves@redhat.com>
2449
2450 * gdb.base/fork-running-state.c: Include <errno.h>.
2451 (exit_if_relative_exits): New.
2452 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2453 exits.
2454 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2455 child exits.
2456
2457 2018-06-14 Tom de Vries <tdevries@suse.de>
2458
2459 PR cli/22573
2460 * gdb.base/finish-pretty.c: New test.
2461 * gdb.base/finish-pretty.exp: New file.
2462
2463 2018-06-14 Pedro Alves <palves@redhat.com>
2464
2465 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2466 gdb's expected startup output.
2467
2468 2018-06-14 Pedro Alves <palves@redhat.com>
2469
2470 * lib/selftest-support.exp (selftest_setup): Remove inlined
2471 function handling.
2472
2473 2018-06-14 Tom de Vries <tdevries@suse.de>
2474
2475 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2476 matching of breakpoint printing.
2477
2478 2018-06-13 Tom de Vries <tdevries@suse.de>
2479
2480 PR testsuite/23269
2481 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2482 (fork_child): ... here, and ...
2483 (fork_parent): ... here.
2484
2485 2018-06-12 Tom de Vries <tdevries@suse.de>
2486
2487 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2488
2489 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2490 Stephen Roberts <stephen.roberts@arm.com>
2491
2492 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2493 rewrite test to describe action performed, rather than possible
2494 failure.
2495
2496 2018-06-08 Gary Benson <gbenson@redhat.com>
2497
2498 * gdb.threads/check-libthread-db.exp: New file.
2499 * gdb.threads/check-libthread-db.c: Likewise.
2500
2501 2018-06-05 Tom Tromey <tom@tromey.com>
2502
2503 * gdb.base/default.exp: Update expected "show version" output.
2504
2505 2018-06-05 Tom Tromey <tom@tromey.com>
2506
2507 PR cli/12326:
2508 * gdb.cp/static-print-quit.exp: Update.
2509 * lib/gdb.exp (pagination_prompt): Update.
2510 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2511 * gdb.python/python.exp: Update.
2512
2513 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2514
2515 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2516
2517 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2518
2519 * gdb.ada/bp_fun_addr: New testcase.
2520
2521 2018-06-01 Tom Tromey <tom@tromey.com>
2522
2523 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2524 results.
2525 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2526 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2527 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2528 * gdb.base/maint.exp (maint_pass_if): Update.
2529
2530 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2531
2532 * gdb.base/endian.exp: New test.
2533 * gdb.base/endian.c: New test source.
2534
2535 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2536
2537 PR gdb/23203
2538 * gdb.base/bt-selected-frame.c: New file.
2539 * gdb.base/bt-selected-frame.exp: New file.
2540 * lib/gdb.exp (get_current_frame_number): New function.
2541
2542 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2543 Pedro Alves <palves@redhat.com>
2544
2545 * gdb.threads/tls-core.c: Include <stdlib.h>
2546 (thread_proc): Call `abort'.
2547 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2548 (tls_core_test): New procedure, bits factored out from ...
2549 (top level): ... here. Test both native cores and gcore cores.
2550
2551 2018-05-23 Tom Tromey <tom@tromey.com>
2552
2553 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2554
2555 2018-05-23 Tom Tromey <tom@tromey.com>
2556
2557 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2558 symfile_complaints.
2559 (test_short_complaints): Likewise.
2560 (test_empty_complaints): Likewise.
2561 (test_initial_complaints): Update.
2562
2563 2018-05-23 Tom Tromey <tom@tromey.com>
2564
2565 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2566
2567 2018-05-23 Tom Tromey <tom@tromey.com>
2568
2569 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2570 (test_short_complaints): Update.
2571
2572 2018-05-22 Pedro Alves <palves@redhat.com>
2573
2574 * gdb.base/remote.exp: Only gdb_start after compiling the
2575 testcase. Issue "disconnect" before testing "set remote" command
2576 defaults. Issue clean_restart before running to main.
2577
2578 2018-05-22 Pedro Alves <palves@redhat.com>
2579
2580 * gdb.base/remote.exp: Adjust expected output of "show remote
2581 memory-write-packet-size". Add tests for "set remote
2582 memory-write-packet-size 0" and "set remote
2583 memory-write-packet-size fixed/limit".
2584
2585 2018-05-22 Pedro Alves <palves@redhat.com>
2586
2587 PR gdb/22973
2588 * gdb.base/utf8-identifiers.c: New file.
2589 * gdb.base/utf8-identifiers.exp: New file.
2590
2591 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2592
2593 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2594
2595 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2596
2597 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2598
2599 2018-05-18 Tom Tromey <tom@tromey.com>
2600
2601 * gdb.base/ptype-offsets.exp: Update.
2602
2603 2018-05-17 Keith Seitz <keiths@redhat.com>
2604
2605 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2606 in expected breakpoint stop locations.
2607 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2608 move to proper scope to test variable values.
2609 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2610 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2611 New functions.
2612 (main): Call not_inline_func3.
2613 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2614 inline_func1, inline_func2, and inline_func3. Test that when each
2615 breakpoint is hit, GDB properly reports both the stop location
2616 and the backtrace. Repeat tests for temporary breakpoints.
2617
2618 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2619
2620 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2621 rather then trying to access it in determining whether the PID
2622 of `gdbserver' could have been retrieved.
2623
2624 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2625
2626 * gdb.arch/amd64-init-x87-values.S: New file.
2627 * gdb.arch/amd64-init-x87-values.exp: New file.
2628
2629 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2630
2631 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2632
2633 2018-05-04 Tom Tromey <tom@tromey.com>
2634
2635 PR python/22730:
2636 * gdb.python/python.exp: Test multi-line execute.
2637
2638 2018-05-04 Tom Tromey <tom@tromey.com>
2639
2640 PR python/22731:
2641 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2642
2643 2018-05-04 Tom Tromey <tom@tromey.com>
2644
2645 PR gdb/11750:
2646 * gdb.base/define.exp: Test defining a user command inside a user
2647 command.
2648 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2649
2650 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2651 Pedro Alves <palves@redhat.com>
2652
2653 PR breakpoints/19806 and support for PR external/20207.
2654 * gdb.base/watchpoint-unaligned.c: New file.
2655 * gdb.base/watchpoint-unaligned.exp: New file.
2656
2657 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2658
2659 * gdb.base/maint.exp: Make test names unique, use
2660 test_prefix_command_help to test 'help maint info', and remove
2661 repeated test of 'help maint'.
2662
2663 2018-05-04 Tom Tromey <tom@tromey.com>
2664
2665 PR gdb/22619:
2666 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2667 behavior.
2668
2669 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 * gdb.base/maint.exp: Process output from 'maint print registers'
2672 line at a time.
2673
2674 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2675
2676 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2677 timeout.
2678
2679 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2680
2681 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2682 filter pattern.
2683
2684 2018-05-02 Pedro Alves <palves@redhat.com>
2685
2686 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2687 to_log_command renames.
2688 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2689
2690 2018-05-02 Tom Tromey <tom@tromey.com>
2691
2692 * gdb.python/py-parameter.exp: Set test message.
2693
2694 2018-05-02 Tom Tromey <tom@tromey.com>
2695
2696 PR python/20084:
2697 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2698 PARAM_ZUINTEGER_UNLIMITED tests.
2699
2700 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2701
2702 PR rust/23124
2703 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2704 when casting.
2705
2706 2018-04-30 Tom Tromey <tom@tromey.com>
2707
2708 * gdb.python/py-type.exp: Check align attribute.
2709 * gdb.python/py-type.c: New "aligncheck" global.
2710
2711 2018-04-30 Tom Tromey <tom@tromey.com>
2712
2713 PR exp/17095:
2714 * gdb.dwarf2/dw2-align.exp: New file.
2715 * gdb.cp/align.exp: New file.
2716 * gdb.base/align.exp: New file.
2717 * lib/gdb.exp (gdb_int128_helper): New proc.
2718 (has_int128_c, has_int128_cxx): New caching procs.
2719
2720 2018-04-27 Tom Tromey <tom@tromey.com>
2721
2722 PR rust/22545:
2723 * gdb.rust/simple.exp: Add inclusive range tests.
2724
2725 2018-04-26 Pedro Alves <palves@redhat.com>
2726
2727 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2728 ifunc breakpoint locations correctly of ifunc breakpoints set
2729 while the program resolves the ifunc.
2730
2731 2018-04-26 Pedro Alves <palves@redhat.com>
2732
2733 * gdb.base/gnu-ifunc-final.c: New file.
2734 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2735 * gdb.base/gnu-ifunc.exp (executable): Delete.
2736 (staticexecutable): Adjust.
2737 (lib_opts, exec_opts): Delete.
2738 (make_binsuffix, build, set-break): New procedures.
2739 (misc_tests): New, with tests factored out from the top level.
2740 (top level): Test different combinations of ifunc resolver name,
2741 resolver with and with debug info, and ifunc target with and
2742 without debug info. Wrap static tests with with_target_prefix.
2743
2744 2018-04-26 Pedro Alves <palves@redhat.com>
2745
2746 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2747 return type" warnings.
2748
2749 2018-04-25 Pedro Alves <palves@redhat.com>
2750
2751 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2752 killed".
2753 * gdb.base/kill-after-signal.exp: Likewise.
2754 * gdb.threads/kill.exp: Likewise.
2755
2756 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2757 Sergio Durigan Junior <sergiodj@redhat.com>
2758 Pedro Alves <palves@redhat.com>
2759
2760 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2761 regexps to expect for '[Inferior ... detached]' as well.
2762 * gdb.base/attach.exp: Likewise.
2763 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2764 "gdb_continue_to_end".
2765 (test_catch_syscall_with_wrong_args): Likewise.
2766 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2767 ']'. Don't set 'verbose' on.
2768 * gdb.base/foll-vfork.exp: Likewise.
2769 * gdb.base/fork-print-inferior-events.c: New file.
2770 * gdb.base/fork-print-inferior-events.exp: New file.
2771 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2772 '[Inferior ... has been killed]' message.
2773 * gdb.base/kill-after-signal.exp: Likewise.
2774 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2775 detach message.
2776 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2777 message.
2778 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2779 regexps to expect for '[Inferior ... detached]' as well.
2780 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2781
2782 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2783
2784 PR gdb/23104
2785 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2786
2787 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2788
2789 * gdb.threads/multiple-successive-infcall.c: New test.
2790 * gdb.threads/multiple-successive-infcall.exp: New file.
2791
2792 2018-04-17 Tom Tromey <tom@tromey.com>
2793
2794 * gdb.rust/simple.rs (Union): New type.
2795 (main): New local "u".
2796 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2797
2798 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2799
2800 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2801 number information in output of "whereis" command.
2802 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2803
2804 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2805
2806 * gdb.ada/info_types.exp: Adjust expected output to the line
2807 numbers now printed by "info var/func/type".
2808 * gdb.base/completion.exp: Likewise.
2809 * gdb.base/included.exp: Likewise.
2810 * gdb.cp/cp-relocate.exp: Likewise.
2811 * gdb.cp/cplusfuncs.exp: Likewise.
2812 * gdb.cp/namespace.exp: Likewise.
2813 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2814
2815 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2816
2817 * gdb.btrace/cpu.exp: New.
2818
2819 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2820
2821 * gdb.base/step-indirect-call-thunk.exp: New.
2822 * gdb.base/step-indirect-call-thunk.c: New.
2823 * gdb.reverse/step-indirect-call-thunk.exp: New.
2824 * gdb.reverse/step-indirect-call-thunk.c: New.
2825
2826 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2827
2828 * gdb.base/pie-fork.c: New file.
2829 * gdb.base/pie-fork.exp: New file.
2830
2831 2018-04-11 Tom Tromey <tom@tromey.com>
2832
2833 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2834
2835 2018-04-10 Pedro Alves <palves@redhat.com>
2836
2837 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2838 exits. Instead loop running forever.
2839 (fork_parent): Run forever too.
2840
2841 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2842
2843 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2844 mi_continue_to_line.
2845 * gdb.mi/mi-stack.c (callee4): Add comment.
2846
2847 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2848
2849 * gdb.mi/mi-stack.exp: Fix indentation.
2850
2851 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2852
2853 PR gdb/22979
2854 * gdb.arch/amd64-osabi.exp: New file.
2855
2856 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2857
2858 PR gdb/22980
2859 * gdb.base/osabi.exp: New file.
2860
2861 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2862
2863 * gdb.cp/static-typedef-print.exp: New file.
2864 * gdb.cp/static-typedef-print.cc: New file.
2865
2866 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2867
2868 * gdb.ada/varsize_limit: New testcase.
2869
2870 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2871
2872 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2873
2874 * gdb.ada/notcplusplus: New testcase.
2875
2876 * gdb.base/c-linkage-name.c: New file.
2877 * gdb.base/c-linkage-name.exp: New testcase.
2878
2879 2018-03-26 Tom Tromey <tom@tromey.com>
2880
2881 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2882 * gdb.python/py-framefilter.py (name_error): New global.
2883 (ErrorInName.function): Use name_error.
2884
2885 2018-03-26 Tom Tromey <tom@tromey.com>
2886
2887 PR backtrace/15582:
2888 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2889
2890 2018-03-23 Keith Seitz <keiths@redhat.com>
2891
2892 PR c++/22968
2893 * gdb.cp/subtypes.exp: New file.
2894 * gdb.cp/subtypes.h: New file.
2895 * gdb.cp/subtypes.cc: New file.
2896 * gdb.cp/subtypes-2.cc: New file.
2897
2898 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2899
2900 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2901 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2902 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2903 -nostartfiles when compiling the test. Confirm that all registers
2904 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2905
2906 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2907
2908 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2909 option, syntax was wrong anyway.
2910 * gdb.arch/arm-disp-step.exp: Likewise.
2911 * gdb.arch/sparc64-regs.exp: Likewise.
2912 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2913 option, syntax was wrong anyway, switch to use
2914 prepare_for_testing.
2915 * gdb.arch/i386-disp-step.exp: Likewise.
2916
2917 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2918
2919 * gdb.ada/exec_changed.exp: Replace "target_info exists
2920 use_gdb_stub" by "use_gdb_stub".
2921 * gdb.ada/start.exp: Likewise.
2922 * gdb.base/async-shell.exp: Likewise.
2923 * gdb.base/attach-pie-misread.exp: Likewise.
2924 * gdb.base/attach-wait-input.exp: Likewise.
2925 * gdb.base/break-entry.exp: Likewise.
2926 * gdb.base/break-interp.exp: Likewise.
2927 * gdb.base/dprintf-detach.exp: Likewise.
2928 * gdb.base/nostdlib.exp: Likewise.
2929 * gdb.base/solib-nodir.exp: Likewise.
2930 * gdb.base/statistics.exp: Likewise.
2931 * gdb.base/testenv.exp: Likewise.
2932 * gdb.mi/mi-exec-run.exp: Likewise.
2933 * gdb.mi/mi-start.exp: Likewise.
2934 * gdb.multi/dummy-frame-restore.exp: Likewise.
2935 * gdb.multi/multi-arch-exec.exp: Likewise.
2936 * gdb.multi/multi-arch.exp: Likewise.
2937 * gdb.multi/tids.exp: Likewise.
2938 * gdb.multi/watchpoint-multi.exp: Likewise.
2939 * gdb.python/py-events.exp: Likewise.
2940 * gdb.threads/attach-into-signal.exp: Likewise.
2941 * gdb.threads/attach-stopped.exp: Likewise.
2942 * gdb.threads/threadapply.exp: Likewise.
2943 * lib/selftest-support.exp: Likewise.
2944
2945 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2946
2947 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2948
2949 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2950
2951 * gdb.perf/template-breakpoints.cc: New file.
2952 * gdb.perf/template-breakpoints.exp: New file.
2953 * gdb.perf/template-breakpoints.py: New file.
2954
2955 2018-03-19 Tom Tromey <tom@tromey.com>
2956
2957 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2958 y0.
2959 * gdb.rust/simple.exp: Test bare identifier form of struct
2960 initializer.
2961
2962 2018-03-19 Tom Tromey <tom@tromey.com>
2963
2964 * gdb.gdb/observer.exp: Remove.
2965
2966 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2967
2968 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2969 "qualified" option when setting breakpoints.
2970 * gdb.trace/backtrace.exp: Likewise.
2971 * gdb.trace/circ.exp: Likewise.
2972 * gdb.trace/collection.exp: Likewise.
2973 * gdb.trace/disconnected-tracing.exp: Likewise.
2974 * gdb.trace/ftrace-lock.exp: Likewise.
2975 * gdb.trace/ftrace.exp: Likewise.
2976 * gdb.trace/infotrace.exp: Likewise.
2977 * gdb.trace/packetlen.exp: Likewise.
2978 * gdb.trace/passc-dyn.exp: Likewise.
2979 * gdb.trace/qtro.exp: Likewise.
2980 * gdb.trace/read-memory.exp: Likewise.
2981 * gdb.trace/report.exp: Likewise.
2982 * gdb.trace/signal.exp: Likewise.
2983 * gdb.trace/status-stop.exp: Likewise.
2984 * gdb.trace/strace.exp: Likewise.
2985 * gdb.trace/tfind.exp: Likewise.
2986 * gdb.trace/trace-break.exp: Likewise.
2987 * gdb.trace/trace-condition.exp: Likewise.
2988 * gdb.trace/trace-mt.exp: Likewise.
2989 * gdb.trace/tstatus.exp: Likewise.
2990 * gdb.trace/tsv.exp: Likewise.
2991 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2992 * gdb.trace/unavailable.exp: Likewise.
2993 * gdb.trace/while-dyn.exp: Likewise.
2994
2995 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2996
2997 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2998 that libinproctrace is copied to the target.
2999
3000 2018-03-14 Tom Tromey <tom@tromey.com>
3001
3002 PR cli/14977:
3003 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3004 a null pointer.
3005 * gdb.base/wchar.exp: Likewise.
3006
3007 2018-03-14 Tom Tromey <tom@tromey.com>
3008
3009 PR cli/19918:
3010 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3011 flag.
3012
3013 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3014
3015 PR gdb/22841
3016 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3017 "target" to remote_exec.
3018
3019 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3020
3021 PR gdb/22841
3022 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3023 ${board}_upload): Remove.
3024
3025 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3026
3027 * gdb.cp/watch-cp.cc: New test.
3028 * gdb.cp/watch-cp.exp: New file.
3029
3030 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3031
3032 * gdb.base/infcall-nested-structs.exp: New file.
3033 * gdb.base/infcall-nested-structs.c: New file.
3034 * gdb.base/float.exp: Add riscv support.
3035
3036 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3037
3038 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3039 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3040
3041 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3042
3043 * gdb.server/abspath.exp: New file.
3044 * lib/gdb.exp (with_cwd): New procedure.
3045
3046 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3047
3048 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3049 use it.
3050 (gdb_is_target_remote_prompt): New proc.
3051 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3052 (gdb_is_target_native): Pass prompt parameter to
3053 gdb_is_target_1.
3054
3055 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3056
3057 * gdb.base/load-command.c: New file.
3058 * gdb.base/load-command.exp: New file.
3059 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3060 (gdb_is_target_1): ...this, and generalize for other targets
3061 than just remote.
3062 (gdb_is_target_remote): Use gdb_is_target_1.
3063 (gdb_is_target_native): use gdb_is_target_1.
3064
3065 2018-02-26 Tom Tromey <tom@tromey.com>
3066
3067 PR python/16497:
3068 * gdb.python/py-framefilter.exp: Update test.
3069
3070 2018-02-26 Tom Tromey <tom@tromey.com>
3071
3072 * gdb.dwarf2/variant.c: New file.
3073 * gdb.dwarf2/variant.exp: New file.
3074
3075 2018-02-26 Tom Tromey <tom@tromey.com>
3076
3077 * gdb.rust/simple.exp: Accept more possible results in enum test.
3078
3079 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3080
3081 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3082 parentheses.
3083
3084 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3085
3086 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3087 name of a variable: $actual_linejj -> $actual_line.
3088
3089 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3090
3091 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3092
3093 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3094
3095 * gdb.btrace/buffer-size.exp: Do not force BTS.
3096
3097 2018-02-14 Pedro Alves <palves@redhat.com>
3098
3099 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3100 getting a "Quit".
3101
3102 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3103
3104 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3105 Fix test name.
3106
3107 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3108
3109 * gdb.cp/m-static.exp: Check type of optimized out static
3110 member.
3111
3112 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3113
3114 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3115 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3116
3117 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3118 Leszek Swirski <leszeks@google.com>
3119
3120 * gdb.python/py-prettyprint.c
3121 (struct to_string_returns_value_inner,
3122 struct to_string_returns_value_wrapper): New.
3123 (main): Add tsrvw variable.
3124 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3125 ToStringReturnsValueWrapper): New classes.
3126 (register_pretty_printers): Register new pretty-printers.
3127 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3128 recursive pretty printer.
3129 * gdb.python/py-mi.exp: Likewise.
3130
3131 2018-02-01 Leszek Swirski <leszeks@google.com>
3132
3133 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3134 functions with the same name as an include file are parsed
3135 correctly.
3136
3137 2018-02-01 Yao Qi <yao.qi@linaro.org>
3138
3139 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3140 "\[^\r\n\]*".
3141
3142 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3143
3144 * gdb.arch/powerpc-prologue-frame.s: New file.
3145 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3146 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3147
3148 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3149
3150 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3151
3152 2018-01-30 Pedro Alves <palves@redhat.com>
3153
3154 PR gdb/13211
3155 * gdb.base/interrupt-daemon.c: New.
3156 * gdb.base/interrupt-daemon.exp: New.
3157 * gdb.multi/multi-term-settings.c: New.
3158 * gdb.multi/multi-term-settings.exp: New.
3159
3160 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3161
3162 * gdb.base/break.exp: Save the location where the breakpoint
3163 on break.c:47 was actually inserted when debugging the version
3164 compiled at -O2 and use it in the expected output of the "info
3165 break" test performed soon after.
3166
3167 2018-01-22 Pedro Alves <palves@redhat.com>
3168 Sergio Durigan Junior <sergiodj@redhat.com>
3169
3170 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3171 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3172
3173 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3174
3175 * gdb.base/break-include.c, gdb.base/break-include.inc,
3176 gdb.base/break-include.exp: New files.
3177 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3178 line number now being the actual line number where the breakpoint
3179 was inserted.
3180 * gdb.mi/mi-break.exp: Likewise.
3181 * gdb.mi/mi-reverse.exp: Likewise.
3182 * gdb.mi/mi-simplerun.exp: Ditto.
3183
3184 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3185
3186 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3187 varobj.
3188 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3189
3190 2018-01-21 Don Breazeal <donb@codesourcery.com>
3191 Andrew Burgess <andrew.burgess@embecosm.com>
3192
3193 * gdb.mi/basics.c: Add new global.
3194 * gdb.mi/mi-frame-regs.exp: New file.
3195 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3196 case.
3197
3198 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3199
3200 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3201 non-parameter, and on an unknown symbol.
3202
3203 2018-01-19 Tom Tromey <tom@tromey.com>
3204
3205 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3206 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3207
3208 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3209
3210 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3211 setrlimit and chdir to int.
3212
3213 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3214
3215 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3216 function.
3217 (my_tend): Likewise.
3218 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3219 rationale of avoiding FP- and vector instructions.
3220
3221 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3222
3223 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3224 "info reg" with "\[ \t\]*".
3225 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3226 "\[ \t\]+".
3227 * gdb.arch/s390-multiarch.exp: Ditto.
3228 * gdb.base/pc-fp.exp: Ditto.
3229 * gdb.reverse/i386-precsave.exp: Ditto.
3230 * gdb.reverse/i386-reverse.exp: Ditto.
3231 * gdb.reverse/i387-env-reverse.exp: Ditto.
3232 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3233
3234 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3235
3236 * lib/gdb.exp (gdb_compile): Re-enable use of
3237 universal_compile_options for languages other than Rust.
3238
3239 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3240
3241 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3242
3243 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3244
3245 PR gdb/16577
3246 * gdb.base/solib-vanish.exp: New.
3247 * gdb.base/solib-vanish-main.c: New.
3248 * gdb.base/solib-vanish-lib1.c: New.
3249 * gdb.base/solib-vanish-lib2.c: New.
3250
3251 2018-01-17 Yao Qi <yao.qi@linaro.org>
3252
3253 * gdb.compile/compile.exp: Match the address printed for
3254 frame in the output of command "bt".
3255
3256 2018-01-15 Tom Tromey <tom@tromey.com>
3257
3258 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3259 compute sp_reg.
3260
3261 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3262
3263 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3264 to prepare.
3265 (prepare): Return 0 on error, 1 on success.
3266
3267 2018-01-12 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.base/continue-after-aborted-step-over.c: New.
3270 * gdb.base/continue-after-aborted-step-over.exp: New.
3271
3272 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3273
3274 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3275 options when not creating an executable.
3276
3277 2018-01-11 Pedro Alves <palves@redhat.com>
3278
3279 PR remote/22597
3280 * gdb.server/stop-reply-no-thread.c: New file.
3281 * gdb.server/stop-reply-no-thread.exp: New file.
3282
3283 2018-01-10 Pedro Alves <palves@redhat.com>
3284
3285 PR gdb/22670
3286 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3287 functions too. Test setting breakpoints and printing C functions
3288 with no debug info too.
3289 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3290
3291 2018-01-10 Pedro Alves <palves@redhat.com>
3292
3293 PR gdb/22670
3294 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3295 a fail.
3296
3297 2018-01-10 Pedro Alves <palves@redhat.com>
3298
3299 PR gdb/22670
3300 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3301
3302 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3303
3304 * gdb.server/unittest.exp: Match the output in non-development
3305 mode.
3306
3307 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3308
3309 * gdb.gdb/unittest.exp: Match output in non-development mode.
3310
3311 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3312
3313 * gdb.ada/access_tagged_param.exp: Relax expected output
3314 for value of "ObjL" in "continue" to pck.inspect breakpoint
3315 test.
3316
3317 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3318
3319 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3320 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3321
3322 2018-01-05 Pedro Alves <palves@redhat.com>
3323
3324 PR gdb/18653
3325 * gdb.base/libsegfault.exp: New.
3326
3327 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3328
3329 PR gdb/22670
3330 * gdb.ada/access_tagged_param.exp: New file.
3331 * gdb.ada/access_tagged_param/foo.adb: New file.
3332
3333 2018-01-05 Pedro Alves <palves@redhat.com>
3334
3335 PR gdb/22670
3336 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3337 exercise lower case too, and to exercise both full matching and
3338 wild matching.
3339
3340 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3341
3342 * gdb.ada/rename_subscript_param: New testcase.
3343
3344 2018-01-05 Jerome Guitton <guitton@adacore.com>
3345
3346 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3347
3348 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3349
3350 * gdb.ada/convvar_comp: New testcase.
3351
3352 2018-01-05 Xavier Roirand <roirand@adacore.com>
3353
3354 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3355 (My_Table): New global variable.
3356 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3357
3358 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3359
3360 PR gdb/22670
3361 * gdb.ada/maint_with_ada: New testcase.
3362
3363 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3364
3365 PR gdb/22670
3366 * gdb.ada/bp_c_mixed_case: New testcase.
3367
3368 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3369
3370 PR gdb/22670
3371 * gdb.ada/complete.exp: Add "complete break ada" test.
3372
3373 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3374
3375 PR gdb/22670
3376 * gdb.ada/info_addr_mixed_case: New testcase.
3377
3378 2018-01-03 Xavier Roirand <roirand@adacore.com>
3379
3380 * gdb.ada/excep_handle.exp: New testcase.
3381 * gdb.ada/excep_handle/foo.adb: New file.
3382 * gdb.ada/excep_handle/pck.ads: New file.
3383
3384 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3385
3386 * gdb.base/step-line.c: Add extra empty line in copyright header.
3387 * gdb.base/step-line.inp: Likewise.
3388
3389 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3390
3391 * gdb.ada/dyn_stride.exp: Add slice test.
3392
3393 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3394
3395 * gdb.ada/dyn_stride: New testcase.
3396
3397 2017-12-27 Stafford Horne <shorne@gmail.com>
3398
3399 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3400 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3401
3402 2017-12-27 Stafford Horne <shorne@gmail.com>
3403
3404 * gdb.base/reggroups.c: New file.
3405 * gdb.base/reggroups.exp: New file.
3406
3407 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3408
3409 * gdb.dwarf2/ada-valprint-error.c: New file.
3410 * gdb.dwarf2/ada-valprint-error.exp: New file.
3411
3412 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3413
3414 * gdb.ada/assign_arr: New testcase.
3415
3416 2017-12-18 Xavier Roirand <roirand@adacore.com>
3417
3418 * gdb.ada/funcall_ptr: New testcase.
3419
3420 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3421
3422 PR cli/16224
3423 * gdb.base/ptype-offsets.cc: New file.
3424 * gdb.base/ptype-offsets.exp: New file.
3425
3426 2017-12-15 Yao Qi <yao.qi@linaro.org>
3427
3428 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3429 if XML is disabled.
3430
3431 2017-12-15 Xavier Roirand <roirand@adacore.com>
3432
3433 * gdb.ada/same_component_name: New testcase.
3434
3435 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3436
3437 * gdb.ada/str_binop_equal: New testcase.
3438
3439 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3440
3441 * gdb.ada/task_switch_in_core: New testcase.
3442
3443 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3444
3445 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3446 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3447 call test_bkpt_qualified.
3448 (test_bkpt_qualified): New proc.
3449
3450 2017-12-13 Pedro Alves <palves@redhat.com>
3451
3452 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3453 Tighten regexp by matching with an anchor.
3454
3455 2017-12-13 Pedro Alves <palves@redhat.com>
3456
3457 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3458 ("expression with namespace"): New set of tests.
3459 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3460 (Nested::Test_NS::qux): New.
3461 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3462 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3463
3464 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3465
3466 * gdb.base/server-del-break.c: New file.
3467 * gdb.base/server-del-break.exp: New file.
3468
3469 2017-12-12 Stafford Horne <shorne@gmail.com>
3470
3471 * gdb.xml/tdesc-regs.exp: Add or1k support.
3472
3473 2017-12-12 Stafford Horne <shorne@gmail.com>
3474
3475 * gdb.base/bp-permanent.c: Define nop of or1k.
3476
3477 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3478
3479 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3480 output with components being reordered.
3481
3482 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3483
3484 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3485 output with components being reordered.
3486
3487 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3488 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.base/maint.exp (check for .gdb_index): Check also for
3491 .debug_names.
3492 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3493 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3494 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3495 (.gdb_index used after symbol reloading): Support also .debug_names.
3496 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3497
3498 2017-12-08 Yao Qi <yao.qi@linaro.org>
3499
3500 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3501 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3502
3503 2017-12-08 Yao Qi <yao.qi@linaro.org>
3504
3505 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3506 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3507
3508 2017-12-08 Yao Qi <yao.qi@linaro.org>
3509
3510 * gdb.arch/aarch64-tagged-pointer.c: New file.
3511 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3512
3513 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3514
3515 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3516 "int".
3517
3518 2017-12-07 Keith Seitz <keiths@redhat.com>
3519
3520 PR breakpoints/22569
3521 * gdb.linespec/ls-errs.exp: Change expected result of "break
3522 -source this file has spaces.c -line 3".
3523 Check that an explicit source file followed by whitespace is
3524 identified as an invalid explicit location.
3525
3526 2017-12-07 Keith Seitz <keiths@redhat.com>
3527
3528 * gdb.cp/nested-types.cc: New file.
3529 * gdb.cp/nested-types.exp: New file.
3530 * lib/cp-support.exp: Load data-structures.exp library.
3531 (debug_cp_test_ptype_class): New global.
3532 (cp_ptype_class_verbose, next_line): New procedures.
3533 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3534 Add and document new return value.
3535 Switch the list of lines to a queue.
3536 Add support for new `type' key for nested type definitions.
3537 Add debugging/troubleshooting messages.
3538 * lib/data-structures.exp: New file.
3539
3540 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3541
3542 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3543 with proc_with_prefix, don't use with_test_prefix.
3544
3545 2017-12-07 Tom Tromey <tom@tromey.com>
3546
3547 * gdb.base/break.exp: Add test for empty "commands".
3548
3549 2017-12-07 Yao Qi <yao.qi@linaro.org>
3550
3551 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3552 malloc and catch syscall.
3553
3554 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3555
3556 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3557 tests for explicit locations.
3558
3559 2017-12-06 Pedro Alves <palves@redhat.com>
3560
3561 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3562 force-disabling XML descriptions.
3563
3564 2017-12-04 Pedro Alves <palves@redhat.com>
3565
3566 PR gdb/22499
3567 * gdb.arch/amd64-disp-step-avx.S: New file.
3568 * gdb.arch/amd64-disp-step-avx.exp: New file.
3569
3570 2017-12-03 Pedro Alves <palves@redhat.com>
3571
3572 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3573 and <string.h>.
3574 (parent_function): Print distinct messages when waitpid fails, or
3575 the child exits with a signal, or the child exits for an unhandled
3576 reason.
3577 * gdb.threads/process-dies-while-detaching.exp
3578 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3579 it. Wait for both inferior output and GDB's prompt. Use an
3580 indirect spawn id list.
3581 (do_detach): New parameter 'child_exit'. Use it to compute
3582 expected inferior output.
3583 (test_detach, test_detach_watch, test_detach_killed_outside):
3584 Adjust to pass down the expected child exit kind.
3585
3586 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3587 Sergio Durigan Junior <sergiodj@redhat.com>
3588 Pedro Alves <palves@redhat.com>
3589
3590 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3591
3592 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3593
3594 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3595 to 'symbol-file' and 'add-symbol-file' can be
3596 position-independent.
3597
3598 2017-12-01 Yao Qi <yao.qi@linaro.org>
3599
3600 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3601 the URL in copyright header.
3602 * gdb.arch/aarch64-fp.exp: Likewise.
3603 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3604 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3605 * gdb.base/expand-psymtabs.exp: Likewise.
3606 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3607 * gdb.fortran/common-block.exp: Likewise.
3608 * gdb.fortran/common-block.f90: Likewise.
3609 * gdb.fortran/logical.exp: Likewise.
3610 * gdb.fortran/vla-datatypes.f90: Likewise.
3611 * gdb.fortran/vla-sub.f90: Likewise.
3612
3613 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3614
3615 * gdb.ada/repeat_dyn: New testcase.
3616
3617 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3618
3619 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3620 Update for changed thread numbering.
3621 * gdb.cell/bt.exp: Update for changed GDB output.
3622
3623 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3624
3625 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3626 setting isremote by hand.
3627 * boards/dwarf4-gdb-index.exp: Likewise.
3628 * boards/fission.exp: Likewise.
3629 * boards/stabs.exp: Likewise.
3630
3631 2017-11-30 Pedro Alves <palves@redhat.com>
3632
3633 * gdb.linespec/cpls-ops.exp
3634 (check_explicit_skips_function_argument): Extract the underlying
3635 type of size_t instead of hardcoding it.
3636
3637 2017-11-29 Pedro Alves <palves@redhat.com>
3638
3639 PR c++/19436
3640 * gdb.linespec/cpls-abi-tag.cc: New file.
3641 * gdb.linespec/cpls-abi-tag.exp: New file.
3642
3643 2017-11-29 Pedro Alves <palves@redhat.com>
3644
3645 * gdb.base/langs.exp: Use -qualified.
3646 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3647 it.
3648 * gdb.cp/namespace.exp: Use -qualified.
3649 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3650 (overload-3, template-overload, template-ret-type, const-overload)
3651 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3652 procedures.
3653 (test_driver): Call them.
3654 * gdb.cp/save-bp-qualified.cc: New.
3655 * gdb.cp/save-bp-qualified.exp: New.
3656 * gdb.linespec/explicit.exp: Test -qualified.
3657 * lib/completion-support.exp (completion::explicit_opts_list): Add
3658 "-qualified".
3659 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3660
3661 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3662
3663 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3664
3665 2017-11-29 Tom Tromey <tom@tromey.com>
3666
3667 * gdb.base/relocate.exp: Update invalid argument test.
3668 Add new tests for invalid arguments.
3669
3670 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3671
3672 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3673 Return 0 as a long.
3674 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3675
3676 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3677
3678 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3679 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3680 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3681 func ().
3682 * gdb.cp/shadow.cc (B.func): Return 0.
3683
3684 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3685
3686 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3687 expected output in gdb_expect call to allow the exception
3688 message to be present as well. Fix syntax confusion to avoid
3689 TCL thinking that exception_name is an array.
3690
3691 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3692
3693 * gdb.arch/spu-info.c: Include <unistd.h>.
3694 (do_signal_test): Fix broken calls to write.
3695 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3696 Fix checks for empty mailboxes. Update signal tests for corrected
3697 do_signal_test routine. Allow nonzero event status.
3698 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3699 * gdb.cell/arch.exp: Use standard_output_file.
3700 * gdb.cell/break.exp: Likewise.
3701 * gdb.cell/bt.exp: Likewise.
3702 * gdb.cell/core.exp: Likewise.
3703 * gdb.cell/dwarfaddr.exp: Likewise.
3704 * gdb.cell/ea-cache.exp: Likewise.
3705 * gdb.cell/ea-standalone.exp: Likewise.
3706 * gdb.cell/f-regs.exp: Likewise.
3707 * gdb.cell/fork.exp: Likewise.
3708 * gdb.cell/gcore.exp: Likewise.
3709 * gdb.cell/mem-access.exp: Likewise.
3710 * gdb.cell/ptype.exp: Likewise.
3711 * gdb.cell/registers.exp: Likewise.
3712 * gdb.cell/sizeof.exp: Likewise.
3713 * gdb.cell/solib-symbol.exp: Likewise.
3714 * gdb.cell/solib.exp: Likewise.
3715
3716 2017-11-25 Pedro Alves <palves@redhat.com>
3717
3718 * gdb.base/complete-empty.exp: New file.
3719 * gdb.base/completion.exp: Adjust.
3720
3721 2017-11-25 Pedro Alves <palves@redhat.com>
3722
3723 * gdb.linespec/cpls-ops.cc: New file.
3724 * gdb.linespec/cpls-ops.exp: New file.
3725 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3726 factored out from ...
3727 (test_complete_prefix_range): ... this.
3728
3729 2017-11-24 Pedro Alves <palves@redhat.com>
3730
3731 * gdb.linespec/cpcompletion.exp: New file.
3732 * gdb.linespec/cpls-hyphen.cc: New file.
3733 * gdb.linespec/cpls.cc: New file.
3734 * gdb.linespec/cpls2.cc: New file.
3735 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3736 test to use test_gdb_complete_unique. Add label completion,
3737 keyword completion and explicit location completion tests.
3738 * lib/completion-support.exp: New file.
3739
3740 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3741
3742 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3743 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3744 when hitting an exception catchpoint.
3745
3746 2017-11-22 Yao Qi <yao.qi@linaro.org>
3747
3748 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3749
3750 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3751
3752 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3753 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3754 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3755
3756 2017-11-22 Yao Qi <yao.qi@linaro.org>
3757
3758 * gdb.base/info-os.exp: Pass pthreads.
3759 * gdb.multi/multi-attach.exp: Likewise.
3760
3761 2017-11-22 Yao Qi <yao.qi@linaro.org>
3762
3763 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3764 compiler.
3765
3766 2017-11-22 Yao Qi <yao.qi@linaro.org>
3767
3768 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3769 * gdb.base/break-interp.exp: Likewise.
3770 * gdb.base/jit-attach-pie.exp: Likewise.
3771
3772 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3773
3774 * gdb.base/float128.c (large128): New variable.
3775 * gdb.base/float128.exp: Add test to print largest __float128 value.
3776
3777 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3778
3779 * gdb.arch/vsx-regs.exp: Update register content checks.
3780
3781 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3782
3783 * gdb.arch/ppc-longdouble.exp: New file.
3784 * gdb.arch/ppc-longdouble.c: Likewise.
3785
3786 2017-11-21 Pedro Alves <palves@redhat.com>
3787
3788 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3789
3790 2017-11-20 Pedro Alves <palves@redhat.com>
3791
3792 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3793 (long_double_typedef): New typedefs.
3794 Use DEF on double and long double.
3795 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3796 cases.
3797 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3798 and 'long_double_ptr_same_size' locals. Use them to decide
3799 whether cast from array/function to float is valid/invalid.
3800
3801 2017-11-17 Tom Tromey <tom@tromey.com>
3802
3803 * gdb.rust/traits.rs: New file.
3804 * gdb.rust/traits.exp: New file.
3805
3806 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3807
3808 * gdb.ada/minsyms: New testcase.
3809
3810 2017-11-16 Pedro Alves <palves@redhat.com>
3811
3812 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3813 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3814
3815 2017-11-16 Pedro Alves <palves@redhat.com>
3816
3817 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3818 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3819
3820 2017-11-16 Pedro Alves <palves@redhat.com>
3821
3822 * gdb.server/reconnect-ctrl-c.c: New file.
3823 * gdb.server/reconnect-ctrl-c.exp: New file.
3824
3825 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3826
3827 * gdb.python/py-rbreak.exp: New file.
3828 * gdb.python/py-rbreak.c: New file.
3829 * gdb.python/py-rbreak-func2.c: New file.
3830
3831 2017-11-16 Pedro Alves <palves@redhat.com>
3832
3833 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3834 pattern.
3835 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3836 GDB.
3837
3838 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3839
3840 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3841 regex.
3842
3843 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3844
3845 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3846 test names.
3847
3848 2017-11-09 Pedro Alves <palves@redhat.com>
3849
3850 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3851 factored out from ...
3852 (top level): ... here, and adjusted to avoid expecting beyond the
3853 prompt in a single gdb_test_multiple.
3854
3855 2017-11-09 Pedro Alves <palves@redhat.com>
3856
3857 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3858 output.
3859 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3860 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3861 * gdb.server/ext-run.exp ("kill" test): Likewise.
3862 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3863
3864 2017-11-09 Pedro Alves <palves@redhat.com>
3865
3866 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3867 match till end of line.
3868
3869 2017-11-09 Pedro Alves <palves@redhat.com>
3870
3871 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3872
3873 2017-11-09 Pedro Alves <palves@redhat.com>
3874
3875 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3876 New procedures, factored out from ...
3877 (top level): ... here, and adjusted to avoid expecting beyond the
3878 prompt in one go.
3879
3880 2017-11-09 Pedro Alves <palves@redhat.com>
3881
3882 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3883 output. Fix '?' match.
3884
3885 2017-11-08 Joel Brobecker <brobecker@adacore.com>
3886
3887 * gdb.ada/scoped_watch: New testcase.
3888 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3889 which is actually correct.
3890 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3891 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3892
3893 2017-11-08 Pedro Alves <palves@redhat.com>
3894
3895 * gdb.gdb/complaints.exp (test_initial_complaints)
3896 (test_serial_complaints, test_short_complaints): Call
3897 complaint_internal instead of complaint.
3898
3899 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3900
3901 * gdb.threads/tls-core.c: New file.
3902 * gdb.threads/tls-core.exp: Likewise.
3903
3904 2017-11-08 Pedro Alves <palves@redhat.com>
3905
3906 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3907 (p Exported_Capitalized): New test.
3908 (p exported_capitalized): New test.
3909
3910 2017-11-07 Pedro Alves <palves@redhat.com>
3911
3912 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3913
3914 2017-11-07 Pedro Alves <palves@redhat.com>
3915
3916 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3917 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3918 (disable_invalid, disable_inverted, disable_negative): New
3919 procedures.
3920 ("bad numbers"): New set of tests.
3921
3922 2017-11-07 Pedro Alves <palves@redhat.com>
3923
3924 * gdb.cp/ena-dis-br-range.exp: Add tests.
3925
3926 2017-11-07 Pedro Alves <palves@redhat.com>
3927
3928 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3929
3930 2017-11-07 Xavier Roirand <roirand@adacore.com>
3931 Pedro Alves <palves@redhat.com>
3932
3933 * gdb.base/ena-dis-br.exp: Add reference to
3934 gdb.cp/ena-dis-br-range.exp.
3935 * gdb.cp/ena-dis-br-range.exp: New file.
3936 * gdb.cp/ena-dis-br-range.cc: New file.
3937
3938 2017-11-06 Pedro Alves <palves@redhat.com>
3939
3940 * gdb.base/attach-non-pgrp-leader.c: New.
3941 * gdb.base/attach-non-pgrp-leader.exp: New.
3942
3943 2017-11-06 Pedro Alves <palves@redhat.com>
3944
3945 * configure.ac: No longer check for termio.h and sgtty.h.
3946 * configure: Regenerate.
3947 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3948 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3949 Remove termio and sgtty code.
3950
3951 2017-11-03 Yao Qi <yao.qi@linaro.org>
3952
3953 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3954 in GDB is disabled.
3955
3956 2017-11-03 Yao Qi <yao.qi@linaro.org>
3957
3958 * gdb.python/py-thrhandle.exp: Skip it if python is not
3959 enabled.
3960
3961 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3962
3963 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3964 as a breakpoint command.
3965
3966 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3967
3968 PR python/21213
3969 * gdb.python/py-infthread.exp: Test calling
3970 InferiorThread.inferior () multiple times in a row.
3971
3972 2017-10-27 Keith Seitz <keiths@redhat.com>
3973
3974 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3975 Test "info break" for every inlined function breakpoint.
3976
3977 2017-10-27 Yao Qi <yao.qi@linaro.org>
3978
3979 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3980
3981 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3982
3983 * gdb.cp/classes.exp (test_static_members): Test printing
3984 Outer::instance.
3985 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3986 (Inner::instance, Outer::instance): New.
3987
3988 2017-10-24 Pedro Alves <palves@redhat.com>
3989
3990 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3991 extra console" test in two stages.
3992
3993 2017-10-24 Pedro Alves <palves@redhat.com>
3994
3995 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3996
3997 2017-10-24 Pedro Alves <palves@redhat.com>
3998
3999 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4000 loop.
4001
4002 2017-10-24 Pedro Alves <palves@redhat.com>
4003
4004 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4005 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4006
4007 2017-10-24 Pedro Alves <palves@redhat.com>
4008
4009 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4010 parameter and handle it. Don't output read value in test name.
4011
4012 2017-10-24 Pedro Alves <palves@redhat.com>
4013
4014 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4015 custom test name.
4016
4017 2017-10-24 Pedro Alves <palves@redhat.com>
4018
4019 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4020 include the unstable output directory name in the test's name.
4021 (initial_setup_simple) <'set args'>: Use custom test name.
4022
4023 2017-10-24 Pedro Alves <palves@redhat.com>
4024
4025 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4026 with explicit test name.
4027
4028 2017-10-20 Pedro Alves <palves@redhat.com>
4029
4030 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4031 'wait -i'. Use gdb_assert and remote_close.
4032
4033 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4034
4035 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4036 number from variable rather than hard-coded.
4037
4038 2017-10-19 Pedro Alves <palves@redhat.com>
4039
4040 * gdb.base/long-inferior-output.c: New file.
4041 * gdb.base/long-inferior-output.exp: New file.
4042
4043 2017-11-18 Keith Seitz <keiths@redhat.com>
4044
4045 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4046 method.
4047 (main): Call it.
4048 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4049 Add additional user-defined conversion operator tests.
4050
4051 2017-10-17 Pedro Alves <palves@redhat.com>
4052
4053 * boards/native-stdio-gdbserver.exp: Load "local-board".
4054
4055 2017-10-17 Pedro Alves <palves@redhat.com>
4056
4057 * gdb.base/quit-live.c: New file.
4058 * gdb.base/quit-live.exp: New file.
4059
4060 2017-10-16 Keith Seitz <keiths@redhat.com>
4061
4062 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4063 (class_with_protected_typedef, class_with_private_typedef)
4064 (struct_with_public_typedef, struct_with_protected_typedef)
4065 (struct_with_private_typedef): New classes/structs.
4066 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4067 typedefs and access specifiers.
4068
4069 2017-10-16 Pedro Alves <palves@redhat.com>
4070 Simon Marchi <simon.marchi@polymtl.ca>
4071
4072 * README (Local vs Remote vs Native): New section.
4073 * boards/local-board.exp: New file, with bits factored out from
4074 ...
4075 * boards/native-extended-gdbserver.exp: ... here. Load
4076 "local-board".
4077 * boards/native-gdbserver.exp: Load "local-board".
4078 (${board}_spawn, ${board}_exec): Delete.
4079 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4080 ...
4081 * boards/stdio-gdbserver-base.exp: ... this new file.
4082 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4083 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4084 procedure.
4085 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4086 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4087 stdio_gdbserver_command.
4088 (${board}_get_remote_address, ${board}_get_comm_port)
4089 (${board}_download, ${board}_upload): Delete.
4090 (get_target_remote_pipe_cmd): New.
4091
4092 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4093
4094 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4095 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4096 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4097 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4098 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4099 remove with_test_prefix.
4100
4101 2017-10-13 Pedro Alves <palves@redhat.com>
4102
4103 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4104 * gdb.base/annota1.exp: Use it instead of is_remote.
4105 * gdb.base/annota3.exp: Use it instead of is_remote.
4106 * gdb.cp/annota2.exp: Use it instead of is_remote.
4107 * gdb.cp/annota3.exp: Use it instead of is_remote.
4108 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4109
4110 2017-10-13 Pedro Alves <palves@redhat.com>
4111
4112 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4113 (test_num_test_vars, run_and_count_vars, find_env)
4114 (test_set_unset_env, test_inherit_env_var): New procedures.
4115 (top level): Use them.
4116
4117 2017-10-13 Pedro Alves <palves@redhat.com>
4118
4119 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4120 also skip on stub-like targets.
4121
4122 2017-10-13 Pedro Alves <palves@redhat.com>
4123
4124 PR gdb/22293
4125 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4126 (top level): Move some tests to ...
4127 (test_not_found): ... this new procedure.
4128 (top level): Call it.
4129
4130 2017-10-13 Pedro Alves <palves@redhat.com>
4131
4132 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4133 expect different "info terminal" output if testing with a
4134 non-native target.
4135
4136 2017-10-13 Pedro Alves <palves@redhat.com>
4137 Simon Marchi <simon.marchi@polymtl.ca>
4138
4139 PR python/12966
4140 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4141
4142 2017-10-13 Pedro Alves <palves@redhat.com>
4143
4144 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4145 already.
4146
4147 2017-10-13 Pedro Alves <palves@redhat.com>
4148
4149 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4150 is_remote.
4151
4152 2017-10-13 Pedro Alves <palves@redhat.com>
4153
4154 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4155 is_remote.
4156
4157 2017-10-13 Pedro Alves <palves@redhat.com>
4158
4159 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4160 is set.
4161 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4162 instead of is_remote.
4163
4164 2017-10-13 Pedro Alves <palves@redhat.com>
4165
4166 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4167 (top level): Add comment.
4168
4169 2017-10-13 Pedro Alves <palves@redhat.com>
4170
4171 * gdb.base/remote.exp (top level): Fix comment typo and add
4172 missing return.
4173
4174 2017-10-13 Pedro Alves <palves@redhat.com>
4175 Simon Marchi <simon.marchi@polymtl.ca>
4176
4177 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4178 calls and add comments. Skip test if use_gdb_stub is set.
4179 (top level): Use "set cwd" command instead of "cd" command.
4180
4181 2017-10-13 Pedro Alves <palves@redhat.com>
4182
4183 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4184 is_remote target check.
4185
4186 2017-10-13 Pedro Alves <palves@redhat.com>
4187
4188 * gdb.base/scope.exp: Use build_executable + clean_restart +
4189 gdb_file_cmd instead of prepare_for_testing and no longer skip
4190 "before run" tests on is_remote target boards. Update comments.
4191 * boards/native-extended-gdbserver.exp
4192 (extended_gdbserver_load_last_file): New, factored out from ...
4193 (gdb_load): ... this. Move further below and add comment.
4194 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4195
4196 2017-10-12 Pedro Alves <palves@redhat.com>
4197
4198 * gdb.base/attach.exp: Remove references to gdb64.
4199 * gdb.base/dbx.exp: Remove references to gdb64.
4200
4201 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4202 Pedro Alves <palves@redhat.com>
4203
4204 * gdb.base/label.exp: Remove is_remote target check.
4205
4206 2017-10-12 Pedro Alves <palves@redhat.com>
4207
4208 * gdb.base/auvx.exp (coredir): Update comment.
4209 (top level) <core_works>: Use "set cwd" command instead of "cd"
4210 command.
4211
4212 2017-10-12 Pedro Alves <palves@redhat.com>
4213 Simon Marchi <simon.marchi@polymtl.ca>
4214
4215 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4216 target boards.
4217
4218 2017-10-12 Pedro Alves <palves@redhat.com>
4219 Simon Marchi <simon.marchi@polymtl.ca>
4220
4221 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4222 Instead skip if there's any gdb_protocol set.
4223
4224 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4225 Pedro Alves <palves@redhat.com>
4226
4227 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4228
4229 2017-10-12 Pedro Alves <palves@redhat.com>
4230 Simon Marchi <simon.marchi@polymtl.ca>
4231
4232 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4233 instead of on dejagnu remote boards.
4234
4235 2017-10-12 Pedro Alves <palves@redhat.com>
4236 Simon Marchi <simon.marchi@polymtl.ca>
4237
4238 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4239 checks. Use build_executable + clean_restart instead of
4240 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4241 of enabling non-stop after starting gdb.
4242
4243 2017-10-12 Pedro Alves <palves@redhat.com>
4244
4245 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4246 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4247 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4248 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4249
4250 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4251
4252 * gdb.arch/arc-tdesc-cpu.exp: New file.
4253 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4254
4255 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4256
4257 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4258
4259 2017-10-10 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4262 expect CLI output.
4263
4264 2017-10-10 Pedro Alves <palves@redhat.com>
4265
4266 * lib/selftest-support.exp (selftest_setup): Update for
4267 captured_command_loop's prototype change.
4268
4269 2017-10-09 Pedro Alves <palves@redhat.com>
4270
4271 Test both arch1=>arch2 and arch2=>arch1.
4272
4273 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4274 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4275 factored out to...
4276 (append_arch1_options, append_arch2_options, append_arch_options)
4277 (build_executables): New procedures.
4278 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4279 local.
4280 (top level): Add new 'first_arch' testing axis.
4281
4282 2017-10-09 Pedro Alves <palves@redhat.com>
4283
4284 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4285 (barrier): New.
4286 (thread_start, all_started): New functions.
4287 (main): Spawn new thread and wait until it is scheduled.
4288 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4289 option.
4290 (do_test): Add 'selected_thread' parameter. Run to all_started
4291 instead of main. Explicitly set the breakpoint at main. Switch
4292 to the SELECTED_THREAD thread.
4293 (top level): Test handling the exec event with either the main
4294 thread or the second thread selected.
4295
4296 2017-10-09 Pedro Alves <palves@redhat.com>
4297
4298 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4299 logic. Move STOP marker after the value checks.
4300 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4301 regexp.
4302
4303 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4304
4305 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4306
4307 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4308
4309 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4310 integer-to-dfp conversion.
4311 * gdb.base/dfp-test.exp: Likewise.
4312
4313 2017-10-04 Pedro Alves <palves@redhat.com>
4314
4315 * gdb.multi/hangout.c: Include <unistd.h>.
4316 (hangout_loop): New function.
4317 (main): Call alarm. Call hangout_loop in a loop.
4318 * gdb.multi/hello.c: Include <unistd.h>.
4319 (hello_loop): New function.
4320 (main): Call alarm. Call hangout_loop in a loop.
4321 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4322 inferior with the other selected.
4323
4324 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4325
4326 * gdb.mi/list-thread-groups-available.exp: New file.
4327 * gdb.mi/list-thread-groups-available.c: New file.
4328
4329 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4330
4331 * gdb.base/set-cwd.exp: Make it available on
4332 native-extended-gdbserver.
4333
4334 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4335
4336 * gdb.base/set-cwd.c: New file.
4337 * gdb.base/set-cwd.exp: Likewise.
4338
4339 2017-10-02 Tom Tromey <tom@tromey.com>
4340
4341 PR rust/22236:
4342 * gdb.rust/simple.rs (main): New variable "fslice".
4343 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4344
4345 2017-10-02 Tom Tromey <tom@tromey.com>
4346
4347 * gdb.rust/simple.exp: Test ptype of a slice.
4348
4349 2017-10-02 Tom Tromey <tom@tromey.com>
4350
4351 * gdb.rust/simple.exp: Test index of slice.
4352
4353 2017-09-27 Tom Tromey <tom@tromey.com>
4354
4355 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4356
4357 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4358 Pedro Alves <palves@redhat.com>
4359
4360 * gdb.base/compare-sections.exp (get value of read-only section): Read
4361 as unsigned value.
4362 (corrupt read-only section): Likewise and don't set written if patching
4363 failed.
4364
4365 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4366
4367 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4368 files.
4369
4370 2017-09-20 Pedro Alves <palves@redhat.com>
4371
4372 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4373 symbol names in gdb's output.
4374 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4375
4376 2017-09-20 Pedro Alves <palves@redhat.com>
4377
4378 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4379 Rename to ...
4380 (test_list_ambiguous_symbol): ... this and add a symbol name
4381 parameter. Adjust.
4382 (test_list_ambiguous_function): Reimplement on top of
4383 test_list_ambiguous_symbol and also test listing ambiguous
4384 variables.
4385 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4386 (ambiguous_fun): ... this.
4387 (ambiguous_var): New.
4388 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4389 (ambiguous_fun): ... this.
4390 (ambiguous_var): New.
4391
4392 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4393
4394 * gdb.base/starti.c: New file.
4395 * gdb.base/starti.exp: New file.
4396 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4397
4398 2017-09-14 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4401 (top level): Use it instead of runto.
4402
4403 2017-09-11 Tom Tromey <tom@tromey.com>
4404
4405 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4406
4407 2017-09-11 Tom Tromey <tom@tromey.com>
4408
4409 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4410 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4411
4412 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4413
4414 * gdb.fortran/printing-types.exp: New file.
4415 * gdb.fortran/printing-types.exp: New file.
4416
4417 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4418
4419 * gdb.fortran/vla-ptype.exp: Fix typos.
4420 * gdb.fortran/vla-value.exp: Same.
4421
4422 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4423
4424 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4425 * gdb.mi/mi-var-child-f.exp: Likewise.
4426 * gdb.mi/mi-vla-fortran.exp: Likewise.
4427
4428 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4429 Christoph Weinmann <christoph.t.weinmann@intel.com>
4430 Bernhard Heckel <bernhard.heckel@intel.com>
4431
4432 * gdb.fortran/ptr-indentation.f90: New file.
4433 * gdb.fortran/ptr-indentation.exp: New file.
4434
4435 2017-09-05 Tom Tromey <tom@tromey.com>
4436
4437 PR gdb/22010:
4438 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4439
4440 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4441
4442 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4443
4444 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4445
4446 * gdb.threads/tls-nodebug-pie.c: New file.
4447 * gdb.threads/tls-nodebug-pie.exp: New file.
4448
4449 2017-09-05 Tom Tromey <tom@tromey.com>
4450
4451 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4452 for rust.
4453
4454 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4455
4456 * gdb.multi/multi-arch-exec.exp: Test with different
4457 "follow-exec-mode" settings.
4458 (do_test): New procedure.
4459
4460 2017-09-04 Pedro Alves <palves@redhat.com>
4461
4462 * gdb.base/func-static.c (S::method const, S::method volatile)
4463 (S::method volatile const): New methods.
4464 (c_s, v_s, cv_s): New instances.
4465 (main): Call method() on them.
4466 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4467 (cannot_resolve): New procedure.
4468 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4469 print-quote-unquoted columns.
4470 (do_test): Test printing each scope too.
4471
4472 2017-09-04 Pedro Alves <palves@redhat.com>
4473
4474 * gdb.base/local-static.exp: Also test with
4475 class::method::variable wholly quoted.
4476 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4477
4478 2017-09-04 Pedro Alves <palves@redhat.com>
4479
4480 * gdb.base/local-static.c: New.
4481 * gdb.base/local-static.cc: New.
4482 * gdb.base/local-static.exp: New.
4483
4484 2017-09-04 Pedro Alves <palves@redhat.com>
4485
4486 * gdb.asm/asm-source.exp: Add casts to int.
4487 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4488 (dataglobal64_1, dataglobal64_2): New globals.
4489 * gdb.base/nodebug.exp: Test different expressions involving the
4490 new globals, with print, whatis and ptype. Add casts to int.
4491 * gdb.base/solib-display.exp: Add casts to int.
4492 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4493 * gdb.cp/m-static.exp: Add cast to int.
4494 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4495 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4496 tls variable with no debug info without a cast. Test with a cast
4497 to int too.
4498 * gdb.trace/entry-values.exp: Add casts.
4499
4500 2017-09-04 Pedro Alves <palves@redhat.com>
4501
4502 * gdb.base/nodebug.exp: Test that ptype's error about functions
4503 with unknown return type includes the function name too.
4504
4505 2017-09-04 Pedro Alves <palves@redhat.com>
4506
4507 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4508 return type of munmap in infcall.
4509 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4510 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4511 type of ftell in infcall.
4512 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4513 type of getpid in infcall.
4514 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4515 infcall.
4516 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4517 Bail on failure to extract the pid.
4518 * gdb.base/nodebug.c: #include <stdint.h>.
4519 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4520 New functions.
4521 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4522 Change expected output of print/whatis/ptype with functions with
4523 no debug info. Test all supported languages. Call
4524 test_call_promotion.
4525 * gdb.compile/compile.exp: Adjust expected output to expect
4526 warning.
4527 * gdb.threads/siginfo-threads.exp: Likewise.
4528
4529 2017-09-04 Pedro Alves <palves@redhat.com>
4530
4531 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4532 "prototypes". Test calling float functions via prototyped and
4533 unprototyped function pointers.
4534 (perform_all_tests): New parameter "prototypes". Pass it down.
4535 (top level): Pass down "prototypes" parameter to
4536 perform_all_tests.
4537
4538 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4539
4540 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4541 Test with nested loops.
4542
4543 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4544
4545 * gdb.base/commands.exp: Call the new procedures.
4546 (loop_break_test, loop_continue_test): New procedures.
4547
4548 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4549
4550 * gdb.base/commands.exp: Call new procedure.
4551 (define_if_without_arg_test): New procedure.
4552
4553 2017-09-04 Pedro Alves <palves@redhat.com>
4554
4555 * gdb.base/list-ambiguous.exp: New file.
4556 * gdb.base/list-ambiguous0.c: New file.
4557 * gdb.base/list-ambiguous1.c: New file.
4558 * gdb.base/list.exp (test_list_range): Adjust expected output.
4559
4560 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4561
4562 * gdb.base/share-env-with-gdbserver.c: New file.
4563 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4564
4565 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4566
4567 * gdb.base/commands.exp (gdbvar_simple_if_test,
4568 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4569 progvar_simple_if_test, progvar_simple_while_test,
4570 progvar_complex_if_while_test, user_defined_command_test,
4571 user_defined_command_args_eval,
4572 user_defined_command_args_stack_test,
4573 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4574 temporary_breakpoint_commands,
4575 gdb_test_no_prompt, redefine_hook_test,
4576 redefine_backtrace_test): Remove "global gdb_prompt".
4577
4578 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4579
4580 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4581 New proc, call it from toplevel.
4582
4583 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4584
4585 PR remote/21852
4586 * gdb.server/normal.c: New file, copied from gdb.base.
4587 * gdb.server/run-without-local-binary.exp: New file.
4588
4589 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4590
4591 * gdb.arch/sparc64-adi.exp: New file.
4592 * gdb.arch/sparc64-adi.c: New file.
4593
4594 2017-08-22 Pedro Alves <palves@redhat.com>
4595
4596 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4597 (top level): Add "list all overloads" tests.
4598
4599 2017-08-22 Tom Tromey <tom@tromey.com>
4600
4601 * gdb.gdb/xfullpath.exp: Remove.
4602
4603 2017-08-21 Pedro Alves <palves@redhat.com>
4604
4605 PR gdb/19487
4606 * gdb.base/symbol-alias.c: New.
4607 * gdb.base/symbol-alias2.c: New.
4608 * gdb.base/symbol-alias.exp: New.
4609
4610 2017-08-21 Pedro Alves <palves@redhat.com>
4611
4612 * gdb.base/dfp-test.c
4613 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4614 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4615 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4616 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4617 * gdb.base/whatis-ptype-typedefs.c: New.
4618 * gdb.base/whatis-ptype-typedefs.exp: New.
4619 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4620 (an_int, an_int_type, an_int_type2): New globals.
4621 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4622 involving typedefs and cast expressions.
4623 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4624 (lookup_typedefs_function): New.
4625 (typedefs_pretty_printers_dict): New.
4626 (top level): Register lookup_typedefs_function in
4627 gdb.pretty_printers.
4628
4629 2017-08-18 Yao Qi <yao.qi@linaro.org>
4630
4631 * gdb.server/unittest.exp: New.
4632
4633 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4634
4635 PR gdb/21954
4636 * gdb.base/environ.exp: Add test to check if 'unset environment'
4637 works.
4638
4639 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4640
4641 * lib/gdb.exp (universal_compile_options): New caching proc.
4642 (gdb_compile): Suppress GCC's coloring of messages.
4643
4644 2017-08-14 Tom Tromey <tom@tromey.com>
4645
4646 PR gdb/21675:
4647 * gdb.base/printcmds.exp (test_radices): New function.
4648 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4649 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4650 * lib/gdb.exp (get_integer_valueof): Use p/d.
4651
4652 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4653
4654 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4655 characters.
4656
4657 2017-08-05 Tom Tromey <tom@tromey.com>
4658
4659 * gdb.rust/simple.exp: Allow String to appear in a different
4660 namespace.
4661
4662 2017-07-26 Yao Qi <yao.qi@linaro.org>
4663
4664 * gdb.gdb/unittest.exp: Invoke command
4665 "maintenance check xml-descriptions".
4666
4667 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4668
4669 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4670 calling context.
4671 (hex128): Drop erroneous calculation of parameters.
4672
4673 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4674
4675 * gdb.python/py-unwind.exp: Disable stack protection when
4676 building test file.
4677
4678 2017-07-20 Pedro Alves <palves@redhat.com>
4679
4680 * gdb.base/default.exp (set language): Adjust expected output.
4681
4682 2017-07-20 Pedro Alves <palves@redhat.com>
4683
4684 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4685 (test_minsym): ... this, and make static.
4686 (get_pck__foo__bar__minsym): Rename to ...
4687 (get_test_minsym): ... this.
4688 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4689 symbol names and comments.
4690 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4691 (get_test_minsym): ... this.
4692 (pck__foo__bar__minsym__2): Rename to ...
4693 (test_minsym): ... this.
4694 (main): Adjust.
4695
4696 2017-07-17 Pedro Alves <palves@redhat.com>
4697
4698 * gdb.base/completion.exp: Adjust expected output.
4699 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4700 the completer works.
4701
4702 2017-07-17 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4705
4706 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4707
4708 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4709
4710 2017-07-14 Tom Tromey <tom@tromey.com>
4711
4712 PR rust/21764:
4713 * gdb.rust/simple.exp: Add tests.
4714
4715 2017-07-14 Tom Tromey <tom@tromey.com>
4716
4717 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4718
4719 2017-07-14 Pedro Alves <palves@redhat.com>
4720
4721 * gdb.linespec/base/one/thefile.cc (z1): New function.
4722 * gdb.linespec/base/two/thefile.cc (z2): New function.
4723 * gdb.linespec/linespec.exp: Add tests.
4724
4725 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4726
4727 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4728 to mi_create_breakpoint.
4729
4730 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4731
4732 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4733 mi_create_breakpoint.
4734
4735 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4736
4737 * gdb.dlang/demangle.exp: Update for demangling changes.
4738
4739 2017-07-09 Tom Tromey <tom@tromey.com>
4740
4741 * gdb.dwarf2/shortpiece.exp: New file.
4742
4743 2017-07-06 David Blaikie <dblaikie@gmail.com>
4744
4745 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4746 built from fissiont-multi-cu{1,2}.c.
4747 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4748 except putting 'main' and 'func' in separate CUs in the same DWO file.
4749 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4750 test.
4751 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4752 test.
4753
4754 2017-07-06 Pedro Alves <palves@redhat.com>
4755
4756 * gdb.python/py-unwind.exp: Test flushregs.
4757
4758 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4759
4760 PR cli/21688
4761 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4762 tests for alias commands and trailing whitespace.
4763
4764 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4765
4766 PR cli/21688
4767 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4768 procedure. Call it.
4769
4770 2017-06-29 Pedro Alves <palves@redhat.com>
4771
4772 * gdb.base/printcmds.exp: Add tests.
4773
4774 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4775
4776 PR gdb/21337
4777 * gdb.base/reread-readsym.exp: New file.
4778 * gdb.base/reread-readsym.c: New file.
4779
4780 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4781
4782 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4783 subpattern.
4784
4785 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4786
4787 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4788 extended mnemonic.
4789 * gdb.arch/powerpc-power9.s: Likewise.
4790
4791 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4792
4793 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4794 on 32-bit x86 targets. Exploit is_*_target macros where
4795 appropriate.
4796
4797 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4798
4799 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4800 register pieces.
4801
4802 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4803
4804 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4805 located in one or more DWARF pieces.
4806
4807 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4808
4809 * lib/gdb.exp (get_endianness): New proc.
4810 * gdb.arch/aarch64-fp.exp: Use it.
4811 * gdb.arch/altivec-regs.exp: Likewise.
4812 * gdb.arch/e500-regs.exp: Likewise.
4813 * gdb.arch/vsx-regs.exp: Likewise.
4814 * gdb.base/dump.exp: Likewise.
4815 * gdb.base/funcargs.exp: Likewise.
4816 * gdb.base/gnu_vector.exp: Likewise.
4817 * gdb.dwarf2/formdata16.exp: Likewise.
4818 * gdb.dwarf2/implptrpiece.exp: Likewise.
4819 * gdb.dwarf2/nonvar-access.exp: Likewise.
4820 * gdb.python/py-inferior.exp: Likewise.
4821 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4822
4823 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4824
4825 PR gdb/21226
4826 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4827 stack value pieces are taken from the LSB end.
4828
4829 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4830
4831 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4832 variable at nonzero offset.
4833
4834 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4835
4836 * gdb.dwarf2/var-access.c: New file.
4837 * gdb.dwarf2/var-access.exp: New test.
4838 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4839
4840 2017-06-12 Tom Tromey <tom@tromey.com>
4841
4842 * gdb.dwarf2/formdata16.exp: Add tests.
4843
4844 2017-06-12 Tom Tromey <tom@tromey.com>
4845
4846 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4847
4848 2017-06-12 Tom Tromey <tom@tromey.com>
4849
4850 PR exp/16225:
4851 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4852 * gdb.arch/vsx-regs.exp: Update tests.
4853 * gdb.arch/s390-vregs.exp (hex128): New proc.
4854 Update test.
4855 * gdb.arch/altivec-regs.exp: Update tests.
4856
4857 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4858
4859 * gdb.base/startup-with-shell.c: New file.
4860 * gdb.base/startup-with-shell.exp: Likewise.
4861
4862 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4863
4864 * gdb.server/non-existing-program.exp: Update regex in order to
4865 reflect the fact that gdbserver is now using fork_inferior (with a
4866 shell) to startup the inferior.
4867
4868 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4869
4870 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4871 support function calls from GDB.
4872
4873 2017-05-21 Tom Tromey <tom@tromey.com>
4874
4875 PR rust/21466:
4876 * gdb.rust/unsized.exp: New file.
4877 * gdb.rust/unsized.rs: New file.
4878
4879 2017-05-19 Tom Tromey <tom@tromey.com>
4880
4881 PR rust/21484:
4882 * gdb.rust/watch.exp: New file.
4883 * gdb.rust/watch.rs: New file.
4884
4885 2017-05-18 Tom Tromey <tom@tromey.com>
4886
4887 * gdb.rust/simple.exp: Allow Box to be qualified.
4888
4889 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4890
4891 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4892
4893 2017-05-18 Pedro Alves <palves@redhat.com>
4894
4895 * gdb.base/fileio.c (test_write, test_read, test_close)
4896 (test_fstat): Don't print 'ret' in the fail path.
4897
4898 2017-05-18 Pedro Alves <palves@redhat.com>
4899
4900 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4901 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4902 (test_system, test_rename, test_unlink, test_time): Change
4903 prototypes.
4904 * gdb.base/fileio.exp (stop_msg): Adjust.
4905
4906 2017-05-18 Pedro Alves <palves@redhat.com>
4907
4908 * gdb.base/fileio.c (null_str): New global.
4909 (test_stat): Use it.
4910 * gdb.base/fileio.exp: Remove nowarnings.
4911
4912 2017-05-17 Yao Qi <yao.qi@linaro.org>
4913
4914 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4915
4916 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4917
4918 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4919 argument command.
4920 (top-level): Invoke test_set_inferior_tty.
4921
4922 2017-05-04 Pedro Alves <palves@redhat.com>
4923
4924 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4925 Add parens to print call for Python 3.
4926
4927 2017-05-03 Keith Seitz <keiths@redhat.com>
4928
4929 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4930 (main): Call it.
4931
4932 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4933
4934 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4935 to prev and next.
4936
4937 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4938
4939 * gdb.python/py-record-btrace.exp: Remove test for
4940 gdb.BtraceInstruction.error.
4941
4942 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4943
4944 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4945
4946 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4947
4948 * gdb.python/py-record-btrace-threads.c: New file.
4949 * gdb.python/py-record-btrace-threads.exp: New file.
4950
4951 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4952
4953 PR testsuite/8595
4954 * gdb.base/environ.exp: Make test available in all architectures.
4955 Move bits related to "info program" testing to
4956 gdb.base/info-program.exp. Rewrite tests to use the two new
4957 procedures mentione below.
4958 (test_set_show_env_var) New procedure.
4959 (test_set_show_env_var_equal): Likewise.
4960 * gdb.base/info-program.exp: New file.
4961
4962 2017-04-27 Keith Seitz <keiths@redhat.com>
4963
4964 * gdb.cp/oranking.cc (test15): New function.
4965 (main): Call test15 and declare additional variables for testing.
4966 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4967 "p foo101('abc')" tests.
4968 Add tests for cv qualifier overloads.
4969 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4970 "lvalue reference overload" test.
4971 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4972 "print value of f1 on Child&& in f2" test.
4973
4974 2017-04-19 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4977 procedure.
4978 (top level): Call it.
4979 * lib/gdb.exp (gdb_define_cmd): New procedure.
4980
4981 2017-04-12 Pedro Alves <palves@redhat.com>
4982
4983 PR gdb/21323
4984 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4985 (wchar): New global.
4986 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4987 (do_test_wide_char, wide_char_types_no_program, top level): Add
4988 wchar_t testing.
4989
4990 2017-04-12 Pedro Alves <palves@redhat.com>
4991
4992 PR c++/21323
4993 * gdb.cp/wide_char_types.c: New file.
4994 * gdb.cp/wide_char_types.exp: New file.
4995
4996 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4997
4998 PR gdb/21352
4999 * gdb.trace/tsv.exp: Add test for "tsave -r".
5000
5001 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5002
5003 * gdb.dlang/watch-loc.c: New file.
5004 * gdb.dlang/watch-loc.exp: New file.
5005
5006 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5007
5008 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5009
5010 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5011
5012 * gdb.arch/arc-analyze-prologue.S: New file.
5013 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5014
5015 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5016
5017 * gdb.arch/arc-decode-insn.S: New file.
5018 * gdb.arch/arc-decode-insn.exp: Likewise.
5019
5020 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5021
5022 PR tdep/20928
5023 * gdb.arch/sparc64-regs.exp: New file.
5024 * gdb.arch/sparc64-regs.S: Likewise.
5025
5026 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5027
5028 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5029 and memory view on Python 3.
5030
5031 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5032 Keith Seitz <keiths@redhat.com>
5033
5034 PR gdb/14441
5035 * gdb.cp/demangle.exp: Add rvalue reference tests.
5036 * gdb.cp/rvalue-ref-casts.cc: New file.
5037 * gdb.cp/rvalue-ref-casts.exp: New file.
5038 * gdb.cp/rvalue-ref-overload.cc: New file.
5039 * gdb.cp/rvalue-ref-overload.exp: New file.
5040 * gdb.cp/rvalue-ref-params.cc: New file.
5041 * gdb.cp/rvalue-ref-params.exp: New file.
5042 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5043 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5044 * gdb.cp/rvalue-ref-types.cc: New file.
5045 * gdb.cp/rvalue-ref-types.exp: New file.
5046 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5047 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5048
5049 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5050
5051 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5052 New procedure.
5053
5054 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5055
5056 * lib/mi-support.exp (mi_gdb_test): Add additional message
5057 for unexpected output.
5058
5059 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5060
5061 * gdb.base/examine-backward.c (Barrier): New character array
5062 constant, to ensure that TestStrings is preceded by a string
5063 terminator.
5064
5065 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5066
5067 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5068 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5069 and implicit pointer into such a location.
5070
5071 2017-03-16 Doug Evans <dje@google.com>
5072
5073 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5074
5075 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5076
5077 * gdb.cp/m-static.exp: Fix expectation for prototype of
5078 test5.single_constructor and single_constructor::single_constructor.
5079
5080 2017-03-16 Doug Evans <dje@google.com>
5081
5082 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5083 * gdb.guile/scm-lazy-string.c: New file.
5084 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5085 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5086 for pointer, array, typedef lazy strings.
5087
5088 2017-03-16 Doug Evans <dje@google.com>
5089
5090 PR python/17728, python/18439, python/18779
5091 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5092 * gdb.python/py-lazy-string.c (pointer): New typedef.
5093 (main): New locals ptr, array, typedef_ptr.
5094 * gdb.python/py-value.exp: Move lazy string tests to ...
5095 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5096 array, typedef lazy strings.
5097
5098 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5099
5100 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5101 Add optional 'test' parameter.
5102
5103 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5104
5105 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5106 Skip for versions of DejaGnu < 1.5.
5107
5108 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5109
5110 * lib/gdb.exp (dejagnu_version): New proc.
5111 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5112 Use dejagnu_version.
5113
5114 2017-03-10 Keith Seitz <keiths@redhat.com>
5115
5116 PR c++/8128
5117 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5118 type from destructor regexps.
5119 Add a branch which actually passes the test.
5120 Adjust "ptype t5i" test names.
5121
5122 2017-03-08 Pedro Alves <palves@redhat.com>
5123
5124 * gdb.base/step-over-exit.exp: Add explicit test message.
5125
5126 2017-03-08 Pedro Alves <palves@redhat.com>
5127
5128 PR gdb/18360
5129 * gdb.threads/interrupt-while-step-over.c: New file.
5130 * gdb.threads/interrupt-while-step-over.exp: New file.
5131
5132 2017-03-08 Pedro Alves <palves@redhat.com>
5133
5134 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5135 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5136
5137 2017-03-08 Pedro Alves <palves@redhat.com>
5138
5139 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5140 PKRU as not supported as a PASS.
5141
5142 2017-03-08 Pedro Alves <palves@redhat.com>
5143
5144 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5145 prefix instead of $binfile1/$binfile2.
5146 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5147 in test message.
5148 * gdb.python/py-completion.exp: Use "load python file" as test
5149 messages instead of unstable path names.
5150
5151 2017-03-08 Pedro Alves <palves@redhat.com>
5152 Jan Kratochvil <jan.kratochvil@redhat.com>
5153
5154 PR cli/21218
5155 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5156 New proc.
5157 (top level): Call it.
5158
5159 2017-03-08 Pedro Alves <palves@redhat.com>
5160
5161 PR tui/21216
5162 * gdb.tui/tui-nl-filtered-output.exp: New file.
5163
5164 2017-03-08 Pedro Alves <palves@redhat.com>
5165
5166 * gdb.base/completion.exp: Move TUI completion tests to ...
5167 * gdb.tui/completion.exp: ... this new file.
5168
5169 2017-03-08 Pedro Alves <palves@redhat.com>
5170
5171 * gdb.base/tui-disasm-long-lines.c,
5172 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5173 gdb.base/tui-layout.exp: Move to ...
5174 * gdb.tui/: ... this new directory.
5175
5176 2017-03-07 Pedro Alves <palves@redhat.com>
5177
5178 * gdb.base/tui-layout.c: New file.
5179 * gdb.base/tui-layout.exp: New file.
5180
5181 2017-03-07 Pedro Alves <palves@redhat.com>
5182
5183 * gdb.base/tui-layout.c: Rename to ...
5184 * gdb.base/tui-disasm-long-lines.c: ... this.
5185 * gdb.base/tui-layout.exp: Rename to ...
5186 * gdb.base/tui-disasm-long-lines.exp: ... this.
5187
5188 2017-03-07 Pedro Alves <palves@redhat.com>
5189
5190 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5191
5192 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5193
5194 * i386-mpx-call.c: New file.
5195 * i386-mpx-call.exp: New file.
5196
5197 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5198
5199 * gdb.arch/powerpc-power.exp: Delete test.
5200 * gdb.arch/powerpc-power.s: Likewise.
5201 * gdb.disasm/disassembler-options.exp: New test.
5202 * gdb.arch/powerpc-altivec.exp: Likewise.
5203 * gdb.arch/powerpc-altivec.s: Likewise.
5204 * gdb.arch/powerpc-altivec2.exp: Likewise.
5205 * gdb.arch/powerpc-altivec2.s: Likewise.
5206 * gdb.arch/powerpc-altivec3.exp: Likewise.
5207 * gdb.arch/powerpc-altivec3.s: Likewise.
5208 * gdb.arch/powerpc-power7.exp: Likewise.
5209 * gdb.arch/powerpc-power7.s: Likewise.
5210 * gdb.arch/powerpc-power8.exp: Likewise.
5211 * gdb.arch/powerpc-power8.s: Likewise.
5212 * gdb.arch/powerpc-power9.exp: Likewise.
5213 * gdb.arch/powerpc-power9.s: Likewise.
5214 * gdb.arch/powerpc-vsx.exp: Likewise.
5215 * gdb.arch/powerpc-vsx.s: Likewise.
5216 * gdb.arch/powerpc-vsx2.exp: Likewise.
5217 * gdb.arch/powerpc-vsx2.s: Likewise.
5218 * gdb.arch/powerpc-vsx3.exp: Likewise.
5219 * gdb.arch/powerpc-vsx3.s: Likewise.
5220 * gdb.arch/arm-disassembler-options.exp: Likewise.
5221 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5222 * gdb.arch/s390-disassembler-options.exp: Likewise.
5223
5224 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5225
5226 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5227 (check_supported_features): ... this. Changed return type to void.
5228 (supports_rdseed): New static global.
5229 (rdseed): Check supports_rdseed.
5230 (initialize): Call check_supported_features.
5231
5232 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5233
5234 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5235 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5236 and lqarx/stqcx.
5237 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5238 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5239
5240 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5241
5242 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5243 uppercase.
5244
5245 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5246
5247 * gdb.dwarf2/formdata16.c: New file.
5248 * gdb.dwarf2/formdata16.exp: New file.
5249 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5250
5251 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5252
5253 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5254 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5255 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5256 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5257 DW_AT_GNU_*.
5258
5259 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5260
5261 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5262
5263 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5264
5265 PR gdb/21164
5266 * gdb.base/maint.exp: Add testcases for when the commands do
5267 not have arguments.
5268
5269 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5270
5271 * gdb.cp/chained-calls.exp: Use p instead of P.
5272
5273 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5274
5275 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5276 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5277
5278 2017-02-14 Tom Tromey <tom@tromey.com>
5279
5280 PR python/13598:
5281 * gdb.python/py-events.exp: Add before_prompt event tests.
5282
5283 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5284
5285 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5286
5287 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5288
5289 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5290 (main): Call my_unique_function_name.
5291 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5292 completion of patterns with a single match.
5293 Add missing -re switches to gdb_test_multiple calls.
5294
5295 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5296
5297 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5298 return if core file is not recognized.
5299
5300 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5301
5302 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5303 and extra UIs.
5304
5305 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5306
5307 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5308 proc_with_prefix.
5309
5310 2017-02-10 Tom Tromey <tom@tromey.com>
5311
5312 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5313
5314 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5315
5316 PR gdb/21122
5317 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5318
5319 2017-02-08 Jerome Guitton <guitton@adacore.com>
5320
5321 * gdb.base/define.exp: Add test for command abbreviations
5322 in define.
5323
5324 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5325
5326 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5327 * gdb.reverse/insn-reverse-x86.c: New file.
5328
5329 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5330
5331 PR tdep/20936
5332 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5333
5334 2017-02-03 Tom Tromey <tom@tromey.com>
5335
5336 PR rust/21097:
5337 * gdb.rust/simple.exp: Add new tests.
5338
5339 2017-02-02 Pedro Alves <palves@redhat.com>
5340
5341 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5342 tests.
5343
5344 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5345
5346 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5347 taking a 2-byte value out of a 4-byte DWARF implicit value on
5348 big-endian targets.
5349 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5350 logic. Add test cases for DW_OP_implicit.
5351
5352 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5353
5354 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5355
5356 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5357
5358 * gdb.btrace/enable.exp: Call gdb_exit before
5359 skip_gdbserver_tests.
5360
5361 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5362
5363 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5364 GDBFLAGS.
5365
5366 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5367
5368 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5369 the test is skipped.
5370 * gdb.btrace/data.exp: Likewise.
5371 * gdb.btrace/delta.exp: Likewise.
5372 * gdb.btrace/dlopen.exp: Likewise.
5373 * gdb.btrace/enable-running.exp: Likewise.
5374 * gdb.btrace/enable.exp: Likewise.
5375 * gdb.btrace/exception.exp: Likewise.
5376 * gdb.btrace/function_call_history.exp: Likewise.
5377 * gdb.btrace/gcore.exp: Likewise.
5378 * gdb.btrace/instruction_history.exp: Likewise.
5379 * gdb.btrace/multi-thread-step.exp: Likewise.
5380 * gdb.btrace/nohist.exp: Likewise.
5381 * gdb.btrace/non-stop.exp: Likewise.
5382 * gdb.btrace/reconnect.exp: Likewise.
5383 * gdb.btrace/record_goto-step.exp: Likewise.
5384 * gdb.btrace/record_goto.exp: Likewise.
5385 * gdb.btrace/rn-dl-bind.exp: Likewise.
5386 * gdb.btrace/segv.exp: Likewise.
5387 * gdb.btrace/step.exp: Likewise.
5388 * gdb.btrace/stepi.exp: Likewise.
5389 * gdb.btrace/tailcall-only.exp: Likewise.
5390 * gdb.btrace/tailcall.exp: Likewise.
5391 * gdb.btrace/tsx.exp: Likewise.
5392 * gdb.btrace/unknown_functions.exp: Likewise.
5393 * gdb.btrace/vdso.exp: Likewise.
5394
5395 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5396
5397 * gdb.btrace/enable-running.c: New.
5398 * gdb.btrace/enable-running.exp: New.
5399
5400 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5401
5402 * gdb.arch/amd64-gs_base.c: New file.
5403 * gdb.arch/amd64-gs_base.exp: New file.
5404
5405 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5406
5407 * lib/memory.exp: Remove spurious empty newlines.
5408
5409 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5410
5411 * gdb.python/py-bad-printers.exp: Load python file using "source".
5412 * gdb.python/py-events.exp: Likewise.
5413 * gdb.python/py-evsignal.exp: Likewise.
5414 * gdb.python/py-evthreads.exp: Likewise.
5415 * gdb.python/py-frame-args.exp: Likewise.
5416 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5417 * gdb.python/py-framefilter-mi.exp: Likewise.
5418 * gdb.python/py-framefilter.exp: Likewise.
5419 * gdb.python/py-mi.exp: Likewise.
5420 * gdb.python/py-pp-maint.exp: Likewise.
5421 * gdb.python/py-pp-registration.exp: Likewise.
5422 * gdb.python/py-prettyprint.exp: Likewise.
5423 (run_lang_tests): Likewise.
5424 * gdb.python/py-typeprint.exp: Likewise.
5425
5426 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5427
5428 * lib/memory.exp: New file.
5429 * lib/gdb.exp: Load memory.exp.
5430 * gdb.base/memattr.exp (delete_memory): Move proc to
5431 lib/memory.exp and rename to delete_memory_regions.
5432 Replace delete_memory with delete_memory_regions.
5433 Cleanup memory regions before tests.
5434 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5435 before tests.
5436
5437 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5438
5439 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5440 files.
5441 (initialize): New function conditionally defined.
5442 (testcases): Move within conditional block.
5443 (main): Call initialize.
5444 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5445 of gdb.reverse/insn-reverse.c.
5446 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5447 gdb.reverse/insn-reverse.c.
5448
5449 2017-01-26 Yao Qi <yao.qi@linaro.org>
5450
5451 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5452 disassemble on address 0.
5453
5454 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5455 Yao Qi <yao.qi@linaro.org>
5456
5457 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5458 * gdb.dwarf2/implptr-64bit.S: Remove.
5459 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5460 variables in caller's context. Add DW_OP_implicit_value.
5461
5462 2017-01-25 Yao Qi <yao.qi@linaro.org>
5463
5464 * lib/dwarf.exp (Dwarf::_location): Handle
5465 DW_OP_GNU_implicit_pointer with proper size.
5466
5467 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5468
5469 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5470 and add untested calls.
5471
5472 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5473
5474 * gdb.python/python.exp: Check line number against what GDB thinks
5475 the line number is for func1.
5476
5477 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5478
5479 * gdb.dlang/debug-expr.exp: New file.
5480
5481 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5482
5483 Fix test names for the following files:
5484
5485 * gdb.ada/exec_changed.exp
5486 * gdb.ada/info_types.exp
5487 * gdb.arch/aarch64-atomic-inst.exp
5488 * gdb.arch/aarch64-fp.exp
5489 * gdb.arch/altivec-abi.exp
5490 * gdb.arch/altivec-regs.exp
5491 * gdb.arch/amd64-byte.exp
5492 * gdb.arch/amd64-disp-step.exp
5493 * gdb.arch/amd64-dword.exp
5494 * gdb.arch/amd64-entry-value-inline.exp
5495 * gdb.arch/amd64-entry-value-param.exp
5496 * gdb.arch/amd64-entry-value-paramref.exp
5497 * gdb.arch/amd64-entry-value.exp
5498 * gdb.arch/amd64-i386-address.exp
5499 * gdb.arch/amd64-invalid-stack-middle.exp
5500 * gdb.arch/amd64-invalid-stack-top.exp
5501 * gdb.arch/amd64-optimout-repeat.exp
5502 * gdb.arch/amd64-prologue-skip.exp
5503 * gdb.arch/amd64-prologue-xmm.exp
5504 * gdb.arch/amd64-stap-special-operands.exp
5505 * gdb.arch/amd64-stap-wrong-subexp.exp
5506 * gdb.arch/amd64-tailcall-cxx.exp
5507 * gdb.arch/amd64-tailcall-noret.exp
5508 * gdb.arch/amd64-tailcall-ret.exp
5509 * gdb.arch/amd64-tailcall-self.exp
5510 * gdb.arch/amd64-word.exp
5511 * gdb.arch/arm-bl-branch-dest.exp
5512 * gdb.arch/arm-disp-step.exp
5513 * gdb.arch/arm-neon.exp
5514 * gdb.arch/arm-single-step-kernel-helper.exp
5515 * gdb.arch/avr-flash-qualifier.exp
5516 * gdb.arch/disp-step-insn-reloc.exp
5517 * gdb.arch/e500-abi.exp
5518 * gdb.arch/e500-regs.exp
5519 * gdb.arch/ftrace-insn-reloc.exp
5520 * gdb.arch/i386-avx512.exp
5521 * gdb.arch/i386-bp_permanent.exp
5522 * gdb.arch/i386-byte.exp
5523 * gdb.arch/i386-cfi-notcurrent.exp
5524 * gdb.arch/i386-disp-step.exp
5525 * gdb.arch/i386-dr3-watch.exp
5526 * gdb.arch/i386-float.exp
5527 * gdb.arch/i386-gnu-cfi.exp
5528 * gdb.arch/i386-mpx-map.exp
5529 * gdb.arch/i386-mpx-sigsegv.exp
5530 * gdb.arch/i386-mpx-simple_segv.exp
5531 * gdb.arch/i386-mpx.exp
5532 * gdb.arch/i386-permbkpt.exp
5533 * gdb.arch/i386-prologue.exp
5534 * gdb.arch/i386-signal.exp
5535 * gdb.arch/i386-size-overlap.exp
5536 * gdb.arch/i386-unwind.exp
5537 * gdb.arch/i386-word.exp
5538 * gdb.arch/mips-fcr.exp
5539 * gdb.arch/powerpc-d128-regs.exp
5540 * gdb.arch/powerpc-stackless.exp
5541 * gdb.arch/ppc64-atomic-inst.exp
5542 * gdb.arch/s390-stackless.exp
5543 * gdb.arch/s390-tdbregs.exp
5544 * gdb.arch/s390-vregs.exp
5545 * gdb.arch/sparc-sysstep.exp
5546 * gdb.arch/thumb-bx-pc.exp
5547 * gdb.arch/thumb-singlestep.exp
5548 * gdb.arch/thumb2-it.exp
5549 * gdb.arch/vsx-regs.exp
5550 * gdb.asm/asm-source.exp
5551 * gdb.base/a2-run.exp
5552 * gdb.base/advance.exp
5553 * gdb.base/all-bin.exp
5554 * gdb.base/anon.exp
5555 * gdb.base/args.exp
5556 * gdb.base/arithmet.exp
5557 * gdb.base/async-shell.exp
5558 * gdb.base/async.exp
5559 * gdb.base/attach-pie-noexec.exp
5560 * gdb.base/attach-twice.exp
5561 * gdb.base/auto-load.exp
5562 * gdb.base/bang.exp
5563 * gdb.base/bitfields.exp
5564 * gdb.base/break-always.exp
5565 * gdb.base/break-caller-line.exp
5566 * gdb.base/break-entry.exp
5567 * gdb.base/break-inline.exp
5568 * gdb.base/break-on-linker-gcd-function.exp
5569 * gdb.base/break-probes.exp
5570 * gdb.base/break.exp
5571 * gdb.base/breakpoint-shadow.exp
5572 * gdb.base/call-ar-st.exp
5573 * gdb.base/call-sc.exp
5574 * gdb.base/call-signal-resume.exp
5575 * gdb.base/call-strs.exp
5576 * gdb.base/callfuncs.exp
5577 * gdb.base/catch-fork-static.exp
5578 * gdb.base/catch-gdb-caused-signals.exp
5579 * gdb.base/catch-load.exp
5580 * gdb.base/catch-signal-fork.exp
5581 * gdb.base/catch-signal.exp
5582 * gdb.base/catch-syscall.exp
5583 * gdb.base/charset.exp
5584 * gdb.base/checkpoint.exp
5585 * gdb.base/chng-syms.exp
5586 * gdb.base/code-expr.exp
5587 * gdb.base/code_elim.exp
5588 * gdb.base/commands.exp
5589 * gdb.base/completion.exp
5590 * gdb.base/complex.exp
5591 * gdb.base/cond-expr.exp
5592 * gdb.base/condbreak.exp
5593 * gdb.base/consecutive.exp
5594 * gdb.base/continue-all-already-running.exp
5595 * gdb.base/coredump-filter.exp
5596 * gdb.base/corefile.exp
5597 * gdb.base/dbx.exp
5598 * gdb.base/debug-expr.exp
5599 * gdb.base/define.exp
5600 * gdb.base/del.exp
5601 * gdb.base/disabled-location.exp
5602 * gdb.base/disasm-end-cu.exp
5603 * gdb.base/disasm-optim.exp
5604 * gdb.base/display.exp
5605 * gdb.base/duplicate-bp.exp
5606 * gdb.base/ena-dis-br.exp
5607 * gdb.base/ending-run.exp
5608 * gdb.base/enumval.exp
5609 * gdb.base/environ.exp
5610 * gdb.base/eu-strip-infcall.exp
5611 * gdb.base/eval-avoid-side-effects.exp
5612 * gdb.base/eval-skip.exp
5613 * gdb.base/exitsignal.exp
5614 * gdb.base/expand-psymtabs.exp
5615 * gdb.base/filesym.exp
5616 * gdb.base/find-unmapped.exp
5617 * gdb.base/finish.exp
5618 * gdb.base/float.exp
5619 * gdb.base/foll-exec-mode.exp
5620 * gdb.base/foll-exec.exp
5621 * gdb.base/foll-fork.exp
5622 * gdb.base/fortran-sym-case.exp
5623 * gdb.base/freebpcmd.exp
5624 * gdb.base/func-ptr.exp
5625 * gdb.base/func-ptrs.exp
5626 * gdb.base/funcargs.exp
5627 * gdb.base/gcore-buffer-overflow.exp
5628 * gdb.base/gcore-relro-pie.exp
5629 * gdb.base/gcore-relro.exp
5630 * gdb.base/gcore.exp
5631 * gdb.base/gdb1090.exp
5632 * gdb.base/gdb11530.exp
5633 * gdb.base/gdb11531.exp
5634 * gdb.base/gdb1821.exp
5635 * gdb.base/gdbindex-stabs.exp
5636 * gdb.base/gdbvars.exp
5637 * gdb.base/hbreak.exp
5638 * gdb.base/hbreak2.exp
5639 * gdb.base/included.exp
5640 * gdb.base/infcall-input.exp
5641 * gdb.base/inferior-died.exp
5642 * gdb.base/infnan.exp
5643 * gdb.base/info-macros.exp
5644 * gdb.base/info-os.exp
5645 * gdb.base/info-proc.exp
5646 * gdb.base/info-shared.exp
5647 * gdb.base/info-target.exp
5648 * gdb.base/infoline.exp
5649 * gdb.base/interp.exp
5650 * gdb.base/interrupt.exp
5651 * gdb.base/jit-reader.exp
5652 * gdb.base/jit-simple.exp
5653 * gdb.base/kill-after-signal.exp
5654 * gdb.base/kill-detach-inferiors-cmd.exp
5655 * gdb.base/label.exp
5656 * gdb.base/langs.exp
5657 * gdb.base/ldbl_e308.exp
5658 * gdb.base/line-symtabs.exp
5659 * gdb.base/linespecs.exp
5660 * gdb.base/list.exp
5661 * gdb.base/long_long.exp
5662 * gdb.base/longest-types.exp
5663 * gdb.base/maint.exp
5664 * gdb.base/max-value-size.exp
5665 * gdb.base/memattr.exp
5666 * gdb.base/mips_pro.exp
5667 * gdb.base/morestack.exp
5668 * gdb.base/moribund-step.exp
5669 * gdb.base/multi-forks.exp
5670 * gdb.base/nested-addr.exp
5671 * gdb.base/nextoverexit.exp
5672 * gdb.base/noreturn-finish.exp
5673 * gdb.base/noreturn-return.exp
5674 * gdb.base/nostdlib.exp
5675 * gdb.base/offsets.exp
5676 * gdb.base/opaque.exp
5677 * gdb.base/pc-fp.exp
5678 * gdb.base/permissions.exp
5679 * gdb.base/print-symbol-loading.exp
5680 * gdb.base/prologue-include.exp
5681 * gdb.base/psymtab.exp
5682 * gdb.base/ptype.exp
5683 * gdb.base/random-signal.exp
5684 * gdb.base/randomize.exp
5685 * gdb.base/range-stepping.exp
5686 * gdb.base/readline-ask.exp
5687 * gdb.base/recpar.exp
5688 * gdb.base/recurse.exp
5689 * gdb.base/relational.exp
5690 * gdb.base/restore.exp
5691 * gdb.base/return-nodebug.exp
5692 * gdb.base/return.exp
5693 * gdb.base/run-after-attach.exp
5694 * gdb.base/save-bp.exp
5695 * gdb.base/scope.exp
5696 * gdb.base/sect-cmd.exp
5697 * gdb.base/set-lang-auto.exp
5698 * gdb.base/set-noassign.exp
5699 * gdb.base/setvar.exp
5700 * gdb.base/sigall.exp
5701 * gdb.base/sigbpt.exp
5702 * gdb.base/siginfo-addr.exp
5703 * gdb.base/siginfo-infcall.exp
5704 * gdb.base/siginfo-obj.exp
5705 * gdb.base/siginfo.exp
5706 * gdb.base/signals-state-child.exp
5707 * gdb.base/signest.exp
5708 * gdb.base/sigstep.exp
5709 * gdb.base/sizeof.exp
5710 * gdb.base/skip.exp
5711 * gdb.base/solib-corrupted.exp
5712 * gdb.base/solib-nodir.exp
5713 * gdb.base/solib-search.exp
5714 * gdb.base/stack-checking.exp
5715 * gdb.base/stale-infcall.exp
5716 * gdb.base/stap-probe.exp
5717 * gdb.base/start.exp
5718 * gdb.base/step-break.exp
5719 * gdb.base/step-bt.exp
5720 * gdb.base/step-line.exp
5721 * gdb.base/step-over-exit.exp
5722 * gdb.base/step-over-syscall.exp
5723 * gdb.base/step-resume-infcall.exp
5724 * gdb.base/step-test.exp
5725 * gdb.base/store.exp
5726 * gdb.base/structs3.exp
5727 * gdb.base/sym-file.exp
5728 * gdb.base/symbol-without-target_section.exp
5729 * gdb.base/term.exp
5730 * gdb.base/testenv.exp
5731 * gdb.base/ui-redirect.exp
5732 * gdb.base/until.exp
5733 * gdb.base/unwindonsignal.exp
5734 * gdb.base/value-double-free.exp
5735 * gdb.base/vla-datatypes.exp
5736 * gdb.base/vla-ptr.exp
5737 * gdb.base/vla-sideeffect.exp
5738 * gdb.base/volatile.exp
5739 * gdb.base/watch-cond-infcall.exp
5740 * gdb.base/watch-cond.exp
5741 * gdb.base/watch-non-mem.exp
5742 * gdb.base/watch-read.exp
5743 * gdb.base/watch-vfork.exp
5744 * gdb.base/watchpoint-cond-gone.exp
5745 * gdb.base/watchpoint-delete.exp
5746 * gdb.base/watchpoint-hw-hit-once.exp
5747 * gdb.base/watchpoint-hw.exp
5748 * gdb.base/watchpoint-stops-at-right-insn.exp
5749 * gdb.base/watchpoints.exp
5750 * gdb.base/wchar.exp
5751 * gdb.base/whatis-exp.exp
5752 * gdb.btrace/buffer-size.exp
5753 * gdb.btrace/data.exp
5754 * gdb.btrace/delta.exp
5755 * gdb.btrace/dlopen.exp
5756 * gdb.btrace/enable.exp
5757 * gdb.btrace/exception.exp
5758 * gdb.btrace/function_call_history.exp
5759 * gdb.btrace/gcore.exp
5760 * gdb.btrace/instruction_history.exp
5761 * gdb.btrace/nohist.exp
5762 * gdb.btrace/reconnect.exp
5763 * gdb.btrace/record_goto-step.exp
5764 * gdb.btrace/record_goto.exp
5765 * gdb.btrace/rn-dl-bind.exp
5766 * gdb.btrace/segv.exp
5767 * gdb.btrace/step.exp
5768 * gdb.btrace/stepi.exp
5769 * gdb.btrace/tailcall-only.exp
5770 * gdb.btrace/tailcall.exp
5771 * gdb.btrace/tsx.exp
5772 * gdb.btrace/unknown_functions.exp
5773 * gdb.btrace/vdso.exp
5774 * gdb.compile/compile-ifunc.exp
5775 * gdb.compile/compile-ops.exp
5776 * gdb.compile/compile-print.exp
5777 * gdb.compile/compile-setjmp.exp
5778 * gdb.cp/abstract-origin.exp
5779 * gdb.cp/ambiguous.exp
5780 * gdb.cp/annota2.exp
5781 * gdb.cp/annota3.exp
5782 * gdb.cp/anon-ns.exp
5783 * gdb.cp/anon-struct.exp
5784 * gdb.cp/anon-union.exp
5785 * gdb.cp/arg-reference.exp
5786 * gdb.cp/baseenum.exp
5787 * gdb.cp/bool.exp
5788 * gdb.cp/breakpoint.exp
5789 * gdb.cp/bs15503.exp
5790 * gdb.cp/call-c.exp
5791 * gdb.cp/casts.exp
5792 * gdb.cp/chained-calls.exp
5793 * gdb.cp/class2.exp
5794 * gdb.cp/classes.exp
5795 * gdb.cp/cmpd-minsyms.exp
5796 * gdb.cp/converts.exp
5797 * gdb.cp/cp-relocate.exp
5798 * gdb.cp/cpcompletion.exp
5799 * gdb.cp/cpexprs.exp
5800 * gdb.cp/cplabel.exp
5801 * gdb.cp/cplusfuncs.exp
5802 * gdb.cp/cpsizeof.exp
5803 * gdb.cp/ctti.exp
5804 * gdb.cp/derivation.exp
5805 * gdb.cp/destrprint.exp
5806 * gdb.cp/dispcxx.exp
5807 * gdb.cp/enum-class.exp
5808 * gdb.cp/exception.exp
5809 * gdb.cp/exceptprint.exp
5810 * gdb.cp/expand-psymtabs-cxx.exp
5811 * gdb.cp/expand-sals.exp
5812 * gdb.cp/extern-c.exp
5813 * gdb.cp/filename.exp
5814 * gdb.cp/formatted-ref.exp
5815 * gdb.cp/fpointer.exp
5816 * gdb.cp/gdb1355.exp
5817 * gdb.cp/gdb2495.exp
5818 * gdb.cp/hang.exp
5819 * gdb.cp/impl-this.exp
5820 * gdb.cp/infcall-dlopen.exp
5821 * gdb.cp/inherit.exp
5822 * gdb.cp/iostream.exp
5823 * gdb.cp/koenig.exp
5824 * gdb.cp/local.exp
5825 * gdb.cp/m-data.exp
5826 * gdb.cp/m-static.exp
5827 * gdb.cp/mb-ctor.exp
5828 * gdb.cp/mb-inline.exp
5829 * gdb.cp/mb-templates.exp
5830 * gdb.cp/member-name.exp
5831 * gdb.cp/member-ptr.exp
5832 * gdb.cp/meth-typedefs.exp
5833 * gdb.cp/method.exp
5834 * gdb.cp/method2.exp
5835 * gdb.cp/minsym-fallback.exp
5836 * gdb.cp/misc.exp
5837 * gdb.cp/namelessclass.exp
5838 * gdb.cp/namespace-enum.exp
5839 * gdb.cp/namespace-nested-import.exp
5840 * gdb.cp/namespace.exp
5841 * gdb.cp/nextoverthrow.exp
5842 * gdb.cp/no-dmgl-verbose.exp
5843 * gdb.cp/non-trivial-retval.exp
5844 * gdb.cp/noparam.exp
5845 * gdb.cp/nsdecl.exp
5846 * gdb.cp/nsimport.exp
5847 * gdb.cp/nsnested.exp
5848 * gdb.cp/nsnoimports.exp
5849 * gdb.cp/nsrecurs.exp
5850 * gdb.cp/nsstress.exp
5851 * gdb.cp/nsusing.exp
5852 * gdb.cp/operator.exp
5853 * gdb.cp/oranking.exp
5854 * gdb.cp/overload-const.exp
5855 * gdb.cp/overload.exp
5856 * gdb.cp/ovldbreak.exp
5857 * gdb.cp/ovsrch.exp
5858 * gdb.cp/paren-type.exp
5859 * gdb.cp/parse-lang.exp
5860 * gdb.cp/pass-by-ref.exp
5861 * gdb.cp/pr-1023.exp
5862 * gdb.cp/pr-1210.exp
5863 * gdb.cp/pr-574.exp
5864 * gdb.cp/pr10687.exp
5865 * gdb.cp/pr12028.exp
5866 * gdb.cp/pr17132.exp
5867 * gdb.cp/pr17494.exp
5868 * gdb.cp/pr9067.exp
5869 * gdb.cp/pr9167.exp
5870 * gdb.cp/pr9631.exp
5871 * gdb.cp/printmethod.exp
5872 * gdb.cp/psmang.exp
5873 * gdb.cp/psymtab-parameter.exp
5874 * gdb.cp/ptype-cv-cp.exp
5875 * gdb.cp/ptype-flags.exp
5876 * gdb.cp/re-set-overloaded.exp
5877 * gdb.cp/ref-types.exp
5878 * gdb.cp/rtti.exp
5879 * gdb.cp/scope-err.exp
5880 * gdb.cp/shadow.exp
5881 * gdb.cp/smartp.exp
5882 * gdb.cp/static-method.exp
5883 * gdb.cp/static-print-quit.exp
5884 * gdb.cp/temargs.exp
5885 * gdb.cp/templates.exp
5886 * gdb.cp/try_catch.exp
5887 * gdb.cp/typedef-operator.exp
5888 * gdb.cp/typeid.exp
5889 * gdb.cp/userdef.exp
5890 * gdb.cp/using-crash.exp
5891 * gdb.cp/var-tag.exp
5892 * gdb.cp/virtbase.exp
5893 * gdb.cp/virtfunc.exp
5894 * gdb.cp/virtfunc2.exp
5895 * gdb.cp/vla-cxx.exp
5896 * gdb.disasm/t01_mov.exp
5897 * gdb.disasm/t02_mova.exp
5898 * gdb.disasm/t03_add.exp
5899 * gdb.disasm/t04_sub.exp
5900 * gdb.disasm/t05_cmp.exp
5901 * gdb.disasm/t06_ari2.exp
5902 * gdb.disasm/t07_ari3.exp
5903 * gdb.disasm/t08_or.exp
5904 * gdb.disasm/t09_xor.exp
5905 * gdb.disasm/t10_and.exp
5906 * gdb.disasm/t11_logs.exp
5907 * gdb.disasm/t12_bit.exp
5908 * gdb.disasm/t13_otr.exp
5909 * gdb.dlang/circular.exp
5910 * gdb.dwarf2/arr-stride.exp
5911 * gdb.dwarf2/arr-subrange.exp
5912 * gdb.dwarf2/atomic-type.exp
5913 * gdb.dwarf2/bad-regnum.exp
5914 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5915 * gdb.dwarf2/callframecfa.exp
5916 * gdb.dwarf2/clztest.exp
5917 * gdb.dwarf2/corrupt.exp
5918 * gdb.dwarf2/data-loc.exp
5919 * gdb.dwarf2/dup-psym.exp
5920 * gdb.dwarf2/dw2-anon-mptr.exp
5921 * gdb.dwarf2/dw2-anonymous-func.exp
5922 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5923 * gdb.dwarf2/dw2-bad-unresolved.exp
5924 * gdb.dwarf2/dw2-basic.exp
5925 * gdb.dwarf2/dw2-canonicalize-type.exp
5926 * gdb.dwarf2/dw2-case-insensitive.exp
5927 * gdb.dwarf2/dw2-common-block.exp
5928 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5929 * gdb.dwarf2/dw2-compressed.exp
5930 * gdb.dwarf2/dw2-const.exp
5931 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5932 * gdb.dwarf2/dw2-cu-size.exp
5933 * gdb.dwarf2/dw2-dup-frame.exp
5934 * gdb.dwarf2/dw2-entry-value.exp
5935 * gdb.dwarf2/dw2-icycle.exp
5936 * gdb.dwarf2/dw2-ifort-parameter.exp
5937 * gdb.dwarf2/dw2-inline-break.exp
5938 * gdb.dwarf2/dw2-inline-param.exp
5939 * gdb.dwarf2/dw2-intercu.exp
5940 * gdb.dwarf2/dw2-intermix.exp
5941 * gdb.dwarf2/dw2-lexical-block-bare.exp
5942 * gdb.dwarf2/dw2-linkage-name-trust.exp
5943 * gdb.dwarf2/dw2-minsym-in-cu.exp
5944 * gdb.dwarf2/dw2-noloc.exp
5945 * gdb.dwarf2/dw2-op-call.exp
5946 * gdb.dwarf2/dw2-op-out-param.exp
5947 * gdb.dwarf2/dw2-opt-structptr.exp
5948 * gdb.dwarf2/dw2-param-error.exp
5949 * gdb.dwarf2/dw2-producer.exp
5950 * gdb.dwarf2/dw2-ranges-base.exp
5951 * gdb.dwarf2/dw2-ref-missing-frame.exp
5952 * gdb.dwarf2/dw2-reg-undefined.exp
5953 * gdb.dwarf2/dw2-regno-invalid.exp
5954 * gdb.dwarf2/dw2-restore.exp
5955 * gdb.dwarf2/dw2-restrict.exp
5956 * gdb.dwarf2/dw2-single-line-discriminators.exp
5957 * gdb.dwarf2/dw2-strp.exp
5958 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5959 * gdb.dwarf2/dw2-unresolved.exp
5960 * gdb.dwarf2/dw2-var-zero-addr.exp
5961 * gdb.dwarf2/dw4-sig-types.exp
5962 * gdb.dwarf2/dwz.exp
5963 * gdb.dwarf2/dynarr-ptr.exp
5964 * gdb.dwarf2/enum-type.exp
5965 * gdb.dwarf2/gdb-index.exp
5966 * gdb.dwarf2/implptr-64bit.exp
5967 * gdb.dwarf2/implptr-optimized-out.exp
5968 * gdb.dwarf2/implptr.exp
5969 * gdb.dwarf2/implref-array.exp
5970 * gdb.dwarf2/implref-const.exp
5971 * gdb.dwarf2/implref-global.exp
5972 * gdb.dwarf2/implref-struct.exp
5973 * gdb.dwarf2/mac-fileno.exp
5974 * gdb.dwarf2/main-subprogram.exp
5975 * gdb.dwarf2/member-ptr-forwardref.exp
5976 * gdb.dwarf2/method-ptr.exp
5977 * gdb.dwarf2/missing-sig-type.exp
5978 * gdb.dwarf2/nonvar-access.exp
5979 * gdb.dwarf2/opaque-type-lookup.exp
5980 * gdb.dwarf2/pieces-optimized-out.exp
5981 * gdb.dwarf2/pieces.exp
5982 * gdb.dwarf2/pr10770.exp
5983 * gdb.dwarf2/pr13961.exp
5984 * gdb.dwarf2/staticvirtual.exp
5985 * gdb.dwarf2/subrange.exp
5986 * gdb.dwarf2/symtab-producer.exp
5987 * gdb.dwarf2/trace-crash.exp
5988 * gdb.dwarf2/typeddwarf.exp
5989 * gdb.dwarf2/valop.exp
5990 * gdb.dwarf2/watch-notconst.exp
5991 * gdb.fortran/array-element.exp
5992 * gdb.fortran/charset.exp
5993 * gdb.fortran/common-block.exp
5994 * gdb.fortran/complex.exp
5995 * gdb.fortran/derived-type-function.exp
5996 * gdb.fortran/derived-type.exp
5997 * gdb.fortran/logical.exp
5998 * gdb.fortran/module.exp
5999 * gdb.fortran/multi-dim.exp
6000 * gdb.fortran/nested-funcs.exp
6001 * gdb.fortran/print-formatted.exp
6002 * gdb.fortran/subarray.exp
6003 * gdb.fortran/vla-alloc-assoc.exp
6004 * gdb.fortran/vla-datatypes.exp
6005 * gdb.fortran/vla-history.exp
6006 * gdb.fortran/vla-ptr-info.exp
6007 * gdb.fortran/vla-ptype-sub.exp
6008 * gdb.fortran/vla-ptype.exp
6009 * gdb.fortran/vla-sizeof.exp
6010 * gdb.fortran/vla-type.exp
6011 * gdb.fortran/vla-value-sub-arbitrary.exp
6012 * gdb.fortran/vla-value-sub-finish.exp
6013 * gdb.fortran/vla-value-sub.exp
6014 * gdb.fortran/vla-value.exp
6015 * gdb.fortran/whatis_type.exp
6016 * gdb.go/chan.exp
6017 * gdb.go/handcall.exp
6018 * gdb.go/hello.exp
6019 * gdb.go/integers.exp
6020 * gdb.go/methods.exp
6021 * gdb.go/package.exp
6022 * gdb.go/strings.exp
6023 * gdb.go/types.exp
6024 * gdb.go/unsafe.exp
6025 * gdb.guile/scm-arch.exp
6026 * gdb.guile/scm-block.exp
6027 * gdb.guile/scm-breakpoint.exp
6028 * gdb.guile/scm-cmd.exp
6029 * gdb.guile/scm-disasm.exp
6030 * gdb.guile/scm-equal.exp
6031 * gdb.guile/scm-frame-args.exp
6032 * gdb.guile/scm-frame-inline.exp
6033 * gdb.guile/scm-frame.exp
6034 * gdb.guile/scm-iterator.exp
6035 * gdb.guile/scm-math.exp
6036 * gdb.guile/scm-objfile.exp
6037 * gdb.guile/scm-ports.exp
6038 * gdb.guile/scm-symbol.exp
6039 * gdb.guile/scm-symtab.exp
6040 * gdb.guile/scm-value-cc.exp
6041 * gdb.guile/types-module.exp
6042 * gdb.linespec/break-ask.exp
6043 * gdb.linespec/cpexplicit.exp
6044 * gdb.linespec/explicit.exp
6045 * gdb.linespec/keywords.exp
6046 * gdb.linespec/linespec.exp
6047 * gdb.linespec/ls-dollar.exp
6048 * gdb.linespec/ls-errs.exp
6049 * gdb.linespec/skip-two.exp
6050 * gdb.linespec/thread.exp
6051 * gdb.mi/mi-async.exp
6052 * gdb.mi/mi-basics.exp
6053 * gdb.mi/mi-break.exp
6054 * gdb.mi/mi-catch-load.exp
6055 * gdb.mi/mi-cli.exp
6056 * gdb.mi/mi-cmd-param-changed.exp
6057 * gdb.mi/mi-console.exp
6058 * gdb.mi/mi-detach.exp
6059 * gdb.mi/mi-disassemble.exp
6060 * gdb.mi/mi-eval.exp
6061 * gdb.mi/mi-file-transfer.exp
6062 * gdb.mi/mi-file.exp
6063 * gdb.mi/mi-fill-memory.exp
6064 * gdb.mi/mi-inheritance-syntax-error.exp
6065 * gdb.mi/mi-linespec-err-cp.exp
6066 * gdb.mi/mi-logging.exp
6067 * gdb.mi/mi-memory-changed.exp
6068 * gdb.mi/mi-read-memory.exp
6069 * gdb.mi/mi-record-changed.exp
6070 * gdb.mi/mi-reg-undefined.exp
6071 * gdb.mi/mi-regs.exp
6072 * gdb.mi/mi-return.exp
6073 * gdb.mi/mi-reverse.exp
6074 * gdb.mi/mi-simplerun.exp
6075 * gdb.mi/mi-solib.exp
6076 * gdb.mi/mi-stack.exp
6077 * gdb.mi/mi-stepi.exp
6078 * gdb.mi/mi-syn-frame.exp
6079 * gdb.mi/mi-until.exp
6080 * gdb.mi/mi-var-block.exp
6081 * gdb.mi/mi-var-child.exp
6082 * gdb.mi/mi-var-cmd.exp
6083 * gdb.mi/mi-var-cp.exp
6084 * gdb.mi/mi-var-display.exp
6085 * gdb.mi/mi-var-invalidate.exp
6086 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6087 * gdb.mi/mi-vla-fortran.exp
6088 * gdb.mi/mi-watch.exp
6089 * gdb.mi/mi2-var-child.exp
6090 * gdb.mi/user-selected-context-sync.exp
6091 * gdb.modula2/unbounded-array.exp
6092 * gdb.multi/dummy-frame-restore.exp
6093 * gdb.multi/multi-arch-exec.exp
6094 * gdb.multi/multi-arch.exp
6095 * gdb.multi/tids.exp
6096 * gdb.multi/watchpoint-multi.exp
6097 * gdb.opencl/callfuncs.exp
6098 * gdb.opencl/convs_casts.exp
6099 * gdb.opencl/datatypes.exp
6100 * gdb.opencl/operators.exp
6101 * gdb.opencl/vec_comps.exp
6102 * gdb.opt/clobbered-registers-O2.exp
6103 * gdb.opt/inline-break.exp
6104 * gdb.opt/inline-bt.exp
6105 * gdb.opt/inline-cmds.exp
6106 * gdb.opt/inline-locals.exp
6107 * gdb.pascal/case-insensitive-symbols.exp
6108 * gdb.pascal/floats.exp
6109 * gdb.pascal/gdb11492.exp
6110 * gdb.python/lib-types.exp
6111 * gdb.python/py-arch.exp
6112 * gdb.python/py-as-string.exp
6113 * gdb.python/py-bad-printers.exp
6114 * gdb.python/py-block.exp
6115 * gdb.python/py-breakpoint-create-fail.exp
6116 * gdb.python/py-breakpoint.exp
6117 * gdb.python/py-caller-is.exp
6118 * gdb.python/py-cmd.exp
6119 * gdb.python/py-explore-cc.exp
6120 * gdb.python/py-explore.exp
6121 * gdb.python/py-finish-breakpoint.exp
6122 * gdb.python/py-finish-breakpoint2.exp
6123 * gdb.python/py-frame-args.exp
6124 * gdb.python/py-frame-inline.exp
6125 * gdb.python/py-frame.exp
6126 * gdb.python/py-framefilter-mi.exp
6127 * gdb.python/py-infthread.exp
6128 * gdb.python/py-lazy-string.exp
6129 * gdb.python/py-linetable.exp
6130 * gdb.python/py-mi-events.exp
6131 * gdb.python/py-mi-objfile.exp
6132 * gdb.python/py-mi.exp
6133 * gdb.python/py-objfile.exp
6134 * gdb.python/py-pp-integral.exp
6135 * gdb.python/py-pp-maint.exp
6136 * gdb.python/py-pp-re-notag.exp
6137 * gdb.python/py-pp-registration.exp
6138 * gdb.python/py-recurse-unwind.exp
6139 * gdb.python/py-strfns.exp
6140 * gdb.python/py-symbol.exp
6141 * gdb.python/py-symtab.exp
6142 * gdb.python/py-sync-interp.exp
6143 * gdb.python/py-typeprint.exp
6144 * gdb.python/py-unwind-maint.exp
6145 * gdb.python/py-unwind.exp
6146 * gdb.python/py-value-cc.exp
6147 * gdb.python/py-xmethods.exp
6148 * gdb.reverse/amd64-tailcall-reverse.exp
6149 * gdb.reverse/break-precsave.exp
6150 * gdb.reverse/break-reverse.exp
6151 * gdb.reverse/consecutive-precsave.exp
6152 * gdb.reverse/consecutive-reverse.exp
6153 * gdb.reverse/finish-precsave.exp
6154 * gdb.reverse/finish-reverse-bkpt.exp
6155 * gdb.reverse/finish-reverse.exp
6156 * gdb.reverse/fstatat-reverse.exp
6157 * gdb.reverse/getresuid-reverse.exp
6158 * gdb.reverse/i386-precsave.exp
6159 * gdb.reverse/i386-reverse.exp
6160 * gdb.reverse/i386-sse-reverse.exp
6161 * gdb.reverse/i387-env-reverse.exp
6162 * gdb.reverse/i387-stack-reverse.exp
6163 * gdb.reverse/insn-reverse.exp
6164 * gdb.reverse/machinestate-precsave.exp
6165 * gdb.reverse/machinestate.exp
6166 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6167 * gdb.reverse/pipe-reverse.exp
6168 * gdb.reverse/readv-reverse.exp
6169 * gdb.reverse/recvmsg-reverse.exp
6170 * gdb.reverse/rerun-prec.exp
6171 * gdb.reverse/s390-mvcle.exp
6172 * gdb.reverse/step-precsave.exp
6173 * gdb.reverse/step-reverse.exp
6174 * gdb.reverse/time-reverse.exp
6175 * gdb.reverse/until-precsave.exp
6176 * gdb.reverse/until-reverse.exp
6177 * gdb.reverse/waitpid-reverse.exp
6178 * gdb.reverse/watch-precsave.exp
6179 * gdb.reverse/watch-reverse.exp
6180 * gdb.rust/generics.exp
6181 * gdb.rust/methods.exp
6182 * gdb.rust/modules.exp
6183 * gdb.rust/simple.exp
6184 * gdb.server/connect-with-no-symbol-file.exp
6185 * gdb.server/ext-attach.exp
6186 * gdb.server/ext-restart.exp
6187 * gdb.server/ext-wrapper.exp
6188 * gdb.server/file-transfer.exp
6189 * gdb.server/server-exec-info.exp
6190 * gdb.server/server-kill.exp
6191 * gdb.server/server-mon.exp
6192 * gdb.server/wrapper.exp
6193 * gdb.stabs/exclfwd.exp
6194 * gdb.stabs/gdb11479.exp
6195 * gdb.threads/clone-new-thread-event.exp
6196 * gdb.threads/corethreads.exp
6197 * gdb.threads/current-lwp-dead.exp
6198 * gdb.threads/dlopen-libpthread.exp
6199 * gdb.threads/gcore-thread.exp
6200 * gdb.threads/sigstep-threads.exp
6201 * gdb.threads/watchpoint-fork.exp
6202 * gdb.trace/actions-changed.exp
6203 * gdb.trace/backtrace.exp
6204 * gdb.trace/change-loc.exp
6205 * gdb.trace/circ.exp
6206 * gdb.trace/collection.exp
6207 * gdb.trace/disconnected-tracing.exp
6208 * gdb.trace/ftrace.exp
6209 * gdb.trace/mi-trace-frame-collected.exp
6210 * gdb.trace/mi-trace-unavailable.exp
6211 * gdb.trace/mi-traceframe-changed.exp
6212 * gdb.trace/mi-tsv-changed.exp
6213 * gdb.trace/no-attach-trace.exp
6214 * gdb.trace/passc-dyn.exp
6215 * gdb.trace/qtro.exp
6216 * gdb.trace/range-stepping.exp
6217 * gdb.trace/read-memory.exp
6218 * gdb.trace/save-trace.exp
6219 * gdb.trace/signal.exp
6220 * gdb.trace/status-stop.exp
6221 * gdb.trace/tfile.exp
6222 * gdb.trace/trace-break.exp
6223 * gdb.trace/trace-buffer-size.exp
6224 * gdb.trace/trace-condition.exp
6225 * gdb.trace/tracefile-pseudo-reg.exp
6226 * gdb.trace/tstatus.exp
6227 * gdb.trace/unavailable.exp
6228 * gdb.trace/while-dyn.exp
6229 * gdb.trace/while-stepping.exp
6230
6231 2016-12-22 Doug Evans <xdje42@gmail.com>
6232
6233 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6234 and msymbols.
6235
6236 2016-12-19 Yao Qi <yao.qi@linaro.org>
6237
6238 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6239 (test_with_self): Don't call do_steps_and_nexts, and remove
6240 code about stepping into xmalloc.
6241
6242 2016-12-09 Yao Qi <yao.qi@linaro.org>
6243
6244 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6245
6246 2016-12-09 Yao Qi <yao.qi@linaro.org>
6247
6248 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6249
6250 2016-12-09 Pedro Alves <palves@redhat.com>
6251
6252 * gdb.base/all-architectures-0.exp: New file.
6253 * gdb.base/all-architectures-1.exp: New file.
6254 * gdb.base/all-architectures-2.exp: New file.
6255 * gdb.base/all-architectures-3.exp: New file.
6256 * gdb.base/all-architectures-4.exp: New file.
6257 * gdb.base/all-architectures-5.exp: New file.
6258 * gdb.base/all-architectures-6.exp: New file.
6259 * gdb.base/all-architectures-7.exp: New file.
6260 * gdb.base/all-architectures.exp.in: New file.
6261
6262 2016-12-09 Yao Qi <yao.qi@linaro.org>
6263
6264 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6265
6266 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6267
6268 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6269 possible.
6270 Remove useless pattern-matching code.
6271
6272 2016-12-02 Pedro Alves <palves@redhat.com>
6273
6274 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6275 procedure.
6276 (top level): Call it.
6277
6278 2016-12-02 Pedro Alves <palves@redhat.com>
6279
6280 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6281 New procedure.
6282 (top level): Call it.
6283
6284 2016-12-02 Pedro Alves <palves@redhat.com>
6285
6286 PR cli/20559
6287 * gdb.base/commands.exp (user_defined_command_args_eval): New
6288 procedure.
6289 (top level): Call it.
6290
6291 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6292
6293 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6294 timeout handling.
6295
6296 2016-12-02 Tom Tromey <tom@tromey.com>
6297
6298 * gdb.dwarf2/main-subprogram.c: New file.
6299 * gdb.dwarf2/main-subprogram.exp: New file.
6300
6301 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6302
6303 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6304 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6305 gdb_test_no_output for a couple of cases.
6306 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6307
6308 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6309
6310 Fix test names and standardize compilation error messages throughout
6311 the following files:
6312
6313 * gdb.ada/start.exp
6314 * gdb.arch/alpha-step.exp
6315 * gdb.arch/e500-prologue.exp
6316 * gdb.arch/ftrace-insn-reloc.exp
6317 * gdb.arch/gdb1291.exp
6318 * gdb.arch/gdb1431.exp
6319 * gdb.arch/gdb1558.exp
6320 * gdb.arch/i386-dr3-watch.exp
6321 * gdb.arch/i386-sse-stack-align.exp
6322 * gdb.arch/ia64-breakpoint-shadow.exp
6323 * gdb.arch/pa-nullify.exp
6324 * gdb.arch/powerpc-aix-prologue.exp
6325 * gdb.arch/thumb-bx-pc.exp
6326 * gdb.base/annota1.exp
6327 * gdb.base/annota3.exp
6328 * gdb.base/arrayidx.exp
6329 * gdb.base/assign.exp
6330 * gdb.base/attach.exp
6331 * gdb.base/auxv.exp
6332 * gdb.base/bang.exp
6333 * gdb.base/bfp-test.exp
6334 * gdb.base/bigcore.exp
6335 * gdb.base/bitfields2.exp
6336 * gdb.base/break-fun-addr.exp
6337 * gdb.base/break-probes.exp
6338 * gdb.base/call-rt-st.exp
6339 * gdb.base/callexit.exp
6340 * gdb.base/catch-fork-kill.exp
6341 * gdb.base/charset.exp
6342 * gdb.base/checkpoint.exp
6343 * gdb.base/comprdebug.exp
6344 * gdb.base/constvars.exp
6345 * gdb.base/coredump-filter.exp
6346 * gdb.base/cursal.exp
6347 * gdb.base/cvexpr.exp
6348 * gdb.base/detach.exp
6349 * gdb.base/display.exp
6350 * gdb.base/dmsym.exp
6351 * gdb.base/dprintf-pending.exp
6352 * gdb.base/dso2dso.exp
6353 * gdb.base/dtrace-probe.exp
6354 * gdb.base/dump.exp
6355 * gdb.base/enum_cond.exp
6356 * gdb.base/exe-lock.exp
6357 * gdb.base/exec-invalid-sysroot.exp
6358 * gdb.base/execl-update-breakpoints.exp
6359 * gdb.base/exprs.exp
6360 * gdb.base/fileio.exp
6361 * gdb.base/find.exp
6362 * gdb.base/finish.exp
6363 * gdb.base/fixsection.exp
6364 * gdb.base/foll-vfork.exp
6365 * gdb.base/frame-args.exp
6366 * gdb.base/gcore.exp
6367 * gdb.base/gdb1250.exp
6368 * gdb.base/global-var-nested-by-dso.exp
6369 * gdb.base/gnu-ifunc.exp
6370 * gdb.base/hashline1.exp
6371 * gdb.base/hashline2.exp
6372 * gdb.base/hashline3.exp
6373 * gdb.base/hbreak-in-shr-unsupported.exp
6374 * gdb.base/huge.exp
6375 * gdb.base/infcall-input.exp
6376 * gdb.base/info-fun.exp
6377 * gdb.base/info-shared.exp
6378 * gdb.base/jit-simple.exp
6379 * gdb.base/jit-so.exp
6380 * gdb.base/jit.exp
6381 * gdb.base/jump.exp
6382 * gdb.base/label.exp
6383 * gdb.base/lineinc.exp
6384 * gdb.base/logical.exp
6385 * gdb.base/longjmp.exp
6386 * gdb.base/macscp.exp
6387 * gdb.base/miscexprs.exp
6388 * gdb.base/new-ui-echo.exp
6389 * gdb.base/new-ui-pending-input.exp
6390 * gdb.base/new-ui.exp
6391 * gdb.base/nodebug.exp
6392 * gdb.base/nofield.exp
6393 * gdb.base/offsets.exp
6394 * gdb.base/overlays.exp
6395 * gdb.base/pending.exp
6396 * gdb.base/pointers.exp
6397 * gdb.base/pr11022.exp
6398 * gdb.base/printcmds.exp
6399 * gdb.base/prologue.exp
6400 * gdb.base/ptr-typedef.exp
6401 * gdb.base/realname-expand.exp
6402 * gdb.base/relativedebug.exp
6403 * gdb.base/relocate.exp
6404 * gdb.base/remote.exp
6405 * gdb.base/reread.exp
6406 * gdb.base/return2.exp
6407 * gdb.base/savedregs.exp
6408 * gdb.base/sep.exp
6409 * gdb.base/sepdebug.exp
6410 * gdb.base/sepsymtab.exp
6411 * gdb.base/set-inferior-tty.exp
6412 * gdb.base/setshow.exp
6413 * gdb.base/shlib-call.exp
6414 * gdb.base/sigaltstack.exp
6415 * gdb.base/siginfo-addr.exp
6416 * gdb.base/signals.exp
6417 * gdb.base/signull.exp
6418 * gdb.base/sigrepeat.exp
6419 * gdb.base/so-impl-ld.exp
6420 * gdb.base/solib-display.exp
6421 * gdb.base/solib-overlap.exp
6422 * gdb.base/solib-search.exp
6423 * gdb.base/solib-symbol.exp
6424 * gdb.base/structs.exp
6425 * gdb.base/structs2.exp
6426 * gdb.base/symtab-search-order.exp
6427 * gdb.base/twice.exp
6428 * gdb.base/unload.exp
6429 * gdb.base/varargs.exp
6430 * gdb.base/watchpoint-solib.exp
6431 * gdb.base/watchpoint.exp
6432 * gdb.base/whatis.exp
6433 * gdb.base/wrong_frame_bt_full.exp
6434 * gdb.btrace/dlopen.exp
6435 * gdb.cell/ea-standalone.exp
6436 * gdb.cell/ea-test.exp
6437 * gdb.cp/dispcxx.exp
6438 * gdb.cp/gdb2384.exp
6439 * gdb.cp/method2.exp
6440 * gdb.cp/nextoverthrow.exp
6441 * gdb.cp/pr10728.exp
6442 * gdb.disasm/am33.exp
6443 * gdb.disasm/h8300s.exp
6444 * gdb.disasm/mn10300.exp
6445 * gdb.disasm/sh3.exp
6446 * gdb.dwarf2/dw2-dir-file-name.exp
6447 * gdb.fortran/complex.exp
6448 * gdb.fortran/library-module.exp
6449 * gdb.guile/scm-pretty-print.exp
6450 * gdb.guile/scm-symbol.exp
6451 * gdb.guile/scm-type.exp
6452 * gdb.guile/scm-value.exp
6453 * gdb.linespec/linespec.exp
6454 * gdb.mi/gdb701.exp
6455 * gdb.mi/gdb792.exp
6456 * gdb.mi/mi-breakpoint-changed.exp
6457 * gdb.mi/mi-dprintf-pending.exp
6458 * gdb.mi/mi-dprintf.exp
6459 * gdb.mi/mi-exit-code.exp
6460 * gdb.mi/mi-pending.exp
6461 * gdb.mi/mi-solib.exp
6462 * gdb.mi/new-ui-mi-sync.exp
6463 * gdb.mi/pr11022.exp
6464 * gdb.mi/user-selected-context-sync.exp
6465 * gdb.opt/solib-intra-step.exp
6466 * gdb.python/py-events.exp
6467 * gdb.python/py-finish-breakpoint.exp
6468 * gdb.python/py-mi.exp
6469 * gdb.python/py-prettyprint.exp
6470 * gdb.python/py-shared.exp
6471 * gdb.python/py-symbol.exp
6472 * gdb.python/py-template.exp
6473 * gdb.python/py-type.exp
6474 * gdb.python/py-value.exp
6475 * gdb.reverse/solib-precsave.exp
6476 * gdb.reverse/solib-reverse.exp
6477 * gdb.server/solib-list.exp
6478 * gdb.stabs/weird.exp
6479 * gdb.threads/reconnect-signal.exp
6480 * gdb.threads/stepi-random-signal.exp
6481 * gdb.trace/actions.exp
6482 * gdb.trace/ax.exp
6483 * gdb.trace/backtrace.exp
6484 * gdb.trace/change-loc.exp
6485 * gdb.trace/deltrace.exp
6486 * gdb.trace/ftrace-lock.exp
6487 * gdb.trace/ftrace.exp
6488 * gdb.trace/infotrace.exp
6489 * gdb.trace/mi-tracepoint-changed.exp
6490 * gdb.trace/packetlen.exp
6491 * gdb.trace/passcount.exp
6492 * gdb.trace/pending.exp
6493 * gdb.trace/range-stepping.exp
6494 * gdb.trace/report.exp
6495 * gdb.trace/stap-trace.exp
6496 * gdb.trace/tfind.exp
6497 * gdb.trace/trace-break.exp
6498 * gdb.trace/trace-condition.exp
6499 * gdb.trace/trace-enable-disable.exp
6500 * gdb.trace/trace-mt.exp
6501 * gdb.trace/tracecmd.exp
6502 * gdb.trace/tspeed.exp
6503 * gdb.trace/tsv.exp
6504 * lib/perftest.exp
6505
6506 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6507
6508 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6509 with gdb_test_no_output.
6510 Use command as test name.
6511
6512 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6513
6514 Fix test names starting with uppercase throughout the files.
6515
6516 * gdb.ada/assign_1.exp
6517 * gdb.ada/boolean_expr.exp
6518 * gdb.base/arrayidx.exp
6519 * gdb.base/del.exp
6520 * gdb.base/gcore-buffer-overflow.exp
6521 * gdb.base/testenv.exp
6522 * gdb.compile/compile.exp
6523 * gdb.python/py-framefilter-invalidarg.exp
6524 * gdb.python/py-framefilter.exp
6525
6526 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6527
6528 Fix test names starting with uppercase throughout the files.
6529
6530 * gdb.ada/array_return.exp
6531 * gdb.ada/expr_delims.exp
6532 * gdb.ada/mi_dyn_arr.exp
6533 * gdb.ada/mi_interface.exp
6534 * gdb.ada/mi_var_array.exp
6535 * gdb.ada/watch_arg.exp
6536 * gdb.arch/alpha-step.exp
6537 * gdb.arch/altivec-regs.exp
6538 * gdb.arch/e500-regs.exp
6539 * gdb.arch/powerpc-d128-regs.exp
6540 * gdb.base/arrayidx.exp
6541 * gdb.base/break.exp
6542 * gdb.base/checkpoint.exp
6543 * gdb.base/debug-expr.exp
6544 * gdb.base/dmsym.exp
6545 * gdb.base/radix.exp
6546 * gdb.base/sepdebug.exp
6547 * gdb.base/testenv.exp
6548 * gdb.base/watch_thread_num.exp
6549 * gdb.base/watchpoint-cond-gone.exp
6550 * gdb.cell/break.exp
6551 * gdb.cell/ea-cache.exp
6552 * gdb.compile/compile.exp
6553 * gdb.cp/gdb2495.exp
6554 * gdb.gdb/selftest.exp
6555 * gdb.gdb/xfullpath.exp
6556 * gdb.go/hello.exp
6557 * gdb.go/integers.exp
6558 * gdb.objc/basicclass.exp
6559 * gdb.pascal/hello.exp
6560 * gdb.pascal/integers.exp
6561 * gdb.python/py-breakpoint.exp
6562 * gdb.python/py-cmd.exp
6563 * gdb.python/py-linetable.exp
6564 * gdb.python/py-xmethods.exp
6565 * gdb.python/python.exp
6566 * gdb.reverse/consecutive-precsave.exp
6567 * gdb.reverse/finish-precsave.exp
6568 * gdb.reverse/i386-precsave.exp
6569 * gdb.reverse/machinestate-precsave.exp
6570 * gdb.reverse/sigall-precsave.exp
6571 * gdb.reverse/solib-precsave.exp
6572 * gdb.reverse/step-precsave.exp
6573 * gdb.reverse/until-precsave.exp
6574 * gdb.reverse/watch-precsave.exp
6575 * gdb.threads/leader-exit.exp
6576 * gdb.threads/pthreads.exp
6577 * gdb.threads/wp-replication.exp
6578 * gdb.trace/actions.exp
6579 * gdb.trace/mi-tsv-changed.exp
6580 * gdb.trace/tsv.exp
6581
6582 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6583
6584 Fix test names starting with uppercase throughout the files.
6585
6586 * gdb.arch/i386-bp_permanent.exp
6587 * gdb.arch/i386-gnu-cfi.exp
6588 * gdb.base/disasm-end-cu.exp
6589 * gdb.base/macscp.exp
6590 * gdb.base/pending.exp
6591 * gdb.base/watch_thread_num.exp
6592 * gdb.cp/exception.exp
6593 * gdb.cp/gdb2495.exp
6594 * gdb.cp/local.exp
6595 * gdb.python/py-evsignal.exp
6596 * gdb.python/python.exp
6597 * gdb.trace/tracecmd.exp
6598
6599 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6600
6601 Fix test names starting with uppercase throughout the files.
6602
6603 * gdb.base/charset.exp
6604 * gdb.base/eval.exp
6605 * gdb.base/multi-forks.exp
6606 * gdb.guile/scm-progspace.exp
6607 * gdb.opencl/datatypes.exp
6608 * gdb.python/py-block.exp
6609 * gdb.python/py-function.exp
6610 * gdb.python/py-symbol.exp
6611 * gdb.python/py-symtab.exp
6612 * gdb.python/py-xmethods.exp
6613 * gdb.reverse/break-precsave.exp
6614 * gdb.reverse/break-reverse.exp
6615 * gdb.reverse/consecutive-precsave.exp
6616 * gdb.reverse/consecutive-reverse.exp
6617 * gdb.reverse/finish-precsave.exp
6618 * gdb.reverse/finish-reverse-bkpt.exp
6619 * gdb.reverse/finish-reverse.exp
6620 * gdb.reverse/fstatat-reverse.exp
6621 * gdb.reverse/getresuid-reverse.exp
6622 * gdb.reverse/i386-precsave.exp
6623 * gdb.reverse/i386-reverse.exp
6624 * gdb.reverse/i386-sse-reverse.exp
6625 * gdb.reverse/i387-stack-reverse.exp
6626 * gdb.reverse/insn-reverse.exp
6627 * gdb.reverse/machinestate-precsave.exp
6628 * gdb.reverse/machinestate.exp
6629 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6630 * gdb.reverse/pipe-reverse.exp
6631 * gdb.reverse/readv-reverse.exp
6632 * gdb.reverse/recvmsg-reverse.exp
6633 * gdb.reverse/rerun-prec.exp
6634 * gdb.reverse/s390-mvcle.exp
6635 * gdb.reverse/sigall-precsave.exp
6636 * gdb.reverse/sigall-reverse.exp
6637 * gdb.reverse/solib-precsave.exp
6638 * gdb.reverse/solib-reverse.exp
6639 * gdb.reverse/step-precsave.exp
6640 * gdb.reverse/step-reverse.exp
6641 * gdb.reverse/time-reverse.exp
6642 * gdb.reverse/until-precsave.exp
6643 * gdb.reverse/until-reverse.exp
6644 * gdb.reverse/waitpid-reverse.exp
6645 * gdb.reverse/watch-precsave.exp
6646 * gdb.reverse/watch-reverse.exp
6647
6648 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6649
6650 Fix test names starting with uppercase throughout the files.
6651
6652 * gdb.arch/i386-mpx-simple_segv.exp
6653 * gdb.arch/i386-mpx.exp
6654 * gdb.arch/i386-permbkpt.exp
6655 * gdb.arch/pa-nullify.exp
6656 * gdb.arch/powerpc-d128-regs.exp
6657 * gdb.arch/vsx-regs.exp
6658 * gdb.base/bfp-test.exp
6659 * gdb.base/break.exp
6660 * gdb.base/breakpoint-shadow.exp
6661 * gdb.base/callfuncs.exp
6662 * gdb.base/charset.exp
6663 * gdb.base/commands.exp
6664 * gdb.base/completion.exp
6665 * gdb.base/dfp-test.exp
6666 * gdb.base/echo.exp
6667 * gdb.base/ending-run.exp
6668 * gdb.base/eval.exp
6669 * gdb.base/expand-psymtabs.exp
6670 * gdb.base/float128.exp
6671 * gdb.base/floatn.exp
6672 * gdb.base/foll-exec-mode.exp
6673 * gdb.base/gdb1056.exp
6674 * gdb.base/gdb11531.exp
6675 * gdb.base/kill-after-signal.exp
6676 * gdb.base/multi-forks.exp
6677 * gdb.base/overlays.exp
6678 * gdb.base/pending.exp
6679 * gdb.base/sepdebug.exp
6680 * gdb.base/testenv.exp
6681 * gdb.base/valgrind-db-attach.exp
6682 * gdb.base/watch_thread_num.exp
6683 * gdb.base/watchpoint-cond-gone.exp
6684 * gdb.base/watchpoint.exp
6685 * gdb.base/watchpoints.exp
6686 * gdb.cp/arg-reference.exp
6687 * gdb.cp/baseenum.exp
6688 * gdb.cp/operator.exp
6689 * gdb.cp/shadow.exp
6690 * gdb.dwarf2/dw2-op-out-param.exp
6691 * gdb.dwarf2/dw2-reg-undefined.exp
6692 * gdb.go/chan.exp
6693 * gdb.go/hello.exp
6694 * gdb.go/integers.exp
6695 * gdb.go/methods.exp
6696 * gdb.go/package.exp
6697 * gdb.guile/scm-parameter.exp
6698 * gdb.guile/scm-progspace.exp
6699 * gdb.guile/scm-value.exp
6700 * gdb.mi/mi-pending.exp
6701 * gdb.mi/user-selected-context-sync.exp
6702 * gdb.multi/multi-attach.exp
6703 * gdb.multi/tids.exp
6704 * gdb.opt/clobbered-registers-O2.exp
6705 * gdb.pascal/floats.exp
6706 * gdb.pascal/integers.exp
6707 * gdb.python/py-block.exp
6708 * gdb.python/py-events.exp
6709 * gdb.python/py-parameter.exp
6710 * gdb.python/py-symbol.exp
6711 * gdb.python/py-symtab.exp
6712 * gdb.python/py-type.exp
6713 * gdb.python/py-value.exp
6714 * gdb.python/py-xmethods.exp
6715 * gdb.python/python.exp
6716 * gdb.reverse/break-precsave.exp
6717 * gdb.reverse/consecutive-precsave.exp
6718 * gdb.reverse/finish-precsave.exp
6719 * gdb.reverse/i386-precsave.exp
6720 * gdb.reverse/machinestate-precsave.exp
6721 * gdb.reverse/sigall-precsave.exp
6722 * gdb.reverse/solib-precsave.exp
6723 * gdb.reverse/step-precsave.exp
6724 * gdb.reverse/until-precsave.exp
6725 * gdb.reverse/watch-precsave.exp
6726 * gdb.server/ext-attach.exp
6727 * gdb.server/ext-restart.exp
6728 * gdb.server/ext-run.exp
6729 * gdb.server/ext-wrapper.exp
6730 * gdb.stabs/gdb11479.exp
6731 * gdb.stabs/weird.exp
6732 * gdb.threads/attach-many-short-lived-threads.exp
6733 * gdb.threads/kill.exp
6734 * gdb.threads/watchpoint-fork.exp
6735
6736 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6737
6738 Fix test names starting with uppercase throughout all the files below.
6739
6740 * gdb.ada/array_return.exp
6741 * gdb.ada/catch_ex.exp
6742 * gdb.ada/info_exc.exp
6743 * gdb.ada/mi_catch_ex.exp
6744 * gdb.ada/mi_dyn_arr.exp
6745 * gdb.ada/mi_ex_cond.exp
6746 * gdb.ada/mi_exc_info.exp
6747 * gdb.ada/mi_interface.exp
6748 * gdb.ada/mi_task_arg.exp
6749 * gdb.ada/mi_task_info.exp
6750 * gdb.ada/mi_var_array.exp
6751 * gdb.arch/alpha-step.exp
6752 * gdb.arch/amd64-disp-step.exp
6753 * gdb.arch/arm-disp-step.exp
6754 * gdb.arch/disp-step-insn-reloc.exp
6755 * gdb.arch/e500-prologue.exp
6756 * gdb.arch/ftrace-insn-reloc.exp
6757 * gdb.arch/gdb1558.exp
6758 * gdb.arch/i386-bp_permanent.exp
6759 * gdb.arch/i386-disp-step.exp
6760 * gdb.arch/i386-float.exp
6761 * gdb.arch/i386-gnu-cfi.exp
6762 * gdb.arch/ia64-breakpoint-shadow.exp
6763 * gdb.arch/mips16-thunks.exp
6764 * gdb.arch/pa-nullify.exp
6765 * gdb.arch/powerpc-aix-prologue.exp
6766 * gdb.arch/powerpc-power.exp
6767 * gdb.arch/ppc-dfp.exp
6768 * gdb.arch/s390-tdbregs.exp
6769 * gdb.arch/spu-info.exp
6770 * gdb.arch/spu-ls.exp
6771 * gdb.arch/thumb-bx-pc.exp
6772 * gdb.base/advance.exp
6773 * gdb.base/annota-input-while-running.exp
6774 * gdb.base/arrayidx.exp
6775 * gdb.base/asmlabel.exp
6776 * gdb.base/async.exp
6777 * gdb.base/attach-wait-input.exp
6778 * gdb.base/auto-connect-native-target.exp
6779 * gdb.base/batch-preserve-term-settings.exp
6780 * gdb.base/bfp-test.exp
6781 * gdb.base/bigcore.exp
6782 * gdb.base/bp-permanent.exp
6783 * gdb.base/break-always.exp
6784 * gdb.base/break-fun-addr.exp
6785 * gdb.base/break-idempotent.exp
6786 * gdb.base/break-main-file-remove-fail.exp
6787 * gdb.base/break-probes.exp
6788 * gdb.base/break-unload-file.exp
6789 * gdb.base/break.exp
6790 * gdb.base/call-ar-st.exp
6791 * gdb.base/call-rt-st.exp
6792 * gdb.base/call-sc.exp
6793 * gdb.base/call-signal-resume.exp
6794 * gdb.base/call-strs.exp
6795 * gdb.base/callexit.exp
6796 * gdb.base/callfuncs.exp
6797 * gdb.base/catch-gdb-caused-signals.exp
6798 * gdb.base/catch-signal-siginfo-cond.exp
6799 * gdb.base/catch-syscall.exp
6800 * gdb.base/compare-sections.exp
6801 * gdb.base/cond-eval-mode.exp
6802 * gdb.base/condbreak-call-false.exp
6803 * gdb.base/consecutive-step-over.exp
6804 * gdb.base/cursal.exp
6805 * gdb.base/disabled-location.exp
6806 * gdb.base/disasm-end-cu.exp
6807 * gdb.base/display.exp
6808 * gdb.base/double-prompt-target-event-error.exp
6809 * gdb.base/dprintf-bp-same-addr.exp
6810 * gdb.base/dprintf-detach.exp
6811 * gdb.base/dprintf-next.exp
6812 * gdb.base/dprintf-non-stop.exp
6813 * gdb.base/dprintf-pending.exp
6814 * gdb.base/dso2dso.exp
6815 * gdb.base/ending-run.exp
6816 * gdb.base/enum_cond.exp
6817 * gdb.base/examine-backward.exp
6818 * gdb.base/exe-lock.exp
6819 * gdb.base/exec-invalid-sysroot.exp
6820 * gdb.base/execl-update-breakpoints.exp
6821 * gdb.base/execution-termios.exp
6822 * gdb.base/fileio.exp
6823 * gdb.base/fixsection.exp
6824 * gdb.base/foll-exec-mode.exp
6825 * gdb.base/foll-exec.exp
6826 * gdb.base/fork-running-state.exp
6827 * gdb.base/frame-args.exp
6828 * gdb.base/fullpath-expand.exp
6829 * gdb.base/func-ptr.exp
6830 * gdb.base/gcore-relro-pie.exp
6831 * gdb.base/gdb1090.exp
6832 * gdb.base/gdb1555.exp
6833 * gdb.base/global-var-nested-by-dso.exp
6834 * gdb.base/gnu-ifunc.exp
6835 * gdb.base/hbreak-in-shr-unsupported.exp
6836 * gdb.base/hbreak-unmapped.exp
6837 * gdb.base/hook-stop.exp
6838 * gdb.base/infcall-input.exp
6839 * gdb.base/info-fun.exp
6840 * gdb.base/info-shared.exp
6841 * gdb.base/interrupt-noterm.exp
6842 * gdb.base/jit-so.exp
6843 * gdb.base/jit.exp
6844 * gdb.base/line-symtabs.exp
6845 * gdb.base/list.exp
6846 * gdb.base/longjmp.exp
6847 * gdb.base/macscp.exp
6848 * gdb.base/max-value-size.exp
6849 * gdb.base/nodebug.exp
6850 * gdb.base/nofield.exp
6851 * gdb.base/overlays.exp
6852 * gdb.base/paginate-after-ctrl-c-running.exp
6853 * gdb.base/paginate-bg-execution.exp
6854 * gdb.base/paginate-inferior-exit.exp
6855 * gdb.base/pending.exp
6856 * gdb.base/pr11022.exp
6857 * gdb.base/printcmds.exp
6858 * gdb.base/ptr-typedef.exp
6859 * gdb.base/ptype.exp
6860 * gdb.base/randomize.exp
6861 * gdb.base/range-stepping.exp
6862 * gdb.base/realname-expand.exp
6863 * gdb.base/relativedebug.exp
6864 * gdb.base/remote.exp
6865 * gdb.base/savedregs.exp
6866 * gdb.base/sepdebug.exp
6867 * gdb.base/set-noassign.exp
6868 * gdb.base/shlib-call.exp
6869 * gdb.base/shreloc.exp
6870 * gdb.base/sigaltstack.exp
6871 * gdb.base/sigbpt.exp
6872 * gdb.base/siginfo-addr.exp
6873 * gdb.base/siginfo-obj.exp
6874 * gdb.base/siginfo-thread.exp
6875 * gdb.base/signest.exp
6876 * gdb.base/signull.exp
6877 * gdb.base/sigrepeat.exp
6878 * gdb.base/skip.exp
6879 * gdb.base/so-impl-ld.exp
6880 * gdb.base/solib-corrupted.exp
6881 * gdb.base/solib-disc.exp
6882 * gdb.base/solib-display.exp
6883 * gdb.base/solib-overlap.exp
6884 * gdb.base/solib-search.exp
6885 * gdb.base/solib-symbol.exp
6886 * gdb.base/source-execution.exp
6887 * gdb.base/sss-bp-on-user-bp-2.exp
6888 * gdb.base/sss-bp-on-user-bp.exp
6889 * gdb.base/stack-checking.exp
6890 * gdb.base/stale-infcall.exp
6891 * gdb.base/step-break.exp
6892 * gdb.base/step-line.exp
6893 * gdb.base/step-over-exit.exp
6894 * gdb.base/step-test.exp
6895 * gdb.base/structs.exp
6896 * gdb.base/sym-file.exp
6897 * gdb.base/symtab-search-order.exp
6898 * gdb.base/term.exp
6899 * gdb.base/type-opaque.exp
6900 * gdb.base/unload.exp
6901 * gdb.base/until-nodebug.exp
6902 * gdb.base/until.exp
6903 * gdb.base/unwindonsignal.exp
6904 * gdb.base/watch-cond.exp
6905 * gdb.base/watch-non-mem.exp
6906 * gdb.base/watch_thread_num.exp
6907 * gdb.base/watchpoint-reuse-slot.exp
6908 * gdb.base/watchpoint-solib.exp
6909 * gdb.base/watchpoint.exp
6910 * gdb.btrace/dlopen.exp
6911 * gdb.cell/arch.exp
6912 * gdb.cell/break.exp
6913 * gdb.cell/bt.exp
6914 * gdb.cell/core.exp
6915 * gdb.cell/data.exp
6916 * gdb.cell/dwarfaddr.exp
6917 * gdb.cell/ea-cache.exp
6918 * gdb.cell/ea-standalone.exp
6919 * gdb.cell/ea-test.exp
6920 * gdb.cell/f-regs.exp
6921 * gdb.cell/fork.exp
6922 * gdb.cell/gcore.exp
6923 * gdb.cell/mem-access.exp
6924 * gdb.cell/ptype.exp
6925 * gdb.cell/registers.exp
6926 * gdb.cell/sizeof.exp
6927 * gdb.cell/solib-symbol.exp
6928 * gdb.cell/solib.exp
6929 * gdb.compile/compile-tls.exp
6930 * gdb.cp/exception.exp
6931 * gdb.cp/gdb2495.exp
6932 * gdb.cp/local.exp
6933 * gdb.cp/mb-inline.exp
6934 * gdb.cp/mb-templates.exp
6935 * gdb.cp/pr10687.exp
6936 * gdb.cp/pr9167.exp
6937 * gdb.cp/scope-err.exp
6938 * gdb.cp/templates.exp
6939 * gdb.cp/virtfunc.exp
6940 * gdb.dwarf2/dw2-dir-file-name.exp
6941 * gdb.dwarf2/dw2-single-line-discriminators.exp
6942 * gdb.fortran/complex.exp
6943 * gdb.fortran/library-module.exp
6944 * gdb.guile/guile.exp
6945 * gdb.guile/scm-cmd.exp
6946 * gdb.guile/scm-frame-inline.exp
6947 * gdb.guile/scm-objfile.exp
6948 * gdb.guile/scm-pretty-print.exp
6949 * gdb.guile/scm-symbol.exp
6950 * gdb.guile/scm-type.exp
6951 * gdb.guile/scm-value.exp
6952 * gdb.linespec/keywords.exp
6953 * gdb.linespec/ls-errs.exp
6954 * gdb.linespec/macro-relative.exp
6955 * gdb.linespec/thread.exp
6956 * gdb.mi/mi-breakpoint-changed.exp
6957 * gdb.mi/mi-dprintf-pending.exp
6958 * gdb.mi/mi-fullname-deleted.exp
6959 * gdb.mi/mi-logging.exp
6960 * gdb.mi/mi-pending.exp
6961 * gdb.mi/mi-solib.exp
6962 * gdb.mi/new-ui-mi-sync.exp
6963 * gdb.mi/user-selected-context-sync.exp
6964 * gdb.multi/dummy-frame-restore.exp
6965 * gdb.multi/multi-arch-exec.exp
6966 * gdb.multi/remove-inferiors.exp
6967 * gdb.multi/watchpoint-multi-exit.exp
6968 * gdb.opt/solib-intra-step.exp
6969 * gdb.perf/backtrace.exp
6970 * gdb.perf/single-step.exp
6971 * gdb.perf/skip-command.exp
6972 * gdb.perf/skip-prologue.exp
6973 * gdb.perf/solib.exp
6974 * gdb.python/lib-types.exp
6975 * gdb.python/py-as-string.exp
6976 * gdb.python/py-bad-printers.exp
6977 * gdb.python/py-block.exp
6978 * gdb.python/py-breakpoint.exp
6979 * gdb.python/py-cmd.exp
6980 * gdb.python/py-events.exp
6981 * gdb.python/py-evthreads.exp
6982 * gdb.python/py-finish-breakpoint.exp
6983 * gdb.python/py-finish-breakpoint2.exp
6984 * gdb.python/py-frame-inline.exp
6985 * gdb.python/py-frame.exp
6986 * gdb.python/py-inferior.exp
6987 * gdb.python/py-infthread.exp
6988 * gdb.python/py-mi.exp
6989 * gdb.python/py-objfile.exp
6990 * gdb.python/py-pp-maint.exp
6991 * gdb.python/py-pp-registration.exp
6992 * gdb.python/py-prettyprint.exp
6993 * gdb.python/py-recurse-unwind.exp
6994 * gdb.python/py-shared.exp
6995 * gdb.python/py-symbol.exp
6996 * gdb.python/py-symtab.exp
6997 * gdb.python/py-template.exp
6998 * gdb.python/py-type.exp
6999 * gdb.python/py-unwind-maint.exp
7000 * gdb.python/py-unwind.exp
7001 * gdb.python/py-value.exp
7002 * gdb.python/python.exp
7003 * gdb.reverse/finish-reverse-bkpt.exp
7004 * gdb.reverse/insn-reverse.exp
7005 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7006 * gdb.reverse/solib-precsave.exp
7007 * gdb.reverse/solib-reverse.exp
7008 * gdb.stabs/gdb11479.exp
7009 * gdb.stabs/weird.exp
7010 * gdb.threads/fork-child-threads.exp
7011 * gdb.threads/fork-plus-threads.exp
7012 * gdb.threads/fork-thread-pending.exp
7013 * gdb.threads/forking-threads-plus-breakpoint.exp
7014 * gdb.threads/hand-call-in-threads.exp
7015 * gdb.threads/interrupted-hand-call.exp
7016 * gdb.threads/linux-dp.exp
7017 * gdb.threads/local-watch-wrong-thread.exp
7018 * gdb.threads/next-while-other-thread-longjmps.exp
7019 * gdb.threads/non-ldr-exit.exp
7020 * gdb.threads/pending-step.exp
7021 * gdb.threads/print-threads.exp
7022 * gdb.threads/process-dies-while-detaching.exp
7023 * gdb.threads/process-dies-while-handling-bp.exp
7024 * gdb.threads/pthreads.exp
7025 * gdb.threads/queue-signal.exp
7026 * gdb.threads/reconnect-signal.exp
7027 * gdb.threads/signal-command-handle-nopass.exp
7028 * gdb.threads/signal-command-multiple-signals-pending.exp
7029 * gdb.threads/signal-delivered-right-thread.exp
7030 * gdb.threads/signal-sigtrap.exp
7031 * gdb.threads/sigthread.exp
7032 * gdb.threads/staticthreads.exp
7033 * gdb.threads/stepi-random-signal.exp
7034 * gdb.threads/thread-unwindonsignal.exp
7035 * gdb.threads/thread_check.exp
7036 * gdb.threads/thread_events.exp
7037 * gdb.threads/tid-reuse.exp
7038 * gdb.threads/tls-nodebug.exp
7039 * gdb.threads/tls-shared.exp
7040 * gdb.threads/tls-so_extern.exp
7041 * gdb.threads/tls.exp
7042 * gdb.threads/wp-replication.exp
7043 * gdb.trace/actions-changed.exp
7044 * gdb.trace/actions.exp
7045 * gdb.trace/backtrace.exp
7046 * gdb.trace/change-loc.exp
7047 * gdb.trace/collection.exp
7048 * gdb.trace/deltrace.exp
7049 * gdb.trace/disconnected-tracing.exp
7050 * gdb.trace/entry-values.exp
7051 * gdb.trace/ftrace-lock.exp
7052 * gdb.trace/ftrace.exp
7053 * gdb.trace/infotrace.exp
7054 * gdb.trace/mi-trace-frame-collected.exp
7055 * gdb.trace/mi-trace-unavailable.exp
7056 * gdb.trace/mi-traceframe-changed.exp
7057 * gdb.trace/mi-tracepoint-changed.exp
7058 * gdb.trace/mi-tsv-changed.exp
7059 * gdb.trace/no-attach-trace.exp
7060 * gdb.trace/packetlen.exp
7061 * gdb.trace/passc-dyn.exp
7062 * gdb.trace/passcount.exp
7063 * gdb.trace/pending.exp
7064 * gdb.trace/pr16508.exp
7065 * gdb.trace/qtro.exp
7066 * gdb.trace/range-stepping.exp
7067 * gdb.trace/read-memory.exp
7068 * gdb.trace/report.exp
7069 * gdb.trace/save-trace.exp
7070 * gdb.trace/signal.exp
7071 * gdb.trace/stap-trace.exp
7072 * gdb.trace/status-stop.exp
7073 * gdb.trace/strace.exp
7074 * gdb.trace/tfile.exp
7075 * gdb.trace/tfind.exp
7076 * gdb.trace/trace-break.exp
7077 * gdb.trace/trace-condition.exp
7078 * gdb.trace/trace-enable-disable.exp
7079 * gdb.trace/trace-mt.exp
7080 * gdb.trace/tracecmd.exp
7081 * gdb.trace/tracefile-pseudo-reg.exp
7082 * gdb.trace/tspeed.exp
7083 * gdb.trace/tstatus.exp
7084 * gdb.trace/tsv.exp
7085 * gdb.trace/unavailable.exp
7086 * gdb.trace/while-dyn.exp
7087 * gdb.trace/while-stepping.exp
7088 * lib/gdb-guile.exp
7089 * lib/gdb.exp
7090 * lib/mi-support.exp
7091 * lib/pascal.exp
7092 * lib/perftest.exp
7093 * lib/prelink-support.exp
7094 * lib/selftest-support.exp
7095
7096 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7097
7098 * Makefile.in: Include disable-implicit-rules.mk.
7099
7100 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7101
7102 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7103 non-byte-aligned bit fields.
7104
7105 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7106
7107 PR gdb/12616
7108 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7109 respects the DW_AT_data_bit_offset attribute.
7110
7111 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7112
7113 * gdb.base/default.exp: Fix output of "set language".
7114
7115 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7116
7117 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7118 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7119 make.
7120 * configure.ac: Remove checks for the make program.
7121 * configure: Re-generate.
7122
7123 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7124
7125 * gdb.python/py-recurse-unwind.c (main): Add loop.
7126 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7127 to read_register() and gdb.parse_and_eval(). Make each code
7128 call a separate case that can be individually tested.
7129 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7130 proc. Call cont_and_backtrace for each of the code paths that
7131 we want to test in the unwinder.
7132
7133 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7134
7135 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7136 the definition of struct S.
7137
7138 2016-11-11 Catherine Moore <clm@codesourcery.com>
7139
7140 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7141
7142 2016-11-09 Pedro Alves <palves@redhat.com>
7143
7144 * gdb.base/commands.exp (runto_or_return): New procedure.
7145 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7146 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7147 (progvar_simple_while_test, progvar_complex_if_while_test)
7148 (if_while_breakpoint_command_test)
7149 (infrun_breakpoint_command_test, breakpoint_command_test)
7150 (user_defined_command_test, watchpoint_command_test)
7151 (test_command_prompt_position, redefine_hook_test)
7152 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7153 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7154 multi_line_input and multi_line. Remove gdb_expect and
7155 gdb_stop_suppressing_tests uses.
7156 * lib/gdb.exp (valnum_re): New global.
7157 (multi_line_input): New procedure.
7158
7159 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7160
7161 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7162 Remove.
7163 (test_setup): Define with proc_with_prefix.
7164 (test_cli_inferior): Likewise.
7165 (test_cli_thread): Likewise.
7166 (test_cli_frame): Likewise.
7167 (test_cli_select_frame): Likewise.
7168 (test_cli_up_down): Likewise.
7169 (test_mi_thread_select): Likewise.
7170 (test_mi_stack_select_frame): Likewise.
7171 (test_cli_in_mi_inferior): Likewise.
7172 (test_cli_in_mi_thread): Likewise.
7173 (test_cli_in_mi_frame): Likewise.
7174 (top level): Do not use with_test_prefix_procname.
7175
7176 2016-11-09 Pedro Alves <palves@redhat.com>
7177
7178 * gdb.base/commands.exp (gdbvar_simple_if_test)
7179 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7180 (progvar_simple_if_test, progvar_simple_while_test)
7181 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7182 (infrun_breakpoint_command_test, breakpoint_command_test)
7183 (user_defined_command_test, watchpoint_command_test)
7184 (test_command_prompt_position, deprecated_command_test)
7185 (bp_deleted_in_command, temporary_breakpoint_commands)
7186 (stray_arg0_test, source_file_with_indented_comment)
7187 (recursive_source_test, if_commands_test)
7188 (error_clears_commands_left, redefine_hook_test)
7189 (redefine_backtrace_test): Use proc_with_prefix.
7190 * lib/gdb.exp (proc_with_prefix): New proc.
7191
7192 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7193
7194 * gdb.base/tui-layout.c: New file.
7195 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7196 disassembly window contains very long lines.
7197
7198 2016-11-08 Tom Tromey <tom@tromey.com>
7199
7200 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7201 depend on Python 2.
7202
7203 2016-11-08 Tom Tromey <tom@tromey.com>
7204
7205 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7206 New method.
7207
7208 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7209
7210 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7211
7212 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7213
7214 * gdb.rust/simple.rs: Add test for univariant enums without
7215 discriminants and for encoded struct-like enums.
7216
7217 2016-10-28 Pedro Alves <palves@redhat.com>
7218
7219 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7220 gdb_test_multiple, tighten regexps and match symtabs and line
7221 tables incrementally.
7222
7223 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7224
7225 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7226 general.
7227
7228 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7229
7230 * gdb.base/exec-invalid-sysroot.exp: New file.
7231
7232 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7233
7234 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7235
7236 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7237
7238 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7239
7240 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7241
7242 * gdb.base/killed-outside.exp: Remove $options from a call to
7243 `prepare_for_testing'.
7244
7245 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7246
7247 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7248 Change test message.
7249
7250 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7251
7252 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7253 Update comment.
7254
7255 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7256
7257 * gdb.trace/mi-trace-save.exp: New file.
7258
7259 2016-10-13 Yao Qi <yao.qi@linaro.org>
7260
7261 * gdb.base/code_elim.exp (get_var_address): Remove.
7262 * gdb.base/relocate.exp: Likewise.
7263 * gdb.base/shreloc.exp: Likewise.
7264 * lib/gdb.exp (get_var_address): New.
7265
7266 2016-10-13 Yao Qi <yao.qi@linaro.org>
7267
7268 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7269 floating point tests if $skip_float_test is false.
7270
7271 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7272
7273 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7274 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7275 argc values.
7276 Add 1 to argc so we guarantee distinct initial/modified argc values.
7277
7278 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7279
7280 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7281
7282 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7283
7284 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7285 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7286 * gdb.arch/vsx-regs.exp: Likewise.
7287
7288 2016-10-07 Yao Qi <yao.qi@linaro.org>
7289
7290 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7291
7292 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7293
7294 * gdb.python/python.exp: Test decode_line("*0").
7295
7296 2016-10-06 Doug Evans <dje@google.com>
7297
7298 * gdb.python/py-value.exp (test_value_creation): Add test for large
7299 unsigned 64-bit value.
7300
7301 2016-10-06 Tom Tromey <tom@tromey.com>
7302
7303 * gdb.compile/compile.exp: Change java tests to rust.
7304 * gdb.base/setshow.exp: Change java tests to rust.
7305 * gdb.base/default.exp: Remove java from language list.
7306 * README (Examples): Update language example.
7307 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7308 test.
7309 * lib/gdb.exp (skip_java_tests): Remove.
7310 * lib/java.exp: Remove.
7311 * gdb.java: Remove.
7312
7313 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7314
7315 * gdb.arch/mips-fcr.exp: New test.
7316 * gdb.arch/mips-fcr.c: Source for the new test.
7317
7318 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7319
7320 * gdb.base/solib-disc.exp: Use `standard_output_file'
7321 throughout.
7322
7323 2016-10-06 Pedro Alves <palves@redhat.com>
7324
7325 * gdb.base/jit-simple-dl.c: New file.
7326 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7327 * gdb.base/jit-simple.c: ... this.
7328 * gdb.base/jit-simple.exp (jit_run): Delete.
7329 (build_jit): New proc.
7330 (jit_test_reread): Recompile either the main program or the shared
7331 library, depending on what is being tested. Skip changing address
7332 if caller wants to. Compare before/after addresses. If testing
7333 standalone, explicitly load the binary. Test "maint info
7334 breakpoints".
7335 (top level): Add "standalone vs shared lib" and "change address"
7336 vs "same address" axes.
7337
7338 2016-10-06 Pedro Alves <palves@redhat.com>
7339
7340 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7341 call.
7342 (jit_run): Delete.
7343 (jit_test_reread): Use with_test_prefix. Reload the main binary
7344 explicitly. Compare the before/after addresses of the JIT
7345 descriptor.
7346
7347 2016-08-15 Doug Evans <dje@google.com>
7348
7349 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7350 for single bitfields is bool.
7351 * gdb.xml/tdesc-regs.exp: Ditto.
7352
7353 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7354
7355 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7356
7357 2016-10-05 Yao Qi <yao.qi@linaro.org>
7358
7359 * lib/gdb.exp (support_complex_tests): Return zero if
7360 gdb_skip_float_test return true.
7361
7362 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7363 Simon Marchi <simon.marchi@ericsson.com>
7364
7365 PR gdb/20487
7366 * gdb.mi/user-selected-context-sync.exp: New file.
7367 * gdb.mi/user-selected-context-sync.c: New file.
7368
7369 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7370 Simon Marchi <simon.marchi@ericsson.com>
7371
7372 PR gdb/20487
7373 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7374 =thread-select-event check.
7375
7376 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7377
7378 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7379 the compulsory L operand changes.
7380 * gdb.arch/powerpc-power.s: Likewise.
7381
7382 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7383
7384 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7385 * gdb.base/jit-attach-pie.c: New file.
7386 * gdb.base/jit-attach-pie.exp: New file.
7387
7388 2016-09-28 Pedro Alves <palves@redhat.com>
7389
7390 * gdb.base/infcall-input.c: New file.
7391 * gdb.base/infcall-input.exp: New file.
7392
7393 2016-09-22 Yao Qi <yao.qi@linaro.org>
7394
7395 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7396 (gdb_exit): Rename it to ...
7397 (gdbserver_gdb_exit): ... Close GDBserver.
7398 (gdb_exit): New proc, call gdbserver_gdb_exit.
7399 (mi_gdb_exit): Likewise.
7400
7401 2016-09-22 Yao Qi <yao.qi@linaro.org>
7402
7403 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7404 path.
7405 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7406 Remove duplication.
7407
7408 2016-09-22 Yao Qi <yao.qi@linaro.org>
7409
7410 * lib/gdbserver-support.exp: Check the existence of
7411 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7412
7413 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7414
7415 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7416
7417 2016-09-21 Tom Tromey <tom@tromey.com>
7418
7419 PR gdb/20604:
7420 * gdb.base/quit.exp: New file.
7421
7422 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7423
7424 * .gitignore: New file.
7425
7426 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7427
7428 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7429 throughout.
7430
7431 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7432
7433 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7434
7435 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7436
7437 * gdb.cp/casts.cc (decltype): Move it ...
7438 (main): ... with its call to ...
7439 * gdb.cp/casts03.cc: ... a new file.
7440 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7441
7442 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7443
7444 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7445
7446 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7447
7448 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7449 and sync up the test with tests in gas/testsuite/gas/ppc.
7450 * gdb.arch/powerpc-power.exp: Likewise.
7451
7452 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7453
7454 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7455
7456 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7457 Jan Kratochvil <jan.kratochvil@redhat.com>
7458
7459 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7460 make m1's definition to be different from m2's. Use 'dummy' as an
7461 argument for probe 'two'.
7462
7463 2016-09-10 Jon Beniston <jon@beniston.com>
7464
7465 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7466 for sim target.
7467
7468 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7469
7470 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7471 variable declaration.
7472 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7473 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7474 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7475 received HWCAP as its argument.
7476
7477 2016-09-06 Pedro Alves <palves@redhat.com>
7478
7479 * gdb.base/new-ui-pending-input.c: New file.
7480 * gdb.base/new-ui-pending-input.exp: New file.
7481 * gdb.exp (clear_gdb_spawn_id): New procedure.
7482 (with_spawn_id): Check whether gdb_spawn_id exists before
7483 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7484 on exit.
7485
7486 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7487
7488 * gdb.base/float128.c: New file.
7489 * gdb.base/float128.exp: Likewise.
7490 * gdb.base/floatn.c: Likewise.
7491 * gdb.base/floatn.exp: Likewise.
7492
7493 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7494
7495 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7496
7497 2016-09-05 Pedro Alves <palves@redhat.com>
7498
7499 PR backtrace/19927
7500 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7501 unwinders are immediately called as side effect of "source" or
7502 "disable unwinder" commands.
7503 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7504
7505 2016-09-02 Yao Qi <yao.qi@linaro.org>
7506
7507 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7508 is true and $type is "float" or "double".
7509
7510 2016-09-02 Yao Qi <yao.qi@linaro.org>
7511
7512 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7513 true.
7514 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7515 * gdb.base/call-rt-st.exp: Likewise.
7516 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7517 return value instead of gdb,skip_float_test.
7518 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7519 (do_function_calls): Use its return value instead of
7520 gdb,skip_float_test.
7521 * gdb.base/finish.exp: Likewise.
7522 * gdb.base/funcargs.exp: Likewise.
7523 * gdb.base/return.exp: Likewise.
7524 * gdb.base/return2.exp: Likewise.
7525 * gdb.base/varargs.exp: Likewise.
7526 * lib/gdb.exp (gdb_skip_float_test): Change it to
7527 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7528
7529 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7530
7531 * gdb.multi/tids.exp: Test "thread apply all".
7532
7533 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7534
7535 * gdb.base/default.exp (tty): Remove.
7536
7537 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7538
7539 * gdb.python/py-recurse-unwind.c: New file.
7540 * gdb.python/py-recurse-unwind.py: New file.
7541 * gdb.python/py-recurse-unwind.exp: New file.
7542
7543 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7544
7545 * gdb.base/set-inferior-tty.exp: New file.
7546 * gdb.base/set-inferior-tty.c: New file.
7547
7548 2016-08-23 Pedro Alves <palves@redhat.com>
7549
7550 PR gdb/20494
7551 * gdb.base/new-ui-echo.c: New file.
7552 * gdb.base/new-ui-echo.exp: New file.
7553
7554 2016-08-23 Yao Qi <yao.qi@linaro.org>
7555
7556 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7557 gdbserver_spawn.
7558 * gdb.server/connect-without-multi-process.exp (do_test):
7559 Likewise.
7560
7561 2016-08-23 Yao Qi <yao.qi@linaro.org>
7562
7563 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7564 standalone_txt. Delete gdb_txt and standalone_txt on host
7565 and target. Spawn the binary on target. Copy files from
7566 target to host.
7567
7568 2016-08-22 Pedro Alves <palves@redhat.com>
7569
7570 PR gdb/20505
7571 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7572 with_test_prefix. Factor out bits to ...
7573 (test_no_vdso): ... this new procedure.
7574
7575 2016-08-19 Carl Love <cel@us.ibm.com>
7576
7577 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7578 maintaining separate logic for constructing the output path.
7579 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7580 * gdb.arch/ppc-dfp.exp: Likewise.
7581 * gdb.arch/ppc-fp.exp: Likewise.
7582 * gdb.arch/vsx-regs.exp: Likewise.
7583 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7584 binprefix for generating the additional binary files.
7585
7586 2016-08-19 Pedro Alves <palves@redhat.com>
7587
7588 * gdb.trace/mi-trace-frame-collected.exp
7589 (test_trace_frame_collected): On x32, expect two registers.
7590
7591 2016-08-18 Carl Love <cel@us.ibm.com>
7592
7593 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7594 and sync up the test with tests in gas/testsuite/gas/ppc.
7595 * gdb.arch/powerpc-power.exp: Likewise.
7596
7597 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7598
7599 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7600 expected error message.
7601
7602 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7603
7604 * gdb.multi/remove-inferiors.exp: New file.
7605 * gdb.multi/remove-inferiors.c: New file.
7606
7607 2016-08-12 Yao Qi <yao.qi@linaro.org>
7608
7609 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7610 argument list.
7611
7612 2016-08-10 Pedro Alves <palves@redhat.com>
7613
7614 PR gdb/19187
7615 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7616 setup_kfails.
7617
7618 2016-08-09 Pedro Alves <palves@redhat.com>
7619 Simon Marchi <simon.marchi@ericsson.com>
7620
7621 PR gdb/20418
7622 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7623 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7624
7625 2016-08-09 Pedro Alves <palves@redhat.com>
7626
7627 PR mi/20431
7628 * gdb.mi/mi-cmd-error.exp: New file.
7629
7630 2016-08-09 Pedro Alves <palves@redhat.com>
7631
7632 PR gdb/18653
7633 * gdb.base/signals-state-child.c: New file.
7634 * gdb.base/signals-state-child.exp: New file.
7635 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7636
7637 2016-08-09 Pedro Alves <palves@redhat.com>
7638
7639 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7640
7641 2016-08-03 Tom Tromey <tom@tromey.com>
7642
7643 PR python/18565:
7644 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7645
7646 2016-08-01 Yao Qi <yao.qi@linaro.org>
7647
7648 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7649 variable mode to "multi-process" if $multi_process is 1, otherwise
7650 set it to "single-process".
7651
7652 2016-08-01 Yao Qi <yao.qi@linaro.org>
7653
7654 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7655 * gdb.cp/cpexprs.exp: Likewise.
7656 * gdb.cp/m-static.exp: Likewise.
7657
7658 2016-07-26 Tom Tromey <tom@tromey.com>
7659
7660 PR python/20190:
7661 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7662 test.
7663
7664 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7665
7666 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7667 selecting assembly source files.
7668 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7669 assembly source files.
7670 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7671 assembly source files.
7672 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7673 selecting assembly source files.
7674
7675 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7676
7677 * gdb.base/new-ui.exp (do_test_invalid_args): New
7678 procedure.
7679
7680 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7681
7682 * gdb.btrace/reconnect.c: New file.
7683 * gdb.btrace/reconnect.exp: New file.
7684
7685 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7686
7687 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7688 to test_catch_syscall_group.
7689 (test_catch_syscall_group): New.
7690
7691 2016-07-21 Tom Tromey <tom@tromey.com>
7692
7693 * gdb.rust/simple.rs (main): Use empty struct expression.
7694 * gdb.rust/simple.exp: Add tests for empty struct expression.
7695
7696 2016-07-21 Yao Qi <yao.qi@linaro.org>
7697
7698 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7699 if gdb_skip_xml_test is true on some targets.
7700
7701 2016-07-21 Yao Qi <yao.qi@linaro.org>
7702
7703 * gdb.server/solib-list.exp: Unset last_loaded_file.
7704
7705 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7706
7707 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7708 "step into captured_main (args)".
7709
7710 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7711
7712 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7713
7714 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7715
7716 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7717
7718 2016-07-19 Pedro Alves <palves@redhat.com>
7719
7720 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7721 * gdb.opt/inline-bt.exp: Likewise.
7722 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7723 additional_flags=-Winline.
7724 * gdb.opt/inline-locals.exp: Likewise.
7725 * gdb.opt/inline-markers.c (ATTR): Define.
7726 (inlined_fn): Use it.
7727
7728 2016-07-19 Yao Qi <yao.qi@linaro.org>
7729
7730 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7731 (test_with_self): Remove some code. Remove argument executable.
7732 (top-level): Use do_self_tests.
7733
7734 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7735 Don Breazeal <donb@codesourcery.com>
7736
7737 * gdb.base/maint.exp: Escape paths used in regular expressions.
7738 * gdb.stabs/weird.exp: Likewise.
7739
7740 2016-07-13 Tom Tromey <tom@tromey.com>
7741
7742 PR python/15620, PR python/18620:
7743 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7744 (test_bkpt_events): New procs.
7745
7746 2016-07-13 Tom Tromey <tom@tromey.com>
7747
7748 PR python/17698:
7749 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7750 test.
7751 (test_watchpoints): Likewise.
7752 (test_bkpt_pending): New proc.
7753
7754 2016-07-13 Tom Tromey <tom@tromey.com>
7755
7756 PR cli/18053:
7757 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7758 completion test.
7759
7760 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7761
7762 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7763 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7764 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7765 f_label.
7766 (g): Rename g_end_lbl to g_label.
7767 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7768 low_pc and high_pc.
7769 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7770
7771 2016-07-12 Tom Tromey <tom@tromey.com>
7772
7773 PR python/19293:
7774 * gdb.python/py-unwind-maint.exp: Update tests.
7775
7776 2016-07-12 Yao Qi <yao.qi@linaro.org>
7777
7778 * lib/selftest-support.exp (selftest_setup): Match the output
7779 when captured_main is inlined.
7780
7781 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7782
7783 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7784 New variables.
7785 (print this%a, print this%b, print this): New tests.
7786 * gdb.fortran/derived-types.f90 (this): New object and
7787 initialization.
7788
7789 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7790
7791 * gdb.ada/arraydim.exp: Remove extra directory level in build
7792 directory.
7793
7794 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7795
7796 * lib/ada.exp: Remove extra directory level in build directory.
7797 * gdb.ada/cond_lang.exp: Likewise.
7798 * gdb.ada/exec_changed.exp: Likewise.
7799 * gdb.ada/lang_switch.exp: Likewise.
7800
7801 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7802
7803 * simple.rs: Add test for raw pointer subscripting.
7804 * simple.exp: Add test expectations.
7805
7806 2016-07-05 Yao Qi <yao.qi@linaro.org>
7807
7808 * gdb.mi/mi-reverse.exp: Match =record-started output.
7809
7810 2016-07-01 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7813 procedure.
7814 (jit_reader_test): Test the jit reader's unwinder.
7815 * gdb.base/jithost.c (jit_function_00_code): New global.
7816 (main): Use memcpy to fill in the mmapped code, instead of poking
7817 bytes manually here.
7818 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7819 value.
7820 (read_debug_info): Save the function's range.
7821 (read_sp): New function.
7822 (unwind_frame): Use it. Also unwind RBP.
7823 (get_frame_id): Use read_sp.
7824 (gdb_init_reader): Use calloc instead of malloc.
7825 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7826 parameter. Use gdb_test_multiple.
7827
7828 2016-07-01 Pedro Alves <palves@redhat.com>
7829 Antoine Tremblay <antoine.tremblay@ericsson.com>
7830
7831 * gdb.threads/process-dies-while-detaching.c: New file.
7832 * gdb.threads/process-dies-while-detaching.exp: New file.
7833
7834 2016-07-01 Pedro Alves <palves@redhat.com>
7835
7836 * gdb.multi/watchpoint-multi-exit.c: New file.
7837 * gdb.multi/watchpoint-multi-exit.exp: New file.
7838
7839 2016-06-30 Pedro Alves <palves@redhat.com>
7840
7841 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7842 unset inferior_spawn_id.
7843
7844 2016-06-30 Pedro Alves <palves@redhat.com>
7845
7846 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7847 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7848
7849 2016-06-29 Yao Qi <yao.qi@linaro.org>
7850
7851 * gdb.base/return.c: Add copyright header.
7852
7853 2016-06-29 Tom Tromey <tom@tromey.com>
7854
7855 PR python/20129:
7856 * gdb.python/py-framefilter.exp: Add tests for setting priority
7857 and disabling of non-existent frame filter.
7858
7859 2016-06-29 Yao Qi <yao.qi@linaro.org>
7860
7861 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7862 0x0f07ff.
7863
7864 2016-06-28 Yao Qi <yao.qi@linaro.org>
7865
7866 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7867 triplets. Start gdb, execute catch syscall, and continue. Check
7868 gdb's output to determine catch syscall is supported.
7869
7870 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7871
7872 * gdb.rust/simple.rs: Add test for returning unit in a function.
7873 * gdb.rust/simple.exp: Add expectation for functions returning
7874 unit.
7875
7876 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7877
7878 * gdb.python/py-breakpoint-create-fail.c,
7879 gdb.python/py-breakpoint-create-fail.exp,
7880 gdb.python/py-breakpoint-create-fail.py: New testcase.
7881
7882 2016-06-25 Manish Goregaokar <manish@mozilla.com>
7883
7884 PR gdb/20239
7885 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7886 * gdb.rust/simple.exp: Add test expectations for new NonZero
7887 tests.
7888
7889 2016-06-24 David Taylor <dtaylor@emc.com>
7890
7891 * gdb.base/offsets.exp: New file.
7892 * gdb.base/offsets.c: New file.
7893
7894 2016-06-23 Tom Tromey <tom@tromey.com>
7895
7896 PR gdb/16483:
7897 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7898 before any filters are loaded.
7899
7900 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7901
7902 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7903 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7904 structs.
7905 * gdb.fortran/derived-type-function.exp: New file.
7906 * gdb.fortran/derived-type-function.f90: New file.
7907
7908
7909 2016-06-21 Pedro Alves <palves@redhat.com>
7910
7911 * gdb.base/new-ui.exp: New file.
7912 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7913 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7914 (with_spawn_id): New procedure.
7915
7916 2016-06-21 Pedro Alves <palves@redhat.com>
7917
7918 * gdb.mi/mi-exec-run.exp: New file.
7919
7920 2016-06-21 Pedro Alves <palves@redhat.com>
7921
7922 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7923 breakpoint command's output on the main UI.
7924 (test_break): New procedure, factored out from calls in the top
7925 level.
7926 (top level): Use foreach_with_prefix to test MI as main UI and as
7927 separate UI.
7928
7929 2016-06-21 Pedro Alves <palves@redhat.com>
7930
7931 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7932 (test_awatch_creation_and_listing)
7933 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7934 Remove 'type' parameter.
7935 (test_watchpoint_all): New parameter mi_mode. Remove
7936 with_test_prefix.
7937 (top level): Use foreach_with_prefix, and add main/separate UI MI
7938 testing axis.
7939
7940 2016-06-21 Pedro Alves <palves@redhat.com>
7941
7942 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7943 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7944 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7945 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7946 (gdb_main_spawn_id, mi_spawn_id): Declare and
7947 comment.
7948 (mi_create_inferior_pty): New procedure,
7949 factored out from default_mi_gdb_start.
7950 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7951 procedures.
7952 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7953 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7954 Use mi_create_inferior_pty.
7955 (mi_gdb_start): Use eval to pass down args list.
7956
7957 2016-06-21 Pedro Alves <palves@redhat.com>
7958
7959 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7960 * gdb.opt/inline-cmds.exp: Add MI tests.
7961
7962 2016-06-21 Pedro Alves <palves@redhat.com>
7963
7964 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7965
7966 2016-06-21 Pedro Alves <palves@redhat.com>
7967
7968 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7969 (top level): Use it instead of mi_execute_to.
7970
7971 2016-06-21 Pedro Alves <palves@redhat.com>
7972
7973 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7974 (cont_handler_str): New.
7975 (signal_stop_handler): Set stop_handler_str instead of printing to
7976 stdout.
7977 (continue_handler): Set cont_handler_str instead of printing to
7978 stdout.
7979 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7980 mi_send_resuming_command. Print stop_handler_str and
7981 cont_handler_str instead of expecting the python events print
7982 directly.
7983
7984 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7985
7986 * gdb.base/jit-reader.exp: New file.
7987 * gdb.base/jithost.c: New file.
7988 * gdb.base/jithost.h: New file.
7989 * gdb.base/jitreader.c : New file.
7990 * gdb.base/jit-protocol.h: New file.
7991
7992 2016-06-17 Yao Qi <yao.qi@linaro.org>
7993
7994 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7995 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7996 and detach-on-fork. Adjust tests.
7997 (top level): Invoke break_cond_on_syscall with combinations of
7998 syscall, follow-fork-mode and detach-on-fork.
7999
8000 2016-06-17 Yao Qi <yao.qi@linaro.org>
8001
8002 * gdb.base/step-over-exit.c: New.
8003 * gdb.base/step-over-exit.exp: New.
8004
8005 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8006
8007 * gdb.base/float.exp: Add target check for nds32*-*-*.
8008 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8009
8010 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8011
8012 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8013 for unsupported target features.
8014 * gdb.base/call-rt-st.exp: Likewise.
8015 * gdb.base/call-sc.exp: Likewise.
8016 * gdb.base/call-signal-resume.exp: Likewise.
8017 * gdb.base/call-strs.exp: Likewise.
8018 * gdb.base/callexit.exp: Likewise.
8019 * gdb.base/callfuncs.exp: Likewise.
8020 * gdb.base/nodebug.exp: Likewise.
8021 * gdb.base/printcmds.exp: Likewise.
8022 * gdb.base/ptype.exp: Likewise.
8023 * gdb.base/structs.exp: Likewise.
8024 * gdb.base/unwindonsignal.exp: Likewise.
8025 * gdb.cp/gdb2495.exp: Likewise.
8026 * gdb.cp/templates.exp: Likewise.
8027 * gdb.cp/virtfunc.exp: Likewise.
8028 * gdb.threads/hand-call-in-threads.exp: Likewise.
8029 * gdb.threads/interrupted-hand-call.exp: Likewise.
8030 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8031
8032 2016-06-10 Tom Tromey <tom@tromey.com>
8033
8034 PR rust/20110:
8035 * gdb.rust/expr.exp: Add test for integer constant larger than
8036 i32.
8037
8038 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8039
8040 * gdb.fortran/nested-funcs.exp: New.
8041 * gdb.fortran/nested-funcs.f90: New.
8042
8043 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8044
8045 * gdb.base/examine-backward.c: New file.
8046 * gdb.base/examine-backward.exp: New file.
8047
8048 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8049
8050 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8051 matching.
8052
8053 2016-06-02 Tom Tromey <tom@tromey.com>
8054
8055 PR python/18984:
8056 * gdb.python/py-shared.exp: Add solib_name test.
8057
8058 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8059
8060 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8061
8062 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8063
8064 PR c++/19893
8065 * gdb.dwarf2/implref.exp: Rename to...
8066 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8067 * gdb.dwarf2/implref-array.c: New file.
8068 * gdb.dwarf2/implref-array.exp: Likewise.
8069 * gdb.dwarf2/implref-global.c: Likewise.
8070 * gdb.dwarf2/implref-global.exp: Likewise.
8071 * gdb.dwarf2/implref-struct.c: Likewise.
8072 * gdb.dwarf2/implref-struct.exp: Likewise.
8073
8074 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8075
8076 * gdb.trace/trace-condition.exp: Add 64bit tests.
8077
8078 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8079
8080 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8081 bits types.
8082 (main): Adapt to 8 to 64 bits types.
8083 * gdb.trace/trace-condition.exp: Add new tests.
8084
8085 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8086
8087 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8088
8089 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8090
8091 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8092 Move condition tests...
8093 * gdb.trace/trace-condition.exp: Here.
8094
8095 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8096
8097 * gdb.trace/trace-condition.exp: Add counter-case tests.
8098
8099 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8100
8101 PR c++/15231
8102 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8103 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8104
8105 2016-05-27 Pedro Alves <palves@redhat.com>
8106
8107 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8108 New procedure.
8109 (top level): Call it, and bail out of DejaGnu is known to be bad.
8110
8111 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8112
8113 * gdb.base/whatis.c: Extend the test case.
8114 * gdb.base/whatis.exp: Add additional tests.
8115
8116 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8117
8118 * gdb.fortran/type.f90: Add pointer variable.
8119 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8120
8121 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8122
8123 * gdb.fortran/vla-type.exp: Fix testcase name.
8124
8125 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8126
8127 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8128
8129 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8130
8131 * gdb.fortran/type.f90: Add nested structures.
8132 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8133 * gdb.fortran/derived-type.exp: Adapt expected output.
8134 * gdb.fortran/vla-type.exp: Adapt expected output.
8135
8136 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8137
8138 * gdb.fortran/whatis_type.exp: Adapt expected output.
8139
8140 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8141
8142 * gdb.fortran/print_type.exp: Fix expected output.
8143 * gdb.fortran/whatis_type.exp: Fix expected output.
8144
8145 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8146
8147 * gdb.fortran/whatis_type.exp: Use multi_line.
8148
8149 2016-05-24 Tom Tromey <tom@tromey.com>
8150
8151 PR python/17386:
8152 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8153 use value as an index.
8154
8155 2016-05-23 Tom Tromey <tom@tromey.com>
8156
8157 PR python/17981:
8158 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8159 no-breakpoint case.
8160
8161 2016-05-24 Pedro Alves <palves@redhat.com>
8162
8163 PR gdb/19828
8164 * gdb.threads/clone-attach-detach.c: New file.
8165 * gdb.threads/clone-attach-detach.exp: New file.
8166
8167 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8168
8169 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8170
8171 2016-05-23 Tom Tromey <tom@tromey.com>
8172
8173 PR python/19438, PR python/18393:
8174 * gdb.python/py-progspace.exp: Add "dir" test.
8175 * gdb.python/py-objfile.exp: Add "dir" test.
8176
8177 2016-05-23 Yao Qi <yao.qi@linaro.org>
8178
8179 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8180 * gdb.arch/thumb2-it.exp: Likewise.
8181
8182 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8183
8184 * gdb.mi/mi-threads-interrupt.c: New file.
8185 * gdb.mi/mi-threads-interrupt.exp: New file.
8186
8187 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8188
8189 PR gdb/18077
8190 * gdb.mi/mi-async-run.exp: New file.
8191 * gdb.mi/mi-async-run.c: New file.
8192
8193 2016-05-17 Tom Tromey <tom@tromey.com>
8194 Manish Goregaokar <manishsmail@gmail.com>
8195
8196 * lib/rust-support.exp: New file.
8197 * lib/gdb.exp (skip_rust_tests): New proc.
8198 (build_executable_from_specs): Handle rust.
8199 * lib/future.exp (gdb_find_rustc): New proc.
8200 (gdb_default_target_compile): Handle rust.
8201 * gdb.rust/expr.exp: New file.
8202 * gdb.rust/generics.exp: New file.
8203 * gdb.rust/generics.rs: New file.
8204 * gdb.rust/methods.exp: New file.
8205 * gdb.rust/methods.rs: New file.
8206 * gdb.rust/modules.exp: New file.
8207 * gdb.rust/modules.rs: New file.
8208 * gdb.rust/simple.exp: New file.
8209 * gdb.rust/simple.rs: New file.
8210
8211 2016-05-17 Tom Tromey <tom@tromey.com>
8212
8213 * gdb.base/default.exp (set language): Add rust.
8214
8215 2016-05-17 Tom Tromey <tom@tromey.com>
8216
8217 * gdb.gdb/unittest.exp: New file.
8218
8219 2016-05-16 Yao Qi <yao.qi@linaro.org>
8220
8221 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8222 shell_prompt. Update shell_prompt_re.
8223
8224 2016-05-12 Doug Evans <dje@google.com>
8225
8226 PR symtab/19999
8227 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8228 $options when building executable.
8229 * gdb.dwarf2/fission-loclists-pie.S: New file.
8230 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8231
8232 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8233
8234 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8235 of [is_remote target],
8236
8237 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8238
8239 * lib/gdb.exp (use_gdb_stub): New procedure.
8240
8241 2016-05-03 Yunlian Jiang <yunlian@google.com>
8242 Doug Evans <dje@google.com>
8243
8244 PR symtab/19914
8245 * gdb.dwarf2/dwp-sepdebug.c: New file.
8246 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8247
8248 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8249
8250 * gdb.base/detach.exp: Remove is_remote check.
8251
8252 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8253
8254 * gdb.base/annota-input-while-running.exp: Don't check for
8255 [is_remote target]. Enable annotations after running to main.
8256 Remove unused "set test..." line.
8257
8258 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8259
8260 * gdb.trace/trace-enable-disable.exp: New file.
8261 * gdb.trace/trace-enable-disable.c: New file.
8262
8263 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8264
8265 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8266 use it in info sharedlibrary test.
8267 * gdb.trace/ftrace-lock.exp: Likewise.
8268 * gdb.trace/ftrace.exp: Likewise.
8269 * gdb.trace/range-stepping.exp: Likewise.
8270 * gdb.trace/trace-break.exp: Likewise.
8271 * gdb.trace/trace-condition.exp: Likewise.
8272 * gdb.trace/trace-mt.exp: Likewise.
8273
8274 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8275
8276 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8277 (gdb_load_shlib): ... this.
8278 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8279 gdb_load_shlib.
8280 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8281 * gdb.base/ctxobj.exp: Likewise.
8282 * gdb.base/dprintf-pending.exp: Likewise.
8283 * gdb.base/dso2dso.exp: Likewise.
8284 * gdb.base/fixsection.exp: Likewise.
8285 * gdb.base/gcore-relro.exp: Likewise.
8286 * gdb.base/gdb1555.exp: Likewise.
8287 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8288 * gdb.base/gnu-ifunc.exp: Likewise.
8289 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8290 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8291 * gdb.base/pending.exp: Likewise.
8292 * gdb.base/print-file-var.exp: Likewise.
8293 * gdb.base/print-symbol-loading.exp: Likewise.
8294 * gdb.base/shlib-call.exp: Likewise.
8295 * gdb.base/shreloc.exp: Likewise.
8296 * gdb.base/so-impl-ld.exp: Likewise.
8297 * gdb.base/solib-disc.exp: Likewise.
8298 * gdb.base/solib-nodir.exp: Likewise.
8299 * gdb.base/solib-overlap.exp: Likewise.
8300 * gdb.base/solib-symbol.exp: Likewise.
8301 * gdb.base/solib-weak.exp (do_test): Likewise.
8302 * gdb.base/sym-file.exp: Likewise.
8303 * gdb.base/symtab-search-order.exp: Likewise.
8304 * gdb.base/type-opaque.exp: Likewise.
8305 * gdb.base/unload.exp: Likewise.
8306 * gdb.base/watchpoint-solib.exp: Likewise.
8307 * gdb.compile/compile.exp: Likewise.
8308 * gdb.cp/gdb2384.exp: Likewise.
8309 * gdb.cp/infcall-dlopen.exp: Likewise.
8310 * gdb.cp/re-set-overloaded.exp: Likewise.
8311 * gdb.fortran/library-module.exp: Likewise.
8312 * gdb.opt/solib-intra-step.exp: Likewise.
8313 * gdb.python/py-finish-breakpoint.exp: Likewise.
8314 * gdb.python/py-shared.exp: Likewise.
8315 * gdb.reverse/solib-precsave.exp: Likewise.
8316 * gdb.reverse/solib-reverse.exp: Likewise.
8317 * gdb.server/solib-list.exp: Likewise.
8318 * gdb.threads/dlopen-libpthread.exp: Likewise.
8319 * gdb.threads/tls-shared.exp: Likewise.
8320 * gdb.threads/tls-so_extern.exp: Likewise.
8321 * gdb.trace/change-loc.exp: Likewise.
8322 * gdb.trace/ftrace-lock.exp: Likewise.
8323 * gdb.trace/ftrace.exp: Likewise.
8324 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8325 * gdb.trace/pending.exp: Likewise.
8326 * gdb.trace/range-stepping.exp: Likewise.
8327 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8328 (strace_info_marker): Likewise.
8329 (strace_probe_marker): Likewise.
8330 (strace_trace_on_same_addr): Likewise.
8331 (strace_trace_on_diff_addr): Likewise.
8332 * gdb.trace/trace-break.exp: Likewise.
8333 * gdb.trace/trace-condition.exp: Likewise.
8334 * gdb.trace/trace-mt.exp: Likewise.
8335
8336 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8337
8338 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8339 result of gdb_remote_download.
8340 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8341 * gdb.base/dso2dso.exp: Likewise.
8342 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8343 * gdb.base/print-file-var.exp: Likewise.
8344 * gdb.base/shlib-call.exp: Likewise.
8345 * gdb.base/shreloc.exp: Likewise.
8346 * gdb.base/solib-overlap.exp: Likewise.
8347 * gdb.base/solib-weak.exp (do_test): Likewise.
8348 * gdb.base/unload.exp: Likewise.
8349
8350 2016-04-27 Yao Qi <yao.qi@linaro.org>
8351
8352 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8353 exists.
8354
8355 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8356
8357 * vla-type.exp: Print structure from toplevel.
8358
8359 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8360
8361 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8362 of dynamic types.
8363 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8364 of dynamic types.
8365
8366 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8367
8368 * gdb.fortran/vla-type.f90: New file.
8369 * gdb.fortran/vla-type.exp: New file.
8370
8371 2016-04-25 Yao Qi <yao.qi@linaro.org>
8372
8373 * gdb.base/branch-to-self.c: New file.
8374 * gdb.base/branch-to-self.exp: New file.
8375
8376 2016-04-22 Yao Qi <yao.qi@linaro.org>
8377
8378 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8379 more after $hex.
8380
8381 2016-04-22 Yao Qi <yao.qi@linaro.org>
8382
8383 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8384 * gdb.base/annota3.exp: Likewise.
8385
8386 2016-04-22 Yao Qi <yao.qi@linaro.org>
8387
8388 * gdb.reverse/step-precsave.exp: Do one step and test program
8389 stops in "callee" and do multiple steps until program goes out
8390 of "callee".
8391 * gdb.reverse/step-reverse.exp: Likewise.
8392
8393 2016-04-22 Yao Qi <yao.qi@linaro.org>
8394
8395 * gdb.trace/signal.exp: Also pass if
8396 $tracepoint_hits($i) > $iterations.
8397
8398 2016-04-22 Yao Qi <yao.qi@linaro.org>
8399
8400 * gdb.trace/signal.c: New file.
8401 * gdb.trace/signal.exp: New file.
8402
8403 2016-04-19 Doug Evans <xdje42@gmail.com>
8404
8405 * gdb.base/bad-file.exp: New file.
8406
8407 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8408
8409 * gdb.dwarf2/implref.exp: New file.
8410
8411 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8412
8413 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8414 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8415 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8416 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8417 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8418 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8419 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8420 * lib/fortran.exp (fortran_int4): New procedure.
8421 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8422 (fortran_logical4): Likewise.
8423
8424 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8425
8426 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8427
8428 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8429
8430 * lib/compiler.c: Add Intel specific preprocessor macros.
8431 * lib/compiler.cc: Likewise.
8432
8433 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8434
8435 * gdb.server/connect-with-no-symbol-file.c: New file.
8436 * gdb.server/connect-with-no-symbol-file.exp: New file.
8437
8438 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8439
8440 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8441
8442 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8443
8444 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8445 standard output directory.
8446
8447 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8448
8449 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8450
8451 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8452
8453 * gdb.btrace/instruction_history.c (loop): Add declaration.
8454
8455 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8456
8457 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8458
8459 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8460
8461 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8462 parentheses to print.
8463 (continue_handler): Likewise.
8464
8465 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8466
8467 * gdb.server/solib-list.exp: Remove is_remote check.
8468 Pass shlib= to gdb_compile. Don't link shared library with
8469 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8470 Run binary filename through "readlink -f" on the target.
8471
8472 2016-04-08 Pedro Alves <palves@redhat.com>
8473
8474 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8475 interpreter filename as argument to gdbserver_spawn.
8476 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8477 Return empty if $last_loaded_file does not exist.
8478
8479 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8480
8481 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8482 * gdb.base/jit-main.c: Use exit after usage.
8483
8484 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8485
8486 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8487 GDBHISTSIZE prior to the tests.
8488 * gdb.base/gdbinit-history.exp: Likewise.
8489
8490 2016-04-07 Pedro Alves <palves@redhat.com>
8491
8492 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8493 instead of build_executable. Use gdb_load_shlibs.
8494
8495 2016-04-07 Yao Qi <yao.qi@linaro.org>
8496
8497 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8498 Execute "si" command.
8499
8500 2016-04-07 Yao Qi <yao.qi@linaro.org>
8501
8502 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8503 number instead of the comments on some line.
8504
8505 2016-04-06 Don Breazeal <donb@codesourcery.com>
8506
8507 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8508 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8509
8510 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8511
8512 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8513 standard_output_file. Remove unused binfile variable.
8514
8515 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8516
8517 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8518 * gdb.python/py-mi-objfile.exp: Match "list main" output
8519 in console format.
8520
8521 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8522
8523 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8524 absolute.
8525
8526 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8527
8528 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8529 absolute.
8530 * gdb.trace/ftrace.exp: Likewise.
8531 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8532 targets as well.
8533 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8534 (gdb_load_shlibs): Copy libraries to test directory when testing
8535 natively. Only set solib-search-path if testing remotely.
8536 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8537
8538 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8539
8540 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8541 gdb_download. Use it even if the target is not remote.
8542 * gdb.base/jit.exp (compile_jit_test): Likewise.
8543 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8544 output directory if the destination board is local, otherwise use
8545 the standard remote_download from DejaGnu.
8546 (gdb_download): Remove.
8547 (gdb_load_shlibs): Use gdb_remote_download instead of
8548 gdb_download.
8549 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8550 Use gdb_remote_download instead of gdb_download. Use it even if
8551 the target is not remote.
8552 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8553 instead of gdb_download.
8554
8555 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8556
8557 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8558 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8559 run.
8560
8561 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8562
8563 PR gdb/19820
8564 * gdb.base/printcmds.exp: Add artificial arrays tests.
8565
8566 2016-03-31 Pedro Alves <palves@redhat.com>
8567
8568 PR gdb/19858
8569 * gdb.base/jit-main.c: Include unistd.h.
8570 (ATTACH): Define to 0 if not already defined.
8571 (wait_for_gdb, mypid): New globals.
8572 (WAIT_FOR_GDB): New macro.
8573 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8574 some breakpoint locations.
8575 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8576 New procedures.
8577 (one_jit_test): Add REATTACH parameter, and handle it. Use
8578 continue_to_test_location.
8579 (top level): Test attach, and adjusts calls to one_jit_test.
8580
8581 2016-03-31 Pedro Alves <palves@redhat.com>
8582
8583 PR gdb/19858
8584 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8585 BINSUFFIX parameter, and handle it.
8586 (top level): Adjust calls compile_jit_test.
8587
8588 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8589
8590 PR python/19743
8591 * gdb.python/py-mi-events-gdb.py: New file.
8592 * gdb.python/py-mi-events.c: New file.
8593 * gdb.python/py-mi-events.exp: New file.
8594
8595 2016-03-30 Yao Qi <yao.qi@linaro.org>
8596
8597 * gdb.reverse/until-precsave.exp: Match function name only.
8598 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8599 Move malloc to a condition block.
8600 * gdb.reverse/until-reverse.exp: Match function name only.
8601
8602 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8603
8604 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8605 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8606 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8607 variable for GPR 0 instead of assuming it is register 0.
8608 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8609 * lib/trace-support.exp: Add s390 registers.
8610
8611 2016-03-29 Yao Qi <yao.qi@linaro.org>
8612
8613 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8614
8615 2016-03-24 Yao Qi <yao.qi@linaro.org>
8616
8617 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8618 test message.
8619
8620 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8621
8622 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8623 maintaining separate logic for constructing the output path.
8624
8625 2016-03-16 Don Breazeal <donb@codesourcery.com>
8626
8627 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8628 Retry fork and waitpid on interrupted system call errors.
8629 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8630 Use with_timeout_factor to increase timeout by factor of 10.
8631
8632 2016-03-15 Don Breazeal <donb@codesourcery.com>
8633
8634 * gdb.cp/scope-err.cc: New test program.
8635 * gdb.cp/scope-err.exp: New test script.
8636 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8637 lines and "set breakpoint here" comment.
8638 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8639 Fixed some whitespace and format issues.
8640 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8641 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8642
8643 2016-03-15 Doug Evans <dje@google.com>
8644
8645 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8646 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8647 All callers updated. Add tests for enums, mixed flags register.
8648
8649 2016-03-15 Doug Evans <dje@google.com>
8650
8651 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8652 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8653
8654 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8655
8656 * gdb.base/default.exp: Add $_as_string to the list of expected
8657 convenience functions.
8658
8659 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8660
8661 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8662
8663 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8664
8665 * gdb.python/py-as-string.exp: New file.
8666 * gdb.python/py-as-string.c: New file.
8667
8668 2016-03-09 Pedro Alves <palves@redhat.com>
8669
8670 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8671 signal" -> "Thread NN received signal" output change.
8672 * gdb.threads/ia64-sigill.exp: Likewise.
8673 * gdb.threads/linux-dp.exp: Likewise.
8674 * gdb.threads/manythreads.exp: Likewise.
8675 * gdb.threads/pending-step.exp: Likewise.
8676 * gdb.threads/print-threads.exp: Likewise.
8677 * gdb.threads/sigstep-threads.exp: Likewise.
8678 * gdb.threads/staticthreads.exp: Likewise.
8679 * gdb.threads/tls.exp: Likewise.
8680
8681 2016-03-09 Pedro Alves <palves@redhat.com>
8682
8683 * gdb.base/command-line-input.exp: New file.
8684
8685 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8686
8687 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8688 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8689 * gdb.trace/pending.exp: Accept leading dot before function name.
8690 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8691 * lib/trace-support.exp: Set registers for ppc.
8692
8693 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8694
8695 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8696 use it for disassembly; accept .main in addition to main in backtrace.
8697
8698 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8699 Marcin Kościelnicki <koriakin@0x04.net>
8700
8701 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8702 (gdb_recursion_test_ptr): New global variable.
8703 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8704 gdb_recursion_test.
8705 (gdb_c_test): Ditto.
8706
8707 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8708
8709 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8710 ordering.
8711
8712 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8713
8714 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8715 (bar): Add bar_start_lbl label.
8716 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8717 of foo/bar for emitting DWARF and tracing.
8718
8719 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8720
8721 * analyze-racy-logs.py: Set executable bit.
8722
8723 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8724
8725 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8726 (CHECK_TARGET_TMP): Likewise.
8727 (check-single-racy): New rule.
8728 (check-parallel-racy): Likewise.
8729 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8730 (do-check-parallel-racy): New rule.
8731 (check-racy/%.exp): Likewise.
8732 * README (Racy testcases): New section.
8733 * analyze-racy-logs.py: New file.
8734
8735 2016-03-03 Doug Evans <dje@google.com>
8736
8737 * gdb.base/skip.exp: Use with_test_prefix.
8738
8739 2016-03-03 Yao Qi <yao.qi@linaro.org>
8740
8741 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8742 Invoke step_over_syscall "clone" and break_cond_on_syscall
8743 "clone".
8744 * gdb.base/step-over-clone.c: New file.
8745
8746 2016-03-03 Yao Qi <yao.qi@linaro.org>
8747
8748 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8749 code format.
8750
8751 2016-03-03 Yao Qi <yao.qi@linaro.org>
8752
8753 * gdb.base/disp-step-fork.c: Rename to ...
8754 * gdb.base/step-over-fork.c: ... it. New file.
8755 * gdb.base/disp-step-vfork.c: Rename to ...
8756 * gdb.base/step-over-vfork.c: ... it. New file.
8757 * gdb.base/disp-step-syscall.exp: Rename to ...
8758 * gdb.base/step-over-syscall.exp: ... it. New file.
8759 (disp_step_cross_syscall): Rename to ...
8760 (step_over_syscall): ... it.
8761
8762 2016-03-03 Yao Qi <yao.qi@linaro.org>
8763
8764 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8765 If target supports condition evaluation on target, invoke
8766 break_cond_on_syscall for fork and vfork.
8767
8768 2016-03-03 Yao Qi <yao.qi@linaro.org>
8769
8770 * gdb.base/disp-step-syscall.exp: Don't invoke
8771 support_displaced_stepping.
8772 (disp_step_cross_syscall): Test with displaced stepping off and
8773 on if supported.
8774
8775 2016-03-03 Yao Qi <yao.qi@linaro.org>
8776
8777 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8778 proc.
8779 (setup): New proc.
8780 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8781 and setup.
8782
8783 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8784
8785 * gdb.fortran/vla-history.exp: Remove breakpoint.
8786
8787 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8788
8789 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8790 exceeds timeout.
8791
8792 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8793
8794 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8795 breakpoint.
8796
8797 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8798
8799 * gdb.mi/vla.f90: Nullify pointer after declaration.
8800
8801 2016-03-01 Pedro Alves <palves@redhat.com>
8802
8803 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8804
8805 2016-03-01 Pedro Alves <palves@redhat.com>
8806
8807 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8808 before anything else.
8809 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8810 _GNU_SOURCE here.
8811 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8812 before anything else.
8813 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8814
8815 2016-03-01 Pedro Alves <palves@redhat.com>
8816
8817 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8818
8819 2016-03-01 Yao Qi <yao.qi@linaro.org>
8820
8821 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8822 prepare_for_testing.
8823
8824 2016-03-01 Yao Qi <yao.qi@linaro.org>
8825
8826 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8827
8828 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8829
8830 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8831 manually constructing the output path.
8832
8833 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8834
8835 * gdb.arch/s390-stackless.S: New.
8836 * gdb.arch/s390-stackless.exp: New.
8837
8838 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8839
8840 * gdb.dlang/circular.c: New file.
8841 * gdb.dlang/circular.exp: New file.
8842
8843 2016-02-26 Yao Qi <yao.qi@linaro.org>
8844
8845 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8846 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8847 (testcases): Update.
8848
8849 2016-02-26 Yao Qi <yao.qi@linaro.org>
8850
8851 * gdb.reverse/aarch64.c: Rename to ...
8852 * gdb.reverse/insn-reverse.c: ... it.
8853 * gdb.reverse/aarch64.exp: Rename to ...
8854 * gdb.reverse/insn-reverse.exp: ... it.
8855
8856 2016-02-26 Yao Qi <yao.qi@linaro.org>
8857
8858 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8859 (testcase_ftype): New.
8860 (testcases): New array.
8861 (n_testcases): New.
8862 (main): Call each element in testcases.
8863 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8864 (read_testcase): New.
8865 Do the tests in a loop.
8866
8867 2016-02-25 Yao Qi <yao.qi@linaro.org>
8868
8869 * gdb.base/branches.c: Remove.
8870
8871 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8872
8873 PR gdb/13808
8874 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8875
8876 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8877
8878 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8879
8880 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8881
8882 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8883 change x86_64 call_insn to 'callq'.
8884
8885 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8886
8887 * gdb.trace/tfile-avx.c: Move to...
8888 * gdb.trace/tracefile-pseudo-reg.c: Here.
8889 * gdb.trace/tfile-avx.exp: Move to...
8890 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8891
8892 2016-02-24 Gary Benson <gbenson@redhat.com>
8893
8894 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8895 message on attach.
8896
8897 2016-02-23 Doug Evans <dje@google.com>
8898
8899 * gdb.base/skip.c (test_skip): New function.
8900 (end_test_skip_file_and_function): New function.
8901 (test_skip_file_and_function): New function.
8902 * gdb.base/skip1.c (test_skip): New function.
8903 (skip1_test_skip_file_and_function): New function.
8904 * gdb.base/skip.exp: Add tests for new skip options.
8905 * gdb.base/skip-solib.exp: Update expected output.
8906 * gdb.perf/skip-command.cc: New file.
8907 * gdb.perf/skip-command.exp: New file.
8908 * gdb.perf/skip-command.py: New file.
8909
8910 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8911
8912 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8913 info registers pattern.
8914
8915 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8916
8917 * lib/future.exp: Add D support.
8918 (gdb_find_gdc): New proc.
8919 (gdb_default_target_compile): Add D support.
8920
8921 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8922
8923 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8924 user+system time.
8925 (trace_speed_test): Determine the iteration count for a time
8926 between 15..30 seconds.
8927
8928 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8929
8930 * gdb.arch/i386-mpx-sigsegv.c: New file.
8931 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8932 * gdb.arch/i386-mpx-simple_segv.c: New file.
8933 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8934
8935 2016-02-18 Yao Qi <yao.qi@linaro.org>
8936
8937 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8938 Don't call setup_kfail.
8939
8940 2016-02-18 Yao Qi <yao.qi@linaro.org>
8941
8942 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8943 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8944
8945 2016-02-16 Doug Evans <dje@google.com>
8946
8947 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8948 * gdb.base/skip1.c: Ditto.
8949 * gdb.base/skip.exp: Whitespace cleanup.
8950
8951 2016-02-16 Don Breazeal <donb@codesourcery.com>
8952
8953 PR remote/19496
8954 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8955 Remove kfail for PR remote/19496.
8956
8957 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8958
8959 * lib/gdb.exp (standard_temp_file): Return a path specific to
8960 the runtest invocation.
8961
8962 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8963
8964 * gdb.trace/save-trace.exp: Change relative path to be in the
8965 standard output directory.
8966
8967 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8968
8969 * gdb.arch/i386-prologue.c: Add missing prototypes.
8970
8971 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8972
8973 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8974 * gdb.arch/i386-prologue.exp: Likewise.
8975 * gdb.arch/i386-size.exp: Likewise.
8976
8977 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8978
8979 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8980 define object file path.
8981 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8982 file path.
8983 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8984 standard_output_file to define binfile.
8985
8986 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8987
8988 Fix compatibility with recent gfortran-5.3.1.
8989 * gdb.fortran/vla-history.exp (print vla1 allocated)
8990 (print vla2 allocated, print $2, print $3): Remove
8991 (print $4): Rename to ...
8992 (print $2): ... here.
8993 (print $9): Rename to ...
8994 (print $5): ... here.
8995 (print $10): Rename to ...
8996 (print $6): ... here.
8997 * gdb.fortran/vla.f90: Add pvla initialization.
8998
8999 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9000
9001 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9002 New test.
9003 * gdb.fortran/vla-value-sub.exp: Likewise.
9004
9005 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9006
9007 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9008
9009 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9010
9011 * i386-biarch-core.exp: Define corefile using
9012 standard_output_file.
9013
9014 2016-02-12 Yao Qi <yao.qi@linaro.org>
9015
9016 * gdb.arch/arm-single-step-kernel-helper.c: New.
9017 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9018
9019 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9020
9021 * gdb.btrace/tailcall-only.exp: New.
9022 * gdb.btrace/tailcall-only.c: New.
9023 * gdb.btrace/x86_64-tailcall-only.S: New.
9024 * gdb.btrace/i686-tailcall-only.S: New.
9025
9026 2016-02-11 Pedro Alves <palves@redhat.com>
9027
9028 * README (Parallel testing): Add missing double quotes.
9029
9030 2016-02-11 Pedro Alves <palves@redhat.com>
9031
9032 * README (Parallel testing): New section.
9033 (GDB_PARALLEL): Rewrite.
9034 (FORCE_PARALLEL): Document.
9035
9036 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9037
9038 * gdb.trace/tfile-avx.c: New test.
9039 * gdb.trace/tfile-avx.exp: New test.
9040
9041 2016-02-09 Keith Seitz <keiths@redhat.com>
9042
9043 PR breakpoints/19546
9044 * gdb.base/infcall-exec.c: New file.
9045 * gdb.base/infcall-exec2.c: New file.
9046 * gdb.base/infcall-exec.exp: New file.
9047
9048 2016-02-09 Keith Seitz <keiths@redhat.com>
9049
9050 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9051 (toplevel): Call test_bkpt_address.
9052
9053 2016-02-09 Keith Seitz <keiths@redhat.com>
9054
9055 PR python/19506
9056 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9057 (toplevel): Call test_bkpt_address.
9058
9059 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9060
9061 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9062 to AC_OUTPUT.
9063 * configure: Regenerate.
9064
9065 2016-02-09 Pedro Alves <palves@redhat.com>
9066
9067 PR breakpoints/19548
9068 * gdb.base/execl-update-breakpoints.c (some_function): New
9069 function.
9070 (main): Call it.
9071 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9072 Tighten expected GDB output.
9073
9074 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9075
9076 * Makefile.in (ALL_SUBDIRS): Remove.
9077 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9078 (distclean maintainer-clean realclean): Likewise.
9079 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9080 * configure: Regenerate.
9081 * gdb.ada/Makefile.in: Delete.
9082 * gdb.arch/Makefile.in: Likewise.
9083 * gdb.asm/Makefile.in: Likewise.
9084 * gdb.base/Makefile.in: Likewise.
9085 * gdb.btrace/Makefile.in: Likewise.
9086 * gdb.cell/Makefile.in: Likewise.
9087 * gdb.compile/Makefile.in: Likewise.
9088 * gdb.cp/Makefile.in: Likewise.
9089 * gdb.disasm/Makefile.in: Likewise.
9090 * gdb.dlang/Makefile.in: Likewise.
9091 * gdb.dwarf2/Makefile.in: Likewise.
9092 * gdb.fortran/Makefile.in: Likewise.
9093 * gdb.gdb/Makefile.in: Likewise.
9094 * gdb.go/Makefile.in: Likewise.
9095 * gdb.guile/Makefile.in: Likewise.
9096 * gdb.java/Makefile.in: Likewise.
9097 * gdb.linespec/Makefile.in: Likewise.
9098 * gdb.mi/Makefile.in: Likewise.
9099 * gdb.modula2/Makefile.in: Likewise.
9100 * gdb.multi/Makefile.in: Likewise.
9101 * gdb.objc/Makefile.in: Likewise.
9102 * gdb.opencl/Makefile.in: Likewise.
9103 * gdb.opt/Makefile.in: Likewise.
9104 * gdb.pascal/Makefile.in: Likewise.
9105 * gdb.perf/Makefile.in: Likewise.
9106 * gdb.python/Makefile.in: Likewise.
9107 * gdb.reverse/Makefile.in: Likewise.
9108 * gdb.server/Makefile.in: Likewise.
9109 * gdb.stabs/Makefile.in: Likewise.
9110 * gdb.threads/Makefile.in: Likewise.
9111 * gdb.trace/Makefile.in: Likewise.
9112 * gdb.xml/Makefile.in: Likewise.
9113 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9114 GDB_PARALLEL.
9115 (standard_output_file): Remove check for GDB_PARALLEL, always
9116 return path in outputs/$subdir/$testname.
9117
9118 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9119
9120 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9121 (site.exp): Assign abs_srcdir to tcl's srcdir.
9122
9123 2016-02-04 Yao Qi <yao.qi@linaro.org>
9124
9125 * gdb.base/foll-exec-mode.c: Include limits.h.
9126 (main): Add parameters argc and argv. Get directory from
9127 argv[0].
9128 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9129 compilation.
9130 * gdb.base/foll-exec.c: Include limits.h.
9131 (main): Add parameters argc and argv.
9132 Get directory from argv[0].
9133 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9134 Adjust tests on the number of lines as source code changed.
9135 * gdb.base/foll-vfork-exit.c: Include limits.h.
9136 (main): Add one line of statement before vfork.
9137 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9138 (main): Add parameters argc and argv. Get directory from
9139 argv[0].
9140 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9141 (setup_gdb): Set tbreak to skip some source lines.
9142 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9143 (main): Add parameters argc and argv. Get directory from
9144 argv[0].
9145 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9146 compilation.
9147 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9148 (main): Add parameters argc and argv. Get directory from
9149 argv[0].
9150 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9151 compilation.
9152
9153 2016-02-01 Doug Evans <dje@google.com>
9154
9155 * gdb.base/skip.exp: Clean up multiple references to same test name.
9156
9157 2016-02-01 Pedro Alves <palves@redhat.com>
9158
9159 PR remote/19496
9160 * gdb.threads/forking-threads-plus-breakpoint.exp
9161 (displaced_stepping_supported): New global.
9162 (probe_displaced_stepping_support): New procedure.
9163 (do_test): Add 'displaced' parameter, and use it.
9164 (top level): Check for displaced stepping support. Add displaced
9165 stepping on/off testing axis.
9166
9167 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9168
9169 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9170 pointer. Don't perform further tests on the unassociated pointer
9171 if the first test fails.
9172
9173 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9174
9175 * gdb.base/max-value-size.c: New file.
9176 * gdb.base/max-value-size.exp: New file.
9177 * gdb.base/huge.exp: Disable max-value-size for this test.
9178
9179 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9180
9181 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9182
9183 2016-01-28 Yao Qi <yao.qi@linaro.org>
9184
9185 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9186
9187 2016-01-25 Pedro Alves <palves@redhat.com>
9188
9189 PR threads/19461
9190 * gdb.base/fork-running-state.c: New file.
9191 * gdb.base/fork-running-state.exp: New file.
9192
9193 2016-01-25 Pedro Alves <palves@redhat.com>
9194
9195 PR gdb/19494
9196 * gdb.base/catch-fork-kill.c: New file.
9197 * gdb.base/catch-fork-kill.exp: New file.
9198
9199 2016-01-25 Pedro Alves <palves@redhat.com>
9200
9201 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9202 Delete, moved to lib/gdb.exp.
9203 * gdb.threads/forking-threads-plus-breakpoint.exp
9204 (foreach_with_prefix): Likewise.
9205 * gdb.threads/process-dies-while-handling-bp.exp
9206 (foreach_with_prefix): Likewise.
9207 * lib/gdb.exp (foreach_with_prefix): New procedure.
9208
9209 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9210
9211 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9212 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9213
9214 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9215
9216 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9217 endian targets.
9218
9219 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9220 Pedro Alves <palves@redhat.com>
9221
9222 Fix testsuite compatibility with Guile.
9223 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9224 number.
9225
9226 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9227
9228 Fix testsuite compatibility with Guile.
9229 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9230 (thread 1): New test for backtrace through signal handler.
9231
9232 2016-01-22 Yao Qi <yao.qi@linaro.org>
9233
9234 PR testsuite/19491
9235 * gdb.base/multi-forks.c: Include
9236 ../lib/unbuffer_output.c
9237 (main): Call gdb_unbuffer_output.
9238
9239 2016-01-21 Doug Evans <dje@google.com>
9240
9241 * lib/ada.exp (gdb_compile_ada): Fix typo.
9242
9243 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9244
9245 * gdb.base/break-fun-addr.exp: New file.
9246 * gdb.base/break-fun-addr1.c: New file.
9247 * gdb.base/break-fun-addr2.c: New file.
9248
9249 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9250
9251 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9252 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9253 enum flag values.
9254
9255 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9256
9257 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9258 when GDB can not set the vector return value. Add more comments
9259 for clarification.
9260
9261 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9262
9263 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9264 command.
9265
9266 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9267
9268 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9269
9270 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9271
9272 * Makefile.in (check-single): Pass --status to runtest.
9273 (check/%.exp): Likewise.
9274
9275 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9276
9277 * Makefile.in (check-parallel): Propagate return code from make
9278 do-check-parallel.
9279
9280 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9281
9282 * gdb.trace/ftrace.exp: Fix expected message on continue.
9283 * gdb.trace/pending.exp: Fix expected message on continue.
9284 * gdb.trace/trace-break.exp: Fix expected message on continue.
9285
9286 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9287
9288 * lib/gdb.exp (gdb_test): Remove unused global references.
9289
9290 2016-01-18 Pedro Alves <palves@redhat.com>
9291
9292 * gdb.base/async-shell.exp: Adjust expected output.
9293 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9294 * gdb.base/siginfo-thread.exp: Adjust expected output.
9295 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9296 * gdb.java/jnpe.exp: Adjust expected output.
9297 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9298 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9299 * gdb.threads/leader-exit.exp: Adjust expected output.
9300 * gdb.threads/manythreads.exp: Adjust expected output.
9301 * gdb.threads/pthreads.exp: Adjust expected output.
9302 * gdb.threads/schedlock.exp: Adjust expected output.
9303 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9304 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9305 expected output.
9306 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9307 output.
9308 * gdb.threads/sigthread.exp: Adjust expected output.
9309 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9310
9311 2016-01-18 Yao Qi <yao.qi@linaro.org>
9312
9313 * gdb.guile/scm-section-script.c: Replace @progbits with
9314 %progbits.
9315 * gdb.python/py-section-script.c: Likewise.
9316
9317 2016-01-15 Pedro Alves <palves@redhat.com>
9318
9319 * gdb.multi/tids.exp: Test star wildcard ranges.
9320
9321 2016-01-15 Pedro Alves <palves@redhat.com>
9322
9323 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9324 command from "thread apply" invocation.
9325 (thr_apply_info_thr_invalid): Default the expected output to the
9326 input tid list.
9327 (top level): Add tests that use convenience variables. Add tests
9328 for "thread apply" with a valid TID list, but missing the command.
9329
9330 2016-01-13 Pedro Alves <palves@redhat.com>
9331
9332 * gdb.base/default.exp: Expect $_gthread as well.
9333 * gdb.multi/tids.exp: Test $_gthread.
9334 * gdb.threads/thread-specific.exp: Test $_gthread.
9335
9336 2016-01-13 Pedro Alves <palves@redhat.com>
9337
9338 * gdb.multi/tids.exp: Test "info threads -gid".
9339
9340 2016-01-13 Pedro Alves <palves@redhat.com>
9341
9342 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9343 Breakpoint.thread.
9344 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9345
9346 2016-01-07 Pedro Alves <palves@redhat.com>
9347
9348 * gdb.base/break.exp: Adjust to output changes.
9349 * gdb.base/hbreak2.exp: Likewise.
9350 * gdb.base/sepdebug.exp: Likewise.
9351 * gdb.base/watch_thread_num.exp: Likewise.
9352 * gdb.linespec/keywords.exp: Likewise.
9353 * gdb.multi/info-threads.exp: Likewise.
9354 * gdb.threads/thread-find.exp: Likewise.
9355 * gdb.multi/tids.c: New file.
9356 * gdb.multi/tids.exp: New file.
9357
9358 2016-01-13 Pedro Alves <palves@redhat.com>
9359
9360 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9361
9362 2016-01-13 Pedro Alves <palves@redhat.com>
9363
9364 * gdb.base/default.exp: Expect $_inferior as well.
9365 * gdb.multi/base.exp: Test $_inferior.
9366
9367 2016-01-13 Pedro Alves <palves@redhat.com>
9368
9369 PR breakpoints/19388
9370 * gdb.base/catch-signal-siginfo-cond.c: New file.
9371 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9372
9373 2016-01-12 Josh Stone <jistone@redhat.com>
9374 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9375
9376 * gdb.base/catch-syscall.c (do_execve): New variable.
9377 (main): Conditionally trigger an execve.
9378 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9379 (test_catch_syscall_execve): New, check entry/return across execve.
9380 (do_syscall_tests): Call test_catch_syscall_execve.
9381
9382 2016-01-12 Pedro Alves <palves@redhat.com>
9383
9384 * gdb.base/random-signal.exp (do_test): New procedure, with body
9385 of testcase moved in.
9386
9387 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9388 Pedro Alves <palves@redhat.com>
9389
9390 * gdb.base/funcargs.exp (finish from indirectly called function):
9391 Reintroduce the case for 'First'.
9392
9393 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9394 Pedro Alves <palves@redhat.com>
9395
9396 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9397 (tcatch_vfork_then_child_follow_exec)
9398 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9399 identification.
9400
9401 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9402
9403 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9404 and repeats to unlimited.
9405 * gdb.python/py-value.exp: Likewise.
9406 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9407 and repeats to unlimited.
9408
9409 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9410
9411 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9412 and reordering the functions.
9413 * gdb.multi/hangout.c: Likewise.
9414 * gdb.multi/hello.c: Likewise.
9415
9416 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9417
9418 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9419 absolute.
9420 (SingleStatisticTestResult.report): Use dict.keys instead of
9421 dict.iterkeys.
9422
9423 2016-01-06 Pedro Alves <palves@redhat.com>
9424
9425 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9426
9427 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9428
9429 * gdb.btrace/dlopen.exp: New.
9430 * gdb.btrace/dlopen.c: New.
9431 * gdb.btrace/dlopen-dso.c: New.
9432
9433 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9434
9435 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9436 PATTERN argument is optional.
9437
9438 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9439
9440 * lib/ada.exp (target_compile_ada_from_dir): New function.
9441 (gdb_compile_ada): Reimplement avoiding the use of project files.
9442 * gdb.ada/gnat_ada.gpr: Delete.
9443 * gdb.ada/cond_lang.exp: Adjust test to make path before
9444 filename optional.
9445 * gdb.ada/small_reg_param.exp: Likewise.
9446
9447 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9448
9449 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9450
9451 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9452
9453 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9454 case.
9455
9456 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9457
9458 * gdb.base/break.exp: Remove dead code.
9459 * gdb.base/sepdebug.exp: Likewise.
9460
9461 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9462
9463 * gdb.asm/asm-source.exp: Remove HP-UX references.
9464 * gdb.base/annota1.exp: Likewise.
9465 * gdb.base/annota3.exp: Likewise.
9466 * gdb.base/attach.exp: Likewise.
9467 * gdb.base/bigcore.exp: Likewise.
9468 * gdb.base/break.exp: Likewise.
9469 * gdb.base/call-ar-st.exp: Likewise.
9470 * gdb.base/callfuncs.exp: Likewise.
9471 * gdb.base/catch-fork-static.exp: Likewise.
9472 * gdb.base/display.exp: Likewise.
9473 * gdb.base/foll-exec-mode.exp: Likewise.
9474 * gdb.base/foll-exec.exp: Likewise.
9475 * gdb.base/foll-fork.exp: Likewise.
9476 * gdb.base/foll-vfork.exp: Likewise.
9477 * gdb.base/funcargs.exp: Likewise.
9478 * gdb.base/hbreak2.exp: Likewise.
9479 * gdb.base/inferior-died.exp: Likewise.
9480 * gdb.base/interrupt.exp: Likewise.
9481 * gdb.base/multi-forks.exp: Likewise.
9482 * gdb.base/nodebug.exp: Likewise.
9483 * gdb.base/sepdebug.exp: Likewise.
9484 * gdb.base/solib1.c: Likewise.
9485 * gdb.base/step-test.exp: Likewise.
9486 * gdb.mi/non-stop.c: Likewise.
9487 * gdb.mi/pthreads.c: Likewise.
9488 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9489 * gdb.threads/pthreads.c: Likewise.
9490 * gdb.threads/staticthreads.exp: Likewise.
9491 * lib/future.exp: Likewise.
9492 * lib/gdb.exp: Likewise.
9493 * gdb.base/so-indr-cl.c: Remove.
9494 * gdb.base/so-indr-cl.exp: Likewise.
9495 * gdb.base/solib.c: Likewise.
9496 * gdb.base/solib.exp: Likewise.
9497 * gdb.base/solib2.c: Likewise.
9498
9499 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9500
9501 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9502 * gdb.base/call-ar-st.exp: Likewise.
9503 * gdb.base/callfuncs.exp: Likewise.
9504 * gdb.base/condbreak.exp: Likewise.
9505 * gdb.base/constvars.exp: Likewise.
9506 * gdb.base/hbreak2.exp: Likewise.
9507 * gdb.base/langs.exp: Likewise.
9508 * gdb.base/list.exp: Likewise.
9509 * gdb.base/long_long.exp: Likewise.
9510 * gdb.base/ptype.exp: Likewise.
9511 * gdb.base/scope.exp: Likewise.
9512 * gdb.base/signals.exp: Likewise.
9513 * gdb.base/so-impl-ld.exp: Likewise.
9514 * gdb.base/varargs.exp: Likewise.
9515 * gdb.base/volatile.exp: Likewise.
9516 * gdb.base/whatis.exp: Likewise.
9517 * gdb.cp/cplusfuncs.exp: Likewise.
9518 * gdb.cp/inherit.exp: Likewise.
9519 * gdb.cp/local.exp: Likewise.
9520 * gdb.cp/member-ptr.exp: Likewise.
9521 * gdb.cp/method.exp: Likewise.
9522 * gdb.cp/overload.exp: Likewise.
9523 * gdb.cp/templates.exp: Likewise.
9524 * gdb.stabs/weird.exp: Likewise.
9525 * lib/compiler.c: Likewise.
9526 * lib/compiler.cc: Likewise.
9527 * lib/cp-support.exp: Likewise.
9528 * lib/gdb.exp: Likewise.
9529
9530 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9531
9532 * configure.ac: Remove HP-UX case.
9533 * configure: Regenerate.
9534
9535 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9536
9537 * lib/gdb.exp (gdb_compile): Add function doc.
9538
9539 2015-12-17 Pedro Alves <palves@redhat.com>
9540
9541 PR threads/19354
9542 * gdb.multi/info-threads.exp: New file.
9543
9544 2015-12-15 Yao Qi <yao.qi@linaro.org>
9545
9546 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9547 is aarch64*-*-*.
9548
9549 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9550
9551 * gdb.base/history-duplicates.exp: Skip if no readline support.
9552
9553 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9554
9555 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9556
9557 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9558
9559 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9560
9561 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9562
9563 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9564 ctrl-C if nointerrupts target property is set.
9565 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9566 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9567 * gdb.base/paginate-bg-execution.exp: Likewise.
9568 * gdb.base/paginate-execution-startup.exp: Likewise.
9569 * gdb.base/random-signal.exp: Likewise.
9570 * gdb.base/range-stepping.exp: Likewise.
9571 * gdb.cp/annota2.exp: Likewise.
9572 * gdb.cp/annota3.exp: Likewise.
9573 * gdb.gdb/selftest.exp: Likewise.
9574 * gdb.threads/continue-pending-status.exp: Likewise.
9575 * gdb.threads/leader-exit.exp: Likewise.
9576 * gdb.threads/manythreads.exp: Likewise.
9577 * gdb.threads/pthreads.exp: Likewise.
9578 * gdb.threads/schedlock.exp: Likewise.
9579 * gdb.threads/sigthread.exp: Likewise.
9580
9581 2015-12-11 Don Breazeal <donb@codesourcery.com>
9582
9583 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9584 remote.
9585 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9586 * gdb.base/foll-exec.exp (main): Enable for target remote.
9587 * gdb.base/foll-fork.exp (main): Likewise.
9588 * gdb.base/foll-vfork.exp (main): Likewise.
9589 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9590 (proc continue_to_exit_bp_loc): Use clean_restart.
9591 * gdb.base/pie-execl.exp (main): Disable for target remote.
9592 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9593 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9594 * gdb.threads/execl.exp (main): Likewise.
9595 * gdb.threads/fork-child-threads.exp (main): Likewise.
9596 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9597 remote.
9598 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9599 remote.
9600 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9601 pid.tid style ptids, instead of just tid.
9602 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9603 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9604 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9605 ptids, instead of just tid.
9606
9607 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9608
9609 * gdb.base/list.exp (test_list_forward): Add end of file error
9610 test.
9611 (test_repeat_list_command): Add end of file error test.
9612 (test_list_backwards): Add beginning of file error test.
9613
9614 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9615
9616 * gdb.base/list.exp (test_list_invalid_args): New function,
9617 defined, and called.
9618
9619 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9620
9621 * gdb.base/list.exp (test_list): Make test names unique.
9622
9623 2015-12-11 Yao Qi <yao.qi@linaro.org>
9624
9625 * gdb.base/coremaker2.c: Remove.
9626
9627 2015-12-10 Pedro Alves <palves@redhat.com>
9628
9629 * gdb.multi/base.exp: Remove stale "spaces" references.
9630
9631 2015-12-10 Pedro Alves <palves@redhat.com>
9632
9633 * gdb.multi/base.exp: Don't use nowarnings.
9634 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9635 * gdb.multi/hangout.c: Include stdio.h.
9636 * gdb.multi/hello.c: Include stdlib.h.
9637 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9638 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9639 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9640
9641 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9642
9643 * gdb.dwarf2/dw2-ranges-base.c: New file.
9644 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9645 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9646 support additional line table, and debug ranges generation.
9647 (Dwarf::ranges): New function, generate .debug_ranges.
9648 (Dwarf::lines): Support generating simple line table programs.
9649 (Dwarf::assemble): Initialise new namespace variables.
9650
9651 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9652
9653 * gdb.base/async.exp (proc test_background): Add case for
9654 asynchronous execution not supported.
9655
9656 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9657
9658 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9659 format and change test names to make them unique.
9660
9661 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9662 Pedro Alves <pedro@redhat.com>
9663
9664 PR gdb/18702
9665 Add checking of floatformats setup on x86_64 hosts.
9666 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9667 (smallval, bigval): New labels/constants.
9668 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9669 float" after loading bigval and smallval.
9670
9671 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9672
9673 * gdb.ada/fun_overload_menu.exp: New testcase.
9674 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9675
9676 2015-12-04 Josh Stone <jistone@redhat.com>
9677
9678 * gdb.base/catch-fork-static.exp: New.
9679
9680 2015-12-03 Yao Qi <yao.qi@linaro.org>
9681
9682 * gdb.base/sizeof.c: Don't include stdio.h and
9683 ../lib/unbuffer_output.c.
9684 (main): New variable 'size' and 'value'. Remove printf and
9685 gdb_unbuffer_output. Assign return value to size and value.
9686 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9687 at the beginning.
9688 (check_sizeof): Check the result by printing variable 'size'.
9689 (check_valueof): Check the result by printing variable 'value'.
9690
9691 2015-12-01 Yao Qi <yao.qi@linaro.org>
9692
9693 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9694 for aarch64*-*-linux* target.
9695
9696 2015-11-30 Pedro Alves <palves@redhat.com>
9697
9698 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9699
9700 2015-11-30 Pedro Alves <palves@redhat.com>
9701
9702 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9703 Handle non-stop mode vCont replies.
9704
9705 2015-11-30 Pedro Alves <palves@redhat.com>
9706
9707 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9708 prepare_for_testing. Start gdb with "set non-stop on" appended to
9709 GDBFLAGS. Lax expected stop output.
9710
9711 2015-11-27 Yao Qi <yao.qi@linaro.org>
9712
9713 * gdb.arch/arm-neon.exp: New.
9714 * gdb.arch/arm-neon.c: New.
9715
9716 2015-11-27 Yao Qi <yao.qi@linaro.org>
9717
9718 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9719
9720 2015-11-27 Yao Qi <yao.qi@linaro.org>
9721
9722 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9723 frames-invalid annotation.
9724
9725 2015-11-27 Yao Qi <yao.qi@linaro.org>
9726
9727 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9728
9729 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9730
9731 * gdb.threads/names.exp: New file.
9732 * gdb.threads/names.c: New file.
9733 * README: Mention gdb,no_thread_names.
9734
9735 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9736
9737 PR 19297
9738 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9739 support" error.
9740
9741 2015-11-24 Pedro Alves <palves@redhat.com>
9742
9743 PR 17539
9744 * gdb.base/display.exp: Expect displays to be sorted in ascending
9745 order. Use multi_line.
9746 * gdb.base/solib-display.exp: Likewise.
9747
9748 2015-11-24 Pedro Alves <palves@redhat.com>
9749
9750 PR 17539
9751 * gdb.base/display.exp: Expect displays to be sorted in ascending
9752 order. Use multi_line.
9753 * gdb.base/solib-display.exp: Likewise.
9754
9755 2015-11-24 Pedro Alves <palves@redhat.com>
9756
9757 PR 17539
9758 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9759 threads in ascending order.
9760 * gdb.base/foll-fork.exp: Likewise.
9761 * gdb.base/foll-vfork.exp: Likewise.
9762 * gdb.base/multi-forks.exp: Likewise.
9763 * gdb.mi/mi-nonstop.exp: Likewise.
9764 * gdb.mi/mi-nsintrall.exp: Likewise.
9765 * gdb.multi/base.exp: Likewise.
9766 * gdb.multi/multi-arch.exp: Likewise.
9767 * gdb.python/py-inferior.exp: Likewise.
9768 * gdb.threads/break-while-running.exp: Likewise.
9769 * gdb.threads/execl.exp: Likewise.
9770 * gdb.threads/gcore-thread.exp: Likewise.
9771 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9772 * gdb.threads/kill.exp: Likewise.
9773 * gdb.threads/linux-dp.exp: Likewise.
9774 * gdb.threads/multiple-step-overs.exp: Likewise.
9775 * gdb.threads/next-bp-other-thread.exp: Likewise.
9776 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9777 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9778 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9779 * gdb.threads/thread-find.exp: Likewise.
9780 * gdb.threads/tls.exp: Likewise.
9781 * lib/mi-support.exp (mi_reverse_list): Delete.
9782 (mi_check_thread_states): No longer reverse list.
9783
9784 2015-11-24 Pedro Alves <palves@redhat.com>
9785
9786 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9787 use lowercase.
9788
9789 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9790
9791 * gdb.trace/actions.c: Include trace-common.h.
9792 (main): Add a location for a fast tracepoint.
9793 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9794 the normal tracepoints.
9795 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9796
9797 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9798
9799 * save-trace.exp: Factor out code to these...
9800 (gdb_save_tracepoints): New.
9801 (gdb_load_tracepoints): New.
9802 (do_save_load_test): New.
9803
9804 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9805
9806 * gdb.base/asmlabel.exp: New test.
9807 * gdb.base/asmlabel.c: New test case.
9808
9809 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9810
9811 * gdb.base/wrong_frame_bt_full-main.c: New file.
9812 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9813 * gdb.base/wrong_frame_bt_full.exp: New file.
9814
9815 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9816
9817 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9818
9819 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9820
9821 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9822 pstate register when comparing registers values in
9823 sparc64-*-linux-gnu targets to avoid spurious differences.
9824
9825 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9826
9827 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9828
9829 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9830
9831 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9832 as type argument to gdb_compile.
9833 * gdb.base/nested-subp2.exp: Likewise.
9834 * gdb.base/nested-subp3.exp: Likewise.
9835
9836 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9837
9838 * lib/dwarf.exp (_note): Fix left shift of negative value.
9839 * gdb.trace/trace-condition.exp: Likewise.
9840
9841 2015-11-13 Yao Qi <yao.qi@linaro.org>
9842
9843 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9844 comments about d10v.
9845 (test_scalar_returns): Likewise.
9846 * gdb.base/d10v.ld: Remove.
9847 * gdb.base/overlays.exp: Remove the target triplet checking for
9848 d10v-*-*.
9849 * gdb.base/structs.exp (test_struct_returns): Remove the
9850 comments about d10v.
9851 (test_struct_calls): Likewise.
9852
9853 2015-11-13 Yao Qi <yao.qi@linaro.org>
9854
9855 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9856 * gdb.base/gnu_vector.c: Don't include stdio.h.
9857 (main): Don't print res and call add_some_intvecs.
9858
9859 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9860
9861 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9862 macro.
9863 (func5): Removed.
9864 (func4): Use FAST_TRACEPOINT_LABEL.
9865 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9866 macro.
9867 (func): Removed.
9868 (thread_function): Use FAST_TRACEPOINT_LABEL.
9869 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9870 (func): Remove.
9871 (marker): Use FAST_TRACEPOINT_LABEL.
9872 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9873 (pendfunc1): Remove.
9874 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9875 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9876 (foo): Remove.
9877 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9878 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9879 macro.
9880 (func): Remove.
9881 (marker): Use FAST_TRACEPOINT_LABEL.
9882 * gdb.trace/trace-common.h: New header.
9883 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9884 macro.
9885 (func): Remove.
9886 (marker): Use FAST_TRACEPOINT_LABEL.
9887 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9888 (func): Remove.
9889 (thread_function): Use FAST_TRACEPOINT_LABEL.
9890
9891 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9892
9893 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9894 in front.
9895 * gdb.trace/change-loc.exp: Use global pcreg definition.
9896 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9897 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9898 in front.
9899 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9900 * gdb.trace/pending.exp: Likewise.
9901 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9902 * gdb.trace/trace-break.exp: Likewise.
9903 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9904 in front.
9905 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9906 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9907 in front.
9908 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9909
9910 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9911
9912 * gdb.ada/fin_fun_out: New testcase.
9913
9914 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9915
9916 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9917 value associated with DW_AT_byte_size.
9918 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9919 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9920 DW_AT_upper_bound.
9921
9922 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9923
9924 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9925 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9926 version.
9927 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9928 gdb.dwarf2/dw2-canonicalize-type.exp,
9929 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9930 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9931 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9932 provided by gdb_target_symbol_prefix_flags_asm.
9933 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9934 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9935 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9936 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9937 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9938 macros where needed). Use this macro for symbols which require
9939 the prefix provided by SYMBOL_PREFIX.
9940
9941 2015-11-05 Kevin Buettner <kevinb@redhat.com>
9942
9943 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9944 New procs.
9945 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9946 representing expressions, of more than one list element.
9947 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9948 to prepend linker symbol prefix to f.
9949 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9950 table_1 and table_2.
9951 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9952 Likewise, for f and g.
9953 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9954 for ptr.
9955 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9956 for main.
9957 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9958 table_1_ptr and table_2_ptr.
9959
9960 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9961 Joel Brobecker <brobecker@adacore.com>
9962
9963 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9964
9965 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9966
9967 * gdb.reverse/s390-mvcle.c: New test.
9968 * gdb.reverse/s390-mvcle.exp: New file.
9969 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9970
9971 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9972
9973 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9974
9975 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9976
9977 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9978 reaching marker2.
9979 * gdb.reverse/getresuid-reverse.exp: Likewise.
9980 * gdb.reverse/pipe-reverse.exp: Likewise.
9981 * gdb.reverse/readv-reverse.exp: Likewise.
9982 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9983 * gdb.reverse/time-reverse.exp: Likewise.
9984 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9985
9986 2015-10-30 Yao Qi <yao.qi@linaro.org>
9987
9988 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9989 (empty_cycle): Remove.
9990 (main): Don't call empty_cycle. Don't use watch_count_done.
9991 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9992 empty_cycle. Rewrite the code counting HW watchpoints.
9993
9994 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9995
9996 * gdb.reverse/fstatat-reverse.c: New test.
9997 * gdb.reverse/fstatat-reverse.exp: New file.
9998 * gdb.reverse/getresuid-reverse.c: New test.
9999 * gdb.reverse/getresuid-reverse.exp: New file.
10000 * gdb.reverse/pipe-reverse.c: New test.
10001 * gdb.reverse/pipe-reverse.exp: New file.
10002 * gdb.reverse/readv-reverse.c: New test.
10003 * gdb.reverse/readv-reverse.exp: New file.
10004 * gdb.reverse/recvmsg-reverse.c: New test.
10005 * gdb.reverse/recvmsg-reverse.exp: New file.
10006 * gdb.reverse/time-reverse.c: New test.
10007 * gdb.reverse/time-reverse.exp: New file.
10008 * gdb.reverse/waitpid-reverse.c: New test.
10009 * gdb.reverse/waitpid-reverse.exp: New file.
10010
10011 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10012
10013 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10014
10015 2015-10-26 Doug Evans <dje@google.com>
10016
10017 PR symtab/17391
10018 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10019 * gdb.dwarf2/bad-regnum.c: New file.
10020 * gdb.dwarf2/bad-regnum.exp: New file.
10021
10022 2015-10-26 Doug Evans <dje@google.com>
10023
10024 PR python/18938
10025 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10026 file.
10027
10028 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10029
10030 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10031 for a change by "Mention language in compile error message".
10032
10033 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10034
10035 PR python/18073
10036 * gdb.python/py-type.c (C::a_method): New.
10037 (C::a_const_method): New.
10038 (C::a_static_method): New.
10039 (a_function): New.
10040 * gdb.python/py-type.exp (test_fields): Test getting fields
10041 from function and method.
10042
10043 2015-10-21 Keven Boell <keven.boell@intel.com>
10044
10045 * gdb.fortran/vla-alloc-assoc.exp: New file.
10046 * gdb.fortran/vla-datatypes.exp: New file.
10047 * gdb.fortran/vla-datatypes.f90: New file.
10048 * gdb.fortran/vla-history.exp: New file.
10049 * gdb.fortran/vla-ptype-sub.exp: New file.
10050 * gdb.fortran/vla-ptype.exp: New file.
10051 * gdb.fortran/vla-sizeof.exp: New file.
10052 * gdb.fortran/vla-sub.f90: New file.
10053 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10054 * gdb.fortran/vla-value-sub-finish.exp: New file.
10055 * gdb.fortran/vla-value-sub.exp: New file.
10056 * gdb.fortran/vla-value.exp: New file.
10057 * gdb.fortran/vla-ptr-info.exp: New file.
10058 * gdb.mi/mi-vla-fortran.exp: New file.
10059 * gdb.mi/vla.f90: New file.
10060
10061 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10062
10063 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10064 of hardwired timeout value.
10065
10066 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10067 Pedro Alves <palves@redhat.com>
10068
10069 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10070 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10071
10072 2015-10-19 Josh Stone <jistone@redhat.com>
10073
10074 * gdb.base/catch-syscall.c: Include <sched.h>.
10075 (unknown_syscall): New variable.
10076 (main): Trigger a vfork and an unknown syscall.
10077 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10078 (unknown_syscall_number): Likewise.
10079 (check_call_to_syscall): Accept an optional syscall pattern.
10080 (check_return_from_syscall): Likewise.
10081 (check_continue): Likewise.
10082 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10083 (test_catch_syscall_skipping_return): New test toggling off 'catch
10084 syscall' to step over the syscall return, then toggling back on.
10085 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10086 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10087 (do_syscall_tests): Call test_catch_syscall_without_args and
10088 test_catch_syscall_mid_vfork.
10089 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10090 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10091
10092 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10093
10094 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10095 print g_vE): Add new pass patterns.
10096 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10097 print various symbol names for vptr fields.
10098
10099 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10100
10101 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10102 results.
10103
10104 2015-10-12 Yao Qi <yao.qi@linaro.org>
10105
10106 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10107
10108 2015-10-12 Yao Qi <yao.qi@linaro.org>
10109
10110 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10111 is aarch64*-*-linux*.
10112
10113 2015-10-12 Yao Qi <yao.qi@linaro.org>
10114
10115 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10116 (can_relocate_bcond_true): ... it.
10117 (can_relocate_bcond_false): New function.
10118 (foo): Likewise.
10119 (can_relocate_bl): Likewise.
10120 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10121 can_relocate_bl.
10122
10123 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10124
10125 * gdb.base/nested-addr.c: New file.
10126 * gdb.base/nested-addr.exp: New testcase.
10127
10128 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10129
10130 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10131 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10132 its output. Ignore the output of "record goto begin" and instead
10133 check that GDB is replaying.
10134
10135 2015-10-09 Pedro Alves <palves@redhat.com>
10136
10137 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10138 (top level): Use it in the run with no args test.
10139
10140 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10141
10142 * gdb.dlang/properties.exp: New file.
10143
10144 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10145
10146 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10147 whether or not address 0x1000 is mapped on the target.
10148
10149 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10150
10151 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10152 build.
10153
10154 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10155
10156 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10157 instruction-history test.
10158
10159 2015-09-28 Doug Evans <dje@google.com>
10160
10161 * gdb.base/gcore.c (array_func): Add reference to static_array.
10162
10163 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10164
10165 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10166 source line.
10167
10168 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10169
10170 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10171 short or char as base type.
10172
10173 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10174
10175 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10176 to allow any size enum.
10177
10178 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10179
10180 * gdb.ada/array_ptr_renaming.exp: New testcase.
10181 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10182 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10183
10184 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10185
10186 * gdb.trace/ftrace-lock.c: New file.
10187 * gdb.trace/ftrace-lock.exp: New file.
10188
10189 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10190
10191 * gdb.arch/insn-reloc.c: New file.
10192 * gdb.arch/ftrace-insn-reloc.exp: New file.
10193
10194 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10195
10196 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10197 instruction.
10198 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10199 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10200 * gdb.trace/range-stepping.c: Likewise.
10201 * gdb.trace/trace-break.c: Likewise.
10202 * gdb.trace/trace-mt.c (thread_function): Likewise.
10203 * gdb.trace/ftrace.c (marker): Likewise.
10204 * gdb.trace/trace-condition.c (marker): Likewise.
10205 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10206 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10207 is_aarch64_target.
10208
10209 2015-09-18 Doug Evans <xdje42@gmail.com>
10210
10211 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10212 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10213
10214 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10215
10216 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10217 the breakpoint.
10218
10219 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10220
10221 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10222 the pending breakpoint. Remove timeout override for "Run till
10223 MI pending breakpoint on pendfunc3 on thread 2" test.
10224
10225 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10226
10227 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10228 filename pattern.
10229
10230 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10231
10232 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10233 in breakpoint filename pattern.
10234
10235 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10236
10237 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10238
10239 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10240
10241 * gdb.linespec/explicit.exp: Check for readline support for
10242 tab-completion tests. Fix obvious typo.
10243
10244 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10245
10246 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10247 and replay.
10248
10249 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10250
10251 * gdb.btrace/non-stop.c: New.
10252 * gdb.btrace/non-stop.exp: New.
10253
10254 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10255 Yao Qi <yao.qi@linaro.org>
10256
10257 * gdb.trace/trace-condition.c: New file.
10258 * gdb.trace/trace-condition.exp: New file.
10259
10260 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10261
10262 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10263 for testing bytecode compilation.
10264
10265 2015-09-16 Pedro Alves <palves@redhat.com>
10266 Sandra Loosemore <sandra@codesourcery.com>
10267
10268 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10269 (SECONDS): Redefine.
10270 (main): Call pthread_kill and alarm early.
10271 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10272 support.
10273 (test): If the target can't hardware step and doesn't support
10274 displaced stepping, increase the timeout.
10275
10276 2015-09-16 Pedro Alves <palves@redhat.com>
10277
10278 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10279 (enable_debug): New procedures.
10280 (test): Use them. Bail out if waiting for threads fails.
10281 (top level): Bail out if a test fails.
10282
10283 2015-09-16 Yao Qi <yao.qi@linaro.org>
10284
10285 * gdb.asm/asm-source.exp: Set asm-arch for
10286 aarch64*-*-* target.
10287 * gdb.asm/aarch64.inc: New file.
10288
10289 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10290
10291 * gdb.ada/array_of_variable_length.exp: New testcase.
10292 * gdb.ada/array_of_variable_length/foo.adb: New file.
10293 * gdb.ada/array_of_variable_length/pck.adb: New file.
10294 * gdb.ada/array_of_variable_length/pck.ads: New file.
10295
10296 2015-09-15 Doug Evans <dje@google.com>
10297
10298 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10299 of function static local variable.
10300
10301 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10302
10303 * gdb.threads/tls-so_extern.exp: New test file.
10304 * gdb.threads/tls-so_extern.c: New test file.
10305 * gdb.threads/tls-so_extern_main.c: New test file.
10306
10307 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10308
10309 * gdb.opt/solib-intra-step-lib.c: New file.
10310 * gdb.opt/solib-intra-step-main.c: New file.
10311 * gdb.opt/solib-intra-step.exp: New file.
10312
10313 2015-09-15 Pedro Alves <palves@redhat.com>
10314
10315 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10316 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10317
10318 2015-09-14 Pedro Alves <palves@redhat.com>
10319
10320 * gdb.base/hook-stop-continue.c: Delete.
10321 * gdb.base/hook-stop-continue.exp: Delete.
10322 * gdb.base/hook-stop-frame.c: Delete.
10323 * gdb.base/hook-stop-frame.exp: Delete.
10324 * gdb.base/hook-stop.c: New file.
10325 * gdb.base/hook-stop.exp: New file.
10326
10327 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10328
10329 * gdb.ada/access_to_packed_array.exp: New testcase.
10330 * gdb.ada/access_to_packed_array/foo.adb: New file.
10331 * gdb.ada/access_to_packed_array/pack.adb: New file.
10332 * gdb.ada/access_to_packed_array/pack.ads: New file.
10333
10334 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10335
10336 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10337 buffer size test.
10338
10339 2015-09-11 Don Breazeal <donb@codesourcery.com>
10340
10341 * gdb.base/foll-exec.c: Add copyright header. Fix
10342 formatting issues.
10343 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10344 (do_exec_tests): Use clean_restart in place of zap_session,
10345 and for test initialization. Fix formatting issues. Use
10346 fail in place of perror.
10347 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10348 an expect statement to match an expression with output from
10349 the program under debug.
10350 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10351 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10352 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10353 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10354 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10355
10356 2015-09-09 Doug Evans <dje@google.com>
10357
10358 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10359
10360 2015-09-09 Doug Evans <dje@google.com>
10361
10362 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10363
10364 2015-09-09 Doug Evans <dje@google.com>
10365
10366 * gdb.base/savedregs.exp: Fix typo.
10367
10368 2015-09-09 Pedro Alves <palves@redhat.com>
10369
10370 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10371
10372 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10373
10374 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10375 command actually switches threads. Give up on remaining
10376 tests if target fails to stop at breakpoint.
10377
10378 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10379
10380 * gdb.ada/funcall_char.exp: New testcase.
10381 * gdb.ada/funcall_char/foo.adb: New file.
10382
10383 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10384
10385 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10386 expected outputs. Add two testcases for completing ambiguous
10387 functions.
10388 * gdb.ada/complete/aux_pck.adb: New file.
10389 * gdb.ada/complete/aux_pck.ads: New file.
10390 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10391 Ambiguous_Func functions.
10392 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10393 * gdb.ada/complete/pck.adb: Likewise.
10394
10395 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10396
10397 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10398 failures to run the test program under GDB.
10399
10400 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10401
10402 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10403 to C.
10404
10405 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10406
10407 * gdb.base/run-after-attach.exp: New test file.
10408 * gdb.base/run-after-attach.c: New test file.
10409
10410 2015-08-26 Don Breazeal <donb@codesourcery.com>
10411
10412 * gdb.base/foll-exec-2.c: New test program.
10413 * gdb.base/foll-exec-2.exp: New test.
10414
10415 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10416
10417 * gdb.base/nested-subp1.exp: New file.
10418 * gdb.base/nested-subp1.c: New file.
10419 * gdb.base/nested-subp2.exp: New file.
10420 * gdb.base/nested-subp2.c: New file.
10421 * gdb.base/nested-subp3.exp: New file.
10422 * gdb.base/nested-subp3.c: New file.
10423
10424 2015-08-24 Pedro Alves <palves@redhat.com>
10425
10426 * gdb.server/connect-without-multi-process.c: New file.
10427 * gdb.server/connect-without-multi-process.exp: New file.
10428
10429 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10430
10431 * gdb.opt/inline-markers.c: Make z int.
10432
10433 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10434
10435 * gdb.opt/inline-markers.c: Make z volatile.
10436
10437 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10438
10439 * gdb.opt/inline-bt.c: New volatile global z.
10440 * gdb.opt/inline-cmds.c: Likewise.
10441 * gdb.opt/inline-locals.c: Likewise.
10442 * gdb.opt/inline-markers.c: New extern global z.
10443 (marker): Use z.
10444 (inline_fn): Likewise.
10445
10446 2015-08-24 Pedro Alves <palves@redhat.com>
10447
10448 * config/m32r-stub.exp: Remove file.
10449 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10450 * gdb.base/call-rt-st.exp: Likewise.
10451 * gdb.base/call-strs.exp: Likewise.
10452 * gdb.base/default.exp: Remove references to h8300-*-hms and
10453 *-*-udi*.
10454 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10455
10456 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10457
10458 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10459 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10460 and "return" use KFAIL when GDB can not read/write the vector
10461 return value.
10462
10463 2015-08-21 Gary Benson <gbenson@redhat.com>
10464
10465 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10466
10467 2015-08-20 Pedro Alves <palves@redhat.com>
10468
10469 * gdb.server/solib-list.exp: No longer expect an interior stop in
10470 non-stop mode.
10471
10472 2015-08-20 Pedro Alves <palves@redhat.com>
10473
10474 * gdb.server/connect-stopped-target.c: New file.
10475 * gdb.server/connect-stopped-target.exp: New file.
10476
10477 2015-08-20 Pedro Alves <palves@redhat.com>
10478
10479 * gdb.dwarf2/comp-unit-lang.exp: New file.
10480 * gdb.dwarf2/comp-unit-lang.c: New file.
10481
10482 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10483
10484 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10485 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10486
10487 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10488
10489 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10490 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10491
10492 2015-08-18 Doug Evans <dje@google.com>
10493 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10494
10495 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10496 skip_python_tests. New arg prompt_regexp.
10497 (skip_python_tests): New function.
10498 * lib/mi-support.exp (mi_skip_python_tests): New function.
10499 * gdb.python/py-mi-objfile-gdb.py: New file.
10500 * gdb.python/py-mi-objfile.c: New file.
10501 * gdb.python/py-mi-objfile.exp: New file.
10502
10503 2015-08-17 Keith Seitz <keiths@redhat.com>
10504
10505 * gdb.linespec/explicit.exp: Move strace test from here ...
10506 * gdb.trace/strace.exp: ... to here.
10507
10508 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10509
10510 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10511 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10512
10513 2015-08-14 Doug Evans <xdje42@gmail.com>
10514
10515 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10516 inferior before selecting a new file.
10517
10518 2015-08-14 Doug Evans <xdje42@gmail.com>
10519
10520 * gdb.mi/mi-disassemble.exp: Update.
10521 * gdb.base/disasm-optim.S: New file.
10522 * gdb.base/disasm-optim.c: New file.
10523 * gdb.base/disasm-optim.h: New file.
10524 * gdb.base/disasm-optim.exp: New file.
10525
10526 2015-08-14 Keith Seitz <keiths@redhat.com>
10527
10528 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10529 "evaluated-by".
10530
10531 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10532
10533 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10534
10535 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10536
10537 * gdb.ada/fun_renaming.exp: New testcase.
10538 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10539 * gdb.ada/fun_renaming/pack.adb: New file.
10540 * gdb.ada/fun_renaming/pack.ads: New file.
10541
10542 2015-08-12 Keith Seitz <keiths@redhat.com>
10543
10544 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10545 gdb_get_line_number.
10546
10547 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10548
10549 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10550 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10551 gdb.base/dso2dso.exp: New files.
10552
10553 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10554 Pedro Alves <palves@redhat.com>
10555 Keith Seitz <keiths@redhat.com>
10556
10557 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10558 GDBFLAGS.
10559
10560 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10561
10562 * gdb.base/gdbhistsize-history.exp
10563 (test_histsize_history_setting): Use save_vars.
10564 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10565 Use save_vars.
10566 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10567 * gdb.base/readline.exp: Use save_vars.
10568
10569 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10570
10571 * lib/gdb.exp (save_vars): New proc.
10572
10573 2015-08-11 Keith Seitz <keiths@redhat.com>
10574
10575 * gdb.base/help.exp: Update help_breakpoint_text.
10576
10577 2015-08-11 Keith Seitz <keiths@redhat.com>
10578
10579 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10580 (at toplevel): Call test_explicit_breakpoints.
10581 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10582 breakpoints.
10583 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10584 breakpoint conditions, "-cond".
10585
10586 2015-08-11 Keith Seitz <keiths@redhat.com>
10587
10588 * gdb.linespec/3explicit.c: New file.
10589 * gdb.linespec/cpexplicit.cc: New file.
10590 * gdb.linespec/cpexplicit.exp: New file.
10591 * gdb.linespec/explicit.c: New file.
10592 * gdb.linespec/explicit.exp: New file.
10593 * gdb.linespec/explicit2.c: New file.
10594 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10595 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10596 before using in the matching pattern.
10597 Clarify that `prefix' is a regular expression.
10598
10599 2015-08-11 Keith Seitz <keiths@redhat.com>
10600
10601 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10602 test.
10603 Add tests for missing ",FMT" and ",".
10604
10605 2015-08-10 Doug Evans <dje@google.com>
10606 Keith Seitz <keiths@redhat.com>
10607
10608 PR gdb/17960
10609 * gdb.base/completion.exp: Add location completer tests.
10610
10611 2015-08-07 Pedro Alves <palves@redhat.com>
10612
10613 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10614 tests here.
10615 (top level): Run do_test with and without displaced stepping.
10616
10617 2015-08-07 Pedro Alves <palves@redhat.com>
10618
10619 * gdb.base/valgrind-disp-step.c: New file.
10620 * gdb.base/valgrind-disp-step.exp: New file.
10621
10622 2015-08-07 Pedro Alves <palves@redhat.com>
10623
10624 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10625 Delete function.
10626 (main): Add alarm. Run an infinite loop instead of calling
10627 wait_threads.
10628 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10629 comment.
10630 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10631 Delete function.
10632 (main): Add alarm. Run an infinite loop instead of calling
10633 wait_threads.
10634 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10635 comment.
10636
10637 2015-08-07 Pedro Alves <palves@redhat.com>
10638
10639 * gdb.base/checkpoint-ns.exp: New file.
10640 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10641 standard_testfile.
10642
10643 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10644
10645 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10646 * gdb.btrace/instruction_history.exp: Update.
10647 * gdb.btrace/tsx.exp: New.
10648 * gdb.btrace/tsx.c: New.
10649
10650 2015-08-06 Pedro Alves <palves@redhat.com>
10651
10652 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10653 increase timeout.
10654 * gdb.reverse/until-precsave.exp: Bump timeouts.
10655
10656 2015-08-06 Pedro Alves <palves@redhat.com>
10657
10658 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10659
10660 2015-08-06 Pedro Alves <palves@redhat.com>
10661
10662 PR gdb/18749
10663 * gdb.threads/process-dies-while-handling-bp.c: New file.
10664 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10665
10666 2015-08-06 Pedro Alves <palves@redhat.com>
10667
10668 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10669 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10670
10671 2015-08-05 Pedro Alves <palves@redhat.com>
10672
10673 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10674 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10675
10676 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10677
10678 * gdb.base/bp-permanent.exp: Report test as unsupported if
10679 the target cannot stop at the permanent breakpoint.
10680
10681 2015-08-03 Doug Evans <dje@google.com>
10682
10683 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10684 10000.
10685
10686 2015-08-03 Doug Evans <dje@google.com>
10687
10688 * Makefile.in (workers/%.worker, build-perf): New rule.
10689 (GDB_PERFTEST_MODE): New variable.
10690 (check-perf): Use it.
10691 (clean): Clean up gdb.perf parallel build subdirs.
10692 * lib/build-piece.exp: New file.
10693 * lib/gdb.exp (make_gdb_parallel_path): New function
10694 (standard_output_file, standard_temp_file): Call it.
10695 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10696 of $GDB_PARALLEL.
10697 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10698
10699 2015-08-03 Doug Evans <dje@google.com>
10700
10701 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10702 (LOG_FILE_NAME): New global.
10703 (TextReporter.__init__): Initialize self.txt_sum.
10704 (TextReporter.report): Add support for multiple data-points.
10705 Move report to perftest.sum, put raw data in perftest.log.
10706 (TextReporter.start): Open sum and log files.
10707 (TextReporter.end): Close sum and log files.
10708 * gdb.perf/lib/perftest/testresult.py
10709 (SingleStatisticTestResult.record): Handle multiple data-points.
10710
10711 2015-07-31 Pedro Alves <palves@redhat.com>
10712
10713 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10714 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10715 kill_wait_spawned_process instead of explicit "kill -9".
10716 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10717 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10718 kill_wait_spawned_process.
10719 * gdb.base/attach-twice.exp: Likewise.
10720 * gdb.base/attach.exp: Likewise.
10721 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10722 gdb_test_multiple.
10723 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10724 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10725 kill_wait_spawned_process.
10726 * gdb.base/valgrind-infcall.exp: Likewise.
10727 * gdb.multi/multi-attach.exp: Likewise.
10728 * gdb.python/py-prompt.exp: Likewise.
10729 * gdb.python/py-sync-interp.exp: Likewise.
10730 * gdb.server/ext-attach.exp: Likewise.
10731 * gdb.threads/attach-into-signal.exp (corefunc): Use
10732 spawn_wait_for_attach, spawn_id_get_pid and
10733 kill_wait_spawned_process.
10734 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10735 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10736 spawn_id_get_pid and kill_wait_spawned_process.
10737 * gdb.threads/attach-stopped.exp (corefunc): Use
10738 spawn_wait_for_attach, spawn_id_get_pid and
10739 kill_wait_spawned_process.
10740 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10741 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10742 kill_wait_spawned_process instead of explicit "kill -9".
10743 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10744 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10745 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10746 processes. Don't map cygwin/windows pids here. Now returns a
10747 spawn id list.
10748
10749 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10750
10751 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10752 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10753 correct patch.
10754
10755 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10756
10757 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10758
10759 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10760
10761 Reapply:
10762 2014-05-21 Mark Wielaard <mjw@redhat.com>
10763
10764 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10765
10766 2015-07-30 Pedro Alves <palves@redhat.com>
10767
10768 * linux-low.c (handle_extended_wait): Set the child's last
10769 reported status to TARGET_WAITKIND_STOPPED.
10770
10771 2015-07-30 Pedro Alves <palves@redhat.com>
10772
10773 PR threads/18600
10774 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10775 only shows inferior 1.
10776
10777 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10778 Pedro Alves <palves@redhat.com>
10779
10780 PR threads/18600
10781 * gdb.threads/fork-plus-threads.c: New file.
10782 * gdb.threads/fork-plus-threads.exp: New file.
10783
10784 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10785
10786 * gdb.base/batch-preserve-term-settings.exp
10787 (test_terminal_settings_preserved_after_cli_exit): Use
10788 send_quit_command.
10789
10790 2015-07-29 Pedro Alves <palves@redhat.com>
10791 Don Breazeal <donb@codesourcery.com>
10792
10793 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10794 output from both inferior_spawn_id and gdb_spawn_id.
10795
10796 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10797
10798 * gdb.threads/attach-into-signal.exp (corefunc): Use
10799 with_test_prefix on nested loops, uniquefying the test messages.
10800
10801 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10802
10803 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10804 commit.
10805
10806 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10807
10808 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10809 New proc.
10810 (test_terminal_settings_preserved_after_sigterm): New test.
10811
10812 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10813
10814 * gdb.base/batch-preserve-term-settings.exp
10815 (test_terminal_settings_preserved_after_cli_exit): New test.
10816
10817 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10818
10819 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10820 manipulation of saved_gdbflags.
10821 (test_terminal_settings_preserved): Remove global declaration of
10822 the unused variable pagination_prompt. Remove manipulation of
10823 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10824 GDBFLAGS.
10825
10826 2015-07-29 Pedro Alves <palves@redhat.com>
10827
10828 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10829
10830 2015-07-29 Pedro Alves <palves@redhat.com>
10831
10832 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10833 at the top.
10834
10835 2015-07-29 Pedro Alves <palves@redhat.com>
10836
10837 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10838 (main): Call gdb_unbuffer_output.
10839 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10840 (main): Call gdb_unbuffer_output.
10841 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10842 (main): Call gdb_unbuffer_output.
10843 * gdb.base/call-strs.exp: Adjust to step over the
10844 gdb_unbuffer_output call.
10845 * gdb.base/catch-gdb-caused-signals.c: Include
10846 "../lib/unbuffer_output.c".
10847 (main): Call gdb_unbuffer_output.
10848 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10849 (main): Call gdb_unbuffer_output.
10850 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10851 (main): Call gdb_unbuffer_output.
10852 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10853 (main): Call gdb_unbuffer_output.
10854 * gdb.base/shlib-call.exp: Adjust to step over the
10855 gdb_unbuffer_output call.
10856 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10857 (main): Call gdb_unbuffer_output.
10858 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10859 (main): Call gdb_unbuffer_output.
10860 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10861 (main): Rename to ...
10862 (test): ... this.
10863 (main): Reimplement.
10864 * gdb.base/varargs.exp: Run to test instead of to main.
10865 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10866 (main): Call gdb_unbuffer_output.
10867
10868 2015-07-29 Pedro Alves <palves@redhat.com>
10869
10870 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10871 factore out from mi_continue_dprintf. For call-style dprintfs,
10872 expect dprintf output out of $inferior_spawn_id.
10873 (mi_continue_dprintf): Use mi_expect_dprintf.
10874 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10875 (main): Call gdb_unbuffer_output.
10876
10877 2015-07-29 Pedro Alves <palves@redhat.com>
10878
10879 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10880 (default_mi_gdb_start): Set inferior_spawn_id instead of
10881 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10882 gdb_spawn_id.
10883 (mi_gdb_test): Always expect inferior output from both
10884 $inferior_spawn_id and $gdb_spawn_id.
10885
10886 2015-07-29 Pedro Alves <palves@redhat.com>
10887
10888 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10889 send_inferior and $inferior_spawn_id.
10890
10891 2015-07-29 Pedro Alves <palves@redhat.com>
10892
10893 * gdb.gdb/complaints.exp (test_initial_complaints)
10894 (test_serial_complaints, test_short_complaints): Use
10895 gdb_test_stdio.
10896 (test_empty_complaint): Handle $inferior_spawn_id !=
10897 $gdb_spawn_id.
10898
10899 2015-07-29 Pedro Alves <palves@redhat.com>
10900
10901 * gdb.base/varargs.exp: Use gdb_test_stdio.
10902
10903 2015-07-29 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10906
10907 2015-07-29 Pedro Alves <palves@redhat.com>
10908
10909 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10910
10911 2015-07-29 Pedro Alves <palves@redhat.com>
10912
10913 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10914 parameter into two new parameters, "inf_result" and "gdb_result".
10915 Expect inferior output and gdb output from $inferior_spawn_id and
10916 $gdb_spawn_id, respectively. Adjust all callers.
10917
10918 2015-07-29 Pedro Alves <palves@redhat.com>
10919
10920 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10921 of gdb_test_sequence.
10922
10923 2015-07-29 Pedro Alves <palves@redhat.com>
10924
10925 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10926 (saw_spurious_output): Expect inferior output from
10927 $inferior_spawn_id. Use gdb_test_stdio.
10928
10929 2015-07-29 Pedro Alves <palves@redhat.com>
10930
10931 * gdb.base/dprintf.exp: Use standard_testfile. Change
10932 prepare_for_testing call.
10933 (srcfile): Don't set.
10934 (restart): New procedure.
10935 (test_dprintf): New procecure, use to continue over dprintfs.
10936 (test_call, test_agent): New procedures, tests moved here.
10937 Restart gdb and recreate dprintfs. Adjust expected output.
10938
10939 2015-07-29 Pedro Alves <palves@redhat.com>
10940
10941 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10942
10943 2015-07-29 Pedro Alves <palves@redhat.com>
10944
10945 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10946
10947 2015-07-29 Pedro Alves <palves@redhat.com>
10948
10949 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10950 gdb_test_stdio.
10951
10952 2015-07-29 Pedro Alves <palves@redhat.com>
10953
10954 * lib/gdb.exp (gdb_test_stdio): New procedure.
10955
10956 2015-07-29 Pedro Alves <palves@redhat.com>
10957
10958 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10959
10960 2015-07-29 Pedro Alves <palves@redhat.com>
10961
10962 * gdb.base/call-signal-resume.exp: Remove check for
10963 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10964 * gdb.base/unwindonsignal.exp: Likewise.
10965 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10966 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10967
10968 2015-07-29 Pedro Alves <palves@redhat.com>
10969
10970 * gdb.base/siginfo-addr.c (pass): New function.
10971 (handler): Call it iff si_addr is correct.
10972 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10973 Set a breakpoint at "pass" and continue to it.
10974
10975 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10976
10977 * gdb.python/py-objfile.exp: Make some tests have unique names.
10978 * gdb.python/py-pp-registration.exp: Likewise.
10979
10980 2015-07-28 Pedro Alves <palves@redhat.com>
10981
10982 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10983
10984 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10985
10986 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10987
10988 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10989
10990 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10991
10992 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10993
10994 * gdb.base/gdb-sigterm-2.exp: New test.
10995
10996 2015-07-25 Doug Evans <xdje42@gmail.com>
10997
10998 Revert:
10999 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11000 (workers/%.worker, build-perf): New rule.
11001 (GDB_PERFTEST_MODE): New variable.
11002 (check-perf): Use it.
11003 (clean): Clean up gdb.perf parallel build subdirs.
11004 * lib/build-piece.exp: New file.
11005 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11006 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11007 name.
11008 (standard_temp_file): Ditto.
11009 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11010 of $GDB_PARALLEL.
11011
11012 2015-07-24 Doug Evans <dje@google.com>
11013
11014 * gdb.perf/lib/perftest/utils.py: New file.
11015 * gdb.perf/gm-hello.cc: New file.
11016 * gdb.perf/gm-pervasive-typedef.cc: New file.
11017 * gdb.perf/gm-pervasive-typedef.h: New file.
11018 * gdb.perf/gm-std.cc: New file.
11019 * gdb.perf/gm-std.h: New file.
11020 * gdb.perf/gm-use-cerr.cc: New file.
11021 * gdb.perf/gm-utils.h: New file.
11022 * gdb.perf/gmonster-null-lookup.py: New file.
11023 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11024 * gdb.perf/gmonster-print-cerr.py: New file.
11025 * gdb.perf/gmonster-ptype-string.py: New file.
11026 * gdb.perf/gmonster-runto-main.py: New file.
11027 * gdb.perf/gmonster-select-file.py: New file.
11028 * gdb.perf/gmonster1-null-lookup.exp: New file.
11029 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11030 * gdb.perf/gmonster1-print-cerr.exp: New file.
11031 * gdb.perf/gmonster1-ptype-string.exp: New file.
11032 * gdb.perf/gmonster1-runto-main.exp: New file.
11033 * gdb.perf/gmonster1-select-file.exp: New file.
11034 * gdb.perf/gmonster1.cc: New file.
11035 * gdb.perf/gmonster1.exp: New file.
11036 * gdb.perf/gmonster2-null-lookup.exp: New file.
11037 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11038 * gdb.perf/gmonster2-print-cerr.exp: New file.
11039 * gdb.perf/gmonster2-ptype-string.exp: New file.
11040 * gdb.perf/gmonster2-runto-main.exp: New file.
11041 * gdb.perf/gmonster2-select-file.exp: New file.
11042 * gdb.perf/gmonster2.cc: New file.
11043 * gdb.perf/gmonster2.exp: New file.
11044
11045 2015-07-24 Doug Evans <dje@google.com>
11046
11047 * gdb.perf/README: New file.
11048 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11049 * lib/gen-perf-test.exp: New file.
11050
11051 2015-07-24 Doug Evans <dje@google.com>
11052
11053 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11054 (PerfTest::startup): New function.
11055 (PerfTest::run): Return result of calling body.
11056 (PerfTest::assemble): Rewrite.
11057 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11058 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11059 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11060 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11061 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11062
11063 2015-07-24 Doug Evans <dje@google.com>
11064
11065 * lib/gdb.exp (clean_restart): Make executable optional.
11066
11067 2015-07-24 Doug Evans <dje@google.com>
11068
11069 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11070 compiler_info references.
11071 * gdb.cp/temargs.exp: Ditto.
11072 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11073 (get_compiler_info): Early exit if already computed. Set compiler_info
11074 to "unknown" if there was a problem.
11075 (test_compiler_info): Add function comment. Call get_compiler_info.
11076
11077 2015-07-24 Doug Evans <dje@google.com>
11078
11079 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11080 (workers/%.worker, build-perf): New rule.
11081 (GDB_PERFTEST_MODE): New variable.
11082 (check-perf): Use it.
11083 (clean): Clean up gdb.perf parallel build subdirs.
11084 * lib/build-piece.exp: New file.
11085 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11086 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11087 name.
11088 (standard_temp_file): Ditto.
11089 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11090 of $GDB_PARALLEL.
11091
11092 2015-07-24 Doug Evans <dje@google.com>
11093
11094 * lib/future.exp (gdb_default_target_compile): New option
11095 "early_flags".
11096 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11097 --as-needed.
11098
11099 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11100
11101 * gdb.base/catch-syscall.exp: Call gdb_exit before
11102 gdb_skip_xml_test.
11103
11104 2015-07-24 Pedro Alves <palves@redhat.com>
11105
11106 * gdb.python/py-events.exp: Accept output between the stop event
11107 and the prompt.
11108 * gdb.python/py-evsignal.exp: Likewise.
11109 * gdb.python/py-evthreads.exp: Likewise.
11110
11111 2015-07-24 Pedro Alves <palves@redhat.com>
11112
11113 PR gdb/18717
11114 * gdb.threads/non-ldr-exit.c: New file.
11115 * gdb.threads/non-ldr-exit.exp: New file.
11116
11117 2015-07-24 Yao Qi <yao.qi@linaro.org>
11118
11119 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11120 restarting process.
11121
11122 2015-07-24 Yao Qi <yao.qi@linaro.org>
11123
11124 * gdb.server/ext-restart.exp: New file.
11125
11126 2015-07-24 Yao Qi <yao.qi@linaro.org>
11127
11128 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11129 argument options.
11130 * gdb.server/ext-wrapper.exp: New file.
11131
11132 2015-07-23 Doug Evans <dje@google.com>
11133
11134 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11135 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11136
11137 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11138
11139 * gdb.ada/var_arr_typedef.exp: New testcase.
11140 * gdb.ada/var_arr_typedef/pack.adb: New file.
11141 * gdb.ada/var_arr_typedef/pack.ads: New file.
11142 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11143
11144 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11145
11146 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11147
11148 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11149
11150 * gdb.arch/i386-biarch-core.exp: Replace istarget
11151 by "complete set gnutarget". Remove expectation for the "core-file"
11152 command.
11153
11154 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11155
11156 Revert the previous commit:
11157 Tests for validate symbol file using build-id.
11158
11159 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11160
11161 Tests for validate symbol file using build-id.
11162 * gdb.base/solib-mismatch-lib.c: New file.
11163 * gdb.base/solib-mismatch-libmod.c: New file.
11164 * gdb.base/solib-mismatch.c: New file.
11165 * gdb.base/solib-mismatch.exp: New file.
11166
11167 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11168
11169 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11170 nios2-*-linux*.
11171 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11172 * gdb.base/siginfo.exp: Likewise.
11173 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11174
11175 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11176
11177 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11178 Move it to ...
11179 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11180 ... here.
11181 * gdb.trace/range-stepping.exp: Check that the target supports
11182 range stepping.
11183
11184 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11185
11186 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11187
11188 2015-07-14 Pedro Alves <palves@redhat.com>
11189
11190 * gdb.base/killed-outside.exp: New file.
11191 * gdb.base/killed-outside.c: New file.
11192
11193 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11194
11195 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11196 (n at main): New.
11197 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11198
11199 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11200
11201 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11202 infcall tests instead of setting up for KFAIL.
11203
11204 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11205
11206 * gdb.btrace/record_goto-step.exp: New.
11207
11208 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11209
11210 PR compile/18484
11211 * gdb.compile/compile.c (struct struct_type): Add volatile to
11212 selffield's type.
11213 * gdb.compile/compile.exp
11214 (compile code struct_object.selffield = &struct_object): Skip further
11215 struct_object tests if this one xfails.
11216
11217 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11218
11219 PR exp/18617
11220 * gdb.trace/ax.exp: Add test.
11221
11222 2015-07-07 Yao Qi <yao.qi@linaro.org>
11223
11224 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11225 instead of istarget "aarch64*-*-*".
11226 * gdb.arch/aarch64-fp.exp: Likewise.
11227 * gdb.base/float.exp: Likewise.
11228 * gdb.reverse/aarch64.exp: Likewise.
11229 * lib/gdb.exp (is_aarch64_target): New proc.
11230
11231 2015-07-07 Yao Qi <yao.qi@linaro.org>
11232
11233 * lib/gdb.exp (is_aarch32_target): New proc.
11234 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11235 instead of "istarget "arm*-*-*"".
11236 * gdb.arch/arm-disp-step.exp: Likewise.
11237 * gdb.arch/thumb-bx-pc.exp: Likewise.
11238 * gdb.arch/thumb-prologue.exp: Likewise.
11239 * gdb.arch/thumb-singlestep.exp: Likewise.
11240 * gdb.base/disp-step-syscall.exp: Likewise.
11241 * gdb.base/float.exp: Likewise.
11242
11243 2015-07-07 Yao Qi <yao.qi@linaro.org>
11244
11245 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11246 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11247
11248 2015-07-07 Yao Qi <yao.qi@linaro.org>
11249
11250 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11251 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11252 if it exists.
11253 * gdb.multi/multi-arch.exp: Likewise.
11254
11255 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11256
11257 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11258 print.
11259
11260 2015-07-07 Yao Qi <yao.qi@linaro.org>
11261
11262 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11263
11264 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11265
11266 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11267 '[' and ']' characters.
11268
11269 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11270
11271 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11272
11273 2015-06-29 Pedro Alves <palves@redhat.com>
11274
11275 PR threads/18127
11276 * gdb.threads/hand-call-new-thread.c: New file.
11277 * gdb.threads/hand-call-new-thread.c: New file.
11278
11279 2015-06-26 Keith Seitz <keiths@redhat.com>
11280 Doug Evans <dje@google.com>
11281
11282 PR 16253
11283 * gdb.cp/var-tag-2.cc: New file.
11284 * gdb.cp/var-tag-3.cc: New file.
11285 * gdb.cp/var-tag-4.cc: New file.
11286 * gdb.cp/var-tag.cc: New file.
11287 * gdb.cp/var-tag.exp: New file.
11288
11289 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11290
11291 * gdb.base/history-duplicates.exp: New test.
11292
11293 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11294
11295 * gdb.base/completion.exp: Test the completion of the "focus"
11296 command.
11297
11298 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11299
11300 * gdb.arch/amd64-prologue-skip.S: New file.
11301 * gdb.arch/amd64-prologue-skip.exp: New file.
11302
11303 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11304
11305 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11306 is_address_zero_readable check.
11307
11308 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11309
11310 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11311 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11312
11313 2015-06-24 Yao Qi <yao.qi@linaro.org>
11314
11315 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11316 linux targets.
11317
11318 2015-06-24 Yao Qi <yao.qi@linaro.org>
11319
11320 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11321 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11322 * gdb.base/siginfo-thread.exp: Likewise.
11323
11324 2015-06-22 Yao Qi <yao.qi@linaro.org>
11325
11326 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11327
11328 2015-06-22 Yao Qi <yao.qi@linaro.org>
11329
11330 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11331 aarch64*-*-*.
11332 (skip_hw_watchpoint_tests): Likewise.
11333
11334 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11335
11336 * gdb.base/gdbinit-history.exp: Test the interaction between
11337 setting GDBHISTSIZE and setting the history size via .gdbinit.
11338
11339 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11340
11341 PR gdb/16999
11342 * gdb.base/gdbhistsize-history.exp: New test.
11343
11344 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11345
11346 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11347 with GDBHISTSIZE.
11348 * gdb.base/readline.exp: Likewise.
11349
11350 2015-06-17 Yao Qi <yao.qi@linaro.org>
11351
11352 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11353 line.
11354
11355 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11356
11357 * gdb.base/gdbinit-history.exp: Add test case to check that
11358 an unlimited history file does not get truncated on exit.
11359
11360 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11361
11362 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11363 (VECTOR): New macro. Use it...
11364 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11365 ...for these typedefs.
11366 (int8, char1, int1, double1): New typedefs.
11367 (struct just_int2, struct two_int2): New structures.
11368 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11369 (add_structvecs, add_singlevecs): New functions.
11370 (main): Call add_some_intvecs twice.
11371 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11372 the compile and exit upon failure. Try compiling for the "native"
11373 architecture. Test inferior function calls with vector arguments
11374 and vector return value handling with "finish" and "return".
11375
11376 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11377
11378 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11379 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11380 PE file.
11381 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11382
11383 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11384
11385 PR breakpoints/16465
11386 * gdb.mi/mi-dprintf-pending.c: New file.
11387 * gdb.mi/mi-dprintf-pending.exp: New test.
11388 * gdb.mi/mi-dprintf-pendshr.c: New file.
11389
11390 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11391 Mircea Gherzan <mircea.gherzan@intel.com>
11392
11393 * gdb.arch/i386-mpx-map.c: New file.
11394 * gdb.arch/i386-mpx-map.exp: New File.
11395
11396 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11397
11398 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11399 * gdb.arch/i386-mpx.exp: Indentation fixed.
11400
11401 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11402
11403 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11404 function and improved indentation.
11405 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11406 gdb_test_multiple. Added additional tests to skip the test.
11407
11408 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11409
11410 * gdb.arch/i386-avx512.c: Change path in include file.
11411 * gdb.arch/i386-avx512.exp: Change include dir path
11412 compilation flag.
11413 * gdb.arch/i386-mpx.c: Change path in include file.
11414 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11415 flag.
11416
11417 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11418
11419 * gdb.compile/compile-print.exp (compile print *vararray@3)
11420 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11421
11422 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11423
11424 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11425 (do not keep jit in memory): ... this.
11426 (expect 5): Change it to ...
11427 (expect no 5): ... this.
11428
11429 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11430
11431 PR gdb/15564
11432 * gdb.mi/mi-detach.exp: New file.
11433
11434 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11435
11436 PR symtab/18392
11437 * gdb.arch/amd64-tailcall-self.S: New file.
11438 * gdb.arch/amd64-tailcall-self.c: New file.
11439 * gdb.arch/amd64-tailcall-self.exp: New file.
11440
11441 2015-05-28 Don Breazeal <donb@codesourcery.com>
11442
11443 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11444 tests for remote targets by checking is_target_gdbserver.
11445
11446 2015-05-27 Doug Evans <dje@google.com>
11447
11448 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11449 * gdb.dwarf2/opaque-type-lookup.c: New file.
11450 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11451
11452 2015-05-26 Doug Evans <dje@google.com>
11453
11454 * gdb.cp/iostream.cc: New file.
11455 * gdb.cp/iostream.exp: New file.
11456
11457 2015-05-26 Doug Evans <dje@google.com>
11458
11459 * gdb.dwarf2/dw2-op-call.exp: Update.
11460 * gdb.dwarf2/dw4-sig-types.exp: Update.
11461 * gdb.dwarf2/implptr.exp: Update.
11462 * gdb.mi/mi-cmd-param-changed.exp: Update.
11463
11464 2015-05-26 Doug Evans <dje@google.com>
11465
11466 * gdb.python/py-lazy-string.c: New file.
11467 * gdb.python/py-lazy-string.exp: New file.
11468 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11469 (main): Update. Add estring3.
11470 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11471 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11472
11473 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11474 Yao Qi <yao.qi@linaro.org>
11475
11476 * gdb.reverse/aarch64.c: New.
11477 * gdb.reverse/aarch64.exp: New.
11478
11479 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11480
11481 * lib/gdb.exp (supports_process_record): Return true for
11482 aarch64*-linux*.
11483 (supports_reverse): Likewise.
11484
11485 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11486
11487 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11488 Use with_test_prefix.
11489
11490 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11491
11492 * gdb.base/completion.exp: Add test for completion of layout
11493 names.
11494
11495 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11496
11497 * lib/gdb.exp (skip_tui_tests): New proc.
11498 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11499
11500 2015-05-19 Pedro Alves <palves@redhat.com>
11501
11502 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11503 Save the whole env array instead of just HOME. Unset HISTSIZE in
11504 the environment while testing. Restore whole environment
11505 afterwards.
11506
11507 2015-05-16 Doug Evans <xdje42@gmail.com>
11508
11509 * gdb.guile/scm-ports.c: New file.
11510 * gdb.guile/scm-ports.exp: Add memory port tests.
11511
11512 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11513
11514 * gdb.compile/compile-print.c: New file.
11515 * gdb.compile/compile-print.exp: New file.
11516
11517 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11518
11519 * gdb.compile/compile-ops.exp: Cast param to void.
11520 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11521 (compile code struct_object.selffield = &struct_object): Add xfail.
11522
11523 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11524
11525 * gdb.ada/arr_enum_with_gap: New testcase.
11526
11527 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11528
11529 * gdb.ada/byte_packed_arr: New testcase.
11530
11531 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11532
11533 * gdb.ada/pckd_neg: New testcase.
11534
11535 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11536
11537 PR gdb/17820
11538 * gdb.base/gdbinit-history.exp: New test.
11539 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11540 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11541
11542 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11543
11544 * gdb.python/py-xmethods.cc: Enhance test case.
11545 * gdb.python/py-xmethods.exp: New tests.
11546 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11547 function.
11548 (B_indexoper): Likewise.
11549 (global_dm_list) : Add new xmethod worker functions.
11550
11551 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11552
11553 * gdb.base/coredump-filter.exp: Correctly unset
11554 "coredump_var_addr" array.
11555
11556 2015-05-08 Pedro Alves <palves@redhat.com>
11557
11558 * gdb.server/non-existing-program.exp: Unset spawn_id.
11559
11560 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11561
11562 PR python/18291
11563 * gdb.python/py-xmethods.exp: Add tests.
11564
11565 2015-05-08 Yao Qi <yao.qi@linaro.org>
11566
11567 PR gdb/18208
11568 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11569 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11570 function set_coredump_filter, and remove remote_exec call.
11571 Remove argument ipid. Callers update.
11572 (top level): Don't get inferior's PID.
11573
11574 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11575
11576 * gdb.base/watch_thread_num.exp: Skip test on targets without
11577 access watchpoints.
11578
11579 2015-05-06 Pedro Alves <palves@redhat.com>
11580
11581 PR server/18081
11582 * gdb.server/non-existing-program.exp: New file.
11583
11584 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11585
11586 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11587
11588 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11589
11590 * gdb.ada/out_of_line_in_inlined: New testcase.
11591
11592 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11593
11594 * gdb.ada/var_rec_arr: New testcase.
11595
11596 2015-04-30 Yao Qi <yao.qi@linaro.org>
11597
11598 * gdb.base/break-idempotent.exp: If
11599 skip_hw_watchpoint_multi_tests returns true, skip the tests
11600 on "rwatch" and "awatch".
11601
11602 2015-04-30 Yao Qi <yao.qi@linaro.org>
11603
11604 * gdb.base/relativedebug.exp: Invoke gdb command
11605 "info sharedlibrary", and if libc.so doesn't have debug info,
11606 skip the test.
11607
11608 2015-04-29 Doug Evans <dje@google.com>
11609
11610 * gdb.python/py-xmethods.exp: Add ptype tests.
11611 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11612 get_result_type method.
11613
11614 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11615
11616 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11617 the target does not support hardware watchpoints.
11618
11619 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11620
11621 * gdb.base/break-always.exp: Abort testing if writing to memory
11622 causes an error.
11623
11624 2015-04-28 Doug Evans <dje@google.com>
11625
11626 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11627 * gdb.python/py-pp-registration.exp: ... here. New file.
11628 * gdb.python/py-pp-registration.c: New file.
11629 * gdb.python/py-pp-registration.py: New file.
11630
11631 2015-04-28 Doug Evans <dje@google.com>
11632
11633 * gdb.python/py-bad-printers.c: New file.
11634 * gdb.python/py-bad-printers.py: New file.
11635 * gdb.python/py-bad-printers.exp: New file.
11636
11637 2015-04-28 Sasha Smundak <asmundak@google.com>
11638
11639 * gdb.python/py-type.exp: New test.
11640
11641 2015-04-28 Andy Wingo <wingo@igalia.com>
11642
11643 * gdb.python/py-parameter.exp:
11644 * gdb.guile/scm-parameter.exp: Escape the path that we are
11645 matching against, as it might contain characters that are special
11646 to regular expressions.
11647
11648 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11649
11650 * gdb.ada/rec_comp: New testcase.
11651
11652 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11653
11654 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11655 before using it.
11656
11657 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11658
11659 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11660 new tests for verilog output.
11661
11662 2015-04-24 Yao Qi <yao.qi@linaro.org>
11663
11664 * boards/remote-gdbserver-on-localhost.exp: New file.
11665
11666 2015-04-23 Pedro Alves <palves@redhat.com>
11667
11668 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11669 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11670 "end of file", remove $inferior_spawn_id from the indirect list.
11671
11672 2015-04-23 Pedro Alves <palves@redhat.com>
11673
11674 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11675
11676 2015-04-23 Pedro Alves <palves@redhat.com>
11677
11678 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11679 on $any_spawn_id instead of only on $gdb_spawn_id.
11680
11681 2015-04-21 Pierre Muller <muller@sourceware.org>
11682
11683 PR pascal/17815
11684 * lib/pascal.exp (gpc_compile): Add new option "class".
11685 (fpc_compile): Likewise.
11686 * gdb.pascal/case-insensitive-symbols.pas: New file.
11687 * gdb.pascal/case-insensitive-symbols.exp: New file.
11688
11689 2015-04-20 Gary Benson <gbenson@redhat.com>
11690
11691 * gdb.base/attach.exp: Fix three extended remote failures.
11692
11693 2015-04-17 Gary Benson <gbenson@redhat.com>
11694
11695 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11696 the main executable over the remote protocol.
11697
11698 2015-04-16 Pedro Alves <palves@redhat.com>
11699
11700 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11701 a new gdbserver if gdbserver_reconnect_p is set.
11702
11703 2015-04-16 Pedro Alves <palves@redhat.com>
11704
11705 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11706 is set, don't exit gdbserver.
11707
11708 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11709
11710 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11711 appropriate .insn, such that an older assembler can be used.
11712 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11713 the z/Architecture instruction set on 31-bit targets as well.
11714
11715 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11716
11717 * gdb.go/handcall.exp: Remove all logic related to the first
11718 breakpoint and rely on go_runto_main instead.
11719 * gdb.go/strings.exp: Likewise.
11720 * gdb.go/unsafe.exp: Likewise.
11721 * gdb.go/hello.exp: Likewise. Also rename the remaining
11722 breakpoint marker to "breakpoint 1".
11723 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11724 * gdb.go/strings.go: Likewise.
11725 * gdb.go/unsafe.go: Likewise.
11726 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11727 "set breakpoint 2 here" and rename the remaining breakpoint marker
11728 to "breakpoint 1".
11729
11730 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11731
11732 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11733 if itertools.imap is not present.
11734 * gdb.python/py-objfile.exp: Add parentheses.
11735 * gdb.python/py-type.exp: Same.
11736 * gdb.python/py-unwind-maint.py: Same.
11737
11738 2015-04-15 Yao Qi <yao.qi@linaro.org>
11739
11740 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11741 of ":$ptr_size" and set its form explicitly.
11742
11743 2015-04-15 Pedro Alves <palves@redhat.com>
11744 Yao Qi <yao.qi@linaro.org>
11745
11746 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11747 timeout by factor of 4.
11748 (test_regular_watch): Likewise.
11749 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11750 * gdb.reverse/sigall-reverse.exp: Likewise.
11751 * gdb.reverse/until-precsave.exp: Likewise.
11752 * lib/gdb.exp (with_timeout_factor): New proc.
11753 (gdb_expect): Move some code to ...
11754 (get_largest_timeout): ... here. New procedure.
11755
11756 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11757
11758 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11759
11760 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11761
11762 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11763 to write to the .text section.
11764
11765 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11766
11767 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11768 Handle the case of targets that do not provide PID information.
11769
11770 2015-04-13 Yao Qi <yao.qi@linaro.org>
11771
11772 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11773 and use expect instead of gdb_expect.
11774
11775 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11776
11777 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11778 "coredump_var_addr" to avoid naming conflict with other testcases.
11779
11780 2015-04-10 Pedro Alves <palves@redhat.com>
11781
11782 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11783 gdb_test_sequence and gdb_assert.
11784
11785 2015-04-10 Pedro Alves <palves@redhat.com>
11786
11787 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11788 test messages that don't include the breakpoint address.
11789
11790 2015-04-10 Yao Qi <yao.qi@linaro.org>
11791
11792 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11793 false for some offset and width combinations which aren't
11794 supported by linux kernel.
11795
11796 2015-04-10 Pedro Alves <palves@redhat.com>
11797
11798 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11799 procedure, factored out from ...
11800 (top level): ... here. Add "set displaced-stepping" testing axis.
11801 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11802 parameter "displaced". Use it.
11803 (top level): Use foreach and add "set displaced-stepping" testing
11804 axis.
11805
11806 2015-04-10 Pedro Alves <palves@redhat.com>
11807
11808 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11809 Remove comment.
11810 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11811 both the address of the instruction that triggers the watchpoint
11812 and the address of the instruction immediately after, and use
11813 those addresses for the test. Fix comment.
11814
11815 2015-04-10 Pedro Alves <palves@redhat.com>
11816
11817 * gdb.base/sigstep.exp (breakpoint_to_handler)
11818 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11819 Test "backtrace" in handler.
11820 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11821 (top level): Add new "displaced" test axis to
11822 breakpoint_to_handler, breakpoint_to_handler_entry and
11823 breakpoint_over_handler.
11824
11825 2015-04-10 Pedro Alves <palves@redhat.com>
11826
11827 PR gdb/18216
11828 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11829
11830 2015-04-10 Yao Qi <yao.qi@linaro.org>
11831
11832 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11833 (test_add_rn_pc): New function.
11834 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11835 (top level): Invoke test_add_rn_pc.
11836
11837 2015-04-10 Pedro Alves <palves@redhat.com>
11838
11839 PR gdb/13858
11840 * gdb.base/step-over-no-symbols.exp: New file.
11841
11842 2015-04-09 Andy Wingo <wingo@igalia.com>
11843
11844 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11845 after the Python tests.
11846
11847 2015-04-08 Keith Seitz <keiths@redhat.com>
11848
11849 PR python/16699
11850 * gdb.python/py-completion.exp: New tests for completion.
11851 * gdb.python/py-completion.py (CompleteLimit1): New class.
11852 (CompleteLimit2): Likewise.
11853 (CompleteLimit3): Likewise.
11854 (CompleteLimit4): Likewise.
11855 (CompleteLimit5): Likewise.
11856 (CompleteLimit6): Likewise.
11857 (CompleteLimit7): Likewise.
11858
11859 2015-04-08 Pedro Alves <palves@redhat.com>
11860
11861 PR gdb/18214
11862 PR gdb/18216
11863 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11864 function.
11865 (main): Install it as SIGUSR1 handler.
11866 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11867 parameter. Always use "setup" as prefix. Toggle "set
11868 displaced-stepping" off/on depending on global. Don't switch to
11869 thread 1 here.
11870 (top level): Add displaced stepping "off/on" test axis. Update
11871 "setup" calls. Wrap each subtest with with_test_prefix. Test
11872 continuing with a queued signal in each thread.
11873
11874 2015-04-08 Pedro Alves <palves@redhat.com>
11875
11876 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11877 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11878 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11879 Return early if running to main fails.
11880 * gdb.trace/while-stepping.exp: Likewise.
11881
11882 2015-04-07 Pedro Alves <palves@redhat.com>
11883
11884 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11885 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11886 interact with inferior program.
11887
11888 2015-04-07 Pedro Alves <palves@redhat.com>
11889
11890 * lib/gdb.exp (inferior_spawn_id): New global.
11891 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11892 spawn id after processing the user code.
11893 (default_gdb_start): Set inferior_spawn_id.
11894 (send_inferior): New procedure.
11895 * lib/gdbserver-support.exp (gdbserver_start): Set
11896 inferior_spawn_id.
11897 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11898
11899 2015-04-07 Pedro Alves <palves@redhat.com>
11900
11901 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11902 * lib/gdbserver-support.exp (gdbserver_start): Make
11903 $server_spawn_id global.
11904 (gdbserver_start): Don't wait for gdbserver's spawn id with
11905 expect_background.
11906 (close_gdbserver): New procedure.
11907 (gdb_exit): Rename the default version and reimplement.
11908
11909 2015-04-07 Pedro Alves <palves@redhat.com>
11910
11911 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11912 append the substituted item, not the original item.
11913
11914 2015-04-07 Pedro Alves <palves@redhat.com>
11915
11916 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11917 gdb_expect.
11918
11919 2015-04-07 Pedro Alves <palves@redhat.com>
11920
11921 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11922 output appearing once only.
11923
11924 2015-04-07 Pedro Alves <palves@redhat.com>
11925
11926 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11927 that doesn't expect anything. Return early if running to main
11928 fails.
11929
11930 2015-04-07 Yao Qi <yao.qi@linaro.org>
11931
11932 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11933 (child_function): Call alarm.
11934 (main): Move call to alarm into the loop.
11935 * gdb.threads/non-stop-fair-events.exp: Build program with
11936 -DTIMEOUT=$timeout.
11937
11938 2015-04-06 Doug Evans <xdje42@gmail.com>
11939
11940 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11941 Fix dest parameter to board_info.
11942 (fpc_compile): Ditto.
11943 (gdb_compile_pascal): Rename dest arg to destfile.
11944
11945 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11946
11947 * gdb.ada/funcall_ref.exp: New file.
11948 * gdb.ada/funcall_ref/foo.adb: New file.
11949
11950 2015-04-02 Yao Qi <yao.qi@linaro.org>
11951
11952 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11953 is remote.
11954
11955 2015-04-02 Gary Benson <gbenson@redhat.com>
11956
11957 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11958
11959 2015-04-01 Sasha Smundak <asmundak@google.com>
11960
11961 * gdb.python/py-unwind-maint.c: New file.
11962 * gdb.python/py-unwind-maint.exp: New test.
11963 * gdb.python/py-unwind-maint.py: New file.
11964 * gdb.python/py-unwind.c: New file.
11965 * gdb.python/py-unwind.exp: New test.
11966 * gdb.python/py-unwind.py: New test.
11967
11968 2015-04-01 Pedro Alves <palves@redhat.com>
11969
11970 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11971 to fail instead of non-existent $test.
11972
11973 2015-04-01 Pedro Alves <palves@redhat.com>
11974
11975 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11976 GDBFLAGS if not empty.
11977
11978 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11979
11980 * gdb.ada/complete.exp: Remove "multi_line".
11981 * gdb.ada/info_exc.exp: Remove "multi_line".
11982 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11983 * gdb.ada/ptype_field.exp: Remove "multi_line".
11984 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11985 * gdb.ada/tagged.exp: Remove "multi_line".
11986 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11987 [multi_line ...]
11988 * gdb.btrace/delta.exp: Likewise.
11989 * gdb.btrace/exception.exp: Likewise.
11990 * gdb.btrace/function_call_history.exp: Likewise.
11991 * gdb.btrace/instruction_history.exp: Likewise.
11992 * gdb.btrace/nohist.exp: Likewise.
11993 * gdb.btrace/record_goto.exp: Likewise.
11994 * gdb.btrace/segv.exp: Likewise.
11995 * gdb.btrace/stepi.exp: Likewise.
11996 * gdb.btrace/tailcall.exp: Likewise.
11997 * gdb.btrace/unknown_functions.exp: Likewise.
11998 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11999 * lib/gdb.exp: Add the "multi_line" helper.
12000
12001 2015-04-01 Pedro Alves <palves@redhat.com>
12002
12003 * gdb.threads/tid-reuse.c: New file.
12004 * gdb.threads/tid-reuse.exp: New file.
12005
12006 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12007
12008 PR corefiles/16092
12009 * gdb.base/coredump-filter.c: New file.
12010 * gdb.base/coredump-filter.exp: Likewise.
12011
12012 2015-03-27 Petr Machata <pmachata@redhat.com>
12013
12014 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12015 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12016 (Dwarf::assemble): Initialize them.
12017 (Dwarf::lines): New function.
12018
12019 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12020
12021 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12022 SYMBOL_PREFIX for x86_64-*-cygwin.
12023
12024 2015-03-26 Andy Wingo <wingo@igalia.com>
12025
12026 PR symtab/18148
12027 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12028 const_value but not a location.
12029 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12030 location defined in non-main CUs are visible.
12031
12032 2015-03-26 Yao Qi <yao.qi@linaro.org>
12033
12034 PR testsuite/18139
12035 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12036 Add a line number entry for the same line.
12037 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12038 Add a line number entry for the same line.
12039
12040 2015-03-26 Yao Qi <yao.qi@linaro.org>
12041
12042 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12043 .int 0.
12044 (func): Likewise. Add .Lfunc_1 label.
12045 Use .Lfunc_1 label.
12046 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12047 .int 0.
12048 (func): Likewise.
12049 Use .Lfunc_1 label.
12050
12051 2015-03-26 Yao Qi <yao.qi@linaro.org>
12052
12053 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12054 Call gdb_compile instead to compile each .s files without debug
12055 information.
12056
12057 2015-03-26 Yao Qi <yao.qi@linaro.org>
12058
12059 * gdb.base/savedregs.exp (process_saved_regs): Make
12060 "Saved registers:" optional in the pattern.
12061
12062 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12063
12064 * gdb.btrace/next.exp: Merged into step.exp.
12065 * gdb.btrace/finish.exp: Merged into step.exp.
12066 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12067 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12068 "record goto" and checking the exact replay position.
12069 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12070 check for "Recording format" in "info record" output.
12071 * gdb.btrace/record_goto.exp: Choose test file based on target.
12072 * gdb.btrace/x86-record_goto.S: Renamed into ...
12073 * gdb.btrace/x86_64-record_goto.S: ... this.
12074 * gdb.btrace/i686-record_goto.S: New.
12075 * gdb.btrace/x86-tailcall.S: Renamed into ...
12076 * gdb.btrace/x86_64-tailcall.S: ... this.
12077 * gdb.btrace/i686-tailcall.S: New.
12078 * gdb.btrace/x86-tailcall.c: Renamed into ...
12079 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12080 separate statements. Update test.
12081 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12082 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12083 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12084 * gdb.btrace/tailcall.exp: Choose test file based on target.
12085 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12086
12087 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12088
12089 * gdb.btrace/exception.exp: Increase BTS buffer size.
12090
12091 2015-03-24 Pedro Alves <palves@redhat.com>
12092
12093 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12094
12095 2015-03-24 Pedro Alves <palves@redhat.com>
12096
12097 * gdb.threads/schedlock.exp (test_step): No longer expect that
12098 "set scheduler-locking step" with "next" over a function call runs
12099 threads unlocked.
12100
12101 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12102
12103 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12104
12105 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12106
12107 PR breakpoints/16466
12108 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12109 * gdb.mi/mi-pending.c (thread_func): New function.
12110 (int main): Add threading support required.
12111 * gdb.mi/mi-pending.exp: Add tests for this issue.
12112 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12113 (pendfunc2): Remove stdio dependency.
12114 * gdb.mi/mi-pendshr2.c: New file.
12115
12116 2015-03-23 Keith Seitz <keiths@redhat.com>
12117
12118 * gdb.linespec/keywords.c: New file.
12119 * gdb.linespec/keywords.exp: New file.
12120
12121 2015-03-23 Keith Seitz <keiths@redhat.com>
12122
12123 PR gdb/18021
12124 * gdb.dwarf2/staticvirtual.exp: New test.
12125
12126 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12127
12128 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12129 * README: Remove HP-UX and gdb.hp.
12130 (configuration):
12131 * configure: Regenerate.
12132 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12133 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12134 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12135 gdb.hp/gdb.defects/Makefile.
12136 * gdb.hp/Makefile.in: File deleted.
12137 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12138 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12139 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12140 * gdb.hp/gdb.aCC/run.c: File deleted.
12141 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12142 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12143 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12144 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12145 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12146 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12147 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12148 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12149 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12150 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12151 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12152 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12153 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12154 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12155 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12156 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12157 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12158 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12159 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12160 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12161 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12162 * gdb.hp/gdb.compat/average.c: File deleted.
12163 * gdb.hp/gdb.compat/sum.c: File deleted.
12164 * gdb.hp/gdb.compat/xdb.c: File deleted.
12165 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12166 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12167 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12168 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12169 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12170 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12171 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12172 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12173 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12174 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12175 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12176 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12177 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12178 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12179 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12180 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12181 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12182 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12183 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12184 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12185 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12186 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12187 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12188 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12189 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12190 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12191 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12192 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12193 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12194 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12195 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12196 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12197 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12198 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12199 * gdb.hp/tools/odump: File deleted.
12200
12201 2015-03-19 Pedro Alves <palves@redhat.com>
12202
12203 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12204 (saw_thread_3): New globals.
12205 (top level): Increment them when an event for the corresponding
12206 thread is seen.
12207 (no thread starvation): New test.
12208
12209 2015-03-19 Pedro Alves <palves@redhat.com>
12210
12211 * gdb.threads/continue-pending-status.c: New file.
12212 * gdb.threads/continue-pending-status.exp: New file.
12213
12214 2015-03-18 Pedro Alves <palves@redhat.com>
12215
12216 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12217 Use gdb_is_target_remote instead of is_remote. Use
12218 gdb_test_multiple instead of gdb_expect. Exit early if
12219 gdb_test_multiple hits its internal matches. Tighten stepi tests
12220 expected output. Fail on exit with any signal, instead of just
12221 SIGILL.
12222
12223 2015-03-18 Yao Qi <yao.qi@linaro.org>
12224
12225 PR tdep/18107
12226 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12227 variable.
12228 * gdb.base/catch-syscall.exp: Don't skip it on
12229 aarch64*-*-linux* target. Remove elements in all_syscalls.
12230 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12231 target.
12232 (setup_all_syscalls): New proc.
12233
12234 2015-03-16 Yao Qi <yao.qi@linaro.org>
12235
12236 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12237 (top level): Skip tests if valid_addr_p returns false for
12238 $cmd1 or $cmd2.
12239
12240 2015-03-11 Andy Wingo <wingo@igalia.com>
12241
12242 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12243
12244 2015-03-11 Yao Qi <yao.qi@linaro.org>
12245
12246 * gdb.base/catch-syscall.exp: Fix typo in comments.
12247
12248 2015-03-11 Yao Qi <yao.qi@linaro.org>
12249
12250 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12251
12252 2015-03-09 Pedro Alves <palves@redhat.com>
12253
12254 * dg-extract-results.py: Delete.
12255
12256 2015-03-09 Pedro Alves <palves@redhat.com>
12257
12258 Merge dg-extract-results.sh from GCC upstream (r218843).
12259
12260 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12261 * dg-extract-results.sh: Use --text with grep to avoid issues with
12262 binary files. Fall back to cat -v, if that doesn't work.
12263
12264 2015-03-05 Pedro Alves <palves@redhat.com>
12265
12266 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12267
12268 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12269
12270 * lib/mi-support.exp (mi_expect_interrupt): Accept
12271 alternative event for when in all-stop mode.
12272
12273 2015-03-04 Pedro Alves <palves@redhat.com>
12274
12275 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12276
12277 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12278
12279 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12280
12281 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12282
12283 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12284 regexps for GDB's current line display, accept a hex address
12285 preceding the line number.
12286
12287 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12288
12289 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12290 the 'arch1' variable for "s390*-linux*" targets.
12291
12292 2015-03-04 Pedro Alves <palves@redhat.com>
12293
12294 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12295 (main): Pass missing retval argument to pthread_join call.
12296
12297 2015-03-02 Pedro Alves <palves@redhat.com>
12298
12299 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12300 (top level): Call do_test with non-stop as well.
12301
12302 2015-03-02 Pedro Alves <palves@redhat.com>
12303
12304 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12305 -1.
12306
12307 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12308
12309 * gdb.arch/s390-vregs.exp: New test.
12310 * gdb.arch/s390-vregs.S: New file.
12311
12312 2015-02-27 Pedro Alves <palves@redhat.com>
12313
12314 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12315 call to catch_command_errors.
12316 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12317 catch_command_errors.
12318
12319 2015-02-27 Pedro Alves <palves@redhat.com>
12320
12321 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12322 "true" for boolean result.
12323 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12324 prototype of main.
12325
12326 2015-02-27 Pedro Alves <palves@redhat.com>
12327
12328 * lib/unbuffer_output.c: New file.
12329 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12330 (main): Call gdb_unbuffer_output.
12331
12332 2015-02-27 Yao Qi <yao.qi@linaro.org>
12333
12334 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12335 target.
12336
12337 2015-02-26 Doug Evans <dje@google.com>
12338
12339 * gdb.cp/class2.cc (Dbase, D): New classes.
12340 (main): New local delta.
12341 * gdb.cp/class2.exp: Test printing delta.
12342 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12343 (dynbar): New global.
12344 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12345
12346 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12347
12348 * gdb.compile/compile-ifunc.c: New file.
12349 * gdb.compile/compile-ifunc.exp: New file.
12350
12351 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12352
12353 * gdb.base/structs.exp: Check for correct struct on finish.
12354
12355 2015-02-26 Yao Qi <yao.qi@linaro.org>
12356
12357 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12358 is zero.
12359
12360 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12361
12362 * gdb.arch/cordic.ko.bz2: New file.
12363 * gdb.arch/cordic.ko.debug.bz2: New file.
12364 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12365
12366 2015-02-25 Yao Qi <yao.qi@linaro.org>
12367
12368 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12369 aarch64*-*-* target.
12370
12371 2015-02-23 Pedro Alves <palves@redhat.com>
12372
12373 * lib/gdb.exp (delete_breakpoints): Rewrite using
12374 gdb_test_multiple.
12375
12376 2015-02-23 Pedro Alves <palves@redhat.com>
12377
12378 * gdb.base/info-os.c: Include stdlib.h.
12379
12380 2015-02-22 Doug Evans <xdje42@gmail.com>
12381
12382 PR symtab/17855
12383 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12384 is read after symbols have been re-read.
12385 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12386 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12387
12388 2015-02-21 Doug Evans <dje@google.com>
12389
12390 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12391
12392 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12393
12394 PR corefiles/17808
12395 * gdb.arch/i386-biarch-core.core.bz2: New file.
12396 * gdb.arch/i386-biarch-core.exp: New file.
12397
12398 2015-02-21 Pedro Alves <palves@redhat.com>
12399
12400 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12401 runto_main fails.
12402
12403 2015-02-20 Pedro Alves <palves@redhat.com>
12404
12405 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12406 info probes.
12407
12408 2015-02-20 Pedro Alves <palves@redhat.com>
12409
12410 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12411
12412 2015-02-20 Pedro Alves <palves@redhat.com>
12413
12414 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12415 clean_restart before gdb_target_supports_trace.
12416
12417 2015-02-20 Pedro Alves <palves@redhat.com>
12418
12419 PR threads/18006
12420 * gdb.threads/clone-thread_db.c: New file.
12421 * gdb.threads/clone-thread_db.exp: New file.
12422
12423 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12424
12425 PR breakpoints/16812
12426 * gdb.base/catch-gdb-caused-signals.c: New file.
12427 * gdb.base/catch-gdb-caused-signals.exp: New file.
12428
12429 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12430
12431 * configure: Regenerated.
12432 * configure.ac: Use GDB_AC_TRANSFORM.
12433 * aclocal.m4: sinclude ../transform.m4.
12434
12435 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12436
12437 * lib/dtrace.exp: New file.
12438 * gdb.base/dtrace-probe.exp: Likewise.
12439 * gdb.base/dtrace-probe.d: Likewise.
12440 * gdb.base/dtrace-probe.c: Likewise.
12441 * lib/pdtrace.in: Likewise.
12442 * configure.ac: Output variables with the transformed names of
12443 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12444 * configure: Regenerated.
12445
12446 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12447
12448 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12449 expected message when trying to access $_probe_* convenience
12450 variables while not on a probe.
12451
12452 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12453
12454 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12455
12456 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12457
12458 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12459 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12460
12461 2015-02-10 Doug Evans <xdje42@gmail.com>
12462
12463 * lib/gdb.exp (gdb_load): Always return a result.
12464
12465 2015-02-10 Pedro Alves <palves@redhat.com>
12466
12467 * gdb.threads/signal-sigtrap.c: New file.
12468 * gdb.threads/signal-sigtrap.exp: New file.
12469
12470 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12471
12472 * gdb.trace/no-attach-trace.c: New file.
12473 * gdb.trace/no-attach-trace.exp: New file.
12474
12475 2015-02-09 Mark Wielaard <mjw@redhat.com>
12476
12477 * gdb.dwarf2/atomic.c: New file.
12478 * gdb.dwarf2/atomic-type.exp: Likewise.
12479
12480 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12481
12482 * gdb.btrace/buffer-size.exp: Update "info record" output.
12483 * gdb.btrace/delta.exp: Update "info record" output.
12484 * gdb.btrace/enable.exp: Update "info record" output.
12485 * gdb.btrace/finish.exp: Update "info record" output.
12486 * gdb.btrace/instruction_history.exp: Update "info record" output.
12487 * gdb.btrace/next.exp: Update "info record" output.
12488 * gdb.btrace/nexti.exp: Update "info record" output.
12489 * gdb.btrace/step.exp: Update "info record" output.
12490 * gdb.btrace/stepi.exp: Update "info record" output.
12491 * gdb.btrace/nohist.exp: Update "info record" output.
12492
12493 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12494
12495 * gdb.btrace/buffer-size: New.
12496
12497 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12498
12499 * gdb.btrace/delta.exp: Update "info record" output.
12500 * gdb.btrace/enable.exp: Update "info record" output.
12501 * gdb.btrace/finish.exp: Update "info record" output.
12502 * gdb.btrace/instruction_history.exp: Update "info record" output.
12503 * gdb.btrace/next.exp: Update "info record" output.
12504 * gdb.btrace/nexti.exp: Update "info record" output.
12505 * gdb.btrace/step.exp: Update "info record" output.
12506 * gdb.btrace/stepi.exp: Update "info record" output.
12507 * gdb.btrace/nohist.exp: Update "info record" output.
12508
12509 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12510
12511 PR gdb/15678
12512 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12513
12514 2015-02-06 Pedro Alves <palves@redhat.com>
12515
12516 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12517 macro.
12518 (seconds_left, again): New globals.
12519 (main): Wait seconds_left in a 1-second sleep loop instead of
12520 sleeping 180 seconds. If 'again' is set, reset the seconds
12521 counter.
12522 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12523 'again' in the inferior before detaching. Print the seconds left.
12524 (options): New global.
12525 (top level): Build program with -DTIMEOUT=$timeout.
12526
12527 2015-02-06 Pedro Alves <palves@redhat.com>
12528
12529 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12530 determine how many seconds to pass to 'alarm'.
12531 * gdb.base/gdb-sigterm.exp (top level): Build program with
12532 -DTIMEOUT=$timeout.
12533 (do_test): Return success/failure indication. Add more verbose
12534 logging. Don't fail if 200 single steps are seen. Instead, fail
12535 when the test times out.
12536 (passes): New global.
12537 (top level): Break the testing loop if testing fails on any
12538 iteration. Use gdb_assert.
12539
12540 2015-02-04 Don Breazeal <donb@codesourcery.com>
12541
12542 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12543 and initialize them.
12544 (ipc_cleanup): New function.
12545 (main): Don't declare shmid, semid, and msqid. Add a call to
12546 atexit so that we call ipc_cleanup on exit.
12547
12548 2015-02-04 Pedro Alves <palves@redhat.com>
12549
12550 * boards/native-extended-gdbserver.exp: Remove any target variant
12551 specifications from the board name before clearing the isremote
12552 flag from board_info.
12553
12554 2015-01-31 Doug Evans <xdje42@gmail.com>
12555
12556 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12557
12558 2015-01-31 Gary Benson <gbenson@redhat.com>
12559
12560 * gdb.base/completion.exp: Disable completion limiting for
12561 existing tests. Add new tests to check completion limiting.
12562 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12563
12564 2015-01-31 Doug Evans <xdje42@gmail.com>
12565
12566 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12567
12568 2015-01-31 Doug Evans <xdje42@gmail.com>
12569
12570 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12571 entries. Duplicate file section script entries.
12572 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12573 inlined entries. Add test for safe-path rejection.
12574 * gdb.python/py-section-script.c: Add duplicate inlined section script
12575 entries. Duplicate file section script entries.
12576 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12577 inlined entries. Add test for safe-path rejection.
12578
12579 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12580
12581 * gdb.ada/disc_arr_bound: New testcase.
12582
12583 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12584
12585 * gdb.ada/mi_var_array: New testcase.
12586
12587 2015-01-27 Doug Evans <dje@google.com>
12588
12589 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12590 Add test for objfile.filename, objfile.username after objfile
12591 has been unloaded.
12592
12593 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12594
12595 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12596 the second test to print the name attribute of value
12597 returned by the call to gdb.lookup_type, and adjust
12598 the expected output accordingly.
12599
12600 2015-01-25 Mark Wielaard <mjw@redhat.com>
12601
12602 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12603 * gdb.base/disp-step-fork.c: Include unistd.h.
12604 * gdb.base/siginfo-obj.c: Include stdio.h.
12605 * gdb.base/siginfo-thread.c: Likewise.
12606 * gdb.mi/non-stop.c: Include unistd.h.
12607 * gdb.mi/nsthrexec.c: Include stdio.h.
12608 * gdb.mi/pthreads.c: Include unistd.h.
12609 * gdb.modula2/unbounded1.c (main): Declare returns int.
12610 * gdb.reverse/consecutive-reverse.c: Likewise.
12611 * gdb.threads/create-fail.c: Include unistd.h.
12612 * gdb.threads/killed.c: Likewise.
12613 * gdb.threads/linux-dp.c: Likewise.
12614 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12615 * gdb.threads/non-ldr-exc-2.c: Likewise.
12616 * gdb.threads/non-ldr-exc-3.c: Likewise.
12617 * gdb.threads/non-ldr-exc-4.c: Likewise.
12618 * gdb.threads/pthreads.c: Include unistd.h.
12619 (main): Declare returns int.
12620 * gdb.threads/tls-main.c (foo): New declaration.
12621 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12622
12623 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12624
12625 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12626 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12627
12628 2015-01-15 Mark Wielaard <mjw@redhat.com>
12629
12630 * gdb.base/noreturn-return.c: New file.
12631 * gdb.base/noreturn-return.exp: New file.
12632 * gdb.base/noreturn-finish.c: New file.
12633 * gdb.base/noreturn-finish.exp: New file.
12634
12635 2015-01-23 Pedro Alves <palves@redhat.com>
12636
12637 * gdb.threads/continue-pending-after-query.c: New file.
12638 * gdb.threads/continue-pending-after-query.exp: New file.
12639
12640 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12641 Simon Marchi <simon.marchi@ericsson.com>
12642
12643 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12644 * gdb.base/valgrind-db-attach.exp: Same.
12645 * gdb.base/valgrind-infcall.exp: Same.
12646 * lib/mi-support.exp (default_mi_gdb_start): Same.
12647 * lib/prompt.exp (default_prompt_gdb_start): Same.
12648 * lib/gdb.exp (default_gdb_spawn): Same.
12649 (gdb_interact): New.
12650
12651
12652 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12653
12654 * gdb.compile/compile.exp (pointer to jit function): New test.
12655
12656 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12657
12658 * lib/gdb.exp (supports_process_record): Return true for
12659 powerpc*-*-linux*.
12660 (supports_reverse): Likewise.
12661
12662 2015-01-15 Don Breazeal <donb@codesourcery.com>
12663
12664 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12665 instead of checking whether the target board is remote and
12666 use spawn_wait_for_attach instead of exec/sleep.
12667 * gdb.base/attach-twice.exp: Likewise.
12668
12669 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12670
12671 * gdb.ada/var_arr_attrs: New testcase.
12672
12673 2015-01-14 Pedro Alves <palves@redhat.com>
12674 Joel Brobecker <brobecker@adacore.com>
12675
12676 PR gdb/17525
12677 * gdb.base/bp-cmds-execution-x-script.c: New file.
12678 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12679 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12680
12681 2015-01-14 Pedro Alves <palves@redhat.com>
12682
12683 PR cli/17828
12684 * gdb.base/batch-preserve-term-settings.c: New file.
12685 * gdb.base/batch-preserve-term-settings.exp: New file.
12686
12687 2015-01-13 Doug Evans <dje@google.com>
12688
12689 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12690 binary.
12691
12692 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12693
12694 * Makefile.in (clean mostlyclean): Do not delete *.py.
12695
12696 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12697
12698 * gdb.python/py-lookup-type.exp: New file.
12699
12700 2015-01-12 Pedro Alves <palves@redhat.com>
12701
12702 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12703 restore GDBFLAGS before returning.
12704
12705 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12706
12707 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12708 is_amd64_regs_target and is_x86_like_target.
12709
12710 2015-01-11 Doug Evans <xdje42@gmail.com>
12711
12712 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12713 is given without an explicit form.
12714 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12715 attributes.
12716 * gdb.dwarf/corrupt.exp: Ditto.
12717 * gdb.dwarf2/enum-type.exp: Ditto.
12718 * gdb.trace/entry-values.exp: Ditto.
12719 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12720
12721 2015-01-11 Doug Evans <xdje42@gmail.com>
12722
12723 PR gdb/15830
12724 * gdb.base/maint.exp: Remove references to "maint demangle".
12725 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12726 Add tests for explicitly specifying language to demangle.
12727 * gdb.dlang/demangle.exp: Ditto.
12728
12729 2015-01-09 Pedro Alves <palves@redhat.com>
12730
12731 * gdb.threads/non-stop-fair-events.c: New file.
12732 * gdb.threads/non-stop-fair-events.exp: New file.
12733
12734 2015-01-09 Pedro Alves <palves@redhat.com>
12735
12736 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12737 the global scope. Set a breakpoint after all threads are started
12738 rather than stepping over two source lines. Expect the prompt.
12739 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12740 global.
12741 (NUM): Now 15.
12742 (main): Use threads_started_barrier to wait for all threads to
12743 start. Main thread no longer calls thread_function. Exit after
12744 180 seconds.
12745 (loop): New function.
12746 (thread_function): Wait on threads_started_barrier barrier. Call
12747 'loop' at each iteration.
12748 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12749 threads have started, instead of hardcoding number of "next"
12750 steps. Use an access watchpoint instead of a write watchpoint.
12751
12752 2015-01-09 Pedro Alves <palves@redhat.com>
12753
12754 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12755 (thread_func): Wait on barrier.
12756 (main): Wait for all threads to start before stopping GDB.
12757 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12758 global.
12759 (thread1_func, thread2_func): Wait on barrier.
12760 (main): Wait for all threads to start before stopping GDB.
12761 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12762 New global.
12763 (thread1_func, thread2_func): Wait on barrier.
12764 (main): Wait for all threads to start before stopping GDB.
12765
12766 2015-01-09 Pedro Alves <palves@redhat.com>
12767
12768 * gdb.threads/attach-many-short-lived-threads.c: New file.
12769 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12770
12771 2014-01-09 Pedro Alves <palves@redhat.com>
12772
12773 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12774 instead of to thread 2.
12775 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12776 Add barrier around each pthread_create call instead of around all
12777 calls.
12778 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12779 Set a break on thread_function and have the child threads hit it
12780 one at at a time.
12781
12782 2015-01-09 Pedro Alves <palves@redhat.com>
12783
12784 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12785 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12786 false.
12787 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12788 checking whether the target board is remote.
12789 * gdb.multi/multi-attach.exp: Likewise.
12790 * gdb.python/py-sync-interp.exp: Likewise.
12791 * gdb.server/ext-attach.exp: Likewise.
12792 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12793 tests that need to attach, instead of checking whether the target
12794 board is remote at the top of the file.
12795
12796 2015-01-08 Yao Qi <yao@codesourcery.com>
12797
12798 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12799
12800 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12801
12802 Fix testcase compilation.
12803 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12804
12805 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12806
12807 * gdb.python/py-type.exp: Add a couple test about empty
12808 array creation, and negative-length array creation.
12809
12810 2015-01-02 Doug Evans <xdje42@gmail.com>
12811
12812 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12813
12814 2015-01-02 Doug Evans <dje@google.com>
12815
12816 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12817
12818 2014-12-29 Yao Qi <yao@codesourcery.com>
12819
12820 * gdb.trace/entry-values.exp: Update comments. Rename variable
12821 bar_call_foo to returned_from_foo.
12822
12823 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12824
12825 PR gdb/17394
12826 * gdb.linespec/break-asm-file.c: New file.
12827 * gdb.linespec/break-asm-file.exp: New file.
12828 * gdb.linespec/break-asm-file0.s: New file.
12829 * gdb.linespec/break-asm-file1.s: New file.
12830
12831 2014-12-18 Nigel Stephens <nigel@mips.com>
12832 Maciej W. Rozycki <macro@codesourcery.com>
12833
12834 * gdb.base/float.exp: Handle the new output from "info float" on
12835 MIPS targets.
12836
12837 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12838
12839 Fix MinGW compilation.
12840 * gdb.compile/compile-ops.exp: Update untested message if
12841 !skip_compile_feature_tests.
12842 * gdb.compile/compile-setjmp.exp: Likewise.
12843 * gdb.compile/compile-tls.exp: Likewise.
12844 * gdb.compile/compile.exp: Likewise.
12845 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12846 supported on this host".
12847
12848 2014-12-16 Doug Evans <xdje42@gmail.com>
12849
12850 * boards/stabs.exp: New file.
12851
12852 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12853
12854 * gdb.base/completion.exp: Adjust to format changes of "maint
12855 print user-registers".
12856
12857 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12858
12859 PR server/17457
12860 * gdb.arch/aarch64-fp.c: New file.
12861 * gdb.arch/aarch64-fp.exp: New file.
12862
12863 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12864
12865 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12866 r210637, r210913, r211666, r215400, r215817).
12867
12868 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12869 * dg-extract-results.py: New file.
12870 * dg-extract-results.sh: Use it if the environment seems
12871 suitable.
12872
12873 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12874
12875 * dg-extract-results.py (parse_run): Handle warnings that
12876 are printed before a test harness is run.
12877
12878 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12879
12880 * dg-extract-results.py (Named): Remove __cmp__ method.
12881 (output_variation): Use a key to sort variation.harnesses.
12882
12883 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12884
12885 * dg-extract-results.py: For Python 3, force sys.stdout to
12886 handle surrogate escape sequences.
12887 (safe_open): New function.
12888 (output_segment, main): Use it.
12889
12890 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12891
12892 * dg-extract-results.py (Prog.result_re): Include options
12893 in test name.
12894
12895 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12896
12897 * dg-extract-results.py (output_variation): Always sort if
12898 do_sum.
12899
12900 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12901
12902 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12903 as long as we get pagination notifications.
12904
12905 2014-12-15 Jason Merrill <jason@redhat.com>
12906
12907 * Makefile.in (check-gdb.%): Restore.
12908 * README: Mention it.
12909
12910 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12911
12912 * gdb.ada/str_uninit: New testcase.
12913
12914 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12915
12916 PR symtab/17642
12917 * gdb.base/vla-stub-define.c: New file.
12918 * gdb.base/vla-stub.c: New file.
12919 * gdb.base/vla-stub.exp: New file.
12920
12921 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12922 Jan Kratochvil <jan.kratochvil@redhat.com>
12923 Tom Tromey <tromey@redhat.com>
12924
12925 * configure.ac: Add gdb.compile/.
12926 * configure: Regenerate.
12927 * gdb.compile/Makefile.in: New file.
12928 * gdb.compile/compile-ops.exp: New file.
12929 * gdb.compile/compile-ops.c: New file.
12930 * gdb.compile/compile-tls.c: New file.
12931 * gdb.compile/compile-tls.exp: New file.
12932 * gdb.compile/compile-constvar.S: New file.
12933 * gdb.compile/compile-constvar.c: New file.
12934 * gdb.compile/compile-mod.c: New file.
12935 * gdb.compile/compile-nodebug.c: New file.
12936 * gdb.compile/compile-setjmp-mod.c: New file.
12937 * gdb.compile/compile-setjmp.c: New file.
12938 * gdb.compile/compile-setjmp.exp: New file.
12939 * gdb.compile/compile-shlib.c: New file.
12940 * gdb.compile/compile.c: New file.
12941 * gdb.compile/compile.exp: New file.
12942 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12943
12944 2014-12-12 Tom Tromey <tromey@redhat.com>
12945
12946 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12947 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12948
12949 2014-12-12 Doug Evans <dje@google.com>
12950
12951 * lib/gdb-python.exp (get_python_valueof): New function.
12952 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12953
12954 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12955
12956 * gdb.base/completion.exp: Add test for completion of "info
12957 registers ".
12958
12959 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12960
12961 * gdb.base/func-ptrs.c: New file.
12962 * gdb.base/func-ptrs.exp: New file.
12963
12964 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12965
12966 PR breakpoints/17012
12967 * gdb.base/dprintf-detach.c: New file.
12968 * gdb.base/dprintf-detach.exp: New file.
12969
12970 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12971
12972 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12973 * lib/gdb.exp (target_is_gdbserver): New procedure.
12974
12975 2014-12-08 Doug Evans <dje@google.com>
12976
12977 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12978
12979 2014-12-05 Yao Qi <yao@codesourcery.com>
12980
12981 * gdb.guile/scm-error.exp: Remove the third argument to
12982 gdb_remote_download.
12983 * gdb.guile/scm-frame-args.exp: Likewise.
12984 * gdb.guile/scm-section-script.exp: Likewise.
12985
12986 2014-12-05 Yao Qi <yao@codesourcery.com>
12987
12988 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12989
12990 2014-12-04 Doug Evans <dje@google.com>
12991
12992 * gdb.python/py-objfile.exp: Add tests for
12993 objfile.add_separate_debug_file.
12994
12995 2014-12-04 Doug Evans <dje@google.com>
12996
12997 * lib/gdb.exp (get_build_id): New function.
12998 (build_id_debug_filename_get): Rewrite to use it.
12999 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13000
13001 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13002
13003 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13004 `method(long)', not just 0x0.
13005 * gdb.cp/nsalias.exp: Align code labels to 4.
13006 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13007 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13008 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13009 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13010 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13011 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13012
13013 2014-12-02 Doug Evans <dje@google.com>
13014
13015 PR symtab/17602
13016 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13017 * gdb.cp/anon-ns2.cc: ... here. New file.
13018 * gdb.cp/anon-ns.exp: Update.
13019
13020 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13021
13022 * gdb.python/py-events.py (inferior_call_handler): New.
13023 (register_changed_handler, memory_changed_handler): New.
13024 (test_events.invoke): Register new handlers.
13025 * gdb.python/py-events.exp: Add tests for inferior call,
13026 memory_changed and register_changed events.
13027
13028 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13029
13030 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13031 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13032 if the linker doesn't understand this.
13033
13034 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13035
13036 * gdb.python/python.exp: Change expected reply to help().
13037
13038 2014-12-01 Yao Qi <yao@codesourcery.com>
13039
13040 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13041 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13042 * configure: Re-generated.
13043
13044 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13045
13046 * gdb.cp/chained-calls.cc: New file.
13047 * gdb.cp/chained-calls.exp: New file.
13048 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13049
13050 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13051
13052 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13053 * gdb.dwarf2/symtab-producer.exp: Same.
13054 * gdb.gdb/python-interrupts.exp: Same.
13055 * gdb.gdb/python-selftest.exp: Same.
13056 * gdb.python/py-linetable.exp: Same.
13057 * gdb.python/py-type.exp: Same.
13058 * gdb.python/py-value-cc.exp: Same.
13059 * gdb.python/py-value.exp: Same.
13060
13061 2014-11-28 Yao Qi <yao@codesourcery.com>
13062
13063 * gdb.base/break-probes.exp: Match library name prefixed with
13064 sysroot.
13065
13066 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13067
13068 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13069 test expected output. Add parentheses for the call to print.
13070 Remove L suffix from integers.
13071
13072 2014-11-26 Doug Evans <dje@google.com>
13073
13074 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13075
13076 2014-11-22 Yao Qi <yao@codesourcery.com>
13077
13078 * gdb.trace/entry-values.c: Remove asms.
13079 (foo): Add foo_label.
13080 (bar): Add bar_label.
13081 * gdb.trace/entry-values.exp: Remove code computing foo's
13082 length and bar's length.
13083 (Dwarf::assemble): Invoke function_range for bar and use
13084 MACRO_AT_func for foo.
13085
13086 2014-11-22 Yao Qi <yao@codesourcery.com>
13087
13088 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13089 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13090 Use .Lgcc43_procstart instead of gcc43.
13091
13092 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13093
13094 * gdb.ada/n_arr_bound: New testcase.
13095
13096 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13097
13098 PR breakpoints/10737
13099 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13100 test_catch_syscall_multi_arch.
13101 (test_catch_syscall_multi_arch): New function.
13102
13103 2014-11-20 Doug Evans <xdje42@gmail.com>
13104
13105 * gdb.base/maint.exp: Update expected output.
13106
13107 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13108
13109 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13110 4-byte instruction on S390.
13111
13112 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13113
13114 * gdb.ada/arr_arr: New testcase.
13115
13116 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13117
13118 * gdb.ada/pkd_arr_elem: New Testcase.
13119
13120 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13121
13122 * gdb.reverse/break-precsave: Expect completion message for
13123 core file reads.
13124 * gdb.reverse/consecutive-precsave.exp: Likewise.
13125 * gdb.reverse/finish-precsave.exp: Likewise.
13126 * gdb.reverse/i386-precsave.exp: Likewise.
13127 * gdb.reverse/machinestate-precsave.exp: Likewise.
13128 * gdb.reverse/sigall-precsave.exp: Likewise.
13129 * gdb.reverse/solib-precsave.exp: Likewise.
13130 * gdb.reverse/step-precsave.exp: Likewise.
13131 * gdb.reverse/until-precsave.exp: Likewise.
13132 * gdb.reverse/watch-precsave.exp: Likewise.
13133
13134 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13135
13136 * gdb.base/bp-permanent.c: Include unistd.h.
13137 * gdb.python/py-framefilter-mi.c (main): Add return type.
13138 * gdb.python/py-framefilter.c (main): Likewise.
13139 * gdb.trace/actions-changed.c (main): Likewise.
13140
13141 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13142
13143 * gdb.mi/until.c: Add eye-catchers.
13144 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13145 line numbers.
13146
13147 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13148
13149 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13150 function header variants in break1.c.
13151 * gdb.base/ena-dis-br.exp: Likewise.
13152 * gdb.base/hbreak2.exp: Likewise.
13153 * gdb.reverse/until-precsave.exp: Drop references to removed
13154 non-prototype function header variants in ur1.c.
13155 * gdb.reverse/until-reverse.exp: Likewise.
13156
13157 2014-11-17 Petr Machata <pmachata@redhat.com>
13158
13159 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13160 ${_cu_offset_size} bytes abbrev offset.
13161
13162 2014-11-15 Doug Evans <xdje42@gmail.com>
13163
13164 PR symtab/17559
13165 * gdb.base/line-symtabs.exp: New file.
13166 * gdb.base/line-symtabs.c: New file.
13167 * gdb.base/line-symtabs.h: New file.
13168
13169 2014-11-14 Yao Qi <yao@codesourcery.com>
13170
13171 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13172 (func): Add label func_label.
13173 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13174 Replace low_pc and high_pc with MACRO_AT_range.
13175 Replace name, low_pc and high_pc with MACRO_AT_func.
13176
13177 2014-11-14 Yao Qi <yao@codesourcery.com>
13178
13179 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13180 Replace name, low_pc and high_pc with MACRO_AT_func.
13181
13182 2014-11-14 Yao Qi <yao@codesourcery.com>
13183
13184 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13185 produce debug information.
13186 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13187
13188 2014-11-14 Yao Qi <yao@codesourcery.com>
13189
13190 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13191 object and get function length.
13192 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13193 with MACRO_AT_func.
13194 (top-level): Replace gdb_compile and clean_restart with
13195 prepare_for_testing.
13196 * gdb.dwarf2/main.c (main): Add label main_label.
13197
13198 2014-11-14 Yao Qi <yao@codesourcery.com>
13199
13200 * lib/dwarf.exp (function_range): New procedure.
13201 (Dwarf::_handle_macro_at_func): New procedure.
13202 (Dwarf::_handle_macro_at_range): New procedure.
13203 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13204
13205 2014-11-14 Yao Qi <yao@codesourcery.com>
13206
13207 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13208 (_handle_attribute): New procedure.
13209
13210 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13211
13212 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13213 * gdb.base/call-sc.c (zed): Likewise.
13214 * gdb.base/checkpoint.c (main): Likewise.
13215 * gdb.base/dump.c (main): Likewise.
13216 * gdb.base/gcore.c (main): Likewise.
13217 * gdb.base/huge.c (main): Likewise.
13218 * gdb.base/multi-forks.c (main): Likewise.
13219 * gdb.base/pr10179-a.c (main): Likewise.
13220 * gdb.base/savedregs.c (main): Likewise.
13221 * gdb.base/sigaltstack.c (main): Likewise.
13222 * gdb.base/siginfo.c (main): Likewise.
13223 * gdb.base/structs.c (zed): Likewise.
13224 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13225 * gdb.mi/mi-syn-frame.c (main): Likewise.
13226 * gdb.mi/until.c (foo, main): Likewise.
13227 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13228 * gdb.base/solib-weak.c (foo): Declare.
13229 * gdb.base/attach-twice.c: Include stdio.h.
13230 * gdb.base/weaklib1.c: Likewise.
13231 * gdb.base/weaklib2.c: Likewise.
13232 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13233 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13234 unistd.h.
13235 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13236 * gdb.mi/mi-exit-code.c: Likewise.
13237 * gdb.base/break-interp-lib.c: Include string.h.
13238 * gdb.base/coremaker.c: Likewise.
13239 * gdb.base/testenv.c: Likewise.
13240 * gdb.python/py-finish-breakpoint.c: Likewise.
13241 * gdb.base/inferior-died.c: Include sys/wait.h.
13242 * gdb.base/fileio.c: Include time.h.
13243 * gdb.base/async-shell.c: Include unistd.h.
13244 * gdb.base/dprintf-non-stop.c: Likewise.
13245 * gdb.base/info-os.c: Likewise.
13246 * gdb.mi/mi-console.c: Likewise.
13247 * gdb.mi/watch-nonstop.c: Likewise.
13248 * gdb.python/py-events.c: Likewise.
13249 * gdb.base/async.c (baz): Move up before its invocation.
13250 * gdb.base/code_elim2.c (my_global_func): Likewise.
13251 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13252 * gdb.base/advance.c (func2): Likewise.
13253
13254 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13255
13256 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13257 variant.
13258 * gdb.base/annota3.c: Likewise.
13259 * gdb.base/async.c: Likewise.
13260 * gdb.base/average.c: Likewise.
13261 * gdb.base/call-ar-st.c: Likewise.
13262 * gdb.base/call-rt-st.c: Likewise.
13263 * gdb.base/call-sc.c: Likewise.
13264 * gdb.base/call-strs.c: Likewise.
13265 * gdb.base/ending-run.c: Likewise.
13266 * gdb.base/execd-prog.c: Likewise.
13267 * gdb.base/exprs.c: Likewise.
13268 * gdb.base/foll-exec.c: Likewise.
13269 * gdb.base/foll-fork.c: Likewise.
13270 * gdb.base/foll-vfork.c: Likewise.
13271 * gdb.base/funcargs.c: Likewise.
13272 * gdb.base/gcore.c: Likewise.
13273 * gdb.base/jump.c: Likewise.
13274 * gdb.base/langs0.c: Likewise.
13275 * gdb.base/langs1.c: Likewise.
13276 * gdb.base/langs2.c: Likewise.
13277 * gdb.base/mips_pro.c: Likewise.
13278 * gdb.base/nodebug.c: Likewise.
13279 * gdb.base/opaque0.c: Likewise.
13280 * gdb.base/opaque1.c: Likewise.
13281 * gdb.base/recurse.c: Likewise.
13282 * gdb.base/run.c: Likewise.
13283 * gdb.base/scope0.c: Likewise.
13284 * gdb.base/scope1.c: Likewise.
13285 * gdb.base/setshow.c: Likewise.
13286 * gdb.base/setvar.c: Likewise.
13287 * gdb.base/shmain.c: Likewise.
13288 * gdb.base/shr1.c: Likewise.
13289 * gdb.base/shr2.c: Likewise.
13290 * gdb.base/sigall.c: Likewise.
13291 * gdb.base/signals.c: Likewise.
13292 * gdb.base/so-indr-cl.c: Likewise.
13293 * gdb.base/solib2.c: Likewise.
13294 * gdb.base/structs.c: Likewise.
13295 * gdb.base/sum.c: Likewise.
13296 * gdb.base/vforked-prog.c: Likewise.
13297 * gdb.base/watchpoint.c: Likewise.
13298 * gdb.reverse/shr2.c: Likewise.
13299 * gdb.reverse/until-reverse.c: Likewise.
13300 * gdb.reverse/ur1.c: Likewise.
13301 * gdb.reverse/watch-reverse.c: Likewise.
13302
13303 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13304
13305 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13306 variant.
13307 * gdb.base/sepdebug.exp: Drop references to removed code.
13308
13309 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13310
13311 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13312 variant. Preserve original line numbering.
13313 * gdb.base/list1.c: Likewise.
13314
13315 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13316
13317 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13318 variant.
13319 * gdb.base/break1.c: Likewise.
13320 * gdb.base/break.exp: Drop references to removed code.
13321
13322 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13323
13324 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13325 variant.
13326
13327 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13328
13329 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13330
13331 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13332
13333 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13334 logic into perform_all_tests() and invoke it with and without
13335 function header prototypes.
13336 (do_function_calls): Remove conditional XFAIL for PR 5318.
13337 (rerun_and_prepare): Remove duplicate code.
13338 (perform_all_tests): New. Main logic moved here.
13339
13340 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13341
13342 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13343 code guarded by #ifdef NO_PROTOTYPES.
13344 (t_double_many_args): Likewise.
13345 (DEF_FUNC_MANY_ARGS_1): Likewise.
13346 (DEF_FUNC_VALUES_1): Likewise.
13347 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13348 guarded by #ifdef PROTOTYPES.
13349
13350 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13351
13352 * gdb.mi/mi-console.c: Add eye-catcher.
13353 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13354 instead of literal line number.
13355
13356 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13357
13358 * gdb.base/shr2.c: Add eye-catcher.
13359 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13360 line number.
13361
13362 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13363
13364 * gdb.base/jump.c: Add eye-catchers.
13365 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13366 numbers.
13367
13368 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13369
13370 * gdb.base/execd-prog.c: Add eye-catchers.
13371 * gdb.base/foll-exec.c: Likewise.
13372 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13373 line numbers.
13374
13375 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13376
13377 * gdb.base/ending-run.c: Add eye-catchers.
13378 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13379 literal line numbers.
13380
13381 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13382
13383 * gdb.base/call-rt-st.c: Add eye-catchers.
13384 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13385 literal line numbers.
13386
13387 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13388
13389 * gdb.base/call-ar-st.c: Add eye-catchers.
13390 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13391 literal line numbers.
13392
13393 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13394
13395 * gdb.base/average.c: Add eye-catchers.
13396 * gdb.base/sum.c: Likewise.
13397 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13398 regexps dynamically.
13399
13400 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13401
13402 * gdb.base/solib1.c: Add eye-catchers.
13403 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13404 literal line numbers.
13405
13406 2014-11-12 Pedro Alves <palves@redhat.com>
13407
13408 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13409 leader has exited.
13410
13411 2014-11-12 Pedro Alves <palves@redhat.com>
13412
13413 * gdb.arch/i386-bp_permanent.c: New file.
13414 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13415 (srcfile): Set to i386-bp_permanent.c.
13416 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13417 that stepi does not execute the 'leave' instruction, instead of
13418 testing it does execute.
13419 * gdb.base/bp-permanent.c: New file.
13420 * gdb.base/bp-permanent.exp: New file.
13421
13422 2014-11-10 Doug Evans <xdje42@gmail.com>
13423
13424 PR symtab/17564
13425 * gdb.base/symtab-search-order.exp: New file.
13426 * gdb.base/symtab-search-order.c: New file.
13427 * gdb.base/symtab-search-order-1.c: New file.
13428 * gdb.base/symtab-search-order-shlib-1.c: New file.
13429
13430 2014-11-07 Pedro Alves <palves@redhat.com>
13431
13432 PR gdb/17511
13433 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13434 i?86-*-linux*.
13435
13436 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13437
13438 PR c++/17494
13439 * gdb.cp/pr17494.cc: New file.
13440 * gdb.cp/pr17494.exp: New file.
13441
13442 2014-11-02 Yao Qi <yao@codesourcery.com>
13443
13444 * gdb.python/python.exp: Get working directory and match the
13445 output of "set extended-prompt \\w " with it.
13446
13447 2014-10-30 Doug Evans <dje@google.com>
13448
13449 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13450 in objfiles.
13451 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13452 in progspaces.
13453
13454 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13455
13456 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13457 * gdb.base/realname-expand.exp: Likewise.
13458 * gdb.linespec/macro-relative.exp: Likewise.
13459
13460 2014-10-29 Pedro Alves <palves@redhat.com>
13461
13462 PR gdb/17408
13463 * gdb.threads/schedlock.c (some_function): New function.
13464 (call_function): New global.
13465 (MAYBE_CALL_SOME_FUNCTION): New macro.
13466 (thread_function): Call it.
13467 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13468 and use it instead of a global counter. Adjust all callers.
13469 (get_current_thread): Use "find current thread" for test message
13470 here rather than having all callers pass down the same string.
13471 (goto_loop): New procedure, factored out from ...
13472 (my_continue): ... this.
13473 (step_ten_loops): Change parameter from test message to command to
13474 use. Adjust.
13475 (list_count): Delete global.
13476 (check_result): New procedure, factored out from duplicate top
13477 level code.
13478 (continue tests): Wrap in with_test_prefix.
13479 (test_step): New procedure, factored out from duplicate top level
13480 code.
13481 (top level): Test "step" in combination with all scheduler-locking
13482 modes. Test "next" in combination with all scheduler-locking
13483 modes, and in combination with stepping over a function call or
13484 not.
13485 * gdb.threads/next-bp-other-thread.c: New file.
13486 * gdb.threads/next-bp-other-thread.exp: New file.
13487
13488 2014-10-29 Pedro Alves <palves@redhat.com>
13489
13490 PR python/17372
13491 * gdb.python/python.exp: Test a multi-line command that spawns
13492 interactive Python.
13493 * gdb.base/multi-line-starts-subshell.exp: New file.
13494
13495 2014-10-29 Yao Qi <yao@codesourcery.com>
13496
13497 * gdb.base/fileio.exp: Make directories on host.
13498
13499 2014-10-29 Yao Qi <yao@codesourcery.com>
13500
13501 * gdb.base/fileio.c (test_write): Close the file.
13502
13503 2014-10-28 Pedro Alves <palves@redhat.com>
13504
13505 PR gdb/12623
13506 * gdb.base/sigstep.c (no_handler): New global.
13507 (main): If 'no_handler is true, set the signal handlers to
13508 SIG_IGN.
13509 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13510 with_sw_watch and no_handler parameters. Handle them.
13511 (top level) <stepping over handler when stopped at a breakpoint
13512 test>: Add a test axis for testing with a software watchpoint, and
13513 another for testing with the signal handler set to SIG_IGN.
13514 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13515 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13516
13517 2014-10-28 Pedro Alves <palves@redhat.com>
13518
13519 PR gdb/17511
13520 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13521 * gdb.base/sigstep.exp (other_handler_location): New global.
13522 (advance): Support stepping into the signal handler, and running
13523 commands while in the handler.
13524 (in_handler_map): New global.
13525 (top level): In the advance test, add combinations for getting
13526 into the handler with stepping commands, and for running commands
13527 in the handler. Add comment descripting the advancei tests.
13528
13529 2014-10-28 Pedro Alves <palves@redhat.com>
13530
13531 * gdb.base/sigstep.exp: Use build_executable instead of
13532 prepare_for_testing.
13533 (top level): Move code that starts GDB, runs to main and creates a
13534 display to ...
13535 (restart): ... this new procedure.
13536 (top level): Move backtrace from signal handler test to ...
13537 (validate_backtrace): ... this new procedure.
13538 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13539 with_test_prefix. Always restart GDB.
13540 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13541 with_test_prefix. Always restart GDB. No need to delete
13542 breakpoints after the test.
13543 (test_skip_handler): Remove prefix parameter.
13544 (skip_over_handler, breakpoint_to_handler)
13545 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13546 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13547 restart GDB. No need to delete breakpoints after the test.
13548 (top level): Use foreach to call the test procedures with
13549 different commands.
13550
13551 2014-10-28 Pedro Alves <palves@redhat.com>
13552
13553 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13554 instead of GNATS numbers.
13555 * gdb.base/sigbpt.exp: Likewise.
13556 * gdb.base/siginfo.exp: Likewise.
13557 * gdb.base/sigstep.exp: Likewise.
13558
13559 2014-10-27 Pedro Alves <palves@redhat.com>
13560
13561 * gdb.base/sigstep.c (dummy): New global.
13562 (main): Issue a couple writes to the new global.
13563 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13564 procedures.
13565 (skip_over_handler): Use test_skip_handler.
13566 (top level): Call skip_over_handler for stepi and nexti too.
13567 (breakpoint_over_handler): Use test_skip_handler.
13568 (top level): Call breakpoint_over_handler for stepi and nexti too.
13569
13570 2014-10-27 Yao Qi <yao@codesourcery.com>
13571
13572 * gdb.trace/tfile.c (adjust_function_address)
13573 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13574 function descriptor.
13575
13576 2014-10-24 Don Breazeal <donb@codesourcery.com>
13577
13578 * gdb.base/foll-fork.exp (test_follow_fork,
13579 catch_fork_child_follow): Check for updated fork messages emitted
13580 from infrun.c.
13581 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13582 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13583 vfork_and_exec_child_follow_through_step): Check for updated vfork
13584 messages emitted from infrun.c.
13585
13586 2014-10-24 Pedro Alves <palves@redhat.com>
13587
13588 * gdb.base/corefile.exp: Remove references to ultrix.
13589 * gdb.base/interrupt.exp: Likewise.
13590 * gdb.base/whatis.exp: Likewise.
13591 * gdb.gdb/selftest.exp: Likewise.
13592 * gdb.threads/manythreads.exp: Likewise.
13593 * gdb.threads/print-threads.exp: Likewise.
13594 * gdb.threads/pthreads.exp:: Likewise.
13595 * gdb.threads/schedlock.exp: Likewise.
13596
13597 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13598
13599 * gdb.cp/non-trivial-retval.cc: Add a test case.
13600 * gdb.cp/non-trivial-retval.exp: Add a test.
13601
13602 2014-10-20 Yao Qi <yao@codesourcery.com>
13603
13604 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13605 * gdb.python/py-objfile-script-gdb.py: New file.
13606 * gdb.python/py-objfile-script.exp: Update reference to
13607 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13608 of remote_download. Remove the dest file.
13609
13610 2014-10-20 Yao Qi <yao@codesourcery.com>
13611
13612 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13613 * gdb.base/step-line.exp: Likewise.
13614 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13615 * gdb.dwarf2/dw2-basic.exp: Likewise.
13616 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13617 * gdb.dwarf2/dw2-filename.exp: Likewise.
13618 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13619 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13620 * gdb.dwarf2/dw2-producer.exp: Likewise.
13621 * gdb.dwarf2/mac-fileno.exp: Likewise.
13622 * gdb.python/py-frame-args.exp: Likewise.
13623 * gdb.python/py-framefilter.exp: Likewise.
13624 * gdb.python/py-mi.exp: Likewise.
13625 * gdb.python/py-objfile-script.exp: Likewise
13626 * gdb.python/py-pp-integral.exp: Likewise.
13627 * gdb.python/py-pp-re-notag.exp: Likewise.
13628 * gdb.python/py-prettyprint.exp: Likewise.
13629 * gdb.python/py-section-script.exp: Likewise.
13630 * gdb.python/py-typeprint.exp: Likewise.
13631 * gdb.python/py-xmethods.exp: Likewise.
13632 * gdb.stabs/weird.exp: Likewise.
13633 * gdb.xml/tdesc-regs.exp: Likewise.
13634
13635 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13636
13637 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13638 (out_cu): Use addr_len for the size of addresses.
13639 (out_line): Likewise. Size DW_LNE_set_address instruction
13640 according to addr_len.
13641 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13642 (FUNC): Add START_INSNS to definition.
13643
13644 2014-10-18 Yao Qi <yao@codesourcery.com>
13645
13646 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13647 gdb_has_argv0 return true.
13648 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13649 check [target_info exists noargs], check [gdb_has_argv0]
13650 instead.
13651 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13652 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13653 procedures.
13654
13655 2014-10-17 Doug Evans <dje@google.com>
13656
13657 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13658 event.
13659 * gdb.python/py-events.py: Add clear_objfiles event.
13660
13661 2014-10-17 Doug Evans <dje@google.com>
13662
13663 * gdb.python/py-objfile.exp: Test progspace attribute.
13664
13665 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13666
13667 * gdb.guile/scm-breakpoint.exp: Do not assume any
13668 directory separators when matching source file paths.
13669 * gdb.python/py-breakpoint.exp: Likewise.
13670 * gdb.reverse/break-precsave.exp: Likewise.
13671 * gdb.reverse/break-reverse.exp: Likewise.
13672 * gdb.reverse/consecutive-precsave.exp: Likewise.
13673 * gdb.reverse/finish-precsave.exp: Likewise.
13674 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13675 * gdb.reverse/finish-reverse.exp: Likewise.
13676 * gdb.reverse/i386-precsave.exp: Likewise.
13677 * gdb.reverse/i387-env-reverse.exp: Likewise.
13678 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13679 * gdb.reverse/machinestate-precsave.exp: Likewise.
13680 * gdb.reverse/machinestate.exp: Likewise.
13681 * gdb.reverse/sigall-precsave.exp: Likewise.
13682 * gdb.reverse/solib-precsave.exp: Likewise.
13683 * gdb.reverse/step-precsave.exp: Likewise.
13684 * gdb.reverse/until-precsave.exp: Likewise.
13685 * gdb.reverse/watch-precsave.exp: Likewise.
13686 * gdb.reverse/watch-reverse.exp: Likewise.
13687
13688 2014-10-17 Yao Qi <yao@codesourcery.com>
13689
13690 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13691 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13692
13693 2014-10-17 Pedro Alves <palves@redhat.com>
13694
13695 PR gdb/17471
13696 * gdb.base/bg-execution-repeat.c: New file.
13697 * gdb.base/bg-execution-repeat.exp: New file.
13698
13699 2014-10-17 Pedro Alves <palves@redhat.com>
13700
13701 PR gdb/17300
13702 * gdb.base/continue-all-already-running.c: New file.
13703 * gdb.base/continue-all-already-running.exp: New file.
13704
13705 2014-10-17 Pedro Alves <palves@redhat.com>
13706
13707 PR gdb/17472
13708 * gdb.base/annota-input-while-running.c: New file.
13709 * gdb.base/annota-input-while-running.exp: New file.
13710
13711 2014-10-17 Pedro Alves <palves@redhat.com>
13712
13713 * gdb.base/callfuncs.exp: emove references to osf.
13714 * gdb.base/sigall.exp: Likewise.
13715 * gdb.gdb/selftest.exp: Likewise.
13716 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13717 * gdb.mi/non-stop.c: Likewise.
13718 * gdb.mi/pthreads.c: Likewise.
13719 * gdb.reverse/sigall-precsave.exp: Likewise.
13720 * gdb.reverse/sigall-reverse.exp: Likewise.
13721 * gdb.threads/pthreads.c: Likewise.
13722 * gdb.threads/pthreads.exp: Likewise.
13723
13724 2014-10-17 Yao Qi <yao@codesourcery.com>
13725
13726 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13727 check 'target_info exists noargs'.
13728 (test_command_prompt_position): Likewise.
13729 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13730 Remove "set args".
13731 (progvar_simple_while_test): Likewise.
13732 (progvar_complex_if_while_test): Likewise.
13733 (if_while_breakpoint_command_test): Likewise.
13734 (infrun_breakpoint_command_test): Likewise.
13735 (breakpoint_command_test): Likewise.
13736 (watchpoint_command_test): Likewise.
13737 (bp_deleted_in_command_test): Likewise.
13738 (temporary_breakpoint_commands): Likewise.
13739
13740 2014-10-16 Yao Qi <yao@codesourcery.com>
13741
13742 * gdb.base/remotetimeout.exp: Remove noargs checking.
13743
13744 2014-10-15 Pedro Alves <palves@redhat.com>
13745
13746 PR breakpoints/9649
13747 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13748 * gdb.base/breakpoint-in-ro-region.exp
13749 (probe_target_hardware_step): New procedure.
13750 (top level): Probe hardware stepping and hardware breakpoint
13751 support. Test stepping through a read-only region, with both
13752 "breakpoint auto-hw" on and off and both "always-inserted" on and
13753 off.
13754
13755 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13756
13757 * gdb.dlang/demangle.exp: Update for demangling changes.
13758
13759 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13760
13761 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13762 * gdb.cp/non-trivial-retval.exp: Add new tests.
13763
13764 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13765
13766 PR c++/13403
13767 PR c++/15154
13768 * gdb.cp/non-trivial-retval.cc: New file.
13769 * gdb.cp/non-trivial-retval.exp: New file.
13770
13771 2014-10-15 Yao Qi <yao@codesourcery.com>
13772
13773 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13774 remote host.
13775
13776 2014-10-15 Yao Qi <yao@codesourcery.com>
13777
13778 * gdb.python/py-symbol.exp: Match file base name if host is
13779 remote, otherwise match file name with dir name.
13780 * gdb.python/py-symtab.exp: Likewise.
13781 * gdb.python/python.exp: Likewise.
13782
13783 2014-10-15 Yao Qi <yao@codesourcery.com>
13784
13785 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13786 pattern.
13787 * gdb.python/py-symtab.exp: Likewise.
13788 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13789 locationn.
13790
13791 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13792
13793 * gdb.ada/addr_arith: New testcase.
13794
13795 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13796
13797 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13798 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13799 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13800 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13801
13802 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13803
13804 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13805 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13806 * gdb.arch/stap-eval-lang-ada.exp: New file.
13807
13808 2014-10-14 Yao Qi <yao@codesourcery.com>
13809
13810 * gdb.mi/mi-var-child.c (nothing1): New function.
13811 (nothing2): New function.
13812 (do_children_tests): Set function pointers by nothing1 and
13813 nothing2.
13814 * gdb.mi/mi-var-child.exp: Step over new added statements.
13815 Update test to match the new output.
13816 * gdb.mi/var-cmd.c (nothing1): New function.
13817 (nothing2): New function.
13818 (do_children_tests): Set function pointers by nothing1 and
13819 nothing2.
13820 * gdb.mi/mi-var-display.exp: Update test to match output.
13821 Step to the line specified by $line_dct_nothing.
13822 Increase the number of lines to step.
13823
13824 2014-10-14 Yao Qi <yao@codesourcery.com>
13825
13826 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13827 tests.
13828 * gdb.mi/mi2-var-child.exp: Likewise.
13829
13830 2014-10-13 Doug Evans <dje@google.com>
13831
13832 * gdb.python/py-objfile.exp: Change name of file name test.
13833
13834 2014-10-13 Doug Evans <dje@google.com>
13835
13836 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13837 from the start of the CU.
13838
13839 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13840 Yao Qi <yao@codesourcery.com>
13841
13842 Fix "save breakpoints" for "catch" command.
13843 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13844 Remove -nonewline. Match also the added "main" line.
13845
13846 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13847
13848 Fix "save breakpoints" for "disable $bpnum" command.
13849 * gdb.base/save-bp.c (main): Add label.
13850 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13851
13852 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13853
13854 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13855
13856 2014-10-11 Yao Qi <yao@codesourcery.com>
13857
13858 * gdb.server/server-kill.exp: Execute command
13859 "set remote trace-status-packet on" before "tstatus".
13860
13861 2014-10-11 Yao Qi <yao@codesourcery.com>
13862
13863 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13864 (main): Call getppid.
13865 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13866 and continue to it. Read variable "server_pid".
13867
13868 2014-10-11 Yao Qi <yao@codesourcery.com>
13869
13870 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13871
13872 2014-10-11 Yao Qi <yao@codesourcery.com>
13873
13874 * gdb.threads/thread-find.exp: Don't execute command
13875 "info threads".
13876 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13877 * gdb.threads/linux-dp.exp: Don't check the condition
13878 $threads_created equals to zero.
13879
13880 2014-10-10 Pedro Alves <palves@redhat.com>
13881
13882 * gdb.base/bigcore.exp: Remove references to IRIX.
13883 * gdb.base/funcargs.exp: Likewise.
13884 * gdb.base/interrupt.exp: Likewise.
13885 * gdb.base/mips_pro.exp: Likewise.
13886 * gdb.base/nodebug.exp: Likewise.
13887 * gdb.base/setvar.exp: Likewise.
13888 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13889
13890 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13891 Pedro Alves <palves@redhat.com>
13892
13893 PR symtab/14466
13894 * gdb.base/vdso-warning.c: New file.
13895 * gdb.base/vdso-warning.exp: New file.
13896
13897 2014-10-02 Doug Evans <dje@google.com>
13898
13899 * gdb.base/structs.c (main): Don't run forever.
13900
13901 2014-10-02 Pedro Alves <palves@redhat.com>
13902
13903 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13904 (top level) <stop threads 1, stop threads 2>: Use it.
13905
13906 2014-10-02 Pedro Alves <palves@redhat.com>
13907
13908 * gdb.threads/break-while-running.exp (test): Add new
13909 'update_thread_list' argument. Skip "info threads" if false.
13910 (top level): Add new 'update_thread_list' axis.
13911
13912 2014-10-02 Pedro Alves <palves@redhat.com>
13913
13914 PR breakpoints/17431
13915 * gdb.base/execl-update-breakpoints.c: New file.
13916 * gdb.base/execl-update-breakpoints.exp: New file.
13917
13918 2014-10-01 Pedro Alves <palves@redhat.com>
13919
13920 * gdb.base/breakpoint-in-ro-region.c: New file.
13921 * gdb.base/breakpoint-in-ro-region.exp: New file.
13922
13923 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13924
13925 * gdb.mi/mi-exit-code.exp: New file.
13926 * gdb.mi/mi-exit-code.c: New file.
13927
13928 2014-09-30 Yao Qi <yao@codesourcery.com>
13929
13930 * lib/prelink-support.exp (build_executable_own_libs): Error if
13931 the target isn't native.
13932
13933 2014-09-30 Yao Qi <yao@codesourcery.com>
13934
13935 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13936 false.
13937
13938 2014-09-22 Pedro Alves <palves@redhat.com>
13939
13940 * gdb.threads/break-while-running.exp: New file.
13941 * gdb.threads/break-while-running.c: New file.
13942
13943 2014-09-19 Yao Qi <yao@codesourcery.com>
13944
13945 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13946 Invoke test. Restart GDB with --readnow and invoke test again.
13947
13948 2014-09-19 Yao Qi <yao@codesourcery.com>
13949
13950 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13951 proc set_breakpoint_on_gcd_function. Invoke
13952 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13953 invoke set_breakpoint_on_gcd_function again.
13954
13955 2014-09-18 Doug Evans <dje@google.com>
13956
13957 * gdb.dwarf2/symtab-producer.exp: New file.
13958
13959 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13960
13961 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13962 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13963 * gdb.base/global-var-nested-by-dso.c: Likewise.
13964 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13965
13966 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13967 Pedro Alves <palves@redhat.com>
13968
13969 * gdb.base/watch-bitfields.exp: Pass string other than test file
13970 name to prepare_for_testing.
13971 (watch): New procedure.
13972 (expect_watchpoint): Use with_test_prefix.
13973 (top level): Factor out tests to ...
13974 (test_watch_location, test_regular_watch): ... these new
13975 procedures, and use with_test_prefix and gdb_continue_to_end.
13976
13977 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13978
13979 PR breakpoints/12526
13980 * gdb.base/watch-bitfields.exp: New file.
13981 * gdb.base/watch-bitfields.c: New file.
13982
13983 2014-09-16 Pedro Alves <palves@redhat.com>
13984
13985 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13986 software and hardware addresses, not software address against
13987 itself.
13988
13989 2014-09-16 Pedro Alves <palves@redhat.com>
13990
13991 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13992 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13993
13994 2014-09-16 Pedro Alves <palves@redhat.com>
13995
13996 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13997 files.
13998 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13999 "*-*-vxworks*" throughout.
14000 * gdb.base/break.exp: Likewise.
14001 * gdb.base/default.exp: Likewise.
14002 * gdb.base/scope.exp: Likewise.
14003 * gdb.base/sepdebug.exp: Likewise.
14004 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14005 throughout.
14006 * gdb.base/run.c: Likewise.
14007 * gdb.base/sepdebug.c: Likewise.
14008 * gdb.hp/gdb.aCC/run.c: Likewise.
14009 * gdb.reverse/until-reverse.c: Likewise.
14010 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14011
14012 2014-09-16 Yao Qi <yao@codesourcery.com>
14013
14014 * boards/local-remote-host-native.exp: New file.
14015
14016 2014-09-14 Doug Evans <xdje42@gmail.com>
14017
14018 * gdb.threads/queue-signal.c (thread_count): New variable.
14019 (thread_count_mutex, thread_count_condvar): New variables.
14020 (incr_thread_count, wait_all_threads_running): New functions.
14021 (main): Wait for all threads to be in their thread functions.
14022
14023 2014-09-13 Doug Evans <xdje42@gmail.com>
14024
14025 * gdb.threads/queue-signal.c: New file.
14026 * gdb.threads/queue-signal.exp: New file.
14027
14028 2014-09-13 Doug Evans <xdje42@gmail.com>
14029
14030 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14031 be consistent with what default_gdb_init uses.
14032 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14033 the plain text of the prompt. Add some logging printfs.
14034 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14035
14036 2014-09-12 Pedro Alves <palves@redhat.com>
14037
14038 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14039 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14040 * gdb.arch/i386-size-overlap.exp: Likewise.
14041 * gdb.arch/i386-size.exp: Likewise.
14042 * gdb.arch/i386-unwind.exp: Likewise.
14043 * gdb.base/a2-run.exp: Likewise.
14044 * gdb.base/break.exp: Likewise.
14045 * gdb.base/charset.exp: Likewise.
14046 * gdb.base/chng-syms.exp: Likewise.
14047 * gdb.base/commands.exp: Likewise.
14048 * gdb.base/dbx.exp: Likewise.
14049 * gdb.base/find.exp: Likewise.
14050 * gdb.base/funcargs.exp: Likewise.
14051 * gdb.base/jit-simple.exp: Likewise.
14052 * gdb.base/reread.exp: Likewise.
14053 * gdb.base/sepdebug.exp: Likewise.
14054 * gdb.base/step-bt.exp: Likewise.
14055 * gdb.cp/mb-inline.exp: Likewise.
14056 * gdb.cp/mb-templates.exp: Likewise.
14057 * gdb.objc/basicclass.exp: Likewise.
14058 * gdb.threads/killed.exp: Likewise.
14059
14060 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14061
14062 PR tdep/17379
14063 * gdb.arch/powerpc-stackless.S: New file.
14064 * gdb.arch/powerpc-stackless.exp: New file.
14065
14066 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14067
14068 * gdb.base/attach.c: Include unistd.h.
14069 (main): Call alarm. Add label postloop.
14070 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14071 gdb_breakpoint, gdb_continue_to_breakpoint.
14072 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14073
14074 2014-09-11 Pedro Alves <palves@redhat.com>
14075
14076 PR gdb/17347
14077 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14078 * gdb.base/attach.exp (test_command_line_attach_run): New
14079 procedure.
14080 (top level): Call it.
14081
14082 2014-09-11 Pedro Alves <palves@redhat.com>
14083
14084 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14085 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14086 (do_command_attach_tests): Use spawn_wait_for_attach.
14087 * gdb.base/solib-overlap.exp: Likewise.
14088 * gdb.multi/multi-attach.exp: Likewise.
14089 * gdb.python/py-prompt.exp: Likewise.
14090 * gdb.python/py-sync-interp.exp: Likewise.
14091 * gdb.server/ext-attach.exp: Likewise.
14092
14093 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14094
14095 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14096 command in testcase. Simplify testcase.
14097
14098 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14099
14100 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14101
14102 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14103
14104 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14105
14106 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14107
14108 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14109
14110 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14111
14112 * gdb.dwarf2/dynarr-ptr.c: New file.
14113 * gdb.dwarf2/dynarr-ptr.exp: New file.
14114
14115 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14116
14117 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14118 of 30 rather than hardcoding 120 for a slow test case. Take the
14119 `gdb,timeout' target setting into account for this calculation.
14120 Don't extend the timeout for the test cases that don't need it.
14121
14122 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14123
14124 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14125 a factor of 2 for a slow test case. Take the `gdb,timeout'
14126 target setting into account for this calculation.
14127 * gdb.reverse/until-precsave.exp: Increase the timeout by
14128 a factor of 15 and 3 respectively rather than adding 120
14129 for a pair of slow test cases. Take the `gdb,timeout'
14130 target setting into account for this calculation.
14131
14132 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14133
14134 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14135 timeout, don't pass one down to gdb_expect.
14136 (gdb_expect): Rework timeout selection.
14137
14138 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14139
14140 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14141 exception on timeout.
14142 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14143 (gdbserver_start_extended): Catch any `gdbserver_start' error
14144 exceptions.
14145 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14146 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14147 `gdbserver_gdb_load' error exceptions.
14148
14149 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14150
14151 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14152 120 on waiting for the TCP socket to open.
14153
14154 2014-09-09 Doug Evans <xdje42@gmail.com>
14155
14156 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14157 _caller_matches, _any_caller_is, _any_caller_matches.
14158
14159 2014-09-09 Doug Evans <xdje42@gmail.com>
14160
14161 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14162
14163 2014-09-09 Yao Qi <yao@codesourcery.com>
14164
14165 * gdb.mi/mi-var-display.exp: Set print symbol off.
14166
14167 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14168
14169 PR gdb/17035
14170 * gdb.base/commands.exp: Add tests to verify user-defined
14171 commands with empty bodies.
14172 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14173 python commands in `show user command`.
14174 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14175 scheme commands in `show user command`.
14176
14177 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14178
14179 PR python/17355
14180 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14181 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14182 * gdb.python/py-framefilter-invalidarg.exp: New file.
14183 * gdb.python/py-framefilter-invalidarg.py: New file.
14184
14185 2014-09-06 Doug Evans <xdje42@gmail.com>
14186
14187 PR 15276
14188 * gdb.python/py-caller-is.c: New file.
14189 * gdb.python/py-caller-is.exp: New file.
14190
14191 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14192
14193 PR gdb/17235
14194 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14195 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14196
14197 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14198
14199 PR fortran/17237
14200 * gdb.fortran/print-formatted.exp: New file.
14201 * gdb.fortran/print-formatted.f90: Likewise.
14202
14203 2014-09-03 Sasha Smundak <asmundak@google.com>
14204
14205 * gdb.python/py-frame.exp: Test Frame.read_register.
14206
14207 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14208
14209 PR python/16699
14210 * gdb.python/py-completion.exp: New file.
14211 * gdb.python/py-completion.py: Likewise.
14212
14213 2014-08-28 Doug Evans <dje@google.com>
14214
14215 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14216 eax,etc. are live with values set by gdb and thus the compiler can't
14217 use them.
14218 * gdb.arch/i386-pseudo.c (main): Ditto.
14219
14220 2014-08-27 Doug Evans <dje@google.com>
14221
14222 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14223
14224 2014-08-25 Doug Evans <dje@google.com>
14225
14226 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14227 (main): Ditto.
14228
14229 2014-08-25 Doug Evans <dje@google.com>
14230
14231 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14232
14233 2014-08-24 Yao Qi <yao@codesourcery.com>
14234
14235 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14236 symbol off.
14237 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14238
14239 2014-08-22 Doug Evans <dje@google.com>
14240
14241 PR 17276
14242 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14243 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14244 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14245
14246 2014-08-22 Yao Qi <yao@codesourcery.com>
14247
14248 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14249 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14250 * gdb.python/python.exp: Likewise. Use .py file on the host
14251 instead of the build.
14252
14253 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14254
14255 * gdb.threads/gcore-stale-thread.c: New file.
14256 * gdb.threads/gcore-stale-thread.exp: New file.
14257
14258 2014-08-21 Pedro Alves <palves@redhat.com>
14259
14260 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14261 * gdb.base/gcore-relro-pie.exp: Likewise.
14262 * gdb.base/gcore-relro.exp: Likewise.
14263 * gdb.base/gcore.exp: Likewise.
14264 * gdb.base/print-symbol-loading.exp: Likewise.
14265 * gdb.threads/gcore-thread.exp: Likewise.
14266 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14267
14268 2014-08-20 Pedro Alves <palves@redhat.com>
14269 Jan Kratochvil <jan.kratochvil@redhat.com>
14270
14271 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14272 configure.
14273 (EXPECT): Handle READ1 being set.
14274 (all): Depend on EXTRA_RULES.
14275 (check-read1, expect-read1, read1.so, read1): New rules.
14276 * README (Testsuite Parameters): Document the READ1 make variable.
14277 (Race detection): New section.
14278 * configure: Regenerate.
14279 * configure.ac: If build==host==target, and running under a
14280 GNU/glibc system, add read1 to the extra Makefile rules.
14281 (EXTRA_RULES): AC_SUBST it.
14282 * lib/read1.c: New file.
14283
14284 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14285
14286 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14287 the handling of variables declared as a typedef to an array
14288 which a DW_AT_data_location attribute.
14289
14290 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14291 Pedro Alves <palves@redhat.com>
14292
14293 PR symtab/14604
14294 PR symtab/14605
14295 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14296 gdb_test.
14297
14298 2014-08-19 Pedro Alves <palves@redhat.com>
14299
14300 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14301
14302 2014-08-19 Yao Qi <yao@codesourcery.com>
14303
14304 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14305 right line.
14306
14307 2014-08-18 David Blaikie <dblaikie@gmail.com>
14308
14309 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14310
14311 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14312
14313 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14314 attribute in array range.
14315
14316 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14317
14318 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14319
14320 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14321
14322 PR c++/17132
14323 * gdb.cp/pr17132.cc: New file.
14324 * gdb.cp/pr17132.exp: New file.
14325
14326 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14327
14328 * gdb.python/py-xmethods.py (A_getarrayind)
14329 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14330 Use 'print' with function call syntax.
14331 (E_method_matcher.match): Fix tab vs space indentation mixup.
14332
14333 2014-08-15 Yao Qi <yao@codesourcery.com>
14334
14335 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14336 false.
14337
14338 2014-08-15 Yao Qi <yao@codesourcery.com>
14339
14340 * gdb.cp/casts.exp: Set print symbol off.
14341 * gdb.cp/class2.exp: Likewise.
14342 * gdb.cp/overload.exp: Likewise.
14343 * gdb.cp/templates.exp: Likewise.
14344
14345 2014-08-11 Doug Evans <dje@google.com>
14346
14347 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14348 (test_load_shlib): Update.
14349
14350 2014-08-09 Yao Qi <yao@codesourcery.com>
14351
14352 * gdb.base/display.exp: Invoke is_address_zero_readable.
14353 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14354 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14355 * gdb.base/hbreak-unmapped.exp: Return if
14356 is_address_zero_readable returns true.
14357 * gdb.base/signest.exp: Likewise.
14358 * gdb.base/signull.exp: Likewise.
14359 * gdb.base/sigbpt.exp: Likewise.
14360 * gdb.guile/scm-disasm.exp: Do the test if
14361 is_address_zero_readable returns false.
14362 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14363 * gdb.python/py-arch.exp: Likewise.
14364 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14365 * lib/gdb.exp (is_address_zero_readable): New proc.
14366
14367 2014-08-09 Yao Qi <yao@codesourcery.com>
14368
14369 PR testsuite/13443
14370 * gdb.mi/mi-var-display.exp: Make test messages unique.
14371
14372 2014-08-04 Tom Tromey <tromey@redhat.com>
14373
14374 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14375 target 0".
14376
14377 2014-08-04 Tom Tromey <tromey@redhat.com>
14378
14379 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14380 "target_resume".
14381
14382 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14383
14384 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14385 inner_vla_struct_object_size.
14386 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14387 as xfail.
14388
14389 2014-07-30 Pedro Alves <palves@redhat.com>
14390
14391 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14392 comment.
14393
14394 2014-07-29 Yao Qi <yao@codesourcery.com>
14395
14396 PR gdb/17206
14397 * gdb.base/until-nodebug.exp: New.
14398
14399 2014-07-28 Doug Evans <xdje42@gmail.com>
14400
14401 PR guile/17203
14402 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14403 previously existing parameter, and previously ambiguously spelled
14404 parameter.
14405
14406 2014-07-28 Will Newton <will.newton@linaro.org>
14407
14408 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14409
14410 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14411 Doug Evans <xdje42@gmail.com>
14412
14413 PR guile/17146
14414 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14415
14416 2014-07-25 Pedro Alves <palves@redhat.com>
14417
14418 * gdb.threads/signal-command-handle-nopass.c: New file.
14419 * gdb.threads/signal-command-handle-nopass.exp: New file.
14420 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14421 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14422 * gdb.threads/signal-delivered-right-thread.c: New file.
14423 * gdb.threads/signal-delivered-right-thread.exp: New file.
14424
14425 2014-07-25 Pedro Alves <palves@redhat.com>
14426
14427 * gdb.base/double-prompt-target-event-error.exp
14428 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14429 match.
14430 (cancel_pagination_in_target_event): Rework double prompt
14431 detection.
14432 * gdb.base/paginate-after-ctrl-c-running.exp
14433 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14434 <return>' match.
14435 * gdb.base/paginate-bg-execution.exp
14436 (test_bg_execution_pagination_return)
14437 (test_bg_execution_pagination_cancel): Remove '-notransfer
14438 <return>' matches.
14439 * gdb.base/paginate-execution-startup.exp
14440 (test_fg_execution_pagination_return)
14441 (test_fg_execution_pagination_cancel): Remove '-notransfer
14442 <return>' matches.
14443 * gdb.base/paginate-inferior-exit.exp
14444 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14445 match.
14446 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14447 * lib/gdb.exp (pagination_prompt): Run text through
14448 string_to_regexp.
14449 (gdb_test_multiple): Match $pagination_prompt instead of
14450 "<return>".
14451 (string_to_regexp): Move to lib/gdb-utils.exp.
14452
14453 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14454
14455 * gdb.arch/amd64-entry-value-paramref.S: New file.
14456 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14457 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14458 * gdb.arch/amd64-optimout-repeat.S: New file.
14459 * gdb.arch/amd64-optimout-repeat.c: New file.
14460 * gdb.arch/amd64-optimout-repeat.exp: New file.
14461
14462 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14463
14464 PR gdb/17170
14465 * gdb.base/statistics.exp: New file.
14466
14467 2014-07-17 Doug Evans <dje@google.com>
14468
14469 PR gdb/17170
14470 * gdb.base/maint.exp: Update testing of per-command stats.
14471
14472 2014-07-16 Pedro Alves <palves@redhat.com>
14473
14474 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14475 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14476 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14477 (tfile_write_buf): New functions.
14478 (add_memory_block): Rewrite using the above.
14479 (adjust_function_address): New function.
14480 (FUNCTION_ADDRESS): New macro.
14481 (write_basic_trace_file): Remove short_x local, and use
14482 tfile_write_16. Change type of func_addr local to unsigned long
14483 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14484 here. Cast argument of add_memory_block to char pointer.
14485 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14486 (main): Remove parameters.
14487 * gdb.trace/tfile.exp: Remove nowarnings.
14488
14489 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14490
14491 * gdb.base/debug-expr.exp: Test string evaluation with
14492 "debug expression" on.
14493
14494 2014-07-15 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.base/reread.exp: Use clean_restart.
14497
14498 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14499
14500 * gdb.arch/avr-flash-qualifer.c: New.
14501 * gdb.arch/avr-flash-qualifer.exp: New.
14502
14503 2014-07-14 Pedro Alves <palves@redhat.com>
14504
14505 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14506 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14507
14508 2014-07-14 Pedro Alves <palves@redhat.com>
14509
14510 * gdb.base/double-prompt-target-event-error.c: New file.
14511 * gdb.base/double-prompt-target-event-error.exp: New file.
14512
14513 2014-07-14 Pedro Alves <palves@redhat.com>
14514
14515 PR gdb/17072
14516 * gdb.base/paginate-inferior-exit.c: New file.
14517 * gdb.base/paginate-inferior-exit.exp: New file.
14518
14519 2014-07-14 Pedro Alves <palves@redhat.com>
14520
14521 PR gdb/17072
14522 * gdb.base/paginate-bg-execution.c: New file.
14523 * gdb.base/paginate-bg-execution.exp: New file.
14524
14525 2014-07-14 Pedro Alves <palves@redhat.com>
14526
14527 PR gdb/17072
14528 * gdb.base/paginate-execution-startup.c: New file.
14529 * gdb.base/paginate-execution-startup.exp: New file.
14530 * lib/gdb.exp (pagination_prompt): New global.
14531 (default_gdb_spawn): New procedure, factored out from
14532 default_gdb_spawn.
14533 (default_gdb_start): Adjust to call default_gdb_spawn.
14534 (gdb_spawn): New procedure.
14535
14536 2014-07-14 Pedro Alves <palves@redhat.com>
14537
14538 * lib/gdb.exp (gdb_assert): New procedure.
14539 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14540
14541 2014-07-14 Pedro Alves <palves@redhat.com>
14542
14543 * gdb.base/execution-termios.c: New file.
14544 * gdb.base/execution-termios.exp: New file.
14545
14546 2014-07-14 Tom Tromey <tromey@redhat.com>
14547
14548 * gdb.cp/vla-cxx.cc: New file.
14549 * gdb.cp/vla-cxx.exp: New file.
14550
14551 2014-07-14 Tom Tromey <tromey@redhat.com>
14552
14553 * gdb.reverse/rerun-prec.c: New file.
14554 * gdb.reverse/rerun-prec.exp: New file.
14555
14556 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14557 Maciej W. Rozycki <macro@codesourcery.com>
14558
14559 * lib/gdb-utils.exp: New file.
14560 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14561 inline `gdb_init_command' processing.
14562 (gdb_start_cmd): Likewise.
14563 * lib/mi-support.exp (mi_run_cmd): Likewise.
14564 * README: Document `gdb_init_command' and `gdb_init_commands'.
14565
14566 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14567
14568 Fix false FAIL running under a very long directory name.
14569 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14570 and "set print elements 10000". Twice.
14571
14572 2014-07-11 Yao Qi <yao@codesourcery.com>
14573
14574 * gdb.base/exprs.exp: "set print symbol off".
14575
14576 2014-07-11 Pedro Alves <palves@redhat.com>
14577
14578 * gdb.threads/kill.c: New file.
14579 * gdb.threads/kill.exp: New file.
14580
14581 2014-07-10 Yao Qi <yao@codesourcery.com>
14582
14583 * gdb.trace/tfile.c (write_basic_trace_file)
14584 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14585 address written to trace file.
14586
14587 2014-07-09 Pedro Alves <palves@redhat.com>
14588
14589 * gdb.base/attach-wait-input.exp: New file.
14590 * gdb.base/attach-wait-input.c: New file.
14591
14592 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14593
14594 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14595 setting up test structures.
14596 (main): Call new test function.
14597 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14598 test function, continue into test function and walk test
14599 structures.
14600
14601 2014-07-02 Yao Qi <yao@codesourcery.com>
14602
14603 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14604 'bar_start' at the beginning of functions 'foo' and 'bar'
14605 respectively.
14606 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14607 instead of 'foo' and 'bar'.
14608
14609 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14610
14611 * gdb.btrace/segv.exp: New.
14612 * gdb.btrace/segv.c: New.
14613
14614 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14615
14616 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14617 instruction.
14618
14619 2014-06-30 Mark Wielaard <mjw@redhat.com>
14620
14621 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14622 vulture, vilify, villar): New volatile array constants.
14623 (vindictive, vegetation): New const volatile array constants.
14624 * gdb.base/volatile.exp: Test volatile and const volatile array
14625 types.
14626
14627 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14628
14629 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14630 target lacks support for awatch, rwatch, or hbreak.
14631
14632 2014-06-27 Yao Qi <yao@codesourcery.com>
14633
14634 * gdb.multi/dummy-frame-restore.exp: New.
14635 * gdb.multi/dummy-frame-restore.c: New.
14636
14637 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14638
14639 * gdb.btrace/gcore.exp: New.
14640
14641 2014-06-23 Pedro Alves <palves@redhat.com>
14642
14643 * gdb.base/watchpoint-reuse-slot.c: New file.
14644 * gdb.base/watchpoint-reuse-slot.exp: New file.
14645
14646 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14647
14648 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14649 progspace's filename in 'info', 'enable' and 'disable' command
14650 tests.
14651
14652 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14653
14654 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14655 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14656 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14657
14658 2014-06-20 Gary Benson <gbenson@redhat.com>
14659
14660 * gdb.arch/i386-avx.exp: Fix include file location.
14661 * gdb.arch/i386-sse.exp: Likewise.
14662
14663 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14664
14665 * gdb.dlang/expression.exp: New file.
14666
14667 2014-06-19 Pedro Alves <palves@redhat.com>
14668
14669 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14670 out from ...
14671 (top level): ... here. Iterate running tests under different
14672 scheduler-locking settings.
14673
14674 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14675
14676 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14677 to DW_FORM_addr and use non-zero addresses.
14678
14679 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14680
14681 PR gdb/17017
14682 * gdb.python/py-xmethods.cc: Add global function call counters and
14683 increment them in their respective functions. Remove "cout"
14684 statements.
14685 * gdb.python/py-xmethods.exp: Make tests check the global function
14686 call counters instead of depending on inferior IO.
14687
14688 2014-06-18 Don Breazeal <donb@codesourcery.com>
14689
14690 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14691 Deleted procedure.
14692 (explicit_fork_parent_follow): Deleted procedure.
14693 (explicit_fork_child_follow): Deleted procedure.
14694 (test_follow_fork): New procedure.
14695 (do_fork_tests): Replace calls to deleted procedures with
14696 calls to test_follow_fork and reset GDB for subsequent
14697 procedure calls.
14698
14699 2014-06-17 Yao Qi <yao@codesourcery.com>
14700
14701 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14702 CP1252.
14703
14704 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14705
14706 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14707 Initialize ptr and S explicitly.
14708 (skip_type_update_when_not_use_rtti_test): Likewise.
14709
14710 2014-06-16 Keith Seitz <keiths@redhat.com>
14711
14712 PR mi/15863
14713 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14714 the inferior is started.
14715
14716 2014-06-16 Pedro Alves <palves@redhat.com>
14717
14718 * gdb.base/break-main-file-remove-fail.c: New file.
14719 * gdb.base/break-main-file-remove-fail.exp: New file.
14720 * gdb.base/break-unload-file.exp: Use build_executable instead of
14721 prepare_for_testing.
14722 (test_break): New parameter "initial_load". Handle it.
14723 (top level): Add initial_load cmdline/file axis.
14724
14725 2014-06-12 Tom Tromey <tromey@redhat.com>
14726
14727 * gdb.base/completion.exp: Don't use directory name in test.
14728
14729 2014-06-09 Gary Benson <gbenson@redhat.com>
14730
14731 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14732 separate the always-available ANSI-standard signals from the
14733 signals that require checking.
14734 (main): Likewise.
14735 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14736 Likewise.
14737 (main): Likewise.
14738
14739 2014-06-07 Keith Seitz <keiths@redhat.com>
14740
14741 Revert:
14742 PR c++/16253
14743 * gdb.cp/var-tag.cc: New file.
14744 * gdb.cp/var-tag.exp: New file.
14745 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14746 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14747 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14748 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14749
14750 2014-06-06 Doug Evans <xdje42@gmail.com>
14751
14752 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14753
14754 2014-06-06 Pedro Alves <palves@redhat.com>
14755
14756 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14757 in target debug output instead of looking at RSP packets,
14758 disabling the test on any target that uses hardware stepping.
14759 Update comments.
14760
14761 2014-06-06 Pedro Alves <palves@redhat.com>
14762
14763 * gdb.base/break-unload-file.exp: Fix typo.
14764
14765 2014-06-06 Yao Qi <yao@codesourcery.com>
14766
14767 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14768 from "jit_function" to "^jit_function".
14769
14770 2014-06-06 Yao Qi <yao@codesourcery.com>
14771
14772 * gdb.base/async.c (foo): Add one statement.
14773 * gdb.base/async.exp: Get the next instruction address and
14774 match the output of "nexti" by instruction address. Match
14775 the hex address in the output of "finish".
14776
14777 2014-06-06 Gary Benson <gbenson@redhat.com>
14778
14779 * gdb.base/call-signals.c: Remove preprocessor conditionals
14780 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14781 SIGSEGV and SIGTERM.
14782 * gdb.base/sigall.c: Likewise.
14783 * gdb.base/unwindonsignal.c: Likewise.
14784 * gdb.reverse/sigall-reverse.c: Likewise.
14785
14786 2014-06-06 Yao Qi <yao@codesourcery.com>
14787
14788 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14789 readable, skip the test.
14790
14791 2014-06-06 Yao Qi <yao@codesourcery.com>
14792
14793 * gdb.threads/staticthreads.c (thread_function): Move the line
14794 setting breakpoint on forward.
14795 * gdb.threads/staticthreads.exp: Update comments.
14796
14797 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14798
14799 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14800 "history-append! type error".
14801
14802 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14803
14804 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14805 erroneous dprintf expected input.
14806
14807 2014-06-04 Doug Evans <xdje42@gmail.com>
14808
14809 * gdb.guile/scm-generics.exp: Delete.
14810
14811 2014-06-04 Doug Evans <xdje42@gmail.com>
14812
14813 * gdb.guile/scm-breakpoint.exp: Update.
14814 Add tests for breakpoint registration.
14815
14816 2014-06-04 Tom Tromey <tromey@redhat.com>
14817
14818 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14819 VLA-in-union.
14820 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14821 inner_vla_struct, vla_union types. Initialize objects of those
14822 types and compute their sizes.
14823
14824 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14825 Hui Zhu <hui@codesourcery.com>
14826
14827 * gdb.base/fileio.exp: Add test for shell not available as well as
14828 available.
14829 * gdb.base/fileio.c (test_system): Check for shell twice.
14830
14831 2014-06-04 Yao Qi <yao@codesourcery.com>
14832
14833 * gdb.base/auto-connect-native-target.exp: Remove redundant
14834 space from the regexp pattern.
14835
14836 2014-06-04 Yao Qi <yao@codesourcery.com>
14837
14838 * gdb.base/default.exp: Replace "child" with "native" in
14839 regexp pattern.
14840
14841 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14842
14843 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14844 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14845 * gdb.python/py-xmethods.py: Python script supporting the
14846 new testcase and tests.
14847
14848 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14849 Pedro Alves <palves@redhat.com>
14850
14851 PR breakpoints/17000
14852 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14853 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14854
14855 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14856
14857 * gdb.base/subst.exp: Add tests to verify partial path matching
14858 output.
14859
14860 2014-06-03 Pedro Alves <palves@redhat.com>
14861
14862 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14863 target that doesn't use software single-stepping.
14864
14865 2014-06-03 Pedro Alves <palves@redhat.com>
14866
14867 PR breakpoints/17000
14868 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14869 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14870
14871 2014-06-02 Doug Evans <xdje42@gmail.com>
14872
14873 * gdb.guile/scm-parameter.exp: New file.
14874
14875 2014-06-02 Doug Evans <xdje42@gmail.com>
14876
14877 * gdb.guile/scm-cmd.c: New file.
14878 * gdb.guile/scm-cmd.exp: New file.
14879
14880 2014-06-02 Doug Evans <xdje42@gmail.com>
14881
14882 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14883 pretty-printer lookup.
14884 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14885 (make-pp_s-printer): Call it.
14886 (make-pretty-printer-from-dict): New function.
14887 (lookup-pretty-printer-maker-from-dict): New function.
14888 (*pretty-printer*): Simplify.
14889 (make-objfile-pp_s-printer): New function.
14890 (install-objfile-pretty-printers!): New function.
14891 (make-progspace-pp_s-printer): New function.
14892 (install-progspace-pretty-printers!): New function.
14893 * gdb.guile/scm-progspace.c: New file.
14894 * gdb.guile/scm-progspace.exp: New file.
14895
14896 2014-06-02 Pedro Alves <palves@redhat.com>
14897
14898 * gdb.base/dprintf-bp-same-addr.c: New file.
14899 * gdb.base/dprintf-bp-same-addr.exp: New file.
14900
14901 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14902
14903 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14904 * gdb.arch/powerpc-power.s: Likewise.
14905
14906 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14907
14908 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14909
14910 2014-06-01 Yao Qi <yao@codesourcery.com>
14911
14912 * gdb.base/watchpoint.exp (test_watch_location): Check null
14913 pointer can be dereferenced. If not, do the test, otherwise
14914 skip it.
14915
14916 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14917
14918 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14919 results.
14920 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14921
14922 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14923
14924 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14925 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14926 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14927 * gdb.arch/amd64-invalid-stack-top.c: New file.
14928 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14929
14930 2014-05-30 Pedro Alves <palves@redhat.com>
14931
14932 PR breakpoints/17000
14933 * gdb.base/sss-bp-on-user-bp.c: New file.
14934 * gdb.base/sss-bp-on-user-bp.exp: New file.
14935
14936 2014-05-30 David Blaikie <dblaikie@gmail.com>
14937
14938 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14939 gnu_inline semantics via attribute.
14940 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14941 source explicitly specifies the required semantics.
14942
14943 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14944
14945 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14946
14947 2014-05-29 Pedro Alves <palves@redhat.com>
14948 Tom Tromey <tromey@redhat.com>
14949
14950 * gdb.base/async-shell.exp: Don't enable target-async.
14951 * gdb.base/async.exp
14952 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14953 parameter. Adjust.
14954 (top level): Don't test with "target-async".
14955 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14956 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14957 * gdb.base/inferior-died.exp: Don't enable target-async.
14958 * gdb.base/interrupt-noterm.exp: Likewise.
14959 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14960 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14961 * gdb.mi/mi-nonstop.exp: Likewise.
14962 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14963 * gdb.mi/mi-nsintrall.exp: Likewise.
14964 * gdb.mi/mi-nsmoribund.exp: Likewise.
14965 * gdb.mi/mi-nsthrexec.exp: Likewise.
14966 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14967 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14968 * gdb.python/py-evsignal.exp: Don't enable target-async.
14969 * gdb.python/py-evthreads.exp: Likewise.
14970 * gdb.python/py-prompt.exp: Likewise.
14971 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14972 * gdb.server/solib-list.exp: Don't enable target-async.
14973 * gdb.threads/thread-specific-bp.exp: Likewise.
14974 * lib/mi-support.exp: Adjust to use mi-async.
14975
14976 2014-05-29 Pedro Alves <palves@redhat.com>
14977
14978 PR gdb/13860
14979 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14980 reason, even in sync mode.
14981
14982 2014-05-29 Pedro Alves <palves@redhat.com>
14983 Hui Zhu <hui@codesourcery.com>
14984
14985 PR PR15693
14986 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14987 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14988 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14989 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14990
14991 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14992
14993 * config/monitor.exp (gdb_target_monitor): Replace use of
14994 "set remotebaud" by "set serial baud".
14995
14996 2014-05-26 Andy Wingo <wingo@igalia.com>
14997
14998 * gdb.guile/scm-breakpoint.exp:
14999 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15000 properties instead of gdb-object-properties.
15001
15002 2014-05-26 Yao Qi <yao@codesourcery.com>
15003
15004 * gdb.server/no-thread-db.exp: Specify source file name
15005 explicitly when setting a breakpoint.
15006
15007 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15008
15009 * gdb.btrace/vdso.c: New.
15010 * gdb.btrace/vdso.exp: New.
15011
15012 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15013
15014 * gdb.base/gcore.exp (capture_command_output): Move ...
15015 * lib/gdb.exp (capture_command_output): ... here.
15016
15017 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15018
15019 * gdb.btrace/data.exp: Test memory access during btrace replay.
15020
15021 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15022
15023 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15024
15025 2014-05-21 Pedro Alves <palves@redhat.com>
15026
15027 PR gdb/13860
15028 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15029 (top level): Test that output related to execution commands is
15030 sent to the console with CLI commands, but not with MI commands.
15031 Test that breakpoint events are always mirrored to the console.
15032 Also expect the new source line to be output after a "next" in
15033 async mode too. Make it a pass/fail test.
15034 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15035 output.
15036 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15037
15038 2014-05-21 Pedro Alves <palves@redhat.com>
15039
15040 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15041 Use them to test variations of "list" after reaching a breakpoint.
15042 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15043 Test "list" with listsize 10 after reaching a breakpoint.
15044 * gdb.python/python.exp (decode_line current location line
15045 number): Adjust expected line number.
15046
15047 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15048
15049 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15050 behavior for $args, pass it directly to "run".
15051
15052 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15053
15054 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15055 30000 to 65536.
15056
15057 2014-05-21 Pedro Alves <palves@redhat.com>
15058
15059 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15060 auto-connect-native-target off".
15061 * gdb.base/auto-connect-native-target.c: New file.
15062 * gdb.base/auto-connect-native-target.exp: New file.
15063
15064 2014-05-21 Pedro Alves <palves@redhat.com>
15065
15066 * gdb.base/default.exp: Test "target native" instead of "target
15067 child".
15068
15069 2014-05-21 Mark Wielaard <mjw@redhat.com>
15070
15071 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15072
15073 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15074
15075 Fix TLS access for -static -pthread.
15076 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15077 <HAVE_TLS> (thread_function, main): Initialize it.
15078 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15079 Add clean_restart.
15080 <$have_tls != "">: Check TLSVAR.
15081
15082 2014-05-21 Pedro Alves <palves@redhat.com>
15083
15084 * gdb.base/dcache-line-read-error.c: New.
15085 * gdb.base/dcache-line-read-error.exp: New.
15086
15087 2014-05-20 Pedro Alves <palves@redhat.com>
15088
15089 * gdb.base/compare-sections.c: New file.
15090 * gdb.base/compare-sections.exp: New file.
15091
15092 2014-05-20 Pedro Alves <palves@redhat.com>
15093
15094 * gdb.base/break-idempotent.c: New file.
15095 * gdb.base/break-idempotent.exp: New file.
15096
15097 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15098
15099 * gdb.btrace/nohist.exp: New.
15100
15101 2014-05-20 Yao Qi <yao@codesourcery.com>
15102
15103 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15104 gdb.reverse directory and gdb_reverse_timeout exists in board
15105 setting.
15106 * README: Document gdb_reverse_timeout.
15107
15108 2014-05-20 Yao Qi <yao@codesourcery.com>
15109
15110 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15111 'test_file_name'. Treat args as a string instead of a list.
15112 (gdb_init): Rename argument 'args' by 'test_file_name'.
15113
15114 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15115
15116 * gdb.arch/powerpc-power.exp: New file.
15117 * gdb.arch/powerpc-power.s: New file.
15118
15119 2014-05-16 Doug Evans <dje@google.com>
15120
15121 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15122 * gdb.base/completion.exp: Check that all expected files exist
15123 before doing file completion.
15124
15125 2014-05-16 Doug Evans <dje@google.com>
15126
15127 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15128 Update.
15129 (do_syscall_tests_without_xml): Update.
15130
15131 2014-05-16 Pedro Alves <palves@redhat.com>
15132
15133 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15134 instead of "unknown output after running".
15135
15136 2014-05-16 Yao Qi <yao@codesourcery.com>
15137
15138 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15139 file1.txt from host at the end.
15140 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15141
15142 2014-05-15 Doug Evans <dje@google.com>
15143
15144 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15145 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15146 loading file. Add test for TU lookup.
15147
15148 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15149
15150 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15151 calling "-exec-arguments" or "set args" before running the
15152 inferior.
15153
15154 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15155
15156 * lib/mi-support.exp (mi_expect_stop): Expect message for
15157 inferiors that exit with non-zero exit code.
15158
15159 2014-05-14 Yao Qi <yao@codesourcery.com>
15160
15161 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15162 match absolute path on remote host.
15163 (test_file_list_exec_source_files): Remove "/" from the
15164 pattern.
15165
15166 2014-05-14 Yao Qi <yao@codesourcery.com>
15167
15168 * boards/local-remote-host-notty.exp (${board}_file): New
15169 proc.
15170
15171 2014-05-07 Kyle McMartin <kyle@redhat.com>
15172
15173 Pushed by Joel Brobecker <brobecker@adacore.com>.
15174 * gdb.arch/aarch64-atomic-inst.c: New file.
15175 * gdb.arch/aarch64-atomic-inst.exp: New file.
15176
15177 2014-05-07 Yao Qi <yao@codesourcery.com>
15178
15179 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15180 in current context" too.
15181
15182 2014-05-05 Keith Seitz <keiths@redhat.com>
15183
15184 * gdb.linespec/ls-dollar.exp: Add test for linespec
15185 file:convenience_variable.
15186
15187 2014-05-05 Yao Qi <yao@codesourcery.com>
15188
15189 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15190 traceframes into tfile and ctf trace files. Read data from
15191 trace file and test collected data.
15192 (gdb_collect_locals_test): Likewise.
15193 (gdb_unavailable_registers_test): Likewise.
15194 (gdb_unavailable_floats): Likewise.
15195 (gdb_collect_globals_test): Likewise.
15196 (top-level): Append "ctf" to trace_file_targets if GDB
15197 supports.
15198
15199 2014-05-05 Yao Qi <yao@codesourcery.com>
15200
15201 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15202 code to ...
15203 (gdb_collect_args_test_1): ... it. New proc.
15204 (gdb_collect_locals_test): Move some code to ...
15205 (gdb_collect_locals_test_1): ... it. New proc.
15206 (gdb_unavailable_registers_test): Move some code to ...
15207 (gdb_unavailable_registers_test_1): ... it. New proc.
15208 (gdb_unavailable_floats): Move some code to ...
15209 (gdb_unavailable_floats_1): ... it. New proc.
15210
15211 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15212
15213 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15214 probes to test for bitness recognition.
15215 * gdb.arch/amd64-stap-optional-prefix.exp
15216 (test_probe_value_without_reg): New procedure.
15217 Add code to test for different kinds of bitness.
15218
15219 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15220
15221 PR breakpoints/16889
15222 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15223 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15224
15225 2014-05-01 Pedro Alves <palves@redhat.com>
15226
15227 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15228 gdb_file_cmd if no file is specified.
15229 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15230 last_loaded_file to set the remote exec-file.
15231
15232 2014-05-01 Pedro Alves <palves@redhat.com>
15233
15234 * boards/local-remote-host.exp: New file.
15235
15236 2014-05-01 Pedro Alves <palves@redhat.com>
15237
15238 * boards/local-remote-host.exp: Rename to ...
15239 * boards/local-remote-host-notty.exp: ... this.
15240
15241 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15242
15243 * gdb.ada/dyn_arrayidx: New testcase.
15244
15245 2014-04-26 Yao Qi <yao@codesourcery.com>
15246
15247 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15248 and compute the length of function main. Save it in
15249 $main_length.
15250 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15251 (top-level): Use gdb_compile to compile objects into
15252 executable and restart GDB. Remove invocation to
15253 prepare_for_testing.
15254
15255 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15256 Pedro Alves <palves@redhat.com>
15257
15258 PR server/16255
15259 * gdb.multi/multi-attach.c: New file.
15260 * gdb.multi/multi-attach.exp: New file.
15261
15262 2014-04-25 Pedro Alves <palves@redhat.com>
15263
15264 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15265 user.
15266 (top level): Test that "set remote conditional-breakpoints-packet
15267 off" works as intended.
15268 * gdb.base/dprintf.exp: Test that "set remote
15269 breakpoint-commands-packet off" works as intended.
15270 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15271 New function.
15272 (top level): Call it.
15273 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15274 remote fast-tracepoints-packet off" works as intended.
15275 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15276 * lib/gdb.exp (gdb_is_target_remote): ... here.
15277
15278 2014-04-24 David Blaikie <dblaikie@gmail.com>
15279
15280 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15281 ensure clang would not discard them.
15282 * gdb.base/gdbvars.c: Ditto.
15283 * gdb.base/memattr.c: Ditto.
15284 * gdb.base/whatis.c: Ditto.
15285 * gdb.python/py-prettyprint.c: Ditto.
15286 * gdb.trace/actions.c: Ditto.
15287 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15288 ensure clang would not discard it.
15289
15290 2014-04-24 David Blaikie <dblaikie@gmail.com>
15291
15292 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15293 clang to emit the full definition of type required by the test
15294 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15295
15296 2014-04-24 David Blaikie <dblaikie@gmail.com>
15297
15298 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15299 coax Clang into emitting the definition of the type.
15300 * gdb.cp/pr10728-x.h (y): Ditto.
15301 * gdb.cp/pr10728-y.cc (y): Ditto.
15302
15303 2014-04-24 David Blaikie <dblaikie@gmail.com>
15304
15305 * gdb.base/label.exp: XFAIL label related tests under Clang.
15306 * gdb.cp/cplabel.exp: Ditto.
15307 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15308 under Clang those using labels.
15309
15310 2014-04-25 Yao Qi <yao@codesourcery.com>
15311
15312 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15313 double_label.
15314 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15315 partial_label and double_label.
15316
15317 2014-04-24 David Blaikie <dblaikie@gmail.com>
15318
15319 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15320
15321 2014-04-24 David Blaikie <dblaikie@gmail.com>
15322
15323 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15324 of the function to work across GCC and Clang.
15325 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15326 pointer types (const void ** const V void **).
15327
15328 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15329 Walfred Tedeschi <walfred.tedeschi@intel.com>
15330
15331 * Makefile.in (EXECUTABLES): Added i386-avx512.
15332 * gdb.arch/i386-avx512.c: New file.
15333 * gdb.arch/i386-avx512.exp: Likewise.
15334
15335 2014-04-23 Keith Seitz <keiths@redhat.com>
15336
15337 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15338 (mi_make_breakpoint_table): New procedure.
15339 (mi_create_breakpoint): Use mi_make_breakpoint
15340 and return the result.
15341 (mi_make_breakpoint): New procedure.
15342 (mi_build_kv_pairs): New procedure.
15343
15344 * gdb.mi/mi-break.exp: Remove unused globals,
15345 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15346 All callers updated.
15347 * gdb.mi/mi-dprintf.exp: Use variable to track command
15348 number.
15349 Update all callers of mi_create_breakpoint and use
15350 mi_make_breakpoint_table.
15351 Remove any unused global variables.
15352 * gdb.mi/mi-nonstop.exp: Likewise.
15353 * gdb.mi/mi-nsintrall.exp: Likewise.
15354 * gdb.mi/mi-nsmoribund.exp: Likewise.
15355 * gdb.mi/mi-nsthrexec.exp: Likewise.
15356 * gdb.mi/mi-reverse.exp: Likewise.
15357 * gdb.mi/mi-simplerun.exp: Likewise.
15358 * gdb.mi/mi-stepn.exp: Likewise.
15359 * gdb.mi/mi-syn-frame.exp: Likewise.
15360 * gdb.mi/mi-until.exp: Likewise.
15361 * gdb.mi/mi-var-cp.exp: Likewise.
15362 * gdb.mi/mi-var-display.exp: Likewise.
15363 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15364 * gdb.mi/mi2-var-child.exp: Likewise.
15365 * gdb.mi/mi-vla-c99.exp: Likewise.
15366 * lib/mi-support.exp: Likewise.
15367
15368 From Ian Lance Taylor <iant@cygnus.com>:
15369 * lib/gdb.exp (parse_args): New procedure.
15370
15371 2014-04-23 Pedro Alves <palves@redhat.com>
15372
15373 * gdb.base/break-unload-file.c: New file.
15374 * gdb.base/break-unload-file.exp: New file.
15375 * gdb.base/sym-file-lib.c (baz): New function.
15376 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15377 field.
15378 (load): Store the segment's mapped size.
15379 (unload): New function.
15380 (unload_shlib): New function.
15381 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15382 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15383 set a breakpoint at baz, and call it.
15384 * gdb.base/sym-file.exp: New tests for stale breakpoint
15385 instructions.
15386
15387 2014-04-23 Pedro Alves <palves@redhat.com>
15388
15389 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15390 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15391 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15392 * gdb.base/hbreak-unmapped.c: New file.
15393 * gdb.base/hbreak-unmapped.exp: New file.
15394 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15395 * lib/gdb.exp (gdb_is_target_remote): ... here.
15396
15397 2014-04-22 Pedro Alves <palves@redhat.com>
15398
15399 * gdb.base/consecutive-step-over.c: New file.
15400 * gdb.base/consecutive-step-over.exp: New file.
15401
15402 2014-04-22 Pedro Alves <palves@redhat.com>
15403
15404 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15405 instead of send_gdb/gdb_expect.
15406
15407 2014-04-22 Yao Qi <yao@codesourcery.com>
15408
15409 * lib/trace-support.exp (generate_tracefile): New procedure.
15410 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15411 return 0.
15412 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15413 if generate_tracefile returns 1.
15414
15415 2014-04-18 Tom Tromey <palves@redhat.com>
15416 Pedro alves <tromey@redhat.com>
15417
15418 PR backtrace/15558
15419 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15420 with a backtrace limit.
15421 * gdb.python/py-frame-inline.exp: Test running to an inline
15422 function with a backtrace limit, and printing the newest frame.
15423 * gdb.python/py-frame-inline.c (main): Call f.
15424
15425 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15426
15427 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15428
15429 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15430
15431 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15432 Drop prefix from unsupported source file path.
15433
15434 2014-04-17 Yao Qi <yao@codesourcery.com>
15435
15436 * lib/gdb.exp (with_target_charset): New proc.
15437 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15438 with_target_charset.
15439 (test_print_strings): Likewise.
15440 (test_repeat_bytes): Likewise.
15441 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15442 for some tests.
15443
15444 2014-04-16 Keith Seitz <keiths@redhat.com>
15445
15446 PR gdb/15827
15447 * gdb.dwarf2/corrupt.c: New file.
15448 * gdb.dwarf2/corrupt.exp: New file.
15449
15450 2014-04-16 Keith Seitz <keiths@redhat.com>
15451
15452 PR c++/16597
15453 * gdb.cp/namelessclass.cc: New file.
15454 * gdb.cp/namelessclass.exp: New file.
15455 * gdb.cp/namelessclass.S: New file.
15456
15457 2014-04-16 Doug Evans <dje@google.com>
15458
15459 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15460 Add comment.
15461 (gdbserver_default_get_comm_port): New function.
15462 (gdbserver_start): Check if board file provided
15463 "gdbserver,get_comm_port" and use it if so.
15464 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15465 (gdb,socketport): Set to "stdio".
15466 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15467 (stdio_gdbserver_template): Delete.
15468 (${board}_get_remote_address): Update.
15469 (${board}_build_remote_cmd): Delete.
15470 (${board}_get_comm_port): New function.
15471 (${board}_spawn): Update.
15472 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15473 Delete.
15474 (${board}_get_remote_address): Update.
15475 (${board}_get_comm_port): New function.
15476
15477 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15478
15479 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15480 appearing in any order.
15481
15482 2014-04-15 Doug Evans <dje@google.com>
15483
15484 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15485 uninitialized value of "description".
15486
15487 2014-04-15 Keith Seitz <keiths@redhat.com>
15488
15489 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15490 Remove unused globals.
15491 (test_running_the_program): Likewise.
15492 (test_controlled_execution): Likewise.
15493 (test_controlling_breakpoints): Likewise.
15494 (test_program_termination): Likewise.
15495
15496 2014-04-15 Keith Seitz <keiths@redhat.com>
15497
15498 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15499 unused globals.
15500 (test_rbreak_creation_and_listing): Likewise.
15501 (test_ignore_count): Likewise.
15502 (test_error): Likewise.
15503
15504 2014-04-15 Pedro Alves <palves@redhat.com>
15505
15506 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15507 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15508 sym-file-loader.c.
15509 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15510 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15511 to sym-file-loader.c.
15512 (struct library): Forward declare.
15513 (load_shlib, lookup_function): Change prototypes.
15514 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15515 (translate_offset): Remove declarations.
15516 (get_text_addr): New declaration.
15517 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15518 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15519 sym-file-loader.h.
15520 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15521 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15522 here from sym-file-loader.h.
15523 (struct library): New structure.
15524 (load_shlib, lookup_function): Change prototypes and adjust to
15525 work with a struct library.
15526 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15527 (translate_offset): Make static.
15528 (get_text_addr): New function.
15529 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15530
15531 2014-04-15 Pedro Alves <palves@redhat.com>
15532
15533 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15534
15535 2014-04-15 Pedro Alves <palves@redhat.com>
15536
15537 * gdb.base/sym-file-loader.c: Include <limits.h>.
15538 (SELF_LINK): New define.
15539 (get_origin): New function.
15540 (load_shlib): Use it.
15541 * gdb.base/sym-file.exp: Don't early return if the target is
15542 remote. Use runto_main, and issue fail is that fails. Use
15543 gdb_load_shlibs.
15544 (shlib_name): Delete.
15545 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15546
15547 2014-04-15 Pedro Alves <palves@redhat.com>
15548
15549 * gdb.base/sym-file.exp: Remove regex characters from test
15550 message. Don't refer to breakpoint numbers in test messages.
15551
15552 2014-04-14 Keith Seitz <keiths@redhat.com>
15553
15554 PR c++/16253
15555 * gdb.cp/var-tag.cc: New file.
15556 * gdb.cp/var-tag.exp: New file.
15557 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15558 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15559 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15560 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15561
15562 2014-04-14 Tom Tromey <tromey@redhat.com>
15563
15564 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15565 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15566 type.
15567 * gdb.cp/enum-class.exp: New file.
15568 * gdb.cp/enum-class.cc: New file.
15569
15570 2014-04-14 Tom Tromey <tromey@redhat.com>
15571
15572 * gdb.dwarf2/enum-type.exp: New file.
15573
15574 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15575
15576 * gdb.mi/mi-vla-c99.exp: New file.
15577 * gdb.mi/vla.c: New file.
15578
15579 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15580
15581 * gdb.base/vla-datatypes.c: New file.
15582 * gdb.base/vla-datatypes.exp: New file.
15583
15584 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15585
15586 * gdb.base/vla-ptr.c: New file.
15587 * gdb.base/vla-ptr.exp: New file.
15588
15589 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15590
15591 * gdb.dwarf2/count.exp: New file.
15592
15593 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15594
15595 * gdb.base/vla-sideeffect.c: New file.
15596 * gdb.base/vla-sideeffect.exp: New file.
15597
15598 2014-04-14 David Blaikie <dblaikie@gmail.com>
15599
15600 * gdb.mi/non-stop.c: Add return value for non-void function return
15601 statement.
15602 * gdb.threads/staticthreads.c: Ditto.
15603
15604 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15605 Doug Evans <xdje42@gmail.com>
15606
15607 * gdb.guile/scm-value.c: Improve test case.
15608 * gdb.guile/scm-value.exp: Add new test.
15609
15610 2014-04-11 David Blaikie <dblaikie@gmail.com>
15611
15612 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15613 override Clang's default.
15614
15615 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15616
15617 Revert the following changes (regressions):
15618
15619 * gdb.base/vla-sideeffect.c: New file.
15620 * gdb.base/vla-sideeffect.exp: New file.
15621
15622 * gdb.dwarf2/count.exp: New file.
15623
15624 * gdb.base/vla-multi.c: New file.
15625 * gdb.base/vla-multi.exp: New file.
15626
15627 * gdb.base/vla-ptr.c: New file.
15628 * gdb.base/vla-ptr.exp: New file.
15629
15630 * gdb.base/vla-datatypes.c: New file.
15631 * gdb.base/vla-datatypes.exp: New file.
15632
15633 * gdb.mi/mi-vla-c99.exp: New file.
15634 * gdb.mi/vla.c: New file.
15635
15636 2014-04-11 Keith Seitz <keiths@redhat.com>
15637
15638 PR c++/16675
15639 * gdb.cp/cpsizeof.exp: New file.
15640 * gdb.cp/cpsizeof.cc: New file.
15641
15642 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15643
15644 * gdb.mi/mi-vla-c99.exp: New file.
15645 * gdb.mi/vla.c: New file.
15646
15647 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15648
15649 * gdb.base/vla-datatypes.c: New file.
15650 * gdb.base/vla-datatypes.exp: New file.
15651
15652 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15653
15654 * gdb.base/vla-ptr.c: New file.
15655 * gdb.base/vla-ptr.exp: New file.
15656
15657 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15658
15659 * gdb.base/vla-multi.c: New file.
15660 * gdb.base/vla-multi.exp: New file.
15661
15662 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15663
15664 * gdb.dwarf2/count.exp: New file.
15665
15666 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15667
15668 * gdb.base/vla-sideeffect.c: New file.
15669 * gdb.base/vla-sideeffect.exp: New file.
15670
15671 2014-04-11 Yao Qi <yao@codesourcery.com>
15672
15673 * gdb.base/completion.exp: Check file exists before running tests
15674 on file completion.
15675
15676 2014-04-10 Pedro Alves <palves@redhat.com>
15677
15678 * gdb.base/cond-eval-mode.c: New file.
15679 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15680 prepare_for_testing to build the new file. Check result of
15681 runto_main.
15682 (test_break, test_watch): New procedures.
15683 (top level): Use them.
15684
15685 2014-04-08 Pierre Muller <muller@sourceware.org>
15686
15687 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15688 Ctrl-V use for mingw hosts.
15689
15690 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15691
15692 * gdb.python/py-value.c: Improve test case.
15693 * gdb.python/py-value.exp: Add new test.
15694
15695 2014-04-07 David Blaikie <dblaikie@gmail.com>
15696
15697 * lib/compiler.c: Identify the clang compiler.
15698 * lib/compiler.cc: Ditto.
15699
15700 2014-04-03 Yao Qi <yao@codesourcery.com>
15701
15702 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15703
15704 2014-04-01 Anton Blanchard <anton@samba.org>
15705
15706 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15707 messages unique.
15708
15709 2014-04-01 Anton Blanchard <anton@samba.org>
15710
15711 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15712 prepare_for_testing.
15713
15714 2014-04-01 Anton Blanchard <anton@samba.org>
15715
15716 * gdb.arch/ppc64-atomic-inst.c: Remove.
15717 * gdb.arch/ppc64-atomic-inst.S: New file.
15718 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15719
15720 2014-03-31 Doug Evans <dje@google.com>
15721
15722 * gdb.base/print-symbol-loading-lib.c: New file.
15723 * gdb.base/print-symbol-loading-main.c: New file.
15724 * gdb.base/print-symbol-loading.exp: New file.
15725
15726 2014-03-31 Yao Qi <yao@codesourcery.com>
15727
15728 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15729
15730 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15731
15732 * gdb.ada/mi_dyn_arr: New testcase.
15733
15734 2014-03-27 Doug Evans <dje@google.com>
15735
15736 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15737
15738 2014-03-27 Yao Qi <yao@codesourcery.com>
15739
15740 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15741 if target is nios2-*-*.
15742
15743 2014-03-26 Yao Qi <yao@codesourcery.com>
15744
15745 * lib/gdb.exp (readline_is_used): New proc.
15746 * gdb.base/completion.exp: Move tests on command complete up.
15747 Skip the rest of tests if readline is not used.
15748 * gdb.ada/complete.exp: Skp the test if readline is not
15749 used.
15750 * gdb.base/filesym.exp: Likewise.
15751 * gdb.base/macscp.exp: Likewise.
15752 * gdb.base/readline-ask.exp: Likewise.
15753 * gdb.base/readline.exp: Likewise.
15754 * gdb.python/py-cmd.exp: Likewise.
15755 * gdb.trace/tfile.exp: Likewise.
15756
15757 2014-03-26 Yao Qi <yao@codesourcery.com>
15758
15759 * gdb.base/macscp.exp: Fix code format issues.
15760
15761 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15762
15763 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15764 * gdb.asm/powerpc64le.inc: New file.
15765
15766 2014-03-25 Pedro Alves <palves@redhat.com>
15767 Doug Evans <dje@google.com>
15768
15769 * gdb.base/source-execution.c: New file.
15770 * gdb.base/source-execution.exp: New file.
15771 * gdb.base/source-execution.gdb: New file.
15772
15773 2014-03-24 Doug Evans <dje@google.com>
15774
15775 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15776 using fission.
15777
15778 2014-03-24 Hui Zhu <hui@codesourcery.com>
15779 Pedro Alves <palves@redhat.com>
15780
15781 PR breakpoints/16101
15782 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15783 test pass/fail messages. Detect missing support for dprintf when
15784 breakpoints are actually inserted.
15785 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15786 breakpoints are actually inserted.
15787 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15788 fails.
15789
15790 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15791
15792 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15793
15794 2014-03-22 Doug Evans <xdje42@gmail.com>
15795
15796 * gdb.python/python.exp (python not supported): Verify multi-line
15797 python command issues an error.
15798 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15799 guile command issues an error.
15800
15801 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15802
15803 * gdb.threads/thread-specific.exp: Handle the lack of usable
15804 $this_breakpoint and $this_thread.
15805
15806 2014-03-21 Hui Zhu <hui@codesourcery.com>
15807
15808 * gdb.base/attach.exp (do_command_attach_tests): New.
15809
15810 2014-03-20 Tom Tromey <tromey@redhat.com>
15811 Pedro Alves <palves@redhat.com>
15812
15813 PR cli/15718
15814 * gdb.base/condbreak-call-false.c: New file.
15815 * gdb.base/condbreak-call-false.exp: New file.
15816
15817 2014-03-20 Pedro Alves <palves@redhat.com>
15818
15819 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15820 Delete.
15821 (block_signals, unblock_signals): Delete.
15822 (child_function_2, main): Remove references to deleted variable
15823 and functions.
15824
15825 2014-03-20 Pedro Alves <palves@redhat.com>
15826
15827 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15828 Use pthread_kill to signal thread 2.
15829 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15830 Adjust to make the test send itself a signal rather than using the
15831 host's "kill" command.
15832
15833 2014-03-20 Pedro Alves <palves@redhat.com>
15834
15835 * gdb.threads/multiple-step-overs.c: New file.
15836 * gdb.threads/multiple-step-overs.exp: New file.
15837 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15838 Adjust expected infrun debug output.
15839
15840 2014-03-20 Pedro Alves <palves@redhat.com>
15841
15842 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15843 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15844
15845 2014-03-20 Pedro Alves <palves@redhat.com>
15846
15847 PR breakpoints/7143
15848 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15849 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15850 of gdb_test_multiple.
15851 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15852 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15853
15854 2014-03-20 Pedro Alves <palves@redhat.com>
15855
15856 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15857 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15858
15859 2014-03-19 Pedro Alves <palves@redhat.com>
15860
15861 * gdb.base/async.exp: Remove early return.
15862
15863 2014-03-19 Pedro Alves <palves@redhat.com>
15864
15865 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15866
15867 2014-03-19 Pedro Alves <palves@redhat.com>
15868
15869 * gdb.base/async.exp (test_background): Expect \r\n after
15870 "completed." in the fail pattern.
15871
15872 2014-03-19 Pedro Alves <palves@redhat.com>
15873
15874 * gdb.base/async.exp (test_background): New procedure.
15875 Use it for all background execution command tests.
15876
15877 2014-03-19 Pedro Alves <palves@redhat.com>
15878
15879 * gdb.base/async.exp: Use prepare_for_testing.
15880
15881 2014-03-19 Pedro Alves <palves@redhat.com>
15882
15883 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15884 the same line.
15885
15886 2014-03-19 Pedro Alves <palves@redhat.com>
15887
15888 * gdb.base/async.c (main): Add "jump here" and "until here" line
15889 marker comments.
15890 * gdb.base/async.exp (jump_here): New global.
15891 (jump& test): Use it.
15892 (until_here): New global.
15893 (until& test): Use it.
15894
15895 2014-03-19 Pedro Alves <palves@redhat.com>
15896
15897 * gdb.base/async.exp: Don't frob gdb_protocol.
15898
15899 2014-03-18 Doug Evans <xdje42@gmail.com>
15900
15901 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15902 Fix spelling of exec-done-display.
15903
15904 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15905
15906 PR gdb/15358
15907 * gdb.base/gdb-sigterm.c: New file.
15908 * gdb.base/gdb-sigterm.exp: New file.
15909
15910 2014-03-18 Pedro Alves <palves@redhat.com>
15911
15912 PR gdb/13860
15913 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15914 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15915 solib-event.
15916
15917 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15918
15919 * gdb.ada/pckd_arr_ren: New testcase.
15920
15921 2014-03-13 Doug Evans <xdje42@gmail.com>
15922
15923 PR guile/16612
15924 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15925 collect after discarding symbols.
15926
15927 2014-03-13 Ludovic Courtès <ludo@gnu.org>
15928 Doug Evans <xdje42@gmail.com>
15929
15930 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15931 to history survives a gc.
15932
15933 2014-03-13 Pedro Alves <palves@redhat.com>
15934
15935 * gdb.base/default.exp: Don't test "target procfs".
15936
15937 2014-03-13 Pedro Alves <palves@redhat.com>
15938
15939 * gdb.base/default.exp: Update "target child" and "target procfs"
15940 tests to not expect "Unix".
15941
15942 2014-03-12 Tom Tromey <tromey@redhat.com>
15943
15944 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15945 New procs. Add target-async tests.
15946 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15947 Add target-async tests.
15948
15949 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15950
15951 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15952 'func_start' and 'func_end' for the beginning and end of the
15953 function code, respectively.
15954 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15955 'func_end' instead of 'func' and 'main'.
15956
15957 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15958
15959 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15960 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15961 generate the debug info assembler source.
15962
15963 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15964
15965 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15966 * gdb.dwarf2/arr-subrange.exp: Likewise.
15967 * gdb.dwarf2/dwz.exp: Likewise.
15968 * gdb.dwarf2/method-ptr.exp: Likewise.
15969 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15970 * gdb.dwarf2/subrange.exp: Likewise.
15971 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15972 * gdb.dwarf2/implptrpiece.exp: Likewise.
15973 * gdb.dwarf2/nostaticblock.exp: Likewise.
15974
15975 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15976
15977 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15978 directory to absolute path name arguments.
15979
15980 2014-03-10 Joel Brobecker <brobecker@adacore.com>
15981
15982 * gdb.ada/tagged_access: New testcase.
15983
15984 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15985
15986 * gdb.btrace/data.exp: Update expected output.
15987
15988 2014-03-06 Yao Qi <yao@codesourcery.com>
15989
15990 * gdb.trace/pr16508.exp: New file.
15991
15992 2014-03-05 Pedro Alves <palves@redhat.com>
15993
15994 PR gdb/16575
15995 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15996 procedure.
15997 (top level): Adjust to use it. Add tests that exercise breakpoint
15998 interaction with the code-cache.
15999
16000 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16001
16002 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16003 test for 'history-append!'.
16004
16005 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16006
16007 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16008 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16009 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16010 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16011 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16012 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16013
16014 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16015
16016 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16017 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16018 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16019
16020 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16021
16022 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16023
16024 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16025
16026 * gdb.dwarf2/arr-stride.c: New file.
16027 * gdb.dwarf2/arr-stride.exp: New file.
16028
16029 2014-02-26 Pedro Alves <palves@redhat.com>
16030
16031 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16032 that won't ever trigger. Make sure that GDB reports the correct
16033 breakpoint that caused the stop.
16034
16035 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16036
16037 PR gdb/16626
16038 * gdb.base/auto-load-script: New file.
16039 * gdb.base/auto-load.c: New file.
16040 * gdb.base/auto-load.exp: New file.
16041
16042 PR gdb/16626
16043 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16044
16045 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16046
16047 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16048 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16049
16050 2014-02-24 Doug Evans <dje@google.com>
16051
16052 * lib/gdb.exp (run_on_host): Log error output if program fails.
16053
16054 2014-02-21 Pedro Alves <palves@redhat.com>
16055
16056 * gdb.threads/step-after-sr-lock.c: Rename to ...
16057 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16058 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16059 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16060 ... this.
16061
16062 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16063
16064 PR tdep/16397
16065 * gdb.arch/amd64-stap-special-operands.exp: New file.
16066 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16067 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16068 * gdb.arch/amd64-stap-triplet.S: Likewise.
16069 * gdb.arch/amd64-stap-triplet.c: Likewise.
16070
16071 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16072
16073 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16074 in .section pseudo-op.
16075
16076 2014-02-20 lin zuojian <manjian2006@gmail.com>
16077 Joel Brobecker <brobecker@adacore.com>
16078 Doug Evans <xdje42@gmail.com>
16079
16080 PR symtab/16581
16081 * gdb.dwarf2/dw2-icycle.S: New file.
16082 * gdb.dwarf2/dw2-icycle.c: New file.
16083 * gdb.dwarf2/dw2-icycle.exp: New file.
16084
16085 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16086
16087 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16088 operations on gdb.Value objects.
16089 * gdb.python/py-value-cc.exp: Add new test to test operations on
16090 gdb.Value objects.
16091
16092 2014-02-18 Doug Evans <dje@google.com>
16093
16094 * Makefile.in (TESTS): New variable.
16095 (expanded_tests, expanded_tests_or_none): New variables
16096 (check-single): Pass $(expanded_tests_or_none) to runtest.
16097 (check-parallel): Only run tests in $(TESTS) if non-empty.
16098 (check/no-matching-tests-found): New rule.
16099 * README: Document TESTS makefile variable.
16100
16101 2014-02-18 Doug Evans <dje@google.com>
16102
16103 * Makefile.in (check-parallel): rm -rf outputs temp.
16104
16105 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16106
16107 Fix "ERROR: no fileid for" in the testsuite.
16108 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16109
16110 2014-02-12 Doug Evans <dje@google.com>
16111
16112 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16113 (MISCELLANEOUS): New variable.
16114 (clean): rm -rf $(MISCELLANEOUS).
16115 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16116 dwp live in the same directory as symlinks, with each symlink pointed
16117 to a differently named file in a different directory.
16118
16119 2014-02-11 Doug Evans <dje@google.com>
16120
16121 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16122 of Tcl file commands.
16123
16124 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16125
16126 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16127 "kill -SIGUSR1 -1".
16128
16129 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16130
16131 * gdb.ada/tick_length_array_enum_idx: New testcase.
16132
16133 2014-02-10 Doug Evans <xdje42@gmail.com>
16134
16135 * configure.ac (AC_OUTPUT): Add gdb.guile.
16136 * configure: Regenerate.
16137 * lib/gdb-guile.exp: New file.
16138 * lib/gdb.exp (get_target_charset): New function.
16139 * gdb.base/help.exp: Update expected output from "apropos apropos".
16140 * gdb.guile/Makefile.in: New file.
16141 * gdb.guile/guile.exp: New file.
16142 * gdb.guile/scm-arch.c: New file.
16143 * gdb.guile/scm-arch.exp: New file.
16144 * gdb.guile/scm-block.c: New file.
16145 * gdb.guile/scm-block.exp: New file.
16146 * gdb.guile/scm-breakpoint.c: New file.
16147 * gdb.guile/scm-breakpoint.exp: New file.
16148 * gdb.guile/scm-disasm.c: New file.
16149 * gdb.guile/scm-disasm.exp: New file.
16150 * gdb.guile/scm-equal.c: New file.
16151 * gdb.guile/scm-equal.exp: New file.
16152 * gdb.guile/scm-error.exp: New file.
16153 * gdb.guile/scm-error.scm: New file.
16154 * gdb.guile/scm-frame-args.c: New file.
16155 * gdb.guile/scm-frame-args.exp: New file.
16156 * gdb.guile/scm-frame-args.scm: New file.
16157 * gdb.guile/scm-frame-inline.c: New file.
16158 * gdb.guile/scm-frame-inline.exp: New file.
16159 * gdb.guile/scm-frame.c: New file.
16160 * gdb.guile/scm-frame.exp: New file.
16161 * gdb.guile/scm-generics.exp: New file.
16162 * gdb.guile/scm-gsmob.exp: New file.
16163 * gdb.guile/scm-iterator.c: New file.
16164 * gdb.guile/scm-iterator.exp: New file.
16165 * gdb.guile/scm-math.c: New file.
16166 * gdb.guile/scm-math.exp: New file.
16167 * gdb.guile/scm-objfile-script-gdb.in: New file.
16168 * gdb.guile/scm-objfile-script.c: New file.
16169 * gdb.guile/scm-objfile-script.exp: New file.
16170 * gdb.guile/scm-objfile.c: New file.
16171 * gdb.guile/scm-objfile.exp: New file.
16172 * gdb.guile/scm-ports.exp: New file.
16173 * gdb.guile/scm-pretty-print.c: New file.
16174 * gdb.guile/scm-pretty-print.exp: New file.
16175 * gdb.guile/scm-pretty-print.scm: New file.
16176 * gdb.guile/scm-section-script.c: New file.
16177 * gdb.guile/scm-section-script.exp: New file.
16178 * gdb.guile/scm-section-script.scm: New file.
16179 * gdb.guile/scm-symbol.c: New file.
16180 * gdb.guile/scm-symbol.exp: New file.
16181 * gdb.guile/scm-symtab-2.c: New file.
16182 * gdb.guile/scm-symtab.c: New file.
16183 * gdb.guile/scm-symtab.exp: New file.
16184 * gdb.guile/scm-type.c: New file.
16185 * gdb.guile/scm-type.exp: New file.
16186 * gdb.guile/scm-value-cc.cc: New file.
16187 * gdb.guile/scm-value-cc.exp: New file.
16188 * gdb.guile/scm-value.c: New file.
16189 * gdb.guile/scm-value.exp: New file.
16190 * gdb.guile/source2.scm: New file.
16191 * gdb.guile/types-module.cc: New file.
16192 * gdb.guile/types-module.exp: New file.
16193
16194 2014-02-10 Yao Qi <yao@codesourcery.com>
16195
16196 PR testsuite/16543
16197 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16198 * configure: Regenerated.
16199 * Makefile.in: New file.
16200
16201 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16202
16203 * gdb.python/py-framefilter.exp: Fix typo.
16204
16205 2014-02-08 Yao Qi <yao@codesourcery.com>
16206
16207 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16208 that no =breakpoint-modified is emitted when breakpoints are
16209 modified through MI commands.
16210
16211 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16212 Pedro Alves <palves@redhat.com>
16213
16214 * gdb.threads/step-after-sr-lock.c: New file.
16215 * gdb.threads/step-after-sr-lock.exp: New file.
16216
16217 2014-02-07 Pedro Alves <palves@redhat.com>
16218
16219 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16220
16221 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16222
16223 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16224 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16225
16226 2014-02-06 Doug Evans <xdje42@gmail.com>
16227
16228 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16229 output.
16230
16231 * gdb.gdb/python-interrupts.exp: New file.
16232
16233 2014-02-05 Yao Qi <yao@codesourcery.com>
16234
16235 * gdb.trace/report.exp (use_collected_data): Test the output
16236 of "info threads" and "info inferiors".
16237
16238 2014-02-05 Yao Qi <yao@codesourcery.com>
16239
16240 Revert this patch:
16241
16242 2013-05-24 Yao Qi <yao@codesourcery.com>
16243
16244 * gdb.trace/tfile.exp: Test inferior and thread.
16245
16246 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16247
16248 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16249 on a function.
16250 * gdb.base/step-bt.c: Call hello via function pointer to make
16251 sure its first instruction is executed on powerpc64le-linux.
16252
16253 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16254
16255 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16256
16257 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16258
16259 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16260 of the test patterns for use on little-endian systems.
16261
16262 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16263
16264 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16265 (decimal_vector): Fix for little-endian.
16266
16267 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16268
16269 * gdb.arch/sparc-sysstep.exp: New file.
16270 * gdb.arch/sparc-sysstep.c: Likewise.
16271
16272 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16273
16274 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16275
16276 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16277
16278 2014-01-23 Tom Tromey <tromey@redhat.com>
16279
16280 * gdb.ada/array_char_idx: New testcase.
16281
16282 2014-01-23 Tom Tromey <tromey@redhat.com>
16283
16284 PR python/16487:
16285 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16286 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16287 classes.
16288
16289 2014-01-23 Tom Tromey <tromey@redhat.com>
16290
16291 PR python/16491:
16292 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16293 string from an inferior frame.
16294 * gdb.python/py-framefilter-mi.exp: Update.
16295
16296 2014-01-22 Doug Evans <dje@google.com>
16297
16298 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16299
16300 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16301
16302 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16303
16304 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16305
16306 * gdb.trace/entry-values.exp: Remove excess space character from
16307 regex patterns. Handle s390 call instruction.
16308
16309 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16310
16311 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16312 define "*_start" label. Make "name" static.
16313 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16314 ${name} by references to ${name}_start.
16315
16316 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16317
16318 * gdb.base/info-macros.exp: Remove "debug" from the compile
16319 options.
16320
16321 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16322
16323 * gdb.dlang/demangle.exp: New file.
16324
16325 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16326
16327 * gdb.dlang/primitive-types.exp: New file.
16328
16329 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16330
16331 * configure.ac: Create gdb.dlang/Makefile.
16332 * configure: Regenerate.
16333 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16334 * gdb.dlang/Makefile.in: New file.
16335 * lib/d-support.exp: New file.
16336 * lib/gdb.exp (skip_d_tests): New proc.
16337
16338 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16339
16340 * gdb.btrace/delta.exp: Check reverse stepi.
16341 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16342 * gdb.btrace/finish.exp: New.
16343 * gdb.btrace/next.exp: New.
16344 * gdb.btrace/nexti.exp: New.
16345 * gdb.btrace/record_goto.c: Add comments.
16346 * gdb.btrace/step.exp: New.
16347 * gdb.btrace/stepi.exp: New.
16348 * gdb.btrace/multi-thread-step.c: New.
16349 * gdb.btrace/multi-thread-step.exp: New.
16350 * gdb.btrace/rn-dl-bind.c: New.
16351 * gdb.btrace/rn-dl-bind.exp: New.
16352 * gdb.btrace/data.c: New.
16353 * gdb.btrace/data.exp: New.
16354 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16355
16356 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16357
16358 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16359 * gdb.btrace/exception.exp: Update.
16360 * gdb.btrace/instruction_history.exp: Update.
16361 * gdb.btrace/record_goto.exp: Update.
16362 * gdb.btrace/tailcall.exp: Update.
16363 * gdb.btrace/unknown_functions.exp: Update.
16364 * gdb.btrace/delta.exp: New.
16365
16366 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16367
16368 * gdb.btrace/record_goto.exp: Add backtrace test.
16369 * gdb.btrace/tailcall.exp: Add backtrace test.
16370
16371 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16372
16373 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16374 * gdb.btrace/record_goto.c: New.
16375 * gdb.btrace/record_goto.exp: New.
16376 * gdb.btrace/x86-record_goto.S: New.
16377
16378 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16379
16380 * gdb.btrace/function_call_history.exp: Update tests.
16381 * gdb.btrace/instruction_history.exp: Update tests.
16382
16383 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16384
16385 * gdb.btrace/function_call_history.exp: Fix expected field
16386 order for "record function-call-history".
16387 Add new tests for "record function-call-history /c".
16388 * gdb.btrace/exception.cc: New.
16389 * gdb.btrace/exception.exp: New.
16390 * gdb.btrace/tailcall.exp: New.
16391 * gdb.btrace/x86-tailcall.S: New.
16392 * gdb.btrace/x86-tailcall.c: New.
16393 * gdb.btrace/unknown_functions.c: New.
16394 * gdb.btrace/unknown_functions.exp: New.
16395 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16396
16397 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16398
16399 * gdb.btrace/instruction_history.exp: Update.
16400 * gdb.btrace/function_call_history.exp: Update.
16401
16402 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16403
16404 * gdb.btrace/function_call_history.exp: Fix expected function
16405 trace.
16406 * gdb.btrace/instruction_history.exp: Initialize traced.
16407 Remove traced_functions.
16408
16409 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16410
16411 * gdb.btrace/function_call_history.exp: Update
16412 * gdb.btrace/instruction_history.exp: Update.
16413
16414 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16415
16416 * gdb.btrace/enable.exp: Update expected text.
16417
16418 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16419
16420 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16421 bytes.
16422
16423 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16424
16425 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16426
16427 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16428
16429 * lib/gdb.exp (supports_process_record): Return true for
16430 arm*-linux*. (supports_reverse): Likewise.
16431
16432 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16433
16434 PR python/15464
16435 PR python/16113
16436 * gdb.python/py-type.c: Enhance test case.
16437 * gdb.python/py-value-cc.cc: Likewise
16438 * gdb.python/py-type.exp: Add new tests.
16439 * gdb.python/py-value-cc.exp: Likewise
16440
16441 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16442 Pedro Alves <palves@redhat.com>
16443
16444 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16445 Make "name" extern.
16446 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16447 references to ${name}_start by references to ${name}.
16448
16449 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16450
16451 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16452
16453 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16454
16455 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16456
16457 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16458 Pedro Alves <palves@redhat.com>
16459
16460 * gdb.mi/mi-info-os.exp: Connect to the target with
16461 mi_gdb_target_load.
16462
16463 2014-01-08 Pedro Alves <palves@redhat.com>
16464
16465 * gdb.threads/reconnect-signal.c: New file.
16466 * gdb.threads/reconnect-signal.exp: New file.
16467
16468 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16469
16470 * gdb.base/source-dir.exp: New file.
16471
16472 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16473
16474 * gdb.ada/mi_interface: New testcase.
16475
16476 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16477
16478 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16479 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16480 gdb.ada/pp-rec-component/pck.ads: New files.
16481
16482 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16483
16484 * gdb.python/py-pp-integral.c: New file.
16485 * gdb.python/py-pp-integral.py: New file.
16486 * gdb.python/py-pp-integral.exp: New file.
16487
16488 For older changes see ChangeLog-1993-2013.
16489 \f
16490 ;; Local Variables:
16491 ;; mode: change-log
16492 ;; left-margin: 8
16493 ;; fill-column: 74
16494 ;; version-control: never
16495 ;; End:
16496
16497 Copyright 2014-2019 Free Software Foundation, Inc.
16498 Copying and distribution of this file, with or without modification,
16499 are permitted provided the copyright notice and this notice are preserved.
This page took 0.381804 seconds and 3 git commands to generate.