Fix a few comments in maint-test-settings.c
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12019-07-03 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/settings.exp (test-string): Adjust expected out when
4 testing "maint test-settings show filename"
5
62019-07-02 Pedro Alves <palves@redhat.com>
7
8 * gdb.base/options.exp (test-info-threads): New procedure.
9 (top level): Call it.
10
112019-06-28 Tom Tromey <tromey@adacore.com>
12
13 * gdb.dwarf2/ada-linkage-name.c: New file.
14 * gdb.dwarf2/ada-linkage-name.exp: New file.
15
162019-06-27 Tom Tromey <tromey@adacore.com>
17
18 * gdb.cp/constexpr-field.exp: Use setup_xfail.
19
202019-06-26 Tom de Vries <tdevries@suse.de>
21
22 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
23
242019-06-26 Tom de Vries <tdevries@suse.de>
25
26 * gdb.base/index-cache.exp: Add back missing debug option.
27
282019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
29
30 * gdb.base/alias.exp: Test non matching/non existing prefixes.
31
322019-06-25 Tom de Vries <tdevries@suse.de>
33
34 PR testsuite/24727
35 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
36
372019-06-24 Tom de Vries <tdevries@suse.de>
38
39 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
40
412019-06-24 Tom de Vries <tdevries@suse.de>
42
43 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
44 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
45 * gdb.trace/unavailable-dwarf-piece.exp: Same.
46
472019-06-24 Tom de Vries <tdevries@suse.de>
48
49 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
50
512019-06-21 Tom de Vries <tdevries@suse.de>
52
53 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
54
552019-06-21 Tom de Vries <tdevries@suse.de>
56
57 PR testsuite/24518
58 PR ada/24713
59 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
60 index.
61
622019-06-19 Tom Tromey <tromey@adacore.com>
63
64 * gdb.ada/length_cond.exp: Add intro comment.
65
662019-06-19 Tom Tromey <tromey@adacore.com>
67
68 * gdb.ada/length_cond.exp: New file.
69 * gdb.ada/length_cond/length_cond.adb: New file.
70 * gdb.ada/length_cond/pck.adb: New file.
71 * gdb.ada/length_cond/pck.ads: New file.
72
732019-06-18 Tom de Vries <tdevries@suse.de>
74
75 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
76
772019-06-18 Tom Tromey <tromey@adacore.com>
78
79 * gdb.base/list0.h: Add comment explaining control character.
80
812019-06-18 Tom de Vries <tdevries@suse.de>
82
83 * boards/fission.exp: Break up long debug_flags line.
84
852019-06-16 Tom de Vries <tdevries@suse.de>
86
87 PR gdb/24445
88 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
89 generated index.
90
912019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
92
93 PR gdb/24686
94 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
95 improve detection of bug gdb/24541.
96
972019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
98
99 PR gdb/24669
100 * gdb.base/index-cache.exp (uses_readnow,
101 expecting_index_cache_use): Define global variable.
102 (test_cache_enabled_miss, test_cache_enabled_hit): Use
103 expecting_index_cache_use.
104
1052019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
106 Andrew Burgess <andrew.burgess@embecosm.com>
107
108 * gdb.fortran/pointers.f90: New file.
109 * gdb.fortran/print_type.exp: New file.
110 * gdb.fortran/vla-ptype.exp: Adapt expected results.
111 * gdb.fortran/vla-type.exp: Likewise.
112 * gdb.fortran/vla-value.exp: Likewise.
113 * gdb.mi/mi-vla-fortran.exp: Likewise.
114
1152019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
118 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
119 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
120 as a stop reason.
121
1222019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * gdb.base/annota1.exp: Update expected results.
125 * gdb.cp/annota2.exp: Likewise.
126 * gdb.cp/annota3.exp: Likewise.
127
1282019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
129
130 * gdb.base/style-logging.exp: Remove path from test name.
131
1322019-06-14 Tom Tromey <tromey@adacore.com>
133
134 PR gdb/24502:
135 * gdb.base/style-logging.exp: New file.
136
1372019-06-14 Tom Tromey <tromey@adacore.com>
138
139 * gdb.base/symfile-warn.exp: New file.
140 * gdb.base/symfile-warn.c: New file.
141
1422019-06-14 Tom Tromey <tromey@adacore.com>
143
144 * gdb.base/annotate-symlink.exp: New file.
145
1462019-06-14 Tom Tromey <tromey@adacore.com>
147
148 * gdb.ada/set_wstr.exp: Add reassignment test.
149
1502019-06-14 Tom Tromey <tromey@adacore.com>
151
152 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
153 'unchecked_access and 'unrestricted_access as well.
154
1552019-06-14 Tom Tromey <tromey@adacore.com>
156
157 PR ada/24539:
158 * gdb.ada/vla.exp: Update tests.
159 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
160 pragma.
161
1622019-06-13 Pedro Alves <palves@redhat.com>
163
164 * gdb.base/settings.exp (test-integer): Test junk after
165 "unlimited".
166
1672019-06-13 Pedro Alves <palves@redhat.com>
168
169 * gdb.base/options.exp (test-thread-apply): New.
170 (top level): Call it.
171
1722019-06-13 Pedro Alves <palves@redhat.com>
173
174 * gdb.base/options.exp (test-frame-apply): New.
175 (top level): Test print commands with different "frame apply"
176 prefixes.
177
1782019-06-13 Pedro Alves <palves@redhat.com>
179
180 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
181 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
182 'max_completions' parameter and handle it.
183 (test_gdb_completion_offers_commands): New.
184
1852019-06-13 Pedro Alves <palves@redhat.com>
186
187 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
188
1892019-06-13 Pedro Alves <palves@redhat.com>
190
191 * gdb.base/options.exp (test-backtrace): New.
192 (top level): Call it.
193
1942019-06-13 Pedro Alves <palves@redhat.com>
195
196 * gdb.guile/scm-frame-args.exp: Use "set print
197 raw-frame-arguments" instead of "set print raw frame-arguments".
198 * gdb.python/py-frame-args.exp: Likewise.
199
2002019-06-13 Pedro Alves <palves@redhat.com>
201
202 * gdb.compile/compile.exp: Adjust expected output to option
203 processing changes.
204
2052019-06-13 Pedro Alves <palves@redhat.com>
206
207 * gdb.base/options.exp: Build executable.
208 (test-print): New procedure.
209 (top level): Call it, once for "print" and another for "compile
210 print".
211
2122019-06-13 Pedro Alves <palves@redhat.com>
213
214 * gdb.base/options.c: New file.
215 * gdb.base/options.exp: New file.
216
2172019-06-13 Pedro Alves <palves@redhat.com>
218
219 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
220 that "o" is ambiguous.
221
2222019-06-13 Pedro Alves <palves@redhat.com>
223
224 * gdb.base/settings.c: New file.
225 * gdb.base/settings.exp: New file.
226
2272019-06-13 Pedro Alves <palves@redhat.com>
228
229 * gdb.base/completion.exp: Fix comment typo.
230
2312019-06-13 Pedro Alves <palves@redhat.com>
232
233 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
234 foo --1" test.
235
2362019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
237
238 * gdb.fortran/block-data.f: New.
239 * gdb.fortran/block-data.exp: New.
240
2412019-06-11 Tom de Vries <tdevries@suse.de>
242
243 PR testsuite/24521
244 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
245 message.
246
2472019-06-11 Tom de Vries <tdevries@suse.de>
248
249 PR testsuite/24521
250 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
251
2522019-06-11 Tom de Vries <tdevries@suse.de>
253
254 * boards/readnow.exp: New file.
255
2562019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * gdb.fortran/vla-sizeof.exp: Update expected results.
259
2602019-06-06 Amos Bird <amosbird@gmail.com>
261
262 * gdb.base/annota1.exp (thread_switch): Add test for
263 thread-exited annotation.
264
2652019-06-06 Tom Tromey <tromey@adacore.com>
266
267 * gdb.base/maint.exp: Expect command started/finished output.
268
2692019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
270
271 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
272 comment.
273 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
274
2752019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
276
277 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
278 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
279 * gdb.arch/riscv-unwind-long-insn.c: New file.
280 * gdb.arch/riscv-unwind-long-insn.exp: New file.
281
2822019-06-04 Christian Biesinger <cbiesinger@google.com>
283
284 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
285
2862019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
287
288 * lib/gdb.exp (help_list_trailer): New regexp variable
289 factorizing the help trailer message.
290 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
291 arg to allow to better factorize various tests.
292 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
293 (test_prefix_command_help): Use help_list_trailer.
294 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
295 * gdb.guile/scm-cmd.exp: Likewise.
296 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
297 * gdb.base/help.exp: Use test_user_defined_class_help.
298 * gdb.base/style.exp: Add tests for styling of help and apropos.
299 * lib/gdb-utils.exp (style): Add title and highlight styles.
300
3012019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
302
303 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
304 $_shell_exitsignal.
305 * gdb.base/default.exp: Update for new convenience variables.
306
3072019-05-29 Tom Tromey <tromey@adacore.com>
308
309 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
310 to "break complete ada" test case's regexp.
311
3122019-05-29 Tom Tromey <tromey@adacore.com>
313
314 PR c++/20020:
315 * gdb.cp/constexpr-field.exp: New file.
316 * gdb.cp/constexpr-field.cc: New file.
317
3182019-05-29 Tom Tromey <tromey@adacore.com>
319
320 * gdb.base/finish.exp (finish_no_print): New proc.
321 (finish_tests): Call it.
322
3232019-05-24 Tom de Vries <tdevries@suse.de>
324
325 * gdb.dwarf2/gdb-add-index.exp: New file.
326
3272019-05-22 Tom Tromey <tromey@adacore.com>
328
329 * gdb.base/info-shared.exp (check_info_shared): Use "style".
330 * gdb.base/style.exp: Use "style".
331 * lib/gdb-utils.exp (style): New proc.
332
3332019-05-22 Tom de Vries <tdevries@suse.de>
334
335 * gdb.base/align.exp: Require c++11.
336
3372019-05-22 Tom de Vries <tdevries@suse.de>
338
339 PR testsuite/24586
340 * gdb.python/py-mi-var-info-path-expression.exp: Call
341 mi_skip_python_tests to check if python is supported.
342
3432019-05-22 Alan Hayward <alan.hayward@arm.com>
344
345 * gdb.arch/aarch64-pauth.c: New test.
346 * gdb.arch/aarch64-pauth.exp: New file.
347
3482019-05-22 Alan Hayward <alan.hayward@arm.com>
349
350 * README (Re-running Tests Outside The Testsuite): New section.
351
3522019-05-21 Tom de Vries <tdevries@suse.de>
353
354 * gdb.arch/amd64-eval.exp: Require c++11.
355 * gdb.base/max-depth.exp: Same.
356 * gdb.compile/compile-cplus-array-decay.exp: Same.
357 * gdb.cp/meth-typedefs.exp: Same.
358 * gdb.cp/subtypes.exp: Same.
359 * gdb.cp/temargs.exp: Same.
360
3612019-05-21 Alan Hayward <alan.hayward@arm.com>
362
363 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
364
3652019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
366
367 PR gdb/18644
368 * gdb.fortran/complex.exp: Remove setup_kfail calls.
369 * gdb.fortran/printing-types.exp: Add new test.
370 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
371 testing.
372 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
373 setup_kfail call.
374
3752019-05-17 Alan Hayward <alan.hayward@arm.com>
376
377 * README (Running the Testsuite): Change example.
378 (Testsuite Parameters): Remove TRANSCRIPT.
379 * lib/gdb.exp: Remove TRANSCRIPT check.
380
3812019-05-17 Alan Hayward <alan.hayward@arm.com>
382
383 * README (Testsuite Parameters): Add replay logging to
384 GDBSERVER_DEBUG.
385 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
386 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
387 as a comma separated list.
388 (gdb_debug_init): Override procedure.
389
3902019-05-17 Alan Hayward <alan.hayward@arm.com>
391
392 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
393 (gdb_write_cmd_file): New procedure.
394 * lib/gdbserver-support.exp (gdbserver_start): Call
395 gdbserver_write_cmd_file.
396 (gdbserver_write_cmd_file): New procedure.
397
3982019-05-17 Alan Hayward <alan.hayward@arm.com>
399
400 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
401 (delete_breakpoints): Likewise.
402 (gdb_run_cmd): Likewise.
403 (gdb_start_cmd): Likewise.
404 (gdb_starti_cmd): Likewise.
405 (gdb_internal_error_resync): Likewise.
406 (gdb_test_multiple): Likewise.
407 (gdb_reinitialize_dir): Likewise.
408 (default_gdb_exit): Likewise.
409 (gdb_file_cmd): Mark kill as optional.
410 (default_gdb_start): Call gdb_stdin_log_init.
411 (send_gdb): Call gdb_stdin_log_write.
412 (rerun_to_main): Mark Y as an answer.
413 (gdb_stdin_log_init): New function.
414 (gdb_stdin_log_write): Likewise.
415
4162019-05-17 Alan Hayward <alan.hayward@arm.com>
417
418 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
419 * gdb.base/debug-expr.exp: Likewise.
420 * gdb.base/foll-fork.exp: Likewise.
421 * gdb.base/foll-vfork.exp: Likewise.
422 * gdb.base/fork-print-inferior-events.exp: Likewise.
423 * gdb.base/gdb-sigterm.exp: Likewise.
424 * gdb.base/gdbinit-history.exp: Likewise.
425 * gdb.base/osabi.exp: Likewise.
426 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
427 * gdb.base/ui-redirect.exp: Likewise.
428 * gdb.gdb/unittest.exp: Likewise.
429 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
430 * gdb.mi/mi-watch.exp: Likewise.
431 * gdb.mi/new-ui-mi-sync.exp: Likewise.
432 * gdb.mi/user-selected-context-sync.exp: Likewise.
433 * gdb.python/python.exp: Disable debug test when debugging.
434 * gdb.threads/check-libthread-db.exp: Disable when debugging.
435 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
436 Likewise.
437 * gdb.threads/stepi-random-signal.exp: Likewise.
438
4392019-05-17 Alan Hayward <alan.hayward@arm.com>
440
441 * Makefile.in: Pass through GDB_DEBUG.
442 * README (Testsuite Parameters): Add GDB_DEBUG.
443 (gdb,debug): Add board setting.
444 * lib/gdb.exp (default_gdb_start): Start debugging.
445 (gdb_debug_enabled): New procedure.
446 (gdb_debug_init): Likewise.
447
4482019-05-17 Alan Hayward <alan.hayward@arm.com>
449
450 * Makefile.in: Pass through GDB_DEBUG.
451 * README (Testsuite Parameters): Add GDB_DEBUG.
452 (gdb,debug): Add board setting.
453 * lib/gdb.exp (default_gdb_start): Start debugging.
454 (gdb_debug_enabled): New procedure.
455 (gdb_debug_init): Likewise.
456
4572019-05-17 Alan Hayward <alan.hayward@arm.com>
458
459 * gdb.base/ui-redirect.exp: Add debug redirect tests.
460
4612019-05-17 Alan Hayward <alan.hayward@arm.com>
462
463 * gdb.base/ui-redirect.exp: Test redirection.
464
4652019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
466
467 * gdb.mi/mi-complete.exp: New file.
468 * gdb.mi/mi-complete.cc: Likewise.
469
4702019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
471
472 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
473 indexed and sliced arrays, and pointers to arrays.
474
4752019-05-14 Tom Tromey <tromey@adacore.com>
476
477 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
478 styling test.
479
4802019-05-14 Tom de Vries <tdevries@suse.de>
481
482 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
483 selection entry encoding.
484
4852019-05-10 Tom Tromey <tromey@adacore.com>
486
487 * gdb.ada/info_exc.exp: Add "complete" test.
488
4892019-05-09 Tom de Vries <tdevries@suse.de>
490
491 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
492 CU-relative.
493
4942019-05-09 Tom de Vries <tdevries@suse.de>
495
496 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
497 CU-relative.
498
4992019-05-08 Joel Brobecker <brobecker@adacore.com>
500
501 * gdb.ada/frame_arg_lang.exp: New testcase.
502 * gdb.ada/frame_arg_lang/bla.adb: New file.
503 * gdb.ada/frame_arg_lang/pck.ads: New file.
504 * gdb.ada/frame_arg_lang/pck.adb: New file.
505 * gdb.ada/frame_arg_lang/foo.c: New file.
506
5072019-05-08 Tom Tromey <tromey@adacore.com>
508
509 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
510
5112019-05-08 Tom Tromey <tromey@adacore.com>
512
513 * gdb.base/ptype-offsets.exp: Update tests.
514
5152019-05-08 Tom Tromey <tromey@adacore.com>
516
517 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
518 cases.
519 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
520 "short".
521
5222019-05-08 Tom Tromey <tromey@adacore.com>
523
524 * gdb.ada/vla.exp: New file.
525 * gdb.ada/vla/vla.adb: New file.
526
5272019-05-07 Tom de Vries <tdevries@suse.de>
528
529 * gdb.base/index-cache.exp (ls_host): Fix return statement.
530
5312019-05-07 Tom de Vries <tdevries@suse.de>
532
533 PR testsuite/24522
534 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
535 section.
536
5372019-05-07 Tom de Vries <tdevries@suse.de>
538
539 PR testsuite/24522
540 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
541 .debug_aranges section.
542
5432019-05-07 Tom de Vries <tdevries@suse.de>
544
545 PR testsuite/24159
546 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
547
5482019-05-06 Tom de Vries <tdevries@suse.de>
549
550 * lib/gdb.exp (exec_has_index_section): New proc.
551 * gdb.base/index-cache.exp: Handle case that binfile contains an index
552 section.
553
5542019-05-04 Tom de Vries <tdevries@suse.de>
555
556 * boards/cc-with-debug-names.exp: New file.
557
5582019-05-03 Tom Tromey <tromey@adacore.com>
559
560 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
561 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
562 * gdb.ada/char_enum.exp: Add test.
563
5642019-05-03 Tom de Vries <tdevries@suse.de>
565
566 * boards/cc-with-gdb-index.exp: New file.
567
5682019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
569
570 * gdb.rust/simple.exp: Add new test case.
571 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
572 (main): Initialise an instance of the new struct.
573
5742019-05-01 Tom Tromey <tromey@adacore.com>
575
576 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
577 record.
578 (NPR): New variable.
579 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
580 test.
581
5822019-05-01 Tom Tromey <tromey@adacore.com>
583
584 * gdb.ada/packed_array_assign.exp: Add packed assignment
585 regression test.
586
5872019-05-01 Tom de Vries <tdevries@suse.de>
588
589 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
590
5912019-05-01 Tom de Vries <tdevries@suse.de>
592
593 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
594
5952019-04-30 Ali Tamur <tamur@google.com>
596
597 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
598
5992019-04-30 Tom Tromey <tromey@adacore.com>
600
601 * lib/ada.exp (find_ada_tool): New proc.
602 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
603 * gdb.ada/catch_ex_std.exp: New file.
604 * gdb.ada/catch_ex_std/foo.adb: New file.
605 * gdb.ada/catch_ex_std/some_package.adb: New file.
606 * gdb.ada/catch_ex_std/some_package.ads: New file.
607
6082019-04-30 Tom Tromey <tromey@adacore.com>
609
610 PR c++/24470:
611 * gdb.cp/temargs.cc: Add test code from PR.
612
6132019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
614
615 * gdb.fortran/vla-datatypes.exp: Update expected results.
616 * gdb.fortran/vla-ptype.exp: Likewise.
617 * gdb.fortran/vla-type.exp: Likewise.
618 * gdb.fortran/vla-value.exp: Likewise.
619
6202019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
621
622 * gdb.fortran/ptr-indentation.exp: Update expected results.
623 * gdb.fortran/ptype-on-functions.exp: Likewise.
624 * gdb.fortran/vla-ptr-info.exp: Likewise.
625 * gdb.fortran/vla-value.exp: Likewise.
626
6272019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
628
629 * gdb.fortran/ptype-on-functions.exp: New file.
630 * gdb.fortran/ptype-on-functions.f90: New file.
631
6322019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
633
634 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
635 case void string.
636
6372019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
638
639 * gdb.fortran/complex.exp: Expand.
640 * gdb.fortran/complex.f: Renamed to...
641 * gdb.fortran/complex.f90: ...this, and extended to add more
642 complex values.
643
6442019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
645
646 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
647 MODULO, CMPLX.
648
6492019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
650 Richard Bunt <richard.bunt@arm.com>
651
652 * gdb.base/max-depth.c: New file.
653 * gdb.base/max-depth.exp: New file.
654 * gdb.python/py-nested-maps.c: New file.
655 * gdb.python/py-nested-maps.exp: New file.
656 * gdb.python/py-nested-maps.py: New file.
657 * gdb.python/py-format-string.exp (test_max_depth): New proc.
658 (test_all_common): Call test_max_depth.
659 * gdb.fortran/max-depth.exp: New file.
660 * gdb.fortran/max-depth.f90: New file.
661 * gdb.go/max-depth.exp: New file.
662 * gdb.go/max-depth.go: New file.
663 * gdb.modula2/max-depth.exp: New file.
664 * gdb.modula2/max-depth.c: New file.
665 * lib/gdb.exp (get_print_expr_at_depths): New proc.
666
6672019-04-29 Tom de Vries <tdevries@suse.de>
668
669 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
670
6712019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
672
673 * gdb.base/callexit.exp: Test may-call-functions off.
674
6752019-04-25 Keith Seitz <keiths@redhat.com>
676
677 PR c++/24367
678 * gdb.cp/meth-typedefs.cc (incomplete_struct)
679 (another_incomplete_struct, test_incomplete): New definitions.
680 (main): Use new definitions.
681 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
682 functions.
683
6842019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
685
686 PR corefiles/11608
687 PR corefiles/18187
688 * gdb.base/coredump-filter-build-id.exp: New file.
689
6902019-04-25 Alan Hayward <alan.hayward@arm.com>
691
692 * Makefile.in: Pass through GDBSERVER_DEBUG.
693 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
694 (gdbserver,debug): Add board setting.
695 * gdb.trace/tspeed.exp: Skip when debugging.
696 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
697 * lib/gdbserver-support.exp: Likewise
698
6992019-04-24 Tom Tromey <tromey@adacore.com>
700
701 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
702 Rust.
703
7042019-04-24 Tom Tromey <tromey@adacore.com>
705
706 * gdb.arch/amd64-eval.exp: Test bitfield return.
707 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
708 (class Foo) <return_bitfields>: New method.
709 (main): Call it.
710
7112019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
712
713 * gdb.cp/many-args.cc: New file.
714 * gdb.cp/many-args.exp: New file.
715
7162019-04-23 Tom de Vries <tdevries@suse.de>
717
718 PR gdb/24433
719 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
720
7212019-04-23 Alan Hayward <alan.hayward@arm.com>
722
723 * gdb.trace/backtrace.exp: Use nopie flag.
724 * gdb.trace/circ.exp: Likewise.
725 * gdb.trace/collection.exp: Likewise.
726 * gdb.trace/ftrace.exp: Likewise.
727 * gdb.trace/mi-trace-unavailable.exp: Likewise.
728 * gdb.trace/mi-traceframe-changed.exp: Likewise.
729 * gdb.trace/qtro.exp: Likewise.
730 * gdb.trace/read-memory.exp: Likewise.
731 * gdb.trace/report.exp: Likewise.
732 * gdb.trace/tfile.exp: Likewise.
733 * gdb.trace/tfind.exp: Likewise.
734 * gdb.trace/unavailable.exp: Likewise.
735
7362019-04-22 Pedro Alves <palves@redhat.com>
737
738 * gdb.base/solib-probes-nosharedlibrary.c,
739 gdb.base/solib-probes-nosharedlibrary.exp: New files.
740
7412019-04-19 Tom Tromey <tromey@adacore.com>
742
743 * gdb.ada/ptype_union.c: New file.
744 * gdb.ada/ptype_union.exp: New file.
745
7462019-04-19 Tom Tromey <tromey@adacore.com>
747
748 PR symtab/24423:
749 * gdb.base/list0.h (foo): Add a control-l character.
750
7512019-04-18 Tom de Vries <tdevries@suse.de>
752
753 PR gdb/24433
754 * boards/local-board.exp: Set sysroot to "".
755
7562019-04-18 Tom de Vries <tdevries@suse.de>
757 Pedro Alves <palves@redhat.com>
758
759 PR gdb/24454
760 * gdb.threads/vfork-follow-child-exec.c: New file.
761 * gdb.threads/vfork-follow-child-exec.exp: New file.
762 * gdb.threads/vfork-follow-child-exit.c: New file.
763 * gdb.threads/vfork-follow-child-exit.exp: New file.
764
7652019-04-15 Leszek Swirski <leszeks@google.com>
766
767 * gdb.arch/amd64-eval.cc: New file.
768 * gdb.arch/amd64-eval.exp: New file.
769
7702019-04-11 Alan Hayward <alan.hayward@arm.com>
771
772 * gdb.server/sysroot.c: New test.
773 * gdb.server/sysroot.exp: New file.
774 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
775 matching param.
776
7772019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
778
779 * gdb.base/align.exp: Extend test to cover structures containing
780 only static fields.
781
7822019-04-11 Tom de Vries <tdevries@suse.de>
783
784 * boards/cc-with-dwz-m.exp: New file.
785 * boards/cc-with-dwz.exp: New file.
786 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
787
7882019-04-09 Simon Marchi <simon.marchi@efficios.com>
789
790 * gdb.base/start-cpp.exp: New file.
791 * gdb.base/start-cpp.cc: New file.
792
7932019-04-08 Kevin Buettner <kevinb@redhat.com>
794
795 * gdb.python/py-thrhandle.exp: Adjust tests to call
796 thread_from_handle instead of thread_from_thread_handle.
797
7982019-04-08 Kevin Buettner <kevinb@redhat.com>
799
800 * gdb.python/py-thrhandle.exp: Add tests for
801 gdb.InferiorThread.handle.
802
8032019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
804
805 * gdb.python/py-function.exp: Check calling helper function from
806 all languages.
807 * lib/gdb.exp (gdb_supported_languages): New proc.
808
8092019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
810
811 * gdb.base/complex-parts.c: New file.
812 * gdb.base/complex-parts.exp: New file.
813
8142019-04-01 Tom Tromey <tromey@adacore.com>
815
816 PR symtab/23331:
817 * gdb.dwarf2/dw2-ranges-main.c: New file.
818 * gdb.dwarf2/dw2-ranges-psym.c: New file.
819 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
820
8212019-03-30 Simon Marchi <simark@simark.ca>
822
823 * gdb.base/default.exp: Add values for $_gdb_major and
824 $_gdb_minor.
825
8262019-03-29 Tom Tromey <tromey@adacore.com>
827
828 * gdb.base/help.exp: Tighten apropos regexp.
829
8302019-03-29 Keith Seitz <keiths@redhat.com>
831
832 * gdb.fortran/array-bounds.exp: New file.
833 * gdb.fortran/array-bounds.f90: New file.
834
8352019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
836
837 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
838
8392019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
840
841 * gdb.multi/hello.c (main): Increase alarm timer.
842
8432019-03-28 Sandra Loosemore <sandra@codesourcery.com>
844
845 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
846 factor when no hardware watchpoint support.
847
8482019-03-28 Alan Hayward <alan.hayward@arm.com>
849 Pedro Alves <palves@redhat.com>
850
851 * boards/local-board.exp: set sysroot to /.
852
8532019-03-27 Alan Hayward <alan.hayward@arm.com>
854
855 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
856 in child.
857
8582019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
861 field.
862 (make_container): Initialise new field.
863 * gdb.python/py-prettyprint.exp: Add new tests.
864 * gdb.python/py-prettyprint.py (class ContainerPrinter)
865 <display_hint>: New method.
866
8672019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
868
869 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
870 gdb_continue_to_breakpoint more throughout this test.
871 (run_lang_tests) Supply unique test names, and use
872 gdb_test_no_output.
873
8742019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * gdb.base/finish-pretty.exp: Update expected results.
877 * gdb.base/pretty-print.c: New file.
878 * gdb.base/pretty-print.exp: New file.
879
8802019-03-25 Pedro Alves <palves@redhat.com>
881
882 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
883 move comments outside list. Append '-i "" eof' section.
884
8852019-03-22 Alan Hayward <alan.hayward@arm.com>
886
887 * README: Add pie options.
888 * gdb.base/break-interp.exp: Ensure pie is disabled.
889 * gdb.base/dump.exp: Likewise.
890 * lib/gdb.exp (gdb_compile): Add pie option.
891
8922019-03-19 Tom Tromey <tromey@adacore.com>
893
894 * gdb.mi/mi2-cli-display.c: New file.
895 * gdb.mi/mi2-cli-display.exp: New file.
896
8972019-03-18 Joel Brobecker <brobecker@adacore.com>
898 Tom Tromey <tromey@adacore.com>
899
900 * gdb.ada/ptype_array/pck.adb: New file.
901 * gdb.ada/ptype_array/pck.ads: New file.
902 * gdb.ada/ptype_array/foo.adb: New file.
903 * gdb.ada/ptype_array.exp: New file.
904
9052019-03-14 Tom Tromey <tromey@adacore.com>
906
907 * gdb.base/style.exp: Add "set style sources" test.
908
9092019-03-13 Simon Marchi <simon.marchi@ericsson.com>
910
911 * mi-breakpoint-location-ena-dis.exp: Rename to ...
912 * mi-breakpoint-multiple-locations.exp: ... this.
913 (make_breakpoints_pattern): New proc.
914 (do_test): Add mi_version parameter, test -break-insert,
915 -break-info and =breakpoint-created.
916
9172019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
918
919 * config/default.exp: Remove 'load_lib gdb.exp'.
920 * config/monitor.exp: Likewise.
921 * config/sid.exp: Likewise.
922 * config/sim.exp: Likewise.
923 * config/slite.exp: Likewise.
924 * config/unix.exp: Likewise.
925 * gdb.base/default.exp: Remove unhelpful comment.
926
9272019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
928
929 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
930
9312019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
932
933 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
934
9352019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
936
937 * gdb.fortran/type-kinds.exp: Update expected results.
938
9392019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
940
941 * gdb.fortran/type-kinds.exp: Test new integer type kind.
942
9432019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
944
945 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
946 function.
947 (test_basic_parsing_of_type_kinds): Expand types tested.
948 (test_parsing_invalid_type_kinds): New function.
949
9502019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
951
952 * gdb.fortran/intrinsics.exp: New file.
953 * gdb.fortran/intrinsics.f90: New file.
954 * gdb.fortran/type-kinds.exp: New file.
955
9562019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
957
958 * gdb.fortran/dot-ops.exp: New file.
959
9602019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
961
962 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
963 Check upper and lower case logical literals.
964
9652019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
966
967 * gdb.fortran/types.exp (test_float_literal_types_accepted):
968 Remove duplicate tests.
969
9702019-03-06 Alan Hayward <alan.hayward@arm.com>
971
972 * lib/gdb.exp (builtin_cd): rename of cd.
973 (cd): Override builtin.
974
9752019-03-06 Richard Bunt <richard.bunt@arm.com>
976
977 * gdb.fortran/function-calls.exp: New file.
978 * gdb.fortran/function-calls.f90: New test.
979
9802019-03-04 Richard Bunt <richard.bunt@arm.com>
981
982 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
983 on user program standard output.
984 * gdb.fortran/short-circuit-argument-list.f90: Record function
985 calls.
986
9872019-02-28 Alan Hayward <alan.hayward@arm.com>
988
989 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
990 failure.
991
9922019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
993
994 PR gdb/8527
995 * gdb.base/interrupt-daemon-attach.c,
996 gdb.base/interrupt-daemon-attach.exp: New test.
997
9982019-02-27 Pedro Alves <palves@redhat.com>
999
1000 * gdb.base/page.exp: Add tests for "set width/height -1".
1001
10022019-02-27 Pedro Alves <palves@redhat.com>
1003
1004 * gdb.base/page.exp: Add tests for "set/show width/height" with
1005 "infinite" values.
1006
10072019-02-27 Tom Tromey <tromey@adacore.com>
1008
1009 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1010 2.4.
1011 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1012 workaround.
1013
10142019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1015
1016 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1017 tests for structs with static members.
1018
10192019-02-26 Tom Tromey <tromey@adacore.com>
1020
1021 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1022 ValueError, not TypeError.
1023
10242019-02-26 Kevin Buettner <kevinb@redhat.com>
1025
1026 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1027 call from main program.
1028
10292019-02-23 Joel Brobecker <brobecker@adacore.com>
1030
1031 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1032 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1033 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1034 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1035 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1036
10372019-02-22 Keith Seitz <keiths@redhat.com>
1038
1039 PR symtab/23853
1040 * gdb.base/symlink-sourcefile.c: New file.
1041 * gdb.base/symlink-sourcefile.exp: New file.
1042
10432019-02-20 Tom Tromey <tom@tromey.com>
1044
1045 * gdb.base/info_qt.exp: Update.
1046
10472019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1048
1049 * gdb.base/source.exp: Move "error in sourced script" code to
1050 the end.
1051 * gdb.base/source-error.gdb: Move contents to
1052 source-error-1.gdb. Add new code to source source-error-1.gdb.
1053 * gdb.base/source-error-1.gdb: New file, from previous
1054 source-error.gdb.
1055
10562019-02-17 Tom Tromey <tom@tromey.com>
1057
1058 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1059 for macro styling.
1060 * gdb.base/style.c (SOME_MACRO): New macro.
1061
10622019-02-17 Tom Tromey <tom@tromey.com>
1063
1064 * gdb.base/style.exp: Add line-wrapping tests.
1065 * gdb.base/page.exp: Add test for quitting during pagination.
1066
10672019-02-17 Joel Brobecker <brobecker@adacore.com>
1068
1069 * gdb.ada/big_packed_array: New testcase.
1070 * gdb.ada/homonym.exp: Fix incorrect expected output for
1071 "break <homonym__get_value>" test.
1072
10732019-02-13 Weimin Pan <weimin.pan@oracle.com>
1074
1075 PR breakpoints/21870
1076 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1077 and prepare_for_testing. Add comment.
1078 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1079 redundant cleanup call. Clean up comment.
1080
10812019-02-12 Weimin Pan <weimin.pan@oracle.com>
1082
1083 PR breakpoints/21870
1084 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1085 * gdb.arch/aarch64-dbreg-contents.c: New file.
1086
10872019-02-10 Joel Brobecker <brobecker@adacore.com>
1088
1089 * gdb.ada/mi_ref_changeable: New testcase.
1090
10912019-02-07 Alan Hayward <alan.hayward@arm.com>
1092
1093 * gdb.base/attach.exp: Add double attach test.
1094
10952019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1096
1097 * lib/gdb.exp (default_gdb_start): Don't match pagination
1098 prompt.
1099 (gdb_init): Set stty_init.
1100
11012019-01-27 Tom Tromey <tom@tromey.com>
1102
1103 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1104 skip_python_tests.
1105
11062019-01-24 Alan Hayward <alan.hayward@arm.com>
1107
1108 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1109 New structure.
1110 (struct struct_static_02_02): Likewise.
1111 (struct struct_static_02_03): Likewise.
1112 (struct struct_static_02_04): Likewise.
1113 (struct struct_static_04_01): Likewise.
1114 (struct struct_static_04_02): Likewise.
1115 (struct struct_static_04_03): Likewise.
1116 (struct struct_static_04_04): Likewise.
1117 (struct struct_static_06_01): Likewise.
1118 (struct struct_static_06_02): Likewise.
1119 (struct struct_static_06_03): Likewise.
1120 (struct struct_static_06_04): Likewise.
1121 (cmp_struct_static_02_01): Likewise.
1122 (cmp_struct_static_02_02): Likewise.
1123 (cmp_struct_static_02_03): Likewise.
1124 (cmp_struct_static_02_04): Likewise.
1125 (cmp_struct_static_04_01): Likewise.
1126 (cmp_struct_static_04_02): Likewise.
1127 (cmp_struct_static_04_03): Likewise.
1128 (cmp_struct_static_04_04): Likewise.
1129 (cmp_struct_static_06_01): Likewise.
1130 (cmp_struct_static_06_02): Likewise.
1131 (cmp_struct_static_06_03): Likewise.
1132 (cmp_struct_static_06_04): Likewise.
1133 (call_all): Test new structs.
1134 * gdb.base/infcall-nested-structs.exp: Likewise.
1135
11362019-01-21 Alan Hayward <alan.hayward@arm.com>
1137 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1138
11392019-01-21 Alan Hayward <alan.hayward@arm.com>
1140 * gdb.base/stack-protector.c: New test.
1141 * gdb.base/stack-protector.exp: New file.
1142 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1143 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1144 option.
1145 (gdb_compile): Remove stack protector for GCC and prevent
1146 recursion.
1147
11482019-01-16 Keith Seitz <keiths@redhat.com>
1149
1150 PR gdb/23773
1151 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1152
11532019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1154
1155 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1156 aliases.
1157 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1158 tests.
1159 * gdb.arch/powerpc-vector-regs.c: New file.
1160 * gdb.arch/powerpc-vector-regs.exp: New file.
1161
11622019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1163
1164 * gdb.arch/altivec-regs.exp: Fix the list passed to
1165 gdb_expect_list when testing "info vector".
1166
11672019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1168
1169 * gdb.base/style.exp: Don't include path in testname.
1170
11712019-01-10 Keith Seitz <keiths@redhat.com>
1172
1173 PR gdb/23712
1174 PR symtab/23010
1175 * gdb.dwarf2/multidictionary.exp: New file.
1176
11772019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1178
1179 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1180 (test_gnuv3_style_demangling): ... this.
1181 (test_lucid_style_demangling): Remove.
1182 (test_arm_style_demangling): Remove.
1183 (test_hp_style_demangling): Remove.
1184 (do_tests): Remove calls to the above.
1185
11862019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1187
1188 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1189 case.
1190
11912019-01-06 Tom Tromey <tom@tromey.com>
1192
1193 PR gdb/28155:
1194 * gdb.dwarf2/typedef-void-finish.exp: New file.
1195
11962018-12-28 Tom Tromey <tom@tromey.com>
1197 Simon Marchi <simark@simark.ca>
1198
1199 * gdb.base/jit-exec.exp: New file.
1200 * gdb.base/jit-exec.c: New file.
1201 * gdb.base/jit-execd.c: New file.
1202
12032018-12-28 Tom Tromey <tom@tromey.com>
1204
1205 * gdb.base/style.exp: Update test to check for address styling.
1206
12072018-12-28 Tom Tromey <tom@tromey.com>
1208
1209 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1210 message.
1211
12122018-12-28 Tom Tromey <tom@tromey.com>
1213
1214 * gdb.base/style.exp: Add test for version number styling.
1215
12162018-12-28 Tom Tromey <tom@tromey.com>
1217
1218 * gdb.base/style.exp: Add test for print_address_symbolic.
1219
12202018-12-28 Tom Tromey <tom@tromey.com>
1221
1222 * gdb.base/style.exp: Add test for breakpoint setting.
1223
12242018-12-28 Tom Tromey <tom@tromey.com>
1225
1226 * gdb.base/style.exp: Add test for variable names.
1227
12282018-12-28 Tom Tromey <tom@tromey.com>
1229
1230 * gdb.base/style.exp: New file.
1231 * gdb.base/style.c: New file.
1232
12332018-12-28 Tom Tromey <tom@tromey.com>
1234
1235 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1236 "dumb".
1237 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1238 the TERM environment variable.
1239
12402018-12-27 Tom Tromey <tom@tromey.com>
1241
1242 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1243 pagination test.
1244
12452018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1246
1247 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1248 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1249
12502018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1251
1252 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1253 Filename a.adb changed to bp_fun_addr.adb.
1254 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1255
12562018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1257
1258 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1259 non-PIE executables.
1260 * README: Mention the gdb,nopie_flag board setting.
1261 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1262 non-PIE executable.
1263 * gdb.arch/amd64-entry-value.exp: Likewise.
1264 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1265 * gdb.arch/i386-float.exp: Likewise.
1266 * gdb.arch/i386-signal.exp: Likewise.
1267 * gdb.mi/mi-reg-undefined.exp: Likewise.
1268
12692018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1270
1271 PR gdb/23974
1272 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1273
12742018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1275
1276 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1277 Update order of results accordingly.
1278
12792018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1280
1281 * gdb.base/annota1.exp: Update a test regexp.
1282
12832018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1284
1285 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1286
12872018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1288
1289 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1290 (reuse_time): Initialize to REUSE_TIME_CAP.
1291 (check_rc): New function.
1292 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1293 Check pthread_create rc.
1294 (spawner_thread_func): Check pthread_create and pthread_join rc.
1295
12962018-12-08 Pedro Alves <palves@redhat.com>
1297
1298 * gdb.base/list.exp (test_forward_search): Rename to ...
1299 (test_forward_reverse_search): ... this. Also test reverse-search
1300 and the forward-search alias.
1301
13022018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1303
1304 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1305 local timeout variable before return, and remove all local timeout
1306 variable entirely.
1307 (gdb_load): Likewise.
1308
13092018-12-01 Tom de Vries <tdevries@suse.de>
1310
1311 * gdb.base/gdb-caching-proc.exp: New file.
1312
13132018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1314
1315 * Makefile.in (TIMESTAMP): New variable.
1316 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1317 command.
1318 (check-single-racy): Likewise.
1319 (check/%.exp): Likewise.
1320 (check-racy/%.exp): Likewise.
1321 (workers/%.worker): Likewise.
1322 (build-perf): Likewise.
1323 (check-perf): Likewise.
1324 * README: Describe new "TS" and "TS_FORMAT" variables.
1325 * print-ts.py: New file.
1326
13272018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1328
1329 PR python/23714
1330 * gdb.python/python.exp: Test command repetition after
1331 gdb.execute.
1332
13332018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1334
1335 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1336 is correctly aligned.
1337
13382018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1339
1340 * gdb.ada/info_auto_lang.exp: New testcase.
1341 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1342 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1343 * gdb.ada/info_auto_lang/some_c.c: New file.
1344
13452018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1346
1347 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1348 FUNC_lang language syntax.
1349
13502018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1351
1352 * gdb.base/info_minsym.c: New file.
1353 * gdb.base/info_minsym.exp: New file.
1354
13552018-11-19 Tom Tromey <tom@tromey.com>
1356
1357 PR rust/23625:
1358 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1359 * gdb.rust/expr.exp: Update expected output. Change one test.
1360
13612018-11-19 Tom Tromey <tom@tromey.com>
1362
1363 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1364
13652018-11-19 Pedro Alves <palves@redhat.com>
1366
1367 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1368 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1369 see the expected warning.
1370
13712018-11-16 Alan Hayward <alan.hayward@arm.com>
1372
1373 PR gdb/22736:
1374 * gdb.cp/infcall-nodebug-lib.c: New test.
1375 * gdb.cp/infcall-nodebug-main.c: New test.
1376 * gdb.cp/infcall-nodebug.exp: New file.
1377
13782018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1379
1380 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1381 completer tests.
1382
13832018-11-09 Tom de Vries <tdevries@suse.de>
1384
1385 * gdb.base/msym-lang.c: New test.
1386 * gdb.base/msym-lang.exp: New file.
1387 * gdb.base/msym-lang-main.c: New test.
1388
13892018-11-08 Tom Tromey <tom@tromey.com>
1390
1391 PR gdb/23555:
1392 PR gdb/23838:
1393 * gdb.base/warning.exp: New file.
1394
13952018-11-08 Jan Beulich <jbeulich@suse.com>
1396
1397 * testsuite/gdb.arch/i386-avx512.c,
1398 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1399
14002018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1401
1402 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1403 point hardware.
1404
14052018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1406
1407 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1408 * gdb.dwarf2/missing-type-name.exp: New file.
1409
14102018-11-06 Tom de Vries <tdevries@suse.de>
1411
1412 * gdb.base/many-headers.c: New test.
1413 * gdb.base/many-headers.exp: New file.
1414
14152018-11-06 Jim Wilson <jimw@sifive.com>
1416
1417 * gdb.base/code_elim.exp: For riscv, set additional_flags
1418 to include -msmall-data-limit=0.
1419
14202018-11-01 Joel Brobecker <brobecker@adacore.com>
1421
1422 * gdb.ada/watch_minus_l: New testcase.
1423
14242018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1425
1426 * gdb.arch/aix-sighandle.c: New file.
1427 * gdb.arch/aix-sighandle.exp: New file.
1428
14292018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1430
1431 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1432 registers being unions.
1433
14342018-10-31 Tom de Vries <tdevries@suse.de>
1435
1436 * lib/valgrind.exp: New file.
1437 (vgdb_start, vgdb_stop): New procs, factored out of ...
1438 * gdb.base/valgrind-bt.exp: ... here, ...
1439 * gdb.base/valgrind-disp-step.exp: ... here and ...
1440 * gdb.base/valgrind-infcall.exp: ... here.
1441
14422018-10-31 Tom de Vries <tdevries@suse.de>
1443
1444 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1445
14462018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1447
1448 * gdb.dwarf2/void-type.c: New file.
1449 * gdb.dwarf2/void-type.exp: New file.
1450
14512018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1452
1453 * gdb.base/info_qt.c: New file.
1454 * gdb.base/info_qt.exp: New file.
1455
14562018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1457
1458 * gdb.arch/powerpc-htm-regs.c: New file.
1459 * gdb.arch/powerpc-htm-regs.exp: New file.
1460
14612018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1462
1463 * gdb.arch/powerpc-tar.c: New file.
1464 * gdb.arch/powerpc-tar.exp: New file.
1465
14662018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1467
1468 * gdb.arch/powerpc-ppr-dscr.c: New file.
1469 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1470
14712018-10-25 Tom de Vries <tdevries@suse.de>
1472
1473 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1474
14752018-10-24 Tom de Vries <tdevries@suse.de>
1476
1477 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1478 longer exists error.
1479
14802018-10-24 Tom de Vries <tdevries@suse.de>
1481
1482 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1483
14842018-10-24 Tom de Vries <tdevries@suse.de>
1485
1486 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1487 --db-attach in valgrind.
1488
14892018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1490
1491 * gdb.arch/riscv-reg-aliases.c: New file.
1492 * gdb.arch/riscv-reg-aliases.exp: New file.
1493
14942018-10-19 Alan Hayward <alan.hayward@arm.com>
1495
1496 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1497
14982018-10-19 Alan Hayward <alan.hayward@arm.com>
1499
1500 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1501
15022018-10-19 Alan Hayward <alan.hayward@arm.com>
1503
1504 * gdb.cp/ovldbreak.exp: Fix regexps.
1505
15062018-10-19 Alan Hayward <alan.hayward@arm.com>
1507
1508 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1509
15102018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1511
1512 PR cli/23785
1513 * gdb.base/restore.exp: New test to check if "restore" with an
1514 invalid file doesn't segfault.
1515
15162018-10-18 Tom de Vries <tdevries@suse.de>
1517
1518 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1519 * gdb.ada/excep_handle.exp: Same.
1520 * gdb.ada/mi_string_access.exp: Same.
1521 * gdb.ada/mi_var_union.exp: Same.
1522 * gdb.arch/arc-analyze-prologue.exp: Same.
1523 * gdb.arch/arc-decode-insn.exp: Same.
1524 * gdb.base/readnever.exp: Same.
1525 * gdb.fortran/printing-types.exp: Same.
1526 * gdb.guile/scm-lazy-string.exp: Same.
1527
15282018-10-16 Tom de Vries <tdevries@suse.de>
1529
1530 PR gdb/23730
1531 * gdb.base/catch-follow-exec.c: Add copyright notice.
1532 * gdb.base/catch-follow-exec.exp: Rewrite to use
1533 gdb_spawn_with_cmdline_opts. Require gdb-native.
1534
15352018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1536
1537 * gdb.trace/actions-changed.exp: Check for arch support.
1538 * gdb.trace/actions.exp: Likewise.
1539 * gdb.trace/ax.exp: Likewise.
1540 * gdb.trace/backtrace.exp: Likewise.
1541 * gdb.trace/change-loc.exp: Likewise.
1542 * gdb.trace/deltrace.exp: Likewise.
1543 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1544 * gdb.trace/ftrace.exp: Likewise.
1545 * gdb.trace/infotrace.exp: Check for arch support.
1546 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1547 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1548 * gdb.trace/mi-tsv-changed.exp: Likewise.
1549 * gdb.trace/packetlen.exp: Likewise.
1550 * gdb.trace/passc-dyn.exp: Likewise.
1551 * gdb.trace/passcount.exp: Likewise.
1552 * gdb.trace/pending.exp: Likewise.
1553 * gdb.trace/range-stepping.exp: Check for shlib support.
1554 * gdb.trace/report.exp: Check for arch support.
1555 * gdb.trace/save-trace.exp: Likewise.
1556 * gdb.trace/signal.exp: Check for signal support.
1557 * gdb.trace/tfind.exp: Check for arch support.
1558 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1559 * gdb.trace/trace-common.h: Add comment.
1560 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1561 * gdb.trace/trace-enable-disable.exp: Likewise.
1562 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1563 * gdb.trace/tracecmd.exp: Check for arch support.
1564 * gdb.trace/tspeed.exp: Check for shlib and target support.
1565 * gdb.trace/tstatus.exp: Check for arch support.
1566 * gdb.trace/tsv.exp: Likewise.
1567 * gdb.trace/while-dyn.exp: Likewise.
1568 * gdb.trace/while-stepping.exp: Likewise.
1569 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1570
15712018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1572
1573 * gdb.trace/tspeed.exp: Remove nowarnings.
1574 (prepare_for_trace_test): Declare "global ipalib".
1575 * gdb.trace/tspeed.c: Include unistd.h.
1576 (main): Remove superfluous printf argument.
1577
15782018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1579
1580 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1581 directory prefix on the filename.
1582
15832018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1584
1585 * gdb.gdb/unittest.exp: Update expected message informing that
1586 selftests have been disabled.
1587 * gdb.server/unittest.exp: Likewise.
1588
15892018-10-09 Tom de Vries <tdevries@suse.de>
1590
1591 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1592 with runto_main.
1593
15942018-10-08 Weimin Pan <weimin.pan@oracle.com>
1595
1596 PR c++/16841
1597 * gdb.cp/virtbase2.cc: New file.
1598 * gdb.cp/virtbase2.exp: New file.
1599
16002018-10-06 Tom Tromey <tom@tromey.com>
1601
1602 PR python/19399:
1603 * gdb.python/py-inferior.exp: Add architecture test.
1604
16052018-10-06 Tom Tromey <tom@tromey.com>
1606
1607 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1608 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1609
16102018-10-06 Tom Tromey <tom@tromey.com>
1611
1612 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1613 of a "throw" catchpoint.
1614
16152018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1616
1617 * gdb.base/info-proc.exp: Update string expected from "help info
1618 proc".
1619
16202018-10-04 Tom Tromey <tom@tromey.com>
1621
1622 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1623 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1624 (test_initial_complaints, test_empty_complaints): Update.
1625 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1626
16272018-10-04 Tom Tromey <tom@tromey.com>
1628
1629 PR cli/19551:
1630 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1631 * lib/gdb.exp (gdb_file_cmd): Update.
1632 * gdb.stabs/weird.exp (print_weird_var): Update.
1633 * gdb.server/solib-list.exp: Update.
1634 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1635 * gdb.mi/mi-cli.exp: Update.
1636 * gdb.linespec/linespec.exp: Update.
1637 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1638 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1639 * gdb.cp/cp-relocate.exp: Update.
1640 * gdb.base/sym-file.exp: Update.
1641 * gdb.base/relocate.exp: Update.
1642 * gdb.base/readnever.exp: Update.
1643 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1644 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1645 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1646 * gdb.base/code_elim.exp: Update.
1647 * gdb.base/break-unload-file.exp (test_break): Update.
1648 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1649 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1650 Update.
1651 * gdb.base/attach.exp (do_attach_tests): Update.
1652 * gdb.base/sepdebug.exp: Update.
1653 * gdb.python/py-section-script.exp: Update.
1654
16552018-10-04 Tom Tromey <tom@tromey.com>
1656
1657 PR cli/22234:
1658 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1659 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1660 output.
1661
16622018-10-04 Tom Tromey <tom@tromey.com>
1663
1664 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1665 set width and height to 0.
1666 (test_command_line_attach_run): Use -quiet.
1667
16682018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1669
1670 * lib/gdb.exp (skip_ifunc_tests): New.
1671 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1672 other compile failures.
1673 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1674
16752018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1676
1677 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1678 is_amd64_regs_target.
1679
16802018-10-01 Alan Hayward <alan.hayward@arm.com>
1681
1682 * gdb.arch/aarch64-sighandler-regs.c: New test.
1683 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1684 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1685
16862018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1687
1688 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1689 assembly.
1690
16912018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1692
1693 * gdb.base/frame-selection.exp: New file.
1694 * gdb.base/frame-selection.c: New file.
1695
16962018-09-27 Alan Hayward <alan.hayward@arm.com>
1697
1698 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1699 pthread barrier.
1700 (main): Likewise.
1701
17022018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1703
1704 * gdb.base/large-frame-1.c: New file.
1705 * gdb.base/large-frame-2.c: New file.
1706 * gdb.base/large-frame.exp: New file.
1707 * gdb.base/large-frame.h: New file.
1708
17092018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1710
1711 PR gdb/20948
1712 * gdb.base/write_mem.exp: New test.
1713 * gdb.base/write_mem.c: Likewise.
1714
17152018-09-23 Tom Tromey <tom@tromey.com>
1716
1717 PR python/18852:
1718 * gdb.python/py-parameter.exp: Add test for parameter that throws
1719 on "set".
1720
17212018-09-23 Tom Tromey <tom@tromey.com>
1722
1723 PR python/17284:
1724 * gdb.python/py-template.exp (test_template_arg): Add test for
1725 negative template argument number.
1726
17272018-09-23 Tom Tromey <tom@tromey.com>
1728
1729 PR python/14062:
1730 * gdb.python/python.exp: Add test for post_event error.
1731
17322018-09-23 Tom Tromey <tom@tromey.com>
1733
1734 PR python/18170:
1735 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1736 convert pointers to int and long.
1737
17382018-09-23 Tom Tromey <tom@tromey.com>
1739
1740 PR python/20126:
1741 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1742 signed-ness conversion tests.
1743
17442018-09-23 Tom Tromey <tom@tromey.com>
1745
1746 PR python/18352;
1747 * gdb.python/py-value.exp (test_float_conversion): New proc.
1748 Use it.
1749
17502018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1751
1752 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1753
17542018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1755
1756 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1757 no readline.
1758 * gdb.base/utf8-identifiers.exp: Likewise.
1759 * gdb.cp/cpcompletion.exp: Likewise.
1760 * gdb.linespec/cpcompletion.exp: Likewise.
1761 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1762 * gdb.linespec/cpls-ops.exp: Likewise.
1763
17642018-09-19 Richard Bunt <richard.bunt@arm.com>
1765 Chris January <chris.january@arm.com>
1766
1767 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1768 * gdb.fortran/short-circuit-argument-list.exp: New file.
1769 * gdb.fortran/short-circuit-argument-list.f90: New test.
1770
17712018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1772
1773 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1774 "arch=" keyword when executing "-stack-list-frames".
1775
17762018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1777
1778 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1779 "arch=" keyword when executing "-stack-list-frames".
1780
17812018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1782
1783 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1784 break ada".
1785
17862018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1787
1788 PR python/23669
1789 * gdb.python/python.exp: Test gdb.execute("show commands").
1790
17912018-09-16 Tom Tromey <tom@tromey.com>
1792
1793 * gdb.base/new-ui.exp (do_execution_tests): Update.
1794 * gdb.base/dbx.exp (test_breakpoints): Update.
1795
17962018-09-14 Alan Hayward <alan.hayward@arm.com>
1797
1798 * lib/gdb.exp (gdb_simple_compile): Add proc.
1799 (is_elf_target): Use gdb_simple_compile.
1800 (skip_altivec_tests): Likewise.
1801 (skip_vsx_tests): Likewise.
1802 (skip_tsx_tests): Likewise.
1803 (skip_btrace_tests): Likewise.
1804 (skip_btrace_pt_tests): Likewise.
1805 (gdb_can_simple_compile): Likewise.
1806 (gdb_has_argv0): Likewise.
1807 (gdb_target_symbol_prefix): Likewise.
1808 (target_supports_scheduler_locking): Likewise.
1809
18102018-09-13 Tom Tromey <tom@tromey.com>
1811
1812 * Makefile.in (TAGS): Recognize proc_with_prefix and
1813 gdb_caching_proc.
1814
18152018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1816
1817 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1818 method.
1819
18202018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1821
1822 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1823 and a few other Inferior properties when the Inferior is no
1824 longer valid.
1825
18262018-09-13 Tom Tromey <tom@tromey.com>
1827
1828 PR rust/23650:
1829 * gdb.rust/simple.exp: Add test for enum field access error.
1830
18312018-09-13 Tom Tromey <tom@tromey.com>
1832
1833 PR rust/23626:
1834 * gdb.rust/simple.rs (EmptyEnum): New type.
1835 (main): Use it.
1836 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1837
18382018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1839
1840 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1841 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1842 * gdb.python/py-symtab.exp: Update test printing an objfile.
1843
18442018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1845
1846 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1847 object.
1848
18492018-09-12 Alan Hayward <alan.hayward@arm.com>
1850
1851 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1852 (support_complex_tests): Use gdb_can_simple_compile.
1853 (is_ilp32_target): Likewise.
1854 (is_lp64_target): Likewise.
1855 (is_64_target): Likewise.
1856 (is_amd64_regs_target): Likewise.
1857 (is_aarch32_target): Likewise.
1858 (gdb_int128_helper): Likewise.
1859
18602018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1861
1862 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1863
18642018-09-10 Jerome Guitton <guitton@adacore.com>
1865
1866 * gdb.ada/same_component_name: Add test for case of tagged record
1867 with variable-length fields.
1868
18692018-09-10 Xavier Roirand <roirand@adacore.com>
1870
1871 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1872 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1873 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1874 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1875
18762018-09-10 Xavier Roirand <roirand@adacore.com>
1877
1878 * gdb.ada/mi_string_access.exp: New testcase.
1879 * gdb.ada/mi_string_access/bar.adb: New file.
1880 * gdb.ada/mi_string_access/pck.adb: New file.
1881 * gdb.ada/mi_string_access/pck.asd: New file.
1882
18832018-09-10 Xavier Roirand <roirand@adacore.com>
1884
1885 * gdb.ada/mi_var_union.exp: New testcase.
1886 * gdb.ada/mi_var_union/bar.adb: New file.
1887 * gdb.ada/mi_var_union/pck.adb: New file.
1888 * gdb.ada/mi_var_union/pck.asd: New file.
1889
18902018-09-08 Tom Tromey <tom@tromey.com>
1891
1892 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1893
18942018-09-08 Tom Tromey <tom@tromey.com>
1895
1896 PR python/16047:
1897 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1898 (register_pretty_printers): Register new printer.
1899 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1900 test.
1901 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1902 (an_int_type3): New global.
1903
19042018-09-08 Joel Brobecker <brobecker@adacore.com>
1905
1906 * gdb.ada/expr_with_funcall: New testcase.
1907
19082018-09-08 Joel Brobecker <brobecker@adacore.com>
1909
1910 * gdb.ada/packed_array_assign: New testcase.
1911
19122018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1913
1914 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1915 names, and add test prefixes to make test names unique.
1916
19172018-09-05 Tom de Vries <tdevries@suse.de>
1918
1919 * gdb.dwarf2/varval.exp: Add test.
1920
19212018-09-04 Gary Benson <gbenson@redhat.com>
1922
1923 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1924 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1925
19262018-08-31 Tom Tromey <tom@tromey.com>
1927
1928 * gdb.rust/simple.rs: Rename second variable "v".
1929
19302018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1931
1932 * gdb.base/funcargs.c (use_a): New function.
1933 (recurse): Call use_a.
1934
19352018-08-29 Keith Seitz <keiths@redhat.com>
1936
1937 * gdb.compile/compile-cplus-anonymous.cc: New file.
1938 * gdb.compile/compile-cplus-anonymous.exp: New file.
1939 * gdb.compile/compile-cplus-array-decay.cc: New file.
1940 * gdb.compile/compile-cplus-array-decay.exp: New file.
1941 * gdb.compile/compile-cplus-inherit.cc: New file.
1942 * gdb.compile/compile-cplus-inherit.exp: New file.
1943 * gdb.compile/compile-cplus-member.cc: New file.
1944 * gdb.compile/compile-cplus-member.exp: New file.
1945 * gdb.compile/compile-cplus-method.cc: New file.
1946 * gdb.compile/compile-cplus-method.exp: New file.
1947 * gdb.compile/compile-cplus-mod.c: "New" file.
1948 * gdb.compile/compile-cplus-namespace.cc: New file.
1949 * gdb.compile/compile-cplus-namespace.exp: New file.
1950 * gdb.compile/compile-cplus-nested.cc: New file.
1951 * gdb.compile/compile-cplus-nested.exp: New file.
1952 * gdb.compile/compile-cplus-print.c: "New" file.
1953 * gdb.compile/compile-cplus-print.exp: "New" file.
1954 * gdb.compile/compile-cplus-virtual.cc: New file.
1955 * gdb.compile/compile-cplus-virtual.exp: New file.
1956 * gdb.compile/compile-cplus.c: "New" file.
1957 * gdb.compile/compile-cplus.exp: "New" file.
1958 * lib/compile-support.exp: New file.
1959
19602018-08-16 Gary Benson <gbenson@redhat.com>
1961
1962 PR gdb/13000:
1963 * gdb.base/batch-exit-status.exp: New file.
1964 * gdb.base/batch-exit-status.good-commands: Likewise.
1965 * gdb.base/batch-exit-status.bad-commands: Likewise.
1966
19672018-08-29 Alan Hayward <alan.hayward@arm.com>
1968
1969 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1970 (struct struct02): Likewise.
1971 (struct struct03): Likewise.
1972 (struct struct04): Likewise.
1973 (struct struct_01_01): New struct.
1974 (struct struct_01_02): Likewise.
1975 (struct struct_01_03): Likewise.
1976 (struct struct_01_04): Likewise.
1977 (struct struct_02_01): Likewise.
1978 (struct struct_02_02): Likewise.
1979 (struct struct_02_03): Likewise.
1980 (struct struct_02_04): Likewise.
1981 (struct struct_04_01): Likewise.
1982 (struct struct_04_02): Likewise.
1983 (struct struct_04_03): Likewise.
1984 (struct struct_04_04): Likewise.
1985 (struct struct_05_01): Likewise.
1986 (struct struct_05_02): Likewise.
1987 (struct struct_05_03): Likewise.
1988 (struct struct_05_04): Likewise.
1989 (cmp_struct01): Remove function.
1990 (cmp_struct02): Likewise.
1991 (cmp_struct03): Likewise.
1992 (cmp_struct04): Likewise.
1993 (cmp_struct_01_01): Add Function.
1994 (cmp_struct_01_02): Likewise.
1995 (cmp_struct_01_03): Likewise.
1996 (cmp_struct_01_04): Likewise.
1997 (cmp_struct_02_01): Likewise.
1998 (cmp_struct_02_02): Likewise.
1999 (cmp_struct_02_03): Likewise.
2000 (cmp_struct_02_04): Likewise.
2001 (cmp_struct_04_01): Likewise.
2002 (cmp_struct_04_02): Likewise.
2003 (cmp_struct_04_03): Likewise.
2004 (cmp_struct_04_04): Likewise.
2005 (cmp_struct_05_01): Likewise.
2006 (cmp_struct_05_02): Likewise.
2007 (cmp_struct_05_03): Likewise.
2008 (cmp_struct_05_04): Likewise.
2009 (call_all): Add new structs.
2010 * gdb.base/infcall-nested-structs.exp: Likewise.
2011
20122018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2013
2014 * gdb.python/py-framefilter-mi.exp: Update regexp to
2015 check for "arch" field in frame output.
2016
20172018-08-23 Kevin Buettner <kevinb@redhat.com>
2018
2019 * gdb.dwarf2/dw2-ranges-func.c: New file.
2020 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2021
20222018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2023
2024 * gdb.base/term.exp: Compare terminal settings with values from
2025 the inferior.
2026 * gdb.base/term.c: Get and set terminal settings.
2027
20282018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2029
2030 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2031 accommodate new "arch" field in frame output.
2032 * gdb.mi/mi-return.exp: Likewise.
2033 * gdb.mi/mi-stack.exp: Likewise.
2034 * gdb.mi/mi-syn-frame.exp: Likewise.
2035 * gdb.mi/user-selected-context-sync.exp: Likewise.
2036
20372018-08-19 Michael Spang <spang@google.com>
2038
2039 PR gdb/11786
2040 * gdb.base/gcore-tls-pie.c: New file.
2041 * gdb.base/gcore-tls-pie.exp: New file.
2042
20432018-08-18 Kevin Buettner <kevinb@redhat.com>
2044
2045 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2046 * gdb.dwarf2/varval.c: New file.
2047 * gdb.dwarf2/varval.exp: New file.
2048
20492018-08-17 Alan Hayward <alan.hayward@arm.com>
2050
2051 PR gdb/18931
2052 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2053
20542018-08-16 Keith Seitz <keiths@redhat.com>
2055
2056 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2057 tests expected to pass.
2058
20592018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2060
2061 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2062 -data-disassemble -a.
2063 (test_disassembly_bogus_args): Likewise.
2064
20652018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2066
2067 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2068
20692018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2070
2071 * gdb.base/vla-optimized-out.exp: Add new test.
2072
20732018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2074
2075 * gdb.base/vla-optimized-out-o3.exp: Delete.
2076 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2077 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2078 deleted tests.
2079
20802018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2081
2082 PR gdb/18050:
2083 * gdb.server/extended-remote-restart.c: New file.
2084 * gdb.server/extended-remote-restart.exp: New file.
2085
20862018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2087
2088 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2089 "set variable index = 42".
2090
20912018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2092
2093 * boards/index-cache-gdb.exp: New file.
2094 * gdb.dwarf2/index-cache.exp: New file.
2095 * gdb.dwarf2/index-cache.c: New file.
2096 * gdb.base/maint.exp: Check if we are using the index cache.
2097
20982018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2099
2100 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2101 MAKEFLAGS.
2102
21032018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2104
2105 * dg-extract-results.sh: Move to toplevel contrib.
2106 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2107 * Makefile.in (check-parallel-racy): Likewise.
2108
21092018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2110
2111 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2112 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2113 tests if the target supports scheduler locking.
2114
21152018-08-04 Tom de Vries <tdevries@suse.de>
2116
2117 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2118
21192018-08-02 Tom Tromey <tom@tromey.com>
2120
2121 PR symtab/16842.
2122 * gdb.cp/temargs.exp: Test "info address" of a template
2123 parameter.
2124
21252018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2126
2127 * gdb.python/py-mi-var-info-path-expression.c: New file.
2128 * gdb.python/py-mi-var-info-path-expression.py: New file.
2129 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2130
21312018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2132
2133 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2134 error after "cannot resolve name" string.
2135
21362018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2137
2138 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2139 started.
2140 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2141
21422018-07-28 Tom de Vries <tdevries@suse.de>
2143
2144 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2145
21462018-07-26 Tom de Vries <tdevries@suse.de>
2147
2148 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2149
21502018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2151
2152 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2153 is visible.
2154
21552018-07-26 Tom de Vries <tdevries@suse.de>
2156
2157 PR breakpoints/23366
2158 * gdb.base/catch-follow-exec.c: New test.
2159 * gdb.base/catch-follow-exec.exp: New file.
2160
21612018-07-25 Tom de Vries <tdevries@suse.de>
2162
2163 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2164 vla-optimized-out.c.
2165
21662018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2167
2168 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2169 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2170
21712018-07-20 Tom de Vries <tdevries@suse.de>
2172
2173 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2174 NOCLONE macro.
2175 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2176
21772018-07-19 Tom de Vries <tdevries@suse.de>
2178
2179 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2180 regular expression.
2181
21822018-07-18 Tom de Vries <tdevries@suse.de>
2183
2184 * gdb.base/vla-optimized-out.c: New test.
2185 * gdb.base/vla-optimized-out.exp: New file.
2186
21872018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2188
2189 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2190 message "No address associated with hostname" when gdbserver
2191 cannot resolve the hostname.
2192
21932018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2194
2195 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2196 Add some test prefixes to make tests unique.
2197
21982018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2199
2200 * gdb.base/frameapply.c: New file.
2201 * gdb.base/frameapply.exp: New file.
2202
22032018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2204
2205 * gdb.base/skip.exp: Update expected error message.
2206
22072018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2208 Jan Kratochvil <jan.kratochvil@redhat.com>
2209 Paul Fertser <fercerpav@gmail.com>
2210 Tsutomu Seki <sekiriki@gmail.com>
2211
2212 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2213 parameter.
2214 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2215 by default.
2216 * boards/native-gdbserver.exp: Likewise.
2217 * gdb.server/run-without-local-binary.exp: Improve regexp used
2218 for detecting when a remote debugging connection succeeds.
2219 * gdb.server/server-connect.exp: New file.
2220 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2221 Do not prefix the port number with ":".
2222 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2223 support for detecting and using it. Add '$debughost_gdbserver'
2224 to the list of arguments used to start gdbserver. Handle case
2225 when gdbserver cannot resolve a network name.
2226
22272018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2228
2229 PR c++/23373
2230 * gdb.base/ptype-offsets.cc (struct static_member): New
2231 struct.
2232 (main) <stmember>: New variable.
2233 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2234 with a static member in it.
2235
22362018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2237
2238 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2239 watchpoints enabled and disabled.
2240
22412018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2242
2243 * gdb.base/examine-backward.exp: Still run tests around address
2244 0x0, even if address 0x0 is not readable. Update the pattern for
2245 matching address 0x0 in expected output.
2246
22472018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2248
2249 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2250 malloc/free.
2251
22522018-07-04 Tom de Vries <tdevries@suse.de>
2253
2254 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2255
22562018-07-02 Maciej W. Rozycki <macro@mips.com>
2257
2258 PR tdep/8282
2259 * gdb.arch/mips-disassembler-options.exp: New test.
2260 * gdb.arch/mips-disassembler-options.s: New test source.
2261
22622018-06-29 Pedro Alves <palves@redhat.com>
2263
2264 * gdb.threads/names.exp: Adjust expected "info threads" output.
2265
22662018-06-29 Pedro Alves <palves@redhat.com>
2267
2268 * gdb.opt/inline-break.exp (line number, address): Add "info
2269 break" tests.
2270
22712018-06-29 Pedro Alves <palves@redhat.com>
2272
2273 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2274 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2275 number and address and running to them.
2276
22772018-06-29 Richard Bunt <richard.bunt@arm.com>
2278
2279 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2280
22812018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2282
2283 * lib/compiler.c: Remove executable permission flag.
2284
22852018-06-28 Richard Bunt <richard.bunt@arm.com>
2286
2287 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2288 code.
2289 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2290
22912018-06-28 Petr Tesarik <ptesarik@suse.cz>
2292
2293 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2294
22952018-06-28 Petr Tesarik <ptesarik@suse.cz>
2296
2297 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2298 address argument is omitted.
2299
23002018-06-28 Petr Tesarik <ptesarik@suse.cz>
2301
2302 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2303
23042018-06-27 Omair Javaid <omair.javaid@linaro.org>
2305
2306 PR gdb/21695
2307 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2308 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2309
23102018-06-26 Tom Tromey <tom@tromey.com>
2311
2312 PR rust/22574:
2313 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2314 * gdb.rust/simple.rs (struct SimpleLayout): New.
2315
23162018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2317
2318 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2319 "info registers" output.
2320
23212018-06-21 Richard Bunt <richard.bunt@arm.com>
2322
2323 * gdb.base/watchpoint-hw-attach.c: New test.
2324 * gdb.base/watchpoint-hw-attach.exp: New file.
2325
23262018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2327
2328 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2329 through /bin/sh.
2330 * boards/dwarf4-gdb-index.exp: Likewise.
2331 * boards/fission-dwp.exp: Likewise.
2332
23332018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2334
2335 * gdb.base/float128.exp: Add comment and improved fail message
2336 to the failure case of "print large128" test.
2337
23382018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2339
2340 * configure.ac: Remove AC_PREREQ.
2341 * configure: Re-generate.
2342
23432018-06-19 Pedro Alves <palves@redhat.com>
2344
2345 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2346 (func_extern_caller): New.
2347 (main): Call func_extern_caller.
2348 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2349 logic change.
2350
23512018-06-18 Weimin Pan <weimin.pan@oracle.com>
2352
2353 PR gdb/16841
2354 * gdb.cp/typedef-base.cc: New file.
2355 * gdb.cp/typedef-base.exp: New file.
2356
23572018-06-18 Tom de Vries <tdevries@suse.de>
2358
2359 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2360
23612018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2362 Richard Bunt <Richard.Bunt@arm.com>
2363
2364 * gdb.threads/attach-slow-waitpid.c: New file.
2365 * gdb.threads/attach-slow-waitpid.exp: New file.
2366 * gdb.threads/slow-waitpid.c: New file.
2367
23682018-06-14 Pedro Alves <palves@redhat.com>
2369
2370 * gdb.base/fork-running-state.c: Include <errno.h>.
2371 (exit_if_relative_exits): New.
2372 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2373 exits.
2374 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2375 child exits.
2376
23772018-06-14 Tom de Vries <tdevries@suse.de>
2378
2379 PR cli/22573
2380 * gdb.base/finish-pretty.c: New test.
2381 * gdb.base/finish-pretty.exp: New file.
2382
23832018-06-14 Pedro Alves <palves@redhat.com>
2384
2385 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2386 gdb's expected startup output.
2387
23882018-06-14 Pedro Alves <palves@redhat.com>
2389
2390 * lib/selftest-support.exp (selftest_setup): Remove inlined
2391 function handling.
2392
23932018-06-14 Tom de Vries <tdevries@suse.de>
2394
2395 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2396 matching of breakpoint printing.
2397
23982018-06-13 Tom de Vries <tdevries@suse.de>
2399
2400 PR testsuite/23269
2401 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2402 (fork_child): ... here, and ...
2403 (fork_parent): ... here.
2404
24052018-06-12 Tom de Vries <tdevries@suse.de>
2406
2407 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2408
24092018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2410 Stephen Roberts <stephen.roberts@arm.com>
2411
2412 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2413 rewrite test to describe action performed, rather than possible
2414 failure.
2415
24162018-06-08 Gary Benson <gbenson@redhat.com>
2417
2418 * gdb.threads/check-libthread-db.exp: New file.
2419 * gdb.threads/check-libthread-db.c: Likewise.
2420
24212018-06-05 Tom Tromey <tom@tromey.com>
2422
2423 * gdb.base/default.exp: Update expected "show version" output.
2424
24252018-06-05 Tom Tromey <tom@tromey.com>
2426
2427 PR cli/12326:
2428 * gdb.cp/static-print-quit.exp: Update.
2429 * lib/gdb.exp (pagination_prompt): Update.
2430 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2431 * gdb.python/python.exp: Update.
2432
24332018-06-04 Joel Brobecker <brobecker@adacore.com>
2434
2435 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2436
24372018-06-01 Joel Brobecker <brobecker@adacore.com>
2438
2439 * gdb.ada/bp_fun_addr: New testcase.
2440
24412018-06-01 Tom Tromey <tom@tromey.com>
2442
2443 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2444 results.
2445 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2446 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2447 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2448 * gdb.base/maint.exp (maint_pass_if): Update.
2449
24502018-05-31 Maciej W. Rozycki <macro@mips.com>
2451
2452 * gdb.base/endian.exp: New test.
2453 * gdb.base/endian.c: New test source.
2454
24552018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2456
2457 PR gdb/23203
2458 * gdb.base/bt-selected-frame.c: New file.
2459 * gdb.base/bt-selected-frame.exp: New file.
2460 * lib/gdb.exp (get_current_frame_number): New function.
2461
24622018-05-24 Maciej W. Rozycki <macro@mips.com>
2463 Pedro Alves <palves@redhat.com>
2464
2465 * gdb.threads/tls-core.c: Include <stdlib.h>
2466 (thread_proc): Call `abort'.
2467 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2468 (tls_core_test): New procedure, bits factored out from ...
2469 (top level): ... here. Test both native cores and gcore cores.
2470
24712018-05-23 Tom Tromey <tom@tromey.com>
2472
2473 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2474
24752018-05-23 Tom Tromey <tom@tromey.com>
2476
2477 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2478 symfile_complaints.
2479 (test_short_complaints): Likewise.
2480 (test_empty_complaints): Likewise.
2481 (test_initial_complaints): Update.
2482
24832018-05-23 Tom Tromey <tom@tromey.com>
2484
2485 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2486
24872018-05-23 Tom Tromey <tom@tromey.com>
2488
2489 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2490 (test_short_complaints): Update.
2491
24922018-05-22 Pedro Alves <palves@redhat.com>
2493
2494 * gdb.base/remote.exp: Only gdb_start after compiling the
2495 testcase. Issue "disconnect" before testing "set remote" command
2496 defaults. Issue clean_restart before running to main.
2497
24982018-05-22 Pedro Alves <palves@redhat.com>
2499
2500 * gdb.base/remote.exp: Adjust expected output of "show remote
2501 memory-write-packet-size". Add tests for "set remote
2502 memory-write-packet-size 0" and "set remote
2503 memory-write-packet-size fixed/limit".
2504
25052018-05-22 Pedro Alves <palves@redhat.com>
2506
2507 PR gdb/22973
2508 * gdb.base/utf8-identifiers.c: New file.
2509 * gdb.base/utf8-identifiers.exp: New file.
2510
25112018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2512
2513 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2514
25152018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2516
2517 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2518
25192018-05-18 Tom Tromey <tom@tromey.com>
2520
2521 * gdb.base/ptype-offsets.exp: Update.
2522
25232018-05-17 Keith Seitz <keiths@redhat.com>
2524
2525 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2526 in expected breakpoint stop locations.
2527 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2528 move to proper scope to test variable values.
2529 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2530 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2531 New functions.
2532 (main): Call not_inline_func3.
2533 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2534 inline_func1, inline_func2, and inline_func3. Test that when each
2535 breakpoint is hit, GDB properly reports both the stop location
2536 and the backtrace. Repeat tests for temporary breakpoints.
2537
25382018-05-15 Maciej W. Rozycki <macro@mips.com>
2539
2540 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2541 rather then trying to access it in determining whether the PID
2542 of `gdbserver' could have been retrieved.
2543
25442018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2545
2546 * gdb.arch/amd64-init-x87-values.S: New file.
2547 * gdb.arch/amd64-init-x87-values.exp: New file.
2548
25492018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2550
2551 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2552
25532018-05-04 Tom Tromey <tom@tromey.com>
2554
2555 PR python/22730:
2556 * gdb.python/python.exp: Test multi-line execute.
2557
25582018-05-04 Tom Tromey <tom@tromey.com>
2559
2560 PR python/22731:
2561 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2562
25632018-05-04 Tom Tromey <tom@tromey.com>
2564
2565 PR gdb/11750:
2566 * gdb.base/define.exp: Test defining a user command inside a user
2567 command.
2568 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2569
25702018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2571 Pedro Alves <palves@redhat.com>
2572
2573 PR breakpoints/19806 and support for PR external/20207.
2574 * gdb.base/watchpoint-unaligned.c: New file.
2575 * gdb.base/watchpoint-unaligned.exp: New file.
2576
25772018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2578
2579 * gdb.base/maint.exp: Make test names unique, use
2580 test_prefix_command_help to test 'help maint info', and remove
2581 repeated test of 'help maint'.
2582
25832018-05-04 Tom Tromey <tom@tromey.com>
2584
2585 PR gdb/22619:
2586 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2587 behavior.
2588
25892018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2590
2591 * gdb.base/maint.exp: Process output from 'maint print registers'
2592 line at a time.
2593
25942018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2595
2596 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2597 timeout.
2598
25992018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2600
2601 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2602 filter pattern.
2603
26042018-05-02 Pedro Alves <palves@redhat.com>
2605
2606 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2607 to_log_command renames.
2608 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2609
26102018-05-02 Tom Tromey <tom@tromey.com>
2611
2612 * gdb.python/py-parameter.exp: Set test message.
2613
26142018-05-02 Tom Tromey <tom@tromey.com>
2615
2616 PR python/20084:
2617 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2618 PARAM_ZUINTEGER_UNLIMITED tests.
2619
26202018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2621
2622 PR rust/23124
2623 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2624 when casting.
2625
26262018-04-30 Tom Tromey <tom@tromey.com>
2627
2628 * gdb.python/py-type.exp: Check align attribute.
2629 * gdb.python/py-type.c: New "aligncheck" global.
2630
26312018-04-30 Tom Tromey <tom@tromey.com>
2632
2633 PR exp/17095:
2634 * gdb.dwarf2/dw2-align.exp: New file.
2635 * gdb.cp/align.exp: New file.
2636 * gdb.base/align.exp: New file.
2637 * lib/gdb.exp (gdb_int128_helper): New proc.
2638 (has_int128_c, has_int128_cxx): New caching procs.
2639
26402018-04-27 Tom Tromey <tom@tromey.com>
2641
2642 PR rust/22545:
2643 * gdb.rust/simple.exp: Add inclusive range tests.
2644
26452018-04-26 Pedro Alves <palves@redhat.com>
2646
2647 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2648 ifunc breakpoint locations correctly of ifunc breakpoints set
2649 while the program resolves the ifunc.
2650
26512018-04-26 Pedro Alves <palves@redhat.com>
2652
2653 * gdb.base/gnu-ifunc-final.c: New file.
2654 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2655 * gdb.base/gnu-ifunc.exp (executable): Delete.
2656 (staticexecutable): Adjust.
2657 (lib_opts, exec_opts): Delete.
2658 (make_binsuffix, build, set-break): New procedures.
2659 (misc_tests): New, with tests factored out from the top level.
2660 (top level): Test different combinations of ifunc resolver name,
2661 resolver with and with debug info, and ifunc target with and
2662 without debug info. Wrap static tests with with_target_prefix.
2663
26642018-04-26 Pedro Alves <palves@redhat.com>
2665
2666 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2667 return type" warnings.
2668
26692018-04-25 Pedro Alves <palves@redhat.com>
2670
2671 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2672 killed".
2673 * gdb.base/kill-after-signal.exp: Likewise.
2674 * gdb.threads/kill.exp: Likewise.
2675
26762018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2677 Sergio Durigan Junior <sergiodj@redhat.com>
2678 Pedro Alves <palves@redhat.com>
2679
2680 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2681 regexps to expect for '[Inferior ... detached]' as well.
2682 * gdb.base/attach.exp: Likewise.
2683 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2684 "gdb_continue_to_end".
2685 (test_catch_syscall_with_wrong_args): Likewise.
2686 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2687 ']'. Don't set 'verbose' on.
2688 * gdb.base/foll-vfork.exp: Likewise.
2689 * gdb.base/fork-print-inferior-events.c: New file.
2690 * gdb.base/fork-print-inferior-events.exp: New file.
2691 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2692 '[Inferior ... has been killed]' message.
2693 * gdb.base/kill-after-signal.exp: Likewise.
2694 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2695 detach message.
2696 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2697 message.
2698 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2699 regexps to expect for '[Inferior ... detached]' as well.
2700 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2701
27022018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2703
2704 PR gdb/23104
2705 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2706
27072018-04-19 Richard Bunt <richard.bunt@arm.com>
2708
2709 * gdb.threads/multiple-successive-infcall.c: New test.
2710 * gdb.threads/multiple-successive-infcall.exp: New file.
2711
27122018-04-17 Tom Tromey <tom@tromey.com>
2713
2714 * gdb.rust/simple.rs (Union): New type.
2715 (main): New local "u".
2716 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2717
27182018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2719
2720 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2721 number information in output of "whereis" command.
2722 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2723
27242018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2725
2726 * gdb.ada/info_types.exp: Adjust expected output to the line
2727 numbers now printed by "info var/func/type".
2728 * gdb.base/completion.exp: Likewise.
2729 * gdb.base/included.exp: Likewise.
2730 * gdb.cp/cp-relocate.exp: Likewise.
2731 * gdb.cp/cplusfuncs.exp: Likewise.
2732 * gdb.cp/namespace.exp: Likewise.
2733 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2734
27352018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2736
2737 * gdb.btrace/cpu.exp: New.
2738
27392018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2740
2741 * gdb.base/step-indirect-call-thunk.exp: New.
2742 * gdb.base/step-indirect-call-thunk.c: New.
2743 * gdb.reverse/step-indirect-call-thunk.exp: New.
2744 * gdb.reverse/step-indirect-call-thunk.c: New.
2745
27462018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2747
2748 * gdb.base/pie-fork.c: New file.
2749 * gdb.base/pie-fork.exp: New file.
2750
27512018-04-11 Tom Tromey <tom@tromey.com>
2752
2753 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2754
27552018-04-10 Pedro Alves <palves@redhat.com>
2756
2757 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2758 exits. Instead loop running forever.
2759 (fork_parent): Run forever too.
2760
27612018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2762
2763 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2764 mi_continue_to_line.
2765 * gdb.mi/mi-stack.c (callee4): Add comment.
2766
27672018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2768
2769 * gdb.mi/mi-stack.exp: Fix indentation.
2770
27712018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2772
2773 PR gdb/22979
2774 * gdb.arch/amd64-osabi.exp: New file.
2775
27762018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2777
2778 PR gdb/22980
2779 * gdb.base/osabi.exp: New file.
2780
27812018-04-02 Weimin Pan <weimin.pan@oracle.com>
2782
2783 * gdb.cp/static-typedef-print.exp: New file.
2784 * gdb.cp/static-typedef-print.cc: New file.
2785
27862018-03-27 Joel Brobecker <brobecker@adacore.com>
2787
2788 * gdb.ada/varsize_limit: New testcase.
2789
27902018-03-27 Joel Brobecker <brobecker@adacore.com>
2791
2792 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2793
2794 * gdb.ada/notcplusplus: New testcase.
2795
2796 * gdb.base/c-linkage-name.c: New file.
2797 * gdb.base/c-linkage-name.exp: New testcase.
2798
27992018-03-26 Tom Tromey <tom@tromey.com>
2800
2801 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2802 * gdb.python/py-framefilter.py (name_error): New global.
2803 (ErrorInName.function): Use name_error.
2804
28052018-03-26 Tom Tromey <tom@tromey.com>
2806
2807 PR backtrace/15582:
2808 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2809
28102018-03-23 Keith Seitz <keiths@redhat.com>
2811
2812 PR c++/22968
2813 * gdb.cp/subtypes.exp: New file.
2814 * gdb.cp/subtypes.h: New file.
2815 * gdb.cp/subtypes.cc: New file.
2816 * gdb.cp/subtypes-2.cc: New file.
2817
28182018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2819
2820 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2821 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2822 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2823 -nostartfiles when compiling the test. Confirm that all registers
2824 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2825
28262018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2827
2828 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2829 option, syntax was wrong anyway.
2830 * gdb.arch/arm-disp-step.exp: Likewise.
2831 * gdb.arch/sparc64-regs.exp: Likewise.
2832 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2833 option, syntax was wrong anyway, switch to use
2834 prepare_for_testing.
2835 * gdb.arch/i386-disp-step.exp: Likewise.
2836
28372018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2838
2839 * gdb.ada/exec_changed.exp: Replace "target_info exists
2840 use_gdb_stub" by "use_gdb_stub".
2841 * gdb.ada/start.exp: Likewise.
2842 * gdb.base/async-shell.exp: Likewise.
2843 * gdb.base/attach-pie-misread.exp: Likewise.
2844 * gdb.base/attach-wait-input.exp: Likewise.
2845 * gdb.base/break-entry.exp: Likewise.
2846 * gdb.base/break-interp.exp: Likewise.
2847 * gdb.base/dprintf-detach.exp: Likewise.
2848 * gdb.base/nostdlib.exp: Likewise.
2849 * gdb.base/solib-nodir.exp: Likewise.
2850 * gdb.base/statistics.exp: Likewise.
2851 * gdb.base/testenv.exp: Likewise.
2852 * gdb.mi/mi-exec-run.exp: Likewise.
2853 * gdb.mi/mi-start.exp: Likewise.
2854 * gdb.multi/dummy-frame-restore.exp: Likewise.
2855 * gdb.multi/multi-arch-exec.exp: Likewise.
2856 * gdb.multi/multi-arch.exp: Likewise.
2857 * gdb.multi/tids.exp: Likewise.
2858 * gdb.multi/watchpoint-multi.exp: Likewise.
2859 * gdb.python/py-events.exp: Likewise.
2860 * gdb.threads/attach-into-signal.exp: Likewise.
2861 * gdb.threads/attach-stopped.exp: Likewise.
2862 * gdb.threads/threadapply.exp: Likewise.
2863 * lib/selftest-support.exp: Likewise.
2864
28652018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2866
2867 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2868
28692018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2870
2871 * gdb.perf/template-breakpoints.cc: New file.
2872 * gdb.perf/template-breakpoints.exp: New file.
2873 * gdb.perf/template-breakpoints.py: New file.
2874
28752018-03-19 Tom Tromey <tom@tromey.com>
2876
2877 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2878 y0.
2879 * gdb.rust/simple.exp: Test bare identifier form of struct
2880 initializer.
2881
28822018-03-19 Tom Tromey <tom@tromey.com>
2883
2884 * gdb.gdb/observer.exp: Remove.
2885
28862018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2887
2888 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2889 "qualified" option when setting breakpoints.
2890 * gdb.trace/backtrace.exp: Likewise.
2891 * gdb.trace/circ.exp: Likewise.
2892 * gdb.trace/collection.exp: Likewise.
2893 * gdb.trace/disconnected-tracing.exp: Likewise.
2894 * gdb.trace/ftrace-lock.exp: Likewise.
2895 * gdb.trace/ftrace.exp: Likewise.
2896 * gdb.trace/infotrace.exp: Likewise.
2897 * gdb.trace/packetlen.exp: Likewise.
2898 * gdb.trace/passc-dyn.exp: Likewise.
2899 * gdb.trace/qtro.exp: Likewise.
2900 * gdb.trace/read-memory.exp: Likewise.
2901 * gdb.trace/report.exp: Likewise.
2902 * gdb.trace/signal.exp: Likewise.
2903 * gdb.trace/status-stop.exp: Likewise.
2904 * gdb.trace/strace.exp: Likewise.
2905 * gdb.trace/tfind.exp: Likewise.
2906 * gdb.trace/trace-break.exp: Likewise.
2907 * gdb.trace/trace-condition.exp: Likewise.
2908 * gdb.trace/trace-mt.exp: Likewise.
2909 * gdb.trace/tstatus.exp: Likewise.
2910 * gdb.trace/tsv.exp: Likewise.
2911 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2912 * gdb.trace/unavailable.exp: Likewise.
2913 * gdb.trace/while-dyn.exp: Likewise.
2914
29152018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2916
2917 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2918 that libinproctrace is copied to the target.
2919
29202018-03-14 Tom Tromey <tom@tromey.com>
2921
2922 PR cli/14977:
2923 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2924 a null pointer.
2925 * gdb.base/wchar.exp: Likewise.
2926
29272018-03-14 Tom Tromey <tom@tromey.com>
2928
2929 PR cli/19918:
2930 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2931 flag.
2932
29332018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2934
2935 PR gdb/22841
2936 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2937 "target" to remote_exec.
2938
29392018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2940
2941 PR gdb/22841
2942 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2943 ${board}_upload): Remove.
2944
29452018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2946
2947 * gdb.cp/watch-cp.cc: New test.
2948 * gdb.cp/watch-cp.exp: New file.
2949
29502018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2951
2952 * gdb.base/infcall-nested-structs.exp: New file.
2953 * gdb.base/infcall-nested-structs.c: New file.
2954 * gdb.base/float.exp: Add riscv support.
2955
29562018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2957
2958 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2959 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2960
29612018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2962
2963 * gdb.server/abspath.exp: New file.
2964 * lib/gdb.exp (with_cwd): New procedure.
2965
29662018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2967
2968 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2969 use it.
2970 (gdb_is_target_remote_prompt): New proc.
2971 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2972 (gdb_is_target_native): Pass prompt parameter to
2973 gdb_is_target_1.
2974
29752018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2976
2977 * gdb.base/load-command.c: New file.
2978 * gdb.base/load-command.exp: New file.
2979 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2980 (gdb_is_target_1): ...this, and generalize for other targets
2981 than just remote.
2982 (gdb_is_target_remote): Use gdb_is_target_1.
2983 (gdb_is_target_native): use gdb_is_target_1.
2984
29852018-02-26 Tom Tromey <tom@tromey.com>
2986
2987 PR python/16497:
2988 * gdb.python/py-framefilter.exp: Update test.
2989
29902018-02-26 Tom Tromey <tom@tromey.com>
2991
2992 * gdb.dwarf2/variant.c: New file.
2993 * gdb.dwarf2/variant.exp: New file.
2994
29952018-02-26 Tom Tromey <tom@tromey.com>
2996
2997 * gdb.rust/simple.exp: Accept more possible results in enum test.
2998
29992018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3000
3001 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3002 parentheses.
3003
30042018-02-23 Maciej W. Rozycki <macro@mips.com>
3005
3006 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3007 name of a variable: $actual_linejj -> $actual_line.
3008
30092018-02-21 John Baldwin <jhb@FreeBSD.org>
3010
3011 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3012
30132018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3014
3015 * gdb.btrace/buffer-size.exp: Do not force BTS.
3016
30172018-02-14 Pedro Alves <palves@redhat.com>
3018
3019 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3020 getting a "Quit".
3021
30222018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3023
3024 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3025 Fix test name.
3026
30272018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3028
3029 * gdb.cp/m-static.exp: Check type of optimized out static
3030 member.
3031
30322018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3033
3034 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3035 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3036
30372018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3038 Leszek Swirski <leszeks@google.com>
3039
3040 * gdb.python/py-prettyprint.c
3041 (struct to_string_returns_value_inner,
3042 struct to_string_returns_value_wrapper): New.
3043 (main): Add tsrvw variable.
3044 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3045 ToStringReturnsValueWrapper): New classes.
3046 (register_pretty_printers): Register new pretty-printers.
3047 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3048 recursive pretty printer.
3049 * gdb.python/py-mi.exp: Likewise.
3050
30512018-02-01 Leszek Swirski <leszeks@google.com>
3052
3053 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3054 functions with the same name as an include file are parsed
3055 correctly.
3056
30572018-02-01 Yao Qi <yao.qi@linaro.org>
3058
3059 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3060 "\[^\r\n\]*".
3061
30622018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3063
3064 * gdb.arch/powerpc-prologue-frame.s: New file.
3065 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3066 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3067
30682018-01-31 Joel Brobecker <brobecker@adacore.com>
3069
3070 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3071
30722018-01-30 Pedro Alves <palves@redhat.com>
3073
3074 PR gdb/13211
3075 * gdb.base/interrupt-daemon.c: New.
3076 * gdb.base/interrupt-daemon.exp: New.
3077 * gdb.multi/multi-term-settings.c: New.
3078 * gdb.multi/multi-term-settings.exp: New.
3079
30802018-01-30 Joel Brobecker <brobecker@adacore.com>
3081
3082 * gdb.base/break.exp: Save the location where the breakpoint
3083 on break.c:47 was actually inserted when debugging the version
3084 compiled at -O2 and use it in the expected output of the "info
3085 break" test performed soon after.
3086
30872018-01-22 Pedro Alves <palves@redhat.com>
3088 Sergio Durigan Junior <sergiodj@redhat.com>
3089
3090 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3091 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3092
30932018-01-22 Joel Brobecker <brobecker@adacore.com>
3094
3095 * gdb.base/break-include.c, gdb.base/break-include.inc,
3096 gdb.base/break-include.exp: New files.
3097 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3098 line number now being the actual line number where the breakpoint
3099 was inserted.
3100 * gdb.mi/mi-break.exp: Likewise.
3101 * gdb.mi/mi-reverse.exp: Likewise.
3102 * gdb.mi/mi-simplerun.exp: Ditto.
3103
31042018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3105
3106 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3107 varobj.
3108 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3109
31102018-01-21 Don Breazeal <donb@codesourcery.com>
3111 Andrew Burgess <andrew.burgess@embecosm.com>
3112
3113 * gdb.mi/basics.c: Add new global.
3114 * gdb.mi/mi-frame-regs.exp: New file.
3115 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3116 case.
3117
31182018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3119
3120 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3121 non-parameter, and on an unknown symbol.
3122
31232018-01-19 Tom Tromey <tom@tromey.com>
3124
3125 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3126 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3127
31282018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3129
3130 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3131 setrlimit and chdir to int.
3132
31332018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3134
3135 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3136 function.
3137 (my_tend): Likewise.
3138 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3139 rationale of avoiding FP- and vector instructions.
3140
31412018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3142
3143 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3144 "info reg" with "\[ \t\]*".
3145 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3146 "\[ \t\]+".
3147 * gdb.arch/s390-multiarch.exp: Ditto.
3148 * gdb.base/pc-fp.exp: Ditto.
3149 * gdb.reverse/i386-precsave.exp: Ditto.
3150 * gdb.reverse/i386-reverse.exp: Ditto.
3151 * gdb.reverse/i387-env-reverse.exp: Ditto.
3152 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3153
31542018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3155
3156 * lib/gdb.exp (gdb_compile): Re-enable use of
3157 universal_compile_options for languages other than Rust.
3158
31592018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3160
3161 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3162
31632018-01-17 Mike Gulick <mgulick@mathworks.com>
3164
3165 PR gdb/16577
3166 * gdb.base/solib-vanish.exp: New.
3167 * gdb.base/solib-vanish-main.c: New.
3168 * gdb.base/solib-vanish-lib1.c: New.
3169 * gdb.base/solib-vanish-lib2.c: New.
3170
31712018-01-17 Yao Qi <yao.qi@linaro.org>
3172
3173 * gdb.compile/compile.exp: Match the address printed for
3174 frame in the output of command "bt".
3175
31762018-01-15 Tom Tromey <tom@tromey.com>
3177
3178 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3179 compute sp_reg.
3180
31812018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3182
3183 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3184 to prepare.
3185 (prepare): Return 0 on error, 1 on success.
3186
31872018-01-12 Pedro Alves <palves@redhat.com>
3188
3189 * gdb.base/continue-after-aborted-step-over.c: New.
3190 * gdb.base/continue-after-aborted-step-over.exp: New.
3191
31922018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3193
3194 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3195 options when not creating an executable.
3196
31972018-01-11 Pedro Alves <palves@redhat.com>
3198
3199 PR remote/22597
3200 * gdb.server/stop-reply-no-thread.c: New file.
3201 * gdb.server/stop-reply-no-thread.exp: New file.
3202
32032018-01-10 Pedro Alves <palves@redhat.com>
3204
3205 PR gdb/22670
3206 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3207 functions too. Test setting breakpoints and printing C functions
3208 with no debug info too.
3209 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3210
32112018-01-10 Pedro Alves <palves@redhat.com>
3212
3213 PR gdb/22670
3214 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3215 a fail.
3216
32172018-01-10 Pedro Alves <palves@redhat.com>
3218
3219 PR gdb/22670
3220 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3221
32222018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3223
3224 * gdb.server/unittest.exp: Match the output in non-development
3225 mode.
3226
32272018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3228
3229 * gdb.gdb/unittest.exp: Match output in non-development mode.
3230
32312018-01-08 Joel Brobecker <brobecker@adacore.com>
3232
3233 * gdb.ada/access_tagged_param.exp: Relax expected output
3234 for value of "ObjL" in "continue" to pck.inspect breakpoint
3235 test.
3236
32372018-01-08 Joel Brobecker <brobecker@adacore.com>
3238
3239 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3240 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3241
32422018-01-05 Pedro Alves <palves@redhat.com>
3243
3244 PR gdb/18653
3245 * gdb.base/libsegfault.exp: New.
3246
32472018-01-05 Joel Brobecker <brobecker@adacore.com>
3248
3249 PR gdb/22670
3250 * gdb.ada/access_tagged_param.exp: New file.
3251 * gdb.ada/access_tagged_param/foo.adb: New file.
3252
32532018-01-05 Pedro Alves <palves@redhat.com>
3254
3255 PR gdb/22670
3256 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3257 exercise lower case too, and to exercise both full matching and
3258 wild matching.
3259
32602018-01-05 Joel Brobecker <brobecker@adacore.com>
3261
3262 * gdb.ada/rename_subscript_param: New testcase.
3263
32642018-01-05 Jerome Guitton <guitton@adacore.com>
3265
3266 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3267
32682018-01-05 Joel Brobecker <brobecker@adacore.com>
3269
3270 * gdb.ada/convvar_comp: New testcase.
3271
32722018-01-05 Xavier Roirand <roirand@adacore.com>
3273
3274 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3275 (My_Table): New global variable.
3276 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3277
32782018-01-04 Joel Brobecker <brobecker@adacore.com>
3279
3280 PR gdb/22670
3281 * gdb.ada/maint_with_ada: New testcase.
3282
32832018-01-04 Joel Brobecker <brobecker@adacore.com>
3284
3285 PR gdb/22670
3286 * gdb.ada/bp_c_mixed_case: New testcase.
3287
32882018-01-04 Joel Brobecker <brobecker@adacore.com>
3289
3290 PR gdb/22670
3291 * gdb.ada/complete.exp: Add "complete break ada" test.
3292
32932018-01-04 Joel Brobecker <brobecker@adacore.com>
3294
3295 PR gdb/22670
3296 * gdb.ada/info_addr_mixed_case: New testcase.
3297
32982018-01-03 Xavier Roirand <roirand@adacore.com>
3299
3300 * gdb.ada/excep_handle.exp: New testcase.
3301 * gdb.ada/excep_handle/foo.adb: New file.
3302 * gdb.ada/excep_handle/pck.ads: New file.
3303
33042018-01-03 Joel Brobecker <brobecker@adacore.com>
3305
3306 * gdb.base/step-line.c: Add extra empty line in copyright header.
3307 * gdb.base/step-line.inp: Likewise.
3308
33092018-01-02 Joel Brobecker <brobecker@adacore.com>
3310
3311 * gdb.ada/dyn_stride.exp: Add slice test.
3312
33132018-01-02 Joel Brobecker <brobecker@adacore.com>
3314
3315 * gdb.ada/dyn_stride: New testcase.
3316
33172017-12-27 Stafford Horne <shorne@gmail.com>
3318
3319 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3320 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3321
33222017-12-27 Stafford Horne <shorne@gmail.com>
3323
3324 * gdb.base/reggroups.c: New file.
3325 * gdb.base/reggroups.exp: New file.
3326
33272017-12-18 Joel Brobecker <brobecker@adacore.com>
3328
3329 * gdb.dwarf2/ada-valprint-error.c: New file.
3330 * gdb.dwarf2/ada-valprint-error.exp: New file.
3331
33322017-12-18 Joel Brobecker <brobecker@adacore.com>
3333
3334 * gdb.ada/assign_arr: New testcase.
3335
33362017-12-18 Xavier Roirand <roirand@adacore.com>
3337
3338 * gdb.ada/funcall_ptr: New testcase.
3339
33402017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3341
3342 PR cli/16224
3343 * gdb.base/ptype-offsets.cc: New file.
3344 * gdb.base/ptype-offsets.exp: New file.
3345
33462017-12-15 Yao Qi <yao.qi@linaro.org>
3347
3348 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3349 if XML is disabled.
3350
33512017-12-15 Xavier Roirand <roirand@adacore.com>
3352
3353 * gdb.ada/same_component_name: New testcase.
3354
33552017-12-14 Joel Brobecker <brobecker@adacore.com>
3356
3357 * gdb.ada/str_binop_equal: New testcase.
3358
33592017-12-14 Joel Brobecker <brobecker@adacore.com>
3360
3361 * gdb.ada/task_switch_in_core: New testcase.
3362
33632017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3364
3365 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3366 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3367 call test_bkpt_qualified.
3368 (test_bkpt_qualified): New proc.
3369
33702017-12-13 Pedro Alves <palves@redhat.com>
3371
3372 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3373 Tighten regexp by matching with an anchor.
3374
33752017-12-13 Pedro Alves <palves@redhat.com>
3376
3377 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3378 ("expression with namespace"): New set of tests.
3379 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3380 (Nested::Test_NS::qux): New.
3381 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3382 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3383
33842017-12-13 Joel Brobecker <brobecker@adacore.com>
3385
3386 * gdb.base/server-del-break.c: New file.
3387 * gdb.base/server-del-break.exp: New file.
3388
33892017-12-12 Stafford Horne <shorne@gmail.com>
3390
3391 * gdb.xml/tdesc-regs.exp: Add or1k support.
3392
33932017-12-12 Stafford Horne <shorne@gmail.com>
3394
3395 * gdb.base/bp-permanent.c: Define nop of or1k.
3396
33972017-12-11 Joel Brobecker <brobecker@adacore.com>
3398
3399 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3400 output with components being reordered.
3401
34022017-12-11 Joel Brobecker <brobecker@adacore.com>
3403
3404 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3405 output with components being reordered.
3406
34072017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3408 Pedro Alves <palves@redhat.com>
3409
3410 * gdb.base/maint.exp (check for .gdb_index): Check also for
3411 .debug_names.
3412 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3413 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3414 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3415 (.gdb_index used after symbol reloading): Support also .debug_names.
3416 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3417
34182017-12-08 Yao Qi <yao.qi@linaro.org>
3419
3420 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3421 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3422
34232017-12-08 Yao Qi <yao.qi@linaro.org>
3424
3425 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3426 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3427
34282017-12-08 Yao Qi <yao.qi@linaro.org>
3429
3430 * gdb.arch/aarch64-tagged-pointer.c: New file.
3431 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3432
34332017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3434
3435 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3436 "int".
3437
34382017-12-07 Keith Seitz <keiths@redhat.com>
3439
3440 PR breakpoints/22569
3441 * gdb.linespec/ls-errs.exp: Change expected result of "break
3442 -source this file has spaces.c -line 3".
3443 Check that an explicit source file followed by whitespace is
3444 identified as an invalid explicit location.
3445
34462017-12-07 Keith Seitz <keiths@redhat.com>
3447
3448 * gdb.cp/nested-types.cc: New file.
3449 * gdb.cp/nested-types.exp: New file.
3450 * lib/cp-support.exp: Load data-structures.exp library.
3451 (debug_cp_test_ptype_class): New global.
3452 (cp_ptype_class_verbose, next_line): New procedures.
3453 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3454 Add and document new return value.
3455 Switch the list of lines to a queue.
3456 Add support for new `type' key for nested type definitions.
3457 Add debugging/troubleshooting messages.
3458 * lib/data-structures.exp: New file.
3459
34602017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3461
3462 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3463 with proc_with_prefix, don't use with_test_prefix.
3464
34652017-12-07 Tom Tromey <tom@tromey.com>
3466
3467 * gdb.base/break.exp: Add test for empty "commands".
3468
34692017-12-07 Yao Qi <yao.qi@linaro.org>
3470
3471 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3472 malloc and catch syscall.
3473
34742017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3475
3476 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3477 tests for explicit locations.
3478
34792017-12-06 Pedro Alves <palves@redhat.com>
3480
3481 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3482 force-disabling XML descriptions.
3483
34842017-12-04 Pedro Alves <palves@redhat.com>
3485
3486 PR gdb/22499
3487 * gdb.arch/amd64-disp-step-avx.S: New file.
3488 * gdb.arch/amd64-disp-step-avx.exp: New file.
3489
34902017-12-03 Pedro Alves <palves@redhat.com>
3491
3492 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3493 and <string.h>.
3494 (parent_function): Print distinct messages when waitpid fails, or
3495 the child exits with a signal, or the child exits for an unhandled
3496 reason.
3497 * gdb.threads/process-dies-while-detaching.exp
3498 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3499 it. Wait for both inferior output and GDB's prompt. Use an
3500 indirect spawn id list.
3501 (do_detach): New parameter 'child_exit'. Use it to compute
3502 expected inferior output.
3503 (test_detach, test_detach_watch, test_detach_killed_outside):
3504 Adjust to pass down the expected child exit kind.
3505
35062017-12-01 Joel Brobecker <brobecker@adacore.com>
3507 Sergio Durigan Junior <sergiodj@redhat.com>
3508 Pedro Alves <palves@redhat.com>
3509
3510 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3511
35122017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3513
3514 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3515 to 'symbol-file' and 'add-symbol-file' can be
3516 position-independent.
3517
35182017-12-01 Yao Qi <yao.qi@linaro.org>
3519
3520 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3521 the URL in copyright header.
3522 * gdb.arch/aarch64-fp.exp: Likewise.
3523 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3524 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3525 * gdb.base/expand-psymtabs.exp: Likewise.
3526 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3527 * gdb.fortran/common-block.exp: Likewise.
3528 * gdb.fortran/common-block.f90: Likewise.
3529 * gdb.fortran/logical.exp: Likewise.
3530 * gdb.fortran/vla-datatypes.f90: Likewise.
3531 * gdb.fortran/vla-sub.f90: Likewise.
3532
35332017-11-30 Joel Brobecker <brobecker@adacore.com>
3534
3535 * gdb.ada/repeat_dyn: New testcase.
3536
35372017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3538
3539 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3540 Update for changed thread numbering.
3541 * gdb.cell/bt.exp: Update for changed GDB output.
3542
35432017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3544
3545 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3546 setting isremote by hand.
3547 * boards/dwarf4-gdb-index.exp: Likewise.
3548 * boards/fission.exp: Likewise.
3549 * boards/stabs.exp: Likewise.
3550
35512017-11-30 Pedro Alves <palves@redhat.com>
3552
3553 * gdb.linespec/cpls-ops.exp
3554 (check_explicit_skips_function_argument): Extract the underlying
3555 type of size_t instead of hardcoding it.
3556
35572017-11-29 Pedro Alves <palves@redhat.com>
3558
3559 PR c++/19436
3560 * gdb.linespec/cpls-abi-tag.cc: New file.
3561 * gdb.linespec/cpls-abi-tag.exp: New file.
3562
35632017-11-29 Pedro Alves <palves@redhat.com>
3564
3565 * gdb.base/langs.exp: Use -qualified.
3566 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3567 it.
3568 * gdb.cp/namespace.exp: Use -qualified.
3569 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3570 (overload-3, template-overload, template-ret-type, const-overload)
3571 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3572 procedures.
3573 (test_driver): Call them.
3574 * gdb.cp/save-bp-qualified.cc: New.
3575 * gdb.cp/save-bp-qualified.exp: New.
3576 * gdb.linespec/explicit.exp: Test -qualified.
3577 * lib/completion-support.exp (completion::explicit_opts_list): Add
3578 "-qualified".
3579 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3580
35812017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3582
3583 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3584
35852017-11-29 Tom Tromey <tom@tromey.com>
3586
3587 * gdb.base/relocate.exp: Update invalid argument test.
3588 Add new tests for invalid arguments.
3589
35902017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3591
3592 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3593 Return 0 as a long.
3594 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3595
35962017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3597
3598 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3599 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3600 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3601 func ().
3602 * gdb.cp/shadow.cc (B.func): Return 0.
3603
36042017-11-27 Joel Brobecker <brobecker@adacore.com>
3605
3606 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3607 expected output in gdb_expect call to allow the exception
3608 message to be present as well. Fix syntax confusion to avoid
3609 TCL thinking that exception_name is an array.
3610
36112017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3612
3613 * gdb.arch/spu-info.c: Include <unistd.h>.
3614 (do_signal_test): Fix broken calls to write.
3615 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3616 Fix checks for empty mailboxes. Update signal tests for corrected
3617 do_signal_test routine. Allow nonzero event status.
3618 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3619 * gdb.cell/arch.exp: Use standard_output_file.
3620 * gdb.cell/break.exp: Likewise.
3621 * gdb.cell/bt.exp: Likewise.
3622 * gdb.cell/core.exp: Likewise.
3623 * gdb.cell/dwarfaddr.exp: Likewise.
3624 * gdb.cell/ea-cache.exp: Likewise.
3625 * gdb.cell/ea-standalone.exp: Likewise.
3626 * gdb.cell/f-regs.exp: Likewise.
3627 * gdb.cell/fork.exp: Likewise.
3628 * gdb.cell/gcore.exp: Likewise.
3629 * gdb.cell/mem-access.exp: Likewise.
3630 * gdb.cell/ptype.exp: Likewise.
3631 * gdb.cell/registers.exp: Likewise.
3632 * gdb.cell/sizeof.exp: Likewise.
3633 * gdb.cell/solib-symbol.exp: Likewise.
3634 * gdb.cell/solib.exp: Likewise.
3635
36362017-11-25 Pedro Alves <palves@redhat.com>
3637
3638 * gdb.base/complete-empty.exp: New file.
3639 * gdb.base/completion.exp: Adjust.
3640
36412017-11-25 Pedro Alves <palves@redhat.com>
3642
3643 * gdb.linespec/cpls-ops.cc: New file.
3644 * gdb.linespec/cpls-ops.exp: New file.
3645 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3646 factored out from ...
3647 (test_complete_prefix_range): ... this.
3648
36492017-11-24 Pedro Alves <palves@redhat.com>
3650
3651 * gdb.linespec/cpcompletion.exp: New file.
3652 * gdb.linespec/cpls-hyphen.cc: New file.
3653 * gdb.linespec/cpls.cc: New file.
3654 * gdb.linespec/cpls2.cc: New file.
3655 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3656 test to use test_gdb_complete_unique. Add label completion,
3657 keyword completion and explicit location completion tests.
3658 * lib/completion-support.exp: New file.
3659
36602017-11-24 Joel Brobecker <brobecker@adacore.com>
3661
3662 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3663 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3664 when hitting an exception catchpoint.
3665
36662017-11-22 Yao Qi <yao.qi@linaro.org>
3667
3668 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3669
36702017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3671
3672 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3673 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3674 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3675
36762017-11-22 Yao Qi <yao.qi@linaro.org>
3677
3678 * gdb.base/info-os.exp: Pass pthreads.
3679 * gdb.multi/multi-attach.exp: Likewise.
3680
36812017-11-22 Yao Qi <yao.qi@linaro.org>
3682
3683 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3684 compiler.
3685
36862017-11-22 Yao Qi <yao.qi@linaro.org>
3687
3688 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3689 * gdb.base/break-interp.exp: Likewise.
3690 * gdb.base/jit-attach-pie.exp: Likewise.
3691
36922017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3693
3694 * gdb.base/float128.c (large128): New variable.
3695 * gdb.base/float128.exp: Add test to print largest __float128 value.
3696
36972017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3698
3699 * gdb.arch/vsx-regs.exp: Update register content checks.
3700
37012017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3702
3703 * gdb.arch/ppc-longdouble.exp: New file.
3704 * gdb.arch/ppc-longdouble.c: Likewise.
3705
37062017-11-21 Pedro Alves <palves@redhat.com>
3707
3708 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3709
37102017-11-20 Pedro Alves <palves@redhat.com>
3711
3712 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3713 (long_double_typedef): New typedefs.
3714 Use DEF on double and long double.
3715 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3716 cases.
3717 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3718 and 'long_double_ptr_same_size' locals. Use them to decide
3719 whether cast from array/function to float is valid/invalid.
3720
37212017-11-17 Tom Tromey <tom@tromey.com>
3722
3723 * gdb.rust/traits.rs: New file.
3724 * gdb.rust/traits.exp: New file.
3725
37262017-11-17 Joel Brobecker <brobecker@adacore.com>
3727
3728 * gdb.ada/minsyms: New testcase.
3729
37302017-11-16 Pedro Alves <palves@redhat.com>
3731
3732 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3733 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3734
37352017-11-16 Pedro Alves <palves@redhat.com>
3736
3737 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3738 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3739
37402017-11-16 Pedro Alves <palves@redhat.com>
3741
3742 * gdb.server/reconnect-ctrl-c.c: New file.
3743 * gdb.server/reconnect-ctrl-c.exp: New file.
3744
37452017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3746
3747 * gdb.python/py-rbreak.exp: New file.
3748 * gdb.python/py-rbreak.c: New file.
3749 * gdb.python/py-rbreak-func2.c: New file.
3750
37512017-11-16 Pedro Alves <palves@redhat.com>
3752
3753 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3754 pattern.
3755 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3756 GDB.
3757
37582017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3759
3760 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3761 regex.
3762
37632017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3764
3765 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3766 test names.
3767
37682017-11-09 Pedro Alves <palves@redhat.com>
3769
3770 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3771 factored out from ...
3772 (top level): ... here, and adjusted to avoid expecting beyond the
3773 prompt in a single gdb_test_multiple.
3774
37752017-11-09 Pedro Alves <palves@redhat.com>
3776
3777 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3778 output.
3779 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3780 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3781 * gdb.server/ext-run.exp ("kill" test): Likewise.
3782 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3783
37842017-11-09 Pedro Alves <palves@redhat.com>
3785
3786 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3787 match till end of line.
3788
37892017-11-09 Pedro Alves <palves@redhat.com>
3790
3791 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3792
37932017-11-09 Pedro Alves <palves@redhat.com>
3794
3795 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3796 New procedures, factored out from ...
3797 (top level): ... here, and adjusted to avoid expecting beyond the
3798 prompt in one go.
3799
38002017-11-09 Pedro Alves <palves@redhat.com>
3801
3802 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3803 output. Fix '?' match.
3804
38052017-11-08 Joel Brobecker <brobecker@adacore.com>
3806
3807 * gdb.ada/scoped_watch: New testcase.
3808 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3809 which is actually correct.
3810 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3811 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3812
38132017-11-08 Pedro Alves <palves@redhat.com>
3814
3815 * gdb.gdb/complaints.exp (test_initial_complaints)
3816 (test_serial_complaints, test_short_complaints): Call
3817 complaint_internal instead of complaint.
3818
38192017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3820
3821 * gdb.threads/tls-core.c: New file.
3822 * gdb.threads/tls-core.exp: Likewise.
3823
38242017-11-08 Pedro Alves <palves@redhat.com>
3825
3826 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3827 (p Exported_Capitalized): New test.
3828 (p exported_capitalized): New test.
3829
38302017-11-07 Pedro Alves <palves@redhat.com>
3831
3832 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3833
38342017-11-07 Pedro Alves <palves@redhat.com>
3835
3836 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3837 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3838 (disable_invalid, disable_inverted, disable_negative): New
3839 procedures.
3840 ("bad numbers"): New set of tests.
3841
38422017-11-07 Pedro Alves <palves@redhat.com>
3843
3844 * gdb.cp/ena-dis-br-range.exp: Add tests.
3845
38462017-11-07 Pedro Alves <palves@redhat.com>
3847
3848 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3849
38502017-11-07 Xavier Roirand <roirand@adacore.com>
3851 Pedro Alves <palves@redhat.com>
3852
3853 * gdb.base/ena-dis-br.exp: Add reference to
3854 gdb.cp/ena-dis-br-range.exp.
3855 * gdb.cp/ena-dis-br-range.exp: New file.
3856 * gdb.cp/ena-dis-br-range.cc: New file.
3857
38582017-11-06 Pedro Alves <palves@redhat.com>
3859
3860 * gdb.base/attach-non-pgrp-leader.c: New.
3861 * gdb.base/attach-non-pgrp-leader.exp: New.
3862
38632017-11-06 Pedro Alves <palves@redhat.com>
3864
3865 * configure.ac: No longer check for termio.h and sgtty.h.
3866 * configure: Regenerate.
3867 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3868 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3869 Remove termio and sgtty code.
3870
38712017-11-03 Yao Qi <yao.qi@linaro.org>
3872
3873 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3874 in GDB is disabled.
3875
38762017-11-03 Yao Qi <yao.qi@linaro.org>
3877
3878 * gdb.python/py-thrhandle.exp: Skip it if python is not
3879 enabled.
3880
38812017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3882
3883 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3884 as a breakpoint command.
3885
38862017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3887
3888 PR python/21213
3889 * gdb.python/py-infthread.exp: Test calling
3890 InferiorThread.inferior () multiple times in a row.
3891
38922017-10-27 Keith Seitz <keiths@redhat.com>
3893
3894 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3895 Test "info break" for every inlined function breakpoint.
3896
38972017-10-27 Yao Qi <yao.qi@linaro.org>
3898
3899 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3900
39012017-10-26 Patrick Frants <osscontribute@gmail.com>
3902
3903 * gdb.cp/classes.exp (test_static_members): Test printing
3904 Outer::instance.
3905 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3906 (Inner::instance, Outer::instance): New.
3907
39082017-10-24 Pedro Alves <palves@redhat.com>
3909
3910 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3911 extra console" test in two stages.
3912
39132017-10-24 Pedro Alves <palves@redhat.com>
3914
3915 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3916
39172017-10-24 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3920 loop.
3921
39222017-10-24 Pedro Alves <palves@redhat.com>
3923
3924 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3925 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3926
39272017-10-24 Pedro Alves <palves@redhat.com>
3928
3929 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3930 parameter and handle it. Don't output read value in test name.
3931
39322017-10-24 Pedro Alves <palves@redhat.com>
3933
3934 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3935 custom test name.
3936
39372017-10-24 Pedro Alves <palves@redhat.com>
3938
3939 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3940 include the unstable output directory name in the test's name.
3941 (initial_setup_simple) <'set args'>: Use custom test name.
3942
39432017-10-24 Pedro Alves <palves@redhat.com>
3944
3945 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3946 with explicit test name.
3947
39482017-10-20 Pedro Alves <palves@redhat.com>
3949
3950 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3951 'wait -i'. Use gdb_assert and remote_close.
3952
39532017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3954
3955 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3956 number from variable rather than hard-coded.
3957
39582017-10-19 Pedro Alves <palves@redhat.com>
3959
3960 * gdb.base/long-inferior-output.c: New file.
3961 * gdb.base/long-inferior-output.exp: New file.
3962
39632017-11-18 Keith Seitz <keiths@redhat.com>
3964
3965 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3966 method.
3967 (main): Call it.
3968 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3969 Add additional user-defined conversion operator tests.
3970
39712017-10-17 Pedro Alves <palves@redhat.com>
3972
3973 * boards/native-stdio-gdbserver.exp: Load "local-board".
3974
39752017-10-17 Pedro Alves <palves@redhat.com>
3976
3977 * gdb.base/quit-live.c: New file.
3978 * gdb.base/quit-live.exp: New file.
3979
39802017-10-16 Keith Seitz <keiths@redhat.com>
3981
3982 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3983 (class_with_protected_typedef, class_with_private_typedef)
3984 (struct_with_public_typedef, struct_with_protected_typedef)
3985 (struct_with_private_typedef): New classes/structs.
3986 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3987 typedefs and access specifiers.
3988
39892017-10-16 Pedro Alves <palves@redhat.com>
3990 Simon Marchi <simon.marchi@polymtl.ca>
3991
3992 * README (Local vs Remote vs Native): New section.
3993 * boards/local-board.exp: New file, with bits factored out from
3994 ...
3995 * boards/native-extended-gdbserver.exp: ... here. Load
3996 "local-board".
3997 * boards/native-gdbserver.exp: Load "local-board".
3998 (${board}_spawn, ${board}_exec): Delete.
3999 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4000 ...
4001 * boards/stdio-gdbserver-base.exp: ... this new file.
4002 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4003 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4004 procedure.
4005 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4006 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4007 stdio_gdbserver_command.
4008 (${board}_get_remote_address, ${board}_get_comm_port)
4009 (${board}_download, ${board}_upload): Delete.
4010 (get_target_remote_pipe_cmd): New.
4011
40122017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4013
4014 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4015 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4016 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4017 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4018 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4019 remove with_test_prefix.
4020
40212017-10-13 Pedro Alves <palves@redhat.com>
4022
4023 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4024 * gdb.base/annota1.exp: Use it instead of is_remote.
4025 * gdb.base/annota3.exp: Use it instead of is_remote.
4026 * gdb.cp/annota2.exp: Use it instead of is_remote.
4027 * gdb.cp/annota3.exp: Use it instead of is_remote.
4028 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4029
40302017-10-13 Pedro Alves <palves@redhat.com>
4031
4032 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4033 (test_num_test_vars, run_and_count_vars, find_env)
4034 (test_set_unset_env, test_inherit_env_var): New procedures.
4035 (top level): Use them.
4036
40372017-10-13 Pedro Alves <palves@redhat.com>
4038
4039 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4040 also skip on stub-like targets.
4041
40422017-10-13 Pedro Alves <palves@redhat.com>
4043
4044 PR gdb/22293
4045 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4046 (top level): Move some tests to ...
4047 (test_not_found): ... this new procedure.
4048 (top level): Call it.
4049
40502017-10-13 Pedro Alves <palves@redhat.com>
4051
4052 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4053 expect different "info terminal" output if testing with a
4054 non-native target.
4055
40562017-10-13 Pedro Alves <palves@redhat.com>
4057 Simon Marchi <simon.marchi@polymtl.ca>
4058
4059 PR python/12966
4060 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4061
40622017-10-13 Pedro Alves <palves@redhat.com>
4063
4064 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4065 already.
4066
40672017-10-13 Pedro Alves <palves@redhat.com>
4068
4069 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4070 is_remote.
4071
40722017-10-13 Pedro Alves <palves@redhat.com>
4073
4074 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4075 is_remote.
4076
40772017-10-13 Pedro Alves <palves@redhat.com>
4078
4079 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4080 is set.
4081 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4082 instead of is_remote.
4083
40842017-10-13 Pedro Alves <palves@redhat.com>
4085
4086 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4087 (top level): Add comment.
4088
40892017-10-13 Pedro Alves <palves@redhat.com>
4090
4091 * gdb.base/remote.exp (top level): Fix comment typo and add
4092 missing return.
4093
40942017-10-13 Pedro Alves <palves@redhat.com>
4095 Simon Marchi <simon.marchi@polymtl.ca>
4096
4097 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4098 calls and add comments. Skip test if use_gdb_stub is set.
4099 (top level): Use "set cwd" command instead of "cd" command.
4100
41012017-10-13 Pedro Alves <palves@redhat.com>
4102
4103 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4104 is_remote target check.
4105
41062017-10-13 Pedro Alves <palves@redhat.com>
4107
4108 * gdb.base/scope.exp: Use build_executable + clean_restart +
4109 gdb_file_cmd instead of prepare_for_testing and no longer skip
4110 "before run" tests on is_remote target boards. Update comments.
4111 * boards/native-extended-gdbserver.exp
4112 (extended_gdbserver_load_last_file): New, factored out from ...
4113 (gdb_load): ... this. Move further below and add comment.
4114 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4115
41162017-10-12 Pedro Alves <palves@redhat.com>
4117
4118 * gdb.base/attach.exp: Remove references to gdb64.
4119 * gdb.base/dbx.exp: Remove references to gdb64.
4120
41212017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4122 Pedro Alves <palves@redhat.com>
4123
4124 * gdb.base/label.exp: Remove is_remote target check.
4125
41262017-10-12 Pedro Alves <palves@redhat.com>
4127
4128 * gdb.base/auvx.exp (coredir): Update comment.
4129 (top level) <core_works>: Use "set cwd" command instead of "cd"
4130 command.
4131
41322017-10-12 Pedro Alves <palves@redhat.com>
4133 Simon Marchi <simon.marchi@polymtl.ca>
4134
4135 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4136 target boards.
4137
41382017-10-12 Pedro Alves <palves@redhat.com>
4139 Simon Marchi <simon.marchi@polymtl.ca>
4140
4141 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4142 Instead skip if there's any gdb_protocol set.
4143
41442017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4145 Pedro Alves <palves@redhat.com>
4146
4147 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4148
41492017-10-12 Pedro Alves <palves@redhat.com>
4150 Simon Marchi <simon.marchi@polymtl.ca>
4151
4152 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4153 instead of on dejagnu remote boards.
4154
41552017-10-12 Pedro Alves <palves@redhat.com>
4156 Simon Marchi <simon.marchi@polymtl.ca>
4157
4158 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4159 checks. Use build_executable + clean_restart instead of
4160 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4161 of enabling non-stop after starting gdb.
4162
41632017-10-12 Pedro Alves <palves@redhat.com>
4164
4165 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4166 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4167 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4168 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4169
41702017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4171
4172 * gdb.arch/arc-tdesc-cpu.exp: New file.
4173 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4174
41752017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4176
4177 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4178
41792017-10-10 Pedro Alves <palves@redhat.com>
4180
4181 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4182 expect CLI output.
4183
41842017-10-10 Pedro Alves <palves@redhat.com>
4185
4186 * lib/selftest-support.exp (selftest_setup): Update for
4187 captured_command_loop's prototype change.
4188
41892017-10-09 Pedro Alves <palves@redhat.com>
4190
4191 Test both arch1=>arch2 and arch2=>arch1.
4192
4193 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4194 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4195 factored out to...
4196 (append_arch1_options, append_arch2_options, append_arch_options)
4197 (build_executables): New procedures.
4198 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4199 local.
4200 (top level): Add new 'first_arch' testing axis.
4201
42022017-10-09 Pedro Alves <palves@redhat.com>
4203
4204 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4205 (barrier): New.
4206 (thread_start, all_started): New functions.
4207 (main): Spawn new thread and wait until it is scheduled.
4208 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4209 option.
4210 (do_test): Add 'selected_thread' parameter. Run to all_started
4211 instead of main. Explicitly set the breakpoint at main. Switch
4212 to the SELECTED_THREAD thread.
4213 (top level): Test handling the exec event with either the main
4214 thread or the second thread selected.
4215
42162017-10-09 Pedro Alves <palves@redhat.com>
4217
4218 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4219 logic. Move STOP marker after the value checks.
4220 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4221 regexp.
4222
42232017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4224
4225 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4226
42272017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4228
4229 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4230 integer-to-dfp conversion.
4231 * gdb.base/dfp-test.exp: Likewise.
4232
42332017-10-04 Pedro Alves <palves@redhat.com>
4234
4235 * gdb.multi/hangout.c: Include <unistd.h>.
4236 (hangout_loop): New function.
4237 (main): Call alarm. Call hangout_loop in a loop.
4238 * gdb.multi/hello.c: Include <unistd.h>.
4239 (hello_loop): New function.
4240 (main): Call alarm. Call hangout_loop in a loop.
4241 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4242 inferior with the other selected.
4243
42442017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4245
4246 * gdb.mi/list-thread-groups-available.exp: New file.
4247 * gdb.mi/list-thread-groups-available.c: New file.
4248
42492017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4250
4251 * gdb.base/set-cwd.exp: Make it available on
4252 native-extended-gdbserver.
4253
42542017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4255
4256 * gdb.base/set-cwd.c: New file.
4257 * gdb.base/set-cwd.exp: Likewise.
4258
42592017-10-02 Tom Tromey <tom@tromey.com>
4260
4261 PR rust/22236:
4262 * gdb.rust/simple.rs (main): New variable "fslice".
4263 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4264
42652017-10-02 Tom Tromey <tom@tromey.com>
4266
4267 * gdb.rust/simple.exp: Test ptype of a slice.
4268
42692017-10-02 Tom Tromey <tom@tromey.com>
4270
4271 * gdb.rust/simple.exp: Test index of slice.
4272
42732017-09-27 Tom Tromey <tom@tromey.com>
4274
4275 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4276
42772017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4278 Pedro Alves <palves@redhat.com>
4279
4280 * gdb.base/compare-sections.exp (get value of read-only section): Read
4281 as unsigned value.
4282 (corrupt read-only section): Likewise and don't set written if patching
4283 failed.
4284
42852017-09-21 Kevin Buettner <kevinb@redhat.com>
4286
4287 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4288 files.
4289
42902017-09-20 Pedro Alves <palves@redhat.com>
4291
4292 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4293 symbol names in gdb's output.
4294 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4295
42962017-09-20 Pedro Alves <palves@redhat.com>
4297
4298 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4299 Rename to ...
4300 (test_list_ambiguous_symbol): ... this and add a symbol name
4301 parameter. Adjust.
4302 (test_list_ambiguous_function): Reimplement on top of
4303 test_list_ambiguous_symbol and also test listing ambiguous
4304 variables.
4305 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4306 (ambiguous_fun): ... this.
4307 (ambiguous_var): New.
4308 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4309 (ambiguous_fun): ... this.
4310 (ambiguous_var): New.
4311
43122017-09-19 John Baldwin <jhb@FreeBSD.org>
4313
4314 * gdb.base/starti.c: New file.
4315 * gdb.base/starti.exp: New file.
4316 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4317
43182017-09-14 Pedro Alves <palves@redhat.com>
4319
4320 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4321 (top level): Use it instead of runto.
4322
43232017-09-11 Tom Tromey <tom@tromey.com>
4324
4325 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4326
43272017-09-11 Tom Tromey <tom@tromey.com>
4328
4329 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4330 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4331
43322017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4333
4334 * gdb.fortran/printing-types.exp: New file.
4335 * gdb.fortran/printing-types.exp: New file.
4336
43372017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4338
4339 * gdb.fortran/vla-ptype.exp: Fix typos.
4340 * gdb.fortran/vla-value.exp: Same.
4341
43422017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4343
4344 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4345 * gdb.mi/mi-var-child-f.exp: Likewise.
4346 * gdb.mi/mi-vla-fortran.exp: Likewise.
4347
43482017-09-08 Frank Penczek <frank.penczek@intel.com>
4349 Christoph Weinmann <christoph.t.weinmann@intel.com>
4350 Bernhard Heckel <bernhard.heckel@intel.com>
4351
4352 * gdb.fortran/ptr-indentation.f90: New file.
4353 * gdb.fortran/ptr-indentation.exp: New file.
4354
43552017-09-05 Tom Tromey <tom@tromey.com>
4356
4357 PR gdb/22010:
4358 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4359
43602017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4361
4362 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4363
43642017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4365
4366 * gdb.threads/tls-nodebug-pie.c: New file.
4367 * gdb.threads/tls-nodebug-pie.exp: New file.
4368
43692017-09-05 Tom Tromey <tom@tromey.com>
4370
4371 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4372 for rust.
4373
43742017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4375
4376 * gdb.multi/multi-arch-exec.exp: Test with different
4377 "follow-exec-mode" settings.
4378 (do_test): New procedure.
4379
43802017-09-04 Pedro Alves <palves@redhat.com>
4381
4382 * gdb.base/func-static.c (S::method const, S::method volatile)
4383 (S::method volatile const): New methods.
4384 (c_s, v_s, cv_s): New instances.
4385 (main): Call method() on them.
4386 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4387 (cannot_resolve): New procedure.
4388 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4389 print-quote-unquoted columns.
4390 (do_test): Test printing each scope too.
4391
43922017-09-04 Pedro Alves <palves@redhat.com>
4393
4394 * gdb.base/local-static.exp: Also test with
4395 class::method::variable wholly quoted.
4396 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4397
43982017-09-04 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.base/local-static.c: New.
4401 * gdb.base/local-static.cc: New.
4402 * gdb.base/local-static.exp: New.
4403
44042017-09-04 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.asm/asm-source.exp: Add casts to int.
4407 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4408 (dataglobal64_1, dataglobal64_2): New globals.
4409 * gdb.base/nodebug.exp: Test different expressions involving the
4410 new globals, with print, whatis and ptype. Add casts to int.
4411 * gdb.base/solib-display.exp: Add casts to int.
4412 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4413 * gdb.cp/m-static.exp: Add cast to int.
4414 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4415 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4416 tls variable with no debug info without a cast. Test with a cast
4417 to int too.
4418 * gdb.trace/entry-values.exp: Add casts.
4419
44202017-09-04 Pedro Alves <palves@redhat.com>
4421
4422 * gdb.base/nodebug.exp: Test that ptype's error about functions
4423 with unknown return type includes the function name too.
4424
44252017-09-04 Pedro Alves <palves@redhat.com>
4426
4427 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4428 return type of munmap in infcall.
4429 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4430 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4431 type of ftell in infcall.
4432 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4433 type of getpid in infcall.
4434 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4435 infcall.
4436 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4437 Bail on failure to extract the pid.
4438 * gdb.base/nodebug.c: #include <stdint.h>.
4439 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4440 New functions.
4441 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4442 Change expected output of print/whatis/ptype with functions with
4443 no debug info. Test all supported languages. Call
4444 test_call_promotion.
4445 * gdb.compile/compile.exp: Adjust expected output to expect
4446 warning.
4447 * gdb.threads/siginfo-threads.exp: Likewise.
4448
44492017-09-04 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4452 "prototypes". Test calling float functions via prototyped and
4453 unprototyped function pointers.
4454 (perform_all_tests): New parameter "prototypes". Pass it down.
4455 (top level): Pass down "prototypes" parameter to
4456 perform_all_tests.
4457
44582017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4459
4460 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4461 Test with nested loops.
4462
44632017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4464
4465 * gdb.base/commands.exp: Call the new procedures.
4466 (loop_break_test, loop_continue_test): New procedures.
4467
44682017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4469
4470 * gdb.base/commands.exp: Call new procedure.
4471 (define_if_without_arg_test): New procedure.
4472
44732017-09-04 Pedro Alves <palves@redhat.com>
4474
4475 * gdb.base/list-ambiguous.exp: New file.
4476 * gdb.base/list-ambiguous0.c: New file.
4477 * gdb.base/list-ambiguous1.c: New file.
4478 * gdb.base/list.exp (test_list_range): Adjust expected output.
4479
44802017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4481
4482 * gdb.base/share-env-with-gdbserver.c: New file.
4483 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4484
44852017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4486
4487 * gdb.base/commands.exp (gdbvar_simple_if_test,
4488 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4489 progvar_simple_if_test, progvar_simple_while_test,
4490 progvar_complex_if_while_test, user_defined_command_test,
4491 user_defined_command_args_eval,
4492 user_defined_command_args_stack_test,
4493 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4494 temporary_breakpoint_commands,
4495 gdb_test_no_prompt, redefine_hook_test,
4496 redefine_backtrace_test): Remove "global gdb_prompt".
4497
44982017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4499
4500 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4501 New proc, call it from toplevel.
4502
45032017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4504
4505 PR remote/21852
4506 * gdb.server/normal.c: New file, copied from gdb.base.
4507 * gdb.server/run-without-local-binary.exp: New file.
4508
45092017-08-07 Weimin Pan <weimin.pan@oracle.com>
4510
4511 * gdb.arch/sparc64-adi.exp: New file.
4512 * gdb.arch/sparc64-adi.c: New file.
4513
45142017-08-22 Pedro Alves <palves@redhat.com>
4515
4516 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4517 (top level): Add "list all overloads" tests.
4518
45192017-08-22 Tom Tromey <tom@tromey.com>
4520
4521 * gdb.gdb/xfullpath.exp: Remove.
4522
45232017-08-21 Pedro Alves <palves@redhat.com>
4524
4525 PR gdb/19487
4526 * gdb.base/symbol-alias.c: New.
4527 * gdb.base/symbol-alias2.c: New.
4528 * gdb.base/symbol-alias.exp: New.
4529
45302017-08-21 Pedro Alves <palves@redhat.com>
4531
4532 * gdb.base/dfp-test.c
4533 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4534 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4535 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4536 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4537 * gdb.base/whatis-ptype-typedefs.c: New.
4538 * gdb.base/whatis-ptype-typedefs.exp: New.
4539 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4540 (an_int, an_int_type, an_int_type2): New globals.
4541 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4542 involving typedefs and cast expressions.
4543 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4544 (lookup_typedefs_function): New.
4545 (typedefs_pretty_printers_dict): New.
4546 (top level): Register lookup_typedefs_function in
4547 gdb.pretty_printers.
4548
45492017-08-18 Yao Qi <yao.qi@linaro.org>
4550
4551 * gdb.server/unittest.exp: New.
4552
45532017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4554
4555 PR gdb/21954
4556 * gdb.base/environ.exp: Add test to check if 'unset environment'
4557 works.
4558
45592017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4560
4561 * lib/gdb.exp (universal_compile_options): New caching proc.
4562 (gdb_compile): Suppress GCC's coloring of messages.
4563
45642017-08-14 Tom Tromey <tom@tromey.com>
4565
4566 PR gdb/21675:
4567 * gdb.base/printcmds.exp (test_radices): New function.
4568 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4569 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4570 * lib/gdb.exp (get_integer_valueof): Use p/d.
4571
45722017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4573
4574 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4575 characters.
4576
45772017-08-05 Tom Tromey <tom@tromey.com>
4578
4579 * gdb.rust/simple.exp: Allow String to appear in a different
4580 namespace.
4581
45822017-07-26 Yao Qi <yao.qi@linaro.org>
4583
4584 * gdb.gdb/unittest.exp: Invoke command
4585 "maintenance check xml-descriptions".
4586
45872017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4588
4589 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4590 calling context.
4591 (hex128): Drop erroneous calculation of parameters.
4592
45932017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4594
4595 * gdb.python/py-unwind.exp: Disable stack protection when
4596 building test file.
4597
45982017-07-20 Pedro Alves <palves@redhat.com>
4599
4600 * gdb.base/default.exp (set language): Adjust expected output.
4601
46022017-07-20 Pedro Alves <palves@redhat.com>
4603
4604 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4605 (test_minsym): ... this, and make static.
4606 (get_pck__foo__bar__minsym): Rename to ...
4607 (get_test_minsym): ... this.
4608 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4609 symbol names and comments.
4610 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4611 (get_test_minsym): ... this.
4612 (pck__foo__bar__minsym__2): Rename to ...
4613 (test_minsym): ... this.
4614 (main): Adjust.
4615
46162017-07-17 Pedro Alves <palves@redhat.com>
4617
4618 * gdb.base/completion.exp: Adjust expected output.
4619 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4620 the completer works.
4621
46222017-07-17 Pedro Alves <palves@redhat.com>
4623
4624 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4625
46262017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4627
4628 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4629
46302017-07-14 Tom Tromey <tom@tromey.com>
4631
4632 PR rust/21764:
4633 * gdb.rust/simple.exp: Add tests.
4634
46352017-07-14 Tom Tromey <tom@tromey.com>
4636
4637 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4638
46392017-07-14 Pedro Alves <palves@redhat.com>
4640
4641 * gdb.linespec/base/one/thefile.cc (z1): New function.
4642 * gdb.linespec/base/two/thefile.cc (z2): New function.
4643 * gdb.linespec/linespec.exp: Add tests.
4644
46452017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4646
4647 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4648 to mi_create_breakpoint.
4649
46502017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4651
4652 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4653 mi_create_breakpoint.
4654
46552017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4656
4657 * gdb.dlang/demangle.exp: Update for demangling changes.
4658
46592017-07-09 Tom Tromey <tom@tromey.com>
4660
4661 * gdb.dwarf2/shortpiece.exp: New file.
4662
46632017-07-06 David Blaikie <dblaikie@gmail.com>
4664
4665 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4666 built from fissiont-multi-cu{1,2}.c.
4667 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4668 except putting 'main' and 'func' in separate CUs in the same DWO file.
4669 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4670 test.
4671 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4672 test.
4673
46742017-07-06 Pedro Alves <palves@redhat.com>
4675
4676 * gdb.python/py-unwind.exp: Test flushregs.
4677
46782017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4679
4680 PR cli/21688
4681 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4682 tests for alias commands and trailing whitespace.
4683
46842017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4685
4686 PR cli/21688
4687 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4688 procedure. Call it.
4689
46902017-06-29 Pedro Alves <palves@redhat.com>
4691
4692 * gdb.base/printcmds.exp: Add tests.
4693
46942017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4695
4696 PR gdb/21337
4697 * gdb.base/reread-readsym.exp: New file.
4698 * gdb.base/reread-readsym.c: New file.
4699
47002017-06-21 Kevin Buettner <kevinb@redhat.com>
4701
4702 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4703 subpattern.
4704
47052017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4706
4707 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4708 extended mnemonic.
4709 * gdb.arch/powerpc-power9.s: Likewise.
4710
47112017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4712
4713 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4714 on 32-bit x86 targets. Exploit is_*_target macros where
4715 appropriate.
4716
47172017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4718
4719 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4720 register pieces.
4721
47222017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4723
4724 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4725 located in one or more DWARF pieces.
4726
47272017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4728
4729 * lib/gdb.exp (get_endianness): New proc.
4730 * gdb.arch/aarch64-fp.exp: Use it.
4731 * gdb.arch/altivec-regs.exp: Likewise.
4732 * gdb.arch/e500-regs.exp: Likewise.
4733 * gdb.arch/vsx-regs.exp: Likewise.
4734 * gdb.base/dump.exp: Likewise.
4735 * gdb.base/funcargs.exp: Likewise.
4736 * gdb.base/gnu_vector.exp: Likewise.
4737 * gdb.dwarf2/formdata16.exp: Likewise.
4738 * gdb.dwarf2/implptrpiece.exp: Likewise.
4739 * gdb.dwarf2/nonvar-access.exp: Likewise.
4740 * gdb.python/py-inferior.exp: Likewise.
4741 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4742
47432017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4744
4745 PR gdb/21226
4746 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4747 stack value pieces are taken from the LSB end.
4748
47492017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4750
4751 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4752 variable at nonzero offset.
4753
47542017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4755
4756 * gdb.dwarf2/var-access.c: New file.
4757 * gdb.dwarf2/var-access.exp: New test.
4758 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4759
47602017-06-12 Tom Tromey <tom@tromey.com>
4761
4762 * gdb.dwarf2/formdata16.exp: Add tests.
4763
47642017-06-12 Tom Tromey <tom@tromey.com>
4765
4766 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4767
47682017-06-12 Tom Tromey <tom@tromey.com>
4769
4770 PR exp/16225:
4771 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4772 * gdb.arch/vsx-regs.exp: Update tests.
4773 * gdb.arch/s390-vregs.exp (hex128): New proc.
4774 Update test.
4775 * gdb.arch/altivec-regs.exp: Update tests.
4776
47772017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4778
4779 * gdb.base/startup-with-shell.c: New file.
4780 * gdb.base/startup-with-shell.exp: Likewise.
4781
47822017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4783
4784 * gdb.server/non-existing-program.exp: Update regex in order to
4785 reflect the fact that gdbserver is now using fork_inferior (with a
4786 shell) to startup the inferior.
4787
47882017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4789
4790 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4791 support function calls from GDB.
4792
47932017-05-21 Tom Tromey <tom@tromey.com>
4794
4795 PR rust/21466:
4796 * gdb.rust/unsized.exp: New file.
4797 * gdb.rust/unsized.rs: New file.
4798
47992017-05-19 Tom Tromey <tom@tromey.com>
4800
4801 PR rust/21484:
4802 * gdb.rust/watch.exp: New file.
4803 * gdb.rust/watch.rs: New file.
4804
48052017-05-18 Tom Tromey <tom@tromey.com>
4806
4807 * gdb.rust/simple.exp: Allow Box to be qualified.
4808
48092017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4810
4811 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4812
48132017-05-18 Pedro Alves <palves@redhat.com>
4814
4815 * gdb.base/fileio.c (test_write, test_read, test_close)
4816 (test_fstat): Don't print 'ret' in the fail path.
4817
48182017-05-18 Pedro Alves <palves@redhat.com>
4819
4820 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4821 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4822 (test_system, test_rename, test_unlink, test_time): Change
4823 prototypes.
4824 * gdb.base/fileio.exp (stop_msg): Adjust.
4825
48262017-05-18 Pedro Alves <palves@redhat.com>
4827
4828 * gdb.base/fileio.c (null_str): New global.
4829 (test_stat): Use it.
4830 * gdb.base/fileio.exp: Remove nowarnings.
4831
48322017-05-17 Yao Qi <yao.qi@linaro.org>
4833
4834 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4835
48362017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4837
4838 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4839 argument command.
4840 (top-level): Invoke test_set_inferior_tty.
4841
48422017-05-04 Pedro Alves <palves@redhat.com>
4843
4844 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4845 Add parens to print call for Python 3.
4846
48472017-05-03 Keith Seitz <keiths@redhat.com>
4848
4849 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4850 (main): Call it.
4851
48522017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4853
4854 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4855 to prev and next.
4856
48572017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4858
4859 * gdb.python/py-record-btrace.exp: Remove test for
4860 gdb.BtraceInstruction.error.
4861
48622017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4863
4864 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4865
48662017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4867
4868 * gdb.python/py-record-btrace-threads.c: New file.
4869 * gdb.python/py-record-btrace-threads.exp: New file.
4870
48712017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4872
4873 PR testsuite/8595
4874 * gdb.base/environ.exp: Make test available in all architectures.
4875 Move bits related to "info program" testing to
4876 gdb.base/info-program.exp. Rewrite tests to use the two new
4877 procedures mentione below.
4878 (test_set_show_env_var) New procedure.
4879 (test_set_show_env_var_equal): Likewise.
4880 * gdb.base/info-program.exp: New file.
4881
48822017-04-27 Keith Seitz <keiths@redhat.com>
4883
4884 * gdb.cp/oranking.cc (test15): New function.
4885 (main): Call test15 and declare additional variables for testing.
4886 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4887 "p foo101('abc')" tests.
4888 Add tests for cv qualifier overloads.
4889 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4890 "lvalue reference overload" test.
4891 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4892 "print value of f1 on Child&& in f2" test.
4893
48942017-04-19 Pedro Alves <palves@redhat.com>
4895
4896 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4897 procedure.
4898 (top level): Call it.
4899 * lib/gdb.exp (gdb_define_cmd): New procedure.
4900
49012017-04-12 Pedro Alves <palves@redhat.com>
4902
4903 PR gdb/21323
4904 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4905 (wchar): New global.
4906 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4907 (do_test_wide_char, wide_char_types_no_program, top level): Add
4908 wchar_t testing.
4909
49102017-04-12 Pedro Alves <palves@redhat.com>
4911
4912 PR c++/21323
4913 * gdb.cp/wide_char_types.c: New file.
4914 * gdb.cp/wide_char_types.exp: New file.
4915
49162017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4917
4918 PR gdb/21352
4919 * gdb.trace/tsv.exp: Add test for "tsave -r".
4920
49212017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4922
4923 * gdb.dlang/watch-loc.c: New file.
4924 * gdb.dlang/watch-loc.exp: New file.
4925
49262017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4927
4928 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4929
49302017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4931
4932 * gdb.arch/arc-analyze-prologue.S: New file.
4933 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4934
49352017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4936
4937 * gdb.arch/arc-decode-insn.S: New file.
4938 * gdb.arch/arc-decode-insn.exp: Likewise.
4939
49402017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4941
4942 PR tdep/20928
4943 * gdb.arch/sparc64-regs.exp: New file.
4944 * gdb.arch/sparc64-regs.S: Likewise.
4945
49462017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4947
4948 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4949 and memory view on Python 3.
4950
49512017-03-20 Artemiy Volkov <artemiyv@acm.org>
4952 Keith Seitz <keiths@redhat.com>
4953
4954 PR gdb/14441
4955 * gdb.cp/demangle.exp: Add rvalue reference tests.
4956 * gdb.cp/rvalue-ref-casts.cc: New file.
4957 * gdb.cp/rvalue-ref-casts.exp: New file.
4958 * gdb.cp/rvalue-ref-overload.cc: New file.
4959 * gdb.cp/rvalue-ref-overload.exp: New file.
4960 * gdb.cp/rvalue-ref-params.cc: New file.
4961 * gdb.cp/rvalue-ref-params.exp: New file.
4962 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4963 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4964 * gdb.cp/rvalue-ref-types.cc: New file.
4965 * gdb.cp/rvalue-ref-types.exp: New file.
4966 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4967 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4968
49692017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4970
4971 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4972 New procedure.
4973
49742017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4975
4976 * lib/mi-support.exp (mi_gdb_test): Add additional message
4977 for unexpected output.
4978
49792017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4980
4981 * gdb.base/examine-backward.c (Barrier): New character array
4982 constant, to ensure that TestStrings is preceded by a string
4983 terminator.
4984
49852017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4986
4987 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4988 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4989 and implicit pointer into such a location.
4990
49912017-03-16 Doug Evans <dje@google.com>
4992
4993 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4994
49952017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4996
4997 * gdb.cp/m-static.exp: Fix expectation for prototype of
4998 test5.single_constructor and single_constructor::single_constructor.
4999
50002017-03-16 Doug Evans <dje@google.com>
5001
5002 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5003 * gdb.guile/scm-lazy-string.c: New file.
5004 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5005 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5006 for pointer, array, typedef lazy strings.
5007
50082017-03-16 Doug Evans <dje@google.com>
5009
5010 PR python/17728, python/18439, python/18779
5011 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5012 * gdb.python/py-lazy-string.c (pointer): New typedef.
5013 (main): New locals ptr, array, typedef_ptr.
5014 * gdb.python/py-value.exp: Move lazy string tests to ...
5015 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5016 array, typedef lazy strings.
5017
50182017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5019
5020 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5021 Add optional 'test' parameter.
5022
50232017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5024
5025 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5026 Skip for versions of DejaGnu < 1.5.
5027
50282017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5029
5030 * lib/gdb.exp (dejagnu_version): New proc.
5031 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5032 Use dejagnu_version.
5033
50342017-03-10 Keith Seitz <keiths@redhat.com>
5035
5036 PR c++/8128
5037 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5038 type from destructor regexps.
5039 Add a branch which actually passes the test.
5040 Adjust "ptype t5i" test names.
5041
50422017-03-08 Pedro Alves <palves@redhat.com>
5043
5044 * gdb.base/step-over-exit.exp: Add explicit test message.
5045
50462017-03-08 Pedro Alves <palves@redhat.com>
5047
5048 PR gdb/18360
5049 * gdb.threads/interrupt-while-step-over.c: New file.
5050 * gdb.threads/interrupt-while-step-over.exp: New file.
5051
50522017-03-08 Pedro Alves <palves@redhat.com>
5053
5054 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5055 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5056
50572017-03-08 Pedro Alves <palves@redhat.com>
5058
5059 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5060 PKRU as not supported as a PASS.
5061
50622017-03-08 Pedro Alves <palves@redhat.com>
5063
5064 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5065 prefix instead of $binfile1/$binfile2.
5066 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5067 in test message.
5068 * gdb.python/py-completion.exp: Use "load python file" as test
5069 messages instead of unstable path names.
5070
50712017-03-08 Pedro Alves <palves@redhat.com>
5072 Jan Kratochvil <jan.kratochvil@redhat.com>
5073
5074 PR cli/21218
5075 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5076 New proc.
5077 (top level): Call it.
5078
50792017-03-08 Pedro Alves <palves@redhat.com>
5080
5081 PR tui/21216
5082 * gdb.tui/tui-nl-filtered-output.exp: New file.
5083
50842017-03-08 Pedro Alves <palves@redhat.com>
5085
5086 * gdb.base/completion.exp: Move TUI completion tests to ...
5087 * gdb.tui/completion.exp: ... this new file.
5088
50892017-03-08 Pedro Alves <palves@redhat.com>
5090
5091 * gdb.base/tui-disasm-long-lines.c,
5092 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5093 gdb.base/tui-layout.exp: Move to ...
5094 * gdb.tui/: ... this new directory.
5095
50962017-03-07 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.base/tui-layout.c: New file.
5099 * gdb.base/tui-layout.exp: New file.
5100
51012017-03-07 Pedro Alves <palves@redhat.com>
5102
5103 * gdb.base/tui-layout.c: Rename to ...
5104 * gdb.base/tui-disasm-long-lines.c: ... this.
5105 * gdb.base/tui-layout.exp: Rename to ...
5106 * gdb.base/tui-disasm-long-lines.exp: ... this.
5107
51082017-03-07 Pedro Alves <palves@redhat.com>
5109
5110 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5111
51122017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5113
5114 * i386-mpx-call.c: New file.
5115 * i386-mpx-call.exp: New file.
5116
51172017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5118
5119 * gdb.arch/powerpc-power.exp: Delete test.
5120 * gdb.arch/powerpc-power.s: Likewise.
5121 * gdb.disasm/disassembler-options.exp: New test.
5122 * gdb.arch/powerpc-altivec.exp: Likewise.
5123 * gdb.arch/powerpc-altivec.s: Likewise.
5124 * gdb.arch/powerpc-altivec2.exp: Likewise.
5125 * gdb.arch/powerpc-altivec2.s: Likewise.
5126 * gdb.arch/powerpc-altivec3.exp: Likewise.
5127 * gdb.arch/powerpc-altivec3.s: Likewise.
5128 * gdb.arch/powerpc-power7.exp: Likewise.
5129 * gdb.arch/powerpc-power7.s: Likewise.
5130 * gdb.arch/powerpc-power8.exp: Likewise.
5131 * gdb.arch/powerpc-power8.s: Likewise.
5132 * gdb.arch/powerpc-power9.exp: Likewise.
5133 * gdb.arch/powerpc-power9.s: Likewise.
5134 * gdb.arch/powerpc-vsx.exp: Likewise.
5135 * gdb.arch/powerpc-vsx.s: Likewise.
5136 * gdb.arch/powerpc-vsx2.exp: Likewise.
5137 * gdb.arch/powerpc-vsx2.s: Likewise.
5138 * gdb.arch/powerpc-vsx3.exp: Likewise.
5139 * gdb.arch/powerpc-vsx3.s: Likewise.
5140 * gdb.arch/arm-disassembler-options.exp: Likewise.
5141 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5142 * gdb.arch/s390-disassembler-options.exp: Likewise.
5143
51442017-02-23 Luis Machado <lgustavo@codesourcery.com>
5145
5146 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5147 (check_supported_features): ... this. Changed return type to void.
5148 (supports_rdseed): New static global.
5149 (rdseed): Check supports_rdseed.
5150 (initialize): Call check_supported_features.
5151
51522017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5153
5154 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5155 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5156 and lqarx/stqcx.
5157 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5158 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5159
51602017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5161
5162 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5163 uppercase.
5164
51652017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5166
5167 * gdb.dwarf2/formdata16.c: New file.
5168 * gdb.dwarf2/formdata16.exp: New file.
5169 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5170
51712017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5172
5173 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5174 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5175 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5176 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5177 DW_AT_GNU_*.
5178
51792017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5180
5181 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5182
51832017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5184
5185 PR gdb/21164
5186 * gdb.base/maint.exp: Add testcases for when the commands do
5187 not have arguments.
5188
51892017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5190
5191 * gdb.cp/chained-calls.exp: Use p instead of P.
5192
51932017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5194
5195 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5196 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5197
51982017-02-14 Tom Tromey <tom@tromey.com>
5199
5200 PR python/13598:
5201 * gdb.python/py-events.exp: Add before_prompt event tests.
5202
52032017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5204
5205 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5206
52072017-02-13 Luis Machado <lgustavo@codesourcery.com>
5208
5209 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5210 (main): Call my_unique_function_name.
5211 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5212 completion of patterns with a single match.
5213 Add missing -re switches to gdb_test_multiple calls.
5214
52152017-02-13 Luis Machado <lgustavo@codesourcery.com>
5216
5217 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5218 return if core file is not recognized.
5219
52202017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5221
5222 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5223 and extra UIs.
5224
52252017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5226
5227 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5228 proc_with_prefix.
5229
52302017-02-10 Tom Tromey <tom@tromey.com>
5231
5232 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5233
52342017-02-10 Martin Galvan <martingalvan@sourceware.org>
5235
5236 PR gdb/21122
5237 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5238
52392017-02-08 Jerome Guitton <guitton@adacore.com>
5240
5241 * gdb.base/define.exp: Add test for command abbreviations
5242 in define.
5243
52442017-02-06 Luis Machado <lgustavo@codesourcery.com>
5245
5246 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5247 * gdb.reverse/insn-reverse-x86.c: New file.
5248
52492017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5250
5251 PR tdep/20936
5252 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5253
52542017-02-03 Tom Tromey <tom@tromey.com>
5255
5256 PR rust/21097:
5257 * gdb.rust/simple.exp: Add new tests.
5258
52592017-02-02 Pedro Alves <palves@redhat.com>
5260
5261 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5262 tests.
5263
52642017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5265
5266 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5267 taking a 2-byte value out of a 4-byte DWARF implicit value on
5268 big-endian targets.
5269 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5270 logic. Add test cases for DW_OP_implicit.
5271
52722017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5273
5274 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5275
52762017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5277
5278 * gdb.btrace/enable.exp: Call gdb_exit before
5279 skip_gdbserver_tests.
5280
52812017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5282
5283 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5284 GDBFLAGS.
5285
52862017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5287
5288 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5289 the test is skipped.
5290 * gdb.btrace/data.exp: Likewise.
5291 * gdb.btrace/delta.exp: Likewise.
5292 * gdb.btrace/dlopen.exp: Likewise.
5293 * gdb.btrace/enable-running.exp: Likewise.
5294 * gdb.btrace/enable.exp: Likewise.
5295 * gdb.btrace/exception.exp: Likewise.
5296 * gdb.btrace/function_call_history.exp: Likewise.
5297 * gdb.btrace/gcore.exp: Likewise.
5298 * gdb.btrace/instruction_history.exp: Likewise.
5299 * gdb.btrace/multi-thread-step.exp: Likewise.
5300 * gdb.btrace/nohist.exp: Likewise.
5301 * gdb.btrace/non-stop.exp: Likewise.
5302 * gdb.btrace/reconnect.exp: Likewise.
5303 * gdb.btrace/record_goto-step.exp: Likewise.
5304 * gdb.btrace/record_goto.exp: Likewise.
5305 * gdb.btrace/rn-dl-bind.exp: Likewise.
5306 * gdb.btrace/segv.exp: Likewise.
5307 * gdb.btrace/step.exp: Likewise.
5308 * gdb.btrace/stepi.exp: Likewise.
5309 * gdb.btrace/tailcall-only.exp: Likewise.
5310 * gdb.btrace/tailcall.exp: Likewise.
5311 * gdb.btrace/tsx.exp: Likewise.
5312 * gdb.btrace/unknown_functions.exp: Likewise.
5313 * gdb.btrace/vdso.exp: Likewise.
5314
53152017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5316
5317 * gdb.btrace/enable-running.c: New.
5318 * gdb.btrace/enable-running.exp: New.
5319
53202017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5321
5322 * gdb.arch/amd64-gs_base.c: New file.
5323 * gdb.arch/amd64-gs_base.exp: New file.
5324
53252017-01-26 Luis Machado <lgustavo@codesourcery.com>
5326
5327 * lib/memory.exp: Remove spurious empty newlines.
5328
53292017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5330
5331 * gdb.python/py-bad-printers.exp: Load python file using "source".
5332 * gdb.python/py-events.exp: Likewise.
5333 * gdb.python/py-evsignal.exp: Likewise.
5334 * gdb.python/py-evthreads.exp: Likewise.
5335 * gdb.python/py-frame-args.exp: Likewise.
5336 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5337 * gdb.python/py-framefilter-mi.exp: Likewise.
5338 * gdb.python/py-framefilter.exp: Likewise.
5339 * gdb.python/py-mi.exp: Likewise.
5340 * gdb.python/py-pp-maint.exp: Likewise.
5341 * gdb.python/py-pp-registration.exp: Likewise.
5342 * gdb.python/py-prettyprint.exp: Likewise.
5343 (run_lang_tests): Likewise.
5344 * gdb.python/py-typeprint.exp: Likewise.
5345
53462017-01-26 Luis Machado <lgustavo@codesourcery.com>
5347
5348 * lib/memory.exp: New file.
5349 * lib/gdb.exp: Load memory.exp.
5350 * gdb.base/memattr.exp (delete_memory): Move proc to
5351 lib/memory.exp and rename to delete_memory_regions.
5352 Replace delete_memory with delete_memory_regions.
5353 Cleanup memory regions before tests.
5354 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5355 before tests.
5356
53572017-01-26 Luis Machado <lgustavo@codesourcery.com>
5358
5359 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5360 files.
5361 (initialize): New function conditionally defined.
5362 (testcases): Move within conditional block.
5363 (main): Call initialize.
5364 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5365 of gdb.reverse/insn-reverse.c.
5366 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5367 gdb.reverse/insn-reverse.c.
5368
53692017-01-26 Yao Qi <yao.qi@linaro.org>
5370
5371 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5372 disassemble on address 0.
5373
53742017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5375 Yao Qi <yao.qi@linaro.org>
5376
5377 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5378 * gdb.dwarf2/implptr-64bit.S: Remove.
5379 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5380 variables in caller's context. Add DW_OP_implicit_value.
5381
53822017-01-25 Yao Qi <yao.qi@linaro.org>
5383
5384 * lib/dwarf.exp (Dwarf::_location): Handle
5385 DW_OP_GNU_implicit_pointer with proper size.
5386
53872017-01-20 Luis Machado <lgustavo@codesourcery.com>
5388
5389 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5390 and add untested calls.
5391
53922017-01-20 Luis Machado <lgustavo@codesourcery.com>
5393
5394 * gdb.python/python.exp: Check line number against what GDB thinks
5395 the line number is for func1.
5396
53972017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5398
5399 * gdb.dlang/debug-expr.exp: New file.
5400
54012016-12-23 Luis Machado <lgustavo@codesourcery.com>
5402
5403 Fix test names for the following files:
5404
5405 * gdb.ada/exec_changed.exp
5406 * gdb.ada/info_types.exp
5407 * gdb.arch/aarch64-atomic-inst.exp
5408 * gdb.arch/aarch64-fp.exp
5409 * gdb.arch/altivec-abi.exp
5410 * gdb.arch/altivec-regs.exp
5411 * gdb.arch/amd64-byte.exp
5412 * gdb.arch/amd64-disp-step.exp
5413 * gdb.arch/amd64-dword.exp
5414 * gdb.arch/amd64-entry-value-inline.exp
5415 * gdb.arch/amd64-entry-value-param.exp
5416 * gdb.arch/amd64-entry-value-paramref.exp
5417 * gdb.arch/amd64-entry-value.exp
5418 * gdb.arch/amd64-i386-address.exp
5419 * gdb.arch/amd64-invalid-stack-middle.exp
5420 * gdb.arch/amd64-invalid-stack-top.exp
5421 * gdb.arch/amd64-optimout-repeat.exp
5422 * gdb.arch/amd64-prologue-skip.exp
5423 * gdb.arch/amd64-prologue-xmm.exp
5424 * gdb.arch/amd64-stap-special-operands.exp
5425 * gdb.arch/amd64-stap-wrong-subexp.exp
5426 * gdb.arch/amd64-tailcall-cxx.exp
5427 * gdb.arch/amd64-tailcall-noret.exp
5428 * gdb.arch/amd64-tailcall-ret.exp
5429 * gdb.arch/amd64-tailcall-self.exp
5430 * gdb.arch/amd64-word.exp
5431 * gdb.arch/arm-bl-branch-dest.exp
5432 * gdb.arch/arm-disp-step.exp
5433 * gdb.arch/arm-neon.exp
5434 * gdb.arch/arm-single-step-kernel-helper.exp
5435 * gdb.arch/avr-flash-qualifier.exp
5436 * gdb.arch/disp-step-insn-reloc.exp
5437 * gdb.arch/e500-abi.exp
5438 * gdb.arch/e500-regs.exp
5439 * gdb.arch/ftrace-insn-reloc.exp
5440 * gdb.arch/i386-avx512.exp
5441 * gdb.arch/i386-bp_permanent.exp
5442 * gdb.arch/i386-byte.exp
5443 * gdb.arch/i386-cfi-notcurrent.exp
5444 * gdb.arch/i386-disp-step.exp
5445 * gdb.arch/i386-dr3-watch.exp
5446 * gdb.arch/i386-float.exp
5447 * gdb.arch/i386-gnu-cfi.exp
5448 * gdb.arch/i386-mpx-map.exp
5449 * gdb.arch/i386-mpx-sigsegv.exp
5450 * gdb.arch/i386-mpx-simple_segv.exp
5451 * gdb.arch/i386-mpx.exp
5452 * gdb.arch/i386-permbkpt.exp
5453 * gdb.arch/i386-prologue.exp
5454 * gdb.arch/i386-signal.exp
5455 * gdb.arch/i386-size-overlap.exp
5456 * gdb.arch/i386-unwind.exp
5457 * gdb.arch/i386-word.exp
5458 * gdb.arch/mips-fcr.exp
5459 * gdb.arch/powerpc-d128-regs.exp
5460 * gdb.arch/powerpc-stackless.exp
5461 * gdb.arch/ppc64-atomic-inst.exp
5462 * gdb.arch/s390-stackless.exp
5463 * gdb.arch/s390-tdbregs.exp
5464 * gdb.arch/s390-vregs.exp
5465 * gdb.arch/sparc-sysstep.exp
5466 * gdb.arch/thumb-bx-pc.exp
5467 * gdb.arch/thumb-singlestep.exp
5468 * gdb.arch/thumb2-it.exp
5469 * gdb.arch/vsx-regs.exp
5470 * gdb.asm/asm-source.exp
5471 * gdb.base/a2-run.exp
5472 * gdb.base/advance.exp
5473 * gdb.base/all-bin.exp
5474 * gdb.base/anon.exp
5475 * gdb.base/args.exp
5476 * gdb.base/arithmet.exp
5477 * gdb.base/async-shell.exp
5478 * gdb.base/async.exp
5479 * gdb.base/attach-pie-noexec.exp
5480 * gdb.base/attach-twice.exp
5481 * gdb.base/auto-load.exp
5482 * gdb.base/bang.exp
5483 * gdb.base/bitfields.exp
5484 * gdb.base/break-always.exp
5485 * gdb.base/break-caller-line.exp
5486 * gdb.base/break-entry.exp
5487 * gdb.base/break-inline.exp
5488 * gdb.base/break-on-linker-gcd-function.exp
5489 * gdb.base/break-probes.exp
5490 * gdb.base/break.exp
5491 * gdb.base/breakpoint-shadow.exp
5492 * gdb.base/call-ar-st.exp
5493 * gdb.base/call-sc.exp
5494 * gdb.base/call-signal-resume.exp
5495 * gdb.base/call-strs.exp
5496 * gdb.base/callfuncs.exp
5497 * gdb.base/catch-fork-static.exp
5498 * gdb.base/catch-gdb-caused-signals.exp
5499 * gdb.base/catch-load.exp
5500 * gdb.base/catch-signal-fork.exp
5501 * gdb.base/catch-signal.exp
5502 * gdb.base/catch-syscall.exp
5503 * gdb.base/charset.exp
5504 * gdb.base/checkpoint.exp
5505 * gdb.base/chng-syms.exp
5506 * gdb.base/code-expr.exp
5507 * gdb.base/code_elim.exp
5508 * gdb.base/commands.exp
5509 * gdb.base/completion.exp
5510 * gdb.base/complex.exp
5511 * gdb.base/cond-expr.exp
5512 * gdb.base/condbreak.exp
5513 * gdb.base/consecutive.exp
5514 * gdb.base/continue-all-already-running.exp
5515 * gdb.base/coredump-filter.exp
5516 * gdb.base/corefile.exp
5517 * gdb.base/dbx.exp
5518 * gdb.base/debug-expr.exp
5519 * gdb.base/define.exp
5520 * gdb.base/del.exp
5521 * gdb.base/disabled-location.exp
5522 * gdb.base/disasm-end-cu.exp
5523 * gdb.base/disasm-optim.exp
5524 * gdb.base/display.exp
5525 * gdb.base/duplicate-bp.exp
5526 * gdb.base/ena-dis-br.exp
5527 * gdb.base/ending-run.exp
5528 * gdb.base/enumval.exp
5529 * gdb.base/environ.exp
5530 * gdb.base/eu-strip-infcall.exp
5531 * gdb.base/eval-avoid-side-effects.exp
5532 * gdb.base/eval-skip.exp
5533 * gdb.base/exitsignal.exp
5534 * gdb.base/expand-psymtabs.exp
5535 * gdb.base/filesym.exp
5536 * gdb.base/find-unmapped.exp
5537 * gdb.base/finish.exp
5538 * gdb.base/float.exp
5539 * gdb.base/foll-exec-mode.exp
5540 * gdb.base/foll-exec.exp
5541 * gdb.base/foll-fork.exp
5542 * gdb.base/fortran-sym-case.exp
5543 * gdb.base/freebpcmd.exp
5544 * gdb.base/func-ptr.exp
5545 * gdb.base/func-ptrs.exp
5546 * gdb.base/funcargs.exp
5547 * gdb.base/gcore-buffer-overflow.exp
5548 * gdb.base/gcore-relro-pie.exp
5549 * gdb.base/gcore-relro.exp
5550 * gdb.base/gcore.exp
5551 * gdb.base/gdb1090.exp
5552 * gdb.base/gdb11530.exp
5553 * gdb.base/gdb11531.exp
5554 * gdb.base/gdb1821.exp
5555 * gdb.base/gdbindex-stabs.exp
5556 * gdb.base/gdbvars.exp
5557 * gdb.base/hbreak.exp
5558 * gdb.base/hbreak2.exp
5559 * gdb.base/included.exp
5560 * gdb.base/infcall-input.exp
5561 * gdb.base/inferior-died.exp
5562 * gdb.base/infnan.exp
5563 * gdb.base/info-macros.exp
5564 * gdb.base/info-os.exp
5565 * gdb.base/info-proc.exp
5566 * gdb.base/info-shared.exp
5567 * gdb.base/info-target.exp
5568 * gdb.base/infoline.exp
5569 * gdb.base/interp.exp
5570 * gdb.base/interrupt.exp
5571 * gdb.base/jit-reader.exp
5572 * gdb.base/jit-simple.exp
5573 * gdb.base/kill-after-signal.exp
5574 * gdb.base/kill-detach-inferiors-cmd.exp
5575 * gdb.base/label.exp
5576 * gdb.base/langs.exp
5577 * gdb.base/ldbl_e308.exp
5578 * gdb.base/line-symtabs.exp
5579 * gdb.base/linespecs.exp
5580 * gdb.base/list.exp
5581 * gdb.base/long_long.exp
5582 * gdb.base/longest-types.exp
5583 * gdb.base/maint.exp
5584 * gdb.base/max-value-size.exp
5585 * gdb.base/memattr.exp
5586 * gdb.base/mips_pro.exp
5587 * gdb.base/morestack.exp
5588 * gdb.base/moribund-step.exp
5589 * gdb.base/multi-forks.exp
5590 * gdb.base/nested-addr.exp
5591 * gdb.base/nextoverexit.exp
5592 * gdb.base/noreturn-finish.exp
5593 * gdb.base/noreturn-return.exp
5594 * gdb.base/nostdlib.exp
5595 * gdb.base/offsets.exp
5596 * gdb.base/opaque.exp
5597 * gdb.base/pc-fp.exp
5598 * gdb.base/permissions.exp
5599 * gdb.base/print-symbol-loading.exp
5600 * gdb.base/prologue-include.exp
5601 * gdb.base/psymtab.exp
5602 * gdb.base/ptype.exp
5603 * gdb.base/random-signal.exp
5604 * gdb.base/randomize.exp
5605 * gdb.base/range-stepping.exp
5606 * gdb.base/readline-ask.exp
5607 * gdb.base/recpar.exp
5608 * gdb.base/recurse.exp
5609 * gdb.base/relational.exp
5610 * gdb.base/restore.exp
5611 * gdb.base/return-nodebug.exp
5612 * gdb.base/return.exp
5613 * gdb.base/run-after-attach.exp
5614 * gdb.base/save-bp.exp
5615 * gdb.base/scope.exp
5616 * gdb.base/sect-cmd.exp
5617 * gdb.base/set-lang-auto.exp
5618 * gdb.base/set-noassign.exp
5619 * gdb.base/setvar.exp
5620 * gdb.base/sigall.exp
5621 * gdb.base/sigbpt.exp
5622 * gdb.base/siginfo-addr.exp
5623 * gdb.base/siginfo-infcall.exp
5624 * gdb.base/siginfo-obj.exp
5625 * gdb.base/siginfo.exp
5626 * gdb.base/signals-state-child.exp
5627 * gdb.base/signest.exp
5628 * gdb.base/sigstep.exp
5629 * gdb.base/sizeof.exp
5630 * gdb.base/skip.exp
5631 * gdb.base/solib-corrupted.exp
5632 * gdb.base/solib-nodir.exp
5633 * gdb.base/solib-search.exp
5634 * gdb.base/stack-checking.exp
5635 * gdb.base/stale-infcall.exp
5636 * gdb.base/stap-probe.exp
5637 * gdb.base/start.exp
5638 * gdb.base/step-break.exp
5639 * gdb.base/step-bt.exp
5640 * gdb.base/step-line.exp
5641 * gdb.base/step-over-exit.exp
5642 * gdb.base/step-over-syscall.exp
5643 * gdb.base/step-resume-infcall.exp
5644 * gdb.base/step-test.exp
5645 * gdb.base/store.exp
5646 * gdb.base/structs3.exp
5647 * gdb.base/sym-file.exp
5648 * gdb.base/symbol-without-target_section.exp
5649 * gdb.base/term.exp
5650 * gdb.base/testenv.exp
5651 * gdb.base/ui-redirect.exp
5652 * gdb.base/until.exp
5653 * gdb.base/unwindonsignal.exp
5654 * gdb.base/value-double-free.exp
5655 * gdb.base/vla-datatypes.exp
5656 * gdb.base/vla-ptr.exp
5657 * gdb.base/vla-sideeffect.exp
5658 * gdb.base/volatile.exp
5659 * gdb.base/watch-cond-infcall.exp
5660 * gdb.base/watch-cond.exp
5661 * gdb.base/watch-non-mem.exp
5662 * gdb.base/watch-read.exp
5663 * gdb.base/watch-vfork.exp
5664 * gdb.base/watchpoint-cond-gone.exp
5665 * gdb.base/watchpoint-delete.exp
5666 * gdb.base/watchpoint-hw-hit-once.exp
5667 * gdb.base/watchpoint-hw.exp
5668 * gdb.base/watchpoint-stops-at-right-insn.exp
5669 * gdb.base/watchpoints.exp
5670 * gdb.base/wchar.exp
5671 * gdb.base/whatis-exp.exp
5672 * gdb.btrace/buffer-size.exp
5673 * gdb.btrace/data.exp
5674 * gdb.btrace/delta.exp
5675 * gdb.btrace/dlopen.exp
5676 * gdb.btrace/enable.exp
5677 * gdb.btrace/exception.exp
5678 * gdb.btrace/function_call_history.exp
5679 * gdb.btrace/gcore.exp
5680 * gdb.btrace/instruction_history.exp
5681 * gdb.btrace/nohist.exp
5682 * gdb.btrace/reconnect.exp
5683 * gdb.btrace/record_goto-step.exp
5684 * gdb.btrace/record_goto.exp
5685 * gdb.btrace/rn-dl-bind.exp
5686 * gdb.btrace/segv.exp
5687 * gdb.btrace/step.exp
5688 * gdb.btrace/stepi.exp
5689 * gdb.btrace/tailcall-only.exp
5690 * gdb.btrace/tailcall.exp
5691 * gdb.btrace/tsx.exp
5692 * gdb.btrace/unknown_functions.exp
5693 * gdb.btrace/vdso.exp
5694 * gdb.compile/compile-ifunc.exp
5695 * gdb.compile/compile-ops.exp
5696 * gdb.compile/compile-print.exp
5697 * gdb.compile/compile-setjmp.exp
5698 * gdb.cp/abstract-origin.exp
5699 * gdb.cp/ambiguous.exp
5700 * gdb.cp/annota2.exp
5701 * gdb.cp/annota3.exp
5702 * gdb.cp/anon-ns.exp
5703 * gdb.cp/anon-struct.exp
5704 * gdb.cp/anon-union.exp
5705 * gdb.cp/arg-reference.exp
5706 * gdb.cp/baseenum.exp
5707 * gdb.cp/bool.exp
5708 * gdb.cp/breakpoint.exp
5709 * gdb.cp/bs15503.exp
5710 * gdb.cp/call-c.exp
5711 * gdb.cp/casts.exp
5712 * gdb.cp/chained-calls.exp
5713 * gdb.cp/class2.exp
5714 * gdb.cp/classes.exp
5715 * gdb.cp/cmpd-minsyms.exp
5716 * gdb.cp/converts.exp
5717 * gdb.cp/cp-relocate.exp
5718 * gdb.cp/cpcompletion.exp
5719 * gdb.cp/cpexprs.exp
5720 * gdb.cp/cplabel.exp
5721 * gdb.cp/cplusfuncs.exp
5722 * gdb.cp/cpsizeof.exp
5723 * gdb.cp/ctti.exp
5724 * gdb.cp/derivation.exp
5725 * gdb.cp/destrprint.exp
5726 * gdb.cp/dispcxx.exp
5727 * gdb.cp/enum-class.exp
5728 * gdb.cp/exception.exp
5729 * gdb.cp/exceptprint.exp
5730 * gdb.cp/expand-psymtabs-cxx.exp
5731 * gdb.cp/expand-sals.exp
5732 * gdb.cp/extern-c.exp
5733 * gdb.cp/filename.exp
5734 * gdb.cp/formatted-ref.exp
5735 * gdb.cp/fpointer.exp
5736 * gdb.cp/gdb1355.exp
5737 * gdb.cp/gdb2495.exp
5738 * gdb.cp/hang.exp
5739 * gdb.cp/impl-this.exp
5740 * gdb.cp/infcall-dlopen.exp
5741 * gdb.cp/inherit.exp
5742 * gdb.cp/iostream.exp
5743 * gdb.cp/koenig.exp
5744 * gdb.cp/local.exp
5745 * gdb.cp/m-data.exp
5746 * gdb.cp/m-static.exp
5747 * gdb.cp/mb-ctor.exp
5748 * gdb.cp/mb-inline.exp
5749 * gdb.cp/mb-templates.exp
5750 * gdb.cp/member-name.exp
5751 * gdb.cp/member-ptr.exp
5752 * gdb.cp/meth-typedefs.exp
5753 * gdb.cp/method.exp
5754 * gdb.cp/method2.exp
5755 * gdb.cp/minsym-fallback.exp
5756 * gdb.cp/misc.exp
5757 * gdb.cp/namelessclass.exp
5758 * gdb.cp/namespace-enum.exp
5759 * gdb.cp/namespace-nested-import.exp
5760 * gdb.cp/namespace.exp
5761 * gdb.cp/nextoverthrow.exp
5762 * gdb.cp/no-dmgl-verbose.exp
5763 * gdb.cp/non-trivial-retval.exp
5764 * gdb.cp/noparam.exp
5765 * gdb.cp/nsdecl.exp
5766 * gdb.cp/nsimport.exp
5767 * gdb.cp/nsnested.exp
5768 * gdb.cp/nsnoimports.exp
5769 * gdb.cp/nsrecurs.exp
5770 * gdb.cp/nsstress.exp
5771 * gdb.cp/nsusing.exp
5772 * gdb.cp/operator.exp
5773 * gdb.cp/oranking.exp
5774 * gdb.cp/overload-const.exp
5775 * gdb.cp/overload.exp
5776 * gdb.cp/ovldbreak.exp
5777 * gdb.cp/ovsrch.exp
5778 * gdb.cp/paren-type.exp
5779 * gdb.cp/parse-lang.exp
5780 * gdb.cp/pass-by-ref.exp
5781 * gdb.cp/pr-1023.exp
5782 * gdb.cp/pr-1210.exp
5783 * gdb.cp/pr-574.exp
5784 * gdb.cp/pr10687.exp
5785 * gdb.cp/pr12028.exp
5786 * gdb.cp/pr17132.exp
5787 * gdb.cp/pr17494.exp
5788 * gdb.cp/pr9067.exp
5789 * gdb.cp/pr9167.exp
5790 * gdb.cp/pr9631.exp
5791 * gdb.cp/printmethod.exp
5792 * gdb.cp/psmang.exp
5793 * gdb.cp/psymtab-parameter.exp
5794 * gdb.cp/ptype-cv-cp.exp
5795 * gdb.cp/ptype-flags.exp
5796 * gdb.cp/re-set-overloaded.exp
5797 * gdb.cp/ref-types.exp
5798 * gdb.cp/rtti.exp
5799 * gdb.cp/scope-err.exp
5800 * gdb.cp/shadow.exp
5801 * gdb.cp/smartp.exp
5802 * gdb.cp/static-method.exp
5803 * gdb.cp/static-print-quit.exp
5804 * gdb.cp/temargs.exp
5805 * gdb.cp/templates.exp
5806 * gdb.cp/try_catch.exp
5807 * gdb.cp/typedef-operator.exp
5808 * gdb.cp/typeid.exp
5809 * gdb.cp/userdef.exp
5810 * gdb.cp/using-crash.exp
5811 * gdb.cp/var-tag.exp
5812 * gdb.cp/virtbase.exp
5813 * gdb.cp/virtfunc.exp
5814 * gdb.cp/virtfunc2.exp
5815 * gdb.cp/vla-cxx.exp
5816 * gdb.disasm/t01_mov.exp
5817 * gdb.disasm/t02_mova.exp
5818 * gdb.disasm/t03_add.exp
5819 * gdb.disasm/t04_sub.exp
5820 * gdb.disasm/t05_cmp.exp
5821 * gdb.disasm/t06_ari2.exp
5822 * gdb.disasm/t07_ari3.exp
5823 * gdb.disasm/t08_or.exp
5824 * gdb.disasm/t09_xor.exp
5825 * gdb.disasm/t10_and.exp
5826 * gdb.disasm/t11_logs.exp
5827 * gdb.disasm/t12_bit.exp
5828 * gdb.disasm/t13_otr.exp
5829 * gdb.dlang/circular.exp
5830 * gdb.dwarf2/arr-stride.exp
5831 * gdb.dwarf2/arr-subrange.exp
5832 * gdb.dwarf2/atomic-type.exp
5833 * gdb.dwarf2/bad-regnum.exp
5834 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5835 * gdb.dwarf2/callframecfa.exp
5836 * gdb.dwarf2/clztest.exp
5837 * gdb.dwarf2/corrupt.exp
5838 * gdb.dwarf2/data-loc.exp
5839 * gdb.dwarf2/dup-psym.exp
5840 * gdb.dwarf2/dw2-anon-mptr.exp
5841 * gdb.dwarf2/dw2-anonymous-func.exp
5842 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5843 * gdb.dwarf2/dw2-bad-unresolved.exp
5844 * gdb.dwarf2/dw2-basic.exp
5845 * gdb.dwarf2/dw2-canonicalize-type.exp
5846 * gdb.dwarf2/dw2-case-insensitive.exp
5847 * gdb.dwarf2/dw2-common-block.exp
5848 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5849 * gdb.dwarf2/dw2-compressed.exp
5850 * gdb.dwarf2/dw2-const.exp
5851 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5852 * gdb.dwarf2/dw2-cu-size.exp
5853 * gdb.dwarf2/dw2-dup-frame.exp
5854 * gdb.dwarf2/dw2-entry-value.exp
5855 * gdb.dwarf2/dw2-icycle.exp
5856 * gdb.dwarf2/dw2-ifort-parameter.exp
5857 * gdb.dwarf2/dw2-inline-break.exp
5858 * gdb.dwarf2/dw2-inline-param.exp
5859 * gdb.dwarf2/dw2-intercu.exp
5860 * gdb.dwarf2/dw2-intermix.exp
5861 * gdb.dwarf2/dw2-lexical-block-bare.exp
5862 * gdb.dwarf2/dw2-linkage-name-trust.exp
5863 * gdb.dwarf2/dw2-minsym-in-cu.exp
5864 * gdb.dwarf2/dw2-noloc.exp
5865 * gdb.dwarf2/dw2-op-call.exp
5866 * gdb.dwarf2/dw2-op-out-param.exp
5867 * gdb.dwarf2/dw2-opt-structptr.exp
5868 * gdb.dwarf2/dw2-param-error.exp
5869 * gdb.dwarf2/dw2-producer.exp
5870 * gdb.dwarf2/dw2-ranges-base.exp
5871 * gdb.dwarf2/dw2-ref-missing-frame.exp
5872 * gdb.dwarf2/dw2-reg-undefined.exp
5873 * gdb.dwarf2/dw2-regno-invalid.exp
5874 * gdb.dwarf2/dw2-restore.exp
5875 * gdb.dwarf2/dw2-restrict.exp
5876 * gdb.dwarf2/dw2-single-line-discriminators.exp
5877 * gdb.dwarf2/dw2-strp.exp
5878 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5879 * gdb.dwarf2/dw2-unresolved.exp
5880 * gdb.dwarf2/dw2-var-zero-addr.exp
5881 * gdb.dwarf2/dw4-sig-types.exp
5882 * gdb.dwarf2/dwz.exp
5883 * gdb.dwarf2/dynarr-ptr.exp
5884 * gdb.dwarf2/enum-type.exp
5885 * gdb.dwarf2/gdb-index.exp
5886 * gdb.dwarf2/implptr-64bit.exp
5887 * gdb.dwarf2/implptr-optimized-out.exp
5888 * gdb.dwarf2/implptr.exp
5889 * gdb.dwarf2/implref-array.exp
5890 * gdb.dwarf2/implref-const.exp
5891 * gdb.dwarf2/implref-global.exp
5892 * gdb.dwarf2/implref-struct.exp
5893 * gdb.dwarf2/mac-fileno.exp
5894 * gdb.dwarf2/main-subprogram.exp
5895 * gdb.dwarf2/member-ptr-forwardref.exp
5896 * gdb.dwarf2/method-ptr.exp
5897 * gdb.dwarf2/missing-sig-type.exp
5898 * gdb.dwarf2/nonvar-access.exp
5899 * gdb.dwarf2/opaque-type-lookup.exp
5900 * gdb.dwarf2/pieces-optimized-out.exp
5901 * gdb.dwarf2/pieces.exp
5902 * gdb.dwarf2/pr10770.exp
5903 * gdb.dwarf2/pr13961.exp
5904 * gdb.dwarf2/staticvirtual.exp
5905 * gdb.dwarf2/subrange.exp
5906 * gdb.dwarf2/symtab-producer.exp
5907 * gdb.dwarf2/trace-crash.exp
5908 * gdb.dwarf2/typeddwarf.exp
5909 * gdb.dwarf2/valop.exp
5910 * gdb.dwarf2/watch-notconst.exp
5911 * gdb.fortran/array-element.exp
5912 * gdb.fortran/charset.exp
5913 * gdb.fortran/common-block.exp
5914 * gdb.fortran/complex.exp
5915 * gdb.fortran/derived-type-function.exp
5916 * gdb.fortran/derived-type.exp
5917 * gdb.fortran/logical.exp
5918 * gdb.fortran/module.exp
5919 * gdb.fortran/multi-dim.exp
5920 * gdb.fortran/nested-funcs.exp
5921 * gdb.fortran/print-formatted.exp
5922 * gdb.fortran/subarray.exp
5923 * gdb.fortran/vla-alloc-assoc.exp
5924 * gdb.fortran/vla-datatypes.exp
5925 * gdb.fortran/vla-history.exp
5926 * gdb.fortran/vla-ptr-info.exp
5927 * gdb.fortran/vla-ptype-sub.exp
5928 * gdb.fortran/vla-ptype.exp
5929 * gdb.fortran/vla-sizeof.exp
5930 * gdb.fortran/vla-type.exp
5931 * gdb.fortran/vla-value-sub-arbitrary.exp
5932 * gdb.fortran/vla-value-sub-finish.exp
5933 * gdb.fortran/vla-value-sub.exp
5934 * gdb.fortran/vla-value.exp
5935 * gdb.fortran/whatis_type.exp
5936 * gdb.go/chan.exp
5937 * gdb.go/handcall.exp
5938 * gdb.go/hello.exp
5939 * gdb.go/integers.exp
5940 * gdb.go/methods.exp
5941 * gdb.go/package.exp
5942 * gdb.go/strings.exp
5943 * gdb.go/types.exp
5944 * gdb.go/unsafe.exp
5945 * gdb.guile/scm-arch.exp
5946 * gdb.guile/scm-block.exp
5947 * gdb.guile/scm-breakpoint.exp
5948 * gdb.guile/scm-cmd.exp
5949 * gdb.guile/scm-disasm.exp
5950 * gdb.guile/scm-equal.exp
5951 * gdb.guile/scm-frame-args.exp
5952 * gdb.guile/scm-frame-inline.exp
5953 * gdb.guile/scm-frame.exp
5954 * gdb.guile/scm-iterator.exp
5955 * gdb.guile/scm-math.exp
5956 * gdb.guile/scm-objfile.exp
5957 * gdb.guile/scm-ports.exp
5958 * gdb.guile/scm-symbol.exp
5959 * gdb.guile/scm-symtab.exp
5960 * gdb.guile/scm-value-cc.exp
5961 * gdb.guile/types-module.exp
5962 * gdb.linespec/break-ask.exp
5963 * gdb.linespec/cpexplicit.exp
5964 * gdb.linespec/explicit.exp
5965 * gdb.linespec/keywords.exp
5966 * gdb.linespec/linespec.exp
5967 * gdb.linespec/ls-dollar.exp
5968 * gdb.linespec/ls-errs.exp
5969 * gdb.linespec/skip-two.exp
5970 * gdb.linespec/thread.exp
5971 * gdb.mi/mi-async.exp
5972 * gdb.mi/mi-basics.exp
5973 * gdb.mi/mi-break.exp
5974 * gdb.mi/mi-catch-load.exp
5975 * gdb.mi/mi-cli.exp
5976 * gdb.mi/mi-cmd-param-changed.exp
5977 * gdb.mi/mi-console.exp
5978 * gdb.mi/mi-detach.exp
5979 * gdb.mi/mi-disassemble.exp
5980 * gdb.mi/mi-eval.exp
5981 * gdb.mi/mi-file-transfer.exp
5982 * gdb.mi/mi-file.exp
5983 * gdb.mi/mi-fill-memory.exp
5984 * gdb.mi/mi-inheritance-syntax-error.exp
5985 * gdb.mi/mi-linespec-err-cp.exp
5986 * gdb.mi/mi-logging.exp
5987 * gdb.mi/mi-memory-changed.exp
5988 * gdb.mi/mi-read-memory.exp
5989 * gdb.mi/mi-record-changed.exp
5990 * gdb.mi/mi-reg-undefined.exp
5991 * gdb.mi/mi-regs.exp
5992 * gdb.mi/mi-return.exp
5993 * gdb.mi/mi-reverse.exp
5994 * gdb.mi/mi-simplerun.exp
5995 * gdb.mi/mi-solib.exp
5996 * gdb.mi/mi-stack.exp
5997 * gdb.mi/mi-stepi.exp
5998 * gdb.mi/mi-syn-frame.exp
5999 * gdb.mi/mi-until.exp
6000 * gdb.mi/mi-var-block.exp
6001 * gdb.mi/mi-var-child.exp
6002 * gdb.mi/mi-var-cmd.exp
6003 * gdb.mi/mi-var-cp.exp
6004 * gdb.mi/mi-var-display.exp
6005 * gdb.mi/mi-var-invalidate.exp
6006 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6007 * gdb.mi/mi-vla-fortran.exp
6008 * gdb.mi/mi-watch.exp
6009 * gdb.mi/mi2-var-child.exp
6010 * gdb.mi/user-selected-context-sync.exp
6011 * gdb.modula2/unbounded-array.exp
6012 * gdb.multi/dummy-frame-restore.exp
6013 * gdb.multi/multi-arch-exec.exp
6014 * gdb.multi/multi-arch.exp
6015 * gdb.multi/tids.exp
6016 * gdb.multi/watchpoint-multi.exp
6017 * gdb.opencl/callfuncs.exp
6018 * gdb.opencl/convs_casts.exp
6019 * gdb.opencl/datatypes.exp
6020 * gdb.opencl/operators.exp
6021 * gdb.opencl/vec_comps.exp
6022 * gdb.opt/clobbered-registers-O2.exp
6023 * gdb.opt/inline-break.exp
6024 * gdb.opt/inline-bt.exp
6025 * gdb.opt/inline-cmds.exp
6026 * gdb.opt/inline-locals.exp
6027 * gdb.pascal/case-insensitive-symbols.exp
6028 * gdb.pascal/floats.exp
6029 * gdb.pascal/gdb11492.exp
6030 * gdb.python/lib-types.exp
6031 * gdb.python/py-arch.exp
6032 * gdb.python/py-as-string.exp
6033 * gdb.python/py-bad-printers.exp
6034 * gdb.python/py-block.exp
6035 * gdb.python/py-breakpoint-create-fail.exp
6036 * gdb.python/py-breakpoint.exp
6037 * gdb.python/py-caller-is.exp
6038 * gdb.python/py-cmd.exp
6039 * gdb.python/py-explore-cc.exp
6040 * gdb.python/py-explore.exp
6041 * gdb.python/py-finish-breakpoint.exp
6042 * gdb.python/py-finish-breakpoint2.exp
6043 * gdb.python/py-frame-args.exp
6044 * gdb.python/py-frame-inline.exp
6045 * gdb.python/py-frame.exp
6046 * gdb.python/py-framefilter-mi.exp
6047 * gdb.python/py-infthread.exp
6048 * gdb.python/py-lazy-string.exp
6049 * gdb.python/py-linetable.exp
6050 * gdb.python/py-mi-events.exp
6051 * gdb.python/py-mi-objfile.exp
6052 * gdb.python/py-mi.exp
6053 * gdb.python/py-objfile.exp
6054 * gdb.python/py-pp-integral.exp
6055 * gdb.python/py-pp-maint.exp
6056 * gdb.python/py-pp-re-notag.exp
6057 * gdb.python/py-pp-registration.exp
6058 * gdb.python/py-recurse-unwind.exp
6059 * gdb.python/py-strfns.exp
6060 * gdb.python/py-symbol.exp
6061 * gdb.python/py-symtab.exp
6062 * gdb.python/py-sync-interp.exp
6063 * gdb.python/py-typeprint.exp
6064 * gdb.python/py-unwind-maint.exp
6065 * gdb.python/py-unwind.exp
6066 * gdb.python/py-value-cc.exp
6067 * gdb.python/py-xmethods.exp
6068 * gdb.reverse/amd64-tailcall-reverse.exp
6069 * gdb.reverse/break-precsave.exp
6070 * gdb.reverse/break-reverse.exp
6071 * gdb.reverse/consecutive-precsave.exp
6072 * gdb.reverse/consecutive-reverse.exp
6073 * gdb.reverse/finish-precsave.exp
6074 * gdb.reverse/finish-reverse-bkpt.exp
6075 * gdb.reverse/finish-reverse.exp
6076 * gdb.reverse/fstatat-reverse.exp
6077 * gdb.reverse/getresuid-reverse.exp
6078 * gdb.reverse/i386-precsave.exp
6079 * gdb.reverse/i386-reverse.exp
6080 * gdb.reverse/i386-sse-reverse.exp
6081 * gdb.reverse/i387-env-reverse.exp
6082 * gdb.reverse/i387-stack-reverse.exp
6083 * gdb.reverse/insn-reverse.exp
6084 * gdb.reverse/machinestate-precsave.exp
6085 * gdb.reverse/machinestate.exp
6086 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6087 * gdb.reverse/pipe-reverse.exp
6088 * gdb.reverse/readv-reverse.exp
6089 * gdb.reverse/recvmsg-reverse.exp
6090 * gdb.reverse/rerun-prec.exp
6091 * gdb.reverse/s390-mvcle.exp
6092 * gdb.reverse/step-precsave.exp
6093 * gdb.reverse/step-reverse.exp
6094 * gdb.reverse/time-reverse.exp
6095 * gdb.reverse/until-precsave.exp
6096 * gdb.reverse/until-reverse.exp
6097 * gdb.reverse/waitpid-reverse.exp
6098 * gdb.reverse/watch-precsave.exp
6099 * gdb.reverse/watch-reverse.exp
6100 * gdb.rust/generics.exp
6101 * gdb.rust/methods.exp
6102 * gdb.rust/modules.exp
6103 * gdb.rust/simple.exp
6104 * gdb.server/connect-with-no-symbol-file.exp
6105 * gdb.server/ext-attach.exp
6106 * gdb.server/ext-restart.exp
6107 * gdb.server/ext-wrapper.exp
6108 * gdb.server/file-transfer.exp
6109 * gdb.server/server-exec-info.exp
6110 * gdb.server/server-kill.exp
6111 * gdb.server/server-mon.exp
6112 * gdb.server/wrapper.exp
6113 * gdb.stabs/exclfwd.exp
6114 * gdb.stabs/gdb11479.exp
6115 * gdb.threads/clone-new-thread-event.exp
6116 * gdb.threads/corethreads.exp
6117 * gdb.threads/current-lwp-dead.exp
6118 * gdb.threads/dlopen-libpthread.exp
6119 * gdb.threads/gcore-thread.exp
6120 * gdb.threads/sigstep-threads.exp
6121 * gdb.threads/watchpoint-fork.exp
6122 * gdb.trace/actions-changed.exp
6123 * gdb.trace/backtrace.exp
6124 * gdb.trace/change-loc.exp
6125 * gdb.trace/circ.exp
6126 * gdb.trace/collection.exp
6127 * gdb.trace/disconnected-tracing.exp
6128 * gdb.trace/ftrace.exp
6129 * gdb.trace/mi-trace-frame-collected.exp
6130 * gdb.trace/mi-trace-unavailable.exp
6131 * gdb.trace/mi-traceframe-changed.exp
6132 * gdb.trace/mi-tsv-changed.exp
6133 * gdb.trace/no-attach-trace.exp
6134 * gdb.trace/passc-dyn.exp
6135 * gdb.trace/qtro.exp
6136 * gdb.trace/range-stepping.exp
6137 * gdb.trace/read-memory.exp
6138 * gdb.trace/save-trace.exp
6139 * gdb.trace/signal.exp
6140 * gdb.trace/status-stop.exp
6141 * gdb.trace/tfile.exp
6142 * gdb.trace/trace-break.exp
6143 * gdb.trace/trace-buffer-size.exp
6144 * gdb.trace/trace-condition.exp
6145 * gdb.trace/tracefile-pseudo-reg.exp
6146 * gdb.trace/tstatus.exp
6147 * gdb.trace/unavailable.exp
6148 * gdb.trace/while-dyn.exp
6149 * gdb.trace/while-stepping.exp
6150
61512016-12-22 Doug Evans <xdje42@gmail.com>
6152
6153 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6154 and msymbols.
6155
61562016-12-19 Yao Qi <yao.qi@linaro.org>
6157
6158 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6159 (test_with_self): Don't call do_steps_and_nexts, and remove
6160 code about stepping into xmalloc.
6161
61622016-12-09 Yao Qi <yao.qi@linaro.org>
6163
6164 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6165
61662016-12-09 Yao Qi <yao.qi@linaro.org>
6167
6168 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6169
61702016-12-09 Pedro Alves <palves@redhat.com>
6171
6172 * gdb.base/all-architectures-0.exp: New file.
6173 * gdb.base/all-architectures-1.exp: New file.
6174 * gdb.base/all-architectures-2.exp: New file.
6175 * gdb.base/all-architectures-3.exp: New file.
6176 * gdb.base/all-architectures-4.exp: New file.
6177 * gdb.base/all-architectures-5.exp: New file.
6178 * gdb.base/all-architectures-6.exp: New file.
6179 * gdb.base/all-architectures-7.exp: New file.
6180 * gdb.base/all-architectures.exp.in: New file.
6181
61822016-12-09 Yao Qi <yao.qi@linaro.org>
6183
6184 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6185
61862016-12-02 Luis Machado <lgustavo@codesourcery.com>
6187
6188 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6189 possible.
6190 Remove useless pattern-matching code.
6191
61922016-12-02 Pedro Alves <palves@redhat.com>
6193
6194 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6195 procedure.
6196 (top level): Call it.
6197
61982016-12-02 Pedro Alves <palves@redhat.com>
6199
6200 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6201 New procedure.
6202 (top level): Call it.
6203
62042016-12-02 Pedro Alves <palves@redhat.com>
6205
6206 PR cli/20559
6207 * gdb.base/commands.exp (user_defined_command_args_eval): New
6208 procedure.
6209 (top level): Call it.
6210
62112016-12-02 Luis Machado <lgustavo@codesourcery.com>
6212
6213 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6214 timeout handling.
6215
62162016-12-02 Tom Tromey <tom@tromey.com>
6217
6218 * gdb.dwarf2/main-subprogram.c: New file.
6219 * gdb.dwarf2/main-subprogram.exp: New file.
6220
62212016-12-01 Luis Machado <lgustavo@codesourcery.com>
6222
6223 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6224 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6225 gdb_test_no_output for a couple of cases.
6226 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6227
62282016-12-01 Luis Machado <lgustavo@codesourcery.com>
6229
6230 Fix test names and standardize compilation error messages throughout
6231 the following files:
6232
6233 * gdb.ada/start.exp
6234 * gdb.arch/alpha-step.exp
6235 * gdb.arch/e500-prologue.exp
6236 * gdb.arch/ftrace-insn-reloc.exp
6237 * gdb.arch/gdb1291.exp
6238 * gdb.arch/gdb1431.exp
6239 * gdb.arch/gdb1558.exp
6240 * gdb.arch/i386-dr3-watch.exp
6241 * gdb.arch/i386-sse-stack-align.exp
6242 * gdb.arch/ia64-breakpoint-shadow.exp
6243 * gdb.arch/pa-nullify.exp
6244 * gdb.arch/powerpc-aix-prologue.exp
6245 * gdb.arch/thumb-bx-pc.exp
6246 * gdb.base/annota1.exp
6247 * gdb.base/annota3.exp
6248 * gdb.base/arrayidx.exp
6249 * gdb.base/assign.exp
6250 * gdb.base/attach.exp
6251 * gdb.base/auxv.exp
6252 * gdb.base/bang.exp
6253 * gdb.base/bfp-test.exp
6254 * gdb.base/bigcore.exp
6255 * gdb.base/bitfields2.exp
6256 * gdb.base/break-fun-addr.exp
6257 * gdb.base/break-probes.exp
6258 * gdb.base/call-rt-st.exp
6259 * gdb.base/callexit.exp
6260 * gdb.base/catch-fork-kill.exp
6261 * gdb.base/charset.exp
6262 * gdb.base/checkpoint.exp
6263 * gdb.base/comprdebug.exp
6264 * gdb.base/constvars.exp
6265 * gdb.base/coredump-filter.exp
6266 * gdb.base/cursal.exp
6267 * gdb.base/cvexpr.exp
6268 * gdb.base/detach.exp
6269 * gdb.base/display.exp
6270 * gdb.base/dmsym.exp
6271 * gdb.base/dprintf-pending.exp
6272 * gdb.base/dso2dso.exp
6273 * gdb.base/dtrace-probe.exp
6274 * gdb.base/dump.exp
6275 * gdb.base/enum_cond.exp
6276 * gdb.base/exe-lock.exp
6277 * gdb.base/exec-invalid-sysroot.exp
6278 * gdb.base/execl-update-breakpoints.exp
6279 * gdb.base/exprs.exp
6280 * gdb.base/fileio.exp
6281 * gdb.base/find.exp
6282 * gdb.base/finish.exp
6283 * gdb.base/fixsection.exp
6284 * gdb.base/foll-vfork.exp
6285 * gdb.base/frame-args.exp
6286 * gdb.base/gcore.exp
6287 * gdb.base/gdb1250.exp
6288 * gdb.base/global-var-nested-by-dso.exp
6289 * gdb.base/gnu-ifunc.exp
6290 * gdb.base/hashline1.exp
6291 * gdb.base/hashline2.exp
6292 * gdb.base/hashline3.exp
6293 * gdb.base/hbreak-in-shr-unsupported.exp
6294 * gdb.base/huge.exp
6295 * gdb.base/infcall-input.exp
6296 * gdb.base/info-fun.exp
6297 * gdb.base/info-shared.exp
6298 * gdb.base/jit-simple.exp
6299 * gdb.base/jit-so.exp
6300 * gdb.base/jit.exp
6301 * gdb.base/jump.exp
6302 * gdb.base/label.exp
6303 * gdb.base/lineinc.exp
6304 * gdb.base/logical.exp
6305 * gdb.base/longjmp.exp
6306 * gdb.base/macscp.exp
6307 * gdb.base/miscexprs.exp
6308 * gdb.base/new-ui-echo.exp
6309 * gdb.base/new-ui-pending-input.exp
6310 * gdb.base/new-ui.exp
6311 * gdb.base/nodebug.exp
6312 * gdb.base/nofield.exp
6313 * gdb.base/offsets.exp
6314 * gdb.base/overlays.exp
6315 * gdb.base/pending.exp
6316 * gdb.base/pointers.exp
6317 * gdb.base/pr11022.exp
6318 * gdb.base/printcmds.exp
6319 * gdb.base/prologue.exp
6320 * gdb.base/ptr-typedef.exp
6321 * gdb.base/realname-expand.exp
6322 * gdb.base/relativedebug.exp
6323 * gdb.base/relocate.exp
6324 * gdb.base/remote.exp
6325 * gdb.base/reread.exp
6326 * gdb.base/return2.exp
6327 * gdb.base/savedregs.exp
6328 * gdb.base/sep.exp
6329 * gdb.base/sepdebug.exp
6330 * gdb.base/sepsymtab.exp
6331 * gdb.base/set-inferior-tty.exp
6332 * gdb.base/setshow.exp
6333 * gdb.base/shlib-call.exp
6334 * gdb.base/sigaltstack.exp
6335 * gdb.base/siginfo-addr.exp
6336 * gdb.base/signals.exp
6337 * gdb.base/signull.exp
6338 * gdb.base/sigrepeat.exp
6339 * gdb.base/so-impl-ld.exp
6340 * gdb.base/solib-display.exp
6341 * gdb.base/solib-overlap.exp
6342 * gdb.base/solib-search.exp
6343 * gdb.base/solib-symbol.exp
6344 * gdb.base/structs.exp
6345 * gdb.base/structs2.exp
6346 * gdb.base/symtab-search-order.exp
6347 * gdb.base/twice.exp
6348 * gdb.base/unload.exp
6349 * gdb.base/varargs.exp
6350 * gdb.base/watchpoint-solib.exp
6351 * gdb.base/watchpoint.exp
6352 * gdb.base/whatis.exp
6353 * gdb.base/wrong_frame_bt_full.exp
6354 * gdb.btrace/dlopen.exp
6355 * gdb.cell/ea-standalone.exp
6356 * gdb.cell/ea-test.exp
6357 * gdb.cp/dispcxx.exp
6358 * gdb.cp/gdb2384.exp
6359 * gdb.cp/method2.exp
6360 * gdb.cp/nextoverthrow.exp
6361 * gdb.cp/pr10728.exp
6362 * gdb.disasm/am33.exp
6363 * gdb.disasm/h8300s.exp
6364 * gdb.disasm/mn10300.exp
6365 * gdb.disasm/sh3.exp
6366 * gdb.dwarf2/dw2-dir-file-name.exp
6367 * gdb.fortran/complex.exp
6368 * gdb.fortran/library-module.exp
6369 * gdb.guile/scm-pretty-print.exp
6370 * gdb.guile/scm-symbol.exp
6371 * gdb.guile/scm-type.exp
6372 * gdb.guile/scm-value.exp
6373 * gdb.linespec/linespec.exp
6374 * gdb.mi/gdb701.exp
6375 * gdb.mi/gdb792.exp
6376 * gdb.mi/mi-breakpoint-changed.exp
6377 * gdb.mi/mi-dprintf-pending.exp
6378 * gdb.mi/mi-dprintf.exp
6379 * gdb.mi/mi-exit-code.exp
6380 * gdb.mi/mi-pending.exp
6381 * gdb.mi/mi-solib.exp
6382 * gdb.mi/new-ui-mi-sync.exp
6383 * gdb.mi/pr11022.exp
6384 * gdb.mi/user-selected-context-sync.exp
6385 * gdb.opt/solib-intra-step.exp
6386 * gdb.python/py-events.exp
6387 * gdb.python/py-finish-breakpoint.exp
6388 * gdb.python/py-mi.exp
6389 * gdb.python/py-prettyprint.exp
6390 * gdb.python/py-shared.exp
6391 * gdb.python/py-symbol.exp
6392 * gdb.python/py-template.exp
6393 * gdb.python/py-type.exp
6394 * gdb.python/py-value.exp
6395 * gdb.reverse/solib-precsave.exp
6396 * gdb.reverse/solib-reverse.exp
6397 * gdb.server/solib-list.exp
6398 * gdb.stabs/weird.exp
6399 * gdb.threads/reconnect-signal.exp
6400 * gdb.threads/stepi-random-signal.exp
6401 * gdb.trace/actions.exp
6402 * gdb.trace/ax.exp
6403 * gdb.trace/backtrace.exp
6404 * gdb.trace/change-loc.exp
6405 * gdb.trace/deltrace.exp
6406 * gdb.trace/ftrace-lock.exp
6407 * gdb.trace/ftrace.exp
6408 * gdb.trace/infotrace.exp
6409 * gdb.trace/mi-tracepoint-changed.exp
6410 * gdb.trace/packetlen.exp
6411 * gdb.trace/passcount.exp
6412 * gdb.trace/pending.exp
6413 * gdb.trace/range-stepping.exp
6414 * gdb.trace/report.exp
6415 * gdb.trace/stap-trace.exp
6416 * gdb.trace/tfind.exp
6417 * gdb.trace/trace-break.exp
6418 * gdb.trace/trace-condition.exp
6419 * gdb.trace/trace-enable-disable.exp
6420 * gdb.trace/trace-mt.exp
6421 * gdb.trace/tracecmd.exp
6422 * gdb.trace/tspeed.exp
6423 * gdb.trace/tsv.exp
6424 * lib/perftest.exp
6425
64262016-12-01 Luis Machado <lgustavo@codesourcery.com>
6427
6428 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6429 with gdb_test_no_output.
6430 Use command as test name.
6431
64322016-12-01 Luis Machado <lgustavo@codesourcery.com>
6433
6434 Fix test names starting with uppercase throughout the files.
6435
6436 * gdb.ada/assign_1.exp
6437 * gdb.ada/boolean_expr.exp
6438 * gdb.base/arrayidx.exp
6439 * gdb.base/del.exp
6440 * gdb.base/gcore-buffer-overflow.exp
6441 * gdb.base/testenv.exp
6442 * gdb.compile/compile.exp
6443 * gdb.python/py-framefilter-invalidarg.exp
6444 * gdb.python/py-framefilter.exp
6445
64462016-12-01 Luis Machado <lgustavo@codesourcery.com>
6447
6448 Fix test names starting with uppercase throughout the files.
6449
6450 * gdb.ada/array_return.exp
6451 * gdb.ada/expr_delims.exp
6452 * gdb.ada/mi_dyn_arr.exp
6453 * gdb.ada/mi_interface.exp
6454 * gdb.ada/mi_var_array.exp
6455 * gdb.ada/watch_arg.exp
6456 * gdb.arch/alpha-step.exp
6457 * gdb.arch/altivec-regs.exp
6458 * gdb.arch/e500-regs.exp
6459 * gdb.arch/powerpc-d128-regs.exp
6460 * gdb.base/arrayidx.exp
6461 * gdb.base/break.exp
6462 * gdb.base/checkpoint.exp
6463 * gdb.base/debug-expr.exp
6464 * gdb.base/dmsym.exp
6465 * gdb.base/radix.exp
6466 * gdb.base/sepdebug.exp
6467 * gdb.base/testenv.exp
6468 * gdb.base/watch_thread_num.exp
6469 * gdb.base/watchpoint-cond-gone.exp
6470 * gdb.cell/break.exp
6471 * gdb.cell/ea-cache.exp
6472 * gdb.compile/compile.exp
6473 * gdb.cp/gdb2495.exp
6474 * gdb.gdb/selftest.exp
6475 * gdb.gdb/xfullpath.exp
6476 * gdb.go/hello.exp
6477 * gdb.go/integers.exp
6478 * gdb.objc/basicclass.exp
6479 * gdb.pascal/hello.exp
6480 * gdb.pascal/integers.exp
6481 * gdb.python/py-breakpoint.exp
6482 * gdb.python/py-cmd.exp
6483 * gdb.python/py-linetable.exp
6484 * gdb.python/py-xmethods.exp
6485 * gdb.python/python.exp
6486 * gdb.reverse/consecutive-precsave.exp
6487 * gdb.reverse/finish-precsave.exp
6488 * gdb.reverse/i386-precsave.exp
6489 * gdb.reverse/machinestate-precsave.exp
6490 * gdb.reverse/sigall-precsave.exp
6491 * gdb.reverse/solib-precsave.exp
6492 * gdb.reverse/step-precsave.exp
6493 * gdb.reverse/until-precsave.exp
6494 * gdb.reverse/watch-precsave.exp
6495 * gdb.threads/leader-exit.exp
6496 * gdb.threads/pthreads.exp
6497 * gdb.threads/wp-replication.exp
6498 * gdb.trace/actions.exp
6499 * gdb.trace/mi-tsv-changed.exp
6500 * gdb.trace/tsv.exp
6501
65022016-12-01 Luis Machado <lgustavo@codesourcery.com>
6503
6504 Fix test names starting with uppercase throughout the files.
6505
6506 * gdb.arch/i386-bp_permanent.exp
6507 * gdb.arch/i386-gnu-cfi.exp
6508 * gdb.base/disasm-end-cu.exp
6509 * gdb.base/macscp.exp
6510 * gdb.base/pending.exp
6511 * gdb.base/watch_thread_num.exp
6512 * gdb.cp/exception.exp
6513 * gdb.cp/gdb2495.exp
6514 * gdb.cp/local.exp
6515 * gdb.python/py-evsignal.exp
6516 * gdb.python/python.exp
6517 * gdb.trace/tracecmd.exp
6518
65192016-12-01 Luis Machado <lgustavo@codesourcery.com>
6520
6521 Fix test names starting with uppercase throughout the files.
6522
6523 * gdb.base/charset.exp
6524 * gdb.base/eval.exp
6525 * gdb.base/multi-forks.exp
6526 * gdb.guile/scm-progspace.exp
6527 * gdb.opencl/datatypes.exp
6528 * gdb.python/py-block.exp
6529 * gdb.python/py-function.exp
6530 * gdb.python/py-symbol.exp
6531 * gdb.python/py-symtab.exp
6532 * gdb.python/py-xmethods.exp
6533 * gdb.reverse/break-precsave.exp
6534 * gdb.reverse/break-reverse.exp
6535 * gdb.reverse/consecutive-precsave.exp
6536 * gdb.reverse/consecutive-reverse.exp
6537 * gdb.reverse/finish-precsave.exp
6538 * gdb.reverse/finish-reverse-bkpt.exp
6539 * gdb.reverse/finish-reverse.exp
6540 * gdb.reverse/fstatat-reverse.exp
6541 * gdb.reverse/getresuid-reverse.exp
6542 * gdb.reverse/i386-precsave.exp
6543 * gdb.reverse/i386-reverse.exp
6544 * gdb.reverse/i386-sse-reverse.exp
6545 * gdb.reverse/i387-stack-reverse.exp
6546 * gdb.reverse/insn-reverse.exp
6547 * gdb.reverse/machinestate-precsave.exp
6548 * gdb.reverse/machinestate.exp
6549 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6550 * gdb.reverse/pipe-reverse.exp
6551 * gdb.reverse/readv-reverse.exp
6552 * gdb.reverse/recvmsg-reverse.exp
6553 * gdb.reverse/rerun-prec.exp
6554 * gdb.reverse/s390-mvcle.exp
6555 * gdb.reverse/sigall-precsave.exp
6556 * gdb.reverse/sigall-reverse.exp
6557 * gdb.reverse/solib-precsave.exp
6558 * gdb.reverse/solib-reverse.exp
6559 * gdb.reverse/step-precsave.exp
6560 * gdb.reverse/step-reverse.exp
6561 * gdb.reverse/time-reverse.exp
6562 * gdb.reverse/until-precsave.exp
6563 * gdb.reverse/until-reverse.exp
6564 * gdb.reverse/waitpid-reverse.exp
6565 * gdb.reverse/watch-precsave.exp
6566 * gdb.reverse/watch-reverse.exp
6567
65682016-12-01 Luis Machado <lgustavo@codesourcery.com>
6569
6570 Fix test names starting with uppercase throughout the files.
6571
6572 * gdb.arch/i386-mpx-simple_segv.exp
6573 * gdb.arch/i386-mpx.exp
6574 * gdb.arch/i386-permbkpt.exp
6575 * gdb.arch/pa-nullify.exp
6576 * gdb.arch/powerpc-d128-regs.exp
6577 * gdb.arch/vsx-regs.exp
6578 * gdb.base/bfp-test.exp
6579 * gdb.base/break.exp
6580 * gdb.base/breakpoint-shadow.exp
6581 * gdb.base/callfuncs.exp
6582 * gdb.base/charset.exp
6583 * gdb.base/commands.exp
6584 * gdb.base/completion.exp
6585 * gdb.base/dfp-test.exp
6586 * gdb.base/echo.exp
6587 * gdb.base/ending-run.exp
6588 * gdb.base/eval.exp
6589 * gdb.base/expand-psymtabs.exp
6590 * gdb.base/float128.exp
6591 * gdb.base/floatn.exp
6592 * gdb.base/foll-exec-mode.exp
6593 * gdb.base/gdb1056.exp
6594 * gdb.base/gdb11531.exp
6595 * gdb.base/kill-after-signal.exp
6596 * gdb.base/multi-forks.exp
6597 * gdb.base/overlays.exp
6598 * gdb.base/pending.exp
6599 * gdb.base/sepdebug.exp
6600 * gdb.base/testenv.exp
6601 * gdb.base/valgrind-db-attach.exp
6602 * gdb.base/watch_thread_num.exp
6603 * gdb.base/watchpoint-cond-gone.exp
6604 * gdb.base/watchpoint.exp
6605 * gdb.base/watchpoints.exp
6606 * gdb.cp/arg-reference.exp
6607 * gdb.cp/baseenum.exp
6608 * gdb.cp/operator.exp
6609 * gdb.cp/shadow.exp
6610 * gdb.dwarf2/dw2-op-out-param.exp
6611 * gdb.dwarf2/dw2-reg-undefined.exp
6612 * gdb.go/chan.exp
6613 * gdb.go/hello.exp
6614 * gdb.go/integers.exp
6615 * gdb.go/methods.exp
6616 * gdb.go/package.exp
6617 * gdb.guile/scm-parameter.exp
6618 * gdb.guile/scm-progspace.exp
6619 * gdb.guile/scm-value.exp
6620 * gdb.mi/mi-pending.exp
6621 * gdb.mi/user-selected-context-sync.exp
6622 * gdb.multi/multi-attach.exp
6623 * gdb.multi/tids.exp
6624 * gdb.opt/clobbered-registers-O2.exp
6625 * gdb.pascal/floats.exp
6626 * gdb.pascal/integers.exp
6627 * gdb.python/py-block.exp
6628 * gdb.python/py-events.exp
6629 * gdb.python/py-parameter.exp
6630 * gdb.python/py-symbol.exp
6631 * gdb.python/py-symtab.exp
6632 * gdb.python/py-type.exp
6633 * gdb.python/py-value.exp
6634 * gdb.python/py-xmethods.exp
6635 * gdb.python/python.exp
6636 * gdb.reverse/break-precsave.exp
6637 * gdb.reverse/consecutive-precsave.exp
6638 * gdb.reverse/finish-precsave.exp
6639 * gdb.reverse/i386-precsave.exp
6640 * gdb.reverse/machinestate-precsave.exp
6641 * gdb.reverse/sigall-precsave.exp
6642 * gdb.reverse/solib-precsave.exp
6643 * gdb.reverse/step-precsave.exp
6644 * gdb.reverse/until-precsave.exp
6645 * gdb.reverse/watch-precsave.exp
6646 * gdb.server/ext-attach.exp
6647 * gdb.server/ext-restart.exp
6648 * gdb.server/ext-run.exp
6649 * gdb.server/ext-wrapper.exp
6650 * gdb.stabs/gdb11479.exp
6651 * gdb.stabs/weird.exp
6652 * gdb.threads/attach-many-short-lived-threads.exp
6653 * gdb.threads/kill.exp
6654 * gdb.threads/watchpoint-fork.exp
6655
66562016-12-01 Luis Machado <lgustavo@codesourcery.com>
6657
6658 Fix test names starting with uppercase throughout all the files below.
6659
6660 * gdb.ada/array_return.exp
6661 * gdb.ada/catch_ex.exp
6662 * gdb.ada/info_exc.exp
6663 * gdb.ada/mi_catch_ex.exp
6664 * gdb.ada/mi_dyn_arr.exp
6665 * gdb.ada/mi_ex_cond.exp
6666 * gdb.ada/mi_exc_info.exp
6667 * gdb.ada/mi_interface.exp
6668 * gdb.ada/mi_task_arg.exp
6669 * gdb.ada/mi_task_info.exp
6670 * gdb.ada/mi_var_array.exp
6671 * gdb.arch/alpha-step.exp
6672 * gdb.arch/amd64-disp-step.exp
6673 * gdb.arch/arm-disp-step.exp
6674 * gdb.arch/disp-step-insn-reloc.exp
6675 * gdb.arch/e500-prologue.exp
6676 * gdb.arch/ftrace-insn-reloc.exp
6677 * gdb.arch/gdb1558.exp
6678 * gdb.arch/i386-bp_permanent.exp
6679 * gdb.arch/i386-disp-step.exp
6680 * gdb.arch/i386-float.exp
6681 * gdb.arch/i386-gnu-cfi.exp
6682 * gdb.arch/ia64-breakpoint-shadow.exp
6683 * gdb.arch/mips16-thunks.exp
6684 * gdb.arch/pa-nullify.exp
6685 * gdb.arch/powerpc-aix-prologue.exp
6686 * gdb.arch/powerpc-power.exp
6687 * gdb.arch/ppc-dfp.exp
6688 * gdb.arch/s390-tdbregs.exp
6689 * gdb.arch/spu-info.exp
6690 * gdb.arch/spu-ls.exp
6691 * gdb.arch/thumb-bx-pc.exp
6692 * gdb.base/advance.exp
6693 * gdb.base/annota-input-while-running.exp
6694 * gdb.base/arrayidx.exp
6695 * gdb.base/asmlabel.exp
6696 * gdb.base/async.exp
6697 * gdb.base/attach-wait-input.exp
6698 * gdb.base/auto-connect-native-target.exp
6699 * gdb.base/batch-preserve-term-settings.exp
6700 * gdb.base/bfp-test.exp
6701 * gdb.base/bigcore.exp
6702 * gdb.base/bp-permanent.exp
6703 * gdb.base/break-always.exp
6704 * gdb.base/break-fun-addr.exp
6705 * gdb.base/break-idempotent.exp
6706 * gdb.base/break-main-file-remove-fail.exp
6707 * gdb.base/break-probes.exp
6708 * gdb.base/break-unload-file.exp
6709 * gdb.base/break.exp
6710 * gdb.base/call-ar-st.exp
6711 * gdb.base/call-rt-st.exp
6712 * gdb.base/call-sc.exp
6713 * gdb.base/call-signal-resume.exp
6714 * gdb.base/call-strs.exp
6715 * gdb.base/callexit.exp
6716 * gdb.base/callfuncs.exp
6717 * gdb.base/catch-gdb-caused-signals.exp
6718 * gdb.base/catch-signal-siginfo-cond.exp
6719 * gdb.base/catch-syscall.exp
6720 * gdb.base/compare-sections.exp
6721 * gdb.base/cond-eval-mode.exp
6722 * gdb.base/condbreak-call-false.exp
6723 * gdb.base/consecutive-step-over.exp
6724 * gdb.base/cursal.exp
6725 * gdb.base/disabled-location.exp
6726 * gdb.base/disasm-end-cu.exp
6727 * gdb.base/display.exp
6728 * gdb.base/double-prompt-target-event-error.exp
6729 * gdb.base/dprintf-bp-same-addr.exp
6730 * gdb.base/dprintf-detach.exp
6731 * gdb.base/dprintf-next.exp
6732 * gdb.base/dprintf-non-stop.exp
6733 * gdb.base/dprintf-pending.exp
6734 * gdb.base/dso2dso.exp
6735 * gdb.base/ending-run.exp
6736 * gdb.base/enum_cond.exp
6737 * gdb.base/examine-backward.exp
6738 * gdb.base/exe-lock.exp
6739 * gdb.base/exec-invalid-sysroot.exp
6740 * gdb.base/execl-update-breakpoints.exp
6741 * gdb.base/execution-termios.exp
6742 * gdb.base/fileio.exp
6743 * gdb.base/fixsection.exp
6744 * gdb.base/foll-exec-mode.exp
6745 * gdb.base/foll-exec.exp
6746 * gdb.base/fork-running-state.exp
6747 * gdb.base/frame-args.exp
6748 * gdb.base/fullpath-expand.exp
6749 * gdb.base/func-ptr.exp
6750 * gdb.base/gcore-relro-pie.exp
6751 * gdb.base/gdb1090.exp
6752 * gdb.base/gdb1555.exp
6753 * gdb.base/global-var-nested-by-dso.exp
6754 * gdb.base/gnu-ifunc.exp
6755 * gdb.base/hbreak-in-shr-unsupported.exp
6756 * gdb.base/hbreak-unmapped.exp
6757 * gdb.base/hook-stop.exp
6758 * gdb.base/infcall-input.exp
6759 * gdb.base/info-fun.exp
6760 * gdb.base/info-shared.exp
6761 * gdb.base/interrupt-noterm.exp
6762 * gdb.base/jit-so.exp
6763 * gdb.base/jit.exp
6764 * gdb.base/line-symtabs.exp
6765 * gdb.base/list.exp
6766 * gdb.base/longjmp.exp
6767 * gdb.base/macscp.exp
6768 * gdb.base/max-value-size.exp
6769 * gdb.base/nodebug.exp
6770 * gdb.base/nofield.exp
6771 * gdb.base/overlays.exp
6772 * gdb.base/paginate-after-ctrl-c-running.exp
6773 * gdb.base/paginate-bg-execution.exp
6774 * gdb.base/paginate-inferior-exit.exp
6775 * gdb.base/pending.exp
6776 * gdb.base/pr11022.exp
6777 * gdb.base/printcmds.exp
6778 * gdb.base/ptr-typedef.exp
6779 * gdb.base/ptype.exp
6780 * gdb.base/randomize.exp
6781 * gdb.base/range-stepping.exp
6782 * gdb.base/realname-expand.exp
6783 * gdb.base/relativedebug.exp
6784 * gdb.base/remote.exp
6785 * gdb.base/savedregs.exp
6786 * gdb.base/sepdebug.exp
6787 * gdb.base/set-noassign.exp
6788 * gdb.base/shlib-call.exp
6789 * gdb.base/shreloc.exp
6790 * gdb.base/sigaltstack.exp
6791 * gdb.base/sigbpt.exp
6792 * gdb.base/siginfo-addr.exp
6793 * gdb.base/siginfo-obj.exp
6794 * gdb.base/siginfo-thread.exp
6795 * gdb.base/signest.exp
6796 * gdb.base/signull.exp
6797 * gdb.base/sigrepeat.exp
6798 * gdb.base/skip.exp
6799 * gdb.base/so-impl-ld.exp
6800 * gdb.base/solib-corrupted.exp
6801 * gdb.base/solib-disc.exp
6802 * gdb.base/solib-display.exp
6803 * gdb.base/solib-overlap.exp
6804 * gdb.base/solib-search.exp
6805 * gdb.base/solib-symbol.exp
6806 * gdb.base/source-execution.exp
6807 * gdb.base/sss-bp-on-user-bp-2.exp
6808 * gdb.base/sss-bp-on-user-bp.exp
6809 * gdb.base/stack-checking.exp
6810 * gdb.base/stale-infcall.exp
6811 * gdb.base/step-break.exp
6812 * gdb.base/step-line.exp
6813 * gdb.base/step-over-exit.exp
6814 * gdb.base/step-test.exp
6815 * gdb.base/structs.exp
6816 * gdb.base/sym-file.exp
6817 * gdb.base/symtab-search-order.exp
6818 * gdb.base/term.exp
6819 * gdb.base/type-opaque.exp
6820 * gdb.base/unload.exp
6821 * gdb.base/until-nodebug.exp
6822 * gdb.base/until.exp
6823 * gdb.base/unwindonsignal.exp
6824 * gdb.base/watch-cond.exp
6825 * gdb.base/watch-non-mem.exp
6826 * gdb.base/watch_thread_num.exp
6827 * gdb.base/watchpoint-reuse-slot.exp
6828 * gdb.base/watchpoint-solib.exp
6829 * gdb.base/watchpoint.exp
6830 * gdb.btrace/dlopen.exp
6831 * gdb.cell/arch.exp
6832 * gdb.cell/break.exp
6833 * gdb.cell/bt.exp
6834 * gdb.cell/core.exp
6835 * gdb.cell/data.exp
6836 * gdb.cell/dwarfaddr.exp
6837 * gdb.cell/ea-cache.exp
6838 * gdb.cell/ea-standalone.exp
6839 * gdb.cell/ea-test.exp
6840 * gdb.cell/f-regs.exp
6841 * gdb.cell/fork.exp
6842 * gdb.cell/gcore.exp
6843 * gdb.cell/mem-access.exp
6844 * gdb.cell/ptype.exp
6845 * gdb.cell/registers.exp
6846 * gdb.cell/sizeof.exp
6847 * gdb.cell/solib-symbol.exp
6848 * gdb.cell/solib.exp
6849 * gdb.compile/compile-tls.exp
6850 * gdb.cp/exception.exp
6851 * gdb.cp/gdb2495.exp
6852 * gdb.cp/local.exp
6853 * gdb.cp/mb-inline.exp
6854 * gdb.cp/mb-templates.exp
6855 * gdb.cp/pr10687.exp
6856 * gdb.cp/pr9167.exp
6857 * gdb.cp/scope-err.exp
6858 * gdb.cp/templates.exp
6859 * gdb.cp/virtfunc.exp
6860 * gdb.dwarf2/dw2-dir-file-name.exp
6861 * gdb.dwarf2/dw2-single-line-discriminators.exp
6862 * gdb.fortran/complex.exp
6863 * gdb.fortran/library-module.exp
6864 * gdb.guile/guile.exp
6865 * gdb.guile/scm-cmd.exp
6866 * gdb.guile/scm-frame-inline.exp
6867 * gdb.guile/scm-objfile.exp
6868 * gdb.guile/scm-pretty-print.exp
6869 * gdb.guile/scm-symbol.exp
6870 * gdb.guile/scm-type.exp
6871 * gdb.guile/scm-value.exp
6872 * gdb.linespec/keywords.exp
6873 * gdb.linespec/ls-errs.exp
6874 * gdb.linespec/macro-relative.exp
6875 * gdb.linespec/thread.exp
6876 * gdb.mi/mi-breakpoint-changed.exp
6877 * gdb.mi/mi-dprintf-pending.exp
6878 * gdb.mi/mi-fullname-deleted.exp
6879 * gdb.mi/mi-logging.exp
6880 * gdb.mi/mi-pending.exp
6881 * gdb.mi/mi-solib.exp
6882 * gdb.mi/new-ui-mi-sync.exp
6883 * gdb.mi/user-selected-context-sync.exp
6884 * gdb.multi/dummy-frame-restore.exp
6885 * gdb.multi/multi-arch-exec.exp
6886 * gdb.multi/remove-inferiors.exp
6887 * gdb.multi/watchpoint-multi-exit.exp
6888 * gdb.opt/solib-intra-step.exp
6889 * gdb.perf/backtrace.exp
6890 * gdb.perf/single-step.exp
6891 * gdb.perf/skip-command.exp
6892 * gdb.perf/skip-prologue.exp
6893 * gdb.perf/solib.exp
6894 * gdb.python/lib-types.exp
6895 * gdb.python/py-as-string.exp
6896 * gdb.python/py-bad-printers.exp
6897 * gdb.python/py-block.exp
6898 * gdb.python/py-breakpoint.exp
6899 * gdb.python/py-cmd.exp
6900 * gdb.python/py-events.exp
6901 * gdb.python/py-evthreads.exp
6902 * gdb.python/py-finish-breakpoint.exp
6903 * gdb.python/py-finish-breakpoint2.exp
6904 * gdb.python/py-frame-inline.exp
6905 * gdb.python/py-frame.exp
6906 * gdb.python/py-inferior.exp
6907 * gdb.python/py-infthread.exp
6908 * gdb.python/py-mi.exp
6909 * gdb.python/py-objfile.exp
6910 * gdb.python/py-pp-maint.exp
6911 * gdb.python/py-pp-registration.exp
6912 * gdb.python/py-prettyprint.exp
6913 * gdb.python/py-recurse-unwind.exp
6914 * gdb.python/py-shared.exp
6915 * gdb.python/py-symbol.exp
6916 * gdb.python/py-symtab.exp
6917 * gdb.python/py-template.exp
6918 * gdb.python/py-type.exp
6919 * gdb.python/py-unwind-maint.exp
6920 * gdb.python/py-unwind.exp
6921 * gdb.python/py-value.exp
6922 * gdb.python/python.exp
6923 * gdb.reverse/finish-reverse-bkpt.exp
6924 * gdb.reverse/insn-reverse.exp
6925 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6926 * gdb.reverse/solib-precsave.exp
6927 * gdb.reverse/solib-reverse.exp
6928 * gdb.stabs/gdb11479.exp
6929 * gdb.stabs/weird.exp
6930 * gdb.threads/fork-child-threads.exp
6931 * gdb.threads/fork-plus-threads.exp
6932 * gdb.threads/fork-thread-pending.exp
6933 * gdb.threads/forking-threads-plus-breakpoint.exp
6934 * gdb.threads/hand-call-in-threads.exp
6935 * gdb.threads/interrupted-hand-call.exp
6936 * gdb.threads/linux-dp.exp
6937 * gdb.threads/local-watch-wrong-thread.exp
6938 * gdb.threads/next-while-other-thread-longjmps.exp
6939 * gdb.threads/non-ldr-exit.exp
6940 * gdb.threads/pending-step.exp
6941 * gdb.threads/print-threads.exp
6942 * gdb.threads/process-dies-while-detaching.exp
6943 * gdb.threads/process-dies-while-handling-bp.exp
6944 * gdb.threads/pthreads.exp
6945 * gdb.threads/queue-signal.exp
6946 * gdb.threads/reconnect-signal.exp
6947 * gdb.threads/signal-command-handle-nopass.exp
6948 * gdb.threads/signal-command-multiple-signals-pending.exp
6949 * gdb.threads/signal-delivered-right-thread.exp
6950 * gdb.threads/signal-sigtrap.exp
6951 * gdb.threads/sigthread.exp
6952 * gdb.threads/staticthreads.exp
6953 * gdb.threads/stepi-random-signal.exp
6954 * gdb.threads/thread-unwindonsignal.exp
6955 * gdb.threads/thread_check.exp
6956 * gdb.threads/thread_events.exp
6957 * gdb.threads/tid-reuse.exp
6958 * gdb.threads/tls-nodebug.exp
6959 * gdb.threads/tls-shared.exp
6960 * gdb.threads/tls-so_extern.exp
6961 * gdb.threads/tls.exp
6962 * gdb.threads/wp-replication.exp
6963 * gdb.trace/actions-changed.exp
6964 * gdb.trace/actions.exp
6965 * gdb.trace/backtrace.exp
6966 * gdb.trace/change-loc.exp
6967 * gdb.trace/collection.exp
6968 * gdb.trace/deltrace.exp
6969 * gdb.trace/disconnected-tracing.exp
6970 * gdb.trace/entry-values.exp
6971 * gdb.trace/ftrace-lock.exp
6972 * gdb.trace/ftrace.exp
6973 * gdb.trace/infotrace.exp
6974 * gdb.trace/mi-trace-frame-collected.exp
6975 * gdb.trace/mi-trace-unavailable.exp
6976 * gdb.trace/mi-traceframe-changed.exp
6977 * gdb.trace/mi-tracepoint-changed.exp
6978 * gdb.trace/mi-tsv-changed.exp
6979 * gdb.trace/no-attach-trace.exp
6980 * gdb.trace/packetlen.exp
6981 * gdb.trace/passc-dyn.exp
6982 * gdb.trace/passcount.exp
6983 * gdb.trace/pending.exp
6984 * gdb.trace/pr16508.exp
6985 * gdb.trace/qtro.exp
6986 * gdb.trace/range-stepping.exp
6987 * gdb.trace/read-memory.exp
6988 * gdb.trace/report.exp
6989 * gdb.trace/save-trace.exp
6990 * gdb.trace/signal.exp
6991 * gdb.trace/stap-trace.exp
6992 * gdb.trace/status-stop.exp
6993 * gdb.trace/strace.exp
6994 * gdb.trace/tfile.exp
6995 * gdb.trace/tfind.exp
6996 * gdb.trace/trace-break.exp
6997 * gdb.trace/trace-condition.exp
6998 * gdb.trace/trace-enable-disable.exp
6999 * gdb.trace/trace-mt.exp
7000 * gdb.trace/tracecmd.exp
7001 * gdb.trace/tracefile-pseudo-reg.exp
7002 * gdb.trace/tspeed.exp
7003 * gdb.trace/tstatus.exp
7004 * gdb.trace/tsv.exp
7005 * gdb.trace/unavailable.exp
7006 * gdb.trace/while-dyn.exp
7007 * gdb.trace/while-stepping.exp
7008 * lib/gdb-guile.exp
7009 * lib/gdb.exp
7010 * lib/mi-support.exp
7011 * lib/pascal.exp
7012 * lib/perftest.exp
7013 * lib/prelink-support.exp
7014 * lib/selftest-support.exp
7015
70162016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7017
7018 * Makefile.in: Include disable-implicit-rules.mk.
7019
70202016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7021
7022 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7023 non-byte-aligned bit fields.
7024
70252016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7026
7027 PR gdb/12616
7028 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7029 respects the DW_AT_data_bit_offset attribute.
7030
70312016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7032
7033 * gdb.base/default.exp: Fix output of "set language".
7034
70352016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7036
7037 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7038 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7039 make.
7040 * configure.ac: Remove checks for the make program.
7041 * configure: Re-generate.
7042
70432016-11-16 Kevin Buettner <kevinb@redhat.com>
7044
7045 * gdb.python/py-recurse-unwind.c (main): Add loop.
7046 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7047 to read_register() and gdb.parse_and_eval(). Make each code
7048 call a separate case that can be individually tested.
7049 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7050 proc. Call cont_and_backtrace for each of the code paths that
7051 we want to test in the unwinder.
7052
70532016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7054
7055 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7056 the definition of struct S.
7057
70582016-11-11 Catherine Moore <clm@codesourcery.com>
7059
7060 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7061
70622016-11-09 Pedro Alves <palves@redhat.com>
7063
7064 * gdb.base/commands.exp (runto_or_return): New procedure.
7065 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7066 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7067 (progvar_simple_while_test, progvar_complex_if_while_test)
7068 (if_while_breakpoint_command_test)
7069 (infrun_breakpoint_command_test, breakpoint_command_test)
7070 (user_defined_command_test, watchpoint_command_test)
7071 (test_command_prompt_position, redefine_hook_test)
7072 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7073 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7074 multi_line_input and multi_line. Remove gdb_expect and
7075 gdb_stop_suppressing_tests uses.
7076 * lib/gdb.exp (valnum_re): New global.
7077 (multi_line_input): New procedure.
7078
70792016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7080
7081 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7082 Remove.
7083 (test_setup): Define with proc_with_prefix.
7084 (test_cli_inferior): Likewise.
7085 (test_cli_thread): Likewise.
7086 (test_cli_frame): Likewise.
7087 (test_cli_select_frame): Likewise.
7088 (test_cli_up_down): Likewise.
7089 (test_mi_thread_select): Likewise.
7090 (test_mi_stack_select_frame): Likewise.
7091 (test_cli_in_mi_inferior): Likewise.
7092 (test_cli_in_mi_thread): Likewise.
7093 (test_cli_in_mi_frame): Likewise.
7094 (top level): Do not use with_test_prefix_procname.
7095
70962016-11-09 Pedro Alves <palves@redhat.com>
7097
7098 * gdb.base/commands.exp (gdbvar_simple_if_test)
7099 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7100 (progvar_simple_if_test, progvar_simple_while_test)
7101 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7102 (infrun_breakpoint_command_test, breakpoint_command_test)
7103 (user_defined_command_test, watchpoint_command_test)
7104 (test_command_prompt_position, deprecated_command_test)
7105 (bp_deleted_in_command, temporary_breakpoint_commands)
7106 (stray_arg0_test, source_file_with_indented_comment)
7107 (recursive_source_test, if_commands_test)
7108 (error_clears_commands_left, redefine_hook_test)
7109 (redefine_backtrace_test): Use proc_with_prefix.
7110 * lib/gdb.exp (proc_with_prefix): New proc.
7111
71122016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7113
7114 * gdb.base/tui-layout.c: New file.
7115 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7116 disassembly window contains very long lines.
7117
71182016-11-08 Tom Tromey <tom@tromey.com>
7119
7120 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7121 depend on Python 2.
7122
71232016-11-08 Tom Tromey <tom@tromey.com>
7124
7125 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7126 New method.
7127
71282016-10-29 Manish Goregaokar <manish@mozilla.com>
7129
7130 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7131
71322016-10-27 Manish Goregaokar <manish@mozilla.com>
7133
7134 * gdb.rust/simple.rs: Add test for univariant enums without
7135 discriminants and for encoded struct-like enums.
7136
71372016-10-28 Pedro Alves <palves@redhat.com>
7138
7139 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7140 gdb_test_multiple, tighten regexps and match symtabs and line
7141 tables incrementally.
7142
71432016-10-28 Luis Machado <lgustavo@codesourcery.com>
7144
7145 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7146 general.
7147
71482016-10-25 Luis Machado <lgustavo@codesourcery.com>
7149
7150 * gdb.base/exec-invalid-sysroot.exp: New file.
7151
71522016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7153
7154 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7155
71562016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7157
7158 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7159
71602016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7161
7162 * gdb.base/killed-outside.exp: Remove $options from a call to
7163 `prepare_for_testing'.
7164
71652016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7166
7167 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7168 Change test message.
7169
71702016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7171
7172 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7173 Update comment.
7174
71752016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7176
7177 * gdb.trace/mi-trace-save.exp: New file.
7178
71792016-10-13 Yao Qi <yao.qi@linaro.org>
7180
7181 * gdb.base/code_elim.exp (get_var_address): Remove.
7182 * gdb.base/relocate.exp: Likewise.
7183 * gdb.base/shreloc.exp: Likewise.
7184 * lib/gdb.exp (get_var_address): New.
7185
71862016-10-13 Yao Qi <yao.qi@linaro.org>
7187
7188 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7189 floating point tests if $skip_float_test is false.
7190
71912016-10-12 Luis Machado <lgustavo@codesourcery.com>
7192
7193 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7194 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7195 argc values.
7196 Add 1 to argc so we guarantee distinct initial/modified argc values.
7197
71982016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7199
7200 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7201
72022016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7203
7204 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7205 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7206 * gdb.arch/vsx-regs.exp: Likewise.
7207
72082016-10-07 Yao Qi <yao.qi@linaro.org>
7209
7210 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7211
72122016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7213
7214 * gdb.python/python.exp: Test decode_line("*0").
7215
72162016-10-06 Doug Evans <dje@google.com>
7217
7218 * gdb.python/py-value.exp (test_value_creation): Add test for large
7219 unsigned 64-bit value.
7220
72212016-10-06 Tom Tromey <tom@tromey.com>
7222
7223 * gdb.compile/compile.exp: Change java tests to rust.
7224 * gdb.base/setshow.exp: Change java tests to rust.
7225 * gdb.base/default.exp: Remove java from language list.
7226 * README (Examples): Update language example.
7227 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7228 test.
7229 * lib/gdb.exp (skip_java_tests): Remove.
7230 * lib/java.exp: Remove.
7231 * gdb.java: Remove.
7232
72332016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7234
7235 * gdb.arch/mips-fcr.exp: New test.
7236 * gdb.arch/mips-fcr.c: Source for the new test.
7237
72382016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7239
7240 * gdb.base/solib-disc.exp: Use `standard_output_file'
7241 throughout.
7242
72432016-10-06 Pedro Alves <palves@redhat.com>
7244
7245 * gdb.base/jit-simple-dl.c: New file.
7246 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7247 * gdb.base/jit-simple.c: ... this.
7248 * gdb.base/jit-simple.exp (jit_run): Delete.
7249 (build_jit): New proc.
7250 (jit_test_reread): Recompile either the main program or the shared
7251 library, depending on what is being tested. Skip changing address
7252 if caller wants to. Compare before/after addresses. If testing
7253 standalone, explicitly load the binary. Test "maint info
7254 breakpoints".
7255 (top level): Add "standalone vs shared lib" and "change address"
7256 vs "same address" axes.
7257
72582016-10-06 Pedro Alves <palves@redhat.com>
7259
7260 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7261 call.
7262 (jit_run): Delete.
7263 (jit_test_reread): Use with_test_prefix. Reload the main binary
7264 explicitly. Compare the before/after addresses of the JIT
7265 descriptor.
7266
72672016-08-15 Doug Evans <dje@google.com>
7268
7269 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7270 for single bitfields is bool.
7271 * gdb.xml/tdesc-regs.exp: Ditto.
7272
72732016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7274
7275 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7276
72772016-10-05 Yao Qi <yao.qi@linaro.org>
7278
7279 * lib/gdb.exp (support_complex_tests): Return zero if
7280 gdb_skip_float_test return true.
7281
72822016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7283 Simon Marchi <simon.marchi@ericsson.com>
7284
7285 PR gdb/20487
7286 * gdb.mi/user-selected-context-sync.exp: New file.
7287 * gdb.mi/user-selected-context-sync.c: New file.
7288
72892016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7290 Simon Marchi <simon.marchi@ericsson.com>
7291
7292 PR gdb/20487
7293 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7294 =thread-select-event check.
7295
72962016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7297
7298 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7299 the compulsory L operand changes.
7300 * gdb.arch/powerpc-power.s: Likewise.
7301
73022016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7303
7304 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7305 * gdb.base/jit-attach-pie.c: New file.
7306 * gdb.base/jit-attach-pie.exp: New file.
7307
73082016-09-28 Pedro Alves <palves@redhat.com>
7309
7310 * gdb.base/infcall-input.c: New file.
7311 * gdb.base/infcall-input.exp: New file.
7312
73132016-09-22 Yao Qi <yao.qi@linaro.org>
7314
7315 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7316 (gdb_exit): Rename it to ...
7317 (gdbserver_gdb_exit): ... Close GDBserver.
7318 (gdb_exit): New proc, call gdbserver_gdb_exit.
7319 (mi_gdb_exit): Likewise.
7320
73212016-09-22 Yao Qi <yao.qi@linaro.org>
7322
7323 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7324 path.
7325 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7326 Remove duplication.
7327
73282016-09-22 Yao Qi <yao.qi@linaro.org>
7329
7330 * lib/gdbserver-support.exp: Check the existence of
7331 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7332
73332016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7334
7335 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7336
73372016-09-21 Tom Tromey <tom@tromey.com>
7338
7339 PR gdb/20604:
7340 * gdb.base/quit.exp: New file.
7341
73422016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7343
7344 * .gitignore: New file.
7345
73462016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7347
7348 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7349 throughout.
7350
73512016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7352
7353 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7354
73552016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7356
7357 * gdb.cp/casts.cc (decltype): Move it ...
7358 (main): ... with its call to ...
7359 * gdb.cp/casts03.cc: ... a new file.
7360 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7361
73622016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7363
7364 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7365
73662016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7367
7368 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7369 and sync up the test with tests in gas/testsuite/gas/ppc.
7370 * gdb.arch/powerpc-power.exp: Likewise.
7371
73722016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7373
7374 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7375
73762016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7377 Jan Kratochvil <jan.kratochvil@redhat.com>
7378
7379 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7380 make m1's definition to be different from m2's. Use 'dummy' as an
7381 argument for probe 'two'.
7382
73832016-09-10 Jon Beniston <jon@beniston.com>
7384
7385 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7386 for sim target.
7387
73882016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7389
7390 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7391 variable declaration.
7392 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7393 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7394 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7395 received HWCAP as its argument.
7396
73972016-09-06 Pedro Alves <palves@redhat.com>
7398
7399 * gdb.base/new-ui-pending-input.c: New file.
7400 * gdb.base/new-ui-pending-input.exp: New file.
7401 * gdb.exp (clear_gdb_spawn_id): New procedure.
7402 (with_spawn_id): Check whether gdb_spawn_id exists before
7403 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7404 on exit.
7405
74062016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7407
7408 * gdb.base/float128.c: New file.
7409 * gdb.base/float128.exp: Likewise.
7410 * gdb.base/floatn.c: Likewise.
7411 * gdb.base/floatn.exp: Likewise.
7412
74132016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7414
7415 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7416
74172016-09-05 Pedro Alves <palves@redhat.com>
7418
7419 PR backtrace/19927
7420 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7421 unwinders are immediately called as side effect of "source" or
7422 "disable unwinder" commands.
7423 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7424
74252016-09-02 Yao Qi <yao.qi@linaro.org>
7426
7427 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7428 is true and $type is "float" or "double".
7429
74302016-09-02 Yao Qi <yao.qi@linaro.org>
7431
7432 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7433 true.
7434 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7435 * gdb.base/call-rt-st.exp: Likewise.
7436 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7437 return value instead of gdb,skip_float_test.
7438 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7439 (do_function_calls): Use its return value instead of
7440 gdb,skip_float_test.
7441 * gdb.base/finish.exp: Likewise.
7442 * gdb.base/funcargs.exp: Likewise.
7443 * gdb.base/return.exp: Likewise.
7444 * gdb.base/return2.exp: Likewise.
7445 * gdb.base/varargs.exp: Likewise.
7446 * lib/gdb.exp (gdb_skip_float_test): Change it to
7447 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7448
74492016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7450
7451 * gdb.multi/tids.exp: Test "thread apply all".
7452
74532016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7454
7455 * gdb.base/default.exp (tty): Remove.
7456
74572016-08-24 Kevin Buettner <kevinb@redhat.com>
7458
7459 * gdb.python/py-recurse-unwind.c: New file.
7460 * gdb.python/py-recurse-unwind.py: New file.
7461 * gdb.python/py-recurse-unwind.exp: New file.
7462
74632016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7464
7465 * gdb.base/set-inferior-tty.exp: New file.
7466 * gdb.base/set-inferior-tty.c: New file.
7467
74682016-08-23 Pedro Alves <palves@redhat.com>
7469
7470 PR gdb/20494
7471 * gdb.base/new-ui-echo.c: New file.
7472 * gdb.base/new-ui-echo.exp: New file.
7473
74742016-08-23 Yao Qi <yao.qi@linaro.org>
7475
7476 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7477 gdbserver_spawn.
7478 * gdb.server/connect-without-multi-process.exp (do_test):
7479 Likewise.
7480
74812016-08-23 Yao Qi <yao.qi@linaro.org>
7482
7483 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7484 standalone_txt. Delete gdb_txt and standalone_txt on host
7485 and target. Spawn the binary on target. Copy files from
7486 target to host.
7487
74882016-08-22 Pedro Alves <palves@redhat.com>
7489
7490 PR gdb/20505
7491 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7492 with_test_prefix. Factor out bits to ...
7493 (test_no_vdso): ... this new procedure.
7494
74952016-08-19 Carl Love <cel@us.ibm.com>
7496
7497 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7498 maintaining separate logic for constructing the output path.
7499 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7500 * gdb.arch/ppc-dfp.exp: Likewise.
7501 * gdb.arch/ppc-fp.exp: Likewise.
7502 * gdb.arch/vsx-regs.exp: Likewise.
7503 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7504 binprefix for generating the additional binary files.
7505
75062016-08-19 Pedro Alves <palves@redhat.com>
7507
7508 * gdb.trace/mi-trace-frame-collected.exp
7509 (test_trace_frame_collected): On x32, expect two registers.
7510
75112016-08-18 Carl Love <cel@us.ibm.com>
7512
7513 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7514 and sync up the test with tests in gas/testsuite/gas/ppc.
7515 * gdb.arch/powerpc-power.exp: Likewise.
7516
75172016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7518
7519 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7520 expected error message.
7521
75222016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7523
7524 * gdb.multi/remove-inferiors.exp: New file.
7525 * gdb.multi/remove-inferiors.c: New file.
7526
75272016-08-12 Yao Qi <yao.qi@linaro.org>
7528
7529 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7530 argument list.
7531
75322016-08-10 Pedro Alves <palves@redhat.com>
7533
7534 PR gdb/19187
7535 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7536 setup_kfails.
7537
75382016-08-09 Pedro Alves <palves@redhat.com>
7539 Simon Marchi <simon.marchi@ericsson.com>
7540
7541 PR gdb/20418
7542 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7543 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7544
75452016-08-09 Pedro Alves <palves@redhat.com>
7546
7547 PR mi/20431
7548 * gdb.mi/mi-cmd-error.exp: New file.
7549
75502016-08-09 Pedro Alves <palves@redhat.com>
7551
7552 PR gdb/18653
7553 * gdb.base/signals-state-child.c: New file.
7554 * gdb.base/signals-state-child.exp: New file.
7555 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7556
75572016-08-09 Pedro Alves <palves@redhat.com>
7558
7559 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7560
75612016-08-03 Tom Tromey <tom@tromey.com>
7562
7563 PR python/18565:
7564 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7565
75662016-08-01 Yao Qi <yao.qi@linaro.org>
7567
7568 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7569 variable mode to "multi-process" if $multi_process is 1, otherwise
7570 set it to "single-process".
7571
75722016-08-01 Yao Qi <yao.qi@linaro.org>
7573
7574 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7575 * gdb.cp/cpexprs.exp: Likewise.
7576 * gdb.cp/m-static.exp: Likewise.
7577
75782016-07-26 Tom Tromey <tom@tromey.com>
7579
7580 PR python/20190:
7581 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7582 test.
7583
75842016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7585
7586 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7587 selecting assembly source files.
7588 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7589 assembly source files.
7590 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7591 assembly source files.
7592 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7593 selecting assembly source files.
7594
75952016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7596
7597 * gdb.base/new-ui.exp (do_test_invalid_args): New
7598 procedure.
7599
76002016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7601
7602 * gdb.btrace/reconnect.c: New file.
7603 * gdb.btrace/reconnect.exp: New file.
7604
76052016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7606
7607 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7608 to test_catch_syscall_group.
7609 (test_catch_syscall_group): New.
7610
76112016-07-21 Tom Tromey <tom@tromey.com>
7612
7613 * gdb.rust/simple.rs (main): Use empty struct expression.
7614 * gdb.rust/simple.exp: Add tests for empty struct expression.
7615
76162016-07-21 Yao Qi <yao.qi@linaro.org>
7617
7618 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7619 if gdb_skip_xml_test is true on some targets.
7620
76212016-07-21 Yao Qi <yao.qi@linaro.org>
7622
7623 * gdb.server/solib-list.exp: Unset last_loaded_file.
7624
76252016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7626
7627 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7628 "step into captured_main (args)".
7629
76302016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7631
7632 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7633
76342016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7635
7636 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7637
76382016-07-19 Pedro Alves <palves@redhat.com>
7639
7640 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7641 * gdb.opt/inline-bt.exp: Likewise.
7642 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7643 additional_flags=-Winline.
7644 * gdb.opt/inline-locals.exp: Likewise.
7645 * gdb.opt/inline-markers.c (ATTR): Define.
7646 (inlined_fn): Use it.
7647
76482016-07-19 Yao Qi <yao.qi@linaro.org>
7649
7650 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7651 (test_with_self): Remove some code. Remove argument executable.
7652 (top-level): Use do_self_tests.
7653
76542016-07-15 Zachary Welch <zwelch@codesourcery.com>
7655 Don Breazeal <donb@codesourcery.com>
7656
7657 * gdb.base/maint.exp: Escape paths used in regular expressions.
7658 * gdb.stabs/weird.exp: Likewise.
7659
76602016-07-13 Tom Tromey <tom@tromey.com>
7661
7662 PR python/15620, PR python/18620:
7663 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7664 (test_bkpt_events): New procs.
7665
76662016-07-13 Tom Tromey <tom@tromey.com>
7667
7668 PR python/17698:
7669 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7670 test.
7671 (test_watchpoints): Likewise.
7672 (test_bkpt_pending): New proc.
7673
76742016-07-13 Tom Tromey <tom@tromey.com>
7675
7676 PR cli/18053:
7677 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7678 completion test.
7679
76802016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7681
7682 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7683 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7684 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7685 f_label.
7686 (g): Rename g_end_lbl to g_label.
7687 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7688 low_pc and high_pc.
7689 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7690
76912016-07-12 Tom Tromey <tom@tromey.com>
7692
7693 PR python/19293:
7694 * gdb.python/py-unwind-maint.exp: Update tests.
7695
76962016-07-12 Yao Qi <yao.qi@linaro.org>
7697
7698 * lib/selftest-support.exp (selftest_setup): Match the output
7699 when captured_main is inlined.
7700
77012016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7702
7703 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7704 New variables.
7705 (print this%a, print this%b, print this): New tests.
7706 * gdb.fortran/derived-types.f90 (this): New object and
7707 initialization.
7708
77092016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7710
7711 * gdb.ada/arraydim.exp: Remove extra directory level in build
7712 directory.
7713
77142016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7715
7716 * lib/ada.exp: Remove extra directory level in build directory.
7717 * gdb.ada/cond_lang.exp: Likewise.
7718 * gdb.ada/exec_changed.exp: Likewise.
7719 * gdb.ada/lang_switch.exp: Likewise.
7720
77212016-07-06 Manish Goregaokar <manish@mozilla.com>
7722
7723 * simple.rs: Add test for raw pointer subscripting.
7724 * simple.exp: Add test expectations.
7725
77262016-07-05 Yao Qi <yao.qi@linaro.org>
7727
7728 * gdb.mi/mi-reverse.exp: Match =record-started output.
7729
77302016-07-01 Pedro Alves <palves@redhat.com>
7731
7732 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7733 procedure.
7734 (jit_reader_test): Test the jit reader's unwinder.
7735 * gdb.base/jithost.c (jit_function_00_code): New global.
7736 (main): Use memcpy to fill in the mmapped code, instead of poking
7737 bytes manually here.
7738 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7739 value.
7740 (read_debug_info): Save the function's range.
7741 (read_sp): New function.
7742 (unwind_frame): Use it. Also unwind RBP.
7743 (get_frame_id): Use read_sp.
7744 (gdb_init_reader): Use calloc instead of malloc.
7745 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7746 parameter. Use gdb_test_multiple.
7747
77482016-07-01 Pedro Alves <palves@redhat.com>
7749 Antoine Tremblay <antoine.tremblay@ericsson.com>
7750
7751 * gdb.threads/process-dies-while-detaching.c: New file.
7752 * gdb.threads/process-dies-while-detaching.exp: New file.
7753
77542016-07-01 Pedro Alves <palves@redhat.com>
7755
7756 * gdb.multi/watchpoint-multi-exit.c: New file.
7757 * gdb.multi/watchpoint-multi-exit.exp: New file.
7758
77592016-06-30 Pedro Alves <palves@redhat.com>
7760
7761 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7762 unset inferior_spawn_id.
7763
77642016-06-30 Pedro Alves <palves@redhat.com>
7765
7766 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7767 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7768
77692016-06-29 Yao Qi <yao.qi@linaro.org>
7770
7771 * gdb.base/return.c: Add copyright header.
7772
77732016-06-29 Tom Tromey <tom@tromey.com>
7774
7775 PR python/20129:
7776 * gdb.python/py-framefilter.exp: Add tests for setting priority
7777 and disabling of non-existent frame filter.
7778
77792016-06-29 Yao Qi <yao.qi@linaro.org>
7780
7781 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7782 0x0f07ff.
7783
77842016-06-28 Yao Qi <yao.qi@linaro.org>
7785
7786 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7787 triplets. Start gdb, execute catch syscall, and continue. Check
7788 gdb's output to determine catch syscall is supported.
7789
77902016-06-27 Manish Goregaokar <manish@mozilla.com>
7791
7792 * gdb.rust/simple.rs: Add test for returning unit in a function.
7793 * gdb.rust/simple.exp: Add expectation for functions returning
7794 unit.
7795
77962016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7797
7798 * gdb.python/py-breakpoint-create-fail.c,
7799 gdb.python/py-breakpoint-create-fail.exp,
7800 gdb.python/py-breakpoint-create-fail.py: New testcase.
7801
78022016-06-25 Manish Goregaokar <manish@mozilla.com>
7803
7804 PR gdb/20239
7805 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7806 * gdb.rust/simple.exp: Add test expectations for new NonZero
7807 tests.
7808
78092016-06-24 David Taylor <dtaylor@emc.com>
7810
7811 * gdb.base/offsets.exp: New file.
7812 * gdb.base/offsets.c: New file.
7813
78142016-06-23 Tom Tromey <tom@tromey.com>
7815
7816 PR gdb/16483:
7817 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7818 before any filters are loaded.
7819
78202016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7821
7822 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7823 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7824 structs.
7825 * gdb.fortran/derived-type-function.exp: New file.
7826 * gdb.fortran/derived-type-function.f90: New file.
7827
7828
78292016-06-21 Pedro Alves <palves@redhat.com>
7830
7831 * gdb.base/new-ui.exp: New file.
7832 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7833 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7834 (with_spawn_id): New procedure.
7835
78362016-06-21 Pedro Alves <palves@redhat.com>
7837
7838 * gdb.mi/mi-exec-run.exp: New file.
7839
78402016-06-21 Pedro Alves <palves@redhat.com>
7841
7842 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7843 breakpoint command's output on the main UI.
7844 (test_break): New procedure, factored out from calls in the top
7845 level.
7846 (top level): Use foreach_with_prefix to test MI as main UI and as
7847 separate UI.
7848
78492016-06-21 Pedro Alves <palves@redhat.com>
7850
7851 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7852 (test_awatch_creation_and_listing)
7853 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7854 Remove 'type' parameter.
7855 (test_watchpoint_all): New parameter mi_mode. Remove
7856 with_test_prefix.
7857 (top level): Use foreach_with_prefix, and add main/separate UI MI
7858 testing axis.
7859
78602016-06-21 Pedro Alves <palves@redhat.com>
7861
7862 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7863 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7864 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7865 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7866 (gdb_main_spawn_id, mi_spawn_id): Declare and
7867 comment.
7868 (mi_create_inferior_pty): New procedure,
7869 factored out from default_mi_gdb_start.
7870 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7871 procedures.
7872 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7873 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7874 Use mi_create_inferior_pty.
7875 (mi_gdb_start): Use eval to pass down args list.
7876
78772016-06-21 Pedro Alves <palves@redhat.com>
7878
7879 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7880 * gdb.opt/inline-cmds.exp: Add MI tests.
7881
78822016-06-21 Pedro Alves <palves@redhat.com>
7883
7884 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7885
78862016-06-21 Pedro Alves <palves@redhat.com>
7887
7888 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7889 (top level): Use it instead of mi_execute_to.
7890
78912016-06-21 Pedro Alves <palves@redhat.com>
7892
7893 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7894 (cont_handler_str): New.
7895 (signal_stop_handler): Set stop_handler_str instead of printing to
7896 stdout.
7897 (continue_handler): Set cont_handler_str instead of printing to
7898 stdout.
7899 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7900 mi_send_resuming_command. Print stop_handler_str and
7901 cont_handler_str instead of expecting the python events print
7902 directly.
7903
79042016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7905
7906 * gdb.base/jit-reader.exp: New file.
7907 * gdb.base/jithost.c: New file.
7908 * gdb.base/jithost.h: New file.
7909 * gdb.base/jitreader.c : New file.
7910 * gdb.base/jit-protocol.h: New file.
7911
79122016-06-17 Yao Qi <yao.qi@linaro.org>
7913
7914 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7915 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7916 and detach-on-fork. Adjust tests.
7917 (top level): Invoke break_cond_on_syscall with combinations of
7918 syscall, follow-fork-mode and detach-on-fork.
7919
79202016-06-17 Yao Qi <yao.qi@linaro.org>
7921
7922 * gdb.base/step-over-exit.c: New.
7923 * gdb.base/step-over-exit.exp: New.
7924
79252016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7926
7927 * gdb.base/float.exp: Add target check for nds32*-*-*.
7928 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7929
79302016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7931
7932 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7933 for unsupported target features.
7934 * gdb.base/call-rt-st.exp: Likewise.
7935 * gdb.base/call-sc.exp: Likewise.
7936 * gdb.base/call-signal-resume.exp: Likewise.
7937 * gdb.base/call-strs.exp: Likewise.
7938 * gdb.base/callexit.exp: Likewise.
7939 * gdb.base/callfuncs.exp: Likewise.
7940 * gdb.base/nodebug.exp: Likewise.
7941 * gdb.base/printcmds.exp: Likewise.
7942 * gdb.base/ptype.exp: Likewise.
7943 * gdb.base/structs.exp: Likewise.
7944 * gdb.base/unwindonsignal.exp: Likewise.
7945 * gdb.cp/gdb2495.exp: Likewise.
7946 * gdb.cp/templates.exp: Likewise.
7947 * gdb.cp/virtfunc.exp: Likewise.
7948 * gdb.threads/hand-call-in-threads.exp: Likewise.
7949 * gdb.threads/interrupted-hand-call.exp: Likewise.
7950 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7951
79522016-06-10 Tom Tromey <tom@tromey.com>
7953
7954 PR rust/20110:
7955 * gdb.rust/expr.exp: Add test for integer constant larger than
7956 i32.
7957
79582016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7959
7960 * gdb.fortran/nested-funcs.exp: New.
7961 * gdb.fortran/nested-funcs.f90: New.
7962
79632016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7964
7965 * gdb.base/examine-backward.c: New file.
7966 * gdb.base/examine-backward.exp: New file.
7967
79682016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7969
7970 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7971 matching.
7972
79732016-06-02 Tom Tromey <tom@tromey.com>
7974
7975 PR python/18984:
7976 * gdb.python/py-shared.exp: Add solib_name test.
7977
79782016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7979
7980 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7981
79822016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7983
7984 PR c++/19893
7985 * gdb.dwarf2/implref.exp: Rename to...
7986 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7987 * gdb.dwarf2/implref-array.c: New file.
7988 * gdb.dwarf2/implref-array.exp: Likewise.
7989 * gdb.dwarf2/implref-global.c: Likewise.
7990 * gdb.dwarf2/implref-global.exp: Likewise.
7991 * gdb.dwarf2/implref-struct.c: Likewise.
7992 * gdb.dwarf2/implref-struct.exp: Likewise.
7993
79942016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7995
7996 * gdb.trace/trace-condition.exp: Add 64bit tests.
7997
79982016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7999
8000 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8001 bits types.
8002 (main): Adapt to 8 to 64 bits types.
8003 * gdb.trace/trace-condition.exp: Add new tests.
8004
80052016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8006
8007 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8008
80092016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8010
8011 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8012 Move condition tests...
8013 * gdb.trace/trace-condition.exp: Here.
8014
80152016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8016
8017 * gdb.trace/trace-condition.exp: Add counter-case tests.
8018
80192016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8020
8021 PR c++/15231
8022 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8023 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8024
80252016-05-27 Pedro Alves <palves@redhat.com>
8026
8027 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8028 New procedure.
8029 (top level): Call it, and bail out of DejaGnu is known to be bad.
8030
80312016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8032
8033 * gdb.base/whatis.c: Extend the test case.
8034 * gdb.base/whatis.exp: Add additional tests.
8035
80362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8037
8038* gdb.fortran/type.f90: Add pointer variable.
8039* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8040
80412016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8042
8043 * gdb.fortran/vla-type.exp: Fix testcase name.
8044
80452016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8046
8047 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8048
80492016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8050
8051 * gdb.fortran/type.f90: Add nested structures.
8052 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8053 * gdb.fortran/derived-type.exp: Adapt expected output.
8054 * gdb.fortran/vla-type.exp: Adapt expected output.
8055
80562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8057
8058 * gdb.fortran/whatis_type.exp: Adapt expected output.
8059
80602016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8061
8062 * gdb.fortran/print_type.exp: Fix expected output.
8063 * gdb.fortran/whatis_type.exp: Fix expected output.
8064
80652016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8066
8067 * gdb.fortran/whatis_type.exp: Use multi_line.
8068
80692016-05-24 Tom Tromey <tom@tromey.com>
8070
8071 PR python/17386:
8072 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8073 use value as an index.
8074
80752016-05-23 Tom Tromey <tom@tromey.com>
8076
8077 PR python/17981:
8078 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8079 no-breakpoint case.
8080
80812016-05-24 Pedro Alves <palves@redhat.com>
8082
8083 PR gdb/19828
8084 * gdb.threads/clone-attach-detach.c: New file.
8085 * gdb.threads/clone-attach-detach.exp: New file.
8086
80872016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8088
8089 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8090
80912016-05-23 Tom Tromey <tom@tromey.com>
8092
8093 PR python/19438, PR python/18393:
8094 * gdb.python/py-progspace.exp: Add "dir" test.
8095 * gdb.python/py-objfile.exp: Add "dir" test.
8096
80972016-05-23 Yao Qi <yao.qi@linaro.org>
8098
8099 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8100 * gdb.arch/thumb2-it.exp: Likewise.
8101
81022016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8103
8104 * gdb.mi/mi-threads-interrupt.c: New file.
8105 * gdb.mi/mi-threads-interrupt.exp: New file.
8106
81072016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8108
8109 PR gdb/18077
8110 * gdb.mi/mi-async-run.exp: New file.
8111 * gdb.mi/mi-async-run.c: New file.
8112
81132016-05-17 Tom Tromey <tom@tromey.com>
8114 Manish Goregaokar <manishsmail@gmail.com>
8115
8116 * lib/rust-support.exp: New file.
8117 * lib/gdb.exp (skip_rust_tests): New proc.
8118 (build_executable_from_specs): Handle rust.
8119 * lib/future.exp (gdb_find_rustc): New proc.
8120 (gdb_default_target_compile): Handle rust.
8121 * gdb.rust/expr.exp: New file.
8122 * gdb.rust/generics.exp: New file.
8123 * gdb.rust/generics.rs: New file.
8124 * gdb.rust/methods.exp: New file.
8125 * gdb.rust/methods.rs: New file.
8126 * gdb.rust/modules.exp: New file.
8127 * gdb.rust/modules.rs: New file.
8128 * gdb.rust/simple.exp: New file.
8129 * gdb.rust/simple.rs: New file.
8130
81312016-05-17 Tom Tromey <tom@tromey.com>
8132
8133 * gdb.base/default.exp (set language): Add rust.
8134
81352016-05-17 Tom Tromey <tom@tromey.com>
8136
8137 * gdb.gdb/unittest.exp: New file.
8138
81392016-05-16 Yao Qi <yao.qi@linaro.org>
8140
8141 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8142 shell_prompt. Update shell_prompt_re.
8143
81442016-05-12 Doug Evans <dje@google.com>
8145
8146 PR symtab/19999
8147 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8148 $options when building executable.
8149 * gdb.dwarf2/fission-loclists-pie.S: New file.
8150 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8151
81522016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8153
8154 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8155 of [is_remote target],
8156
81572016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8158
8159 * lib/gdb.exp (use_gdb_stub): New procedure.
8160
81612016-05-03 Yunlian Jiang <yunlian@google.com>
8162 Doug Evans <dje@google.com>
8163
8164 PR symtab/19914
8165 * gdb.dwarf2/dwp-sepdebug.c: New file.
8166 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8167
81682016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8169
8170 * gdb.base/detach.exp: Remove is_remote check.
8171
81722016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8173
8174 * gdb.base/annota-input-while-running.exp: Don't check for
8175 [is_remote target]. Enable annotations after running to main.
8176 Remove unused "set test..." line.
8177
81782016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8179
8180 * gdb.trace/trace-enable-disable.exp: New file.
8181 * gdb.trace/trace-enable-disable.c: New file.
8182
81832016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8184
8185 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8186 use it in info sharedlibrary test.
8187 * gdb.trace/ftrace-lock.exp: Likewise.
8188 * gdb.trace/ftrace.exp: Likewise.
8189 * gdb.trace/range-stepping.exp: Likewise.
8190 * gdb.trace/trace-break.exp: Likewise.
8191 * gdb.trace/trace-condition.exp: Likewise.
8192 * gdb.trace/trace-mt.exp: Likewise.
8193
81942016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8195
8196 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8197 (gdb_load_shlib): ... this.
8198 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8199 gdb_load_shlib.
8200 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8201 * gdb.base/ctxobj.exp: Likewise.
8202 * gdb.base/dprintf-pending.exp: Likewise.
8203 * gdb.base/dso2dso.exp: Likewise.
8204 * gdb.base/fixsection.exp: Likewise.
8205 * gdb.base/gcore-relro.exp: Likewise.
8206 * gdb.base/gdb1555.exp: Likewise.
8207 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8208 * gdb.base/gnu-ifunc.exp: Likewise.
8209 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8210 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8211 * gdb.base/pending.exp: Likewise.
8212 * gdb.base/print-file-var.exp: Likewise.
8213 * gdb.base/print-symbol-loading.exp: Likewise.
8214 * gdb.base/shlib-call.exp: Likewise.
8215 * gdb.base/shreloc.exp: Likewise.
8216 * gdb.base/so-impl-ld.exp: Likewise.
8217 * gdb.base/solib-disc.exp: Likewise.
8218 * gdb.base/solib-nodir.exp: Likewise.
8219 * gdb.base/solib-overlap.exp: Likewise.
8220 * gdb.base/solib-symbol.exp: Likewise.
8221 * gdb.base/solib-weak.exp (do_test): Likewise.
8222 * gdb.base/sym-file.exp: Likewise.
8223 * gdb.base/symtab-search-order.exp: Likewise.
8224 * gdb.base/type-opaque.exp: Likewise.
8225 * gdb.base/unload.exp: Likewise.
8226 * gdb.base/watchpoint-solib.exp: Likewise.
8227 * gdb.compile/compile.exp: Likewise.
8228 * gdb.cp/gdb2384.exp: Likewise.
8229 * gdb.cp/infcall-dlopen.exp: Likewise.
8230 * gdb.cp/re-set-overloaded.exp: Likewise.
8231 * gdb.fortran/library-module.exp: Likewise.
8232 * gdb.opt/solib-intra-step.exp: Likewise.
8233 * gdb.python/py-finish-breakpoint.exp: Likewise.
8234 * gdb.python/py-shared.exp: Likewise.
8235 * gdb.reverse/solib-precsave.exp: Likewise.
8236 * gdb.reverse/solib-reverse.exp: Likewise.
8237 * gdb.server/solib-list.exp: Likewise.
8238 * gdb.threads/dlopen-libpthread.exp: Likewise.
8239 * gdb.threads/tls-shared.exp: Likewise.
8240 * gdb.threads/tls-so_extern.exp: Likewise.
8241 * gdb.trace/change-loc.exp: Likewise.
8242 * gdb.trace/ftrace-lock.exp: Likewise.
8243 * gdb.trace/ftrace.exp: Likewise.
8244 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8245 * gdb.trace/pending.exp: Likewise.
8246 * gdb.trace/range-stepping.exp: Likewise.
8247 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8248 (strace_info_marker): Likewise.
8249 (strace_probe_marker): Likewise.
8250 (strace_trace_on_same_addr): Likewise.
8251 (strace_trace_on_diff_addr): Likewise.
8252 * gdb.trace/trace-break.exp: Likewise.
8253 * gdb.trace/trace-condition.exp: Likewise.
8254 * gdb.trace/trace-mt.exp: Likewise.
8255
82562016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8257
8258 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8259 result of gdb_remote_download.
8260 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8261 * gdb.base/dso2dso.exp: Likewise.
8262 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8263 * gdb.base/print-file-var.exp: Likewise.
8264 * gdb.base/shlib-call.exp: Likewise.
8265 * gdb.base/shreloc.exp: Likewise.
8266 * gdb.base/solib-overlap.exp: Likewise.
8267 * gdb.base/solib-weak.exp (do_test): Likewise.
8268 * gdb.base/unload.exp: Likewise.
8269
82702016-04-27 Yao Qi <yao.qi@linaro.org>
8271
8272 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8273 exists.
8274
82752016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8276
8277 * vla-type.exp: Print structure from toplevel.
8278
82792016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8280
8281 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8282 of dynamic types.
8283 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8284 of dynamic types.
8285
82862016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8287
8288 * gdb.fortran/vla-type.f90: New file.
8289 * gdb.fortran/vla-type.exp: New file.
8290
82912016-04-25 Yao Qi <yao.qi@linaro.org>
8292
8293 * gdb.base/branch-to-self.c: New file.
8294 * gdb.base/branch-to-self.exp: New file.
8295
82962016-04-22 Yao Qi <yao.qi@linaro.org>
8297
8298 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8299 more after $hex.
8300
83012016-04-22 Yao Qi <yao.qi@linaro.org>
8302
8303 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8304 * gdb.base/annota3.exp: Likewise.
8305
83062016-04-22 Yao Qi <yao.qi@linaro.org>
8307
8308 * gdb.reverse/step-precsave.exp: Do one step and test program
8309 stops in "callee" and do multiple steps until program goes out
8310 of "callee".
8311 * gdb.reverse/step-reverse.exp: Likewise.
8312
83132016-04-22 Yao Qi <yao.qi@linaro.org>
8314
8315 * gdb.trace/signal.exp: Also pass if
8316 $tracepoint_hits($i) > $iterations.
8317
83182016-04-22 Yao Qi <yao.qi@linaro.org>
8319
8320 * gdb.trace/signal.c: New file.
8321 * gdb.trace/signal.exp: New file.
8322
83232016-04-19 Doug Evans <xdje42@gmail.com>
8324
8325 * gdb.base/bad-file.exp: New file.
8326
83272016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8328
8329 * gdb.dwarf2/implref.exp: New file.
8330
83312016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8332
8333 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8334 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8335 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8336 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8337 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8338 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8339 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8340 * lib/fortran.exp (fortran_int4): New procedure.
8341 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8342 (fortran_logical4): Likewise.
8343
83442016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8345
8346 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8347
83482016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8349
8350 * lib/compiler.c: Add Intel specific preprocessor macros.
8351 * lib/compiler.cc: Likewise.
8352
83532016-04-13 Luis Machado <lgustavo@codesourcery.com>
8354
8355 * gdb.server/connect-with-no-symbol-file.c: New file.
8356 * gdb.server/connect-with-no-symbol-file.exp: New file.
8357
83582016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8359
8360 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8361
83622016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8363
8364 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8365 standard output directory.
8366
83672016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8368
8369 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8370
83712016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8372
8373 * gdb.btrace/instruction_history.c (loop): Add declaration.
8374
83752016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8376
8377 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8378
83792016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8380
8381 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8382 parentheses to print.
8383 (continue_handler): Likewise.
8384
83852016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8386
8387 * gdb.server/solib-list.exp: Remove is_remote check.
8388 Pass shlib= to gdb_compile. Don't link shared library with
8389 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8390 Run binary filename through "readlink -f" on the target.
8391
83922016-04-08 Pedro Alves <palves@redhat.com>
8393
8394 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8395 interpreter filename as argument to gdbserver_spawn.
8396 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8397 Return empty if $last_loaded_file does not exist.
8398
83992016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8400
8401 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8402 * gdb.base/jit-main.c: Use exit after usage.
8403
84042016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8405
8406 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8407 GDBHISTSIZE prior to the tests.
8408 * gdb.base/gdbinit-history.exp: Likewise.
8409
84102016-04-07 Pedro Alves <palves@redhat.com>
8411
8412 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8413 instead of build_executable. Use gdb_load_shlibs.
8414
84152016-04-07 Yao Qi <yao.qi@linaro.org>
8416
8417 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8418 Execute "si" command.
8419
84202016-04-07 Yao Qi <yao.qi@linaro.org>
8421
8422 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8423 number instead of the comments on some line.
8424
84252016-04-06 Don Breazeal <donb@codesourcery.com>
8426
8427 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8428 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8429
84302016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8431
8432 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8433 standard_output_file. Remove unused binfile variable.
8434
84352016-04-05 Catalin Udma <catalin.udma@freescale.com>
8436
8437 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8438 * gdb.python/py-mi-objfile.exp: Match "list main" output
8439 in console format.
8440
84412016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8442
8443 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8444 absolute.
8445
84462016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8447
8448 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8449 absolute.
8450 * gdb.trace/ftrace.exp: Likewise.
8451 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8452 targets as well.
8453 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8454 (gdb_load_shlibs): Copy libraries to test directory when testing
8455 natively. Only set solib-search-path if testing remotely.
8456 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8457
84582016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8459
8460 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8461 gdb_download. Use it even if the target is not remote.
8462 * gdb.base/jit.exp (compile_jit_test): Likewise.
8463 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8464 output directory if the destination board is local, otherwise use
8465 the standard remote_download from DejaGnu.
8466 (gdb_download): Remove.
8467 (gdb_load_shlibs): Use gdb_remote_download instead of
8468 gdb_download.
8469 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8470 Use gdb_remote_download instead of gdb_download. Use it even if
8471 the target is not remote.
8472 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8473 instead of gdb_download.
8474
84752016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8476
8477 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8478 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8479 run.
8480
84812016-04-01 Artemiy Volkov <artemiyv@acm.org>
8482
8483 PR gdb/19820
8484 * gdb.base/printcmds.exp: Add artificial arrays tests.
8485
84862016-03-31 Pedro Alves <palves@redhat.com>
8487
8488 PR gdb/19858
8489 * gdb.base/jit-main.c: Include unistd.h.
8490 (ATTACH): Define to 0 if not already defined.
8491 (wait_for_gdb, mypid): New globals.
8492 (WAIT_FOR_GDB): New macro.
8493 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8494 some breakpoint locations.
8495 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8496 New procedures.
8497 (one_jit_test): Add REATTACH parameter, and handle it. Use
8498 continue_to_test_location.
8499 (top level): Test attach, and adjusts calls to one_jit_test.
8500
85012016-03-31 Pedro Alves <palves@redhat.com>
8502
8503 PR gdb/19858
8504 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8505 BINSUFFIX parameter, and handle it.
8506 (top level): Adjust calls compile_jit_test.
8507
85082016-03-31 Catalin Udma <catalin.udma@freescale.com>
8509
8510 PR python/19743
8511 * gdb.python/py-mi-events-gdb.py: New file.
8512 * gdb.python/py-mi-events.c: New file.
8513 * gdb.python/py-mi-events.exp: New file.
8514
85152016-03-30 Yao Qi <yao.qi@linaro.org>
8516
8517 * gdb.reverse/until-precsave.exp: Match function name only.
8518 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8519 Move malloc to a condition block.
8520 * gdb.reverse/until-reverse.exp: Match function name only.
8521
85222016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8523
8524 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8525 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8526 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8527 variable for GPR 0 instead of assuming it is register 0.
8528 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8529 * lib/trace-support.exp: Add s390 registers.
8530
85312016-03-29 Yao Qi <yao.qi@linaro.org>
8532
8533 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8534
85352016-03-24 Yao Qi <yao.qi@linaro.org>
8536
8537 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8538 test message.
8539
85402016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8541
8542 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8543 maintaining separate logic for constructing the output path.
8544
85452016-03-16 Don Breazeal <donb@codesourcery.com>
8546
8547 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8548 Retry fork and waitpid on interrupted system call errors.
8549 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8550 Use with_timeout_factor to increase timeout by factor of 10.
8551
85522016-03-15 Don Breazeal <donb@codesourcery.com>
8553
8554 * gdb.cp/scope-err.cc: New test program.
8555 * gdb.cp/scope-err.exp: New test script.
8556 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8557 lines and "set breakpoint here" comment.
8558 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8559 Fixed some whitespace and format issues.
8560 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8561 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8562
85632016-03-15 Doug Evans <dje@google.com>
8564
8565 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8566 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8567 All callers updated. Add tests for enums, mixed flags register.
8568
85692016-03-15 Doug Evans <dje@google.com>
8570
8571 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8572 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8573
85742016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8575
8576 * gdb.base/default.exp: Add $_as_string to the list of expected
8577 convenience functions.
8578
85792016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8580
8581 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8582
85832016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8584
8585 * gdb.python/py-as-string.exp: New file.
8586 * gdb.python/py-as-string.c: New file.
8587
85882016-03-09 Pedro Alves <palves@redhat.com>
8589
8590 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8591 signal" -> "Thread NN received signal" output change.
8592 * gdb.threads/ia64-sigill.exp: Likewise.
8593 * gdb.threads/linux-dp.exp: Likewise.
8594 * gdb.threads/manythreads.exp: Likewise.
8595 * gdb.threads/pending-step.exp: Likewise.
8596 * gdb.threads/print-threads.exp: Likewise.
8597 * gdb.threads/sigstep-threads.exp: Likewise.
8598 * gdb.threads/staticthreads.exp: Likewise.
8599 * gdb.threads/tls.exp: Likewise.
8600
86012016-03-09 Pedro Alves <palves@redhat.com>
8602
8603 * gdb.base/command-line-input.exp: New file.
8604
86052016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8606
8607 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8608 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8609 * gdb.trace/pending.exp: Accept leading dot before function name.
8610 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8611 * lib/trace-support.exp: Set registers for ppc.
8612
86132016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8614
8615 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8616 use it for disassembly; accept .main in addition to main in backtrace.
8617
86182016-03-09 Wei-cheng Wang <cole945@gmail.com>
8619 Marcin Kościelnicki <koriakin@0x04.net>
8620
8621 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8622 (gdb_recursion_test_ptr): New global variable.
8623 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8624 gdb_recursion_test.
8625 (gdb_c_test): Ditto.
8626
86272016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8628
8629 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8630 ordering.
8631
86322016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8633
8634 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8635 (bar): Add bar_start_lbl label.
8636 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8637 of foo/bar for emitting DWARF and tracing.
8638
86392016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8640
8641 * analyze-racy-logs.py: Set executable bit.
8642
86432016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8644
8645 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8646 (CHECK_TARGET_TMP): Likewise.
8647 (check-single-racy): New rule.
8648 (check-parallel-racy): Likewise.
8649 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8650 (do-check-parallel-racy): New rule.
8651 (check-racy/%.exp): Likewise.
8652 * README (Racy testcases): New section.
8653 * analyze-racy-logs.py: New file.
8654
86552016-03-03 Doug Evans <dje@google.com>
8656
8657 * gdb.base/skip.exp: Use with_test_prefix.
8658
86592016-03-03 Yao Qi <yao.qi@linaro.org>
8660
8661 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8662 Invoke step_over_syscall "clone" and break_cond_on_syscall
8663 "clone".
8664 * gdb.base/step-over-clone.c: New file.
8665
86662016-03-03 Yao Qi <yao.qi@linaro.org>
8667
8668 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8669 code format.
8670
86712016-03-03 Yao Qi <yao.qi@linaro.org>
8672
8673 * gdb.base/disp-step-fork.c: Rename to ...
8674 * gdb.base/step-over-fork.c: ... it. New file.
8675 * gdb.base/disp-step-vfork.c: Rename to ...
8676 * gdb.base/step-over-vfork.c: ... it. New file.
8677 * gdb.base/disp-step-syscall.exp: Rename to ...
8678 * gdb.base/step-over-syscall.exp: ... it. New file.
8679 (disp_step_cross_syscall): Rename to ...
8680 (step_over_syscall): ... it.
8681
86822016-03-03 Yao Qi <yao.qi@linaro.org>
8683
8684 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8685 If target supports condition evaluation on target, invoke
8686 break_cond_on_syscall for fork and vfork.
8687
86882016-03-03 Yao Qi <yao.qi@linaro.org>
8689
8690 * gdb.base/disp-step-syscall.exp: Don't invoke
8691 support_displaced_stepping.
8692 (disp_step_cross_syscall): Test with displaced stepping off and
8693 on if supported.
8694
86952016-03-03 Yao Qi <yao.qi@linaro.org>
8696
8697 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8698 proc.
8699 (setup): New proc.
8700 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8701 and setup.
8702
87032016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8704
8705 * gdb.fortran/vla-history.exp: Remove breakpoint.
8706
87072016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8708
8709 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8710 exceeds timeout.
8711
87122016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8713
8714 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8715 breakpoint.
8716
87172016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8718
8719 * gdb.mi/vla.f90: Nullify pointer after declaration.
8720
87212016-03-01 Pedro Alves <palves@redhat.com>
8722
8723 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8724
87252016-03-01 Pedro Alves <palves@redhat.com>
8726
8727 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8728 before anything else.
8729 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8730 _GNU_SOURCE here.
8731 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8732 before anything else.
8733 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8734
87352016-03-01 Pedro Alves <palves@redhat.com>
8736
8737 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8738
87392016-03-01 Yao Qi <yao.qi@linaro.org>
8740
8741 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8742 prepare_for_testing.
8743
87442016-03-01 Yao Qi <yao.qi@linaro.org>
8745
8746 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8747
87482016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8749
8750 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8751 manually constructing the output path.
8752
87532016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8754
8755 * gdb.arch/s390-stackless.S: New.
8756 * gdb.arch/s390-stackless.exp: New.
8757
87582016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8759
8760 * gdb.dlang/circular.c: New file.
8761 * gdb.dlang/circular.exp: New file.
8762
87632016-02-26 Yao Qi <yao.qi@linaro.org>
8764
8765 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8766 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8767 (testcases): Update.
8768
87692016-02-26 Yao Qi <yao.qi@linaro.org>
8770
8771 * gdb.reverse/aarch64.c: Rename to ...
8772 * gdb.reverse/insn-reverse.c: ... it.
8773 * gdb.reverse/aarch64.exp: Rename to ...
8774 * gdb.reverse/insn-reverse.exp: ... it.
8775
87762016-02-26 Yao Qi <yao.qi@linaro.org>
8777
8778 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8779 (testcase_ftype): New.
8780 (testcases): New array.
8781 (n_testcases): New.
8782 (main): Call each element in testcases.
8783 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8784 (read_testcase): New.
8785 Do the tests in a loop.
8786
87872016-02-25 Yao Qi <yao.qi@linaro.org>
8788
8789 * gdb.base/branches.c: Remove.
8790
87912016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8792
8793 PR gdb/13808
8794 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8795
87962016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8797
8798 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8799
88002016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8801
8802 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8803 change x86_64 call_insn to 'callq'.
8804
88052016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8806
8807 * gdb.trace/tfile-avx.c: Move to...
8808 * gdb.trace/tracefile-pseudo-reg.c: Here.
8809 * gdb.trace/tfile-avx.exp: Move to...
8810 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8811
88122016-02-24 Gary Benson <gbenson@redhat.com>
8813
8814 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8815 message on attach.
8816
88172016-02-23 Doug Evans <dje@google.com>
8818
8819 * gdb.base/skip.c (test_skip): New function.
8820 (end_test_skip_file_and_function): New function.
8821 (test_skip_file_and_function): New function.
8822 * gdb.base/skip1.c (test_skip): New function.
8823 (skip1_test_skip_file_and_function): New function.
8824 * gdb.base/skip.exp: Add tests for new skip options.
8825 * gdb.base/skip-solib.exp: Update expected output.
8826 * gdb.perf/skip-command.cc: New file.
8827 * gdb.perf/skip-command.exp: New file.
8828 * gdb.perf/skip-command.py: New file.
8829
88302016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8831
8832 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8833 info registers pattern.
8834
88352016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8836
8837 * lib/future.exp: Add D support.
8838 (gdb_find_gdc): New proc.
8839 (gdb_default_target_compile): Add D support.
8840
88412016-02-18 Wei-cheng Wang <cole945@gmail.com>
8842
8843 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8844 user+system time.
8845 (trace_speed_test): Determine the iteration count for a time
8846 between 15..30 seconds.
8847
88482016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8849
8850 * gdb.arch/i386-mpx-sigsegv.c: New file.
8851 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8852 * gdb.arch/i386-mpx-simple_segv.c: New file.
8853 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8854
88552016-02-18 Yao Qi <yao.qi@linaro.org>
8856
8857 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8858 Don't call setup_kfail.
8859
88602016-02-18 Yao Qi <yao.qi@linaro.org>
8861
8862 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8863 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8864
88652016-02-16 Doug Evans <dje@google.com>
8866
8867 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8868 * gdb.base/skip1.c: Ditto.
8869 * gdb.base/skip.exp: Whitespace cleanup.
8870
88712016-02-16 Don Breazeal <donb@codesourcery.com>
8872
8873 PR remote/19496
8874 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8875 Remove kfail for PR remote/19496.
8876
88772016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8878
8879 * lib/gdb.exp (standard_temp_file): Return a path specific to
8880 the runtest invocation.
8881
88822016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8883
8884 * gdb.trace/save-trace.exp: Change relative path to be in the
8885 standard output directory.
8886
88872016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8888
8889 * gdb.arch/i386-prologue.c: Add missing prototypes.
8890
88912016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8892
8893 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8894 * gdb.arch/i386-prologue.exp: Likewise.
8895 * gdb.arch/i386-size.exp: Likewise.
8896
88972016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8898
8899 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8900 define object file path.
8901 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8902 file path.
8903 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8904 standard_output_file to define binfile.
8905
89062016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8907
8908 Fix compatibility with recent gfortran-5.3.1.
8909 * gdb.fortran/vla-history.exp (print vla1 allocated)
8910 (print vla2 allocated, print $2, print $3): Remove
8911 (print $4): Rename to ...
8912 (print $2): ... here.
8913 (print $9): Rename to ...
8914 (print $5): ... here.
8915 (print $10): Rename to ...
8916 (print $6): ... here.
8917 * gdb.fortran/vla.f90: Add pvla initialization.
8918
89192016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8920
8921 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8922 New test.
8923 * gdb.fortran/vla-value-sub.exp: Likewise.
8924
89252016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8926
8927 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8928
89292016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8930
8931 * i386-biarch-core.exp: Define corefile using
8932 standard_output_file.
8933
89342016-02-12 Yao Qi <yao.qi@linaro.org>
8935
8936 * gdb.arch/arm-single-step-kernel-helper.c: New.
8937 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8938
89392016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8940
8941 * gdb.btrace/tailcall-only.exp: New.
8942 * gdb.btrace/tailcall-only.c: New.
8943 * gdb.btrace/x86_64-tailcall-only.S: New.
8944 * gdb.btrace/i686-tailcall-only.S: New.
8945
89462016-02-11 Pedro Alves <palves@redhat.com>
8947
8948 * README (Parallel testing): Add missing double quotes.
8949
89502016-02-11 Pedro Alves <palves@redhat.com>
8951
8952 * README (Parallel testing): New section.
8953 (GDB_PARALLEL): Rewrite.
8954 (FORCE_PARALLEL): Document.
8955
89562016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8957
8958 * gdb.trace/tfile-avx.c: New test.
8959 * gdb.trace/tfile-avx.exp: New test.
8960
89612016-02-09 Keith Seitz <keiths@redhat.com>
8962
8963 PR breakpoints/19546
8964 * gdb.base/infcall-exec.c: New file.
8965 * gdb.base/infcall-exec2.c: New file.
8966 * gdb.base/infcall-exec.exp: New file.
8967
89682016-02-09 Keith Seitz <keiths@redhat.com>
8969
8970 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8971 (toplevel): Call test_bkpt_address.
8972
89732016-02-09 Keith Seitz <keiths@redhat.com>
8974
8975 PR python/19506
8976 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8977 (toplevel): Call test_bkpt_address.
8978
89792016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8980
8981 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8982 to AC_OUTPUT.
8983 * configure: Regenerate.
8984
89852016-02-09 Pedro Alves <palves@redhat.com>
8986
8987 PR breakpoints/19548
8988 * gdb.base/execl-update-breakpoints.c (some_function): New
8989 function.
8990 (main): Call it.
8991 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8992 Tighten expected GDB output.
8993
89942016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8995
8996 * Makefile.in (ALL_SUBDIRS): Remove.
8997 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8998 (distclean maintainer-clean realclean): Likewise.
8999 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9000 * configure: Regenerate.
9001 * gdb.ada/Makefile.in: Delete.
9002 * gdb.arch/Makefile.in: Likewise.
9003 * gdb.asm/Makefile.in: Likewise.
9004 * gdb.base/Makefile.in: Likewise.
9005 * gdb.btrace/Makefile.in: Likewise.
9006 * gdb.cell/Makefile.in: Likewise.
9007 * gdb.compile/Makefile.in: Likewise.
9008 * gdb.cp/Makefile.in: Likewise.
9009 * gdb.disasm/Makefile.in: Likewise.
9010 * gdb.dlang/Makefile.in: Likewise.
9011 * gdb.dwarf2/Makefile.in: Likewise.
9012 * gdb.fortran/Makefile.in: Likewise.
9013 * gdb.gdb/Makefile.in: Likewise.
9014 * gdb.go/Makefile.in: Likewise.
9015 * gdb.guile/Makefile.in: Likewise.
9016 * gdb.java/Makefile.in: Likewise.
9017 * gdb.linespec/Makefile.in: Likewise.
9018 * gdb.mi/Makefile.in: Likewise.
9019 * gdb.modula2/Makefile.in: Likewise.
9020 * gdb.multi/Makefile.in: Likewise.
9021 * gdb.objc/Makefile.in: Likewise.
9022 * gdb.opencl/Makefile.in: Likewise.
9023 * gdb.opt/Makefile.in: Likewise.
9024 * gdb.pascal/Makefile.in: Likewise.
9025 * gdb.perf/Makefile.in: Likewise.
9026 * gdb.python/Makefile.in: Likewise.
9027 * gdb.reverse/Makefile.in: Likewise.
9028 * gdb.server/Makefile.in: Likewise.
9029 * gdb.stabs/Makefile.in: Likewise.
9030 * gdb.threads/Makefile.in: Likewise.
9031 * gdb.trace/Makefile.in: Likewise.
9032 * gdb.xml/Makefile.in: Likewise.
9033 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9034 GDB_PARALLEL.
9035 (standard_output_file): Remove check for GDB_PARALLEL, always
9036 return path in outputs/$subdir/$testname.
9037
90382016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9039
9040 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9041 (site.exp): Assign abs_srcdir to tcl's srcdir.
9042
90432016-02-04 Yao Qi <yao.qi@linaro.org>
9044
9045 * gdb.base/foll-exec-mode.c: Include limits.h.
9046 (main): Add parameters argc and argv. Get directory from
9047 argv[0].
9048 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9049 compilation.
9050 * gdb.base/foll-exec.c: Include limits.h.
9051 (main): Add parameters argc and argv.
9052 Get directory from argv[0].
9053 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9054 Adjust tests on the number of lines as source code changed.
9055 * gdb.base/foll-vfork-exit.c: Include limits.h.
9056 (main): Add one line of statement before vfork.
9057 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9058 (main): Add parameters argc and argv. Get directory from
9059 argv[0].
9060 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9061 (setup_gdb): Set tbreak to skip some source lines.
9062 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9063 (main): Add parameters argc and argv. Get directory from
9064 argv[0].
9065 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9066 compilation.
9067 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9068 (main): Add parameters argc and argv. Get directory from
9069 argv[0].
9070 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9071 compilation.
9072
90732016-02-01 Doug Evans <dje@google.com>
9074
9075 * gdb.base/skip.exp: Clean up multiple references to same test name.
9076
90772016-02-01 Pedro Alves <palves@redhat.com>
9078
9079 PR remote/19496
9080 * gdb.threads/forking-threads-plus-breakpoint.exp
9081 (displaced_stepping_supported): New global.
9082 (probe_displaced_stepping_support): New procedure.
9083 (do_test): Add 'displaced' parameter, and use it.
9084 (top level): Check for displaced stepping support. Add displaced
9085 stepping on/off testing axis.
9086
90872016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9088
9089 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9090 pointer. Don't perform further tests on the unassociated pointer
9091 if the first test fails.
9092
90932016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9094
9095 * gdb.base/max-value-size.c: New file.
9096 * gdb.base/max-value-size.exp: New file.
9097 * gdb.base/huge.exp: Disable max-value-size for this test.
9098
90992016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9100
9101 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9102
91032016-01-28 Yao Qi <yao.qi@linaro.org>
9104
9105 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9106
91072016-01-25 Pedro Alves <palves@redhat.com>
9108
9109 PR threads/19461
9110 * gdb.base/fork-running-state.c: New file.
9111 * gdb.base/fork-running-state.exp: New file.
9112
91132016-01-25 Pedro Alves <palves@redhat.com>
9114
9115 PR gdb/19494
9116 * gdb.base/catch-fork-kill.c: New file.
9117 * gdb.base/catch-fork-kill.exp: New file.
9118
91192016-01-25 Pedro Alves <palves@redhat.com>
9120
9121 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9122 Delete, moved to lib/gdb.exp.
9123 * gdb.threads/forking-threads-plus-breakpoint.exp
9124 (foreach_with_prefix): Likewise.
9125 * gdb.threads/process-dies-while-handling-bp.exp
9126 (foreach_with_prefix): Likewise.
9127 * lib/gdb.exp (foreach_with_prefix): New procedure.
9128
91292016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9130
9131 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9132 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9133
91342016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9135
9136 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9137 endian targets.
9138
91392016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9140 Pedro Alves <palves@redhat.com>
9141
9142 Fix testsuite compatibility with Guile.
9143 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9144 number.
9145
91462016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9147
9148 Fix testsuite compatibility with Guile.
9149 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9150 (thread 1): New test for backtrace through signal handler.
9151
91522016-01-22 Yao Qi <yao.qi@linaro.org>
9153
9154 PR testsuite/19491
9155 * gdb.base/multi-forks.c: Include
9156 ../lib/unbuffer_output.c
9157 (main): Call gdb_unbuffer_output.
9158
91592016-01-21 Doug Evans <dje@google.com>
9160
9161 * lib/ada.exp (gdb_compile_ada): Fix typo.
9162
91632016-01-21 Joel Brobecker <brobecker@adacore.com>
9164
9165 * gdb.base/break-fun-addr.exp: New file.
9166 * gdb.base/break-fun-addr1.c: New file.
9167 * gdb.base/break-fun-addr2.c: New file.
9168
91692016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9170
9171 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9172 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9173 enum flag values.
9174
91752016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9176
9177 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9178 when GDB can not set the vector return value. Add more comments
9179 for clarification.
9180
91812016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9182
9183 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9184 command.
9185
91862016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9187
9188 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9189
91902016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9191
9192 * Makefile.in (check-single): Pass --status to runtest.
9193 (check/%.exp): Likewise.
9194
91952016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9196
9197 * Makefile.in (check-parallel): Propagate return code from make
9198 do-check-parallel.
9199
92002016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9201
9202 * gdb.trace/ftrace.exp: Fix expected message on continue.
9203 * gdb.trace/pending.exp: Fix expected message on continue.
9204 * gdb.trace/trace-break.exp: Fix expected message on continue.
9205
92062016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9207
9208 * lib/gdb.exp (gdb_test): Remove unused global references.
9209
92102016-01-18 Pedro Alves <palves@redhat.com>
9211
9212 * gdb.base/async-shell.exp: Adjust expected output.
9213 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9214 * gdb.base/siginfo-thread.exp: Adjust expected output.
9215 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9216 * gdb.java/jnpe.exp: Adjust expected output.
9217 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9218 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9219 * gdb.threads/leader-exit.exp: Adjust expected output.
9220 * gdb.threads/manythreads.exp: Adjust expected output.
9221 * gdb.threads/pthreads.exp: Adjust expected output.
9222 * gdb.threads/schedlock.exp: Adjust expected output.
9223 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9224 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9225 expected output.
9226 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9227 output.
9228 * gdb.threads/sigthread.exp: Adjust expected output.
9229 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9230
92312016-01-18 Yao Qi <yao.qi@linaro.org>
9232
9233 * gdb.guile/scm-section-script.c: Replace @progbits with
9234 %progbits.
9235 * gdb.python/py-section-script.c: Likewise.
9236
92372016-01-15 Pedro Alves <palves@redhat.com>
9238
9239 * gdb.multi/tids.exp: Test star wildcard ranges.
9240
92412016-01-15 Pedro Alves <palves@redhat.com>
9242
9243 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9244 command from "thread apply" invocation.
9245 (thr_apply_info_thr_invalid): Default the expected output to the
9246 input tid list.
9247 (top level): Add tests that use convenience variables. Add tests
9248 for "thread apply" with a valid TID list, but missing the command.
9249
92502016-01-13 Pedro Alves <palves@redhat.com>
9251
9252 * gdb.base/default.exp: Expect $_gthread as well.
9253 * gdb.multi/tids.exp: Test $_gthread.
9254 * gdb.threads/thread-specific.exp: Test $_gthread.
9255
92562016-01-13 Pedro Alves <palves@redhat.com>
9257
9258 * gdb.multi/tids.exp: Test "info threads -gid".
9259
92602016-01-13 Pedro Alves <palves@redhat.com>
9261
9262 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9263 Breakpoint.thread.
9264 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9265
92662016-01-07 Pedro Alves <palves@redhat.com>
9267
9268 * gdb.base/break.exp: Adjust to output changes.
9269 * gdb.base/hbreak2.exp: Likewise.
9270 * gdb.base/sepdebug.exp: Likewise.
9271 * gdb.base/watch_thread_num.exp: Likewise.
9272 * gdb.linespec/keywords.exp: Likewise.
9273 * gdb.multi/info-threads.exp: Likewise.
9274 * gdb.threads/thread-find.exp: Likewise.
9275 * gdb.multi/tids.c: New file.
9276 * gdb.multi/tids.exp: New file.
9277
92782016-01-13 Pedro Alves <palves@redhat.com>
9279
9280 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9281
92822016-01-13 Pedro Alves <palves@redhat.com>
9283
9284 * gdb.base/default.exp: Expect $_inferior as well.
9285 * gdb.multi/base.exp: Test $_inferior.
9286
92872016-01-13 Pedro Alves <palves@redhat.com>
9288
9289 PR breakpoints/19388
9290 * gdb.base/catch-signal-siginfo-cond.c: New file.
9291 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9292
92932016-01-12 Josh Stone <jistone@redhat.com>
9294 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9295
9296 * gdb.base/catch-syscall.c (do_execve): New variable.
9297 (main): Conditionally trigger an execve.
9298 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9299 (test_catch_syscall_execve): New, check entry/return across execve.
9300 (do_syscall_tests): Call test_catch_syscall_execve.
9301
93022016-01-12 Pedro Alves <palves@redhat.com>
9303
9304 * gdb.base/random-signal.exp (do_test): New procedure, with body
9305 of testcase moved in.
9306
93072016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9308 Pedro Alves <palves@redhat.com>
9309
9310 * gdb.base/funcargs.exp (finish from indirectly called function):
9311 Reintroduce the case for 'First'.
9312
93132016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9314 Pedro Alves <palves@redhat.com>
9315
9316 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9317 (tcatch_vfork_then_child_follow_exec)
9318 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9319 identification.
9320
93212016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9322
9323 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9324 and repeats to unlimited.
9325 * gdb.python/py-value.exp: Likewise.
9326 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9327 and repeats to unlimited.
9328
93292016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9330
9331 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9332 and reordering the functions.
9333 * gdb.multi/hangout.c: Likewise.
9334 * gdb.multi/hello.c: Likewise.
9335
93362016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9337
9338 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9339 absolute.
9340 (SingleStatisticTestResult.report): Use dict.keys instead of
9341 dict.iterkeys.
9342
93432016-01-06 Pedro Alves <palves@redhat.com>
9344
9345 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9346
93472016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9348
9349 * gdb.btrace/dlopen.exp: New.
9350 * gdb.btrace/dlopen.c: New.
9351 * gdb.btrace/dlopen-dso.c: New.
9352
93532015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9354
9355 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9356 PATTERN argument is optional.
9357
93582015-12-24 Joel Brobecker <brobecker@adacore.com>
9359
9360 * lib/ada.exp (target_compile_ada_from_dir): New function.
9361 (gdb_compile_ada): Reimplement avoiding the use of project files.
9362 * gdb.ada/gnat_ada.gpr: Delete.
9363 * gdb.ada/cond_lang.exp: Adjust test to make path before
9364 filename optional.
9365 * gdb.ada/small_reg_param.exp: Likewise.
9366
93672015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9368
9369 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9370
93712015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9372
9373 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9374 case.
9375
93762015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9377
9378 * gdb.base/break.exp: Remove dead code.
9379 * gdb.base/sepdebug.exp: Likewise.
9380
93812015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9382
9383 * gdb.asm/asm-source.exp: Remove HP-UX references.
9384 * gdb.base/annota1.exp: Likewise.
9385 * gdb.base/annota3.exp: Likewise.
9386 * gdb.base/attach.exp: Likewise.
9387 * gdb.base/bigcore.exp: Likewise.
9388 * gdb.base/break.exp: Likewise.
9389 * gdb.base/call-ar-st.exp: Likewise.
9390 * gdb.base/callfuncs.exp: Likewise.
9391 * gdb.base/catch-fork-static.exp: Likewise.
9392 * gdb.base/display.exp: Likewise.
9393 * gdb.base/foll-exec-mode.exp: Likewise.
9394 * gdb.base/foll-exec.exp: Likewise.
9395 * gdb.base/foll-fork.exp: Likewise.
9396 * gdb.base/foll-vfork.exp: Likewise.
9397 * gdb.base/funcargs.exp: Likewise.
9398 * gdb.base/hbreak2.exp: Likewise.
9399 * gdb.base/inferior-died.exp: Likewise.
9400 * gdb.base/interrupt.exp: Likewise.
9401 * gdb.base/multi-forks.exp: Likewise.
9402 * gdb.base/nodebug.exp: Likewise.
9403 * gdb.base/sepdebug.exp: Likewise.
9404 * gdb.base/solib1.c: Likewise.
9405 * gdb.base/step-test.exp: Likewise.
9406 * gdb.mi/non-stop.c: Likewise.
9407 * gdb.mi/pthreads.c: Likewise.
9408 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9409 * gdb.threads/pthreads.c: Likewise.
9410 * gdb.threads/staticthreads.exp: Likewise.
9411 * lib/future.exp: Likewise.
9412 * lib/gdb.exp: Likewise.
9413 * gdb.base/so-indr-cl.c: Remove.
9414 * gdb.base/so-indr-cl.exp: Likewise.
9415 * gdb.base/solib.c: Likewise.
9416 * gdb.base/solib.exp: Likewise.
9417 * gdb.base/solib2.c: Likewise.
9418
94192015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9420
9421 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9422 * gdb.base/call-ar-st.exp: Likewise.
9423 * gdb.base/callfuncs.exp: Likewise.
9424 * gdb.base/condbreak.exp: Likewise.
9425 * gdb.base/constvars.exp: Likewise.
9426 * gdb.base/hbreak2.exp: Likewise.
9427 * gdb.base/langs.exp: Likewise.
9428 * gdb.base/list.exp: Likewise.
9429 * gdb.base/long_long.exp: Likewise.
9430 * gdb.base/ptype.exp: Likewise.
9431 * gdb.base/scope.exp: Likewise.
9432 * gdb.base/signals.exp: Likewise.
9433 * gdb.base/so-impl-ld.exp: Likewise.
9434 * gdb.base/varargs.exp: Likewise.
9435 * gdb.base/volatile.exp: Likewise.
9436 * gdb.base/whatis.exp: Likewise.
9437 * gdb.cp/cplusfuncs.exp: Likewise.
9438 * gdb.cp/inherit.exp: Likewise.
9439 * gdb.cp/local.exp: Likewise.
9440 * gdb.cp/member-ptr.exp: Likewise.
9441 * gdb.cp/method.exp: Likewise.
9442 * gdb.cp/overload.exp: Likewise.
9443 * gdb.cp/templates.exp: Likewise.
9444 * gdb.stabs/weird.exp: Likewise.
9445 * lib/compiler.c: Likewise.
9446 * lib/compiler.cc: Likewise.
9447 * lib/cp-support.exp: Likewise.
9448 * lib/gdb.exp: Likewise.
9449
94502015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9451
9452 * configure.ac: Remove HP-UX case.
9453 * configure: Regenerate.
9454
94552015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9456
9457 * lib/gdb.exp (gdb_compile): Add function doc.
9458
94592015-12-17 Pedro Alves <palves@redhat.com>
9460
9461 PR threads/19354
9462 * gdb.multi/info-threads.exp: New file.
9463
94642015-12-15 Yao Qi <yao.qi@linaro.org>
9465
9466 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9467 is aarch64*-*-*.
9468
94692015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9470
9471 * gdb.base/history-duplicates.exp: Skip if no readline support.
9472
94732015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9474
9475 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9476
94772015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9478
9479 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9480
94812015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9482
9483 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9484 ctrl-C if nointerrupts target property is set.
9485 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9486 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9487 * gdb.base/paginate-bg-execution.exp: Likewise.
9488 * gdb.base/paginate-execution-startup.exp: Likewise.
9489 * gdb.base/random-signal.exp: Likewise.
9490 * gdb.base/range-stepping.exp: Likewise.
9491 * gdb.cp/annota2.exp: Likewise.
9492 * gdb.cp/annota3.exp: Likewise.
9493 * gdb.gdb/selftest.exp: Likewise.
9494 * gdb.threads/continue-pending-status.exp: Likewise.
9495 * gdb.threads/leader-exit.exp: Likewise.
9496 * gdb.threads/manythreads.exp: Likewise.
9497 * gdb.threads/pthreads.exp: Likewise.
9498 * gdb.threads/schedlock.exp: Likewise.
9499 * gdb.threads/sigthread.exp: Likewise.
9500
95012015-12-11 Don Breazeal <donb@codesourcery.com>
9502
9503 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9504 remote.
9505 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9506 * gdb.base/foll-exec.exp (main): Enable for target remote.
9507 * gdb.base/foll-fork.exp (main): Likewise.
9508 * gdb.base/foll-vfork.exp (main): Likewise.
9509 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9510 (proc continue_to_exit_bp_loc): Use clean_restart.
9511 * gdb.base/pie-execl.exp (main): Disable for target remote.
9512 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9513 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9514 * gdb.threads/execl.exp (main): Likewise.
9515 * gdb.threads/fork-child-threads.exp (main): Likewise.
9516 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9517 remote.
9518 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9519 remote.
9520 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9521 pid.tid style ptids, instead of just tid.
9522 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9523 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9524 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9525 ptids, instead of just tid.
9526
95272015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9528
9529 * gdb.base/list.exp (test_list_forward): Add end of file error
9530 test.
9531 (test_repeat_list_command): Add end of file error test.
9532 (test_list_backwards): Add beginning of file error test.
9533
95342015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9535
9536 * gdb.base/list.exp (test_list_invalid_args): New function,
9537 defined, and called.
9538
95392015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9540
9541 * gdb.base/list.exp (test_list): Make test names unique.
9542
95432015-12-11 Yao Qi <yao.qi@linaro.org>
9544
9545 * gdb.base/coremaker2.c: Remove.
9546
95472015-12-10 Pedro Alves <palves@redhat.com>
9548
9549 * gdb.multi/base.exp: Remove stale "spaces" references.
9550
95512015-12-10 Pedro Alves <palves@redhat.com>
9552
9553 * gdb.multi/base.exp: Don't use nowarnings.
9554 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9555 * gdb.multi/hangout.c: Include stdio.h.
9556 * gdb.multi/hello.c: Include stdlib.h.
9557 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9558 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9559 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9560
95612015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9562
9563 * gdb.dwarf2/dw2-ranges-base.c: New file.
9564 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9565 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9566 support additional line table, and debug ranges generation.
9567 (Dwarf::ranges): New function, generate .debug_ranges.
9568 (Dwarf::lines): Support generating simple line table programs.
9569 (Dwarf::assemble): Initialise new namespace variables.
9570
95712015-12-09 Kevin Buettner <kevinb@redhat.com>
9572
9573 * gdb.base/async.exp (proc test_background): Add case for
9574 asynchronous execution not supported.
9575
95762015-12-09 Luis Machado <lgustavo@codesourcery.com>
9577
9578 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9579 format and change test names to make them unique.
9580
95812015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9582 Pedro Alves <pedro@redhat.com>
9583
9584 PR gdb/18702
9585 Add checking of floatformats setup on x86_64 hosts.
9586 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9587 (smallval, bigval): New labels/constants.
9588 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9589 float" after loading bigval and smallval.
9590
95912015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9592
9593 * gdb.ada/fun_overload_menu.exp: New testcase.
9594 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9595
95962015-12-04 Josh Stone <jistone@redhat.com>
9597
9598 * gdb.base/catch-fork-static.exp: New.
9599
96002015-12-03 Yao Qi <yao.qi@linaro.org>
9601
9602 * gdb.base/sizeof.c: Don't include stdio.h and
9603 ../lib/unbuffer_output.c.
9604 (main): New variable 'size' and 'value'. Remove printf and
9605 gdb_unbuffer_output. Assign return value to size and value.
9606 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9607 at the beginning.
9608 (check_sizeof): Check the result by printing variable 'size'.
9609 (check_valueof): Check the result by printing variable 'value'.
9610
96112015-12-01 Yao Qi <yao.qi@linaro.org>
9612
9613 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9614 for aarch64*-*-linux* target.
9615
96162015-11-30 Pedro Alves <palves@redhat.com>
9617
9618 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9619
96202015-11-30 Pedro Alves <palves@redhat.com>
9621
9622 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9623 Handle non-stop mode vCont replies.
9624
96252015-11-30 Pedro Alves <palves@redhat.com>
9626
9627 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9628 prepare_for_testing. Start gdb with "set non-stop on" appended to
9629 GDBFLAGS. Lax expected stop output.
9630
96312015-11-27 Yao Qi <yao.qi@linaro.org>
9632
9633 * gdb.arch/arm-neon.exp: New.
9634 * gdb.arch/arm-neon.c: New.
9635
96362015-11-27 Yao Qi <yao.qi@linaro.org>
9637
9638 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9639
96402015-11-27 Yao Qi <yao.qi@linaro.org>
9641
9642 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9643 frames-invalid annotation.
9644
96452015-11-27 Yao Qi <yao.qi@linaro.org>
9646
9647 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9648
96492015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9650
9651 * gdb.threads/names.exp: New file.
9652 * gdb.threads/names.c: New file.
9653 * README: Mention gdb,no_thread_names.
9654
96552015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9656
9657 PR 19297
9658 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9659 support" error.
9660
96612015-11-24 Pedro Alves <palves@redhat.com>
9662
9663 PR 17539
9664 * gdb.base/display.exp: Expect displays to be sorted in ascending
9665 order. Use multi_line.
9666 * gdb.base/solib-display.exp: Likewise.
9667
96682015-11-24 Pedro Alves <palves@redhat.com>
9669
9670 PR 17539
9671 * gdb.base/display.exp: Expect displays to be sorted in ascending
9672 order. Use multi_line.
9673 * gdb.base/solib-display.exp: Likewise.
9674
96752015-11-24 Pedro Alves <palves@redhat.com>
9676
9677 PR 17539
9678 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9679 threads in ascending order.
9680 * gdb.base/foll-fork.exp: Likewise.
9681 * gdb.base/foll-vfork.exp: Likewise.
9682 * gdb.base/multi-forks.exp: Likewise.
9683 * gdb.mi/mi-nonstop.exp: Likewise.
9684 * gdb.mi/mi-nsintrall.exp: Likewise.
9685 * gdb.multi/base.exp: Likewise.
9686 * gdb.multi/multi-arch.exp: Likewise.
9687 * gdb.python/py-inferior.exp: Likewise.
9688 * gdb.threads/break-while-running.exp: Likewise.
9689 * gdb.threads/execl.exp: Likewise.
9690 * gdb.threads/gcore-thread.exp: Likewise.
9691 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9692 * gdb.threads/kill.exp: Likewise.
9693 * gdb.threads/linux-dp.exp: Likewise.
9694 * gdb.threads/multiple-step-overs.exp: Likewise.
9695 * gdb.threads/next-bp-other-thread.exp: Likewise.
9696 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9697 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9698 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9699 * gdb.threads/thread-find.exp: Likewise.
9700 * gdb.threads/tls.exp: Likewise.
9701 * lib/mi-support.exp (mi_reverse_list): Delete.
9702 (mi_check_thread_states): No longer reverse list.
9703
97042015-11-24 Pedro Alves <palves@redhat.com>
9705
9706 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9707 use lowercase.
9708
97092015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9710
9711 * gdb.trace/actions.c: Include trace-common.h.
9712 (main): Add a location for a fast tracepoint.
9713 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9714 the normal tracepoints.
9715 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9716
97172015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9718
9719 * save-trace.exp: Factor out code to these...
9720 (gdb_save_tracepoints): New.
9721 (gdb_load_tracepoints): New.
9722 (do_save_load_test): New.
9723
97242015-11-23 Kevin Buettner <kevinb@redhat.com>
9725
9726 * gdb.base/asmlabel.exp: New test.
9727 * gdb.base/asmlabel.c: New test case.
9728
97292015-11-23 Joel Brobecker <brobecker@adacore.com>
9730
9731 * gdb.base/wrong_frame_bt_full-main.c: New file.
9732 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9733 * gdb.base/wrong_frame_bt_full.exp: New file.
9734
97352015-11-23 Joel Brobecker <brobecker@adacore.com>
9736
9737 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9738
97392015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9740
9741 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9742 pstate register when comparing registers values in
9743 sparc64-*-linux-gnu targets to avoid spurious differences.
9744
97452015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9746
9747 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9748
97492015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9750
9751 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9752 as type argument to gdb_compile.
9753 * gdb.base/nested-subp2.exp: Likewise.
9754 * gdb.base/nested-subp3.exp: Likewise.
9755
97562015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9757
9758 * lib/dwarf.exp (_note): Fix left shift of negative value.
9759 * gdb.trace/trace-condition.exp: Likewise.
9760
97612015-11-13 Yao Qi <yao.qi@linaro.org>
9762
9763 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9764 comments about d10v.
9765 (test_scalar_returns): Likewise.
9766 * gdb.base/d10v.ld: Remove.
9767 * gdb.base/overlays.exp: Remove the target triplet checking for
9768 d10v-*-*.
9769 * gdb.base/structs.exp (test_struct_returns): Remove the
9770 comments about d10v.
9771 (test_struct_calls): Likewise.
9772
97732015-11-13 Yao Qi <yao.qi@linaro.org>
9774
9775 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9776 * gdb.base/gnu_vector.c: Don't include stdio.h.
9777 (main): Don't print res and call add_some_intvecs.
9778
97792015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9780
9781 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9782 macro.
9783 (func5): Removed.
9784 (func4): Use FAST_TRACEPOINT_LABEL.
9785 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9786 macro.
9787 (func): Removed.
9788 (thread_function): Use FAST_TRACEPOINT_LABEL.
9789 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9790 (func): Remove.
9791 (marker): Use FAST_TRACEPOINT_LABEL.
9792 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9793 (pendfunc1): Remove.
9794 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9795 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9796 (foo): Remove.
9797 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9798 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9799 macro.
9800 (func): Remove.
9801 (marker): Use FAST_TRACEPOINT_LABEL.
9802 * gdb.trace/trace-common.h: New header.
9803 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9804 macro.
9805 (func): Remove.
9806 (marker): Use FAST_TRACEPOINT_LABEL.
9807 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9808 (func): Remove.
9809 (thread_function): Use FAST_TRACEPOINT_LABEL.
9810
98112015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9812
9813 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9814 in front.
9815 * gdb.trace/change-loc.exp: Use global pcreg definition.
9816 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9817 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9818 in front.
9819 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9820 * gdb.trace/pending.exp: Likewise.
9821 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9822 * gdb.trace/trace-break.exp: Likewise.
9823 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9824 in front.
9825 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9826 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9827 in front.
9828 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9829
98302015-11-09 Joel Brobecker <brobecker@adacore.com>
9831
9832 * gdb.ada/fin_fun_out: New testcase.
9833
98342015-11-07 Kevin Buettner <kevinb@redhat.com>
9835
9836 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9837 value associated with DW_AT_byte_size.
9838 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9839 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9840 DW_AT_upper_bound.
9841
98422015-11-07 Kevin Buettner <kevinb@redhat.com>
9843
9844 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9845 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9846 version.
9847 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9848 gdb.dwarf2/dw2-canonicalize-type.exp,
9849 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9850 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9851 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9852 provided by gdb_target_symbol_prefix_flags_asm.
9853 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9854 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9855 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9856 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9857 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9858 macros where needed). Use this macro for symbols which require
9859 the prefix provided by SYMBOL_PREFIX.
9860
98612015-11-05 Kevin Buettner <kevinb@redhat.com>
9862
9863 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9864 New procs.
9865 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9866 representing expressions, of more than one list element.
9867 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9868 to prepend linker symbol prefix to f.
9869 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9870 table_1 and table_2.
9871 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9872 Likewise, for f and g.
9873 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9874 for ptr.
9875 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9876 for main.
9877 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9878 table_1_ptr and table_2_ptr.
9879
98802015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9881 Joel Brobecker <brobecker@adacore.com>
9882
9883 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9884
98852015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9886
9887 * gdb.reverse/s390-mvcle.c: New test.
9888 * gdb.reverse/s390-mvcle.exp: New file.
9889 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9890
98912015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9892
9893 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9894
98952015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9896
9897 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9898 reaching marker2.
9899 * gdb.reverse/getresuid-reverse.exp: Likewise.
9900 * gdb.reverse/pipe-reverse.exp: Likewise.
9901 * gdb.reverse/readv-reverse.exp: Likewise.
9902 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9903 * gdb.reverse/time-reverse.exp: Likewise.
9904 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9905
99062015-10-30 Yao Qi <yao.qi@linaro.org>
9907
9908 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9909 (empty_cycle): Remove.
9910 (main): Don't call empty_cycle. Don't use watch_count_done.
9911 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9912 empty_cycle. Rewrite the code counting HW watchpoints.
9913
99142015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9915
9916 * gdb.reverse/fstatat-reverse.c: New test.
9917 * gdb.reverse/fstatat-reverse.exp: New file.
9918 * gdb.reverse/getresuid-reverse.c: New test.
9919 * gdb.reverse/getresuid-reverse.exp: New file.
9920 * gdb.reverse/pipe-reverse.c: New test.
9921 * gdb.reverse/pipe-reverse.exp: New file.
9922 * gdb.reverse/readv-reverse.c: New test.
9923 * gdb.reverse/readv-reverse.exp: New file.
9924 * gdb.reverse/recvmsg-reverse.c: New test.
9925 * gdb.reverse/recvmsg-reverse.exp: New file.
9926 * gdb.reverse/time-reverse.c: New test.
9927 * gdb.reverse/time-reverse.exp: New file.
9928 * gdb.reverse/waitpid-reverse.c: New test.
9929 * gdb.reverse/waitpid-reverse.exp: New file.
9930
99312015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9932
9933 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9934
99352015-10-26 Doug Evans <dje@google.com>
9936
9937 PR symtab/17391
9938 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9939 * gdb.dwarf2/bad-regnum.c: New file.
9940 * gdb.dwarf2/bad-regnum.exp: New file.
9941
99422015-10-26 Doug Evans <dje@google.com>
9943
9944 PR python/18938
9945 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9946 file.
9947
99482015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9949
9950 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9951 for a change by "Mention language in compile error message".
9952
99532015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9954
9955 PR python/18073
9956 * gdb.python/py-type.c (C::a_method): New.
9957 (C::a_const_method): New.
9958 (C::a_static_method): New.
9959 (a_function): New.
9960 * gdb.python/py-type.exp (test_fields): Test getting fields
9961 from function and method.
9962
99632015-10-21 Keven Boell <keven.boell@intel.com>
9964
9965 * gdb.fortran/vla-alloc-assoc.exp: New file.
9966 * gdb.fortran/vla-datatypes.exp: New file.
9967 * gdb.fortran/vla-datatypes.f90: New file.
9968 * gdb.fortran/vla-history.exp: New file.
9969 * gdb.fortran/vla-ptype-sub.exp: New file.
9970 * gdb.fortran/vla-ptype.exp: New file.
9971 * gdb.fortran/vla-sizeof.exp: New file.
9972 * gdb.fortran/vla-sub.f90: New file.
9973 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9974 * gdb.fortran/vla-value-sub-finish.exp: New file.
9975 * gdb.fortran/vla-value-sub.exp: New file.
9976 * gdb.fortran/vla-value.exp: New file.
9977 * gdb.fortran/vla-ptr-info.exp: New file.
9978 * gdb.mi/mi-vla-fortran.exp: New file.
9979 * gdb.mi/vla.f90: New file.
9980
99812015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9982
9983 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9984 of hardwired timeout value.
9985
99862015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9987 Pedro Alves <palves@redhat.com>
9988
9989 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9990 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9991
99922015-10-19 Josh Stone <jistone@redhat.com>
9993
9994 * gdb.base/catch-syscall.c: Include <sched.h>.
9995 (unknown_syscall): New variable.
9996 (main): Trigger a vfork and an unknown syscall.
9997 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9998 (unknown_syscall_number): Likewise.
9999 (check_call_to_syscall): Accept an optional syscall pattern.
10000 (check_return_from_syscall): Likewise.
10001 (check_continue): Likewise.
10002 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10003 (test_catch_syscall_skipping_return): New test toggling off 'catch
10004 syscall' to step over the syscall return, then toggling back on.
10005 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10006 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10007 (do_syscall_tests): Call test_catch_syscall_without_args and
10008 test_catch_syscall_mid_vfork.
10009 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10010 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10011
100122015-10-19 Andrew Stubbs <ams@codesourcery.com>
10013
10014 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10015 print g_vE): Add new pass patterns.
10016 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10017 print various symbol names for vptr fields.
10018
100192015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10020
10021 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10022 results.
10023
100242015-10-12 Yao Qi <yao.qi@linaro.org>
10025
10026 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10027
100282015-10-12 Yao Qi <yao.qi@linaro.org>
10029
10030 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10031 is aarch64*-*-linux*.
10032
100332015-10-12 Yao Qi <yao.qi@linaro.org>
10034
10035 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10036 (can_relocate_bcond_true): ... it.
10037 (can_relocate_bcond_false): New function.
10038 (foo): Likewise.
10039 (can_relocate_bl): Likewise.
10040 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10041 can_relocate_bl.
10042
100432015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10044
10045 * gdb.base/nested-addr.c: New file.
10046 * gdb.base/nested-addr.exp: New testcase.
10047
100482015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10049
10050 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10051 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10052 its output. Ignore the output of "record goto begin" and instead
10053 check that GDB is replaying.
10054
100552015-10-09 Pedro Alves <palves@redhat.com>
10056
10057 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10058 (top level): Use it in the run with no args test.
10059
100602015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10061
10062 * gdb.dlang/properties.exp: New file.
10063
100642015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10065
10066 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10067 whether or not address 0x1000 is mapped on the target.
10068
100692015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10070
10071 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10072 build.
10073
100742015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10075
10076 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10077 instruction-history test.
10078
100792015-09-28 Doug Evans <dje@google.com>
10080
10081 * gdb.base/gcore.c (array_func): Add reference to static_array.
10082
100832015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10084
10085 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10086 source line.
10087
100882015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10089
10090 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10091 short or char as base type.
10092
100932015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10094
10095 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10096 to allow any size enum.
10097
100982015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10099
10100 * gdb.ada/array_ptr_renaming.exp: New testcase.
10101 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10102 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10103
101042015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10105
10106 * gdb.trace/ftrace-lock.c: New file.
10107 * gdb.trace/ftrace-lock.exp: New file.
10108
101092015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10110
10111 * gdb.arch/insn-reloc.c: New file.
10112 * gdb.arch/ftrace-insn-reloc.exp: New file.
10113
101142015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10115
10116 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10117 instruction.
10118 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10119 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10120 * gdb.trace/range-stepping.c: Likewise.
10121 * gdb.trace/trace-break.c: Likewise.
10122 * gdb.trace/trace-mt.c (thread_function): Likewise.
10123 * gdb.trace/ftrace.c (marker): Likewise.
10124 * gdb.trace/trace-condition.c (marker): Likewise.
10125 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10126 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10127 is_aarch64_target.
10128
101292015-09-18 Doug Evans <xdje42@gmail.com>
10130
10131 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10132 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10133
101342015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10135
10136 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10137 the breakpoint.
10138
101392015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10140
10141 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10142 the pending breakpoint. Remove timeout override for "Run till
10143 MI pending breakpoint on pendfunc3 on thread 2" test.
10144
101452015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10146
10147 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10148 filename pattern.
10149
101502015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10151
10152 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10153 in breakpoint filename pattern.
10154
101552015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10156
10157 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10158
101592015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10160
10161 * gdb.linespec/explicit.exp: Check for readline support for
10162 tab-completion tests. Fix obvious typo.
10163
101642015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10165
10166 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10167 and replay.
10168
101692015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10170
10171 * gdb.btrace/non-stop.c: New.
10172 * gdb.btrace/non-stop.exp: New.
10173
101742015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10175 Yao Qi <yao.qi@linaro.org>
10176
10177 * gdb.trace/trace-condition.c: New file.
10178 * gdb.trace/trace-condition.exp: New file.
10179
101802015-09-16 Wei-cheng Wang <cole945@gmail.com>
10181
10182 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10183 for testing bytecode compilation.
10184
101852015-09-16 Pedro Alves <palves@redhat.com>
10186 Sandra Loosemore <sandra@codesourcery.com>
10187
10188 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10189 (SECONDS): Redefine.
10190 (main): Call pthread_kill and alarm early.
10191 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10192 support.
10193 (test): If the target can't hardware step and doesn't support
10194 displaced stepping, increase the timeout.
10195
101962015-09-16 Pedro Alves <palves@redhat.com>
10197
10198 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10199 (enable_debug): New procedures.
10200 (test): Use them. Bail out if waiting for threads fails.
10201 (top level): Bail out if a test fails.
10202
102032015-09-16 Yao Qi <yao.qi@linaro.org>
10204
10205 * gdb.asm/asm-source.exp: Set asm-arch for
10206 aarch64*-*-* target.
10207 * gdb.asm/aarch64.inc: New file.
10208
102092015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10210
10211 * gdb.ada/array_of_variable_length.exp: New testcase.
10212 * gdb.ada/array_of_variable_length/foo.adb: New file.
10213 * gdb.ada/array_of_variable_length/pck.adb: New file.
10214 * gdb.ada/array_of_variable_length/pck.ads: New file.
10215
102162015-09-15 Doug Evans <dje@google.com>
10217
10218 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10219 of function static local variable.
10220
102212015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10222
10223 * gdb.threads/tls-so_extern.exp: New test file.
10224 * gdb.threads/tls-so_extern.c: New test file.
10225 * gdb.threads/tls-so_extern_main.c: New test file.
10226
102272015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10228
10229 * gdb.opt/solib-intra-step-lib.c: New file.
10230 * gdb.opt/solib-intra-step-main.c: New file.
10231 * gdb.opt/solib-intra-step.exp: New file.
10232
102332015-09-15 Pedro Alves <palves@redhat.com>
10234
10235 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10236 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10237
102382015-09-14 Pedro Alves <palves@redhat.com>
10239
10240 * gdb.base/hook-stop-continue.c: Delete.
10241 * gdb.base/hook-stop-continue.exp: Delete.
10242 * gdb.base/hook-stop-frame.c: Delete.
10243 * gdb.base/hook-stop-frame.exp: Delete.
10244 * gdb.base/hook-stop.c: New file.
10245 * gdb.base/hook-stop.exp: New file.
10246
102472015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10248
10249 * gdb.ada/access_to_packed_array.exp: New testcase.
10250 * gdb.ada/access_to_packed_array/foo.adb: New file.
10251 * gdb.ada/access_to_packed_array/pack.adb: New file.
10252 * gdb.ada/access_to_packed_array/pack.ads: New file.
10253
102542015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10255
10256 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10257 buffer size test.
10258
102592015-09-11 Don Breazeal <donb@codesourcery.com>
10260
10261 * gdb.base/foll-exec.c: Add copyright header. Fix
10262 formatting issues.
10263 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10264 (do_exec_tests): Use clean_restart in place of zap_session,
10265 and for test initialization. Fix formatting issues. Use
10266 fail in place of perror.
10267 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10268 an expect statement to match an expression with output from
10269 the program under debug.
10270 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10271 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10272 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10273 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10274 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10275
102762015-09-09 Doug Evans <dje@google.com>
10277
10278 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10279
102802015-09-09 Doug Evans <dje@google.com>
10281
10282 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10283
102842015-09-09 Doug Evans <dje@google.com>
10285
10286 * gdb.base/savedregs.exp: Fix typo.
10287
102882015-09-09 Pedro Alves <palves@redhat.com>
10289
10290 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10291
102922015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10293
10294 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10295 command actually switches threads. Give up on remaining
10296 tests if target fails to stop at breakpoint.
10297
102982015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10299
10300 * gdb.ada/funcall_char.exp: New testcase.
10301 * gdb.ada/funcall_char/foo.adb: New file.
10302
103032015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10304
10305 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10306 expected outputs. Add two testcases for completing ambiguous
10307 functions.
10308 * gdb.ada/complete/aux_pck.adb: New file.
10309 * gdb.ada/complete/aux_pck.ads: New file.
10310 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10311 Ambiguous_Func functions.
10312 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10313 * gdb.ada/complete/pck.adb: Likewise.
10314
103152015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10316
10317 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10318 failures to run the test program under GDB.
10319
103202015-08-26 Luis Machado <lgustavo@codesourcery.com>
10321
10322 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10323 to C.
10324
103252015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10326
10327 * gdb.base/run-after-attach.exp: New test file.
10328 * gdb.base/run-after-attach.c: New test file.
10329
103302015-08-26 Don Breazeal <donb@codesourcery.com>
10331
10332 * gdb.base/foll-exec-2.c: New test program.
10333 * gdb.base/foll-exec-2.exp: New test.
10334
103352015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10336
10337 * gdb.base/nested-subp1.exp: New file.
10338 * gdb.base/nested-subp1.c: New file.
10339 * gdb.base/nested-subp2.exp: New file.
10340 * gdb.base/nested-subp2.c: New file.
10341 * gdb.base/nested-subp3.exp: New file.
10342 * gdb.base/nested-subp3.c: New file.
10343
103442015-08-24 Pedro Alves <palves@redhat.com>
10345
10346 * gdb.server/connect-without-multi-process.c: New file.
10347 * gdb.server/connect-without-multi-process.exp: New file.
10348
103492015-08-24 Luis Machado <lgustavo@codesourcery.com>
10350
10351 * gdb.opt/inline-markers.c: Make z int.
10352
103532015-08-24 Luis Machado <lgustavo@codesourcery.com>
10354
10355 * gdb.opt/inline-markers.c: Make z volatile.
10356
103572015-08-24 Luis Machado <lgustavo@codesourcery.com>
10358
10359 * gdb.opt/inline-bt.c: New volatile global z.
10360 * gdb.opt/inline-cmds.c: Likewise.
10361 * gdb.opt/inline-locals.c: Likewise.
10362 * gdb.opt/inline-markers.c: New extern global z.
10363 (marker): Use z.
10364 (inline_fn): Likewise.
10365
103662015-08-24 Pedro Alves <palves@redhat.com>
10367
10368 * config/m32r-stub.exp: Remove file.
10369 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10370 * gdb.base/call-rt-st.exp: Likewise.
10371 * gdb.base/call-strs.exp: Likewise.
10372 * gdb.base/default.exp: Remove references to h8300-*-hms and
10373 *-*-udi*.
10374 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10375
103762015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10377
10378 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10379 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10380 and "return" use KFAIL when GDB can not read/write the vector
10381 return value.
10382
103832015-08-21 Gary Benson <gbenson@redhat.com>
10384
10385 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10386
103872015-08-20 Pedro Alves <palves@redhat.com>
10388
10389 * gdb.server/solib-list.exp: No longer expect an interior stop in
10390 non-stop mode.
10391
103922015-08-20 Pedro Alves <palves@redhat.com>
10393
10394 * gdb.server/connect-stopped-target.c: New file.
10395 * gdb.server/connect-stopped-target.exp: New file.
10396
103972015-08-20 Pedro Alves <palves@redhat.com>
10398
10399 * gdb.dwarf2/comp-unit-lang.exp: New file.
10400 * gdb.dwarf2/comp-unit-lang.c: New file.
10401
104022015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10403
10404 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10405 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10406
104072015-08-19 Kevin Buettner <kevinb@redhat.com>
10408
10409 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10410 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10411
104122015-08-18 Doug Evans <dje@google.com>
10413 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10414
10415 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10416 skip_python_tests. New arg prompt_regexp.
10417 (skip_python_tests): New function.
10418 * lib/mi-support.exp (mi_skip_python_tests): New function.
10419 * gdb.python/py-mi-objfile-gdb.py: New file.
10420 * gdb.python/py-mi-objfile.c: New file.
10421 * gdb.python/py-mi-objfile.exp: New file.
10422
104232015-08-17 Keith Seitz <keiths@redhat.com>
10424
10425 * gdb.linespec/explicit.exp: Move strace test from here ...
10426 * gdb.trace/strace.exp: ... to here.
10427
104282015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10429
10430 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10431 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10432
104332015-08-14 Doug Evans <xdje42@gmail.com>
10434
10435 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10436 inferior before selecting a new file.
10437
104382015-08-14 Doug Evans <xdje42@gmail.com>
10439
10440 * gdb.mi/mi-disassemble.exp: Update.
10441 * gdb.base/disasm-optim.S: New file.
10442 * gdb.base/disasm-optim.c: New file.
10443 * gdb.base/disasm-optim.h: New file.
10444 * gdb.base/disasm-optim.exp: New file.
10445
104462015-08-14 Keith Seitz <keiths@redhat.com>
10447
10448 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10449 "evaluated-by".
10450
104512015-08-13 Joel Brobecker <brobecker@adacore.com>
10452
10453 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10454
104552015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10456
10457 * gdb.ada/fun_renaming.exp: New testcase.
10458 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10459 * gdb.ada/fun_renaming/pack.adb: New file.
10460 * gdb.ada/fun_renaming/pack.ads: New file.
10461
104622015-08-12 Keith Seitz <keiths@redhat.com>
10463
10464 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10465 gdb_get_line_number.
10466
104672015-08-12 Joel Brobecker <brobecker@adacore.com>
10468
10469 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10470 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10471 gdb.base/dso2dso.exp: New files.
10472
104732015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10474 Pedro Alves <palves@redhat.com>
10475 Keith Seitz <keiths@redhat.com>
10476
10477 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10478 GDBFLAGS.
10479
104802015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10481
10482 * gdb.base/gdbhistsize-history.exp
10483 (test_histsize_history_setting): Use save_vars.
10484 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10485 Use save_vars.
10486 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10487 * gdb.base/readline.exp: Use save_vars.
10488
104892015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10490
10491 * lib/gdb.exp (save_vars): New proc.
10492
104932015-08-11 Keith Seitz <keiths@redhat.com>
10494
10495 * gdb.base/help.exp: Update help_breakpoint_text.
10496
104972015-08-11 Keith Seitz <keiths@redhat.com>
10498
10499 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10500 (at toplevel): Call test_explicit_breakpoints.
10501 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10502 breakpoints.
10503 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10504 breakpoint conditions, "-cond".
10505
105062015-08-11 Keith Seitz <keiths@redhat.com>
10507
10508 * gdb.linespec/3explicit.c: New file.
10509 * gdb.linespec/cpexplicit.cc: New file.
10510 * gdb.linespec/cpexplicit.exp: New file.
10511 * gdb.linespec/explicit.c: New file.
10512 * gdb.linespec/explicit.exp: New file.
10513 * gdb.linespec/explicit2.c: New file.
10514 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10515 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10516 before using in the matching pattern.
10517 Clarify that `prefix' is a regular expression.
10518
105192015-08-11 Keith Seitz <keiths@redhat.com>
10520
10521 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10522 test.
10523 Add tests for missing ",FMT" and ",".
10524
105252015-08-10 Doug Evans <dje@google.com>
10526 Keith Seitz <keiths@redhat.com>
10527
10528 PR gdb/17960
10529 * gdb.base/completion.exp: Add location completer tests.
10530
105312015-08-07 Pedro Alves <palves@redhat.com>
10532
10533 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10534 tests here.
10535 (top level): Run do_test with and without displaced stepping.
10536
105372015-08-07 Pedro Alves <palves@redhat.com>
10538
10539 * gdb.base/valgrind-disp-step.c: New file.
10540 * gdb.base/valgrind-disp-step.exp: New file.
10541
105422015-08-07 Pedro Alves <palves@redhat.com>
10543
10544 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10545 Delete function.
10546 (main): Add alarm. Run an infinite loop instead of calling
10547 wait_threads.
10548 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10549 comment.
10550 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10551 Delete function.
10552 (main): Add alarm. Run an infinite loop instead of calling
10553 wait_threads.
10554 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10555 comment.
10556
105572015-08-07 Pedro Alves <palves@redhat.com>
10558
10559 * gdb.base/checkpoint-ns.exp: New file.
10560 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10561 standard_testfile.
10562
105632015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10564
10565 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10566 * gdb.btrace/instruction_history.exp: Update.
10567 * gdb.btrace/tsx.exp: New.
10568 * gdb.btrace/tsx.c: New.
10569
105702015-08-06 Pedro Alves <palves@redhat.com>
10571
10572 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10573 increase timeout.
10574 * gdb.reverse/until-precsave.exp: Bump timeouts.
10575
105762015-08-06 Pedro Alves <palves@redhat.com>
10577
10578 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10579
105802015-08-06 Pedro Alves <palves@redhat.com>
10581
10582 PR gdb/18749
10583 * gdb.threads/process-dies-while-handling-bp.c: New file.
10584 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10585
105862015-08-06 Pedro Alves <palves@redhat.com>
10587
10588 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10589 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10590
105912015-08-05 Pedro Alves <palves@redhat.com>
10592
10593 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10594 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10595
105962015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10597
10598 * gdb.base/bp-permanent.exp: Report test as unsupported if
10599 the target cannot stop at the permanent breakpoint.
10600
106012015-08-03 Doug Evans <dje@google.com>
10602
10603 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10604 10000.
10605
106062015-08-03 Doug Evans <dje@google.com>
10607
10608 * Makefile.in (workers/%.worker, build-perf): New rule.
10609 (GDB_PERFTEST_MODE): New variable.
10610 (check-perf): Use it.
10611 (clean): Clean up gdb.perf parallel build subdirs.
10612 * lib/build-piece.exp: New file.
10613 * lib/gdb.exp (make_gdb_parallel_path): New function
10614 (standard_output_file, standard_temp_file): Call it.
10615 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10616 of $GDB_PARALLEL.
10617 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10618
106192015-08-03 Doug Evans <dje@google.com>
10620
10621 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10622 (LOG_FILE_NAME): New global.
10623 (TextReporter.__init__): Initialize self.txt_sum.
10624 (TextReporter.report): Add support for multiple data-points.
10625 Move report to perftest.sum, put raw data in perftest.log.
10626 (TextReporter.start): Open sum and log files.
10627 (TextReporter.end): Close sum and log files.
10628 * gdb.perf/lib/perftest/testresult.py
10629 (SingleStatisticTestResult.record): Handle multiple data-points.
10630
106312015-07-31 Pedro Alves <palves@redhat.com>
10632
10633 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10634 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10635 kill_wait_spawned_process instead of explicit "kill -9".
10636 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10637 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10638 kill_wait_spawned_process.
10639 * gdb.base/attach-twice.exp: Likewise.
10640 * gdb.base/attach.exp: Likewise.
10641 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10642 gdb_test_multiple.
10643 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10644 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10645 kill_wait_spawned_process.
10646 * gdb.base/valgrind-infcall.exp: Likewise.
10647 * gdb.multi/multi-attach.exp: Likewise.
10648 * gdb.python/py-prompt.exp: Likewise.
10649 * gdb.python/py-sync-interp.exp: Likewise.
10650 * gdb.server/ext-attach.exp: Likewise.
10651 * gdb.threads/attach-into-signal.exp (corefunc): Use
10652 spawn_wait_for_attach, spawn_id_get_pid and
10653 kill_wait_spawned_process.
10654 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10655 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10656 spawn_id_get_pid and kill_wait_spawned_process.
10657 * gdb.threads/attach-stopped.exp (corefunc): Use
10658 spawn_wait_for_attach, spawn_id_get_pid and
10659 kill_wait_spawned_process.
10660 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10661 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10662 kill_wait_spawned_process instead of explicit "kill -9".
10663 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10664 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10665 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10666 processes. Don't map cygwin/windows pids here. Now returns a
10667 spawn id list.
10668
106692015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10670
10671 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10672 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10673 correct patch.
10674
106752015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10676
10677 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10678
106792015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10680
10681 Reapply:
10682 2014-05-21 Mark Wielaard <mjw@redhat.com>
10683
10684 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10685
106862015-07-30 Pedro Alves <palves@redhat.com>
10687
10688 * linux-low.c (handle_extended_wait): Set the child's last
10689 reported status to TARGET_WAITKIND_STOPPED.
10690
106912015-07-30 Pedro Alves <palves@redhat.com>
10692
10693 PR threads/18600
10694 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10695 only shows inferior 1.
10696
106972015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10698 Pedro Alves <palves@redhat.com>
10699
10700 PR threads/18600
10701 * gdb.threads/fork-plus-threads.c: New file.
10702 * gdb.threads/fork-plus-threads.exp: New file.
10703
107042015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10705
10706 * gdb.base/batch-preserve-term-settings.exp
10707 (test_terminal_settings_preserved_after_cli_exit): Use
10708 send_quit_command.
10709
107102015-07-29 Pedro Alves <palves@redhat.com>
10711 Don Breazeal <donb@codesourcery.com>
10712
10713 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10714 output from both inferior_spawn_id and gdb_spawn_id.
10715
107162015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10717
10718 * gdb.threads/attach-into-signal.exp (corefunc): Use
10719 with_test_prefix on nested loops, uniquefying the test messages.
10720
107212015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10722
10723 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10724 commit.
10725
107262015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10727
10728 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10729 New proc.
10730 (test_terminal_settings_preserved_after_sigterm): New test.
10731
107322015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10733
10734 * gdb.base/batch-preserve-term-settings.exp
10735 (test_terminal_settings_preserved_after_cli_exit): New test.
10736
107372015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10738
10739 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10740 manipulation of saved_gdbflags.
10741 (test_terminal_settings_preserved): Remove global declaration of
10742 the unused variable pagination_prompt. Remove manipulation of
10743 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10744 GDBFLAGS.
10745
107462015-07-29 Pedro Alves <palves@redhat.com>
10747
10748 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10749
107502015-07-29 Pedro Alves <palves@redhat.com>
10751
10752 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10753 at the top.
10754
107552015-07-29 Pedro Alves <palves@redhat.com>
10756
10757 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10758 (main): Call gdb_unbuffer_output.
10759 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10760 (main): Call gdb_unbuffer_output.
10761 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10762 (main): Call gdb_unbuffer_output.
10763 * gdb.base/call-strs.exp: Adjust to step over the
10764 gdb_unbuffer_output call.
10765 * gdb.base/catch-gdb-caused-signals.c: Include
10766 "../lib/unbuffer_output.c".
10767 (main): Call gdb_unbuffer_output.
10768 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10769 (main): Call gdb_unbuffer_output.
10770 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10771 (main): Call gdb_unbuffer_output.
10772 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10773 (main): Call gdb_unbuffer_output.
10774 * gdb.base/shlib-call.exp: Adjust to step over the
10775 gdb_unbuffer_output call.
10776 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10777 (main): Call gdb_unbuffer_output.
10778 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10779 (main): Call gdb_unbuffer_output.
10780 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10781 (main): Rename to ...
10782 (test): ... this.
10783 (main): Reimplement.
10784 * gdb.base/varargs.exp: Run to test instead of to main.
10785 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10786 (main): Call gdb_unbuffer_output.
10787
107882015-07-29 Pedro Alves <palves@redhat.com>
10789
10790 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10791 factore out from mi_continue_dprintf. For call-style dprintfs,
10792 expect dprintf output out of $inferior_spawn_id.
10793 (mi_continue_dprintf): Use mi_expect_dprintf.
10794 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10795 (main): Call gdb_unbuffer_output.
10796
107972015-07-29 Pedro Alves <palves@redhat.com>
10798
10799 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10800 (default_mi_gdb_start): Set inferior_spawn_id instead of
10801 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10802 gdb_spawn_id.
10803 (mi_gdb_test): Always expect inferior output from both
10804 $inferior_spawn_id and $gdb_spawn_id.
10805
108062015-07-29 Pedro Alves <palves@redhat.com>
10807
10808 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10809 send_inferior and $inferior_spawn_id.
10810
108112015-07-29 Pedro Alves <palves@redhat.com>
10812
10813 * gdb.gdb/complaints.exp (test_initial_complaints)
10814 (test_serial_complaints, test_short_complaints): Use
10815 gdb_test_stdio.
10816 (test_empty_complaint): Handle $inferior_spawn_id !=
10817 $gdb_spawn_id.
10818
108192015-07-29 Pedro Alves <palves@redhat.com>
10820
10821 * gdb.base/varargs.exp: Use gdb_test_stdio.
10822
108232015-07-29 Pedro Alves <palves@redhat.com>
10824
10825 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10826
108272015-07-29 Pedro Alves <palves@redhat.com>
10828
10829 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10830
108312015-07-29 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10834 parameter into two new parameters, "inf_result" and "gdb_result".
10835 Expect inferior output and gdb output from $inferior_spawn_id and
10836 $gdb_spawn_id, respectively. Adjust all callers.
10837
108382015-07-29 Pedro Alves <palves@redhat.com>
10839
10840 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10841 of gdb_test_sequence.
10842
108432015-07-29 Pedro Alves <palves@redhat.com>
10844
10845 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10846 (saw_spurious_output): Expect inferior output from
10847 $inferior_spawn_id. Use gdb_test_stdio.
10848
108492015-07-29 Pedro Alves <palves@redhat.com>
10850
10851 * gdb.base/dprintf.exp: Use standard_testfile. Change
10852 prepare_for_testing call.
10853 (srcfile): Don't set.
10854 (restart): New procedure.
10855 (test_dprintf): New procecure, use to continue over dprintfs.
10856 (test_call, test_agent): New procedures, tests moved here.
10857 Restart gdb and recreate dprintfs. Adjust expected output.
10858
108592015-07-29 Pedro Alves <palves@redhat.com>
10860
10861 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10862
108632015-07-29 Pedro Alves <palves@redhat.com>
10864
10865 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10866
108672015-07-29 Pedro Alves <palves@redhat.com>
10868
10869 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10870 gdb_test_stdio.
10871
108722015-07-29 Pedro Alves <palves@redhat.com>
10873
10874 * lib/gdb.exp (gdb_test_stdio): New procedure.
10875
108762015-07-29 Pedro Alves <palves@redhat.com>
10877
10878 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10879
108802015-07-29 Pedro Alves <palves@redhat.com>
10881
10882 * gdb.base/call-signal-resume.exp: Remove check for
10883 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10884 * gdb.base/unwindonsignal.exp: Likewise.
10885 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10886 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10887
108882015-07-29 Pedro Alves <palves@redhat.com>
10889
10890 * gdb.base/siginfo-addr.c (pass): New function.
10891 (handler): Call it iff si_addr is correct.
10892 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10893 Set a breakpoint at "pass" and continue to it.
10894
108952015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10896
10897 * gdb.python/py-objfile.exp: Make some tests have unique names.
10898 * gdb.python/py-pp-registration.exp: Likewise.
10899
109002015-07-28 Pedro Alves <palves@redhat.com>
10901
10902 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10903
109042015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10905
10906 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10907
109082015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10909
10910 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10911
109122015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10913
10914 * gdb.base/gdb-sigterm-2.exp: New test.
10915
109162015-07-25 Doug Evans <xdje42@gmail.com>
10917
10918 Revert:
10919 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10920 (workers/%.worker, build-perf): New rule.
10921 (GDB_PERFTEST_MODE): New variable.
10922 (check-perf): Use it.
10923 (clean): Clean up gdb.perf parallel build subdirs.
10924 * lib/build-piece.exp: New file.
10925 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10926 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10927 name.
10928 (standard_temp_file): Ditto.
10929 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10930 of $GDB_PARALLEL.
10931
109322015-07-24 Doug Evans <dje@google.com>
10933
10934 * gdb.perf/lib/perftest/utils.py: New file.
10935 * gdb.perf/gm-hello.cc: New file.
10936 * gdb.perf/gm-pervasive-typedef.cc: New file.
10937 * gdb.perf/gm-pervasive-typedef.h: New file.
10938 * gdb.perf/gm-std.cc: New file.
10939 * gdb.perf/gm-std.h: New file.
10940 * gdb.perf/gm-use-cerr.cc: New file.
10941 * gdb.perf/gm-utils.h: New file.
10942 * gdb.perf/gmonster-null-lookup.py: New file.
10943 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10944 * gdb.perf/gmonster-print-cerr.py: New file.
10945 * gdb.perf/gmonster-ptype-string.py: New file.
10946 * gdb.perf/gmonster-runto-main.py: New file.
10947 * gdb.perf/gmonster-select-file.py: New file.
10948 * gdb.perf/gmonster1-null-lookup.exp: New file.
10949 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10950 * gdb.perf/gmonster1-print-cerr.exp: New file.
10951 * gdb.perf/gmonster1-ptype-string.exp: New file.
10952 * gdb.perf/gmonster1-runto-main.exp: New file.
10953 * gdb.perf/gmonster1-select-file.exp: New file.
10954 * gdb.perf/gmonster1.cc: New file.
10955 * gdb.perf/gmonster1.exp: New file.
10956 * gdb.perf/gmonster2-null-lookup.exp: New file.
10957 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10958 * gdb.perf/gmonster2-print-cerr.exp: New file.
10959 * gdb.perf/gmonster2-ptype-string.exp: New file.
10960 * gdb.perf/gmonster2-runto-main.exp: New file.
10961 * gdb.perf/gmonster2-select-file.exp: New file.
10962 * gdb.perf/gmonster2.cc: New file.
10963 * gdb.perf/gmonster2.exp: New file.
10964
109652015-07-24 Doug Evans <dje@google.com>
10966
10967 * gdb.perf/README: New file.
10968 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10969 * lib/gen-perf-test.exp: New file.
10970
109712015-07-24 Doug Evans <dje@google.com>
10972
10973 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10974 (PerfTest::startup): New function.
10975 (PerfTest::run): Return result of calling body.
10976 (PerfTest::assemble): Rewrite.
10977 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10978 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10979 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10980 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10981 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10982
109832015-07-24 Doug Evans <dje@google.com>
10984
10985 * lib/gdb.exp (clean_restart): Make executable optional.
10986
109872015-07-24 Doug Evans <dje@google.com>
10988
10989 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10990 compiler_info references.
10991 * gdb.cp/temargs.exp: Ditto.
10992 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10993 (get_compiler_info): Early exit if already computed. Set compiler_info
10994 to "unknown" if there was a problem.
10995 (test_compiler_info): Add function comment. Call get_compiler_info.
10996
109972015-07-24 Doug Evans <dje@google.com>
10998
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
110122015-07-24 Doug Evans <dje@google.com>
11013
11014 * lib/future.exp (gdb_default_target_compile): New option
11015 "early_flags".
11016 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11017 --as-needed.
11018
110192015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11020
11021 * gdb.base/catch-syscall.exp: Call gdb_exit before
11022 gdb_skip_xml_test.
11023
110242015-07-24 Pedro Alves <palves@redhat.com>
11025
11026 * gdb.python/py-events.exp: Accept output between the stop event
11027 and the prompt.
11028 * gdb.python/py-evsignal.exp: Likewise.
11029 * gdb.python/py-evthreads.exp: Likewise.
11030
110312015-07-24 Pedro Alves <palves@redhat.com>
11032
11033 PR gdb/18717
11034 * gdb.threads/non-ldr-exit.c: New file.
11035 * gdb.threads/non-ldr-exit.exp: New file.
11036
110372015-07-24 Yao Qi <yao.qi@linaro.org>
11038
11039 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11040 restarting process.
11041
110422015-07-24 Yao Qi <yao.qi@linaro.org>
11043
11044 * gdb.server/ext-restart.exp: New file.
11045
110462015-07-24 Yao Qi <yao.qi@linaro.org>
11047
11048 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11049 argument options.
11050 * gdb.server/ext-wrapper.exp: New file.
11051
110522015-07-23 Doug Evans <dje@google.com>
11053
11054 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11055 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11056
110572015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11058
11059 * gdb.ada/var_arr_typedef.exp: New testcase.
11060 * gdb.ada/var_arr_typedef/pack.adb: New file.
11061 * gdb.ada/var_arr_typedef/pack.ads: New file.
11062 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11063
110642015-07-20 Joel Brobecker <brobecker@adacore.com>
11065
11066 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11067
110682015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11069
11070 * gdb.arch/i386-biarch-core.exp: Replace istarget
11071 by "complete set gnutarget". Remove expectation for the "core-file"
11072 command.
11073
110742015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11075
11076 Revert the previous commit:
11077 Tests for validate symbol file using build-id.
11078
110792015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11080
11081 Tests for validate symbol file using build-id.
11082 * gdb.base/solib-mismatch-lib.c: New file.
11083 * gdb.base/solib-mismatch-libmod.c: New file.
11084 * gdb.base/solib-mismatch.c: New file.
11085 * gdb.base/solib-mismatch.exp: New file.
11086
110872015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11088
11089 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11090 nios2-*-linux*.
11091 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11092 * gdb.base/siginfo.exp: Likewise.
11093 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11094
110952015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11096
11097 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11098 Move it to ...
11099 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11100 ... here.
11101 * gdb.trace/range-stepping.exp: Check that the target supports
11102 range stepping.
11103
111042015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11105
11106 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11107
111082015-07-14 Pedro Alves <palves@redhat.com>
11109
11110 * gdb.base/killed-outside.exp: New file.
11111 * gdb.base/killed-outside.c: New file.
11112
111132015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11114
11115 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11116 (n at main): New.
11117 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11118
111192015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11120
11121 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11122 infcall tests instead of setting up for KFAIL.
11123
111242015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11125
11126 * gdb.btrace/record_goto-step.exp: New.
11127
111282015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11129
11130 PR compile/18484
11131 * gdb.compile/compile.c (struct struct_type): Add volatile to
11132 selffield's type.
11133 * gdb.compile/compile.exp
11134 (compile code struct_object.selffield = &struct_object): Skip further
11135 struct_object tests if this one xfails.
11136
111372015-07-08 Robert O'Callahan <robert@ocallahan.org>
11138
11139 PR exp/18617
11140 * gdb.trace/ax.exp: Add test.
11141
111422015-07-07 Yao Qi <yao.qi@linaro.org>
11143
11144 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11145 instead of istarget "aarch64*-*-*".
11146 * gdb.arch/aarch64-fp.exp: Likewise.
11147 * gdb.base/float.exp: Likewise.
11148 * gdb.reverse/aarch64.exp: Likewise.
11149 * lib/gdb.exp (is_aarch64_target): New proc.
11150
111512015-07-07 Yao Qi <yao.qi@linaro.org>
11152
11153 * lib/gdb.exp (is_aarch32_target): New proc.
11154 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11155 instead of "istarget "arm*-*-*"".
11156 * gdb.arch/arm-disp-step.exp: Likewise.
11157 * gdb.arch/thumb-bx-pc.exp: Likewise.
11158 * gdb.arch/thumb-prologue.exp: Likewise.
11159 * gdb.arch/thumb-singlestep.exp: Likewise.
11160 * gdb.base/disp-step-syscall.exp: Likewise.
11161 * gdb.base/float.exp: Likewise.
11162
111632015-07-07 Yao Qi <yao.qi@linaro.org>
11164
11165 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11166 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11167
111682015-07-07 Yao Qi <yao.qi@linaro.org>
11169
11170 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11171 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11172 if it exists.
11173 * gdb.multi/multi-arch.exp: Likewise.
11174
111752015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11176
11177 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11178 print.
11179
111802015-07-07 Yao Qi <yao.qi@linaro.org>
11181
11182 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11183
111842015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11185
11186 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11187 '[' and ']' characters.
11188
111892015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11190
11191 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11192
111932015-06-29 Pedro Alves <palves@redhat.com>
11194
11195 PR threads/18127
11196 * gdb.threads/hand-call-new-thread.c: New file.
11197 * gdb.threads/hand-call-new-thread.c: New file.
11198
111992015-06-26 Keith Seitz <keiths@redhat.com>
11200 Doug Evans <dje@google.com>
11201
11202 PR 16253
11203 * gdb.cp/var-tag-2.cc: New file.
11204 * gdb.cp/var-tag-3.cc: New file.
11205 * gdb.cp/var-tag-4.cc: New file.
11206 * gdb.cp/var-tag.cc: New file.
11207 * gdb.cp/var-tag.exp: New file.
11208
112092015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11210
11211 * gdb.base/history-duplicates.exp: New test.
11212
112132015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11214
11215 * gdb.base/completion.exp: Test the completion of the "focus"
11216 command.
11217
112182015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11219
11220 * gdb.arch/amd64-prologue-skip.S: New file.
11221 * gdb.arch/amd64-prologue-skip.exp: New file.
11222
112232015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11224
11225 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11226 is_address_zero_readable check.
11227
112282015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11229
11230 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11231 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11232
112332015-06-24 Yao Qi <yao.qi@linaro.org>
11234
11235 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11236 linux targets.
11237
112382015-06-24 Yao Qi <yao.qi@linaro.org>
11239
11240 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11241 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11242 * gdb.base/siginfo-thread.exp: Likewise.
11243
112442015-06-22 Yao Qi <yao.qi@linaro.org>
11245
11246 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11247
112482015-06-22 Yao Qi <yao.qi@linaro.org>
11249
11250 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11251 aarch64*-*-*.
11252 (skip_hw_watchpoint_tests): Likewise.
11253
112542015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11255
11256 * gdb.base/gdbinit-history.exp: Test the interaction between
11257 setting GDBHISTSIZE and setting the history size via .gdbinit.
11258
112592015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11260
11261 PR gdb/16999
11262 * gdb.base/gdbhistsize-history.exp: New test.
11263
112642015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11265
11266 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11267 with GDBHISTSIZE.
11268 * gdb.base/readline.exp: Likewise.
11269
112702015-06-17 Yao Qi <yao.qi@linaro.org>
11271
11272 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11273 line.
11274
112752015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11276
11277 * gdb.base/gdbinit-history.exp: Add test case to check that
11278 an unlimited history file does not get truncated on exit.
11279
112802015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11281
11282 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11283 (VECTOR): New macro. Use it...
11284 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11285 ...for these typedefs.
11286 (int8, char1, int1, double1): New typedefs.
11287 (struct just_int2, struct two_int2): New structures.
11288 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11289 (add_structvecs, add_singlevecs): New functions.
11290 (main): Call add_some_intvecs twice.
11291 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11292 the compile and exit upon failure. Try compiling for the "native"
11293 architecture. Test inferior function calls with vector arguments
11294 and vector return value handling with "finish" and "return".
11295
112962015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11297
11298 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11299 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11300 PE file.
11301 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11302
113032015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11304
11305 PR breakpoints/16465
11306 * gdb.mi/mi-dprintf-pending.c: New file.
11307 * gdb.mi/mi-dprintf-pending.exp: New test.
11308 * gdb.mi/mi-dprintf-pendshr.c: New file.
11309
113102015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11311 Mircea Gherzan <mircea.gherzan@intel.com>
11312
11313 * gdb.arch/i386-mpx-map.c: New file.
11314 * gdb.arch/i386-mpx-map.exp: New File.
11315
113162015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11317
11318 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11319 * gdb.arch/i386-mpx.exp: Indentation fixed.
11320
113212015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11322
11323 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11324 function and improved indentation.
11325 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11326 gdb_test_multiple. Added additional tests to skip the test.
11327
113282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11329
11330 * gdb.arch/i386-avx512.c: Change path in include file.
11331 * gdb.arch/i386-avx512.exp: Change include dir path
11332 compilation flag.
11333 * gdb.arch/i386-mpx.c: Change path in include file.
11334 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11335 flag.
11336
113372015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11338
11339 * gdb.compile/compile-print.exp (compile print *vararray@3)
11340 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11341
113422015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11343
11344 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11345 (do not keep jit in memory): ... this.
11346 (expect 5): Change it to ...
11347 (expect no 5): ... this.
11348
113492015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11350
11351 PR gdb/15564
11352 * gdb.mi/mi-detach.exp: New file.
11353
113542015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11355
11356 PR symtab/18392
11357 * gdb.arch/amd64-tailcall-self.S: New file.
11358 * gdb.arch/amd64-tailcall-self.c: New file.
11359 * gdb.arch/amd64-tailcall-self.exp: New file.
11360
113612015-05-28 Don Breazeal <donb@codesourcery.com>
11362
11363 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11364 tests for remote targets by checking is_target_gdbserver.
11365
113662015-05-27 Doug Evans <dje@google.com>
11367
11368 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11369 * gdb.dwarf2/opaque-type-lookup.c: New file.
11370 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11371
113722015-05-26 Doug Evans <dje@google.com>
11373
11374 * gdb.cp/iostream.cc: New file.
11375 * gdb.cp/iostream.exp: New file.
11376
113772015-05-26 Doug Evans <dje@google.com>
11378
11379 * gdb.dwarf2/dw2-op-call.exp: Update.
11380 * gdb.dwarf2/dw4-sig-types.exp: Update.
11381 * gdb.dwarf2/implptr.exp: Update.
11382 * gdb.mi/mi-cmd-param-changed.exp: Update.
11383
113842015-05-26 Doug Evans <dje@google.com>
11385
11386 * gdb.python/py-lazy-string.c: New file.
11387 * gdb.python/py-lazy-string.exp: New file.
11388 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11389 (main): Update. Add estring3.
11390 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11391 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11392
113932015-05-26 Omair Javaid <omair.javaid@linaro.org>
11394 Yao Qi <yao.qi@linaro.org>
11395
11396 * gdb.reverse/aarch64.c: New.
11397 * gdb.reverse/aarch64.exp: New.
11398
113992015-05-26 Omair Javaid <omair.javaid@linaro.org>
11400
11401 * lib/gdb.exp (supports_process_record): Return true for
11402 aarch64*-linux*.
11403 (supports_reverse): Likewise.
11404
114052015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11406
11407 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11408 Use with_test_prefix.
11409
114102015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11411
11412 * gdb.base/completion.exp: Add test for completion of layout
11413 names.
11414
114152015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11416
11417 * lib/gdb.exp (skip_tui_tests): New proc.
11418 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11419
114202015-05-19 Pedro Alves <palves@redhat.com>
11421
11422 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11423 Save the whole env array instead of just HOME. Unset HISTSIZE in
11424 the environment while testing. Restore whole environment
11425 afterwards.
11426
114272015-05-16 Doug Evans <xdje42@gmail.com>
11428
11429 * gdb.guile/scm-ports.c: New file.
11430 * gdb.guile/scm-ports.exp: Add memory port tests.
11431
114322015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11433
11434 * gdb.compile/compile-print.c: New file.
11435 * gdb.compile/compile-print.exp: New file.
11436
114372015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11438
11439 * gdb.compile/compile-ops.exp: Cast param to void.
11440 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11441 (compile code struct_object.selffield = &struct_object): Add xfail.
11442
114432015-05-15 Joel Brobecker <brobecker@adacore.com>
11444
11445 * gdb.ada/arr_enum_with_gap: New testcase.
11446
114472015-05-15 Joel Brobecker <brobecker@adacore.com>
11448
11449 * gdb.ada/byte_packed_arr: New testcase.
11450
114512015-05-15 Joel Brobecker <brobecker@adacore.com>
11452
11453 * gdb.ada/pckd_neg: New testcase.
11454
114552015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11456
11457 PR gdb/17820
11458 * gdb.base/gdbinit-history.exp: New test.
11459 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11460 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11461
114622015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11463
11464 * gdb.python/py-xmethods.cc: Enhance test case.
11465 * gdb.python/py-xmethods.exp: New tests.
11466 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11467 function.
11468 (B_indexoper): Likewise.
11469 (global_dm_list) : Add new xmethod worker functions.
11470
114712015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11472
11473 * gdb.base/coredump-filter.exp: Correctly unset
11474 "coredump_var_addr" array.
11475
114762015-05-08 Pedro Alves <palves@redhat.com>
11477
11478 * gdb.server/non-existing-program.exp: Unset spawn_id.
11479
114802015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11481
11482 PR python/18291
11483 * gdb.python/py-xmethods.exp: Add tests.
11484
114852015-05-08 Yao Qi <yao.qi@linaro.org>
11486
11487 PR gdb/18208
11488 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11489 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11490 function set_coredump_filter, and remove remote_exec call.
11491 Remove argument ipid. Callers update.
11492 (top level): Don't get inferior's PID.
11493
114942015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11495
11496 * gdb.base/watch_thread_num.exp: Skip test on targets without
11497 access watchpoints.
11498
114992015-05-06 Pedro Alves <palves@redhat.com>
11500
11501 PR server/18081
11502 * gdb.server/non-existing-program.exp: New file.
11503
115042015-05-05 Joel Brobecker <brobecker@adacore.com>
11505
11506 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11507
115082015-05-05 Joel Brobecker <brobecker@adacore.com>
11509
11510 * gdb.ada/out_of_line_in_inlined: New testcase.
11511
115122015-05-05 Joel Brobecker <brobecker@adacore.com>
11513
11514 * gdb.ada/var_rec_arr: New testcase.
11515
115162015-04-30 Yao Qi <yao.qi@linaro.org>
11517
11518 * gdb.base/break-idempotent.exp: If
11519 skip_hw_watchpoint_multi_tests returns true, skip the tests
11520 on "rwatch" and "awatch".
11521
115222015-04-30 Yao Qi <yao.qi@linaro.org>
11523
11524 * gdb.base/relativedebug.exp: Invoke gdb command
11525 "info sharedlibrary", and if libc.so doesn't have debug info,
11526 skip the test.
11527
115282015-04-29 Doug Evans <dje@google.com>
11529
11530 * gdb.python/py-xmethods.exp: Add ptype tests.
11531 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11532 get_result_type method.
11533
115342015-04-29 Luis Machado <lgustavo@codesourcery.com>
11535
11536 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11537 the target does not support hardware watchpoints.
11538
115392015-04-29 Luis Machado <lgustavo@codesourcery.com>
11540
11541 * gdb.base/break-always.exp: Abort testing if writing to memory
11542 causes an error.
11543
115442015-04-28 Doug Evans <dje@google.com>
11545
11546 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11547 * gdb.python/py-pp-registration.exp: ... here. New file.
11548 * gdb.python/py-pp-registration.c: New file.
11549 * gdb.python/py-pp-registration.py: New file.
11550
115512015-04-28 Doug Evans <dje@google.com>
11552
11553 * gdb.python/py-bad-printers.c: New file.
11554 * gdb.python/py-bad-printers.py: New file.
11555 * gdb.python/py-bad-printers.exp: New file.
11556
115572015-04-28 Sasha Smundak <asmundak@google.com>
11558
11559 * gdb.python/py-type.exp: New test.
11560
115612015-04-28 Andy Wingo <wingo@igalia.com>
11562
11563 * gdb.python/py-parameter.exp:
11564 * gdb.guile/scm-parameter.exp: Escape the path that we are
11565 matching against, as it might contain characters that are special
11566 to regular expressions.
11567
115682015-04-27 Joel Brobecker <brobecker@adacore.com>
11569
11570 * gdb.ada/rec_comp: New testcase.
11571
115722015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11573
11574 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11575 before using it.
11576
115772015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11578
11579 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11580 new tests for verilog output.
11581
115822015-04-24 Yao Qi <yao.qi@linaro.org>
11583
11584 * boards/remote-gdbserver-on-localhost.exp: New file.
11585
115862015-04-23 Pedro Alves <palves@redhat.com>
11587
11588 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11589 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11590 "end of file", remove $inferior_spawn_id from the indirect list.
11591
115922015-04-23 Pedro Alves <palves@redhat.com>
11593
11594 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11595
115962015-04-23 Pedro Alves <palves@redhat.com>
11597
11598 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11599 on $any_spawn_id instead of only on $gdb_spawn_id.
11600
116012015-04-21 Pierre Muller <muller@sourceware.org>
11602
11603 PR pascal/17815
11604 * lib/pascal.exp (gpc_compile): Add new option "class".
11605 (fpc_compile): Likewise.
11606 * gdb.pascal/case-insensitive-symbols.pas: New file.
11607 * gdb.pascal/case-insensitive-symbols.exp: New file.
11608
116092015-04-20 Gary Benson <gbenson@redhat.com>
11610
11611 * gdb.base/attach.exp: Fix three extended remote failures.
11612
116132015-04-17 Gary Benson <gbenson@redhat.com>
11614
11615 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11616 the main executable over the remote protocol.
11617
116182015-04-16 Pedro Alves <palves@redhat.com>
11619
11620 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11621 a new gdbserver if gdbserver_reconnect_p is set.
11622
116232015-04-16 Pedro Alves <palves@redhat.com>
11624
11625 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11626 is set, don't exit gdbserver.
11627
116282015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11629
11630 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11631 appropriate .insn, such that an older assembler can be used.
11632 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11633 the z/Architecture instruction set on 31-bit targets as well.
11634
116352015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11636
11637 * gdb.go/handcall.exp: Remove all logic related to the first
11638 breakpoint and rely on go_runto_main instead.
11639 * gdb.go/strings.exp: Likewise.
11640 * gdb.go/unsafe.exp: Likewise.
11641 * gdb.go/hello.exp: Likewise. Also rename the remaining
11642 breakpoint marker to "breakpoint 1".
11643 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11644 * gdb.go/strings.go: Likewise.
11645 * gdb.go/unsafe.go: Likewise.
11646 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11647 "set breakpoint 2 here" and rename the remaining breakpoint marker
11648 to "breakpoint 1".
11649
116502015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11651
11652 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11653 if itertools.imap is not present.
11654 * gdb.python/py-objfile.exp: Add parentheses.
11655 * gdb.python/py-type.exp: Same.
11656 * gdb.python/py-unwind-maint.py: Same.
11657
116582015-04-15 Yao Qi <yao.qi@linaro.org>
11659
11660 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11661 of ":$ptr_size" and set its form explicitly.
11662
116632015-04-15 Pedro Alves <palves@redhat.com>
11664 Yao Qi <yao.qi@linaro.org>
11665
11666 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11667 timeout by factor of 4.
11668 (test_regular_watch): Likewise.
11669 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11670 * gdb.reverse/sigall-reverse.exp: Likewise.
11671 * gdb.reverse/until-precsave.exp: Likewise.
11672 * lib/gdb.exp (with_timeout_factor): New proc.
11673 (gdb_expect): Move some code to ...
11674 (get_largest_timeout): ... here. New procedure.
11675
116762015-04-14 Luis Machado <lgustavo@codesourcery.com>
11677
11678 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11679
116802015-04-13 Luis Machado <lgustavo@codesourcery.com>
11681
11682 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11683 to write to the .text section.
11684
116852015-04-13 Luis Machado <lgustavo@codesourcery.com>
11686
11687 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11688 Handle the case of targets that do not provide PID information.
11689
116902015-04-13 Yao Qi <yao.qi@linaro.org>
11691
11692 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11693 and use expect instead of gdb_expect.
11694
116952015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11696
11697 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11698 "coredump_var_addr" to avoid naming conflict with other testcases.
11699
117002015-04-10 Pedro Alves <palves@redhat.com>
11701
11702 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11703 gdb_test_sequence and gdb_assert.
11704
117052015-04-10 Pedro Alves <palves@redhat.com>
11706
11707 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11708 test messages that don't include the breakpoint address.
11709
117102015-04-10 Yao Qi <yao.qi@linaro.org>
11711
11712 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11713 false for some offset and width combinations which aren't
11714 supported by linux kernel.
11715
117162015-04-10 Pedro Alves <palves@redhat.com>
11717
11718 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11719 procedure, factored out from ...
11720 (top level): ... here. Add "set displaced-stepping" testing axis.
11721 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11722 parameter "displaced". Use it.
11723 (top level): Use foreach and add "set displaced-stepping" testing
11724 axis.
11725
117262015-04-10 Pedro Alves <palves@redhat.com>
11727
11728 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11729 Remove comment.
11730 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11731 both the address of the instruction that triggers the watchpoint
11732 and the address of the instruction immediately after, and use
11733 those addresses for the test. Fix comment.
11734
117352015-04-10 Pedro Alves <palves@redhat.com>
11736
11737 * gdb.base/sigstep.exp (breakpoint_to_handler)
11738 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11739 Test "backtrace" in handler.
11740 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11741 (top level): Add new "displaced" test axis to
11742 breakpoint_to_handler, breakpoint_to_handler_entry and
11743 breakpoint_over_handler.
11744
117452015-04-10 Pedro Alves <palves@redhat.com>
11746
11747 PR gdb/18216
11748 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11749
117502015-04-10 Yao Qi <yao.qi@linaro.org>
11751
11752 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11753 (test_add_rn_pc): New function.
11754 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11755 (top level): Invoke test_add_rn_pc.
11756
117572015-04-10 Pedro Alves <palves@redhat.com>
11758
11759 PR gdb/13858
11760 * gdb.base/step-over-no-symbols.exp: New file.
11761
117622015-04-09 Andy Wingo <wingo@igalia.com>
11763
11764 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11765 after the Python tests.
11766
117672015-04-08 Keith Seitz <keiths@redhat.com>
11768
11769 PR python/16699
11770 * gdb.python/py-completion.exp: New tests for completion.
11771 * gdb.python/py-completion.py (CompleteLimit1): New class.
11772 (CompleteLimit2): Likewise.
11773 (CompleteLimit3): Likewise.
11774 (CompleteLimit4): Likewise.
11775 (CompleteLimit5): Likewise.
11776 (CompleteLimit6): Likewise.
11777 (CompleteLimit7): Likewise.
11778
117792015-04-08 Pedro Alves <palves@redhat.com>
11780
11781 PR gdb/18214
11782 PR gdb/18216
11783 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11784 function.
11785 (main): Install it as SIGUSR1 handler.
11786 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11787 parameter. Always use "setup" as prefix. Toggle "set
11788 displaced-stepping" off/on depending on global. Don't switch to
11789 thread 1 here.
11790 (top level): Add displaced stepping "off/on" test axis. Update
11791 "setup" calls. Wrap each subtest with with_test_prefix. Test
11792 continuing with a queued signal in each thread.
11793
117942015-04-08 Pedro Alves <palves@redhat.com>
11795
11796 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11797 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11798 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11799 Return early if running to main fails.
11800 * gdb.trace/while-stepping.exp: Likewise.
11801
118022015-04-07 Pedro Alves <palves@redhat.com>
11803
11804 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11805 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11806 interact with inferior program.
11807
118082015-04-07 Pedro Alves <palves@redhat.com>
11809
11810 * lib/gdb.exp (inferior_spawn_id): New global.
11811 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11812 spawn id after processing the user code.
11813 (default_gdb_start): Set inferior_spawn_id.
11814 (send_inferior): New procedure.
11815 * lib/gdbserver-support.exp (gdbserver_start): Set
11816 inferior_spawn_id.
11817 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11818
118192015-04-07 Pedro Alves <palves@redhat.com>
11820
11821 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11822 * lib/gdbserver-support.exp (gdbserver_start): Make
11823 $server_spawn_id global.
11824 (gdbserver_start): Don't wait for gdbserver's spawn id with
11825 expect_background.
11826 (close_gdbserver): New procedure.
11827 (gdb_exit): Rename the default version and reimplement.
11828
118292015-04-07 Pedro Alves <palves@redhat.com>
11830
11831 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11832 append the substituted item, not the original item.
11833
118342015-04-07 Pedro Alves <palves@redhat.com>
11835
11836 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11837 gdb_expect.
11838
118392015-04-07 Pedro Alves <palves@redhat.com>
11840
11841 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11842 output appearing once only.
11843
118442015-04-07 Pedro Alves <palves@redhat.com>
11845
11846 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11847 that doesn't expect anything. Return early if running to main
11848 fails.
11849
118502015-04-07 Yao Qi <yao.qi@linaro.org>
11851
11852 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11853 (child_function): Call alarm.
11854 (main): Move call to alarm into the loop.
11855 * gdb.threads/non-stop-fair-events.exp: Build program with
11856 -DTIMEOUT=$timeout.
11857
118582015-04-06 Doug Evans <xdje42@gmail.com>
11859
11860 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11861 Fix dest parameter to board_info.
11862 (fpc_compile): Ditto.
11863 (gdb_compile_pascal): Rename dest arg to destfile.
11864
118652015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11866
11867 * gdb.ada/funcall_ref.exp: New file.
11868 * gdb.ada/funcall_ref/foo.adb: New file.
11869
118702015-04-02 Yao Qi <yao.qi@linaro.org>
11871
11872 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11873 is remote.
11874
118752015-04-02 Gary Benson <gbenson@redhat.com>
11876
11877 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11878
118792015-04-01 Sasha Smundak <asmundak@google.com>
11880
11881 * gdb.python/py-unwind-maint.c: New file.
11882 * gdb.python/py-unwind-maint.exp: New test.
11883 * gdb.python/py-unwind-maint.py: New file.
11884 * gdb.python/py-unwind.c: New file.
11885 * gdb.python/py-unwind.exp: New test.
11886 * gdb.python/py-unwind.py: New test.
11887
118882015-04-01 Pedro Alves <palves@redhat.com>
11889
11890 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11891 to fail instead of non-existent $test.
11892
118932015-04-01 Pedro Alves <palves@redhat.com>
11894
11895 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11896 GDBFLAGS if not empty.
11897
118982015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11899
11900 * gdb.ada/complete.exp: Remove "multi_line".
11901 * gdb.ada/info_exc.exp: Remove "multi_line".
11902 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11903 * gdb.ada/ptype_field.exp: Remove "multi_line".
11904 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11905 * gdb.ada/tagged.exp: Remove "multi_line".
11906 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11907 [multi_line ...]
11908 * gdb.btrace/delta.exp: Likewise.
11909 * gdb.btrace/exception.exp: Likewise.
11910 * gdb.btrace/function_call_history.exp: Likewise.
11911 * gdb.btrace/instruction_history.exp: Likewise.
11912 * gdb.btrace/nohist.exp: Likewise.
11913 * gdb.btrace/record_goto.exp: Likewise.
11914 * gdb.btrace/segv.exp: Likewise.
11915 * gdb.btrace/stepi.exp: Likewise.
11916 * gdb.btrace/tailcall.exp: Likewise.
11917 * gdb.btrace/unknown_functions.exp: Likewise.
11918 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11919 * lib/gdb.exp: Add the "multi_line" helper.
11920
119212015-04-01 Pedro Alves <palves@redhat.com>
11922
11923 * gdb.threads/tid-reuse.c: New file.
11924 * gdb.threads/tid-reuse.exp: New file.
11925
119262015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11927
11928 PR corefiles/16092
11929 * gdb.base/coredump-filter.c: New file.
11930 * gdb.base/coredump-filter.exp: Likewise.
11931
119322015-03-27 Petr Machata <pmachata@redhat.com>
11933
11934 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11935 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11936 (Dwarf::assemble): Initialize them.
11937 (Dwarf::lines): New function.
11938
119392015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11940
11941 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11942 SYMBOL_PREFIX for x86_64-*-cygwin.
11943
119442015-03-26 Andy Wingo <wingo@igalia.com>
11945
11946 PR symtab/18148
11947 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11948 const_value but not a location.
11949 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11950 location defined in non-main CUs are visible.
11951
119522015-03-26 Yao Qi <yao.qi@linaro.org>
11953
11954 PR testsuite/18139
11955 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11956 Add a line number entry for the same line.
11957 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11958 Add a line number entry for the same line.
11959
119602015-03-26 Yao Qi <yao.qi@linaro.org>
11961
11962 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11963 .int 0.
11964 (func): Likewise. Add .Lfunc_1 label.
11965 Use .Lfunc_1 label.
11966 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11967 .int 0.
11968 (func): Likewise.
11969 Use .Lfunc_1 label.
11970
119712015-03-26 Yao Qi <yao.qi@linaro.org>
11972
11973 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11974 Call gdb_compile instead to compile each .s files without debug
11975 information.
11976
119772015-03-26 Yao Qi <yao.qi@linaro.org>
11978
11979 * gdb.base/savedregs.exp (process_saved_regs): Make
11980 "Saved registers:" optional in the pattern.
11981
119822015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11983
11984 * gdb.btrace/next.exp: Merged into step.exp.
11985 * gdb.btrace/finish.exp: Merged into step.exp.
11986 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11987 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11988 "record goto" and checking the exact replay position.
11989 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11990 check for "Recording format" in "info record" output.
11991 * gdb.btrace/record_goto.exp: Choose test file based on target.
11992 * gdb.btrace/x86-record_goto.S: Renamed into ...
11993 * gdb.btrace/x86_64-record_goto.S: ... this.
11994 * gdb.btrace/i686-record_goto.S: New.
11995 * gdb.btrace/x86-tailcall.S: Renamed into ...
11996 * gdb.btrace/x86_64-tailcall.S: ... this.
11997 * gdb.btrace/i686-tailcall.S: New.
11998 * gdb.btrace/x86-tailcall.c: Renamed into ...
11999 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12000 separate statements. Update test.
12001 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12002 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12003 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12004 * gdb.btrace/tailcall.exp: Choose test file based on target.
12005 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12006
120072015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12008
12009 * gdb.btrace/exception.exp: Increase BTS buffer size.
12010
120112015-03-24 Pedro Alves <palves@redhat.com>
12012
12013 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12014
120152015-03-24 Pedro Alves <palves@redhat.com>
12016
12017 * gdb.threads/schedlock.exp (test_step): No longer expect that
12018 "set scheduler-locking step" with "next" over a function call runs
12019 threads unlocked.
12020
120212015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12022
12023 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12024
120252015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12026
12027 PR breakpoints/16466
12028 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12029 * gdb.mi/mi-pending.c (thread_func): New function.
12030 (int main): Add threading support required.
12031 * gdb.mi/mi-pending.exp: Add tests for this issue.
12032 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12033 (pendfunc2): Remove stdio dependency.
12034 * gdb.mi/mi-pendshr2.c: New file.
12035
120362015-03-23 Keith Seitz <keiths@redhat.com>
12037
12038 * gdb.linespec/keywords.c: New file.
12039 * gdb.linespec/keywords.exp: New file.
12040
120412015-03-23 Keith Seitz <keiths@redhat.com>
12042
12043 PR gdb/18021
12044 * gdb.dwarf2/staticvirtual.exp: New test.
12045
120462015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12047
12048 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12049 * README: Remove HP-UX and gdb.hp.
12050 (configuration):
12051 * configure: Regenerate.
12052 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12053 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12054 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12055 gdb.hp/gdb.defects/Makefile.
12056 * gdb.hp/Makefile.in: File deleted.
12057 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12058 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12059 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12060 * gdb.hp/gdb.aCC/run.c: File deleted.
12061 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12062 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12063 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12064 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12065 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12066 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12067 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12068 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12069 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12070 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12071 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12072 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12073 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12074 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12075 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12076 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12077 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12078 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12079 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12080 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12081 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12082 * gdb.hp/gdb.compat/average.c: File deleted.
12083 * gdb.hp/gdb.compat/sum.c: File deleted.
12084 * gdb.hp/gdb.compat/xdb.c: File deleted.
12085 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12086 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12087 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12088 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12089 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12090 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12091 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12092 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12093 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12094 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12095 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12096 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12097 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12098 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12099 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12100 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12101 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12102 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12103 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12104 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12105 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12106 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12107 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12108 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12109 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12110 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12111 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12112 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12113 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12114 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12115 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12116 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12117 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12118 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12119 * gdb.hp/tools/odump: File deleted.
12120
121212015-03-19 Pedro Alves <palves@redhat.com>
12122
12123 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12124 (saw_thread_3): New globals.
12125 (top level): Increment them when an event for the corresponding
12126 thread is seen.
12127 (no thread starvation): New test.
12128
121292015-03-19 Pedro Alves <palves@redhat.com>
12130
12131 * gdb.threads/continue-pending-status.c: New file.
12132 * gdb.threads/continue-pending-status.exp: New file.
12133
121342015-03-18 Pedro Alves <palves@redhat.com>
12135
12136 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12137 Use gdb_is_target_remote instead of is_remote. Use
12138 gdb_test_multiple instead of gdb_expect. Exit early if
12139 gdb_test_multiple hits its internal matches. Tighten stepi tests
12140 expected output. Fail on exit with any signal, instead of just
12141 SIGILL.
12142
121432015-03-18 Yao Qi <yao.qi@linaro.org>
12144
12145 PR tdep/18107
12146 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12147 variable.
12148 * gdb.base/catch-syscall.exp: Don't skip it on
12149 aarch64*-*-linux* target. Remove elements in all_syscalls.
12150 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12151 target.
12152 (setup_all_syscalls): New proc.
12153
121542015-03-16 Yao Qi <yao.qi@linaro.org>
12155
12156 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12157 (top level): Skip tests if valid_addr_p returns false for
12158 $cmd1 or $cmd2.
12159
121602015-03-11 Andy Wingo <wingo@igalia.com>
12161
12162 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12163
121642015-03-11 Yao Qi <yao.qi@linaro.org>
12165
12166 * gdb.base/catch-syscall.exp: Fix typo in comments.
12167
121682015-03-11 Yao Qi <yao.qi@linaro.org>
12169
12170 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12171
121722015-03-09 Pedro Alves <palves@redhat.com>
12173
12174 * dg-extract-results.py: Delete.
12175
121762015-03-09 Pedro Alves <palves@redhat.com>
12177
12178 Merge dg-extract-results.sh from GCC upstream (r218843).
12179
12180 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12181 * dg-extract-results.sh: Use --text with grep to avoid issues with
12182 binary files. Fall back to cat -v, if that doesn't work.
12183
121842015-03-05 Pedro Alves <palves@redhat.com>
12185
12186 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12187
121882015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12189
12190 * lib/mi-support.exp (mi_expect_interrupt): Accept
12191 alternative event for when in all-stop mode.
12192
121932015-03-04 Pedro Alves <palves@redhat.com>
12194
12195 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12196
121972015-03-04 Mark Kettenis <kettenis@gnu.org>
12198
12199 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12200
122012015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12202
12203 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12204 regexps for GDB's current line display, accept a hex address
12205 preceding the line number.
12206
122072015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12208
12209 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12210 the 'arch1' variable for "s390*-linux*" targets.
12211
122122015-03-04 Pedro Alves <palves@redhat.com>
12213
12214 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12215 (main): Pass missing retval argument to pthread_join call.
12216
122172015-03-02 Pedro Alves <palves@redhat.com>
12218
12219 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12220 (top level): Call do_test with non-stop as well.
12221
122222015-03-02 Pedro Alves <palves@redhat.com>
12223
12224 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12225 -1.
12226
122272015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12228
12229 * gdb.arch/s390-vregs.exp: New test.
12230 * gdb.arch/s390-vregs.S: New file.
12231
122322015-02-27 Pedro Alves <palves@redhat.com>
12233
12234 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12235 call to catch_command_errors.
12236 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12237 catch_command_errors.
12238
122392015-02-27 Pedro Alves <palves@redhat.com>
12240
12241 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12242 "true" for boolean result.
12243 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12244 prototype of main.
12245
122462015-02-27 Pedro Alves <palves@redhat.com>
12247
12248 * lib/unbuffer_output.c: New file.
12249 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12250 (main): Call gdb_unbuffer_output.
12251
122522015-02-27 Yao Qi <yao.qi@linaro.org>
12253
12254 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12255 target.
12256
122572015-02-26 Doug Evans <dje@google.com>
12258
12259 * gdb.cp/class2.cc (Dbase, D): New classes.
12260 (main): New local delta.
12261 * gdb.cp/class2.exp: Test printing delta.
12262 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12263 (dynbar): New global.
12264 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12265
122662015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12267
12268 * gdb.compile/compile-ifunc.c: New file.
12269 * gdb.compile/compile-ifunc.exp: New file.
12270
122712015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12272
12273 * gdb.base/structs.exp: Check for correct struct on finish.
12274
122752015-02-26 Yao Qi <yao.qi@linaro.org>
12276
12277 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12278 is zero.
12279
122802015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12281
12282 * gdb.arch/cordic.ko.bz2: New file.
12283 * gdb.arch/cordic.ko.debug.bz2: New file.
12284 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12285
122862015-02-25 Yao Qi <yao.qi@linaro.org>
12287
12288 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12289 aarch64*-*-* target.
12290
122912015-02-23 Pedro Alves <palves@redhat.com>
12292
12293 * lib/gdb.exp (delete_breakpoints): Rewrite using
12294 gdb_test_multiple.
12295
122962015-02-23 Pedro Alves <palves@redhat.com>
12297
12298 * gdb.base/info-os.c: Include stdlib.h.
12299
123002015-02-22 Doug Evans <xdje42@gmail.com>
12301
12302 PR symtab/17855
12303 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12304 is read after symbols have been re-read.
12305 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12306 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12307
123082015-02-21 Doug Evans <dje@google.com>
12309
12310 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12311
123122015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12313
12314 PR corefiles/17808
12315 * gdb.arch/i386-biarch-core.core.bz2: New file.
12316 * gdb.arch/i386-biarch-core.exp: New file.
12317
123182015-02-21 Pedro Alves <palves@redhat.com>
12319
12320 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12321 runto_main fails.
12322
123232015-02-20 Pedro Alves <palves@redhat.com>
12324
12325 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12326 info probes.
12327
123282015-02-20 Pedro Alves <palves@redhat.com>
12329
12330 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12331
123322015-02-20 Pedro Alves <palves@redhat.com>
12333
12334 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12335 clean_restart before gdb_target_supports_trace.
12336
123372015-02-20 Pedro Alves <palves@redhat.com>
12338
12339 PR threads/18006
12340 * gdb.threads/clone-thread_db.c: New file.
12341 * gdb.threads/clone-thread_db.exp: New file.
12342
123432015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12344
12345 PR breakpoints/16812
12346 * gdb.base/catch-gdb-caused-signals.c: New file.
12347 * gdb.base/catch-gdb-caused-signals.exp: New file.
12348
123492015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12350
12351 * configure: Regenerated.
12352 * configure.ac: Use GDB_AC_TRANSFORM.
12353 * aclocal.m4: sinclude ../transform.m4.
12354
123552015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12356
12357 * lib/dtrace.exp: New file.
12358 * gdb.base/dtrace-probe.exp: Likewise.
12359 * gdb.base/dtrace-probe.d: Likewise.
12360 * gdb.base/dtrace-probe.c: Likewise.
12361 * lib/pdtrace.in: Likewise.
12362 * configure.ac: Output variables with the transformed names of
12363 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12364 * configure: Regenerated.
12365
123662015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12367
12368 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12369 expected message when trying to access $_probe_* convenience
12370 variables while not on a probe.
12371
123722015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12373
12374 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12375
123762015-02-11 Pedro Alves <pedro@codesourcery.com>
12377
12378 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12379 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12380
123812015-02-10 Doug Evans <xdje42@gmail.com>
12382
12383 * lib/gdb.exp (gdb_load): Always return a result.
12384
123852015-02-10 Pedro Alves <palves@redhat.com>
12386
12387 * gdb.threads/signal-sigtrap.c: New file.
12388 * gdb.threads/signal-sigtrap.exp: New file.
12389
123902015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12391
12392 * gdb.trace/no-attach-trace.c: New file.
12393 * gdb.trace/no-attach-trace.exp: New file.
12394
123952015-02-09 Mark Wielaard <mjw@redhat.com>
12396
12397 * gdb.dwarf2/atomic.c: New file.
12398 * gdb.dwarf2/atomic-type.exp: Likewise.
12399
124002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12401
12402 * gdb.btrace/buffer-size.exp: Update "info record" output.
12403 * gdb.btrace/delta.exp: Update "info record" output.
12404 * gdb.btrace/enable.exp: Update "info record" output.
12405 * gdb.btrace/finish.exp: Update "info record" output.
12406 * gdb.btrace/instruction_history.exp: Update "info record" output.
12407 * gdb.btrace/next.exp: Update "info record" output.
12408 * gdb.btrace/nexti.exp: Update "info record" output.
12409 * gdb.btrace/step.exp: Update "info record" output.
12410 * gdb.btrace/stepi.exp: Update "info record" output.
12411 * gdb.btrace/nohist.exp: Update "info record" output.
12412
124132015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12414
12415 * gdb.btrace/buffer-size: New.
12416
124172015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12418
12419 * gdb.btrace/delta.exp: Update "info record" output.
12420 * gdb.btrace/enable.exp: Update "info record" output.
12421 * gdb.btrace/finish.exp: Update "info record" output.
12422 * gdb.btrace/instruction_history.exp: Update "info record" output.
12423 * gdb.btrace/next.exp: Update "info record" output.
12424 * gdb.btrace/nexti.exp: Update "info record" output.
12425 * gdb.btrace/step.exp: Update "info record" output.
12426 * gdb.btrace/stepi.exp: Update "info record" output.
12427 * gdb.btrace/nohist.exp: Update "info record" output.
12428
124292015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12430
12431 PR gdb/15678
12432 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12433
124342015-02-06 Pedro Alves <palves@redhat.com>
12435
12436 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12437 macro.
12438 (seconds_left, again): New globals.
12439 (main): Wait seconds_left in a 1-second sleep loop instead of
12440 sleeping 180 seconds. If 'again' is set, reset the seconds
12441 counter.
12442 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12443 'again' in the inferior before detaching. Print the seconds left.
12444 (options): New global.
12445 (top level): Build program with -DTIMEOUT=$timeout.
12446
124472015-02-06 Pedro Alves <palves@redhat.com>
12448
12449 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12450 determine how many seconds to pass to 'alarm'.
12451 * gdb.base/gdb-sigterm.exp (top level): Build program with
12452 -DTIMEOUT=$timeout.
12453 (do_test): Return success/failure indication. Add more verbose
12454 logging. Don't fail if 200 single steps are seen. Instead, fail
12455 when the test times out.
12456 (passes): New global.
12457 (top level): Break the testing loop if testing fails on any
12458 iteration. Use gdb_assert.
12459
124602015-02-04 Don Breazeal <donb@codesourcery.com>
12461
12462 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12463 and initialize them.
12464 (ipc_cleanup): New function.
12465 (main): Don't declare shmid, semid, and msqid. Add a call to
12466 atexit so that we call ipc_cleanup on exit.
12467
124682015-02-04 Pedro Alves <palves@redhat.com>
12469
12470 * boards/native-extended-gdbserver.exp: Remove any target variant
12471 specifications from the board name before clearing the isremote
12472 flag from board_info.
12473
124742015-01-31 Doug Evans <xdje42@gmail.com>
12475
12476 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12477
124782015-01-31 Gary Benson <gbenson@redhat.com>
12479
12480 * gdb.base/completion.exp: Disable completion limiting for
12481 existing tests. Add new tests to check completion limiting.
12482 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12483
124842015-01-31 Doug Evans <xdje42@gmail.com>
12485
12486 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12487
124882015-01-31 Doug Evans <xdje42@gmail.com>
12489
12490 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12491 entries. Duplicate file section script entries.
12492 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12493 inlined entries. Add test for safe-path rejection.
12494 * gdb.python/py-section-script.c: Add duplicate inlined section script
12495 entries. Duplicate file section script entries.
12496 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12497 inlined entries. Add test for safe-path rejection.
12498
124992015-01-29 Joel Brobecker <brobecker@adacore.com>
12500
12501 * gdb.ada/disc_arr_bound: New testcase.
12502
125032015-01-29 Joel Brobecker <brobecker@adacore.com>
12504
12505 * gdb.ada/mi_var_array: New testcase.
12506
125072015-01-27 Doug Evans <dje@google.com>
12508
12509 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12510 Add test for objfile.filename, objfile.username after objfile
12511 has been unloaded.
12512
125132015-01-26 Joel Brobecker <brobecker@adacore.com>
12514
12515 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12516 the second test to print the name attribute of value
12517 returned by the call to gdb.lookup_type, and adjust
12518 the expected output accordingly.
12519
125202015-01-25 Mark Wielaard <mjw@redhat.com>
12521
12522 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12523 * gdb.base/disp-step-fork.c: Include unistd.h.
12524 * gdb.base/siginfo-obj.c: Include stdio.h.
12525 * gdb.base/siginfo-thread.c: Likewise.
12526 * gdb.mi/non-stop.c: Include unistd.h.
12527 * gdb.mi/nsthrexec.c: Include stdio.h.
12528 * gdb.mi/pthreads.c: Include unistd.h.
12529 * gdb.modula2/unbounded1.c (main): Declare returns int.
12530 * gdb.reverse/consecutive-reverse.c: Likewise.
12531 * gdb.threads/create-fail.c: Include unistd.h.
12532 * gdb.threads/killed.c: Likewise.
12533 * gdb.threads/linux-dp.c: Likewise.
12534 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12535 * gdb.threads/non-ldr-exc-2.c: Likewise.
12536 * gdb.threads/non-ldr-exc-3.c: Likewise.
12537 * gdb.threads/non-ldr-exc-4.c: Likewise.
12538 * gdb.threads/pthreads.c: Include unistd.h.
12539 (main): Declare returns int.
12540 * gdb.threads/tls-main.c (foo): New declaration.
12541 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12542
125432015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12544
12545 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12546 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12547
125482015-01-15 Mark Wielaard <mjw@redhat.com>
12549
12550 * gdb.base/noreturn-return.c: New file.
12551 * gdb.base/noreturn-return.exp: New file.
12552 * gdb.base/noreturn-finish.c: New file.
12553 * gdb.base/noreturn-finish.exp: New file.
12554
125552015-01-23 Pedro Alves <palves@redhat.com>
12556
12557 * gdb.threads/continue-pending-after-query.c: New file.
12558 * gdb.threads/continue-pending-after-query.exp: New file.
12559
125602015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12561 Simon Marchi <simon.marchi@ericsson.com>
12562
12563 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12564 * gdb.base/valgrind-db-attach.exp: Same.
12565 * gdb.base/valgrind-infcall.exp: Same.
12566 * lib/mi-support.exp (default_mi_gdb_start): Same.
12567 * lib/prompt.exp (default_prompt_gdb_start): Same.
12568 * lib/gdb.exp (default_gdb_spawn): Same.
12569 (gdb_interact): New.
12570
12571
125722015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12573
12574 * gdb.compile/compile.exp (pointer to jit function): New test.
12575
125762015-01-17 Wei-cheng Wang <cole945@gmail.com>
12577
12578 * lib/gdb.exp (supports_process_record): Return true for
12579 powerpc*-*-linux*.
12580 (supports_reverse): Likewise.
12581
125822015-01-15 Don Breazeal <donb@codesourcery.com>
12583
12584 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12585 instead of checking whether the target board is remote and
12586 use spawn_wait_for_attach instead of exec/sleep.
12587 * gdb.base/attach-twice.exp: Likewise.
12588
125892015-01-15 Joel Brobecker <brobecker@adacore.com>
12590
12591 * gdb.ada/var_arr_attrs: New testcase.
12592
125932015-01-14 Pedro Alves <palves@redhat.com>
12594 Joel Brobecker <brobecker@adacore.com>
12595
12596 PR gdb/17525
12597 * gdb.base/bp-cmds-execution-x-script.c: New file.
12598 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12599 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12600
126012015-01-14 Pedro Alves <palves@redhat.com>
12602
12603 PR cli/17828
12604 * gdb.base/batch-preserve-term-settings.c: New file.
12605 * gdb.base/batch-preserve-term-settings.exp: New file.
12606
126072015-01-13 Doug Evans <dje@google.com>
12608
12609 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12610 binary.
12611
126122015-01-13 Joel Brobecker <brobecker@adacore.com>
12613
12614 * Makefile.in (clean mostlyclean): Do not delete *.py.
12615
126162015-01-13 Joel Brobecker <brobecker@adacore.com>
12617
12618 * gdb.python/py-lookup-type.exp: New file.
12619
126202015-01-12 Pedro Alves <palves@redhat.com>
12621
12622 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12623 restore GDBFLAGS before returning.
12624
126252015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12626
12627 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12628 is_amd64_regs_target and is_x86_like_target.
12629
126302015-01-11 Doug Evans <xdje42@gmail.com>
12631
12632 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12633 is given without an explicit form.
12634 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12635 attributes.
12636 * gdb.dwarf/corrupt.exp: Ditto.
12637 * gdb.dwarf2/enum-type.exp: Ditto.
12638 * gdb.trace/entry-values.exp: Ditto.
12639 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12640
126412015-01-11 Doug Evans <xdje42@gmail.com>
12642
12643 PR gdb/15830
12644 * gdb.base/maint.exp: Remove references to "maint demangle".
12645 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12646 Add tests for explicitly specifying language to demangle.
12647 * gdb.dlang/demangle.exp: Ditto.
12648
126492015-01-09 Pedro Alves <palves@redhat.com>
12650
12651 * gdb.threads/non-stop-fair-events.c: New file.
12652 * gdb.threads/non-stop-fair-events.exp: New file.
12653
126542015-01-09 Pedro Alves <palves@redhat.com>
12655
12656 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12657 the global scope. Set a breakpoint after all threads are started
12658 rather than stepping over two source lines. Expect the prompt.
12659 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12660 global.
12661 (NUM): Now 15.
12662 (main): Use threads_started_barrier to wait for all threads to
12663 start. Main thread no longer calls thread_function. Exit after
12664 180 seconds.
12665 (loop): New function.
12666 (thread_function): Wait on threads_started_barrier barrier. Call
12667 'loop' at each iteration.
12668 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12669 threads have started, instead of hardcoding number of "next"
12670 steps. Use an access watchpoint instead of a write watchpoint.
12671
126722015-01-09 Pedro Alves <palves@redhat.com>
12673
12674 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12675 (thread_func): Wait on barrier.
12676 (main): Wait for all threads to start before stopping GDB.
12677 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12678 global.
12679 (thread1_func, thread2_func): Wait on barrier.
12680 (main): Wait for all threads to start before stopping GDB.
12681 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12682 New global.
12683 (thread1_func, thread2_func): Wait on barrier.
12684 (main): Wait for all threads to start before stopping GDB.
12685
126862015-01-09 Pedro Alves <palves@redhat.com>
12687
12688 * gdb.threads/attach-many-short-lived-threads.c: New file.
12689 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12690
126912014-01-09 Pedro Alves <palves@redhat.com>
12692
12693 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12694 instead of to thread 2.
12695 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12696 Add barrier around each pthread_create call instead of around all
12697 calls.
12698 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12699 Set a break on thread_function and have the child threads hit it
12700 one at at a time.
12701
127022015-01-09 Pedro Alves <palves@redhat.com>
12703
12704 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12705 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12706 false.
12707 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12708 checking whether the target board is remote.
12709 * gdb.multi/multi-attach.exp: Likewise.
12710 * gdb.python/py-sync-interp.exp: Likewise.
12711 * gdb.server/ext-attach.exp: Likewise.
12712 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12713 tests that need to attach, instead of checking whether the target
12714 board is remote at the top of the file.
12715
127162015-01-08 Yao Qi <yao@codesourcery.com>
12717
12718 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12719
127202015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12721
12722 Fix testcase compilation.
12723 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12724
127252015-01-06 Joel Brobecker <brobecker@adacore.com>
12726
12727 * gdb.python/py-type.exp: Add a couple test about empty
12728 array creation, and negative-length array creation.
12729
127302015-01-02 Doug Evans <xdje42@gmail.com>
12731
12732 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12733
127342015-01-02 Doug Evans <dje@google.com>
12735
12736 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12737
127382014-12-29 Yao Qi <yao@codesourcery.com>
12739
12740 * gdb.trace/entry-values.exp: Update comments. Rename variable
12741 bar_call_foo to returned_from_foo.
12742
127432014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12744
12745 PR gdb/17394
12746 * gdb.linespec/break-asm-file.c: New file.
12747 * gdb.linespec/break-asm-file.exp: New file.
12748 * gdb.linespec/break-asm-file0.s: New file.
12749 * gdb.linespec/break-asm-file1.s: New file.
12750
127512014-12-18 Nigel Stephens <nigel@mips.com>
12752 Maciej W. Rozycki <macro@codesourcery.com>
12753
12754 * gdb.base/float.exp: Handle the new output from "info float" on
12755 MIPS targets.
12756
127572014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12758
12759 Fix MinGW compilation.
12760 * gdb.compile/compile-ops.exp: Update untested message if
12761 !skip_compile_feature_tests.
12762 * gdb.compile/compile-setjmp.exp: Likewise.
12763 * gdb.compile/compile-tls.exp: Likewise.
12764 * gdb.compile/compile.exp: Likewise.
12765 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12766 supported on this host".
12767
127682014-12-16 Doug Evans <xdje42@gmail.com>
12769
12770 * boards/stabs.exp: New file.
12771
127722014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12773
12774 * gdb.base/completion.exp: Adjust to format changes of "maint
12775 print user-registers".
12776
127772014-12-16 Catalin Udma <catalin.udma@freescale.com>
12778
12779 PR server/17457
12780 * gdb.arch/aarch64-fp.c: New file.
12781 * gdb.arch/aarch64-fp.exp: New file.
12782
127832014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12784
12785 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12786 r210637, r210913, r211666, r215400, r215817).
12787
12788 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12789 * dg-extract-results.py: New file.
12790 * dg-extract-results.sh: Use it if the environment seems
12791 suitable.
12792
12793 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12794
12795 * dg-extract-results.py (parse_run): Handle warnings that
12796 are printed before a test harness is run.
12797
12798 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12799
12800 * dg-extract-results.py (Named): Remove __cmp__ method.
12801 (output_variation): Use a key to sort variation.harnesses.
12802
12803 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12804
12805 * dg-extract-results.py: For Python 3, force sys.stdout to
12806 handle surrogate escape sequences.
12807 (safe_open): New function.
12808 (output_segment, main): Use it.
12809
12810 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12811
12812 * dg-extract-results.py (Prog.result_re): Include options
12813 in test name.
12814
12815 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12816
12817 * dg-extract-results.py (output_variation): Always sort if
12818 do_sum.
12819
128202014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12821
12822 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12823 as long as we get pagination notifications.
12824
128252014-12-15 Jason Merrill <jason@redhat.com>
12826
12827 * Makefile.in (check-gdb.%): Restore.
12828 * README: Mention it.
12829
128302014-12-13 Joel Brobecker <brobecker@adacore.com>
12831
12832 * gdb.ada/str_uninit: New testcase.
12833
128342014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12835
12836 PR symtab/17642
12837 * gdb.base/vla-stub-define.c: New file.
12838 * gdb.base/vla-stub.c: New file.
12839 * gdb.base/vla-stub.exp: New file.
12840
128412014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12842 Jan Kratochvil <jan.kratochvil@redhat.com>
12843 Tom Tromey <tromey@redhat.com>
12844
12845 * configure.ac: Add gdb.compile/.
12846 * configure: Regenerate.
12847 * gdb.compile/Makefile.in: New file.
12848 * gdb.compile/compile-ops.exp: New file.
12849 * gdb.compile/compile-ops.c: New file.
12850 * gdb.compile/compile-tls.c: New file.
12851 * gdb.compile/compile-tls.exp: New file.
12852 * gdb.compile/compile-constvar.S: New file.
12853 * gdb.compile/compile-constvar.c: New file.
12854 * gdb.compile/compile-mod.c: New file.
12855 * gdb.compile/compile-nodebug.c: New file.
12856 * gdb.compile/compile-setjmp-mod.c: New file.
12857 * gdb.compile/compile-setjmp.c: New file.
12858 * gdb.compile/compile-setjmp.exp: New file.
12859 * gdb.compile/compile-shlib.c: New file.
12860 * gdb.compile/compile.c: New file.
12861 * gdb.compile/compile.exp: New file.
12862 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12863
128642014-12-12 Tom Tromey <tromey@redhat.com>
12865
12866 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12867 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12868
128692014-12-12 Doug Evans <dje@google.com>
12870
12871 * lib/gdb-python.exp (get_python_valueof): New function.
12872 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12873
128742014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12875
12876 * gdb.base/completion.exp: Add test for completion of "info
12877 registers ".
12878
128792014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12880
12881 * gdb.base/func-ptrs.c: New file.
12882 * gdb.base/func-ptrs.exp: New file.
12883
128842014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12885
12886 PR breakpoints/17012
12887 * gdb.base/dprintf-detach.c: New file.
12888 * gdb.base/dprintf-detach.exp: New file.
12889
128902014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12891
12892 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12893 * lib/gdb.exp (target_is_gdbserver): New procedure.
12894
128952014-12-08 Doug Evans <dje@google.com>
12896
12897 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12898
128992014-12-05 Yao Qi <yao@codesourcery.com>
12900
12901 * gdb.guile/scm-error.exp: Remove the third argument to
12902 gdb_remote_download.
12903 * gdb.guile/scm-frame-args.exp: Likewise.
12904 * gdb.guile/scm-section-script.exp: Likewise.
12905
129062014-12-05 Yao Qi <yao@codesourcery.com>
12907
12908 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12909
129102014-12-04 Doug Evans <dje@google.com>
12911
12912 * gdb.python/py-objfile.exp: Add tests for
12913 objfile.add_separate_debug_file.
12914
129152014-12-04 Doug Evans <dje@google.com>
12916
12917 * lib/gdb.exp (get_build_id): New function.
12918 (build_id_debug_filename_get): Rewrite to use it.
12919 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12920
129212014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12922
12923 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12924 `method(long)', not just 0x0.
12925 * gdb.cp/nsalias.exp: Align code labels to 4.
12926 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12927 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12928 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12929 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12930 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12931 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12932
129332014-12-02 Doug Evans <dje@google.com>
12934
12935 PR symtab/17602
12936 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12937 * gdb.cp/anon-ns2.cc: ... here. New file.
12938 * gdb.cp/anon-ns.exp: Update.
12939
129402014-12-02 Nick Bull <nicholaspbull@gmail.com>
12941
12942 * gdb.python/py-events.py (inferior_call_handler): New.
12943 (register_changed_handler, memory_changed_handler): New.
12944 (test_events.invoke): Register new handlers.
12945 * gdb.python/py-events.exp: Add tests for inferior call,
12946 memory_changed and register_changed events.
12947
129482014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12949
12950 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12951 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12952 if the linker doesn't understand this.
12953
129542014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12955
12956 * gdb.python/python.exp: Change expected reply to help().
12957
129582014-12-01 Yao Qi <yao@codesourcery.com>
12959
12960 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12961 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12962 * configure: Re-generated.
12963
129642014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12965
12966 * gdb.cp/chained-calls.cc: New file.
12967 * gdb.cp/chained-calls.exp: New file.
12968 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12969
129702014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12971
12972 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12973 * gdb.dwarf2/symtab-producer.exp: Same.
12974 * gdb.gdb/python-interrupts.exp: Same.
12975 * gdb.gdb/python-selftest.exp: Same.
12976 * gdb.python/py-linetable.exp: Same.
12977 * gdb.python/py-type.exp: Same.
12978 * gdb.python/py-value-cc.exp: Same.
12979 * gdb.python/py-value.exp: Same.
12980
129812014-11-28 Yao Qi <yao@codesourcery.com>
12982
12983 * gdb.base/break-probes.exp: Match library name prefixed with
12984 sysroot.
12985
129862014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12987
12988 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12989 test expected output. Add parentheses for the call to print.
12990 Remove L suffix from integers.
12991
129922014-11-26 Doug Evans <dje@google.com>
12993
12994 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12995
129962014-11-22 Yao Qi <yao@codesourcery.com>
12997
12998 * gdb.trace/entry-values.c: Remove asms.
12999 (foo): Add foo_label.
13000 (bar): Add bar_label.
13001 * gdb.trace/entry-values.exp: Remove code computing foo's
13002 length and bar's length.
13003 (Dwarf::assemble): Invoke function_range for bar and use
13004 MACRO_AT_func for foo.
13005
130062014-11-22 Yao Qi <yao@codesourcery.com>
13007
13008 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13009 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13010 Use .Lgcc43_procstart instead of gcc43.
13011
130122014-11-21 Joel Brobecker <brobecker@adacore.com>
13013
13014 * gdb.ada/n_arr_bound: New testcase.
13015
130162014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13017
13018 PR breakpoints/10737
13019 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13020 test_catch_syscall_multi_arch.
13021 (test_catch_syscall_multi_arch): New function.
13022
130232014-11-20 Doug Evans <xdje42@gmail.com>
13024
13025 * gdb.base/maint.exp: Update expected output.
13026
130272014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13028
13029 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13030 4-byte instruction on S390.
13031
130322014-11-19 Joel Brobecker <brobecker@adacore.com>
13033
13034 * gdb.ada/arr_arr: New testcase.
13035
130362014-11-19 Joel Brobecker <brobecker@adacore.com>
13037
13038 * gdb.ada/pkd_arr_elem: New Testcase.
13039
130402014-11-18 Luis Machado <lgustavo@codesourcery.com>
13041
13042 * gdb.reverse/break-precsave: Expect completion message for
13043 core file reads.
13044 * gdb.reverse/consecutive-precsave.exp: Likewise.
13045 * gdb.reverse/finish-precsave.exp: Likewise.
13046 * gdb.reverse/i386-precsave.exp: Likewise.
13047 * gdb.reverse/machinestate-precsave.exp: Likewise.
13048 * gdb.reverse/sigall-precsave.exp: Likewise.
13049 * gdb.reverse/solib-precsave.exp: Likewise.
13050 * gdb.reverse/step-precsave.exp: Likewise.
13051 * gdb.reverse/until-precsave.exp: Likewise.
13052 * gdb.reverse/watch-precsave.exp: Likewise.
13053
130542014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13055
13056 * gdb.base/bp-permanent.c: Include unistd.h.
13057 * gdb.python/py-framefilter-mi.c (main): Add return type.
13058 * gdb.python/py-framefilter.c (main): Likewise.
13059 * gdb.trace/actions-changed.c (main): Likewise.
13060
130612014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13062
13063 * gdb.mi/until.c: Add eye-catchers.
13064 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13065 line numbers.
13066
130672014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13068
13069 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13070 function header variants in break1.c.
13071 * gdb.base/ena-dis-br.exp: Likewise.
13072 * gdb.base/hbreak2.exp: Likewise.
13073 * gdb.reverse/until-precsave.exp: Drop references to removed
13074 non-prototype function header variants in ur1.c.
13075 * gdb.reverse/until-reverse.exp: Likewise.
13076
130772014-11-17 Petr Machata <pmachata@redhat.com>
13078
13079 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13080 ${_cu_offset_size} bytes abbrev offset.
13081
130822014-11-15 Doug Evans <xdje42@gmail.com>
13083
13084 PR symtab/17559
13085 * gdb.base/line-symtabs.exp: New file.
13086 * gdb.base/line-symtabs.c: New file.
13087 * gdb.base/line-symtabs.h: New file.
13088
130892014-11-14 Yao Qi <yao@codesourcery.com>
13090
13091 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13092 (func): Add label func_label.
13093 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13094 Replace low_pc and high_pc with MACRO_AT_range.
13095 Replace name, low_pc and high_pc with MACRO_AT_func.
13096
130972014-11-14 Yao Qi <yao@codesourcery.com>
13098
13099 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13100 Replace name, low_pc and high_pc with MACRO_AT_func.
13101
131022014-11-14 Yao Qi <yao@codesourcery.com>
13103
13104 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13105 produce debug information.
13106 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13107
131082014-11-14 Yao Qi <yao@codesourcery.com>
13109
13110 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13111 object and get function length.
13112 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13113 with MACRO_AT_func.
13114 (top-level): Replace gdb_compile and clean_restart with
13115 prepare_for_testing.
13116 * gdb.dwarf2/main.c (main): Add label main_label.
13117
131182014-11-14 Yao Qi <yao@codesourcery.com>
13119
13120 * lib/dwarf.exp (function_range): New procedure.
13121 (Dwarf::_handle_macro_at_func): New procedure.
13122 (Dwarf::_handle_macro_at_range): New procedure.
13123 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13124
131252014-11-14 Yao Qi <yao@codesourcery.com>
13126
13127 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13128 (_handle_attribute): New procedure.
13129
131302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13131
13132 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13133 * gdb.base/call-sc.c (zed): Likewise.
13134 * gdb.base/checkpoint.c (main): Likewise.
13135 * gdb.base/dump.c (main): Likewise.
13136 * gdb.base/gcore.c (main): Likewise.
13137 * gdb.base/huge.c (main): Likewise.
13138 * gdb.base/multi-forks.c (main): Likewise.
13139 * gdb.base/pr10179-a.c (main): Likewise.
13140 * gdb.base/savedregs.c (main): Likewise.
13141 * gdb.base/sigaltstack.c (main): Likewise.
13142 * gdb.base/siginfo.c (main): Likewise.
13143 * gdb.base/structs.c (zed): Likewise.
13144 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13145 * gdb.mi/mi-syn-frame.c (main): Likewise.
13146 * gdb.mi/until.c (foo, main): Likewise.
13147 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13148 * gdb.base/solib-weak.c (foo): Declare.
13149 * gdb.base/attach-twice.c: Include stdio.h.
13150 * gdb.base/weaklib1.c: Likewise.
13151 * gdb.base/weaklib2.c: Likewise.
13152 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13153 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13154 unistd.h.
13155 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13156 * gdb.mi/mi-exit-code.c: Likewise.
13157 * gdb.base/break-interp-lib.c: Include string.h.
13158 * gdb.base/coremaker.c: Likewise.
13159 * gdb.base/testenv.c: Likewise.
13160 * gdb.python/py-finish-breakpoint.c: Likewise.
13161 * gdb.base/inferior-died.c: Include sys/wait.h.
13162 * gdb.base/fileio.c: Include time.h.
13163 * gdb.base/async-shell.c: Include unistd.h.
13164 * gdb.base/dprintf-non-stop.c: Likewise.
13165 * gdb.base/info-os.c: Likewise.
13166 * gdb.mi/mi-console.c: Likewise.
13167 * gdb.mi/watch-nonstop.c: Likewise.
13168 * gdb.python/py-events.c: Likewise.
13169 * gdb.base/async.c (baz): Move up before its invocation.
13170 * gdb.base/code_elim2.c (my_global_func): Likewise.
13171 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13172 * gdb.base/advance.c (func2): Likewise.
13173
131742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13175
13176 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13177 variant.
13178 * gdb.base/annota3.c: Likewise.
13179 * gdb.base/async.c: Likewise.
13180 * gdb.base/average.c: Likewise.
13181 * gdb.base/call-ar-st.c: Likewise.
13182 * gdb.base/call-rt-st.c: Likewise.
13183 * gdb.base/call-sc.c: Likewise.
13184 * gdb.base/call-strs.c: Likewise.
13185 * gdb.base/ending-run.c: Likewise.
13186 * gdb.base/execd-prog.c: Likewise.
13187 * gdb.base/exprs.c: Likewise.
13188 * gdb.base/foll-exec.c: Likewise.
13189 * gdb.base/foll-fork.c: Likewise.
13190 * gdb.base/foll-vfork.c: Likewise.
13191 * gdb.base/funcargs.c: Likewise.
13192 * gdb.base/gcore.c: Likewise.
13193 * gdb.base/jump.c: Likewise.
13194 * gdb.base/langs0.c: Likewise.
13195 * gdb.base/langs1.c: Likewise.
13196 * gdb.base/langs2.c: Likewise.
13197 * gdb.base/mips_pro.c: Likewise.
13198 * gdb.base/nodebug.c: Likewise.
13199 * gdb.base/opaque0.c: Likewise.
13200 * gdb.base/opaque1.c: Likewise.
13201 * gdb.base/recurse.c: Likewise.
13202 * gdb.base/run.c: Likewise.
13203 * gdb.base/scope0.c: Likewise.
13204 * gdb.base/scope1.c: Likewise.
13205 * gdb.base/setshow.c: Likewise.
13206 * gdb.base/setvar.c: Likewise.
13207 * gdb.base/shmain.c: Likewise.
13208 * gdb.base/shr1.c: Likewise.
13209 * gdb.base/shr2.c: Likewise.
13210 * gdb.base/sigall.c: Likewise.
13211 * gdb.base/signals.c: Likewise.
13212 * gdb.base/so-indr-cl.c: Likewise.
13213 * gdb.base/solib2.c: Likewise.
13214 * gdb.base/structs.c: Likewise.
13215 * gdb.base/sum.c: Likewise.
13216 * gdb.base/vforked-prog.c: Likewise.
13217 * gdb.base/watchpoint.c: Likewise.
13218 * gdb.reverse/shr2.c: Likewise.
13219 * gdb.reverse/until-reverse.c: Likewise.
13220 * gdb.reverse/ur1.c: Likewise.
13221 * gdb.reverse/watch-reverse.c: Likewise.
13222
132232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13224
13225 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13226 variant.
13227 * gdb.base/sepdebug.exp: Drop references to removed code.
13228
132292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13230
13231 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13232 variant. Preserve original line numbering.
13233 * gdb.base/list1.c: Likewise.
13234
132352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13236
13237 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13238 variant.
13239 * gdb.base/break1.c: Likewise.
13240 * gdb.base/break.exp: Drop references to removed code.
13241
132422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13243
13244 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13245 variant.
13246
132472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13248
13249 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13250
132512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13252
13253 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13254 logic into perform_all_tests() and invoke it with and without
13255 function header prototypes.
13256 (do_function_calls): Remove conditional XFAIL for PR 5318.
13257 (rerun_and_prepare): Remove duplicate code.
13258 (perform_all_tests): New. Main logic moved here.
13259
132602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13261
13262 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13263 code guarded by #ifdef NO_PROTOTYPES.
13264 (t_double_many_args): Likewise.
13265 (DEF_FUNC_MANY_ARGS_1): Likewise.
13266 (DEF_FUNC_VALUES_1): Likewise.
13267 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13268 guarded by #ifdef PROTOTYPES.
13269
132702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13271
13272 * gdb.mi/mi-console.c: Add eye-catcher.
13273 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13274 instead of literal line number.
13275
132762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13277
13278 * gdb.base/shr2.c: Add eye-catcher.
13279 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13280 line number.
13281
132822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13283
13284 * gdb.base/jump.c: Add eye-catchers.
13285 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13286 numbers.
13287
132882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13289
13290 * gdb.base/execd-prog.c: Add eye-catchers.
13291 * gdb.base/foll-exec.c: Likewise.
13292 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13293 line numbers.
13294
132952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13296
13297 * gdb.base/ending-run.c: Add eye-catchers.
13298 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13299 literal line numbers.
13300
133012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13302
13303 * gdb.base/call-rt-st.c: Add eye-catchers.
13304 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13305 literal line numbers.
13306
133072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13308
13309 * gdb.base/call-ar-st.c: Add eye-catchers.
13310 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13311 literal line numbers.
13312
133132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13314
13315 * gdb.base/average.c: Add eye-catchers.
13316 * gdb.base/sum.c: Likewise.
13317 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13318 regexps dynamically.
13319
133202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13321
13322 * gdb.base/solib1.c: Add eye-catchers.
13323 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13324 literal line numbers.
13325
133262014-11-12 Pedro Alves <palves@redhat.com>
13327
13328 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13329 leader has exited.
13330
133312014-11-12 Pedro Alves <palves@redhat.com>
13332
13333 * gdb.arch/i386-bp_permanent.c: New file.
13334 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13335 (srcfile): Set to i386-bp_permanent.c.
13336 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13337 that stepi does not execute the 'leave' instruction, instead of
13338 testing it does execute.
13339 * gdb.base/bp-permanent.c: New file.
13340 * gdb.base/bp-permanent.exp: New file.
13341
133422014-11-10 Doug Evans <xdje42@gmail.com>
13343
13344 PR symtab/17564
13345 * gdb.base/symtab-search-order.exp: New file.
13346 * gdb.base/symtab-search-order.c: New file.
13347 * gdb.base/symtab-search-order-1.c: New file.
13348 * gdb.base/symtab-search-order-shlib-1.c: New file.
13349
133502014-11-07 Pedro Alves <palves@redhat.com>
13351
13352 PR gdb/17511
13353 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13354 i?86-*-linux*.
13355
133562014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13357
13358 PR c++/17494
13359 * gdb.cp/pr17494.cc: New file.
13360 * gdb.cp/pr17494.exp: New file.
13361
133622014-11-02 Yao Qi <yao@codesourcery.com>
13363
13364 * gdb.python/python.exp: Get working directory and match the
13365 output of "set extended-prompt \\w " with it.
13366
133672014-10-30 Doug Evans <dje@google.com>
13368
13369 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13370 in objfiles.
13371 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13372 in progspaces.
13373
133742014-10-30 Janis Johnson <janisjo@codesourcery.com>
13375
13376 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13377 * gdb.base/realname-expand.exp: Likewise.
13378 * gdb.linespec/macro-relative.exp: Likewise.
13379
133802014-10-29 Pedro Alves <palves@redhat.com>
13381
13382 PR gdb/17408
13383 * gdb.threads/schedlock.c (some_function): New function.
13384 (call_function): New global.
13385 (MAYBE_CALL_SOME_FUNCTION): New macro.
13386 (thread_function): Call it.
13387 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13388 and use it instead of a global counter. Adjust all callers.
13389 (get_current_thread): Use "find current thread" for test message
13390 here rather than having all callers pass down the same string.
13391 (goto_loop): New procedure, factored out from ...
13392 (my_continue): ... this.
13393 (step_ten_loops): Change parameter from test message to command to
13394 use. Adjust.
13395 (list_count): Delete global.
13396 (check_result): New procedure, factored out from duplicate top
13397 level code.
13398 (continue tests): Wrap in with_test_prefix.
13399 (test_step): New procedure, factored out from duplicate top level
13400 code.
13401 (top level): Test "step" in combination with all scheduler-locking
13402 modes. Test "next" in combination with all scheduler-locking
13403 modes, and in combination with stepping over a function call or
13404 not.
13405 * gdb.threads/next-bp-other-thread.c: New file.
13406 * gdb.threads/next-bp-other-thread.exp: New file.
13407
134082014-10-29 Pedro Alves <palves@redhat.com>
13409
13410 PR python/17372
13411 * gdb.python/python.exp: Test a multi-line command that spawns
13412 interactive Python.
13413 * gdb.base/multi-line-starts-subshell.exp: New file.
13414
134152014-10-29 Yao Qi <yao@codesourcery.com>
13416
13417 * gdb.base/fileio.exp: Make directories on host.
13418
134192014-10-29 Yao Qi <yao@codesourcery.com>
13420
13421 * gdb.base/fileio.c (test_write): Close the file.
13422
134232014-10-28 Pedro Alves <palves@redhat.com>
13424
13425 PR gdb/12623
13426 * gdb.base/sigstep.c (no_handler): New global.
13427 (main): If 'no_handler is true, set the signal handlers to
13428 SIG_IGN.
13429 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13430 with_sw_watch and no_handler parameters. Handle them.
13431 (top level) <stepping over handler when stopped at a breakpoint
13432 test>: Add a test axis for testing with a software watchpoint, and
13433 another for testing with the signal handler set to SIG_IGN.
13434 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13435 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13436
134372014-10-28 Pedro Alves <palves@redhat.com>
13438
13439 PR gdb/17511
13440 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13441 * gdb.base/sigstep.exp (other_handler_location): New global.
13442 (advance): Support stepping into the signal handler, and running
13443 commands while in the handler.
13444 (in_handler_map): New global.
13445 (top level): In the advance test, add combinations for getting
13446 into the handler with stepping commands, and for running commands
13447 in the handler. Add comment descripting the advancei tests.
13448
134492014-10-28 Pedro Alves <palves@redhat.com>
13450
13451 * gdb.base/sigstep.exp: Use build_executable instead of
13452 prepare_for_testing.
13453 (top level): Move code that starts GDB, runs to main and creates a
13454 display to ...
13455 (restart): ... this new procedure.
13456 (top level): Move backtrace from signal handler test to ...
13457 (validate_backtrace): ... this new procedure.
13458 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13459 with_test_prefix. Always restart GDB.
13460 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13461 with_test_prefix. Always restart GDB. No need to delete
13462 breakpoints after the test.
13463 (test_skip_handler): Remove prefix parameter.
13464 (skip_over_handler, breakpoint_to_handler)
13465 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13466 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13467 restart GDB. No need to delete breakpoints after the test.
13468 (top level): Use foreach to call the test procedures with
13469 different commands.
13470
134712014-10-28 Pedro Alves <palves@redhat.com>
13472
13473 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13474 instead of GNATS numbers.
13475 * gdb.base/sigbpt.exp: Likewise.
13476 * gdb.base/siginfo.exp: Likewise.
13477 * gdb.base/sigstep.exp: Likewise.
13478
134792014-10-27 Pedro Alves <palves@redhat.com>
13480
13481 * gdb.base/sigstep.c (dummy): New global.
13482 (main): Issue a couple writes to the new global.
13483 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13484 procedures.
13485 (skip_over_handler): Use test_skip_handler.
13486 (top level): Call skip_over_handler for stepi and nexti too.
13487 (breakpoint_over_handler): Use test_skip_handler.
13488 (top level): Call breakpoint_over_handler for stepi and nexti too.
13489
134902014-10-27 Yao Qi <yao@codesourcery.com>
13491
13492 * gdb.trace/tfile.c (adjust_function_address)
13493 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13494 function descriptor.
13495
134962014-10-24 Don Breazeal <donb@codesourcery.com>
13497
13498 * gdb.base/foll-fork.exp (test_follow_fork,
13499 catch_fork_child_follow): Check for updated fork messages emitted
13500 from infrun.c.
13501 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13502 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13503 vfork_and_exec_child_follow_through_step): Check for updated vfork
13504 messages emitted from infrun.c.
13505
135062014-10-24 Pedro Alves <palves@redhat.com>
13507
13508 * gdb.base/corefile.exp: Remove references to ultrix.
13509 * gdb.base/interrupt.exp: Likewise.
13510 * gdb.base/whatis.exp: Likewise.
13511 * gdb.gdb/selftest.exp: Likewise.
13512 * gdb.threads/manythreads.exp: Likewise.
13513 * gdb.threads/print-threads.exp: Likewise.
13514 * gdb.threads/pthreads.exp:: Likewise.
13515 * gdb.threads/schedlock.exp: Likewise.
13516
135172014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13518
13519 * gdb.cp/non-trivial-retval.cc: Add a test case.
13520 * gdb.cp/non-trivial-retval.exp: Add a test.
13521
135222014-10-20 Yao Qi <yao@codesourcery.com>
13523
13524 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13525 * gdb.python/py-objfile-script-gdb.py: New file.
13526 * gdb.python/py-objfile-script.exp: Update reference to
13527 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13528 of remote_download. Remove the dest file.
13529
135302014-10-20 Yao Qi <yao@codesourcery.com>
13531
13532 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13533 * gdb.base/step-line.exp: Likewise.
13534 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13535 * gdb.dwarf2/dw2-basic.exp: Likewise.
13536 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13537 * gdb.dwarf2/dw2-filename.exp: Likewise.
13538 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13539 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13540 * gdb.dwarf2/dw2-producer.exp: Likewise.
13541 * gdb.dwarf2/mac-fileno.exp: Likewise.
13542 * gdb.python/py-frame-args.exp: Likewise.
13543 * gdb.python/py-framefilter.exp: Likewise.
13544 * gdb.python/py-mi.exp: Likewise.
13545 * gdb.python/py-objfile-script.exp: Likewise
13546 * gdb.python/py-pp-integral.exp: Likewise.
13547 * gdb.python/py-pp-re-notag.exp: Likewise.
13548 * gdb.python/py-prettyprint.exp: Likewise.
13549 * gdb.python/py-section-script.exp: Likewise.
13550 * gdb.python/py-typeprint.exp: Likewise.
13551 * gdb.python/py-xmethods.exp: Likewise.
13552 * gdb.stabs/weird.exp: Likewise.
13553 * gdb.xml/tdesc-regs.exp: Likewise.
13554
135552014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13556
13557 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13558 (out_cu): Use addr_len for the size of addresses.
13559 (out_line): Likewise. Size DW_LNE_set_address instruction
13560 according to addr_len.
13561 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13562 (FUNC): Add START_INSNS to definition.
13563
135642014-10-18 Yao Qi <yao@codesourcery.com>
13565
13566 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13567 gdb_has_argv0 return true.
13568 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13569 check [target_info exists noargs], check [gdb_has_argv0]
13570 instead.
13571 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13572 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13573 procedures.
13574
135752014-10-17 Doug Evans <dje@google.com>
13576
13577 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13578 event.
13579 * gdb.python/py-events.py: Add clear_objfiles event.
13580
135812014-10-17 Doug Evans <dje@google.com>
13582
13583 * gdb.python/py-objfile.exp: Test progspace attribute.
13584
135852014-10-17 Luis Machado <lgustavo@codesourcery.com>
13586
13587 * gdb.guile/scm-breakpoint.exp: Do not assume any
13588 directory separators when matching source file paths.
13589 * gdb.python/py-breakpoint.exp: Likewise.
13590 * gdb.reverse/break-precsave.exp: Likewise.
13591 * gdb.reverse/break-reverse.exp: Likewise.
13592 * gdb.reverse/consecutive-precsave.exp: Likewise.
13593 * gdb.reverse/finish-precsave.exp: Likewise.
13594 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13595 * gdb.reverse/finish-reverse.exp: Likewise.
13596 * gdb.reverse/i386-precsave.exp: Likewise.
13597 * gdb.reverse/i387-env-reverse.exp: Likewise.
13598 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13599 * gdb.reverse/machinestate-precsave.exp: Likewise.
13600 * gdb.reverse/machinestate.exp: Likewise.
13601 * gdb.reverse/sigall-precsave.exp: Likewise.
13602 * gdb.reverse/solib-precsave.exp: Likewise.
13603 * gdb.reverse/step-precsave.exp: Likewise.
13604 * gdb.reverse/until-precsave.exp: Likewise.
13605 * gdb.reverse/watch-precsave.exp: Likewise.
13606 * gdb.reverse/watch-reverse.exp: Likewise.
13607
136082014-10-17 Yao Qi <yao@codesourcery.com>
13609
13610 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13611 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13612
136132014-10-17 Pedro Alves <palves@redhat.com>
13614
13615 PR gdb/17471
13616 * gdb.base/bg-execution-repeat.c: New file.
13617 * gdb.base/bg-execution-repeat.exp: New file.
13618
136192014-10-17 Pedro Alves <palves@redhat.com>
13620
13621 PR gdb/17300
13622 * gdb.base/continue-all-already-running.c: New file.
13623 * gdb.base/continue-all-already-running.exp: New file.
13624
136252014-10-17 Pedro Alves <palves@redhat.com>
13626
13627 PR gdb/17472
13628 * gdb.base/annota-input-while-running.c: New file.
13629 * gdb.base/annota-input-while-running.exp: New file.
13630
136312014-10-17 Pedro Alves <palves@redhat.com>
13632
13633 * gdb.base/callfuncs.exp: emove references to osf.
13634 * gdb.base/sigall.exp: Likewise.
13635 * gdb.gdb/selftest.exp: Likewise.
13636 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13637 * gdb.mi/non-stop.c: Likewise.
13638 * gdb.mi/pthreads.c: Likewise.
13639 * gdb.reverse/sigall-precsave.exp: Likewise.
13640 * gdb.reverse/sigall-reverse.exp: Likewise.
13641 * gdb.threads/pthreads.c: Likewise.
13642 * gdb.threads/pthreads.exp: Likewise.
13643
136442014-10-17 Yao Qi <yao@codesourcery.com>
13645
13646 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13647 check 'target_info exists noargs'.
13648 (test_command_prompt_position): Likewise.
13649 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13650 Remove "set args".
13651 (progvar_simple_while_test): Likewise.
13652 (progvar_complex_if_while_test): Likewise.
13653 (if_while_breakpoint_command_test): Likewise.
13654 (infrun_breakpoint_command_test): Likewise.
13655 (breakpoint_command_test): Likewise.
13656 (watchpoint_command_test): Likewise.
13657 (bp_deleted_in_command_test): Likewise.
13658 (temporary_breakpoint_commands): Likewise.
13659
136602014-10-16 Yao Qi <yao@codesourcery.com>
13661
13662 * gdb.base/remotetimeout.exp: Remove noargs checking.
13663
136642014-10-15 Pedro Alves <palves@redhat.com>
13665
13666 PR breakpoints/9649
13667 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13668 * gdb.base/breakpoint-in-ro-region.exp
13669 (probe_target_hardware_step): New procedure.
13670 (top level): Probe hardware stepping and hardware breakpoint
13671 support. Test stepping through a read-only region, with both
13672 "breakpoint auto-hw" on and off and both "always-inserted" on and
13673 off.
13674
136752014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13676
13677 * gdb.dlang/demangle.exp: Update for demangling changes.
13678
136792014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13680
13681 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13682 * gdb.cp/non-trivial-retval.exp: Add new tests.
13683
136842014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13685
13686 PR c++/13403
13687 PR c++/15154
13688 * gdb.cp/non-trivial-retval.cc: New file.
13689 * gdb.cp/non-trivial-retval.exp: New file.
13690
136912014-10-15 Yao Qi <yao@codesourcery.com>
13692
13693 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13694 remote host.
13695
136962014-10-15 Yao Qi <yao@codesourcery.com>
13697
13698 * gdb.python/py-symbol.exp: Match file base name if host is
13699 remote, otherwise match file name with dir name.
13700 * gdb.python/py-symtab.exp: Likewise.
13701 * gdb.python/python.exp: Likewise.
13702
137032014-10-15 Yao Qi <yao@codesourcery.com>
13704
13705 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13706 pattern.
13707 * gdb.python/py-symtab.exp: Likewise.
13708 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13709 locationn.
13710
137112014-10-14 Joel Brobecker <brobecker@adacore.com>
13712
13713 * gdb.ada/addr_arith: New testcase.
13714
137152014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13716
13717 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13718 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13719 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13720 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13721
137222014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13723
13724 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13725 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13726 * gdb.arch/stap-eval-lang-ada.exp: New file.
13727
137282014-10-14 Yao Qi <yao@codesourcery.com>
13729
13730 * gdb.mi/mi-var-child.c (nothing1): New function.
13731 (nothing2): New function.
13732 (do_children_tests): Set function pointers by nothing1 and
13733 nothing2.
13734 * gdb.mi/mi-var-child.exp: Step over new added statements.
13735 Update test to match the new output.
13736 * gdb.mi/var-cmd.c (nothing1): New function.
13737 (nothing2): New function.
13738 (do_children_tests): Set function pointers by nothing1 and
13739 nothing2.
13740 * gdb.mi/mi-var-display.exp: Update test to match output.
13741 Step to the line specified by $line_dct_nothing.
13742 Increase the number of lines to step.
13743
137442014-10-14 Yao Qi <yao@codesourcery.com>
13745
13746 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13747 tests.
13748 * gdb.mi/mi2-var-child.exp: Likewise.
13749
137502014-10-13 Doug Evans <dje@google.com>
13751
13752 * gdb.python/py-objfile.exp: Change name of file name test.
13753
137542014-10-13 Doug Evans <dje@google.com>
13755
13756 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13757 from the start of the CU.
13758
137592014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13760 Yao Qi <yao@codesourcery.com>
13761
13762 Fix "save breakpoints" for "catch" command.
13763 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13764 Remove -nonewline. Match also the added "main" line.
13765
137662014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13767
13768 Fix "save breakpoints" for "disable $bpnum" command.
13769 * gdb.base/save-bp.c (main): Add label.
13770 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13771
137722014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13773
13774 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13775
137762014-10-11 Yao Qi <yao@codesourcery.com>
13777
13778 * gdb.server/server-kill.exp: Execute command
13779 "set remote trace-status-packet on" before "tstatus".
13780
137812014-10-11 Yao Qi <yao@codesourcery.com>
13782
13783 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13784 (main): Call getppid.
13785 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13786 and continue to it. Read variable "server_pid".
13787
137882014-10-11 Yao Qi <yao@codesourcery.com>
13789
13790 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13791
137922014-10-11 Yao Qi <yao@codesourcery.com>
13793
13794 * gdb.threads/thread-find.exp: Don't execute command
13795 "info threads".
13796 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13797 * gdb.threads/linux-dp.exp: Don't check the condition
13798 $threads_created equals to zero.
13799
138002014-10-10 Pedro Alves <palves@redhat.com>
13801
13802 * gdb.base/bigcore.exp: Remove references to IRIX.
13803 * gdb.base/funcargs.exp: Likewise.
13804 * gdb.base/interrupt.exp: Likewise.
13805 * gdb.base/mips_pro.exp: Likewise.
13806 * gdb.base/nodebug.exp: Likewise.
13807 * gdb.base/setvar.exp: Likewise.
13808 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13809
138102014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13811 Pedro Alves <palves@redhat.com>
13812
13813 PR symtab/14466
13814 * gdb.base/vdso-warning.c: New file.
13815 * gdb.base/vdso-warning.exp: New file.
13816
138172014-10-02 Doug Evans <dje@google.com>
13818
13819 * gdb.base/structs.c (main): Don't run forever.
13820
138212014-10-02 Pedro Alves <palves@redhat.com>
13822
13823 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13824 (top level) <stop threads 1, stop threads 2>: Use it.
13825
138262014-10-02 Pedro Alves <palves@redhat.com>
13827
13828 * gdb.threads/break-while-running.exp (test): Add new
13829 'update_thread_list' argument. Skip "info threads" if false.
13830 (top level): Add new 'update_thread_list' axis.
13831
138322014-10-02 Pedro Alves <palves@redhat.com>
13833
13834 PR breakpoints/17431
13835 * gdb.base/execl-update-breakpoints.c: New file.
13836 * gdb.base/execl-update-breakpoints.exp: New file.
13837
138382014-10-01 Pedro Alves <palves@redhat.com>
13839
13840 * gdb.base/breakpoint-in-ro-region.c: New file.
13841 * gdb.base/breakpoint-in-ro-region.exp: New file.
13842
138432014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13844
13845 * gdb.mi/mi-exit-code.exp: New file.
13846 * gdb.mi/mi-exit-code.c: New file.
13847
138482014-09-30 Yao Qi <yao@codesourcery.com>
13849
13850 * lib/prelink-support.exp (build_executable_own_libs): Error if
13851 the target isn't native.
13852
138532014-09-30 Yao Qi <yao@codesourcery.com>
13854
13855 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13856 false.
13857
138582014-09-22 Pedro Alves <palves@redhat.com>
13859
13860 * gdb.threads/break-while-running.exp: New file.
13861 * gdb.threads/break-while-running.c: New file.
13862
138632014-09-19 Yao Qi <yao@codesourcery.com>
13864
13865 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13866 Invoke test. Restart GDB with --readnow and invoke test again.
13867
138682014-09-19 Yao Qi <yao@codesourcery.com>
13869
13870 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13871 proc set_breakpoint_on_gcd_function. Invoke
13872 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13873 invoke set_breakpoint_on_gcd_function again.
13874
138752014-09-18 Doug Evans <dje@google.com>
13876
13877 * gdb.dwarf2/symtab-producer.exp: New file.
13878
138792014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13880
13881 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13882 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13883 * gdb.base/global-var-nested-by-dso.c: Likewise.
13884 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13885
138862014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13887 Pedro Alves <palves@redhat.com>
13888
13889 * gdb.base/watch-bitfields.exp: Pass string other than test file
13890 name to prepare_for_testing.
13891 (watch): New procedure.
13892 (expect_watchpoint): Use with_test_prefix.
13893 (top level): Factor out tests to ...
13894 (test_watch_location, test_regular_watch): ... these new
13895 procedures, and use with_test_prefix and gdb_continue_to_end.
13896
138972014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13898
13899 PR breakpoints/12526
13900 * gdb.base/watch-bitfields.exp: New file.
13901 * gdb.base/watch-bitfields.c: New file.
13902
139032014-09-16 Pedro Alves <palves@redhat.com>
13904
13905 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13906 software and hardware addresses, not software address against
13907 itself.
13908
139092014-09-16 Pedro Alves <palves@redhat.com>
13910
13911 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13912 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13913
139142014-09-16 Pedro Alves <palves@redhat.com>
13915
13916 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13917 files.
13918 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13919 "*-*-vxworks*" throughout.
13920 * gdb.base/break.exp: Likewise.
13921 * gdb.base/default.exp: Likewise.
13922 * gdb.base/scope.exp: Likewise.
13923 * gdb.base/sepdebug.exp: Likewise.
13924 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13925 throughout.
13926 * gdb.base/run.c: Likewise.
13927 * gdb.base/sepdebug.c: Likewise.
13928 * gdb.hp/gdb.aCC/run.c: Likewise.
13929 * gdb.reverse/until-reverse.c: Likewise.
13930 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13931
139322014-09-16 Yao Qi <yao@codesourcery.com>
13933
13934 * boards/local-remote-host-native.exp: New file.
13935
139362014-09-14 Doug Evans <xdje42@gmail.com>
13937
13938 * gdb.threads/queue-signal.c (thread_count): New variable.
13939 (thread_count_mutex, thread_count_condvar): New variables.
13940 (incr_thread_count, wait_all_threads_running): New functions.
13941 (main): Wait for all threads to be in their thread functions.
13942
139432014-09-13 Doug Evans <xdje42@gmail.com>
13944
13945 * gdb.threads/queue-signal.c: New file.
13946 * gdb.threads/queue-signal.exp: New file.
13947
139482014-09-13 Doug Evans <xdje42@gmail.com>
13949
13950 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13951 be consistent with what default_gdb_init uses.
13952 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13953 the plain text of the prompt. Add some logging printfs.
13954 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13955
139562014-09-12 Pedro Alves <palves@redhat.com>
13957
13958 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13959 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13960 * gdb.arch/i386-size-overlap.exp: Likewise.
13961 * gdb.arch/i386-size.exp: Likewise.
13962 * gdb.arch/i386-unwind.exp: Likewise.
13963 * gdb.base/a2-run.exp: Likewise.
13964 * gdb.base/break.exp: Likewise.
13965 * gdb.base/charset.exp: Likewise.
13966 * gdb.base/chng-syms.exp: Likewise.
13967 * gdb.base/commands.exp: Likewise.
13968 * gdb.base/dbx.exp: Likewise.
13969 * gdb.base/find.exp: Likewise.
13970 * gdb.base/funcargs.exp: Likewise.
13971 * gdb.base/jit-simple.exp: Likewise.
13972 * gdb.base/reread.exp: Likewise.
13973 * gdb.base/sepdebug.exp: Likewise.
13974 * gdb.base/step-bt.exp: Likewise.
13975 * gdb.cp/mb-inline.exp: Likewise.
13976 * gdb.cp/mb-templates.exp: Likewise.
13977 * gdb.objc/basicclass.exp: Likewise.
13978 * gdb.threads/killed.exp: Likewise.
13979
139802014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13981
13982 PR tdep/17379
13983 * gdb.arch/powerpc-stackless.S: New file.
13984 * gdb.arch/powerpc-stackless.exp: New file.
13985
139862014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13987
13988 * gdb.base/attach.c: Include unistd.h.
13989 (main): Call alarm. Add label postloop.
13990 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13991 gdb_breakpoint, gdb_continue_to_breakpoint.
13992 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13993
139942014-09-11 Pedro Alves <palves@redhat.com>
13995
13996 PR gdb/17347
13997 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13998 * gdb.base/attach.exp (test_command_line_attach_run): New
13999 procedure.
14000 (top level): Call it.
14001
140022014-09-11 Pedro Alves <palves@redhat.com>
14003
14004 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14005 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14006 (do_command_attach_tests): Use spawn_wait_for_attach.
14007 * gdb.base/solib-overlap.exp: Likewise.
14008 * gdb.multi/multi-attach.exp: Likewise.
14009 * gdb.python/py-prompt.exp: Likewise.
14010 * gdb.python/py-sync-interp.exp: Likewise.
14011 * gdb.server/ext-attach.exp: Likewise.
14012
140132014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14014
14015 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14016 command in testcase. Simplify testcase.
14017
140182014-09-10 Joel Brobecker <brobecker@adacore.com>
14019
14020 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14021
140222014-09-10 Joel Brobecker <brobecker@adacore.com>
14023
14024 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14025
140262014-09-10 Joel Brobecker <brobecker@adacore.com>
14027
14028 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14029
140302014-09-10 Joel Brobecker <brobecker@adacore.com>
14031
14032 * gdb.dwarf2/dynarr-ptr.c: New file.
14033 * gdb.dwarf2/dynarr-ptr.exp: New file.
14034
140352014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14036
14037 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14038 of 30 rather than hardcoding 120 for a slow test case. Take the
14039 `gdb,timeout' target setting into account for this calculation.
14040 Don't extend the timeout for the test cases that don't need it.
14041
140422014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14043
14044 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14045 a factor of 2 for a slow test case. Take the `gdb,timeout'
14046 target setting into account for this calculation.
14047 * gdb.reverse/until-precsave.exp: Increase the timeout by
14048 a factor of 15 and 3 respectively rather than adding 120
14049 for a pair of slow test cases. Take the `gdb,timeout'
14050 target setting into account for this calculation.
14051
140522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14053
14054 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14055 timeout, don't pass one down to gdb_expect.
14056 (gdb_expect): Rework timeout selection.
14057
140582014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14059
14060 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14061 exception on timeout.
14062 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14063 (gdbserver_start_extended): Catch any `gdbserver_start' error
14064 exceptions.
14065 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14066 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14067 `gdbserver_gdb_load' error exceptions.
14068
140692014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14070
14071 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14072 120 on waiting for the TCP socket to open.
14073
140742014-09-09 Doug Evans <xdje42@gmail.com>
14075
14076 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14077 _caller_matches, _any_caller_is, _any_caller_matches.
14078
140792014-09-09 Doug Evans <xdje42@gmail.com>
14080
14081 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14082
140832014-09-09 Yao Qi <yao@codesourcery.com>
14084
14085 * gdb.mi/mi-var-display.exp: Set print symbol off.
14086
140872014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14088
14089 PR gdb/17035
14090 * gdb.base/commands.exp: Add tests to verify user-defined
14091 commands with empty bodies.
14092 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14093 python commands in `show user command`.
14094 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14095 scheme commands in `show user command`.
14096
140972014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14098
14099 PR python/17355
14100 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14101 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14102 * gdb.python/py-framefilter-invalidarg.exp: New file.
14103 * gdb.python/py-framefilter-invalidarg.py: New file.
14104
141052014-09-06 Doug Evans <xdje42@gmail.com>
14106
14107 PR 15276
14108 * gdb.python/py-caller-is.c: New file.
14109 * gdb.python/py-caller-is.exp: New file.
14110
141112014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14112
14113 PR gdb/17235
14114 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14115 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14116
141172014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14118
14119 PR fortran/17237
14120 * gdb.fortran/print-formatted.exp: New file.
14121 * gdb.fortran/print-formatted.f90: Likewise.
14122
141232014-09-03 Sasha Smundak <asmundak@google.com>
14124
14125 * gdb.python/py-frame.exp: Test Frame.read_register.
14126
141272014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14128
14129 PR python/16699
14130 * gdb.python/py-completion.exp: New file.
14131 * gdb.python/py-completion.py: Likewise.
14132
141332014-08-28 Doug Evans <dje@google.com>
14134
14135 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14136 eax,etc. are live with values set by gdb and thus the compiler can't
14137 use them.
14138 * gdb.arch/i386-pseudo.c (main): Ditto.
14139
141402014-08-27 Doug Evans <dje@google.com>
14141
14142 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14143
141442014-08-25 Doug Evans <dje@google.com>
14145
14146 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14147 (main): Ditto.
14148
141492014-08-25 Doug Evans <dje@google.com>
14150
14151 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14152
141532014-08-24 Yao Qi <yao@codesourcery.com>
14154
14155 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14156 symbol off.
14157 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14158
141592014-08-22 Doug Evans <dje@google.com>
14160
14161 PR 17276
14162 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14163 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14164 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14165
141662014-08-22 Yao Qi <yao@codesourcery.com>
14167
14168 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14169 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14170 * gdb.python/python.exp: Likewise. Use .py file on the host
14171 instead of the build.
14172
141732014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14174
14175 * gdb.threads/gcore-stale-thread.c: New file.
14176 * gdb.threads/gcore-stale-thread.exp: New file.
14177
141782014-08-21 Pedro Alves <palves@redhat.com>
14179
14180 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14181 * gdb.base/gcore-relro-pie.exp: Likewise.
14182 * gdb.base/gcore-relro.exp: Likewise.
14183 * gdb.base/gcore.exp: Likewise.
14184 * gdb.base/print-symbol-loading.exp: Likewise.
14185 * gdb.threads/gcore-thread.exp: Likewise.
14186 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14187
141882014-08-20 Pedro Alves <palves@redhat.com>
14189 Jan Kratochvil <jan.kratochvil@redhat.com>
14190
14191 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14192 configure.
14193 (EXPECT): Handle READ1 being set.
14194 (all): Depend on EXTRA_RULES.
14195 (check-read1, expect-read1, read1.so, read1): New rules.
14196 * README (Testsuite Parameters): Document the READ1 make variable.
14197 (Race detection): New section.
14198 * configure: Regenerate.
14199 * configure.ac: If build==host==target, and running under a
14200 GNU/glibc system, add read1 to the extra Makefile rules.
14201 (EXTRA_RULES): AC_SUBST it.
14202 * lib/read1.c: New file.
14203
142042014-08-20 Joel Brobecker <brobecker@adacore.com>
14205
14206 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14207 the handling of variables declared as a typedef to an array
14208 which a DW_AT_data_location attribute.
14209
142102014-08-19 Andrew Burgess <aburgess@broadcom.com>
14211 Pedro Alves <palves@redhat.com>
14212
14213 PR symtab/14604
14214 PR symtab/14605
14215 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14216 gdb_test.
14217
142182014-08-19 Pedro Alves <palves@redhat.com>
14219
14220 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14221
142222014-08-19 Yao Qi <yao@codesourcery.com>
14223
14224 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14225 right line.
14226
142272014-08-18 David Blaikie <dblaikie@gmail.com>
14228
14229 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14230
142312014-08-18 Joel Brobecker <brobecker@adacore.com>
14232
14233 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14234 attribute in array range.
14235
142362014-08-18 Joel Brobecker <brobecker@adacore.com>
14237
14238 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14239
142402014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14241
14242 PR c++/17132
14243 * gdb.cp/pr17132.cc: New file.
14244 * gdb.cp/pr17132.exp: New file.
14245
142462014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14247
14248 * gdb.python/py-xmethods.py (A_getarrayind)
14249 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14250 Use 'print' with function call syntax.
14251 (E_method_matcher.match): Fix tab vs space indentation mixup.
14252
142532014-08-15 Yao Qi <yao@codesourcery.com>
14254
14255 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14256 false.
14257
142582014-08-15 Yao Qi <yao@codesourcery.com>
14259
14260 * gdb.cp/casts.exp: Set print symbol off.
14261 * gdb.cp/class2.exp: Likewise.
14262 * gdb.cp/overload.exp: Likewise.
14263 * gdb.cp/templates.exp: Likewise.
14264
142652014-08-11 Doug Evans <dje@google.com>
14266
14267 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14268 (test_load_shlib): Update.
14269
142702014-08-09 Yao Qi <yao@codesourcery.com>
14271
14272 * gdb.base/display.exp: Invoke is_address_zero_readable.
14273 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14274 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14275 * gdb.base/hbreak-unmapped.exp: Return if
14276 is_address_zero_readable returns true.
14277 * gdb.base/signest.exp: Likewise.
14278 * gdb.base/signull.exp: Likewise.
14279 * gdb.base/sigbpt.exp: Likewise.
14280 * gdb.guile/scm-disasm.exp: Do the test if
14281 is_address_zero_readable returns false.
14282 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14283 * gdb.python/py-arch.exp: Likewise.
14284 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14285 * lib/gdb.exp (is_address_zero_readable): New proc.
14286
142872014-08-09 Yao Qi <yao@codesourcery.com>
14288
14289 PR testsuite/13443
14290 * gdb.mi/mi-var-display.exp: Make test messages unique.
14291
142922014-08-04 Tom Tromey <tromey@redhat.com>
14293
14294 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14295 target 0".
14296
142972014-08-04 Tom Tromey <tromey@redhat.com>
14298
14299 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14300 "target_resume".
14301
143022014-08-01 Joel Brobecker <brobecker@adacore.com>
14303
14304 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14305 inner_vla_struct_object_size.
14306 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14307 as xfail.
14308
143092014-07-30 Pedro Alves <palves@redhat.com>
14310
14311 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14312 comment.
14313
143142014-07-29 Yao Qi <yao@codesourcery.com>
14315
14316 PR gdb/17206
14317 * gdb.base/until-nodebug.exp: New.
14318
143192014-07-28 Doug Evans <xdje42@gmail.com>
14320
14321 PR guile/17203
14322 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14323 previously existing parameter, and previously ambiguously spelled
14324 parameter.
14325
143262014-07-28 Will Newton <will.newton@linaro.org>
14327
14328 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14329
143302014-07-26 Ludovic Courtès <ludo@gnu.org>
14331 Doug Evans <xdje42@gmail.com>
14332
14333 PR guile/17146
14334 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14335
143362014-07-25 Pedro Alves <palves@redhat.com>
14337
14338 * gdb.threads/signal-command-handle-nopass.c: New file.
14339 * gdb.threads/signal-command-handle-nopass.exp: New file.
14340 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14341 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14342 * gdb.threads/signal-delivered-right-thread.c: New file.
14343 * gdb.threads/signal-delivered-right-thread.exp: New file.
14344
143452014-07-25 Pedro Alves <palves@redhat.com>
14346
14347 * gdb.base/double-prompt-target-event-error.exp
14348 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14349 match.
14350 (cancel_pagination_in_target_event): Rework double prompt
14351 detection.
14352 * gdb.base/paginate-after-ctrl-c-running.exp
14353 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14354 <return>' match.
14355 * gdb.base/paginate-bg-execution.exp
14356 (test_bg_execution_pagination_return)
14357 (test_bg_execution_pagination_cancel): Remove '-notransfer
14358 <return>' matches.
14359 * gdb.base/paginate-execution-startup.exp
14360 (test_fg_execution_pagination_return)
14361 (test_fg_execution_pagination_cancel): Remove '-notransfer
14362 <return>' matches.
14363 * gdb.base/paginate-inferior-exit.exp
14364 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14365 match.
14366 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14367 * lib/gdb.exp (pagination_prompt): Run text through
14368 string_to_regexp.
14369 (gdb_test_multiple): Match $pagination_prompt instead of
14370 "<return>".
14371 (string_to_regexp): Move to lib/gdb-utils.exp.
14372
143732014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14374
14375 * gdb.arch/amd64-entry-value-paramref.S: New file.
14376 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14377 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14378 * gdb.arch/amd64-optimout-repeat.S: New file.
14379 * gdb.arch/amd64-optimout-repeat.c: New file.
14380 * gdb.arch/amd64-optimout-repeat.exp: New file.
14381
143822014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14383
14384 PR gdb/17170
14385 * gdb.base/statistics.exp: New file.
14386
143872014-07-17 Doug Evans <dje@google.com>
14388
14389 PR gdb/17170
14390 * gdb.base/maint.exp: Update testing of per-command stats.
14391
143922014-07-16 Pedro Alves <palves@redhat.com>
14393
14394 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14395 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14396 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14397 (tfile_write_buf): New functions.
14398 (add_memory_block): Rewrite using the above.
14399 (adjust_function_address): New function.
14400 (FUNCTION_ADDRESS): New macro.
14401 (write_basic_trace_file): Remove short_x local, and use
14402 tfile_write_16. Change type of func_addr local to unsigned long
14403 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14404 here. Cast argument of add_memory_block to char pointer.
14405 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14406 (main): Remove parameters.
14407 * gdb.trace/tfile.exp: Remove nowarnings.
14408
144092014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14410
14411 * gdb.base/debug-expr.exp: Test string evaluation with
14412 "debug expression" on.
14413
144142014-07-15 Pedro Alves <palves@redhat.com>
14415
14416 * gdb.base/reread.exp: Use clean_restart.
14417
144182014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14419
14420 * gdb.arch/avr-flash-qualifer.c: New.
14421 * gdb.arch/avr-flash-qualifer.exp: New.
14422
144232014-07-14 Pedro Alves <palves@redhat.com>
14424
14425 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14426 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14427
144282014-07-14 Pedro Alves <palves@redhat.com>
14429
14430 * gdb.base/double-prompt-target-event-error.c: New file.
14431 * gdb.base/double-prompt-target-event-error.exp: New file.
14432
144332014-07-14 Pedro Alves <palves@redhat.com>
14434
14435 PR gdb/17072
14436 * gdb.base/paginate-inferior-exit.c: New file.
14437 * gdb.base/paginate-inferior-exit.exp: New file.
14438
144392014-07-14 Pedro Alves <palves@redhat.com>
14440
14441 PR gdb/17072
14442 * gdb.base/paginate-bg-execution.c: New file.
14443 * gdb.base/paginate-bg-execution.exp: New file.
14444
144452014-07-14 Pedro Alves <palves@redhat.com>
14446
14447 PR gdb/17072
14448 * gdb.base/paginate-execution-startup.c: New file.
14449 * gdb.base/paginate-execution-startup.exp: New file.
14450 * lib/gdb.exp (pagination_prompt): New global.
14451 (default_gdb_spawn): New procedure, factored out from
14452 default_gdb_spawn.
14453 (default_gdb_start): Adjust to call default_gdb_spawn.
14454 (gdb_spawn): New procedure.
14455
144562014-07-14 Pedro Alves <palves@redhat.com>
14457
14458 * lib/gdb.exp (gdb_assert): New procedure.
14459 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14460
144612014-07-14 Pedro Alves <palves@redhat.com>
14462
14463 * gdb.base/execution-termios.c: New file.
14464 * gdb.base/execution-termios.exp: New file.
14465
144662014-07-14 Tom Tromey <tromey@redhat.com>
14467
14468 * gdb.cp/vla-cxx.cc: New file.
14469 * gdb.cp/vla-cxx.exp: New file.
14470
144712014-07-14 Tom Tromey <tromey@redhat.com>
14472
14473 * gdb.reverse/rerun-prec.c: New file.
14474 * gdb.reverse/rerun-prec.exp: New file.
14475
144762014-07-12 Maciej W. Rozycki <macro@mips.com>
14477 Maciej W. Rozycki <macro@codesourcery.com>
14478
14479 * lib/gdb-utils.exp: New file.
14480 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14481 inline `gdb_init_command' processing.
14482 (gdb_start_cmd): Likewise.
14483 * lib/mi-support.exp (mi_run_cmd): Likewise.
14484 * README: Document `gdb_init_command' and `gdb_init_commands'.
14485
144862014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14487
14488 Fix false FAIL running under a very long directory name.
14489 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14490 and "set print elements 10000". Twice.
14491
144922014-07-11 Yao Qi <yao@codesourcery.com>
14493
14494 * gdb.base/exprs.exp: "set print symbol off".
14495
144962014-07-11 Pedro Alves <palves@redhat.com>
14497
14498 * gdb.threads/kill.c: New file.
14499 * gdb.threads/kill.exp: New file.
14500
145012014-07-10 Yao Qi <yao@codesourcery.com>
14502
14503 * gdb.trace/tfile.c (write_basic_trace_file)
14504 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14505 address written to trace file.
14506
145072014-07-09 Pedro Alves <palves@redhat.com>
14508
14509 * gdb.base/attach-wait-input.exp: New file.
14510 * gdb.base/attach-wait-input.c: New file.
14511
145122014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14513
14514 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14515 setting up test structures.
14516 (main): Call new test function.
14517 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14518 test function, continue into test function and walk test
14519 structures.
14520
145212014-07-02 Yao Qi <yao@codesourcery.com>
14522
14523 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14524 'bar_start' at the beginning of functions 'foo' and 'bar'
14525 respectively.
14526 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14527 instead of 'foo' and 'bar'.
14528
145292014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14530
14531 * gdb.btrace/segv.exp: New.
14532 * gdb.btrace/segv.c: New.
14533
145342014-07-02 Luis Machado <lgustavo@codesourcery.com>
14535
14536 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14537 instruction.
14538
145392014-06-30 Mark Wielaard <mjw@redhat.com>
14540
14541 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14542 vulture, vilify, villar): New volatile array constants.
14543 (vindictive, vegetation): New const volatile array constants.
14544 * gdb.base/volatile.exp: Test volatile and const volatile array
14545 types.
14546
145472014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14548
14549 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14550 target lacks support for awatch, rwatch, or hbreak.
14551
145522014-06-27 Yao Qi <yao@codesourcery.com>
14553
14554 * gdb.multi/dummy-frame-restore.exp: New.
14555 * gdb.multi/dummy-frame-restore.c: New.
14556
145572014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14558
14559 * gdb.btrace/gcore.exp: New.
14560
145612014-06-23 Pedro Alves <palves@redhat.com>
14562
14563 * gdb.base/watchpoint-reuse-slot.c: New file.
14564 * gdb.base/watchpoint-reuse-slot.exp: New file.
14565
145662014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14567
14568 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14569 progspace's filename in 'info', 'enable' and 'disable' command
14570 tests.
14571
145722014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14573
14574 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14575 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14576 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14577
145782014-06-20 Gary Benson <gbenson@redhat.com>
14579
14580 * gdb.arch/i386-avx.exp: Fix include file location.
14581 * gdb.arch/i386-sse.exp: Likewise.
14582
145832014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14584
14585 * gdb.dlang/expression.exp: New file.
14586
145872014-06-19 Pedro Alves <palves@redhat.com>
14588
14589 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14590 out from ...
14591 (top level): ... here. Iterate running tests under different
14592 scheduler-locking settings.
14593
145942014-06-18 Luis Machado <lgustavo@codesourcery.com>
14595
14596 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14597 to DW_FORM_addr and use non-zero addresses.
14598
145992014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14600
14601 PR gdb/17017
14602 * gdb.python/py-xmethods.cc: Add global function call counters and
14603 increment them in their respective functions. Remove "cout"
14604 statements.
14605 * gdb.python/py-xmethods.exp: Make tests check the global function
14606 call counters instead of depending on inferior IO.
14607
146082014-06-18 Don Breazeal <donb@codesourcery.com>
14609
14610 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14611 Deleted procedure.
14612 (explicit_fork_parent_follow): Deleted procedure.
14613 (explicit_fork_child_follow): Deleted procedure.
14614 (test_follow_fork): New procedure.
14615 (do_fork_tests): Replace calls to deleted procedures with
14616 calls to test_follow_fork and reset GDB for subsequent
14617 procedure calls.
14618
146192014-06-17 Yao Qi <yao@codesourcery.com>
14620
14621 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14622 CP1252.
14623
146242014-06-17 Luis Machado <lgustavo@codesourcery.com>
14625
14626 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14627 Initialize ptr and S explicitly.
14628 (skip_type_update_when_not_use_rtti_test): Likewise.
14629
146302014-06-16 Keith Seitz <keiths@redhat.com>
14631
14632 PR mi/15863
14633 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14634 the inferior is started.
14635
146362014-06-16 Pedro Alves <palves@redhat.com>
14637
14638 * gdb.base/break-main-file-remove-fail.c: New file.
14639 * gdb.base/break-main-file-remove-fail.exp: New file.
14640 * gdb.base/break-unload-file.exp: Use build_executable instead of
14641 prepare_for_testing.
14642 (test_break): New parameter "initial_load". Handle it.
14643 (top level): Add initial_load cmdline/file axis.
14644
146452014-06-12 Tom Tromey <tromey@redhat.com>
14646
14647 * gdb.base/completion.exp: Don't use directory name in test.
14648
146492014-06-09 Gary Benson <gbenson@redhat.com>
14650
14651 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14652 separate the always-available ANSI-standard signals from the
14653 signals that require checking.
14654 (main): Likewise.
14655 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14656 Likewise.
14657 (main): Likewise.
14658
146592014-06-07 Keith Seitz <keiths@redhat.com>
14660
14661 Revert:
14662 PR c++/16253
14663 * gdb.cp/var-tag.cc: New file.
14664 * gdb.cp/var-tag.exp: New file.
14665 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14666 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14667 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14668 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14669
146702014-06-06 Doug Evans <xdje42@gmail.com>
14671
14672 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14673
146742014-06-06 Pedro Alves <palves@redhat.com>
14675
14676 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14677 in target debug output instead of looking at RSP packets,
14678 disabling the test on any target that uses hardware stepping.
14679 Update comments.
14680
146812014-06-06 Pedro Alves <palves@redhat.com>
14682
14683 * gdb.base/break-unload-file.exp: Fix typo.
14684
146852014-06-06 Yao Qi <yao@codesourcery.com>
14686
14687 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14688 from "jit_function" to "^jit_function".
14689
146902014-06-06 Yao Qi <yao@codesourcery.com>
14691
14692 * gdb.base/async.c (foo): Add one statement.
14693 * gdb.base/async.exp: Get the next instruction address and
14694 match the output of "nexti" by instruction address. Match
14695 the hex address in the output of "finish".
14696
146972014-06-06 Gary Benson <gbenson@redhat.com>
14698
14699 * gdb.base/call-signals.c: Remove preprocessor conditionals
14700 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14701 SIGSEGV and SIGTERM.
14702 * gdb.base/sigall.c: Likewise.
14703 * gdb.base/unwindonsignal.c: Likewise.
14704 * gdb.reverse/sigall-reverse.c: Likewise.
14705
147062014-06-06 Yao Qi <yao@codesourcery.com>
14707
14708 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14709 readable, skip the test.
14710
147112014-06-06 Yao Qi <yao@codesourcery.com>
14712
14713 * gdb.threads/staticthreads.c (thread_function): Move the line
14714 setting breakpoint on forward.
14715 * gdb.threads/staticthreads.exp: Update comments.
14716
147172014-06-05 Ludovic Courtès <ludo@gnu.org>
14718
14719 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14720 "history-append! type error".
14721
147222014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14723
14724 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14725 erroneous dprintf expected input.
14726
147272014-06-04 Doug Evans <xdje42@gmail.com>
14728
14729 * gdb.guile/scm-generics.exp: Delete.
14730
147312014-06-04 Doug Evans <xdje42@gmail.com>
14732
14733 * gdb.guile/scm-breakpoint.exp: Update.
14734 Add tests for breakpoint registration.
14735
147362014-06-04 Tom Tromey <tromey@redhat.com>
14737
14738 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14739 VLA-in-union.
14740 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14741 inner_vla_struct, vla_union types. Initialize objects of those
14742 types and compute their sizes.
14743
147442014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14745 Hui Zhu <hui@codesourcery.com>
14746
14747 * gdb.base/fileio.exp: Add test for shell not available as well as
14748 available.
14749 * gdb.base/fileio.c (test_system): Check for shell twice.
14750
147512014-06-04 Yao Qi <yao@codesourcery.com>
14752
14753 * gdb.base/auto-connect-native-target.exp: Remove redundant
14754 space from the regexp pattern.
14755
147562014-06-04 Yao Qi <yao@codesourcery.com>
14757
14758 * gdb.base/default.exp: Replace "child" with "native" in
14759 regexp pattern.
14760
147612014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14762
14763 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14764 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14765 * gdb.python/py-xmethods.py: Python script supporting the
14766 new testcase and tests.
14767
147682014-06-03 Joel Brobecker <brobecker@adacore.com>
14769 Pedro Alves <palves@redhat.com>
14770
14771 PR breakpoints/17000
14772 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14773 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14774
147752014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14776
14777 * gdb.base/subst.exp: Add tests to verify partial path matching
14778 output.
14779
147802014-06-03 Pedro Alves <palves@redhat.com>
14781
14782 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14783 target that doesn't use software single-stepping.
14784
147852014-06-03 Pedro Alves <palves@redhat.com>
14786
14787 PR breakpoints/17000
14788 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14789 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14790
147912014-06-02 Doug Evans <xdje42@gmail.com>
14792
14793 * gdb.guile/scm-parameter.exp: New file.
14794
147952014-06-02 Doug Evans <xdje42@gmail.com>
14796
14797 * gdb.guile/scm-cmd.c: New file.
14798 * gdb.guile/scm-cmd.exp: New file.
14799
148002014-06-02 Doug Evans <xdje42@gmail.com>
14801
14802 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14803 pretty-printer lookup.
14804 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14805 (make-pp_s-printer): Call it.
14806 (make-pretty-printer-from-dict): New function.
14807 (lookup-pretty-printer-maker-from-dict): New function.
14808 (*pretty-printer*): Simplify.
14809 (make-objfile-pp_s-printer): New function.
14810 (install-objfile-pretty-printers!): New function.
14811 (make-progspace-pp_s-printer): New function.
14812 (install-progspace-pretty-printers!): New function.
14813 * gdb.guile/scm-progspace.c: New file.
14814 * gdb.guile/scm-progspace.exp: New file.
14815
148162014-06-02 Pedro Alves <palves@redhat.com>
14817
14818 * gdb.base/dprintf-bp-same-addr.c: New file.
14819 * gdb.base/dprintf-bp-same-addr.exp: New file.
14820
148212014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14822
14823 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14824 * gdb.arch/powerpc-power.s: Likewise.
14825
148262014-06-02 Joel Brobecker <brobecker@adacore.com>
14827
14828 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14829
148302014-06-01 Yao Qi <yao@codesourcery.com>
14831
14832 * gdb.base/watchpoint.exp (test_watch_location): Check null
14833 pointer can be dereferenced. If not, do the test, otherwise
14834 skip it.
14835
148362014-05-30 Andrew Burgess <aburgess@broadcom.com>
14837
14838 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14839 results.
14840 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14841
148422014-05-30 Andrew Burgess <aburgess@broadcom.com>
14843
14844 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14845 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14846 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14847 * gdb.arch/amd64-invalid-stack-top.c: New file.
14848 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14849
148502014-05-30 Pedro Alves <palves@redhat.com>
14851
14852 PR breakpoints/17000
14853 * gdb.base/sss-bp-on-user-bp.c: New file.
14854 * gdb.base/sss-bp-on-user-bp.exp: New file.
14855
148562014-05-30 David Blaikie <dblaikie@gmail.com>
14857
14858 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14859 gnu_inline semantics via attribute.
14860 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14861 source explicitly specifies the required semantics.
14862
148632014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14864
14865 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14866
148672014-05-29 Pedro Alves <palves@redhat.com>
14868 Tom Tromey <tromey@redhat.com>
14869
14870 * gdb.base/async-shell.exp: Don't enable target-async.
14871 * gdb.base/async.exp
14872 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14873 parameter. Adjust.
14874 (top level): Don't test with "target-async".
14875 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14876 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14877 * gdb.base/inferior-died.exp: Don't enable target-async.
14878 * gdb.base/interrupt-noterm.exp: Likewise.
14879 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14880 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14881 * gdb.mi/mi-nonstop.exp: Likewise.
14882 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14883 * gdb.mi/mi-nsintrall.exp: Likewise.
14884 * gdb.mi/mi-nsmoribund.exp: Likewise.
14885 * gdb.mi/mi-nsthrexec.exp: Likewise.
14886 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14887 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14888 * gdb.python/py-evsignal.exp: Don't enable target-async.
14889 * gdb.python/py-evthreads.exp: Likewise.
14890 * gdb.python/py-prompt.exp: Likewise.
14891 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14892 * gdb.server/solib-list.exp: Don't enable target-async.
14893 * gdb.threads/thread-specific-bp.exp: Likewise.
14894 * lib/mi-support.exp: Adjust to use mi-async.
14895
148962014-05-29 Pedro Alves <palves@redhat.com>
14897
14898 PR gdb/13860
14899 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14900 reason, even in sync mode.
14901
149022014-05-29 Pedro Alves <palves@redhat.com>
14903 Hui Zhu <hui@codesourcery.com>
14904
14905 PR PR15693
14906 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14907 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14908 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14909 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14910
149112014-05-28 Joel Brobecker <brobecker@adacore.com>
14912
14913 * config/monitor.exp (gdb_target_monitor): Replace use of
14914 "set remotebaud" by "set serial baud".
14915
149162014-05-26 Andy Wingo <wingo@igalia.com>
14917
14918 * gdb.guile/scm-breakpoint.exp:
14919 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14920 properties instead of gdb-object-properties.
14921
149222014-05-26 Yao Qi <yao@codesourcery.com>
14923
14924 * gdb.server/no-thread-db.exp: Specify source file name
14925 explicitly when setting a breakpoint.
14926
149272014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14928
14929 * gdb.btrace/vdso.c: New.
14930 * gdb.btrace/vdso.exp: New.
14931
149322014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14933
14934 * gdb.base/gcore.exp (capture_command_output): Move ...
14935 * lib/gdb.exp (capture_command_output): ... here.
14936
149372014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14938
14939 * gdb.btrace/data.exp: Test memory access during btrace replay.
14940
149412014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14942
14943 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14944
149452014-05-21 Pedro Alves <palves@redhat.com>
14946
14947 PR gdb/13860
14948 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14949 (top level): Test that output related to execution commands is
14950 sent to the console with CLI commands, but not with MI commands.
14951 Test that breakpoint events are always mirrored to the console.
14952 Also expect the new source line to be output after a "next" in
14953 async mode too. Make it a pass/fail test.
14954 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14955 output.
14956 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14957
149582014-05-21 Pedro Alves <palves@redhat.com>
14959
14960 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14961 Use them to test variations of "list" after reaching a breakpoint.
14962 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14963 Test "list" with listsize 10 after reaching a breakpoint.
14964 * gdb.python/python.exp (decode_line current location line
14965 number): Adjust expected line number.
14966
149672014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14968
14969 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14970 behavior for $args, pass it directly to "run".
14971
149722014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14973
14974 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14975 30000 to 65536.
14976
149772014-05-21 Pedro Alves <palves@redhat.com>
14978
14979 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14980 auto-connect-native-target off".
14981 * gdb.base/auto-connect-native-target.c: New file.
14982 * gdb.base/auto-connect-native-target.exp: New file.
14983
149842014-05-21 Pedro Alves <palves@redhat.com>
14985
14986 * gdb.base/default.exp: Test "target native" instead of "target
14987 child".
14988
149892014-05-21 Mark Wielaard <mjw@redhat.com>
14990
14991 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14992
149932014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14994
14995 Fix TLS access for -static -pthread.
14996 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14997 <HAVE_TLS> (thread_function, main): Initialize it.
14998 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14999 Add clean_restart.
15000 <$have_tls != "">: Check TLSVAR.
15001
150022014-05-21 Pedro Alves <palves@redhat.com>
15003
15004 * gdb.base/dcache-line-read-error.c: New.
15005 * gdb.base/dcache-line-read-error.exp: New.
15006
150072014-05-20 Pedro Alves <palves@redhat.com>
15008
15009 * gdb.base/compare-sections.c: New file.
15010 * gdb.base/compare-sections.exp: New file.
15011
150122014-05-20 Pedro Alves <palves@redhat.com>
15013
15014 * gdb.base/break-idempotent.c: New file.
15015 * gdb.base/break-idempotent.exp: New file.
15016
150172014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15018
15019 * gdb.btrace/nohist.exp: New.
15020
150212014-05-20 Yao Qi <yao@codesourcery.com>
15022
15023 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15024 gdb.reverse directory and gdb_reverse_timeout exists in board
15025 setting.
15026 * README: Document gdb_reverse_timeout.
15027
150282014-05-20 Yao Qi <yao@codesourcery.com>
15029
15030 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15031 'test_file_name'. Treat args as a string instead of a list.
15032 (gdb_init): Rename argument 'args' by 'test_file_name'.
15033
150342014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15035
15036 * gdb.arch/powerpc-power.exp: New file.
15037 * gdb.arch/powerpc-power.s: New file.
15038
150392014-05-16 Doug Evans <dje@google.com>
15040
15041 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15042 * gdb.base/completion.exp: Check that all expected files exist
15043 before doing file completion.
15044
150452014-05-16 Doug Evans <dje@google.com>
15046
15047 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15048 Update.
15049 (do_syscall_tests_without_xml): Update.
15050
150512014-05-16 Pedro Alves <palves@redhat.com>
15052
15053 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15054 instead of "unknown output after running".
15055
150562014-05-16 Yao Qi <yao@codesourcery.com>
15057
15058 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15059 file1.txt from host at the end.
15060 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15061
150622014-05-15 Doug Evans <dje@google.com>
15063
15064 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15065 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15066 loading file. Add test for TU lookup.
15067
150682014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15069
15070 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15071 calling "-exec-arguments" or "set args" before running the
15072 inferior.
15073
150742014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15075
15076 * lib/mi-support.exp (mi_expect_stop): Expect message for
15077 inferiors that exit with non-zero exit code.
15078
150792014-05-14 Yao Qi <yao@codesourcery.com>
15080
15081 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15082 match absolute path on remote host.
15083 (test_file_list_exec_source_files): Remove "/" from the
15084 pattern.
15085
150862014-05-14 Yao Qi <yao@codesourcery.com>
15087
15088 * boards/local-remote-host-notty.exp (${board}_file): New
15089 proc.
15090
150912014-05-07 Kyle McMartin <kyle@redhat.com>
15092
15093 Pushed by Joel Brobecker <brobecker@adacore.com>.
15094 * gdb.arch/aarch64-atomic-inst.c: New file.
15095 * gdb.arch/aarch64-atomic-inst.exp: New file.
15096
150972014-05-07 Yao Qi <yao@codesourcery.com>
15098
15099 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15100 in current context" too.
15101
151022014-05-05 Keith Seitz <keiths@redhat.com>
15103
15104 * gdb.linespec/ls-dollar.exp: Add test for linespec
15105 file:convenience_variable.
15106
151072014-05-05 Yao Qi <yao@codesourcery.com>
15108
15109 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15110 traceframes into tfile and ctf trace files. Read data from
15111 trace file and test collected data.
15112 (gdb_collect_locals_test): Likewise.
15113 (gdb_unavailable_registers_test): Likewise.
15114 (gdb_unavailable_floats): Likewise.
15115 (gdb_collect_globals_test): Likewise.
15116 (top-level): Append "ctf" to trace_file_targets if GDB
15117 supports.
15118
151192014-05-05 Yao Qi <yao@codesourcery.com>
15120
15121 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15122 code to ...
15123 (gdb_collect_args_test_1): ... it. New proc.
15124 (gdb_collect_locals_test): Move some code to ...
15125 (gdb_collect_locals_test_1): ... it. New proc.
15126 (gdb_unavailable_registers_test): Move some code to ...
15127 (gdb_unavailable_registers_test_1): ... it. New proc.
15128 (gdb_unavailable_floats): Move some code to ...
15129 (gdb_unavailable_floats_1): ... it. New proc.
15130
151312014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15132
15133 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15134 probes to test for bitness recognition.
15135 * gdb.arch/amd64-stap-optional-prefix.exp
15136 (test_probe_value_without_reg): New procedure.
15137 Add code to test for different kinds of bitness.
15138
151392014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15140
15141 PR breakpoints/16889
15142 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15143 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15144
151452014-05-01 Pedro Alves <palves@redhat.com>
15146
15147 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15148 gdb_file_cmd if no file is specified.
15149 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15150 last_loaded_file to set the remote exec-file.
15151
151522014-05-01 Pedro Alves <palves@redhat.com>
15153
15154 * boards/local-remote-host.exp: New file.
15155
151562014-05-01 Pedro Alves <palves@redhat.com>
15157
15158 * boards/local-remote-host.exp: Rename to ...
15159 * boards/local-remote-host-notty.exp: ... this.
15160
151612014-04-28 Joel Brobecker <brobecker@adacore.com>
15162
15163 * gdb.ada/dyn_arrayidx: New testcase.
15164
151652014-04-26 Yao Qi <yao@codesourcery.com>
15166
15167 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15168 and compute the length of function main. Save it in
15169 $main_length.
15170 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15171 (top-level): Use gdb_compile to compile objects into
15172 executable and restart GDB. Remove invocation to
15173 prepare_for_testing.
15174
151752014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15176 Pedro Alves <palves@redhat.com>
15177
15178 PR server/16255
15179 * gdb.multi/multi-attach.c: New file.
15180 * gdb.multi/multi-attach.exp: New file.
15181
151822014-04-25 Pedro Alves <palves@redhat.com>
15183
15184 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15185 user.
15186 (top level): Test that "set remote conditional-breakpoints-packet
15187 off" works as intended.
15188 * gdb.base/dprintf.exp: Test that "set remote
15189 breakpoint-commands-packet off" works as intended.
15190 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15191 New function.
15192 (top level): Call it.
15193 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15194 remote fast-tracepoints-packet off" works as intended.
15195 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15196 * lib/gdb.exp (gdb_is_target_remote): ... here.
15197
151982014-04-24 David Blaikie <dblaikie@gmail.com>
15199
15200 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15201 ensure clang would not discard them.
15202 * gdb.base/gdbvars.c: Ditto.
15203 * gdb.base/memattr.c: Ditto.
15204 * gdb.base/whatis.c: Ditto.
15205 * gdb.python/py-prettyprint.c: Ditto.
15206 * gdb.trace/actions.c: Ditto.
15207 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15208 ensure clang would not discard it.
15209
152102014-04-24 David Blaikie <dblaikie@gmail.com>
15211
15212 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15213 clang to emit the full definition of type required by the test
15214 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15215
152162014-04-24 David Blaikie <dblaikie@gmail.com>
15217
15218 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15219 coax Clang into emitting the definition of the type.
15220 * gdb.cp/pr10728-x.h (y): Ditto.
15221 * gdb.cp/pr10728-y.cc (y): Ditto.
15222
152232014-04-24 David Blaikie <dblaikie@gmail.com>
15224
15225 * gdb.base/label.exp: XFAIL label related tests under Clang.
15226 * gdb.cp/cplabel.exp: Ditto.
15227 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15228 under Clang those using labels.
15229
152302014-04-25 Yao Qi <yao@codesourcery.com>
15231
15232 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15233 double_label.
15234 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15235 partial_label and double_label.
15236
152372014-04-24 David Blaikie <dblaikie@gmail.com>
15238
15239 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15240
152412014-04-24 David Blaikie <dblaikie@gmail.com>
15242
15243 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15244 of the function to work across GCC and Clang.
15245 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15246 pointer types (const void ** const V void **).
15247
152482014-04-24 Michael Sturm <michael.sturm@mintel.com>
15249 Walfred Tedeschi <walfred.tedeschi@intel.com>
15250
15251 * Makefile.in (EXECUTABLES): Added i386-avx512.
15252 * gdb.arch/i386-avx512.c: New file.
15253 * gdb.arch/i386-avx512.exp: Likewise.
15254
152552014-04-23 Keith Seitz <keiths@redhat.com>
15256
15257 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15258 (mi_make_breakpoint_table): New procedure.
15259 (mi_create_breakpoint): Use mi_make_breakpoint
15260 and return the result.
15261 (mi_make_breakpoint): New procedure.
15262 (mi_build_kv_pairs): New procedure.
15263
15264 * gdb.mi/mi-break.exp: Remove unused globals,
15265 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15266 All callers updated.
15267 * gdb.mi/mi-dprintf.exp: Use variable to track command
15268 number.
15269 Update all callers of mi_create_breakpoint and use
15270 mi_make_breakpoint_table.
15271 Remove any unused global variables.
15272 * gdb.mi/mi-nonstop.exp: Likewise.
15273 * gdb.mi/mi-nsintrall.exp: Likewise.
15274 * gdb.mi/mi-nsmoribund.exp: Likewise.
15275 * gdb.mi/mi-nsthrexec.exp: Likewise.
15276 * gdb.mi/mi-reverse.exp: Likewise.
15277 * gdb.mi/mi-simplerun.exp: Likewise.
15278 * gdb.mi/mi-stepn.exp: Likewise.
15279 * gdb.mi/mi-syn-frame.exp: Likewise.
15280 * gdb.mi/mi-until.exp: Likewise.
15281 * gdb.mi/mi-var-cp.exp: Likewise.
15282 * gdb.mi/mi-var-display.exp: Likewise.
15283 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15284 * gdb.mi/mi2-var-child.exp: Likewise.
15285 * gdb.mi/mi-vla-c99.exp: Likewise.
15286 * lib/mi-support.exp: Likewise.
15287
15288 From Ian Lance Taylor <iant@cygnus.com>:
15289 * lib/gdb.exp (parse_args): New procedure.
15290
152912014-04-23 Pedro Alves <palves@redhat.com>
15292
15293 * gdb.base/break-unload-file.c: New file.
15294 * gdb.base/break-unload-file.exp: New file.
15295 * gdb.base/sym-file-lib.c (baz): New function.
15296 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15297 field.
15298 (load): Store the segment's mapped size.
15299 (unload): New function.
15300 (unload_shlib): New function.
15301 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15302 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15303 set a breakpoint at baz, and call it.
15304 * gdb.base/sym-file.exp: New tests for stale breakpoint
15305 instructions.
15306
153072014-04-23 Pedro Alves <palves@redhat.com>
15308
15309 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15310 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15311 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15312 * gdb.base/hbreak-unmapped.c: New file.
15313 * gdb.base/hbreak-unmapped.exp: New file.
15314 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15315 * lib/gdb.exp (gdb_is_target_remote): ... here.
15316
153172014-04-22 Pedro Alves <palves@redhat.com>
15318
15319 * gdb.base/consecutive-step-over.c: New file.
15320 * gdb.base/consecutive-step-over.exp: New file.
15321
153222014-04-22 Pedro Alves <palves@redhat.com>
15323
15324 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15325 instead of send_gdb/gdb_expect.
15326
153272014-04-22 Yao Qi <yao@codesourcery.com>
15328
15329 * lib/trace-support.exp (generate_tracefile): New procedure.
15330 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15331 return 0.
15332 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15333 if generate_tracefile returns 1.
15334
153352014-04-18 Tom Tromey <palves@redhat.com>
15336 Pedro alves <tromey@redhat.com>
15337
15338 PR backtrace/15558
15339 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15340 with a backtrace limit.
15341 * gdb.python/py-frame-inline.exp: Test running to an inline
15342 function with a backtrace limit, and printing the newest frame.
15343 * gdb.python/py-frame-inline.c (main): Call f.
15344
153452014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15346
15347 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15348
153492014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15350
15351 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15352 Drop prefix from unsupported source file path.
15353
153542014-04-17 Yao Qi <yao@codesourcery.com>
15355
15356 * lib/gdb.exp (with_target_charset): New proc.
15357 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15358 with_target_charset.
15359 (test_print_strings): Likewise.
15360 (test_repeat_bytes): Likewise.
15361 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15362 for some tests.
15363
153642014-04-16 Keith Seitz <keiths@redhat.com>
15365
15366 PR gdb/15827
15367 * gdb.dwarf2/corrupt.c: New file.
15368 * gdb.dwarf2/corrupt.exp: New file.
15369
153702014-04-16 Keith Seitz <keiths@redhat.com>
15371
15372 PR c++/16597
15373 * gdb.cp/namelessclass.cc: New file.
15374 * gdb.cp/namelessclass.exp: New file.
15375 * gdb.cp/namelessclass.S: New file.
15376
153772014-04-16 Doug Evans <dje@google.com>
15378
15379 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15380 Add comment.
15381 (gdbserver_default_get_comm_port): New function.
15382 (gdbserver_start): Check if board file provided
15383 "gdbserver,get_comm_port" and use it if so.
15384 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15385 (gdb,socketport): Set to "stdio".
15386 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15387 (stdio_gdbserver_template): Delete.
15388 (${board}_get_remote_address): Update.
15389 (${board}_build_remote_cmd): Delete.
15390 (${board}_get_comm_port): New function.
15391 (${board}_spawn): Update.
15392 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15393 Delete.
15394 (${board}_get_remote_address): Update.
15395 (${board}_get_comm_port): New function.
15396
153972014-04-16 Andrew Burgess <aburgess@broadcom.com>
15398
15399 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15400 appearing in any order.
15401
154022014-04-15 Doug Evans <dje@google.com>
15403
15404 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15405 uninitialized value of "description".
15406
154072014-04-15 Keith Seitz <keiths@redhat.com>
15408
15409 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15410 Remove unused globals.
15411 (test_running_the_program): Likewise.
15412 (test_controlled_execution): Likewise.
15413 (test_controlling_breakpoints): Likewise.
15414 (test_program_termination): Likewise.
15415
154162014-04-15 Keith Seitz <keiths@redhat.com>
15417
15418 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15419 unused globals.
15420 (test_rbreak_creation_and_listing): Likewise.
15421 (test_ignore_count): Likewise.
15422 (test_error): Likewise.
15423
154242014-04-15 Pedro Alves <palves@redhat.com>
15425
15426 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15427 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15428 sym-file-loader.c.
15429 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15430 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15431 to sym-file-loader.c.
15432 (struct library): Forward declare.
15433 (load_shlib, lookup_function): Change prototypes.
15434 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15435 (translate_offset): Remove declarations.
15436 (get_text_addr): New declaration.
15437 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15438 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15439 sym-file-loader.h.
15440 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15441 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15442 here from sym-file-loader.h.
15443 (struct library): New structure.
15444 (load_shlib, lookup_function): Change prototypes and adjust to
15445 work with a struct library.
15446 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15447 (translate_offset): Make static.
15448 (get_text_addr): New function.
15449 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15450
154512014-04-15 Pedro Alves <palves@redhat.com>
15452
15453 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15454
154552014-04-15 Pedro Alves <palves@redhat.com>
15456
15457 * gdb.base/sym-file-loader.c: Include <limits.h>.
15458 (SELF_LINK): New define.
15459 (get_origin): New function.
15460 (load_shlib): Use it.
15461 * gdb.base/sym-file.exp: Don't early return if the target is
15462 remote. Use runto_main, and issue fail is that fails. Use
15463 gdb_load_shlibs.
15464 (shlib_name): Delete.
15465 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15466
154672014-04-15 Pedro Alves <palves@redhat.com>
15468
15469 * gdb.base/sym-file.exp: Remove regex characters from test
15470 message. Don't refer to breakpoint numbers in test messages.
15471
154722014-04-14 Keith Seitz <keiths@redhat.com>
15473
15474 PR c++/16253
15475 * gdb.cp/var-tag.cc: New file.
15476 * gdb.cp/var-tag.exp: New file.
15477 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15478 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15479 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15480 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15481
154822014-04-14 Tom Tromey <tromey@redhat.com>
15483
15484 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15485 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15486 type.
15487 * gdb.cp/enum-class.exp: New file.
15488 * gdb.cp/enum-class.cc: New file.
15489
154902014-04-14 Tom Tromey <tromey@redhat.com>
15491
15492 * gdb.dwarf2/enum-type.exp: New file.
15493
154942014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15495
15496 * gdb.mi/mi-vla-c99.exp: New file.
15497 * gdb.mi/vla.c: New file.
15498
154992014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15500
15501 * gdb.base/vla-datatypes.c: New file.
15502 * gdb.base/vla-datatypes.exp: New file.
15503
155042014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15505
15506 * gdb.base/vla-ptr.c: New file.
15507 * gdb.base/vla-ptr.exp: New file.
15508
155092014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15510
15511 * gdb.dwarf2/count.exp: New file.
15512
155132014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15514
15515 * gdb.base/vla-sideeffect.c: New file.
15516 * gdb.base/vla-sideeffect.exp: New file.
15517
155182014-04-14 David Blaikie <dblaikie@gmail.com>
15519
15520 * gdb.mi/non-stop.c: Add return value for non-void function return
15521 statement.
15522 * gdb.threads/staticthreads.c: Ditto.
15523
155242014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15525 Doug Evans <xdje42@gmail.com>
15526
15527 * gdb.guile/scm-value.c: Improve test case.
15528 * gdb.guile/scm-value.exp: Add new test.
15529
155302014-04-11 David Blaikie <dblaikie@gmail.com>
15531
15532 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15533 override Clang's default.
15534
155352014-04-11 Joel Brobecker <brobecker@adacore.com>
15536
15537 Revert the following changes (regressions):
15538
15539 * gdb.base/vla-sideeffect.c: New file.
15540 * gdb.base/vla-sideeffect.exp: New file.
15541
15542 * gdb.dwarf2/count.exp: New file.
15543
15544 * gdb.base/vla-multi.c: New file.
15545 * gdb.base/vla-multi.exp: New file.
15546
15547 * gdb.base/vla-ptr.c: New file.
15548 * gdb.base/vla-ptr.exp: New file.
15549
15550 * gdb.base/vla-datatypes.c: New file.
15551 * gdb.base/vla-datatypes.exp: New file.
15552
15553 * gdb.mi/mi-vla-c99.exp: New file.
15554 * gdb.mi/vla.c: New file.
15555
155562014-04-11 Keith Seitz <keiths@redhat.com>
15557
15558 PR c++/16675
15559 * gdb.cp/cpsizeof.exp: New file.
15560 * gdb.cp/cpsizeof.cc: New file.
15561
155622014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15563
15564 * gdb.mi/mi-vla-c99.exp: New file.
15565 * gdb.mi/vla.c: New file.
15566
155672014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15568
15569 * gdb.base/vla-datatypes.c: New file.
15570 * gdb.base/vla-datatypes.exp: New file.
15571
155722014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15573
15574 * gdb.base/vla-ptr.c: New file.
15575 * gdb.base/vla-ptr.exp: New file.
15576
155772014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15578
15579 * gdb.base/vla-multi.c: New file.
15580 * gdb.base/vla-multi.exp: New file.
15581
155822014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15583
15584 * gdb.dwarf2/count.exp: New file.
15585
155862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15587
15588 * gdb.base/vla-sideeffect.c: New file.
15589 * gdb.base/vla-sideeffect.exp: New file.
15590
155912014-04-11 Yao Qi <yao@codesourcery.com>
15592
15593 * gdb.base/completion.exp: Check file exists before running tests
15594 on file completion.
15595
155962014-04-10 Pedro Alves <palves@redhat.com>
15597
15598 * gdb.base/cond-eval-mode.c: New file.
15599 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15600 prepare_for_testing to build the new file. Check result of
15601 runto_main.
15602 (test_break, test_watch): New procedures.
15603 (top level): Use them.
15604
156052014-04-08 Pierre Muller <muller@sourceware.org>
15606
15607 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15608 Ctrl-V use for mingw hosts.
15609
156102014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15611
15612 * gdb.python/py-value.c: Improve test case.
15613 * gdb.python/py-value.exp: Add new test.
15614
156152014-04-07 David Blaikie <dblaikie@gmail.com>
15616
15617 * lib/compiler.c: Identify the clang compiler.
15618 * lib/compiler.cc: Ditto.
15619
156202014-04-03 Yao Qi <yao@codesourcery.com>
15621
15622 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15623
156242014-04-01 Anton Blanchard <anton@samba.org>
15625
15626 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15627 messages unique.
15628
156292014-04-01 Anton Blanchard <anton@samba.org>
15630
15631 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15632 prepare_for_testing.
15633
156342014-04-01 Anton Blanchard <anton@samba.org>
15635
15636 * gdb.arch/ppc64-atomic-inst.c: Remove.
15637 * gdb.arch/ppc64-atomic-inst.S: New file.
15638 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15639
156402014-03-31 Doug Evans <dje@google.com>
15641
15642 * gdb.base/print-symbol-loading-lib.c: New file.
15643 * gdb.base/print-symbol-loading-main.c: New file.
15644 * gdb.base/print-symbol-loading.exp: New file.
15645
156462014-03-31 Yao Qi <yao@codesourcery.com>
15647
15648 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15649
156502014-03-28 Joel Brobecker <brobecker@adacore.com>
15651
15652 * gdb.ada/mi_dyn_arr: New testcase.
15653
156542014-03-27 Doug Evans <dje@google.com>
15655
15656 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15657
156582014-03-27 Yao Qi <yao@codesourcery.com>
15659
15660 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15661 if target is nios2-*-*.
15662
156632014-03-26 Yao Qi <yao@codesourcery.com>
15664
15665 * lib/gdb.exp (readline_is_used): New proc.
15666 * gdb.base/completion.exp: Move tests on command complete up.
15667 Skip the rest of tests if readline is not used.
15668 * gdb.ada/complete.exp: Skp the test if readline is not
15669 used.
15670 * gdb.base/filesym.exp: Likewise.
15671 * gdb.base/macscp.exp: Likewise.
15672 * gdb.base/readline-ask.exp: Likewise.
15673 * gdb.base/readline.exp: Likewise.
15674 * gdb.python/py-cmd.exp: Likewise.
15675 * gdb.trace/tfile.exp: Likewise.
15676
156772014-03-26 Yao Qi <yao@codesourcery.com>
15678
15679 * gdb.base/macscp.exp: Fix code format issues.
15680
156812014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15682
15683 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15684 * gdb.asm/powerpc64le.inc: New file.
15685
156862014-03-25 Pedro Alves <palves@redhat.com>
15687 Doug Evans <dje@google.com>
15688
15689 * gdb.base/source-execution.c: New file.
15690 * gdb.base/source-execution.exp: New file.
15691 * gdb.base/source-execution.gdb: New file.
15692
156932014-03-24 Doug Evans <dje@google.com>
15694
15695 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15696 using fission.
15697
156982014-03-24 Hui Zhu <hui@codesourcery.com>
15699 Pedro Alves <palves@redhat.com>
15700
15701 PR breakpoints/16101
15702 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15703 test pass/fail messages. Detect missing support for dprintf when
15704 breakpoints are actually inserted.
15705 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15706 breakpoints are actually inserted.
15707 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15708 fails.
15709
157102014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15711
15712 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15713
157142014-03-22 Doug Evans <xdje42@gmail.com>
15715
15716 * gdb.python/python.exp (python not supported): Verify multi-line
15717 python command issues an error.
15718 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15719 guile command issues an error.
15720
157212014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15722
15723 * gdb.threads/thread-specific.exp: Handle the lack of usable
15724 $this_breakpoint and $this_thread.
15725
157262014-03-21 Hui Zhu <hui@codesourcery.com>
15727
15728 * gdb.base/attach.exp (do_command_attach_tests): New.
15729
157302014-03-20 Tom Tromey <tromey@redhat.com>
15731 Pedro Alves <palves@redhat.com>
15732
15733 PR cli/15718
15734 * gdb.base/condbreak-call-false.c: New file.
15735 * gdb.base/condbreak-call-false.exp: New file.
15736
157372014-03-20 Pedro Alves <palves@redhat.com>
15738
15739 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15740 Delete.
15741 (block_signals, unblock_signals): Delete.
15742 (child_function_2, main): Remove references to deleted variable
15743 and functions.
15744
157452014-03-20 Pedro Alves <palves@redhat.com>
15746
15747 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15748 Use pthread_kill to signal thread 2.
15749 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15750 Adjust to make the test send itself a signal rather than using the
15751 host's "kill" command.
15752
157532014-03-20 Pedro Alves <palves@redhat.com>
15754
15755 * gdb.threads/multiple-step-overs.c: New file.
15756 * gdb.threads/multiple-step-overs.exp: New file.
15757 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15758 Adjust expected infrun debug output.
15759
157602014-03-20 Pedro Alves <palves@redhat.com>
15761
15762 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15763 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15764
157652014-03-20 Pedro Alves <palves@redhat.com>
15766
15767 PR breakpoints/7143
15768 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15769 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15770 of gdb_test_multiple.
15771 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15772 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15773
157742014-03-20 Pedro Alves <palves@redhat.com>
15775
15776 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15777 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15778
157792014-03-19 Pedro Alves <palves@redhat.com>
15780
15781 * gdb.base/async.exp: Remove early return.
15782
157832014-03-19 Pedro Alves <palves@redhat.com>
15784
15785 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15786
157872014-03-19 Pedro Alves <palves@redhat.com>
15788
15789 * gdb.base/async.exp (test_background): Expect \r\n after
15790 "completed." in the fail pattern.
15791
157922014-03-19 Pedro Alves <palves@redhat.com>
15793
15794 * gdb.base/async.exp (test_background): New procedure.
15795 Use it for all background execution command tests.
15796
157972014-03-19 Pedro Alves <palves@redhat.com>
15798
15799 * gdb.base/async.exp: Use prepare_for_testing.
15800
158012014-03-19 Pedro Alves <palves@redhat.com>
15802
15803 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15804 the same line.
15805
158062014-03-19 Pedro Alves <palves@redhat.com>
15807
15808 * gdb.base/async.c (main): Add "jump here" and "until here" line
15809 marker comments.
15810 * gdb.base/async.exp (jump_here): New global.
15811 (jump& test): Use it.
15812 (until_here): New global.
15813 (until& test): Use it.
15814
158152014-03-19 Pedro Alves <palves@redhat.com>
15816
15817 * gdb.base/async.exp: Don't frob gdb_protocol.
15818
158192014-03-18 Doug Evans <xdje42@gmail.com>
15820
15821 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15822 Fix spelling of exec-done-display.
15823
158242014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15825
15826 PR gdb/15358
15827 * gdb.base/gdb-sigterm.c: New file.
15828 * gdb.base/gdb-sigterm.exp: New file.
15829
158302014-03-18 Pedro Alves <palves@redhat.com>
15831
15832 PR gdb/13860
15833 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15834 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15835 solib-event.
15836
158372014-03-17 Joel Brobecker <brobecker@adacore.com>
15838
15839 * gdb.ada/pckd_arr_ren: New testcase.
15840
158412014-03-13 Doug Evans <xdje42@gmail.com>
15842
15843 PR guile/16612
15844 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15845 collect after discarding symbols.
15846
158472014-03-13 Ludovic Courtès <ludo@gnu.org>
15848 Doug Evans <xdje42@gmail.com>
15849
15850 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15851 to history survives a gc.
15852
158532014-03-13 Pedro Alves <palves@redhat.com>
15854
15855 * gdb.base/default.exp: Don't test "target procfs".
15856
158572014-03-13 Pedro Alves <palves@redhat.com>
15858
15859 * gdb.base/default.exp: Update "target child" and "target procfs"
15860 tests to not expect "Unix".
15861
158622014-03-12 Tom Tromey <tromey@redhat.com>
15863
15864 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15865 New procs. Add target-async tests.
15866 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15867 Add target-async tests.
15868
158692014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15870
15871 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15872 'func_start' and 'func_end' for the beginning and end of the
15873 function code, respectively.
15874 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15875 'func_end' instead of 'func' and 'main'.
15876
158772014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15878
15879 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15880 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15881 generate the debug info assembler source.
15882
158832014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15884
15885 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15886 * gdb.dwarf2/arr-subrange.exp: Likewise.
15887 * gdb.dwarf2/dwz.exp: Likewise.
15888 * gdb.dwarf2/method-ptr.exp: Likewise.
15889 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15890 * gdb.dwarf2/subrange.exp: Likewise.
15891 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15892 * gdb.dwarf2/implptrpiece.exp: Likewise.
15893 * gdb.dwarf2/nostaticblock.exp: Likewise.
15894
158952014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15896
15897 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15898 directory to absolute path name arguments.
15899
159002014-03-10 Joel Brobecker <brobecker@adacore.com>
15901
15902 * gdb.ada/tagged_access: New testcase.
15903
159042014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15905
15906 * gdb.btrace/data.exp: Update expected output.
15907
159082014-03-06 Yao Qi <yao@codesourcery.com>
15909
15910 * gdb.trace/pr16508.exp: New file.
15911
159122014-03-05 Pedro Alves <palves@redhat.com>
15913
15914 PR gdb/16575
15915 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15916 procedure.
15917 (top level): Adjust to use it. Add tests that exercise breakpoint
15918 interaction with the code-cache.
15919
159202014-02-26 Ludovic Courtès <ludo@gnu.org>
15921
15922 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15923 test for 'history-append!'.
15924
159252014-02-26 Joel Brobecker <brobecker@adacore.com>
15926
15927 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15928 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15929 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15930 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15931 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15932 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15933
159342014-02-26 Joel Brobecker <brobecker@adacore.com>
15935
15936 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15937 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15938 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15939
159402014-02-26 Joel Brobecker <brobecker@adacore.com>
15941
15942 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15943
159442014-02-26 Joel Brobecker <brobecker@adacore.com>
15945
15946 * gdb.dwarf2/arr-stride.c: New file.
15947 * gdb.dwarf2/arr-stride.exp: New file.
15948
159492014-02-26 Pedro Alves <palves@redhat.com>
15950
15951 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15952 that won't ever trigger. Make sure that GDB reports the correct
15953 breakpoint that caused the stop.
15954
159552014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15956
15957 PR gdb/16626
15958 * gdb.base/auto-load-script: New file.
15959 * gdb.base/auto-load.c: New file.
15960 * gdb.base/auto-load.exp: New file.
15961
15962 PR gdb/16626
15963 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15964
159652014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15966
15967 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15968 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15969
159702014-02-24 Doug Evans <dje@google.com>
15971
15972 * lib/gdb.exp (run_on_host): Log error output if program fails.
15973
159742014-02-21 Pedro Alves <palves@redhat.com>
15975
15976 * gdb.threads/step-after-sr-lock.c: Rename to ...
15977 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15978 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15979 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15980 ... this.
15981
159822014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15983
15984 PR tdep/16397
15985 * gdb.arch/amd64-stap-special-operands.exp: New file.
15986 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15987 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15988 * gdb.arch/amd64-stap-triplet.S: Likewise.
15989 * gdb.arch/amd64-stap-triplet.c: Likewise.
15990
159912014-02-20 Joel Brobecker <brobecker@adacore.com>
15992
15993 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15994 in .section pseudo-op.
15995
159962014-02-20 lin zuojian <manjian2006@gmail.com>
15997 Joel Brobecker <brobecker@adacore.com>
15998 Doug Evans <xdje42@gmail.com>
15999
16000 PR symtab/16581
16001 * gdb.dwarf2/dw2-icycle.S: New file.
16002 * gdb.dwarf2/dw2-icycle.c: New file.
16003 * gdb.dwarf2/dw2-icycle.exp: New file.
16004
160052014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16006
16007 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16008 operations on gdb.Value objects.
16009 * gdb.python/py-value-cc.exp: Add new test to test operations on
16010 gdb.Value objects.
16011
160122014-02-18 Doug Evans <dje@google.com>
16013
16014 * Makefile.in (TESTS): New variable.
16015 (expanded_tests, expanded_tests_or_none): New variables
16016 (check-single): Pass $(expanded_tests_or_none) to runtest.
16017 (check-parallel): Only run tests in $(TESTS) if non-empty.
16018 (check/no-matching-tests-found): New rule.
16019 * README: Document TESTS makefile variable.
16020
160212014-02-18 Doug Evans <dje@google.com>
16022
16023 * Makefile.in (check-parallel): rm -rf outputs temp.
16024
160252014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16026
16027 Fix "ERROR: no fileid for" in the testsuite.
16028 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16029
160302014-02-12 Doug Evans <dje@google.com>
16031
16032 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16033 (MISCELLANEOUS): New variable.
16034 (clean): rm -rf $(MISCELLANEOUS).
16035 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16036 dwp live in the same directory as symlinks, with each symlink pointed
16037 to a differently named file in a different directory.
16038
160392014-02-11 Doug Evans <dje@google.com>
16040
16041 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16042 of Tcl file commands.
16043
160442014-02-10 Mark Kettenis <kettenis@gnu.org>
16045
16046 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16047 "kill -SIGUSR1 -1".
16048
160492014-02-10 Joel Brobecker <brobecker@adacore.com>
16050
16051 * gdb.ada/tick_length_array_enum_idx: New testcase.
16052
160532014-02-10 Doug Evans <xdje42@gmail.com>
16054
16055 * configure.ac (AC_OUTPUT): Add gdb.guile.
16056 * configure: Regenerate.
16057 * lib/gdb-guile.exp: New file.
16058 * lib/gdb.exp (get_target_charset): New function.
16059 * gdb.base/help.exp: Update expected output from "apropos apropos".
16060 * gdb.guile/Makefile.in: New file.
16061 * gdb.guile/guile.exp: New file.
16062 * gdb.guile/scm-arch.c: New file.
16063 * gdb.guile/scm-arch.exp: New file.
16064 * gdb.guile/scm-block.c: New file.
16065 * gdb.guile/scm-block.exp: New file.
16066 * gdb.guile/scm-breakpoint.c: New file.
16067 * gdb.guile/scm-breakpoint.exp: New file.
16068 * gdb.guile/scm-disasm.c: New file.
16069 * gdb.guile/scm-disasm.exp: New file.
16070 * gdb.guile/scm-equal.c: New file.
16071 * gdb.guile/scm-equal.exp: New file.
16072 * gdb.guile/scm-error.exp: New file.
16073 * gdb.guile/scm-error.scm: New file.
16074 * gdb.guile/scm-frame-args.c: New file.
16075 * gdb.guile/scm-frame-args.exp: New file.
16076 * gdb.guile/scm-frame-args.scm: New file.
16077 * gdb.guile/scm-frame-inline.c: New file.
16078 * gdb.guile/scm-frame-inline.exp: New file.
16079 * gdb.guile/scm-frame.c: New file.
16080 * gdb.guile/scm-frame.exp: New file.
16081 * gdb.guile/scm-generics.exp: New file.
16082 * gdb.guile/scm-gsmob.exp: New file.
16083 * gdb.guile/scm-iterator.c: New file.
16084 * gdb.guile/scm-iterator.exp: New file.
16085 * gdb.guile/scm-math.c: New file.
16086 * gdb.guile/scm-math.exp: New file.
16087 * gdb.guile/scm-objfile-script-gdb.in: New file.
16088 * gdb.guile/scm-objfile-script.c: New file.
16089 * gdb.guile/scm-objfile-script.exp: New file.
16090 * gdb.guile/scm-objfile.c: New file.
16091 * gdb.guile/scm-objfile.exp: New file.
16092 * gdb.guile/scm-ports.exp: New file.
16093 * gdb.guile/scm-pretty-print.c: New file.
16094 * gdb.guile/scm-pretty-print.exp: New file.
16095 * gdb.guile/scm-pretty-print.scm: New file.
16096 * gdb.guile/scm-section-script.c: New file.
16097 * gdb.guile/scm-section-script.exp: New file.
16098 * gdb.guile/scm-section-script.scm: New file.
16099 * gdb.guile/scm-symbol.c: New file.
16100 * gdb.guile/scm-symbol.exp: New file.
16101 * gdb.guile/scm-symtab-2.c: New file.
16102 * gdb.guile/scm-symtab.c: New file.
16103 * gdb.guile/scm-symtab.exp: New file.
16104 * gdb.guile/scm-type.c: New file.
16105 * gdb.guile/scm-type.exp: New file.
16106 * gdb.guile/scm-value-cc.cc: New file.
16107 * gdb.guile/scm-value-cc.exp: New file.
16108 * gdb.guile/scm-value.c: New file.
16109 * gdb.guile/scm-value.exp: New file.
16110 * gdb.guile/source2.scm: New file.
16111 * gdb.guile/types-module.cc: New file.
16112 * gdb.guile/types-module.exp: New file.
16113
161142014-02-10 Yao Qi <yao@codesourcery.com>
16115
16116 PR testsuite/16543
16117 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16118 * configure: Regenerated.
16119 * Makefile.in: New file.
16120
161212014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16122
16123 * gdb.python/py-framefilter.exp: Fix typo.
16124
161252014-02-08 Yao Qi <yao@codesourcery.com>
16126
16127 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16128 that no =breakpoint-modified is emitted when breakpoints are
16129 modified through MI commands.
16130
161312014-02-07 Pedro Alves <pedro@codesourcery.com>
16132 Pedro Alves <palves@redhat.com>
16133
16134 * gdb.threads/step-after-sr-lock.c: New file.
16135 * gdb.threads/step-after-sr-lock.exp: New file.
16136
161372014-02-07 Pedro Alves <palves@redhat.com>
16138
16139 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16140
161412014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16142
16143 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16144 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16145
161462014-02-06 Doug Evans <xdje42@gmail.com>
16147
16148 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16149 output.
16150
16151 * gdb.gdb/python-interrupts.exp: New file.
16152
161532014-02-05 Yao Qi <yao@codesourcery.com>
16154
16155 * gdb.trace/report.exp (use_collected_data): Test the output
16156 of "info threads" and "info inferiors".
16157
161582014-02-05 Yao Qi <yao@codesourcery.com>
16159
16160 Revert this patch:
16161
16162 2013-05-24 Yao Qi <yao@codesourcery.com>
16163
16164 * gdb.trace/tfile.exp: Test inferior and thread.
16165
161662014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16167
16168 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16169 on a function.
16170 * gdb.base/step-bt.c: Call hello via function pointer to make
16171 sure its first instruction is executed on powerpc64le-linux.
16172
161732014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16174
16175 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16176
161772014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16178
16179 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16180 of the test patterns for use on little-endian systems.
16181
161822014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16183
16184 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16185 (decimal_vector): Fix for little-endian.
16186
161872014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16188
16189 * gdb.arch/sparc-sysstep.exp: New file.
16190 * gdb.arch/sparc-sysstep.c: Likewise.
16191
16192 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16193
161942014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16195
16196 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16197
161982014-01-23 Tom Tromey <tromey@redhat.com>
16199
16200 * gdb.ada/array_char_idx: New testcase.
16201
162022014-01-23 Tom Tromey <tromey@redhat.com>
16203
16204 PR python/16487:
16205 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16206 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16207 classes.
16208
162092014-01-23 Tom Tromey <tromey@redhat.com>
16210
16211 PR python/16491:
16212 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16213 string from an inferior frame.
16214 * gdb.python/py-framefilter-mi.exp: Update.
16215
162162014-01-22 Doug Evans <dje@google.com>
16217
16218 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16219
162202014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16221
16222 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16223
162242014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16225
16226 * gdb.trace/entry-values.exp: Remove excess space character from
16227 regex patterns. Handle s390 call instruction.
16228
162292014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16230
16231 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16232 define "*_start" label. Make "name" static.
16233 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16234 ${name} by references to ${name}_start.
16235
162362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16237
16238 * gdb.base/info-macros.exp: Remove "debug" from the compile
16239 options.
16240
162412014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16242
16243 * gdb.dlang/demangle.exp: New file.
16244
162452014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16246
16247 * gdb.dlang/primitive-types.exp: New file.
16248
162492014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16250
16251 * configure.ac: Create gdb.dlang/Makefile.
16252 * configure: Regenerate.
16253 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16254 * gdb.dlang/Makefile.in: New file.
16255 * lib/d-support.exp: New file.
16256 * lib/gdb.exp (skip_d_tests): New proc.
16257
162582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16259
16260 * gdb.btrace/delta.exp: Check reverse stepi.
16261 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16262 * gdb.btrace/finish.exp: New.
16263 * gdb.btrace/next.exp: New.
16264 * gdb.btrace/nexti.exp: New.
16265 * gdb.btrace/record_goto.c: Add comments.
16266 * gdb.btrace/step.exp: New.
16267 * gdb.btrace/stepi.exp: New.
16268 * gdb.btrace/multi-thread-step.c: New.
16269 * gdb.btrace/multi-thread-step.exp: New.
16270 * gdb.btrace/rn-dl-bind.c: New.
16271 * gdb.btrace/rn-dl-bind.exp: New.
16272 * gdb.btrace/data.c: New.
16273 * gdb.btrace/data.exp: New.
16274 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16275
162762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16277
16278 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16279 * gdb.btrace/exception.exp: Update.
16280 * gdb.btrace/instruction_history.exp: Update.
16281 * gdb.btrace/record_goto.exp: Update.
16282 * gdb.btrace/tailcall.exp: Update.
16283 * gdb.btrace/unknown_functions.exp: Update.
16284 * gdb.btrace/delta.exp: New.
16285
162862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16287
16288 * gdb.btrace/record_goto.exp: Add backtrace test.
16289 * gdb.btrace/tailcall.exp: Add backtrace test.
16290
162912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16292
16293 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16294 * gdb.btrace/record_goto.c: New.
16295 * gdb.btrace/record_goto.exp: New.
16296 * gdb.btrace/x86-record_goto.S: New.
16297
162982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16299
16300 * gdb.btrace/function_call_history.exp: Update tests.
16301 * gdb.btrace/instruction_history.exp: Update tests.
16302
163032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16304
16305 * gdb.btrace/function_call_history.exp: Fix expected field
16306 order for "record function-call-history".
16307 Add new tests for "record function-call-history /c".
16308 * gdb.btrace/exception.cc: New.
16309 * gdb.btrace/exception.exp: New.
16310 * gdb.btrace/tailcall.exp: New.
16311 * gdb.btrace/x86-tailcall.S: New.
16312 * gdb.btrace/x86-tailcall.c: New.
16313 * gdb.btrace/unknown_functions.c: New.
16314 * gdb.btrace/unknown_functions.exp: New.
16315 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16316
163172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16318
16319 * gdb.btrace/instruction_history.exp: Update.
16320 * gdb.btrace/function_call_history.exp: Update.
16321
163222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16323
16324 * gdb.btrace/function_call_history.exp: Fix expected function
16325 trace.
16326 * gdb.btrace/instruction_history.exp: Initialize traced.
16327 Remove traced_functions.
16328
163292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16330
16331 * gdb.btrace/function_call_history.exp: Update
16332 * gdb.btrace/instruction_history.exp: Update.
16333
163342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16335
16336 * gdb.btrace/enable.exp: Update expected text.
16337
163382014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16339
16340 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16341 bytes.
16342
163432014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16344
16345 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16346
163472014-01-15 Omair Javaid <omair.javaid@linaro.org>
16348
16349 * lib/gdb.exp (supports_process_record): Return true for
16350 arm*-linux*. (supports_reverse): Likewise.
16351
163522014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16353
16354 PR python/15464
16355 PR python/16113
16356 * gdb.python/py-type.c: Enhance test case.
16357 * gdb.python/py-value-cc.cc: Likewise
16358 * gdb.python/py-type.exp: Add new tests.
16359 * gdb.python/py-value-cc.exp: Likewise
16360
163612014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16362 Pedro Alves <palves@redhat.com>
16363
16364 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16365 Make "name" extern.
16366 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16367 references to ${name}_start by references to ${name}.
16368
163692014-01-10 Joel Brobecker <brobecker@adacore.com>
16370
16371 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16372
163732014-01-10 Joel Brobecker <brobecker@adacore.com>
16374
16375 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16376
163772014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16378 Pedro Alves <palves@redhat.com>
16379
16380 * gdb.mi/mi-info-os.exp: Connect to the target with
16381 mi_gdb_target_load.
16382
163832014-01-08 Pedro Alves <palves@redhat.com>
16384
16385 * gdb.threads/reconnect-signal.c: New file.
16386 * gdb.threads/reconnect-signal.exp: New file.
16387
163882014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16389
16390 * gdb.base/source-dir.exp: New file.
16391
163922014-01-07 Joel Brobecker <brobecker@adacore.com>
16393
16394 * gdb.ada/mi_interface: New testcase.
16395
163962014-01-07 Joel Brobecker <brobecker@adacore.com>
16397
16398 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16399 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16400 gdb.ada/pp-rec-component/pck.ads: New files.
16401
164022014-01-07 Joel Brobecker <brobecker@adacore.com>
16403
16404 * gdb.python/py-pp-integral.c: New file.
16405 * gdb.python/py-pp-integral.py: New file.
16406 * gdb.python/py-pp-integral.exp: New file.
16407
16408For older changes see ChangeLog-1993-2013.
16409\f
16410;; Local Variables:
16411;; mode: change-log
16412;; left-margin: 8
16413;; fill-column: 74
16414;; version-control: never
16415;; End:
16416
16417 Copyright 2014-2019 Free Software Foundation, Inc.
16418 Copying and distribution of this file, with or without modification,
16419 are permitted provided the copyright notice and this notice are preserved.
This page took 0.101616 seconds and 4 git commands to generate.