]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
[PR gdb/27393] set directories: handle empty dirs.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-02-27 Lancelot Six <lsix@lancelotix.com>
2
3 PR gdb/27393
4 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
5
6
7 2021-02-26 Tom Tromey <tom@tromey.com>
8
9 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
10
11 2021-02-26 Jan Vrany <jan.vrany@labware.com>
12
13 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
14 Remove trailing \n from expected output.
15
16 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
17
18 * lib/gdb.exp (use_gdb_stub): Extend comment.
19
20 2021-02-25 Jan Matyas <jmatyas@codasip.com>
21
22 PR gdb/26819
23 * gdb.server/stop-reply-no-thread.exp: Add two test
24 scenarios that cover remote targets which do not have
25 the concept of threads.
26
27 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
28
29 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
30
31 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
32
33 PR fortran/26155
34 * gdb.fortran/call-no-debug-func.f90: New file.
35 * gdb.fortran/call-no-debug-prog.f90: New file.
36 * gdb.fortran/call-no-debug.exp: New file.
37
38 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * gdb.fortran/associated.exp: New file.
41 * gdb.fortran/associated.f90: New file.
42
43 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
44
45 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
46
47 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 * gdb.base/sect-cmd.exp: Update expected results.
50
51 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
54 techniques. Enable the test for all targets.
55
56 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * gdb.base/maint-info-sections.exp: Add new tests.
59 (check_maint_info_target_sections_output): New proc.
60
61 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
62
63 * gdb.arch/riscv-default-tdesc.exp: New file.
64
65 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
66
67 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
68
69 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
70
71 * gdb.arch/i386-biarch-core.exp: Add target check.
72
73 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
74
75 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
76
77 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * gdb.fortran/allocated.exp: New file.
80 * gdb.fortran/allocated.f90: New file.
81
82 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
83
84 * gdb.fortran/lbound-ubound.exp: Remove old comment.
85
86 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
87
88 * gdb.base/maint-info-sections.exp: Update expected output, and
89 add additional tests. Again.
90
91 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
92
93 * gdb.base/maint-info-sections.exp: Update expected output, and
94 add additional tests.
95
96 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
97
98 * gdb.base/maint-info-sections.exp: New file, content is moved
99 from gdb.base/maint.exp and cleaned up to use latest testsuite
100 techniques.
101 * gdb.base/maint.exp: Tests moved out to
102 gdb.base/maint-info-sections.exp.
103
104 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
105
106 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
107 GDBFLAGS.
108
109 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
110
111 * gdb.fortran/lbound-ubound.F90: New file.
112 * gdb.fortran/lbound-ubound.exp: New file.
113
114 2021-02-10 Tom de Vries <tdevries@suse.de>
115
116 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
117 "Restore saved setting of complaints".
118
119 2021-02-09 Tom de Vries <tdevries@suse.de>
120
121 PR symtab/27341
122 * lib/gdb.exp (with_complaints): New proc, factored out of ...
123 (gdb_load_no_complaints): ... here.
124 * gdb.fortran/function-calls.exp: Add test-case.
125
126 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
127
128 * gdb.threads/signal-command-handle-nopass.exp: Call
129 'standard_testfile' before using 'testfile'.
130 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
131 * gdb.threads/signal-delivered-right-thread.exp: Likewise
132 * gdb.threads/signal-sigtrap.exp: Likewise
133
134 2021-02-08 Luis Machado <luis.machado@linaro.org>
135
136 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
137
138 2021-02-08 Tom de Vries <tdevries@suse.de>
139
140 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
141
142 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
143
144 * gdb.python/tui-window-disabled.c: New file.
145 * gdb.python/tui-window-disabled.exp: New file.
146 * gdb.python/tui-window-disabled.py: New file.
147
148 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
149
150 * gdb.python/tui-window.exp: Add new tests.
151 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
152 TestWindow object into global the_window.
153 <remote_title>: New method.
154 (delete_window_title): New function.
155
156 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
157
158 * gdb.tui/winheight.exp: Add more tests.
159
160 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
161
162 * gdb.python/py-framefilter.exp: Update expected results.
163 * gdb.python/python.exp: Update expected results.
164
165 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
168 about bug in GDB, update expected results, and add more tests.
169
170 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
171
172 * gdb.tui/scroll.exp: New file.
173 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
174 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
175 remaining lines up.
176 (Term::check_region_contents): New proc.
177 (Term::check_box_contents): Use check_region_contents.
178
179 2021-02-06 Tom de Vries <tdevries@suse.de>
180
181 PR testsuite/26922
182 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
183 scrolling.
184
185 2021-02-05 Tom de Vries <tdevries@suse.de>
186
187 PR breakpoints/27313
188 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
189 rejected.
190
191 2021-02-05 Tom de Vries <tdevries@suse.de>
192
193 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
194 * gdb.fortran/mixed-lang-stack.exp: Same.
195
196 2021-02-05 Tom de Vries <tdevries@suse.de>
197
198 PR exp/27265
199 * gdb.base/complex-parts.exp: Add tests.
200
201 2021-02-05 Tom de Vries <tdevries@suse.de>
202
203 PR symtab/27307
204 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
205
206 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
207
208 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
209
210 2021-02-03 Pedro Alves <pedro@palves.net>
211
212 * gdb.threads/detach-step-over.c: New file.
213 * gdb.threads/detach-step-over.exp: New file.
214
215 2021-02-03 Pedro Alves <pedro@palves.net>
216
217 * gdb.threads/attach-non-stop.c: New file.
218 * gdb.threads/attach-non-stop.exp: New file.
219
220 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
221
222 * gdb.base/inferior-noarg.c: New test.
223 * gdb.base/inferior-noarg.exp: New test.
224
225 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
226
227 * gdb.base/scope.exp: Use proc_with_prefix.
228
229 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
230
231 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
232 table proc.
233 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
234 .debug_rnglists table without offset array.
235 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
236 .debug_loclists table without offset array.
237
238 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
239
240 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
241 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
242 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
243 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
244 attribute
245
246 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
247
248 PR gdb/26813
249 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
250 (loclists): New proc.
251 * gdb.dwarf2/loclists-multiple-cus.c: New.
252 * gdb.dwarf2/loclists-multiple-cus.exp: New.
253 * gdb.dwarf2/loclists-sec-offset.c: New.
254 * gdb.dwarf2/loclists-sec-offset.exp: New.
255
256 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
257
258 * lib/dwarf.exp (_location): Add parameters.
259 (_handle_DW_FORM): Adjust.
260
261 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
262
263 PR gdb/26813
264 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
265 (cu): Generate header for DWARF 5.
266 (rnglists): New proc.
267 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
268 * gdb.dwarf2/rnglists-sec-offset.exp: New.
269
270 2021-02-02 Tom de Vries <tdevries@suse.de>
271
272 PR symtab/24620
273 * gdb.dwarf2/fission-reread.exp: Add test-case.
274
275 2021-02-01 Tom de Vries <tdevries@suse.de>
276
277 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
278 * gdb.dwarf2/fission-loclists-pie.S: Same.
279 * gdb.dwarf2/fission-loclists.S: Same.
280 * gdb.dwarf2/fission-multi-cu.S: Same.
281 * gdb.dwarf2/fission-reread.S: Same.
282 * gdb.dwarf2/fission-base.exp: Use DWO.
283 * gdb.dwarf2/fission-loclists-pie.exp: Same.
284 * gdb.dwarf2/fission-loclists.exp: Same.
285 * gdb.dwarf2/fission-multi-cu.exp: Same.
286 * gdb.dwarf2/fission-reread.exp: Same.
287
288 2021-01-29 Tom de Vries <tdevries@suse.de>
289
290 PR breakpoints/26063
291 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
292 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
293
294 2021-01-29 Tom de Vries <tdevries@suse.de>
295
296 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
297
298 2021-01-28 Tom de Vries <tdevries@suse.de>
299
300 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
301 in the backtrace, and use that in the rest of the test instead of
302 hardcoded constant 3. Use "frame" instead of "up" for robustness.
303
304 2021-01-28 Tom de Vries <tdevries@suse.de>
305
306 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
307 * gdb.arch/i386-sse-stack-align.c: Same.
308 * gdb.arch/i386-sse-stack-align.exp: Same.
309
310 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
313
314 2021-01-28 Tom de Vries <tdevries@suse.de>
315
316 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
317
318 2021-01-28 Tom de Vries <tdevries@suse.de>
319
320 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
321 "maint info line-table". Make PASS pattern more specific. Make
322 FAIL pattern work for -m32.
323
324 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
325
326 PR gdb/27133
327 * gdb.base/ui-redirect.exp: Add test case that ensures that
328 redirecting both logging and debug does not cause gdb to crash.
329
330
331 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
332
333 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
334
335 2021-01-26 Tom de Vries <tdevries@suse.de>
336
337 * gdb.threads/killed-outside.exp: Allow regular output.
338
339 2021-01-26 Tom de Vries <tdevries@suse.de>
340
341 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
342
343 2021-01-25 Tom de Vries <tdevries@suse.de>
344
345 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
346 * lib/gdb.exp: Use gdb_load_no_complaints.
347
348 2021-01-25 Tom Tromey <tromey@adacore.com>
349
350 * gdb.ada/fixed_points.exp: Add regression test.
351 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
352 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
353
354 2021-01-25 Tom Tromey <tromey@adacore.com>
355
356 * gdb.ada/local-enum.exp: Add enumerator resolution test.
357
358 2021-01-25 Tom Tromey <tromey@adacore.com>
359
360 * gdb.ada/local-enum.exp: New file.
361 * gdb.ada/local-enum/local.adb: New file.
362
363 2021-01-23 Tom Tromey <tom@tromey.com>
364
365 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
366
367 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
368
369 * gdb.base/line65535.exp: Fix test expectation.
370
371 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
372
373 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
374 suppression.
375 (default_gdb_exit): Likewise.
376 (default_gdb_spawn): Likewise.
377 (send_gdb): Likewise.
378 (gdb_expect): Likewise.
379 (gdb_expect_list): Likewise.
380 (default_gdb_init): Likewise.
381 (gdb_suppress_entire_file): Remove.
382 (gdb_suppress_tests): Remove.
383 (gdb_stop_suppressing_tests): Remove.
384 (gdb_clear_suppressed): Remove.
385 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
386 related to test suppression.
387 (default_mi_gdb_start): Likewise.
388 (mi_gdb_reinitialize_dir): Likewise.
389 (mi_gdb_test): Likewise.
390 (mi_run_cmd_full): Likewise.
391 (mi_runto_helper): Likewise.
392 (mi_execute_to): Likewise.
393 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
394 * gdb.base/bitfields.exp: Likewise.
395 * gdb.base/bitfields2.exp: Likewise.
396 * gdb.base/break.exp: Likewise.
397 * gdb.base/call-sc.exp: Likewise.
398 * gdb.base/callfuncs.exp: Likewise.
399 * gdb.base/dfp-test.exp: Likewise.
400 * gdb.base/endian.exp: Likewise.
401 * gdb.base/exprs.exp: Likewise.
402 * gdb.base/funcargs.exp: Likewise.
403 * gdb.base/hbreak2.exp: Likewise.
404 * gdb.base/recurse.exp: Likewise.
405 * gdb.base/scope.exp: Likewise.
406 * gdb.base/sepdebug.exp: Likewise.
407 * gdb.base/structs.exp: Likewise.
408 * gdb.base/until.exp: Likewise.
409 * gdb.cp/misc.exp: Likewise.
410
411 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
412
413 PR cli/25956
414 * gdb.base/style.exp (run_style_tests): Add version string test.
415 (test_startup_version_string): Use version style name.
416 * lib/gdb-utils.exp (style): Handle version style name.
417
418 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
419
420 * gdb.base/style.exp (limited_style): New proc.
421 (clean_restart_and_disable): New proc.
422 (run_style_tests): New proc. Most of the old tests from this file
423 are now in this proc.
424 (test_startup_version_string): New proc. Reamining test from the
425 old file is in this proc.
426
427 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
428
429 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
430 Adjust to "set debug remote" changes.
431
432 2021-01-21 Luis Machado <luis.machado@linaro.org>
433
434 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
435 message.
436
437 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
438
439 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
440
441 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
442
443 PR python/19151
444 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
445
446 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
447
448 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
449
450 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
451
452 * lib/tuiterm.exp: Add links in comments.
453
454 2021-01-20 Tom de Vries <tdevries@suse.de>
455
456 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
457 offset.
458
459 2021-01-20 Tom de Vries <tdevries@suse.de>
460
461 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
462
463 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
464
465 * gdb.arch/amd64-stap-expressions.S: New file.
466 * gdb.arch/amd64-stap-expressions.exp: New file.
467
468 2021-01-19 Tom de Vries <tdevries@suse.de>
469
470 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
471 sequence.
472
473 2021-01-19 Tom de Vries <tdevries@suse.de>
474
475 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
476
477 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
478
479 * gdb.fortran/array-slices.exp (run_test): Avoid including
480 addresses in test names.
481
482 2021-01-15 Tom de Vries <tdevries@suse.de>
483
484 PR testsuite/26997
485 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
486 when adding sizeof.
487
488 2021-01-14 Tom de Vries <tdevries@suse.de>
489
490 PR testsuite/24590
491 * gdb.base/style.exp: Handle shorter argv in frame command output.
492
493 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
494
495 PR gdb/26819
496 * gdb.server/stop-reply-no-thread-multi.c: New file.
497 * gdb.server/stop-reply-no-thread-multi.exp: New file.
498
499 2021-01-12 Tom de Vries <tdevries@suse.de>
500
501 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
502 (main): Remove call to have_mpx.
503 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
504 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
505 (main): Remote call to have_mpx.
506 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
507 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
508 (main): Remove call to have_mpx.
509 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
510 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
511 (main): Remove call to have_mpx.
512 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
513 * gdb.arch/i386-mpx.c (have_mpx): Remove.
514 (main): Remote call to have_mpx.
515 * gdb.arch/i386-mpx.exp: Use have_mpx.
516 * lib/gdb.exp (have_mpx): New proc.
517
518 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
519
520 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
521
522 2021-01-12 Tom de Vries <tdevries@suse.de>
523
524 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
525
526 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
527
528 * gdb.fortran/debug-expr.exp: Add new tests.
529
530 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
531
532 * gdb.fortran/dot-ops.exp: Add new tests.
533
534 2021-01-11 Tom de Vries <tdevries@suse.de>
535
536 PR testsuite/26968
537 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
538 Move insn setting $eax to before probe point.
539
540 2021-01-09 Tom Tromey <tom@tromey.com>
541
542 * gdb.trace/ax.exp: Do not require an "ext".
543
544 2021-01-08 Tom Tromey <tromey@adacore.com>
545
546 * gdb.ada/voidctx/pck.adb: New file.
547 * gdb.ada/voidctx/pck.ads: New file.
548 * gdb.ada/voidctx/voidctx.adb: New file.
549 * gdb.ada/voidctx.exp: New file.
550
551 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
552
553 PR gdb/27157
554 * gdb.base/empty-host-env-vars.exp: New test.
555
556 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
557
558 * gdb.base/completion.exp: Add a new test.
559
560 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
561
562 * gdb.fortran/intvar-dynamic-types.exp: New file.
563 * gdb.fortran/intvar-dynamic-types.f90: New file.
564
565 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * gdb.fortran/intvar-array.exp: New file.
568 * gdb.fortran/intvar-array.f90: New file.
569
570 2021-01-07 Tom Tromey <tromey@adacore.com>
571
572 * gdb.ada/assign_arr.exp: Add 'others' test.
573
574 2021-01-06 Tom Tromey <tromey@adacore.com>
575
576 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
577 (FP4_Type): New type.
578 (FP4_Var): New variable.
579 * gdb.ada/fixed_points/fixed_points.adb: Update.
580 * gdb.ada/fixed_points.exp: Add tests for binary operators.
581
582 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
583
584 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
585 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
586 Pass prompt containing debug print to gdb_test_sequence.
587
588 2021-01-04 Tom de Vries <tdevries@suse.de>
589
590 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
591
592 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
593
594
595
596 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
597
598 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
599 * gdb.server/connect-without-multi-process.exp: Likewise.
600 * gdb.server/exit-multiple-threads.exp: Likewise.
601 * gdb.server/ext-attach.exp: Likewise.
602 * gdb.server/ext-restart.exp: Likewise.
603 * gdb.server/ext-run.exp: Likewise.
604 * gdb.server/ext-wrapper.exp: Likewise.
605 * gdb.server/multi-ui-errors.exp: Likewise.
606 * gdb.server/no-thread-db.exp: Likewise.
607 * gdb.server/reconnect-ctrl-c.exp: Likewise.
608 * gdb.server/run-without-local-binary.exp: Likewise.
609 * gdb.server/server-kill.exp: Likewise.
610 * gdb.server/server-run.exp: Likewise.
611 * gdb.server/solib-list.exp: Likewise.
612 * gdb.server/stop-reply-no-thread.exp: Likewise.
613 * gdb.server/wrapper.exp: Likewise.
614 * gdb.server/sysroot.exp: Increase timeout when testing the
615 target: sysroot.
616
617 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
618
619 * gdb.server/server-run.exp: Use clean_restart.
620
621 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
622
623 * gdb.server/ext-run.exp: Use clean_restart.
624
625 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
626
627 * gdb.server/stop-reply-no-thread.exp: Use build_executable
628 instead of prepare_for_testing.
629
630 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
631
632 * gdb.server/solib-list.exp: Use clean_restart.
633
634 2021-01-04 Tom de Vries <tdevries@suse.de>
635
636 * gdb.base/morestack.c: Remove printf.
637 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
638
639 2020-12-31 Tom Tromey <tom@tromey.com>
640
641 * gdb.rust/simple.exp: Update output for Rust 1.49.
642
643 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
644
645 * gdb.cp/step-and-next-inline.exp: Fix test case.
646
647 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
648
649 * gdb.python/py-frame-args.exp: De-duplicate test names.
650
651 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
652
653 PR gdb/27059
654 * gdb.dwarf2/dyn-type-unallocated.c: New file.
655 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
656
657 2020-12-21 Peter Waller <p@pwaller.net>
658
659 * gdb.base/style-interp-exec-mi.exp: New.
660 * gdb.base/style-interp-exec-mi.c: New.
661
662 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
663
664 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
665 gdb_test. Use proc_with_prefix.
666
667 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
668
669 * gdb.btrace/exception.exp: Build with nopie.
670 * gdb.btrace/function_call_history.exp: Likewise.
671 * gdb.btrace/unknown_functions.exp: Likewise.
672
673 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
674
675 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
676
677 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
678
679 * gdb.python/py-record-btrace.exp: Make test names unique.
680 * gdb.python/py-record-full.exp: Likewise.
681
682 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
683
684 * gdb.btrace/data.exp: Make test names unique.
685 * gdb.btrace/delta.exp: Likewise.
686 * gdb.btrace/enable.exp: Likewise.
687 * gdb.btrace/function_call_history.exp: Likewise.
688 * gdb.btrace/nohist.exp: Likewise.
689 * gdb.btrace/non-stop.exp: Likewise.
690 * gdb.btrace/rn-dl-bind.exp: Likewise.
691 * gdb.btrace/step.exp: Likewise.
692 * gdb.btrace/stepi.exp: Likewise.
693 * gdb.btrace/tailcall.exp: Likewise.
694
695 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
696
697 * gdb.btrace/enable.exp: Update error message.
698 * gdb.btrace/multi-inferior.exp: Likewise.
699 * gdb.btrace/reconnect.exp: Likewise.
700 * gdb.python/py-record-btrace.exp: Likewise.
701 * gdb.python/py-record-full.exp: Likewise.
702
703 2020-12-20 Tom de Vries <tdevries@suse.de>
704
705 * lib/gdb.exp (save_target_board_info): New proc.
706 (gdb_compile_shlib): Use save_target_board_info.
707
708 2020-12-19 Tom de Vries <tdevries@suse.de>
709
710 * lib/gdb.exp (supports_scalar_storage_order_attribute)
711 (supports_gnuc): New proc.
712 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
713 test_compiler_info calls. Add unsupported message.
714 * gdb.base/endianity.c: Use TEST_SSO.
715
716 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
717
718 PR exp/27070
719 * gdb.python/compare-enum-type-a.c: New test.
720 * gdb.python/compare-enum-type-b.c: New test.
721 * gdb.python/compare-enum-type.exp: New file.
722 * gdb.python/compare-enum-type.h: New test.
723
724 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
725
726 * gdb.python/py-format-string.exp: Add tests for address keyword.
727
728 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
729
730 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
731
732 2020-12-18 Tom Tromey <tromey@adacore.com>
733
734 * gdb.ada/fixed_points.exp: Also run with
735 -fgnat-encodings=minimal. Update expected output.
736
737 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
738
739 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
740 * gdb.base/continue-all-already-running.exp: Likewise.
741 * gdb.base/moribund-step.exp: Likewise.
742 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
743
744 2020-12-16 Tom de Vries <tdevries@suse.de>
745
746 * gdb.base/batch-preserve-term-settings.exp:
747
748 2020-12-16 Tom de Vries <tdevries@suse.de>
749
750 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
751 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
752
753 2020-12-16 Luis Machado <luis.machado@linaro.org>
754
755 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
756 pointer-based memory accesses.
757 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
758 hw watchpoint cases.
759
760 2020-12-15 Rae Kim <rae.kim@gmail.com>
761
762 * gdb.base/document.exp: New test.
763
764 2020-12-15 Tom Tromey <tromey@adacore.com>
765
766 * gdb.base/style.exp: Add deprecation tests.
767
768 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
769
770 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
771
772 2020-12-14 Mark Wielaard <mark@klomp.org>
773
774 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
775 specially, set attr_form_comment to the actual FORM string used.
776
777 2020-12-14 Mark Wielaard <mark@klomp.org>
778
779 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
780 _constants(SPECIAL_expr) here, but set it...
781 (Dwarf::cu): ...here based on _cu_version.
782
783 2020-12-14 Tom de Vries <tdevries@suse.de>
784
785 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
786 pass -fPIC.
787 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
788 * gdb.base/break-probes.exp: Same.
789 * gdb.base/ctxobj.exp: Same.
790 * gdb.base/dso2dso.exp: Same.
791 * gdb.base/global-var-nested-by-dso.exp: Same.
792 * gdb.base/info-shared.exp: Same.
793 * gdb.base/jit-reader-simple.exp: Same.
794 * gdb.base/print-file-var.exp: Same.
795 * gdb.base/skip-solib.exp: Same.
796 * gdb.btrace/dlopen.exp: Same.
797
798 2020-12-14 Tom de Vries <tdevries@suse.de>
799
800 PR testsuite/26963
801 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
802
803 2020-12-14 Tom de Vries <tdevries@suse.de>
804
805 PR testsuite/26962
806 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
807 cast it to its declared type".
808
809 2020-12-14 Tom de Vries <tdevries@suse.de>
810
811 PR testsuite/26951
812 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
813 shell prompt.
814
815 2020-12-14 Tom Tromey <tromey@adacore.com>
816
817 * gdb.ada/nested.exp: Add new tests.
818 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
819
820 2020-12-14 Tom Tromey <tromey@adacore.com>
821
822 * gdb.dwarf2/ada-thick-pointer.exp: New file.
823
824 2020-12-14 Tom Tromey <tromey@adacore.com>
825
826 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
827
828 2020-12-13 Tom de Vries <tdevries@suse.de>
829
830 PR testsuite/26953
831 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
832 attribute support if compiler doesn't support it.
833
834 2020-12-13 Tom de Vries <tdevries@suse.de>
835
836 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
837 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
838 source to shared lib. Add ada to options.
839
840 2020-12-13 Tom de Vries <tdevries@suse.de>
841
842 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
843 calling gnatbind and gnatlink.
844
845 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 * gdb.base/dcache-flush.c: New file.
848 * gdb.base/dcache-flush.exp: New file.
849
850 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
851
852 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
853 commands.
854 * gdb.base/killed-outside.exp: Likewise.
855 * gdb.opt/inline-bt.exp: Likewise.
856 * gdb.perf/gmonster-null-lookup.py: Likewise.
857 * gdb.perf/gmonster-print-cerr.py: Likewise.
858 * gdb.perf/gmonster-ptype-string.py: Likewise.
859 * gdb.python/py-unwind.exp: Likewise.
860
861 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
862
863 * gdb.base/commands.exp: Update expected results.
864
865 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
866
867 PR cli/15104
868 * gdb.base/commands.exp: Add additional tests.
869 * gdb.base/completion.exp: Add additional tests.
870
871 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
872
873 * gdb.base/completion.exp: Add additional tests.
874
875 2020-12-11 Tom de Vries <tdevries@suse.de>
876
877 PR testsuite/26991
878 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
879 violations by setting bounds registers if the bounds are passed in the
880 Bounds Table.
881
882 2020-12-11 Tom de Vries <tdevries@suse.de>
883
884 PR testsuite/26954
885 * gdb.base/float128.exp: Detect and handle no mpfr support.
886
887 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
888
889 PR gdb/24694
890 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
891 calls.
892
893 2020-12-10 Tom de Vries <tdevries@suse.de>
894
895 PR testsuite/26947
896 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
897 braces for tcl 8.5 and earlier.
898
899 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
900
901 PR 26875, PR 26901
902 * gdb.base/flexible-array-member.c: New test.
903 * gdb.base/flexible-array-member.exp: New test.
904
905 2020-12-08 Tom de Vries <tdevries@suse.de>
906
907 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
908 using is_amd64_regs_target.
909
910 2020-12-08 Tom de Vries <tdevries@suse.de>
911
912 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
913 self_id.
914
915 2020-12-07 Pedro Alves <pedro@palves.net>
916
917 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
918 'additional_flags' variable.
919
920 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
921
922 * gdb.linespec/explicit.exp: Extend with a test to check completing
923 '-' after seemingly complete options.
924
925 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
926
927 * gdb.linespec/keywords.exp: Add tests to check positional
928 flexibility of "-force-condition".
929
930 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
931
932 * gdb.base/bp-cmds-run-with-ex.c: New file.
933 * gdb.base/bp-cmds-run-with-ex.exp: New file.
934 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
935 * gdb.gdb/python-interrupts.exp: Update the call to
936 'catch_command_errors' with the new argument.
937 * gdb.gdb/python-selftest.exp: Ditto.
938
939 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
940
941 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
942 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
943 * gdb.threads/non-stop-fair-events.exp: Likewise.
944
945 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
946
947 * gdb.threads/step-over-exec.exp: New.
948 * gdb.threads/step-over-exec.c: New.
949 * gdb.threads/step-over-exec-execd.c: New.
950 * lib/my-syscalls.S: New.
951 * lib/my-syscalls.h: New.
952
953 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
954
955 * lib/dwarf.exp (declare_labels): Use name as text if text is
956 not provided.
957
958 2020-12-04 Tom de Vries <tdevries@suse.de>
959
960 PR testsuite/26990
961 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
962 are unsupported.
963
964 2020-12-04 Tom de Vries <tdevries@suse.de>
965
966 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
967 clause.
968
969 2020-12-04 Tom de Vries <tdevries@suse.de>
970
971 * gdb.reverse/insn-reverse.exp: Fix count handling.
972
973 2020-12-04 Tom de Vries <tdevries@suse.de>
974
975 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
976 __x86_64__.
977
978 2020-12-04 Tom de Vries <tdevries@suse.de>
979
980 * gdb.reverse/insn-reverse.c (test_nr): New var.
981 (usage, parse_args): New function.
982 (main): Call parse_args. Only run test for test_nr.
983 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
984 and bail out. Run subtests individually, using an inferior arg
985 specifying the subtest.
986
987 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
988
989 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
990
991 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
992
993 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
994 update test to use this.
995
996 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
997
998 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
999
1000 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1001
1002 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
1003 (do_test): Don't use with_test_prefix.
1004 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
1005 (do_test): Don't use with_test_prefix.
1006 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
1007 (do_test): Don't use with_test_prefix.
1008 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
1009 (do_test): Don't use with_test_prefix.
1010
1011 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1012
1013 * gdb.threads/non-ldr-exit.exp: Fix comment.
1014
1015 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * gdb.xml/maint-xml-dump-03.xml: New file.
1018
1019 2020-11-30 Tom de Vries <tdevries@suse.de>
1020
1021 PR symtab/26905
1022 * gdb.dwarf2/count.exp: Remove kfails.
1023
1024 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1025
1026 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
1027 indices.
1028
1029 2020-11-24 Joel Brobecker <brobecker@adacore.com>
1030
1031 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
1032 the "ptype pck__fp1_range_var" test for the module-2 and pascal
1033 languages. Remove the associated setup_xfail.
1034
1035 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
1036
1037 * lib/gdb.exp (gdb_assert): Show error message on error.
1038
1039 2020-11-23 Tom de Vries <tdevries@suse.de>
1040
1041 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
1042 * gdb.ada/mod_from_name.exp: Same.
1043 * gdb.ada/pckd_arr_ren.exp: Same.
1044
1045 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1046
1047 * gdb.base/template.exp: New.
1048 * gdb.base/template.c: New.
1049
1050 2020-11-22 Gary Benson <gbenson@redhat.com>
1051
1052 PR gdb/26905
1053 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
1054 is defined using a DW_AT_count which references another DIE.
1055
1056 2020-11-21 Tom de Vries <tdevries@suse.de>
1057
1058 * gdb.base/vla-ptr.exp: Add XFAIL.
1059
1060 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1061
1062 * gdb.fortran/array-slices-bad.exp: New file.
1063 * gdb.fortran/array-slices-bad.f90: New file.
1064 * gdb.fortran/array-slices-sub-slices.exp: New file.
1065 * gdb.fortran/array-slices-sub-slices.f90: New file.
1066 * gdb.fortran/array-slices.exp: Rewrite tests.
1067 * gdb.fortran/array-slices.f90: Rewrite tests.
1068 * gdb.fortran/vla-sizeof.exp: Correct expected results.
1069
1070 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1071
1072 * gdb.base/completion.exp: Add new completion tests.
1073
1074 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1075
1076 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
1077 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1078 * gdb.mi/mi-nsintrall.exp: Likewise.
1079 * gdb.mi/mi-nsmoribund.exp: Likewise.
1080 * gdb.mi/mi-nsthrexec.exp: Likewise.
1081 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1082
1083 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1084
1085 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
1086 of perror.
1087
1088 2020-11-18 Joseph Myers <joseph@codesourcery.com>
1089
1090 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
1091 $arg.exe exists but $arg does not.
1092
1093 2020-11-17 Gary Benson <gbenson@redhat.com>
1094
1095 * gdb.trace/trace-common.h (x86_trace_dummy): Add
1096 __attribute__ ((used)).
1097
1098 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1099
1100 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
1101
1102 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1103
1104 * gdb.base/completion.exp: Add new tests.
1105
1106 2020-11-16 Tom Tromey <tromey@adacore.com>
1107
1108 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
1109 tests.
1110
1111 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1112
1113 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
1114 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
1115 (main): Add reference to pck__fp1_var2.
1116 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
1117
1118 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1119
1120 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
1121
1122 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1123
1124 * gdb.ada/fixed_points.exp: Add ptype tests.
1125 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
1126
1127 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1128
1129 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
1130
1131 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1132
1133 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
1134 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
1135 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
1136 New files.
1137 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
1138
1139 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
1140 New files.
1141
1142 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
1143
1144 PR cli/26879
1145 * gdb.fortran/completion.exp: New file.
1146 * gdb.fortran/completion.f90: New file.
1147
1148 2020-11-12 Joseph Myers <joseph@codesourcery.com>
1149
1150 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
1151 but $arg does not.
1152
1153 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1154
1155 * gdb.fortran/types.exp: Add more tests.
1156
1157 2020-11-12 Tom Tromey <tom@tromey.com>
1158
1159 PR rust/26799:
1160 * gdb.rust/traits.exp: Remove kfails.
1161
1162 2020-11-12 Gary Benson <gbenson@redhat.com>
1163
1164 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1165 statement.
1166
1167 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
1168
1169 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
1170 always-inserted" axis.
1171 (do_test): Add breakpoint_always_inserted parameter.
1172
1173 2020-11-10 Tom Tromey <tromey@adacore.com>
1174
1175 * gdb.ada/bias.exp: Update.
1176 * gdb.ada/bias/bias.adb (X): Change value.
1177
1178 2020-11-10 Gary Benson <gbenson@redhat.com>
1179
1180 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
1181 regexp fragment in parentheses to prevent false matching.
1182
1183 2020-11-10 Gary Benson <gbenson@redhat.com>
1184
1185 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1186
1187 2020-11-10 Gary Benson <gbenson@redhat.com>
1188
1189 * gdb.cp/step-and-next-inline.exp: Only require
1190 -gstatement-frontiers when building with GCC.
1191 Only setup KFAIL's for GCC issues when using
1192 a GCC-built executable.
1193
1194 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
1195
1196 * gdb.base/debug-expr.c: Add extra function to allow for an
1197 additional test.
1198 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
1199 to this proc with gdb_test_debug_expr. Add an extra test.
1200 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
1201 to this proc with gdb_test_debug_expr, give the tests names
1202 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
1203 calls to this proc with gdb_test_debug_expr, give the tests names
1204 * gdb.fortran/debug-expr.exp: New file.
1205 * gdb.fortran/debug-expr.f90: New file.
1206 * lib/gdb.exp (gdb_test_debug_expr): New proc.
1207
1208 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
1209
1210 * lib/dwarf.exp (ranges): Handle "base" and "range" as
1211 proceduresu.
1212 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
1213 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
1214 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
1215 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
1216 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
1217 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
1218 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
1219 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
1220
1221 2020-11-04 Tom Tromey <tromey@adacore.com>
1222
1223 * gdb.ada/funcall_ref.exp: Update.
1224 * gdb.ada/var_rec_arr.exp: Update.
1225
1226 2020-11-04 Tom Tromey <tromey@adacore.com>
1227
1228 * gdb.ada/rec_ptype.exp: New file.
1229 * gdb.ada/rec_ptype/main.adb: New file.
1230 * gdb.ada/rec_ptype/p.ads: New file.
1231
1232 2020-11-04 Tom Tromey <tromey@adacore.com>
1233
1234 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
1235 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
1236 (PT_Full): New variable.
1237 * gdb.ada/tick_length_array_enum_idx/pck.adb
1238 (Full_PT): New type.
1239
1240 2020-11-04 Tom Tromey <tromey@adacore.com>
1241
1242 * gdb.ada/array_of_variant.exp: New file.
1243 * gdb.ada/array_of_variant/p.adb: New file.
1244 * gdb.ada/array_of_variant/pck.ads: New file.
1245 * gdb.ada/array_of_variant/pck.adb: New file.
1246
1247 2020-11-04 Tom Tromey <tromey@adacore.com>
1248
1249 * gdb.ada/enum_idx_packed.exp: Add test.
1250 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1251 New variable.
1252 * gdb.ada/enum_idx_packed/pck.ads (Short)
1253 (Multi_Dimension, Multi_Dimension_Access): New types.
1254
1255 2020-11-04 Tom Tromey <tromey@adacore.com>
1256
1257 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1258
1259 2020-11-04 Tom Tromey <tromey@adacore.com>
1260
1261 * gdb.ada/set_pckd_arr_elt.exp: Also test
1262 -fgnat-encodings=minimal. Add tests.
1263 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1264 Call Update_Small a second time.
1265 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1266 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1267 (Variant_Access): New types.
1268 (New_Variant): Declare.
1269
1270 2020-11-04 Tom Tromey <tromey@adacore.com>
1271
1272 * gdb.ada/mod_from_name.exp: Test printing slice.
1273
1274 2020-11-04 Tom Tromey <tromey@adacore.com>
1275
1276 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1277 values.
1278 * gdb.ada/access_to_unbounded_array.exp: Test different
1279 -fgnat-encodings values.
1280 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1281 values.
1282 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1283 values.
1284 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1285 values.
1286 * gdb.ada/array_of_variable_length.exp: Test different
1287 -fgnat-encodings values.
1288 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1289 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1290 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1291 change.
1292 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1293 values.
1294 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1295 * gdb.ada/out_of_line_in_inlined.exp: Test different
1296 -fgnat-encodings values.
1297 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1298 values.
1299 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1300 values.
1301 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1302 -fgnat-encodings values.
1303 * gdb.ada/variant_record_packed_array.exp: Test different
1304 -fgnat-encodings values.
1305
1306 2020-11-04 Tom Tromey <tromey@adacore.com>
1307
1308 * gdb.ada/enum_idx_packed.exp: Add tests.
1309 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1310 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1311 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1312 declarations.
1313
1314 2020-11-03 Tom de Vries <tdevries@suse.de>
1315
1316 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1317 terminator comments.
1318 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1319 terminator.
1320
1321 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1322
1323 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1324 integer format test with regexp.
1325
1326 2020-11-02 Gary Benson <gbenson@redhat.com>
1327
1328 * gdb.base/print-file-var.exp (test): Separate compiler and
1329 linker options, and build using build_executable_from_specs
1330 to accommodate this.
1331
1332 2020-11-02 Gary Benson <gbenson@redhat.com>
1333
1334 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1335 for .c files compiled as C++ with Clang if any shared
1336 libraries are specified.
1337
1338 2020-11-02 Gary Benson <gbenson@redhat.com>
1339
1340 * lib/attributes.h: New header.
1341 * gdb.base/backtrace.c: Include the above. Replace
1342 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1343 * gdb.base/infcall-nested-structs.c: Likewise.
1344 * gdb.base/vla-optimized-out.c: Likewise.
1345
1346 2020-11-02 Tom de Vries <tdevries@suse.de>
1347
1348 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1349
1350 2020-11-01 Joel Brobecker <brobecker@adacore.com>
1351
1352 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1353 System.Min_Int and System.Max_Int with smaller hardcoded
1354 constants.
1355
1356 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1357
1358 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1359 * configure: Re-generate.
1360
1361 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
1362
1363 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1364 expected output.
1365
1366 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1367
1368 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1369 behavior.
1370 * gdb.base/paginate-bg-execution.exp: Ditto.
1371 * gdb.base/paginate-inferior-exit.exp: Ditto.
1372 * gdb.base/double-prompt-target-event-error.c: Remove.
1373 * gdb.base/double-prompt-target-event-error.exp: Remove.
1374
1375 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1376
1377 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1378 inferiors' and 'detach inferiors' do not change the current
1379 inferior.
1380
1381 2020-10-29 Tom de Vries <tdevries@suse.de>
1382
1383 * gdb.threads/tls.exp: Fix DUPLICATEs.
1384
1385 2020-10-28 Tom de Vries <tdevries@suse.de>
1386
1387 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1388
1389 2020-10-28 Tom de Vries <tdevries@suse.de>
1390
1391 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1392 * gdb.base/reread.exp: Same.
1393
1394 2020-10-28 Tom de Vries <tdevries@suse.de>
1395
1396 * lib/gdb.exp (readnow): Handle arg.
1397 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1398
1399 2020-10-28 Tom de Vries <tdevries@suse.de>
1400
1401 * gdb.base/relocate.exp: Update regexp for -readnow.
1402
1403 2020-10-28 Tom de Vries <tdevries@suse.de>
1404
1405 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1406 -readnow.
1407
1408 2020-10-28 Tom de Vries <tdevries@suse.de>
1409
1410 PR symtab/26772
1411 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1412 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1413
1414 2020-10-28 Tom de Vries <tdevries@suse.de>
1415
1416 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1417 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1418 complaint during file command for -readnow.
1419
1420 2020-10-28 Tom de Vries <tdevries@suse.de>
1421
1422 * gdb.cp/nsalias.exp: Fix typo in test name.
1423
1424 2020-10-28 Tom de Vries <tdevries@suse.de>
1425
1426 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1427
1428 2020-10-28 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1431 -readnow.
1432
1433 2020-10-27 Tom de Vries <tdevries@suse.de>
1434
1435 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1436
1437 2020-10-27 Tom de Vries <tdevries@suse.de>
1438
1439 * gdb.base/maint.exp: Update for -readnow.
1440
1441 2020-10-27 Tom de Vries <tdevries@suse.de>
1442
1443 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1444 -readnow.
1445
1446 2020-10-14 Gary Benson <gbenson@redhat.com>
1447
1448 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1449 "_vptr$Base" as correct, in addition to "_vptr.Base".
1450 (test_mixed): Likewise.
1451
1452 2020-10-27 Gary Benson <gbenson@redhat.com>
1453
1454 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1455 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1456
1457 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1458
1459 * gdb.base/condbreak.exp: Update the completion tests to
1460 consider the '-force' flag.
1461
1462 2020-10-27 Tom de Vries <tdevries@suse.de>
1463
1464 * gdb.base/list-ambiguous-readnow.exp: New file.
1465
1466 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1467
1468 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1469 the condition.
1470 * gdb.linespec/cpcompletion.exp: Update to consider the
1471 '-force-condition' keyword.
1472 * gdb.linespec/explicit.exp: Ditto.
1473 * lib/completion-support.exp: Ditto.
1474
1475 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1476
1477 * gdb.base/condbreak-multi-context.cc: New file.
1478 * gdb.base/condbreak-multi-context.exp: New file.
1479
1480 2020-10-26 Tom Tromey <tom@tromey.com>
1481
1482 * lib/mi-support.exp (default_mi_gdb_start): Call
1483 gdb_stdin_log_init.
1484 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1485 subtract one from gdb_instances.
1486 (gdb_stdin_log_write): Flush in_file.
1487
1488 2020-10-26 Tom de Vries <tdevries@suse.de>
1489
1490 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1491
1492 2020-10-26 Tom Tromey <tromey@adacore.com>
1493
1494 * gdb.ada/unsigned_range/foo.adb: New file.
1495 * gdb.ada/unsigned_range/pack.adb: New file.
1496 * gdb.ada/unsigned_range/pack.ads: New file.
1497 * gdb.ada/unsigned_range.exp: New file.
1498
1499 2020-10-26 Tom de Vries <tdevries@suse.de>
1500
1501 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1502
1503 2020-10-26 Tom de Vries <tdevries@suse.de>
1504
1505 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1506 for CU.
1507 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1508
1509 2020-10-23 Tom de Vries <tdevries@suse.de>
1510
1511 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1512 DW_FORM_string.
1513 (Dwarf::_default_form): New proc.
1514 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1515 guessed.
1516
1517 2020-10-23 Tom de Vries <tdevries@suse.de>
1518
1519 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1520 * gdb.dwarf2/atomic-type.exp: Same.
1521 * gdb.dwarf2/bad-regnum.exp: Same.
1522 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1523 * gdb.dwarf2/dw2-align.exp: Same.
1524 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1525 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1526 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1527 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1528 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1529 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1530 * gdb.dwarf2/enum-type.exp: Same.
1531 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1532 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1533 * gdb.dwarf2/main-subprogram.exp: Same.
1534 * gdb.dwarf2/missing-type-name.exp: Same.
1535 * gdb.dwarf2/nonvar-access.exp: Same.
1536 * gdb.dwarf2/typedef-void-finish.exp: Same.
1537 * gdb.dwarf2/var-access.exp: Same.
1538 * gdb.dwarf2/void-type.exp: Same.
1539
1540 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1541
1542 PR gdb/26693
1543 * gdb.dwarf2/template-specification-full-name.exp: New test.
1544
1545 2020-10-22 Luis Machado <luis.machado@linaro.org>
1546
1547 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1548 expected an offset from the function.
1549 * gdb.base/msym-bp.exp (test): Likewise.
1550
1551 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1552
1553 * gdb.fortran/array-slices.exp: Add a new test.
1554
1555 2020-10-21 Gary Benson <gbenson@redhat.com>
1556
1557 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1558 fullname test with Clang. Also expand comments generally.
1559
1560 2020-10-20 Tom de Vries <tdevries@suse.de>
1561
1562 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1563
1564 2020-10-20 Tom de Vries <tdevries@suse.de>
1565
1566 * gdb.dwarf2/arr-stride.c: Remove.
1567 * gdb.dwarf2/arr-stride.exp: Use main.c.
1568 * gdb.dwarf2/arr-subrange.c: Remove.
1569 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1570 * gdb.dwarf2/bad-regnum.c: Remove.
1571 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1572 * gdb.dwarf2/corrupt.c: Remove.
1573 * gdb.dwarf2/corrupt.exp: Use main.c.
1574 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1575 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1576 * gdb.dwarf2/dw2-icycle.c: Remove.
1577 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1578 * gdb.dwarf2/formdata16.c: Remove.
1579 * gdb.dwarf2/formdata16.exp: Use main.c.
1580 * gdb.dwarf2/implptrconst.c: Remove.
1581 * gdb.dwarf2/implptrconst.exp: Use main.c.
1582 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1583 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1584 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1585 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1586
1587 2020-10-20 Tom de Vries <tdevries@suse.de>
1588
1589 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1590 file.
1591 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1592
1593 2020-10-20 Tom de Vries <tdevries@suse.de>
1594
1595 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1596 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1597 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1598 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1599 * gdb.dwarf2/dw2-ranges.exp: Same.
1600 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1601 * gdb.dwarf2/var-access.exp: Same.
1602
1603 2020-10-19 Tom Tromey <tromey@adacore.com>
1604
1605 PR tui/26719
1606 * gdb.tui/list.exp: Check source window contents after focus
1607 change.
1608
1609 2020-10-17 Tom de Vries <tdevries@suse.de>
1610
1611 PR symtab/26317
1612 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1613
1614 2020-10-17 Tom de Vries <tdevries@suse.de>
1615
1616 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1617 as suffix.
1618 * gdb.dwarf2/atomic.c: Rename to ...
1619 * gdb.dwarf2/atomic-type.c: ... this.
1620 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1621 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1622 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1623 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1624 * gdb.dwarf2/fission-mix2.c: Rename to ...
1625 * gdb.dwarf2/fission-mix-2.c: ... this.
1626 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1627 standard_testfile.
1628 * gdb.dwarf2/ada-valprint-error.exp: Same.
1629 * gdb.dwarf2/arr-stride.exp: Same.
1630 * gdb.dwarf2/arr-subrange.exp: Same.
1631 * gdb.dwarf2/atomic-type.exp: Same.
1632 * gdb.dwarf2/bad-regnum.exp: Same.
1633 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1634 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1635 * gdb.dwarf2/clang-debug-names.exp: Same.
1636 * gdb.dwarf2/comp-unit-lang.exp: Same.
1637 * gdb.dwarf2/corrupt.exp: Same.
1638 * gdb.dwarf2/count.exp: Same.
1639 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1640 * gdb.dwarf2/data-loc.exp: Same.
1641 * gdb.dwarf2/dw2-align.exp: Same.
1642 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1643 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1644 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1645 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1646 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1647 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1648 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1649 * gdb.dwarf2/dw2-inline-param.exp: Same.
1650 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1651 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1652 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1653 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1654 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1655 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1656 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1657 * gdb.dwarf2/dw2-param-error.exp: Same.
1658 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1659 * gdb.dwarf2/dw2-ranges.exp: Same.
1660 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1661 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1662 * gdb.dwarf2/dw4-sig-types.exp: Same.
1663 * gdb.dwarf2/dynarr-ptr.exp: Same.
1664 * gdb.dwarf2/enum-type.exp: Same.
1665 * gdb.dwarf2/fission-mix.exp: Same.
1666 * gdb.dwarf2/formdata16.exp: Same.
1667 * gdb.dwarf2/implptrconst.exp: Same.
1668 * gdb.dwarf2/implptrpiece.exp: Same.
1669 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1670 * gdb.dwarf2/main-subprogram.exp: Same.
1671 * gdb.dwarf2/method-ptr.exp: Same.
1672 * gdb.dwarf2/missing-sig-type.exp: Same.
1673 * gdb.dwarf2/nonvar-access.exp: Same.
1674 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1675 * gdb.dwarf2/shortpiece.exp: Same.
1676 * gdb.dwarf2/staticvirtual.exp: Same.
1677 * gdb.dwarf2/subrange.exp: Same.
1678 * gdb.dwarf2/symtab-producer.exp: Same.
1679 * gdb.dwarf2/typedef-void-finish.exp: Same.
1680 * gdb.dwarf2/var-access.exp: Same.
1681 * gdb.dwarf2/variant.exp: Same.
1682 * gdb.dwarf2/void-type.exp: Same.
1683 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1684 dw2-ranges-main.c.
1685 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1686
1687 2020-10-16 Tom de Vries <tdevries@suse.de>
1688
1689 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1690
1691 2020-10-16 Tom de Vries <tdevries@suse.de>
1692
1693 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1694
1695 2020-10-14 Tom de Vries <tdevries@suse.de>
1696
1697 PR testsuite/26732
1698 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1699 scenario 2.
1700 * gdb.ada/mi_catch_ex_hand.exp: Same.
1701
1702 2020-10-13 Pedro Alves <pedro@palves.net>
1703
1704 * lib/mi-support.exp (mi_clean_restart): New.
1705 (mi_run_to_main): Delete.
1706 All callers adjust to use mi_clean_restart / mi_runto_main.
1707
1708 2020-10-13 Pedro Alves <pedro@palves.net>
1709
1710 * config/monitor.exp: Use "list -q".
1711 * gdb.arch/gdb1558.exp: Use "break -q".
1712 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1713 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1714 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1715 * gdb.base/commands.exp: Use "break -q".
1716 * gdb.base/condbreak.exp: Use "break -q".
1717 * gdb.base/ctf-ptype.exp: Use "list -q".
1718 * gdb.base/define.exp: Use "break -q".
1719 * gdb.base/del.exp: Use "break -q".
1720 * gdb.base/fullname.exp: Use "break -q".
1721 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1722 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1723 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1724 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1725 "hbreak -q".
1726 * gdb.base/included.exp: Use "list -q".
1727 * gdb.base/label.exp: Use "break -q".
1728 * gdb.base/lineinc.exp: Use "break -q".
1729 * gdb.base/list.exp: Use "list -q".
1730 * gdb.base/macscp.exp: Use "list -q".
1731 * gdb.base/pending.exp: Use "break -q".
1732 * gdb.base/prologue-include.exp: Use "break -q".
1733 * gdb.base/ptype.exp: Use "list -q".
1734 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1735 * gdb.base/server-del-break.exp: Use "break -q".
1736 * gdb.base/style.exp: Use "break -q".
1737 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1738 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1739 * gdb.cp/exception.exp: Use "tbreak -q".
1740 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1741 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1742 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1743 * gdb.dwarf2/pr13961.exp: Use "break -q".
1744 * gdb.linespec/explicit.exp: Use "list -q".
1745 * gdb.linespec/linespec.exp: Use "break -q".
1746 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1747 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1748 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1749 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1750 * gdb.trace/change-loc.exp: Use "break -q".
1751 * gdb.trace/pending.exp: Use "break -q".
1752 * gdb.tui/basic.exp: Use "list -q".
1753 * gdb.tui/list-before.exp: Use "list -q".
1754 * gdb.tui/list.exp: Use "list -q".
1755 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1756
1757 2020-10-13 Pedro Alves <pedro@palves.net>
1758
1759 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1760 saved breakpoints file.
1761 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1762 inspecting breakpoint list.
1763 * lib/gdb.exp (runto_main): Add "qualified" to options.
1764 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1765 and handle it.
1766 (mi_runto_main): Pass 1 as qualified argument.
1767
1768 2020-10-13 Pedro Alves <pedro@palves.net>
1769
1770 * lib/mi-support.exp (mi_runto_main): New proc.
1771 (mi_run_to_main): Use it.
1772 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1773 * gdb.mi/mi-var-cmd.exp: Likewise.
1774 * gdb.mi/mi-var-invalidate.exp: Likewise.
1775 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1776 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1777 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1778 * gdb.mi/user-selected-context-sync.exp: Likewise.
1779 * gdb.opt/inline-cmds.exp: Likewise.
1780 * gdb.python/py-framefilter-mi.exp: Likewise.
1781 * gdb.python/py-mi.exp: Likewise.
1782
1783 2020-10-13 Pedro Alves <pedro@palves.net>
1784
1785 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1786 "runto main".
1787 * gdb.ada/small_reg_param.exp: Likewise.
1788 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1789 * gdb.base/annota1.exp: Likewise.
1790 * gdb.base/anon.exp: Likewise.
1791 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1792 * gdb.base/dprintf-non-stop.exp: Likewise.
1793 * gdb.base/dprintf.exp: Likewise.
1794 * gdb.base/gdb11530.exp: Likewise.
1795 * gdb.base/gdb11531.exp: Likewise.
1796 * gdb.base/gnu_vector.exp: Likewise.
1797 * gdb.base/interrupt-noterm.exp: Likewise.
1798 * gdb.base/memattr.exp: Likewise.
1799 * gdb.base/step-over-syscall.exp: Likewise.
1800 * gdb.base/watch-cond-infcall.exp: Likewise.
1801 * gdb.base/watch-read.exp: Likewise.
1802 * gdb.base/watch-vfork.exp: Likewise.
1803 * gdb.base/watch_thread_num.exp: Likewise.
1804 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1805 * gdb.guile/scm-frame-inline.exp: Likewise.
1806 * gdb.linespec/explicit.exp: Likewise.
1807 * gdb.opt/inline-break.exp: Likewise.
1808 * gdb.python/py-frame-inline.exp: Likewise.
1809 * gdb.reverse/break-precsave.exp: Likewise.
1810 * gdb.reverse/break-reverse.exp: Likewise.
1811 * gdb.reverse/consecutive-precsave.exp: Likewise.
1812 * gdb.reverse/consecutive-reverse.exp: Likewise.
1813 * gdb.reverse/finish-precsave.exp: Likewise.
1814 * gdb.reverse/finish-reverse.exp: Likewise.
1815 * gdb.reverse/fstatat-reverse.exp: Likewise.
1816 * gdb.reverse/getresuid-reverse.exp: Likewise.
1817 * gdb.reverse/i386-precsave.exp: Likewise.
1818 * gdb.reverse/i386-reverse.exp: Likewise.
1819 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1820 * gdb.reverse/i387-env-reverse.exp: Likewise.
1821 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1822 * gdb.reverse/insn-reverse.exp: Likewise.
1823 * gdb.reverse/machinestate-precsave.exp: Likewise.
1824 * gdb.reverse/machinestate.exp: Likewise.
1825 * gdb.reverse/pipe-reverse.exp: Likewise.
1826 * gdb.reverse/readv-reverse.exp: Likewise.
1827 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1828 * gdb.reverse/rerun-prec.exp: Likewise.
1829 * gdb.reverse/s390-mvcle.exp: Likewise.
1830 * gdb.reverse/solib-precsave.exp: Likewise.
1831 * gdb.reverse/solib-reverse.exp: Likewise.
1832 * gdb.reverse/step-precsave.exp: Likewise.
1833 * gdb.reverse/step-reverse.exp: Likewise.
1834 * gdb.reverse/time-reverse.exp: Likewise.
1835 * gdb.reverse/until-precsave.exp: Likewise.
1836 * gdb.reverse/until-reverse.exp: Likewise.
1837 * gdb.reverse/waitpid-reverse.exp: Likewise.
1838 * gdb.reverse/watch-precsave.exp: Likewise.
1839 * gdb.reverse/watch-reverse.exp: Likewise.
1840 * gdb.threads/kill.exp: Likewise.
1841 * gdb.threads/tid-reuse.exp: Likewise.
1842
1843 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1844
1845 PR gdb/26642
1846 * gdb.base/maint-target-async-off.c: New test.
1847 * gdb.base/maint-target-async-off.exp: New test.
1848
1849 2020-10-13 Alan Modra <amodra@gmail.com>
1850
1851 * gdb.arch/powerpc-altivec.s,
1852 * gdb.arch/powerpc-power7.s,
1853 * gdb.arch/powerpc-power8.s,
1854 * gdb.arch/powerpc-power9.s,
1855 * gdb.arch/powerpc-vsx.s,
1856 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1857 * gdb.arch/powerpc-altivec.exp,
1858 * gdb.arch/powerpc-power7.exp,
1859 * gdb.arch/powerpc-power8.exp,
1860 * gdb.arch/powerpc-power9.exp,
1861 * gdb.arch/powerpc-vsx.exp,
1862 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1863 disassembly of mfvsrd/mtvsrd.
1864
1865 2020-10-13 Alan Modra <amodra@gmail.com>
1866
1867 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1868 "target architecture" output.
1869 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1870 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1871 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1872 * gdb.arch/s390-disassembler-options.exp: Likewise.
1873
1874 2020-10-12 Pedro Alves <pedro@palves.net>
1875
1876 PR exp/26602
1877 PR c++/26550
1878 * gdb.cp/ambiguous.cc (marker1): Delete.
1879 (main): Initialize all the fields of the locals. Replace marker1
1880 call with a "set breakpoint here" marker.
1881 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1882 instead of running to marker1. Add tests printing all the
1883 variables and all the fields of the variables.
1884 (test_ambiguous): New proc, expecting the new GDB output when a
1885 field access is ambiguous. Change all "warning: X ambiguous"
1886 tests to use it.
1887
1888 2020-10-12 Gary Benson <gbenson@redhat.com>
1889
1890 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1891 * gdb.base/msym-bp-2.c (foo): Likewise.
1892 * gdb.base/msym-lang.c (foo): Likewise.
1893 * gdb.base/msym-lang-main.c (foo): Likewise.
1894 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1895 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1896 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1897 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1898 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1899 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1900 * gdb.python/py-objfile.c (static_var): Likewise.
1901 * gdb.python/py-symbol.c (rr): Likewise.
1902 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1903 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1904
1905 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1906
1907 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1908 output of backtrace.
1909
1910 2020-10-09 Tom Tromey <tromey@adacore.com>
1911
1912 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
1913 (Rec): Add field. Fix range.
1914 * gdb.ada/scalar_storage.exp: Update.
1915
1916 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
1917
1918 PR exp/26714
1919 * gdb.base/printcmds.exp: Add tests for void results.
1920
1921 2020-10-09 Jan Vrany <jan.vrany@labware.com>
1922
1923 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
1924 is emmited for both 'set directories' and 'directory' commands.
1925
1926 2020-10-08 Tom Tromey <tom@tromey.com>
1927
1928 * gdb.base/style.exp: Check that "main"'s name is styled.
1929
1930 2020-10-07 Tom Tromey <tromey@adacore.com>
1931
1932 * gdb.base/find.exp: Rename some tests.
1933
1934 2020-10-06 Gary Benson <gbenson@redhat.com>
1935
1936 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
1937 * gdb.base/list1.c (unused): Likewise.
1938
1939 2020-10-06 Gary Benson <gbenson@redhat.com>
1940
1941 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
1942 __attribute__ ((used)).
1943 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
1944
1945 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
1946
1947 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
1948 make use of regions throughout.
1949 * gdb.base/overlays.exp: Enclose string with variableds in "..",
1950 not {...}.
1951 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
1952
1953 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
1954
1955 * gdb.base/call-sc.c: Fix return struct on stack test case.
1956 * gdb.base/call-sc.exp: Likewise.
1957
1958 2020-10-02 Gary Benson <gbenson@redhat.com>
1959
1960 * README: Fix "paralell".
1961
1962 2020-09-30 Gary Benson <gbenson@redhat.com>
1963
1964 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
1965 Convert directive to lowercase.
1966 (.Labbrev1_begin): Add missing label.
1967 (abbrev code 0x1): Remove DW_AT_stmt_list.
1968 (.Ldie_b): Likewise.
1969
1970 2020-09-27 Tom Tromey <tom@tromey.com>
1971
1972 * gdb.tui/new-layout.exp: Use with_test_prefix.
1973
1974 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
1975
1976 PR python/26586
1977 * gdb.python/python.exp: add test cases for the from_tty
1978 argument to gdb.execute.
1979
1980 2020-09-25 Gary Benson <gbenson@redhat.com>
1981
1982 * gdb.base/infcall-nested-structs.exp.tcl: Add
1983 additional_flags=-Wno-tautological-compare for C++
1984 tests when compiling using Clang.
1985
1986 2020-09-25 Gary Benson <gbenson@redhat.com>
1987
1988 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
1989 for .c files.
1990
1991 2020-09-24 Tom Tromey <tromey@adacore.com>
1992
1993 PR tui/26638:
1994 * gdb.tui/list.exp: Check output of "focus next".
1995
1996 2020-09-23 Tom Tromey <tom@tromey.com>
1997
1998 * gdb.dwarf2/intbits.exp: New file.
1999 * gdb.dwarf2/intbits.c: New file.
2000
2001 2020-09-20 Pedro Alves <pedro@palves.net>
2002
2003 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
2004 spawn_id before calling remote_close. Close secondary MI channel.
2005
2006 2020-09-20 Pedro Alves <pedro@palves.net>
2007
2008 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
2009 fails.
2010
2011 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
2012
2013 * gdb.fortran/array-slices.exp: Update expected results.
2014 * gdb.fortran/class-allocatable-array.exp: Likewise.
2015 * gdb.fortran/multi-dim.exp: Likewise.
2016 * gdb.fortran/vla-type.exp: Likewise.
2017 * gdb.mi/mi-vla-fortran.exp: Likewise.
2018
2019 2020-09-18 Victor Collod <vcollod@nvidia.com>
2020
2021 PR gdb/26635
2022 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
2023 compatible with i386, and move it to...
2024 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
2025 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
2026 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
2027
2028 2020-09-18 Pedro Alves <pedro@palves.net>
2029
2030 PR gdb/26631
2031 * gdb.multi/multi-target-thread-find.exp: New file.
2032
2033 2020-09-18 Pedro Alves <pedro@palves.net>
2034
2035 * gdb.multi/multi-target-continue.exp: New file, factored out from
2036 multi-target.exp.
2037 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
2038 multi-target.exp.
2039 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
2040 multi-target.exp.
2041 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
2042 multi-target.exp.
2043 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
2044 multi-target.exp.
2045 * gdb.multi/multi-target.exp.tcl: New file, factored out from
2046 multi-target.exp.
2047 * gdb.multi/multi-target.exp: Delete.
2048
2049 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2050
2051 * gdb.fortran/array-slices.exp: Add missing message data.
2052
2053 2020-09-17 Pedro Alves <pedro@palves.net>
2054
2055 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
2056
2057 2020-09-17 Pedro Alves <pedro@palves.net>
2058
2059 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
2060 full prototype.
2061
2062 2020-09-17 Pedro Alves <pedro@palves.net>
2063
2064 * gdb.python/py-as-string.c: Add cast.
2065
2066 2020-09-17 Pedro Alves <pedro@palves.net>
2067
2068 * gdb.base/sizeof.c (fill): Add cast.
2069
2070 2020-09-17 Pedro Alves <pedro@palves.net>
2071
2072 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
2073
2074 2020-09-17 Pedro Alves <pedro@palves.net>
2075
2076 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
2077 linkage name.
2078 * gdb.base/prologue.exp: Use print /d.
2079 * gdb.base/symbol-alias.exp: Handle C++ output.
2080 * gdb.base/symbol-alias2.c: Handle C++ output.
2081 [__cplusplus] (func): Explicitly specify linkage name.
2082
2083 2020-09-17 Pedro Alves <pedro@palves.net>
2084
2085 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
2086 (struct my_key_t): ... this. Adjust all references.
2087 (struct value_t): Rename to ...
2088 (struct my_value_t): ... this. Adjust all references.
2089 (create_map, add_map_element, create_map_map)
2090 (add_map_map_element): Add casts.
2091
2092 2020-09-17 Pedro Alves <pedro@palves.net>
2093
2094 * gdb.python/py-framefilter-mi.c (funca): Add casts.
2095 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
2096
2097 2020-09-17 Pedro Alves <pedro@palves.net>
2098
2099 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
2100
2101 2020-09-17 Pedro Alves <pedro@palves.net>
2102
2103 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
2104 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
2105 (charfoo, intfoo): Define full prototype.
2106 * gdb.base/ptype1.c (charfoo): Define full prototype.
2107 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
2108 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
2109
2110 2020-09-17 Pedro Alves <pedro@palves.net>
2111
2112 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
2113 Don't define.
2114 (utf_32_string): Compile for both C and C++.
2115 * gdb.base/charset.exp: Use "print /d".
2116
2117 2020-09-17 Pedro Alves <pedro@palves.net>
2118
2119 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
2120 (nullptr): Rename to ...
2121 (null_ptr): ... this.
2122 * gdb.base/watchpoint.exp: Adjust to rename.
2123
2124 2020-09-17 Pedro Alves <pedro@palves.net>
2125
2126 * gdb.base/printcmds.c (three, flag_enum_without_zero)
2127 (three_not_flag): Add casts.
2128
2129 2020-09-17 Pedro Alves <pedro@palves.net>
2130
2131 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
2132 char array.
2133 (main): Add references to Barrier, TestStrings, TestStringsH and
2134 TestStringsW.
2135 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
2136 and expect a full prototype in C++.
2137
2138 2020-09-17 Pedro Alves <pedro@palves.net>
2139
2140 * gdb.base/nested-addr.c (main): Add cast.
2141 * gdb.base/nested-addr.exp: Use "print /d".
2142
2143 2020-09-17 Pedro Alves <pedro@palves.net>
2144
2145 * gdb.base/break.exp (func): New. Use it throughout when
2146 expecting a function name.
2147
2148 2020-09-17 Pedro Alves <pedro@palves.net>
2149
2150 * gdb.base/display.exp: Issue "set print asm-demangle on".
2151
2152 2020-09-17 Pedro Alves <pedro@palves.net>
2153
2154 * gdb.base/find.c: Include <string.h>.
2155 (init_bufs): Add cast.
2156 * gdb.base/find.exp: Issue "set print asm-demangle on".
2157
2158 2020-09-16 Tom Tromey <tromey@adacore.com>
2159
2160 PR gdb/26598:
2161 * gdb.base/skipcxx.exp: New file.
2162 * gdb.base/skipcxx.cc: New file.
2163
2164 2020-09-16 Tom de Vries <tdevries@suse.de>
2165
2166 PR testsuite/26617
2167 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
2168 WITH_DEBUG_SECTIONS is defined.
2169 (xstr, str): New macro.
2170 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
2171 to get start and size of _Dmain.
2172 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
2173 using additional_flags.
2174
2175 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2176
2177 * gdb.base/bp-cmds-sourced-script.c: New file.
2178 * gdb.base/bp-cmds-sourced-script.exp: New test.
2179 * gdb.base/bp-cmds-sourced-script.gdb: New file.
2180
2181 2020-09-16 Tom de Vries <tdevries@suse.de>
2182
2183 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
2184 get the gdb prompt after issuing "monitor exit".
2185
2186 2020-09-16 Tom de Vries <tdevries@suse.de>
2187
2188 PR testsuite/26624
2189 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
2190
2191 2020-09-16 Tom de Vries <tdevries@suse.de>
2192
2193 PR testsuite/26618
2194 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2195
2196 2020-09-15 Tom Tromey <tromey@adacore.com>
2197
2198 PR rust/26197:
2199 * lib/rust-support.exp (rust_llvm_version): New proc.
2200 * gdb.rust/simple.exp: Check rust_llvm_version.
2201
2202 2020-09-14 Tom de Vries <tdevries@suse.de>
2203
2204 * gdb.rust/traits.exp: Fix PATH warning.
2205
2206 2020-09-13 Pedro Alves <pedro@palves.net>
2207
2208 * gdb.base/catch-follow-exec.c (main): Add explicit return
2209 statement.
2210 * gdb.base/catch-signal.c (main): Likewise.
2211 * gdb.base/condbreak-call-false.c (main): Likewise.
2212 * gdb.base/consecutive.c (main): Add explicit return
2213 statement and return type.
2214 * gdb.base/cursal.c (main): Add explicit return statement.
2215 * gdb.base/cvexpr.c (main): Likewise.
2216 * gdb.base/display.c (main): Add explicit return statement and
2217 return type.
2218 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
2219 * gdb.base/endianity.c (main): Likewise.
2220 * gdb.base/execd-prog.c (main): Likewise.
2221 * gdb.base/gdb1090.c (main): Likewise.
2222 * gdb.base/info_qt.c (main): Likewise.
2223 * gdb.base/lineinc.c (main): Likewise.
2224 * gdb.base/load-command.c (main): Likewise.
2225 * gdb.base/macscp1.c (main): Likewise.
2226 * gdb.base/pr10179-a.c (main): Likewise.
2227 * gdb.base/quit-live.c (main): Likewise.
2228 * gdb.base/scope0.c (main): Likewise.
2229 * gdb.base/settings.c (main): Likewise.
2230 * gdb.base/stack-checking.c (main): Return int.
2231 * gdb.base/varargs.c (main): Add explicit return statement.
2232 * gdb.cp/ambiguous.cc (main): Likewise.
2233 * gdb.cp/anon-struct.cc (main): Likewise.
2234 * gdb.cp/anon-union.cc (main): Likewise.
2235 * gdb.cp/bool.cc (main): Likewise.
2236 * gdb.cp/bs15503.cc (main): Likewise.
2237 * gdb.cp/cplusfuncs.cc (main): Likewise.
2238 * gdb.cp/cttiadd.cc (main): Likewise.
2239 * gdb.cp/extern-c.cc (main): Likewise.
2240 * gdb.cp/filename.cc (main): Likewise.
2241 * gdb.cp/formatted-ref.cc (main): Likewise.
2242 * gdb.cp/mb-ctor.cc (main): Likewise.
2243 * gdb.cp/member-ptr.cc (main): Likewise.
2244 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2245 * gdb.cp/overload-const.cc (main): Likewise.
2246 * gdb.cp/paren-type.cc (main): Likewise.
2247 * gdb.cp/parse-lang.cc (main): Likewise.
2248 * gdb.cp/pr-1023.cc (main): Likewise.
2249 * gdb.cp/psmang1.cc (main): Likewise.
2250 * gdb.cp/readnow-language.cc (main): Likewise.
2251 * gdb.cp/ref-params.cc (main): Likewise.
2252 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2253 * gdb.cp/virtbase2.cc (main): Likewise.
2254 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2255 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2256 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2257 * gdb.mi/mi-console.c (main): Likewise.
2258 * gdb.mi/mi-read-memory.c (main): Likewise.
2259 * gdb.modula2/multidim.c (main): Likewise.
2260 * gdb.opt/inline-small-func.c (main): Likewise.
2261 * gdb.python/py-rbreak.c (main): Likewise.
2262 * gdb.stabs/exclfwd1.c (main): Likewise.
2263 * gdb.trace/qtro.c (main): Likewise.
2264
2265 2020-09-13 Pedro Alves <pedro@palves.net>
2266
2267 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2268 instead of getenv.
2269
2270 2020-09-13 Pedro Alves <pedro@palves.net>
2271
2272 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2273 instead of spawning GDB with remote_spawn.
2274 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2275 gdb_spawn instead of spawning GDB with remote_spawn.
2276
2277 2020-09-13 Pedro Alves <pedro@palves.net>
2278
2279 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2280 file and add calls to first and second.
2281 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2282 add call to f.
2283
2284 2020-09-13 Pedro Alves <pedro@palves.net>
2285
2286 * gdb.mi/mi-break-qualified.cc: New file.
2287 * gdb.mi/mi-break-qualified.exp: New file.
2288 * lib/mi-support.exp (mi_create_breakpoint_multi)
2289 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2290 procedures.
2291 (mi_create_breakpoint_1): New, factored out from
2292 mi_create_breakpoint.
2293
2294 2020-09-13 Pedro Alves <pedro@palves.net>
2295
2296 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2297 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2298 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2299 (register_class): Delete.
2300 (main): Don't call register_class.
2301
2302 2020-09-13 Pedro Alves <pedro@palves.net>
2303
2304 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2305 (do_tests): Remove "calling method for small class" test.
2306 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2307 (register_class): Delete.
2308 (main): Don't call register_class.
2309 * gdb.cp/call-method-register.exp: New file, based on bits removed
2310 from classes.exp.
2311 * gdb.cp/call-method-register.cc: New file, based on bits removed
2312 from classes.cc.
2313
2314 2020-09-13 Pedro Alves <pedro@palves.net>
2315
2316 * gdb.base/msym-bp-2.c: New.
2317 * gdb.base/msym-bp-shl-lib.c: New file.
2318 * gdb.base/msym-bp-shl-main-2.c: New file.
2319 * gdb.base/msym-bp-shl-main.c: New file.
2320 * gdb.base/msym-bp-shl.exp: New file.
2321 * gdb.base/msym-bp.c: New file.
2322 * gdb.base/msym-bp.exp: New file.
2323
2324 2020-09-13 Joel Brobecker <brobecker@adacore.com>
2325
2326 * gdb.base/default.exp: Change $_gdb_major to 11.
2327
2328 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2329 Felix Willgerodt <Felix.Willgerodt@intel.com>
2330
2331 * x86-avx512bf16.c: New file.
2332 * x86-avx512bf16.exp: Likewise.
2333 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2334
2335 2020-09-11 Tom de Vries <tdevries@suse.de>
2336
2337 PR exp/26602
2338 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2339
2340 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2341
2342 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2343
2344 2020-09-10 Alan Modra <amodra@gmail.com>
2345
2346 PR 26597
2347 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2348
2349 2020-09-08 Tom de Vries <tdevries@suse.de>
2350
2351 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2352 after gdb_starti_cmd.
2353
2354 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2355
2356 * lib/fortran.exp (fortran_complex8): New proc.
2357 (fortran_complex16): New proc.
2358 * gdb.fortran/complex.exp: Use routines from fortran.exp
2359 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2360 * gdb.fortran/vla-ptr-info.exp: Likewise.
2361
2362 2020-09-03 Tom de Vries <tdevries@suse.de>
2363
2364 PR breakpoint/26546
2365 * gdb.base/label-without-address.exp: Runto main first.
2366
2367 2020-09-02 Tom Tromey <tromey@adacore.com>
2368
2369 * gdb.ada/mi_var_access.exp: Test children of access variable.
2370 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2371 * gdb.ada/mi_var_array.exp: Update.
2372
2373 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2374
2375 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2376 on docker w/ AUFS storage driver.
2377
2378 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2379
2380 * gdb.base/corefile2.exp (renamed binfile): New tests.
2381
2382 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2383
2384 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2385
2386 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2387
2388 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2389 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2390
2391 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2392
2393 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2394 output, printing a "not saved" value from history and printing a
2395 convenience variable created from a "not saved" value.
2396
2397 2020-08-31 Tom de Vries <tdevries@suse.de>
2398
2399 * gdb.base/eh_return.exp: Use nopie.
2400
2401 2020-08-28 Pedro Alves <pedro@palves.net>
2402
2403 * gdb.base/advance-until-multiple-locations.exp
2404 (advance_overload, until_overload): Adjust to match the
2405 frame/function header instead of the source line text.
2406
2407 2020-08-28 Tom de Vries <tdevries@suse.de>
2408
2409 * gdb.base/label-without-address.c: New test.
2410 * gdb.base/label-without-address.exp: New file.
2411
2412 2020-08-27 Pedro Alves <pedro@palves.net>
2413
2414 PR gdb/26523
2415 PR gdb/26524
2416 * gdb.base/advance-until-multiple-locations.cc: New.
2417 * gdb.base/advance-until-multiple-locations.exp: New.
2418
2419 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2420
2421 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2422
2423 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2424
2425 * gdb.arch/amd64-byte.exp: Make test names unique, use
2426 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2427 * gdb.arch/amd64-dword.exp: Likewise.
2428 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2429 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2430 unique.
2431 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2432 * gdb.arch/amd64-word.exp: Make test names unique, use
2433 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2434 * gdb.arch/i386-byte.exp: Make test names unique, use
2435 gdb_breakpoint.
2436 * gdb.arch/i386-word.exp: Likewise.
2437
2438 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
2439
2440 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2441
2442 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2443
2444 PR gdb/26532
2445 * gdb.threads/stepi-random-signal.exp: Update pattern.
2446
2447 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
2448
2449 PR gdb/26532
2450 * gdb.base/ui-redirect.exp: Update pattern.
2451
2452 2020-08-25 Gary Benson <gbenson@redhat.com>
2453
2454 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2455 when compiling with clang.
2456 * gdb.dwarf2/dw2-restore.exp: Likewise.
2457
2458 2020-08-25 Gary Benson <gbenson@redhat.com>
2459
2460 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2461 Add additional_flags=-Wno-inaccessible-base when compiling
2462 with GCC >= 10.1 or clang. Add additional_flags=-w when
2463 compiling with GCC < 10.
2464
2465 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2466
2467 PR m2/26372
2468 * gdb.modula2/multidim.c: New file.
2469 * gdb.modula2/multidim.exp: New file.
2470
2471 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2472
2473 * lib/gdb.exp (runto): Always emit fail on internal error.
2474
2475 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
2476
2477 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2478 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2479 Likewise.
2480 * gdb.threads/stepi-random-signal.exp: Likewise.
2481
2482 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2483
2484 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2485 * gdb.trace/strace.exp: Ditto.
2486
2487 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2488
2489 * gdb.fortran/vla-type.exp: Skip commands not required for
2490 the Flang compiled binaries after prologue fix.
2491
2492 2020-08-17 Tom de Vries <tdevries@suse.de>
2493 Tom Tromey <tromey@adacore.com>
2494
2495 PR rust/26197:
2496 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2497
2498 2020-08-17 Tom Tromey <tromey@adacore.com>
2499
2500 * gdb.ada/mi_var_access.exp: New file.
2501 * gdb.ada/mi_var_access/mi_access.adb: New file.
2502 * gdb.ada/mi_var_access/pck.adb: New file.
2503 * gdb.ada/mi_var_access/pck.ads: New file.
2504
2505 2020-08-16 Tom de Vries <tdevries@suse.de>
2506
2507 PR gdb/25350
2508 * gdb.base/eh_return.c: New test.
2509 * gdb.base/eh_return.exp: New file.
2510
2511 2020-08-15 Tom de Vries <tdevries@suse.de>
2512
2513 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2514 (mixed_func_1d_): Use fortran_charlen_t in decl.
2515
2516 2020-08-15 Tom de Vries <tdevries@suse.de>
2517
2518 PR backtrace/26390
2519 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2520 Update expected pattern.
2521
2522 2020-08-13 Pedro Alves <pedro@palves.net>
2523
2524 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2525 * gdb.fortran/library-module.exp: Likewise.
2526 * gdb.fortran/logical.exp: Likewise.
2527 * gdb.fortran/module.exp: Likewise.
2528 * gdb.fortran/print_type.exp: Likewise.
2529 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2530 * gdb.fortran/vla-datatypes.exp: Likewise.
2531 * gdb.fortran/vla-history.exp: Likewise.
2532 * gdb.fortran/vla-ptr-info.exp: Likewise.
2533 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2534 * gdb.fortran/vla-ptype.exp: Likewise.
2535 * gdb.fortran/vla-sizeof.exp: Likewise.
2536 * gdb.fortran/vla-type.exp: Likewise.
2537 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2538 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2539 * gdb.fortran/vla-value-sub.exp: Likewise.
2540 * gdb.fortran/vla-value.exp: Likewise.
2541
2542 2020-08-13 Pedro Alves <pedro@palves.net>
2543
2544 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2545 * gdb.ada/access_to_packed_array.exp: Likewise.
2546 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2547 * gdb.ada/addr_arith.exp: Likewise.
2548 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2549 * gdb.ada/arr_arr.exp: Likewise.
2550 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2551 * gdb.ada/array_bounds.exp: Likewise.
2552 * gdb.ada/array_of_variable_length.exp: Likewise.
2553 * gdb.ada/array_ptr_renaming.exp: Likewise.
2554 * gdb.ada/array_subscript_addr.exp: Likewise.
2555 * gdb.ada/arraydim.exp: Likewise.
2556 * gdb.ada/arrayparam.exp: Likewise.
2557 * gdb.ada/arrayptr.exp: Likewise.
2558 * gdb.ada/assign_1.exp: Likewise.
2559 * gdb.ada/assign_arr.exp: Likewise.
2560 * gdb.ada/atomic_enum.exp: Likewise.
2561 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2562 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2563 * gdb.ada/bias.exp: Likewise.
2564 * gdb.ada/boolean_expr.exp: Likewise.
2565 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2566 * gdb.ada/bp_enum_homonym.exp: Likewise.
2567 * gdb.ada/bp_inlined_func.exp: Likewise.
2568 * gdb.ada/bp_on_var.exp: Likewise.
2569 * gdb.ada/bp_range_type.exp: Likewise.
2570 * gdb.ada/bp_reset.exp: Likewise.
2571 * gdb.ada/call_pn.exp: Likewise.
2572 * gdb.ada/catch_assert_if.exp: Likewise.
2573 * gdb.ada/catch_ex.exp: Likewise.
2574 * gdb.ada/catch_ex_std.exp: Likewise.
2575 * gdb.ada/char_enum.exp: Likewise.
2576 * gdb.ada/char_param.exp: Likewise.
2577 * gdb.ada/complete.exp: Likewise.
2578 * gdb.ada/cond_lang.exp: Likewise.
2579 * gdb.ada/convvar_comp.exp: Likewise.
2580 * gdb.ada/dgopt.exp: Likewise.
2581 * gdb.ada/disc_arr_bound.exp: Likewise.
2582 * gdb.ada/display_nested.exp: Likewise.
2583 * gdb.ada/dot_all.exp: Likewise.
2584 * gdb.ada/dyn_loc.exp: Likewise.
2585 * gdb.ada/dyn_stride.exp: Likewise.
2586 * gdb.ada/excep_handle.exp: Likewise.
2587 * gdb.ada/expr_delims.exp: Likewise.
2588 * gdb.ada/expr_with_funcall.exp: Likewise.
2589 * gdb.ada/exprs.exp: Likewise.
2590 * gdb.ada/fin_fun_out.exp: Likewise.
2591 * gdb.ada/fixed_cmp.exp: Likewise.
2592 * gdb.ada/formatted_ref.exp: Likewise.
2593 * gdb.ada/frame_arg_lang.exp: Likewise.
2594 * gdb.ada/frame_args.exp: Likewise.
2595 * gdb.ada/fullname_bp.exp: Likewise.
2596 * gdb.ada/fun_addr.exp: Likewise.
2597 * gdb.ada/fun_in_declare.exp: Likewise.
2598 * gdb.ada/fun_overload_menu.exp: Likewise.
2599 * gdb.ada/fun_renaming.exp: Likewise.
2600 * gdb.ada/funcall_char.exp: Likewise.
2601 * gdb.ada/funcall_param.exp: Likewise.
2602 * gdb.ada/funcall_ptr.exp: Likewise.
2603 * gdb.ada/funcall_ref.exp: Likewise.
2604 * gdb.ada/homonym.exp: Likewise.
2605 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2606 * gdb.ada/info_auto_lang.exp: Likewise.
2607 * gdb.ada/info_exc.exp: Likewise.
2608 * gdb.ada/info_types.exp: Likewise.
2609 * gdb.ada/int_deref.exp: Likewise.
2610 * gdb.ada/interface.exp: Likewise.
2611 * gdb.ada/iwide.exp: Likewise.
2612 * gdb.ada/lang_switch.exp: Likewise.
2613 * gdb.ada/length_cond.exp: Likewise.
2614 * gdb.ada/maint_with_ada.exp: Likewise.
2615 * gdb.ada/mi_catch_assert.exp: Likewise.
2616 * gdb.ada/mi_catch_ex.exp: Likewise.
2617 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2618 * gdb.ada/mi_dyn_arr.exp: Likewise.
2619 * gdb.ada/mi_ex_cond.exp: Likewise.
2620 * gdb.ada/mi_exc_info.exp: Likewise.
2621 * gdb.ada/mi_interface.exp: Likewise.
2622 * gdb.ada/mi_prot.exp: Likewise.
2623 * gdb.ada/mi_ref_changeable.exp: Likewise.
2624 * gdb.ada/mi_string_access.exp: Likewise.
2625 * gdb.ada/mi_task_arg.exp: Likewise.
2626 * gdb.ada/mi_task_info.exp: Likewise.
2627 * gdb.ada/mi_var_array.exp: Likewise.
2628 * gdb.ada/mi_var_union.exp: Likewise.
2629 * gdb.ada/mi_variant.exp: Likewise.
2630 * gdb.ada/minsyms.exp: Likewise.
2631 * gdb.ada/mod_from_name.exp: Likewise.
2632 * gdb.ada/nested.exp: Likewise.
2633 * gdb.ada/null_array.exp: Likewise.
2634 * gdb.ada/optim_drec.exp: Likewise.
2635 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2636 * gdb.ada/packed_array_assign.exp: Likewise.
2637 * gdb.ada/packed_tagged.exp: Likewise.
2638 * gdb.ada/pp-rec-component.exp: Likewise.
2639 * gdb.ada/print_chars.exp: Likewise.
2640 * gdb.ada/print_pc.exp: Likewise.
2641 * gdb.ada/ptr_typedef.exp: Likewise.
2642 * gdb.ada/ptype_arith_binop.exp: Likewise.
2643 * gdb.ada/ptype_array.exp: Likewise.
2644 * gdb.ada/ptype_field.exp: Likewise.
2645 * gdb.ada/ptype_tagged_param.exp: Likewise.
2646 * gdb.ada/ptype_union.exp: Likewise.
2647 * gdb.ada/py_range.exp: Likewise.
2648 * gdb.ada/py_taft.exp: Likewise.
2649 * gdb.ada/rdv_wait.exp: Likewise.
2650 * gdb.ada/rec_comp.exp: Likewise.
2651 * gdb.ada/rec_return.exp: Likewise.
2652 * gdb.ada/ref_param.exp: Likewise.
2653 * gdb.ada/ref_tick_size.exp: Likewise.
2654 * gdb.ada/rename_subscript_param.exp: Likewise.
2655 * gdb.ada/repeat_dyn.exp: Likewise.
2656 * gdb.ada/same_component_name.exp: Likewise.
2657 * gdb.ada/same_enum.exp: Likewise.
2658 * gdb.ada/scalar_storage.exp: Likewise.
2659 * gdb.ada/set_wstr.exp: Likewise.
2660 * gdb.ada/small_reg_param.exp: Likewise.
2661 * gdb.ada/str_binop_equal.exp: Likewise.
2662 * gdb.ada/str_ref_cmp.exp: Likewise.
2663 * gdb.ada/str_uninit.exp: Likewise.
2664 * gdb.ada/sub_variant.exp: Likewise.
2665 * gdb.ada/sym_print_name.exp: Likewise.
2666 * gdb.ada/taft_type.exp: Likewise.
2667 * gdb.ada/tagged.exp: Likewise.
2668 * gdb.ada/tagged_access.exp: Likewise.
2669 * gdb.ada/task_bp.exp: Likewise.
2670 * gdb.ada/task_switch_in_core.exp: Likewise.
2671 * gdb.ada/tasks.exp: Likewise.
2672 * gdb.ada/tick_last_segv.exp: Likewise.
2673 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2674 * gdb.ada/type_coercion.exp: Likewise.
2675 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2676 * gdb.ada/unchecked_union.exp: Likewise.
2677 * gdb.ada/uninitialized_vars.exp: Likewise.
2678 * gdb.ada/var_arr_attrs.exp: Likewise.
2679 * gdb.ada/var_arr_typedef.exp: Likewise.
2680 * gdb.ada/var_rec_arr.exp: Likewise.
2681 * gdb.ada/variant-record.exp: Likewise.
2682 * gdb.ada/variant.exp: Likewise.
2683 * gdb.ada/variant_record_packed_array.exp: Likewise.
2684 * gdb.ada/varsize_limit.exp: Likewise.
2685 * gdb.ada/whatis_array_val.exp: Likewise.
2686 * gdb.ada/widewide.exp: Likewise.
2687 * gdb.ada/win_fu_syms.exp: Likewise.
2688
2689 2020-08-12 Gary Benson <gbenson@redhat.com>
2690
2691 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2692
2693 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2694
2695 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2696 unset the array variable.
2697
2698 2020-08-03 Tom de Vries <tdevries@suse.de>
2699
2700 PR symtab/26333
2701 * lib/dwarf.exp (DW_LNE_user): New proc.
2702 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2703 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2704
2705 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2706
2707 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2708 to 'uintptr_t'
2709 (inttypes.h): Include.
2710
2711 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2712
2713 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2714 (C5_24k): Delete.
2715 (C5_8k, C5_64k, C5_256k): New macros.
2716 (buf_ro): Allocate 256 KiB of initialized data.
2717
2718 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2719
2720 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2721 that attempt to overwrite an existing condition with a condition
2722 that fails parsing and also with a condition that parses fine
2723 but contains junk at the end.
2724
2725 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2726
2727 * gdb.base/condbreak-bad.c: New test.
2728 * gdb.base/condbreak-bad.exp: New file.
2729
2730 2020-07-30 Tom de Vries <tdevries@suse.de>
2731
2732 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2733 out of ...
2734 (GDBInfoModuleSymbols::check_entry): ... here.
2735 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2736 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2737 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2738
2739 2020-07-30 Tom de Vries <tdevries@suse.de>
2740
2741 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2742 "__class_some_module_Number_t" optional.
2743
2744 2020-07-29 Tom de Vries <tdevries@suse.de>
2745
2746 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2747 multiple locations.
2748
2749 2020-07-29 Tom de Vries <tdevries@suse.de>
2750
2751 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2752 rather than function name.
2753
2754 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2755
2756 PR symtab/26270:
2757 * gdb.cp/disasm-func-name.cc: New file.
2758 * gdb.cp/disasm-func-name.exp: New file.
2759
2760 2020-07-28 Tom Tromey <tromey@adacore.com>
2761
2762 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2763 'varval' location.
2764
2765 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2766
2767 * gdb.python/py-unwind.py: Update to make use of a register
2768 descriptor.
2769
2770 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2771
2772 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2773
2774 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2775
2776 PR fortran/23051
2777 PR fortran/26139
2778 * gdb.fortran/class-allocatable-array.exp: New file.
2779 * gdb.fortran/class-allocatable-array.f90: New file.
2780 * gdb.fortran/pointer-to-pointer.exp: New file.
2781 * gdb.fortran/pointer-to-pointer.f90: New file.
2782
2783 2020-07-25 Tom de Vries <tdevries@suse.de>
2784
2785 PR symtab/26243
2786 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2787 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2788
2789 2020-07-24 Tom de Vries <tdevries@suse.de>
2790
2791 PR testsuite/26293
2792 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2793
2794 2020-07-23 Pedro Alves <pedro@palves.net>
2795
2796 * gdb.server/server-kill.exp (prepare): New, factored out from the
2797 top level.
2798 (kill_server): New.
2799 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2800 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2801
2802 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2803
2804 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2805
2806 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2807
2808 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2809 Initialize to empty string at top level.
2810 (gdb_wrapper_init): Revert check for file existence on build.
2811 Build the wrapper in its default place, not a build-specific
2812 location. When host == build, make the pathname absolute.
2813 (gdb_compile): Delete leftover declaration of
2814 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2815 string instead of uninitialized.
2816
2817 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2818
2819 * gdb.base/corefile2.exp: New file.
2820 * gdb.base/coremaker2.exp: New file.
2821
2822 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2823
2824 * gdb.base/coredump-filter.exp: Add second
2825 non-Private-Shared-Anon-File test.
2826 (test_disasm): Rename binfile for test which is expected
2827 to fail.
2828
2829 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2830
2831 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2832 data in core file".
2833 * gdb.base/coremaker.c (buf2ro): New global.
2834 (mmapdata): Add a read-only mmap mapping.
2835
2836 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2837
2838 PR corefiles/25631
2839 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2840 New test.
2841 * gdb.base/coremaker.c (buf3): New global.
2842 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2843 flags.
2844
2845 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2846
2847 * gdb.base/coremaker.c (filler_ro): New global constant.
2848
2849 2020-07-22 Tom Tromey <tromey@adacore.com>
2850
2851 * gdb.ada/mi_prot.exp: New file.
2852 * gdb.ada/mi_prot/pkg.adb: New file.
2853 * gdb.ada/mi_prot/pkg.ads: New file.
2854 * gdb.ada/mi_prot/prot.adb: New file.
2855
2856 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2857
2858 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2859 loads two JITers.
2860
2861 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2862
2863 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2864
2865 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2866
2867 * gdb.python/py-arch-reg-names.exp: Additional tests.
2868
2869 2020-07-21 Tom de Vries <tdevries@suse.de>
2870
2871 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2872 breakpoint locations".
2873 * gdb.reverse/solib-reverse.exp: Same.
2874
2875 2020-07-21 Tom de Vries <tdevries@suse.de>
2876
2877 * gdb.reverse/step-reverse.c (callee): Merge statements.
2878
2879 2020-07-21 Tom de Vries <tdevries@suse.de>
2880
2881 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2882 line numbers for some variables.
2883
2884 2020-07-21 Tom de Vries <tdevries@suse.de>
2885
2886 * gdb.opt/inline-locals.c (init_array): New func.
2887 (func1): Use init_array.
2888 * gdb.opt/inline-locals.exp: Update pattern.
2889
2890 2020-07-21 Tom de Vries <tdevries@suse.de>
2891
2892 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2893 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2894
2895 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2896
2897 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2898 * gdb.guile/types-module.exp: Remove "ERROR:" from
2899 regexps since Guile 3.0 no longer prints that.
2900
2901 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2902
2903 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2904 error regexp to match on Guile 2.2.
2905
2906 2020-07-20 Gary Benson <gbenson@redhat.com>
2907
2908 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2909 with clang.
2910
2911 2020-07-20 Tom de Vries <tdevries@suse.de>
2912
2913 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
2914 (omp_set_lock_in_order): New function.
2915 (single_scope, multi_scope, nested_func, nested_parallel): Use
2916 omp_set_lock_in_order and omp_unset_lock.
2917 (main): Init and destroy lock and lock2.
2918
2919 2020-07-20 Tom de Vries <tdevries@suse.de>
2920
2921 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2922
2923 2020-07-20 Tom de Vries <tdevries@suse.de>
2924
2925 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2926
2927 2020-07-17 Tom de Vries <tdevries@suse.de>
2928
2929 * gdb.base/valgrind-infcall-2.c: New test.
2930 * gdb.base/valgrind-infcall-2.exp: New file.
2931 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
2932
2933 2020-07-17 Tom de Vries <tdevries@suse.de>
2934
2935 * gdb.dlang/circular.c (found): Use found_label as label name.
2936 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
2937 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
2938 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
2939 * gdb.dwarf2/ada-linkage-name.exp: Same.
2940 * gdb.dwarf2/arr-subrange.exp: Same.
2941 * gdb.dwarf2/atomic-type.exp: Same.
2942 * gdb.dwarf2/comp-unit-lang.exp: Same.
2943 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2944 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2945 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
2946 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
2947 * gdb.dwarf2/implptr-64bit.exp: Same.
2948 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2949 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2950 * gdb.dwarf2/imported-unit.exp: Same.
2951 * gdb.dwarf2/main-subprogram.exp: Same.
2952 * gdb.dwarf2/missing-type-name.exp: Same.
2953 * gdb.dwarf2/nonvar-access.exp: Same.
2954 * gdb.dwarf2/struct-with-sig.exp: Same.
2955 * gdb.dwarf2/typedef-void-finish.exp: Same.
2956 * gdb.dwarf2/void-type.exp: Same.
2957
2958 2020-07-17 Tom de Vries <tdevries@suse.de>
2959
2960 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
2961 src parameter.
2962 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
2963 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
2964 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2965 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2966 * gdb.dwarf2/dwz.exp: Same.
2967 * gdb.dwarf2/implptr-optimized-out.exp: Same.
2968 * gdb.dwarf2/implref-array.exp: Same.
2969 * gdb.dwarf2/implref-const.exp: Same.
2970 * gdb.dwarf2/implref-global.exp: Same.
2971 * gdb.dwarf2/implref-struct.exp: Same.
2972 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2973 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2974 * gdb.dwarf2/var-access.exp: Same.
2975 * gdb.dwarf2/varval.exp: Same.
2976 * gdb.trace/entry-values.exp: Same.
2977
2978 2020-07-17 Tom de Vries <tdevries@suse.de>
2979
2980 * lib/dwarf.exp (Dwarf::extern): Remove.
2981 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
2982 * gdb.dlang/circular.exp: Same.
2983 * gdb.dwarf2/comp-unit-lang.exp: Same.
2984 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2985 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
2986 * gdb.dwarf2/dwz.exp: Same.
2987 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2988 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2989 * gdb.dwarf2/imported-unit.exp: Same.
2990 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2991
2992 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
2993
2994 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
2995 Use double quotes instead of single quotes.
2996
2997 2020-07-16 Caroline Tice <cmtice@google.com>
2998
2999 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
3000 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
3001
3002 2020-07-16 Tom de Vries <tdevries@suse.de>
3003
3004 * lib/dwarf.exp (program): Initialize _line.
3005 (DW_LNE_end_sequence): Reinitialize _line.
3006 (DW_LNS_advance_line): Update _line.
3007 (line): New proc.
3008 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
3009 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3010 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3011 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3012 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3013 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3014
3015 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3016
3017 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
3018 generic.
3019
3020 2020-07-15 Tom de Vries <tdevries@suse.de>
3021
3022 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
3023 is_amd64_regs_target.
3024
3025 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3026
3027 * gdb.fortran/ptype-on-functions.exp: Add more tests.
3028 * gdb.fortran/ptype-on-functions.f90: Likewise.
3029
3030 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
3031
3032 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
3033 values in documentation for addr_size to 4 and 8.
3034
3035 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
3036
3037 * gdb.arch/amd64-osabi.exp: Update.
3038 * gdb.arch/arm-disassembler-options.exp: Update.
3039 * gdb.arch/powerpc-disassembler-options.exp: Update.
3040 * gdb.arch/ppc64-symtab-cordic.exp: Update.
3041 * gdb.arch/s390-disassembler-options.exp: Update.
3042 * gdb.base/all-architectures.exp.tcl: Update.
3043 * gdb.base/attach-pie-noexec.exp: Update.
3044 * gdb.base/catch-syscall.exp: Update.
3045 * gdb.xml/tdesc-arch.exp: Update.
3046
3047 2020-07-14 Tom de Vries <tdevries@suse.de>
3048
3049 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
3050 (local_gettid): ... this.
3051 (fn): Update.
3052
3053 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
3054
3055 * gdb.base/info_sources.exp: Skip directory match tests on
3056 remote hosts.
3057
3058 2020-07-13 Gary Benson <gbenson@redhat.com>
3059
3060 * gdb.base/savedregs.exp (caller): Use parentheses to
3061 make expected expression evaluation ordering explicit.
3062
3063 2020-07-13 Gary Benson <gbenson@redhat.com>
3064
3065 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
3066
3067 2020-07-13 Gary Benson <gbenson@redhat.com>
3068
3069 * gdb.base/bigcore.c (main): Use a volatile pointer when
3070 attempting to trigger a SIGSEGV.
3071 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
3072 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
3073 * gdb.base/savedregs.c (thrower): Likewise.
3074 * gdb.mi/mi-syn-frame.c (bar): Likewise.
3075
3076 2020-07-13 Gary Benson <gbenson@redhat.com>
3077
3078 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
3079 defining and using VLA structure fields into...
3080 * gdb.base/vla-struct-fields.c: New file.
3081 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
3082 tests into...
3083 * gdb.base/vla-struct-fields.exp: New file.
3084
3085 2020-07-13 Tom de Vries <tdevries@suse.de>
3086
3087 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
3088 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
3089 * gdb.base/gold-gdb-index.exp: Same.
3090 * gdb.base/morestack.exp: Same.
3091
3092 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
3093
3094 PR rust/26121
3095 * gdb.rust/modules.rs: Prevent linker from discarding test
3096 symbol.
3097
3098 2020-07-10 Pedro Alves <pedro@palves.net>
3099
3100 PR gdb/26199
3101 * gdb.multi/multi-target.c (exit_thread): New.
3102 (thread_start): Break loop if EXIT_THREAD.
3103 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
3104 (top level) Call test_no_resumed.
3105
3106 2020-07-08 Tom Tromey <tromey@adacore.com>
3107
3108 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
3109 * gdb.ada/catch_ex.exp: Examine catchpoint text.
3110
3111 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3112
3113 PR python/22748
3114 * gdb.opt/inline-frame-tailcall.c: New file.
3115 * gdb.opt/inline-frame-tailcall.exp: New file.
3116 * gdb.python/py-unwind-inline.c: New file.
3117 * gdb.python/py-unwind-inline.exp: New file.
3118 * gdb.python/py-unwind-inline.py: New file.
3119
3120 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3121
3122 * gdb.python/py-arch-reg-groups.exp: New file.
3123
3124 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3125
3126 * gdb.python/py-arch-reg-names.exp: New file.
3127
3128 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3129
3130 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
3131 gdb.PendingFrame.architecture method.
3132
3133 2020-07-06 Tom de Vries <tdevries@suse.de>
3134
3135 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
3136
3137 2020-07-03 Pedro Alves <palves@redhat.com>
3138
3139 * gdb.base/structs2.c (main): Adjust second parem_reg call to
3140 explicitly write negative numbers.
3141 * gdb.base/structs2.exp: Adjust expected output.
3142
3143 2020-07-03 Pedro Alves <palves@redhat.com>
3144
3145 * gdb.base/charset.c (init_string): Change all char parameters to
3146 unsigned char parameters.
3147
3148 2020-07-03 Pedro Alves <palves@redhat.com>
3149
3150 * gdb.base/call-sc.exp (start_scalars_test): Use
3151 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3152 * gdb.base/overlays.c: Remove references to PARAMS.
3153 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
3154 * gdb.base/reread.exp: Don't set 'prototypes' global.
3155 * gdb.base/structs.exp (start_structs_test): Use
3156 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3157 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
3158 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3159 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
3160 call.
3161 * gdb.base/varargs.exp: Don't set 'prototypes' global.
3162
3163 2020-07-03 Pedro Alves <palves@redhat.com>
3164
3165 * gdb.base/m32rovly.c: Delete.
3166 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
3167
3168 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3169
3170 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
3171 of gdb_py_test_multiple.
3172 * gdb.python/py-cmd.exp: Likewise.
3173 * gdb.python/py-events.exp: Likewise.
3174 * gdb.python/py-function.exp: Likewise.
3175 * gdb.python/py-inferior.exp: Likewise.
3176 * gdb.python/py-infthread.exp: Likewise.
3177 * gdb.python/py-linetable.exp: Likewise.
3178 * gdb.python/py-parameter.exp: Likewise.
3179 * gdb.python/py-value.exp: Likewise.
3180
3181 2020-06-30 Tom de Vries <tdevries@suse.de>
3182
3183 PR testsuite/26175
3184 * lib/future.exp (gdb_default_target_compile): Detect and handle
3185 early_flags.
3186
3187 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
3188
3189 * boards/simavr.exp (gdb_load): Catch errors when closing
3190 previous connection. Close connection, wait for process and
3191 unset simavr_spawn_id on failure.
3192
3193 2020-06-29 Tom de Vries <tdevries@suse.de>
3194
3195 * lib/gdb.exp (unknown): Make test-case unresolved.
3196
3197 2020-06-29 Tom de Vries <tdevries@suse.de>
3198
3199 PR gdb/25475
3200 * gdb.server/solib-list.exp: Verify that the symbol reload
3201 confirmation question is asked.
3202
3203 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3204
3205 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
3206 have a input seq nr in each pass message.
3207 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
3208 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
3209 * gdb.python/python.exp: Make test names unique,
3210 use gdb_test_multiline instead of gdb_py_test_multiple,
3211 use $gdb_test_name.
3212 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
3213
3214 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
3215
3216 * configure.ac: Add --enable-libctf.
3217 * aclocal.m4: sinclude ../config/enable.m4.
3218 * Makefile.in (site.exp): Add enable_libctf to site.exp.
3219 * lib/gdb.exp (skip_ctf_tests): Use it.
3220 * gdb.base/ctf-constvars.exp: Error message tweak.
3221 * gdb.base/ctf-ptype.exp: Likewise.
3222 * configure: Regenerate.
3223
3224 2020-06-26 Gary Benson <gbenson@redhat.com>
3225
3226 * gdb.cp/try_catch.cc: Include string.h.
3227 (main): Replace comparison against string literal with
3228 strcmp, avoiding build failure with -Wstring-compare.
3229 Add "marker test-complete".
3230 * gdb.cp/try_catch.exp: Run the test to the above marker,
3231 then verify that the value of "test" is still true.
3232
3233 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3234
3235 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3236
3237 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3238
3239 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3240
3241 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3242
3243 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3244 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3245 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3246 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3247 * gdb.arch/riscv-tdesc-loading.exp: New file.
3248
3249 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3250
3251 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3252
3253 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3254
3255 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3256 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3257 * gdb.arch/riscv-tdesc-regs.c: New file.
3258 * gdb.arch/riscv-tdesc-regs.exp: New file.
3259
3260 2020-06-24 Pedro Alves <palves@redhat.com>
3261
3262 * gdb.arch/amd64-entry-value-paramref.exp: Use
3263 prepare_for_testing_full and don't pass "c++" for the .S file
3264 build spec.
3265 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3266 $options, since it's an assembly file. Remove -Wno-deprecated.
3267 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3268 compiling C++ programs.
3269
3270 2020-06-24 Pedro Alves <palves@redhat.com>
3271
3272 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3273 Clang, add "-Wno-unknown-warning-option" to the options.
3274
3275 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3276
3277 * gdb.xml/tdesc-reload.c: New file.
3278 * gdb.xml/tdesc-reload.exp: New file.
3279 * gdb.xml/maint-xml-dump-01.xml: New file.
3280 * gdb.xml/maint-xml-dump-02.xml: New file.
3281 * gdb.xml/maint-xml-dump.exp: New file.
3282
3283 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3284
3285 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3286 Adjust for omitted commands when TUI is disabled.
3287
3288 2020-06-23 Gary Benson <gbenson@redhat.com>
3289 Pedro Alves <palves@redhat.com>
3290
3291 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3292 * gdb.cp/nsimport.cc: Likewise.
3293 * gdb.cp/nsnested.cc: Likewise.
3294 * gdb.cp/nsnoimports.cc: Likewise.
3295 * gdb.cp/nsusing.cc: Likewise.
3296 * gdb.cp/smartp.cc: Likewise.
3297 * gdb.python/py-pp-integral.c: Likewise.
3298 * gdb.python/py-pp-re-notag.c: Likewise.
3299
3300 2020-06-23 Gary Benson <gbenson@redhat.com>
3301
3302 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3303 * gdb.cp/nsimport.cc: Likewise.
3304 * gdb.cp/nsnested.cc: Likewise.
3305 * gdb.cp/nsnoimports.cc: Likewise.
3306 * gdb.cp/nsusing.cc: Likewise.
3307 * gdb.cp/smartp.cc: Likewise.
3308 * gdb.python/py-pp-integral.c: Likewise.
3309 * gdb.python/py-pp-re-notag.c: Likewise.
3310
3311 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3312
3313 * gdb.base/default-args.exp: New test.
3314 * gdb.base/default-args.c: New file.
3315 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3316 * gdb.base/default.exp: Update to new help text.
3317 * gdb.base/help.exp: Likewise.
3318 * gdb.base/page.exp: Likewise.
3319 * gdb.base/style.exp: Likewise.
3320 * gdb.guile/guile.exp: Likewise.
3321 * gdb.python/python.exp: Likewise.
3322
3323 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3324
3325 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3326 remote host. Fix search path syntax on Windows host.
3327
3328 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3329
3330 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3331 over 'exec-file-mismatch'.
3332 * gdb.base/attach.c: Mark should_exit volatile.
3333 * gdb.base/attach2.c: Likewise. Add a comment explaining
3334 why the sleep cannot be big.
3335 * gdb.base/attach3.c: New file.
3336
3337 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3338
3339 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3340 prefix optional.
3341
3342 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3343
3344 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3345 for remote host.
3346
3347 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3348 Hafiz Abid Qadeer <abidh@codesourcery.com>
3349
3350 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3351 file sent to remote host.
3352 (top level): Allow int32_t as type of 32-bit register.
3353
3354 2020-06-19 Tom de Vries <tdevries@suse.de>
3355
3356 * lib/gdb.exp (gdb_note): New proc.
3357 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3358 (gdb_default_target_compile): ... here. Only call
3359 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3360 (use_gdb_compile): Change to array.
3361 (toplevel): Update sets of use_gdb_compile to specify language.
3362 Warn about default_target_compile override. Store dejagnu's version
3363 of default_target_compile in dejagnu_default_target_compile.
3364
3365 2020-06-18 Tom de Vries <tdevries@suse.de>
3366
3367 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3368 (default_gdb_init): ... here.
3369
3370 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3371
3372 Fix TUI support checks in gdb.tui tests.
3373
3374 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3375 just say UNSUPPORTED.
3376 * gdb.tui/corefile-run.exp: Likewise.
3377 * gdb.tui/empty.exp: Likewise.
3378 * gdb.tui/list-before.exp: Likewise.
3379 * gdb.tui/list.exp: Likewise.
3380 * gdb.tui/main.exp: Likewise.
3381 * gdb.tui/regs.exp: Likewise.
3382 * gdb.tui/resize.exp: Likewise.
3383 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3384 * gdb.tui/tui-layout-asm.exp: Likewise.
3385 * gdb.tui/tui-missing-src.exp: Likewise.
3386 * gdb.tui/winheight.exp: Likewise.
3387 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3388
3389 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3390
3391 Fix TCL error in gdb.python/py-format-string.exp.
3392
3393 * gdb.python/py-format-string.exp: Move test for python support
3394 earlier, out of function body.
3395
3396 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
3397
3398 * gdb.base/index-cache-load-twice.c: New.
3399 * gdb.base/index-cache-load-twice.exp: New.
3400
3401 2020-06-17 Keith Seitz <keiths@redhat.com>
3402
3403 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
3404 when executing "gdb --configuration".
3405
3406 2020-06-17 Tom de Vries <tdevries@suse.de>
3407
3408 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3409 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3410 conditional on presence of gdb_tcl_unknown.
3411 (gdb_finish): Make override undo conditional on presence of
3412 gdb_tcl_unknown.
3413
3414 2020-06-16 Tom Tromey <tom@tromey.com>
3415
3416 * gdb.python/tui-window.py (failwin): New function. Register it
3417 as a TUI window type.
3418 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3419
3420 2020-06-16 Gary Benson <gbenson@redhat.com>
3421
3422 * gdb.python/py-nested-maps.c (create_map): Add missing return
3423 value.
3424 (create_map_map): Likewise.
3425
3426 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3427
3428 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3429 variable.
3430 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3431 and use the already-defined 'options' variable.
3432
3433 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3434 Tom de Vries <tdevries@suse.de>
3435
3436 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3437 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3438 (gdb_setup_known_globals): New proc.
3439 (gdb_cleanup_globals): New proc.
3440 * lib/gdb.exp (load_lib): New override proc.
3441 (gdb_stdin_log_init): Set var in_file as persistent global.
3442 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3443 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3444 fpc_compiler as persistent global.
3445
3446 2020-06-12 Tom de Vries <tdevries@suse.de>
3447
3448 * lib/tuiterm.exp (spawn): Rename to ...
3449 (tui_spawn): ... this.
3450 (toplevel): Move rename of spawn ...
3451 (gdb_init_tuiterm): ... here. New proc.
3452 (gdb_finish_tuiterm): New proc.
3453 * lib/gdb.exp (gdb_finish_hooks): New global var.
3454 (gdb_finish): Handle gdb_finish_hooks.
3455 (tuiterm_env): New proc.
3456 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3457 tuiterm_env.
3458 * gdb.tui/basic.exp: Same.
3459 * gdb.tui/corefile-run.exp: Same.
3460 * gdb.tui/empty.exp: Same.
3461 * gdb.tui/list-before.exp: Same.
3462 * gdb.tui/list.exp: Same.
3463 * gdb.tui/main.exp: Same.
3464 * gdb.tui/new-layout.exp: Same.
3465 * gdb.tui/regs.exp: Same.
3466 * gdb.tui/resize.exp: Same.
3467 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3468 * gdb.tui/tui-layout-asm.exp: Same.
3469 * gdb.tui/tui-missing-src.exp: Same.
3470 * gdb.tui/winheight.exp: Same.
3471
3472 2020-06-12 Tom de Vries <tdevries@suse.de>
3473
3474 PR testsuite/26110
3475 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3476 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3477
3478 2020-06-11 Tom Tromey <tom@tromey.com>
3479
3480 PR gdb/18318:
3481 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3482 floating point tests.
3483
3484 2020-06-11 Keith Seitz <keiths@redhat.com>
3485
3486 PR gdb/21356
3487 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3488 vla_struct.
3489 Add new struct vla_typedef and union vla_typedef_union and
3490 corresponding instantiation objects.
3491 Initialize new objects.
3492 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3493 and vla_typedef_union_object.
3494 Fixup type for vla_struct_object.
3495
3496 2020-06-11 Tom de Vries <tdevries@suse.de>
3497
3498 * lib/gdb.exp (with_override): New proc, factored out of ...
3499 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3500
3501 2020-06-10 Tom de Vries <tdevries@suse.de>
3502
3503 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3504
3505 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3506
3507 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3508 parameter, update callers.
3509
3510 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
3511
3512 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3513 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3514 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3515
3516 2020-06-04 Tom de Vries <tdevries@suse.de>
3517
3518 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3519
3520 2020-06-04 Tom de Vries <tdevries@suse.de>
3521
3522 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3523 exp_continue.
3524
3525 2020-06-04 Tom de Vries <tdevries@suse.de>
3526
3527 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3528
3529 2020-06-03 Tom de Vries <tdevries@suse.de>
3530
3531 PR symtab/26046
3532 * gdb.cp/breakpoint-locs-2.cc: New test.
3533 * gdb.cp/breakpoint-locs.cc: New test.
3534 * gdb.cp/breakpoint-locs.exp: New file.
3535 * gdb.cp/breakpoint-locs.h: New test.
3536
3537 2020-06-03 Tom de Vries <tdevries@suse.de>
3538
3539 PR testsuite/25609
3540 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3541 value of global verbose.
3542 * gdb.base/jit-elf.exp: Same.
3543 * gdb.base/jit-reader.exp: Same.
3544
3545 2020-06-02 Tom de Vries <tdevries@suse.de>
3546
3547 * gdb.dwarf2/multidictionary.exp: Don't use
3548 gdb_spawn_with_cmdline_opts.
3549
3550 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3551
3552 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3553 use_header case.
3554 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3555 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3556 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3557 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3558 * gdb.dwarf2/dw2-inline-header.c: New file.
3559 * gdb.dwarf2/dw2-inline-header.h: New file.
3560
3561 2020-05-30 Pedro Alves <palves@redhat.com>
3562
3563 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3564 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3565
3566 2020-05-29 Gary Benson <gbenson@redhat.com>
3567
3568 * gdb.compile/compile-cplus.exp (additional_flags): Also
3569 set when building with clang.
3570 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3571 when building with clang.
3572
3573 2020-05-29 Gary Benson <gbenson@redhat.com>
3574
3575 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3576 building with clang.
3577 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3578
3579 2020-05-29 Gary Benson <gbenson@redhat.com>
3580
3581 * gdb.cp/koenig.exp (prepare_for_testing): Add
3582 additional_flags=-Wno-unused-comparison.
3583 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3584
3585 2020-05-28 Gary Benson <gbenson@redhat.com>
3586
3587 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3588 statement.
3589
3590 2020-05-28 Gary Benson <gbenson@redhat.com>
3591
3592 * gdb.cp/classes.exp (prepare_for_testing): Add
3593 additional_flags=-Wno-deprecated-register.
3594 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3595 * gdb.cp/misc.exp: Likewise.
3596
3597 2020-05-28 Gary Benson <gbenson@redhat.com>
3598
3599 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3600 (test_op_new::operator new): Add return statement.
3601 (test_op_new_array::operator new[]): Likewise.
3602
3603 2020-05-27 Pedro Alves <palves@redhat.com>
3604
3605 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3606 check. Use test_gdb_complete_unique instead of
3607 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3608 test_gdb_complete_multiple instead of
3609 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3610
3611 2020-05-27 Luis Machado <luis.machado@linaro.org>
3612
3613 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3614 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3615 * gdb.arch/arm-disassembler-options.exp: Likewise.
3616 * gdb.arch/arm-disp-step.exp: Likewise.
3617 * gdb.arch/thumb-prologue.exp: Likewise.
3618 * gdb.base/async.exp: Likewise.
3619 * gdb.base/auxv.exp: Likewise.
3620 * gdb.base/complex-parts.exp: Likewise.
3621 * gdb.base/ena-dis-br.exp: Likewise.
3622 * gdb.base/foll-exec.exp: Likewise.
3623 * gdb.base/permissions.exp: Likewise.
3624 * gdb.base/relocate.exp: Likewise.
3625 * gdb.base/return2.exp: Likewise.
3626 * gdb.base/sigbpt.exp: Likewise.
3627 * gdb.base/siginfo-obj.exp: Likewise.
3628 * gdb.cp/converts.exp: Likewise.
3629 * gdb.cp/exceptprint.exp: Likewise.
3630 * gdb.cp/inherit.exp: Likewise.
3631 * gdb.cp/nsnoimports.exp: Likewise.
3632 * gdb.cp/virtbase2.exp: Likewise.
3633 * gdb.mi/mi-var-cmd.exp: Likewise.
3634 * gdb.mi/var-cmd.c: Likewise.
3635
3636 2020-05-26 Tom Tromey <tromey@adacore.com>
3637
3638 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3639
3640 2020-05-26 Tom Tromey <tromey@adacore.com>
3641
3642 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3643 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3644 type.
3645 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3646 variable.
3647
3648 2020-05-26 Christian Biesinger <cbiesinger@google.com>
3649
3650 * Makefile.in: Use = instead of == for the test command
3651 for portability.
3652
3653 2020-05-26 Tom de Vries <tdevries@suse.de>
3654
3655 * gdb.base/gold-gdb-index-2.c: New test.
3656 * gdb.base/gold-gdb-index.c: New test.
3657 * gdb.base/gold-gdb-index.exp: New file.
3658 * gdb.base/gold-gdb-index.h: New test.
3659
3660 2020-05-25 Tom de Vries <tdevries@suse.de>
3661
3662 * boards/gold-gdb-index.exp: New file.
3663
3664 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3665
3666 * boards/simavr.exp: New file.
3667
3668 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3669
3670 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3671 * gdb.base/inferior-args.exp: New file.
3672 * gdb.base/inferior-args.c: New file.
3673
3674 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3675
3676 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3677 inferior_args. Pass it to gdb_reload.
3678 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3679 inferior_args.
3680 (gdb_reload): Add inferior_args argument.
3681 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3682 pass it to gdbserver_run.
3683 * boards/native-gdbserver.exp: Do not set noargs.
3684 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3685 inferior_args argument.
3686 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3687 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3688 * gdb.base/args.exp: Likewise.
3689
3690 2020-05-25 Tom de Vries <tdevries@suse.de>
3691
3692 * lib/gdb.exp (exec_is_pie): Add comment.
3693
3694 2020-05-25 Tom de Vries <tdevries@suse.de>
3695
3696 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3697 instead of $binfile in the untested message.
3698
3699 2020-05-25 Tom de Vries <tdevries@suse.de>
3700
3701 PR testsuite/26031
3702 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3703
3704 2020-05-25 Tom de Vries <tdevries@suse.de>
3705
3706 * boards/gold.exp: New file.
3707
3708 2020-05-23 Tom Tromey <tom@tromey.com>
3709
3710 * gdb.base/style.exp: Remove completion styling test.
3711 * lib/gdb-utils.exp (style): Remove completion styles.
3712
3713 2020-05-23 Tom Tromey <tom@tromey.com>
3714
3715 * gdb.base/style.exp: Add completion styling test.
3716 * lib/gdb-utils.exp (style): Add completion styles.
3717
3718 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3719
3720 * gdb.base/annota1.exp: Update expected results.
3721 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3722 test name.
3723 * gdb.cp/annota3.exp: Update expected results.
3724
3725 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
3726
3727 PR gdb/26016
3728 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3729 against MAP_FAILED.
3730 * gdb.base/coremaker.c (mmapdata): Likewise.
3731 * gdb.base/jit-reader-host.c (main): Likewise.
3732 * gdb.base/sym-file-loader.c (load): Likewise.
3733 (load_shlib): Likewise.
3734
3735 2020-05-20 Tom Tromey <tromey@adacore.com>
3736
3737 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3738
3739 2020-05-20 Tom de Vries <tdevries@suse.de>
3740
3741 PR symtab/25833
3742 * gdb.base/with-mf-inc.c: New test.
3743 * gdb.base/with-mf-main.c: New test.
3744 * gdb.base/with-mf.exp: New file.
3745
3746 2020-05-19 Tom Tromey <tromey@adacore.com>
3747
3748 * gdb.rust/simple.exp: Restore missing test result.
3749
3750 2020-05-19 Tom de Vries <tdevries@suse.de>
3751
3752 * gdb.base/gdb-caching-proc.exp: Fix typo.
3753
3754 2020-05-19 Tom Tromey <tromey@adacore.com>
3755
3756 * gdb.rust/simple.exp: Add some test descriptions.
3757 (test_one_slice): Use with_test_prefix.
3758
3759 2020-05-18 Tom de Vries <tdevries@suse.de>
3760
3761 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3762
3763 2020-05-17 Pedro Alves <palves@redhat.com>
3764
3765 PR gdb/25741
3766 * gdb.base/hw-sw-break-same-address.exp: New file.
3767
3768 2020-05-16 Pedro Alves <palves@redhat.com>
3769
3770 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3771 LAST_LOADED_FILE accordingly.
3772
3773 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3774
3775 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3776
3777 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3778
3779 * gdb.base/help.exp: Test apropos and help for commands
3780 having aliases. Fixed comments not starting with an
3781 upper-case letter or not finishing with a dot.
3782
3783 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3784
3785 * gdb.base/alias.exp: Update help output check.
3786
3787 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3788
3789 * gdb.base/default.exp: Update output following fixes.
3790
3791 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3792
3793 * gdb.base/alias.exp: Test aliases starting with a prefix of
3794 another alias.
3795
3796 2020-05-15 Gary Benson <gbenson@redhat.com>
3797
3798 * gdb.base/info-os.c (main): Add return statement.
3799 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3800 * gdb.base/large-frame-2.c (func): Likewise.
3801 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3802 * gdb.base/pr10179-b.c (foo2): Likewise.
3803 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3804 * gdb.base/watch-cond.c (func): Likewise.
3805 * gdb.multi/goodbye.c (verylongfun): Likewise.
3806 * gdb.multi/hello.c (commonfun): Likewise.
3807 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3808 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3809 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3810 Likewise.
3811 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3812 * gdb.threads/interrupt-while-step-over.c (child_function):
3813 Likewise.
3814 * gdb.trace/actions-changed.c (end): Likewise.
3815
3816 2020-05-15 Gary Benson <gbenson@redhat.com>
3817
3818 * gdb.opencl/callfuncs.exp: Report when test skipped.
3819 * gdb.opencl/convs_casts.exp: Likewise.
3820 * gdb.opencl/datatypes.exp: Likewise.
3821 * gdb.opencl/operators.exp: Likewise.
3822 * gdb.opencl/vec_comps.exp: Likewise.
3823
3824 2020-05-15 Tom de Vries <tdevries@suse.de>
3825
3826 * gdb.base/align.exp.in: Rename to ...
3827 * gdb.base/align.exp.tcl: ... this.
3828 * gdb.base/align-c++.exp: Update.
3829 * gdb.base/align-c.exp: Update.
3830 * gdb.base/all-architectures.exp.in: Rename to ...
3831 * gdb.base/all-architectures.exp: ... this.
3832 * gdb.base/all-architectures-0.exp: Update.
3833 * gdb.base/all-architectures-1.exp: Update.
3834 * gdb.base/all-architectures-2.exp: Update.
3835 * gdb.base/all-architectures-3.exp: Update.
3836 * gdb.base/all-architectures-4.exp: Update.
3837 * gdb.base/all-architectures-5.exp: Update.
3838 * gdb.base/all-architectures-6.exp: Update.
3839 * gdb.base/all-architectures-7.exp: Update.
3840 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3841 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3842 * gdb.base/infcall-nested-structs-c++.exp: Update.
3843 * gdb.base/infcall-nested-structs-c.exp: Update.
3844 * gdb.base/info-types.exp.in: Rename to ...
3845 * gdb.base/info-types.exp.tcl: ... this.
3846 * gdb.base/info-types-c++.exp: Update.
3847 * gdb.base/info-types-c.exp: Update.
3848 * gdb.base/max-depth.exp.in: Rename to ...
3849 * gdb.base/max-depth.exp.tcl: ... this.
3850 * gdb.base/max-depth-c++.exp: Update.
3851 * gdb.base/max-depth-c.exp: Update.
3852 * gdb.cp/cpexprs.exp.in: Rename to ...
3853 * gdb.cp/cpexprs.exp.tcl: ... this.
3854 * gdb.cp/cpexprs-debug-types.exp: Update.
3855 * gdb.cp/cpexprs.exp: Update.
3856 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3857 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3858 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3859 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3860 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3861 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3862 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3863 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3864 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3865 * gdb.dwarf2/clang-debug-names.exp: Update.
3866
3867 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3868
3869 * lib/check-test-names.exp: Remove code that prevents this file
3870 loading when tests are run in parallel.
3871
3872 2020-05-15 Pedro Alves <palves@redhat.com>
3873
3874 * gdb.multi/multi-kill.exp (start_inferior): Remove
3875 'testpid' parameter. Refer to namespace variable directly.
3876 (testpid): Declare as namespace variable.
3877
3878 2020-05-15 Pedro Alves <palves@redhat.com>
3879
3880 * gdb.multi/multi-kill.exp: Wrap in namespace.
3881 (start_inferior): Add TESTPID parameter. Use it instead of the
3882 testpid global.
3883 (top level): Define empty TESTPID array, and pass it down to
3884 start_inferior.
3885
3886 2020-05-14 Tom de Vries <tdevries@suse.de>
3887
3888 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3889 output.
3890
3891 2020-05-14 Tom de Vries <tdevries@suse.de>
3892
3893 * gdb.base/align.exp: Split into ...
3894 * gdb.base/align.exp.in: ...
3895 * gdb.base/align-c++.exp: ...
3896 * gdb.base/align-c.exp: ... these.
3897 * gdb.base/infcall-nested-structs.exp: Split into ...
3898 * gdb.base/infcall-nested-structs.exp.in: ...
3899 * gdb.base/infcall-nested-structs-c++.exp: ...
3900 * gdb.base/infcall-nested-structs-c.exp: ... these.
3901 * gdb.base/info-types.exp: Split into ...
3902 * gdb.base/info-types.exp.in: ...
3903 * gdb.base/info-types-c++.exp: ...
3904 * gdb.base/info-types-c.exp: ... these.
3905 * gdb.base/max-depth.exp: Split into ...
3906 * gdb.base/max-depth.exp.in: ...
3907 * gdb.base/max-depth-c++.exp: ...
3908 * gdb.base/max-depth-c.exp: ... these.
3909 * gdb.cp/infcall-nodebug.exp: Split into ...
3910 * gdb.cp/infcall-nodebug.exp.in: ...
3911 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3912 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
3913 * gdb.cp/infcall-nodebug-c-d0.exp: ...
3914 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
3915
3916 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3917 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.multi/multi-exit.c: New file.
3920 * gdb.multi/multi-exit.exp: New file.
3921 * gdb.multi/multi-kill.c: New file.
3922 * gdb.multi/multi-kill.exp: New file.
3923
3924 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3925
3926 * gdb.base/annota1.exp: Update the expected output.
3927 * gdb.cp/annota2.exp: Ditto.
3928
3929 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
3930
3931 * lib/check-test-names.exp: Disable when testing is being run in
3932 parallel.
3933
3934 2020-05-12 Tom de Vries <tdevries@suse.de>
3935
3936 * gdb.base/jit-elf.exp: Fix string concat.
3937
3938 2020-05-12 Tom de Vries <tdevries@suse.de>
3939
3940 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
3941 messages.
3942
3943 2020-05-12 Tom de Vries <tdevries@suse.de>
3944
3945 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3946
3947 2020-05-12 Tom de Vries <tdevries@suse.de>
3948
3949 * gdb.ada/catch_ex.exp: Use with_test_prefix.
3950 * gdb.ada/mi_catch_ex.exp: Same.
3951 * gdb.ada/mi_catch_ex_hand.exp: Same.
3952
3953 2020-05-12 Tom de Vries <tdevries@suse.de>
3954
3955 * gdb.fortran/complex.exp: Use with_test_prefix.
3956
3957 2020-05-12 Tom de Vries <tdevries@suse.de>
3958
3959 * gdb.trace/passcount.exp: Fix test-names.
3960
3961 2020-05-12 Tom de Vries <tdevries@suse.de>
3962
3963 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
3964
3965 2020-05-12 Tom de Vries <tdevries@suse.de>
3966
3967 * gdb.gdb/complaints.exp: Use with_test_prefix.
3968 * gdb.xml/tdesc-regs.exp: Same.
3969 * gdb.opt/inline-locals.exp: Fix test name.
3970
3971 2020-05-12 Tom de Vries <tdevries@suse.de>
3972
3973 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
3974 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
3975 * gdb.dwarf2/implref-struct.exp: Same.
3976 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
3977 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
3978
3979 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
3980
3981 * gdb.base/jit-so.exp (one_jit_test): Change test name.
3982
3983 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3984
3985 * lib/check-test-names.exp (all_test_names): New module variable.
3986 (counts): Add 'duplicates' field.
3987 (_check_duplicates): New procedure.
3988 (check): Also check for duplicates.
3989 (do_log_summary): Print duplicates count.
3990 (do_reset_vars): Reset counter for duplicate test names, and
3991 discard all know test names.
3992
3993 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3994
3995 * lib/gdb.exp: Include check-test-names.exp library.
3996 * lib/check-test-names.exp: New file.
3997
3998 2020-05-11 Tom de Vries <tdevries@suse.de>
3999
4000 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
4001
4002 2020-05-11 Keith Seitz <keiths@redhat.com>
4003
4004 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
4005
4006 2020-05-11 Tom de Vries <tdevries@suse.de>
4007
4008 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
4009 * gdb.cp/cpexprs.exp.in: .. here.
4010 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
4011 cpexprs.exp.
4012
4013 2020-05-11 Keith Seitz <keiths@redhat.com>
4014
4015 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
4016 test names.
4017 * gdb.ada/arrayptr.exp: Likewise.
4018 * gdb.ada/assign_arr.exp: Likewise.
4019 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
4020 * gdb.ada/bp_on_var.exp: Likewise.
4021 * gdb.ada/call_pn.exp: Likewise.
4022 * gdb.ada/complete.exp: Likewise.
4023 * gdb.ada/fun_overload_menu.exp: Likewise.
4024 * gdb.ada/funcall_param.exp: Likewise.
4025 * gdb.ada/funcall_ref.exp: Likewise.
4026 * gdb.ada/packed_array_assign.exp: Likewise.
4027 * gdb.ada/same_component_name.exp: Likewise.
4028 * gdb.ada/type_coercion.exp: Likewise.
4029 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4030 * gdb.ada/variant_record_packed_array.exp: Likewise.
4031
4032 2020-05-11 Tom de Vries <tdevries@suse.de>
4033
4034 PR symtab/25941
4035 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
4036 out of ...
4037 * gdb.dwarf2/clang-debug-names.exp: ... here.
4038 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
4039 clang-debug-names.exp.in.
4040 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
4041 * gdb.dwarf2/clang-debug-names-2.c: New test.
4042
4043 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4044
4045 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
4046 (fortran_runto_main): New Proc, fortran version of runto_main.
4047 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
4048 * gdb.fortran/array-bounds.exp: Likewise.
4049 * gdb.fortran/array-slices.exp: Likewise.
4050 * gdb.fortran/block-data.exp: Likewise.
4051 * gdb.fortran/charset.exp: Likewise.
4052 * gdb.fortran/common-block.exp: Likewise.
4053 * gdb.fortran/complex.exp: Likewise.
4054 * gdb.fortran/derived-type-function.exp: Likewise.
4055 * gdb.fortran/derived-type.exp: Likewise.
4056 * gdb.fortran/info-modules.exp: Likewise.
4057 * gdb.fortran/info-types.exp: Likewise.
4058 * gdb.fortran/intrinsics.exp: Likewise.
4059 * gdb.fortran/library-module.exp: Likewise.
4060 * gdb.fortran/logical.exp: Likewise.
4061 * gdb.fortran/max-depth.exp: Likewise.
4062 * gdb.fortran/module.exp: Likewise.
4063 * gdb.fortran/multi-dim.exp: Likewise.
4064 * gdb.fortran/nested-funcs.exp: Likewise.
4065 * gdb.fortran/print-formatted.exp: Likewise.
4066 * gdb.fortran/print_type.exp: Likewise.
4067 * gdb.fortran/printing-types.exp: Likewise.
4068 * gdb.fortran/ptr-indentation.exp: Likewise.
4069 * gdb.fortran/ptype-on-functions.exp: Likewise.
4070 * gdb.fortran/subarray.exp: Likewise.
4071 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
4072 * gdb.fortran/vla-datatypes.exp: Likewise.
4073 * gdb.fortran/vla-history.exp: Likewise.
4074 * gdb.fortran/vla-ptr-info.exp: Likewise.
4075 * gdb.fortran/vla-ptype-sub.exp: Likewise.
4076 * gdb.fortran/vla-ptype.exp: Likewise.
4077 * gdb.fortran/vla-sizeof.exp: Likewise.
4078 * gdb.fortran/vla-type.exp: Likewise.
4079 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
4080 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4081 * gdb.fortran/vla-value-sub.exp: Likewise.
4082 * gdb.fortran/vla-value.exp: Likewise.
4083 * gdb.fortran/whatis_type.exp: Likewise.
4084 * gdb.mi/mi-var-child-f.exp: Likewise.
4085
4086 2020-05-09 Tom de Vries <tdevries@suse.de>
4087
4088 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
4089
4090 2020-05-08 Tom de Vries <tdevries@suse.de>
4091
4092 * gdb.dwarf2/clang-debug-names.c: New test.
4093 * gdb.dwarf2/clang-debug-names.exp: New file.
4094
4095 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
4096
4097 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
4098 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
4099
4100 2020-05-06 Tom de Vries <tdevries@suse.de>
4101
4102 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
4103 breakpoint is at a "recommended breakpoint location".
4104 * gdb.reverse/consecutive-reverse.exp: Same.
4105
4106 2020-05-06 Tom de Vries <tdevries@suse.de>
4107
4108 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
4109 address.
4110
4111 2020-05-06 Tom de Vries <tdevries@suse.de>
4112
4113 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
4114
4115 2020-05-06 Tom de Vries <tdevries@suse.de>
4116
4117 * gdb.base/store.exp (check_set, up_set): Allowing missing location
4118 info for r.
4119
4120 2020-05-06 Tom de Vries <tdevries@suse.de>
4121
4122 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
4123 necessary.
4124
4125 2020-05-06 Tom de Vries <tdevries@suse.de>
4126
4127 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
4128 void.
4129
4130 2020-05-06 Tom de Vries <tdevries@suse.de>
4131
4132 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
4133 of ...
4134 * gdb.base/async.exp: ... here.
4135 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
4136 "recommended breakpoint location".
4137
4138 2020-05-06 Tom de Vries <tdevries@suse.de>
4139
4140 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
4141
4142 2020-05-04 Tom de Vries <tdevries@suse.de>
4143
4144 * gdb.base/async.exp: Check whether instruction addresses are a
4145 "recommended breakpoint location".
4146
4147 2020-05-03 Tom Tromey <tom@tromey.com>
4148
4149 * gdb.base/sepdebug.exp: Remove "catch" test.
4150 * gdb.base/break.exp: Remove "catch" test.
4151 * gdb.base/default.exp: Update expected output.
4152
4153 2020-05-02 Tom de Vries <tdevries@suse.de>
4154
4155 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
4156 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
4157 * gdb.arch/i386-mpx-map.exp: Same.
4158 * gdb.arch/i386-mpx-sigsegv.exp: Same.
4159 * gdb.arch/i386-mpx-simple_segv.exp: Same.
4160 * gdb.arch/i386-mpx.exp: Same.
4161
4162 2020-05-02 Tom de Vries <tdevries@suse.de>
4163
4164 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4165
4166 2020-05-01 Tom de Vries <tdevries@suse.de>
4167
4168 * gdb.ada/operator_bp.exp: Allow more than required amount of
4169 breakpoint.
4170
4171 2020-05-01 Tom de Vries <tdevries@suse.de>
4172
4173 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4174
4175 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4176
4177 PR gdb/18706
4178 * gdb.cp/stub-array-size.cc: New test.
4179 * gdb.cp/stub-array-size.exp: New file.
4180 * gdb.cp/stub-array-size.h: New test.
4181 * gdb.cp/stub-array-size2.cc: New test.
4182
4183 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4184
4185 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
4186 output to the new format.
4187
4188 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
4189
4190 * gdb.base/break.exp: Use with_test_prefix.
4191
4192 2020-04-29 Tom de Vries <tdevries@suse.de>
4193
4194 * lib/gdb.exp (debug_types): New proc.
4195 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
4196 * gdb.python/py-symtab.exp: Same.
4197
4198 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
4199
4200 PR gdb/17320
4201 * gdb.base/pretty-array.c: New test.
4202 * gdb.base/pretty-array.exp: New file.
4203
4204 2020-04-29 Tom de Vries <tdevries@suse.de>
4205
4206 PR symtab/25889
4207 * gdb.cp/cpexprs.exp: Adapt for inclusion.
4208 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
4209 and include cpexprs.exp.
4210
4211 2020-04-28 Mark Williams <mark@myosotissp.com>
4212
4213 PR gdb/24480
4214 * dw4-toplevel-types.exp: Test for top level types.
4215 * dw4-toplevel-types.cc: Test for top level types.
4216
4217 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4218
4219 * gdb.threads/stop-with-handle.exp: Fix typo in comment
4220 (theads -> threads).
4221
4222 2020-04-28 Tom de Vries <tdevries@suse.de>
4223
4224 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
4225
4226 2020-04-28 Tom de Vries <tdevries@suse.de>
4227
4228 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4229
4230 2020-04-28 Tom de Vries <tdevries@suse.de>
4231
4232 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4233
4234 2020-04-28 Tom de Vries <tdevries@suse.de>
4235
4236 * gdb.dwarf2/main-foo.c: New test.
4237 * gdb.dwarf2/struct-with-sig.exp: New file.
4238
4239 2020-04-25 Tom de Vries <tdevries@suse.de>
4240
4241 * boards/debug-types.exp: New file.
4242
4243 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4244
4245 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4246
4247 2020-04-24 Tom Tromey <tom@tromey.com>
4248
4249 PR symtab/12707:
4250 * gdb.python/py-symbol.exp: Update expected results for
4251 linkage_name test.
4252 * gdb.cp/print-demangle.exp: New file.
4253 * gdb.base/c-linkage-name.exp: Fix test.
4254 * gdb.guile/scm-symbol.exp: Update expected results for
4255 linkage_name test.
4256
4257 2020-04-24 Tom Tromey <tom@tromey.com>
4258
4259 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4260 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4261 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4262 assembler.
4263
4264 2020-04-24 Tom de Vries <tdevries@suse.de>
4265
4266 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4267 C++.
4268
4269 2020-04-24 Tom Tromey <tromey@adacore.com>
4270
4271 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4272 values.
4273 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4274 values. Update test for minimal encodings.
4275 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4276 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4277 values. Update test for minimal encodings.
4278
4279 2020-04-24 Tom Tromey <tromey@adacore.com>
4280
4281 PR python/23662:
4282 * gdb.ada/variant.exp: Add Python checks.
4283 * gdb.rust/simple.exp: Add dynamic type checks.
4284
4285 2020-04-24 Tom Tromey <tromey@adacore.com>
4286
4287 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4288 Make array type matching more lax.
4289 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4290 * gdb.ada/mi_variant.exp: New file.
4291 * gdb.ada/mi_variant/pck.ads: New file.
4292 * gdb.ada/mi_variant/pkg.adb: New file.
4293 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4294 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4295
4296 2020-04-24 Tom Tromey <tromey@adacore.com>
4297
4298 * gdb.ada/variant.exp: Add dynamic field offset tests.
4299 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4300 * gdb.ada/variant/pkg.adb: Add new variables.
4301
4302 2020-04-24 Tom Tromey <tromey@adacore.com>
4303
4304 * gdb.ada/variant.exp: New file
4305 * gdb.ada/variant/pkg.adb: New file
4306 * gdb.ada/variant/pck.adb: New file
4307
4308 2020-04-24 Tom de Vries <tdevries@suse.de>
4309
4310 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4311
4312 2020-04-24 Tom de Vries <tdevries@suse.de>
4313
4314 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4315 flags.
4316
4317 2020-04-24 Tom de Vries <tdevries@suse.de>
4318
4319 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4320
4321 2020-04-24 Tom de Vries <tdevries@suse.de>
4322
4323 * lib/gdb.exp (default_gdb_start): Handle eof.
4324 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4325 failure.
4326 * gdb.base/readnever.exp: Handle clean_restart failure.
4327
4328 2020-04-23 Tom de Vries <tdevries@suse.de>
4329
4330 * gdb.base/decl-before-def.exp: Run to main and print a again.
4331
4332 2020-04-23 Tom de Vries <tdevries@suse.de>
4333
4334 * gdb.base/decl-before-def-decl.c: New test.
4335 * gdb.base/decl-before-def-def.c: New test.
4336 * gdb.base/decl-before-def.exp: New file.
4337
4338 2020-04-23 Tom de Vries <tdevries@suse.de>
4339
4340 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4341
4342 2020-04-22 Tom de Vries <tdevries@suse.de>
4343
4344 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4345 debug_info_offset.
4346 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4347 before $objsfile in the line line.
4348
4349 2020-04-22 Tom de Vries <tdevries@suse.de>
4350
4351 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4352
4353 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4354
4355 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4356 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4357 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4358 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4359 * gdb.base/jit-protocol.h: Update definitions to match all usage
4360 contexts.
4361
4362 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4363
4364 * gdb.base: Rename all jit related test and source files.
4365
4366 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4367
4368 * gdb.base/jit-reader.exp: Relax register output check.
4369
4370 2020-04-22 Tom de Vries <tdevries@suse.de>
4371
4372 PR symtab/25764
4373 * gdb.base/psym-external-decl-2.c: New test.
4374 * gdb.base/psym-external-decl.c: New test.
4375 * gdb.base/psym-external-decl.exp: New file.
4376 * gdb.threads/tls.exp: Add PR25807 kfail.
4377
4378 2020-04-22 Tom de Vries <tdevries@suse.de>
4379
4380 PR symtab/25801
4381 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4382 in "info source" output.
4383
4384 2020-04-22 Tom de Vries <tdevries@suse.de>
4385
4386 PR symtab/25700
4387 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4388 symtab for imported_unit.c.
4389
4390 2020-04-21 Gary Benson <gbenson@redhat.com>
4391
4392 * gdb.base/advance.c (func): New argument, to match call site.
4393 (func2, func3): Add return statements.
4394
4395 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4396
4397 * gdb.multi/run-only-second-inf.c: New file.
4398 * gdb.multi/run-only-second-inf.exp: New file.
4399
4400 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4401
4402 * gdb.btrace/multi-inferior.c: New test.
4403 * gdb.btrace/multi-inferior.exp: New file.
4404
4405 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4406
4407 * gdb.btrace/enable-new-thread.c: New test.
4408 * gdb.btrace/enable-new-thread.exp: New file.
4409
4410 2020-04-21 Tom de Vries <tdevries@suse.de>
4411
4412 PR gdb/25471
4413 * gdb.threads/killed-outside.c: New test.
4414 * gdb.threads/killed-outside.exp: New file.
4415
4416 2020-04-20 Gary Benson <gbenson@redhat.com>
4417
4418 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4419 * gdb.base/nested-subp2.exp: Likewise.
4420 * gdb.base/nested-subp3.exp: Likewise.
4421
4422 2020-04-20 Gary Benson <gbenson@redhat.com>
4423
4424 * gdb.base/nested-subp1.exp: Disable test when using clang.
4425 * gdb.base/nested-subp2.exp: Likewise.
4426 * gdb.base/nested-subp3.exp: Likewise.
4427
4428 2020-04-20 Gary Benson <gbenson@redhat.com>
4429
4430 * gdb.cp/exception.cc: Fix compilation error with clang.
4431
4432 2020-04-20 Gary Benson <gbenson@redhat.com>
4433
4434 * gdb.trace/tspeed.c: Fix compilation error with clang.
4435
4436 2020-04-20 Gary Benson <gbenson@redhat.com>
4437
4438 * gdb.base/jit-main.c: Fix compilation error with clang.
4439
4440 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4441
4442 * gdb.base/attach-twice.c: Include "sys/types.h".
4443 (PTRACE_ATTACH): Add fallback definition.
4444 (main): Pass `0' to the 4th argument of `ptrace'.
4445
4446 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4447
4448 * gdb.base/fork-running-state.c: Include "signal.h".
4449
4450 2020-04-17 Tom Tromey <tromey@adacore.com>
4451
4452 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4453 Update tests.
4454 * gdb.btrace/cpu.exp: Update tests.
4455 * gdb.base/maint.exp: Update tests.
4456 * gdb.base/default.exp: Update tests.
4457 * gdb.base/completion.exp: Update tests.
4458
4459 2020-04-16 Tom de Vries <tdevries@suse.de>
4460
4461 PR symtab/25791
4462 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4463 (ensure_gdb_index): and factor out and move ...
4464 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4465 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4466
4467 2020-04-16 Tom de Vries <tdevries@suse.de>
4468
4469 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4470 loading exec.
4471
4472 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4473
4474 * gdb.base/many-completions.exp: New file.
4475
4476 2020-04-14 Tom de Vries <tdevries@suse.de>
4477
4478 PR symtab/25718
4479 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4480
4481 2020-04-14 Tom de Vries <tdevries@suse.de>
4482
4483 PR symtab/25720
4484 * gdb.base/maint-expand-symbols-header-file.c: New test.
4485 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4486 * gdb.base/maint-expand-symbols-header-file.h: New test.
4487
4488 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4489
4490 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4491 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4492 get_func_info.
4493 (get_func_info): Delete.
4494 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4495 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4496 * lib/dwarf.exp (get_func_info): New function.
4497
4498 2020-04-13 Tom de Vries <tdevries@suse.de>
4499
4500 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4501 to what find_gnatmake does.
4502
4503 2020-04-10 Tom de Vries <tdevries@suse.de>
4504
4505 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4506 -readnow.
4507
4508 2020-04-10 Tom de Vries <tdevries@suse.de>
4509
4510 PR cli/25808
4511 * gdb.base/style.c: Add leading newlines.
4512 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4513 Check listing of main's one-line body.
4514
4515 2020-04-08 Tom de Vries <tdevries@suse.de>
4516
4517 * lib/gdb.exp (psymtabs_p): New proc.
4518 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4519 importing unit" unsupported if there are no partial symbols.
4520
4521 2020-04-08 Tom de Vries <tdevries@suse.de>
4522
4523 PR testsuite/25760
4524 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4525
4526 2020-04-07 Tom de Vries <tdevries@suse.de>
4527
4528 PR symtab/25796
4529 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4530
4531 2020-04-07 Tom de Vries <tdevries@suse.de>
4532
4533 * gdb.base/check-psymtab.c: New test.
4534 * gdb.base/check-psymtab.exp: New file.
4535
4536 2020-04-06 Tom Tromey <tromey@adacore.com>
4537
4538 * gdb.ada/variant-record/proc.adb: New file.
4539 * gdb.ada/variant-record/value.adb: New file.
4540 * gdb.ada/variant-record/value.s: New file.
4541 * gdb.ada/variant-record.exp: New file.
4542
4543 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
4544
4545 PR gdb/25325
4546 * gdb.cp/typed-enum.cc: New test.
4547 * gdb.cp/typed-enum.exp: New file.
4548
4549 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4550
4551 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4552 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4553 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4554 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4555 * gdb.opt/inline-small-func.c: New file.
4556 * gdb.opt/inline-small-func.exp: New file.
4557 * gdb.opt/inline-small-func.h: New file.
4558
4559 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4560
4561 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4562 function.
4563
4564 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4565
4566 * lib/dwarf.exp (function_range): Allow compiler options to be
4567 specified.
4568
4569 2020-04-02 Tom de Vries <tdevries@suse.de>
4570
4571 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4572 __attribute__((always_inline)).
4573 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4574
4575 2020-04-02 Tom de Vries <tdevries@suse.de>
4576
4577 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4578 (gdbserver_gdb_exit): ... here. Add timeout warning.
4579 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4580 (connect_target_extended_remote): Append new server_spawn_id to
4581 server_spawn_ids.
4582 (cleanup): New proc.
4583 (setup, <toplevel>): Call cleanup.
4584
4585 2020-04-02 Tom de Vries <tdevries@suse.de>
4586
4587 * gdb.base/main-psymtab.exp: New file.
4588
4589 2020-04-02 Tom de Vries <tdevries@suse.de>
4590
4591 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4592
4593 2020-04-01 Tom Tromey <tom@tromey.com>
4594
4595 * gdb.base/complex-parts.exp: Add type tests.
4596
4597 2020-04-01 Tom Tromey <tom@tromey.com>
4598
4599 * gdb.base/complex-parts.exp: Add arithmetic tests.
4600
4601 2020-04-01 Tom Tromey <tom@tromey.com>
4602
4603 * gdb.compile/compile.exp: Update.
4604 * gdb.compile/compile-cplus.exp: Update.
4605 * gdb.base/varargs.exp: Update.
4606 * gdb.base/floatn.exp: Update.
4607 * gdb.base/endianity.exp: Update.
4608 * gdb.base/callfuncs.exp (do_function_calls): Update.
4609 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4610 (complex_float_integral_args): Update.
4611 * gdb.base/complex.exp: Update.
4612 * gdb.base/complex-parts.exp: Update.
4613
4614 2020-04-01 Tom Tromey <tromey@adacore.com>
4615
4616 * gdb.rust/union.rs: New file.
4617 * gdb.rust/union.exp: New file.
4618 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4619 (main): Update.
4620 * gdb.rust/simple.exp: Move union tests to union.exp.
4621
4622 2020-04-01 Tom Tromey <tromey@adacore.com>
4623
4624 * gdb.rust/simple.rs (main): Remove "y0".
4625
4626 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4627
4628 * gdb.multi/stop-all-on-exit.c: New test.
4629 * gdb.multi/stop-all-on-exit.exp: New file.
4630
4631 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
4632
4633 PR gdb/24789
4634 * gdb.cp/misc.cc: Add integer reference variable.
4635 * gdb.cp/misc.exp: Add test.
4636
4637 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4638
4639 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4640 scenario to cover execution until the end and also the case
4641
4642 2020-03-31 Tom de Vries <tdevries@suse.de>
4643
4644 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4645 c. Use "maint info symtabs" to check symtab expansion.
4646
4647 2020-03-30 Tom de Vries <tdevries@suse.de>
4648
4649 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4650 unsupported.
4651 (verify_psymtab_expanded): Move ...
4652 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4653 test.
4654 (readnow): New proc.
4655
4656 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4657
4658 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4659 with $hex.
4660
4661 2020-03-20 Tom Tromey <tromey@adacore.com>
4662
4663 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4664
4665 2020-03-20 Tom Tromey <tromey@adacore.com>
4666
4667 * gdb.ada/sub_variant/subv.adb: New file.
4668 * gdb.ada/sub_variant.exp: New file.
4669
4670 2020-03-20 Tom de Vries <tdevries@suse.de>
4671
4672 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4673 first break fails.
4674 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4675
4676 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4677
4678 * gdb.server/exit-multiple-threads.c: New file.
4679 * gdb.server/exit-multiple-threads.exp: New file.
4680
4681 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4682
4683 * gdb.fortran/mixed-lang-stack.c: New file.
4684 * gdb.fortran/mixed-lang-stack.cpp: New file.
4685 * gdb.fortran/mixed-lang-stack.exp: New file.
4686 * gdb.fortran/mixed-lang-stack.f90: New file.
4687
4688 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4689
4690 * gdb.linespec/cp-completion-aliases.cc: New file.
4691 * gdb.linespec/cp-completion-aliases.exp: New file.
4692
4693 2020-03-19 Tom de Vries <tdevries@suse.de>
4694
4695 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4696 more precise.
4697
4698 2020-03-18 Tom de Vries <tdevries@suse.de>
4699
4700 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4701 * gdb.dwarf2/break-inline-psymtab.c: New test.
4702 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4703
4704 2020-03-16 Tom de Vries <tdevries@suse.de>
4705
4706 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4707 cache_verify and cache_verify_proc.
4708
4709 2020-03-15 Tom de Vries <tdevries@suse.de>
4710
4711 * gdb.server/solib-list.exp: Handle
4712 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4713
4714 2020-03-15 Tom de Vries <tdevries@suse.de>
4715
4716 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4717 objfiles".
4718
4719 2020-03-14 Tom Tromey <tom@tromey.com>
4720
4721 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4722
4723 2020-03-14 Tom de Vries <tdevries@suse.de>
4724
4725 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4726
4727 2020-03-14 Tom de Vries <tdevries@suse.de>
4728
4729 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4730 result in line-by-line fashion.
4731
4732 2020-03-14 Tom de Vries <tdevries@suse.de>
4733
4734 * lib/gdb.exp (supports_statement_frontiers): New proc.
4735 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4736
4737 2020-03-14 Tom de Vries <tdevries@suse.de>
4738
4739 * gdb.base/printcmds.exp: Add missing quoting for "print
4740 teststring2".
4741
4742 2020-03-13 Tom Tromey <tom@tromey.com>
4743
4744 * gdb.base/printcmds.exp (test_print_strings): Add regression
4745 test.
4746 * gdb.base/printcmds.c (charptr): New typedef.
4747 (teststring2): New global.
4748
4749 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4750
4751 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4752 full path in the test name.
4753 (test_ld): Add some with_test_prefix blocks to make test names
4754 unique.
4755
4756 2020-03-13 Tom de Vries <tdevries@suse.de>
4757
4758 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4759
4760 2020-03-13 Tom de Vries <tdevries@suse.de>
4761
4762 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4763
4764 2020-03-13 Tom de Vries <tdevries@suse.de>
4765
4766 PR symtab/25646
4767 * gdb.dwarf2/imported-unit.exp: Add test.
4768
4769 2020-03-13 Tom de Vries <tdevries@suse.de>
4770
4771 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4772 (var1, var2): New variable.
4773 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4774 matching symbols.
4775
4776 2020-03-13 Tom de Vries <tdevries@suse.de>
4777
4778 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4779 (Term::command): Use prompt prefix.
4780 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4781 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4782 command_no_prompt_prefix instead of prefix.
4783 * gdb.tui/tui-layout-asm.exp: Same.
4784
4785 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4786
4787 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4788
4789 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4790
4791 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4792 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4793 on" while stepping over the test instruction, match printed
4794 message.
4795
4796 2020-03-12 Tom de Vries <tdevries@suse.de>
4797
4798 * gdb.base/info-types.exp: Use exp_continue during matching of output
4799 of "info types".
4800
4801 2020-03-12 Tom de Vries <tdevries@suse.de>
4802
4803 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4804
4805 2020-03-12 Tom de Vries <tdevries@suse.de>
4806
4807 * gdb.fortran/module.exp: Use exp_continue during matching of output
4808 of "info variable -n".
4809
4810 2020-03-12 Tom de Vries <tdevries@suse.de>
4811
4812 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4813 gdb.dwarf2/dw2-ranges-base.c.
4814
4815 2020-03-12 Tom de Vries <tdevries@suse.de>
4816
4817 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4818 in presence of GLIBC debuginfo.
4819
4820 2020-03-12 Tom de Vries <tdevries@suse.de>
4821
4822 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4823 $core.
4824
4825 2020-03-12 Tom de Vries <tdevries@suse.de>
4826
4827 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4828 more precise.
4829
4830 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
4831
4832 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4833 from Unix to Windows path.
4834
4835 2020-03-11 Tom de Vries <tdevries@suse.de>
4836
4837 * gdb.ada/minsyms.exp: Set language to ada.
4838
4839 2020-03-11 Tom de Vries <tdevries@suse.de>
4840
4841 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4842
4843 2020-03-11 Tom de Vries <tdevries@suse.de>
4844
4845 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4846
4847 2020-03-11 Tom Tromey <tromey@adacore.com>
4848
4849 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4850
4851 2020-03-11 Tom de Vries <tdevries@suse.de>
4852
4853 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4854
4855 2020-03-11 Tom de Vries <tdevries@suse.de>
4856
4857 * gdb.base/break-interp.exp: Limit verbose scope.
4858
4859 2020-03-11 Tom de Vries <tdevries@suse.de>
4860
4861 * gdb.fortran/logical.f90: Define variable with character type.
4862 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4863
4864 2020-03-11 Tom de Vries <tdevries@suse.de>
4865
4866 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4867
4868 2020-03-11 Tom de Vries <tdevries@suse.de>
4869
4870 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4871 symtabs.
4872
4873 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4874 Bernd Edlinger <bernd.edlinger@hotmail.de>
4875
4876 * gdb.cp/step-and-next-inline.cc: New file.
4877 * gdb.cp/step-and-next-inline.exp: New file.
4878 * gdb.cp/step-and-next-inline.h: New file.
4879 * gdb.dwarf2/dw2-is-stmt.c: New file.
4880 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4881 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4882 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4883 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4884
4885 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4886
4887 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4888 is-stmt flag in the line table.
4889
4890 2020-03-09 Tom de Vries <tdevries@suse.de>
4891
4892 * lib/gdb.exp (cached_file): Create cache dir.
4893
4894 2020-03-07 Tom de Vries <tdevries@suse.de>
4895
4896 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4897 * gdb.cp/rvalue-ref-params.exp: Same.
4898
4899 2020-03-06 Tom de Vries <tdevries@suse.de>
4900
4901 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4902 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4903
4904 2020-03-06 Tom de Vries <tdevries@suse.de>
4905
4906 * README: Fix "the the".
4907 * gdb.base/dprintf.exp: Same.
4908
4909 2020-03-05 Tom de Vries <tdevries@suse.de>
4910
4911 * gdb.base/maint.exp: Update "main print statistics" expected output.
4912
4913 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4914
4915 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
4916 (fortran_int8): Likewise.
4917 (fortran_real4): Likewise.
4918 (fortran_real8): Likewise.
4919 (fortran_complex4): Likewise.
4920 (fortran_logical4): Likewise.
4921 (fortran_character1): Likewise.
4922
4923 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
4924
4925 * gdb.fortran/logical.exp: Add tests that any non-zero value is
4926 printed as true.
4927
4928 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
4929
4930 * gdb.base/printcmds.exp: Add test to verify printf of a
4931 variable holding an address.
4932
4933 2020-03-03 Tom de Vries <tdevries@suse.de>
4934
4935 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4936
4937 2020-03-03 Tom de Vries <tdevries@suse.de>
4938
4939 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4940 gdb_test_multiple call.
4941
4942 2020-03-03 Tom de Vries <tdevries@suse.de>
4943
4944 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4945 gdb_test_multiple calls.
4946
4947 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4948
4949 * gdb.base/default.exp: Remove test of 'set history filename'.
4950 * gdb.base/gdbinit-history.exp: Add tests for setting the history
4951 filename to the empty string.
4952 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
4953 and GDBHISTSIZE.
4954
4955 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4956
4957 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
4958 disabled.
4959
4960 2020-03-02 Pedro Alves <palves@redhat.com>
4961 Tom de Vries <tdevries@suse.de>
4962
4963 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
4964 -prompt prefix, before user_code argument. Add -lbl option likewise.
4965 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
4966 (gdb_is_target_1): Add -prompt prefix and move to before user_code
4967 argument.
4968 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
4969 have "\r\n" at start-of-line, instead of at end-of-line.
4970
4971 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
4972
4973 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
4974 libinproctrace.so.
4975
4976 2020-02-28 Luis Machado <luis.machado@linaro.org>
4977
4978 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
4979 to "p/x".
4980
4981 2020-02-28 Luis Machado <luis.machado@linaro.org>
4982
4983 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
4984 asm/ptrace.h and error.h.
4985
4986 2020-02-28 Tom de Vries <tdevries@suse.de>
4987
4988 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
4989 (struct wrapper, do_something, mundane/symada__cS): Move ...
4990 * gdb.base/c-linkage-name-2.c: ... here. New source file.
4991 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
4992 Update "print symada__cS before partial symtab expansion" regexp.
4993 Update breakpoint location. Flush symbol cache after expansion.
4994
4995 2020-02-28 Luis Machado <luis.machado@linaro.org>
4996
4997 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
4998
4999 2020-02-27 Tom de Vries <tdevries@suse.de>
5000
5001 * config/sid.exp: Remove unused globals.
5002 * gdb.base/attach.exp: Same.
5003 * gdb.base/catch-load.exp: Same.
5004 * gdb.base/dbx.exp: Same.
5005 * lib/gdb.exp: Same.
5006 * lib/mi-support.exp: Same.
5007 * lib/prompt.exp: Same.
5008
5009 2020-02-27 Tom de Vries <tdevries@suse.de>
5010
5011 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
5012 not set.
5013
5014 2020-02-26 Aaron Merey <amerey@redhat.com>
5015
5016 * gdb.debuginfod: New directory for debuginfod tests.
5017 * gdb.debuginfod/main.c: New test file.
5018 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
5019
5020 2020-02-26 Tom de Vries <tdevries@suse.de>
5021
5022 PR gdb/25603
5023 * gdb.base/persistent-lang.cc: New test.
5024 * gdb.base/persistent-lang.exp: New file.
5025
5026 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5027
5028 * gdb.fortran/derived-type-striding.exp: Add a new test.
5029 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
5030 new test.
5031
5032 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5033
5034 * gdb.base/cached-source-file.exp: Avoid source file paths in test
5035 names.
5036
5037 2020-02-25 Tom de Vries <tdevries@suse.de>
5038
5039 PR go/18926
5040 * gdb.go/methods.exp: Remove gcc/93866 xfail.
5041
5042 2020-02-24 Tom de Vries <tdevries@suse.de>
5043
5044 PR gdb/25592
5045 * gdb.base/info-locals-unused-static-var.c: New test.
5046 * gdb.base/info-locals-unused-static-var.exp: New file.
5047
5048 2020-02-22 Tom Tromey <tom@tromey.com>
5049
5050 * gdb.python/tui-window.exp: New file.
5051 * gdb.python/tui-window.py: New file.
5052
5053 2020-02-22 Tom Tromey <tom@tromey.com>
5054
5055 PR tui/17850:
5056 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
5057 tests.
5058
5059 2020-02-22 Tom Tromey <tom@tromey.com>
5060
5061 * gdb.tui/new-layout.exp: Add sub-layout tests.
5062
5063 2020-02-22 Tom Tromey <tom@tromey.com>
5064
5065 * gdb.tui/new-layout.exp: New file.
5066
5067 2020-02-22 Tom Tromey <tom@tromey.com>
5068
5069 * gdb.rust/rust-style.rs: New file.
5070 * gdb.rust/rust-style.exp: New file.
5071 * gdb.base/style.exp: Test structure printing.
5072 * gdb.base/style.c (struct some_struct): New type.
5073 (enum etype): New type.
5074 (struct_value): New global.
5075
5076 2020-02-21 Tom de Vries <tdevries@suse.de>
5077
5078 PR go/18926
5079 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
5080 Remove blanket xfails. Use message argument for gdb_breakpoint.
5081 Make continuing to breakpoint test conditional on setting breakpoint.
5082 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
5083 DW_AT_name attribute. Add xfail for GCC PR93866.
5084
5085 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
5086
5087 * gdb.dwarf2/cpp-linkage-name.c: New file.
5088 * gdb.dwarf2/cpp-linkage-name.exp: New file.
5089
5090 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
5091
5092 * lib/gdb.exp (gdb_wrapper_init): Reset
5093 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
5094 not exist.
5095
5096 2020-02-20 Tom de Vries <tdevries@suse.de>
5097
5098 PR go/17018
5099 * gdb.go/hello.exp: Copy ...
5100 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
5101 print of st to print value of global definition. Add xfail for GCC
5102 PR93844.
5103 * gdb.go/hello.exp: Remove printing of st before definition.
5104 * gdb.go/hello.go: Copy ...
5105 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
5106 to st.
5107 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
5108
5109 2020-02-20 Tom de Vries <tdevries@suse.de>
5110
5111 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
5112 (gdb_simple_compile): Handle compile_flags go by using .go extension
5113 for source file.
5114 * gdb.go/chan.exp: Use support_go_compile.
5115 * gdb.go/handcall.exp: Same.
5116 * gdb.go/hello.exp: Same.
5117 * gdb.go/integers.exp: Same.
5118 * gdb.go/max-depth.exp: Same.
5119 * gdb.go/methods.exp: Same.
5120 * gdb.go/package.exp: Same.
5121 * gdb.go/strings.exp: Same.
5122 * gdb.go/types.exp: Same.
5123 * gdb.go/unsafe.exp: Same.
5124
5125 2020-02-19 Tom de Vries <tdevries@suse.de>
5126
5127 * gdb.python/lib-types.exp: Make xfail more strict.
5128
5129 2020-02-19 Tom de Vries <tdevries@suse.de>
5130
5131 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
5132
5133 2020-02-19 Doug Evans <dje@google.com>
5134
5135 PR rust/25535
5136 * gdb.rust/simple.exp: Add test.
5137 * gdb.rust/simple.rs: Add test.
5138
5139 2020-02-19 Tom de Vries <tdevries@suse.de>
5140
5141 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
5142 output line-by-line.
5143
5144 2020-02-19 Tom de Vries <tdevries@suse.de>
5145
5146 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
5147
5148 2020-02-19 Tom de Vries <tdevries@suse.de>
5149
5150 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
5151 prelink.
5152
5153 2020-02-19 Tom de Vries <tdevries@suse.de>
5154
5155 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
5156 (gdb_do_cache): Use gdb_do_cache_wrap.
5157 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
5158
5159 2020-02-19 Tom de Vries <tdevries@suse.de>
5160
5161 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
5162 gdb_compile option.
5163
5164 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5165
5166 * gdb.base/printcmds.exp (test_print_enums): Update expected
5167 output.
5168
5169 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5170
5171 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5172 for "unknown".
5173
5174 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5175
5176 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5177 enumerator.
5178
5179 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5180
5181 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
5182 FE_, add FE_NONE.
5183 (three): Update.
5184 (enum flag_enum_without_zero): New enum.
5185 (flag_enum_without_zero): New variable.
5186 (enum not_flag_enum): New enum.
5187 (three_not_flag): New variable.
5188 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
5189 (test_print_enums): Add more tests for printing flag enums.
5190
5191 2020-02-18 Tom de Vries <tdevries@suse.de>
5192
5193 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
5194 (gdb_compile_ada): ... here.
5195 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
5196 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
5197
5198 2020-02-14 Tom Tromey <tom@tromey.com>
5199
5200 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
5201 build directory.
5202 * boards/gdbserver-base.exp: Update path to gdbserver.
5203
5204 2020-02-13 Tom de Vries <tdevries@suse.de>
5205
5206 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5207
5208 2020-02-13 Tom de Vries <tdevries@suse.de>
5209
5210 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
5211 are missing.
5212
5213 2020-02-13 Tom de Vries <tdevries@suse.de>
5214
5215 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
5216 call.
5217
5218 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5219
5220 PR tui/25126
5221 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5222 * gdb.base/cached-source-file.c: New file.
5223 * gdb.base/cached-source-file.exp: New file.
5224
5225 2020-02-11 Tom de Vries <tdevries@suse.de>
5226
5227 PR testsuite/25488
5228 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5229
5230 2020-02-10 Tom de Vries <tdevries@suse.de>
5231
5232 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5233
5234 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
5235
5236 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5237 and $after_addr are both integers before making a comparison.
5238
5239 2020-02-09 Tom de Vries <tdevries@suse.de>
5240
5241 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5242 command output and paste it into gdb.log. If any, paste catch message
5243 to gdb.log.
5244
5245 2020-02-07 Tom Tromey <tromey@adacore.com>
5246
5247 PR breakpoints/24915:
5248 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5249
5250 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
5251
5252 * gdb.tui/tui-missing-src.exp: Add the "missing source
5253 file" test for the TUI.
5254
5255 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5256
5257 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5258 including a port number in the output.
5259
5260 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5261
5262 * lib/fortran.exp (fortran_int4): Handle clang.
5263 (fortran_int8): Likewise.
5264 (fortran_real4): Likewise.
5265 (fortran_real8): Likewise.
5266 (fortran_complex4): Likewise.
5267 (fortran_logical4): Likewise.
5268 (fortran_character1): Likewise.
5269
5270 2020-02-04 Tom de Vries <tdevries@suse.de>
5271
5272 * README (Race detection): Add note.
5273
5274 2020-02-04 Tom de Vries <tdevries@suse.de>
5275
5276 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5277
5278 2020-02-04 Tom de Vries <tdevries@suse.de>
5279
5280 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5281
5282 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5283
5284 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5285 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5286 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5287 blttar, bnetarl.
5288 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5289 binary for blttar, bnetarl.
5290 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5291 wait instruction. Delete ldmx test.
5292 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5293
5294 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5295
5296 * gdb.fortran/array-bounds-high.exp: New file.
5297 * gdb.fortran/array-bounds-high.f90: New file.
5298
5299 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5300
5301 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5302 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5303
5304 2020-02-01 Tom de Vries <tdevries@suse.de>
5305
5306 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5307
5308 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5309
5310 PR tui/9765
5311 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5312 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5313
5314 2020-01-29 Luis Machado <luis.machado@linaro.org>
5315
5316 * gdb.arch/aarch64-brk-patterns.c: New source file.
5317 * gdb.arch/aarch64-brk-patterns.exp: New test.
5318
5319 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5320
5321 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5322 GCC/Clang version.
5323 * gdb.cp/pass-by-ref.exp: Ditto.
5324
5325 2020-01-29 Tom de Vries <tdevries@suse.de>
5326
5327 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5328 * gdb.threads/watchpoint-fork-mt.c: Same.
5329 * gdb.threads/watchpoint-fork-parent.c: Same.
5330 * gdb.threads/watchpoint-fork-st.c: Same.
5331 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5332
5333 2020-01-27 Luis Machado <luis.machado@linaro.org>
5334
5335 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5336 sitting at a syscall instruction when we hit the syscall function's
5337 breakpoint.
5338 Check PC against one obtained with the x command.
5339 Validate syscall number.
5340 (step_over_syscall): Don't continue to the syscall instruction if
5341 we're already there.
5342
5343 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5344
5345 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5346
5347 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5348
5349 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5350 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5351
5352 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5353
5354 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5355 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5356
5357 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5358
5359 * gdb.base/maint.exp: Update line table parsing test.
5360 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5361
5362 2020-01-24 Pedro Alves <palves@redhat.com>
5363
5364 PR gdb/25410
5365 * gdb.multi/multi-re-run-1.c: New.
5366 * gdb.multi/multi-re-run-2.c: New.
5367 * gdb.multi/multi-re-run.exp: New.
5368
5369 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5370
5371 PR gdb/23718
5372 * gdb.server/server-kill-python.exp: New file.
5373
5374 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5375
5376 * gdb.server/multi-ui-errors.c: New file.
5377 * gdb.server/multi-ui-errors.exp: New file.
5378
5379 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5380
5381 PR tui/9765
5382 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5383
5384 2020-01-19 Tom Tromey <tom@tromey.com>
5385
5386 * gdb.tui/main.exp: Add check for plain "file".
5387
5388 2020-01-16 Christian Biesinger <cbiesinger@google.com>
5389
5390 * lib/gdb.exp: Fix spelling error (seperatelly).
5391
5392 2020-01-14 Tom Tromey <tom@tromey.com>
5393
5394 PR symtab/12535:
5395 * gdb.python/python.exp: Test decode_line with empty string
5396 argument.
5397
5398 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5399
5400 * gdb.base/skip-inline.exp: Extend test.
5401
5402 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5403
5404 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5405 * gdb.dwarf2/dw2-bad-elf.c: New file.
5406 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5407
5408 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5409
5410 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5411 _line_saw_file.
5412
5413 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5414
5415 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5416 border.
5417
5418 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5419
5420 * gdb.multi/multi-target.exp (setup): Factor out "info
5421 connections" and "info inferiors" tests to ...
5422 (test_info_inferiors): ... this new procedure.
5423 (top level): Run new "info-inferiors" tests.
5424
5425 2020-01-10 Pedro Alves <palves@redhat.com>
5426
5427 * gdb.server/bkpt-other-inferior.exp: New file.
5428
5429 2020-01-10 Pedro Alves <palves@redhat.com>
5430
5431 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5432 of "add-inferior".
5433 * gdb.base/quit-live.exp: Likewise.
5434 * gdb.base/remote-exec-file.exp: Likewise.
5435 * gdb.guile/scm-progspace.exp: Likewise.
5436 * gdb.linespec/linespec.exp: Likewise.
5437 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5438 * gdb.mi/user-selected-context-sync.exp: Likewise.
5439 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5440 "info inferiors" tests.
5441 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5442 "add-inferior".
5443 * gdb.multi/watchpoint-multi.exp: Likewise.
5444 * gdb.python/py-inferior.exp: Likewise.
5445 * gdb.server/extended-remote-restart.exp: Likewise.
5446 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5447 "info inferiors".
5448 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5449 * gdb.trace/report.exp: Likewise.
5450
5451 2020-01-10 Pedro Alves <palves@redhat.com>
5452
5453 * gdb.multi/multi-target.c: New file.
5454 * gdb.multi/multi-target.exp: New file.
5455 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5456 mode requested, but remote does not support non-stop".
5457
5458 2020-01-10 Pedro Alves <palves@redhat.com>
5459
5460 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5461 disconnect before reconnecting.
5462
5463 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5464 Pedro Alves <palves@redhat.com>
5465
5466 * gdb.server/connect-without-multi-process.exp: Also test
5467 continuing to end.
5468
5469 2020-01-10 Pedro Alves <palves@redhat.com>
5470
5471 * gdb.base/remote-exec-file.exp: New file.
5472
5473 2020-01-10 Pedro Alves <palves@redhat.com>
5474
5475 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5476 output.
5477 * gdb.threads/async.c: New.
5478 * gdb.threads/async.exp: New.
5479 * gdb.multi/tids-gid-reset.c: New.
5480 * gdb.multi/tids-gid-reset.exp: New.
5481
5482 2020-01-10 George Barrett <bob@bob131.so>
5483
5484 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5485 to help in finding the image relocation offset.
5486 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5487 options in arguments.
5488 (stap_test_no_debuginfo): Likewise.
5489 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5490 test variants.
5491 (stap_test): Add null semaphore relocation test.
5492
5493 2020-01-10 George Barrett <bob@bob131.so>
5494
5495 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5496 * gdb.base/stap-probe.exp: Likewise.
5497 (stap_test): Pass argument as an additional flag.
5498 (stap_test_no_debuginfo): Likewise.
5499 (stap_test): Check `info probes stap' output for semaphore
5500 addresses if the test binary is supposed to have them.
5501
5502 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5503
5504 * gdb.tui/basic.exp: Add more scrolling tests.
5505
5506 2020-01-09 Tom Tromey <tom@tromey.com>
5507
5508 PR tui/18932:
5509 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5510 meangingful value.
5511 (Term::command, Term::resize): Update.
5512 * gdb.tui/basic.exp: Add scrolling test.
5513
5514 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5515
5516 * gdb.tui/tui-layout-asm.exp: New file.
5517
5518 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5519
5520 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5521
5522 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5523
5524 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5525 (Term::enter_tui): Use Term::prepare_for_tui.
5526
5527 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5528
5529 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5530 called.
5531
5532 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5533
5534 * gdb.base/skip.exp: Fix race condition in test.
5535
5536 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5537
5538 * gdb.base/backtrace.c: New file.
5539 * gdb.base/backtrace.exp: New file.
5540
5541 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5542
5543 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5544
5545 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5546
5547 * gdb.base/style.exp: Test that warnings are styled.
5548
5549 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5550
5551 * gdb.base/line65535.exp: New file.
5552 * gdb.base/line65535.c: New file.
5553
5554 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5555
5556 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5557 * lib/gnat_debug_info_test.adb: New file.
5558 * gdb.ada/ptype_tagged_param.exp: Use
5559 gnat_runtime_has_debug_info, expect a different output if
5560 runtime does not have debug info.
5561
5562 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5563
5564 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5565 (another) quote in test name.
5566
5567 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5568
5569 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5570 Add quote in test name.
5571
5572 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5573
5574 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5575 directory instead.
5576 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5577 * gdb.cp/pass-by-ref-2.cc: New file.
5578 * gdb.cp/pass-by-ref-2.exp: New file.
5579
5580 2019-12-20 Tom Tromey <tom@tromey.com>
5581
5582 * gdb.tui/list-before.exp: New file.
5583
5584 2019-12-20 Tom Tromey <tom@tromey.com>
5585
5586 * gdb.tui/list.exp: Check for source on initial listing.
5587
5588 2019-12-11 Tom Tromey <tromey@adacore.com>
5589
5590 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5591 Add crlf test.
5592
5593 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
5594
5595 * gdb.base/default.exp: Update value of $_gdb_major.
5596
5597 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5598
5599 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5600
5601 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5602
5603 * gdb.base/skip.exp: Whitespace fix.
5604
5605 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5606
5607 * gdb.base/skip-inline.c: New file.
5608 * gdb.base/skip-inline.exp: New file.
5609
5610 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5611
5612 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5613 jit_function_00 to jit_function_stack_mangle.
5614 * gdb.base/jithost.c (jit_function_t): Rename to...
5615 (jit_function_stack_mangle_t): ... this.
5616 (jit_function_add_t): New typedef.
5617 (jit_function_00_code): Rename to...
5618 (jit_function_stack_mangle_code): ... this, make static.
5619 (jit_function_add_code): New.
5620 (main): Generate "add" function and call it. Adjust to changes
5621 in jithost_abi.
5622 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5623 (struct jithost_abi) <begin, end>: Remove fields.
5624 <object, function_stack_mangle, function_add>: New fields.
5625 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5626 code_end>: Remove fields.
5627 <func_stack_mangle>: New field.
5628 (read_debug_info): Adjust to renaming, create block for "add"
5629 function.
5630 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5631
5632 2019-12-11 Tom Tromey <tom@tromey.com>
5633
5634 * gdb.tui/resize.exp: Fix regexp.
5635 * gdb.tui/regs.exp: Fix regexps.
5636 * gdb.tui/main.exp: Fix regexp.
5637
5638 2019-12-11 Tom Tromey <tom@tromey.com>
5639
5640 * gdb.tui/resize.exp: Update.
5641 * gdb.tui/empty.exp (layouts): Update.
5642
5643 2019-12-11 Tom Tromey <tom@tromey.com>
5644
5645 * gdb.tui/regs.exp: Update.
5646 * gdb.tui/empty.exp (layouts): Update.
5647 * gdb.tui/basic.exp: Update.
5648 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5649
5650 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5651
5652 * gdb.base/options.exp: Add -raw-values in the print completion list.
5653 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5654
5655 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5656
5657 * gdb.threads/omp-par-scope.c: New file.
5658 * gdb/threads/omp-par-scope.exp: New file.
5659
5660 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5661
5662 * lib/gdb.exp (support_nested_function_tests): New proc.
5663
5664 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5665
5666 * lib/gdb.exp (gdb_compile_openmp): New proc.
5667 (build_executable_from_specs): Add an "openmp" option.
5668 (gdb_compile_pthreads): Add non-executable case.
5669
5670 2019-12-10 Tom Tromey <tromey@adacore.com>
5671
5672 * gdb.ada/unchecked_union.exp: New file.
5673 * gdb.ada/unchecked_union/pck.adb: New file.
5674 * gdb.ada/unchecked_union/pck.ads: New file.
5675 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5676 * gdb-utils.exp (string_to_regexp): Also quote "?".
5677
5678 2019-12-10 George Barrett <bob@bob131.so>
5679
5680 Test scripted probe breakpoints.
5681 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5682 * gdb.python/py-breakpoint.c (main): Likewise.
5683 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5684 specifier test.
5685 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5686
5687 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5688
5689 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5690 an rvalue parameter.
5691 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5692 parameter.
5693
5694 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5695
5696 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5697 modules.
5698
5699 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5700
5701 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5702 broken version of GCC.
5703
5704 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5705
5706 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5707 sym-info-cmds library.
5708 * gdb.fortran/info-types.exp: Likewise.
5709 * lib/sym-info-cmds.exp: New file.
5710
5711 2019-12-08 Tom de Vries <tdevries@suse.de>
5712
5713 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5714
5715 2019-12-07 Keith Seitz <keiths@redhat.com>
5716
5717 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5718 * gdb.base/corefile-buildid-shlib.c: New file.
5719 * gdb.base/corefile-buildid.c: New file.
5720 * gdb.base/corefile-buildid.exp: New file.
5721
5722 2019-12-06 Tom de Vries <tdevries@suse.de>
5723
5724 * gdb.dwarf2/varval.exp: Add decl before def test.
5725
5726 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5727
5728 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5729
5730 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5731
5732 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5733 CV and reference conversion for overload resolution.
5734 * gdb.cp/rvalue-ref-overload.exp: Test it.
5735
5736 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5737
5738 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5739 * gdb.base/frameapply.exp: Test faas without command.
5740
5741 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5742
5743 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5744 Fortran tests.
5745 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5746 order.
5747
5748 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5749
5750 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5751 casting to type with no kind specified.
5752 (test_basic_parsing_of_type_kinds): Additional tests for types
5753 with no kind specified, and add tests for single/double
5754 precision/complex types.
5755
5756 2019-12-04 Tom Tromey <tromey@adacore.com>
5757
5758 * gdb.base/endianity.c (struct other) <x>: New field.
5759 (main): Initialize it.
5760 * gdb.base/endianity.exp: Update.
5761
5762 2019-12-04 Tom Tromey <tromey@adacore.com>
5763
5764 * gdb.ada/scalar_storage/storage.adb: New file.
5765 * gdb.ada/scalar_storage/pck.adb: New file.
5766 * gdb.ada/scalar_storage/pck.ads: New file.
5767 * gdb.ada/scalar_storage.exp: New file.
5768
5769 2019-12-04 Tom Tromey <tromey@adacore.com>
5770
5771 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5772 (main): Initialize it.
5773 * gdb.base/endianity.exp: Update.
5774
5775 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5776
5777 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5778
5779 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5780
5781 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5782 -symbol-info-module-functions and -symbol-info-module-variables.
5783
5784 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5785
5786 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5787
5788 2019-12-01 Richard Bunt <richard.bunt@arm.com>
5789 Andrew Burgess <andrew.burgess@embecosm.com>
5790
5791 * gdb.fortran/derived-type-striding.exp: New file.
5792 * gdb.fortran/derived-type-striding.f90: New file.
5793 * gdb.fortran/array-slices.exp: New file.
5794 * gdb.fortran/array-slices.f90: New file.
5795
5796 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5797
5798 * gdb.base/define.exp: Test . in command names.
5799 * gdb.base/setshow.exp: Update test, as . is now part of
5800 command name.
5801
5802 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5803
5804 * gdb.base/define-prefix.exp: New file.
5805
5806 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5807
5808 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5809 compile.
5810 (skip_btrace_pt_tests): Likewise.
5811
5812 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5813
5814 * gdb.fortran/info-modules.exp: Compile source files in correct
5815 order.
5816
5817 2019-11-27 Kevin Buettner <kevinb@redhat.com>
5818
5819 * gdb.dwarf2/imported-unit.exp: New file.
5820 * gdb.dwarf2/imported-unit.c: New file.
5821
5822 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5823
5824 * gdb.mi/mi-fortran-modules-2.f90: New file.
5825 * gdb.mi/mi-fortran-modules.exp: New file.
5826 * gdb.mi/mi-fortran-modules.f90: New file.
5827
5828 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5829
5830 * gdb.mi/mi-sym-info-1.c: New file.
5831 * gdb.mi/mi-sym-info-2.c: New file.
5832 * gdb.mi/mi-sym-info.exp: New file.
5833
5834 2019-11-22 Tom Tromey <tromey@adacore.com>
5835
5836 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5837 * gdb.ada/tasks/foo.adb: Add another stopping location.
5838
5839 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5840
5841 * gdb.base/endianity.c: New test.
5842 * gdb.base/endianity.exp: New file.
5843
5844 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5845
5846 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5847
5848 2019-11-21 Tom de Vries <tdevries@suse.de>
5849
5850 PR gdb/24956
5851 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5852
5853 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5854
5855 * gdb.python/py-progspace.exp: Add missing parentheses on some
5856 'print' commands.
5857
5858 2019-11-19 Tom Tromey <tom@tromey.com>
5859
5860 * gdb.tui/winheight.exp: New file.
5861
5862 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5863
5864 * gdb.base/ctf-whatis.c: Delete.
5865 * gdb.base/ctf-whatis.exp: Delete.
5866 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
5867
5868 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5869
5870 * gdb.base/ctf-cvexpr.exp: Delete.
5871 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5872
5873 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5874
5875 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5876 the compiler. Clean up header comment a little.
5877 * gdb.base/ctf-ptype.exp: Likewise.
5878 * gdb.base/ctf-whatis.exp: Likewise.
5879 * lib/gdb.exp (skip_ctf_tests): New proc.
5880
5881 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5882
5883 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5884 * gdb.tui/corefile-run.exp: New file.
5885
5886 2019-11-14 Tom Tromey <tromey@adacore.com>
5887
5888 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5889 regression tests.
5890
5891 2019-11-12 Tom Tromey <tom@tromey.com>
5892
5893 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5894 after any command. Expect prompt after WAIT_FOR is seen.
5895 (enter_tui): Enable resize messages.
5896 (command): Expect command in output.
5897 (get_line): Avoid error when cursor appears to be off-screen.
5898 (dump_screen): Include screen size in title.
5899 (_do_resize): New proc, from "resize".
5900 (resize): Rewrite. Do resize in two steps.
5901 * gdb.tui/empty.exp (layouts): Fix entries.
5902 (check_boxes): Remove xfail.
5903 (check_text): Dump screen on failure.
5904
5905 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5906
5907 * gdb.python/py-symbol.exp: Add test for
5908 gdb.lookup_static_symbols.
5909
5910 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5911
5912 * gdb.python/py-symbol.c: Declare and call function from new
5913 py-symbol-2.c file.
5914 * gdb.python/py-symbol.exp: Compile both source files, and add new
5915 tests for gdb.lookup_static_symbol.
5916 * gdb.python/py-symbol-2.c: New file.
5917
5918 2019-11-02 Tom de Vries <tdevries@suse.de>
5919
5920 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
5921 * gdb.base/anon.exp: Same.
5922 * gdb.base/auto-connect-native-target.exp: Same.
5923 * gdb.base/call-ar-st.exp: Same.
5924 * gdb.base/catch-syscall.exp: Same.
5925 * gdb.base/commands.exp: Same.
5926 * gdb.base/default.exp: Same.
5927 * gdb.base/display.exp: Same.
5928 * gdb.base/float.exp: Same.
5929 * gdb.base/foll-fork.exp: Same.
5930 * gdb.base/help.exp: Same.
5931 * gdb.base/info-macros.exp: Same.
5932 * gdb.base/info-proc.exp: Same.
5933 * gdb.base/info-target.exp: Same.
5934 * gdb.base/long_long.exp: Same.
5935 * gdb.base/macscp.exp: Same.
5936 * gdb.base/memattr.exp: Same.
5937 * gdb.base/nofield.exp: Same.
5938 * gdb.base/pointers.exp: Same.
5939 * gdb.base/printcmds.exp: Same.
5940 * gdb.base/ptype.exp: Same.
5941 * gdb.base/restore.exp: Same.
5942 * gdb.base/return.exp: Same.
5943 * gdb.base/scope.exp: Same.
5944 * gdb.base/set-noassign.exp: Same.
5945 * gdb.base/setshow.exp: Same.
5946 * gdb.base/shlib-call.exp: Same.
5947 * gdb.base/signals.exp: Same.
5948 * gdb.base/sigstep.exp: Same.
5949 * gdb.base/skip.exp: Same.
5950 * gdb.base/solib-symbol.exp: Same.
5951 * gdb.base/stap-probe.exp: Same.
5952 * gdb.base/step-line.exp: Same.
5953 * gdb.base/step-test.exp: Same.
5954 * gdb.base/style.exp: Same.
5955 * gdb.base/varargs.exp: Same.
5956 * gdb.base/vla-datatypes.exp: Same.
5957 * gdb.base/vla-ptr.exp: Same.
5958 * gdb.base/vla-sideeffect.exp: Same.
5959 * gdb.base/volatile.exp: Same.
5960 * gdb.base/watch-cond-infcall.exp: Same.
5961 * gdb.base/watchpoint.exp: Same.
5962
5963 2019-11-02 Tom de Vries <tdevries@suse.de>
5964
5965 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
5966 * gdb.cp/cpexprs.exp: Same.
5967 * gdb.cp/except-multi-location.exp: Same.
5968 * gdb.cp/exceptprint.exp: Same.
5969 * gdb.cp/gdb2384.exp: Same.
5970 * gdb.cp/inherit.exp: Same.
5971 * gdb.cp/m-static.exp: Same.
5972 * gdb.cp/meth-typedefs.exp: Same.
5973 * gdb.cp/misc.exp: Same.
5974 * gdb.cp/namespace.exp: Same.
5975 * gdb.cp/non-trivial-retval.exp: Same.
5976 * gdb.cp/overload.exp: Same.
5977 * gdb.cp/pr17132.exp: Same.
5978 * gdb.cp/re-set-overloaded.exp: Same.
5979 * gdb.cp/rvalue-ref-types.exp: Same.
5980 * gdb.cp/templates.exp: Same.
5981
5982 2019-11-01 Luis Machado <luis.machado@linaro.org>
5983
5984 PR gdb/25124
5985
5986 * gdb.arch/pr25124.S: New file.
5987 * gdb.arch/pr25124.exp: New file.
5988
5989 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5990
5991 * gdb.fortran/info-modules.exp: Update expected results, and add
5992 additional tests for 'info module functinos', and 'info module
5993 variables'.
5994 * gdb.fortran/info-types.exp: Update expected results.
5995 * gdb.fortran/info-types.f90: Extend testcase with additional
5996 module variables and functions.
5997
5998 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5999
6000 * gdb.fortran/info-modules.exp: New file.
6001 * gdb.fortran/info-types.exp: Build with new file.
6002 * gdb.fortran/info-types.f90: Include and use new module.
6003 * gdb.fortran/info-types-2.f90: New file.
6004
6005 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6006
6007 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
6008 * gdb.base/settings.exp: Test all settings types using
6009 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
6010 that now verifies that the value of "maint show" is the same as
6011 returned by the settings functions. Test the type of the
6012 maintenance settings.
6013 * gdb.base/default.exp: Update show_conv_list.
6014
6015 2019-10-31 Tom de Vries <tdevries@suse.de>
6016
6017 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
6018 gdb_test.
6019 * gdb.arch/amd64-disp-step.exp: Same.
6020 * gdb.asm/asm-source.exp: Same.
6021 * gdb.btrace/buffer-size.exp: Same.
6022 * gdb.btrace/cpu.exp: Same.
6023 * gdb.btrace/enable.exp: Same.
6024 * gdb.dwarf2/count.exp: Same.
6025 * gdb.dwarf2/dw2-ranges-func.exp: Same.
6026 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
6027 * gdb.fortran/vla-datatypes.exp: Same.
6028 * gdb.fortran/vla-history.exp: Same.
6029 * gdb.fortran/vla-ptype.exp: Same.
6030 * gdb.fortran/vla-value.exp: Same.
6031 * gdb.fortran/whatis_type.exp: Same.
6032 * gdb.guile/guile.exp: Same.
6033 * gdb.multi/tids.exp: Same.
6034 * gdb.python/py-finish-breakpoint.exp: Same.
6035 * gdb.python/py-framefilter.exp: Same.
6036 * gdb.python/py-pp-registration.exp: Same.
6037 * gdb.python/py-xmethods.exp: Same.
6038 * gdb.python/python.exp: Same.
6039 * gdb.server/connect-with-no-symbol-file.exp: Same.
6040 * gdb.server/no-thread-db.exp: Same.
6041 * gdb.server/run-without-local-binary.exp: Same.
6042 * gdb.stabs/weird.exp: Same.
6043 * gdb.threads/attach-many-short-lived-threads.exp: Same.
6044 * gdb.threads/thread-find.exp: Same.
6045 * gdb.threads/tls-shared.exp: Same.
6046 * gdb.threads/tls.exp: Same.
6047 * gdb.threads/wp-replication.exp: Same.
6048 * gdb.trace/ax.exp: Same.
6049 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
6050
6051 2019-10-31 Tom de Vries <tdevries@suse.de>
6052
6053 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
6054 * gdb.ada/array_subscript_addr.exp: Same.
6055 * gdb.ada/arrayidx.exp: Same.
6056 * gdb.ada/arrayparam.exp: Same.
6057 * gdb.ada/arrayptr.exp: Same.
6058 * gdb.ada/boolean_expr.exp: Same.
6059 * gdb.ada/call_pn.exp: Same.
6060 * gdb.ada/complete.exp: Same.
6061 * gdb.ada/fixed_cmp.exp: Same.
6062 * gdb.ada/fun_addr.exp: Same.
6063 * gdb.ada/funcall_param.exp: Same.
6064 * gdb.ada/interface.exp: Same.
6065 * gdb.ada/mod_from_name.exp: Same.
6066 * gdb.ada/null_array.exp: Same.
6067 * gdb.ada/packed_array.exp: Same.
6068 * gdb.ada/packed_tagged.exp: Same.
6069 * gdb.ada/print_chars.exp: Same.
6070 * gdb.ada/print_pc.exp: Same.
6071 * gdb.ada/ptype_arith_binop.exp: Same.
6072 * gdb.ada/ptype_field.exp: Same.
6073 * gdb.ada/ptype_tagged_param.exp: Same.
6074 * gdb.ada/rec_return.exp: Same.
6075 * gdb.ada/ref_tick_size.exp: Same.
6076 * gdb.ada/str_ref_cmp.exp: Same.
6077 * gdb.ada/taft_type.exp: Same.
6078 * gdb.ada/tagged.exp: Same.
6079 * gdb.ada/type_coercion.exp: Same.
6080 * gdb.ada/uninitialized_vars.exp: Same.
6081
6082 2019-10-30 Tom de Vries <tdevries@suse.de>
6083
6084 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
6085
6086 2019-10-26 Tom de Vries <tdevries@suse.de>
6087
6088 * gdb.base/bigcore.c: Fix typos in comments.
6089 * gdb.base/ctf-ptype.c: Same.
6090 * gdb.base/long_long.c: Same.
6091 * gdb.dwarf2/dw2-op-out-param.S: Same.
6092 * gdb.python/py-evthreads.c: Same.
6093 * gdb.reverse/i387-stack-reverse.c: Same.
6094 * gdb.trace/tfile.c: Same.
6095 * lib/compiler.c: Same.
6096 * lib/compiler.cc: Same.
6097
6098 2019-10-25 Tom de Vries <tdevries@suse.de>
6099
6100 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
6101 gdb_test_multiple calls.
6102 * gdb.reverse/sigall-reverse.exp: Same.
6103 * gdb.reverse/solib-precsave.exp: Same.
6104 * gdb.reverse/solib-reverse.exp: Same.
6105 * gdb.reverse/until-precsave.exp: Same.
6106 * gdb.reverse/until-reverse.exp: Same.
6107
6108 2019-10-24 Tom de Vries <tdevries@suse.de>
6109
6110 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
6111 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
6112 kfail using -wrap pattern flag and convenience variable
6113 gdb_test_name.
6114
6115 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
6116
6117 * gdb.python/py-progspace.exp: Add tests for the
6118 Progspace.block_for_pc method.
6119
6120 2019-10-23 Tom Tromey <tom@tromey.com>
6121
6122 * configure: Rebuild.
6123 * aclocal.m4: Use m4_include, not sinclude.
6124
6125 2019-10-21 Tom de Vries <tdevries@suse.de>
6126
6127 * gdb.base/infcall-nested-structs.c: Add
6128 __attribute__((noinline,noclone)) to all functions.
6129 (call_all): Add missing variable initialization. Simplify return value.
6130 (breakpt): Increment volatile variable, to prevent call from being
6131 optimized out.
6132 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
6133
6134 2019-10-17 Tom de Vries <tdevries@suse.de>
6135
6136 * gdb.fortran/module.exp: Allow info variables to print info for files
6137 other than module.f90.
6138
6139 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6140
6141 * gdb.fortran/module.exp: Extend with 'info variables' test.
6142
6143 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6144
6145 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
6146 F77_FOR_TARGET.
6147
6148 2019-10-16 Tom de Vries <tdevries@suse.de>
6149
6150 PR tdep/25096
6151 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
6152
6153 2019-10-16 Tom de Vries <tdevries@suse.de>
6154
6155 PR tdep/24104
6156 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
6157 Add KFAIL for PR tdep/25096.
6158
6159 2019-10-16 Tom de Vries <tdevries@suse.de>
6160
6161 PR testsuite/25059
6162 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
6163
6164 2019-10-16 Tom de Vries <tdevries@suse.de>
6165
6166 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
6167 as signed.
6168
6169 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
6170
6171 * gdb.mi/list-thread-groups-available.exp: Read entries one by
6172 one instead of increasing timeout.
6173
6174 2019-10-13 Tom de Vries <tdevries@suse.de>
6175
6176 PR record/25038
6177 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
6178 * gdb.reverse/sigall-reverse.exp: Same.
6179 * gdb.reverse/solib-precsave.exp: Same.
6180 * gdb.reverse/solib-reverse.exp: Same.
6181 * gdb.reverse/step-precsave.exp: Same.
6182 * gdb.reverse/until-precsave.exp: Same.
6183 * gdb.reverse/until-reverse.exp: Same.
6184 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
6185
6186 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
6187
6188 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
6189 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
6190 (cmp_struct_05_01, cmp_struct_static_02_01)
6191 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
6192 comparisons.
6193
6194 2019-10-10 Tom de Vries <tdevries@suse.de>
6195
6196 PR testsuite/24888
6197 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
6198 gnatlink.
6199
6200 2019-10-09 Tom de Vries <tdevries@suse.de>
6201
6202 PR testsuite/25048
6203 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6204
6205 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6206
6207 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
6208 exceptions due to missing debug information.
6209
6210 2019-10-07 Tom de Vries <tdevries@suse.de>
6211
6212 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6213
6214 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6215
6216 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
6217 * gdb.base/annota1.exp: Update to use gdb_test_name.
6218
6219 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
6220
6221 * gdb.base/ctf-whatis.exp: New file.
6222 * gdb.base/ctf-whatis.c: New file.
6223 * gdb.base/ctf-ptype.exp: New file.
6224 * gdb.base/ctf-ptype.c: New file.
6225 * gdb.base/ctf-constvars.exp: New file.
6226 * gdb.base/ctf-constvars.c: New file.
6227 * gdb.base/ctf-cvexpr.exp: New file.
6228
6229 2019-10-04 Tom de Vries <tdevries@suse.de>
6230
6231 * gdb.cp/local-static.c (main): Move declaration of int i out of the
6232 for loop.
6233
6234 2019-10-03 Tom Tromey <tom@tromey.com>
6235
6236 PR rust/24976:
6237 * gdb.rust/simple.rs (Union2): New type.
6238 (main): Use Union2.
6239 * gdb.rust/simple.exp: Add test.
6240
6241 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6242
6243 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6244 nested function prefix.
6245
6246 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6247 Richard Bunt <richard.bunt@arm.com>
6248 Andrew Burgess <andrew.burgess@embecosm.com>
6249
6250 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6251 nested functions.
6252 * gdb.fortran/nested-funcs.f90: Update expected results.
6253 * gdb.fortran/nested-funcs-2.exp: New file.
6254 * gdb.fortran/nested-funcs-2.f90: New file.
6255
6256 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6257
6258 * gdb.python/py-parameter.exp: Make test names unique.
6259 * gdb.python/py-template.exp: Likewise.
6260 * gdb.python/py-value.exp: Likewise.
6261
6262 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6263
6264 * gdb.base/break-interp.exp: Reduce test name duplication.
6265 * gdb.base/call-sc.exp: Likewise.
6266 * gdb.base/callfuncs.exp: Likewise.
6267 * gdb.base/charset.exp: Likewise.
6268 * gdb.base/dump.exp: Likewise.
6269 * gdb.base/ena-dis-br.exp: Likewise.
6270 * gdb.base/relational.exp: Likewise.
6271 * gdb.base/step-over-syscall.exp: Likewise.
6272 * gdb.base/structs.exp: Likewise.
6273
6274 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6275
6276 * gdb.linespec/explicit.exp: Make test names unique.
6277 * gdb.linespec/ls-errs.exp: Likewise.
6278
6279 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6280
6281 * gdb.reverse/break-precsave.exp: Make test names unique.
6282 * gdb.reverse/break-reverse.exp: Likewise.
6283 * gdb.reverse/finish-precsave.exp: Likewise.
6284 * gdb.reverse/finish-reverse.exp: Likewise.
6285 * gdb.reverse/machinestate-precsave.exp: Likewise.
6286 * gdb.reverse/machinestate.exp: Likewise.
6287 * gdb.reverse/readv-reverse.exp: Likewise.
6288 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6289 * gdb.reverse/sigall-precsave.exp: Likewise.
6290 * gdb.reverse/sigall-reverse.exp: Likewise.
6291 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6292 * gdb.reverse/watch-precsave.exp: Likewise.
6293 * gdb.reverse/watch-reverse.exp: Likewise.
6294
6295 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6296
6297 * gdb.threads/stop-with-handle.c: New file.
6298 * gdb.threads/stop-with-handle.exp: New file.
6299
6300 2019-10-03 Tom de Vries <tdevries@suse.de>
6301
6302 PR testsuite/25059
6303 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6304 directory" line to be missing.
6305
6306 2019-10-03 Tom de Vries <tdevries@suse.de>
6307
6308 PR testsuite/25059
6309 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6310 type optional.
6311
6312 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6313
6314 * gdb.python/py-format-string.c (string.h): New include.
6315 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6316 the same value, for endianness-independence.
6317 * gdb.python/py-format-string.exp (default_regexp_dict)
6318 (test_pretty_structs, test_format): Adjust expected output to the
6319 changed initialization.
6320
6321 2019-10-02 Tom Tromey <tromey@adacore.com>
6322
6323 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6324
6325 2019-10-02 Pedro Alves <palves@redhat.com>
6326 Andrew Burgess <andrew.burgess@embecosm.com>
6327
6328 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6329 "print-file-var.h".
6330 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6331 (get_version_1): Print this_version_id and its address.
6332 Add extern "C" wrappers around interface functions.
6333 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6334 "print-file-var.h".
6335 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6336 (get_version_2): Print this_version_id and its address.
6337 Add extern "C" wrappers around interface functions.
6338 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6339 <stddef.h> and "print-file-var.h".
6340 Add extern "C" wrappers around interface functions.
6341 [VERSION_ID_MAIN] (this_version_id): Define.
6342 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6343 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6344 up extern "C" blocks.
6345 * gdb.base/print-file-var.exp (test): New, factored out from top
6346 level.
6347 (top level): Test all combinations of attribute hidden or not,
6348 dlopen or not, and this_version_id symbol in main file or not.
6349 Compile tests as both C++ and C, make test names unique.
6350
6351 2019-10-01 Tom Tromey <tom@tromey.com>
6352
6353 * gdb.base/style.exp: Test "show logging filename".
6354
6355 2019-10-01 Tom Tromey <tom@tromey.com>
6356
6357 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6358 * gdb.base/style.exp: Add metadata style test.
6359
6360 2019-10-01 Tom Tromey <tom@tromey.com>
6361
6362 * gdb.base/style.exp: Test "pwd".
6363
6364 2019-10-01 Tom Tromey <tom@tromey.com>
6365
6366 * gdb.base/style.exp: Update tests.
6367
6368 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6369
6370 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6371 'six' to unsigned.
6372 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6373 'five'. Use an all-ones bit pattern for each.
6374 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6375 to its changed values.
6376
6377 2019-09-30 Tom Tromey <tromey@adacore.com>
6378
6379 * gdb.rust/traits.rs: Disable all warnings.
6380
6381 2019-09-29 Tom de Vries <tdevries@suse.de>
6382
6383 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
6384
6385 2019-09-29 Tom de Vries <tdevries@suse.de>
6386
6387 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6388
6389 2019-09-27 Tom de Vries <tdevries@suse.de>
6390
6391 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6392
6393 2019-09-27 Tom de Vries <tdevries@suse.de>
6394
6395 PR record/23188
6396 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6397
6398 2019-09-26 Tom Tromey <tromey@adacore.com>
6399
6400 * gdb.ada/py_taft.exp: New file.
6401 * gdb.ada/py_taft/main.adb: New file.
6402 * gdb.ada/py_taft/pkg.adb: New file.
6403 * gdb.ada/py_taft/pkg.ads: New file.
6404
6405 2019-09-24 Tom de Vries <tdevries@suse.de>
6406
6407 PR gdb/24598
6408 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6409
6410 2019-09-22 Tom de Vries <tdevries@suse.de>
6411
6412 * gdb.base/restore.exp: Allow register variables to be optimized out at
6413 -O0.
6414
6415 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6416
6417 * gdb.arch/spu-info.exp: Remove file.
6418 * gdb.arch/spu-info.c: Remove file.
6419 * gdb.arch/spu-ls.exp: Remove file.
6420 * gdb.arch/spu-ls.c: Remove file.
6421
6422 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6423 * gdb.asm/spu.inc: Remove file.
6424
6425 * gdb.base/dump.exp: Remove support for spu*-*-*.
6426 * gdb.base/stack-checking.exp: Likewise.
6427 * gdb.base/overlays.exp: Likewise.
6428 * gdb.base/ovlymgr.c: Likewise.
6429 * gdb.base/spu.ld: Remove file.
6430
6431 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6432 * gdb.cp/cpexprs.exp: Likewise.
6433 * gdb.cp/exception.exp: Likewise.
6434 * gdb.cp/gdb2495.exp: Likewise.
6435 * gdb.cp/mb-templates.exp: Likewise.
6436 * gdb.cp/pr9167.exp: Likewise.
6437 * gdb.cp/userdef.exp: Likewise.
6438
6439 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6440
6441 * gdb.cell: Remove directory.
6442 * lib/cell.exp: Remove file.
6443
6444 2019-09-19 Tom de Vries <tdevries@suse.de>
6445
6446 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6447
6448 2019-09-19 Tom de Vries <tdevries@suse.de>
6449
6450 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6451
6452 2019-09-19 Tom de Vries <tdevries@suse.de>
6453
6454 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6455 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6456 (gdb_target_cmd): ... here.
6457 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6458 value 2.
6459
6460 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6461
6462 * gdb.base/source-dir.exp: Avoid having directory names in test
6463 names.
6464
6465 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6466
6467 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6468 directory.
6469
6470 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6471
6472 * gdb.base/list-missing-source.exp: New file.
6473
6474 2019-09-14 Tom de Vries <tdevries@suse.de>
6475
6476 PR teststuite/24599
6477 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6478 * lib/ada.exp (gnatmake_version_at_least): New proc.
6479
6480 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6481
6482 * gdb.base/maint.exp: Use exec_has_index_section.
6483
6484 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6485
6486 * gdb.base/maint.exp: Add test for 'maint info sections'.
6487
6488 2019-09-12 Tom de Vries <tdevries@suse.de>
6489
6490 * gdb.base/store.exp: Allow register variables to be optimized out at
6491 -O0.
6492
6493 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6494
6495 * gdb.ada/rdv_wait.exp: Update to new task names.
6496 * gdb.base/task_switch_in_core.exp: Likewise.
6497 * gdb.base/info_sources_base.c: Likewise.
6498
6499 2019-09-10 Tom Tromey <tromey@adacore.com>
6500
6501 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6502
6503 2019-09-10 Tom Tromey <tromey@adacore.com>
6504
6505 * gdb.ada/dgopt.exp: New file.
6506 * gdb.ada/dgopt/x.adb: New file.
6507
6508 2019-09-08 Tom Tromey <tom@tromey.com>
6509
6510 * gdb.tui/resize.exp: Remove setup_xfail.
6511 * gdb.tui/regs.exp: Remove setup_xfail.
6512 * gdb.tui/basic.exp: Remove setup_xfail.
6513
6514 2019-09-06 David Blaikie <dblaikie@gmail.com>
6515
6516 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6517 * gdb.cp/cplabel.exp: Ditto.
6518 * gdb.linespec/ls-errs.exp: Ditto.
6519
6520 2019-09-05 Tom de Vries <tdevries@suse.de>
6521
6522 * lib/gdb.exp (cmp_file_string): New proc.
6523 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6524 runto_main. Verify save breakpoints output.
6525
6526 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6527
6528 * gdb.base/info-var.exp: Test info variables without running
6529 to main, to avoid expect's buffer overflow.
6530
6531 2019-09-03 Tom Tromey <tromey@adacore.com>
6532
6533 * gdb.ada/bias.exp: New file.
6534 * gdb.ada/bias/bias.adb: New file.
6535 * gdb.ada/print_chars.exp: Add regression test.
6536 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6537 (MC): New variable.
6538
6539 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6540
6541 * gdb.base/argv0-symlink.exp: Run only on native target
6542 and local host.
6543
6544 2019-08-29 Tom de Vries <tdevries@suse.de>
6545
6546 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6547 diverse debug info.
6548 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6549
6550 2019-08-28 Tom de Vries <tdevries@suse.de>
6551
6552 * gdb.base/info-var.exp: Allow info variables to print info for files
6553 other than info-var-f1.c and info-var-f2.c.
6554
6555 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6556
6557 * gdb.fortran/info-types.exp: Add module.
6558 * gdb.fortran/info-types.f90: Update expected results.
6559
6560 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6561
6562 * gdb.fortran/info-types.exp: New file.
6563 * gdb.fortran/info-types.f90: New file.
6564 * lib/fortran.exp (fortran_character1): New proc.
6565
6566 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6567
6568 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6569 functions'. Reindent as needed.
6570 * gdb.base/info-var-f1.c: New file.
6571 * gdb.base/info-var-f2.c: New file.
6572 * gdb.base/info-var.exp: New file.
6573 * gdb.base/info-var.h: New file.
6574
6575 2019-08-26 Tom de Vries <tdevries@suse.de>
6576
6577 PR c++/24852
6578 * gdb.cp/no-libstdcxx-probe.exp: New test.
6579
6580 2019-08-26 Tom de Vries <tdevries@suse.de>
6581
6582 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6583 * tests need to be skipped.
6584 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6585 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6586 mi_skip_libstdcxx_probe_tests.
6587
6588 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6589
6590 * gdb.python/py-xmethods.exp: Use raw strings when passing
6591 arguments to SimpleXMethodMatcher.
6592
6593 2019-08-22 Tom de Vries <tdevries@suse.de>
6594
6595 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6596 more informative.
6597
6598 2019-08-21 Pedro Alves <palves@redhat.com>
6599
6600 * gdb.base/with.exp: Test "with" with no arguments.
6601
6602 2019-08-21 Tom de Vries <tdevries@suse.de>
6603
6604 * gdb.base/gdb-caching-proc.exp: Sort files.
6605
6606 2019-08-20 Tom de Vries <tdevries@suse.de>
6607
6608 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6609 compilation.
6610
6611 2019-08-16 Tom de Vries <tdevries@suse.de>
6612
6613 * gdb.base/compare-sections.exp ("after run to main"): Allow
6614 mismatched read-only sections for PIE executables.
6615
6616 2019-08-16 Tom Tromey <tom@tromey.com>
6617
6618 * lib/tuiterm.exp (_csi_Z): New proc.
6619 * gdb.tui/basic.exp: Update window positions.
6620 * gdb.tui/empty.exp: Update window positions.
6621
6622 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6623
6624 * gdb.base/examine-backward.exp: Correct regexp for
6625 "examine 3 bytes backward from ${address_zero}".
6626
6627 2019-08-15 Tom Tromey <tom@tromey.com>
6628
6629 * gdb.tui/empty.exp: Enable resizing tests.
6630
6631 2019-08-15 Tom Tromey <tromey@adacore.com>
6632
6633 * gdb.ada/char_enum.exp: Add regression tests.
6634 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6635 and '0'.
6636 (Char, Gchar): Update.
6637 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6638
6639 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6640
6641 * gdb.python/python.exp: Expect a leading underscore on
6642 GdbOutput{,Error}File.
6643
6644 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6645
6646 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6647 Windows host.
6648
6649 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6650
6651 * gdb.base/batch-preserve-term-settings.exp
6652 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6653
6654 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6655
6656 * lib/gdb.exp: When running on a mingw target, replace
6657 /x/ with x:/.
6658
6659 2019-08-14 Alan Hayward <alan.hayward@arm.com>
6660
6661 * gdb.arch/aarch64-prologue.c: New test.
6662 * gdb.arch/aarch64-prologue.exp: New file.
6663
6664 2019-08-13 Tom de Vries <tdevries@suse.de>
6665
6666 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6667 Thread.
6668
6669 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6670
6671 * gdb.python/py-completion.exp: Download the .py file to the host
6672 and use its host pathname. Conditionalize tests that use
6673 tab completion and manipulate files on the build machine.
6674 * gdb.python/py-events.exp: Download the .py file to the host
6675 and use its host pathname.
6676 * gdb.python/py-evsignal.exp: Likewise.
6677 * gdb.python/py-evthreads.exp: Likewise.
6678 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6679 pathname syntax.
6680 * gdb.python/py-framefilter.exp: Download the .py file to the right
6681 place on the host. Match Windows pathname syntax.
6682 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6683 .py file to the host and use its host pathname.
6684 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6685 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6686 build pathname. Skip symlink test on Windows host. Add missing
6687 newline at end of file.
6688 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6689 and use its host pathname.
6690 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6691 * gdb.python/py-section-script.exp: Use host location of binfile
6692 on safe-path. Use correct path separator on Windows host.
6693 Reorder alternatives in gdb_test_multiple to prevent matching
6694 the wrong alternative on success.
6695 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6696
6697 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6698
6699 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6700 expect the GDB inferior to no longer immediately stop after
6701 being resumed with "signal SIGINT".
6702
6703 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6704
6705 * gdb.linespec/break-ask.exp: Generalize regexps to match
6706 Windows pathnames too.
6707
6708 2019-08-08 Tom de Vries <tdevries@suse.de>
6709
6710 PR testsuite/24862
6711 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6712
6713 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6714
6715 * gdb.base/style.exp: Update tests for help doc new invariants.
6716 * gdb.base/help.exp: Likewise.
6717
6718 2019-08-06 Tom Tromey <tom@tromey.com>
6719
6720 * gdb.base/style.exp: Add disassemble test.
6721 * gdb.base/style.c (some_called_function): New function.
6722 (main): Use it.
6723
6724 2019-08-05 Christian Biesinger <cbiesinger@google.com>
6725
6726 * gdb.python/py-block.exp: Test dictionary access on blocks.
6727
6728 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
6729
6730 PR gdb/24863
6731 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6732 -list-thread-groups --available test when running under
6733 check-read1.
6734
6735 2019-08-05 Tom de Vries <tdevries@suse.de>
6736
6737 PR testsuite/24863
6738 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6739 * gdb.base/help.exp: Use with_read1_timeout_factor.
6740 * gdb.base/info-macros.exp: Same.
6741 * gdb.cp/nested-types.exp: Same.
6742
6743 2019-08-05 Tom de Vries <tdevries@suse.de>
6744
6745 * lib/gdb.exp (version_at_least): Factor out of ...
6746 (tcl_version_at_least): ... here.
6747 (gdb_compile): Fail if pie results in non-PIE executable.
6748 (readelf_version, readelf_prints_pie): New proc.
6749 (exec_is_pie): Return -1 if unknown.
6750
6751 2019-08-05 Tom de Vries <tdevries@suse.de>
6752
6753 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6754
6755 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6756
6757 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6758
6759 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6760
6761 * lib/completion-support.exp (test_gdb_complete_none): Skip
6762 tab completion tests if no readline support.
6763 (test_gdb_complete_unique_re): Likewise.
6764 (test_gdb_complete_multiple): Likewise.
6765
6766 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6767
6768 * gdb.base/info_sources.exp: New file.
6769 * gdb.base/info_sources.c: New file.
6770 * gdb.base/info_sources_base.c: New file.
6771
6772 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6773
6774 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6775 prefix argument.
6776 (test_exit_status): Add prefix argument.
6777
6778 2019-08-01 Tom de Vries <tdevries@suse.de>
6779
6780 PR testsuite/24863
6781 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6782 calling exp_continue for new thread and thread exited messages.
6783
6784 2019-08-01 Tom de Vries <tdevries@suse.de>
6785
6786 PR testsuite/24863
6787 * gdb.base/structs.exp: Fix check-read1 timeout using
6788 gdb_test_sequence.
6789 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6790
6791 2019-08-01 Tom de Vries <tdevries@suse.de>
6792
6793 PR testsuite/24863
6794 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6795 line.
6796
6797 2019-08-01 Tom de Vries <tdevries@suse.de>
6798
6799 PR testsuite/24863
6800 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6801
6802 2019-07-30 Tom Tromey <tromey@adacore.com>
6803
6804 * gdb.ada/display_nested.exp: New file.
6805 * gdb.ada/display_nested/foo.adb: New file.
6806 * gdb.ada/display_nested/pack.adb: New file.
6807 * gdb.ada/display_nested/pack.ads: New file.
6808
6809 2019-07-30 Christian Biesinger <cbiesinger@google.com>
6810
6811 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6812 namespace.
6813 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6814
6815 2019-07-30 Tom de Vries <tdevries@suse.de>
6816
6817 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6818 instead.
6819
6820 2019-07-30 Tom de Vries <tdevries@suse.de>
6821
6822 PR testsuite/24834
6823 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6824 (exec_is_pie): New proc.
6825
6826 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6827
6828 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6829
6830 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6831
6832 * gdb.python/py-objfile.c: Add global and static vars.
6833 * gdb.python/py-objfile.exp: Test new functions Objfile.
6834 lookup_global_symbol and lookup_static_symbol.
6835
6836 2019-07-29 Tom Tromey <tom@tromey.com>
6837
6838 * lib/tuiterm.exp (Term::_csi_@): New proc.
6839 (Term::_csi_X): Don't move cursor.
6840
6841 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6842
6843 * gdb.base/options.exp: Update backtrace - completion to
6844 new option -frame-info.
6845 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6846 Test new 'set print frame-info'. Test backtrace -frame-info
6847 overriding 'set print frame-info'.
6848 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6849 Test new 'set print frame-info'.
6850 Verify consistency of backtrace with and without filters, with and
6851 without -no-filters.
6852 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6853 default.
6854
6855 2019-07-29 Tom de Vries <tdevries@suse.de>
6856
6857 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6858 no arguments".
6859
6860 2019-07-29 Tom de Vries <tdevries@suse.de>
6861
6862 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6863 is a substring of the first for "complete non-unique file name".
6864
6865 2019-07-29 Tom de Vries <tdevries@suse.de>
6866
6867 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6868 with ".*".
6869
6870 2019-07-29 Tom de Vries <tdevries@suse.de>
6871
6872 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6873 Pass prompt_regexp parameter to gdb_test_multiple calls.
6874
6875 2019-07-29 Tom de Vries <tdevries@suse.de>
6876
6877 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
6878 print registers" regexps.
6879
6880 2019-07-29 Tom de Vries <tdevries@suse.de>
6881
6882 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6883
6884 2019-07-29 Tom de Vries <tdevries@suse.de>
6885
6886 PR gdb/24855
6887 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6888 (skip_python_tests_prompt): Add prompt_regexp argument to
6889 gdb_test_multiple calls.
6890
6891 2019-07-27 Tom Tromey <tom@tromey.com>
6892
6893 * gdb.tui/main.exp: New file.
6894
6895 2019-07-27 Tom Tromey <tom@tromey.com>
6896
6897 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6898 optional.
6899 * gdb.tui/empty.exp: New file.
6900
6901 2019-07-27 Tom Tromey <tom@tromey.com>
6902
6903 * lib/tuiterm.exp (spawn): New proc.
6904 (Term::resize): New proc.
6905 * gdb.tui/resize.exp: New file.
6906
6907 2019-07-27 Tom Tromey <tom@tromey.com>
6908
6909 * gdb.tui/list.exp: New file.
6910
6911 2019-07-27 Tom Tromey <tom@tromey.com>
6912
6913 * gdb.tui/regs.exp: New file.
6914
6915 2019-07-27 Tom Tromey <tom@tromey.com>
6916
6917 * gdb.tui/basic.exp: Add "layout split" test.
6918
6919 2019-07-27 Tom Tromey <tom@tromey.com>
6920
6921 * gdb.tui/basic.exp: Add "layout asm" test.
6922
6923 2019-07-27 Tom Tromey <tom@tromey.com>
6924
6925 * lib/tuiterm.exp: New file.
6926 * gdb.tui/basic.exp: New file.
6927
6928 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6929
6930 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
6931 Enable tests associated with this flag. Adjust regex
6932 referencing "foo_low" to now refer to "foo_cold" instead.
6933
6934 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6935
6936 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
6937 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
6938 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
6939 foo_cold. Revise comments to match.
6940 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
6941 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
6942 were wrapped into this proc; Call do_test in loop from outermost
6943 level.
6944 (foo_low): Rename all occurrences to "foo_cold".
6945 (backtrace from baz): New test.
6946 (x2/i foo_cold): New test.
6947 (info line *foo_cold): New test.
6948
6949 2019-07-26 Tom de Vries <tdevries@suse.de>
6950
6951 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6952
6953 2019-07-25 Tom de Vries <tdevries@suse.de>
6954
6955 PR testsuite/24830
6956 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
6957 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
6958 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
6959 (skip_libstdcxx_probe_tests): ... here.
6960 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
6961
6962 2019-07-24 Tom de Vries <tdevries@suse.de>
6963
6964 PR testsuite/24807
6965 * gdb.objc/basicclass.m: Include stdio.h.
6966 * gdb.objc/nondebug.m: Same.
6967 * gdb.objc/objcdecode.m: Same.
6968
6969 2019-07-24 Tom de Vries <tdevries@suse.de>
6970
6971 PR testsuite/24612
6972 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
6973 additional_flags.
6974
6975 2019-07-24 Tom de Vries <tdevries@suse.de>
6976
6977 PR testsuite/24831
6978 * gdb.multi/tids.exp: Update error messages for info threads.
6979
6980 2019-07-24 Tom de Vries <tdevries@suse.de>
6981
6982 * gdb.base/info-types.exp: Allow info types to print info for more than
6983 one file.
6984
6985 2019-07-23 Tom de Vries <tdevries@suse.de>
6986
6987 PR testsuite/24842
6988 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
6989 gdb_spawn_with_cmdline_opts.
6990
6991 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6992
6993 * gdb.arch/arm-cmse-sgstubs.c: New test.
6994 * gdb.arch/arm-cmse-sgstubs.exp: New file.
6995
6996 2019-07-23 Tom de Vries <tdevries@suse.de>
6997
6998 PR testsuite/24711
6999 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
7000 issuing next command.
7001
7002 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7003
7004 * gdb.ada/info_auto_lang.exp: Update expected results.
7005 * gdb.base/info-types.c: Add additional types to check.
7006 * gdb.base/info-types.exp: Update expected results.
7007
7008 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7009
7010 * gdb.base/info-types.c: New file.
7011 * gdb.base/info-types.exp: New file.
7012
7013 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
7014
7015 * gdb.arch/riscv-bp-infcall.c: New file.
7016 * gdb.arch/riscv-bp-infcall.exp: New file.
7017
7018 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
7019
7020 PR breakpoints/24541
7021 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
7022
7023 2019-07-14 Tom de Vries <tdevries@suse.de>
7024
7025 PR testsuite/24760
7026 * gdb.objc/basicclass.exp: Fix unterminated string.
7027
7028 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
7029 Andrew Burgess <andrew.burgess@embecosm.com>
7030
7031 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
7032 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
7033 negative bounds.
7034 * gdb.fortran/vla-value.exp: Print elements of an array with
7035 negative bounds.
7036 * gdb.fortran/vla.f90: Setup an array with negative bounds for
7037 testing.
7038
7039 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7040
7041 * gdb.base/options.exp (expect_string): Dequote strings in
7042 results.
7043 (test-string): Test strings with different quoting and reindent.
7044
7045 2019-07-10 Tom Tromey <tromey@adacore.com>
7046
7047 * gdb.ada/mi_ex_cond.exp: Update expected results.
7048 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
7049 * gdb.ada/mi_catch_ex.exp: Update expected results.
7050 * gdb.ada/mi_catch_assert.exp: Update expected results.
7051 * gdb.ada/catch_ex.exp (catch_exception_info)
7052 (catch_exception_entry, catch_assert_entry)
7053 (catch_unhandled_entry): Update.
7054 * gdb.ada/catch_assert_if.exp: Update expected results.
7055
7056 2019-07-10 Richard Bunt <richard.bunt@arm.com>
7057 Stephen Roberts <stephen.roberts@arm.com>
7058
7059 * gdb.base/define.exp: Restore original prompt.
7060
7061 2019-07-09 Pedro Alves <palves@redhat.com>
7062
7063 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
7064 breakpoints" output.
7065 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
7066 * gdb.python/py-breakpoint.exp: No longer expect that "catch
7067 throw" creates breakpoint.
7068 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
7069 'type="catchpoint"'.
7070
7071 2019-07-09 Pedro Alves <palves@redhat.com>
7072
7073 PR c++/15468
7074 * gdb.cp/except-multi-location-lib.cc: New.
7075 * gdb.cp/except-multi-location-main.cc: New.
7076 * gdb.cp/except-multi-location.exp: New.
7077
7078 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
7079
7080 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
7081 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
7082 argument and update callers.
7083
7084 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7085
7086 * gdb.arch/amd64-break-on-asm-line.S: New file.
7087 * gdb.arch/amd64-break-on-asm-line.exp: New file.
7088
7089 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7090
7091 * gdb.base/printcmds.exp: Test printing C string and
7092 C wide string convenience vars without transiting via the inferior.
7093 Also make test names unique.
7094
7095 2019-07-08 Alan Hayward <alan.hayward@arm.com>
7096
7097 PR breakpoints/25011
7098 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
7099
7100 2019-07-04 Pedro Alves <palves@redhat.com>
7101
7102 * lib/gdb.exp (foreach_with_prefix): Don't return early if
7103 body returned ok(0), break(3) or continue(4).
7104 * gdb.testsuite/foreach_with_prefix.exp: New file.
7105
7106 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7107
7108 * gdb.server/unittest.exp: Allow 0 unit tests to run.
7109
7110 2019-07-03 Pedro Alves <palves@redhat.com>
7111
7112 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
7113 "return -code".
7114
7115 2019-07-03 Pedro Alves <palves@redhat.com>
7116
7117 PR cli/24732
7118 * gdb.base/shell.exp: Load completion-support.exp.
7119 Adjust expected error output. Add completion tests.
7120
7121 2019-07-03 Pedro Alves <palves@redhat.com>
7122
7123 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
7124 string_to_regexp.
7125
7126 2019-07-03 Pedro Alves <palves@redhat.com>
7127
7128 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
7129 (expect_integer): Adjust to expect "-string".
7130 (expect_string): New.
7131 (all_options): Expect "-string".
7132 (test-flag, test-boolean): Adjust to expect "-string".
7133 (test-string): New proc.
7134 (top level): Call it.
7135
7136 2019-07-03 Pedro Alves <palves@redhat.com>
7137
7138 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
7139 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
7140 the expected output in the success.
7141
7142 2019-07-03 Pedro Alves <palves@redhat.com>
7143
7144 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7145 Split one gdb_test_multiple call in two to avoid a race.
7146
7147 2019-07-03 Pedro Alves <palves@redhat.com>
7148
7149 * gdb.base/with.c: New file.
7150 * gdb.base/with.exp: New file.
7151
7152 2019-07-03 Pedro Alves <palves@redhat.com>
7153
7154 * gdb.base/settings.exp: Replace all references to "maint
7155 test-settings set" with references to "maint set test-settings",
7156 and all references to "maint test-settings show" with references
7157 to "maint show test-settings".
7158
7159 2019-07-03 Pedro Alves <palves@redhat.com>
7160
7161 * gdb.base/settings.exp (test-string): Adjust expected out when
7162 testing "maint test-settings show filename"
7163
7164 2019-07-02 Pedro Alves <palves@redhat.com>
7165
7166 * gdb.base/options.exp (test-info-threads): New procedure.
7167 (top level): Call it.
7168
7169 2019-06-28 Tom Tromey <tromey@adacore.com>
7170
7171 * gdb.dwarf2/ada-linkage-name.c: New file.
7172 * gdb.dwarf2/ada-linkage-name.exp: New file.
7173
7174 2019-06-27 Tom Tromey <tromey@adacore.com>
7175
7176 PR c++/20020:
7177 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7178
7179 2019-06-26 Tom de Vries <tdevries@suse.de>
7180
7181 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7182
7183 2019-06-26 Tom de Vries <tdevries@suse.de>
7184
7185 * gdb.base/index-cache.exp: Add back missing debug option.
7186
7187 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7188
7189 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7190
7191 2019-06-25 Tom de Vries <tdevries@suse.de>
7192
7193 PR testsuite/24727
7194 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
7195
7196 2019-06-24 Tom de Vries <tdevries@suse.de>
7197
7198 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7199
7200 2019-06-24 Tom de Vries <tdevries@suse.de>
7201
7202 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
7203 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
7204 * gdb.trace/unavailable-dwarf-piece.exp: Same.
7205
7206 2019-06-24 Tom de Vries <tdevries@suse.de>
7207
7208 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7209
7210 2019-06-21 Tom de Vries <tdevries@suse.de>
7211
7212 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7213
7214 2019-06-21 Tom de Vries <tdevries@suse.de>
7215
7216 PR testsuite/24518
7217 PR ada/24713
7218 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
7219 index.
7220
7221 2019-06-19 Tom Tromey <tromey@adacore.com>
7222
7223 * gdb.ada/length_cond.exp: Add intro comment.
7224
7225 2019-06-19 Tom Tromey <tromey@adacore.com>
7226
7227 * gdb.ada/length_cond.exp: New file.
7228 * gdb.ada/length_cond/length_cond.adb: New file.
7229 * gdb.ada/length_cond/pck.adb: New file.
7230 * gdb.ada/length_cond/pck.ads: New file.
7231
7232 2019-06-18 Tom de Vries <tdevries@suse.de>
7233
7234 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7235
7236 2019-06-18 Tom Tromey <tromey@adacore.com>
7237
7238 * gdb.base/list0.h: Add comment explaining control character.
7239
7240 2019-06-18 Tom de Vries <tdevries@suse.de>
7241
7242 * boards/fission.exp: Break up long debug_flags line.
7243
7244 2019-06-16 Tom de Vries <tdevries@suse.de>
7245
7246 PR gdb/24445
7247 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7248 generated index.
7249
7250 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7251
7252 PR gdb/24686
7253 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7254 improve detection of bug gdb/24541.
7255
7256 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7257
7258 PR gdb/24669
7259 * gdb.base/index-cache.exp (uses_readnow,
7260 expecting_index_cache_use): Define global variable.
7261 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7262 expecting_index_cache_use.
7263
7264 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7265 Andrew Burgess <andrew.burgess@embecosm.com>
7266
7267 * gdb.fortran/pointers.f90: New file.
7268 * gdb.fortran/print_type.exp: New file.
7269 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7270 * gdb.fortran/vla-type.exp: Likewise.
7271 * gdb.fortran/vla-value.exp: Likewise.
7272 * gdb.mi/mi-vla-fortran.exp: Likewise.
7273
7274 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7275
7276 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7277 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7278 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7279 as a stop reason.
7280
7281 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7282
7283 * gdb.base/annota1.exp: Update expected results.
7284 * gdb.cp/annota2.exp: Likewise.
7285 * gdb.cp/annota3.exp: Likewise.
7286
7287 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7288
7289 * gdb.base/style-logging.exp: Remove path from test name.
7290
7291 2019-06-14 Tom Tromey <tromey@adacore.com>
7292
7293 PR gdb/24502:
7294 * gdb.base/style-logging.exp: New file.
7295
7296 2019-06-14 Tom Tromey <tromey@adacore.com>
7297
7298 * gdb.base/symfile-warn.exp: New file.
7299 * gdb.base/symfile-warn.c: New file.
7300
7301 2019-06-14 Tom Tromey <tromey@adacore.com>
7302
7303 * gdb.base/annotate-symlink.exp: New file.
7304
7305 2019-06-14 Tom Tromey <tromey@adacore.com>
7306
7307 * gdb.ada/set_wstr.exp: Add reassignment test.
7308
7309 2019-06-14 Tom Tromey <tromey@adacore.com>
7310
7311 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7312 'unchecked_access and 'unrestricted_access as well.
7313
7314 2019-06-14 Tom Tromey <tromey@adacore.com>
7315
7316 PR ada/24539:
7317 * gdb.ada/vla.exp: Update tests.
7318 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7319 pragma.
7320
7321 2019-06-13 Pedro Alves <palves@redhat.com>
7322
7323 * gdb.base/settings.exp (test-integer): Test junk after
7324 "unlimited".
7325
7326 2019-06-13 Pedro Alves <palves@redhat.com>
7327
7328 * gdb.base/options.exp (test-thread-apply): New.
7329 (top level): Call it.
7330
7331 2019-06-13 Pedro Alves <palves@redhat.com>
7332
7333 * gdb.base/options.exp (test-frame-apply): New.
7334 (top level): Test print commands with different "frame apply"
7335 prefixes.
7336
7337 2019-06-13 Pedro Alves <palves@redhat.com>
7338
7339 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
7340 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7341 'max_completions' parameter and handle it.
7342 (test_gdb_completion_offers_commands): New.
7343
7344 2019-06-13 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7347
7348 2019-06-13 Pedro Alves <palves@redhat.com>
7349
7350 * gdb.base/options.exp (test-backtrace): New.
7351 (top level): Call it.
7352
7353 2019-06-13 Pedro Alves <palves@redhat.com>
7354
7355 * gdb.guile/scm-frame-args.exp: Use "set print
7356 raw-frame-arguments" instead of "set print raw frame-arguments".
7357 * gdb.python/py-frame-args.exp: Likewise.
7358
7359 2019-06-13 Pedro Alves <palves@redhat.com>
7360
7361 * gdb.compile/compile.exp: Adjust expected output to option
7362 processing changes.
7363
7364 2019-06-13 Pedro Alves <palves@redhat.com>
7365
7366 * gdb.base/options.exp: Build executable.
7367 (test-print): New procedure.
7368 (top level): Call it, once for "print" and another for "compile
7369 print".
7370
7371 2019-06-13 Pedro Alves <palves@redhat.com>
7372
7373 * gdb.base/options.c: New file.
7374 * gdb.base/options.exp: New file.
7375
7376 2019-06-13 Pedro Alves <palves@redhat.com>
7377
7378 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7379 that "o" is ambiguous.
7380
7381 2019-06-13 Pedro Alves <palves@redhat.com>
7382
7383 * gdb.base/settings.c: New file.
7384 * gdb.base/settings.exp: New file.
7385
7386 2019-06-13 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.base/completion.exp: Fix comment typo.
7389
7390 2019-06-13 Pedro Alves <palves@redhat.com>
7391
7392 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7393 foo --1" test.
7394
7395 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7396
7397 * gdb.fortran/block-data.f: New.
7398 * gdb.fortran/block-data.exp: New.
7399
7400 2019-06-11 Tom de Vries <tdevries@suse.de>
7401
7402 PR testsuite/24521
7403 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7404 message.
7405
7406 2019-06-11 Tom de Vries <tdevries@suse.de>
7407
7408 PR testsuite/24521
7409 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7410
7411 2019-06-11 Tom de Vries <tdevries@suse.de>
7412
7413 * boards/readnow.exp: New file.
7414
7415 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7416
7417 * gdb.fortran/vla-sizeof.exp: Update expected results.
7418
7419 2019-06-06 Amos Bird <amosbird@gmail.com>
7420
7421 * gdb.base/annota1.exp (thread_switch): Add test for
7422 thread-exited annotation.
7423
7424 2019-06-06 Tom Tromey <tromey@adacore.com>
7425
7426 * gdb.base/maint.exp: Expect command started/finished output.
7427
7428 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7429
7430 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7431 comment.
7432 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7433
7434 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7435
7436 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7437 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7438 * gdb.arch/riscv-unwind-long-insn.c: New file.
7439 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7440
7441 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7442
7443 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
7444
7445 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7446
7447 * lib/gdb.exp (help_list_trailer): New regexp variable
7448 factorizing the help trailer message.
7449 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7450 arg to allow to better factorize various tests.
7451 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7452 (test_prefix_command_help): Use help_list_trailer.
7453 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7454 * gdb.guile/scm-cmd.exp: Likewise.
7455 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7456 * gdb.base/help.exp: Use test_user_defined_class_help.
7457 * gdb.base/style.exp: Add tests for styling of help and apropos.
7458 * lib/gdb-utils.exp (style): Add title and highlight styles.
7459
7460 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7461
7462 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7463 $_shell_exitsignal.
7464 * gdb.base/default.exp: Update for new convenience variables.
7465
7466 2019-05-29 Tom Tromey <tromey@adacore.com>
7467
7468 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7469 to "break complete ada" test case's regexp.
7470
7471 2019-05-29 Tom Tromey <tromey@adacore.com>
7472
7473 PR c++/20020:
7474 * gdb.cp/constexpr-field.exp: New file.
7475 * gdb.cp/constexpr-field.cc: New file.
7476
7477 2019-05-29 Tom Tromey <tromey@adacore.com>
7478
7479 * gdb.base/finish.exp (finish_no_print): New proc.
7480 (finish_tests): Call it.
7481
7482 2019-05-24 Tom de Vries <tdevries@suse.de>
7483
7484 * gdb.dwarf2/gdb-add-index.exp: New file.
7485
7486 2019-05-22 Tom Tromey <tromey@adacore.com>
7487
7488 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7489 * gdb.base/style.exp: Use "style".
7490 * lib/gdb-utils.exp (style): New proc.
7491
7492 2019-05-22 Tom de Vries <tdevries@suse.de>
7493
7494 * gdb.base/align.exp: Require c++11.
7495
7496 2019-05-22 Tom de Vries <tdevries@suse.de>
7497
7498 PR testsuite/24586
7499 * gdb.python/py-mi-var-info-path-expression.exp: Call
7500 mi_skip_python_tests to check if python is supported.
7501
7502 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7503
7504 * gdb.arch/aarch64-pauth.c: New test.
7505 * gdb.arch/aarch64-pauth.exp: New file.
7506
7507 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7508
7509 * README (Re-running Tests Outside The Testsuite): New section.
7510
7511 2019-05-21 Tom de Vries <tdevries@suse.de>
7512
7513 * gdb.arch/amd64-eval.exp: Require c++11.
7514 * gdb.base/max-depth.exp: Same.
7515 * gdb.compile/compile-cplus-array-decay.exp: Same.
7516 * gdb.cp/meth-typedefs.exp: Same.
7517 * gdb.cp/subtypes.exp: Same.
7518 * gdb.cp/temargs.exp: Same.
7519
7520 2019-05-21 Alan Hayward <alan.hayward@arm.com>
7521
7522 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7523
7524 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7525
7526 PR gdb/18644
7527 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7528 * gdb.fortran/printing-types.exp: Add new test.
7529 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7530 testing.
7531 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7532 setup_kfail call.
7533
7534 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7535
7536 * README (Running the Testsuite): Change example.
7537 (Testsuite Parameters): Remove TRANSCRIPT.
7538 * lib/gdb.exp: Remove TRANSCRIPT check.
7539
7540 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7541
7542 * README (Testsuite Parameters): Add replay logging to
7543 GDBSERVER_DEBUG.
7544 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7545 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7546 as a comma separated list.
7547 (gdb_debug_init): Override procedure.
7548
7549 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7550
7551 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7552 (gdb_write_cmd_file): New procedure.
7553 * lib/gdbserver-support.exp (gdbserver_start): Call
7554 gdbserver_write_cmd_file.
7555 (gdbserver_write_cmd_file): New procedure.
7556
7557 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7558
7559 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7560 (delete_breakpoints): Likewise.
7561 (gdb_run_cmd): Likewise.
7562 (gdb_start_cmd): Likewise.
7563 (gdb_starti_cmd): Likewise.
7564 (gdb_internal_error_resync): Likewise.
7565 (gdb_test_multiple): Likewise.
7566 (gdb_reinitialize_dir): Likewise.
7567 (default_gdb_exit): Likewise.
7568 (gdb_file_cmd): Mark kill as optional.
7569 (default_gdb_start): Call gdb_stdin_log_init.
7570 (send_gdb): Call gdb_stdin_log_write.
7571 (rerun_to_main): Mark Y as an answer.
7572 (gdb_stdin_log_init): New function.
7573 (gdb_stdin_log_write): Likewise.
7574
7575 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7576
7577 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7578 * gdb.base/debug-expr.exp: Likewise.
7579 * gdb.base/foll-fork.exp: Likewise.
7580 * gdb.base/foll-vfork.exp: Likewise.
7581 * gdb.base/fork-print-inferior-events.exp: Likewise.
7582 * gdb.base/gdb-sigterm.exp: Likewise.
7583 * gdb.base/gdbinit-history.exp: Likewise.
7584 * gdb.base/osabi.exp: Likewise.
7585 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7586 * gdb.base/ui-redirect.exp: Likewise.
7587 * gdb.gdb/unittest.exp: Likewise.
7588 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7589 * gdb.mi/mi-watch.exp: Likewise.
7590 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7591 * gdb.mi/user-selected-context-sync.exp: Likewise.
7592 * gdb.python/python.exp: Disable debug test when debugging.
7593 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7594 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7595 Likewise.
7596 * gdb.threads/stepi-random-signal.exp: Likewise.
7597
7598 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7599
7600 * Makefile.in: Pass through GDB_DEBUG.
7601 * README (Testsuite Parameters): Add GDB_DEBUG.
7602 (gdb,debug): Add board setting.
7603 * lib/gdb.exp (default_gdb_start): Start debugging.
7604 (gdb_debug_enabled): New procedure.
7605 (gdb_debug_init): Likewise.
7606
7607 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7608
7609 * Makefile.in: Pass through GDB_DEBUG.
7610 * README (Testsuite Parameters): Add GDB_DEBUG.
7611 (gdb,debug): Add board setting.
7612 * lib/gdb.exp (default_gdb_start): Start debugging.
7613 (gdb_debug_enabled): New procedure.
7614 (gdb_debug_init): Likewise.
7615
7616 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7617
7618 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7619
7620 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7621
7622 * gdb.base/ui-redirect.exp: Test redirection.
7623
7624 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7625
7626 * gdb.mi/mi-complete.exp: New file.
7627 * gdb.mi/mi-complete.cc: Likewise.
7628
7629 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7630
7631 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7632 indexed and sliced arrays, and pointers to arrays.
7633
7634 2019-05-14 Tom Tromey <tromey@adacore.com>
7635
7636 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7637 styling test.
7638
7639 2019-05-14 Tom de Vries <tdevries@suse.de>
7640
7641 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7642 selection entry encoding.
7643
7644 2019-05-10 Tom Tromey <tromey@adacore.com>
7645
7646 * gdb.ada/info_exc.exp: Add "complete" test.
7647
7648 2019-05-09 Tom de Vries <tdevries@suse.de>
7649
7650 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7651 CU-relative.
7652
7653 2019-05-09 Tom de Vries <tdevries@suse.de>
7654
7655 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7656 CU-relative.
7657
7658 2019-05-08 Joel Brobecker <brobecker@adacore.com>
7659
7660 * gdb.ada/frame_arg_lang.exp: New testcase.
7661 * gdb.ada/frame_arg_lang/bla.adb: New file.
7662 * gdb.ada/frame_arg_lang/pck.ads: New file.
7663 * gdb.ada/frame_arg_lang/pck.adb: New file.
7664 * gdb.ada/frame_arg_lang/foo.c: New file.
7665
7666 2019-05-08 Tom Tromey <tromey@adacore.com>
7667
7668 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7669
7670 2019-05-08 Tom Tromey <tromey@adacore.com>
7671
7672 * gdb.base/ptype-offsets.exp: Update tests.
7673
7674 2019-05-08 Tom Tromey <tromey@adacore.com>
7675
7676 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7677 cases.
7678 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7679 "short".
7680
7681 2019-05-08 Tom Tromey <tromey@adacore.com>
7682
7683 * gdb.ada/vla.exp: New file.
7684 * gdb.ada/vla/vla.adb: New file.
7685
7686 2019-05-07 Tom de Vries <tdevries@suse.de>
7687
7688 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7689
7690 2019-05-07 Tom de Vries <tdevries@suse.de>
7691
7692 PR testsuite/24522
7693 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7694 section.
7695
7696 2019-05-07 Tom de Vries <tdevries@suse.de>
7697
7698 PR testsuite/24522
7699 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7700 .debug_aranges section.
7701
7702 2019-05-07 Tom de Vries <tdevries@suse.de>
7703
7704 PR testsuite/24159
7705 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7706
7707 2019-05-06 Tom de Vries <tdevries@suse.de>
7708
7709 * lib/gdb.exp (exec_has_index_section): New proc.
7710 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7711 section.
7712
7713 2019-05-04 Tom de Vries <tdevries@suse.de>
7714
7715 * boards/cc-with-debug-names.exp: New file.
7716
7717 2019-05-03 Tom Tromey <tromey@adacore.com>
7718
7719 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7720 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7721 * gdb.ada/char_enum.exp: Add test.
7722
7723 2019-05-03 Tom de Vries <tdevries@suse.de>
7724
7725 * boards/cc-with-gdb-index.exp: New file.
7726
7727 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7728
7729 * gdb.rust/simple.exp: Add new test case.
7730 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7731 (main): Initialise an instance of the new struct.
7732
7733 2019-05-01 Tom Tromey <tromey@adacore.com>
7734
7735 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7736 record.
7737 (NPR): New variable.
7738 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7739 test.
7740
7741 2019-05-01 Tom Tromey <tromey@adacore.com>
7742
7743 * gdb.ada/packed_array_assign.exp: Add packed assignment
7744 regression test.
7745
7746 2019-05-01 Tom de Vries <tdevries@suse.de>
7747
7748 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7749
7750 2019-05-01 Tom de Vries <tdevries@suse.de>
7751
7752 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7753
7754 2019-04-30 Ali Tamur <tamur@google.com>
7755
7756 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7757
7758 2019-04-30 Tom Tromey <tromey@adacore.com>
7759
7760 * lib/ada.exp (find_ada_tool): New proc.
7761 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7762 * gdb.ada/catch_ex_std.exp: New file.
7763 * gdb.ada/catch_ex_std/foo.adb: New file.
7764 * gdb.ada/catch_ex_std/some_package.adb: New file.
7765 * gdb.ada/catch_ex_std/some_package.ads: New file.
7766
7767 2019-04-30 Tom Tromey <tromey@adacore.com>
7768
7769 PR c++/24470:
7770 * gdb.cp/temargs.cc: Add test code from PR.
7771
7772 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7773
7774 * gdb.fortran/vla-datatypes.exp: Update expected results.
7775 * gdb.fortran/vla-ptype.exp: Likewise.
7776 * gdb.fortran/vla-type.exp: Likewise.
7777 * gdb.fortran/vla-value.exp: Likewise.
7778
7779 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7780
7781 * gdb.fortran/ptr-indentation.exp: Update expected results.
7782 * gdb.fortran/ptype-on-functions.exp: Likewise.
7783 * gdb.fortran/vla-ptr-info.exp: Likewise.
7784 * gdb.fortran/vla-value.exp: Likewise.
7785
7786 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7787
7788 * gdb.fortran/ptype-on-functions.exp: New file.
7789 * gdb.fortran/ptype-on-functions.f90: New file.
7790
7791 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7792
7793 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7794 case void string.
7795
7796 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7797
7798 * gdb.fortran/complex.exp: Expand.
7799 * gdb.fortran/complex.f: Renamed to...
7800 * gdb.fortran/complex.f90: ...this, and extended to add more
7801 complex values.
7802
7803 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7804
7805 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7806 MODULO, CMPLX.
7807
7808 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7809 Richard Bunt <richard.bunt@arm.com>
7810
7811 * gdb.base/max-depth.c: New file.
7812 * gdb.base/max-depth.exp: New file.
7813 * gdb.python/py-nested-maps.c: New file.
7814 * gdb.python/py-nested-maps.exp: New file.
7815 * gdb.python/py-nested-maps.py: New file.
7816 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7817 (test_all_common): Call test_max_depth.
7818 * gdb.fortran/max-depth.exp: New file.
7819 * gdb.fortran/max-depth.f90: New file.
7820 * gdb.go/max-depth.exp: New file.
7821 * gdb.go/max-depth.go: New file.
7822 * gdb.modula2/max-depth.exp: New file.
7823 * gdb.modula2/max-depth.c: New file.
7824 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7825
7826 2019-04-29 Tom de Vries <tdevries@suse.de>
7827
7828 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7829
7830 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7831
7832 * gdb.base/callexit.exp: Test may-call-functions off.
7833
7834 2019-04-25 Keith Seitz <keiths@redhat.com>
7835
7836 PR c++/24367
7837 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7838 (another_incomplete_struct, test_incomplete): New definitions.
7839 (main): Use new definitions.
7840 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7841 functions.
7842
7843 2019-04-25 Ali Tamur <tamur@google.com>
7844
7845 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7846
7847 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7848
7849 PR corefiles/11608
7850 PR corefiles/18187
7851 * gdb.base/coredump-filter-build-id.exp: New file.
7852
7853 2019-04-25 Alan Hayward <alan.hayward@arm.com>
7854
7855 * Makefile.in: Pass through GDBSERVER_DEBUG.
7856 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7857 (gdbserver,debug): Add board setting.
7858 * gdb.trace/tspeed.exp: Skip when debugging.
7859 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7860 * lib/gdbserver-support.exp: Likewise
7861
7862 2019-04-24 Tom Tromey <tromey@adacore.com>
7863
7864 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7865 Rust.
7866
7867 2019-04-24 Tom Tromey <tromey@adacore.com>
7868
7869 * gdb.arch/amd64-eval.exp: Test bitfield return.
7870 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7871 (class Foo) <return_bitfields>: New method.
7872 (main): Call it.
7873
7874 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7875
7876 * gdb.cp/many-args.cc: New file.
7877 * gdb.cp/many-args.exp: New file.
7878
7879 2019-04-23 Tom de Vries <tdevries@suse.de>
7880
7881 PR gdb/24433
7882 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7883
7884 2019-04-23 Alan Hayward <alan.hayward@arm.com>
7885
7886 * gdb.trace/backtrace.exp: Use nopie flag.
7887 * gdb.trace/circ.exp: Likewise.
7888 * gdb.trace/collection.exp: Likewise.
7889 * gdb.trace/ftrace.exp: Likewise.
7890 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7891 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7892 * gdb.trace/qtro.exp: Likewise.
7893 * gdb.trace/read-memory.exp: Likewise.
7894 * gdb.trace/report.exp: Likewise.
7895 * gdb.trace/tfile.exp: Likewise.
7896 * gdb.trace/tfind.exp: Likewise.
7897 * gdb.trace/unavailable.exp: Likewise.
7898
7899 2019-04-22 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.base/solib-probes-nosharedlibrary.c,
7902 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7903
7904 2019-04-19 Tom Tromey <tromey@adacore.com>
7905
7906 * gdb.ada/ptype_union.c: New file.
7907 * gdb.ada/ptype_union.exp: New file.
7908
7909 2019-04-19 Tom Tromey <tromey@adacore.com>
7910
7911 PR symtab/24423:
7912 * gdb.base/list0.h (foo): Add a control-l character.
7913
7914 2019-04-18 Tom de Vries <tdevries@suse.de>
7915
7916 PR gdb/24433
7917 * boards/local-board.exp: Set sysroot to "".
7918
7919 2019-04-18 Tom de Vries <tdevries@suse.de>
7920 Pedro Alves <palves@redhat.com>
7921
7922 PR gdb/24454
7923 * gdb.threads/vfork-follow-child-exec.c: New file.
7924 * gdb.threads/vfork-follow-child-exec.exp: New file.
7925 * gdb.threads/vfork-follow-child-exit.c: New file.
7926 * gdb.threads/vfork-follow-child-exit.exp: New file.
7927
7928 2019-04-15 Leszek Swirski <leszeks@google.com>
7929
7930 * gdb.arch/amd64-eval.cc: New file.
7931 * gdb.arch/amd64-eval.exp: New file.
7932
7933 2019-04-11 Alan Hayward <alan.hayward@arm.com>
7934
7935 * gdb.server/sysroot.c: New test.
7936 * gdb.server/sysroot.exp: New file.
7937 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
7938 matching param.
7939
7940 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7941
7942 * gdb.base/align.exp: Extend test to cover structures containing
7943 only static fields.
7944
7945 2019-04-11 Tom de Vries <tdevries@suse.de>
7946
7947 * boards/cc-with-dwz-m.exp: New file.
7948 * boards/cc-with-dwz.exp: New file.
7949 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7950
7951 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
7952
7953 * gdb.base/start-cpp.exp: New file.
7954 * gdb.base/start-cpp.cc: New file.
7955
7956 2019-04-08 Kevin Buettner <kevinb@redhat.com>
7957
7958 * gdb.python/py-thrhandle.exp: Adjust tests to call
7959 thread_from_handle instead of thread_from_thread_handle.
7960
7961 2019-04-08 Kevin Buettner <kevinb@redhat.com>
7962
7963 * gdb.python/py-thrhandle.exp: Add tests for
7964 gdb.InferiorThread.handle.
7965
7966 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7967
7968 * gdb.python/py-function.exp: Check calling helper function from
7969 all languages.
7970 * lib/gdb.exp (gdb_supported_languages): New proc.
7971
7972 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7973
7974 * gdb.base/complex-parts.c: New file.
7975 * gdb.base/complex-parts.exp: New file.
7976
7977 2019-04-01 Tom Tromey <tromey@adacore.com>
7978
7979 PR symtab/23331:
7980 * gdb.dwarf2/dw2-ranges-main.c: New file.
7981 * gdb.dwarf2/dw2-ranges-psym.c: New file.
7982 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
7983
7984 2019-03-30 Simon Marchi <simark@simark.ca>
7985
7986 * gdb.base/default.exp: Add values for $_gdb_major and
7987 $_gdb_minor.
7988
7989 2019-03-29 Tom Tromey <tromey@adacore.com>
7990
7991 * gdb.base/help.exp: Tighten apropos regexp.
7992
7993 2019-03-29 Keith Seitz <keiths@redhat.com>
7994
7995 * gdb.fortran/array-bounds.exp: New file.
7996 * gdb.fortran/array-bounds.f90: New file.
7997
7998 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7999
8000 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
8001
8002 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8003
8004 * gdb.multi/hello.c (main): Increase alarm timer.
8005
8006 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
8007
8008 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
8009 factor when no hardware watchpoint support.
8010
8011 2019-03-28 Alan Hayward <alan.hayward@arm.com>
8012 Pedro Alves <palves@redhat.com>
8013
8014 * boards/local-board.exp: set sysroot to /.
8015
8016 2019-03-27 Alan Hayward <alan.hayward@arm.com>
8017
8018 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
8019 in child.
8020
8021 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8022
8023 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
8024 field.
8025 (make_container): Initialise new field.
8026 * gdb.python/py-prettyprint.exp: Add new tests.
8027 * gdb.python/py-prettyprint.py (class ContainerPrinter)
8028 <display_hint>: New method.
8029
8030 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8031
8032 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
8033 gdb_continue_to_breakpoint more throughout this test.
8034 (run_lang_tests) Supply unique test names, and use
8035 gdb_test_no_output.
8036
8037 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8038
8039 * gdb.base/finish-pretty.exp: Update expected results.
8040 * gdb.base/pretty-print.c: New file.
8041 * gdb.base/pretty-print.exp: New file.
8042
8043 2019-03-25 Pedro Alves <palves@redhat.com>
8044
8045 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
8046 move comments outside list. Append '-i "" eof' section.
8047
8048 2019-03-22 Alan Hayward <alan.hayward@arm.com>
8049
8050 PR testsuite/25016
8051 * README: Add pie options.
8052 * gdb.base/break-interp.exp: Ensure pie is disabled.
8053 * gdb.base/dump.exp: Likewise.
8054 * lib/gdb.exp (gdb_compile): Add pie option.
8055
8056 2019-03-19 Tom Tromey <tromey@adacore.com>
8057
8058 * gdb.mi/mi2-cli-display.c: New file.
8059 * gdb.mi/mi2-cli-display.exp: New file.
8060
8061 2019-03-18 Joel Brobecker <brobecker@adacore.com>
8062 Tom Tromey <tromey@adacore.com>
8063
8064 * gdb.ada/ptype_array/pck.adb: New file.
8065 * gdb.ada/ptype_array/pck.ads: New file.
8066 * gdb.ada/ptype_array/foo.adb: New file.
8067 * gdb.ada/ptype_array.exp: New file.
8068
8069 2019-03-14 Tom Tromey <tromey@adacore.com>
8070
8071 * gdb.base/style.exp: Add "set style sources" test.
8072
8073 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
8074
8075 * mi-breakpoint-location-ena-dis.exp: Rename to ...
8076 * mi-breakpoint-multiple-locations.exp: ... this.
8077 (make_breakpoints_pattern): New proc.
8078 (do_test): Add mi_version parameter, test -break-insert,
8079 -break-info and =breakpoint-created.
8080
8081 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
8082
8083 * config/default.exp: Remove 'load_lib gdb.exp'.
8084 * config/monitor.exp: Likewise.
8085 * config/sid.exp: Likewise.
8086 * config/sim.exp: Likewise.
8087 * config/slite.exp: Likewise.
8088 * config/unix.exp: Likewise.
8089 * gdb.base/default.exp: Remove unhelpful comment.
8090
8091 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8092
8093 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
8094
8095 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8096
8097 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
8098
8099 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8100
8101 * gdb.fortran/type-kinds.exp: Update expected results.
8102
8103 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8104
8105 * gdb.fortran/type-kinds.exp: Test new integer type kind.
8106
8107 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8108
8109 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
8110 function.
8111 (test_basic_parsing_of_type_kinds): Expand types tested.
8112 (test_parsing_invalid_type_kinds): New function.
8113
8114 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8115
8116 * gdb.fortran/intrinsics.exp: New file.
8117 * gdb.fortran/intrinsics.f90: New file.
8118 * gdb.fortran/type-kinds.exp: New file.
8119
8120 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8121
8122 * gdb.fortran/dot-ops.exp: New file.
8123
8124 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8125
8126 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
8127 Check upper and lower case logical literals.
8128
8129 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8130
8131 * gdb.fortran/types.exp (test_float_literal_types_accepted):
8132 Remove duplicate tests.
8133
8134 2019-03-06 Alan Hayward <alan.hayward@arm.com>
8135
8136 * lib/gdb.exp (builtin_cd): rename of cd.
8137 (cd): Override builtin.
8138
8139 2019-03-06 Richard Bunt <richard.bunt@arm.com>
8140
8141 * gdb.fortran/function-calls.exp: New file.
8142 * gdb.fortran/function-calls.f90: New test.
8143
8144 2019-03-04 Richard Bunt <richard.bunt@arm.com>
8145
8146 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
8147 on user program standard output.
8148 * gdb.fortran/short-circuit-argument-list.f90: Record function
8149 calls.
8150
8151 2019-02-28 Alan Hayward <alan.hayward@arm.com>
8152
8153 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
8154 failure.
8155
8156 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8157
8158 PR gdb/8527
8159 * gdb.base/interrupt-daemon-attach.c,
8160 gdb.base/interrupt-daemon-attach.exp: New test.
8161
8162 2019-02-27 Pedro Alves <palves@redhat.com>
8163
8164 * gdb.base/page.exp: Add tests for "set width/height -1".
8165
8166 2019-02-27 Pedro Alves <palves@redhat.com>
8167
8168 * gdb.base/page.exp: Add tests for "set/show width/height" with
8169 "infinite" values.
8170
8171 2019-02-27 Tom Tromey <tromey@adacore.com>
8172
8173 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
8174 2.4.
8175 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
8176 workaround.
8177
8178 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
8179
8180 * gdb.base/align.exp: Extend to compile in both C and C++, and add
8181 tests for structs with static members.
8182
8183 2019-02-26 Tom Tromey <tromey@adacore.com>
8184
8185 * gdb.python/py-value.exp (test_value_from_buffer): Check for
8186 ValueError, not TypeError.
8187
8188 2019-02-26 Kevin Buettner <kevinb@redhat.com>
8189
8190 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
8191 call from main program.
8192
8193 2019-02-23 Joel Brobecker <brobecker@adacore.com>
8194
8195 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
8196 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
8197 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
8198 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
8199 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
8200
8201 2019-02-22 Keith Seitz <keiths@redhat.com>
8202
8203 PR symtab/23853
8204 * gdb.base/symlink-sourcefile.c: New file.
8205 * gdb.base/symlink-sourcefile.exp: New file.
8206
8207 2019-02-20 Tom Tromey <tom@tromey.com>
8208
8209 * gdb.base/info_qt.exp: Update.
8210
8211 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
8212
8213 * gdb.base/source.exp: Move "error in sourced script" code to
8214 the end.
8215 * gdb.base/source-error.gdb: Move contents to
8216 source-error-1.gdb. Add new code to source source-error-1.gdb.
8217 * gdb.base/source-error-1.gdb: New file, from previous
8218 source-error.gdb.
8219
8220 2019-02-17 Tom Tromey <tom@tromey.com>
8221
8222 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
8223 for macro styling.
8224 * gdb.base/style.c (SOME_MACRO): New macro.
8225
8226 2019-02-17 Tom Tromey <tom@tromey.com>
8227
8228 * gdb.base/style.exp: Add line-wrapping tests.
8229 * gdb.base/page.exp: Add test for quitting during pagination.
8230
8231 2019-02-17 Joel Brobecker <brobecker@adacore.com>
8232
8233 * gdb.ada/big_packed_array: New testcase.
8234 * gdb.ada/homonym.exp: Fix incorrect expected output for
8235 "break <homonym__get_value>" test.
8236
8237 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
8238
8239 PR breakpoints/21870
8240 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8241 and prepare_for_testing. Add comment.
8242 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8243 redundant cleanup call. Clean up comment.
8244
8245 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
8246
8247 PR breakpoints/21870
8248 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8249 * gdb.arch/aarch64-dbreg-contents.c: New file.
8250
8251 2019-02-10 Joel Brobecker <brobecker@adacore.com>
8252
8253 * gdb.ada/mi_ref_changeable: New testcase.
8254
8255 2019-02-07 Alan Hayward <alan.hayward@arm.com>
8256
8257 * gdb.base/attach.exp: Add double attach test.
8258
8259 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8260
8261 * lib/gdb.exp (default_gdb_start): Don't match pagination
8262 prompt.
8263 (gdb_init): Set stty_init.
8264
8265 2019-01-27 Tom Tromey <tom@tromey.com>
8266
8267 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8268 skip_python_tests.
8269
8270 2019-01-24 Alan Hayward <alan.hayward@arm.com>
8271
8272 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8273 New structure.
8274 (struct struct_static_02_02): Likewise.
8275 (struct struct_static_02_03): Likewise.
8276 (struct struct_static_02_04): Likewise.
8277 (struct struct_static_04_01): Likewise.
8278 (struct struct_static_04_02): Likewise.
8279 (struct struct_static_04_03): Likewise.
8280 (struct struct_static_04_04): Likewise.
8281 (struct struct_static_06_01): Likewise.
8282 (struct struct_static_06_02): Likewise.
8283 (struct struct_static_06_03): Likewise.
8284 (struct struct_static_06_04): Likewise.
8285 (cmp_struct_static_02_01): Likewise.
8286 (cmp_struct_static_02_02): Likewise.
8287 (cmp_struct_static_02_03): Likewise.
8288 (cmp_struct_static_02_04): Likewise.
8289 (cmp_struct_static_04_01): Likewise.
8290 (cmp_struct_static_04_02): Likewise.
8291 (cmp_struct_static_04_03): Likewise.
8292 (cmp_struct_static_04_04): Likewise.
8293 (cmp_struct_static_06_01): Likewise.
8294 (cmp_struct_static_06_02): Likewise.
8295 (cmp_struct_static_06_03): Likewise.
8296 (cmp_struct_static_06_04): Likewise.
8297 (call_all): Test new structs.
8298 * gdb.base/infcall-nested-structs.exp: Likewise.
8299
8300 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8301 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8302
8303 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8304 * gdb.base/stack-protector.c: New test.
8305 * gdb.base/stack-protector.exp: New file.
8306 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8307 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8308 option.
8309 (gdb_compile): Remove stack protector for GCC and prevent
8310 recursion.
8311
8312 2019-01-16 Keith Seitz <keiths@redhat.com>
8313
8314 PR gdb/23773
8315 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8316
8317 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8318
8319 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8320 aliases.
8321 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8322 tests.
8323 * gdb.arch/powerpc-vector-regs.c: New file.
8324 * gdb.arch/powerpc-vector-regs.exp: New file.
8325
8326 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8327
8328 * gdb.arch/altivec-regs.exp: Fix the list passed to
8329 gdb_expect_list when testing "info vector".
8330
8331 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8332
8333 * gdb.base/style.exp: Don't include path in testname.
8334
8335 2019-01-10 Keith Seitz <keiths@redhat.com>
8336
8337 PR gdb/23712
8338 PR symtab/23010
8339 * gdb.dwarf2/multidictionary.exp: New file.
8340
8341 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8342
8343 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8344 (test_gnuv3_style_demangling): ... this.
8345 (test_lucid_style_demangling): Remove.
8346 (test_arm_style_demangling): Remove.
8347 (test_hp_style_demangling): Remove.
8348 (do_tests): Remove calls to the above.
8349
8350 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8351
8352 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8353 case.
8354
8355 2019-01-06 Tom Tromey <tom@tromey.com>
8356
8357 PR gdb/28155:
8358 * gdb.dwarf2/typedef-void-finish.exp: New file.
8359
8360 2018-12-28 Tom Tromey <tom@tromey.com>
8361 Simon Marchi <simark@simark.ca>
8362
8363 * gdb.base/jit-exec.exp: New file.
8364 * gdb.base/jit-exec.c: New file.
8365 * gdb.base/jit-execd.c: New file.
8366
8367 2018-12-28 Tom Tromey <tom@tromey.com>
8368
8369 * gdb.base/style.exp: Update test to check for address styling.
8370
8371 2018-12-28 Tom Tromey <tom@tromey.com>
8372
8373 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8374 message.
8375
8376 2018-12-28 Tom Tromey <tom@tromey.com>
8377
8378 * gdb.base/style.exp: Add test for version number styling.
8379
8380 2018-12-28 Tom Tromey <tom@tromey.com>
8381
8382 * gdb.base/style.exp: Add test for print_address_symbolic.
8383
8384 2018-12-28 Tom Tromey <tom@tromey.com>
8385
8386 * gdb.base/style.exp: Add test for breakpoint setting.
8387
8388 2018-12-28 Tom Tromey <tom@tromey.com>
8389
8390 * gdb.base/style.exp: Add test for variable names.
8391
8392 2018-12-28 Tom Tromey <tom@tromey.com>
8393
8394 * gdb.base/style.exp: New file.
8395 * gdb.base/style.c: New file.
8396
8397 2018-12-28 Tom Tromey <tom@tromey.com>
8398
8399 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8400 "dumb".
8401 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8402 the TERM environment variable.
8403
8404 2018-12-27 Tom Tromey <tom@tromey.com>
8405
8406 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8407 pagination test.
8408
8409 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8410
8411 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8412 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8413
8414 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8415
8416 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8417 Filename a.adb changed to bp_fun_addr.adb.
8418 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8419
8420 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8421
8422 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8423 non-PIE executables.
8424 * README: Mention the gdb,nopie_flag board setting.
8425 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8426 non-PIE executable.
8427 * gdb.arch/amd64-entry-value.exp: Likewise.
8428 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8429 * gdb.arch/i386-float.exp: Likewise.
8430 * gdb.arch/i386-signal.exp: Likewise.
8431 * gdb.mi/mi-reg-undefined.exp: Likewise.
8432
8433 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8434
8435 PR gdb/23974
8436 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8437
8438 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8439
8440 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8441 Update order of results accordingly.
8442
8443 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8444
8445 * gdb.base/annota1.exp: Update a test regexp.
8446
8447 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8448
8449 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8450
8451 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8452
8453 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8454 (reuse_time): Initialize to REUSE_TIME_CAP.
8455 (check_rc): New function.
8456 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8457 Check pthread_create rc.
8458 (spawner_thread_func): Check pthread_create and pthread_join rc.
8459
8460 2018-12-08 Pedro Alves <palves@redhat.com>
8461
8462 * gdb.base/list.exp (test_forward_search): Rename to ...
8463 (test_forward_reverse_search): ... this. Also test reverse-search
8464 and the forward-search alias.
8465
8466 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8467
8468 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8469 local timeout variable before return, and remove all local timeout
8470 variable entirely.
8471 (gdb_load): Likewise.
8472
8473 2018-12-01 Tom de Vries <tdevries@suse.de>
8474
8475 * gdb.base/gdb-caching-proc.exp: New file.
8476
8477 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8478
8479 * Makefile.in (TIMESTAMP): New variable.
8480 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8481 command.
8482 (check-single-racy): Likewise.
8483 (check/%.exp): Likewise.
8484 (check-racy/%.exp): Likewise.
8485 (workers/%.worker): Likewise.
8486 (build-perf): Likewise.
8487 (check-perf): Likewise.
8488 * README: Describe new "TS" and "TS_FORMAT" variables.
8489 * print-ts.py: New file.
8490
8491 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8492
8493 PR python/23714
8494 * gdb.python/python.exp: Test command repetition after
8495 gdb.execute.
8496
8497 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8498
8499 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8500 is correctly aligned.
8501
8502 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8503
8504 * gdb.ada/info_auto_lang.exp: New testcase.
8505 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8506 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8507 * gdb.ada/info_auto_lang/some_c.c: New file.
8508
8509 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8510
8511 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8512 FUNC_lang language syntax.
8513
8514 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8515
8516 * gdb.base/info_minsym.c: New file.
8517 * gdb.base/info_minsym.exp: New file.
8518
8519 2018-11-19 Tom Tromey <tom@tromey.com>
8520
8521 PR rust/23625:
8522 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8523 * gdb.rust/expr.exp: Update expected output. Change one test.
8524
8525 2018-11-19 Tom Tromey <tom@tromey.com>
8526
8527 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8528
8529 2018-11-19 Pedro Alves <palves@redhat.com>
8530
8531 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8532 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8533 see the expected warning.
8534
8535 2018-11-16 Alan Hayward <alan.hayward@arm.com>
8536
8537 PR gdb/22736:
8538 * gdb.cp/infcall-nodebug-lib.c: New test.
8539 * gdb.cp/infcall-nodebug-main.c: New test.
8540 * gdb.cp/infcall-nodebug.exp: New file.
8541
8542 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8543
8544 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8545 completer tests.
8546
8547 2018-11-09 Tom de Vries <tdevries@suse.de>
8548
8549 * gdb.base/msym-lang.c: New test.
8550 * gdb.base/msym-lang.exp: New file.
8551 * gdb.base/msym-lang-main.c: New test.
8552
8553 2018-11-08 Tom Tromey <tom@tromey.com>
8554
8555 PR gdb/23555:
8556 PR gdb/23838:
8557 * gdb.base/warning.exp: New file.
8558
8559 2018-11-08 Jan Beulich <jbeulich@suse.com>
8560
8561 * testsuite/gdb.arch/i386-avx512.c,
8562 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8563
8564 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8565
8566 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8567 point hardware.
8568
8569 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8570
8571 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8572 * gdb.dwarf2/missing-type-name.exp: New file.
8573
8574 2018-11-06 Tom de Vries <tdevries@suse.de>
8575
8576 * gdb.base/many-headers.c: New test.
8577 * gdb.base/many-headers.exp: New file.
8578
8579 2018-11-06 Jim Wilson <jimw@sifive.com>
8580
8581 * gdb.base/code_elim.exp: For riscv, set additional_flags
8582 to include -msmall-data-limit=0.
8583
8584 2018-11-01 Joel Brobecker <brobecker@adacore.com>
8585
8586 * gdb.ada/watch_minus_l: New testcase.
8587
8588 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8589
8590 * gdb.arch/aix-sighandle.c: New file.
8591 * gdb.arch/aix-sighandle.exp: New file.
8592
8593 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8594
8595 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8596 registers being unions.
8597
8598 2018-10-31 Tom de Vries <tdevries@suse.de>
8599
8600 * lib/valgrind.exp: New file.
8601 (vgdb_start, vgdb_stop): New procs, factored out of ...
8602 * gdb.base/valgrind-bt.exp: ... here, ...
8603 * gdb.base/valgrind-disp-step.exp: ... here and ...
8604 * gdb.base/valgrind-infcall.exp: ... here.
8605
8606 2018-10-31 Tom de Vries <tdevries@suse.de>
8607
8608 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8609
8610 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8611
8612 * gdb.dwarf2/void-type.c: New file.
8613 * gdb.dwarf2/void-type.exp: New file.
8614
8615 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8616
8617 * gdb.base/info_qt.c: New file.
8618 * gdb.base/info_qt.exp: New file.
8619
8620 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8621
8622 * gdb.arch/powerpc-htm-regs.c: New file.
8623 * gdb.arch/powerpc-htm-regs.exp: New file.
8624
8625 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8626
8627 * gdb.arch/powerpc-tar.c: New file.
8628 * gdb.arch/powerpc-tar.exp: New file.
8629
8630 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8631
8632 * gdb.arch/powerpc-ppr-dscr.c: New file.
8633 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8634
8635 2018-10-25 Tom de Vries <tdevries@suse.de>
8636
8637 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8638
8639 2018-10-24 Tom de Vries <tdevries@suse.de>
8640
8641 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8642 longer exists error.
8643
8644 2018-10-24 Tom de Vries <tdevries@suse.de>
8645
8646 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8647
8648 2018-10-24 Tom de Vries <tdevries@suse.de>
8649
8650 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8651 --db-attach in valgrind.
8652
8653 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8654
8655 * gdb.arch/riscv-reg-aliases.c: New file.
8656 * gdb.arch/riscv-reg-aliases.exp: New file.
8657
8658 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8659
8660 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8661
8662 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8663
8664 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8665
8666 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8667
8668 * gdb.cp/ovldbreak.exp: Fix regexps.
8669
8670 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8671
8672 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8673
8674 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8675
8676 PR cli/23785
8677 * gdb.base/restore.exp: New test to check if "restore" with an
8678 invalid file doesn't segfault.
8679
8680 2018-10-18 Tom de Vries <tdevries@suse.de>
8681
8682 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8683 * gdb.ada/excep_handle.exp: Same.
8684 * gdb.ada/mi_string_access.exp: Same.
8685 * gdb.ada/mi_var_union.exp: Same.
8686 * gdb.arch/arc-analyze-prologue.exp: Same.
8687 * gdb.arch/arc-decode-insn.exp: Same.
8688 * gdb.base/readnever.exp: Same.
8689 * gdb.fortran/printing-types.exp: Same.
8690 * gdb.guile/scm-lazy-string.exp: Same.
8691
8692 2018-10-16 Tom de Vries <tdevries@suse.de>
8693
8694 PR gdb/23730
8695 * gdb.base/catch-follow-exec.c: Add copyright notice.
8696 * gdb.base/catch-follow-exec.exp: Rewrite to use
8697 gdb_spawn_with_cmdline_opts. Require gdb-native.
8698
8699 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8700
8701 * gdb.trace/actions-changed.exp: Check for arch support.
8702 * gdb.trace/actions.exp: Likewise.
8703 * gdb.trace/ax.exp: Likewise.
8704 * gdb.trace/backtrace.exp: Likewise.
8705 * gdb.trace/change-loc.exp: Likewise.
8706 * gdb.trace/deltrace.exp: Likewise.
8707 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8708 * gdb.trace/ftrace.exp: Likewise.
8709 * gdb.trace/infotrace.exp: Check for arch support.
8710 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8711 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8712 * gdb.trace/mi-tsv-changed.exp: Likewise.
8713 * gdb.trace/packetlen.exp: Likewise.
8714 * gdb.trace/passc-dyn.exp: Likewise.
8715 * gdb.trace/passcount.exp: Likewise.
8716 * gdb.trace/pending.exp: Likewise.
8717 * gdb.trace/range-stepping.exp: Check for shlib support.
8718 * gdb.trace/report.exp: Check for arch support.
8719 * gdb.trace/save-trace.exp: Likewise.
8720 * gdb.trace/signal.exp: Check for signal support.
8721 * gdb.trace/tfind.exp: Check for arch support.
8722 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8723 * gdb.trace/trace-common.h: Add comment.
8724 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8725 * gdb.trace/trace-enable-disable.exp: Likewise.
8726 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8727 * gdb.trace/tracecmd.exp: Check for arch support.
8728 * gdb.trace/tspeed.exp: Check for shlib and target support.
8729 * gdb.trace/tstatus.exp: Check for arch support.
8730 * gdb.trace/tsv.exp: Likewise.
8731 * gdb.trace/while-dyn.exp: Likewise.
8732 * gdb.trace/while-stepping.exp: Likewise.
8733 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8734
8735 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8736
8737 * gdb.trace/tspeed.exp: Remove nowarnings.
8738 (prepare_for_trace_test): Declare "global ipalib".
8739 * gdb.trace/tspeed.c: Include unistd.h.
8740 (main): Remove superfluous printf argument.
8741
8742 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8743
8744 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8745 directory prefix on the filename.
8746
8747 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8748
8749 * gdb.gdb/unittest.exp: Update expected message informing that
8750 selftests have been disabled.
8751 * gdb.server/unittest.exp: Likewise.
8752
8753 2018-10-09 Tom de Vries <tdevries@suse.de>
8754
8755 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8756 with runto_main.
8757
8758 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
8759
8760 PR c++/16841
8761 * gdb.cp/virtbase2.cc: New file.
8762 * gdb.cp/virtbase2.exp: New file.
8763
8764 2018-10-06 Tom Tromey <tom@tromey.com>
8765
8766 PR python/19399:
8767 * gdb.python/py-inferior.exp: Add architecture test.
8768
8769 2018-10-06 Tom Tromey <tom@tromey.com>
8770
8771 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8772 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8773
8774 2018-10-06 Tom Tromey <tom@tromey.com>
8775
8776 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8777 of a "throw" catchpoint.
8778
8779 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8780
8781 * gdb.base/info-proc.exp: Update string expected from "help info
8782 proc".
8783
8784 2018-10-04 Tom Tromey <tom@tromey.com>
8785
8786 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8787 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8788 (test_initial_complaints, test_empty_complaints): Update.
8789 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8790
8791 2018-10-04 Tom Tromey <tom@tromey.com>
8792
8793 PR cli/19551:
8794 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8795 * lib/gdb.exp (gdb_file_cmd): Update.
8796 * gdb.stabs/weird.exp (print_weird_var): Update.
8797 * gdb.server/solib-list.exp: Update.
8798 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8799 * gdb.mi/mi-cli.exp: Update.
8800 * gdb.linespec/linespec.exp: Update.
8801 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8802 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8803 * gdb.cp/cp-relocate.exp: Update.
8804 * gdb.base/sym-file.exp: Update.
8805 * gdb.base/relocate.exp: Update.
8806 * gdb.base/readnever.exp: Update.
8807 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8808 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8809 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8810 * gdb.base/code_elim.exp: Update.
8811 * gdb.base/break-unload-file.exp (test_break): Update.
8812 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8813 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8814 Update.
8815 * gdb.base/attach.exp (do_attach_tests): Update.
8816 * gdb.base/sepdebug.exp: Update.
8817 * gdb.python/py-section-script.exp: Update.
8818
8819 2018-10-04 Tom Tromey <tom@tromey.com>
8820
8821 PR cli/22234:
8822 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8823 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8824 output.
8825
8826 2018-10-04 Tom Tromey <tom@tromey.com>
8827
8828 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8829 set width and height to 0.
8830 (test_command_line_attach_run): Use -quiet.
8831
8832 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8833
8834 * lib/gdb.exp (skip_ifunc_tests): New.
8835 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8836 other compile failures.
8837 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8838
8839 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8840
8841 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8842 is_amd64_regs_target.
8843
8844 2018-10-01 Alan Hayward <alan.hayward@arm.com>
8845
8846 * gdb.arch/aarch64-sighandler-regs.c: New test.
8847 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8848 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8849
8850 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8851
8852 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8853 assembly.
8854
8855 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8856
8857 * gdb.base/frame-selection.exp: New file.
8858 * gdb.base/frame-selection.c: New file.
8859
8860 2018-09-27 Alan Hayward <alan.hayward@arm.com>
8861
8862 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8863 pthread barrier.
8864 (main): Likewise.
8865
8866 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8867
8868 * gdb.base/large-frame-1.c: New file.
8869 * gdb.base/large-frame-2.c: New file.
8870 * gdb.base/large-frame.exp: New file.
8871 * gdb.base/large-frame.h: New file.
8872
8873 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8874
8875 PR gdb/20948
8876 * gdb.base/write_mem.exp: New test.
8877 * gdb.base/write_mem.c: Likewise.
8878
8879 2018-09-23 Tom Tromey <tom@tromey.com>
8880
8881 PR python/18852:
8882 * gdb.python/py-parameter.exp: Add test for parameter that throws
8883 on "set".
8884
8885 2018-09-23 Tom Tromey <tom@tromey.com>
8886
8887 PR python/17284:
8888 * gdb.python/py-template.exp (test_template_arg): Add test for
8889 negative template argument number.
8890
8891 2018-09-23 Tom Tromey <tom@tromey.com>
8892
8893 PR python/14062:
8894 * gdb.python/python.exp: Add test for post_event error.
8895
8896 2018-09-23 Tom Tromey <tom@tromey.com>
8897
8898 PR python/18170:
8899 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8900 convert pointers to int and long.
8901
8902 2018-09-23 Tom Tromey <tom@tromey.com>
8903
8904 PR python/20126:
8905 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8906 signed-ness conversion tests.
8907
8908 2018-09-23 Tom Tromey <tom@tromey.com>
8909
8910 PR python/18352;
8911 * gdb.python/py-value.exp (test_float_conversion): New proc.
8912 Use it.
8913
8914 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8915
8916 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8917
8918 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
8919
8920 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8921 no readline.
8922 * gdb.base/utf8-identifiers.exp: Likewise.
8923 * gdb.cp/cpcompletion.exp: Likewise.
8924 * gdb.linespec/cpcompletion.exp: Likewise.
8925 * gdb.linespec/cpls-abi-tag.exp: Likewise.
8926 * gdb.linespec/cpls-ops.exp: Likewise.
8927
8928 2018-09-19 Richard Bunt <richard.bunt@arm.com>
8929 Chris January <chris.january@arm.com>
8930
8931 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
8932 * gdb.fortran/short-circuit-argument-list.exp: New file.
8933 * gdb.fortran/short-circuit-argument-list.f90: New test.
8934
8935 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8936
8937 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
8938 "arch=" keyword when executing "-stack-list-frames".
8939
8940 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8941
8942 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
8943 "arch=" keyword when executing "-stack-list-frames".
8944
8945 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8946
8947 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8948 break ada".
8949
8950 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8951
8952 PR python/23669
8953 * gdb.python/python.exp: Test gdb.execute("show commands").
8954
8955 2018-09-16 Tom Tromey <tom@tromey.com>
8956
8957 * gdb.base/new-ui.exp (do_execution_tests): Update.
8958 * gdb.base/dbx.exp (test_breakpoints): Update.
8959
8960 2018-09-14 Alan Hayward <alan.hayward@arm.com>
8961
8962 * lib/gdb.exp (gdb_simple_compile): Add proc.
8963 (is_elf_target): Use gdb_simple_compile.
8964 (skip_altivec_tests): Likewise.
8965 (skip_vsx_tests): Likewise.
8966 (skip_tsx_tests): Likewise.
8967 (skip_btrace_tests): Likewise.
8968 (skip_btrace_pt_tests): Likewise.
8969 (gdb_can_simple_compile): Likewise.
8970 (gdb_has_argv0): Likewise.
8971 (gdb_target_symbol_prefix): Likewise.
8972 (target_supports_scheduler_locking): Likewise.
8973
8974 2018-09-13 Tom Tromey <tom@tromey.com>
8975
8976 * Makefile.in (TAGS): Recognize proc_with_prefix and
8977 gdb_caching_proc.
8978
8979 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8980
8981 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
8982 method.
8983
8984 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8985
8986 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
8987 and a few other Inferior properties when the Inferior is no
8988 longer valid.
8989
8990 2018-09-13 Tom Tromey <tom@tromey.com>
8991
8992 PR rust/23650:
8993 * gdb.rust/simple.exp: Add test for enum field access error.
8994
8995 2018-09-13 Tom Tromey <tom@tromey.com>
8996
8997 PR rust/23626:
8998 * gdb.rust/simple.rs (EmptyEnum): New type.
8999 (main): Use it.
9000 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
9001
9002 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9003
9004 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
9005 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
9006 * gdb.python/py-symtab.exp: Update test printing an objfile.
9007
9008 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
9009
9010 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
9011 object.
9012
9013 2018-09-12 Alan Hayward <alan.hayward@arm.com>
9014
9015 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
9016 (support_complex_tests): Use gdb_can_simple_compile.
9017 (is_ilp32_target): Likewise.
9018 (is_lp64_target): Likewise.
9019 (is_64_target): Likewise.
9020 (is_amd64_regs_target): Likewise.
9021 (is_aarch32_target): Likewise.
9022 (gdb_int128_helper): Likewise.
9023
9024 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9025
9026 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
9027
9028 2018-09-10 Jerome Guitton <guitton@adacore.com>
9029
9030 * gdb.ada/same_component_name: Add test for case of tagged record
9031 with variable-length fields.
9032
9033 2018-09-10 Xavier Roirand <roirand@adacore.com>
9034
9035 * gdb.ada/access_to_unbounded_array.exp: New testcase.
9036 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
9037 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
9038 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
9039
9040 2018-09-10 Xavier Roirand <roirand@adacore.com>
9041
9042 * gdb.ada/mi_string_access.exp: New testcase.
9043 * gdb.ada/mi_string_access/bar.adb: New file.
9044 * gdb.ada/mi_string_access/pck.adb: New file.
9045 * gdb.ada/mi_string_access/pck.asd: New file.
9046
9047 2018-09-10 Xavier Roirand <roirand@adacore.com>
9048
9049 * gdb.ada/mi_var_union.exp: New testcase.
9050 * gdb.ada/mi_var_union/bar.adb: New file.
9051 * gdb.ada/mi_var_union/pck.adb: New file.
9052 * gdb.ada/mi_var_union/pck.asd: New file.
9053
9054 2018-09-08 Tom Tromey <tom@tromey.com>
9055
9056 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
9057
9058 2018-09-08 Tom Tromey <tom@tromey.com>
9059
9060 PR python/16047:
9061 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
9062 (register_pretty_printers): Register new printer.
9063 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
9064 test.
9065 * gdb.python/py-prettyprint.c (int_type3): New typedef.
9066 (an_int_type3): New global.
9067
9068 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9069
9070 * gdb.ada/expr_with_funcall: New testcase.
9071
9072 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9073
9074 * gdb.ada/packed_array_assign: New testcase.
9075
9076 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
9077
9078 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
9079 names, and add test prefixes to make test names unique.
9080
9081 2018-09-05 Tom de Vries <tdevries@suse.de>
9082
9083 * gdb.dwarf2/varval.exp: Add test.
9084
9085 2018-09-04 Gary Benson <gbenson@redhat.com>
9086
9087 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
9088 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
9089
9090 2018-08-31 Tom Tromey <tom@tromey.com>
9091
9092 * gdb.rust/simple.rs: Rename second variable "v".
9093
9094 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
9095
9096 * gdb.base/funcargs.c (use_a): New function.
9097 (recurse): Call use_a.
9098
9099 2018-08-29 Keith Seitz <keiths@redhat.com>
9100
9101 * gdb.compile/compile-cplus-anonymous.cc: New file.
9102 * gdb.compile/compile-cplus-anonymous.exp: New file.
9103 * gdb.compile/compile-cplus-array-decay.cc: New file.
9104 * gdb.compile/compile-cplus-array-decay.exp: New file.
9105 * gdb.compile/compile-cplus-inherit.cc: New file.
9106 * gdb.compile/compile-cplus-inherit.exp: New file.
9107 * gdb.compile/compile-cplus-member.cc: New file.
9108 * gdb.compile/compile-cplus-member.exp: New file.
9109 * gdb.compile/compile-cplus-method.cc: New file.
9110 * gdb.compile/compile-cplus-method.exp: New file.
9111 * gdb.compile/compile-cplus-mod.c: "New" file.
9112 * gdb.compile/compile-cplus-namespace.cc: New file.
9113 * gdb.compile/compile-cplus-namespace.exp: New file.
9114 * gdb.compile/compile-cplus-nested.cc: New file.
9115 * gdb.compile/compile-cplus-nested.exp: New file.
9116 * gdb.compile/compile-cplus-print.c: "New" file.
9117 * gdb.compile/compile-cplus-print.exp: "New" file.
9118 * gdb.compile/compile-cplus-virtual.cc: New file.
9119 * gdb.compile/compile-cplus-virtual.exp: New file.
9120 * gdb.compile/compile-cplus.c: "New" file.
9121 * gdb.compile/compile-cplus.exp: "New" file.
9122 * lib/compile-support.exp: New file.
9123
9124 2018-08-16 Gary Benson <gbenson@redhat.com>
9125
9126 PR gdb/13000:
9127 * gdb.base/batch-exit-status.exp: New file.
9128 * gdb.base/batch-exit-status.good-commands: Likewise.
9129 * gdb.base/batch-exit-status.bad-commands: Likewise.
9130
9131 2018-08-29 Alan Hayward <alan.hayward@arm.com>
9132
9133 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
9134 (struct struct02): Likewise.
9135 (struct struct03): Likewise.
9136 (struct struct04): Likewise.
9137 (struct struct_01_01): New struct.
9138 (struct struct_01_02): Likewise.
9139 (struct struct_01_03): Likewise.
9140 (struct struct_01_04): Likewise.
9141 (struct struct_02_01): Likewise.
9142 (struct struct_02_02): Likewise.
9143 (struct struct_02_03): Likewise.
9144 (struct struct_02_04): Likewise.
9145 (struct struct_04_01): Likewise.
9146 (struct struct_04_02): Likewise.
9147 (struct struct_04_03): Likewise.
9148 (struct struct_04_04): Likewise.
9149 (struct struct_05_01): Likewise.
9150 (struct struct_05_02): Likewise.
9151 (struct struct_05_03): Likewise.
9152 (struct struct_05_04): Likewise.
9153 (cmp_struct01): Remove function.
9154 (cmp_struct02): Likewise.
9155 (cmp_struct03): Likewise.
9156 (cmp_struct04): Likewise.
9157 (cmp_struct_01_01): Add Function.
9158 (cmp_struct_01_02): Likewise.
9159 (cmp_struct_01_03): Likewise.
9160 (cmp_struct_01_04): Likewise.
9161 (cmp_struct_02_01): Likewise.
9162 (cmp_struct_02_02): Likewise.
9163 (cmp_struct_02_03): Likewise.
9164 (cmp_struct_02_04): Likewise.
9165 (cmp_struct_04_01): Likewise.
9166 (cmp_struct_04_02): Likewise.
9167 (cmp_struct_04_03): Likewise.
9168 (cmp_struct_04_04): Likewise.
9169 (cmp_struct_05_01): Likewise.
9170 (cmp_struct_05_02): Likewise.
9171 (cmp_struct_05_03): Likewise.
9172 (cmp_struct_05_04): Likewise.
9173 (call_all): Add new structs.
9174 * gdb.base/infcall-nested-structs.exp: Likewise.
9175
9176 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
9177
9178 * gdb.python/py-framefilter-mi.exp: Update regexp to
9179 check for "arch" field in frame output.
9180
9181 2018-08-23 Kevin Buettner <kevinb@redhat.com>
9182
9183 * gdb.dwarf2/dw2-ranges-func.c: New file.
9184 * gdb.dwarf2/dw2-ranges-func.exp: New file.
9185
9186 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
9187
9188 * gdb.base/term.exp: Compare terminal settings with values from
9189 the inferior.
9190 * gdb.base/term.c: Get and set terminal settings.
9191
9192 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
9193
9194 * lib/mi-support.exp (mi_expect_stop): Update regexp to
9195 accommodate new "arch" field in frame output.
9196 * gdb.mi/mi-return.exp: Likewise.
9197 * gdb.mi/mi-stack.exp: Likewise.
9198 * gdb.mi/mi-syn-frame.exp: Likewise.
9199 * gdb.mi/user-selected-context-sync.exp: Likewise.
9200
9201 2018-08-19 Michael Spang <spang@google.com>
9202
9203 PR gdb/11786
9204 * gdb.base/gcore-tls-pie.c: New file.
9205 * gdb.base/gcore-tls-pie.exp: New file.
9206
9207 2018-08-18 Kevin Buettner <kevinb@redhat.com>
9208
9209 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
9210 * gdb.dwarf2/varval.c: New file.
9211 * gdb.dwarf2/varval.exp: New file.
9212
9213 2018-08-17 Alan Hayward <alan.hayward@arm.com>
9214
9215 PR gdb/18931
9216 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9217
9218 2018-08-16 Keith Seitz <keiths@redhat.com>
9219
9220 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9221 tests expected to pass.
9222
9223 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
9224
9225 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
9226 -data-disassemble -a.
9227 (test_disassembly_bogus_args): Likewise.
9228
9229 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9230
9231 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9232
9233 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9234
9235 * gdb.base/vla-optimized-out.exp: Add new test.
9236
9237 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9238
9239 * gdb.base/vla-optimized-out-o3.exp: Delete.
9240 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9241 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9242 deleted tests.
9243
9244 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9245
9246 PR gdb/18050:
9247 * gdb.server/extended-remote-restart.c: New file.
9248 * gdb.server/extended-remote-restart.exp: New file.
9249
9250 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9251
9252 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9253 "set variable index = 42".
9254
9255 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9256
9257 * boards/index-cache-gdb.exp: New file.
9258 * gdb.dwarf2/index-cache.exp: New file.
9259 * gdb.dwarf2/index-cache.c: New file.
9260 * gdb.base/maint.exp: Check if we are using the index cache.
9261
9262 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9263
9264 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9265 MAKEFLAGS.
9266
9267 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9268
9269 * dg-extract-results.sh: Move to toplevel contrib.
9270 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9271 * Makefile.in (check-parallel-racy): Likewise.
9272
9273 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9274
9275 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9276 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9277 tests if the target supports scheduler locking.
9278
9279 2018-08-04 Tom de Vries <tdevries@suse.de>
9280
9281 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9282
9283 2018-08-02 Tom Tromey <tom@tromey.com>
9284
9285 PR symtab/16842.
9286 * gdb.cp/temargs.exp: Test "info address" of a template
9287 parameter.
9288
9289 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9290
9291 * gdb.python/py-mi-var-info-path-expression.c: New file.
9292 * gdb.python/py-mi-var-info-path-expression.py: New file.
9293 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9294
9295 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9296
9297 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9298 error after "cannot resolve name" string.
9299
9300 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9301
9302 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9303 started.
9304 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9305
9306 2018-07-28 Tom de Vries <tdevries@suse.de>
9307
9308 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9309
9310 2018-07-26 Tom de Vries <tdevries@suse.de>
9311
9312 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9313
9314 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9315
9316 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9317 is visible.
9318
9319 2018-07-26 Tom de Vries <tdevries@suse.de>
9320
9321 PR breakpoints/23366
9322 * gdb.base/catch-follow-exec.c: New test.
9323 * gdb.base/catch-follow-exec.exp: New file.
9324
9325 2018-07-25 Tom de Vries <tdevries@suse.de>
9326
9327 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9328 vla-optimized-out.c.
9329
9330 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9331
9332 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9333 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9334
9335 2018-07-20 Tom de Vries <tdevries@suse.de>
9336
9337 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9338 NOCLONE macro.
9339 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9340
9341 2018-07-19 Tom de Vries <tdevries@suse.de>
9342
9343 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9344 regular expression.
9345
9346 2018-07-18 Tom de Vries <tdevries@suse.de>
9347
9348 * gdb.base/vla-optimized-out.c: New test.
9349 * gdb.base/vla-optimized-out.exp: New file.
9350
9351 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9352
9353 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9354 message "No address associated with hostname" when gdbserver
9355 cannot resolve the hostname.
9356
9357 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9358
9359 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9360 Add some test prefixes to make tests unique.
9361
9362 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9363
9364 * gdb.base/frameapply.c: New file.
9365 * gdb.base/frameapply.exp: New file.
9366
9367 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9368
9369 * gdb.base/skip.exp: Update expected error message.
9370
9371 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9372 Jan Kratochvil <jan.kratochvil@redhat.com>
9373 Paul Fertser <fercerpav@gmail.com>
9374 Tsutomu Seki <sekiriki@gmail.com>
9375
9376 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9377 parameter.
9378 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9379 by default.
9380 * boards/native-gdbserver.exp: Likewise.
9381 * gdb.server/run-without-local-binary.exp: Improve regexp used
9382 for detecting when a remote debugging connection succeeds.
9383 * gdb.server/server-connect.exp: New file.
9384 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9385 Do not prefix the port number with ":".
9386 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9387 support for detecting and using it. Add '$debughost_gdbserver'
9388 to the list of arguments used to start gdbserver. Handle case
9389 when gdbserver cannot resolve a network name.
9390
9391 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9392
9393 PR c++/23373
9394 * gdb.base/ptype-offsets.cc (struct static_member): New
9395 struct.
9396 (main) <stmember>: New variable.
9397 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9398 with a static member in it.
9399
9400 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9401
9402 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9403 watchpoints enabled and disabled.
9404
9405 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9406
9407 * gdb.base/examine-backward.exp: Still run tests around address
9408 0x0, even if address 0x0 is not readable. Update the pattern for
9409 matching address 0x0 in expected output.
9410
9411 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9412
9413 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9414 malloc/free.
9415
9416 2018-07-04 Tom de Vries <tdevries@suse.de>
9417
9418 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9419
9420 2018-07-02 Maciej W. Rozycki <macro@mips.com>
9421
9422 PR tdep/8282
9423 * gdb.arch/mips-disassembler-options.exp: New test.
9424 * gdb.arch/mips-disassembler-options.s: New test source.
9425
9426 2018-06-29 Pedro Alves <palves@redhat.com>
9427
9428 * gdb.threads/names.exp: Adjust expected "info threads" output.
9429
9430 2018-06-29 Pedro Alves <palves@redhat.com>
9431
9432 * gdb.opt/inline-break.exp (line number, address): Add "info
9433 break" tests.
9434
9435 2018-06-29 Pedro Alves <palves@redhat.com>
9436
9437 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9438 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9439 number and address and running to them.
9440
9441 2018-06-29 Richard Bunt <richard.bunt@arm.com>
9442
9443 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9444
9445 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9446
9447 * lib/compiler.c: Remove executable permission flag.
9448
9449 2018-06-28 Richard Bunt <richard.bunt@arm.com>
9450
9451 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9452 code.
9453 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9454
9455 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9456
9457 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9458
9459 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9460
9461 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9462 address argument is omitted.
9463
9464 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9465
9466 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9467
9468 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
9469
9470 PR gdb/21695
9471 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9472 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9473
9474 2018-06-26 Tom Tromey <tom@tromey.com>
9475
9476 PR rust/22574:
9477 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9478 * gdb.rust/simple.rs (struct SimpleLayout): New.
9479
9480 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9481
9482 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9483 "info registers" output.
9484
9485 2018-06-21 Richard Bunt <richard.bunt@arm.com>
9486
9487 * gdb.base/watchpoint-hw-attach.c: New test.
9488 * gdb.base/watchpoint-hw-attach.exp: New file.
9489
9490 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9491
9492 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9493 through /bin/sh.
9494 * boards/dwarf4-gdb-index.exp: Likewise.
9495 * boards/fission-dwp.exp: Likewise.
9496
9497 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9498
9499 * gdb.base/float128.exp: Add comment and improved fail message
9500 to the failure case of "print large128" test.
9501
9502 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9503
9504 * configure.ac: Remove AC_PREREQ.
9505 * configure: Re-generate.
9506
9507 2018-06-19 Pedro Alves <palves@redhat.com>
9508
9509 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9510 (func_extern_caller): New.
9511 (main): Call func_extern_caller.
9512 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9513 logic change.
9514
9515 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
9516
9517 PR gdb/16841
9518 * gdb.cp/typedef-base.cc: New file.
9519 * gdb.cp/typedef-base.exp: New file.
9520
9521 2018-06-18 Tom de Vries <tdevries@suse.de>
9522
9523 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9524
9525 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9526 Richard Bunt <Richard.Bunt@arm.com>
9527
9528 * gdb.threads/attach-slow-waitpid.c: New file.
9529 * gdb.threads/attach-slow-waitpid.exp: New file.
9530 * gdb.threads/slow-waitpid.c: New file.
9531
9532 2018-06-14 Pedro Alves <palves@redhat.com>
9533
9534 * gdb.base/fork-running-state.c: Include <errno.h>.
9535 (exit_if_relative_exits): New.
9536 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9537 exits.
9538 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9539 child exits.
9540
9541 2018-06-14 Tom de Vries <tdevries@suse.de>
9542
9543 PR cli/22573
9544 * gdb.base/finish-pretty.c: New test.
9545 * gdb.base/finish-pretty.exp: New file.
9546
9547 2018-06-14 Pedro Alves <palves@redhat.com>
9548
9549 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9550 gdb's expected startup output.
9551
9552 2018-06-14 Pedro Alves <palves@redhat.com>
9553
9554 * lib/selftest-support.exp (selftest_setup): Remove inlined
9555 function handling.
9556
9557 2018-06-14 Tom de Vries <tdevries@suse.de>
9558
9559 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9560 matching of breakpoint printing.
9561
9562 2018-06-13 Tom de Vries <tdevries@suse.de>
9563
9564 PR testsuite/23269
9565 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9566 (fork_child): ... here, and ...
9567 (fork_parent): ... here.
9568
9569 2018-06-12 Tom de Vries <tdevries@suse.de>
9570
9571 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9572
9573 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9574 Stephen Roberts <stephen.roberts@arm.com>
9575
9576 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9577 rewrite test to describe action performed, rather than possible
9578 failure.
9579
9580 2018-06-08 Gary Benson <gbenson@redhat.com>
9581
9582 * gdb.threads/check-libthread-db.exp: New file.
9583 * gdb.threads/check-libthread-db.c: Likewise.
9584
9585 2018-06-05 Tom Tromey <tom@tromey.com>
9586
9587 * gdb.base/default.exp: Update expected "show version" output.
9588
9589 2018-06-05 Tom Tromey <tom@tromey.com>
9590
9591 PR cli/12326:
9592 * gdb.cp/static-print-quit.exp: Update.
9593 * lib/gdb.exp (pagination_prompt): Update.
9594 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9595 * gdb.python/python.exp: Update.
9596
9597 2018-06-04 Joel Brobecker <brobecker@adacore.com>
9598
9599 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9600
9601 2018-06-01 Joel Brobecker <brobecker@adacore.com>
9602
9603 * gdb.ada/bp_fun_addr: New testcase.
9604
9605 2018-06-01 Tom Tromey <tom@tromey.com>
9606
9607 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9608 results.
9609 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9610 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9611 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9612 * gdb.base/maint.exp (maint_pass_if): Update.
9613
9614 2018-05-31 Maciej W. Rozycki <macro@mips.com>
9615
9616 * gdb.base/endian.exp: New test.
9617 * gdb.base/endian.c: New test source.
9618
9619 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9620
9621 PR gdb/23203
9622 * gdb.base/bt-selected-frame.c: New file.
9623 * gdb.base/bt-selected-frame.exp: New file.
9624 * lib/gdb.exp (get_current_frame_number): New function.
9625
9626 2018-05-24 Maciej W. Rozycki <macro@mips.com>
9627 Pedro Alves <palves@redhat.com>
9628
9629 * gdb.threads/tls-core.c: Include <stdlib.h>
9630 (thread_proc): Call `abort'.
9631 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9632 (tls_core_test): New procedure, bits factored out from ...
9633 (top level): ... here. Test both native cores and gcore cores.
9634
9635 2018-05-23 Tom Tromey <tom@tromey.com>
9636
9637 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9638
9639 2018-05-23 Tom Tromey <tom@tromey.com>
9640
9641 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9642 symfile_complaints.
9643 (test_short_complaints): Likewise.
9644 (test_empty_complaints): Likewise.
9645 (test_initial_complaints): Update.
9646
9647 2018-05-23 Tom Tromey <tom@tromey.com>
9648
9649 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9650
9651 2018-05-23 Tom Tromey <tom@tromey.com>
9652
9653 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9654 (test_short_complaints): Update.
9655
9656 2018-05-22 Pedro Alves <palves@redhat.com>
9657
9658 * gdb.base/remote.exp: Only gdb_start after compiling the
9659 testcase. Issue "disconnect" before testing "set remote" command
9660 defaults. Issue clean_restart before running to main.
9661
9662 2018-05-22 Pedro Alves <palves@redhat.com>
9663
9664 * gdb.base/remote.exp: Adjust expected output of "show remote
9665 memory-write-packet-size". Add tests for "set remote
9666 memory-write-packet-size 0" and "set remote
9667 memory-write-packet-size fixed/limit".
9668
9669 2018-05-22 Pedro Alves <palves@redhat.com>
9670
9671 PR gdb/22973
9672 * gdb.base/utf8-identifiers.c: New file.
9673 * gdb.base/utf8-identifiers.exp: New file.
9674
9675 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9676
9677 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9678
9679 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9680
9681 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9682
9683 2018-05-18 Tom Tromey <tom@tromey.com>
9684
9685 * gdb.base/ptype-offsets.exp: Update.
9686
9687 2018-05-17 Keith Seitz <keiths@redhat.com>
9688
9689 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9690 in expected breakpoint stop locations.
9691 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9692 move to proper scope to test variable values.
9693 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9694 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9695 New functions.
9696 (main): Call not_inline_func3.
9697 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9698 inline_func1, inline_func2, and inline_func3. Test that when each
9699 breakpoint is hit, GDB properly reports both the stop location
9700 and the backtrace. Repeat tests for temporary breakpoints.
9701
9702 2018-05-15 Maciej W. Rozycki <macro@mips.com>
9703
9704 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9705 rather then trying to access it in determining whether the PID
9706 of `gdbserver' could have been retrieved.
9707
9708 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9709
9710 * gdb.arch/amd64-init-x87-values.S: New file.
9711 * gdb.arch/amd64-init-x87-values.exp: New file.
9712
9713 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9714
9715 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9716
9717 2018-05-04 Tom Tromey <tom@tromey.com>
9718
9719 PR python/22730:
9720 * gdb.python/python.exp: Test multi-line execute.
9721
9722 2018-05-04 Tom Tromey <tom@tromey.com>
9723
9724 PR python/22731:
9725 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9726
9727 2018-05-04 Tom Tromey <tom@tromey.com>
9728
9729 PR gdb/11750:
9730 * gdb.base/define.exp: Test defining a user command inside a user
9731 command.
9732 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9733
9734 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9735 Pedro Alves <palves@redhat.com>
9736
9737 PR breakpoints/19806 and support for PR external/20207.
9738 * gdb.base/watchpoint-unaligned.c: New file.
9739 * gdb.base/watchpoint-unaligned.exp: New file.
9740
9741 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9742
9743 * gdb.base/maint.exp: Make test names unique, use
9744 test_prefix_command_help to test 'help maint info', and remove
9745 repeated test of 'help maint'.
9746
9747 2018-05-04 Tom Tromey <tom@tromey.com>
9748
9749 PR gdb/22619:
9750 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9751 behavior.
9752
9753 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9754
9755 * gdb.base/maint.exp: Process output from 'maint print registers'
9756 line at a time.
9757
9758 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9759
9760 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9761 timeout.
9762
9763 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9764
9765 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9766 filter pattern.
9767
9768 2018-05-02 Pedro Alves <palves@redhat.com>
9769
9770 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9771 to_log_command renames.
9772 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9773
9774 2018-05-02 Tom Tromey <tom@tromey.com>
9775
9776 * gdb.python/py-parameter.exp: Set test message.
9777
9778 2018-05-02 Tom Tromey <tom@tromey.com>
9779
9780 PR python/20084:
9781 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9782 PARAM_ZUINTEGER_UNLIMITED tests.
9783
9784 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9785
9786 PR rust/23124
9787 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9788 when casting.
9789
9790 2018-04-30 Tom Tromey <tom@tromey.com>
9791
9792 * gdb.python/py-type.exp: Check align attribute.
9793 * gdb.python/py-type.c: New "aligncheck" global.
9794
9795 2018-04-30 Tom Tromey <tom@tromey.com>
9796
9797 PR exp/17095:
9798 * gdb.dwarf2/dw2-align.exp: New file.
9799 * gdb.cp/align.exp: New file.
9800 * gdb.base/align.exp: New file.
9801 * lib/gdb.exp (gdb_int128_helper): New proc.
9802 (has_int128_c, has_int128_cxx): New caching procs.
9803
9804 2018-04-27 Tom Tromey <tom@tromey.com>
9805
9806 PR rust/22545:
9807 * gdb.rust/simple.exp: Add inclusive range tests.
9808
9809 2018-04-26 Pedro Alves <palves@redhat.com>
9810
9811 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9812 ifunc breakpoint locations correctly of ifunc breakpoints set
9813 while the program resolves the ifunc.
9814
9815 2018-04-26 Pedro Alves <palves@redhat.com>
9816
9817 * gdb.base/gnu-ifunc-final.c: New file.
9818 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9819 * gdb.base/gnu-ifunc.exp (executable): Delete.
9820 (staticexecutable): Adjust.
9821 (lib_opts, exec_opts): Delete.
9822 (make_binsuffix, build, set-break): New procedures.
9823 (misc_tests): New, with tests factored out from the top level.
9824 (top level): Test different combinations of ifunc resolver name,
9825 resolver with and with debug info, and ifunc target with and
9826 without debug info. Wrap static tests with with_target_prefix.
9827
9828 2018-04-26 Pedro Alves <palves@redhat.com>
9829
9830 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9831 return type" warnings.
9832
9833 2018-04-25 Pedro Alves <palves@redhat.com>
9834
9835 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9836 killed".
9837 * gdb.base/kill-after-signal.exp: Likewise.
9838 * gdb.threads/kill.exp: Likewise.
9839
9840 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9841 Sergio Durigan Junior <sergiodj@redhat.com>
9842 Pedro Alves <palves@redhat.com>
9843
9844 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9845 regexps to expect for '[Inferior ... detached]' as well.
9846 * gdb.base/attach.exp: Likewise.
9847 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9848 "gdb_continue_to_end".
9849 (test_catch_syscall_with_wrong_args): Likewise.
9850 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9851 ']'. Don't set 'verbose' on.
9852 * gdb.base/foll-vfork.exp: Likewise.
9853 * gdb.base/fork-print-inferior-events.c: New file.
9854 * gdb.base/fork-print-inferior-events.exp: New file.
9855 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9856 '[Inferior ... has been killed]' message.
9857 * gdb.base/kill-after-signal.exp: Likewise.
9858 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9859 detach message.
9860 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9861 message.
9862 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9863 regexps to expect for '[Inferior ... detached]' as well.
9864 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9865
9866 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9867
9868 PR gdb/23104
9869 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9870
9871 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9872
9873 PR gdb/23095
9874 * gdb.base/break-probes.exp: Pass shlib_load to
9875 prepare_for_testing. Set normal_bp to r_debug_state if target is
9876 bsd.
9877
9878 2018-04-19 Richard Bunt <richard.bunt@arm.com>
9879
9880 * gdb.threads/multiple-successive-infcall.c: New test.
9881 * gdb.threads/multiple-successive-infcall.exp: New file.
9882
9883 2018-04-17 Tom Tromey <tom@tromey.com>
9884
9885 * gdb.rust/simple.rs (Union): New type.
9886 (main): New local "u".
9887 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9888
9889 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9890
9891 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9892 number information in output of "whereis" command.
9893 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9894
9895 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9896
9897 * gdb.ada/info_types.exp: Adjust expected output to the line
9898 numbers now printed by "info var/func/type".
9899 * gdb.base/completion.exp: Likewise.
9900 * gdb.base/included.exp: Likewise.
9901 * gdb.cp/cp-relocate.exp: Likewise.
9902 * gdb.cp/cplusfuncs.exp: Likewise.
9903 * gdb.cp/namespace.exp: Likewise.
9904 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9905
9906 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9907
9908 * gdb.btrace/cpu.exp: New.
9909
9910 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9911
9912 * gdb.base/step-indirect-call-thunk.exp: New.
9913 * gdb.base/step-indirect-call-thunk.c: New.
9914 * gdb.reverse/step-indirect-call-thunk.exp: New.
9915 * gdb.reverse/step-indirect-call-thunk.c: New.
9916
9917 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
9918
9919 * gdb.base/pie-fork.c: New file.
9920 * gdb.base/pie-fork.exp: New file.
9921
9922 2018-04-11 Tom Tromey <tom@tromey.com>
9923
9924 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9925
9926 2018-04-10 Pedro Alves <palves@redhat.com>
9927
9928 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
9929 exits. Instead loop running forever.
9930 (fork_parent): Run forever too.
9931
9932 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9933
9934 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
9935 mi_continue_to_line.
9936 * gdb.mi/mi-stack.c (callee4): Add comment.
9937
9938 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9939
9940 * gdb.mi/mi-stack.exp: Fix indentation.
9941
9942 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9943
9944 PR gdb/22979
9945 * gdb.arch/amd64-osabi.exp: New file.
9946
9947 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9948
9949 PR gdb/22980
9950 * gdb.base/osabi.exp: New file.
9951
9952 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
9953
9954 * gdb.cp/static-typedef-print.exp: New file.
9955 * gdb.cp/static-typedef-print.cc: New file.
9956
9957 2018-03-27 Joel Brobecker <brobecker@adacore.com>
9958
9959 * gdb.ada/varsize_limit: New testcase.
9960
9961 2018-03-27 Joel Brobecker <brobecker@adacore.com>
9962
9963 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
9964
9965 * gdb.ada/notcplusplus: New testcase.
9966
9967 * gdb.base/c-linkage-name.c: New file.
9968 * gdb.base/c-linkage-name.exp: New testcase.
9969
9970 2018-03-26 Tom Tromey <tom@tromey.com>
9971
9972 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
9973 * gdb.python/py-framefilter.py (name_error): New global.
9974 (ErrorInName.function): Use name_error.
9975
9976 2018-03-26 Tom Tromey <tom@tromey.com>
9977
9978 PR backtrace/15582:
9979 * gdb.python/py-framefilter.exp: Add "bt hide" test.
9980
9981 2018-03-23 Keith Seitz <keiths@redhat.com>
9982
9983 PR c++/22968
9984 * gdb.cp/subtypes.exp: New file.
9985 * gdb.cp/subtypes.h: New file.
9986 * gdb.cp/subtypes.cc: New file.
9987 * gdb.cp/subtypes-2.cc: New file.
9988
9989 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9990
9991 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
9992 (done): Call '_exit' not 'exit' to avoid atexit handlers.
9993 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
9994 -nostartfiles when compiling the test. Confirm that all registers
9995 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
9996
9997 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9998
9999 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
10000 option, syntax was wrong anyway.
10001 * gdb.arch/arm-disp-step.exp: Likewise.
10002 * gdb.arch/sparc64-regs.exp: Likewise.
10003 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
10004 option, syntax was wrong anyway, switch to use
10005 prepare_for_testing.
10006 * gdb.arch/i386-disp-step.exp: Likewise.
10007
10008 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
10009
10010 * gdb.ada/exec_changed.exp: Replace "target_info exists
10011 use_gdb_stub" by "use_gdb_stub".
10012 * gdb.ada/start.exp: Likewise.
10013 * gdb.base/async-shell.exp: Likewise.
10014 * gdb.base/attach-pie-misread.exp: Likewise.
10015 * gdb.base/attach-wait-input.exp: Likewise.
10016 * gdb.base/break-entry.exp: Likewise.
10017 * gdb.base/break-interp.exp: Likewise.
10018 * gdb.base/dprintf-detach.exp: Likewise.
10019 * gdb.base/nostdlib.exp: Likewise.
10020 * gdb.base/solib-nodir.exp: Likewise.
10021 * gdb.base/statistics.exp: Likewise.
10022 * gdb.base/testenv.exp: Likewise.
10023 * gdb.mi/mi-exec-run.exp: Likewise.
10024 * gdb.mi/mi-start.exp: Likewise.
10025 * gdb.multi/dummy-frame-restore.exp: Likewise.
10026 * gdb.multi/multi-arch-exec.exp: Likewise.
10027 * gdb.multi/multi-arch.exp: Likewise.
10028 * gdb.multi/tids.exp: Likewise.
10029 * gdb.multi/watchpoint-multi.exp: Likewise.
10030 * gdb.python/py-events.exp: Likewise.
10031 * gdb.threads/attach-into-signal.exp: Likewise.
10032 * gdb.threads/attach-stopped.exp: Likewise.
10033 * gdb.threads/threadapply.exp: Likewise.
10034 * lib/selftest-support.exp: Likewise.
10035
10036 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
10037
10038 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
10039
10040 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
10041
10042 * gdb.perf/template-breakpoints.cc: New file.
10043 * gdb.perf/template-breakpoints.exp: New file.
10044 * gdb.perf/template-breakpoints.py: New file.
10045
10046 2018-03-19 Tom Tromey <tom@tromey.com>
10047
10048 * gdb.rust/simple.rs (main): Add local variables field1, field2,
10049 y0.
10050 * gdb.rust/simple.exp: Test bare identifier form of struct
10051 initializer.
10052
10053 2018-03-19 Tom Tromey <tom@tromey.com>
10054
10055 * gdb.gdb/observer.exp: Remove.
10056
10057 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10058
10059 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
10060 "qualified" option when setting breakpoints.
10061 * gdb.trace/backtrace.exp: Likewise.
10062 * gdb.trace/circ.exp: Likewise.
10063 * gdb.trace/collection.exp: Likewise.
10064 * gdb.trace/disconnected-tracing.exp: Likewise.
10065 * gdb.trace/ftrace-lock.exp: Likewise.
10066 * gdb.trace/ftrace.exp: Likewise.
10067 * gdb.trace/infotrace.exp: Likewise.
10068 * gdb.trace/packetlen.exp: Likewise.
10069 * gdb.trace/passc-dyn.exp: Likewise.
10070 * gdb.trace/qtro.exp: Likewise.
10071 * gdb.trace/read-memory.exp: Likewise.
10072 * gdb.trace/report.exp: Likewise.
10073 * gdb.trace/signal.exp: Likewise.
10074 * gdb.trace/status-stop.exp: Likewise.
10075 * gdb.trace/strace.exp: Likewise.
10076 * gdb.trace/tfind.exp: Likewise.
10077 * gdb.trace/trace-break.exp: Likewise.
10078 * gdb.trace/trace-condition.exp: Likewise.
10079 * gdb.trace/trace-mt.exp: Likewise.
10080 * gdb.trace/tstatus.exp: Likewise.
10081 * gdb.trace/tsv.exp: Likewise.
10082 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10083 * gdb.trace/unavailable.exp: Likewise.
10084 * gdb.trace/while-dyn.exp: Likewise.
10085
10086 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10087
10088 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
10089 that libinproctrace is copied to the target.
10090
10091 2018-03-14 Tom Tromey <tom@tromey.com>
10092
10093 PR cli/14977:
10094 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
10095 a null pointer.
10096 * gdb.base/wchar.exp: Likewise.
10097
10098 2018-03-14 Tom Tromey <tom@tromey.com>
10099
10100 PR cli/19918:
10101 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
10102 flag.
10103
10104 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
10105
10106 PR gdb/22841
10107 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
10108 "target" to remote_exec.
10109
10110 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
10111
10112 PR gdb/22841
10113 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
10114 ${board}_upload): Remove.
10115
10116 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
10117
10118 * gdb.cp/watch-cp.cc: New test.
10119 * gdb.cp/watch-cp.exp: New file.
10120
10121 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10122
10123 * gdb.base/infcall-nested-structs.exp: New file.
10124 * gdb.base/infcall-nested-structs.c: New file.
10125 * gdb.base/float.exp: Add riscv support.
10126
10127 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
10128
10129 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
10130 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
10131
10132 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
10133
10134 * gdb.server/abspath.exp: New file.
10135 * lib/gdb.exp (with_cwd): New procedure.
10136
10137 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
10138
10139 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
10140 use it.
10141 (gdb_is_target_remote_prompt): New proc.
10142 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
10143 (gdb_is_target_native): Pass prompt parameter to
10144 gdb_is_target_1.
10145
10146 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
10147
10148 * gdb.base/load-command.c: New file.
10149 * gdb.base/load-command.exp: New file.
10150 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
10151 (gdb_is_target_1): ...this, and generalize for other targets
10152 than just remote.
10153 (gdb_is_target_remote): Use gdb_is_target_1.
10154 (gdb_is_target_native): use gdb_is_target_1.
10155
10156 2018-02-26 Tom Tromey <tom@tromey.com>
10157
10158 PR python/16497:
10159 * gdb.python/py-framefilter.exp: Update test.
10160
10161 2018-02-26 Tom Tromey <tom@tromey.com>
10162
10163 * gdb.dwarf2/variant.c: New file.
10164 * gdb.dwarf2/variant.exp: New file.
10165
10166 2018-02-26 Tom Tromey <tom@tromey.com>
10167
10168 * gdb.rust/simple.exp: Accept more possible results in enum test.
10169
10170 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10171
10172 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10173 parentheses.
10174
10175 2018-02-23 Maciej W. Rozycki <macro@mips.com>
10176
10177 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
10178 name of a variable: $actual_linejj -> $actual_line.
10179
10180 2018-02-21 John Baldwin <jhb@FreeBSD.org>
10181
10182 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10183
10184 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10185
10186 * gdb.btrace/buffer-size.exp: Do not force BTS.
10187
10188 2018-02-14 Pedro Alves <palves@redhat.com>
10189
10190 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
10191 getting a "Quit".
10192
10193 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
10194
10195 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
10196 Fix test name.
10197
10198 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10199
10200 * gdb.cp/m-static.exp: Check type of optimized out static
10201 member.
10202
10203 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
10204
10205 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
10206 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10207
10208 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10209 Leszek Swirski <leszeks@google.com>
10210
10211 * gdb.python/py-prettyprint.c
10212 (struct to_string_returns_value_inner,
10213 struct to_string_returns_value_wrapper): New.
10214 (main): Add tsrvw variable.
10215 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
10216 ToStringReturnsValueWrapper): New classes.
10217 (register_pretty_printers): Register new pretty-printers.
10218 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
10219 recursive pretty printer.
10220 * gdb.python/py-mi.exp: Likewise.
10221
10222 2018-02-01 Leszek Swirski <leszeks@google.com>
10223
10224 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
10225 functions with the same name as an include file are parsed
10226 correctly.
10227
10228 2018-02-01 Yao Qi <yao.qi@linaro.org>
10229
10230 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10231 "\[^\r\n\]*".
10232
10233 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
10234
10235 * gdb.arch/powerpc-prologue-frame.s: New file.
10236 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10237 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10238
10239 2018-01-31 Joel Brobecker <brobecker@adacore.com>
10240
10241 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10242
10243 2018-01-30 Pedro Alves <palves@redhat.com>
10244
10245 PR gdb/13211
10246 * gdb.base/interrupt-daemon.c: New.
10247 * gdb.base/interrupt-daemon.exp: New.
10248 * gdb.multi/multi-term-settings.c: New.
10249 * gdb.multi/multi-term-settings.exp: New.
10250
10251 2018-01-30 Joel Brobecker <brobecker@adacore.com>
10252
10253 * gdb.base/break.exp: Save the location where the breakpoint
10254 on break.c:47 was actually inserted when debugging the version
10255 compiled at -O2 and use it in the expected output of the "info
10256 break" test performed soon after.
10257
10258 2018-01-22 Pedro Alves <palves@redhat.com>
10259 Sergio Durigan Junior <sergiodj@redhat.com>
10260
10261 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10262 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10263
10264 2018-01-22 Joel Brobecker <brobecker@adacore.com>
10265
10266 * gdb.base/break-include.c, gdb.base/break-include.inc,
10267 gdb.base/break-include.exp: New files.
10268 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10269 line number now being the actual line number where the breakpoint
10270 was inserted.
10271 * gdb.mi/mi-break.exp: Likewise.
10272 * gdb.mi/mi-reverse.exp: Likewise.
10273 * gdb.mi/mi-simplerun.exp: Ditto.
10274
10275 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10276
10277 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10278 varobj.
10279 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10280
10281 2018-01-21 Don Breazeal <donb@codesourcery.com>
10282 Andrew Burgess <andrew.burgess@embecosm.com>
10283
10284 * gdb.mi/basics.c: Add new global.
10285 * gdb.mi/mi-frame-regs.exp: New file.
10286 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10287 case.
10288
10289 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10290
10291 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10292 non-parameter, and on an unknown symbol.
10293
10294 2018-01-19 Tom Tromey <tom@tromey.com>
10295
10296 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10297 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10298
10299 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10300
10301 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10302 setrlimit and chdir to int.
10303
10304 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10305
10306 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10307 function.
10308 (my_tend): Likewise.
10309 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10310 rationale of avoiding FP- and vector instructions.
10311
10312 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10313
10314 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10315 "info reg" with "\[ \t\]*".
10316 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10317 "\[ \t\]+".
10318 * gdb.arch/s390-multiarch.exp: Ditto.
10319 * gdb.base/pc-fp.exp: Ditto.
10320 * gdb.reverse/i386-precsave.exp: Ditto.
10321 * gdb.reverse/i386-reverse.exp: Ditto.
10322 * gdb.reverse/i387-env-reverse.exp: Ditto.
10323 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10324
10325 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10326
10327 * lib/gdb.exp (gdb_compile): Re-enable use of
10328 universal_compile_options for languages other than Rust.
10329
10330 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10331
10332 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10333
10334 2018-01-17 Mike Gulick <mgulick@mathworks.com>
10335
10336 PR gdb/16577
10337 * gdb.base/solib-vanish.exp: New.
10338 * gdb.base/solib-vanish-main.c: New.
10339 * gdb.base/solib-vanish-lib1.c: New.
10340 * gdb.base/solib-vanish-lib2.c: New.
10341
10342 2018-01-17 Yao Qi <yao.qi@linaro.org>
10343
10344 * gdb.compile/compile.exp: Match the address printed for
10345 frame in the output of command "bt".
10346
10347 2018-01-15 Tom Tromey <tom@tromey.com>
10348
10349 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10350 compute sp_reg.
10351
10352 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10353
10354 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10355 to prepare.
10356 (prepare): Return 0 on error, 1 on success.
10357
10358 2018-01-12 Pedro Alves <palves@redhat.com>
10359
10360 * gdb.base/continue-after-aborted-step-over.c: New.
10361 * gdb.base/continue-after-aborted-step-over.exp: New.
10362
10363 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10364
10365 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10366 options when not creating an executable.
10367
10368 2018-01-11 Pedro Alves <palves@redhat.com>
10369
10370 PR remote/22597
10371 * gdb.server/stop-reply-no-thread.c: New file.
10372 * gdb.server/stop-reply-no-thread.exp: New file.
10373
10374 2018-01-10 Pedro Alves <palves@redhat.com>
10375
10376 PR gdb/22670
10377 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10378 functions too. Test setting breakpoints and printing C functions
10379 with no debug info too.
10380 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10381
10382 2018-01-10 Pedro Alves <palves@redhat.com>
10383
10384 PR gdb/22670
10385 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10386 a fail.
10387
10388 2018-01-10 Pedro Alves <palves@redhat.com>
10389
10390 PR gdb/22670
10391 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10392
10393 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10394
10395 * gdb.server/unittest.exp: Match the output in non-development
10396 mode.
10397
10398 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10399
10400 * gdb.gdb/unittest.exp: Match output in non-development mode.
10401
10402 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10403
10404 * gdb.ada/access_tagged_param.exp: Relax expected output
10405 for value of "ObjL" in "continue" to pck.inspect breakpoint
10406 test.
10407
10408 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10409
10410 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10411 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
10412
10413 2018-01-05 Pedro Alves <palves@redhat.com>
10414
10415 PR gdb/18653
10416 * gdb.base/libsegfault.exp: New.
10417
10418 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10419
10420 PR gdb/22670
10421 * gdb.ada/access_tagged_param.exp: New file.
10422 * gdb.ada/access_tagged_param/foo.adb: New file.
10423
10424 2018-01-05 Pedro Alves <palves@redhat.com>
10425
10426 PR gdb/22670
10427 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10428 exercise lower case too, and to exercise both full matching and
10429 wild matching.
10430
10431 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10432
10433 * gdb.ada/rename_subscript_param: New testcase.
10434
10435 2018-01-05 Jerome Guitton <guitton@adacore.com>
10436
10437 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10438
10439 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10440
10441 * gdb.ada/convvar_comp: New testcase.
10442
10443 2018-01-05 Xavier Roirand <roirand@adacore.com>
10444
10445 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10446 (My_Table): New global variable.
10447 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10448
10449 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10450
10451 PR gdb/22670
10452 * gdb.ada/maint_with_ada: New testcase.
10453
10454 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10455
10456 PR gdb/22670
10457 * gdb.ada/bp_c_mixed_case: New testcase.
10458
10459 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10460
10461 PR gdb/22670
10462 * gdb.ada/complete.exp: Add "complete break ada" test.
10463
10464 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10465
10466 PR gdb/22670
10467 * gdb.ada/info_addr_mixed_case: New testcase.
10468
10469 2018-01-03 Xavier Roirand <roirand@adacore.com>
10470
10471 * gdb.ada/excep_handle.exp: New testcase.
10472 * gdb.ada/excep_handle/foo.adb: New file.
10473 * gdb.ada/excep_handle/pck.ads: New file.
10474
10475 2018-01-03 Joel Brobecker <brobecker@adacore.com>
10476
10477 * gdb.base/step-line.c: Add extra empty line in copyright header.
10478 * gdb.base/step-line.inp: Likewise.
10479
10480 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10481
10482 * gdb.ada/dyn_stride.exp: Add slice test.
10483
10484 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10485
10486 * gdb.ada/dyn_stride: New testcase.
10487
10488 2017-12-27 Stafford Horne <shorne@gmail.com>
10489
10490 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10491 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10492
10493 2017-12-27 Stafford Horne <shorne@gmail.com>
10494
10495 * gdb.base/reggroups.c: New file.
10496 * gdb.base/reggroups.exp: New file.
10497
10498 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10499
10500 * gdb.dwarf2/ada-valprint-error.c: New file.
10501 * gdb.dwarf2/ada-valprint-error.exp: New file.
10502
10503 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10504
10505 * gdb.ada/assign_arr: New testcase.
10506
10507 2017-12-18 Xavier Roirand <roirand@adacore.com>
10508
10509 * gdb.ada/funcall_ptr: New testcase.
10510
10511 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10512
10513 PR cli/16224
10514 * gdb.base/ptype-offsets.cc: New file.
10515 * gdb.base/ptype-offsets.exp: New file.
10516
10517 2017-12-15 Yao Qi <yao.qi@linaro.org>
10518
10519 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10520 if XML is disabled.
10521
10522 2017-12-15 Xavier Roirand <roirand@adacore.com>
10523
10524 * gdb.ada/same_component_name: New testcase.
10525
10526 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10527
10528 * gdb.ada/str_binop_equal: New testcase.
10529
10530 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10531
10532 * gdb.ada/task_switch_in_core: New testcase.
10533
10534 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10535
10536 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10537 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10538 call test_bkpt_qualified.
10539 (test_bkpt_qualified): New proc.
10540
10541 2017-12-13 Pedro Alves <palves@redhat.com>
10542
10543 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10544 Tighten regexp by matching with an anchor.
10545
10546 2017-12-13 Pedro Alves <palves@redhat.com>
10547
10548 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10549 ("expression with namespace"): New set of tests.
10550 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10551 (Nested::Test_NS::qux): New.
10552 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10553 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10554
10555 2017-12-13 Joel Brobecker <brobecker@adacore.com>
10556
10557 * gdb.base/server-del-break.c: New file.
10558 * gdb.base/server-del-break.exp: New file.
10559
10560 2017-12-12 Stafford Horne <shorne@gmail.com>
10561
10562 * gdb.xml/tdesc-regs.exp: Add or1k support.
10563
10564 2017-12-12 Stafford Horne <shorne@gmail.com>
10565
10566 * gdb.base/bp-permanent.c: Define nop of or1k.
10567
10568 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10569
10570 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10571 output with components being reordered.
10572
10573 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10574
10575 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10576 output with components being reordered.
10577
10578 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10579 Pedro Alves <palves@redhat.com>
10580
10581 * gdb.base/maint.exp (check for .gdb_index): Check also for
10582 .debug_names.
10583 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10584 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10585 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10586 (.gdb_index used after symbol reloading): Support also .debug_names.
10587 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
10588
10589 2017-12-08 Yao Qi <yao.qi@linaro.org>
10590
10591 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10592 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
10593
10594 2017-12-08 Yao Qi <yao.qi@linaro.org>
10595
10596 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10597 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10598
10599 2017-12-08 Yao Qi <yao.qi@linaro.org>
10600
10601 * gdb.arch/aarch64-tagged-pointer.c: New file.
10602 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10603
10604 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10605
10606 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10607 "int".
10608
10609 2017-12-07 Keith Seitz <keiths@redhat.com>
10610
10611 PR breakpoints/22569
10612 * gdb.linespec/ls-errs.exp: Change expected result of "break
10613 -source this file has spaces.c -line 3".
10614 Check that an explicit source file followed by whitespace is
10615 identified as an invalid explicit location.
10616
10617 2017-12-07 Keith Seitz <keiths@redhat.com>
10618
10619 * gdb.cp/nested-types.cc: New file.
10620 * gdb.cp/nested-types.exp: New file.
10621 * lib/cp-support.exp: Load data-structures.exp library.
10622 (debug_cp_test_ptype_class): New global.
10623 (cp_ptype_class_verbose, next_line): New procedures.
10624 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10625 Add and document new return value.
10626 Switch the list of lines to a queue.
10627 Add support for new `type' key for nested type definitions.
10628 Add debugging/troubleshooting messages.
10629 * lib/data-structures.exp: New file.
10630
10631 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10632
10633 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10634 with proc_with_prefix, don't use with_test_prefix.
10635
10636 2017-12-07 Tom Tromey <tom@tromey.com>
10637
10638 * gdb.base/break.exp: Add test for empty "commands".
10639
10640 2017-12-07 Yao Qi <yao.qi@linaro.org>
10641
10642 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10643 malloc and catch syscall.
10644
10645 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10646
10647 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
10648 tests for explicit locations.
10649
10650 2017-12-06 Pedro Alves <palves@redhat.com>
10651
10652 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10653 force-disabling XML descriptions.
10654
10655 2017-12-04 Pedro Alves <palves@redhat.com>
10656
10657 PR gdb/22499
10658 * gdb.arch/amd64-disp-step-avx.S: New file.
10659 * gdb.arch/amd64-disp-step-avx.exp: New file.
10660
10661 2017-12-03 Pedro Alves <palves@redhat.com>
10662
10663 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10664 and <string.h>.
10665 (parent_function): Print distinct messages when waitpid fails, or
10666 the child exits with a signal, or the child exits for an unhandled
10667 reason.
10668 * gdb.threads/process-dies-while-detaching.exp
10669 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10670 it. Wait for both inferior output and GDB's prompt. Use an
10671 indirect spawn id list.
10672 (do_detach): New parameter 'child_exit'. Use it to compute
10673 expected inferior output.
10674 (test_detach, test_detach_watch, test_detach_killed_outside):
10675 Adjust to pass down the expected child exit kind.
10676
10677 2017-12-01 Joel Brobecker <brobecker@adacore.com>
10678 Sergio Durigan Junior <sergiodj@redhat.com>
10679 Pedro Alves <palves@redhat.com>
10680
10681 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10682
10683 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10684
10685 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10686 to 'symbol-file' and 'add-symbol-file' can be
10687 position-independent.
10688
10689 2017-12-01 Yao Qi <yao.qi@linaro.org>
10690
10691 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10692 the URL in copyright header.
10693 * gdb.arch/aarch64-fp.exp: Likewise.
10694 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10695 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10696 * gdb.base/expand-psymtabs.exp: Likewise.
10697 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10698 * gdb.fortran/common-block.exp: Likewise.
10699 * gdb.fortran/common-block.f90: Likewise.
10700 * gdb.fortran/logical.exp: Likewise.
10701 * gdb.fortran/vla-datatypes.f90: Likewise.
10702 * gdb.fortran/vla-sub.f90: Likewise.
10703
10704 2017-11-30 Joel Brobecker <brobecker@adacore.com>
10705
10706 * gdb.ada/repeat_dyn: New testcase.
10707
10708 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10709
10710 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10711 Update for changed thread numbering.
10712 * gdb.cell/bt.exp: Update for changed GDB output.
10713
10714 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10715
10716 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10717 setting isremote by hand.
10718 * boards/dwarf4-gdb-index.exp: Likewise.
10719 * boards/fission.exp: Likewise.
10720 * boards/stabs.exp: Likewise.
10721
10722 2017-11-30 Pedro Alves <palves@redhat.com>
10723
10724 * gdb.linespec/cpls-ops.exp
10725 (check_explicit_skips_function_argument): Extract the underlying
10726 type of size_t instead of hardcoding it.
10727
10728 2017-11-29 Pedro Alves <palves@redhat.com>
10729
10730 PR c++/19436
10731 * gdb.linespec/cpls-abi-tag.cc: New file.
10732 * gdb.linespec/cpls-abi-tag.exp: New file.
10733
10734 2017-11-29 Pedro Alves <palves@redhat.com>
10735
10736 * gdb.base/langs.exp: Use -qualified.
10737 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10738 it.
10739 * gdb.cp/namespace.exp: Use -qualified.
10740 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10741 (overload-3, template-overload, template-ret-type, const-overload)
10742 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10743 procedures.
10744 (test_driver): Call them.
10745 * gdb.cp/save-bp-qualified.cc: New.
10746 * gdb.cp/save-bp-qualified.exp: New.
10747 * gdb.linespec/explicit.exp: Test -qualified.
10748 * lib/completion-support.exp (completion::explicit_opts_list): Add
10749 "-qualified".
10750 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10751
10752 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10753
10754 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10755
10756 2017-11-29 Tom Tromey <tom@tromey.com>
10757
10758 * gdb.base/relocate.exp: Update invalid argument test.
10759 Add new tests for invalid arguments.
10760
10761 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10762
10763 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10764 Return 0 as a long.
10765 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10766
10767 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10768
10769 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10770 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10771 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10772 func ().
10773 * gdb.cp/shadow.cc (B.func): Return 0.
10774
10775 2017-11-27 Joel Brobecker <brobecker@adacore.com>
10776
10777 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10778 expected output in gdb_expect call to allow the exception
10779 message to be present as well. Fix syntax confusion to avoid
10780 TCL thinking that exception_name is an array.
10781
10782 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10783
10784 * gdb.arch/spu-info.c: Include <unistd.h>.
10785 (do_signal_test): Fix broken calls to write.
10786 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10787 Fix checks for empty mailboxes. Update signal tests for corrected
10788 do_signal_test routine. Allow nonzero event status.
10789 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10790 * gdb.cell/arch.exp: Use standard_output_file.
10791 * gdb.cell/break.exp: Likewise.
10792 * gdb.cell/bt.exp: Likewise.
10793 * gdb.cell/core.exp: Likewise.
10794 * gdb.cell/dwarfaddr.exp: Likewise.
10795 * gdb.cell/ea-cache.exp: Likewise.
10796 * gdb.cell/ea-standalone.exp: Likewise.
10797 * gdb.cell/f-regs.exp: Likewise.
10798 * gdb.cell/fork.exp: Likewise.
10799 * gdb.cell/gcore.exp: Likewise.
10800 * gdb.cell/mem-access.exp: Likewise.
10801 * gdb.cell/ptype.exp: Likewise.
10802 * gdb.cell/registers.exp: Likewise.
10803 * gdb.cell/sizeof.exp: Likewise.
10804 * gdb.cell/solib-symbol.exp: Likewise.
10805 * gdb.cell/solib.exp: Likewise.
10806
10807 2017-11-25 Pedro Alves <palves@redhat.com>
10808
10809 * gdb.base/complete-empty.exp: New file.
10810 * gdb.base/completion.exp: Adjust.
10811
10812 2017-11-25 Pedro Alves <palves@redhat.com>
10813
10814 * gdb.linespec/cpls-ops.cc: New file.
10815 * gdb.linespec/cpls-ops.exp: New file.
10816 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10817 factored out from ...
10818 (test_complete_prefix_range): ... this.
10819
10820 2017-11-24 Pedro Alves <palves@redhat.com>
10821
10822 * gdb.linespec/cpcompletion.exp: New file.
10823 * gdb.linespec/cpls-hyphen.cc: New file.
10824 * gdb.linespec/cpls.cc: New file.
10825 * gdb.linespec/cpls2.cc: New file.
10826 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10827 test to use test_gdb_complete_unique. Add label completion,
10828 keyword completion and explicit location completion tests.
10829 * lib/completion-support.exp: New file.
10830
10831 2017-11-24 Joel Brobecker <brobecker@adacore.com>
10832
10833 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10834 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10835 when hitting an exception catchpoint.
10836
10837 2017-11-22 Yao Qi <yao.qi@linaro.org>
10838
10839 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10840
10841 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10842
10843 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10844 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10845 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10846
10847 2017-11-22 Yao Qi <yao.qi@linaro.org>
10848
10849 * gdb.base/info-os.exp: Pass pthreads.
10850 * gdb.multi/multi-attach.exp: Likewise.
10851
10852 2017-11-22 Yao Qi <yao.qi@linaro.org>
10853
10854 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10855 compiler.
10856
10857 2017-11-22 Yao Qi <yao.qi@linaro.org>
10858
10859 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10860 * gdb.base/break-interp.exp: Likewise.
10861 * gdb.base/jit-attach-pie.exp: Likewise.
10862
10863 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10864
10865 * gdb.base/float128.c (large128): New variable.
10866 * gdb.base/float128.exp: Add test to print largest __float128 value.
10867
10868 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10869
10870 * gdb.arch/vsx-regs.exp: Update register content checks.
10871
10872 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10873
10874 * gdb.arch/ppc-longdouble.exp: New file.
10875 * gdb.arch/ppc-longdouble.c: Likewise.
10876
10877 2017-11-21 Pedro Alves <palves@redhat.com>
10878
10879 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10880
10881 2017-11-20 Pedro Alves <palves@redhat.com>
10882
10883 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10884 (long_double_typedef): New typedefs.
10885 Use DEF on double and long double.
10886 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10887 cases.
10888 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10889 and 'long_double_ptr_same_size' locals. Use them to decide
10890 whether cast from array/function to float is valid/invalid.
10891
10892 2017-11-17 Tom Tromey <tom@tromey.com>
10893
10894 * gdb.rust/traits.rs: New file.
10895 * gdb.rust/traits.exp: New file.
10896
10897 2017-11-17 Joel Brobecker <brobecker@adacore.com>
10898
10899 * gdb.ada/minsyms: New testcase.
10900
10901 2017-11-16 Pedro Alves <palves@redhat.com>
10902
10903 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10904 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10905
10906 2017-11-16 Pedro Alves <palves@redhat.com>
10907
10908 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10909 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10910
10911 2017-11-16 Pedro Alves <palves@redhat.com>
10912
10913 * gdb.server/reconnect-ctrl-c.c: New file.
10914 * gdb.server/reconnect-ctrl-c.exp: New file.
10915
10916 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
10917
10918 * gdb.python/py-rbreak.exp: New file.
10919 * gdb.python/py-rbreak.c: New file.
10920 * gdb.python/py-rbreak-func2.c: New file.
10921
10922 2017-11-16 Pedro Alves <palves@redhat.com>
10923
10924 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
10925 pattern.
10926 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
10927 GDB.
10928
10929 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10930
10931 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10932 regex.
10933
10934 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10935
10936 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10937 test names.
10938
10939 2017-11-09 Pedro Alves <palves@redhat.com>
10940
10941 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
10942 factored out from ...
10943 (top level): ... here, and adjusted to avoid expecting beyond the
10944 prompt in a single gdb_test_multiple.
10945
10946 2017-11-09 Pedro Alves <palves@redhat.com>
10947
10948 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
10949 output.
10950 * gdb.server/ext-attach.exp ("kill" test): Likewise.
10951 * gdb.server/ext-restart.exp ("kill" test): Likewise.
10952 * gdb.server/ext-run.exp ("kill" test): Likewise.
10953 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
10954
10955 2017-11-09 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
10958 match till end of line.
10959
10960 2017-11-09 Pedro Alves <palves@redhat.com>
10961
10962 * gdb.base/memattr.exp: Tighten regexes to match the end line.
10963
10964 2017-11-09 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
10967 New procedures, factored out from ...
10968 (top level): ... here, and adjusted to avoid expecting beyond the
10969 prompt in one go.
10970
10971 2017-11-09 Pedro Alves <palves@redhat.com>
10972
10973 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
10974 output. Fix '?' match.
10975
10976 2017-11-08 Joel Brobecker <brobecker@adacore.com>
10977
10978 * gdb.ada/scoped_watch: New testcase.
10979 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
10980 which is actually correct.
10981 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
10982 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
10983
10984 2017-11-08 Pedro Alves <palves@redhat.com>
10985
10986 * gdb.gdb/complaints.exp (test_initial_complaints)
10987 (test_serial_complaints, test_short_complaints): Call
10988 complaint_internal instead of complaint.
10989
10990 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
10991
10992 * gdb.threads/tls-core.c: New file.
10993 * gdb.threads/tls-core.exp: Likewise.
10994
10995 2017-11-08 Pedro Alves <palves@redhat.com>
10996
10997 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
10998 (p Exported_Capitalized): New test.
10999 (p exported_capitalized): New test.
11000
11001 2017-11-07 Pedro Alves <palves@redhat.com>
11002
11003 * gdb.cp/ena-dis-br-range.exp: Add more tests.
11004
11005 2017-11-07 Pedro Alves <palves@redhat.com>
11006
11007 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
11008 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
11009 (disable_invalid, disable_inverted, disable_negative): New
11010 procedures.
11011 ("bad numbers"): New set of tests.
11012
11013 2017-11-07 Pedro Alves <palves@redhat.com>
11014
11015 * gdb.cp/ena-dis-br-range.exp: Add tests.
11016
11017 2017-11-07 Pedro Alves <palves@redhat.com>
11018
11019 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
11020
11021 2017-11-07 Xavier Roirand <roirand@adacore.com>
11022 Pedro Alves <palves@redhat.com>
11023
11024 * gdb.base/ena-dis-br.exp: Add reference to
11025 gdb.cp/ena-dis-br-range.exp.
11026 * gdb.cp/ena-dis-br-range.exp: New file.
11027 * gdb.cp/ena-dis-br-range.cc: New file.
11028
11029 2017-11-06 Pedro Alves <palves@redhat.com>
11030
11031 * gdb.base/attach-non-pgrp-leader.c: New.
11032 * gdb.base/attach-non-pgrp-leader.exp: New.
11033
11034 2017-11-06 Pedro Alves <palves@redhat.com>
11035
11036 * configure.ac: No longer check for termio.h and sgtty.h.
11037 * configure: Regenerate.
11038 * remote-utils.c: Include termios.h instead of gdb_termios.h.
11039 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
11040 Remove termio and sgtty code.
11041
11042 2017-11-03 Yao Qi <yao.qi@linaro.org>
11043
11044 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
11045 in GDB is disabled.
11046
11047 2017-11-03 Yao Qi <yao.qi@linaro.org>
11048
11049 * gdb.python/py-thrhandle.exp: Skip it if python is not
11050 enabled.
11051
11052 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
11053
11054 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
11055 as a breakpoint command.
11056
11057 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
11058
11059 PR python/21213
11060 * gdb.python/py-infthread.exp: Test calling
11061 InferiorThread.inferior () multiple times in a row.
11062
11063 2017-10-27 Keith Seitz <keiths@redhat.com>
11064
11065 * gdb.opt/inline-break.exp (break_info_1): New procedure.
11066 Test "info break" for every inlined function breakpoint.
11067
11068 2017-10-27 Yao Qi <yao.qi@linaro.org>
11069
11070 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
11071
11072 2017-10-26 Patrick Frants <osscontribute@gmail.com>
11073
11074 * gdb.cp/classes.exp (test_static_members): Test printing
11075 Outer::instance.
11076 * gdb.cp/classes.c (struct Inner, struct Outer): New.
11077 (Inner::instance, Outer::instance): New.
11078
11079 2017-10-24 Pedro Alves <palves@redhat.com>
11080
11081 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
11082 extra console" test in two stages.
11083
11084 2017-10-24 Pedro Alves <palves@redhat.com>
11085
11086 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
11087
11088 2017-10-24 Pedro Alves <palves@redhat.com>
11089
11090 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
11091 loop.
11092
11093 2017-10-24 Pedro Alves <palves@redhat.com>
11094
11095 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
11096 $attempt" and "stoppedtry $stoppedtry" test prefixes.
11097
11098 2017-10-24 Pedro Alves <palves@redhat.com>
11099
11100 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
11101 parameter and handle it. Don't output read value in test name.
11102
11103 2017-10-24 Pedro Alves <palves@redhat.com>
11104
11105 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
11106 custom test name.
11107
11108 2017-10-24 Pedro Alves <palves@redhat.com>
11109
11110 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
11111 include the unstable output directory name in the test's name.
11112 (initial_setup_simple) <'set args'>: Use custom test name.
11113
11114 2017-10-24 Pedro Alves <palves@redhat.com>
11115
11116 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
11117 with explicit test name.
11118
11119 2017-10-20 Pedro Alves <palves@redhat.com>
11120
11121 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
11122 'wait -i'. Use gdb_assert and remote_close.
11123
11124 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
11125
11126 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
11127 number from variable rather than hard-coded.
11128
11129 2017-10-19 Pedro Alves <palves@redhat.com>
11130
11131 * gdb.base/long-inferior-output.c: New file.
11132 * gdb.base/long-inferior-output.exp: New file.
11133
11134 2017-11-18 Keith Seitz <keiths@redhat.com>
11135
11136 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
11137 method.
11138 (main): Call it.
11139 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
11140 Add additional user-defined conversion operator tests.
11141
11142 2017-10-17 Pedro Alves <palves@redhat.com>
11143
11144 * boards/native-stdio-gdbserver.exp: Load "local-board".
11145
11146 2017-10-17 Pedro Alves <palves@redhat.com>
11147
11148 * gdb.base/quit-live.c: New file.
11149 * gdb.base/quit-live.exp: New file.
11150
11151 2017-10-16 Keith Seitz <keiths@redhat.com>
11152
11153 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
11154 (class_with_protected_typedef, class_with_private_typedef)
11155 (struct_with_public_typedef, struct_with_protected_typedef)
11156 (struct_with_private_typedef): New classes/structs.
11157 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
11158 typedefs and access specifiers.
11159
11160 2017-10-16 Pedro Alves <palves@redhat.com>
11161 Simon Marchi <simon.marchi@polymtl.ca>
11162
11163 * README (Local vs Remote vs Native): New section.
11164 * boards/local-board.exp: New file, with bits factored out from
11165 ...
11166 * boards/native-extended-gdbserver.exp: ... here. Load
11167 "local-board".
11168 * boards/native-gdbserver.exp: Load "local-board".
11169 (${board}_spawn, ${board}_exec): Delete.
11170 * boards/native-stdio-gdbserver.exp: Most contents factored out to
11171 ...
11172 * boards/stdio-gdbserver-base.exp: ... this new file.
11173 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
11174 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
11175 procedure.
11176 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
11177 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
11178 stdio_gdbserver_command.
11179 (${board}_get_remote_address, ${board}_get_comm_port)
11180 (${board}_download, ${board}_upload): Delete.
11181 (get_target_remote_pipe_cmd): New.
11182
11183 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
11184
11185 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
11186 test_bkpt_deletion, test_bkpt_cond_and_cmds,
11187 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
11188 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
11189 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
11190 remove with_test_prefix.
11191
11192 2017-10-13 Pedro Alves <palves@redhat.com>
11193
11194 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
11195 * gdb.base/annota1.exp: Use it instead of is_remote.
11196 * gdb.base/annota3.exp: Use it instead of is_remote.
11197 * gdb.cp/annota2.exp: Use it instead of is_remote.
11198 * gdb.cp/annota3.exp: Use it instead of is_remote.
11199 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
11200
11201 2017-10-13 Pedro Alves <palves@redhat.com>
11202
11203 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
11204 (test_num_test_vars, run_and_count_vars, find_env)
11205 (test_set_unset_env, test_inherit_env_var): New procedures.
11206 (top level): Use them.
11207
11208 2017-10-13 Pedro Alves <palves@redhat.com>
11209
11210 * lib/selftest-support.exp (selftest_setup): Extend comments, and
11211 also skip on stub-like targets.
11212
11213 2017-10-13 Pedro Alves <palves@redhat.com>
11214
11215 PR gdb/22293
11216 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
11217 (top level): Move some tests to ...
11218 (test_not_found): ... this new procedure.
11219 (top level): Call it.
11220
11221 2017-10-13 Pedro Alves <palves@redhat.com>
11222
11223 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
11224 expect different "info terminal" output if testing with a
11225 non-native target.
11226
11227 2017-10-13 Pedro Alves <palves@redhat.com>
11228 Simon Marchi <simon.marchi@polymtl.ca>
11229
11230 PR python/12966
11231 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
11232
11233 2017-10-13 Pedro Alves <palves@redhat.com>
11234
11235 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11236 already.
11237
11238 2017-10-13 Pedro Alves <palves@redhat.com>
11239
11240 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11241 is_remote.
11242
11243 2017-10-13 Pedro Alves <palves@redhat.com>
11244
11245 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11246 is_remote.
11247
11248 2017-10-13 Pedro Alves <palves@redhat.com>
11249
11250 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11251 is set.
11252 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11253 instead of is_remote.
11254
11255 2017-10-13 Pedro Alves <palves@redhat.com>
11256
11257 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11258 (top level): Add comment.
11259
11260 2017-10-13 Pedro Alves <palves@redhat.com>
11261
11262 * gdb.base/remote.exp (top level): Fix comment typo and add
11263 missing return.
11264
11265 2017-10-13 Pedro Alves <palves@redhat.com>
11266 Simon Marchi <simon.marchi@polymtl.ca>
11267
11268 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11269 calls and add comments. Skip test if use_gdb_stub is set.
11270 (top level): Use "set cwd" command instead of "cd" command.
11271
11272 2017-10-13 Pedro Alves <palves@redhat.com>
11273
11274 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11275 is_remote target check.
11276
11277 2017-10-13 Pedro Alves <palves@redhat.com>
11278
11279 * gdb.base/scope.exp: Use build_executable + clean_restart +
11280 gdb_file_cmd instead of prepare_for_testing and no longer skip
11281 "before run" tests on is_remote target boards. Update comments.
11282 * boards/native-extended-gdbserver.exp
11283 (extended_gdbserver_load_last_file): New, factored out from ...
11284 (gdb_load): ... this. Move further below and add comment.
11285 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11286
11287 2017-10-12 Pedro Alves <palves@redhat.com>
11288
11289 * gdb.base/attach.exp: Remove references to gdb64.
11290 * gdb.base/dbx.exp: Remove references to gdb64.
11291
11292 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11293 Pedro Alves <palves@redhat.com>
11294
11295 * gdb.base/label.exp: Remove is_remote target check.
11296
11297 2017-10-12 Pedro Alves <palves@redhat.com>
11298
11299 * gdb.base/auvx.exp (coredir): Update comment.
11300 (top level) <core_works>: Use "set cwd" command instead of "cd"
11301 command.
11302
11303 2017-10-12 Pedro Alves <palves@redhat.com>
11304 Simon Marchi <simon.marchi@polymtl.ca>
11305
11306 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11307 target boards.
11308
11309 2017-10-12 Pedro Alves <palves@redhat.com>
11310 Simon Marchi <simon.marchi@polymtl.ca>
11311
11312 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11313 Instead skip if there's any gdb_protocol set.
11314
11315 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11316 Pedro Alves <palves@redhat.com>
11317
11318 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11319
11320 2017-10-12 Pedro Alves <palves@redhat.com>
11321 Simon Marchi <simon.marchi@polymtl.ca>
11322
11323 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11324 instead of on dejagnu remote boards.
11325
11326 2017-10-12 Pedro Alves <palves@redhat.com>
11327 Simon Marchi <simon.marchi@polymtl.ca>
11328
11329 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11330 checks. Use build_executable + clean_restart instead of
11331 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11332 of enabling non-stop after starting gdb.
11333
11334 2017-10-12 Pedro Alves <palves@redhat.com>
11335
11336 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11337 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11338 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11339 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11340
11341 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11342
11343 * gdb.arch/arc-tdesc-cpu.exp: New file.
11344 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11345
11346 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11347
11348 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11349
11350 2017-10-10 Pedro Alves <palves@redhat.com>
11351
11352 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11353 expect CLI output.
11354
11355 2017-10-10 Pedro Alves <palves@redhat.com>
11356
11357 * lib/selftest-support.exp (selftest_setup): Update for
11358 captured_command_loop's prototype change.
11359
11360 2017-10-09 Pedro Alves <palves@redhat.com>
11361
11362 Test both arch1=>arch2 and arch2=>arch1.
11363
11364 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11365 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11366 factored out to...
11367 (append_arch1_options, append_arch2_options, append_arch_options)
11368 (build_executables): New procedures.
11369 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11370 local.
11371 (top level): Add new 'first_arch' testing axis.
11372
11373 2017-10-09 Pedro Alves <palves@redhat.com>
11374
11375 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11376 (barrier): New.
11377 (thread_start, all_started): New functions.
11378 (main): Spawn new thread and wait until it is scheduled.
11379 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11380 option.
11381 (do_test): Add 'selected_thread' parameter. Run to all_started
11382 instead of main. Explicitly set the breakpoint at main. Switch
11383 to the SELECTED_THREAD thread.
11384 (top level): Test handling the exec event with either the main
11385 thread or the second thread selected.
11386
11387 2017-10-09 Pedro Alves <palves@redhat.com>
11388
11389 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11390 logic. Move STOP marker after the value checks.
11391 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11392 regexp.
11393
11394 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11395
11396 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11397
11398 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11399
11400 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11401 integer-to-dfp conversion.
11402 * gdb.base/dfp-test.exp: Likewise.
11403
11404 2017-10-04 Pedro Alves <palves@redhat.com>
11405
11406 * gdb.multi/hangout.c: Include <unistd.h>.
11407 (hangout_loop): New function.
11408 (main): Call alarm. Call hangout_loop in a loop.
11409 * gdb.multi/hello.c: Include <unistd.h>.
11410 (hello_loop): New function.
11411 (main): Call alarm. Call hangout_loop in a loop.
11412 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11413 inferior with the other selected.
11414
11415 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11416
11417 * gdb.mi/list-thread-groups-available.exp: New file.
11418 * gdb.mi/list-thread-groups-available.c: New file.
11419
11420 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11421
11422 * gdb.base/set-cwd.exp: Make it available on
11423 native-extended-gdbserver.
11424
11425 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11426
11427 * gdb.base/set-cwd.c: New file.
11428 * gdb.base/set-cwd.exp: Likewise.
11429
11430 2017-10-02 Tom Tromey <tom@tromey.com>
11431
11432 PR rust/22236:
11433 * gdb.rust/simple.rs (main): New variable "fslice".
11434 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11435
11436 2017-10-02 Tom Tromey <tom@tromey.com>
11437
11438 * gdb.rust/simple.exp: Test ptype of a slice.
11439
11440 2017-10-02 Tom Tromey <tom@tromey.com>
11441
11442 * gdb.rust/simple.exp: Test index of slice.
11443
11444 2017-09-27 Tom Tromey <tom@tromey.com>
11445
11446 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11447
11448 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11449 Pedro Alves <palves@redhat.com>
11450
11451 * gdb.base/compare-sections.exp (get value of read-only section): Read
11452 as unsigned value.
11453 (corrupt read-only section): Likewise and don't set written if patching
11454 failed.
11455
11456 2017-09-21 Kevin Buettner <kevinb@redhat.com>
11457
11458 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11459 files.
11460
11461 2017-09-20 Pedro Alves <palves@redhat.com>
11462
11463 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11464 symbol names in gdb's output.
11465 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11466
11467 2017-09-20 Pedro Alves <palves@redhat.com>
11468
11469 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11470 Rename to ...
11471 (test_list_ambiguous_symbol): ... this and add a symbol name
11472 parameter. Adjust.
11473 (test_list_ambiguous_function): Reimplement on top of
11474 test_list_ambiguous_symbol and also test listing ambiguous
11475 variables.
11476 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11477 (ambiguous_fun): ... this.
11478 (ambiguous_var): New.
11479 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11480 (ambiguous_fun): ... this.
11481 (ambiguous_var): New.
11482
11483 2017-09-19 John Baldwin <jhb@FreeBSD.org>
11484
11485 * gdb.base/starti.c: New file.
11486 * gdb.base/starti.exp: New file.
11487 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11488
11489 2017-09-14 Pedro Alves <palves@redhat.com>
11490
11491 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11492 (top level): Use it instead of runto.
11493
11494 2017-09-11 Tom Tromey <tom@tromey.com>
11495
11496 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11497
11498 2017-09-11 Tom Tromey <tom@tromey.com>
11499
11500 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11501 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11502
11503 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11504
11505 * gdb.fortran/printing-types.exp: New file.
11506 * gdb.fortran/printing-types.exp: New file.
11507
11508 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11509
11510 * gdb.fortran/vla-ptype.exp: Fix typos.
11511 * gdb.fortran/vla-value.exp: Same.
11512
11513 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11514
11515 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11516 * gdb.mi/mi-var-child-f.exp: Likewise.
11517 * gdb.mi/mi-vla-fortran.exp: Likewise.
11518
11519 2017-09-08 Frank Penczek <frank.penczek@intel.com>
11520 Christoph Weinmann <christoph.t.weinmann@intel.com>
11521 Bernhard Heckel <bernhard.heckel@intel.com>
11522
11523 * gdb.fortran/ptr-indentation.f90: New file.
11524 * gdb.fortran/ptr-indentation.exp: New file.
11525
11526 2017-09-05 Tom Tromey <tom@tromey.com>
11527
11528 PR gdb/22010:
11529 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11530
11531 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11532
11533 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11534
11535 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11536
11537 * gdb.threads/tls-nodebug-pie.c: New file.
11538 * gdb.threads/tls-nodebug-pie.exp: New file.
11539
11540 2017-09-05 Tom Tromey <tom@tromey.com>
11541
11542 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11543 for rust.
11544
11545 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11546
11547 * gdb.multi/multi-arch-exec.exp: Test with different
11548 "follow-exec-mode" settings.
11549 (do_test): New procedure.
11550
11551 2017-09-04 Pedro Alves <palves@redhat.com>
11552
11553 * gdb.base/func-static.c (S::method const, S::method volatile)
11554 (S::method volatile const): New methods.
11555 (c_s, v_s, cv_s): New instances.
11556 (main): Call method() on them.
11557 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11558 (cannot_resolve): New procedure.
11559 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11560 print-quote-unquoted columns.
11561 (do_test): Test printing each scope too.
11562
11563 2017-09-04 Pedro Alves <palves@redhat.com>
11564
11565 * gdb.base/local-static.exp: Also test with
11566 class::method::variable wholly quoted.
11567 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11568
11569 2017-09-04 Pedro Alves <palves@redhat.com>
11570
11571 * gdb.base/local-static.c: New.
11572 * gdb.base/local-static.cc: New.
11573 * gdb.base/local-static.exp: New.
11574
11575 2017-09-04 Pedro Alves <palves@redhat.com>
11576
11577 * gdb.asm/asm-source.exp: Add casts to int.
11578 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11579 (dataglobal64_1, dataglobal64_2): New globals.
11580 * gdb.base/nodebug.exp: Test different expressions involving the
11581 new globals, with print, whatis and ptype. Add casts to int.
11582 * gdb.base/solib-display.exp: Add casts to int.
11583 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11584 * gdb.cp/m-static.exp: Add cast to int.
11585 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11586 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11587 tls variable with no debug info without a cast. Test with a cast
11588 to int too.
11589 * gdb.trace/entry-values.exp: Add casts.
11590
11591 2017-09-04 Pedro Alves <palves@redhat.com>
11592
11593 * gdb.base/nodebug.exp: Test that ptype's error about functions
11594 with unknown return type includes the function name too.
11595
11596 2017-09-04 Pedro Alves <palves@redhat.com>
11597
11598 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11599 return type of munmap in infcall.
11600 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11601 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11602 type of ftell in infcall.
11603 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11604 type of getpid in infcall.
11605 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11606 infcall.
11607 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11608 Bail on failure to extract the pid.
11609 * gdb.base/nodebug.c: #include <stdint.h>.
11610 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11611 New functions.
11612 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11613 Change expected output of print/whatis/ptype with functions with
11614 no debug info. Test all supported languages. Call
11615 test_call_promotion.
11616 * gdb.compile/compile.exp: Adjust expected output to expect
11617 warning.
11618 * gdb.threads/siginfo-threads.exp: Likewise.
11619
11620 2017-09-04 Pedro Alves <palves@redhat.com>
11621
11622 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11623 "prototypes". Test calling float functions via prototyped and
11624 unprototyped function pointers.
11625 (perform_all_tests): New parameter "prototypes". Pass it down.
11626 (top level): Pass down "prototypes" parameter to
11627 perform_all_tests.
11628
11629 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11630
11631 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11632 Test with nested loops.
11633
11634 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11635
11636 * gdb.base/commands.exp: Call the new procedures.
11637 (loop_break_test, loop_continue_test): New procedures.
11638
11639 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11640
11641 * gdb.base/commands.exp: Call new procedure.
11642 (define_if_without_arg_test): New procedure.
11643
11644 2017-09-04 Pedro Alves <palves@redhat.com>
11645
11646 * gdb.base/list-ambiguous.exp: New file.
11647 * gdb.base/list-ambiguous0.c: New file.
11648 * gdb.base/list-ambiguous1.c: New file.
11649 * gdb.base/list.exp (test_list_range): Adjust expected output.
11650
11651 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11652
11653 * gdb.base/share-env-with-gdbserver.c: New file.
11654 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11655
11656 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11657
11658 * gdb.base/commands.exp (gdbvar_simple_if_test,
11659 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11660 progvar_simple_if_test, progvar_simple_while_test,
11661 progvar_complex_if_while_test, user_defined_command_test,
11662 user_defined_command_args_eval,
11663 user_defined_command_args_stack_test,
11664 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11665 temporary_breakpoint_commands,
11666 gdb_test_no_prompt, redefine_hook_test,
11667 redefine_backtrace_test): Remove "global gdb_prompt".
11668
11669 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11670
11671 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11672 New proc, call it from toplevel.
11673
11674 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11675
11676 PR remote/21852
11677 * gdb.server/normal.c: New file, copied from gdb.base.
11678 * gdb.server/run-without-local-binary.exp: New file.
11679
11680 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
11681
11682 * gdb.arch/sparc64-adi.exp: New file.
11683 * gdb.arch/sparc64-adi.c: New file.
11684
11685 2017-08-22 Pedro Alves <palves@redhat.com>
11686
11687 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11688 (top level): Add "list all overloads" tests.
11689
11690 2017-08-22 Tom Tromey <tom@tromey.com>
11691
11692 * gdb.gdb/xfullpath.exp: Remove.
11693
11694 2017-08-21 Pedro Alves <palves@redhat.com>
11695
11696 PR gdb/19487
11697 * gdb.base/symbol-alias.c: New.
11698 * gdb.base/symbol-alias2.c: New.
11699 * gdb.base/symbol-alias.exp: New.
11700
11701 2017-08-21 Pedro Alves <palves@redhat.com>
11702
11703 * gdb.base/dfp-test.c
11704 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11705 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11706 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11707 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11708 * gdb.base/whatis-ptype-typedefs.c: New.
11709 * gdb.base/whatis-ptype-typedefs.exp: New.
11710 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11711 (an_int, an_int_type, an_int_type2): New globals.
11712 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11713 involving typedefs and cast expressions.
11714 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11715 (lookup_typedefs_function): New.
11716 (typedefs_pretty_printers_dict): New.
11717 (top level): Register lookup_typedefs_function in
11718 gdb.pretty_printers.
11719
11720 2017-08-18 Yao Qi <yao.qi@linaro.org>
11721
11722 * gdb.server/unittest.exp: New.
11723
11724 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11725
11726 PR gdb/21954
11727 * gdb.base/environ.exp: Add test to check if 'unset environment'
11728 works.
11729
11730 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11731
11732 * lib/gdb.exp (universal_compile_options): New caching proc.
11733 (gdb_compile): Suppress GCC's coloring of messages.
11734
11735 2017-08-14 Tom Tromey <tom@tromey.com>
11736
11737 PR gdb/21675:
11738 * gdb.base/printcmds.exp (test_radices): New function.
11739 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11740 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11741 * lib/gdb.exp (get_integer_valueof): Use p/d.
11742
11743 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11744
11745 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11746 characters.
11747
11748 2017-08-05 Tom Tromey <tom@tromey.com>
11749
11750 * gdb.rust/simple.exp: Allow String to appear in a different
11751 namespace.
11752
11753 2017-07-26 Yao Qi <yao.qi@linaro.org>
11754
11755 * gdb.gdb/unittest.exp: Invoke command
11756 "maintenance check xml-descriptions".
11757
11758 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11759
11760 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11761 calling context.
11762 (hex128): Drop erroneous calculation of parameters.
11763
11764 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11765
11766 * gdb.python/py-unwind.exp: Disable stack protection when
11767 building test file.
11768
11769 2017-07-20 Pedro Alves <palves@redhat.com>
11770
11771 * gdb.base/default.exp (set language): Adjust expected output.
11772
11773 2017-07-20 Pedro Alves <palves@redhat.com>
11774
11775 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11776 (test_minsym): ... this, and make static.
11777 (get_pck__foo__bar__minsym): Rename to ...
11778 (get_test_minsym): ... this.
11779 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11780 symbol names and comments.
11781 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11782 (get_test_minsym): ... this.
11783 (pck__foo__bar__minsym__2): Rename to ...
11784 (test_minsym): ... this.
11785 (main): Adjust.
11786
11787 2017-07-17 Pedro Alves <palves@redhat.com>
11788
11789 * gdb.base/completion.exp: Adjust expected output.
11790 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11791 the completer works.
11792
11793 2017-07-17 Pedro Alves <palves@redhat.com>
11794
11795 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11796
11797 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11798
11799 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11800
11801 2017-07-14 Tom Tromey <tom@tromey.com>
11802
11803 PR rust/21764:
11804 * gdb.rust/simple.exp: Add tests.
11805
11806 2017-07-14 Tom Tromey <tom@tromey.com>
11807
11808 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11809
11810 2017-07-14 Pedro Alves <palves@redhat.com>
11811
11812 * gdb.linespec/base/one/thefile.cc (z1): New function.
11813 * gdb.linespec/base/two/thefile.cc (z2): New function.
11814 * gdb.linespec/linespec.exp: Add tests.
11815
11816 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11817
11818 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11819 to mi_create_breakpoint.
11820
11821 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11822
11823 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11824 mi_create_breakpoint.
11825
11826 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11827
11828 * gdb.dlang/demangle.exp: Update for demangling changes.
11829
11830 2017-07-09 Tom Tromey <tom@tromey.com>
11831
11832 * gdb.dwarf2/shortpiece.exp: New file.
11833
11834 2017-07-06 David Blaikie <dblaikie@gmail.com>
11835
11836 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11837 built from fissiont-multi-cu{1,2}.c.
11838 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11839 except putting 'main' and 'func' in separate CUs in the same DWO file.
11840 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11841 test.
11842 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11843 test.
11844
11845 2017-07-06 Pedro Alves <palves@redhat.com>
11846
11847 * gdb.python/py-unwind.exp: Test flushregs.
11848
11849 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11850
11851 PR cli/21688
11852 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11853 tests for alias commands and trailing whitespace.
11854
11855 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11856
11857 PR cli/21688
11858 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11859 procedure. Call it.
11860
11861 2017-06-29 Pedro Alves <palves@redhat.com>
11862
11863 * gdb.base/printcmds.exp: Add tests.
11864
11865 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11866
11867 PR gdb/21337
11868 * gdb.base/reread-readsym.exp: New file.
11869 * gdb.base/reread-readsym.c: New file.
11870
11871 2017-06-21 Kevin Buettner <kevinb@redhat.com>
11872
11873 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11874 subpattern.
11875
11876 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11877
11878 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11879 extended mnemonic.
11880 * gdb.arch/powerpc-power9.s: Likewise.
11881
11882 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11883
11884 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11885 on 32-bit x86 targets. Exploit is_*_target macros where
11886 appropriate.
11887
11888 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11889
11890 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11891 register pieces.
11892
11893 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11894
11895 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11896 located in one or more DWARF pieces.
11897
11898 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11899
11900 * lib/gdb.exp (get_endianness): New proc.
11901 * gdb.arch/aarch64-fp.exp: Use it.
11902 * gdb.arch/altivec-regs.exp: Likewise.
11903 * gdb.arch/e500-regs.exp: Likewise.
11904 * gdb.arch/vsx-regs.exp: Likewise.
11905 * gdb.base/dump.exp: Likewise.
11906 * gdb.base/funcargs.exp: Likewise.
11907 * gdb.base/gnu_vector.exp: Likewise.
11908 * gdb.dwarf2/formdata16.exp: Likewise.
11909 * gdb.dwarf2/implptrpiece.exp: Likewise.
11910 * gdb.dwarf2/nonvar-access.exp: Likewise.
11911 * gdb.python/py-inferior.exp: Likewise.
11912 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11913
11914 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11915
11916 PR gdb/21226
11917 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
11918 stack value pieces are taken from the LSB end.
11919
11920 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11921
11922 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
11923 variable at nonzero offset.
11924
11925 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11926
11927 * gdb.dwarf2/var-access.c: New file.
11928 * gdb.dwarf2/var-access.exp: New test.
11929 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11930
11931 2017-06-12 Tom Tromey <tom@tromey.com>
11932
11933 * gdb.dwarf2/formdata16.exp: Add tests.
11934
11935 2017-06-12 Tom Tromey <tom@tromey.com>
11936
11937 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11938
11939 2017-06-12 Tom Tromey <tom@tromey.com>
11940
11941 PR exp/16225:
11942 * gdb.reverse/i386-sse-reverse.exp: Update tests.
11943 * gdb.arch/vsx-regs.exp: Update tests.
11944 * gdb.arch/s390-vregs.exp (hex128): New proc.
11945 Update test.
11946 * gdb.arch/altivec-regs.exp: Update tests.
11947
11948 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11949
11950 * gdb.base/startup-with-shell.c: New file.
11951 * gdb.base/startup-with-shell.exp: Likewise.
11952
11953 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11954
11955 * gdb.server/non-existing-program.exp: Update regex in order to
11956 reflect the fact that gdbserver is now using fork_inferior (with a
11957 shell) to startup the inferior.
11958
11959 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
11960
11961 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
11962 support function calls from GDB.
11963
11964 2017-05-21 Tom Tromey <tom@tromey.com>
11965
11966 PR rust/21466:
11967 * gdb.rust/unsized.exp: New file.
11968 * gdb.rust/unsized.rs: New file.
11969
11970 2017-05-19 Tom Tromey <tom@tromey.com>
11971
11972 PR rust/21484:
11973 * gdb.rust/watch.exp: New file.
11974 * gdb.rust/watch.rs: New file.
11975
11976 2017-05-18 Tom Tromey <tom@tromey.com>
11977
11978 * gdb.rust/simple.exp: Allow Box to be qualified.
11979
11980 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
11981
11982 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
11983
11984 2017-05-18 Pedro Alves <palves@redhat.com>
11985
11986 * gdb.base/fileio.c (test_write, test_read, test_close)
11987 (test_fstat): Don't print 'ret' in the fail path.
11988
11989 2017-05-18 Pedro Alves <palves@redhat.com>
11990
11991 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
11992 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
11993 (test_system, test_rename, test_unlink, test_time): Change
11994 prototypes.
11995 * gdb.base/fileio.exp (stop_msg): Adjust.
11996
11997 2017-05-18 Pedro Alves <palves@redhat.com>
11998
11999 * gdb.base/fileio.c (null_str): New global.
12000 (test_stat): Use it.
12001 * gdb.base/fileio.exp: Remove nowarnings.
12002
12003 2017-05-17 Yao Qi <yao.qi@linaro.org>
12004
12005 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
12006
12007 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
12008
12009 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
12010 argument command.
12011 (top-level): Invoke test_set_inferior_tty.
12012
12013 2017-05-04 Pedro Alves <palves@redhat.com>
12014
12015 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
12016 Add parens to print call for Python 3.
12017
12018 2017-05-03 Keith Seitz <keiths@redhat.com>
12019
12020 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
12021 (main): Call it.
12022
12023 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12024
12025 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
12026 to prev and next.
12027
12028 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12029
12030 * gdb.python/py-record-btrace.exp: Remove test for
12031 gdb.BtraceInstruction.error.
12032
12033 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12034
12035 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
12036
12037 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12038
12039 * gdb.python/py-record-btrace-threads.c: New file.
12040 * gdb.python/py-record-btrace-threads.exp: New file.
12041
12042 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
12043
12044 PR testsuite/8595
12045 * gdb.base/environ.exp: Make test available in all architectures.
12046 Move bits related to "info program" testing to
12047 gdb.base/info-program.exp. Rewrite tests to use the two new
12048 procedures mentione below.
12049 (test_set_show_env_var) New procedure.
12050 (test_set_show_env_var_equal): Likewise.
12051 * gdb.base/info-program.exp: New file.
12052
12053 2017-04-27 Keith Seitz <keiths@redhat.com>
12054
12055 * gdb.cp/oranking.cc (test15): New function.
12056 (main): Call test15 and declare additional variables for testing.
12057 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
12058 "p foo101('abc')" tests.
12059 Add tests for cv qualifier overloads.
12060 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
12061 "lvalue reference overload" test.
12062 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
12063 "print value of f1 on Child&& in f2" test.
12064
12065 2017-04-19 Pedro Alves <palves@redhat.com>
12066
12067 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
12068 procedure.
12069 (top level): Call it.
12070 * lib/gdb.exp (gdb_define_cmd): New procedure.
12071
12072 2017-04-12 Pedro Alves <palves@redhat.com>
12073
12074 PR gdb/21323
12075 * gdb.cp/wide_char_types.c: Include <wchar.h>.
12076 (wchar): New global.
12077 * gdb.cp/wide_char_types.exp (wide_char_types_program)
12078 (do_test_wide_char, wide_char_types_no_program, top level): Add
12079 wchar_t testing.
12080
12081 2017-04-12 Pedro Alves <palves@redhat.com>
12082
12083 PR c++/21323
12084 * gdb.cp/wide_char_types.c: New file.
12085 * gdb.cp/wide_char_types.exp: New file.
12086
12087 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
12088
12089 PR gdb/21352
12090 * gdb.trace/tsv.exp: Add test for "tsave -r".
12091
12092 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
12093
12094 * gdb.dlang/watch-loc.c: New file.
12095 * gdb.dlang/watch-loc.exp: New file.
12096
12097 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12098
12099 * gdb.python/py-section-script.exp (sepdebug): New testcases.
12100
12101 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12102
12103 * gdb.arch/arc-analyze-prologue.S: New file.
12104 * gdb.arch/arc-analyze-prologue.exp: Likewise.
12105
12106 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12107
12108 * gdb.arch/arc-decode-insn.S: New file.
12109 * gdb.arch/arc-decode-insn.exp: Likewise.
12110
12111 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
12112
12113 PR tdep/20928
12114 * gdb.arch/sparc64-regs.exp: New file.
12115 * gdb.arch/sparc64-regs.S: Likewise.
12116
12117 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
12118
12119 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
12120 and memory view on Python 3.
12121
12122 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
12123 Keith Seitz <keiths@redhat.com>
12124
12125 PR gdb/14441
12126 * gdb.cp/demangle.exp: Add rvalue reference tests.
12127 * gdb.cp/rvalue-ref-casts.cc: New file.
12128 * gdb.cp/rvalue-ref-casts.exp: New file.
12129 * gdb.cp/rvalue-ref-overload.cc: New file.
12130 * gdb.cp/rvalue-ref-overload.exp: New file.
12131 * gdb.cp/rvalue-ref-params.cc: New file.
12132 * gdb.cp/rvalue-ref-params.exp: New file.
12133 * gdb.cp/rvalue-ref-sizeof.cc: New file.
12134 * gdb.cp/rvalue-ref-sizeof.exp: New file.
12135 * gdb.cp/rvalue-ref-types.cc: New file.
12136 * gdb.cp/rvalue-ref-types.exp: New file.
12137 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
12138 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
12139
12140 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12141
12142 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
12143 New procedure.
12144
12145 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12146
12147 * lib/mi-support.exp (mi_gdb_test): Add additional message
12148 for unexpected output.
12149
12150 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12151
12152 * gdb.base/examine-backward.c (Barrier): New character array
12153 constant, to ensure that TestStrings is preceded by a string
12154 terminator.
12155
12156 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12157
12158 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
12159 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
12160 and implicit pointer into such a location.
12161
12162 2017-03-16 Doug Evans <dje@google.com>
12163
12164 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12165
12166 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
12167
12168 * gdb.cp/m-static.exp: Fix expectation for prototype of
12169 test5.single_constructor and single_constructor::single_constructor.
12170
12171 2017-03-16 Doug Evans <dje@google.com>
12172
12173 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
12174 * gdb.guile/scm-lazy-string.c: New file.
12175 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12176 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
12177 for pointer, array, typedef lazy strings.
12178
12179 2017-03-16 Doug Evans <dje@google.com>
12180
12181 PR python/17728, python/18439, python/18779
12182 * gdb.python/py-value.c (main) Delete locals sptr, sn.
12183 * gdb.python/py-lazy-string.c (pointer): New typedef.
12184 (main): New locals ptr, array, typedef_ptr.
12185 * gdb.python/py-value.exp: Move lazy string tests to ...
12186 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
12187 array, typedef lazy strings.
12188
12189 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
12190
12191 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
12192 Add optional 'test' parameter.
12193
12194 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12195
12196 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12197 Skip for versions of DejaGnu < 1.5.
12198
12199 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12200
12201 * lib/gdb.exp (dejagnu_version): New proc.
12202 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12203 Use dejagnu_version.
12204
12205 2017-03-10 Keith Seitz <keiths@redhat.com>
12206
12207 PR c++/8128
12208 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
12209 type from destructor regexps.
12210 Add a branch which actually passes the test.
12211 Adjust "ptype t5i" test names.
12212
12213 2017-03-08 Pedro Alves <palves@redhat.com>
12214
12215 * gdb.base/step-over-exit.exp: Add explicit test message.
12216
12217 2017-03-08 Pedro Alves <palves@redhat.com>
12218
12219 PR gdb/18360
12220 * gdb.threads/interrupt-while-step-over.c: New file.
12221 * gdb.threads/interrupt-while-step-over.exp: New file.
12222
12223 2017-03-08 Pedro Alves <palves@redhat.com>
12224
12225 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
12226 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
12227
12228 2017-03-08 Pedro Alves <palves@redhat.com>
12229
12230 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
12231 PKRU as not supported as a PASS.
12232
12233 2017-03-08 Pedro Alves <palves@redhat.com>
12234
12235 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
12236 prefix instead of $binfile1/$binfile2.
12237 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12238 in test message.
12239 * gdb.python/py-completion.exp: Use "load python file" as test
12240 messages instead of unstable path names.
12241
12242 2017-03-08 Pedro Alves <palves@redhat.com>
12243 Jan Kratochvil <jan.kratochvil@redhat.com>
12244
12245 PR cli/21218
12246 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12247 New proc.
12248 (top level): Call it.
12249
12250 2017-03-08 Pedro Alves <palves@redhat.com>
12251
12252 PR tui/21216
12253 * gdb.tui/tui-nl-filtered-output.exp: New file.
12254
12255 2017-03-08 Pedro Alves <palves@redhat.com>
12256
12257 * gdb.base/completion.exp: Move TUI completion tests to ...
12258 * gdb.tui/completion.exp: ... this new file.
12259
12260 2017-03-08 Pedro Alves <palves@redhat.com>
12261
12262 * gdb.base/tui-disasm-long-lines.c,
12263 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12264 gdb.base/tui-layout.exp: Move to ...
12265 * gdb.tui/: ... this new directory.
12266
12267 2017-03-07 Pedro Alves <palves@redhat.com>
12268
12269 * gdb.base/tui-layout.c: New file.
12270 * gdb.base/tui-layout.exp: New file.
12271
12272 2017-03-07 Pedro Alves <palves@redhat.com>
12273
12274 * gdb.base/tui-layout.c: Rename to ...
12275 * gdb.base/tui-disasm-long-lines.c: ... this.
12276 * gdb.base/tui-layout.exp: Rename to ...
12277 * gdb.base/tui-disasm-long-lines.exp: ... this.
12278
12279 2017-03-07 Pedro Alves <palves@redhat.com>
12280
12281 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12282
12283 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12284
12285 * i386-mpx-call.c: New file.
12286 * i386-mpx-call.exp: New file.
12287
12288 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12289
12290 * gdb.arch/powerpc-power.exp: Delete test.
12291 * gdb.arch/powerpc-power.s: Likewise.
12292 * gdb.disasm/disassembler-options.exp: New test.
12293 * gdb.arch/powerpc-altivec.exp: Likewise.
12294 * gdb.arch/powerpc-altivec.s: Likewise.
12295 * gdb.arch/powerpc-altivec2.exp: Likewise.
12296 * gdb.arch/powerpc-altivec2.s: Likewise.
12297 * gdb.arch/powerpc-altivec3.exp: Likewise.
12298 * gdb.arch/powerpc-altivec3.s: Likewise.
12299 * gdb.arch/powerpc-power7.exp: Likewise.
12300 * gdb.arch/powerpc-power7.s: Likewise.
12301 * gdb.arch/powerpc-power8.exp: Likewise.
12302 * gdb.arch/powerpc-power8.s: Likewise.
12303 * gdb.arch/powerpc-power9.exp: Likewise.
12304 * gdb.arch/powerpc-power9.s: Likewise.
12305 * gdb.arch/powerpc-vsx.exp: Likewise.
12306 * gdb.arch/powerpc-vsx.s: Likewise.
12307 * gdb.arch/powerpc-vsx2.exp: Likewise.
12308 * gdb.arch/powerpc-vsx2.s: Likewise.
12309 * gdb.arch/powerpc-vsx3.exp: Likewise.
12310 * gdb.arch/powerpc-vsx3.s: Likewise.
12311 * gdb.arch/arm-disassembler-options.exp: Likewise.
12312 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12313 * gdb.arch/s390-disassembler-options.exp: Likewise.
12314
12315 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
12316
12317 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12318 (check_supported_features): ... this. Changed return type to void.
12319 (supports_rdseed): New static global.
12320 (rdseed): Check supports_rdseed.
12321 (initialize): Call check_supported_features.
12322
12323 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12324
12325 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12326 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12327 and lqarx/stqcx.
12328 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12329 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12330
12331 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12332
12333 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12334 uppercase.
12335
12336 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12337
12338 * gdb.dwarf2/formdata16.c: New file.
12339 * gdb.dwarf2/formdata16.exp: New file.
12340 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12341
12342 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12343
12344 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12345 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12346 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12347 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12348 DW_AT_GNU_*.
12349
12350 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12351
12352 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12353
12354 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12355
12356 PR gdb/21164
12357 * gdb.base/maint.exp: Add testcases for when the commands do
12358 not have arguments.
12359
12360 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12361
12362 * gdb.cp/chained-calls.exp: Use p instead of P.
12363
12364 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12365
12366 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12367 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12368
12369 2017-02-14 Tom Tromey <tom@tromey.com>
12370
12371 PR python/13598:
12372 * gdb.python/py-events.exp: Add before_prompt event tests.
12373
12374 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12375
12376 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12377
12378 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12379
12380 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12381 (main): Call my_unique_function_name.
12382 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12383 completion of patterns with a single match.
12384 Add missing -re switches to gdb_test_multiple calls.
12385
12386 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12387
12388 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12389 return if core file is not recognized.
12390
12391 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12392
12393 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12394 and extra UIs.
12395
12396 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12397
12398 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12399 proc_with_prefix.
12400
12401 2017-02-10 Tom Tromey <tom@tromey.com>
12402
12403 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12404
12405 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
12406
12407 PR gdb/21122
12408 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12409
12410 2017-02-08 Jerome Guitton <guitton@adacore.com>
12411
12412 * gdb.base/define.exp: Add test for command abbreviations
12413 in define.
12414
12415 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
12416
12417 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12418 * gdb.reverse/insn-reverse-x86.c: New file.
12419
12420 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12421
12422 PR tdep/20936
12423 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12424
12425 2017-02-03 Tom Tromey <tom@tromey.com>
12426
12427 PR rust/21097:
12428 * gdb.rust/simple.exp: Add new tests.
12429
12430 2017-02-02 Pedro Alves <palves@redhat.com>
12431
12432 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12433 tests.
12434
12435 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12436
12437 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12438 taking a 2-byte value out of a 4-byte DWARF implicit value on
12439 big-endian targets.
12440 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12441 logic. Add test cases for DW_OP_implicit.
12442
12443 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12444
12445 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12446
12447 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12448
12449 * gdb.btrace/enable.exp: Call gdb_exit before
12450 skip_gdbserver_tests.
12451
12452 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12453
12454 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12455 GDBFLAGS.
12456
12457 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12458
12459 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12460 the test is skipped.
12461 * gdb.btrace/data.exp: Likewise.
12462 * gdb.btrace/delta.exp: Likewise.
12463 * gdb.btrace/dlopen.exp: Likewise.
12464 * gdb.btrace/enable-running.exp: Likewise.
12465 * gdb.btrace/enable.exp: Likewise.
12466 * gdb.btrace/exception.exp: Likewise.
12467 * gdb.btrace/function_call_history.exp: Likewise.
12468 * gdb.btrace/gcore.exp: Likewise.
12469 * gdb.btrace/instruction_history.exp: Likewise.
12470 * gdb.btrace/multi-thread-step.exp: Likewise.
12471 * gdb.btrace/nohist.exp: Likewise.
12472 * gdb.btrace/non-stop.exp: Likewise.
12473 * gdb.btrace/reconnect.exp: Likewise.
12474 * gdb.btrace/record_goto-step.exp: Likewise.
12475 * gdb.btrace/record_goto.exp: Likewise.
12476 * gdb.btrace/rn-dl-bind.exp: Likewise.
12477 * gdb.btrace/segv.exp: Likewise.
12478 * gdb.btrace/step.exp: Likewise.
12479 * gdb.btrace/stepi.exp: Likewise.
12480 * gdb.btrace/tailcall-only.exp: Likewise.
12481 * gdb.btrace/tailcall.exp: Likewise.
12482 * gdb.btrace/tsx.exp: Likewise.
12483 * gdb.btrace/unknown_functions.exp: Likewise.
12484 * gdb.btrace/vdso.exp: Likewise.
12485
12486 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12487
12488 * gdb.btrace/enable-running.c: New.
12489 * gdb.btrace/enable-running.exp: New.
12490
12491 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12492
12493 * gdb.arch/amd64-gs_base.c: New file.
12494 * gdb.arch/amd64-gs_base.exp: New file.
12495
12496 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12497
12498 * lib/memory.exp: Remove spurious empty newlines.
12499
12500 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12501
12502 * gdb.python/py-bad-printers.exp: Load python file using "source".
12503 * gdb.python/py-events.exp: Likewise.
12504 * gdb.python/py-evsignal.exp: Likewise.
12505 * gdb.python/py-evthreads.exp: Likewise.
12506 * gdb.python/py-frame-args.exp: Likewise.
12507 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12508 * gdb.python/py-framefilter-mi.exp: Likewise.
12509 * gdb.python/py-framefilter.exp: Likewise.
12510 * gdb.python/py-mi.exp: Likewise.
12511 * gdb.python/py-pp-maint.exp: Likewise.
12512 * gdb.python/py-pp-registration.exp: Likewise.
12513 * gdb.python/py-prettyprint.exp: Likewise.
12514 (run_lang_tests): Likewise.
12515 * gdb.python/py-typeprint.exp: Likewise.
12516
12517 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12518
12519 * lib/memory.exp: New file.
12520 * lib/gdb.exp: Load memory.exp.
12521 * gdb.base/memattr.exp (delete_memory): Move proc to
12522 lib/memory.exp and rename to delete_memory_regions.
12523 Replace delete_memory with delete_memory_regions.
12524 Cleanup memory regions before tests.
12525 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12526 before tests.
12527
12528 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12529
12530 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12531 files.
12532 (initialize): New function conditionally defined.
12533 (testcases): Move within conditional block.
12534 (main): Call initialize.
12535 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12536 of gdb.reverse/insn-reverse.c.
12537 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12538 gdb.reverse/insn-reverse.c.
12539
12540 2017-01-26 Yao Qi <yao.qi@linaro.org>
12541
12542 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12543 disassemble on address 0.
12544
12545 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12546 Yao Qi <yao.qi@linaro.org>
12547
12548 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12549 * gdb.dwarf2/implptr-64bit.S: Remove.
12550 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12551 variables in caller's context. Add DW_OP_implicit_value.
12552
12553 2017-01-25 Yao Qi <yao.qi@linaro.org>
12554
12555 * lib/dwarf.exp (Dwarf::_location): Handle
12556 DW_OP_GNU_implicit_pointer with proper size.
12557
12558 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12559
12560 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12561 and add untested calls.
12562
12563 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12564
12565 * gdb.python/python.exp: Check line number against what GDB thinks
12566 the line number is for func1.
12567
12568 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12569
12570 * gdb.dlang/debug-expr.exp: New file.
12571
12572 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
12573
12574 Fix test names for the following files:
12575
12576 * gdb.ada/exec_changed.exp
12577 * gdb.ada/info_types.exp
12578 * gdb.arch/aarch64-atomic-inst.exp
12579 * gdb.arch/aarch64-fp.exp
12580 * gdb.arch/altivec-abi.exp
12581 * gdb.arch/altivec-regs.exp
12582 * gdb.arch/amd64-byte.exp
12583 * gdb.arch/amd64-disp-step.exp
12584 * gdb.arch/amd64-dword.exp
12585 * gdb.arch/amd64-entry-value-inline.exp
12586 * gdb.arch/amd64-entry-value-param.exp
12587 * gdb.arch/amd64-entry-value-paramref.exp
12588 * gdb.arch/amd64-entry-value.exp
12589 * gdb.arch/amd64-i386-address.exp
12590 * gdb.arch/amd64-invalid-stack-middle.exp
12591 * gdb.arch/amd64-invalid-stack-top.exp
12592 * gdb.arch/amd64-optimout-repeat.exp
12593 * gdb.arch/amd64-prologue-skip.exp
12594 * gdb.arch/amd64-prologue-xmm.exp
12595 * gdb.arch/amd64-stap-special-operands.exp
12596 * gdb.arch/amd64-stap-wrong-subexp.exp
12597 * gdb.arch/amd64-tailcall-cxx.exp
12598 * gdb.arch/amd64-tailcall-noret.exp
12599 * gdb.arch/amd64-tailcall-ret.exp
12600 * gdb.arch/amd64-tailcall-self.exp
12601 * gdb.arch/amd64-word.exp
12602 * gdb.arch/arm-bl-branch-dest.exp
12603 * gdb.arch/arm-disp-step.exp
12604 * gdb.arch/arm-neon.exp
12605 * gdb.arch/arm-single-step-kernel-helper.exp
12606 * gdb.arch/avr-flash-qualifier.exp
12607 * gdb.arch/disp-step-insn-reloc.exp
12608 * gdb.arch/e500-abi.exp
12609 * gdb.arch/e500-regs.exp
12610 * gdb.arch/ftrace-insn-reloc.exp
12611 * gdb.arch/i386-avx512.exp
12612 * gdb.arch/i386-bp_permanent.exp
12613 * gdb.arch/i386-byte.exp
12614 * gdb.arch/i386-cfi-notcurrent.exp
12615 * gdb.arch/i386-disp-step.exp
12616 * gdb.arch/i386-dr3-watch.exp
12617 * gdb.arch/i386-float.exp
12618 * gdb.arch/i386-gnu-cfi.exp
12619 * gdb.arch/i386-mpx-map.exp
12620 * gdb.arch/i386-mpx-sigsegv.exp
12621 * gdb.arch/i386-mpx-simple_segv.exp
12622 * gdb.arch/i386-mpx.exp
12623 * gdb.arch/i386-permbkpt.exp
12624 * gdb.arch/i386-prologue.exp
12625 * gdb.arch/i386-signal.exp
12626 * gdb.arch/i386-size-overlap.exp
12627 * gdb.arch/i386-unwind.exp
12628 * gdb.arch/i386-word.exp
12629 * gdb.arch/mips-fcr.exp
12630 * gdb.arch/powerpc-d128-regs.exp
12631 * gdb.arch/powerpc-stackless.exp
12632 * gdb.arch/ppc64-atomic-inst.exp
12633 * gdb.arch/s390-stackless.exp
12634 * gdb.arch/s390-tdbregs.exp
12635 * gdb.arch/s390-vregs.exp
12636 * gdb.arch/sparc-sysstep.exp
12637 * gdb.arch/thumb-bx-pc.exp
12638 * gdb.arch/thumb-singlestep.exp
12639 * gdb.arch/thumb2-it.exp
12640 * gdb.arch/vsx-regs.exp
12641 * gdb.asm/asm-source.exp
12642 * gdb.base/a2-run.exp
12643 * gdb.base/advance.exp
12644 * gdb.base/all-bin.exp
12645 * gdb.base/anon.exp
12646 * gdb.base/args.exp
12647 * gdb.base/arithmet.exp
12648 * gdb.base/async-shell.exp
12649 * gdb.base/async.exp
12650 * gdb.base/attach-pie-noexec.exp
12651 * gdb.base/attach-twice.exp
12652 * gdb.base/auto-load.exp
12653 * gdb.base/bang.exp
12654 * gdb.base/bitfields.exp
12655 * gdb.base/break-always.exp
12656 * gdb.base/break-caller-line.exp
12657 * gdb.base/break-entry.exp
12658 * gdb.base/break-inline.exp
12659 * gdb.base/break-on-linker-gcd-function.exp
12660 * gdb.base/break-probes.exp
12661 * gdb.base/break.exp
12662 * gdb.base/breakpoint-shadow.exp
12663 * gdb.base/call-ar-st.exp
12664 * gdb.base/call-sc.exp
12665 * gdb.base/call-signal-resume.exp
12666 * gdb.base/call-strs.exp
12667 * gdb.base/callfuncs.exp
12668 * gdb.base/catch-fork-static.exp
12669 * gdb.base/catch-gdb-caused-signals.exp
12670 * gdb.base/catch-load.exp
12671 * gdb.base/catch-signal-fork.exp
12672 * gdb.base/catch-signal.exp
12673 * gdb.base/catch-syscall.exp
12674 * gdb.base/charset.exp
12675 * gdb.base/checkpoint.exp
12676 * gdb.base/chng-syms.exp
12677 * gdb.base/code-expr.exp
12678 * gdb.base/code_elim.exp
12679 * gdb.base/commands.exp
12680 * gdb.base/completion.exp
12681 * gdb.base/complex.exp
12682 * gdb.base/cond-expr.exp
12683 * gdb.base/condbreak.exp
12684 * gdb.base/consecutive.exp
12685 * gdb.base/continue-all-already-running.exp
12686 * gdb.base/coredump-filter.exp
12687 * gdb.base/corefile.exp
12688 * gdb.base/dbx.exp
12689 * gdb.base/debug-expr.exp
12690 * gdb.base/define.exp
12691 * gdb.base/del.exp
12692 * gdb.base/disabled-location.exp
12693 * gdb.base/disasm-end-cu.exp
12694 * gdb.base/disasm-optim.exp
12695 * gdb.base/display.exp
12696 * gdb.base/duplicate-bp.exp
12697 * gdb.base/ena-dis-br.exp
12698 * gdb.base/ending-run.exp
12699 * gdb.base/enumval.exp
12700 * gdb.base/environ.exp
12701 * gdb.base/eu-strip-infcall.exp
12702 * gdb.base/eval-avoid-side-effects.exp
12703 * gdb.base/eval-skip.exp
12704 * gdb.base/exitsignal.exp
12705 * gdb.base/expand-psymtabs.exp
12706 * gdb.base/filesym.exp
12707 * gdb.base/find-unmapped.exp
12708 * gdb.base/finish.exp
12709 * gdb.base/float.exp
12710 * gdb.base/foll-exec-mode.exp
12711 * gdb.base/foll-exec.exp
12712 * gdb.base/foll-fork.exp
12713 * gdb.base/fortran-sym-case.exp
12714 * gdb.base/freebpcmd.exp
12715 * gdb.base/func-ptr.exp
12716 * gdb.base/func-ptrs.exp
12717 * gdb.base/funcargs.exp
12718 * gdb.base/gcore-buffer-overflow.exp
12719 * gdb.base/gcore-relro-pie.exp
12720 * gdb.base/gcore-relro.exp
12721 * gdb.base/gcore.exp
12722 * gdb.base/gdb1090.exp
12723 * gdb.base/gdb11530.exp
12724 * gdb.base/gdb11531.exp
12725 * gdb.base/gdb1821.exp
12726 * gdb.base/gdbindex-stabs.exp
12727 * gdb.base/gdbvars.exp
12728 * gdb.base/hbreak.exp
12729 * gdb.base/hbreak2.exp
12730 * gdb.base/included.exp
12731 * gdb.base/infcall-input.exp
12732 * gdb.base/inferior-died.exp
12733 * gdb.base/infnan.exp
12734 * gdb.base/info-macros.exp
12735 * gdb.base/info-os.exp
12736 * gdb.base/info-proc.exp
12737 * gdb.base/info-shared.exp
12738 * gdb.base/info-target.exp
12739 * gdb.base/infoline.exp
12740 * gdb.base/interp.exp
12741 * gdb.base/interrupt.exp
12742 * gdb.base/jit-reader.exp
12743 * gdb.base/jit-simple.exp
12744 * gdb.base/kill-after-signal.exp
12745 * gdb.base/kill-detach-inferiors-cmd.exp
12746 * gdb.base/label.exp
12747 * gdb.base/langs.exp
12748 * gdb.base/ldbl_e308.exp
12749 * gdb.base/line-symtabs.exp
12750 * gdb.base/linespecs.exp
12751 * gdb.base/list.exp
12752 * gdb.base/long_long.exp
12753 * gdb.base/longest-types.exp
12754 * gdb.base/maint.exp
12755 * gdb.base/max-value-size.exp
12756 * gdb.base/memattr.exp
12757 * gdb.base/mips_pro.exp
12758 * gdb.base/morestack.exp
12759 * gdb.base/moribund-step.exp
12760 * gdb.base/multi-forks.exp
12761 * gdb.base/nested-addr.exp
12762 * gdb.base/nextoverexit.exp
12763 * gdb.base/noreturn-finish.exp
12764 * gdb.base/noreturn-return.exp
12765 * gdb.base/nostdlib.exp
12766 * gdb.base/offsets.exp
12767 * gdb.base/opaque.exp
12768 * gdb.base/pc-fp.exp
12769 * gdb.base/permissions.exp
12770 * gdb.base/print-symbol-loading.exp
12771 * gdb.base/prologue-include.exp
12772 * gdb.base/psymtab.exp
12773 * gdb.base/ptype.exp
12774 * gdb.base/random-signal.exp
12775 * gdb.base/randomize.exp
12776 * gdb.base/range-stepping.exp
12777 * gdb.base/readline-ask.exp
12778 * gdb.base/recpar.exp
12779 * gdb.base/recurse.exp
12780 * gdb.base/relational.exp
12781 * gdb.base/restore.exp
12782 * gdb.base/return-nodebug.exp
12783 * gdb.base/return.exp
12784 * gdb.base/run-after-attach.exp
12785 * gdb.base/save-bp.exp
12786 * gdb.base/scope.exp
12787 * gdb.base/sect-cmd.exp
12788 * gdb.base/set-lang-auto.exp
12789 * gdb.base/set-noassign.exp
12790 * gdb.base/setvar.exp
12791 * gdb.base/sigall.exp
12792 * gdb.base/sigbpt.exp
12793 * gdb.base/siginfo-addr.exp
12794 * gdb.base/siginfo-infcall.exp
12795 * gdb.base/siginfo-obj.exp
12796 * gdb.base/siginfo.exp
12797 * gdb.base/signals-state-child.exp
12798 * gdb.base/signest.exp
12799 * gdb.base/sigstep.exp
12800 * gdb.base/sizeof.exp
12801 * gdb.base/skip.exp
12802 * gdb.base/solib-corrupted.exp
12803 * gdb.base/solib-nodir.exp
12804 * gdb.base/solib-search.exp
12805 * gdb.base/stack-checking.exp
12806 * gdb.base/stale-infcall.exp
12807 * gdb.base/stap-probe.exp
12808 * gdb.base/start.exp
12809 * gdb.base/step-break.exp
12810 * gdb.base/step-bt.exp
12811 * gdb.base/step-line.exp
12812 * gdb.base/step-over-exit.exp
12813 * gdb.base/step-over-syscall.exp
12814 * gdb.base/step-resume-infcall.exp
12815 * gdb.base/step-test.exp
12816 * gdb.base/store.exp
12817 * gdb.base/structs3.exp
12818 * gdb.base/sym-file.exp
12819 * gdb.base/symbol-without-target_section.exp
12820 * gdb.base/term.exp
12821 * gdb.base/testenv.exp
12822 * gdb.base/ui-redirect.exp
12823 * gdb.base/until.exp
12824 * gdb.base/unwindonsignal.exp
12825 * gdb.base/value-double-free.exp
12826 * gdb.base/vla-datatypes.exp
12827 * gdb.base/vla-ptr.exp
12828 * gdb.base/vla-sideeffect.exp
12829 * gdb.base/volatile.exp
12830 * gdb.base/watch-cond-infcall.exp
12831 * gdb.base/watch-cond.exp
12832 * gdb.base/watch-non-mem.exp
12833 * gdb.base/watch-read.exp
12834 * gdb.base/watch-vfork.exp
12835 * gdb.base/watchpoint-cond-gone.exp
12836 * gdb.base/watchpoint-delete.exp
12837 * gdb.base/watchpoint-hw-hit-once.exp
12838 * gdb.base/watchpoint-hw.exp
12839 * gdb.base/watchpoint-stops-at-right-insn.exp
12840 * gdb.base/watchpoints.exp
12841 * gdb.base/wchar.exp
12842 * gdb.base/whatis-exp.exp
12843 * gdb.btrace/buffer-size.exp
12844 * gdb.btrace/data.exp
12845 * gdb.btrace/delta.exp
12846 * gdb.btrace/dlopen.exp
12847 * gdb.btrace/enable.exp
12848 * gdb.btrace/exception.exp
12849 * gdb.btrace/function_call_history.exp
12850 * gdb.btrace/gcore.exp
12851 * gdb.btrace/instruction_history.exp
12852 * gdb.btrace/nohist.exp
12853 * gdb.btrace/reconnect.exp
12854 * gdb.btrace/record_goto-step.exp
12855 * gdb.btrace/record_goto.exp
12856 * gdb.btrace/rn-dl-bind.exp
12857 * gdb.btrace/segv.exp
12858 * gdb.btrace/step.exp
12859 * gdb.btrace/stepi.exp
12860 * gdb.btrace/tailcall-only.exp
12861 * gdb.btrace/tailcall.exp
12862 * gdb.btrace/tsx.exp
12863 * gdb.btrace/unknown_functions.exp
12864 * gdb.btrace/vdso.exp
12865 * gdb.compile/compile-ifunc.exp
12866 * gdb.compile/compile-ops.exp
12867 * gdb.compile/compile-print.exp
12868 * gdb.compile/compile-setjmp.exp
12869 * gdb.cp/abstract-origin.exp
12870 * gdb.cp/ambiguous.exp
12871 * gdb.cp/annota2.exp
12872 * gdb.cp/annota3.exp
12873 * gdb.cp/anon-ns.exp
12874 * gdb.cp/anon-struct.exp
12875 * gdb.cp/anon-union.exp
12876 * gdb.cp/arg-reference.exp
12877 * gdb.cp/baseenum.exp
12878 * gdb.cp/bool.exp
12879 * gdb.cp/breakpoint.exp
12880 * gdb.cp/bs15503.exp
12881 * gdb.cp/call-c.exp
12882 * gdb.cp/casts.exp
12883 * gdb.cp/chained-calls.exp
12884 * gdb.cp/class2.exp
12885 * gdb.cp/classes.exp
12886 * gdb.cp/cmpd-minsyms.exp
12887 * gdb.cp/converts.exp
12888 * gdb.cp/cp-relocate.exp
12889 * gdb.cp/cpcompletion.exp
12890 * gdb.cp/cpexprs.exp
12891 * gdb.cp/cplabel.exp
12892 * gdb.cp/cplusfuncs.exp
12893 * gdb.cp/cpsizeof.exp
12894 * gdb.cp/ctti.exp
12895 * gdb.cp/derivation.exp
12896 * gdb.cp/destrprint.exp
12897 * gdb.cp/dispcxx.exp
12898 * gdb.cp/enum-class.exp
12899 * gdb.cp/exception.exp
12900 * gdb.cp/exceptprint.exp
12901 * gdb.cp/expand-psymtabs-cxx.exp
12902 * gdb.cp/expand-sals.exp
12903 * gdb.cp/extern-c.exp
12904 * gdb.cp/filename.exp
12905 * gdb.cp/formatted-ref.exp
12906 * gdb.cp/fpointer.exp
12907 * gdb.cp/gdb1355.exp
12908 * gdb.cp/gdb2495.exp
12909 * gdb.cp/hang.exp
12910 * gdb.cp/impl-this.exp
12911 * gdb.cp/infcall-dlopen.exp
12912 * gdb.cp/inherit.exp
12913 * gdb.cp/iostream.exp
12914 * gdb.cp/koenig.exp
12915 * gdb.cp/local.exp
12916 * gdb.cp/m-data.exp
12917 * gdb.cp/m-static.exp
12918 * gdb.cp/mb-ctor.exp
12919 * gdb.cp/mb-inline.exp
12920 * gdb.cp/mb-templates.exp
12921 * gdb.cp/member-name.exp
12922 * gdb.cp/member-ptr.exp
12923 * gdb.cp/meth-typedefs.exp
12924 * gdb.cp/method.exp
12925 * gdb.cp/method2.exp
12926 * gdb.cp/minsym-fallback.exp
12927 * gdb.cp/misc.exp
12928 * gdb.cp/namelessclass.exp
12929 * gdb.cp/namespace-enum.exp
12930 * gdb.cp/namespace-nested-import.exp
12931 * gdb.cp/namespace.exp
12932 * gdb.cp/nextoverthrow.exp
12933 * gdb.cp/no-dmgl-verbose.exp
12934 * gdb.cp/non-trivial-retval.exp
12935 * gdb.cp/noparam.exp
12936 * gdb.cp/nsdecl.exp
12937 * gdb.cp/nsimport.exp
12938 * gdb.cp/nsnested.exp
12939 * gdb.cp/nsnoimports.exp
12940 * gdb.cp/nsrecurs.exp
12941 * gdb.cp/nsstress.exp
12942 * gdb.cp/nsusing.exp
12943 * gdb.cp/operator.exp
12944 * gdb.cp/oranking.exp
12945 * gdb.cp/overload-const.exp
12946 * gdb.cp/overload.exp
12947 * gdb.cp/ovldbreak.exp
12948 * gdb.cp/ovsrch.exp
12949 * gdb.cp/paren-type.exp
12950 * gdb.cp/parse-lang.exp
12951 * gdb.cp/pass-by-ref.exp
12952 * gdb.cp/pr-1023.exp
12953 * gdb.cp/pr-1210.exp
12954 * gdb.cp/pr-574.exp
12955 * gdb.cp/pr10687.exp
12956 * gdb.cp/pr12028.exp
12957 * gdb.cp/pr17132.exp
12958 * gdb.cp/pr17494.exp
12959 * gdb.cp/pr9067.exp
12960 * gdb.cp/pr9167.exp
12961 * gdb.cp/pr9631.exp
12962 * gdb.cp/printmethod.exp
12963 * gdb.cp/psmang.exp
12964 * gdb.cp/psymtab-parameter.exp
12965 * gdb.cp/ptype-cv-cp.exp
12966 * gdb.cp/ptype-flags.exp
12967 * gdb.cp/re-set-overloaded.exp
12968 * gdb.cp/ref-types.exp
12969 * gdb.cp/rtti.exp
12970 * gdb.cp/scope-err.exp
12971 * gdb.cp/shadow.exp
12972 * gdb.cp/smartp.exp
12973 * gdb.cp/static-method.exp
12974 * gdb.cp/static-print-quit.exp
12975 * gdb.cp/temargs.exp
12976 * gdb.cp/templates.exp
12977 * gdb.cp/try_catch.exp
12978 * gdb.cp/typedef-operator.exp
12979 * gdb.cp/typeid.exp
12980 * gdb.cp/userdef.exp
12981 * gdb.cp/using-crash.exp
12982 * gdb.cp/var-tag.exp
12983 * gdb.cp/virtbase.exp
12984 * gdb.cp/virtfunc.exp
12985 * gdb.cp/virtfunc2.exp
12986 * gdb.cp/vla-cxx.exp
12987 * gdb.disasm/t01_mov.exp
12988 * gdb.disasm/t02_mova.exp
12989 * gdb.disasm/t03_add.exp
12990 * gdb.disasm/t04_sub.exp
12991 * gdb.disasm/t05_cmp.exp
12992 * gdb.disasm/t06_ari2.exp
12993 * gdb.disasm/t07_ari3.exp
12994 * gdb.disasm/t08_or.exp
12995 * gdb.disasm/t09_xor.exp
12996 * gdb.disasm/t10_and.exp
12997 * gdb.disasm/t11_logs.exp
12998 * gdb.disasm/t12_bit.exp
12999 * gdb.disasm/t13_otr.exp
13000 * gdb.dlang/circular.exp
13001 * gdb.dwarf2/arr-stride.exp
13002 * gdb.dwarf2/arr-subrange.exp
13003 * gdb.dwarf2/atomic-type.exp
13004 * gdb.dwarf2/bad-regnum.exp
13005 * gdb.dwarf2/bitfield-parent-optimized-out.exp
13006 * gdb.dwarf2/callframecfa.exp
13007 * gdb.dwarf2/clztest.exp
13008 * gdb.dwarf2/corrupt.exp
13009 * gdb.dwarf2/data-loc.exp
13010 * gdb.dwarf2/dup-psym.exp
13011 * gdb.dwarf2/dw2-anon-mptr.exp
13012 * gdb.dwarf2/dw2-anonymous-func.exp
13013 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
13014 * gdb.dwarf2/dw2-bad-unresolved.exp
13015 * gdb.dwarf2/dw2-basic.exp
13016 * gdb.dwarf2/dw2-canonicalize-type.exp
13017 * gdb.dwarf2/dw2-case-insensitive.exp
13018 * gdb.dwarf2/dw2-common-block.exp
13019 * gdb.dwarf2/dw2-compdir-oldgcc.exp
13020 * gdb.dwarf2/dw2-compressed.exp
13021 * gdb.dwarf2/dw2-const.exp
13022 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
13023 * gdb.dwarf2/dw2-cu-size.exp
13024 * gdb.dwarf2/dw2-dup-frame.exp
13025 * gdb.dwarf2/dw2-entry-value.exp
13026 * gdb.dwarf2/dw2-icycle.exp
13027 * gdb.dwarf2/dw2-ifort-parameter.exp
13028 * gdb.dwarf2/dw2-inline-break.exp
13029 * gdb.dwarf2/dw2-inline-param.exp
13030 * gdb.dwarf2/dw2-intercu.exp
13031 * gdb.dwarf2/dw2-intermix.exp
13032 * gdb.dwarf2/dw2-lexical-block-bare.exp
13033 * gdb.dwarf2/dw2-linkage-name-trust.exp
13034 * gdb.dwarf2/dw2-minsym-in-cu.exp
13035 * gdb.dwarf2/dw2-noloc.exp
13036 * gdb.dwarf2/dw2-op-call.exp
13037 * gdb.dwarf2/dw2-op-out-param.exp
13038 * gdb.dwarf2/dw2-opt-structptr.exp
13039 * gdb.dwarf2/dw2-param-error.exp
13040 * gdb.dwarf2/dw2-producer.exp
13041 * gdb.dwarf2/dw2-ranges-base.exp
13042 * gdb.dwarf2/dw2-ref-missing-frame.exp
13043 * gdb.dwarf2/dw2-reg-undefined.exp
13044 * gdb.dwarf2/dw2-regno-invalid.exp
13045 * gdb.dwarf2/dw2-restore.exp
13046 * gdb.dwarf2/dw2-restrict.exp
13047 * gdb.dwarf2/dw2-single-line-discriminators.exp
13048 * gdb.dwarf2/dw2-strp.exp
13049 * gdb.dwarf2/dw2-undefined-ret-addr.exp
13050 * gdb.dwarf2/dw2-unresolved.exp
13051 * gdb.dwarf2/dw2-var-zero-addr.exp
13052 * gdb.dwarf2/dw4-sig-types.exp
13053 * gdb.dwarf2/dwz.exp
13054 * gdb.dwarf2/dynarr-ptr.exp
13055 * gdb.dwarf2/enum-type.exp
13056 * gdb.dwarf2/gdb-index.exp
13057 * gdb.dwarf2/implptr-64bit.exp
13058 * gdb.dwarf2/implptr-optimized-out.exp
13059 * gdb.dwarf2/implptr.exp
13060 * gdb.dwarf2/implref-array.exp
13061 * gdb.dwarf2/implref-const.exp
13062 * gdb.dwarf2/implref-global.exp
13063 * gdb.dwarf2/implref-struct.exp
13064 * gdb.dwarf2/mac-fileno.exp
13065 * gdb.dwarf2/main-subprogram.exp
13066 * gdb.dwarf2/member-ptr-forwardref.exp
13067 * gdb.dwarf2/method-ptr.exp
13068 * gdb.dwarf2/missing-sig-type.exp
13069 * gdb.dwarf2/nonvar-access.exp
13070 * gdb.dwarf2/opaque-type-lookup.exp
13071 * gdb.dwarf2/pieces-optimized-out.exp
13072 * gdb.dwarf2/pieces.exp
13073 * gdb.dwarf2/pr10770.exp
13074 * gdb.dwarf2/pr13961.exp
13075 * gdb.dwarf2/staticvirtual.exp
13076 * gdb.dwarf2/subrange.exp
13077 * gdb.dwarf2/symtab-producer.exp
13078 * gdb.dwarf2/trace-crash.exp
13079 * gdb.dwarf2/typeddwarf.exp
13080 * gdb.dwarf2/valop.exp
13081 * gdb.dwarf2/watch-notconst.exp
13082 * gdb.fortran/array-element.exp
13083 * gdb.fortran/charset.exp
13084 * gdb.fortran/common-block.exp
13085 * gdb.fortran/complex.exp
13086 * gdb.fortran/derived-type-function.exp
13087 * gdb.fortran/derived-type.exp
13088 * gdb.fortran/logical.exp
13089 * gdb.fortran/module.exp
13090 * gdb.fortran/multi-dim.exp
13091 * gdb.fortran/nested-funcs.exp
13092 * gdb.fortran/print-formatted.exp
13093 * gdb.fortran/subarray.exp
13094 * gdb.fortran/vla-alloc-assoc.exp
13095 * gdb.fortran/vla-datatypes.exp
13096 * gdb.fortran/vla-history.exp
13097 * gdb.fortran/vla-ptr-info.exp
13098 * gdb.fortran/vla-ptype-sub.exp
13099 * gdb.fortran/vla-ptype.exp
13100 * gdb.fortran/vla-sizeof.exp
13101 * gdb.fortran/vla-type.exp
13102 * gdb.fortran/vla-value-sub-arbitrary.exp
13103 * gdb.fortran/vla-value-sub-finish.exp
13104 * gdb.fortran/vla-value-sub.exp
13105 * gdb.fortran/vla-value.exp
13106 * gdb.fortran/whatis_type.exp
13107 * gdb.go/chan.exp
13108 * gdb.go/handcall.exp
13109 * gdb.go/hello.exp
13110 * gdb.go/integers.exp
13111 * gdb.go/methods.exp
13112 * gdb.go/package.exp
13113 * gdb.go/strings.exp
13114 * gdb.go/types.exp
13115 * gdb.go/unsafe.exp
13116 * gdb.guile/scm-arch.exp
13117 * gdb.guile/scm-block.exp
13118 * gdb.guile/scm-breakpoint.exp
13119 * gdb.guile/scm-cmd.exp
13120 * gdb.guile/scm-disasm.exp
13121 * gdb.guile/scm-equal.exp
13122 * gdb.guile/scm-frame-args.exp
13123 * gdb.guile/scm-frame-inline.exp
13124 * gdb.guile/scm-frame.exp
13125 * gdb.guile/scm-iterator.exp
13126 * gdb.guile/scm-math.exp
13127 * gdb.guile/scm-objfile.exp
13128 * gdb.guile/scm-ports.exp
13129 * gdb.guile/scm-symbol.exp
13130 * gdb.guile/scm-symtab.exp
13131 * gdb.guile/scm-value-cc.exp
13132 * gdb.guile/types-module.exp
13133 * gdb.linespec/break-ask.exp
13134 * gdb.linespec/cpexplicit.exp
13135 * gdb.linespec/explicit.exp
13136 * gdb.linespec/keywords.exp
13137 * gdb.linespec/linespec.exp
13138 * gdb.linespec/ls-dollar.exp
13139 * gdb.linespec/ls-errs.exp
13140 * gdb.linespec/skip-two.exp
13141 * gdb.linespec/thread.exp
13142 * gdb.mi/mi-async.exp
13143 * gdb.mi/mi-basics.exp
13144 * gdb.mi/mi-break.exp
13145 * gdb.mi/mi-catch-load.exp
13146 * gdb.mi/mi-cli.exp
13147 * gdb.mi/mi-cmd-param-changed.exp
13148 * gdb.mi/mi-console.exp
13149 * gdb.mi/mi-detach.exp
13150 * gdb.mi/mi-disassemble.exp
13151 * gdb.mi/mi-eval.exp
13152 * gdb.mi/mi-file-transfer.exp
13153 * gdb.mi/mi-file.exp
13154 * gdb.mi/mi-fill-memory.exp
13155 * gdb.mi/mi-inheritance-syntax-error.exp
13156 * gdb.mi/mi-linespec-err-cp.exp
13157 * gdb.mi/mi-logging.exp
13158 * gdb.mi/mi-memory-changed.exp
13159 * gdb.mi/mi-read-memory.exp
13160 * gdb.mi/mi-record-changed.exp
13161 * gdb.mi/mi-reg-undefined.exp
13162 * gdb.mi/mi-regs.exp
13163 * gdb.mi/mi-return.exp
13164 * gdb.mi/mi-reverse.exp
13165 * gdb.mi/mi-simplerun.exp
13166 * gdb.mi/mi-solib.exp
13167 * gdb.mi/mi-stack.exp
13168 * gdb.mi/mi-stepi.exp
13169 * gdb.mi/mi-syn-frame.exp
13170 * gdb.mi/mi-until.exp
13171 * gdb.mi/mi-var-block.exp
13172 * gdb.mi/mi-var-child.exp
13173 * gdb.mi/mi-var-cmd.exp
13174 * gdb.mi/mi-var-cp.exp
13175 * gdb.mi/mi-var-display.exp
13176 * gdb.mi/mi-var-invalidate.exp
13177 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
13178 * gdb.mi/mi-vla-fortran.exp
13179 * gdb.mi/mi-watch.exp
13180 * gdb.mi/mi2-var-child.exp
13181 * gdb.mi/user-selected-context-sync.exp
13182 * gdb.modula2/unbounded-array.exp
13183 * gdb.multi/dummy-frame-restore.exp
13184 * gdb.multi/multi-arch-exec.exp
13185 * gdb.multi/multi-arch.exp
13186 * gdb.multi/tids.exp
13187 * gdb.multi/watchpoint-multi.exp
13188 * gdb.opencl/callfuncs.exp
13189 * gdb.opencl/convs_casts.exp
13190 * gdb.opencl/datatypes.exp
13191 * gdb.opencl/operators.exp
13192 * gdb.opencl/vec_comps.exp
13193 * gdb.opt/clobbered-registers-O2.exp
13194 * gdb.opt/inline-break.exp
13195 * gdb.opt/inline-bt.exp
13196 * gdb.opt/inline-cmds.exp
13197 * gdb.opt/inline-locals.exp
13198 * gdb.pascal/case-insensitive-symbols.exp
13199 * gdb.pascal/floats.exp
13200 * gdb.pascal/gdb11492.exp
13201 * gdb.python/lib-types.exp
13202 * gdb.python/py-arch.exp
13203 * gdb.python/py-as-string.exp
13204 * gdb.python/py-bad-printers.exp
13205 * gdb.python/py-block.exp
13206 * gdb.python/py-breakpoint-create-fail.exp
13207 * gdb.python/py-breakpoint.exp
13208 * gdb.python/py-caller-is.exp
13209 * gdb.python/py-cmd.exp
13210 * gdb.python/py-explore-cc.exp
13211 * gdb.python/py-explore.exp
13212 * gdb.python/py-finish-breakpoint.exp
13213 * gdb.python/py-finish-breakpoint2.exp
13214 * gdb.python/py-frame-args.exp
13215 * gdb.python/py-frame-inline.exp
13216 * gdb.python/py-frame.exp
13217 * gdb.python/py-framefilter-mi.exp
13218 * gdb.python/py-infthread.exp
13219 * gdb.python/py-lazy-string.exp
13220 * gdb.python/py-linetable.exp
13221 * gdb.python/py-mi-events.exp
13222 * gdb.python/py-mi-objfile.exp
13223 * gdb.python/py-mi.exp
13224 * gdb.python/py-objfile.exp
13225 * gdb.python/py-pp-integral.exp
13226 * gdb.python/py-pp-maint.exp
13227 * gdb.python/py-pp-re-notag.exp
13228 * gdb.python/py-pp-registration.exp
13229 * gdb.python/py-recurse-unwind.exp
13230 * gdb.python/py-strfns.exp
13231 * gdb.python/py-symbol.exp
13232 * gdb.python/py-symtab.exp
13233 * gdb.python/py-sync-interp.exp
13234 * gdb.python/py-typeprint.exp
13235 * gdb.python/py-unwind-maint.exp
13236 * gdb.python/py-unwind.exp
13237 * gdb.python/py-value-cc.exp
13238 * gdb.python/py-xmethods.exp
13239 * gdb.reverse/amd64-tailcall-reverse.exp
13240 * gdb.reverse/break-precsave.exp
13241 * gdb.reverse/break-reverse.exp
13242 * gdb.reverse/consecutive-precsave.exp
13243 * gdb.reverse/consecutive-reverse.exp
13244 * gdb.reverse/finish-precsave.exp
13245 * gdb.reverse/finish-reverse-bkpt.exp
13246 * gdb.reverse/finish-reverse.exp
13247 * gdb.reverse/fstatat-reverse.exp
13248 * gdb.reverse/getresuid-reverse.exp
13249 * gdb.reverse/i386-precsave.exp
13250 * gdb.reverse/i386-reverse.exp
13251 * gdb.reverse/i386-sse-reverse.exp
13252 * gdb.reverse/i387-env-reverse.exp
13253 * gdb.reverse/i387-stack-reverse.exp
13254 * gdb.reverse/insn-reverse.exp
13255 * gdb.reverse/machinestate-precsave.exp
13256 * gdb.reverse/machinestate.exp
13257 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13258 * gdb.reverse/pipe-reverse.exp
13259 * gdb.reverse/readv-reverse.exp
13260 * gdb.reverse/recvmsg-reverse.exp
13261 * gdb.reverse/rerun-prec.exp
13262 * gdb.reverse/s390-mvcle.exp
13263 * gdb.reverse/step-precsave.exp
13264 * gdb.reverse/step-reverse.exp
13265 * gdb.reverse/time-reverse.exp
13266 * gdb.reverse/until-precsave.exp
13267 * gdb.reverse/until-reverse.exp
13268 * gdb.reverse/waitpid-reverse.exp
13269 * gdb.reverse/watch-precsave.exp
13270 * gdb.reverse/watch-reverse.exp
13271 * gdb.rust/generics.exp
13272 * gdb.rust/methods.exp
13273 * gdb.rust/modules.exp
13274 * gdb.rust/simple.exp
13275 * gdb.server/connect-with-no-symbol-file.exp
13276 * gdb.server/ext-attach.exp
13277 * gdb.server/ext-restart.exp
13278 * gdb.server/ext-wrapper.exp
13279 * gdb.server/file-transfer.exp
13280 * gdb.server/server-exec-info.exp
13281 * gdb.server/server-kill.exp
13282 * gdb.server/server-mon.exp
13283 * gdb.server/wrapper.exp
13284 * gdb.stabs/exclfwd.exp
13285 * gdb.stabs/gdb11479.exp
13286 * gdb.threads/clone-new-thread-event.exp
13287 * gdb.threads/corethreads.exp
13288 * gdb.threads/current-lwp-dead.exp
13289 * gdb.threads/dlopen-libpthread.exp
13290 * gdb.threads/gcore-thread.exp
13291 * gdb.threads/sigstep-threads.exp
13292 * gdb.threads/watchpoint-fork.exp
13293 * gdb.trace/actions-changed.exp
13294 * gdb.trace/backtrace.exp
13295 * gdb.trace/change-loc.exp
13296 * gdb.trace/circ.exp
13297 * gdb.trace/collection.exp
13298 * gdb.trace/disconnected-tracing.exp
13299 * gdb.trace/ftrace.exp
13300 * gdb.trace/mi-trace-frame-collected.exp
13301 * gdb.trace/mi-trace-unavailable.exp
13302 * gdb.trace/mi-traceframe-changed.exp
13303 * gdb.trace/mi-tsv-changed.exp
13304 * gdb.trace/no-attach-trace.exp
13305 * gdb.trace/passc-dyn.exp
13306 * gdb.trace/qtro.exp
13307 * gdb.trace/range-stepping.exp
13308 * gdb.trace/read-memory.exp
13309 * gdb.trace/save-trace.exp
13310 * gdb.trace/signal.exp
13311 * gdb.trace/status-stop.exp
13312 * gdb.trace/tfile.exp
13313 * gdb.trace/trace-break.exp
13314 * gdb.trace/trace-buffer-size.exp
13315 * gdb.trace/trace-condition.exp
13316 * gdb.trace/tracefile-pseudo-reg.exp
13317 * gdb.trace/tstatus.exp
13318 * gdb.trace/unavailable.exp
13319 * gdb.trace/while-dyn.exp
13320 * gdb.trace/while-stepping.exp
13321
13322 2016-12-22 Doug Evans <xdje42@gmail.com>
13323
13324 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13325 and msymbols.
13326
13327 2016-12-19 Yao Qi <yao.qi@linaro.org>
13328
13329 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13330 (test_with_self): Don't call do_steps_and_nexts, and remove
13331 code about stepping into xmalloc.
13332
13333 2016-12-09 Yao Qi <yao.qi@linaro.org>
13334
13335 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13336
13337 2016-12-09 Yao Qi <yao.qi@linaro.org>
13338
13339 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13340
13341 2016-12-09 Pedro Alves <palves@redhat.com>
13342
13343 * gdb.base/all-architectures-0.exp: New file.
13344 * gdb.base/all-architectures-1.exp: New file.
13345 * gdb.base/all-architectures-2.exp: New file.
13346 * gdb.base/all-architectures-3.exp: New file.
13347 * gdb.base/all-architectures-4.exp: New file.
13348 * gdb.base/all-architectures-5.exp: New file.
13349 * gdb.base/all-architectures-6.exp: New file.
13350 * gdb.base/all-architectures-7.exp: New file.
13351 * gdb.base/all-architectures.exp.in: New file.
13352
13353 2016-12-09 Yao Qi <yao.qi@linaro.org>
13354
13355 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13356
13357 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13358
13359 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13360 possible.
13361 Remove useless pattern-matching code.
13362
13363 2016-12-02 Pedro Alves <palves@redhat.com>
13364
13365 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13366 procedure.
13367 (top level): Call it.
13368
13369 2016-12-02 Pedro Alves <palves@redhat.com>
13370
13371 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13372 New procedure.
13373 (top level): Call it.
13374
13375 2016-12-02 Pedro Alves <palves@redhat.com>
13376
13377 PR cli/20559
13378 * gdb.base/commands.exp (user_defined_command_args_eval): New
13379 procedure.
13380 (top level): Call it.
13381
13382 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13383
13384 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13385 timeout handling.
13386
13387 2016-12-02 Tom Tromey <tom@tromey.com>
13388
13389 * gdb.dwarf2/main-subprogram.c: New file.
13390 * gdb.dwarf2/main-subprogram.exp: New file.
13391
13392 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13393
13394 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13395 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13396 gdb_test_no_output for a couple of cases.
13397 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13398
13399 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13400
13401 Fix test names and standardize compilation error messages throughout
13402 the following files:
13403
13404 * gdb.ada/start.exp
13405 * gdb.arch/alpha-step.exp
13406 * gdb.arch/e500-prologue.exp
13407 * gdb.arch/ftrace-insn-reloc.exp
13408 * gdb.arch/gdb1291.exp
13409 * gdb.arch/gdb1431.exp
13410 * gdb.arch/gdb1558.exp
13411 * gdb.arch/i386-dr3-watch.exp
13412 * gdb.arch/i386-sse-stack-align.exp
13413 * gdb.arch/ia64-breakpoint-shadow.exp
13414 * gdb.arch/pa-nullify.exp
13415 * gdb.arch/powerpc-aix-prologue.exp
13416 * gdb.arch/thumb-bx-pc.exp
13417 * gdb.base/annota1.exp
13418 * gdb.base/annota3.exp
13419 * gdb.base/arrayidx.exp
13420 * gdb.base/assign.exp
13421 * gdb.base/attach.exp
13422 * gdb.base/auxv.exp
13423 * gdb.base/bang.exp
13424 * gdb.base/bfp-test.exp
13425 * gdb.base/bigcore.exp
13426 * gdb.base/bitfields2.exp
13427 * gdb.base/break-fun-addr.exp
13428 * gdb.base/break-probes.exp
13429 * gdb.base/call-rt-st.exp
13430 * gdb.base/callexit.exp
13431 * gdb.base/catch-fork-kill.exp
13432 * gdb.base/charset.exp
13433 * gdb.base/checkpoint.exp
13434 * gdb.base/comprdebug.exp
13435 * gdb.base/constvars.exp
13436 * gdb.base/coredump-filter.exp
13437 * gdb.base/cursal.exp
13438 * gdb.base/cvexpr.exp
13439 * gdb.base/detach.exp
13440 * gdb.base/display.exp
13441 * gdb.base/dmsym.exp
13442 * gdb.base/dprintf-pending.exp
13443 * gdb.base/dso2dso.exp
13444 * gdb.base/dtrace-probe.exp
13445 * gdb.base/dump.exp
13446 * gdb.base/enum_cond.exp
13447 * gdb.base/exe-lock.exp
13448 * gdb.base/exec-invalid-sysroot.exp
13449 * gdb.base/execl-update-breakpoints.exp
13450 * gdb.base/exprs.exp
13451 * gdb.base/fileio.exp
13452 * gdb.base/find.exp
13453 * gdb.base/finish.exp
13454 * gdb.base/fixsection.exp
13455 * gdb.base/foll-vfork.exp
13456 * gdb.base/frame-args.exp
13457 * gdb.base/gcore.exp
13458 * gdb.base/gdb1250.exp
13459 * gdb.base/global-var-nested-by-dso.exp
13460 * gdb.base/gnu-ifunc.exp
13461 * gdb.base/hashline1.exp
13462 * gdb.base/hashline2.exp
13463 * gdb.base/hashline3.exp
13464 * gdb.base/hbreak-in-shr-unsupported.exp
13465 * gdb.base/huge.exp
13466 * gdb.base/infcall-input.exp
13467 * gdb.base/info-fun.exp
13468 * gdb.base/info-shared.exp
13469 * gdb.base/jit-simple.exp
13470 * gdb.base/jit-so.exp
13471 * gdb.base/jit.exp
13472 * gdb.base/jump.exp
13473 * gdb.base/label.exp
13474 * gdb.base/lineinc.exp
13475 * gdb.base/logical.exp
13476 * gdb.base/longjmp.exp
13477 * gdb.base/macscp.exp
13478 * gdb.base/miscexprs.exp
13479 * gdb.base/new-ui-echo.exp
13480 * gdb.base/new-ui-pending-input.exp
13481 * gdb.base/new-ui.exp
13482 * gdb.base/nodebug.exp
13483 * gdb.base/nofield.exp
13484 * gdb.base/offsets.exp
13485 * gdb.base/overlays.exp
13486 * gdb.base/pending.exp
13487 * gdb.base/pointers.exp
13488 * gdb.base/pr11022.exp
13489 * gdb.base/printcmds.exp
13490 * gdb.base/prologue.exp
13491 * gdb.base/ptr-typedef.exp
13492 * gdb.base/realname-expand.exp
13493 * gdb.base/relativedebug.exp
13494 * gdb.base/relocate.exp
13495 * gdb.base/remote.exp
13496 * gdb.base/reread.exp
13497 * gdb.base/return2.exp
13498 * gdb.base/savedregs.exp
13499 * gdb.base/sep.exp
13500 * gdb.base/sepdebug.exp
13501 * gdb.base/sepsymtab.exp
13502 * gdb.base/set-inferior-tty.exp
13503 * gdb.base/setshow.exp
13504 * gdb.base/shlib-call.exp
13505 * gdb.base/sigaltstack.exp
13506 * gdb.base/siginfo-addr.exp
13507 * gdb.base/signals.exp
13508 * gdb.base/signull.exp
13509 * gdb.base/sigrepeat.exp
13510 * gdb.base/so-impl-ld.exp
13511 * gdb.base/solib-display.exp
13512 * gdb.base/solib-overlap.exp
13513 * gdb.base/solib-search.exp
13514 * gdb.base/solib-symbol.exp
13515 * gdb.base/structs.exp
13516 * gdb.base/structs2.exp
13517 * gdb.base/symtab-search-order.exp
13518 * gdb.base/twice.exp
13519 * gdb.base/unload.exp
13520 * gdb.base/varargs.exp
13521 * gdb.base/watchpoint-solib.exp
13522 * gdb.base/watchpoint.exp
13523 * gdb.base/whatis.exp
13524 * gdb.base/wrong_frame_bt_full.exp
13525 * gdb.btrace/dlopen.exp
13526 * gdb.cell/ea-standalone.exp
13527 * gdb.cell/ea-test.exp
13528 * gdb.cp/dispcxx.exp
13529 * gdb.cp/gdb2384.exp
13530 * gdb.cp/method2.exp
13531 * gdb.cp/nextoverthrow.exp
13532 * gdb.cp/pr10728.exp
13533 * gdb.disasm/am33.exp
13534 * gdb.disasm/h8300s.exp
13535 * gdb.disasm/mn10300.exp
13536 * gdb.disasm/sh3.exp
13537 * gdb.dwarf2/dw2-dir-file-name.exp
13538 * gdb.fortran/complex.exp
13539 * gdb.fortran/library-module.exp
13540 * gdb.guile/scm-pretty-print.exp
13541 * gdb.guile/scm-symbol.exp
13542 * gdb.guile/scm-type.exp
13543 * gdb.guile/scm-value.exp
13544 * gdb.linespec/linespec.exp
13545 * gdb.mi/gdb701.exp
13546 * gdb.mi/gdb792.exp
13547 * gdb.mi/mi-breakpoint-changed.exp
13548 * gdb.mi/mi-dprintf-pending.exp
13549 * gdb.mi/mi-dprintf.exp
13550 * gdb.mi/mi-exit-code.exp
13551 * gdb.mi/mi-pending.exp
13552 * gdb.mi/mi-solib.exp
13553 * gdb.mi/new-ui-mi-sync.exp
13554 * gdb.mi/pr11022.exp
13555 * gdb.mi/user-selected-context-sync.exp
13556 * gdb.opt/solib-intra-step.exp
13557 * gdb.python/py-events.exp
13558 * gdb.python/py-finish-breakpoint.exp
13559 * gdb.python/py-mi.exp
13560 * gdb.python/py-prettyprint.exp
13561 * gdb.python/py-shared.exp
13562 * gdb.python/py-symbol.exp
13563 * gdb.python/py-template.exp
13564 * gdb.python/py-type.exp
13565 * gdb.python/py-value.exp
13566 * gdb.reverse/solib-precsave.exp
13567 * gdb.reverse/solib-reverse.exp
13568 * gdb.server/solib-list.exp
13569 * gdb.stabs/weird.exp
13570 * gdb.threads/reconnect-signal.exp
13571 * gdb.threads/stepi-random-signal.exp
13572 * gdb.trace/actions.exp
13573 * gdb.trace/ax.exp
13574 * gdb.trace/backtrace.exp
13575 * gdb.trace/change-loc.exp
13576 * gdb.trace/deltrace.exp
13577 * gdb.trace/ftrace-lock.exp
13578 * gdb.trace/ftrace.exp
13579 * gdb.trace/infotrace.exp
13580 * gdb.trace/mi-tracepoint-changed.exp
13581 * gdb.trace/packetlen.exp
13582 * gdb.trace/passcount.exp
13583 * gdb.trace/pending.exp
13584 * gdb.trace/range-stepping.exp
13585 * gdb.trace/report.exp
13586 * gdb.trace/stap-trace.exp
13587 * gdb.trace/tfind.exp
13588 * gdb.trace/trace-break.exp
13589 * gdb.trace/trace-condition.exp
13590 * gdb.trace/trace-enable-disable.exp
13591 * gdb.trace/trace-mt.exp
13592 * gdb.trace/tracecmd.exp
13593 * gdb.trace/tspeed.exp
13594 * gdb.trace/tsv.exp
13595 * lib/perftest.exp
13596
13597 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13598
13599 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13600 with gdb_test_no_output.
13601 Use command as test name.
13602
13603 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13604
13605 Fix test names starting with uppercase throughout the files.
13606
13607 * gdb.ada/assign_1.exp
13608 * gdb.ada/boolean_expr.exp
13609 * gdb.base/arrayidx.exp
13610 * gdb.base/del.exp
13611 * gdb.base/gcore-buffer-overflow.exp
13612 * gdb.base/testenv.exp
13613 * gdb.compile/compile.exp
13614 * gdb.python/py-framefilter-invalidarg.exp
13615 * gdb.python/py-framefilter.exp
13616
13617 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13618
13619 Fix test names starting with uppercase throughout the files.
13620
13621 * gdb.ada/array_return.exp
13622 * gdb.ada/expr_delims.exp
13623 * gdb.ada/mi_dyn_arr.exp
13624 * gdb.ada/mi_interface.exp
13625 * gdb.ada/mi_var_array.exp
13626 * gdb.ada/watch_arg.exp
13627 * gdb.arch/alpha-step.exp
13628 * gdb.arch/altivec-regs.exp
13629 * gdb.arch/e500-regs.exp
13630 * gdb.arch/powerpc-d128-regs.exp
13631 * gdb.base/arrayidx.exp
13632 * gdb.base/break.exp
13633 * gdb.base/checkpoint.exp
13634 * gdb.base/debug-expr.exp
13635 * gdb.base/dmsym.exp
13636 * gdb.base/radix.exp
13637 * gdb.base/sepdebug.exp
13638 * gdb.base/testenv.exp
13639 * gdb.base/watch_thread_num.exp
13640 * gdb.base/watchpoint-cond-gone.exp
13641 * gdb.cell/break.exp
13642 * gdb.cell/ea-cache.exp
13643 * gdb.compile/compile.exp
13644 * gdb.cp/gdb2495.exp
13645 * gdb.gdb/selftest.exp
13646 * gdb.gdb/xfullpath.exp
13647 * gdb.go/hello.exp
13648 * gdb.go/integers.exp
13649 * gdb.objc/basicclass.exp
13650 * gdb.pascal/hello.exp
13651 * gdb.pascal/integers.exp
13652 * gdb.python/py-breakpoint.exp
13653 * gdb.python/py-cmd.exp
13654 * gdb.python/py-linetable.exp
13655 * gdb.python/py-xmethods.exp
13656 * gdb.python/python.exp
13657 * gdb.reverse/consecutive-precsave.exp
13658 * gdb.reverse/finish-precsave.exp
13659 * gdb.reverse/i386-precsave.exp
13660 * gdb.reverse/machinestate-precsave.exp
13661 * gdb.reverse/sigall-precsave.exp
13662 * gdb.reverse/solib-precsave.exp
13663 * gdb.reverse/step-precsave.exp
13664 * gdb.reverse/until-precsave.exp
13665 * gdb.reverse/watch-precsave.exp
13666 * gdb.threads/leader-exit.exp
13667 * gdb.threads/pthreads.exp
13668 * gdb.threads/wp-replication.exp
13669 * gdb.trace/actions.exp
13670 * gdb.trace/mi-tsv-changed.exp
13671 * gdb.trace/tsv.exp
13672
13673 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13674
13675 Fix test names starting with uppercase throughout the files.
13676
13677 * gdb.arch/i386-bp_permanent.exp
13678 * gdb.arch/i386-gnu-cfi.exp
13679 * gdb.base/disasm-end-cu.exp
13680 * gdb.base/macscp.exp
13681 * gdb.base/pending.exp
13682 * gdb.base/watch_thread_num.exp
13683 * gdb.cp/exception.exp
13684 * gdb.cp/gdb2495.exp
13685 * gdb.cp/local.exp
13686 * gdb.python/py-evsignal.exp
13687 * gdb.python/python.exp
13688 * gdb.trace/tracecmd.exp
13689
13690 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13691
13692 Fix test names starting with uppercase throughout the files.
13693
13694 * gdb.base/charset.exp
13695 * gdb.base/eval.exp
13696 * gdb.base/multi-forks.exp
13697 * gdb.guile/scm-progspace.exp
13698 * gdb.opencl/datatypes.exp
13699 * gdb.python/py-block.exp
13700 * gdb.python/py-function.exp
13701 * gdb.python/py-symbol.exp
13702 * gdb.python/py-symtab.exp
13703 * gdb.python/py-xmethods.exp
13704 * gdb.reverse/break-precsave.exp
13705 * gdb.reverse/break-reverse.exp
13706 * gdb.reverse/consecutive-precsave.exp
13707 * gdb.reverse/consecutive-reverse.exp
13708 * gdb.reverse/finish-precsave.exp
13709 * gdb.reverse/finish-reverse-bkpt.exp
13710 * gdb.reverse/finish-reverse.exp
13711 * gdb.reverse/fstatat-reverse.exp
13712 * gdb.reverse/getresuid-reverse.exp
13713 * gdb.reverse/i386-precsave.exp
13714 * gdb.reverse/i386-reverse.exp
13715 * gdb.reverse/i386-sse-reverse.exp
13716 * gdb.reverse/i387-stack-reverse.exp
13717 * gdb.reverse/insn-reverse.exp
13718 * gdb.reverse/machinestate-precsave.exp
13719 * gdb.reverse/machinestate.exp
13720 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13721 * gdb.reverse/pipe-reverse.exp
13722 * gdb.reverse/readv-reverse.exp
13723 * gdb.reverse/recvmsg-reverse.exp
13724 * gdb.reverse/rerun-prec.exp
13725 * gdb.reverse/s390-mvcle.exp
13726 * gdb.reverse/sigall-precsave.exp
13727 * gdb.reverse/sigall-reverse.exp
13728 * gdb.reverse/solib-precsave.exp
13729 * gdb.reverse/solib-reverse.exp
13730 * gdb.reverse/step-precsave.exp
13731 * gdb.reverse/step-reverse.exp
13732 * gdb.reverse/time-reverse.exp
13733 * gdb.reverse/until-precsave.exp
13734 * gdb.reverse/until-reverse.exp
13735 * gdb.reverse/waitpid-reverse.exp
13736 * gdb.reverse/watch-precsave.exp
13737 * gdb.reverse/watch-reverse.exp
13738
13739 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13740
13741 Fix test names starting with uppercase throughout the files.
13742
13743 * gdb.arch/i386-mpx-simple_segv.exp
13744 * gdb.arch/i386-mpx.exp
13745 * gdb.arch/i386-permbkpt.exp
13746 * gdb.arch/pa-nullify.exp
13747 * gdb.arch/powerpc-d128-regs.exp
13748 * gdb.arch/vsx-regs.exp
13749 * gdb.base/bfp-test.exp
13750 * gdb.base/break.exp
13751 * gdb.base/breakpoint-shadow.exp
13752 * gdb.base/callfuncs.exp
13753 * gdb.base/charset.exp
13754 * gdb.base/commands.exp
13755 * gdb.base/completion.exp
13756 * gdb.base/dfp-test.exp
13757 * gdb.base/echo.exp
13758 * gdb.base/ending-run.exp
13759 * gdb.base/eval.exp
13760 * gdb.base/expand-psymtabs.exp
13761 * gdb.base/float128.exp
13762 * gdb.base/floatn.exp
13763 * gdb.base/foll-exec-mode.exp
13764 * gdb.base/gdb1056.exp
13765 * gdb.base/gdb11531.exp
13766 * gdb.base/kill-after-signal.exp
13767 * gdb.base/multi-forks.exp
13768 * gdb.base/overlays.exp
13769 * gdb.base/pending.exp
13770 * gdb.base/sepdebug.exp
13771 * gdb.base/testenv.exp
13772 * gdb.base/valgrind-db-attach.exp
13773 * gdb.base/watch_thread_num.exp
13774 * gdb.base/watchpoint-cond-gone.exp
13775 * gdb.base/watchpoint.exp
13776 * gdb.base/watchpoints.exp
13777 * gdb.cp/arg-reference.exp
13778 * gdb.cp/baseenum.exp
13779 * gdb.cp/operator.exp
13780 * gdb.cp/shadow.exp
13781 * gdb.dwarf2/dw2-op-out-param.exp
13782 * gdb.dwarf2/dw2-reg-undefined.exp
13783 * gdb.go/chan.exp
13784 * gdb.go/hello.exp
13785 * gdb.go/integers.exp
13786 * gdb.go/methods.exp
13787 * gdb.go/package.exp
13788 * gdb.guile/scm-parameter.exp
13789 * gdb.guile/scm-progspace.exp
13790 * gdb.guile/scm-value.exp
13791 * gdb.mi/mi-pending.exp
13792 * gdb.mi/user-selected-context-sync.exp
13793 * gdb.multi/multi-attach.exp
13794 * gdb.multi/tids.exp
13795 * gdb.opt/clobbered-registers-O2.exp
13796 * gdb.pascal/floats.exp
13797 * gdb.pascal/integers.exp
13798 * gdb.python/py-block.exp
13799 * gdb.python/py-events.exp
13800 * gdb.python/py-parameter.exp
13801 * gdb.python/py-symbol.exp
13802 * gdb.python/py-symtab.exp
13803 * gdb.python/py-type.exp
13804 * gdb.python/py-value.exp
13805 * gdb.python/py-xmethods.exp
13806 * gdb.python/python.exp
13807 * gdb.reverse/break-precsave.exp
13808 * gdb.reverse/consecutive-precsave.exp
13809 * gdb.reverse/finish-precsave.exp
13810 * gdb.reverse/i386-precsave.exp
13811 * gdb.reverse/machinestate-precsave.exp
13812 * gdb.reverse/sigall-precsave.exp
13813 * gdb.reverse/solib-precsave.exp
13814 * gdb.reverse/step-precsave.exp
13815 * gdb.reverse/until-precsave.exp
13816 * gdb.reverse/watch-precsave.exp
13817 * gdb.server/ext-attach.exp
13818 * gdb.server/ext-restart.exp
13819 * gdb.server/ext-run.exp
13820 * gdb.server/ext-wrapper.exp
13821 * gdb.stabs/gdb11479.exp
13822 * gdb.stabs/weird.exp
13823 * gdb.threads/attach-many-short-lived-threads.exp
13824 * gdb.threads/kill.exp
13825 * gdb.threads/watchpoint-fork.exp
13826
13827 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13828
13829 Fix test names starting with uppercase throughout all the files below.
13830
13831 * gdb.ada/array_return.exp
13832 * gdb.ada/catch_ex.exp
13833 * gdb.ada/info_exc.exp
13834 * gdb.ada/mi_catch_ex.exp
13835 * gdb.ada/mi_dyn_arr.exp
13836 * gdb.ada/mi_ex_cond.exp
13837 * gdb.ada/mi_exc_info.exp
13838 * gdb.ada/mi_interface.exp
13839 * gdb.ada/mi_task_arg.exp
13840 * gdb.ada/mi_task_info.exp
13841 * gdb.ada/mi_var_array.exp
13842 * gdb.arch/alpha-step.exp
13843 * gdb.arch/amd64-disp-step.exp
13844 * gdb.arch/arm-disp-step.exp
13845 * gdb.arch/disp-step-insn-reloc.exp
13846 * gdb.arch/e500-prologue.exp
13847 * gdb.arch/ftrace-insn-reloc.exp
13848 * gdb.arch/gdb1558.exp
13849 * gdb.arch/i386-bp_permanent.exp
13850 * gdb.arch/i386-disp-step.exp
13851 * gdb.arch/i386-float.exp
13852 * gdb.arch/i386-gnu-cfi.exp
13853 * gdb.arch/ia64-breakpoint-shadow.exp
13854 * gdb.arch/mips16-thunks.exp
13855 * gdb.arch/pa-nullify.exp
13856 * gdb.arch/powerpc-aix-prologue.exp
13857 * gdb.arch/powerpc-power.exp
13858 * gdb.arch/ppc-dfp.exp
13859 * gdb.arch/s390-tdbregs.exp
13860 * gdb.arch/spu-info.exp
13861 * gdb.arch/spu-ls.exp
13862 * gdb.arch/thumb-bx-pc.exp
13863 * gdb.base/advance.exp
13864 * gdb.base/annota-input-while-running.exp
13865 * gdb.base/arrayidx.exp
13866 * gdb.base/asmlabel.exp
13867 * gdb.base/async.exp
13868 * gdb.base/attach-wait-input.exp
13869 * gdb.base/auto-connect-native-target.exp
13870 * gdb.base/batch-preserve-term-settings.exp
13871 * gdb.base/bfp-test.exp
13872 * gdb.base/bigcore.exp
13873 * gdb.base/bp-permanent.exp
13874 * gdb.base/break-always.exp
13875 * gdb.base/break-fun-addr.exp
13876 * gdb.base/break-idempotent.exp
13877 * gdb.base/break-main-file-remove-fail.exp
13878 * gdb.base/break-probes.exp
13879 * gdb.base/break-unload-file.exp
13880 * gdb.base/break.exp
13881 * gdb.base/call-ar-st.exp
13882 * gdb.base/call-rt-st.exp
13883 * gdb.base/call-sc.exp
13884 * gdb.base/call-signal-resume.exp
13885 * gdb.base/call-strs.exp
13886 * gdb.base/callexit.exp
13887 * gdb.base/callfuncs.exp
13888 * gdb.base/catch-gdb-caused-signals.exp
13889 * gdb.base/catch-signal-siginfo-cond.exp
13890 * gdb.base/catch-syscall.exp
13891 * gdb.base/compare-sections.exp
13892 * gdb.base/cond-eval-mode.exp
13893 * gdb.base/condbreak-call-false.exp
13894 * gdb.base/consecutive-step-over.exp
13895 * gdb.base/cursal.exp
13896 * gdb.base/disabled-location.exp
13897 * gdb.base/disasm-end-cu.exp
13898 * gdb.base/display.exp
13899 * gdb.base/double-prompt-target-event-error.exp
13900 * gdb.base/dprintf-bp-same-addr.exp
13901 * gdb.base/dprintf-detach.exp
13902 * gdb.base/dprintf-next.exp
13903 * gdb.base/dprintf-non-stop.exp
13904 * gdb.base/dprintf-pending.exp
13905 * gdb.base/dso2dso.exp
13906 * gdb.base/ending-run.exp
13907 * gdb.base/enum_cond.exp
13908 * gdb.base/examine-backward.exp
13909 * gdb.base/exe-lock.exp
13910 * gdb.base/exec-invalid-sysroot.exp
13911 * gdb.base/execl-update-breakpoints.exp
13912 * gdb.base/execution-termios.exp
13913 * gdb.base/fileio.exp
13914 * gdb.base/fixsection.exp
13915 * gdb.base/foll-exec-mode.exp
13916 * gdb.base/foll-exec.exp
13917 * gdb.base/fork-running-state.exp
13918 * gdb.base/frame-args.exp
13919 * gdb.base/fullpath-expand.exp
13920 * gdb.base/func-ptr.exp
13921 * gdb.base/gcore-relro-pie.exp
13922 * gdb.base/gdb1090.exp
13923 * gdb.base/gdb1555.exp
13924 * gdb.base/global-var-nested-by-dso.exp
13925 * gdb.base/gnu-ifunc.exp
13926 * gdb.base/hbreak-in-shr-unsupported.exp
13927 * gdb.base/hbreak-unmapped.exp
13928 * gdb.base/hook-stop.exp
13929 * gdb.base/infcall-input.exp
13930 * gdb.base/info-fun.exp
13931 * gdb.base/info-shared.exp
13932 * gdb.base/interrupt-noterm.exp
13933 * gdb.base/jit-so.exp
13934 * gdb.base/jit.exp
13935 * gdb.base/line-symtabs.exp
13936 * gdb.base/list.exp
13937 * gdb.base/longjmp.exp
13938 * gdb.base/macscp.exp
13939 * gdb.base/max-value-size.exp
13940 * gdb.base/nodebug.exp
13941 * gdb.base/nofield.exp
13942 * gdb.base/overlays.exp
13943 * gdb.base/paginate-after-ctrl-c-running.exp
13944 * gdb.base/paginate-bg-execution.exp
13945 * gdb.base/paginate-inferior-exit.exp
13946 * gdb.base/pending.exp
13947 * gdb.base/pr11022.exp
13948 * gdb.base/printcmds.exp
13949 * gdb.base/ptr-typedef.exp
13950 * gdb.base/ptype.exp
13951 * gdb.base/randomize.exp
13952 * gdb.base/range-stepping.exp
13953 * gdb.base/realname-expand.exp
13954 * gdb.base/relativedebug.exp
13955 * gdb.base/remote.exp
13956 * gdb.base/savedregs.exp
13957 * gdb.base/sepdebug.exp
13958 * gdb.base/set-noassign.exp
13959 * gdb.base/shlib-call.exp
13960 * gdb.base/shreloc.exp
13961 * gdb.base/sigaltstack.exp
13962 * gdb.base/sigbpt.exp
13963 * gdb.base/siginfo-addr.exp
13964 * gdb.base/siginfo-obj.exp
13965 * gdb.base/siginfo-thread.exp
13966 * gdb.base/signest.exp
13967 * gdb.base/signull.exp
13968 * gdb.base/sigrepeat.exp
13969 * gdb.base/skip.exp
13970 * gdb.base/so-impl-ld.exp
13971 * gdb.base/solib-corrupted.exp
13972 * gdb.base/solib-disc.exp
13973 * gdb.base/solib-display.exp
13974 * gdb.base/solib-overlap.exp
13975 * gdb.base/solib-search.exp
13976 * gdb.base/solib-symbol.exp
13977 * gdb.base/source-execution.exp
13978 * gdb.base/sss-bp-on-user-bp-2.exp
13979 * gdb.base/sss-bp-on-user-bp.exp
13980 * gdb.base/stack-checking.exp
13981 * gdb.base/stale-infcall.exp
13982 * gdb.base/step-break.exp
13983 * gdb.base/step-line.exp
13984 * gdb.base/step-over-exit.exp
13985 * gdb.base/step-test.exp
13986 * gdb.base/structs.exp
13987 * gdb.base/sym-file.exp
13988 * gdb.base/symtab-search-order.exp
13989 * gdb.base/term.exp
13990 * gdb.base/type-opaque.exp
13991 * gdb.base/unload.exp
13992 * gdb.base/until-nodebug.exp
13993 * gdb.base/until.exp
13994 * gdb.base/unwindonsignal.exp
13995 * gdb.base/watch-cond.exp
13996 * gdb.base/watch-non-mem.exp
13997 * gdb.base/watch_thread_num.exp
13998 * gdb.base/watchpoint-reuse-slot.exp
13999 * gdb.base/watchpoint-solib.exp
14000 * gdb.base/watchpoint.exp
14001 * gdb.btrace/dlopen.exp
14002 * gdb.cell/arch.exp
14003 * gdb.cell/break.exp
14004 * gdb.cell/bt.exp
14005 * gdb.cell/core.exp
14006 * gdb.cell/data.exp
14007 * gdb.cell/dwarfaddr.exp
14008 * gdb.cell/ea-cache.exp
14009 * gdb.cell/ea-standalone.exp
14010 * gdb.cell/ea-test.exp
14011 * gdb.cell/f-regs.exp
14012 * gdb.cell/fork.exp
14013 * gdb.cell/gcore.exp
14014 * gdb.cell/mem-access.exp
14015 * gdb.cell/ptype.exp
14016 * gdb.cell/registers.exp
14017 * gdb.cell/sizeof.exp
14018 * gdb.cell/solib-symbol.exp
14019 * gdb.cell/solib.exp
14020 * gdb.compile/compile-tls.exp
14021 * gdb.cp/exception.exp
14022 * gdb.cp/gdb2495.exp
14023 * gdb.cp/local.exp
14024 * gdb.cp/mb-inline.exp
14025 * gdb.cp/mb-templates.exp
14026 * gdb.cp/pr10687.exp
14027 * gdb.cp/pr9167.exp
14028 * gdb.cp/scope-err.exp
14029 * gdb.cp/templates.exp
14030 * gdb.cp/virtfunc.exp
14031 * gdb.dwarf2/dw2-dir-file-name.exp
14032 * gdb.dwarf2/dw2-single-line-discriminators.exp
14033 * gdb.fortran/complex.exp
14034 * gdb.fortran/library-module.exp
14035 * gdb.guile/guile.exp
14036 * gdb.guile/scm-cmd.exp
14037 * gdb.guile/scm-frame-inline.exp
14038 * gdb.guile/scm-objfile.exp
14039 * gdb.guile/scm-pretty-print.exp
14040 * gdb.guile/scm-symbol.exp
14041 * gdb.guile/scm-type.exp
14042 * gdb.guile/scm-value.exp
14043 * gdb.linespec/keywords.exp
14044 * gdb.linespec/ls-errs.exp
14045 * gdb.linespec/macro-relative.exp
14046 * gdb.linespec/thread.exp
14047 * gdb.mi/mi-breakpoint-changed.exp
14048 * gdb.mi/mi-dprintf-pending.exp
14049 * gdb.mi/mi-fullname-deleted.exp
14050 * gdb.mi/mi-logging.exp
14051 * gdb.mi/mi-pending.exp
14052 * gdb.mi/mi-solib.exp
14053 * gdb.mi/new-ui-mi-sync.exp
14054 * gdb.mi/user-selected-context-sync.exp
14055 * gdb.multi/dummy-frame-restore.exp
14056 * gdb.multi/multi-arch-exec.exp
14057 * gdb.multi/remove-inferiors.exp
14058 * gdb.multi/watchpoint-multi-exit.exp
14059 * gdb.opt/solib-intra-step.exp
14060 * gdb.perf/backtrace.exp
14061 * gdb.perf/single-step.exp
14062 * gdb.perf/skip-command.exp
14063 * gdb.perf/skip-prologue.exp
14064 * gdb.perf/solib.exp
14065 * gdb.python/lib-types.exp
14066 * gdb.python/py-as-string.exp
14067 * gdb.python/py-bad-printers.exp
14068 * gdb.python/py-block.exp
14069 * gdb.python/py-breakpoint.exp
14070 * gdb.python/py-cmd.exp
14071 * gdb.python/py-events.exp
14072 * gdb.python/py-evthreads.exp
14073 * gdb.python/py-finish-breakpoint.exp
14074 * gdb.python/py-finish-breakpoint2.exp
14075 * gdb.python/py-frame-inline.exp
14076 * gdb.python/py-frame.exp
14077 * gdb.python/py-inferior.exp
14078 * gdb.python/py-infthread.exp
14079 * gdb.python/py-mi.exp
14080 * gdb.python/py-objfile.exp
14081 * gdb.python/py-pp-maint.exp
14082 * gdb.python/py-pp-registration.exp
14083 * gdb.python/py-prettyprint.exp
14084 * gdb.python/py-recurse-unwind.exp
14085 * gdb.python/py-shared.exp
14086 * gdb.python/py-symbol.exp
14087 * gdb.python/py-symtab.exp
14088 * gdb.python/py-template.exp
14089 * gdb.python/py-type.exp
14090 * gdb.python/py-unwind-maint.exp
14091 * gdb.python/py-unwind.exp
14092 * gdb.python/py-value.exp
14093 * gdb.python/python.exp
14094 * gdb.reverse/finish-reverse-bkpt.exp
14095 * gdb.reverse/insn-reverse.exp
14096 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14097 * gdb.reverse/solib-precsave.exp
14098 * gdb.reverse/solib-reverse.exp
14099 * gdb.stabs/gdb11479.exp
14100 * gdb.stabs/weird.exp
14101 * gdb.threads/fork-child-threads.exp
14102 * gdb.threads/fork-plus-threads.exp
14103 * gdb.threads/fork-thread-pending.exp
14104 * gdb.threads/forking-threads-plus-breakpoint.exp
14105 * gdb.threads/hand-call-in-threads.exp
14106 * gdb.threads/interrupted-hand-call.exp
14107 * gdb.threads/linux-dp.exp
14108 * gdb.threads/local-watch-wrong-thread.exp
14109 * gdb.threads/next-while-other-thread-longjmps.exp
14110 * gdb.threads/non-ldr-exit.exp
14111 * gdb.threads/pending-step.exp
14112 * gdb.threads/print-threads.exp
14113 * gdb.threads/process-dies-while-detaching.exp
14114 * gdb.threads/process-dies-while-handling-bp.exp
14115 * gdb.threads/pthreads.exp
14116 * gdb.threads/queue-signal.exp
14117 * gdb.threads/reconnect-signal.exp
14118 * gdb.threads/signal-command-handle-nopass.exp
14119 * gdb.threads/signal-command-multiple-signals-pending.exp
14120 * gdb.threads/signal-delivered-right-thread.exp
14121 * gdb.threads/signal-sigtrap.exp
14122 * gdb.threads/sigthread.exp
14123 * gdb.threads/staticthreads.exp
14124 * gdb.threads/stepi-random-signal.exp
14125 * gdb.threads/thread-unwindonsignal.exp
14126 * gdb.threads/thread_check.exp
14127 * gdb.threads/thread_events.exp
14128 * gdb.threads/tid-reuse.exp
14129 * gdb.threads/tls-nodebug.exp
14130 * gdb.threads/tls-shared.exp
14131 * gdb.threads/tls-so_extern.exp
14132 * gdb.threads/tls.exp
14133 * gdb.threads/wp-replication.exp
14134 * gdb.trace/actions-changed.exp
14135 * gdb.trace/actions.exp
14136 * gdb.trace/backtrace.exp
14137 * gdb.trace/change-loc.exp
14138 * gdb.trace/collection.exp
14139 * gdb.trace/deltrace.exp
14140 * gdb.trace/disconnected-tracing.exp
14141 * gdb.trace/entry-values.exp
14142 * gdb.trace/ftrace-lock.exp
14143 * gdb.trace/ftrace.exp
14144 * gdb.trace/infotrace.exp
14145 * gdb.trace/mi-trace-frame-collected.exp
14146 * gdb.trace/mi-trace-unavailable.exp
14147 * gdb.trace/mi-traceframe-changed.exp
14148 * gdb.trace/mi-tracepoint-changed.exp
14149 * gdb.trace/mi-tsv-changed.exp
14150 * gdb.trace/no-attach-trace.exp
14151 * gdb.trace/packetlen.exp
14152 * gdb.trace/passc-dyn.exp
14153 * gdb.trace/passcount.exp
14154 * gdb.trace/pending.exp
14155 * gdb.trace/pr16508.exp
14156 * gdb.trace/qtro.exp
14157 * gdb.trace/range-stepping.exp
14158 * gdb.trace/read-memory.exp
14159 * gdb.trace/report.exp
14160 * gdb.trace/save-trace.exp
14161 * gdb.trace/signal.exp
14162 * gdb.trace/stap-trace.exp
14163 * gdb.trace/status-stop.exp
14164 * gdb.trace/strace.exp
14165 * gdb.trace/tfile.exp
14166 * gdb.trace/tfind.exp
14167 * gdb.trace/trace-break.exp
14168 * gdb.trace/trace-condition.exp
14169 * gdb.trace/trace-enable-disable.exp
14170 * gdb.trace/trace-mt.exp
14171 * gdb.trace/tracecmd.exp
14172 * gdb.trace/tracefile-pseudo-reg.exp
14173 * gdb.trace/tspeed.exp
14174 * gdb.trace/tstatus.exp
14175 * gdb.trace/tsv.exp
14176 * gdb.trace/unavailable.exp
14177 * gdb.trace/while-dyn.exp
14178 * gdb.trace/while-stepping.exp
14179 * lib/gdb-guile.exp
14180 * lib/gdb.exp
14181 * lib/mi-support.exp
14182 * lib/pascal.exp
14183 * lib/perftest.exp
14184 * lib/prelink-support.exp
14185 * lib/selftest-support.exp
14186
14187 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14188
14189 * Makefile.in: Include disable-implicit-rules.mk.
14190
14191 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14192
14193 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
14194 non-byte-aligned bit fields.
14195
14196 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14197
14198 PR gdb/12616
14199 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
14200 respects the DW_AT_data_bit_offset attribute.
14201
14202 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14203
14204 * gdb.base/default.exp: Fix output of "set language".
14205
14206 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
14207
14208 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
14209 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
14210 make.
14211 * configure.ac: Remove checks for the make program.
14212 * configure: Re-generate.
14213
14214 2016-11-16 Kevin Buettner <kevinb@redhat.com>
14215
14216 * gdb.python/py-recurse-unwind.c (main): Add loop.
14217 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
14218 to read_register() and gdb.parse_and_eval(). Make each code
14219 call a separate case that can be individually tested.
14220 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
14221 proc. Call cont_and_backtrace for each of the code paths that
14222 we want to test in the unwinder.
14223
14224 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
14225
14226 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
14227 the definition of struct S.
14228
14229 2016-11-11 Catherine Moore <clm@codesourcery.com>
14230
14231 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14232
14233 2016-11-09 Pedro Alves <palves@redhat.com>
14234
14235 * gdb.base/commands.exp (runto_or_return): New procedure.
14236 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14237 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14238 (progvar_simple_while_test, progvar_complex_if_while_test)
14239 (if_while_breakpoint_command_test)
14240 (infrun_breakpoint_command_test, breakpoint_command_test)
14241 (user_defined_command_test, watchpoint_command_test)
14242 (test_command_prompt_position, redefine_hook_test)
14243 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14244 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14245 multi_line_input and multi_line. Remove gdb_expect and
14246 gdb_stop_suppressing_tests uses.
14247 * lib/gdb.exp (valnum_re): New global.
14248 (multi_line_input): New procedure.
14249
14250 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14251
14252 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14253 Remove.
14254 (test_setup): Define with proc_with_prefix.
14255 (test_cli_inferior): Likewise.
14256 (test_cli_thread): Likewise.
14257 (test_cli_frame): Likewise.
14258 (test_cli_select_frame): Likewise.
14259 (test_cli_up_down): Likewise.
14260 (test_mi_thread_select): Likewise.
14261 (test_mi_stack_select_frame): Likewise.
14262 (test_cli_in_mi_inferior): Likewise.
14263 (test_cli_in_mi_thread): Likewise.
14264 (test_cli_in_mi_frame): Likewise.
14265 (top level): Do not use with_test_prefix_procname.
14266
14267 2016-11-09 Pedro Alves <palves@redhat.com>
14268
14269 * gdb.base/commands.exp (gdbvar_simple_if_test)
14270 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14271 (progvar_simple_if_test, progvar_simple_while_test)
14272 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14273 (infrun_breakpoint_command_test, breakpoint_command_test)
14274 (user_defined_command_test, watchpoint_command_test)
14275 (test_command_prompt_position, deprecated_command_test)
14276 (bp_deleted_in_command, temporary_breakpoint_commands)
14277 (stray_arg0_test, source_file_with_indented_comment)
14278 (recursive_source_test, if_commands_test)
14279 (error_clears_commands_left, redefine_hook_test)
14280 (redefine_backtrace_test): Use proc_with_prefix.
14281 * lib/gdb.exp (proc_with_prefix): New proc.
14282
14283 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14284
14285 * gdb.base/tui-layout.c: New file.
14286 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14287 disassembly window contains very long lines.
14288
14289 2016-11-08 Tom Tromey <tom@tromey.com>
14290
14291 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14292 depend on Python 2.
14293
14294 2016-11-08 Tom Tromey <tom@tromey.com>
14295
14296 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14297 New method.
14298
14299 2016-10-29 Manish Goregaokar <manish@mozilla.com>
14300
14301 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
14302
14303 2016-10-27 Manish Goregaokar <manish@mozilla.com>
14304
14305 * gdb.rust/simple.rs: Add test for univariant enums without
14306 discriminants and for encoded struct-like enums.
14307
14308 2016-10-28 Pedro Alves <palves@redhat.com>
14309
14310 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14311 gdb_test_multiple, tighten regexps and match symtabs and line
14312 tables incrementally.
14313
14314 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
14315
14316 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14317 general.
14318
14319 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
14320
14321 * gdb.base/exec-invalid-sysroot.exp: New file.
14322
14323 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14324
14325 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14326
14327 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14328
14329 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14330
14331 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14332
14333 * gdb.base/killed-outside.exp: Remove $options from a call to
14334 `prepare_for_testing'.
14335
14336 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14337
14338 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14339 Change test message.
14340
14341 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14342
14343 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14344 Update comment.
14345
14346 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14347
14348 * gdb.trace/mi-trace-save.exp: New file.
14349
14350 2016-10-13 Yao Qi <yao.qi@linaro.org>
14351
14352 * gdb.base/code_elim.exp (get_var_address): Remove.
14353 * gdb.base/relocate.exp: Likewise.
14354 * gdb.base/shreloc.exp: Likewise.
14355 * lib/gdb.exp (get_var_address): New.
14356
14357 2016-10-13 Yao Qi <yao.qi@linaro.org>
14358
14359 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14360 floating point tests if $skip_float_test is false.
14361
14362 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
14363
14364 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14365 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14366 argc values.
14367 Add 1 to argc so we guarantee distinct initial/modified argc values.
14368
14369 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14370
14371 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14372
14373 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14374
14375 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14376 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14377 * gdb.arch/vsx-regs.exp: Likewise.
14378
14379 2016-10-07 Yao Qi <yao.qi@linaro.org>
14380
14381 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14382
14383 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14384
14385 * gdb.python/python.exp: Test decode_line("*0").
14386
14387 2016-10-06 Doug Evans <dje@google.com>
14388
14389 * gdb.python/py-value.exp (test_value_creation): Add test for large
14390 unsigned 64-bit value.
14391
14392 2016-10-06 Tom Tromey <tom@tromey.com>
14393
14394 * gdb.compile/compile.exp: Change java tests to rust.
14395 * gdb.base/setshow.exp: Change java tests to rust.
14396 * gdb.base/default.exp: Remove java from language list.
14397 * README (Examples): Update language example.
14398 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14399 test.
14400 * lib/gdb.exp (skip_java_tests): Remove.
14401 * lib/java.exp: Remove.
14402 * gdb.java: Remove.
14403
14404 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14405
14406 * gdb.arch/mips-fcr.exp: New test.
14407 * gdb.arch/mips-fcr.c: Source for the new test.
14408
14409 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14410
14411 * gdb.base/solib-disc.exp: Use `standard_output_file'
14412 throughout.
14413
14414 2016-10-06 Pedro Alves <palves@redhat.com>
14415
14416 * gdb.base/jit-simple-dl.c: New file.
14417 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14418 * gdb.base/jit-simple.c: ... this.
14419 * gdb.base/jit-simple.exp (jit_run): Delete.
14420 (build_jit): New proc.
14421 (jit_test_reread): Recompile either the main program or the shared
14422 library, depending on what is being tested. Skip changing address
14423 if caller wants to. Compare before/after addresses. If testing
14424 standalone, explicitly load the binary. Test "maint info
14425 breakpoints".
14426 (top level): Add "standalone vs shared lib" and "change address"
14427 vs "same address" axes.
14428
14429 2016-10-06 Pedro Alves <palves@redhat.com>
14430
14431 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14432 call.
14433 (jit_run): Delete.
14434 (jit_test_reread): Use with_test_prefix. Reload the main binary
14435 explicitly. Compare the before/after addresses of the JIT
14436 descriptor.
14437
14438 2016-08-15 Doug Evans <dje@google.com>
14439
14440 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14441 for single bitfields is bool.
14442 * gdb.xml/tdesc-regs.exp: Ditto.
14443
14444 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14445
14446 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14447
14448 2016-10-05 Yao Qi <yao.qi@linaro.org>
14449
14450 * lib/gdb.exp (support_complex_tests): Return zero if
14451 gdb_skip_float_test return true.
14452
14453 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14454 Simon Marchi <simon.marchi@ericsson.com>
14455
14456 PR gdb/20487
14457 * gdb.mi/user-selected-context-sync.exp: New file.
14458 * gdb.mi/user-selected-context-sync.c: New file.
14459
14460 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14461 Simon Marchi <simon.marchi@ericsson.com>
14462
14463 PR gdb/20487
14464 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14465 =thread-select-event check.
14466
14467 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14468
14469 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14470 the compulsory L operand changes.
14471 * gdb.arch/powerpc-power.s: Likewise.
14472
14473 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14474
14475 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14476 * gdb.base/jit-attach-pie.c: New file.
14477 * gdb.base/jit-attach-pie.exp: New file.
14478
14479 2016-09-28 Pedro Alves <palves@redhat.com>
14480
14481 * gdb.base/infcall-input.c: New file.
14482 * gdb.base/infcall-input.exp: New file.
14483
14484 2016-09-22 Yao Qi <yao.qi@linaro.org>
14485
14486 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14487 (gdb_exit): Rename it to ...
14488 (gdbserver_gdb_exit): ... Close GDBserver.
14489 (gdb_exit): New proc, call gdbserver_gdb_exit.
14490 (mi_gdb_exit): Likewise.
14491
14492 2016-09-22 Yao Qi <yao.qi@linaro.org>
14493
14494 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14495 path.
14496 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14497 Remove duplication.
14498
14499 2016-09-22 Yao Qi <yao.qi@linaro.org>
14500
14501 * lib/gdbserver-support.exp: Check the existence of
14502 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14503
14504 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14505
14506 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14507
14508 2016-09-21 Tom Tromey <tom@tromey.com>
14509
14510 PR gdb/20604:
14511 * gdb.base/quit.exp: New file.
14512
14513 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14514
14515 * .gitignore: New file.
14516
14517 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14518
14519 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14520 throughout.
14521
14522 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14523
14524 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14525
14526 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14527
14528 * gdb.cp/casts.cc (decltype): Move it ...
14529 (main): ... with its call to ...
14530 * gdb.cp/casts03.cc: ... a new file.
14531 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14532
14533 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14534
14535 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14536
14537 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14538
14539 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14540 and sync up the test with tests in gas/testsuite/gas/ppc.
14541 * gdb.arch/powerpc-power.exp: Likewise.
14542
14543 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14544
14545 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14546
14547 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14548 Jan Kratochvil <jan.kratochvil@redhat.com>
14549
14550 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14551 make m1's definition to be different from m2's. Use 'dummy' as an
14552 argument for probe 'two'.
14553
14554 2016-09-10 Jon Beniston <jon@beniston.com>
14555
14556 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14557 for sim target.
14558
14559 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14560
14561 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14562 variable declaration.
14563 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14564 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14565 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14566 received HWCAP as its argument.
14567
14568 2016-09-06 Pedro Alves <palves@redhat.com>
14569
14570 * gdb.base/new-ui-pending-input.c: New file.
14571 * gdb.base/new-ui-pending-input.exp: New file.
14572 * gdb.exp (clear_gdb_spawn_id): New procedure.
14573 (with_spawn_id): Check whether gdb_spawn_id exists before
14574 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14575 on exit.
14576
14577 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14578
14579 * gdb.base/float128.c: New file.
14580 * gdb.base/float128.exp: Likewise.
14581 * gdb.base/floatn.c: Likewise.
14582 * gdb.base/floatn.exp: Likewise.
14583
14584 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14585
14586 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14587
14588 2016-09-05 Pedro Alves <palves@redhat.com>
14589
14590 PR backtrace/19927
14591 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14592 unwinders are immediately called as side effect of "source" or
14593 "disable unwinder" commands.
14594 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14595
14596 2016-09-02 Yao Qi <yao.qi@linaro.org>
14597
14598 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14599 is true and $type is "float" or "double".
14600
14601 2016-09-02 Yao Qi <yao.qi@linaro.org>
14602
14603 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14604 true.
14605 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14606 * gdb.base/call-rt-st.exp: Likewise.
14607 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14608 return value instead of gdb,skip_float_test.
14609 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14610 (do_function_calls): Use its return value instead of
14611 gdb,skip_float_test.
14612 * gdb.base/finish.exp: Likewise.
14613 * gdb.base/funcargs.exp: Likewise.
14614 * gdb.base/return.exp: Likewise.
14615 * gdb.base/return2.exp: Likewise.
14616 * gdb.base/varargs.exp: Likewise.
14617 * lib/gdb.exp (gdb_skip_float_test): Change it to
14618 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14619
14620 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14621
14622 * gdb.multi/tids.exp: Test "thread apply all".
14623
14624 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14625
14626 * gdb.base/default.exp (tty): Remove.
14627
14628 2016-08-24 Kevin Buettner <kevinb@redhat.com>
14629
14630 * gdb.python/py-recurse-unwind.c: New file.
14631 * gdb.python/py-recurse-unwind.py: New file.
14632 * gdb.python/py-recurse-unwind.exp: New file.
14633
14634 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14635
14636 * gdb.base/set-inferior-tty.exp: New file.
14637 * gdb.base/set-inferior-tty.c: New file.
14638
14639 2016-08-23 Pedro Alves <palves@redhat.com>
14640
14641 PR gdb/20494
14642 * gdb.base/new-ui-echo.c: New file.
14643 * gdb.base/new-ui-echo.exp: New file.
14644
14645 2016-08-23 Yao Qi <yao.qi@linaro.org>
14646
14647 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14648 gdbserver_spawn.
14649 * gdb.server/connect-without-multi-process.exp (do_test):
14650 Likewise.
14651
14652 2016-08-23 Yao Qi <yao.qi@linaro.org>
14653
14654 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14655 standalone_txt. Delete gdb_txt and standalone_txt on host
14656 and target. Spawn the binary on target. Copy files from
14657 target to host.
14658
14659 2016-08-22 Pedro Alves <palves@redhat.com>
14660
14661 PR gdb/20505
14662 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14663 with_test_prefix. Factor out bits to ...
14664 (test_no_vdso): ... this new procedure.
14665
14666 2016-08-19 Carl Love <cel@us.ibm.com>
14667
14668 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14669 maintaining separate logic for constructing the output path.
14670 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14671 * gdb.arch/ppc-dfp.exp: Likewise.
14672 * gdb.arch/ppc-fp.exp: Likewise.
14673 * gdb.arch/vsx-regs.exp: Likewise.
14674 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14675 binprefix for generating the additional binary files.
14676
14677 2016-08-19 Pedro Alves <palves@redhat.com>
14678
14679 * gdb.trace/mi-trace-frame-collected.exp
14680 (test_trace_frame_collected): On x32, expect two registers.
14681
14682 2016-08-18 Carl Love <cel@us.ibm.com>
14683
14684 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14685 and sync up the test with tests in gas/testsuite/gas/ppc.
14686 * gdb.arch/powerpc-power.exp: Likewise.
14687
14688 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14689
14690 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14691 expected error message.
14692
14693 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14694
14695 * gdb.multi/remove-inferiors.exp: New file.
14696 * gdb.multi/remove-inferiors.c: New file.
14697
14698 2016-08-12 Yao Qi <yao.qi@linaro.org>
14699
14700 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14701 argument list.
14702
14703 2016-08-10 Pedro Alves <palves@redhat.com>
14704
14705 PR gdb/19187
14706 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14707 setup_kfails.
14708
14709 2016-08-09 Pedro Alves <palves@redhat.com>
14710 Simon Marchi <simon.marchi@ericsson.com>
14711
14712 PR gdb/20418
14713 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14714 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14715
14716 2016-08-09 Pedro Alves <palves@redhat.com>
14717
14718 PR mi/20431
14719 * gdb.mi/mi-cmd-error.exp: New file.
14720
14721 2016-08-09 Pedro Alves <palves@redhat.com>
14722
14723 PR gdb/18653
14724 * gdb.base/signals-state-child.c: New file.
14725 * gdb.base/signals-state-child.exp: New file.
14726 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14727
14728 2016-08-09 Pedro Alves <palves@redhat.com>
14729
14730 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14731
14732 2016-08-03 Tom Tromey <tom@tromey.com>
14733
14734 PR python/18565:
14735 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14736
14737 2016-08-01 Yao Qi <yao.qi@linaro.org>
14738
14739 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14740 variable mode to "multi-process" if $multi_process is 1, otherwise
14741 set it to "single-process".
14742
14743 2016-08-01 Yao Qi <yao.qi@linaro.org>
14744
14745 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14746 * gdb.cp/cpexprs.exp: Likewise.
14747 * gdb.cp/m-static.exp: Likewise.
14748
14749 2016-07-26 Tom Tromey <tom@tromey.com>
14750
14751 PR python/20190:
14752 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14753 test.
14754
14755 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14756
14757 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14758 selecting assembly source files.
14759 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14760 assembly source files.
14761 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14762 assembly source files.
14763 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14764 selecting assembly source files.
14765
14766 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14767
14768 * gdb.base/new-ui.exp (do_test_invalid_args): New
14769 procedure.
14770
14771 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14772
14773 * gdb.btrace/reconnect.c: New file.
14774 * gdb.btrace/reconnect.exp: New file.
14775
14776 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14777
14778 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14779 to test_catch_syscall_group.
14780 (test_catch_syscall_group): New.
14781
14782 2016-07-21 Tom Tromey <tom@tromey.com>
14783
14784 * gdb.rust/simple.rs (main): Use empty struct expression.
14785 * gdb.rust/simple.exp: Add tests for empty struct expression.
14786
14787 2016-07-21 Yao Qi <yao.qi@linaro.org>
14788
14789 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14790 if gdb_skip_xml_test is true on some targets.
14791
14792 2016-07-21 Yao Qi <yao.qi@linaro.org>
14793
14794 * gdb.server/solib-list.exp: Unset last_loaded_file.
14795
14796 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14797
14798 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14799 "step into captured_main (args)".
14800
14801 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14802
14803 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14804
14805 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14806
14807 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14808
14809 2016-07-19 Pedro Alves <palves@redhat.com>
14810
14811 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14812 * gdb.opt/inline-bt.exp: Likewise.
14813 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14814 additional_flags=-Winline.
14815 * gdb.opt/inline-locals.exp: Likewise.
14816 * gdb.opt/inline-markers.c (ATTR): Define.
14817 (inlined_fn): Use it.
14818
14819 2016-07-19 Yao Qi <yao.qi@linaro.org>
14820
14821 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14822 (test_with_self): Remove some code. Remove argument executable.
14823 (top-level): Use do_self_tests.
14824
14825 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
14826 Don Breazeal <donb@codesourcery.com>
14827
14828 * gdb.base/maint.exp: Escape paths used in regular expressions.
14829 * gdb.stabs/weird.exp: Likewise.
14830
14831 2016-07-13 Tom Tromey <tom@tromey.com>
14832
14833 PR python/15620, PR python/18620:
14834 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14835 (test_bkpt_events): New procs.
14836
14837 2016-07-13 Tom Tromey <tom@tromey.com>
14838
14839 PR python/17698:
14840 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14841 test.
14842 (test_watchpoints): Likewise.
14843 (test_bkpt_pending): New proc.
14844
14845 2016-07-13 Tom Tromey <tom@tromey.com>
14846
14847 PR cli/18053:
14848 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14849 completion test.
14850
14851 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14852
14853 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14854 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14855 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14856 f_label.
14857 (g): Rename g_end_lbl to g_label.
14858 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14859 low_pc and high_pc.
14860 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14861
14862 2016-07-12 Tom Tromey <tom@tromey.com>
14863
14864 PR python/19293:
14865 * gdb.python/py-unwind-maint.exp: Update tests.
14866
14867 2016-07-12 Yao Qi <yao.qi@linaro.org>
14868
14869 * lib/selftest-support.exp (selftest_setup): Match the output
14870 when captured_main is inlined.
14871
14872 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14873
14874 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14875 New variables.
14876 (print this%a, print this%b, print this): New tests.
14877 * gdb.fortran/derived-types.f90 (this): New object and
14878 initialization.
14879
14880 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14881
14882 * gdb.ada/arraydim.exp: Remove extra directory level in build
14883 directory.
14884
14885 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14886
14887 * lib/ada.exp: Remove extra directory level in build directory.
14888 * gdb.ada/cond_lang.exp: Likewise.
14889 * gdb.ada/exec_changed.exp: Likewise.
14890 * gdb.ada/lang_switch.exp: Likewise.
14891
14892 2016-07-06 Manish Goregaokar <manish@mozilla.com>
14893
14894 * simple.rs: Add test for raw pointer subscripting.
14895 * simple.exp: Add test expectations.
14896
14897 2016-07-05 Yao Qi <yao.qi@linaro.org>
14898
14899 * gdb.mi/mi-reverse.exp: Match =record-started output.
14900
14901 2016-07-01 Pedro Alves <palves@redhat.com>
14902
14903 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14904 procedure.
14905 (jit_reader_test): Test the jit reader's unwinder.
14906 * gdb.base/jithost.c (jit_function_00_code): New global.
14907 (main): Use memcpy to fill in the mmapped code, instead of poking
14908 bytes manually here.
14909 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14910 value.
14911 (read_debug_info): Save the function's range.
14912 (read_sp): New function.
14913 (unwind_frame): Use it. Also unwind RBP.
14914 (get_frame_id): Use read_sp.
14915 (gdb_init_reader): Use calloc instead of malloc.
14916 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
14917 parameter. Use gdb_test_multiple.
14918
14919 2016-07-01 Pedro Alves <palves@redhat.com>
14920 Antoine Tremblay <antoine.tremblay@ericsson.com>
14921
14922 * gdb.threads/process-dies-while-detaching.c: New file.
14923 * gdb.threads/process-dies-while-detaching.exp: New file.
14924
14925 2016-07-01 Pedro Alves <palves@redhat.com>
14926
14927 * gdb.multi/watchpoint-multi-exit.c: New file.
14928 * gdb.multi/watchpoint-multi-exit.exp: New file.
14929
14930 2016-06-30 Pedro Alves <palves@redhat.com>
14931
14932 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
14933 unset inferior_spawn_id.
14934
14935 2016-06-30 Pedro Alves <palves@redhat.com>
14936
14937 * lib/mi-support.exp (default_mi_gdb_start): Declare global
14938 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
14939
14940 2016-06-29 Yao Qi <yao.qi@linaro.org>
14941
14942 * gdb.base/return.c: Add copyright header.
14943
14944 2016-06-29 Tom Tromey <tom@tromey.com>
14945
14946 PR python/20129:
14947 * gdb.python/py-framefilter.exp: Add tests for setting priority
14948 and disabling of non-existent frame filter.
14949
14950 2016-06-29 Yao Qi <yao.qi@linaro.org>
14951
14952 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14953 0x0f07ff.
14954
14955 2016-06-28 Yao Qi <yao.qi@linaro.org>
14956
14957 * gdb.base/catch-syscall.exp: Remove check on isnative and target
14958 triplets. Start gdb, execute catch syscall, and continue. Check
14959 gdb's output to determine catch syscall is supported.
14960
14961 2016-06-27 Manish Goregaokar <manish@mozilla.com>
14962
14963 * gdb.rust/simple.rs: Add test for returning unit in a function.
14964 * gdb.rust/simple.exp: Add expectation for functions returning
14965 unit.
14966
14967 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
14968
14969 * gdb.python/py-breakpoint-create-fail.c,
14970 gdb.python/py-breakpoint-create-fail.exp,
14971 gdb.python/py-breakpoint-create-fail.py: New testcase.
14972
14973 2016-06-25 Manish Goregaokar <manish@mozilla.com>
14974
14975 PR gdb/20239
14976 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
14977 * gdb.rust/simple.exp: Add test expectations for new NonZero
14978 tests.
14979
14980 2016-06-24 David Taylor <dtaylor@emc.com>
14981
14982 * gdb.base/offsets.exp: New file.
14983 * gdb.base/offsets.c: New file.
14984
14985 2016-06-23 Tom Tromey <tom@tromey.com>
14986
14987 PR gdb/16483:
14988 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
14989 before any filters are loaded.
14990
14991 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
14992
14993 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
14994 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
14995 structs.
14996 * gdb.fortran/derived-type-function.exp: New file.
14997 * gdb.fortran/derived-type-function.f90: New file.
14998
14999
15000 2016-06-21 Pedro Alves <palves@redhat.com>
15001
15002 * gdb.base/new-ui.exp: New file.
15003 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
15004 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
15005 (with_spawn_id): New procedure.
15006
15007 2016-06-21 Pedro Alves <palves@redhat.com>
15008
15009 * gdb.mi/mi-exec-run.exp: New file.
15010
15011 2016-06-21 Pedro Alves <palves@redhat.com>
15012
15013 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
15014 breakpoint command's output on the main UI.
15015 (test_break): New procedure, factored out from calls in the top
15016 level.
15017 (top level): Use foreach_with_prefix to test MI as main UI and as
15018 separate UI.
15019
15020 2016-06-21 Pedro Alves <palves@redhat.com>
15021
15022 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
15023 (test_awatch_creation_and_listing)
15024 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
15025 Remove 'type' parameter.
15026 (test_watchpoint_all): New parameter mi_mode. Remove
15027 with_test_prefix.
15028 (top level): Use foreach_with_prefix, and add main/separate UI MI
15029 testing axis.
15030
15031 2016-06-21 Pedro Alves <palves@redhat.com>
15032
15033 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
15034 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
15035 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
15036 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
15037 (gdb_main_spawn_id, mi_spawn_id): Declare and
15038 comment.
15039 (mi_create_inferior_pty): New procedure,
15040 factored out from default_mi_gdb_start.
15041 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
15042 procedures.
15043 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
15044 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
15045 Use mi_create_inferior_pty.
15046 (mi_gdb_start): Use eval to pass down args list.
15047
15048 2016-06-21 Pedro Alves <palves@redhat.com>
15049
15050 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
15051 * gdb.opt/inline-cmds.exp: Add MI tests.
15052
15053 2016-06-21 Pedro Alves <palves@redhat.com>
15054
15055 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
15056
15057 2016-06-21 Pedro Alves <palves@redhat.com>
15058
15059 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
15060 (top level): Use it instead of mi_execute_to.
15061
15062 2016-06-21 Pedro Alves <palves@redhat.com>
15063
15064 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
15065 (cont_handler_str): New.
15066 (signal_stop_handler): Set stop_handler_str instead of printing to
15067 stdout.
15068 (continue_handler): Set cont_handler_str instead of printing to
15069 stdout.
15070 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
15071 mi_send_resuming_command. Print stop_handler_str and
15072 cont_handler_str instead of expecting the python events print
15073 directly.
15074
15075 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
15076
15077 * gdb.base/jit-reader.exp: New file.
15078 * gdb.base/jithost.c: New file.
15079 * gdb.base/jithost.h: New file.
15080 * gdb.base/jitreader.c : New file.
15081 * gdb.base/jit-protocol.h: New file.
15082
15083 2016-06-17 Yao Qi <yao.qi@linaro.org>
15084
15085 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
15086 parameters follow_fork and detach_on_fork. Set follow-fork-mode
15087 and detach-on-fork. Adjust tests.
15088 (top level): Invoke break_cond_on_syscall with combinations of
15089 syscall, follow-fork-mode and detach-on-fork.
15090
15091 2016-06-17 Yao Qi <yao.qi@linaro.org>
15092
15093 * gdb.base/step-over-exit.c: New.
15094 * gdb.base/step-over-exit.exp: New.
15095
15096 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
15097
15098 * gdb.base/float.exp: Add target check for nds32*-*-*.
15099 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
15100
15101 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
15102
15103 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
15104 for unsupported target features.
15105 * gdb.base/call-rt-st.exp: Likewise.
15106 * gdb.base/call-sc.exp: Likewise.
15107 * gdb.base/call-signal-resume.exp: Likewise.
15108 * gdb.base/call-strs.exp: Likewise.
15109 * gdb.base/callexit.exp: Likewise.
15110 * gdb.base/callfuncs.exp: Likewise.
15111 * gdb.base/nodebug.exp: Likewise.
15112 * gdb.base/printcmds.exp: Likewise.
15113 * gdb.base/ptype.exp: Likewise.
15114 * gdb.base/structs.exp: Likewise.
15115 * gdb.base/unwindonsignal.exp: Likewise.
15116 * gdb.cp/gdb2495.exp: Likewise.
15117 * gdb.cp/templates.exp: Likewise.
15118 * gdb.cp/virtfunc.exp: Likewise.
15119 * gdb.threads/hand-call-in-threads.exp: Likewise.
15120 * gdb.threads/interrupted-hand-call.exp: Likewise.
15121 * gdb.threads/thread-unwindonsignal.exp: Likewise.
15122
15123 2016-06-10 Tom Tromey <tom@tromey.com>
15124
15125 PR rust/20110:
15126 * gdb.rust/expr.exp: Add test for integer constant larger than
15127 i32.
15128
15129 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
15130
15131 * gdb.fortran/nested-funcs.exp: New.
15132 * gdb.fortran/nested-funcs.f90: New.
15133
15134 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
15135
15136 * gdb.base/examine-backward.c: New file.
15137 * gdb.base/examine-backward.exp: New file.
15138
15139 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
15140
15141 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
15142 matching.
15143
15144 2016-06-02 Tom Tromey <tom@tromey.com>
15145
15146 PR python/18984:
15147 * gdb.python/py-shared.exp: Add solib_name test.
15148
15149 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
15150
15151 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
15152
15153 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
15154
15155 PR c++/19893
15156 * gdb.dwarf2/implref.exp: Rename to...
15157 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
15158 * gdb.dwarf2/implref-array.c: New file.
15159 * gdb.dwarf2/implref-array.exp: Likewise.
15160 * gdb.dwarf2/implref-global.c: Likewise.
15161 * gdb.dwarf2/implref-global.exp: Likewise.
15162 * gdb.dwarf2/implref-struct.c: Likewise.
15163 * gdb.dwarf2/implref-struct.exp: Likewise.
15164
15165 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15166
15167 * gdb.trace/trace-condition.exp: Add 64bit tests.
15168
15169 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15170
15171 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
15172 bits types.
15173 (main): Adapt to 8 to 64 bits types.
15174 * gdb.trace/trace-condition.exp: Add new tests.
15175
15176 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15177
15178 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15179
15180 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15181
15182 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
15183 Move condition tests...
15184 * gdb.trace/trace-condition.exp: Here.
15185
15186 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15187
15188 * gdb.trace/trace-condition.exp: Add counter-case tests.
15189
15190 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15191
15192 PR c++/15231
15193 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
15194 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
15195
15196 2016-05-27 Pedro Alves <palves@redhat.com>
15197
15198 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
15199 New procedure.
15200 (top level): Call it, and bail out of DejaGnu is known to be bad.
15201
15202 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
15203
15204 * gdb.base/whatis.c: Extend the test case.
15205 * gdb.base/whatis.exp: Add additional tests.
15206
15207 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15208
15209 * gdb.fortran/type.f90: Add pointer variable.
15210 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
15211
15212 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15213
15214 * gdb.fortran/vla-type.exp: Fix testcase name.
15215
15216 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15217
15218 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15219
15220 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15221
15222 * gdb.fortran/type.f90: Add nested structures.
15223 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
15224 * gdb.fortran/derived-type.exp: Adapt expected output.
15225 * gdb.fortran/vla-type.exp: Adapt expected output.
15226
15227 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15228
15229 * gdb.fortran/whatis_type.exp: Adapt expected output.
15230
15231 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15232
15233 * gdb.fortran/print_type.exp: Fix expected output.
15234 * gdb.fortran/whatis_type.exp: Fix expected output.
15235
15236 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15237
15238 * gdb.fortran/whatis_type.exp: Use multi_line.
15239
15240 2016-05-24 Tom Tromey <tom@tromey.com>
15241
15242 PR python/17386:
15243 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15244 use value as an index.
15245
15246 2016-05-23 Tom Tromey <tom@tromey.com>
15247
15248 PR python/17981:
15249 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15250 no-breakpoint case.
15251
15252 2016-05-24 Pedro Alves <palves@redhat.com>
15253
15254 PR gdb/19828
15255 * gdb.threads/clone-attach-detach.c: New file.
15256 * gdb.threads/clone-attach-detach.exp: New file.
15257
15258 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15259
15260 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15261
15262 2016-05-23 Tom Tromey <tom@tromey.com>
15263
15264 PR python/19438, PR python/18393:
15265 * gdb.python/py-progspace.exp: Add "dir" test.
15266 * gdb.python/py-objfile.exp: Add "dir" test.
15267
15268 2016-05-23 Yao Qi <yao.qi@linaro.org>
15269
15270 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15271 * gdb.arch/thumb2-it.exp: Likewise.
15272
15273 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15274
15275 * gdb.mi/mi-threads-interrupt.c: New file.
15276 * gdb.mi/mi-threads-interrupt.exp: New file.
15277
15278 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15279
15280 PR gdb/18077
15281 * gdb.mi/mi-async-run.exp: New file.
15282 * gdb.mi/mi-async-run.c: New file.
15283
15284 2016-05-17 Tom Tromey <tom@tromey.com>
15285 Manish Goregaokar <manishsmail@gmail.com>
15286
15287 * lib/rust-support.exp: New file.
15288 * lib/gdb.exp (skip_rust_tests): New proc.
15289 (build_executable_from_specs): Handle rust.
15290 * lib/future.exp (gdb_find_rustc): New proc.
15291 (gdb_default_target_compile): Handle rust.
15292 * gdb.rust/expr.exp: New file.
15293 * gdb.rust/generics.exp: New file.
15294 * gdb.rust/generics.rs: New file.
15295 * gdb.rust/methods.exp: New file.
15296 * gdb.rust/methods.rs: New file.
15297 * gdb.rust/modules.exp: New file.
15298 * gdb.rust/modules.rs: New file.
15299 * gdb.rust/simple.exp: New file.
15300 * gdb.rust/simple.rs: New file.
15301
15302 2016-05-17 Tom Tromey <tom@tromey.com>
15303
15304 * gdb.base/default.exp (set language): Add rust.
15305
15306 2016-05-17 Tom Tromey <tom@tromey.com>
15307
15308 * gdb.gdb/unittest.exp: New file.
15309
15310 2016-05-16 Yao Qi <yao.qi@linaro.org>
15311
15312 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15313 shell_prompt. Update shell_prompt_re.
15314
15315 2016-05-12 Doug Evans <dje@google.com>
15316
15317 PR symtab/19999
15318 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15319 $options when building executable.
15320 * gdb.dwarf2/fission-loclists-pie.S: New file.
15321 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15322
15323 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15324
15325 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15326 of [is_remote target],
15327
15328 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15329
15330 * lib/gdb.exp (use_gdb_stub): New procedure.
15331
15332 2016-05-03 Yunlian Jiang <yunlian@google.com>
15333 Doug Evans <dje@google.com>
15334
15335 PR symtab/19914
15336 * gdb.dwarf2/dwp-sepdebug.c: New file.
15337 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15338
15339 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15340
15341 * gdb.base/detach.exp: Remove is_remote check.
15342
15343 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15344
15345 * gdb.base/annota-input-while-running.exp: Don't check for
15346 [is_remote target]. Enable annotations after running to main.
15347 Remove unused "set test..." line.
15348
15349 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15350
15351 * gdb.trace/trace-enable-disable.exp: New file.
15352 * gdb.trace/trace-enable-disable.c: New file.
15353
15354 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15355
15356 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15357 use it in info sharedlibrary test.
15358 * gdb.trace/ftrace-lock.exp: Likewise.
15359 * gdb.trace/ftrace.exp: Likewise.
15360 * gdb.trace/range-stepping.exp: Likewise.
15361 * gdb.trace/trace-break.exp: Likewise.
15362 * gdb.trace/trace-condition.exp: Likewise.
15363 * gdb.trace/trace-mt.exp: Likewise.
15364
15365 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15366
15367 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15368 (gdb_load_shlib): ... this.
15369 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15370 gdb_load_shlib.
15371 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15372 * gdb.base/ctxobj.exp: Likewise.
15373 * gdb.base/dprintf-pending.exp: Likewise.
15374 * gdb.base/dso2dso.exp: Likewise.
15375 * gdb.base/fixsection.exp: Likewise.
15376 * gdb.base/gcore-relro.exp: Likewise.
15377 * gdb.base/gdb1555.exp: Likewise.
15378 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15379 * gdb.base/gnu-ifunc.exp: Likewise.
15380 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15381 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15382 * gdb.base/pending.exp: Likewise.
15383 * gdb.base/print-file-var.exp: Likewise.
15384 * gdb.base/print-symbol-loading.exp: Likewise.
15385 * gdb.base/shlib-call.exp: Likewise.
15386 * gdb.base/shreloc.exp: Likewise.
15387 * gdb.base/so-impl-ld.exp: Likewise.
15388 * gdb.base/solib-disc.exp: Likewise.
15389 * gdb.base/solib-nodir.exp: Likewise.
15390 * gdb.base/solib-overlap.exp: Likewise.
15391 * gdb.base/solib-symbol.exp: Likewise.
15392 * gdb.base/solib-weak.exp (do_test): Likewise.
15393 * gdb.base/sym-file.exp: Likewise.
15394 * gdb.base/symtab-search-order.exp: Likewise.
15395 * gdb.base/type-opaque.exp: Likewise.
15396 * gdb.base/unload.exp: Likewise.
15397 * gdb.base/watchpoint-solib.exp: Likewise.
15398 * gdb.compile/compile.exp: Likewise.
15399 * gdb.cp/gdb2384.exp: Likewise.
15400 * gdb.cp/infcall-dlopen.exp: Likewise.
15401 * gdb.cp/re-set-overloaded.exp: Likewise.
15402 * gdb.fortran/library-module.exp: Likewise.
15403 * gdb.opt/solib-intra-step.exp: Likewise.
15404 * gdb.python/py-finish-breakpoint.exp: Likewise.
15405 * gdb.python/py-shared.exp: Likewise.
15406 * gdb.reverse/solib-precsave.exp: Likewise.
15407 * gdb.reverse/solib-reverse.exp: Likewise.
15408 * gdb.server/solib-list.exp: Likewise.
15409 * gdb.threads/dlopen-libpthread.exp: Likewise.
15410 * gdb.threads/tls-shared.exp: Likewise.
15411 * gdb.threads/tls-so_extern.exp: Likewise.
15412 * gdb.trace/change-loc.exp: Likewise.
15413 * gdb.trace/ftrace-lock.exp: Likewise.
15414 * gdb.trace/ftrace.exp: Likewise.
15415 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15416 * gdb.trace/pending.exp: Likewise.
15417 * gdb.trace/range-stepping.exp: Likewise.
15418 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15419 (strace_info_marker): Likewise.
15420 (strace_probe_marker): Likewise.
15421 (strace_trace_on_same_addr): Likewise.
15422 (strace_trace_on_diff_addr): Likewise.
15423 * gdb.trace/trace-break.exp: Likewise.
15424 * gdb.trace/trace-condition.exp: Likewise.
15425 * gdb.trace/trace-mt.exp: Likewise.
15426
15427 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15428
15429 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15430 result of gdb_remote_download.
15431 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15432 * gdb.base/dso2dso.exp: Likewise.
15433 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15434 * gdb.base/print-file-var.exp: Likewise.
15435 * gdb.base/shlib-call.exp: Likewise.
15436 * gdb.base/shreloc.exp: Likewise.
15437 * gdb.base/solib-overlap.exp: Likewise.
15438 * gdb.base/solib-weak.exp (do_test): Likewise.
15439 * gdb.base/unload.exp: Likewise.
15440
15441 2016-04-27 Yao Qi <yao.qi@linaro.org>
15442
15443 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15444 exists.
15445
15446 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15447
15448 * vla-type.exp: Print structure from toplevel.
15449
15450 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15451
15452 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15453 of dynamic types.
15454 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15455 of dynamic types.
15456
15457 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15458
15459 * gdb.fortran/vla-type.f90: New file.
15460 * gdb.fortran/vla-type.exp: New file.
15461
15462 2016-04-25 Yao Qi <yao.qi@linaro.org>
15463
15464 * gdb.base/branch-to-self.c: New file.
15465 * gdb.base/branch-to-self.exp: New file.
15466
15467 2016-04-22 Yao Qi <yao.qi@linaro.org>
15468
15469 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15470 more after $hex.
15471
15472 2016-04-22 Yao Qi <yao.qi@linaro.org>
15473
15474 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15475 * gdb.base/annota3.exp: Likewise.
15476
15477 2016-04-22 Yao Qi <yao.qi@linaro.org>
15478
15479 * gdb.reverse/step-precsave.exp: Do one step and test program
15480 stops in "callee" and do multiple steps until program goes out
15481 of "callee".
15482 * gdb.reverse/step-reverse.exp: Likewise.
15483
15484 2016-04-22 Yao Qi <yao.qi@linaro.org>
15485
15486 * gdb.trace/signal.exp: Also pass if
15487 $tracepoint_hits($i) > $iterations.
15488
15489 2016-04-22 Yao Qi <yao.qi@linaro.org>
15490
15491 * gdb.trace/signal.c: New file.
15492 * gdb.trace/signal.exp: New file.
15493
15494 2016-04-19 Doug Evans <xdje42@gmail.com>
15495
15496 * gdb.base/bad-file.exp: New file.
15497
15498 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15499
15500 * gdb.dwarf2/implref.exp: New file.
15501
15502 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15503
15504 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15505 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15506 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15507 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15508 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15509 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15510 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15511 * lib/fortran.exp (fortran_int4): New procedure.
15512 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15513 (fortran_logical4): Likewise.
15514
15515 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15516
15517 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15518
15519 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15520
15521 * lib/compiler.c: Add Intel specific preprocessor macros.
15522 * lib/compiler.cc: Likewise.
15523
15524 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
15525
15526 * gdb.server/connect-with-no-symbol-file.c: New file.
15527 * gdb.server/connect-with-no-symbol-file.exp: New file.
15528
15529 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15530
15531 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15532
15533 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15534
15535 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15536 standard output directory.
15537
15538 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15539
15540 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15541
15542 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15543
15544 * gdb.btrace/instruction_history.c (loop): Add declaration.
15545
15546 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15547
15548 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15549
15550 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15551
15552 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15553 parentheses to print.
15554 (continue_handler): Likewise.
15555
15556 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15557
15558 * gdb.server/solib-list.exp: Remove is_remote check.
15559 Pass shlib= to gdb_compile. Don't link shared library with
15560 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15561 Run binary filename through "readlink -f" on the target.
15562
15563 2016-04-08 Pedro Alves <palves@redhat.com>
15564
15565 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15566 interpreter filename as argument to gdbserver_spawn.
15567 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15568 Return empty if $last_loaded_file does not exist.
15569
15570 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15571
15572 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15573 * gdb.base/jit-main.c: Use exit after usage.
15574
15575 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15576
15577 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15578 GDBHISTSIZE prior to the tests.
15579 * gdb.base/gdbinit-history.exp: Likewise.
15580
15581 2016-04-07 Pedro Alves <palves@redhat.com>
15582
15583 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15584 instead of build_executable. Use gdb_load_shlibs.
15585
15586 2016-04-07 Yao Qi <yao.qi@linaro.org>
15587
15588 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15589 Execute "si" command.
15590
15591 2016-04-07 Yao Qi <yao.qi@linaro.org>
15592
15593 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15594 number instead of the comments on some line.
15595
15596 2016-04-06 Don Breazeal <donb@codesourcery.com>
15597
15598 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15599 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15600
15601 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15602
15603 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15604 standard_output_file. Remove unused binfile variable.
15605
15606 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
15607
15608 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15609 * gdb.python/py-mi-objfile.exp: Match "list main" output
15610 in console format.
15611
15612 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15613
15614 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15615 absolute.
15616
15617 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15618
15619 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15620 absolute.
15621 * gdb.trace/ftrace.exp: Likewise.
15622 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15623 targets as well.
15624 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15625 (gdb_load_shlibs): Copy libraries to test directory when testing
15626 natively. Only set solib-search-path if testing remotely.
15627 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15628
15629 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15630
15631 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15632 gdb_download. Use it even if the target is not remote.
15633 * gdb.base/jit.exp (compile_jit_test): Likewise.
15634 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15635 output directory if the destination board is local, otherwise use
15636 the standard remote_download from DejaGnu.
15637 (gdb_download): Remove.
15638 (gdb_load_shlibs): Use gdb_remote_download instead of
15639 gdb_download.
15640 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15641 Use gdb_remote_download instead of gdb_download. Use it even if
15642 the target is not remote.
15643 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15644 instead of gdb_download.
15645
15646 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15647
15648 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15649 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15650 run.
15651
15652 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
15653
15654 PR gdb/19820
15655 * gdb.base/printcmds.exp: Add artificial arrays tests.
15656
15657 2016-03-31 Pedro Alves <palves@redhat.com>
15658
15659 PR gdb/19858
15660 * gdb.base/jit-main.c: Include unistd.h.
15661 (ATTACH): Define to 0 if not already defined.
15662 (wait_for_gdb, mypid): New globals.
15663 (WAIT_FOR_GDB): New macro.
15664 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15665 some breakpoint locations.
15666 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15667 New procedures.
15668 (one_jit_test): Add REATTACH parameter, and handle it. Use
15669 continue_to_test_location.
15670 (top level): Test attach, and adjusts calls to one_jit_test.
15671
15672 2016-03-31 Pedro Alves <palves@redhat.com>
15673
15674 PR gdb/19858
15675 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15676 BINSUFFIX parameter, and handle it.
15677 (top level): Adjust calls compile_jit_test.
15678
15679 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
15680
15681 PR python/19743
15682 * gdb.python/py-mi-events-gdb.py: New file.
15683 * gdb.python/py-mi-events.c: New file.
15684 * gdb.python/py-mi-events.exp: New file.
15685
15686 2016-03-30 Yao Qi <yao.qi@linaro.org>
15687
15688 * gdb.reverse/until-precsave.exp: Match function name only.
15689 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15690 Move malloc to a condition block.
15691 * gdb.reverse/until-reverse.exp: Match function name only.
15692
15693 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15694
15695 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15696 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15697 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15698 variable for GPR 0 instead of assuming it is register 0.
15699 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15700 * lib/trace-support.exp: Add s390 registers.
15701
15702 2016-03-29 Yao Qi <yao.qi@linaro.org>
15703
15704 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15705
15706 2016-03-24 Yao Qi <yao.qi@linaro.org>
15707
15708 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15709 test message.
15710
15711 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15712
15713 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15714 maintaining separate logic for constructing the output path.
15715
15716 2016-03-16 Don Breazeal <donb@codesourcery.com>
15717
15718 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15719 Retry fork and waitpid on interrupted system call errors.
15720 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15721 Use with_timeout_factor to increase timeout by factor of 10.
15722
15723 2016-03-15 Don Breazeal <donb@codesourcery.com>
15724
15725 * gdb.cp/scope-err.cc: New test program.
15726 * gdb.cp/scope-err.exp: New test script.
15727 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15728 lines and "set breakpoint here" comment.
15729 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15730 Fixed some whitespace and format issues.
15731 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15732 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15733
15734 2016-03-15 Doug Evans <dje@google.com>
15735
15736 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15737 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15738 All callers updated. Add tests for enums, mixed flags register.
15739
15740 2016-03-15 Doug Evans <dje@google.com>
15741
15742 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15743 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15744
15745 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15746
15747 * gdb.base/default.exp: Add $_as_string to the list of expected
15748 convenience functions.
15749
15750 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15751
15752 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15753
15754 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15755
15756 * gdb.python/py-as-string.exp: New file.
15757 * gdb.python/py-as-string.c: New file.
15758
15759 2016-03-09 Pedro Alves <palves@redhat.com>
15760
15761 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15762 signal" -> "Thread NN received signal" output change.
15763 * gdb.threads/ia64-sigill.exp: Likewise.
15764 * gdb.threads/linux-dp.exp: Likewise.
15765 * gdb.threads/manythreads.exp: Likewise.
15766 * gdb.threads/pending-step.exp: Likewise.
15767 * gdb.threads/print-threads.exp: Likewise.
15768 * gdb.threads/sigstep-threads.exp: Likewise.
15769 * gdb.threads/staticthreads.exp: Likewise.
15770 * gdb.threads/tls.exp: Likewise.
15771
15772 2016-03-09 Pedro Alves <palves@redhat.com>
15773
15774 * gdb.base/command-line-input.exp: New file.
15775
15776 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15777
15778 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15779 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15780 * gdb.trace/pending.exp: Accept leading dot before function name.
15781 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15782 * lib/trace-support.exp: Set registers for ppc.
15783
15784 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15785
15786 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15787 use it for disassembly; accept .main in addition to main in backtrace.
15788
15789 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
15790 Marcin Kościelnicki <koriakin@0x04.net>
15791
15792 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15793 (gdb_recursion_test_ptr): New global variable.
15794 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15795 gdb_recursion_test.
15796 (gdb_c_test): Ditto.
15797
15798 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15799
15800 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15801 ordering.
15802
15803 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15804
15805 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15806 (bar): Add bar_start_lbl label.
15807 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15808 of foo/bar for emitting DWARF and tracing.
15809
15810 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15811
15812 * analyze-racy-logs.py: Set executable bit.
15813
15814 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15815
15816 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15817 (CHECK_TARGET_TMP): Likewise.
15818 (check-single-racy): New rule.
15819 (check-parallel-racy): Likewise.
15820 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15821 (do-check-parallel-racy): New rule.
15822 (check-racy/%.exp): Likewise.
15823 * README (Racy testcases): New section.
15824 * analyze-racy-logs.py: New file.
15825
15826 2016-03-03 Doug Evans <dje@google.com>
15827
15828 * gdb.base/skip.exp: Use with_test_prefix.
15829
15830 2016-03-03 Yao Qi <yao.qi@linaro.org>
15831
15832 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15833 Invoke step_over_syscall "clone" and break_cond_on_syscall
15834 "clone".
15835 * gdb.base/step-over-clone.c: New file.
15836
15837 2016-03-03 Yao Qi <yao.qi@linaro.org>
15838
15839 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15840 code format.
15841
15842 2016-03-03 Yao Qi <yao.qi@linaro.org>
15843
15844 * gdb.base/disp-step-fork.c: Rename to ...
15845 * gdb.base/step-over-fork.c: ... it. New file.
15846 * gdb.base/disp-step-vfork.c: Rename to ...
15847 * gdb.base/step-over-vfork.c: ... it. New file.
15848 * gdb.base/disp-step-syscall.exp: Rename to ...
15849 * gdb.base/step-over-syscall.exp: ... it. New file.
15850 (disp_step_cross_syscall): Rename to ...
15851 (step_over_syscall): ... it.
15852
15853 2016-03-03 Yao Qi <yao.qi@linaro.org>
15854
15855 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15856 If target supports condition evaluation on target, invoke
15857 break_cond_on_syscall for fork and vfork.
15858
15859 2016-03-03 Yao Qi <yao.qi@linaro.org>
15860
15861 * gdb.base/disp-step-syscall.exp: Don't invoke
15862 support_displaced_stepping.
15863 (disp_step_cross_syscall): Test with displaced stepping off and
15864 on if supported.
15865
15866 2016-03-03 Yao Qi <yao.qi@linaro.org>
15867
15868 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15869 proc.
15870 (setup): New proc.
15871 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15872 and setup.
15873
15874 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15875
15876 * gdb.fortran/vla-history.exp: Remove breakpoint.
15877
15878 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15879
15880 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15881 exceeds timeout.
15882
15883 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15884
15885 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15886 breakpoint.
15887
15888 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15889
15890 * gdb.mi/vla.f90: Nullify pointer after declaration.
15891
15892 2016-03-01 Pedro Alves <palves@redhat.com>
15893
15894 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15895
15896 2016-03-01 Pedro Alves <palves@redhat.com>
15897
15898 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15899 before anything else.
15900 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15901 _GNU_SOURCE here.
15902 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15903 before anything else.
15904 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15905
15906 2016-03-01 Pedro Alves <palves@redhat.com>
15907
15908 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15909
15910 2016-03-01 Yao Qi <yao.qi@linaro.org>
15911
15912 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
15913 prepare_for_testing.
15914
15915 2016-03-01 Yao Qi <yao.qi@linaro.org>
15916
15917 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15918
15919 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15920
15921 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
15922 manually constructing the output path.
15923
15924 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15925
15926 * gdb.arch/s390-stackless.S: New.
15927 * gdb.arch/s390-stackless.exp: New.
15928
15929 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15930
15931 * gdb.dlang/circular.c: New file.
15932 * gdb.dlang/circular.exp: New file.
15933
15934 2016-02-26 Yao Qi <yao.qi@linaro.org>
15935
15936 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
15937 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
15938 (testcases): Update.
15939
15940 2016-02-26 Yao Qi <yao.qi@linaro.org>
15941
15942 * gdb.reverse/aarch64.c: Rename to ...
15943 * gdb.reverse/insn-reverse.c: ... it.
15944 * gdb.reverse/aarch64.exp: Rename to ...
15945 * gdb.reverse/insn-reverse.exp: ... it.
15946
15947 2016-02-26 Yao Qi <yao.qi@linaro.org>
15948
15949 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
15950 (testcase_ftype): New.
15951 (testcases): New array.
15952 (n_testcases): New.
15953 (main): Call each element in testcases.
15954 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
15955 (read_testcase): New.
15956 Do the tests in a loop.
15957
15958 2016-02-25 Yao Qi <yao.qi@linaro.org>
15959
15960 * gdb.base/branches.c: Remove.
15961
15962 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15963
15964 PR gdb/13808
15965 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
15966
15967 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15968
15969 * gdb.trace/ftrace.exp: Remove unnecessary target check.
15970
15971 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15972
15973 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
15974 change x86_64 call_insn to 'callq'.
15975
15976 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15977
15978 * gdb.trace/tfile-avx.c: Move to...
15979 * gdb.trace/tracefile-pseudo-reg.c: Here.
15980 * gdb.trace/tfile-avx.exp: Move to...
15981 * gdb.trace/tracefile-pseudo-reg.exp: Here.
15982
15983 2016-02-24 Gary Benson <gbenson@redhat.com>
15984
15985 * gdb.base/attach-pie-noexec.exp: Do not expect an error
15986 message on attach.
15987
15988 2016-02-23 Doug Evans <dje@google.com>
15989
15990 * gdb.base/skip.c (test_skip): New function.
15991 (end_test_skip_file_and_function): New function.
15992 (test_skip_file_and_function): New function.
15993 * gdb.base/skip1.c (test_skip): New function.
15994 (skip1_test_skip_file_and_function): New function.
15995 * gdb.base/skip.exp: Add tests for new skip options.
15996 * gdb.base/skip-solib.exp: Update expected output.
15997 * gdb.perf/skip-command.cc: New file.
15998 * gdb.perf/skip-command.exp: New file.
15999 * gdb.perf/skip-command.py: New file.
16000
16001 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
16002
16003 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
16004 info registers pattern.
16005
16006 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
16007
16008 * lib/future.exp: Add D support.
16009 (gdb_find_gdc): New proc.
16010 (gdb_default_target_compile): Add D support.
16011
16012 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
16013
16014 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
16015 user+system time.
16016 (trace_speed_test): Determine the iteration count for a time
16017 between 15..30 seconds.
16018
16019 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
16020
16021 * gdb.arch/i386-mpx-sigsegv.c: New file.
16022 * gdb.arch/i386-mpx-sigsegv.exp: New file.
16023 * gdb.arch/i386-mpx-simple_segv.c: New file.
16024 * gdb.arch/i386-mpx-simple_segv.exp: New file.
16025
16026 2016-02-18 Yao Qi <yao.qi@linaro.org>
16027
16028 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16029 Don't call setup_kfail.
16030
16031 2016-02-18 Yao Qi <yao.qi@linaro.org>
16032
16033 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16034 Set "set breakpoint condition-evaluation" per $cond_bp_target.
16035
16036 2016-02-16 Doug Evans <dje@google.com>
16037
16038 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
16039 * gdb.base/skip1.c: Ditto.
16040 * gdb.base/skip.exp: Whitespace cleanup.
16041
16042 2016-02-16 Don Breazeal <donb@codesourcery.com>
16043
16044 PR remote/19496
16045 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16046 Remove kfail for PR remote/19496.
16047
16048 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16049
16050 * lib/gdb.exp (standard_temp_file): Return a path specific to
16051 the runtest invocation.
16052
16053 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16054
16055 * gdb.trace/save-trace.exp: Change relative path to be in the
16056 standard output directory.
16057
16058 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16059
16060 * gdb.arch/i386-prologue.c: Add missing prototypes.
16061
16062 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16063
16064 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
16065 * gdb.arch/i386-prologue.exp: Likewise.
16066 * gdb.arch/i386-size.exp: Likewise.
16067
16068 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
16069
16070 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
16071 define object file path.
16072 * gdb.btrace/gcore.exp: Use standard_output_file to define core
16073 file path.
16074 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
16075 standard_output_file to define binfile.
16076
16077 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16078
16079 Fix compatibility with recent gfortran-5.3.1.
16080 * gdb.fortran/vla-history.exp (print vla1 allocated)
16081 (print vla2 allocated, print $2, print $3): Remove
16082 (print $4): Rename to ...
16083 (print $2): ... here.
16084 (print $9): Rename to ...
16085 (print $5): ... here.
16086 (print $10): Rename to ...
16087 (print $6): ... here.
16088 * gdb.fortran/vla.f90: Add pvla initialization.
16089
16090 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16091
16092 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
16093 New test.
16094 * gdb.fortran/vla-value-sub.exp: Likewise.
16095
16096 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
16097
16098 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
16099
16100 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
16101
16102 * i386-biarch-core.exp: Define corefile using
16103 standard_output_file.
16104
16105 2016-02-12 Yao Qi <yao.qi@linaro.org>
16106
16107 * gdb.arch/arm-single-step-kernel-helper.c: New.
16108 * gdb.arch/arm-single-step-kernel-helper.exp: New.
16109
16110 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
16111
16112 * gdb.btrace/tailcall-only.exp: New.
16113 * gdb.btrace/tailcall-only.c: New.
16114 * gdb.btrace/x86_64-tailcall-only.S: New.
16115 * gdb.btrace/i686-tailcall-only.S: New.
16116
16117 2016-02-11 Pedro Alves <palves@redhat.com>
16118
16119 * README (Parallel testing): Add missing double quotes.
16120
16121 2016-02-11 Pedro Alves <palves@redhat.com>
16122
16123 * README (Parallel testing): New section.
16124 (GDB_PARALLEL): Rewrite.
16125 (FORCE_PARALLEL): Document.
16126
16127 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
16128
16129 * gdb.trace/tfile-avx.c: New test.
16130 * gdb.trace/tfile-avx.exp: New test.
16131
16132 2016-02-09 Keith Seitz <keiths@redhat.com>
16133
16134 PR breakpoints/19546
16135 * gdb.base/infcall-exec.c: New file.
16136 * gdb.base/infcall-exec2.c: New file.
16137 * gdb.base/infcall-exec.exp: New file.
16138
16139 2016-02-09 Keith Seitz <keiths@redhat.com>
16140
16141 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
16142 (toplevel): Call test_bkpt_address.
16143
16144 2016-02-09 Keith Seitz <keiths@redhat.com>
16145
16146 PR python/19506
16147 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
16148 (toplevel): Call test_bkpt_address.
16149
16150 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
16151
16152 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
16153 to AC_OUTPUT.
16154 * configure: Regenerate.
16155
16156 2016-02-09 Pedro Alves <palves@redhat.com>
16157
16158 PR breakpoints/19548
16159 * gdb.base/execl-update-breakpoints.c (some_function): New
16160 function.
16161 (main): Call it.
16162 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
16163 Tighten expected GDB output.
16164
16165 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16166
16167 * Makefile.in (ALL_SUBDIRS): Remove.
16168 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
16169 (distclean maintainer-clean realclean): Likewise.
16170 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
16171 * configure: Regenerate.
16172 * gdb.ada/Makefile.in: Delete.
16173 * gdb.arch/Makefile.in: Likewise.
16174 * gdb.asm/Makefile.in: Likewise.
16175 * gdb.base/Makefile.in: Likewise.
16176 * gdb.btrace/Makefile.in: Likewise.
16177 * gdb.cell/Makefile.in: Likewise.
16178 * gdb.compile/Makefile.in: Likewise.
16179 * gdb.cp/Makefile.in: Likewise.
16180 * gdb.disasm/Makefile.in: Likewise.
16181 * gdb.dlang/Makefile.in: Likewise.
16182 * gdb.dwarf2/Makefile.in: Likewise.
16183 * gdb.fortran/Makefile.in: Likewise.
16184 * gdb.gdb/Makefile.in: Likewise.
16185 * gdb.go/Makefile.in: Likewise.
16186 * gdb.guile/Makefile.in: Likewise.
16187 * gdb.java/Makefile.in: Likewise.
16188 * gdb.linespec/Makefile.in: Likewise.
16189 * gdb.mi/Makefile.in: Likewise.
16190 * gdb.modula2/Makefile.in: Likewise.
16191 * gdb.multi/Makefile.in: Likewise.
16192 * gdb.objc/Makefile.in: Likewise.
16193 * gdb.opencl/Makefile.in: Likewise.
16194 * gdb.opt/Makefile.in: Likewise.
16195 * gdb.pascal/Makefile.in: Likewise.
16196 * gdb.perf/Makefile.in: Likewise.
16197 * gdb.python/Makefile.in: Likewise.
16198 * gdb.reverse/Makefile.in: Likewise.
16199 * gdb.server/Makefile.in: Likewise.
16200 * gdb.stabs/Makefile.in: Likewise.
16201 * gdb.threads/Makefile.in: Likewise.
16202 * gdb.trace/Makefile.in: Likewise.
16203 * gdb.xml/Makefile.in: Likewise.
16204 * lib/gdb.exp (make_gdb_parallel_path): Add check for
16205 GDB_PARALLEL.
16206 (standard_output_file): Remove check for GDB_PARALLEL, always
16207 return path in outputs/$subdir/$testname.
16208
16209 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16210
16211 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
16212 (site.exp): Assign abs_srcdir to tcl's srcdir.
16213
16214 2016-02-04 Yao Qi <yao.qi@linaro.org>
16215
16216 * gdb.base/foll-exec-mode.c: Include limits.h.
16217 (main): Add parameters argc and argv. Get directory from
16218 argv[0].
16219 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
16220 compilation.
16221 * gdb.base/foll-exec.c: Include limits.h.
16222 (main): Add parameters argc and argv.
16223 Get directory from argv[0].
16224 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
16225 Adjust tests on the number of lines as source code changed.
16226 * gdb.base/foll-vfork-exit.c: Include limits.h.
16227 (main): Add one line of statement before vfork.
16228 * gdb.base/foll-vfork.c: Include limits.h and string.h.
16229 (main): Add parameters argc and argv. Get directory from
16230 argv[0].
16231 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
16232 (setup_gdb): Set tbreak to skip some source lines.
16233 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
16234 (main): Add parameters argc and argv. Get directory from
16235 argv[0].
16236 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16237 compilation.
16238 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16239 (main): Add parameters argc and argv. Get directory from
16240 argv[0].
16241 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16242 compilation.
16243
16244 2016-02-01 Doug Evans <dje@google.com>
16245
16246 * gdb.base/skip.exp: Clean up multiple references to same test name.
16247
16248 2016-02-01 Pedro Alves <palves@redhat.com>
16249
16250 PR remote/19496
16251 * gdb.threads/forking-threads-plus-breakpoint.exp
16252 (displaced_stepping_supported): New global.
16253 (probe_displaced_stepping_support): New procedure.
16254 (do_test): Add 'displaced' parameter, and use it.
16255 (top level): Check for displaced stepping support. Add displaced
16256 stepping on/off testing axis.
16257
16258 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16259
16260 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16261 pointer. Don't perform further tests on the unassociated pointer
16262 if the first test fails.
16263
16264 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16265
16266 * gdb.base/max-value-size.c: New file.
16267 * gdb.base/max-value-size.exp: New file.
16268 * gdb.base/huge.exp: Disable max-value-size for this test.
16269
16270 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16271
16272 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16273
16274 2016-01-28 Yao Qi <yao.qi@linaro.org>
16275
16276 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16277
16278 2016-01-25 Pedro Alves <palves@redhat.com>
16279
16280 PR threads/19461
16281 * gdb.base/fork-running-state.c: New file.
16282 * gdb.base/fork-running-state.exp: New file.
16283
16284 2016-01-25 Pedro Alves <palves@redhat.com>
16285
16286 PR gdb/19494
16287 * gdb.base/catch-fork-kill.c: New file.
16288 * gdb.base/catch-fork-kill.exp: New file.
16289
16290 2016-01-25 Pedro Alves <palves@redhat.com>
16291
16292 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16293 Delete, moved to lib/gdb.exp.
16294 * gdb.threads/forking-threads-plus-breakpoint.exp
16295 (foreach_with_prefix): Likewise.
16296 * gdb.threads/process-dies-while-handling-bp.exp
16297 (foreach_with_prefix): Likewise.
16298 * lib/gdb.exp (foreach_with_prefix): New procedure.
16299
16300 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16301
16302 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16303 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16304
16305 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16306
16307 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16308 endian targets.
16309
16310 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16311 Pedro Alves <palves@redhat.com>
16312
16313 Fix testsuite compatibility with Guile.
16314 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16315 number.
16316
16317 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16318
16319 Fix testsuite compatibility with Guile.
16320 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16321 (thread 1): New test for backtrace through signal handler.
16322
16323 2016-01-22 Yao Qi <yao.qi@linaro.org>
16324
16325 PR testsuite/19491
16326 * gdb.base/multi-forks.c: Include
16327 ../lib/unbuffer_output.c
16328 (main): Call gdb_unbuffer_output.
16329
16330 2016-01-21 Doug Evans <dje@google.com>
16331
16332 * lib/ada.exp (gdb_compile_ada): Fix typo.
16333
16334 2016-01-21 Joel Brobecker <brobecker@adacore.com>
16335
16336 * gdb.base/break-fun-addr.exp: New file.
16337 * gdb.base/break-fun-addr1.c: New file.
16338 * gdb.base/break-fun-addr2.c: New file.
16339
16340 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16341
16342 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16343 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16344 enum flag values.
16345
16346 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16347
16348 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16349 when GDB can not set the vector return value. Add more comments
16350 for clarification.
16351
16352 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16353
16354 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16355 command.
16356
16357 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16358
16359 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16360
16361 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16362
16363 * Makefile.in (check-single): Pass --status to runtest.
16364 (check/%.exp): Likewise.
16365
16366 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16367
16368 * Makefile.in (check-parallel): Propagate return code from make
16369 do-check-parallel.
16370
16371 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16372
16373 * gdb.trace/ftrace.exp: Fix expected message on continue.
16374 * gdb.trace/pending.exp: Fix expected message on continue.
16375 * gdb.trace/trace-break.exp: Fix expected message on continue.
16376
16377 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16378
16379 * lib/gdb.exp (gdb_test): Remove unused global references.
16380
16381 2016-01-18 Pedro Alves <palves@redhat.com>
16382
16383 * gdb.base/async-shell.exp: Adjust expected output.
16384 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16385 * gdb.base/siginfo-thread.exp: Adjust expected output.
16386 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16387 * gdb.java/jnpe.exp: Adjust expected output.
16388 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16389 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16390 * gdb.threads/leader-exit.exp: Adjust expected output.
16391 * gdb.threads/manythreads.exp: Adjust expected output.
16392 * gdb.threads/pthreads.exp: Adjust expected output.
16393 * gdb.threads/schedlock.exp: Adjust expected output.
16394 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16395 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16396 expected output.
16397 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16398 output.
16399 * gdb.threads/sigthread.exp: Adjust expected output.
16400 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16401
16402 2016-01-18 Yao Qi <yao.qi@linaro.org>
16403
16404 * gdb.guile/scm-section-script.c: Replace @progbits with
16405 %progbits.
16406 * gdb.python/py-section-script.c: Likewise.
16407
16408 2016-01-15 Pedro Alves <palves@redhat.com>
16409
16410 * gdb.multi/tids.exp: Test star wildcard ranges.
16411
16412 2016-01-15 Pedro Alves <palves@redhat.com>
16413
16414 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16415 command from "thread apply" invocation.
16416 (thr_apply_info_thr_invalid): Default the expected output to the
16417 input tid list.
16418 (top level): Add tests that use convenience variables. Add tests
16419 for "thread apply" with a valid TID list, but missing the command.
16420
16421 2016-01-13 Pedro Alves <palves@redhat.com>
16422
16423 * gdb.base/default.exp: Expect $_gthread as well.
16424 * gdb.multi/tids.exp: Test $_gthread.
16425 * gdb.threads/thread-specific.exp: Test $_gthread.
16426
16427 2016-01-13 Pedro Alves <palves@redhat.com>
16428
16429 * gdb.multi/tids.exp: Test "info threads -gid".
16430
16431 2016-01-13 Pedro Alves <palves@redhat.com>
16432
16433 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16434 Breakpoint.thread.
16435 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16436
16437 2016-01-07 Pedro Alves <palves@redhat.com>
16438
16439 * gdb.base/break.exp: Adjust to output changes.
16440 * gdb.base/hbreak2.exp: Likewise.
16441 * gdb.base/sepdebug.exp: Likewise.
16442 * gdb.base/watch_thread_num.exp: Likewise.
16443 * gdb.linespec/keywords.exp: Likewise.
16444 * gdb.multi/info-threads.exp: Likewise.
16445 * gdb.threads/thread-find.exp: Likewise.
16446 * gdb.multi/tids.c: New file.
16447 * gdb.multi/tids.exp: New file.
16448
16449 2016-01-13 Pedro Alves <palves@redhat.com>
16450
16451 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16452
16453 2016-01-13 Pedro Alves <palves@redhat.com>
16454
16455 * gdb.base/default.exp: Expect $_inferior as well.
16456 * gdb.multi/base.exp: Test $_inferior.
16457
16458 2016-01-13 Pedro Alves <palves@redhat.com>
16459
16460 PR breakpoints/19388
16461 * gdb.base/catch-signal-siginfo-cond.c: New file.
16462 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16463
16464 2016-01-12 Josh Stone <jistone@redhat.com>
16465 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16466
16467 * gdb.base/catch-syscall.c (do_execve): New variable.
16468 (main): Conditionally trigger an execve.
16469 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16470 (test_catch_syscall_execve): New, check entry/return across execve.
16471 (do_syscall_tests): Call test_catch_syscall_execve.
16472
16473 2016-01-12 Pedro Alves <palves@redhat.com>
16474
16475 * gdb.base/random-signal.exp (do_test): New procedure, with body
16476 of testcase moved in.
16477
16478 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16479 Pedro Alves <palves@redhat.com>
16480
16481 * gdb.base/funcargs.exp (finish from indirectly called function):
16482 Reintroduce the case for 'First'.
16483
16484 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16485 Pedro Alves <palves@redhat.com>
16486
16487 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16488 (tcatch_vfork_then_child_follow_exec)
16489 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16490 identification.
16491
16492 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16493
16494 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16495 and repeats to unlimited.
16496 * gdb.python/py-value.exp: Likewise.
16497 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16498 and repeats to unlimited.
16499
16500 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16501
16502 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16503 and reordering the functions.
16504 * gdb.multi/hangout.c: Likewise.
16505 * gdb.multi/hello.c: Likewise.
16506
16507 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16508
16509 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16510 absolute.
16511 (SingleStatisticTestResult.report): Use dict.keys instead of
16512 dict.iterkeys.
16513
16514 2016-01-06 Pedro Alves <palves@redhat.com>
16515
16516 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16517
16518 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16519
16520 * gdb.btrace/dlopen.exp: New.
16521 * gdb.btrace/dlopen.c: New.
16522 * gdb.btrace/dlopen-dso.c: New.
16523
16524 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16525
16526 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16527 PATTERN argument is optional.
16528
16529 2015-12-24 Joel Brobecker <brobecker@adacore.com>
16530
16531 * lib/ada.exp (target_compile_ada_from_dir): New function.
16532 (gdb_compile_ada): Reimplement avoiding the use of project files.
16533 * gdb.ada/gnat_ada.gpr: Delete.
16534 * gdb.ada/cond_lang.exp: Adjust test to make path before
16535 filename optional.
16536 * gdb.ada/small_reg_param.exp: Likewise.
16537
16538 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16539
16540 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16541
16542 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16543
16544 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16545 case.
16546
16547 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16548
16549 * gdb.base/break.exp: Remove dead code.
16550 * gdb.base/sepdebug.exp: Likewise.
16551
16552 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16553
16554 * gdb.asm/asm-source.exp: Remove HP-UX references.
16555 * gdb.base/annota1.exp: Likewise.
16556 * gdb.base/annota3.exp: Likewise.
16557 * gdb.base/attach.exp: Likewise.
16558 * gdb.base/bigcore.exp: Likewise.
16559 * gdb.base/break.exp: Likewise.
16560 * gdb.base/call-ar-st.exp: Likewise.
16561 * gdb.base/callfuncs.exp: Likewise.
16562 * gdb.base/catch-fork-static.exp: Likewise.
16563 * gdb.base/display.exp: Likewise.
16564 * gdb.base/foll-exec-mode.exp: Likewise.
16565 * gdb.base/foll-exec.exp: Likewise.
16566 * gdb.base/foll-fork.exp: Likewise.
16567 * gdb.base/foll-vfork.exp: Likewise.
16568 * gdb.base/funcargs.exp: Likewise.
16569 * gdb.base/hbreak2.exp: Likewise.
16570 * gdb.base/inferior-died.exp: Likewise.
16571 * gdb.base/interrupt.exp: Likewise.
16572 * gdb.base/multi-forks.exp: Likewise.
16573 * gdb.base/nodebug.exp: Likewise.
16574 * gdb.base/sepdebug.exp: Likewise.
16575 * gdb.base/solib1.c: Likewise.
16576 * gdb.base/step-test.exp: Likewise.
16577 * gdb.mi/non-stop.c: Likewise.
16578 * gdb.mi/pthreads.c: Likewise.
16579 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16580 * gdb.threads/pthreads.c: Likewise.
16581 * gdb.threads/staticthreads.exp: Likewise.
16582 * lib/future.exp: Likewise.
16583 * lib/gdb.exp: Likewise.
16584 * gdb.base/so-indr-cl.c: Remove.
16585 * gdb.base/so-indr-cl.exp: Likewise.
16586 * gdb.base/solib.c: Likewise.
16587 * gdb.base/solib.exp: Likewise.
16588 * gdb.base/solib2.c: Likewise.
16589
16590 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16591
16592 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16593 * gdb.base/call-ar-st.exp: Likewise.
16594 * gdb.base/callfuncs.exp: Likewise.
16595 * gdb.base/condbreak.exp: Likewise.
16596 * gdb.base/constvars.exp: Likewise.
16597 * gdb.base/hbreak2.exp: Likewise.
16598 * gdb.base/langs.exp: Likewise.
16599 * gdb.base/list.exp: Likewise.
16600 * gdb.base/long_long.exp: Likewise.
16601 * gdb.base/ptype.exp: Likewise.
16602 * gdb.base/scope.exp: Likewise.
16603 * gdb.base/signals.exp: Likewise.
16604 * gdb.base/so-impl-ld.exp: Likewise.
16605 * gdb.base/varargs.exp: Likewise.
16606 * gdb.base/volatile.exp: Likewise.
16607 * gdb.base/whatis.exp: Likewise.
16608 * gdb.cp/cplusfuncs.exp: Likewise.
16609 * gdb.cp/inherit.exp: Likewise.
16610 * gdb.cp/local.exp: Likewise.
16611 * gdb.cp/member-ptr.exp: Likewise.
16612 * gdb.cp/method.exp: Likewise.
16613 * gdb.cp/overload.exp: Likewise.
16614 * gdb.cp/templates.exp: Likewise.
16615 * gdb.stabs/weird.exp: Likewise.
16616 * lib/compiler.c: Likewise.
16617 * lib/compiler.cc: Likewise.
16618 * lib/cp-support.exp: Likewise.
16619 * lib/gdb.exp: Likewise.
16620
16621 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16622
16623 * configure.ac: Remove HP-UX case.
16624 * configure: Regenerate.
16625
16626 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16627
16628 * lib/gdb.exp (gdb_compile): Add function doc.
16629
16630 2015-12-17 Pedro Alves <palves@redhat.com>
16631
16632 PR threads/19354
16633 * gdb.multi/info-threads.exp: New file.
16634
16635 2015-12-15 Yao Qi <yao.qi@linaro.org>
16636
16637 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16638 is aarch64*-*-*.
16639
16640 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16641
16642 * gdb.base/history-duplicates.exp: Skip if no readline support.
16643
16644 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16645
16646 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16647
16648 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16649
16650 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16651
16652 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16653
16654 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16655 ctrl-C if nointerrupts target property is set.
16656 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16657 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16658 * gdb.base/paginate-bg-execution.exp: Likewise.
16659 * gdb.base/paginate-execution-startup.exp: Likewise.
16660 * gdb.base/random-signal.exp: Likewise.
16661 * gdb.base/range-stepping.exp: Likewise.
16662 * gdb.cp/annota2.exp: Likewise.
16663 * gdb.cp/annota3.exp: Likewise.
16664 * gdb.gdb/selftest.exp: Likewise.
16665 * gdb.threads/continue-pending-status.exp: Likewise.
16666 * gdb.threads/leader-exit.exp: Likewise.
16667 * gdb.threads/manythreads.exp: Likewise.
16668 * gdb.threads/pthreads.exp: Likewise.
16669 * gdb.threads/schedlock.exp: Likewise.
16670 * gdb.threads/sigthread.exp: Likewise.
16671
16672 2015-12-11 Don Breazeal <donb@codesourcery.com>
16673
16674 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16675 remote.
16676 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16677 * gdb.base/foll-exec.exp (main): Enable for target remote.
16678 * gdb.base/foll-fork.exp (main): Likewise.
16679 * gdb.base/foll-vfork.exp (main): Likewise.
16680 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16681 (proc continue_to_exit_bp_loc): Use clean_restart.
16682 * gdb.base/pie-execl.exp (main): Disable for target remote.
16683 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16684 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16685 * gdb.threads/execl.exp (main): Likewise.
16686 * gdb.threads/fork-child-threads.exp (main): Likewise.
16687 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16688 remote.
16689 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16690 remote.
16691 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16692 pid.tid style ptids, instead of just tid.
16693 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16694 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16695 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16696 ptids, instead of just tid.
16697
16698 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16699
16700 * gdb.base/list.exp (test_list_forward): Add end of file error
16701 test.
16702 (test_repeat_list_command): Add end of file error test.
16703 (test_list_backwards): Add beginning of file error test.
16704
16705 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16706
16707 * gdb.base/list.exp (test_list_invalid_args): New function,
16708 defined, and called.
16709
16710 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16711
16712 * gdb.base/list.exp (test_list): Make test names unique.
16713
16714 2015-12-11 Yao Qi <yao.qi@linaro.org>
16715
16716 * gdb.base/coremaker2.c: Remove.
16717
16718 2015-12-10 Pedro Alves <palves@redhat.com>
16719
16720 * gdb.multi/base.exp: Remove stale "spaces" references.
16721
16722 2015-12-10 Pedro Alves <palves@redhat.com>
16723
16724 * gdb.multi/base.exp: Don't use nowarnings.
16725 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16726 * gdb.multi/hangout.c: Include stdio.h.
16727 * gdb.multi/hello.c: Include stdlib.h.
16728 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16729 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16730 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16731
16732 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16733
16734 * gdb.dwarf2/dw2-ranges-base.c: New file.
16735 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16736 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16737 support additional line table, and debug ranges generation.
16738 (Dwarf::ranges): New function, generate .debug_ranges.
16739 (Dwarf::lines): Support generating simple line table programs.
16740 (Dwarf::assemble): Initialise new namespace variables.
16741
16742 2015-12-09 Kevin Buettner <kevinb@redhat.com>
16743
16744 * gdb.base/async.exp (proc test_background): Add case for
16745 asynchronous execution not supported.
16746
16747 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
16748
16749 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16750 format and change test names to make them unique.
16751
16752 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16753 Pedro Alves <pedro@redhat.com>
16754
16755 PR gdb/18702
16756 Add checking of floatformats setup on x86_64 hosts.
16757 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16758 (smallval, bigval): New labels/constants.
16759 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16760 float" after loading bigval and smallval.
16761
16762 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16763
16764 * gdb.ada/fun_overload_menu.exp: New testcase.
16765 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16766
16767 2015-12-04 Josh Stone <jistone@redhat.com>
16768
16769 * gdb.base/catch-fork-static.exp: New.
16770
16771 2015-12-03 Yao Qi <yao.qi@linaro.org>
16772
16773 * gdb.base/sizeof.c: Don't include stdio.h and
16774 ../lib/unbuffer_output.c.
16775 (main): New variable 'size' and 'value'. Remove printf and
16776 gdb_unbuffer_output. Assign return value to size and value.
16777 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16778 at the beginning.
16779 (check_sizeof): Check the result by printing variable 'size'.
16780 (check_valueof): Check the result by printing variable 'value'.
16781
16782 2015-12-01 Yao Qi <yao.qi@linaro.org>
16783
16784 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16785 for aarch64*-*-linux* target.
16786
16787 2015-11-30 Pedro Alves <palves@redhat.com>
16788
16789 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16790
16791 2015-11-30 Pedro Alves <palves@redhat.com>
16792
16793 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16794 Handle non-stop mode vCont replies.
16795
16796 2015-11-30 Pedro Alves <palves@redhat.com>
16797
16798 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16799 prepare_for_testing. Start gdb with "set non-stop on" appended to
16800 GDBFLAGS. Lax expected stop output.
16801
16802 2015-11-27 Yao Qi <yao.qi@linaro.org>
16803
16804 * gdb.arch/arm-neon.exp: New.
16805 * gdb.arch/arm-neon.c: New.
16806
16807 2015-11-27 Yao Qi <yao.qi@linaro.org>
16808
16809 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16810
16811 2015-11-27 Yao Qi <yao.qi@linaro.org>
16812
16813 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16814 frames-invalid annotation.
16815
16816 2015-11-27 Yao Qi <yao.qi@linaro.org>
16817
16818 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16819
16820 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16821
16822 * gdb.threads/names.exp: New file.
16823 * gdb.threads/names.c: New file.
16824 * README: Mention gdb,no_thread_names.
16825
16826 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16827
16828 PR 19297
16829 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16830 support" error.
16831
16832 2015-11-24 Pedro Alves <palves@redhat.com>
16833
16834 PR 17539
16835 * gdb.base/display.exp: Expect displays to be sorted in ascending
16836 order. Use multi_line.
16837 * gdb.base/solib-display.exp: Likewise.
16838
16839 2015-11-24 Pedro Alves <palves@redhat.com>
16840
16841 PR 17539
16842 * gdb.base/display.exp: Expect displays to be sorted in ascending
16843 order. Use multi_line.
16844 * gdb.base/solib-display.exp: Likewise.
16845
16846 2015-11-24 Pedro Alves <palves@redhat.com>
16847
16848 PR 17539
16849 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16850 threads in ascending order.
16851 * gdb.base/foll-fork.exp: Likewise.
16852 * gdb.base/foll-vfork.exp: Likewise.
16853 * gdb.base/multi-forks.exp: Likewise.
16854 * gdb.mi/mi-nonstop.exp: Likewise.
16855 * gdb.mi/mi-nsintrall.exp: Likewise.
16856 * gdb.multi/base.exp: Likewise.
16857 * gdb.multi/multi-arch.exp: Likewise.
16858 * gdb.python/py-inferior.exp: Likewise.
16859 * gdb.threads/break-while-running.exp: Likewise.
16860 * gdb.threads/execl.exp: Likewise.
16861 * gdb.threads/gcore-thread.exp: Likewise.
16862 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16863 * gdb.threads/kill.exp: Likewise.
16864 * gdb.threads/linux-dp.exp: Likewise.
16865 * gdb.threads/multiple-step-overs.exp: Likewise.
16866 * gdb.threads/next-bp-other-thread.exp: Likewise.
16867 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16868 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16869 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16870 * gdb.threads/thread-find.exp: Likewise.
16871 * gdb.threads/tls.exp: Likewise.
16872 * lib/mi-support.exp (mi_reverse_list): Delete.
16873 (mi_check_thread_states): No longer reverse list.
16874
16875 2015-11-24 Pedro Alves <palves@redhat.com>
16876
16877 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16878 use lowercase.
16879
16880 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16881
16882 * gdb.trace/actions.c: Include trace-common.h.
16883 (main): Add a location for a fast tracepoint.
16884 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16885 the normal tracepoints.
16886 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16887
16888 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16889
16890 * save-trace.exp: Factor out code to these...
16891 (gdb_save_tracepoints): New.
16892 (gdb_load_tracepoints): New.
16893 (do_save_load_test): New.
16894
16895 2015-11-23 Kevin Buettner <kevinb@redhat.com>
16896
16897 * gdb.base/asmlabel.exp: New test.
16898 * gdb.base/asmlabel.c: New test case.
16899
16900 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16901
16902 * gdb.base/wrong_frame_bt_full-main.c: New file.
16903 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16904 * gdb.base/wrong_frame_bt_full.exp: New file.
16905
16906 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16907
16908 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16909
16910 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16911
16912 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
16913 pstate register when comparing registers values in
16914 sparc64-*-linux-gnu targets to avoid spurious differences.
16915
16916 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16917
16918 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
16919
16920 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
16921
16922 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
16923 as type argument to gdb_compile.
16924 * gdb.base/nested-subp2.exp: Likewise.
16925 * gdb.base/nested-subp3.exp: Likewise.
16926
16927 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
16928
16929 * lib/dwarf.exp (_note): Fix left shift of negative value.
16930 * gdb.trace/trace-condition.exp: Likewise.
16931
16932 2015-11-13 Yao Qi <yao.qi@linaro.org>
16933
16934 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
16935 comments about d10v.
16936 (test_scalar_returns): Likewise.
16937 * gdb.base/d10v.ld: Remove.
16938 * gdb.base/overlays.exp: Remove the target triplet checking for
16939 d10v-*-*.
16940 * gdb.base/structs.exp (test_struct_returns): Remove the
16941 comments about d10v.
16942 (test_struct_calls): Likewise.
16943
16944 2015-11-13 Yao Qi <yao.qi@linaro.org>
16945
16946 * gdb.base/gnu_vector.exp: Check the return value by "p res".
16947 * gdb.base/gnu_vector.c: Don't include stdio.h.
16948 (main): Don't print res and call add_some_intvecs.
16949
16950 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
16951
16952 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
16953 macro.
16954 (func5): Removed.
16955 (func4): Use FAST_TRACEPOINT_LABEL.
16956 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
16957 macro.
16958 (func): Removed.
16959 (thread_function): Use FAST_TRACEPOINT_LABEL.
16960 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
16961 (func): Remove.
16962 (marker): Use FAST_TRACEPOINT_LABEL.
16963 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
16964 (pendfunc1): Remove.
16965 (pendfunc): Use FAST_TRACEPOINT_LABEL.
16966 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
16967 (foo): Remove.
16968 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
16969 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
16970 macro.
16971 (func): Remove.
16972 (marker): Use FAST_TRACEPOINT_LABEL.
16973 * gdb.trace/trace-common.h: New header.
16974 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
16975 macro.
16976 (func): Remove.
16977 (marker): Use FAST_TRACEPOINT_LABEL.
16978 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
16979 (func): Remove.
16980 (thread_function): Use FAST_TRACEPOINT_LABEL.
16981
16982 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
16983
16984 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
16985 in front.
16986 * gdb.trace/change-loc.exp: Use global pcreg definition.
16987 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
16988 * gdb.trace/entry-values.exp: Use global spreg definition, add $
16989 in front.
16990 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
16991 * gdb.trace/pending.exp: Likewise.
16992 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
16993 * gdb.trace/trace-break.exp: Likewise.
16994 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
16995 in front.
16996 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
16997 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
16998 in front.
16999 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
17000
17001 2015-11-09 Joel Brobecker <brobecker@adacore.com>
17002
17003 * gdb.ada/fin_fun_out: New testcase.
17004
17005 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17006
17007 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
17008 value associated with DW_AT_byte_size.
17009 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
17010 constants for DW_AT_byte_size, DW_AT_lower_bound, and
17011 DW_AT_upper_bound.
17012
17013 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17014
17015 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
17016 (gdb_target_symbol_prefix_flags): Define in terms of _asm
17017 version.
17018 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
17019 gdb.dwarf2/dw2-canonicalize-type.exp,
17020 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
17021 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
17022 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
17023 provided by gdb_target_symbol_prefix_flags_asm.
17024 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
17025 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
17026 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
17027 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
17028 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
17029 macros where needed). Use this macro for symbols which require
17030 the prefix provided by SYMBOL_PREFIX.
17031
17032 2015-11-05 Kevin Buettner <kevinb@redhat.com>
17033
17034 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
17035 New procs.
17036 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
17037 representing expressions, of more than one list element.
17038 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
17039 to prepend linker symbol prefix to f.
17040 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
17041 table_1 and table_2.
17042 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
17043 Likewise, for f and g.
17044 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
17045 for ptr.
17046 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
17047 for main.
17048 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
17049 table_1_ptr and table_2_ptr.
17050
17051 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17052 Joel Brobecker <brobecker@adacore.com>
17053
17054 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
17055
17056 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
17057
17058 * gdb.reverse/s390-mvcle.c: New test.
17059 * gdb.reverse/s390-mvcle.exp: New file.
17060 * lib/gdb.exp: Enable reverse tests on s390*-linux.
17061
17062 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17063
17064 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
17065
17066 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17067
17068 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
17069 reaching marker2.
17070 * gdb.reverse/getresuid-reverse.exp: Likewise.
17071 * gdb.reverse/pipe-reverse.exp: Likewise.
17072 * gdb.reverse/readv-reverse.exp: Likewise.
17073 * gdb.reverse/recvmsg-reverse.exp: Likewise.
17074 * gdb.reverse/time-reverse.exp: Likewise.
17075 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
17076
17077 2015-10-30 Yao Qi <yao.qi@linaro.org>
17078
17079 * gdb.threads/wp-replication.c (watch_count_done): Remove.
17080 (empty_cycle): Remove.
17081 (main): Don't call empty_cycle. Don't use watch_count_done.
17082 * gdb.threads/wp-replication.exp: Don't set breakpoint on
17083 empty_cycle. Rewrite the code counting HW watchpoints.
17084
17085 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
17086
17087 * gdb.reverse/fstatat-reverse.c: New test.
17088 * gdb.reverse/fstatat-reverse.exp: New file.
17089 * gdb.reverse/getresuid-reverse.c: New test.
17090 * gdb.reverse/getresuid-reverse.exp: New file.
17091 * gdb.reverse/pipe-reverse.c: New test.
17092 * gdb.reverse/pipe-reverse.exp: New file.
17093 * gdb.reverse/readv-reverse.c: New test.
17094 * gdb.reverse/readv-reverse.exp: New file.
17095 * gdb.reverse/recvmsg-reverse.c: New test.
17096 * gdb.reverse/recvmsg-reverse.exp: New file.
17097 * gdb.reverse/time-reverse.c: New test.
17098 * gdb.reverse/time-reverse.exp: New file.
17099 * gdb.reverse/waitpid-reverse.c: New test.
17100 * gdb.reverse/waitpid-reverse.exp: New file.
17101
17102 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
17103
17104 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
17105
17106 2015-10-26 Doug Evans <dje@google.com>
17107
17108 PR symtab/17391
17109 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
17110 * gdb.dwarf2/bad-regnum.c: New file.
17111 * gdb.dwarf2/bad-regnum.exp: New file.
17112
17113 2015-10-26 Doug Evans <dje@google.com>
17114
17115 PR python/18938
17116 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
17117 file.
17118
17119 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17120
17121 * gdb.compile/compile.exp (compile code globalvar): Update expectation
17122 for a change by "Mention language in compile error message".
17123
17124 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
17125
17126 PR python/18073
17127 * gdb.python/py-type.c (C::a_method): New.
17128 (C::a_const_method): New.
17129 (C::a_static_method): New.
17130 (a_function): New.
17131 * gdb.python/py-type.exp (test_fields): Test getting fields
17132 from function and method.
17133
17134 2015-10-21 Keven Boell <keven.boell@intel.com>
17135
17136 * gdb.fortran/vla-alloc-assoc.exp: New file.
17137 * gdb.fortran/vla-datatypes.exp: New file.
17138 * gdb.fortran/vla-datatypes.f90: New file.
17139 * gdb.fortran/vla-history.exp: New file.
17140 * gdb.fortran/vla-ptype-sub.exp: New file.
17141 * gdb.fortran/vla-ptype.exp: New file.
17142 * gdb.fortran/vla-sizeof.exp: New file.
17143 * gdb.fortran/vla-sub.f90: New file.
17144 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
17145 * gdb.fortran/vla-value-sub-finish.exp: New file.
17146 * gdb.fortran/vla-value-sub.exp: New file.
17147 * gdb.fortran/vla-value.exp: New file.
17148 * gdb.fortran/vla-ptr-info.exp: New file.
17149 * gdb.mi/mi-vla-fortran.exp: New file.
17150 * gdb.mi/vla.f90: New file.
17151
17152 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
17153
17154 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
17155 of hardwired timeout value.
17156
17157 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17158 Pedro Alves <palves@redhat.com>
17159
17160 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
17161 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
17162
17163 2015-10-19 Josh Stone <jistone@redhat.com>
17164
17165 * gdb.base/catch-syscall.c: Include <sched.h>.
17166 (unknown_syscall): New variable.
17167 (main): Trigger a vfork and an unknown syscall.
17168 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
17169 (unknown_syscall_number): Likewise.
17170 (check_call_to_syscall): Accept an optional syscall pattern.
17171 (check_return_from_syscall): Likewise.
17172 (check_continue): Likewise.
17173 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
17174 (test_catch_syscall_skipping_return): New test toggling off 'catch
17175 syscall' to step over the syscall return, then toggling back on.
17176 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
17177 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
17178 (do_syscall_tests): Call test_catch_syscall_without_args and
17179 test_catch_syscall_mid_vfork.
17180 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
17181 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
17182
17183 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
17184
17185 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
17186 print g_vE): Add new pass patterns.
17187 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
17188 print various symbol names for vptr fields.
17189
17190 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17191
17192 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17193 results.
17194
17195 2015-10-12 Yao Qi <yao.qi@linaro.org>
17196
17197 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17198
17199 2015-10-12 Yao Qi <yao.qi@linaro.org>
17200
17201 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
17202 is aarch64*-*-linux*.
17203
17204 2015-10-12 Yao Qi <yao.qi@linaro.org>
17205
17206 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
17207 (can_relocate_bcond_true): ... it.
17208 (can_relocate_bcond_false): New function.
17209 (foo): Likewise.
17210 (can_relocate_bl): Likewise.
17211 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
17212 can_relocate_bl.
17213
17214 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17215
17216 * gdb.base/nested-addr.c: New file.
17217 * gdb.base/nested-addr.exp: New testcase.
17218
17219 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
17220
17221 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
17222 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
17223 its output. Ignore the output of "record goto begin" and instead
17224 check that GDB is replaying.
17225
17226 2015-10-09 Pedro Alves <palves@redhat.com>
17227
17228 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
17229 (top level): Use it in the run with no args test.
17230
17231 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17232
17233 * gdb.dlang/properties.exp: New file.
17234
17235 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
17236
17237 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17238 whether or not address 0x1000 is mapped on the target.
17239
17240 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17241
17242 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17243 build.
17244
17245 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17246
17247 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17248 instruction-history test.
17249
17250 2015-09-28 Doug Evans <dje@google.com>
17251
17252 * gdb.base/gcore.c (array_func): Add reference to static_array.
17253
17254 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17255
17256 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17257 source line.
17258
17259 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17260
17261 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17262 short or char as base type.
17263
17264 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17265
17266 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17267 to allow any size enum.
17268
17269 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17270
17271 * gdb.ada/array_ptr_renaming.exp: New testcase.
17272 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17273 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17274
17275 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17276
17277 * gdb.trace/ftrace-lock.c: New file.
17278 * gdb.trace/ftrace-lock.exp: New file.
17279
17280 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17281
17282 * gdb.arch/insn-reloc.c: New file.
17283 * gdb.arch/ftrace-insn-reloc.exp: New file.
17284
17285 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17286
17287 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17288 instruction.
17289 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17290 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17291 * gdb.trace/range-stepping.c: Likewise.
17292 * gdb.trace/trace-break.c: Likewise.
17293 * gdb.trace/trace-mt.c (thread_function): Likewise.
17294 * gdb.trace/ftrace.c (marker): Likewise.
17295 * gdb.trace/trace-condition.c (marker): Likewise.
17296 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17297 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17298 is_aarch64_target.
17299
17300 2015-09-18 Doug Evans <xdje42@gmail.com>
17301
17302 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17303 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17304
17305 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17306
17307 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17308 the breakpoint.
17309
17310 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17311
17312 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17313 the pending breakpoint. Remove timeout override for "Run till
17314 MI pending breakpoint on pendfunc3 on thread 2" test.
17315
17316 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17317
17318 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17319 filename pattern.
17320
17321 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17322
17323 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17324 in breakpoint filename pattern.
17325
17326 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17327
17328 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17329
17330 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17331
17332 * gdb.linespec/explicit.exp: Check for readline support for
17333 tab-completion tests. Fix obvious typo.
17334
17335 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17336
17337 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17338 and replay.
17339
17340 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17341
17342 * gdb.btrace/non-stop.c: New.
17343 * gdb.btrace/non-stop.exp: New.
17344
17345 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17346 Yao Qi <yao.qi@linaro.org>
17347
17348 * gdb.trace/trace-condition.c: New file.
17349 * gdb.trace/trace-condition.exp: New file.
17350
17351 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
17352
17353 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17354 for testing bytecode compilation.
17355
17356 2015-09-16 Pedro Alves <palves@redhat.com>
17357 Sandra Loosemore <sandra@codesourcery.com>
17358
17359 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17360 (SECONDS): Redefine.
17361 (main): Call pthread_kill and alarm early.
17362 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17363 support.
17364 (test): If the target can't hardware step and doesn't support
17365 displaced stepping, increase the timeout.
17366
17367 2015-09-16 Pedro Alves <palves@redhat.com>
17368
17369 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17370 (enable_debug): New procedures.
17371 (test): Use them. Bail out if waiting for threads fails.
17372 (top level): Bail out if a test fails.
17373
17374 2015-09-16 Yao Qi <yao.qi@linaro.org>
17375
17376 * gdb.asm/asm-source.exp: Set asm-arch for
17377 aarch64*-*-* target.
17378 * gdb.asm/aarch64.inc: New file.
17379
17380 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17381
17382 * gdb.ada/array_of_variable_length.exp: New testcase.
17383 * gdb.ada/array_of_variable_length/foo.adb: New file.
17384 * gdb.ada/array_of_variable_length/pck.adb: New file.
17385 * gdb.ada/array_of_variable_length/pck.ads: New file.
17386
17387 2015-09-15 Doug Evans <dje@google.com>
17388
17389 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17390 of function static local variable.
17391
17392 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17393
17394 * gdb.threads/tls-so_extern.exp: New test file.
17395 * gdb.threads/tls-so_extern.c: New test file.
17396 * gdb.threads/tls-so_extern_main.c: New test file.
17397
17398 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17399
17400 * gdb.opt/solib-intra-step-lib.c: New file.
17401 * gdb.opt/solib-intra-step-main.c: New file.
17402 * gdb.opt/solib-intra-step.exp: New file.
17403
17404 2015-09-15 Pedro Alves <palves@redhat.com>
17405
17406 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17407 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17408
17409 2015-09-14 Pedro Alves <palves@redhat.com>
17410
17411 * gdb.base/hook-stop-continue.c: Delete.
17412 * gdb.base/hook-stop-continue.exp: Delete.
17413 * gdb.base/hook-stop-frame.c: Delete.
17414 * gdb.base/hook-stop-frame.exp: Delete.
17415 * gdb.base/hook-stop.c: New file.
17416 * gdb.base/hook-stop.exp: New file.
17417
17418 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17419
17420 * gdb.ada/access_to_packed_array.exp: New testcase.
17421 * gdb.ada/access_to_packed_array/foo.adb: New file.
17422 * gdb.ada/access_to_packed_array/pack.adb: New file.
17423 * gdb.ada/access_to_packed_array/pack.ads: New file.
17424
17425 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17426
17427 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17428 buffer size test.
17429
17430 2015-09-11 Don Breazeal <donb@codesourcery.com>
17431
17432 * gdb.base/foll-exec.c: Add copyright header. Fix
17433 formatting issues.
17434 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17435 (do_exec_tests): Use clean_restart in place of zap_session,
17436 and for test initialization. Fix formatting issues. Use
17437 fail in place of perror.
17438 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17439 an expect statement to match an expression with output from
17440 the program under debug.
17441 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17442 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17443 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17444 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17445 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17446
17447 2015-09-09 Doug Evans <dje@google.com>
17448
17449 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17450
17451 2015-09-09 Doug Evans <dje@google.com>
17452
17453 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17454
17455 2015-09-09 Doug Evans <dje@google.com>
17456
17457 * gdb.base/savedregs.exp: Fix typo.
17458
17459 2015-09-09 Pedro Alves <palves@redhat.com>
17460
17461 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17462
17463 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17464
17465 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17466 command actually switches threads. Give up on remaining
17467 tests if target fails to stop at breakpoint.
17468
17469 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17470
17471 * gdb.ada/funcall_char.exp: New testcase.
17472 * gdb.ada/funcall_char/foo.adb: New file.
17473
17474 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17475
17476 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17477 expected outputs. Add two testcases for completing ambiguous
17478 functions.
17479 * gdb.ada/complete/aux_pck.adb: New file.
17480 * gdb.ada/complete/aux_pck.ads: New file.
17481 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17482 Ambiguous_Func functions.
17483 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17484 * gdb.ada/complete/pck.adb: Likewise.
17485
17486 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17487
17488 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17489 failures to run the test program under GDB.
17490
17491 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
17492
17493 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17494 to C.
17495
17496 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17497
17498 * gdb.base/run-after-attach.exp: New test file.
17499 * gdb.base/run-after-attach.c: New test file.
17500
17501 2015-08-26 Don Breazeal <donb@codesourcery.com>
17502
17503 * gdb.base/foll-exec-2.c: New test program.
17504 * gdb.base/foll-exec-2.exp: New test.
17505
17506 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17507
17508 * gdb.base/nested-subp1.exp: New file.
17509 * gdb.base/nested-subp1.c: New file.
17510 * gdb.base/nested-subp2.exp: New file.
17511 * gdb.base/nested-subp2.c: New file.
17512 * gdb.base/nested-subp3.exp: New file.
17513 * gdb.base/nested-subp3.c: New file.
17514
17515 2015-08-24 Pedro Alves <palves@redhat.com>
17516
17517 * gdb.server/connect-without-multi-process.c: New file.
17518 * gdb.server/connect-without-multi-process.exp: New file.
17519
17520 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17521
17522 * gdb.opt/inline-markers.c: Make z int.
17523
17524 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17525
17526 * gdb.opt/inline-markers.c: Make z volatile.
17527
17528 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17529
17530 * gdb.opt/inline-bt.c: New volatile global z.
17531 * gdb.opt/inline-cmds.c: Likewise.
17532 * gdb.opt/inline-locals.c: Likewise.
17533 * gdb.opt/inline-markers.c: New extern global z.
17534 (marker): Use z.
17535 (inline_fn): Likewise.
17536
17537 2015-08-24 Pedro Alves <palves@redhat.com>
17538
17539 * config/m32r-stub.exp: Remove file.
17540 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17541 * gdb.base/call-rt-st.exp: Likewise.
17542 * gdb.base/call-strs.exp: Likewise.
17543 * gdb.base/default.exp: Remove references to h8300-*-hms and
17544 *-*-udi*.
17545 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17546
17547 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17548
17549 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17550 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17551 and "return" use KFAIL when GDB can not read/write the vector
17552 return value.
17553
17554 2015-08-21 Gary Benson <gbenson@redhat.com>
17555
17556 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17557
17558 2015-08-20 Pedro Alves <palves@redhat.com>
17559
17560 * gdb.server/solib-list.exp: No longer expect an interior stop in
17561 non-stop mode.
17562
17563 2015-08-20 Pedro Alves <palves@redhat.com>
17564
17565 * gdb.server/connect-stopped-target.c: New file.
17566 * gdb.server/connect-stopped-target.exp: New file.
17567
17568 2015-08-20 Pedro Alves <palves@redhat.com>
17569
17570 * gdb.dwarf2/comp-unit-lang.exp: New file.
17571 * gdb.dwarf2/comp-unit-lang.c: New file.
17572
17573 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17574
17575 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17576 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17577
17578 2015-08-19 Kevin Buettner <kevinb@redhat.com>
17579
17580 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17581 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17582
17583 2015-08-18 Doug Evans <dje@google.com>
17584 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17585
17586 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17587 skip_python_tests. New arg prompt_regexp.
17588 (skip_python_tests): New function.
17589 * lib/mi-support.exp (mi_skip_python_tests): New function.
17590 * gdb.python/py-mi-objfile-gdb.py: New file.
17591 * gdb.python/py-mi-objfile.c: New file.
17592 * gdb.python/py-mi-objfile.exp: New file.
17593
17594 2015-08-17 Keith Seitz <keiths@redhat.com>
17595
17596 * gdb.linespec/explicit.exp: Move strace test from here ...
17597 * gdb.trace/strace.exp: ... to here.
17598
17599 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17600
17601 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17602 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17603
17604 2015-08-14 Doug Evans <xdje42@gmail.com>
17605
17606 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17607 inferior before selecting a new file.
17608
17609 2015-08-14 Doug Evans <xdje42@gmail.com>
17610
17611 * gdb.mi/mi-disassemble.exp: Update.
17612 * gdb.base/disasm-optim.S: New file.
17613 * gdb.base/disasm-optim.c: New file.
17614 * gdb.base/disasm-optim.h: New file.
17615 * gdb.base/disasm-optim.exp: New file.
17616
17617 2015-08-14 Keith Seitz <keiths@redhat.com>
17618
17619 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17620 "evaluated-by".
17621
17622 2015-08-13 Joel Brobecker <brobecker@adacore.com>
17623
17624 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17625
17626 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17627
17628 * gdb.ada/fun_renaming.exp: New testcase.
17629 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17630 * gdb.ada/fun_renaming/pack.adb: New file.
17631 * gdb.ada/fun_renaming/pack.ads: New file.
17632
17633 2015-08-12 Keith Seitz <keiths@redhat.com>
17634
17635 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17636 gdb_get_line_number.
17637
17638 2015-08-12 Joel Brobecker <brobecker@adacore.com>
17639
17640 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17641 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17642 gdb.base/dso2dso.exp: New files.
17643
17644 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17645 Pedro Alves <palves@redhat.com>
17646 Keith Seitz <keiths@redhat.com>
17647
17648 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17649 GDBFLAGS.
17650
17651 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17652
17653 * gdb.base/gdbhistsize-history.exp
17654 (test_histsize_history_setting): Use save_vars.
17655 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17656 Use save_vars.
17657 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17658 * gdb.base/readline.exp: Use save_vars.
17659
17660 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17661
17662 * lib/gdb.exp (save_vars): New proc.
17663
17664 2015-08-11 Keith Seitz <keiths@redhat.com>
17665
17666 * gdb.base/help.exp: Update help_breakpoint_text.
17667
17668 2015-08-11 Keith Seitz <keiths@redhat.com>
17669
17670 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17671 (at toplevel): Call test_explicit_breakpoints.
17672 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17673 breakpoints.
17674 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17675 breakpoint conditions, "-cond".
17676
17677 2015-08-11 Keith Seitz <keiths@redhat.com>
17678
17679 * gdb.linespec/3explicit.c: New file.
17680 * gdb.linespec/cpexplicit.cc: New file.
17681 * gdb.linespec/cpexplicit.exp: New file.
17682 * gdb.linespec/explicit.c: New file.
17683 * gdb.linespec/explicit.exp: New file.
17684 * gdb.linespec/explicit2.c: New file.
17685 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17686 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17687 before using in the matching pattern.
17688 Clarify that `prefix' is a regular expression.
17689
17690 2015-08-11 Keith Seitz <keiths@redhat.com>
17691
17692 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17693 test.
17694 Add tests for missing ",FMT" and ",".
17695
17696 2015-08-10 Doug Evans <dje@google.com>
17697 Keith Seitz <keiths@redhat.com>
17698
17699 PR gdb/17960
17700 * gdb.base/completion.exp: Add location completer tests.
17701
17702 2015-08-07 Pedro Alves <palves@redhat.com>
17703
17704 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17705 tests here.
17706 (top level): Run do_test with and without displaced stepping.
17707
17708 2015-08-07 Pedro Alves <palves@redhat.com>
17709
17710 * gdb.base/valgrind-disp-step.c: New file.
17711 * gdb.base/valgrind-disp-step.exp: New file.
17712
17713 2015-08-07 Pedro Alves <palves@redhat.com>
17714
17715 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17716 Delete function.
17717 (main): Add alarm. Run an infinite loop instead of calling
17718 wait_threads.
17719 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17720 comment.
17721 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17722 Delete function.
17723 (main): Add alarm. Run an infinite loop instead of calling
17724 wait_threads.
17725 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17726 comment.
17727
17728 2015-08-07 Pedro Alves <palves@redhat.com>
17729
17730 * gdb.base/checkpoint-ns.exp: New file.
17731 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17732 standard_testfile.
17733
17734 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17735
17736 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17737 * gdb.btrace/instruction_history.exp: Update.
17738 * gdb.btrace/tsx.exp: New.
17739 * gdb.btrace/tsx.c: New.
17740
17741 2015-08-06 Pedro Alves <palves@redhat.com>
17742
17743 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17744 increase timeout.
17745 * gdb.reverse/until-precsave.exp: Bump timeouts.
17746
17747 2015-08-06 Pedro Alves <palves@redhat.com>
17748
17749 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17750
17751 2015-08-06 Pedro Alves <palves@redhat.com>
17752
17753 PR gdb/18749
17754 * gdb.threads/process-dies-while-handling-bp.c: New file.
17755 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17756
17757 2015-08-06 Pedro Alves <palves@redhat.com>
17758
17759 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17760 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17761
17762 2015-08-05 Pedro Alves <palves@redhat.com>
17763
17764 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17765 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17766
17767 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17768
17769 * gdb.base/bp-permanent.exp: Report test as unsupported if
17770 the target cannot stop at the permanent breakpoint.
17771
17772 2015-08-03 Doug Evans <dje@google.com>
17773
17774 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17775 10000.
17776
17777 2015-08-03 Doug Evans <dje@google.com>
17778
17779 * Makefile.in (workers/%.worker, build-perf): New rule.
17780 (GDB_PERFTEST_MODE): New variable.
17781 (check-perf): Use it.
17782 (clean): Clean up gdb.perf parallel build subdirs.
17783 * lib/build-piece.exp: New file.
17784 * lib/gdb.exp (make_gdb_parallel_path): New function
17785 (standard_output_file, standard_temp_file): Call it.
17786 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17787 of $GDB_PARALLEL.
17788 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17789
17790 2015-08-03 Doug Evans <dje@google.com>
17791
17792 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
17793 (LOG_FILE_NAME): New global.
17794 (TextReporter.__init__): Initialize self.txt_sum.
17795 (TextReporter.report): Add support for multiple data-points.
17796 Move report to perftest.sum, put raw data in perftest.log.
17797 (TextReporter.start): Open sum and log files.
17798 (TextReporter.end): Close sum and log files.
17799 * gdb.perf/lib/perftest/testresult.py
17800 (SingleStatisticTestResult.record): Handle multiple data-points.
17801
17802 2015-07-31 Pedro Alves <palves@redhat.com>
17803
17804 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17805 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17806 kill_wait_spawned_process instead of explicit "kill -9".
17807 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17808 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17809 kill_wait_spawned_process.
17810 * gdb.base/attach-twice.exp: Likewise.
17811 * gdb.base/attach.exp: Likewise.
17812 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17813 gdb_test_multiple.
17814 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17815 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17816 kill_wait_spawned_process.
17817 * gdb.base/valgrind-infcall.exp: Likewise.
17818 * gdb.multi/multi-attach.exp: Likewise.
17819 * gdb.python/py-prompt.exp: Likewise.
17820 * gdb.python/py-sync-interp.exp: Likewise.
17821 * gdb.server/ext-attach.exp: Likewise.
17822 * gdb.threads/attach-into-signal.exp (corefunc): Use
17823 spawn_wait_for_attach, spawn_id_get_pid and
17824 kill_wait_spawned_process.
17825 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17826 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17827 spawn_id_get_pid and kill_wait_spawned_process.
17828 * gdb.threads/attach-stopped.exp (corefunc): Use
17829 spawn_wait_for_attach, spawn_id_get_pid and
17830 kill_wait_spawned_process.
17831 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17832 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17833 kill_wait_spawned_process instead of explicit "kill -9".
17834 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17835 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17836 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17837 processes. Don't map cygwin/windows pids here. Now returns a
17838 spawn id list.
17839
17840 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17841
17842 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17843 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17844 correct patch.
17845
17846 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17847
17848 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17849
17850 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17851
17852 Reapply:
17853 2014-05-21 Mark Wielaard <mjw@redhat.com>
17854
17855 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17856
17857 2015-07-30 Pedro Alves <palves@redhat.com>
17858
17859 * linux-low.c (handle_extended_wait): Set the child's last
17860 reported status to TARGET_WAITKIND_STOPPED.
17861
17862 2015-07-30 Pedro Alves <palves@redhat.com>
17863
17864 PR threads/18600
17865 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17866 only shows inferior 1.
17867
17868 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17869 Pedro Alves <palves@redhat.com>
17870
17871 PR threads/18600
17872 * gdb.threads/fork-plus-threads.c: New file.
17873 * gdb.threads/fork-plus-threads.exp: New file.
17874
17875 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17876
17877 * gdb.base/batch-preserve-term-settings.exp
17878 (test_terminal_settings_preserved_after_cli_exit): Use
17879 send_quit_command.
17880
17881 2015-07-29 Pedro Alves <palves@redhat.com>
17882 Don Breazeal <donb@codesourcery.com>
17883
17884 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17885 output from both inferior_spawn_id and gdb_spawn_id.
17886
17887 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17888
17889 * gdb.threads/attach-into-signal.exp (corefunc): Use
17890 with_test_prefix on nested loops, uniquefying the test messages.
17891
17892 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17893
17894 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17895 commit.
17896
17897 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17898
17899 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17900 New proc.
17901 (test_terminal_settings_preserved_after_sigterm): New test.
17902
17903 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17904
17905 * gdb.base/batch-preserve-term-settings.exp
17906 (test_terminal_settings_preserved_after_cli_exit): New test.
17907
17908 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17909
17910 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17911 manipulation of saved_gdbflags.
17912 (test_terminal_settings_preserved): Remove global declaration of
17913 the unused variable pagination_prompt. Remove manipulation of
17914 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
17915 GDBFLAGS.
17916
17917 2015-07-29 Pedro Alves <palves@redhat.com>
17918
17919 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17920
17921 2015-07-29 Pedro Alves <palves@redhat.com>
17922
17923 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17924 at the top.
17925
17926 2015-07-29 Pedro Alves <palves@redhat.com>
17927
17928 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
17929 (main): Call gdb_unbuffer_output.
17930 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
17931 (main): Call gdb_unbuffer_output.
17932 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
17933 (main): Call gdb_unbuffer_output.
17934 * gdb.base/call-strs.exp: Adjust to step over the
17935 gdb_unbuffer_output call.
17936 * gdb.base/catch-gdb-caused-signals.c: Include
17937 "../lib/unbuffer_output.c".
17938 (main): Call gdb_unbuffer_output.
17939 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
17940 (main): Call gdb_unbuffer_output.
17941 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
17942 (main): Call gdb_unbuffer_output.
17943 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
17944 (main): Call gdb_unbuffer_output.
17945 * gdb.base/shlib-call.exp: Adjust to step over the
17946 gdb_unbuffer_output call.
17947 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
17948 (main): Call gdb_unbuffer_output.
17949 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
17950 (main): Call gdb_unbuffer_output.
17951 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
17952 (main): Rename to ...
17953 (test): ... this.
17954 (main): Reimplement.
17955 * gdb.base/varargs.exp: Run to test instead of to main.
17956 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17957 (main): Call gdb_unbuffer_output.
17958
17959 2015-07-29 Pedro Alves <palves@redhat.com>
17960
17961 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
17962 factore out from mi_continue_dprintf. For call-style dprintfs,
17963 expect dprintf output out of $inferior_spawn_id.
17964 (mi_continue_dprintf): Use mi_expect_dprintf.
17965 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17966 (main): Call gdb_unbuffer_output.
17967
17968 2015-07-29 Pedro Alves <palves@redhat.com>
17969
17970 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
17971 (default_mi_gdb_start): Set inferior_spawn_id instead of
17972 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
17973 gdb_spawn_id.
17974 (mi_gdb_test): Always expect inferior output from both
17975 $inferior_spawn_id and $gdb_spawn_id.
17976
17977 2015-07-29 Pedro Alves <palves@redhat.com>
17978
17979 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
17980 send_inferior and $inferior_spawn_id.
17981
17982 2015-07-29 Pedro Alves <palves@redhat.com>
17983
17984 * gdb.gdb/complaints.exp (test_initial_complaints)
17985 (test_serial_complaints, test_short_complaints): Use
17986 gdb_test_stdio.
17987 (test_empty_complaint): Handle $inferior_spawn_id !=
17988 $gdb_spawn_id.
17989
17990 2015-07-29 Pedro Alves <palves@redhat.com>
17991
17992 * gdb.base/varargs.exp: Use gdb_test_stdio.
17993
17994 2015-07-29 Pedro Alves <palves@redhat.com>
17995
17996 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
17997
17998 2015-07-29 Pedro Alves <palves@redhat.com>
17999
18000 * gdb.base/ending-run.exp: Use gdb_test_stdio.
18001
18002 2015-07-29 Pedro Alves <palves@redhat.com>
18003
18004 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
18005 parameter into two new parameters, "inf_result" and "gdb_result".
18006 Expect inferior output and gdb output from $inferior_spawn_id and
18007 $gdb_spawn_id, respectively. Adjust all callers.
18008
18009 2015-07-29 Pedro Alves <palves@redhat.com>
18010
18011 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
18012 of gdb_test_sequence.
18013
18014 2015-07-29 Pedro Alves <palves@redhat.com>
18015
18016 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
18017 (saw_spurious_output): Expect inferior output from
18018 $inferior_spawn_id. Use gdb_test_stdio.
18019
18020 2015-07-29 Pedro Alves <palves@redhat.com>
18021
18022 * gdb.base/dprintf.exp: Use standard_testfile. Change
18023 prepare_for_testing call.
18024 (srcfile): Don't set.
18025 (restart): New procedure.
18026 (test_dprintf): New procecure, use to continue over dprintfs.
18027 (test_call, test_agent): New procedures, tests moved here.
18028 Restart gdb and recreate dprintfs. Adjust expected output.
18029
18030 2015-07-29 Pedro Alves <palves@redhat.com>
18031
18032 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
18033
18034 2015-07-29 Pedro Alves <palves@redhat.com>
18035
18036 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
18037
18038 2015-07-29 Pedro Alves <palves@redhat.com>
18039
18040 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
18041 gdb_test_stdio.
18042
18043 2015-07-29 Pedro Alves <palves@redhat.com>
18044
18045 * lib/gdb.exp (gdb_test_stdio): New procedure.
18046
18047 2015-07-29 Pedro Alves <palves@redhat.com>
18048
18049 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
18050
18051 2015-07-29 Pedro Alves <palves@redhat.com>
18052
18053 * gdb.base/call-signal-resume.exp: Remove check for
18054 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
18055 * gdb.base/unwindonsignal.exp: Likewise.
18056 * gdb.base/call-signals.c (gen_signal): Remove printf call.
18057 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
18058
18059 2015-07-29 Pedro Alves <palves@redhat.com>
18060
18061 * gdb.base/siginfo-addr.c (pass): New function.
18062 (handler): Call it iff si_addr is correct.
18063 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
18064 Set a breakpoint at "pass" and continue to it.
18065
18066 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
18067
18068 * gdb.python/py-objfile.exp: Make some tests have unique names.
18069 * gdb.python/py-pp-registration.exp: Likewise.
18070
18071 2015-07-28 Pedro Alves <palves@redhat.com>
18072
18073 * gdb.server/server-exec-info.exp: Issue a "disconnect".
18074
18075 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18076
18077 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
18078
18079 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18080
18081 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
18082
18083 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
18084
18085 * gdb.base/gdb-sigterm-2.exp: New test.
18086
18087 2015-07-25 Doug Evans <xdje42@gmail.com>
18088
18089 Revert:
18090 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18091 (workers/%.worker, build-perf): New rule.
18092 (GDB_PERFTEST_MODE): New variable.
18093 (check-perf): Use it.
18094 (clean): Clean up gdb.perf parallel build subdirs.
18095 * lib/build-piece.exp: New file.
18096 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18097 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18098 name.
18099 (standard_temp_file): Ditto.
18100 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18101 of $GDB_PARALLEL.
18102
18103 2015-07-24 Doug Evans <dje@google.com>
18104
18105 * gdb.perf/lib/perftest/utils.py: New file.
18106 * gdb.perf/gm-hello.cc: New file.
18107 * gdb.perf/gm-pervasive-typedef.cc: New file.
18108 * gdb.perf/gm-pervasive-typedef.h: New file.
18109 * gdb.perf/gm-std.cc: New file.
18110 * gdb.perf/gm-std.h: New file.
18111 * gdb.perf/gm-use-cerr.cc: New file.
18112 * gdb.perf/gm-utils.h: New file.
18113 * gdb.perf/gmonster-null-lookup.py: New file.
18114 * gdb.perf/gmonster-pervasive-typedef.py: New file.
18115 * gdb.perf/gmonster-print-cerr.py: New file.
18116 * gdb.perf/gmonster-ptype-string.py: New file.
18117 * gdb.perf/gmonster-runto-main.py: New file.
18118 * gdb.perf/gmonster-select-file.py: New file.
18119 * gdb.perf/gmonster1-null-lookup.exp: New file.
18120 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
18121 * gdb.perf/gmonster1-print-cerr.exp: New file.
18122 * gdb.perf/gmonster1-ptype-string.exp: New file.
18123 * gdb.perf/gmonster1-runto-main.exp: New file.
18124 * gdb.perf/gmonster1-select-file.exp: New file.
18125 * gdb.perf/gmonster1.cc: New file.
18126 * gdb.perf/gmonster1.exp: New file.
18127 * gdb.perf/gmonster2-null-lookup.exp: New file.
18128 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
18129 * gdb.perf/gmonster2-print-cerr.exp: New file.
18130 * gdb.perf/gmonster2-ptype-string.exp: New file.
18131 * gdb.perf/gmonster2-runto-main.exp: New file.
18132 * gdb.perf/gmonster2-select-file.exp: New file.
18133 * gdb.perf/gmonster2.cc: New file.
18134 * gdb.perf/gmonster2.exp: New file.
18135
18136 2015-07-24 Doug Evans <dje@google.com>
18137
18138 * gdb.perf/README: New file.
18139 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
18140 * lib/gen-perf-test.exp: New file.
18141
18142 2015-07-24 Doug Evans <dje@google.com>
18143
18144 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
18145 (PerfTest::startup): New function.
18146 (PerfTest::run): Return result of calling body.
18147 (PerfTest::assemble): Rewrite.
18148 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
18149 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
18150 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
18151 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
18152 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
18153
18154 2015-07-24 Doug Evans <dje@google.com>
18155
18156 * lib/gdb.exp (clean_restart): Make executable optional.
18157
18158 2015-07-24 Doug Evans <dje@google.com>
18159
18160 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
18161 compiler_info references.
18162 * gdb.cp/temargs.exp: Ditto.
18163 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
18164 (get_compiler_info): Early exit if already computed. Set compiler_info
18165 to "unknown" if there was a problem.
18166 (test_compiler_info): Add function comment. Call get_compiler_info.
18167
18168 2015-07-24 Doug Evans <dje@google.com>
18169
18170 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18171 (workers/%.worker, build-perf): New rule.
18172 (GDB_PERFTEST_MODE): New variable.
18173 (check-perf): Use it.
18174 (clean): Clean up gdb.perf parallel build subdirs.
18175 * lib/build-piece.exp: New file.
18176 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18177 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18178 name.
18179 (standard_temp_file): Ditto.
18180 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18181 of $GDB_PARALLEL.
18182
18183 2015-07-24 Doug Evans <dje@google.com>
18184
18185 * lib/future.exp (gdb_default_target_compile): New option
18186 "early_flags".
18187 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
18188 --as-needed.
18189
18190 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
18191
18192 * gdb.base/catch-syscall.exp: Call gdb_exit before
18193 gdb_skip_xml_test.
18194
18195 2015-07-24 Pedro Alves <palves@redhat.com>
18196
18197 * gdb.python/py-events.exp: Accept output between the stop event
18198 and the prompt.
18199 * gdb.python/py-evsignal.exp: Likewise.
18200 * gdb.python/py-evthreads.exp: Likewise.
18201
18202 2015-07-24 Pedro Alves <palves@redhat.com>
18203
18204 PR gdb/18717
18205 * gdb.threads/non-ldr-exit.c: New file.
18206 * gdb.threads/non-ldr-exit.exp: New file.
18207
18208 2015-07-24 Yao Qi <yao.qi@linaro.org>
18209
18210 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18211 restarting process.
18212
18213 2015-07-24 Yao Qi <yao.qi@linaro.org>
18214
18215 * gdb.server/ext-restart.exp: New file.
18216
18217 2015-07-24 Yao Qi <yao.qi@linaro.org>
18218
18219 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
18220 argument options.
18221 * gdb.server/ext-wrapper.exp: New file.
18222
18223 2015-07-23 Doug Evans <dje@google.com>
18224
18225 * gdb.dwarf2/dw2-dummy-cu.S: New file.
18226 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
18227
18228 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
18229
18230 * gdb.ada/var_arr_typedef.exp: New testcase.
18231 * gdb.ada/var_arr_typedef/pack.adb: New file.
18232 * gdb.ada/var_arr_typedef/pack.ads: New file.
18233 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
18234
18235 2015-07-20 Joel Brobecker <brobecker@adacore.com>
18236
18237 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18238
18239 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18240
18241 * gdb.arch/i386-biarch-core.exp: Replace istarget
18242 by "complete set gnutarget". Remove expectation for the "core-file"
18243 command.
18244
18245 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18246
18247 Revert the previous commit:
18248 Tests for validate symbol file using build-id.
18249
18250 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18251
18252 Tests for validate symbol file using build-id.
18253 * gdb.base/solib-mismatch-lib.c: New file.
18254 * gdb.base/solib-mismatch-libmod.c: New file.
18255 * gdb.base/solib-mismatch.c: New file.
18256 * gdb.base/solib-mismatch.exp: New file.
18257
18258 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18259
18260 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18261 nios2-*-linux*.
18262 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18263 * gdb.base/siginfo.exp: Likewise.
18264 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18265
18266 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18267
18268 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18269 Move it to ...
18270 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18271 ... here.
18272 * gdb.trace/range-stepping.exp: Check that the target supports
18273 range stepping.
18274
18275 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18276
18277 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18278
18279 2015-07-14 Pedro Alves <palves@redhat.com>
18280
18281 * gdb.base/killed-outside.exp: New file.
18282 * gdb.base/killed-outside.c: New file.
18283
18284 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18285
18286 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18287 (n at main): New.
18288 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18289
18290 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18291
18292 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18293 infcall tests instead of setting up for KFAIL.
18294
18295 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18296
18297 * gdb.btrace/record_goto-step.exp: New.
18298
18299 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18300
18301 PR compile/18484
18302 * gdb.compile/compile.c (struct struct_type): Add volatile to
18303 selffield's type.
18304 * gdb.compile/compile.exp
18305 (compile code struct_object.selffield = &struct_object): Skip further
18306 struct_object tests if this one xfails.
18307
18308 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
18309
18310 PR exp/18617
18311 * gdb.trace/ax.exp: Add test.
18312
18313 2015-07-07 Yao Qi <yao.qi@linaro.org>
18314
18315 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18316 instead of istarget "aarch64*-*-*".
18317 * gdb.arch/aarch64-fp.exp: Likewise.
18318 * gdb.base/float.exp: Likewise.
18319 * gdb.reverse/aarch64.exp: Likewise.
18320 * lib/gdb.exp (is_aarch64_target): New proc.
18321
18322 2015-07-07 Yao Qi <yao.qi@linaro.org>
18323
18324 * lib/gdb.exp (is_aarch32_target): New proc.
18325 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18326 instead of "istarget "arm*-*-*"".
18327 * gdb.arch/arm-disp-step.exp: Likewise.
18328 * gdb.arch/thumb-bx-pc.exp: Likewise.
18329 * gdb.arch/thumb-prologue.exp: Likewise.
18330 * gdb.arch/thumb-singlestep.exp: Likewise.
18331 * gdb.base/disp-step-syscall.exp: Likewise.
18332 * gdb.base/float.exp: Likewise.
18333
18334 2015-07-07 Yao Qi <yao.qi@linaro.org>
18335
18336 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18337 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18338
18339 2015-07-07 Yao Qi <yao.qi@linaro.org>
18340
18341 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18342 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18343 if it exists.
18344 * gdb.multi/multi-arch.exp: Likewise.
18345
18346 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18347
18348 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18349 print.
18350
18351 2015-07-07 Yao Qi <yao.qi@linaro.org>
18352
18353 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18354
18355 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18356
18357 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18358 '[' and ']' characters.
18359
18360 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18361
18362 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18363
18364 2015-06-29 Pedro Alves <palves@redhat.com>
18365
18366 PR threads/18127
18367 * gdb.threads/hand-call-new-thread.c: New file.
18368 * gdb.threads/hand-call-new-thread.c: New file.
18369
18370 2015-06-26 Keith Seitz <keiths@redhat.com>
18371 Doug Evans <dje@google.com>
18372
18373 PR 16253
18374 * gdb.cp/var-tag-2.cc: New file.
18375 * gdb.cp/var-tag-3.cc: New file.
18376 * gdb.cp/var-tag-4.cc: New file.
18377 * gdb.cp/var-tag.cc: New file.
18378 * gdb.cp/var-tag.exp: New file.
18379
18380 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18381
18382 * gdb.base/history-duplicates.exp: New test.
18383
18384 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18385
18386 * gdb.base/completion.exp: Test the completion of the "focus"
18387 command.
18388
18389 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18390
18391 * gdb.arch/amd64-prologue-skip.S: New file.
18392 * gdb.arch/amd64-prologue-skip.exp: New file.
18393
18394 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18395
18396 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18397 is_address_zero_readable check.
18398
18399 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18400
18401 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18402 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18403
18404 2015-06-24 Yao Qi <yao.qi@linaro.org>
18405
18406 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18407 linux targets.
18408
18409 2015-06-24 Yao Qi <yao.qi@linaro.org>
18410
18411 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18412 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18413 * gdb.base/siginfo-thread.exp: Likewise.
18414
18415 2015-06-22 Yao Qi <yao.qi@linaro.org>
18416
18417 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18418
18419 2015-06-22 Yao Qi <yao.qi@linaro.org>
18420
18421 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18422 aarch64*-*-*.
18423 (skip_hw_watchpoint_tests): Likewise.
18424
18425 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18426
18427 * gdb.base/gdbinit-history.exp: Test the interaction between
18428 setting GDBHISTSIZE and setting the history size via .gdbinit.
18429
18430 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18431
18432 PR gdb/16999
18433 * gdb.base/gdbhistsize-history.exp: New test.
18434
18435 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18436
18437 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18438 with GDBHISTSIZE.
18439 * gdb.base/readline.exp: Likewise.
18440
18441 2015-06-17 Yao Qi <yao.qi@linaro.org>
18442
18443 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18444 line.
18445
18446 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18447
18448 * gdb.base/gdbinit-history.exp: Add test case to check that
18449 an unlimited history file does not get truncated on exit.
18450
18451 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18452
18453 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18454 (VECTOR): New macro. Use it...
18455 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18456 ...for these typedefs.
18457 (int8, char1, int1, double1): New typedefs.
18458 (struct just_int2, struct two_int2): New structures.
18459 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18460 (add_structvecs, add_singlevecs): New functions.
18461 (main): Call add_some_intvecs twice.
18462 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18463 the compile and exit upon failure. Try compiling for the "native"
18464 architecture. Test inferior function calls with vector arguments
18465 and vector return value handling with "finish" and "return".
18466
18467 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18468
18469 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18470 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18471 PE file.
18472 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18473
18474 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18475
18476 PR breakpoints/16465
18477 * gdb.mi/mi-dprintf-pending.c: New file.
18478 * gdb.mi/mi-dprintf-pending.exp: New test.
18479 * gdb.mi/mi-dprintf-pendshr.c: New file.
18480
18481 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18482 Mircea Gherzan <mircea.gherzan@intel.com>
18483
18484 * gdb.arch/i386-mpx-map.c: New file.
18485 * gdb.arch/i386-mpx-map.exp: New File.
18486
18487 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18488
18489 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18490 * gdb.arch/i386-mpx.exp: Indentation fixed.
18491
18492 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18493
18494 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18495 function and improved indentation.
18496 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18497 gdb_test_multiple. Added additional tests to skip the test.
18498
18499 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18500
18501 * gdb.arch/i386-avx512.c: Change path in include file.
18502 * gdb.arch/i386-avx512.exp: Change include dir path
18503 compilation flag.
18504 * gdb.arch/i386-mpx.c: Change path in include file.
18505 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18506 flag.
18507
18508 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18509
18510 * gdb.compile/compile-print.exp (compile print *vararray@3)
18511 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18512
18513 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18514
18515 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18516 (do not keep jit in memory): ... this.
18517 (expect 5): Change it to ...
18518 (expect no 5): ... this.
18519
18520 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18521
18522 PR gdb/15564
18523 * gdb.mi/mi-detach.exp: New file.
18524
18525 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18526
18527 PR symtab/18392
18528 * gdb.arch/amd64-tailcall-self.S: New file.
18529 * gdb.arch/amd64-tailcall-self.c: New file.
18530 * gdb.arch/amd64-tailcall-self.exp: New file.
18531
18532 2015-05-28 Don Breazeal <donb@codesourcery.com>
18533
18534 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18535 tests for remote targets by checking is_target_gdbserver.
18536
18537 2015-05-27 Doug Evans <dje@google.com>
18538
18539 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18540 * gdb.dwarf2/opaque-type-lookup.c: New file.
18541 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18542
18543 2015-05-26 Doug Evans <dje@google.com>
18544
18545 * gdb.cp/iostream.cc: New file.
18546 * gdb.cp/iostream.exp: New file.
18547
18548 2015-05-26 Doug Evans <dje@google.com>
18549
18550 * gdb.dwarf2/dw2-op-call.exp: Update.
18551 * gdb.dwarf2/dw4-sig-types.exp: Update.
18552 * gdb.dwarf2/implptr.exp: Update.
18553 * gdb.mi/mi-cmd-param-changed.exp: Update.
18554
18555 2015-05-26 Doug Evans <dje@google.com>
18556
18557 * gdb.python/py-lazy-string.c: New file.
18558 * gdb.python/py-lazy-string.exp: New file.
18559 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18560 (main): Update. Add estring3.
18561 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18562 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18563
18564 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18565 Yao Qi <yao.qi@linaro.org>
18566
18567 * gdb.reverse/aarch64.c: New.
18568 * gdb.reverse/aarch64.exp: New.
18569
18570 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18571
18572 * lib/gdb.exp (supports_process_record): Return true for
18573 aarch64*-linux*.
18574 (supports_reverse): Likewise.
18575
18576 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18577
18578 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18579 Use with_test_prefix.
18580
18581 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18582
18583 * gdb.base/completion.exp: Add test for completion of layout
18584 names.
18585
18586 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18587
18588 * lib/gdb.exp (skip_tui_tests): New proc.
18589 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18590
18591 2015-05-19 Pedro Alves <palves@redhat.com>
18592
18593 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18594 Save the whole env array instead of just HOME. Unset HISTSIZE in
18595 the environment while testing. Restore whole environment
18596 afterwards.
18597
18598 2015-05-16 Doug Evans <xdje42@gmail.com>
18599
18600 * gdb.guile/scm-ports.c: New file.
18601 * gdb.guile/scm-ports.exp: Add memory port tests.
18602
18603 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18604
18605 * gdb.compile/compile-print.c: New file.
18606 * gdb.compile/compile-print.exp: New file.
18607
18608 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18609
18610 * gdb.compile/compile-ops.exp: Cast param to void.
18611 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18612 (compile code struct_object.selffield = &struct_object): Add xfail.
18613
18614 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18615
18616 * gdb.ada/arr_enum_with_gap: New testcase.
18617
18618 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18619
18620 * gdb.ada/byte_packed_arr: New testcase.
18621
18622 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18623
18624 * gdb.ada/pckd_neg: New testcase.
18625
18626 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18627
18628 PR gdb/17820
18629 * gdb.base/gdbinit-history.exp: New test.
18630 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18631 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18632
18633 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18634
18635 * gdb.python/py-xmethods.cc: Enhance test case.
18636 * gdb.python/py-xmethods.exp: New tests.
18637 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18638 function.
18639 (B_indexoper): Likewise.
18640 (global_dm_list) : Add new xmethod worker functions.
18641
18642 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18643
18644 * gdb.base/coredump-filter.exp: Correctly unset
18645 "coredump_var_addr" array.
18646
18647 2015-05-08 Pedro Alves <palves@redhat.com>
18648
18649 * gdb.server/non-existing-program.exp: Unset spawn_id.
18650
18651 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18652
18653 PR python/18291
18654 * gdb.python/py-xmethods.exp: Add tests.
18655
18656 2015-05-08 Yao Qi <yao.qi@linaro.org>
18657
18658 PR gdb/18208
18659 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18660 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18661 function set_coredump_filter, and remove remote_exec call.
18662 Remove argument ipid. Callers update.
18663 (top level): Don't get inferior's PID.
18664
18665 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18666
18667 * gdb.base/watch_thread_num.exp: Skip test on targets without
18668 access watchpoints.
18669
18670 2015-05-06 Pedro Alves <palves@redhat.com>
18671
18672 PR server/18081
18673 * gdb.server/non-existing-program.exp: New file.
18674
18675 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18676
18677 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18678
18679 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18680
18681 * gdb.ada/out_of_line_in_inlined: New testcase.
18682
18683 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18684
18685 * gdb.ada/var_rec_arr: New testcase.
18686
18687 2015-04-30 Yao Qi <yao.qi@linaro.org>
18688
18689 * gdb.base/break-idempotent.exp: If
18690 skip_hw_watchpoint_multi_tests returns true, skip the tests
18691 on "rwatch" and "awatch".
18692
18693 2015-04-30 Yao Qi <yao.qi@linaro.org>
18694
18695 * gdb.base/relativedebug.exp: Invoke gdb command
18696 "info sharedlibrary", and if libc.so doesn't have debug info,
18697 skip the test.
18698
18699 2015-04-29 Doug Evans <dje@google.com>
18700
18701 * gdb.python/py-xmethods.exp: Add ptype tests.
18702 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18703 get_result_type method.
18704
18705 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18706
18707 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18708 the target does not support hardware watchpoints.
18709
18710 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18711
18712 * gdb.base/break-always.exp: Abort testing if writing to memory
18713 causes an error.
18714
18715 2015-04-28 Doug Evans <dje@google.com>
18716
18717 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18718 * gdb.python/py-pp-registration.exp: ... here. New file.
18719 * gdb.python/py-pp-registration.c: New file.
18720 * gdb.python/py-pp-registration.py: New file.
18721
18722 2015-04-28 Doug Evans <dje@google.com>
18723
18724 * gdb.python/py-bad-printers.c: New file.
18725 * gdb.python/py-bad-printers.py: New file.
18726 * gdb.python/py-bad-printers.exp: New file.
18727
18728 2015-04-28 Sasha Smundak <asmundak@google.com>
18729
18730 * gdb.python/py-type.exp: New test.
18731
18732 2015-04-28 Andy Wingo <wingo@igalia.com>
18733
18734 * gdb.python/py-parameter.exp:
18735 * gdb.guile/scm-parameter.exp: Escape the path that we are
18736 matching against, as it might contain characters that are special
18737 to regular expressions.
18738
18739 2015-04-27 Joel Brobecker <brobecker@adacore.com>
18740
18741 * gdb.ada/rec_comp: New testcase.
18742
18743 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18744
18745 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18746 before using it.
18747
18748 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18749
18750 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18751 new tests for verilog output.
18752
18753 2015-04-24 Yao Qi <yao.qi@linaro.org>
18754
18755 * boards/remote-gdbserver-on-localhost.exp: New file.
18756
18757 2015-04-23 Pedro Alves <palves@redhat.com>
18758
18759 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18760 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18761 "end of file", remove $inferior_spawn_id from the indirect list.
18762
18763 2015-04-23 Pedro Alves <palves@redhat.com>
18764
18765 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18766
18767 2015-04-23 Pedro Alves <palves@redhat.com>
18768
18769 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18770 on $any_spawn_id instead of only on $gdb_spawn_id.
18771
18772 2015-04-21 Pierre Muller <muller@sourceware.org>
18773
18774 PR pascal/17815
18775 * lib/pascal.exp (gpc_compile): Add new option "class".
18776 (fpc_compile): Likewise.
18777 * gdb.pascal/case-insensitive-symbols.pas: New file.
18778 * gdb.pascal/case-insensitive-symbols.exp: New file.
18779
18780 2015-04-20 Gary Benson <gbenson@redhat.com>
18781
18782 * gdb.base/attach.exp: Fix three extended remote failures.
18783
18784 2015-04-17 Gary Benson <gbenson@redhat.com>
18785
18786 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18787 the main executable over the remote protocol.
18788
18789 2015-04-16 Pedro Alves <palves@redhat.com>
18790
18791 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18792 a new gdbserver if gdbserver_reconnect_p is set.
18793
18794 2015-04-16 Pedro Alves <palves@redhat.com>
18795
18796 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18797 is set, don't exit gdbserver.
18798
18799 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18800
18801 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18802 appropriate .insn, such that an older assembler can be used.
18803 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18804 the z/Architecture instruction set on 31-bit targets as well.
18805
18806 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18807
18808 * gdb.go/handcall.exp: Remove all logic related to the first
18809 breakpoint and rely on go_runto_main instead.
18810 * gdb.go/strings.exp: Likewise.
18811 * gdb.go/unsafe.exp: Likewise.
18812 * gdb.go/hello.exp: Likewise. Also rename the remaining
18813 breakpoint marker to "breakpoint 1".
18814 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18815 * gdb.go/strings.go: Likewise.
18816 * gdb.go/unsafe.go: Likewise.
18817 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18818 "set breakpoint 2 here" and rename the remaining breakpoint marker
18819 to "breakpoint 1".
18820
18821 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18822
18823 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18824 if itertools.imap is not present.
18825 * gdb.python/py-objfile.exp: Add parentheses.
18826 * gdb.python/py-type.exp: Same.
18827 * gdb.python/py-unwind-maint.py: Same.
18828
18829 2015-04-15 Yao Qi <yao.qi@linaro.org>
18830
18831 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18832 of ":$ptr_size" and set its form explicitly.
18833
18834 2015-04-15 Pedro Alves <palves@redhat.com>
18835 Yao Qi <yao.qi@linaro.org>
18836
18837 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18838 timeout by factor of 4.
18839 (test_regular_watch): Likewise.
18840 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18841 * gdb.reverse/sigall-reverse.exp: Likewise.
18842 * gdb.reverse/until-precsave.exp: Likewise.
18843 * lib/gdb.exp (with_timeout_factor): New proc.
18844 (gdb_expect): Move some code to ...
18845 (get_largest_timeout): ... here. New procedure.
18846
18847 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
18848
18849 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18850
18851 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18852
18853 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18854 to write to the .text section.
18855
18856 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18857
18858 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18859 Handle the case of targets that do not provide PID information.
18860
18861 2015-04-13 Yao Qi <yao.qi@linaro.org>
18862
18863 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18864 and use expect instead of gdb_expect.
18865
18866 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18867
18868 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18869 "coredump_var_addr" to avoid naming conflict with other testcases.
18870
18871 2015-04-10 Pedro Alves <palves@redhat.com>
18872
18873 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18874 gdb_test_sequence and gdb_assert.
18875
18876 2015-04-10 Pedro Alves <palves@redhat.com>
18877
18878 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18879 test messages that don't include the breakpoint address.
18880
18881 2015-04-10 Yao Qi <yao.qi@linaro.org>
18882
18883 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18884 false for some offset and width combinations which aren't
18885 supported by linux kernel.
18886
18887 2015-04-10 Pedro Alves <palves@redhat.com>
18888
18889 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18890 procedure, factored out from ...
18891 (top level): ... here. Add "set displaced-stepping" testing axis.
18892 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18893 parameter "displaced". Use it.
18894 (top level): Use foreach and add "set displaced-stepping" testing
18895 axis.
18896
18897 2015-04-10 Pedro Alves <palves@redhat.com>
18898
18899 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18900 Remove comment.
18901 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18902 both the address of the instruction that triggers the watchpoint
18903 and the address of the instruction immediately after, and use
18904 those addresses for the test. Fix comment.
18905
18906 2015-04-10 Pedro Alves <palves@redhat.com>
18907
18908 * gdb.base/sigstep.exp (breakpoint_to_handler)
18909 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18910 Test "backtrace" in handler.
18911 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18912 (top level): Add new "displaced" test axis to
18913 breakpoint_to_handler, breakpoint_to_handler_entry and
18914 breakpoint_over_handler.
18915
18916 2015-04-10 Pedro Alves <palves@redhat.com>
18917
18918 PR gdb/18216
18919 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18920
18921 2015-04-10 Yao Qi <yao.qi@linaro.org>
18922
18923 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
18924 (test_add_rn_pc): New function.
18925 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
18926 (top level): Invoke test_add_rn_pc.
18927
18928 2015-04-10 Pedro Alves <palves@redhat.com>
18929
18930 PR gdb/13858
18931 * gdb.base/step-over-no-symbols.exp: New file.
18932
18933 2015-04-09 Andy Wingo <wingo@igalia.com>
18934
18935 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
18936 after the Python tests.
18937
18938 2015-04-08 Keith Seitz <keiths@redhat.com>
18939
18940 PR python/16699
18941 * gdb.python/py-completion.exp: New tests for completion.
18942 * gdb.python/py-completion.py (CompleteLimit1): New class.
18943 (CompleteLimit2): Likewise.
18944 (CompleteLimit3): Likewise.
18945 (CompleteLimit4): Likewise.
18946 (CompleteLimit5): Likewise.
18947 (CompleteLimit6): Likewise.
18948 (CompleteLimit7): Likewise.
18949
18950 2015-04-08 Pedro Alves <palves@redhat.com>
18951
18952 PR gdb/18214
18953 PR gdb/18216
18954 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
18955 function.
18956 (main): Install it as SIGUSR1 handler.
18957 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
18958 parameter. Always use "setup" as prefix. Toggle "set
18959 displaced-stepping" off/on depending on global. Don't switch to
18960 thread 1 here.
18961 (top level): Add displaced stepping "off/on" test axis. Update
18962 "setup" calls. Wrap each subtest with with_test_prefix. Test
18963 continuing with a queued signal in each thread.
18964
18965 2015-04-08 Pedro Alves <palves@redhat.com>
18966
18967 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
18968 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
18969 gdb_breakpoint instead of gdb_test that doesn't expect anything.
18970 Return early if running to main fails.
18971 * gdb.trace/while-stepping.exp: Likewise.
18972
18973 2015-04-07 Pedro Alves <palves@redhat.com>
18974
18975 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
18976 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
18977 interact with inferior program.
18978
18979 2015-04-07 Pedro Alves <palves@redhat.com>
18980
18981 * lib/gdb.exp (inferior_spawn_id): New global.
18982 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
18983 spawn id after processing the user code.
18984 (default_gdb_start): Set inferior_spawn_id.
18985 (send_inferior): New procedure.
18986 * lib/gdbserver-support.exp (gdbserver_start): Set
18987 inferior_spawn_id.
18988 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
18989
18990 2015-04-07 Pedro Alves <palves@redhat.com>
18991
18992 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
18993 * lib/gdbserver-support.exp (gdbserver_start): Make
18994 $server_spawn_id global.
18995 (gdbserver_start): Don't wait for gdbserver's spawn id with
18996 expect_background.
18997 (close_gdbserver): New procedure.
18998 (gdb_exit): Rename the default version and reimplement.
18999
19000 2015-04-07 Pedro Alves <palves@redhat.com>
19001
19002 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
19003 append the substituted item, not the original item.
19004
19005 2015-04-07 Pedro Alves <palves@redhat.com>
19006
19007 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
19008 gdb_expect.
19009
19010 2015-04-07 Pedro Alves <palves@redhat.com>
19011
19012 * gdb.base/interrupt.exp: Don't handle the case of the inferior
19013 output appearing once only.
19014
19015 2015-04-07 Pedro Alves <palves@redhat.com>
19016
19017 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
19018 that doesn't expect anything. Return early if running to main
19019 fails.
19020
19021 2015-04-07 Yao Qi <yao.qi@linaro.org>
19022
19023 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
19024 (child_function): Call alarm.
19025 (main): Move call to alarm into the loop.
19026 * gdb.threads/non-stop-fair-events.exp: Build program with
19027 -DTIMEOUT=$timeout.
19028
19029 2015-04-06 Doug Evans <xdje42@gmail.com>
19030
19031 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
19032 Fix dest parameter to board_info.
19033 (fpc_compile): Ditto.
19034 (gdb_compile_pascal): Rename dest arg to destfile.
19035
19036 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
19037
19038 * gdb.ada/funcall_ref.exp: New file.
19039 * gdb.ada/funcall_ref/foo.adb: New file.
19040
19041 2015-04-02 Yao Qi <yao.qi@linaro.org>
19042
19043 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
19044 is remote.
19045
19046 2015-04-02 Gary Benson <gbenson@redhat.com>
19047
19048 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
19049
19050 2015-04-01 Sasha Smundak <asmundak@google.com>
19051
19052 * gdb.python/py-unwind-maint.c: New file.
19053 * gdb.python/py-unwind-maint.exp: New test.
19054 * gdb.python/py-unwind-maint.py: New file.
19055 * gdb.python/py-unwind.c: New file.
19056 * gdb.python/py-unwind.exp: New test.
19057 * gdb.python/py-unwind.py: New test.
19058
19059 2015-04-01 Pedro Alves <palves@redhat.com>
19060
19061 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
19062 to fail instead of non-existent $test.
19063
19064 2015-04-01 Pedro Alves <palves@redhat.com>
19065
19066 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
19067 GDBFLAGS if not empty.
19068
19069 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
19070
19071 * gdb.ada/complete.exp: Remove "multi_line".
19072 * gdb.ada/info_exc.exp: Remove "multi_line".
19073 * gdb.ada/packed_tagged.exp: Remove "multi_line".
19074 * gdb.ada/ptype_field.exp: Remove "multi_line".
19075 * gdb.ada/sym_print_name.exp: Remove "multi_line".
19076 * gdb.ada/tagged.exp: Remove "multi_line".
19077 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
19078 [multi_line ...]
19079 * gdb.btrace/delta.exp: Likewise.
19080 * gdb.btrace/exception.exp: Likewise.
19081 * gdb.btrace/function_call_history.exp: Likewise.
19082 * gdb.btrace/instruction_history.exp: Likewise.
19083 * gdb.btrace/nohist.exp: Likewise.
19084 * gdb.btrace/record_goto.exp: Likewise.
19085 * gdb.btrace/segv.exp: Likewise.
19086 * gdb.btrace/stepi.exp: Likewise.
19087 * gdb.btrace/tailcall.exp: Likewise.
19088 * gdb.btrace/unknown_functions.exp: Likewise.
19089 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
19090 * lib/gdb.exp: Add the "multi_line" helper.
19091
19092 2015-04-01 Pedro Alves <palves@redhat.com>
19093
19094 * gdb.threads/tid-reuse.c: New file.
19095 * gdb.threads/tid-reuse.exp: New file.
19096
19097 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
19098
19099 PR corefiles/16092
19100 * gdb.base/coredump-filter.c: New file.
19101 * gdb.base/coredump-filter.exp: Likewise.
19102
19103 2015-03-27 Petr Machata <pmachata@redhat.com>
19104
19105 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
19106 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
19107 (Dwarf::assemble): Initialize them.
19108 (Dwarf::lines): New function.
19109
19110 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
19111
19112 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
19113 SYMBOL_PREFIX for x86_64-*-cygwin.
19114
19115 2015-03-26 Andy Wingo <wingo@igalia.com>
19116
19117 PR symtab/18148
19118 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
19119 const_value but not a location.
19120 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
19121 location defined in non-main CUs are visible.
19122
19123 2015-03-26 Yao Qi <yao.qi@linaro.org>
19124
19125 PR testsuite/18139
19126 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
19127 Add a line number entry for the same line.
19128 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
19129 Add a line number entry for the same line.
19130
19131 2015-03-26 Yao Qi <yao.qi@linaro.org>
19132
19133 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
19134 .int 0.
19135 (func): Likewise. Add .Lfunc_1 label.
19136 Use .Lfunc_1 label.
19137 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
19138 .int 0.
19139 (func): Likewise.
19140 Use .Lfunc_1 label.
19141
19142 2015-03-26 Yao Qi <yao.qi@linaro.org>
19143
19144 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
19145 Call gdb_compile instead to compile each .s files without debug
19146 information.
19147
19148 2015-03-26 Yao Qi <yao.qi@linaro.org>
19149
19150 * gdb.base/savedregs.exp (process_saved_regs): Make
19151 "Saved registers:" optional in the pattern.
19152
19153 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19154
19155 * gdb.btrace/next.exp: Merged into step.exp.
19156 * gdb.btrace/finish.exp: Merged into step.exp.
19157 * gdb.btrace/nexti.exp: Merged into stepi.exp.
19158 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
19159 "record goto" and checking the exact replay position.
19160 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
19161 check for "Recording format" in "info record" output.
19162 * gdb.btrace/record_goto.exp: Choose test file based on target.
19163 * gdb.btrace/x86-record_goto.S: Renamed into ...
19164 * gdb.btrace/x86_64-record_goto.S: ... this.
19165 * gdb.btrace/i686-record_goto.S: New.
19166 * gdb.btrace/x86-tailcall.S: Renamed into ...
19167 * gdb.btrace/x86_64-tailcall.S: ... this.
19168 * gdb.btrace/i686-tailcall.S: New.
19169 * gdb.btrace/x86-tailcall.c: Renamed into ...
19170 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
19171 separate statements. Update test.
19172 * gdb.btrace/delta.exp: Use record_goto.c as test file.
19173 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
19174 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
19175 * gdb.btrace/tailcall.exp: Choose test file based on target.
19176 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
19177
19178 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19179
19180 * gdb.btrace/exception.exp: Increase BTS buffer size.
19181
19182 2015-03-24 Pedro Alves <palves@redhat.com>
19183
19184 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19185
19186 2015-03-24 Pedro Alves <palves@redhat.com>
19187
19188 * gdb.threads/schedlock.exp (test_step): No longer expect that
19189 "set scheduler-locking step" with "next" over a function call runs
19190 threads unlocked.
19191
19192 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19193
19194 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19195
19196 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19197
19198 PR breakpoints/16466
19199 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
19200 * gdb.mi/mi-pending.c (thread_func): New function.
19201 (int main): Add threading support required.
19202 * gdb.mi/mi-pending.exp: Add tests for this issue.
19203 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
19204 (pendfunc2): Remove stdio dependency.
19205 * gdb.mi/mi-pendshr2.c: New file.
19206
19207 2015-03-23 Keith Seitz <keiths@redhat.com>
19208
19209 * gdb.linespec/keywords.c: New file.
19210 * gdb.linespec/keywords.exp: New file.
19211
19212 2015-03-23 Keith Seitz <keiths@redhat.com>
19213
19214 PR gdb/18021
19215 * gdb.dwarf2/staticvirtual.exp: New test.
19216
19217 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19218
19219 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
19220 * README: Remove HP-UX and gdb.hp.
19221 (configuration):
19222 * configure: Regenerate.
19223 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
19224 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
19225 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
19226 gdb.hp/gdb.defects/Makefile.
19227 * gdb.hp/Makefile.in: File deleted.
19228 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
19229 * gdb.hp/gdb.aCC/optimize.c: File deleted.
19230 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
19231 * gdb.hp/gdb.aCC/run.c: File deleted.
19232 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
19233 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
19234 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
19235 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
19236 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19237 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19238 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19239 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19240 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19241 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19242 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19243 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19244 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19245 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19246 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19247 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19248 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19249 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19250 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19251 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19252 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19253 * gdb.hp/gdb.compat/average.c: File deleted.
19254 * gdb.hp/gdb.compat/sum.c: File deleted.
19255 * gdb.hp/gdb.compat/xdb.c: File deleted.
19256 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19257 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19258 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19259 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19260 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19261 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19262 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19263 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19264 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19265 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19266 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19267 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19268 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19269 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19270 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19271 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19272 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19273 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19274 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19275 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19276 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19277 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19278 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19279 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19280 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19281 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19282 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19283 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19284 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19285 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19286 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19287 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19288 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19289 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19290 * gdb.hp/tools/odump: File deleted.
19291
19292 2015-03-19 Pedro Alves <palves@redhat.com>
19293
19294 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19295 (saw_thread_3): New globals.
19296 (top level): Increment them when an event for the corresponding
19297 thread is seen.
19298 (no thread starvation): New test.
19299
19300 2015-03-19 Pedro Alves <palves@redhat.com>
19301
19302 * gdb.threads/continue-pending-status.c: New file.
19303 * gdb.threads/continue-pending-status.exp: New file.
19304
19305 2015-03-18 Pedro Alves <palves@redhat.com>
19306
19307 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19308 Use gdb_is_target_remote instead of is_remote. Use
19309 gdb_test_multiple instead of gdb_expect. Exit early if
19310 gdb_test_multiple hits its internal matches. Tighten stepi tests
19311 expected output. Fail on exit with any signal, instead of just
19312 SIGILL.
19313
19314 2015-03-18 Yao Qi <yao.qi@linaro.org>
19315
19316 PR tdep/18107
19317 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19318 variable.
19319 * gdb.base/catch-syscall.exp: Don't skip it on
19320 aarch64*-*-linux* target. Remove elements in all_syscalls.
19321 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19322 target.
19323 (setup_all_syscalls): New proc.
19324
19325 2015-03-16 Yao Qi <yao.qi@linaro.org>
19326
19327 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19328 (top level): Skip tests if valid_addr_p returns false for
19329 $cmd1 or $cmd2.
19330
19331 2015-03-11 Andy Wingo <wingo@igalia.com>
19332
19333 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19334
19335 2015-03-11 Yao Qi <yao.qi@linaro.org>
19336
19337 * gdb.base/catch-syscall.exp: Fix typo in comments.
19338
19339 2015-03-11 Yao Qi <yao.qi@linaro.org>
19340
19341 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19342
19343 2015-03-09 Pedro Alves <palves@redhat.com>
19344
19345 * dg-extract-results.py: Delete.
19346
19347 2015-03-09 Pedro Alves <palves@redhat.com>
19348
19349 Merge dg-extract-results.sh from GCC upstream (r218843).
19350
19351 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19352 * dg-extract-results.sh: Use --text with grep to avoid issues with
19353 binary files. Fall back to cat -v, if that doesn't work.
19354
19355 2015-03-05 Pedro Alves <palves@redhat.com>
19356
19357 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19358
19359 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19360
19361 * lib/mi-support.exp (mi_expect_interrupt): Accept
19362 alternative event for when in all-stop mode.
19363
19364 2015-03-04 Pedro Alves <palves@redhat.com>
19365
19366 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19367
19368 2015-03-04 Mark Kettenis <kettenis@gnu.org>
19369
19370 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19371
19372 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19373
19374 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19375 regexps for GDB's current line display, accept a hex address
19376 preceding the line number.
19377
19378 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19379
19380 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19381 the 'arch1' variable for "s390*-linux*" targets.
19382
19383 2015-03-04 Pedro Alves <palves@redhat.com>
19384
19385 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19386 (main): Pass missing retval argument to pthread_join call.
19387
19388 2015-03-02 Pedro Alves <palves@redhat.com>
19389
19390 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19391 (top level): Call do_test with non-stop as well.
19392
19393 2015-03-02 Pedro Alves <palves@redhat.com>
19394
19395 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19396 -1.
19397
19398 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19399
19400 * gdb.arch/s390-vregs.exp: New test.
19401 * gdb.arch/s390-vregs.S: New file.
19402
19403 2015-02-27 Pedro Alves <palves@redhat.com>
19404
19405 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19406 call to catch_command_errors.
19407 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19408 catch_command_errors.
19409
19410 2015-02-27 Pedro Alves <palves@redhat.com>
19411
19412 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19413 "true" for boolean result.
19414 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19415 prototype of main.
19416
19417 2015-02-27 Pedro Alves <palves@redhat.com>
19418
19419 * lib/unbuffer_output.c: New file.
19420 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19421 (main): Call gdb_unbuffer_output.
19422
19423 2015-02-27 Yao Qi <yao.qi@linaro.org>
19424
19425 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19426 target.
19427
19428 2015-02-26 Doug Evans <dje@google.com>
19429
19430 * gdb.cp/class2.cc (Dbase, D): New classes.
19431 (main): New local delta.
19432 * gdb.cp/class2.exp: Test printing delta.
19433 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19434 (dynbar): New global.
19435 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19436
19437 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19438
19439 * gdb.compile/compile-ifunc.c: New file.
19440 * gdb.compile/compile-ifunc.exp: New file.
19441
19442 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19443
19444 * gdb.base/structs.exp: Check for correct struct on finish.
19445
19446 2015-02-26 Yao Qi <yao.qi@linaro.org>
19447
19448 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19449 is zero.
19450
19451 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19452
19453 * gdb.arch/cordic.ko.bz2: New file.
19454 * gdb.arch/cordic.ko.debug.bz2: New file.
19455 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19456
19457 2015-02-25 Yao Qi <yao.qi@linaro.org>
19458
19459 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19460 aarch64*-*-* target.
19461
19462 2015-02-23 Pedro Alves <palves@redhat.com>
19463
19464 * lib/gdb.exp (delete_breakpoints): Rewrite using
19465 gdb_test_multiple.
19466
19467 2015-02-23 Pedro Alves <palves@redhat.com>
19468
19469 * gdb.base/info-os.c: Include stdlib.h.
19470
19471 2015-02-22 Doug Evans <xdje42@gmail.com>
19472
19473 PR symtab/17855
19474 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19475 is read after symbols have been re-read.
19476 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19477 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19478
19479 2015-02-21 Doug Evans <dje@google.com>
19480
19481 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19482
19483 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19484
19485 PR corefiles/17808
19486 * gdb.arch/i386-biarch-core.core.bz2: New file.
19487 * gdb.arch/i386-biarch-core.exp: New file.
19488
19489 2015-02-21 Pedro Alves <palves@redhat.com>
19490
19491 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19492 runto_main fails.
19493
19494 2015-02-20 Pedro Alves <palves@redhat.com>
19495
19496 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19497 info probes.
19498
19499 2015-02-20 Pedro Alves <palves@redhat.com>
19500
19501 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19502
19503 2015-02-20 Pedro Alves <palves@redhat.com>
19504
19505 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19506 clean_restart before gdb_target_supports_trace.
19507
19508 2015-02-20 Pedro Alves <palves@redhat.com>
19509
19510 PR threads/18006
19511 * gdb.threads/clone-thread_db.c: New file.
19512 * gdb.threads/clone-thread_db.exp: New file.
19513
19514 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19515
19516 PR breakpoints/16812
19517 * gdb.base/catch-gdb-caused-signals.c: New file.
19518 * gdb.base/catch-gdb-caused-signals.exp: New file.
19519
19520 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19521
19522 * configure: Regenerated.
19523 * configure.ac: Use GDB_AC_TRANSFORM.
19524 * aclocal.m4: sinclude ../transform.m4.
19525
19526 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19527
19528 * lib/dtrace.exp: New file.
19529 * gdb.base/dtrace-probe.exp: Likewise.
19530 * gdb.base/dtrace-probe.d: Likewise.
19531 * gdb.base/dtrace-probe.c: Likewise.
19532 * lib/pdtrace.in: Likewise.
19533 * configure.ac: Output variables with the transformed names of
19534 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19535 * configure: Regenerated.
19536
19537 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19538
19539 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19540 expected message when trying to access $_probe_* convenience
19541 variables while not on a probe.
19542
19543 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19544
19545 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19546
19547 2015-02-11 Pedro Alves <pedro@codesourcery.com>
19548
19549 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19550 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19551
19552 2015-02-10 Doug Evans <xdje42@gmail.com>
19553
19554 * lib/gdb.exp (gdb_load): Always return a result.
19555
19556 2015-02-10 Pedro Alves <palves@redhat.com>
19557
19558 * gdb.threads/signal-sigtrap.c: New file.
19559 * gdb.threads/signal-sigtrap.exp: New file.
19560
19561 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19562
19563 * gdb.trace/no-attach-trace.c: New file.
19564 * gdb.trace/no-attach-trace.exp: New file.
19565
19566 2015-02-09 Mark Wielaard <mjw@redhat.com>
19567
19568 * gdb.dwarf2/atomic.c: New file.
19569 * gdb.dwarf2/atomic-type.exp: Likewise.
19570
19571 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19572
19573 * gdb.btrace/buffer-size.exp: Update "info record" output.
19574 * gdb.btrace/delta.exp: Update "info record" output.
19575 * gdb.btrace/enable.exp: Update "info record" output.
19576 * gdb.btrace/finish.exp: Update "info record" output.
19577 * gdb.btrace/instruction_history.exp: Update "info record" output.
19578 * gdb.btrace/next.exp: Update "info record" output.
19579 * gdb.btrace/nexti.exp: Update "info record" output.
19580 * gdb.btrace/step.exp: Update "info record" output.
19581 * gdb.btrace/stepi.exp: Update "info record" output.
19582 * gdb.btrace/nohist.exp: Update "info record" output.
19583
19584 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19585
19586 * gdb.btrace/buffer-size: New.
19587
19588 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19589
19590 * gdb.btrace/delta.exp: Update "info record" output.
19591 * gdb.btrace/enable.exp: Update "info record" output.
19592 * gdb.btrace/finish.exp: Update "info record" output.
19593 * gdb.btrace/instruction_history.exp: Update "info record" output.
19594 * gdb.btrace/next.exp: Update "info record" output.
19595 * gdb.btrace/nexti.exp: Update "info record" output.
19596 * gdb.btrace/step.exp: Update "info record" output.
19597 * gdb.btrace/stepi.exp: Update "info record" output.
19598 * gdb.btrace/nohist.exp: Update "info record" output.
19599
19600 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19601
19602 PR gdb/15678
19603 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19604
19605 2015-02-06 Pedro Alves <palves@redhat.com>
19606
19607 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19608 macro.
19609 (seconds_left, again): New globals.
19610 (main): Wait seconds_left in a 1-second sleep loop instead of
19611 sleeping 180 seconds. If 'again' is set, reset the seconds
19612 counter.
19613 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19614 'again' in the inferior before detaching. Print the seconds left.
19615 (options): New global.
19616 (top level): Build program with -DTIMEOUT=$timeout.
19617
19618 2015-02-06 Pedro Alves <palves@redhat.com>
19619
19620 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19621 determine how many seconds to pass to 'alarm'.
19622 * gdb.base/gdb-sigterm.exp (top level): Build program with
19623 -DTIMEOUT=$timeout.
19624 (do_test): Return success/failure indication. Add more verbose
19625 logging. Don't fail if 200 single steps are seen. Instead, fail
19626 when the test times out.
19627 (passes): New global.
19628 (top level): Break the testing loop if testing fails on any
19629 iteration. Use gdb_assert.
19630
19631 2015-02-04 Don Breazeal <donb@codesourcery.com>
19632
19633 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19634 and initialize them.
19635 (ipc_cleanup): New function.
19636 (main): Don't declare shmid, semid, and msqid. Add a call to
19637 atexit so that we call ipc_cleanup on exit.
19638
19639 2015-02-04 Pedro Alves <palves@redhat.com>
19640
19641 * boards/native-extended-gdbserver.exp: Remove any target variant
19642 specifications from the board name before clearing the isremote
19643 flag from board_info.
19644
19645 2015-01-31 Doug Evans <xdje42@gmail.com>
19646
19647 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19648
19649 2015-01-31 Gary Benson <gbenson@redhat.com>
19650
19651 * gdb.base/completion.exp: Disable completion limiting for
19652 existing tests. Add new tests to check completion limiting.
19653 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19654
19655 2015-01-31 Doug Evans <xdje42@gmail.com>
19656
19657 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19658
19659 2015-01-31 Doug Evans <xdje42@gmail.com>
19660
19661 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19662 entries. Duplicate file section script entries.
19663 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19664 inlined entries. Add test for safe-path rejection.
19665 * gdb.python/py-section-script.c: Add duplicate inlined section script
19666 entries. Duplicate file section script entries.
19667 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19668 inlined entries. Add test for safe-path rejection.
19669
19670 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19671
19672 * gdb.ada/disc_arr_bound: New testcase.
19673
19674 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19675
19676 * gdb.ada/mi_var_array: New testcase.
19677
19678 2015-01-27 Doug Evans <dje@google.com>
19679
19680 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19681 Add test for objfile.filename, objfile.username after objfile
19682 has been unloaded.
19683
19684 2015-01-26 Joel Brobecker <brobecker@adacore.com>
19685
19686 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19687 the second test to print the name attribute of value
19688 returned by the call to gdb.lookup_type, and adjust
19689 the expected output accordingly.
19690
19691 2015-01-25 Mark Wielaard <mjw@redhat.com>
19692
19693 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19694 * gdb.base/disp-step-fork.c: Include unistd.h.
19695 * gdb.base/siginfo-obj.c: Include stdio.h.
19696 * gdb.base/siginfo-thread.c: Likewise.
19697 * gdb.mi/non-stop.c: Include unistd.h.
19698 * gdb.mi/nsthrexec.c: Include stdio.h.
19699 * gdb.mi/pthreads.c: Include unistd.h.
19700 * gdb.modula2/unbounded1.c (main): Declare returns int.
19701 * gdb.reverse/consecutive-reverse.c: Likewise.
19702 * gdb.threads/create-fail.c: Include unistd.h.
19703 * gdb.threads/killed.c: Likewise.
19704 * gdb.threads/linux-dp.c: Likewise.
19705 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19706 * gdb.threads/non-ldr-exc-2.c: Likewise.
19707 * gdb.threads/non-ldr-exc-3.c: Likewise.
19708 * gdb.threads/non-ldr-exc-4.c: Likewise.
19709 * gdb.threads/pthreads.c: Include unistd.h.
19710 (main): Declare returns int.
19711 * gdb.threads/tls-main.c (foo): New declaration.
19712 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19713
19714 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19715
19716 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19717 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19718
19719 2015-01-15 Mark Wielaard <mjw@redhat.com>
19720
19721 * gdb.base/noreturn-return.c: New file.
19722 * gdb.base/noreturn-return.exp: New file.
19723 * gdb.base/noreturn-finish.c: New file.
19724 * gdb.base/noreturn-finish.exp: New file.
19725
19726 2015-01-23 Pedro Alves <palves@redhat.com>
19727
19728 * gdb.threads/continue-pending-after-query.c: New file.
19729 * gdb.threads/continue-pending-after-query.exp: New file.
19730
19731 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19732 Simon Marchi <simon.marchi@ericsson.com>
19733
19734 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19735 * gdb.base/valgrind-db-attach.exp: Same.
19736 * gdb.base/valgrind-infcall.exp: Same.
19737 * lib/mi-support.exp (default_mi_gdb_start): Same.
19738 * lib/prompt.exp (default_prompt_gdb_start): Same.
19739 * lib/gdb.exp (default_gdb_spawn): Same.
19740 (gdb_interact): New.
19741
19742
19743 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19744
19745 * gdb.compile/compile.exp (pointer to jit function): New test.
19746
19747 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
19748
19749 * lib/gdb.exp (supports_process_record): Return true for
19750 powerpc*-*-linux*.
19751 (supports_reverse): Likewise.
19752
19753 2015-01-15 Don Breazeal <donb@codesourcery.com>
19754
19755 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19756 instead of checking whether the target board is remote and
19757 use spawn_wait_for_attach instead of exec/sleep.
19758 * gdb.base/attach-twice.exp: Likewise.
19759
19760 2015-01-15 Joel Brobecker <brobecker@adacore.com>
19761
19762 * gdb.ada/var_arr_attrs: New testcase.
19763
19764 2015-01-14 Pedro Alves <palves@redhat.com>
19765 Joel Brobecker <brobecker@adacore.com>
19766
19767 PR gdb/17525
19768 * gdb.base/bp-cmds-execution-x-script.c: New file.
19769 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19770 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19771
19772 2015-01-14 Pedro Alves <palves@redhat.com>
19773
19774 PR cli/17828
19775 * gdb.base/batch-preserve-term-settings.c: New file.
19776 * gdb.base/batch-preserve-term-settings.exp: New file.
19777
19778 2015-01-13 Doug Evans <dje@google.com>
19779
19780 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19781 binary.
19782
19783 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19784
19785 * Makefile.in (clean mostlyclean): Do not delete *.py.
19786
19787 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19788
19789 * gdb.python/py-lookup-type.exp: New file.
19790
19791 2015-01-12 Pedro Alves <palves@redhat.com>
19792
19793 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19794 restore GDBFLAGS before returning.
19795
19796 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19797
19798 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19799 is_amd64_regs_target and is_x86_like_target.
19800
19801 2015-01-11 Doug Evans <xdje42@gmail.com>
19802
19803 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19804 is given without an explicit form.
19805 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19806 attributes.
19807 * gdb.dwarf/corrupt.exp: Ditto.
19808 * gdb.dwarf2/enum-type.exp: Ditto.
19809 * gdb.trace/entry-values.exp: Ditto.
19810 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19811
19812 2015-01-11 Doug Evans <xdje42@gmail.com>
19813
19814 PR gdb/15830
19815 * gdb.base/maint.exp: Remove references to "maint demangle".
19816 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19817 Add tests for explicitly specifying language to demangle.
19818 * gdb.dlang/demangle.exp: Ditto.
19819
19820 2015-01-09 Pedro Alves <palves@redhat.com>
19821
19822 * gdb.threads/non-stop-fair-events.c: New file.
19823 * gdb.threads/non-stop-fair-events.exp: New file.
19824
19825 2015-01-09 Pedro Alves <palves@redhat.com>
19826
19827 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19828 the global scope. Set a breakpoint after all threads are started
19829 rather than stepping over two source lines. Expect the prompt.
19830 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19831 global.
19832 (NUM): Now 15.
19833 (main): Use threads_started_barrier to wait for all threads to
19834 start. Main thread no longer calls thread_function. Exit after
19835 180 seconds.
19836 (loop): New function.
19837 (thread_function): Wait on threads_started_barrier barrier. Call
19838 'loop' at each iteration.
19839 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19840 threads have started, instead of hardcoding number of "next"
19841 steps. Use an access watchpoint instead of a write watchpoint.
19842
19843 2015-01-09 Pedro Alves <palves@redhat.com>
19844
19845 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19846 (thread_func): Wait on barrier.
19847 (main): Wait for all threads to start before stopping GDB.
19848 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19849 global.
19850 (thread1_func, thread2_func): Wait on barrier.
19851 (main): Wait for all threads to start before stopping GDB.
19852 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19853 New global.
19854 (thread1_func, thread2_func): Wait on barrier.
19855 (main): Wait for all threads to start before stopping GDB.
19856
19857 2015-01-09 Pedro Alves <palves@redhat.com>
19858
19859 * gdb.threads/attach-many-short-lived-threads.c: New file.
19860 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19861
19862 2014-01-09 Pedro Alves <palves@redhat.com>
19863
19864 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19865 instead of to thread 2.
19866 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19867 Add barrier around each pthread_create call instead of around all
19868 calls.
19869 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19870 Set a break on thread_function and have the child threads hit it
19871 one at at a time.
19872
19873 2015-01-09 Pedro Alves <palves@redhat.com>
19874
19875 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19876 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19877 false.
19878 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19879 checking whether the target board is remote.
19880 * gdb.multi/multi-attach.exp: Likewise.
19881 * gdb.python/py-sync-interp.exp: Likewise.
19882 * gdb.server/ext-attach.exp: Likewise.
19883 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19884 tests that need to attach, instead of checking whether the target
19885 board is remote at the top of the file.
19886
19887 2015-01-08 Yao Qi <yao@codesourcery.com>
19888
19889 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19890
19891 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19892
19893 Fix testcase compilation.
19894 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19895
19896 2015-01-06 Joel Brobecker <brobecker@adacore.com>
19897
19898 * gdb.python/py-type.exp: Add a couple test about empty
19899 array creation, and negative-length array creation.
19900
19901 2015-01-02 Doug Evans <xdje42@gmail.com>
19902
19903 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19904
19905 2015-01-02 Doug Evans <dje@google.com>
19906
19907 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19908
19909 2014-12-29 Yao Qi <yao@codesourcery.com>
19910
19911 * gdb.trace/entry-values.exp: Update comments. Rename variable
19912 bar_call_foo to returned_from_foo.
19913
19914 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
19915
19916 PR gdb/17394
19917 * gdb.linespec/break-asm-file.c: New file.
19918 * gdb.linespec/break-asm-file.exp: New file.
19919 * gdb.linespec/break-asm-file0.s: New file.
19920 * gdb.linespec/break-asm-file1.s: New file.
19921
19922 2014-12-18 Nigel Stephens <nigel@mips.com>
19923 Maciej W. Rozycki <macro@codesourcery.com>
19924
19925 * gdb.base/float.exp: Handle the new output from "info float" on
19926 MIPS targets.
19927
19928 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19929
19930 Fix MinGW compilation.
19931 * gdb.compile/compile-ops.exp: Update untested message if
19932 !skip_compile_feature_tests.
19933 * gdb.compile/compile-setjmp.exp: Likewise.
19934 * gdb.compile/compile-tls.exp: Likewise.
19935 * gdb.compile/compile.exp: Likewise.
19936 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
19937 supported on this host".
19938
19939 2014-12-16 Doug Evans <xdje42@gmail.com>
19940
19941 * boards/stabs.exp: New file.
19942
19943 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
19944
19945 * gdb.base/completion.exp: Adjust to format changes of "maint
19946 print user-registers".
19947
19948 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
19949
19950 PR server/17457
19951 * gdb.arch/aarch64-fp.c: New file.
19952 * gdb.arch/aarch64-fp.exp: New file.
19953
19954 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
19955
19956 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
19957 r210637, r210913, r211666, r215400, r215817).
19958
19959 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
19960 * dg-extract-results.py: New file.
19961 * dg-extract-results.sh: Use it if the environment seems
19962 suitable.
19963
19964 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
19965
19966 * dg-extract-results.py (parse_run): Handle warnings that
19967 are printed before a test harness is run.
19968
19969 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
19970
19971 * dg-extract-results.py (Named): Remove __cmp__ method.
19972 (output_variation): Use a key to sort variation.harnesses.
19973
19974 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
19975
19976 * dg-extract-results.py: For Python 3, force sys.stdout to
19977 handle surrogate escape sequences.
19978 (safe_open): New function.
19979 (output_segment, main): Use it.
19980
19981 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
19982
19983 * dg-extract-results.py (Prog.result_re): Include options
19984 in test name.
19985
19986 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
19987
19988 * dg-extract-results.py (output_variation): Always sort if
19989 do_sum.
19990
19991 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
19992
19993 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
19994 as long as we get pagination notifications.
19995
19996 2014-12-15 Jason Merrill <jason@redhat.com>
19997
19998 * Makefile.in (check-gdb.%): Restore.
19999 * README: Mention it.
20000
20001 2014-12-13 Joel Brobecker <brobecker@adacore.com>
20002
20003 * gdb.ada/str_uninit: New testcase.
20004
20005 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20006
20007 PR symtab/17642
20008 * gdb.base/vla-stub-define.c: New file.
20009 * gdb.base/vla-stub.c: New file.
20010 * gdb.base/vla-stub.exp: New file.
20011
20012 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
20013 Jan Kratochvil <jan.kratochvil@redhat.com>
20014 Tom Tromey <tromey@redhat.com>
20015
20016 * configure.ac: Add gdb.compile/.
20017 * configure: Regenerate.
20018 * gdb.compile/Makefile.in: New file.
20019 * gdb.compile/compile-ops.exp: New file.
20020 * gdb.compile/compile-ops.c: New file.
20021 * gdb.compile/compile-tls.c: New file.
20022 * gdb.compile/compile-tls.exp: New file.
20023 * gdb.compile/compile-constvar.S: New file.
20024 * gdb.compile/compile-constvar.c: New file.
20025 * gdb.compile/compile-mod.c: New file.
20026 * gdb.compile/compile-nodebug.c: New file.
20027 * gdb.compile/compile-setjmp-mod.c: New file.
20028 * gdb.compile/compile-setjmp.c: New file.
20029 * gdb.compile/compile-setjmp.exp: New file.
20030 * gdb.compile/compile-shlib.c: New file.
20031 * gdb.compile/compile.c: New file.
20032 * gdb.compile/compile.exp: New file.
20033 * lib/gdb.exp (skip_compile_feature_tests): New proc.
20034
20035 2014-12-12 Tom Tromey <tromey@redhat.com>
20036
20037 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
20038 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
20039
20040 2014-12-12 Doug Evans <dje@google.com>
20041
20042 * lib/gdb-python.exp (get_python_valueof): New function.
20043 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
20044
20045 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20046
20047 * gdb.base/completion.exp: Add test for completion of "info
20048 registers ".
20049
20050 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
20051
20052 * gdb.base/func-ptrs.c: New file.
20053 * gdb.base/func-ptrs.exp: New file.
20054
20055 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20056
20057 PR breakpoints/17012
20058 * gdb.base/dprintf-detach.c: New file.
20059 * gdb.base/dprintf-detach.exp: New file.
20060
20061 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20062
20063 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
20064 * lib/gdb.exp (target_is_gdbserver): New procedure.
20065
20066 2014-12-08 Doug Evans <dje@google.com>
20067
20068 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
20069
20070 2014-12-05 Yao Qi <yao@codesourcery.com>
20071
20072 * gdb.guile/scm-error.exp: Remove the third argument to
20073 gdb_remote_download.
20074 * gdb.guile/scm-frame-args.exp: Likewise.
20075 * gdb.guile/scm-section-script.exp: Likewise.
20076
20077 2014-12-05 Yao Qi <yao@codesourcery.com>
20078
20079 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
20080
20081 2014-12-04 Doug Evans <dje@google.com>
20082
20083 * gdb.python/py-objfile.exp: Add tests for
20084 objfile.add_separate_debug_file.
20085
20086 2014-12-04 Doug Evans <dje@google.com>
20087
20088 * lib/gdb.exp (get_build_id): New function.
20089 (build_id_debug_filename_get): Rewrite to use it.
20090 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
20091
20092 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
20093
20094 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
20095 `method(long)', not just 0x0.
20096 * gdb.cp/nsalias.exp: Align code labels to 4.
20097 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
20098 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
20099 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
20100 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
20101 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
20102 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
20103
20104 2014-12-02 Doug Evans <dje@google.com>
20105
20106 PR symtab/17602
20107 * gdb.cp/anon-ns.cc: Move guts of this file to ...
20108 * gdb.cp/anon-ns2.cc: ... here. New file.
20109 * gdb.cp/anon-ns.exp: Update.
20110
20111 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
20112
20113 * gdb.python/py-events.py (inferior_call_handler): New.
20114 (register_changed_handler, memory_changed_handler): New.
20115 (test_events.invoke): Register new handlers.
20116 * gdb.python/py-events.exp: Add tests for inferior call,
20117 memory_changed and register_changed events.
20118
20119 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20120
20121 * gdb.base/execl-update-breakpoints.exp: Specify the link address
20122 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
20123 if the linker doesn't understand this.
20124
20125 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
20126
20127 * gdb.python/python.exp: Change expected reply to help().
20128
20129 2014-12-01 Yao Qi <yao@codesourcery.com>
20130
20131 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
20132 AC_CONFIG_SUBDIRS(gdb.gdbtk).
20133 * configure: Re-generated.
20134
20135 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
20136
20137 * gdb.cp/chained-calls.cc: New file.
20138 * gdb.cp/chained-calls.exp: New file.
20139 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
20140
20141 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
20142
20143 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
20144 * gdb.dwarf2/symtab-producer.exp: Same.
20145 * gdb.gdb/python-interrupts.exp: Same.
20146 * gdb.gdb/python-selftest.exp: Same.
20147 * gdb.python/py-linetable.exp: Same.
20148 * gdb.python/py-type.exp: Same.
20149 * gdb.python/py-value-cc.exp: Same.
20150 * gdb.python/py-value.exp: Same.
20151
20152 2014-11-28 Yao Qi <yao@codesourcery.com>
20153
20154 * gdb.base/break-probes.exp: Match library name prefixed with
20155 sysroot.
20156
20157 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
20158
20159 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
20160 test expected output. Add parentheses for the call to print.
20161 Remove L suffix from integers.
20162
20163 2014-11-26 Doug Evans <dje@google.com>
20164
20165 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20166
20167 2014-11-22 Yao Qi <yao@codesourcery.com>
20168
20169 * gdb.trace/entry-values.c: Remove asms.
20170 (foo): Add foo_label.
20171 (bar): Add bar_label.
20172 * gdb.trace/entry-values.exp: Remove code computing foo's
20173 length and bar's length.
20174 (Dwarf::assemble): Invoke function_range for bar and use
20175 MACRO_AT_func for foo.
20176
20177 2014-11-22 Yao Qi <yao@codesourcery.com>
20178
20179 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
20180 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
20181 Use .Lgcc43_procstart instead of gcc43.
20182
20183 2014-11-21 Joel Brobecker <brobecker@adacore.com>
20184
20185 * gdb.ada/n_arr_bound: New testcase.
20186
20187 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
20188
20189 PR breakpoints/10737
20190 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
20191 test_catch_syscall_multi_arch.
20192 (test_catch_syscall_multi_arch): New function.
20193
20194 2014-11-20 Doug Evans <xdje42@gmail.com>
20195
20196 * gdb.base/maint.exp: Update expected output.
20197
20198 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
20199
20200 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
20201 4-byte instruction on S390.
20202
20203 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20204
20205 * gdb.ada/arr_arr: New testcase.
20206
20207 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20208
20209 * gdb.ada/pkd_arr_elem: New Testcase.
20210
20211 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
20212
20213 * gdb.reverse/break-precsave: Expect completion message for
20214 core file reads.
20215 * gdb.reverse/consecutive-precsave.exp: Likewise.
20216 * gdb.reverse/finish-precsave.exp: Likewise.
20217 * gdb.reverse/i386-precsave.exp: Likewise.
20218 * gdb.reverse/machinestate-precsave.exp: Likewise.
20219 * gdb.reverse/sigall-precsave.exp: Likewise.
20220 * gdb.reverse/solib-precsave.exp: Likewise.
20221 * gdb.reverse/step-precsave.exp: Likewise.
20222 * gdb.reverse/until-precsave.exp: Likewise.
20223 * gdb.reverse/watch-precsave.exp: Likewise.
20224
20225 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20226
20227 * gdb.base/bp-permanent.c: Include unistd.h.
20228 * gdb.python/py-framefilter-mi.c (main): Add return type.
20229 * gdb.python/py-framefilter.c (main): Likewise.
20230 * gdb.trace/actions-changed.c (main): Likewise.
20231
20232 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20233
20234 * gdb.mi/until.c: Add eye-catchers.
20235 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
20236 line numbers.
20237
20238 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20239
20240 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20241 function header variants in break1.c.
20242 * gdb.base/ena-dis-br.exp: Likewise.
20243 * gdb.base/hbreak2.exp: Likewise.
20244 * gdb.reverse/until-precsave.exp: Drop references to removed
20245 non-prototype function header variants in ur1.c.
20246 * gdb.reverse/until-reverse.exp: Likewise.
20247
20248 2014-11-17 Petr Machata <pmachata@redhat.com>
20249
20250 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20251 ${_cu_offset_size} bytes abbrev offset.
20252
20253 2014-11-15 Doug Evans <xdje42@gmail.com>
20254
20255 PR symtab/17559
20256 * gdb.base/line-symtabs.exp: New file.
20257 * gdb.base/line-symtabs.c: New file.
20258 * gdb.base/line-symtabs.h: New file.
20259
20260 2014-11-14 Yao Qi <yao@codesourcery.com>
20261
20262 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20263 (func): Add label func_label.
20264 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20265 Replace low_pc and high_pc with MACRO_AT_range.
20266 Replace name, low_pc and high_pc with MACRO_AT_func.
20267
20268 2014-11-14 Yao Qi <yao@codesourcery.com>
20269
20270 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20271 Replace name, low_pc and high_pc with MACRO_AT_func.
20272
20273 2014-11-14 Yao Qi <yao@codesourcery.com>
20274
20275 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20276 produce debug information.
20277 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20278
20279 2014-11-14 Yao Qi <yao@codesourcery.com>
20280
20281 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20282 object and get function length.
20283 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20284 with MACRO_AT_func.
20285 (top-level): Replace gdb_compile and clean_restart with
20286 prepare_for_testing.
20287 * gdb.dwarf2/main.c (main): Add label main_label.
20288
20289 2014-11-14 Yao Qi <yao@codesourcery.com>
20290
20291 * lib/dwarf.exp (function_range): New procedure.
20292 (Dwarf::_handle_macro_at_func): New procedure.
20293 (Dwarf::_handle_macro_at_range): New procedure.
20294 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20295
20296 2014-11-14 Yao Qi <yao@codesourcery.com>
20297
20298 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20299 (_handle_attribute): New procedure.
20300
20301 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20302
20303 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20304 * gdb.base/call-sc.c (zed): Likewise.
20305 * gdb.base/checkpoint.c (main): Likewise.
20306 * gdb.base/dump.c (main): Likewise.
20307 * gdb.base/gcore.c (main): Likewise.
20308 * gdb.base/huge.c (main): Likewise.
20309 * gdb.base/multi-forks.c (main): Likewise.
20310 * gdb.base/pr10179-a.c (main): Likewise.
20311 * gdb.base/savedregs.c (main): Likewise.
20312 * gdb.base/sigaltstack.c (main): Likewise.
20313 * gdb.base/siginfo.c (main): Likewise.
20314 * gdb.base/structs.c (zed): Likewise.
20315 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20316 * gdb.mi/mi-syn-frame.c (main): Likewise.
20317 * gdb.mi/until.c (foo, main): Likewise.
20318 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20319 * gdb.base/solib-weak.c (foo): Declare.
20320 * gdb.base/attach-twice.c: Include stdio.h.
20321 * gdb.base/weaklib1.c: Likewise.
20322 * gdb.base/weaklib2.c: Likewise.
20323 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20324 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20325 unistd.h.
20326 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20327 * gdb.mi/mi-exit-code.c: Likewise.
20328 * gdb.base/break-interp-lib.c: Include string.h.
20329 * gdb.base/coremaker.c: Likewise.
20330 * gdb.base/testenv.c: Likewise.
20331 * gdb.python/py-finish-breakpoint.c: Likewise.
20332 * gdb.base/inferior-died.c: Include sys/wait.h.
20333 * gdb.base/fileio.c: Include time.h.
20334 * gdb.base/async-shell.c: Include unistd.h.
20335 * gdb.base/dprintf-non-stop.c: Likewise.
20336 * gdb.base/info-os.c: Likewise.
20337 * gdb.mi/mi-console.c: Likewise.
20338 * gdb.mi/watch-nonstop.c: Likewise.
20339 * gdb.python/py-events.c: Likewise.
20340 * gdb.base/async.c (baz): Move up before its invocation.
20341 * gdb.base/code_elim2.c (my_global_func): Likewise.
20342 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20343 * gdb.base/advance.c (func2): Likewise.
20344
20345 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20346
20347 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20348 variant.
20349 * gdb.base/annota3.c: Likewise.
20350 * gdb.base/async.c: Likewise.
20351 * gdb.base/average.c: Likewise.
20352 * gdb.base/call-ar-st.c: Likewise.
20353 * gdb.base/call-rt-st.c: Likewise.
20354 * gdb.base/call-sc.c: Likewise.
20355 * gdb.base/call-strs.c: Likewise.
20356 * gdb.base/ending-run.c: Likewise.
20357 * gdb.base/execd-prog.c: Likewise.
20358 * gdb.base/exprs.c: Likewise.
20359 * gdb.base/foll-exec.c: Likewise.
20360 * gdb.base/foll-fork.c: Likewise.
20361 * gdb.base/foll-vfork.c: Likewise.
20362 * gdb.base/funcargs.c: Likewise.
20363 * gdb.base/gcore.c: Likewise.
20364 * gdb.base/jump.c: Likewise.
20365 * gdb.base/langs0.c: Likewise.
20366 * gdb.base/langs1.c: Likewise.
20367 * gdb.base/langs2.c: Likewise.
20368 * gdb.base/mips_pro.c: Likewise.
20369 * gdb.base/nodebug.c: Likewise.
20370 * gdb.base/opaque0.c: Likewise.
20371 * gdb.base/opaque1.c: Likewise.
20372 * gdb.base/recurse.c: Likewise.
20373 * gdb.base/run.c: Likewise.
20374 * gdb.base/scope0.c: Likewise.
20375 * gdb.base/scope1.c: Likewise.
20376 * gdb.base/setshow.c: Likewise.
20377 * gdb.base/setvar.c: Likewise.
20378 * gdb.base/shmain.c: Likewise.
20379 * gdb.base/shr1.c: Likewise.
20380 * gdb.base/shr2.c: Likewise.
20381 * gdb.base/sigall.c: Likewise.
20382 * gdb.base/signals.c: Likewise.
20383 * gdb.base/so-indr-cl.c: Likewise.
20384 * gdb.base/solib2.c: Likewise.
20385 * gdb.base/structs.c: Likewise.
20386 * gdb.base/sum.c: Likewise.
20387 * gdb.base/vforked-prog.c: Likewise.
20388 * gdb.base/watchpoint.c: Likewise.
20389 * gdb.reverse/shr2.c: Likewise.
20390 * gdb.reverse/until-reverse.c: Likewise.
20391 * gdb.reverse/ur1.c: Likewise.
20392 * gdb.reverse/watch-reverse.c: Likewise.
20393
20394 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20395
20396 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20397 variant.
20398 * gdb.base/sepdebug.exp: Drop references to removed code.
20399
20400 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20401
20402 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20403 variant. Preserve original line numbering.
20404 * gdb.base/list1.c: Likewise.
20405
20406 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20407
20408 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20409 variant.
20410 * gdb.base/break1.c: Likewise.
20411 * gdb.base/break.exp: Drop references to removed code.
20412
20413 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20414
20415 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20416 variant.
20417
20418 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20419
20420 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20421
20422 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20423
20424 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20425 logic into perform_all_tests() and invoke it with and without
20426 function header prototypes.
20427 (do_function_calls): Remove conditional XFAIL for PR 5318.
20428 (rerun_and_prepare): Remove duplicate code.
20429 (perform_all_tests): New. Main logic moved here.
20430
20431 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20432
20433 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20434 code guarded by #ifdef NO_PROTOTYPES.
20435 (t_double_many_args): Likewise.
20436 (DEF_FUNC_MANY_ARGS_1): Likewise.
20437 (DEF_FUNC_VALUES_1): Likewise.
20438 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20439 guarded by #ifdef PROTOTYPES.
20440
20441 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20442
20443 * gdb.mi/mi-console.c: Add eye-catcher.
20444 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20445 instead of literal line number.
20446
20447 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20448
20449 * gdb.base/shr2.c: Add eye-catcher.
20450 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20451 line number.
20452
20453 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20454
20455 * gdb.base/jump.c: Add eye-catchers.
20456 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20457 numbers.
20458
20459 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20460
20461 * gdb.base/execd-prog.c: Add eye-catchers.
20462 * gdb.base/foll-exec.c: Likewise.
20463 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20464 line numbers.
20465
20466 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20467
20468 * gdb.base/ending-run.c: Add eye-catchers.
20469 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20470 literal line numbers.
20471
20472 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20473
20474 * gdb.base/call-rt-st.c: Add eye-catchers.
20475 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20476 literal line numbers.
20477
20478 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20479
20480 * gdb.base/call-ar-st.c: Add eye-catchers.
20481 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20482 literal line numbers.
20483
20484 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20485
20486 * gdb.base/average.c: Add eye-catchers.
20487 * gdb.base/sum.c: Likewise.
20488 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20489 regexps dynamically.
20490
20491 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20492
20493 * gdb.base/solib1.c: Add eye-catchers.
20494 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20495 literal line numbers.
20496
20497 2014-11-12 Pedro Alves <palves@redhat.com>
20498
20499 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20500 leader has exited.
20501
20502 2014-11-12 Pedro Alves <palves@redhat.com>
20503
20504 * gdb.arch/i386-bp_permanent.c: New file.
20505 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20506 (srcfile): Set to i386-bp_permanent.c.
20507 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20508 that stepi does not execute the 'leave' instruction, instead of
20509 testing it does execute.
20510 * gdb.base/bp-permanent.c: New file.
20511 * gdb.base/bp-permanent.exp: New file.
20512
20513 2014-11-10 Doug Evans <xdje42@gmail.com>
20514
20515 PR symtab/17564
20516 * gdb.base/symtab-search-order.exp: New file.
20517 * gdb.base/symtab-search-order.c: New file.
20518 * gdb.base/symtab-search-order-1.c: New file.
20519 * gdb.base/symtab-search-order-shlib-1.c: New file.
20520
20521 2014-11-07 Pedro Alves <palves@redhat.com>
20522
20523 PR gdb/17511
20524 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20525 i?86-*-linux*.
20526
20527 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20528
20529 PR c++/17494
20530 * gdb.cp/pr17494.cc: New file.
20531 * gdb.cp/pr17494.exp: New file.
20532
20533 2014-11-02 Yao Qi <yao@codesourcery.com>
20534
20535 * gdb.python/python.exp: Get working directory and match the
20536 output of "set extended-prompt \\w " with it.
20537
20538 2014-10-30 Doug Evans <dje@google.com>
20539
20540 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20541 in objfiles.
20542 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20543 in progspaces.
20544
20545 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
20546
20547 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20548 * gdb.base/realname-expand.exp: Likewise.
20549 * gdb.linespec/macro-relative.exp: Likewise.
20550
20551 2014-10-29 Pedro Alves <palves@redhat.com>
20552
20553 PR gdb/17408
20554 * gdb.threads/schedlock.c (some_function): New function.
20555 (call_function): New global.
20556 (MAYBE_CALL_SOME_FUNCTION): New macro.
20557 (thread_function): Call it.
20558 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20559 and use it instead of a global counter. Adjust all callers.
20560 (get_current_thread): Use "find current thread" for test message
20561 here rather than having all callers pass down the same string.
20562 (goto_loop): New procedure, factored out from ...
20563 (my_continue): ... this.
20564 (step_ten_loops): Change parameter from test message to command to
20565 use. Adjust.
20566 (list_count): Delete global.
20567 (check_result): New procedure, factored out from duplicate top
20568 level code.
20569 (continue tests): Wrap in with_test_prefix.
20570 (test_step): New procedure, factored out from duplicate top level
20571 code.
20572 (top level): Test "step" in combination with all scheduler-locking
20573 modes. Test "next" in combination with all scheduler-locking
20574 modes, and in combination with stepping over a function call or
20575 not.
20576 * gdb.threads/next-bp-other-thread.c: New file.
20577 * gdb.threads/next-bp-other-thread.exp: New file.
20578
20579 2014-10-29 Pedro Alves <palves@redhat.com>
20580
20581 PR python/17372
20582 * gdb.python/python.exp: Test a multi-line command that spawns
20583 interactive Python.
20584 * gdb.base/multi-line-starts-subshell.exp: New file.
20585
20586 2014-10-29 Yao Qi <yao@codesourcery.com>
20587
20588 * gdb.base/fileio.exp: Make directories on host.
20589
20590 2014-10-29 Yao Qi <yao@codesourcery.com>
20591
20592 * gdb.base/fileio.c (test_write): Close the file.
20593
20594 2014-10-28 Pedro Alves <palves@redhat.com>
20595
20596 PR gdb/12623
20597 * gdb.base/sigstep.c (no_handler): New global.
20598 (main): If 'no_handler is true, set the signal handlers to
20599 SIG_IGN.
20600 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20601 with_sw_watch and no_handler parameters. Handle them.
20602 (top level) <stepping over handler when stopped at a breakpoint
20603 test>: Add a test axis for testing with a software watchpoint, and
20604 another for testing with the signal handler set to SIG_IGN.
20605 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20606 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20607
20608 2014-10-28 Pedro Alves <palves@redhat.com>
20609
20610 PR gdb/17511
20611 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20612 * gdb.base/sigstep.exp (other_handler_location): New global.
20613 (advance): Support stepping into the signal handler, and running
20614 commands while in the handler.
20615 (in_handler_map): New global.
20616 (top level): In the advance test, add combinations for getting
20617 into the handler with stepping commands, and for running commands
20618 in the handler. Add comment descripting the advancei tests.
20619
20620 2014-10-28 Pedro Alves <palves@redhat.com>
20621
20622 * gdb.base/sigstep.exp: Use build_executable instead of
20623 prepare_for_testing.
20624 (top level): Move code that starts GDB, runs to main and creates a
20625 display to ...
20626 (restart): ... this new procedure.
20627 (top level): Move backtrace from signal handler test to ...
20628 (validate_backtrace): ... this new procedure.
20629 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20630 with_test_prefix. Always restart GDB.
20631 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20632 with_test_prefix. Always restart GDB. No need to delete
20633 breakpoints after the test.
20634 (test_skip_handler): Remove prefix parameter.
20635 (skip_over_handler, breakpoint_to_handler)
20636 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20637 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20638 restart GDB. No need to delete breakpoints after the test.
20639 (top level): Use foreach to call the test procedures with
20640 different commands.
20641
20642 2014-10-28 Pedro Alves <palves@redhat.com>
20643
20644 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20645 instead of GNATS numbers.
20646 * gdb.base/sigbpt.exp: Likewise.
20647 * gdb.base/siginfo.exp: Likewise.
20648 * gdb.base/sigstep.exp: Likewise.
20649
20650 2014-10-27 Pedro Alves <palves@redhat.com>
20651
20652 * gdb.base/sigstep.c (dummy): New global.
20653 (main): Issue a couple writes to the new global.
20654 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20655 procedures.
20656 (skip_over_handler): Use test_skip_handler.
20657 (top level): Call skip_over_handler for stepi and nexti too.
20658 (breakpoint_over_handler): Use test_skip_handler.
20659 (top level): Call breakpoint_over_handler for stepi and nexti too.
20660
20661 2014-10-27 Yao Qi <yao@codesourcery.com>
20662
20663 * gdb.trace/tfile.c (adjust_function_address)
20664 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20665 function descriptor.
20666
20667 2014-10-24 Don Breazeal <donb@codesourcery.com>
20668
20669 * gdb.base/foll-fork.exp (test_follow_fork,
20670 catch_fork_child_follow): Check for updated fork messages emitted
20671 from infrun.c.
20672 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20673 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20674 vfork_and_exec_child_follow_through_step): Check for updated vfork
20675 messages emitted from infrun.c.
20676
20677 2014-10-24 Pedro Alves <palves@redhat.com>
20678
20679 * gdb.base/corefile.exp: Remove references to ultrix.
20680 * gdb.base/interrupt.exp: Likewise.
20681 * gdb.base/whatis.exp: Likewise.
20682 * gdb.gdb/selftest.exp: Likewise.
20683 * gdb.threads/manythreads.exp: Likewise.
20684 * gdb.threads/print-threads.exp: Likewise.
20685 * gdb.threads/pthreads.exp:: Likewise.
20686 * gdb.threads/schedlock.exp: Likewise.
20687
20688 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20689
20690 * gdb.cp/non-trivial-retval.cc: Add a test case.
20691 * gdb.cp/non-trivial-retval.exp: Add a test.
20692
20693 2014-10-20 Yao Qi <yao@codesourcery.com>
20694
20695 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20696 * gdb.python/py-objfile-script-gdb.py: New file.
20697 * gdb.python/py-objfile-script.exp: Update reference to
20698 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20699 of remote_download. Remove the dest file.
20700
20701 2014-10-20 Yao Qi <yao@codesourcery.com>
20702
20703 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20704 * gdb.base/step-line.exp: Likewise.
20705 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20706 * gdb.dwarf2/dw2-basic.exp: Likewise.
20707 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20708 * gdb.dwarf2/dw2-filename.exp: Likewise.
20709 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20710 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20711 * gdb.dwarf2/dw2-producer.exp: Likewise.
20712 * gdb.dwarf2/mac-fileno.exp: Likewise.
20713 * gdb.python/py-frame-args.exp: Likewise.
20714 * gdb.python/py-framefilter.exp: Likewise.
20715 * gdb.python/py-mi.exp: Likewise.
20716 * gdb.python/py-objfile-script.exp: Likewise
20717 * gdb.python/py-pp-integral.exp: Likewise.
20718 * gdb.python/py-pp-re-notag.exp: Likewise.
20719 * gdb.python/py-prettyprint.exp: Likewise.
20720 * gdb.python/py-section-script.exp: Likewise.
20721 * gdb.python/py-typeprint.exp: Likewise.
20722 * gdb.python/py-xmethods.exp: Likewise.
20723 * gdb.stabs/weird.exp: Likewise.
20724 * gdb.xml/tdesc-regs.exp: Likewise.
20725
20726 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20727
20728 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20729 (out_cu): Use addr_len for the size of addresses.
20730 (out_line): Likewise. Size DW_LNE_set_address instruction
20731 according to addr_len.
20732 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20733 (FUNC): Add START_INSNS to definition.
20734
20735 2014-10-18 Yao Qi <yao@codesourcery.com>
20736
20737 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20738 gdb_has_argv0 return true.
20739 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20740 check [target_info exists noargs], check [gdb_has_argv0]
20741 instead.
20742 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20743 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20744 procedures.
20745
20746 2014-10-17 Doug Evans <dje@google.com>
20747
20748 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20749 event.
20750 * gdb.python/py-events.py: Add clear_objfiles event.
20751
20752 2014-10-17 Doug Evans <dje@google.com>
20753
20754 * gdb.python/py-objfile.exp: Test progspace attribute.
20755
20756 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
20757
20758 * gdb.guile/scm-breakpoint.exp: Do not assume any
20759 directory separators when matching source file paths.
20760 * gdb.python/py-breakpoint.exp: Likewise.
20761 * gdb.reverse/break-precsave.exp: Likewise.
20762 * gdb.reverse/break-reverse.exp: Likewise.
20763 * gdb.reverse/consecutive-precsave.exp: Likewise.
20764 * gdb.reverse/finish-precsave.exp: Likewise.
20765 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20766 * gdb.reverse/finish-reverse.exp: Likewise.
20767 * gdb.reverse/i386-precsave.exp: Likewise.
20768 * gdb.reverse/i387-env-reverse.exp: Likewise.
20769 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20770 * gdb.reverse/machinestate-precsave.exp: Likewise.
20771 * gdb.reverse/machinestate.exp: Likewise.
20772 * gdb.reverse/sigall-precsave.exp: Likewise.
20773 * gdb.reverse/solib-precsave.exp: Likewise.
20774 * gdb.reverse/step-precsave.exp: Likewise.
20775 * gdb.reverse/until-precsave.exp: Likewise.
20776 * gdb.reverse/watch-precsave.exp: Likewise.
20777 * gdb.reverse/watch-reverse.exp: Likewise.
20778
20779 2014-10-17 Yao Qi <yao@codesourcery.com>
20780
20781 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20782 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20783
20784 2014-10-17 Pedro Alves <palves@redhat.com>
20785
20786 PR gdb/17471
20787 * gdb.base/bg-execution-repeat.c: New file.
20788 * gdb.base/bg-execution-repeat.exp: New file.
20789
20790 2014-10-17 Pedro Alves <palves@redhat.com>
20791
20792 PR gdb/17300
20793 * gdb.base/continue-all-already-running.c: New file.
20794 * gdb.base/continue-all-already-running.exp: New file.
20795
20796 2014-10-17 Pedro Alves <palves@redhat.com>
20797
20798 PR gdb/17472
20799 * gdb.base/annota-input-while-running.c: New file.
20800 * gdb.base/annota-input-while-running.exp: New file.
20801
20802 2014-10-17 Pedro Alves <palves@redhat.com>
20803
20804 * gdb.base/callfuncs.exp: emove references to osf.
20805 * gdb.base/sigall.exp: Likewise.
20806 * gdb.gdb/selftest.exp: Likewise.
20807 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20808 * gdb.mi/non-stop.c: Likewise.
20809 * gdb.mi/pthreads.c: Likewise.
20810 * gdb.reverse/sigall-precsave.exp: Likewise.
20811 * gdb.reverse/sigall-reverse.exp: Likewise.
20812 * gdb.threads/pthreads.c: Likewise.
20813 * gdb.threads/pthreads.exp: Likewise.
20814
20815 2014-10-17 Yao Qi <yao@codesourcery.com>
20816
20817 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20818 check 'target_info exists noargs'.
20819 (test_command_prompt_position): Likewise.
20820 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20821 Remove "set args".
20822 (progvar_simple_while_test): Likewise.
20823 (progvar_complex_if_while_test): Likewise.
20824 (if_while_breakpoint_command_test): Likewise.
20825 (infrun_breakpoint_command_test): Likewise.
20826 (breakpoint_command_test): Likewise.
20827 (watchpoint_command_test): Likewise.
20828 (bp_deleted_in_command_test): Likewise.
20829 (temporary_breakpoint_commands): Likewise.
20830
20831 2014-10-16 Yao Qi <yao@codesourcery.com>
20832
20833 * gdb.base/remotetimeout.exp: Remove noargs checking.
20834
20835 2014-10-15 Pedro Alves <palves@redhat.com>
20836
20837 PR breakpoints/9649
20838 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20839 * gdb.base/breakpoint-in-ro-region.exp
20840 (probe_target_hardware_step): New procedure.
20841 (top level): Probe hardware stepping and hardware breakpoint
20842 support. Test stepping through a read-only region, with both
20843 "breakpoint auto-hw" on and off and both "always-inserted" on and
20844 off.
20845
20846 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20847
20848 * gdb.dlang/demangle.exp: Update for demangling changes.
20849
20850 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20851
20852 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20853 * gdb.cp/non-trivial-retval.exp: Add new tests.
20854
20855 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20856
20857 PR c++/13403
20858 PR c++/15154
20859 * gdb.cp/non-trivial-retval.cc: New file.
20860 * gdb.cp/non-trivial-retval.exp: New file.
20861
20862 2014-10-15 Yao Qi <yao@codesourcery.com>
20863
20864 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20865 remote host.
20866
20867 2014-10-15 Yao Qi <yao@codesourcery.com>
20868
20869 * gdb.python/py-symbol.exp: Match file base name if host is
20870 remote, otherwise match file name with dir name.
20871 * gdb.python/py-symtab.exp: Likewise.
20872 * gdb.python/python.exp: Likewise.
20873
20874 2014-10-15 Yao Qi <yao@codesourcery.com>
20875
20876 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20877 pattern.
20878 * gdb.python/py-symtab.exp: Likewise.
20879 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20880 locationn.
20881
20882 2014-10-14 Joel Brobecker <brobecker@adacore.com>
20883
20884 * gdb.ada/addr_arith: New testcase.
20885
20886 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20887
20888 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20889 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20890 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20891 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20892
20893 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20894
20895 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20896 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20897 * gdb.arch/stap-eval-lang-ada.exp: New file.
20898
20899 2014-10-14 Yao Qi <yao@codesourcery.com>
20900
20901 * gdb.mi/mi-var-child.c (nothing1): New function.
20902 (nothing2): New function.
20903 (do_children_tests): Set function pointers by nothing1 and
20904 nothing2.
20905 * gdb.mi/mi-var-child.exp: Step over new added statements.
20906 Update test to match the new output.
20907 * gdb.mi/var-cmd.c (nothing1): New function.
20908 (nothing2): New function.
20909 (do_children_tests): Set function pointers by nothing1 and
20910 nothing2.
20911 * gdb.mi/mi-var-display.exp: Update test to match output.
20912 Step to the line specified by $line_dct_nothing.
20913 Increase the number of lines to step.
20914
20915 2014-10-14 Yao Qi <yao@codesourcery.com>
20916
20917 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
20918 tests.
20919 * gdb.mi/mi2-var-child.exp: Likewise.
20920
20921 2014-10-13 Doug Evans <dje@google.com>
20922
20923 * gdb.python/py-objfile.exp: Change name of file name test.
20924
20925 2014-10-13 Doug Evans <dje@google.com>
20926
20927 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
20928 from the start of the CU.
20929
20930 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20931 Yao Qi <yao@codesourcery.com>
20932
20933 Fix "save breakpoints" for "catch" command.
20934 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
20935 Remove -nonewline. Match also the added "main" line.
20936
20937 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20938
20939 Fix "save breakpoints" for "disable $bpnum" command.
20940 * gdb.base/save-bp.c (main): Add label.
20941 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
20942
20943 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20944
20945 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20946
20947 2014-10-11 Yao Qi <yao@codesourcery.com>
20948
20949 * gdb.server/server-kill.exp: Execute command
20950 "set remote trace-status-packet on" before "tstatus".
20951
20952 2014-10-11 Yao Qi <yao@codesourcery.com>
20953
20954 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
20955 (main): Call getppid.
20956 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
20957 and continue to it. Read variable "server_pid".
20958
20959 2014-10-11 Yao Qi <yao@codesourcery.com>
20960
20961 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
20962
20963 2014-10-11 Yao Qi <yao@codesourcery.com>
20964
20965 * gdb.threads/thread-find.exp: Don't execute command
20966 "info threads".
20967 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
20968 * gdb.threads/linux-dp.exp: Don't check the condition
20969 $threads_created equals to zero.
20970
20971 2014-10-10 Pedro Alves <palves@redhat.com>
20972
20973 * gdb.base/bigcore.exp: Remove references to IRIX.
20974 * gdb.base/funcargs.exp: Likewise.
20975 * gdb.base/interrupt.exp: Likewise.
20976 * gdb.base/mips_pro.exp: Likewise.
20977 * gdb.base/nodebug.exp: Likewise.
20978 * gdb.base/setvar.exp: Likewise.
20979 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
20980
20981 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
20982 Pedro Alves <palves@redhat.com>
20983
20984 PR symtab/14466
20985 * gdb.base/vdso-warning.c: New file.
20986 * gdb.base/vdso-warning.exp: New file.
20987
20988 2014-10-02 Doug Evans <dje@google.com>
20989
20990 * gdb.base/structs.c (main): Don't run forever.
20991
20992 2014-10-02 Pedro Alves <palves@redhat.com>
20993
20994 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
20995 (top level) <stop threads 1, stop threads 2>: Use it.
20996
20997 2014-10-02 Pedro Alves <palves@redhat.com>
20998
20999 * gdb.threads/break-while-running.exp (test): Add new
21000 'update_thread_list' argument. Skip "info threads" if false.
21001 (top level): Add new 'update_thread_list' axis.
21002
21003 2014-10-02 Pedro Alves <palves@redhat.com>
21004
21005 PR breakpoints/17431
21006 * gdb.base/execl-update-breakpoints.c: New file.
21007 * gdb.base/execl-update-breakpoints.exp: New file.
21008
21009 2014-10-01 Pedro Alves <palves@redhat.com>
21010
21011 * gdb.base/breakpoint-in-ro-region.c: New file.
21012 * gdb.base/breakpoint-in-ro-region.exp: New file.
21013
21014 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
21015
21016 * gdb.mi/mi-exit-code.exp: New file.
21017 * gdb.mi/mi-exit-code.c: New file.
21018
21019 2014-09-30 Yao Qi <yao@codesourcery.com>
21020
21021 * lib/prelink-support.exp (build_executable_own_libs): Error if
21022 the target isn't native.
21023
21024 2014-09-30 Yao Qi <yao@codesourcery.com>
21025
21026 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
21027 false.
21028
21029 2014-09-22 Pedro Alves <palves@redhat.com>
21030
21031 * gdb.threads/break-while-running.exp: New file.
21032 * gdb.threads/break-while-running.c: New file.
21033
21034 2014-09-19 Yao Qi <yao@codesourcery.com>
21035
21036 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
21037 Invoke test. Restart GDB with --readnow and invoke test again.
21038
21039 2014-09-19 Yao Qi <yao@codesourcery.com>
21040
21041 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
21042 proc set_breakpoint_on_gcd_function. Invoke
21043 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
21044 invoke set_breakpoint_on_gcd_function again.
21045
21046 2014-09-18 Doug Evans <dje@google.com>
21047
21048 * gdb.dwarf2/symtab-producer.exp: New file.
21049
21050 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21051
21052 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
21053 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
21054 * gdb.base/global-var-nested-by-dso.c: Likewise.
21055 * gdb.base/global-var-nested-by-dso.exp: Likewise.
21056
21057 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21058 Pedro Alves <palves@redhat.com>
21059
21060 * gdb.base/watch-bitfields.exp: Pass string other than test file
21061 name to prepare_for_testing.
21062 (watch): New procedure.
21063 (expect_watchpoint): Use with_test_prefix.
21064 (top level): Factor out tests to ...
21065 (test_watch_location, test_regular_watch): ... these new
21066 procedures, and use with_test_prefix and gdb_continue_to_end.
21067
21068 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
21069
21070 PR breakpoints/12526
21071 * gdb.base/watch-bitfields.exp: New file.
21072 * gdb.base/watch-bitfields.c: New file.
21073
21074 2014-09-16 Pedro Alves <palves@redhat.com>
21075
21076 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
21077 software and hardware addresses, not software address against
21078 itself.
21079
21080 2014-09-16 Pedro Alves <palves@redhat.com>
21081
21082 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
21083 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
21084
21085 2014-09-16 Pedro Alves <palves@redhat.com>
21086
21087 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
21088 files.
21089 * gdb.base/a2-run.exp: Remove all code guarded by istarget
21090 "*-*-vxworks*" throughout.
21091 * gdb.base/break.exp: Likewise.
21092 * gdb.base/default.exp: Likewise.
21093 * gdb.base/scope.exp: Likewise.
21094 * gdb.base/sepdebug.exp: Likewise.
21095 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
21096 throughout.
21097 * gdb.base/run.c: Likewise.
21098 * gdb.base/sepdebug.c: Likewise.
21099 * gdb.hp/gdb.aCC/run.c: Likewise.
21100 * gdb.reverse/until-reverse.c: Likewise.
21101 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
21102
21103 2014-09-16 Yao Qi <yao@codesourcery.com>
21104
21105 * boards/local-remote-host-native.exp: New file.
21106
21107 2014-09-14 Doug Evans <xdje42@gmail.com>
21108
21109 * gdb.threads/queue-signal.c (thread_count): New variable.
21110 (thread_count_mutex, thread_count_condvar): New variables.
21111 (incr_thread_count, wait_all_threads_running): New functions.
21112 (main): Wait for all threads to be in their thread functions.
21113
21114 2014-09-13 Doug Evans <xdje42@gmail.com>
21115
21116 * gdb.threads/queue-signal.c: New file.
21117 * gdb.threads/queue-signal.exp: New file.
21118
21119 2014-09-13 Doug Evans <xdje42@gmail.com>
21120
21121 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
21122 be consistent with what default_gdb_init uses.
21123 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
21124 the plain text of the prompt. Add some logging printfs.
21125 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
21126
21127 2014-09-12 Pedro Alves <palves@redhat.com>
21128
21129 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
21130 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
21131 * gdb.arch/i386-size-overlap.exp: Likewise.
21132 * gdb.arch/i386-size.exp: Likewise.
21133 * gdb.arch/i386-unwind.exp: Likewise.
21134 * gdb.base/a2-run.exp: Likewise.
21135 * gdb.base/break.exp: Likewise.
21136 * gdb.base/charset.exp: Likewise.
21137 * gdb.base/chng-syms.exp: Likewise.
21138 * gdb.base/commands.exp: Likewise.
21139 * gdb.base/dbx.exp: Likewise.
21140 * gdb.base/find.exp: Likewise.
21141 * gdb.base/funcargs.exp: Likewise.
21142 * gdb.base/jit-simple.exp: Likewise.
21143 * gdb.base/reread.exp: Likewise.
21144 * gdb.base/sepdebug.exp: Likewise.
21145 * gdb.base/step-bt.exp: Likewise.
21146 * gdb.cp/mb-inline.exp: Likewise.
21147 * gdb.cp/mb-templates.exp: Likewise.
21148 * gdb.objc/basicclass.exp: Likewise.
21149 * gdb.threads/killed.exp: Likewise.
21150
21151 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21152
21153 PR tdep/17379
21154 * gdb.arch/powerpc-stackless.S: New file.
21155 * gdb.arch/powerpc-stackless.exp: New file.
21156
21157 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21158
21159 * gdb.base/attach.c: Include unistd.h.
21160 (main): Call alarm. Add label postloop.
21161 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
21162 gdb_breakpoint, gdb_continue_to_breakpoint.
21163 (test_command_line_attach_run): Kill ${testpid} in one exit path.
21164
21165 2014-09-11 Pedro Alves <palves@redhat.com>
21166
21167 PR gdb/17347
21168 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
21169 * gdb.base/attach.exp (test_command_line_attach_run): New
21170 procedure.
21171 (top level): Call it.
21172
21173 2014-09-11 Pedro Alves <palves@redhat.com>
21174
21175 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
21176 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
21177 (do_command_attach_tests): Use spawn_wait_for_attach.
21178 * gdb.base/solib-overlap.exp: Likewise.
21179 * gdb.multi/multi-attach.exp: Likewise.
21180 * gdb.python/py-prompt.exp: Likewise.
21181 * gdb.python/py-sync-interp.exp: Likewise.
21182 * gdb.server/ext-attach.exp: Likewise.
21183
21184 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
21185
21186 * gdb.fortran/array-element.exp: Remove unexpected "continue"
21187 command in testcase. Simplify testcase.
21188
21189 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21190
21191 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21192
21193 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21194
21195 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21196
21197 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21198
21199 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21200
21201 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21202
21203 * gdb.dwarf2/dynarr-ptr.c: New file.
21204 * gdb.dwarf2/dynarr-ptr.exp: New file.
21205
21206 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21207
21208 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
21209 of 30 rather than hardcoding 120 for a slow test case. Take the
21210 `gdb,timeout' target setting into account for this calculation.
21211 Don't extend the timeout for the test cases that don't need it.
21212
21213 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21214
21215 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
21216 a factor of 2 for a slow test case. Take the `gdb,timeout'
21217 target setting into account for this calculation.
21218 * gdb.reverse/until-precsave.exp: Increase the timeout by
21219 a factor of 15 and 3 respectively rather than adding 120
21220 for a pair of slow test cases. Take the `gdb,timeout'
21221 target setting into account for this calculation.
21222
21223 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21224
21225 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
21226 timeout, don't pass one down to gdb_expect.
21227 (gdb_expect): Rework timeout selection.
21228
21229 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21230
21231 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
21232 exception on timeout.
21233 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
21234 (gdbserver_start_extended): Catch any `gdbserver_start' error
21235 exceptions.
21236 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21237 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21238 `gdbserver_gdb_load' error exceptions.
21239
21240 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21241
21242 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21243 120 on waiting for the TCP socket to open.
21244
21245 2014-09-09 Doug Evans <xdje42@gmail.com>
21246
21247 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21248 _caller_matches, _any_caller_is, _any_caller_matches.
21249
21250 2014-09-09 Doug Evans <xdje42@gmail.com>
21251
21252 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21253
21254 2014-09-09 Yao Qi <yao@codesourcery.com>
21255
21256 * gdb.mi/mi-var-display.exp: Set print symbol off.
21257
21258 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21259
21260 PR gdb/17035
21261 * gdb.base/commands.exp: Add tests to verify user-defined
21262 commands with empty bodies.
21263 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21264 python commands in `show user command`.
21265 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21266 scheme commands in `show user command`.
21267
21268 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21269
21270 PR python/17355
21271 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21272 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21273 * gdb.python/py-framefilter-invalidarg.exp: New file.
21274 * gdb.python/py-framefilter-invalidarg.py: New file.
21275
21276 2014-09-06 Doug Evans <xdje42@gmail.com>
21277
21278 PR 15276
21279 * gdb.python/py-caller-is.c: New file.
21280 * gdb.python/py-caller-is.exp: New file.
21281
21282 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21283
21284 PR gdb/17235
21285 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21286 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21287
21288 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21289
21290 PR fortran/17237
21291 * gdb.fortran/print-formatted.exp: New file.
21292 * gdb.fortran/print-formatted.f90: Likewise.
21293
21294 2014-09-03 Sasha Smundak <asmundak@google.com>
21295
21296 * gdb.python/py-frame.exp: Test Frame.read_register.
21297
21298 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21299
21300 PR python/16699
21301 * gdb.python/py-completion.exp: New file.
21302 * gdb.python/py-completion.py: Likewise.
21303
21304 2014-08-28 Doug Evans <dje@google.com>
21305
21306 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21307 eax,etc. are live with values set by gdb and thus the compiler can't
21308 use them.
21309 * gdb.arch/i386-pseudo.c (main): Ditto.
21310
21311 2014-08-27 Doug Evans <dje@google.com>
21312
21313 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21314
21315 2014-08-25 Doug Evans <dje@google.com>
21316
21317 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21318 (main): Ditto.
21319
21320 2014-08-25 Doug Evans <dje@google.com>
21321
21322 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21323
21324 2014-08-24 Yao Qi <yao@codesourcery.com>
21325
21326 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21327 symbol off.
21328 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21329
21330 2014-08-22 Doug Evans <dje@google.com>
21331
21332 PR 17276
21333 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21334 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21335 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21336
21337 2014-08-22 Yao Qi <yao@codesourcery.com>
21338
21339 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21340 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21341 * gdb.python/python.exp: Likewise. Use .py file on the host
21342 instead of the build.
21343
21344 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21345
21346 * gdb.threads/gcore-stale-thread.c: New file.
21347 * gdb.threads/gcore-stale-thread.exp: New file.
21348
21349 2014-08-21 Pedro Alves <palves@redhat.com>
21350
21351 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21352 * gdb.base/gcore-relro-pie.exp: Likewise.
21353 * gdb.base/gcore-relro.exp: Likewise.
21354 * gdb.base/gcore.exp: Likewise.
21355 * gdb.base/print-symbol-loading.exp: Likewise.
21356 * gdb.threads/gcore-thread.exp: Likewise.
21357 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21358
21359 2014-08-20 Pedro Alves <palves@redhat.com>
21360 Jan Kratochvil <jan.kratochvil@redhat.com>
21361
21362 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21363 configure.
21364 (EXPECT): Handle READ1 being set.
21365 (all): Depend on EXTRA_RULES.
21366 (check-read1, expect-read1, read1.so, read1): New rules.
21367 * README (Testsuite Parameters): Document the READ1 make variable.
21368 (Race detection): New section.
21369 * configure: Regenerate.
21370 * configure.ac: If build==host==target, and running under a
21371 GNU/glibc system, add read1 to the extra Makefile rules.
21372 (EXTRA_RULES): AC_SUBST it.
21373 * lib/read1.c: New file.
21374
21375 2014-08-20 Joel Brobecker <brobecker@adacore.com>
21376
21377 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21378 the handling of variables declared as a typedef to an array
21379 which a DW_AT_data_location attribute.
21380
21381 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
21382 Pedro Alves <palves@redhat.com>
21383
21384 PR symtab/14604
21385 PR symtab/14605
21386 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21387 gdb_test.
21388
21389 2014-08-19 Pedro Alves <palves@redhat.com>
21390
21391 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21392
21393 2014-08-19 Yao Qi <yao@codesourcery.com>
21394
21395 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21396 right line.
21397
21398 2014-08-18 David Blaikie <dblaikie@gmail.com>
21399
21400 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21401
21402 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21403
21404 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21405 attribute in array range.
21406
21407 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21408
21409 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21410
21411 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21412
21413 PR c++/17132
21414 * gdb.cp/pr17132.cc: New file.
21415 * gdb.cp/pr17132.exp: New file.
21416
21417 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21418
21419 * gdb.python/py-xmethods.py (A_getarrayind)
21420 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21421 Use 'print' with function call syntax.
21422 (E_method_matcher.match): Fix tab vs space indentation mixup.
21423
21424 2014-08-15 Yao Qi <yao@codesourcery.com>
21425
21426 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21427 false.
21428
21429 2014-08-15 Yao Qi <yao@codesourcery.com>
21430
21431 * gdb.cp/casts.exp: Set print symbol off.
21432 * gdb.cp/class2.exp: Likewise.
21433 * gdb.cp/overload.exp: Likewise.
21434 * gdb.cp/templates.exp: Likewise.
21435
21436 2014-08-11 Doug Evans <dje@google.com>
21437
21438 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21439 (test_load_shlib): Update.
21440
21441 2014-08-09 Yao Qi <yao@codesourcery.com>
21442
21443 * gdb.base/display.exp: Invoke is_address_zero_readable.
21444 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21445 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21446 * gdb.base/hbreak-unmapped.exp: Return if
21447 is_address_zero_readable returns true.
21448 * gdb.base/signest.exp: Likewise.
21449 * gdb.base/signull.exp: Likewise.
21450 * gdb.base/sigbpt.exp: Likewise.
21451 * gdb.guile/scm-disasm.exp: Do the test if
21452 is_address_zero_readable returns false.
21453 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21454 * gdb.python/py-arch.exp: Likewise.
21455 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21456 * lib/gdb.exp (is_address_zero_readable): New proc.
21457
21458 2014-08-09 Yao Qi <yao@codesourcery.com>
21459
21460 PR testsuite/13443
21461 * gdb.mi/mi-var-display.exp: Make test messages unique.
21462
21463 2014-08-04 Tom Tromey <tromey@redhat.com>
21464
21465 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21466 target 0".
21467
21468 2014-08-04 Tom Tromey <tromey@redhat.com>
21469
21470 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21471 "target_resume".
21472
21473 2014-08-01 Joel Brobecker <brobecker@adacore.com>
21474
21475 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21476 inner_vla_struct_object_size.
21477 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21478 as xfail.
21479
21480 2014-07-30 Pedro Alves <palves@redhat.com>
21481
21482 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21483 comment.
21484
21485 2014-07-29 Yao Qi <yao@codesourcery.com>
21486
21487 PR gdb/17206
21488 * gdb.base/until-nodebug.exp: New.
21489
21490 2014-07-28 Doug Evans <xdje42@gmail.com>
21491
21492 PR guile/17203
21493 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21494 previously existing parameter, and previously ambiguously spelled
21495 parameter.
21496
21497 2014-07-28 Will Newton <will.newton@linaro.org>
21498
21499 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21500
21501 2014-07-26 Ludovic Courtès <ludo@gnu.org>
21502 Doug Evans <xdje42@gmail.com>
21503
21504 PR guile/17146
21505 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21506
21507 2014-07-25 Pedro Alves <palves@redhat.com>
21508
21509 * gdb.threads/signal-command-handle-nopass.c: New file.
21510 * gdb.threads/signal-command-handle-nopass.exp: New file.
21511 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21512 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21513 * gdb.threads/signal-delivered-right-thread.c: New file.
21514 * gdb.threads/signal-delivered-right-thread.exp: New file.
21515
21516 2014-07-25 Pedro Alves <palves@redhat.com>
21517
21518 * gdb.base/double-prompt-target-event-error.exp
21519 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21520 match.
21521 (cancel_pagination_in_target_event): Rework double prompt
21522 detection.
21523 * gdb.base/paginate-after-ctrl-c-running.exp
21524 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21525 <return>' match.
21526 * gdb.base/paginate-bg-execution.exp
21527 (test_bg_execution_pagination_return)
21528 (test_bg_execution_pagination_cancel): Remove '-notransfer
21529 <return>' matches.
21530 * gdb.base/paginate-execution-startup.exp
21531 (test_fg_execution_pagination_return)
21532 (test_fg_execution_pagination_cancel): Remove '-notransfer
21533 <return>' matches.
21534 * gdb.base/paginate-inferior-exit.exp
21535 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21536 match.
21537 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21538 * lib/gdb.exp (pagination_prompt): Run text through
21539 string_to_regexp.
21540 (gdb_test_multiple): Match $pagination_prompt instead of
21541 "<return>".
21542 (string_to_regexp): Move to lib/gdb-utils.exp.
21543
21544 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21545
21546 * gdb.arch/amd64-entry-value-paramref.S: New file.
21547 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21548 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21549 * gdb.arch/amd64-optimout-repeat.S: New file.
21550 * gdb.arch/amd64-optimout-repeat.c: New file.
21551 * gdb.arch/amd64-optimout-repeat.exp: New file.
21552
21553 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21554
21555 PR gdb/17170
21556 * gdb.base/statistics.exp: New file.
21557
21558 2014-07-17 Doug Evans <dje@google.com>
21559
21560 PR gdb/17170
21561 * gdb.base/maint.exp: Update testing of per-command stats.
21562
21563 2014-07-16 Pedro Alves <palves@redhat.com>
21564
21565 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21566 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21567 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21568 (tfile_write_buf): New functions.
21569 (add_memory_block): Rewrite using the above.
21570 (adjust_function_address): New function.
21571 (FUNCTION_ADDRESS): New macro.
21572 (write_basic_trace_file): Remove short_x local, and use
21573 tfile_write_16. Change type of func_addr local to unsigned long
21574 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21575 here. Cast argument of add_memory_block to char pointer.
21576 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21577 (main): Remove parameters.
21578 * gdb.trace/tfile.exp: Remove nowarnings.
21579
21580 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21581
21582 * gdb.base/debug-expr.exp: Test string evaluation with
21583 "debug expression" on.
21584
21585 2014-07-15 Pedro Alves <palves@redhat.com>
21586
21587 * gdb.base/reread.exp: Use clean_restart.
21588
21589 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21590
21591 * gdb.arch/avr-flash-qualifer.c: New.
21592 * gdb.arch/avr-flash-qualifer.exp: New.
21593
21594 2014-07-14 Pedro Alves <palves@redhat.com>
21595
21596 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21597 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21598
21599 2014-07-14 Pedro Alves <palves@redhat.com>
21600
21601 * gdb.base/double-prompt-target-event-error.c: New file.
21602 * gdb.base/double-prompt-target-event-error.exp: New file.
21603
21604 2014-07-14 Pedro Alves <palves@redhat.com>
21605
21606 PR gdb/17072
21607 * gdb.base/paginate-inferior-exit.c: New file.
21608 * gdb.base/paginate-inferior-exit.exp: New file.
21609
21610 2014-07-14 Pedro Alves <palves@redhat.com>
21611
21612 PR gdb/17072
21613 * gdb.base/paginate-bg-execution.c: New file.
21614 * gdb.base/paginate-bg-execution.exp: New file.
21615
21616 2014-07-14 Pedro Alves <palves@redhat.com>
21617
21618 PR gdb/17072
21619 * gdb.base/paginate-execution-startup.c: New file.
21620 * gdb.base/paginate-execution-startup.exp: New file.
21621 * lib/gdb.exp (pagination_prompt): New global.
21622 (default_gdb_spawn): New procedure, factored out from
21623 default_gdb_spawn.
21624 (default_gdb_start): Adjust to call default_gdb_spawn.
21625 (gdb_spawn): New procedure.
21626
21627 2014-07-14 Pedro Alves <palves@redhat.com>
21628
21629 * lib/gdb.exp (gdb_assert): New procedure.
21630 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21631
21632 2014-07-14 Pedro Alves <palves@redhat.com>
21633
21634 * gdb.base/execution-termios.c: New file.
21635 * gdb.base/execution-termios.exp: New file.
21636
21637 2014-07-14 Tom Tromey <tromey@redhat.com>
21638
21639 * gdb.cp/vla-cxx.cc: New file.
21640 * gdb.cp/vla-cxx.exp: New file.
21641
21642 2014-07-14 Tom Tromey <tromey@redhat.com>
21643
21644 * gdb.reverse/rerun-prec.c: New file.
21645 * gdb.reverse/rerun-prec.exp: New file.
21646
21647 2014-07-12 Maciej W. Rozycki <macro@mips.com>
21648 Maciej W. Rozycki <macro@codesourcery.com>
21649
21650 * lib/gdb-utils.exp: New file.
21651 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21652 inline `gdb_init_command' processing.
21653 (gdb_start_cmd): Likewise.
21654 * lib/mi-support.exp (mi_run_cmd): Likewise.
21655 * README: Document `gdb_init_command' and `gdb_init_commands'.
21656
21657 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21658
21659 Fix false FAIL running under a very long directory name.
21660 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21661 and "set print elements 10000". Twice.
21662
21663 2014-07-11 Yao Qi <yao@codesourcery.com>
21664
21665 * gdb.base/exprs.exp: "set print symbol off".
21666
21667 2014-07-11 Pedro Alves <palves@redhat.com>
21668
21669 * gdb.threads/kill.c: New file.
21670 * gdb.threads/kill.exp: New file.
21671
21672 2014-07-10 Yao Qi <yao@codesourcery.com>
21673
21674 * gdb.trace/tfile.c (write_basic_trace_file)
21675 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21676 address written to trace file.
21677
21678 2014-07-09 Pedro Alves <palves@redhat.com>
21679
21680 * gdb.base/attach-wait-input.exp: New file.
21681 * gdb.base/attach-wait-input.c: New file.
21682
21683 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21684
21685 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21686 setting up test structures.
21687 (main): Call new test function.
21688 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21689 test function, continue into test function and walk test
21690 structures.
21691
21692 2014-07-02 Yao Qi <yao@codesourcery.com>
21693
21694 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21695 'bar_start' at the beginning of functions 'foo' and 'bar'
21696 respectively.
21697 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21698 instead of 'foo' and 'bar'.
21699
21700 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21701
21702 * gdb.btrace/segv.exp: New.
21703 * gdb.btrace/segv.c: New.
21704
21705 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
21706
21707 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21708 instruction.
21709
21710 2014-06-30 Mark Wielaard <mjw@redhat.com>
21711
21712 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21713 vulture, vilify, villar): New volatile array constants.
21714 (vindictive, vegetation): New const volatile array constants.
21715 * gdb.base/volatile.exp: Test volatile and const volatile array
21716 types.
21717
21718 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21719
21720 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21721 target lacks support for awatch, rwatch, or hbreak.
21722
21723 2014-06-27 Yao Qi <yao@codesourcery.com>
21724
21725 * gdb.multi/dummy-frame-restore.exp: New.
21726 * gdb.multi/dummy-frame-restore.c: New.
21727
21728 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21729
21730 * gdb.btrace/gcore.exp: New.
21731
21732 2014-06-23 Pedro Alves <palves@redhat.com>
21733
21734 * gdb.base/watchpoint-reuse-slot.c: New file.
21735 * gdb.base/watchpoint-reuse-slot.exp: New file.
21736
21737 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21738
21739 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21740 progspace's filename in 'info', 'enable' and 'disable' command
21741 tests.
21742
21743 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21744
21745 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21746 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21747 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21748
21749 2014-06-20 Gary Benson <gbenson@redhat.com>
21750
21751 * gdb.arch/i386-avx.exp: Fix include file location.
21752 * gdb.arch/i386-sse.exp: Likewise.
21753
21754 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21755
21756 * gdb.dlang/expression.exp: New file.
21757
21758 2014-06-19 Pedro Alves <palves@redhat.com>
21759
21760 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21761 out from ...
21762 (top level): ... here. Iterate running tests under different
21763 scheduler-locking settings.
21764
21765 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
21766
21767 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21768 to DW_FORM_addr and use non-zero addresses.
21769
21770 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21771
21772 PR gdb/17017
21773 * gdb.python/py-xmethods.cc: Add global function call counters and
21774 increment them in their respective functions. Remove "cout"
21775 statements.
21776 * gdb.python/py-xmethods.exp: Make tests check the global function
21777 call counters instead of depending on inferior IO.
21778
21779 2014-06-18 Don Breazeal <donb@codesourcery.com>
21780
21781 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21782 Deleted procedure.
21783 (explicit_fork_parent_follow): Deleted procedure.
21784 (explicit_fork_child_follow): Deleted procedure.
21785 (test_follow_fork): New procedure.
21786 (do_fork_tests): Replace calls to deleted procedures with
21787 calls to test_follow_fork and reset GDB for subsequent
21788 procedure calls.
21789
21790 2014-06-17 Yao Qi <yao@codesourcery.com>
21791
21792 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21793 CP1252.
21794
21795 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
21796
21797 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21798 Initialize ptr and S explicitly.
21799 (skip_type_update_when_not_use_rtti_test): Likewise.
21800
21801 2014-06-16 Keith Seitz <keiths@redhat.com>
21802
21803 PR mi/15863
21804 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21805 the inferior is started.
21806
21807 2014-06-16 Pedro Alves <palves@redhat.com>
21808
21809 * gdb.base/break-main-file-remove-fail.c: New file.
21810 * gdb.base/break-main-file-remove-fail.exp: New file.
21811 * gdb.base/break-unload-file.exp: Use build_executable instead of
21812 prepare_for_testing.
21813 (test_break): New parameter "initial_load". Handle it.
21814 (top level): Add initial_load cmdline/file axis.
21815
21816 2014-06-12 Tom Tromey <tromey@redhat.com>
21817
21818 * gdb.base/completion.exp: Don't use directory name in test.
21819
21820 2014-06-09 Gary Benson <gbenson@redhat.com>
21821
21822 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21823 separate the always-available ANSI-standard signals from the
21824 signals that require checking.
21825 (main): Likewise.
21826 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21827 Likewise.
21828 (main): Likewise.
21829
21830 2014-06-07 Keith Seitz <keiths@redhat.com>
21831
21832 Revert:
21833 PR c++/16253
21834 * gdb.cp/var-tag.cc: New file.
21835 * gdb.cp/var-tag.exp: New file.
21836 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21837 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21838 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21839 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21840
21841 2014-06-06 Doug Evans <xdje42@gmail.com>
21842
21843 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21844
21845 2014-06-06 Pedro Alves <palves@redhat.com>
21846
21847 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21848 in target debug output instead of looking at RSP packets,
21849 disabling the test on any target that uses hardware stepping.
21850 Update comments.
21851
21852 2014-06-06 Pedro Alves <palves@redhat.com>
21853
21854 * gdb.base/break-unload-file.exp: Fix typo.
21855
21856 2014-06-06 Yao Qi <yao@codesourcery.com>
21857
21858 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21859 from "jit_function" to "^jit_function".
21860
21861 2014-06-06 Yao Qi <yao@codesourcery.com>
21862
21863 * gdb.base/async.c (foo): Add one statement.
21864 * gdb.base/async.exp: Get the next instruction address and
21865 match the output of "nexti" by instruction address. Match
21866 the hex address in the output of "finish".
21867
21868 2014-06-06 Gary Benson <gbenson@redhat.com>
21869
21870 * gdb.base/call-signals.c: Remove preprocessor conditionals
21871 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21872 SIGSEGV and SIGTERM.
21873 * gdb.base/sigall.c: Likewise.
21874 * gdb.base/unwindonsignal.c: Likewise.
21875 * gdb.reverse/sigall-reverse.c: Likewise.
21876
21877 2014-06-06 Yao Qi <yao@codesourcery.com>
21878
21879 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21880 readable, skip the test.
21881
21882 2014-06-06 Yao Qi <yao@codesourcery.com>
21883
21884 * gdb.threads/staticthreads.c (thread_function): Move the line
21885 setting breakpoint on forward.
21886 * gdb.threads/staticthreads.exp: Update comments.
21887
21888 2014-06-05 Ludovic Courtès <ludo@gnu.org>
21889
21890 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21891 "history-append! type error".
21892
21893 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21894
21895 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21896 erroneous dprintf expected input.
21897
21898 2014-06-04 Doug Evans <xdje42@gmail.com>
21899
21900 * gdb.guile/scm-generics.exp: Delete.
21901
21902 2014-06-04 Doug Evans <xdje42@gmail.com>
21903
21904 * gdb.guile/scm-breakpoint.exp: Update.
21905 Add tests for breakpoint registration.
21906
21907 2014-06-04 Tom Tromey <tromey@redhat.com>
21908
21909 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21910 VLA-in-union.
21911 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21912 inner_vla_struct, vla_union types. Initialize objects of those
21913 types and compute their sizes.
21914
21915 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
21916 Hui Zhu <hui@codesourcery.com>
21917
21918 * gdb.base/fileio.exp: Add test for shell not available as well as
21919 available.
21920 * gdb.base/fileio.c (test_system): Check for shell twice.
21921
21922 2014-06-04 Yao Qi <yao@codesourcery.com>
21923
21924 * gdb.base/auto-connect-native-target.exp: Remove redundant
21925 space from the regexp pattern.
21926
21927 2014-06-04 Yao Qi <yao@codesourcery.com>
21928
21929 * gdb.base/default.exp: Replace "child" with "native" in
21930 regexp pattern.
21931
21932 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
21933
21934 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21935 * gdb.python/py-xmethods.exp: New tests to test xmethods.
21936 * gdb.python/py-xmethods.py: Python script supporting the
21937 new testcase and tests.
21938
21939 2014-06-03 Joel Brobecker <brobecker@adacore.com>
21940 Pedro Alves <palves@redhat.com>
21941
21942 PR breakpoints/17000
21943 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
21944 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
21945
21946 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21947
21948 * gdb.base/subst.exp: Add tests to verify partial path matching
21949 output.
21950
21951 2014-06-03 Pedro Alves <palves@redhat.com>
21952
21953 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
21954 target that doesn't use software single-stepping.
21955
21956 2014-06-03 Pedro Alves <palves@redhat.com>
21957
21958 PR breakpoints/17000
21959 * gdb.base/sss-bp-on-user-bp-2.c: New file.
21960 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
21961
21962 2014-06-02 Doug Evans <xdje42@gmail.com>
21963
21964 * gdb.guile/scm-parameter.exp: New file.
21965
21966 2014-06-02 Doug Evans <xdje42@gmail.com>
21967
21968 * gdb.guile/scm-cmd.c: New file.
21969 * gdb.guile/scm-cmd.exp: New file.
21970
21971 2014-06-02 Doug Evans <xdje42@gmail.com>
21972
21973 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
21974 pretty-printer lookup.
21975 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
21976 (make-pp_s-printer): Call it.
21977 (make-pretty-printer-from-dict): New function.
21978 (lookup-pretty-printer-maker-from-dict): New function.
21979 (*pretty-printer*): Simplify.
21980 (make-objfile-pp_s-printer): New function.
21981 (install-objfile-pretty-printers!): New function.
21982 (make-progspace-pp_s-printer): New function.
21983 (install-progspace-pretty-printers!): New function.
21984 * gdb.guile/scm-progspace.c: New file.
21985 * gdb.guile/scm-progspace.exp: New file.
21986
21987 2014-06-02 Pedro Alves <palves@redhat.com>
21988
21989 * gdb.base/dprintf-bp-same-addr.c: New file.
21990 * gdb.base/dprintf-bp-same-addr.exp: New file.
21991
21992 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21993
21994 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
21995 * gdb.arch/powerpc-power.s: Likewise.
21996
21997 2014-06-02 Joel Brobecker <brobecker@adacore.com>
21998
21999 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
22000
22001 2014-06-01 Yao Qi <yao@codesourcery.com>
22002
22003 * gdb.base/watchpoint.exp (test_watch_location): Check null
22004 pointer can be dereferenced. If not, do the test, otherwise
22005 skip it.
22006
22007 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22008
22009 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
22010 results.
22011 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
22012
22013 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22014
22015 * gdb.arch/amd64-invalid-stack-middle.S: New file.
22016 * gdb.arch/amd64-invalid-stack-middle.c: New file.
22017 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
22018 * gdb.arch/amd64-invalid-stack-top.c: New file.
22019 * gdb.arch/amd64-invalid-stack-top.exp: New file.
22020
22021 2014-05-30 Pedro Alves <palves@redhat.com>
22022
22023 PR breakpoints/17000
22024 * gdb.base/sss-bp-on-user-bp.c: New file.
22025 * gdb.base/sss-bp-on-user-bp.exp: New file.
22026
22027 2014-05-30 David Blaikie <dblaikie@gmail.com>
22028
22029 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
22030 gnu_inline semantics via attribute.
22031 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
22032 source explicitly specifies the required semantics.
22033
22034 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
22035
22036 * gdb.reverse/sigall-reverse.exp: Fix a typo.
22037
22038 2014-05-29 Pedro Alves <palves@redhat.com>
22039 Tom Tromey <tromey@redhat.com>
22040
22041 * gdb.base/async-shell.exp: Don't enable target-async.
22042 * gdb.base/async.exp
22043 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
22044 parameter. Adjust.
22045 (top level): Don't test with "target-async".
22046 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
22047 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
22048 * gdb.base/inferior-died.exp: Don't enable target-async.
22049 * gdb.base/interrupt-noterm.exp: Likewise.
22050 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
22051 * gdb.mi/mi-nonstop-exit.exp: Likewise.
22052 * gdb.mi/mi-nonstop.exp: Likewise.
22053 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
22054 * gdb.mi/mi-nsintrall.exp: Likewise.
22055 * gdb.mi/mi-nsmoribund.exp: Likewise.
22056 * gdb.mi/mi-nsthrexec.exp: Likewise.
22057 * gdb.mi/mi-watch-nonstop.exp: Likewise.
22058 * gdb.multi/watchpoint-multi.exp: Adjust comment.
22059 * gdb.python/py-evsignal.exp: Don't enable target-async.
22060 * gdb.python/py-evthreads.exp: Likewise.
22061 * gdb.python/py-prompt.exp: Likewise.
22062 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
22063 * gdb.server/solib-list.exp: Don't enable target-async.
22064 * gdb.threads/thread-specific-bp.exp: Likewise.
22065 * lib/mi-support.exp: Adjust to use mi-async.
22066
22067 2014-05-29 Pedro Alves <palves@redhat.com>
22068
22069 PR gdb/13860
22070 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
22071 reason, even in sync mode.
22072
22073 2014-05-29 Pedro Alves <palves@redhat.com>
22074 Hui Zhu <hui@codesourcery.com>
22075
22076 PR PR15693
22077 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
22078 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
22079 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
22080 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
22081
22082 2014-05-28 Joel Brobecker <brobecker@adacore.com>
22083
22084 * config/monitor.exp (gdb_target_monitor): Replace use of
22085 "set remotebaud" by "set serial baud".
22086
22087 2014-05-26 Andy Wingo <wingo@igalia.com>
22088
22089 * gdb.guile/scm-breakpoint.exp:
22090 * gdb.guile/scm-gsmob.exp: Update to use plain old object
22091 properties instead of gdb-object-properties.
22092
22093 2014-05-26 Yao Qi <yao@codesourcery.com>
22094
22095 * gdb.server/no-thread-db.exp: Specify source file name
22096 explicitly when setting a breakpoint.
22097
22098 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22099
22100 * gdb.btrace/vdso.c: New.
22101 * gdb.btrace/vdso.exp: New.
22102
22103 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22104
22105 * gdb.base/gcore.exp (capture_command_output): Move ...
22106 * lib/gdb.exp (capture_command_output): ... here.
22107
22108 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22109
22110 * gdb.btrace/data.exp: Test memory access during btrace replay.
22111
22112 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
22113
22114 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
22115
22116 2014-05-21 Pedro Alves <palves@redhat.com>
22117
22118 PR gdb/13860
22119 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
22120 (top level): Test that output related to execution commands is
22121 sent to the console with CLI commands, but not with MI commands.
22122 Test that breakpoint events are always mirrored to the console.
22123 Also expect the new source line to be output after a "next" in
22124 async mode too. Make it a pass/fail test.
22125 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
22126 output.
22127 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
22128
22129 2014-05-21 Pedro Alves <palves@redhat.com>
22130
22131 * gdb.base/list.exp (build_pattern, test_list): New procedures.
22132 Use them to test variations of "list" after reaching a breakpoint.
22133 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
22134 Test "list" with listsize 10 after reaching a breakpoint.
22135 * gdb.python/python.exp (decode_line current location line
22136 number): Adjust expected line number.
22137
22138 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
22139
22140 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
22141 behavior for $args, pass it directly to "run".
22142
22143 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
22144
22145 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
22146 30000 to 65536.
22147
22148 2014-05-21 Pedro Alves <palves@redhat.com>
22149
22150 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
22151 auto-connect-native-target off".
22152 * gdb.base/auto-connect-native-target.c: New file.
22153 * gdb.base/auto-connect-native-target.exp: New file.
22154
22155 2014-05-21 Pedro Alves <palves@redhat.com>
22156
22157 * gdb.base/default.exp: Test "target native" instead of "target
22158 child".
22159
22160 2014-05-21 Mark Wielaard <mjw@redhat.com>
22161
22162 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
22163
22164 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22165
22166 Fix TLS access for -static -pthread.
22167 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
22168 <HAVE_TLS> (thread_function, main): Initialize it.
22169 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
22170 Add clean_restart.
22171 <$have_tls != "">: Check TLSVAR.
22172
22173 2014-05-21 Pedro Alves <palves@redhat.com>
22174
22175 * gdb.base/dcache-line-read-error.c: New.
22176 * gdb.base/dcache-line-read-error.exp: New.
22177
22178 2014-05-20 Pedro Alves <palves@redhat.com>
22179
22180 * gdb.base/compare-sections.c: New file.
22181 * gdb.base/compare-sections.exp: New file.
22182
22183 2014-05-20 Pedro Alves <palves@redhat.com>
22184
22185 * gdb.base/break-idempotent.c: New file.
22186 * gdb.base/break-idempotent.exp: New file.
22187
22188 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22189
22190 * gdb.btrace/nohist.exp: New.
22191
22192 2014-05-20 Yao Qi <yao@codesourcery.com>
22193
22194 * lib/gdb.exp (gdb_init): Set timeout if test file is under
22195 gdb.reverse directory and gdb_reverse_timeout exists in board
22196 setting.
22197 * README: Document gdb_reverse_timeout.
22198
22199 2014-05-20 Yao Qi <yao@codesourcery.com>
22200
22201 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
22202 'test_file_name'. Treat args as a string instead of a list.
22203 (gdb_init): Rename argument 'args' by 'test_file_name'.
22204
22205 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22206
22207 * gdb.arch/powerpc-power.exp: New file.
22208 * gdb.arch/powerpc-power.s: New file.
22209
22210 2014-05-16 Doug Evans <dje@google.com>
22211
22212 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
22213 * gdb.base/completion.exp: Check that all expected files exist
22214 before doing file completion.
22215
22216 2014-05-16 Doug Evans <dje@google.com>
22217
22218 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
22219 Update.
22220 (do_syscall_tests_without_xml): Update.
22221
22222 2014-05-16 Pedro Alves <palves@redhat.com>
22223
22224 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
22225 instead of "unknown output after running".
22226
22227 2014-05-16 Yao Qi <yao@codesourcery.com>
22228
22229 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
22230 file1.txt from host at the end.
22231 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22232
22233 2014-05-15 Doug Evans <dje@google.com>
22234
22235 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
22236 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22237 loading file. Add test for TU lookup.
22238
22239 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22240
22241 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22242 calling "-exec-arguments" or "set args" before running the
22243 inferior.
22244
22245 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22246
22247 * lib/mi-support.exp (mi_expect_stop): Expect message for
22248 inferiors that exit with non-zero exit code.
22249
22250 2014-05-14 Yao Qi <yao@codesourcery.com>
22251
22252 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22253 match absolute path on remote host.
22254 (test_file_list_exec_source_files): Remove "/" from the
22255 pattern.
22256
22257 2014-05-14 Yao Qi <yao@codesourcery.com>
22258
22259 * boards/local-remote-host-notty.exp (${board}_file): New
22260 proc.
22261
22262 2014-05-07 Kyle McMartin <kyle@redhat.com>
22263
22264 Pushed by Joel Brobecker <brobecker@adacore.com>.
22265 * gdb.arch/aarch64-atomic-inst.c: New file.
22266 * gdb.arch/aarch64-atomic-inst.exp: New file.
22267
22268 2014-05-07 Yao Qi <yao@codesourcery.com>
22269
22270 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22271 in current context" too.
22272
22273 2014-05-05 Keith Seitz <keiths@redhat.com>
22274
22275 * gdb.linespec/ls-dollar.exp: Add test for linespec
22276 file:convenience_variable.
22277
22278 2014-05-05 Yao Qi <yao@codesourcery.com>
22279
22280 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22281 traceframes into tfile and ctf trace files. Read data from
22282 trace file and test collected data.
22283 (gdb_collect_locals_test): Likewise.
22284 (gdb_unavailable_registers_test): Likewise.
22285 (gdb_unavailable_floats): Likewise.
22286 (gdb_collect_globals_test): Likewise.
22287 (top-level): Append "ctf" to trace_file_targets if GDB
22288 supports.
22289
22290 2014-05-05 Yao Qi <yao@codesourcery.com>
22291
22292 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22293 code to ...
22294 (gdb_collect_args_test_1): ... it. New proc.
22295 (gdb_collect_locals_test): Move some code to ...
22296 (gdb_collect_locals_test_1): ... it. New proc.
22297 (gdb_unavailable_registers_test): Move some code to ...
22298 (gdb_unavailable_registers_test_1): ... it. New proc.
22299 (gdb_unavailable_floats): Move some code to ...
22300 (gdb_unavailable_floats_1): ... it. New proc.
22301
22302 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22303
22304 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22305 probes to test for bitness recognition.
22306 * gdb.arch/amd64-stap-optional-prefix.exp
22307 (test_probe_value_without_reg): New procedure.
22308 Add code to test for different kinds of bitness.
22309
22310 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22311
22312 PR breakpoints/16889
22313 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22314 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22315
22316 2014-05-01 Pedro Alves <palves@redhat.com>
22317
22318 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22319 gdb_file_cmd if no file is specified.
22320 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22321 last_loaded_file to set the remote exec-file.
22322
22323 2014-05-01 Pedro Alves <palves@redhat.com>
22324
22325 * boards/local-remote-host.exp: New file.
22326
22327 2014-05-01 Pedro Alves <palves@redhat.com>
22328
22329 * boards/local-remote-host.exp: Rename to ...
22330 * boards/local-remote-host-notty.exp: ... this.
22331
22332 2014-04-28 Joel Brobecker <brobecker@adacore.com>
22333
22334 * gdb.ada/dyn_arrayidx: New testcase.
22335
22336 2014-04-26 Yao Qi <yao@codesourcery.com>
22337
22338 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22339 and compute the length of function main. Save it in
22340 $main_length.
22341 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22342 (top-level): Use gdb_compile to compile objects into
22343 executable and restart GDB. Remove invocation to
22344 prepare_for_testing.
22345
22346 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22347 Pedro Alves <palves@redhat.com>
22348
22349 PR server/16255
22350 * gdb.multi/multi-attach.c: New file.
22351 * gdb.multi/multi-attach.exp: New file.
22352
22353 2014-04-25 Pedro Alves <palves@redhat.com>
22354
22355 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22356 user.
22357 (top level): Test that "set remote conditional-breakpoints-packet
22358 off" works as intended.
22359 * gdb.base/dprintf.exp: Test that "set remote
22360 breakpoint-commands-packet off" works as intended.
22361 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22362 New function.
22363 (top level): Call it.
22364 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22365 remote fast-tracepoints-packet off" works as intended.
22366 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22367 * lib/gdb.exp (gdb_is_target_remote): ... here.
22368
22369 2014-04-24 David Blaikie <dblaikie@gmail.com>
22370
22371 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22372 ensure clang would not discard them.
22373 * gdb.base/gdbvars.c: Ditto.
22374 * gdb.base/memattr.c: Ditto.
22375 * gdb.base/whatis.c: Ditto.
22376 * gdb.python/py-prettyprint.c: Ditto.
22377 * gdb.trace/actions.c: Ditto.
22378 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22379 ensure clang would not discard it.
22380
22381 2014-04-24 David Blaikie <dblaikie@gmail.com>
22382
22383 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22384 clang to emit the full definition of type required by the test
22385 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22386
22387 2014-04-24 David Blaikie <dblaikie@gmail.com>
22388
22389 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22390 coax Clang into emitting the definition of the type.
22391 * gdb.cp/pr10728-x.h (y): Ditto.
22392 * gdb.cp/pr10728-y.cc (y): Ditto.
22393
22394 2014-04-24 David Blaikie <dblaikie@gmail.com>
22395
22396 * gdb.base/label.exp: XFAIL label related tests under Clang.
22397 * gdb.cp/cplabel.exp: Ditto.
22398 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22399 under Clang those using labels.
22400
22401 2014-04-25 Yao Qi <yao@codesourcery.com>
22402
22403 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22404 double_label.
22405 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22406 partial_label and double_label.
22407
22408 2014-04-24 David Blaikie <dblaikie@gmail.com>
22409
22410 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22411
22412 2014-04-24 David Blaikie <dblaikie@gmail.com>
22413
22414 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22415 of the function to work across GCC and Clang.
22416 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22417 pointer types (const void ** const V void **).
22418
22419 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
22420 Walfred Tedeschi <walfred.tedeschi@intel.com>
22421
22422 * Makefile.in (EXECUTABLES): Added i386-avx512.
22423 * gdb.arch/i386-avx512.c: New file.
22424 * gdb.arch/i386-avx512.exp: Likewise.
22425
22426 2014-04-23 Keith Seitz <keiths@redhat.com>
22427
22428 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22429 (mi_make_breakpoint_table): New procedure.
22430 (mi_create_breakpoint): Use mi_make_breakpoint
22431 and return the result.
22432 (mi_make_breakpoint): New procedure.
22433 (mi_build_kv_pairs): New procedure.
22434
22435 * gdb.mi/mi-break.exp: Remove unused globals,
22436 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22437 All callers updated.
22438 * gdb.mi/mi-dprintf.exp: Use variable to track command
22439 number.
22440 Update all callers of mi_create_breakpoint and use
22441 mi_make_breakpoint_table.
22442 Remove any unused global variables.
22443 * gdb.mi/mi-nonstop.exp: Likewise.
22444 * gdb.mi/mi-nsintrall.exp: Likewise.
22445 * gdb.mi/mi-nsmoribund.exp: Likewise.
22446 * gdb.mi/mi-nsthrexec.exp: Likewise.
22447 * gdb.mi/mi-reverse.exp: Likewise.
22448 * gdb.mi/mi-simplerun.exp: Likewise.
22449 * gdb.mi/mi-stepn.exp: Likewise.
22450 * gdb.mi/mi-syn-frame.exp: Likewise.
22451 * gdb.mi/mi-until.exp: Likewise.
22452 * gdb.mi/mi-var-cp.exp: Likewise.
22453 * gdb.mi/mi-var-display.exp: Likewise.
22454 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22455 * gdb.mi/mi2-var-child.exp: Likewise.
22456 * gdb.mi/mi-vla-c99.exp: Likewise.
22457 * lib/mi-support.exp: Likewise.
22458
22459 From Ian Lance Taylor <iant@cygnus.com>:
22460 * lib/gdb.exp (parse_args): New procedure.
22461
22462 2014-04-23 Pedro Alves <palves@redhat.com>
22463
22464 * gdb.base/break-unload-file.c: New file.
22465 * gdb.base/break-unload-file.exp: New file.
22466 * gdb.base/sym-file-lib.c (baz): New function.
22467 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22468 field.
22469 (load): Store the segment's mapped size.
22470 (unload): New function.
22471 (unload_shlib): New function.
22472 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22473 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22474 set a breakpoint at baz, and call it.
22475 * gdb.base/sym-file.exp: New tests for stale breakpoint
22476 instructions.
22477
22478 2014-04-23 Pedro Alves <palves@redhat.com>
22479
22480 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22481 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22482 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22483 * gdb.base/hbreak-unmapped.c: New file.
22484 * gdb.base/hbreak-unmapped.exp: New file.
22485 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22486 * lib/gdb.exp (gdb_is_target_remote): ... here.
22487
22488 2014-04-22 Pedro Alves <palves@redhat.com>
22489
22490 * gdb.base/consecutive-step-over.c: New file.
22491 * gdb.base/consecutive-step-over.exp: New file.
22492
22493 2014-04-22 Pedro Alves <palves@redhat.com>
22494
22495 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22496 instead of send_gdb/gdb_expect.
22497
22498 2014-04-22 Yao Qi <yao@codesourcery.com>
22499
22500 * lib/trace-support.exp (generate_tracefile): New procedure.
22501 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22502 return 0.
22503 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22504 if generate_tracefile returns 1.
22505
22506 2014-04-18 Tom Tromey <palves@redhat.com>
22507 Pedro alves <tromey@redhat.com>
22508
22509 PR backtrace/15558
22510 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22511 with a backtrace limit.
22512 * gdb.python/py-frame-inline.exp: Test running to an inline
22513 function with a backtrace limit, and printing the newest frame.
22514 * gdb.python/py-frame-inline.c (main): Call f.
22515
22516 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22517
22518 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22519
22520 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22521
22522 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22523 Drop prefix from unsupported source file path.
22524
22525 2014-04-17 Yao Qi <yao@codesourcery.com>
22526
22527 * lib/gdb.exp (with_target_charset): New proc.
22528 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22529 with_target_charset.
22530 (test_print_strings): Likewise.
22531 (test_repeat_bytes): Likewise.
22532 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22533 for some tests.
22534
22535 2014-04-16 Keith Seitz <keiths@redhat.com>
22536
22537 PR gdb/15827
22538 * gdb.dwarf2/corrupt.c: New file.
22539 * gdb.dwarf2/corrupt.exp: New file.
22540
22541 2014-04-16 Keith Seitz <keiths@redhat.com>
22542
22543 PR c++/16597
22544 * gdb.cp/namelessclass.cc: New file.
22545 * gdb.cp/namelessclass.exp: New file.
22546 * gdb.cp/namelessclass.S: New file.
22547
22548 2014-04-16 Doug Evans <dje@google.com>
22549
22550 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22551 Add comment.
22552 (gdbserver_default_get_comm_port): New function.
22553 (gdbserver_start): Check if board file provided
22554 "gdbserver,get_comm_port" and use it if so.
22555 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22556 (gdb,socketport): Set to "stdio".
22557 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22558 (stdio_gdbserver_template): Delete.
22559 (${board}_get_remote_address): Update.
22560 (${board}_build_remote_cmd): Delete.
22561 (${board}_get_comm_port): New function.
22562 (${board}_spawn): Update.
22563 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22564 Delete.
22565 (${board}_get_remote_address): Update.
22566 (${board}_get_comm_port): New function.
22567
22568 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
22569
22570 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22571 appearing in any order.
22572
22573 2014-04-15 Doug Evans <dje@google.com>
22574
22575 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22576 uninitialized value of "description".
22577
22578 2014-04-15 Keith Seitz <keiths@redhat.com>
22579
22580 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22581 Remove unused globals.
22582 (test_running_the_program): Likewise.
22583 (test_controlled_execution): Likewise.
22584 (test_controlling_breakpoints): Likewise.
22585 (test_program_termination): Likewise.
22586
22587 2014-04-15 Keith Seitz <keiths@redhat.com>
22588
22589 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22590 unused globals.
22591 (test_rbreak_creation_and_listing): Likewise.
22592 (test_ignore_count): Likewise.
22593 (test_error): Likewise.
22594
22595 2014-04-15 Pedro Alves <palves@redhat.com>
22596
22597 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22598 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22599 sym-file-loader.c.
22600 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22601 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22602 to sym-file-loader.c.
22603 (struct library): Forward declare.
22604 (load_shlib, lookup_function): Change prototypes.
22605 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22606 (translate_offset): Remove declarations.
22607 (get_text_addr): New declaration.
22608 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22609 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22610 sym-file-loader.h.
22611 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22612 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22613 here from sym-file-loader.h.
22614 (struct library): New structure.
22615 (load_shlib, lookup_function): Change prototypes and adjust to
22616 work with a struct library.
22617 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22618 (translate_offset): Make static.
22619 (get_text_addr): New function.
22620 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22621
22622 2014-04-15 Pedro Alves <palves@redhat.com>
22623
22624 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22625
22626 2014-04-15 Pedro Alves <palves@redhat.com>
22627
22628 * gdb.base/sym-file-loader.c: Include <limits.h>.
22629 (SELF_LINK): New define.
22630 (get_origin): New function.
22631 (load_shlib): Use it.
22632 * gdb.base/sym-file.exp: Don't early return if the target is
22633 remote. Use runto_main, and issue fail is that fails. Use
22634 gdb_load_shlibs.
22635 (shlib_name): Delete.
22636 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22637
22638 2014-04-15 Pedro Alves <palves@redhat.com>
22639
22640 * gdb.base/sym-file.exp: Remove regex characters from test
22641 message. Don't refer to breakpoint numbers in test messages.
22642
22643 2014-04-14 Keith Seitz <keiths@redhat.com>
22644
22645 PR c++/16253
22646 * gdb.cp/var-tag.cc: New file.
22647 * gdb.cp/var-tag.exp: New file.
22648 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22649 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22650 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22651 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22652
22653 2014-04-14 Tom Tromey <tromey@redhat.com>
22654
22655 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22656 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22657 type.
22658 * gdb.cp/enum-class.exp: New file.
22659 * gdb.cp/enum-class.cc: New file.
22660
22661 2014-04-14 Tom Tromey <tromey@redhat.com>
22662
22663 * gdb.dwarf2/enum-type.exp: New file.
22664
22665 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22666
22667 * gdb.mi/mi-vla-c99.exp: New file.
22668 * gdb.mi/vla.c: New file.
22669
22670 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22671
22672 * gdb.base/vla-datatypes.c: New file.
22673 * gdb.base/vla-datatypes.exp: New file.
22674
22675 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22676
22677 * gdb.base/vla-ptr.c: New file.
22678 * gdb.base/vla-ptr.exp: New file.
22679
22680 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22681
22682 * gdb.dwarf2/count.exp: New file.
22683
22684 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22685
22686 * gdb.base/vla-sideeffect.c: New file.
22687 * gdb.base/vla-sideeffect.exp: New file.
22688
22689 2014-04-14 David Blaikie <dblaikie@gmail.com>
22690
22691 * gdb.mi/non-stop.c: Add return value for non-void function return
22692 statement.
22693 * gdb.threads/staticthreads.c: Ditto.
22694
22695 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22696 Doug Evans <xdje42@gmail.com>
22697
22698 * gdb.guile/scm-value.c: Improve test case.
22699 * gdb.guile/scm-value.exp: Add new test.
22700
22701 2014-04-11 David Blaikie <dblaikie@gmail.com>
22702
22703 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22704 override Clang's default.
22705
22706 2014-04-11 Joel Brobecker <brobecker@adacore.com>
22707
22708 Revert the following changes (regressions):
22709
22710 * gdb.base/vla-sideeffect.c: New file.
22711 * gdb.base/vla-sideeffect.exp: New file.
22712
22713 * gdb.dwarf2/count.exp: New file.
22714
22715 * gdb.base/vla-multi.c: New file.
22716 * gdb.base/vla-multi.exp: New file.
22717
22718 * gdb.base/vla-ptr.c: New file.
22719 * gdb.base/vla-ptr.exp: New file.
22720
22721 * gdb.base/vla-datatypes.c: New file.
22722 * gdb.base/vla-datatypes.exp: New file.
22723
22724 * gdb.mi/mi-vla-c99.exp: New file.
22725 * gdb.mi/vla.c: New file.
22726
22727 2014-04-11 Keith Seitz <keiths@redhat.com>
22728
22729 PR c++/16675
22730 * gdb.cp/cpsizeof.exp: New file.
22731 * gdb.cp/cpsizeof.cc: New file.
22732
22733 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22734
22735 * gdb.mi/mi-vla-c99.exp: New file.
22736 * gdb.mi/vla.c: New file.
22737
22738 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22739
22740 * gdb.base/vla-datatypes.c: New file.
22741 * gdb.base/vla-datatypes.exp: New file.
22742
22743 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22744
22745 * gdb.base/vla-ptr.c: New file.
22746 * gdb.base/vla-ptr.exp: New file.
22747
22748 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22749
22750 * gdb.base/vla-multi.c: New file.
22751 * gdb.base/vla-multi.exp: New file.
22752
22753 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22754
22755 * gdb.dwarf2/count.exp: New file.
22756
22757 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22758
22759 * gdb.base/vla-sideeffect.c: New file.
22760 * gdb.base/vla-sideeffect.exp: New file.
22761
22762 2014-04-11 Yao Qi <yao@codesourcery.com>
22763
22764 * gdb.base/completion.exp: Check file exists before running tests
22765 on file completion.
22766
22767 2014-04-10 Pedro Alves <palves@redhat.com>
22768
22769 * gdb.base/cond-eval-mode.c: New file.
22770 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22771 prepare_for_testing to build the new file. Check result of
22772 runto_main.
22773 (test_break, test_watch): New procedures.
22774 (top level): Use them.
22775
22776 2014-04-08 Pierre Muller <muller@sourceware.org>
22777
22778 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22779 Ctrl-V use for mingw hosts.
22780
22781 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22782
22783 * gdb.python/py-value.c: Improve test case.
22784 * gdb.python/py-value.exp: Add new test.
22785
22786 2014-04-07 David Blaikie <dblaikie@gmail.com>
22787
22788 * lib/compiler.c: Identify the clang compiler.
22789 * lib/compiler.cc: Ditto.
22790
22791 2014-04-03 Yao Qi <yao@codesourcery.com>
22792
22793 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22794
22795 2014-04-01 Anton Blanchard <anton@samba.org>
22796
22797 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22798 messages unique.
22799
22800 2014-04-01 Anton Blanchard <anton@samba.org>
22801
22802 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22803 prepare_for_testing.
22804
22805 2014-04-01 Anton Blanchard <anton@samba.org>
22806
22807 * gdb.arch/ppc64-atomic-inst.c: Remove.
22808 * gdb.arch/ppc64-atomic-inst.S: New file.
22809 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22810
22811 2014-03-31 Doug Evans <dje@google.com>
22812
22813 * gdb.base/print-symbol-loading-lib.c: New file.
22814 * gdb.base/print-symbol-loading-main.c: New file.
22815 * gdb.base/print-symbol-loading.exp: New file.
22816
22817 2014-03-31 Yao Qi <yao@codesourcery.com>
22818
22819 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22820
22821 2014-03-28 Joel Brobecker <brobecker@adacore.com>
22822
22823 * gdb.ada/mi_dyn_arr: New testcase.
22824
22825 2014-03-27 Doug Evans <dje@google.com>
22826
22827 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22828
22829 2014-03-27 Yao Qi <yao@codesourcery.com>
22830
22831 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22832 if target is nios2-*-*.
22833
22834 2014-03-26 Yao Qi <yao@codesourcery.com>
22835
22836 * lib/gdb.exp (readline_is_used): New proc.
22837 * gdb.base/completion.exp: Move tests on command complete up.
22838 Skip the rest of tests if readline is not used.
22839 * gdb.ada/complete.exp: Skp the test if readline is not
22840 used.
22841 * gdb.base/filesym.exp: Likewise.
22842 * gdb.base/macscp.exp: Likewise.
22843 * gdb.base/readline-ask.exp: Likewise.
22844 * gdb.base/readline.exp: Likewise.
22845 * gdb.python/py-cmd.exp: Likewise.
22846 * gdb.trace/tfile.exp: Likewise.
22847
22848 2014-03-26 Yao Qi <yao@codesourcery.com>
22849
22850 * gdb.base/macscp.exp: Fix code format issues.
22851
22852 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22853
22854 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22855 * gdb.asm/powerpc64le.inc: New file.
22856
22857 2014-03-25 Pedro Alves <palves@redhat.com>
22858 Doug Evans <dje@google.com>
22859
22860 * gdb.base/source-execution.c: New file.
22861 * gdb.base/source-execution.exp: New file.
22862 * gdb.base/source-execution.gdb: New file.
22863
22864 2014-03-24 Doug Evans <dje@google.com>
22865
22866 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22867 using fission.
22868
22869 2014-03-24 Hui Zhu <hui@codesourcery.com>
22870 Pedro Alves <palves@redhat.com>
22871
22872 PR breakpoints/16101
22873 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22874 test pass/fail messages. Detect missing support for dprintf when
22875 breakpoints are actually inserted.
22876 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22877 breakpoints are actually inserted.
22878 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22879 fails.
22880
22881 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22882
22883 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22884
22885 2014-03-22 Doug Evans <xdje42@gmail.com>
22886
22887 * gdb.python/python.exp (python not supported): Verify multi-line
22888 python command issues an error.
22889 * gdb.guile/guile.exp (guile not supported): Verify multi-line
22890 guile command issues an error.
22891
22892 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22893
22894 * gdb.threads/thread-specific.exp: Handle the lack of usable
22895 $this_breakpoint and $this_thread.
22896
22897 2014-03-21 Hui Zhu <hui@codesourcery.com>
22898
22899 * gdb.base/attach.exp (do_command_attach_tests): New.
22900
22901 2014-03-20 Tom Tromey <tromey@redhat.com>
22902 Pedro Alves <palves@redhat.com>
22903
22904 PR cli/15718
22905 * gdb.base/condbreak-call-false.c: New file.
22906 * gdb.base/condbreak-call-false.exp: New file.
22907
22908 2014-03-20 Pedro Alves <palves@redhat.com>
22909
22910 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22911 Delete.
22912 (block_signals, unblock_signals): Delete.
22913 (child_function_2, main): Remove references to deleted variable
22914 and functions.
22915
22916 2014-03-20 Pedro Alves <palves@redhat.com>
22917
22918 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
22919 Use pthread_kill to signal thread 2.
22920 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22921 Adjust to make the test send itself a signal rather than using the
22922 host's "kill" command.
22923
22924 2014-03-20 Pedro Alves <palves@redhat.com>
22925
22926 * gdb.threads/multiple-step-overs.c: New file.
22927 * gdb.threads/multiple-step-overs.exp: New file.
22928 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22929 Adjust expected infrun debug output.
22930
22931 2014-03-20 Pedro Alves <palves@redhat.com>
22932
22933 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
22934 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
22935
22936 2014-03-20 Pedro Alves <palves@redhat.com>
22937
22938 PR breakpoints/7143
22939 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
22940 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
22941 of gdb_test_multiple.
22942 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
22943 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
22944
22945 2014-03-20 Pedro Alves <palves@redhat.com>
22946
22947 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
22948 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
22949
22950 2014-03-19 Pedro Alves <palves@redhat.com>
22951
22952 * gdb.base/async.exp: Remove early return.
22953
22954 2014-03-19 Pedro Alves <palves@redhat.com>
22955
22956 * gdb.base/async.exp (step& tests): Pass explicit test messages.
22957
22958 2014-03-19 Pedro Alves <palves@redhat.com>
22959
22960 * gdb.base/async.exp (test_background): Expect \r\n after
22961 "completed." in the fail pattern.
22962
22963 2014-03-19 Pedro Alves <palves@redhat.com>
22964
22965 * gdb.base/async.exp (test_background): New procedure.
22966 Use it for all background execution command tests.
22967
22968 2014-03-19 Pedro Alves <palves@redhat.com>
22969
22970 * gdb.base/async.exp: Use prepare_for_testing.
22971
22972 2014-03-19 Pedro Alves <palves@redhat.com>
22973
22974 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
22975 the same line.
22976
22977 2014-03-19 Pedro Alves <palves@redhat.com>
22978
22979 * gdb.base/async.c (main): Add "jump here" and "until here" line
22980 marker comments.
22981 * gdb.base/async.exp (jump_here): New global.
22982 (jump& test): Use it.
22983 (until_here): New global.
22984 (until& test): Use it.
22985
22986 2014-03-19 Pedro Alves <palves@redhat.com>
22987
22988 * gdb.base/async.exp: Don't frob gdb_protocol.
22989
22990 2014-03-18 Doug Evans <xdje42@gmail.com>
22991
22992 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
22993 Fix spelling of exec-done-display.
22994
22995 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
22996
22997 PR gdb/15358
22998 * gdb.base/gdb-sigterm.c: New file.
22999 * gdb.base/gdb-sigterm.exp: New file.
23000
23001 2014-03-18 Pedro Alves <palves@redhat.com>
23002
23003 PR gdb/13860
23004 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
23005 * lib/mi-support.exp (mi_expect_stop): Add special handling for
23006 solib-event.
23007
23008 2014-03-17 Joel Brobecker <brobecker@adacore.com>
23009
23010 * gdb.ada/pckd_arr_ren: New testcase.
23011
23012 2014-03-13 Doug Evans <xdje42@gmail.com>
23013
23014 PR guile/16612
23015 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
23016 collect after discarding symbols.
23017
23018 2014-03-13 Ludovic Courtès <ludo@gnu.org>
23019 Doug Evans <xdje42@gmail.com>
23020
23021 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
23022 to history survives a gc.
23023
23024 2014-03-13 Pedro Alves <palves@redhat.com>
23025
23026 * gdb.base/default.exp: Don't test "target procfs".
23027
23028 2014-03-13 Pedro Alves <palves@redhat.com>
23029
23030 * gdb.base/default.exp: Update "target child" and "target procfs"
23031 tests to not expect "Unix".
23032
23033 2014-03-12 Tom Tromey <tromey@redhat.com>
23034
23035 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
23036 New procs. Add target-async tests.
23037 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
23038 Add target-async tests.
23039
23040 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23041
23042 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
23043 'func_start' and 'func_end' for the beginning and end of the
23044 function code, respectively.
23045 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
23046 'func_end' instead of 'func' and 'main'.
23047
23048 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23049
23050 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
23051 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
23052 generate the debug info assembler source.
23053
23054 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23055
23056 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
23057 * gdb.dwarf2/arr-subrange.exp: Likewise.
23058 * gdb.dwarf2/dwz.exp: Likewise.
23059 * gdb.dwarf2/method-ptr.exp: Likewise.
23060 * gdb.dwarf2/missing-sig-type.exp: Likewise.
23061 * gdb.dwarf2/subrange.exp: Likewise.
23062 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
23063 * gdb.dwarf2/implptrpiece.exp: Likewise.
23064 * gdb.dwarf2/nostaticblock.exp: Likewise.
23065
23066 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23067
23068 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
23069 directory to absolute path name arguments.
23070
23071 2014-03-10 Joel Brobecker <brobecker@adacore.com>
23072
23073 * gdb.ada/tagged_access: New testcase.
23074
23075 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
23076
23077 * gdb.btrace/data.exp: Update expected output.
23078
23079 2014-03-06 Yao Qi <yao@codesourcery.com>
23080
23081 * gdb.trace/pr16508.exp: New file.
23082
23083 2014-03-05 Pedro Alves <palves@redhat.com>
23084
23085 PR gdb/16575
23086 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
23087 procedure.
23088 (top level): Adjust to use it. Add tests that exercise breakpoint
23089 interaction with the code-cache.
23090
23091 2014-02-26 Ludovic Courtès <ludo@gnu.org>
23092
23093 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
23094 test for 'history-append!'.
23095
23096 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23097
23098 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
23099 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
23100 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
23101 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
23102 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
23103 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
23104
23105 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23106
23107 * testsuite/gdb.python/py-pp-re-notag.c: New file.
23108 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
23109 * testsuite/gdb.python/py-pp-re-notag.p: New file.
23110
23111 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23112
23113 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
23114
23115 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23116
23117 * gdb.dwarf2/arr-stride.c: New file.
23118 * gdb.dwarf2/arr-stride.exp: New file.
23119
23120 2014-02-26 Pedro Alves <palves@redhat.com>
23121
23122 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
23123 that won't ever trigger. Make sure that GDB reports the correct
23124 breakpoint that caused the stop.
23125
23126 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23127
23128 PR gdb/16626
23129 * gdb.base/auto-load-script: New file.
23130 * gdb.base/auto-load.c: New file.
23131 * gdb.base/auto-load.exp: New file.
23132
23133 PR gdb/16626
23134 * gdb.base/auto-load.exp: Fix out-of-srctree run.
23135
23136 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23137
23138 Fix dw2-icycle.exp -fsanitize=address GDB crash.
23139 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
23140
23141 2014-02-24 Doug Evans <dje@google.com>
23142
23143 * lib/gdb.exp (run_on_host): Log error output if program fails.
23144
23145 2014-02-21 Pedro Alves <palves@redhat.com>
23146
23147 * gdb.threads/step-after-sr-lock.c: Rename to ...
23148 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
23149 * gdb.threads/step-after-sr-lock.exp: Rename to ...
23150 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23151 ... this.
23152
23153 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
23154
23155 PR tdep/16397
23156 * gdb.arch/amd64-stap-special-operands.exp: New file.
23157 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
23158 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
23159 * gdb.arch/amd64-stap-triplet.S: Likewise.
23160 * gdb.arch/amd64-stap-triplet.c: Likewise.
23161
23162 2014-02-20 Joel Brobecker <brobecker@adacore.com>
23163
23164 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
23165 in .section pseudo-op.
23166
23167 2014-02-20 lin zuojian <manjian2006@gmail.com>
23168 Joel Brobecker <brobecker@adacore.com>
23169 Doug Evans <xdje42@gmail.com>
23170
23171 PR symtab/16581
23172 * gdb.dwarf2/dw2-icycle.S: New file.
23173 * gdb.dwarf2/dw2-icycle.c: New file.
23174 * gdb.dwarf2/dw2-icycle.exp: New file.
23175
23176 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
23177
23178 * gdb.python/py-value-cc.cc: Improve test case to enable testing
23179 operations on gdb.Value objects.
23180 * gdb.python/py-value-cc.exp: Add new test to test operations on
23181 gdb.Value objects.
23182
23183 2014-02-18 Doug Evans <dje@google.com>
23184
23185 * Makefile.in (TESTS): New variable.
23186 (expanded_tests, expanded_tests_or_none): New variables
23187 (check-single): Pass $(expanded_tests_or_none) to runtest.
23188 (check-parallel): Only run tests in $(TESTS) if non-empty.
23189 (check/no-matching-tests-found): New rule.
23190 * README: Document TESTS makefile variable.
23191
23192 2014-02-18 Doug Evans <dje@google.com>
23193
23194 * Makefile.in (check-parallel): rm -rf outputs temp.
23195
23196 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
23197
23198 Fix "ERROR: no fileid for" in the testsuite.
23199 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
23200
23201 2014-02-12 Doug Evans <dje@google.com>
23202
23203 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
23204 (MISCELLANEOUS): New variable.
23205 (clean): rm -rf $(MISCELLANEOUS).
23206 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
23207 dwp live in the same directory as symlinks, with each symlink pointed
23208 to a differently named file in a different directory.
23209
23210 2014-02-11 Doug Evans <dje@google.com>
23211
23212 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
23213 of Tcl file commands.
23214
23215 2014-02-10 Mark Kettenis <kettenis@gnu.org>
23216
23217 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23218 "kill -SIGUSR1 -1".
23219
23220 2014-02-10 Joel Brobecker <brobecker@adacore.com>
23221
23222 * gdb.ada/tick_length_array_enum_idx: New testcase.
23223
23224 2014-02-10 Doug Evans <xdje42@gmail.com>
23225
23226 * configure.ac (AC_OUTPUT): Add gdb.guile.
23227 * configure: Regenerate.
23228 * lib/gdb-guile.exp: New file.
23229 * lib/gdb.exp (get_target_charset): New function.
23230 * gdb.base/help.exp: Update expected output from "apropos apropos".
23231 * gdb.guile/Makefile.in: New file.
23232 * gdb.guile/guile.exp: New file.
23233 * gdb.guile/scm-arch.c: New file.
23234 * gdb.guile/scm-arch.exp: New file.
23235 * gdb.guile/scm-block.c: New file.
23236 * gdb.guile/scm-block.exp: New file.
23237 * gdb.guile/scm-breakpoint.c: New file.
23238 * gdb.guile/scm-breakpoint.exp: New file.
23239 * gdb.guile/scm-disasm.c: New file.
23240 * gdb.guile/scm-disasm.exp: New file.
23241 * gdb.guile/scm-equal.c: New file.
23242 * gdb.guile/scm-equal.exp: New file.
23243 * gdb.guile/scm-error.exp: New file.
23244 * gdb.guile/scm-error.scm: New file.
23245 * gdb.guile/scm-frame-args.c: New file.
23246 * gdb.guile/scm-frame-args.exp: New file.
23247 * gdb.guile/scm-frame-args.scm: New file.
23248 * gdb.guile/scm-frame-inline.c: New file.
23249 * gdb.guile/scm-frame-inline.exp: New file.
23250 * gdb.guile/scm-frame.c: New file.
23251 * gdb.guile/scm-frame.exp: New file.
23252 * gdb.guile/scm-generics.exp: New file.
23253 * gdb.guile/scm-gsmob.exp: New file.
23254 * gdb.guile/scm-iterator.c: New file.
23255 * gdb.guile/scm-iterator.exp: New file.
23256 * gdb.guile/scm-math.c: New file.
23257 * gdb.guile/scm-math.exp: New file.
23258 * gdb.guile/scm-objfile-script-gdb.in: New file.
23259 * gdb.guile/scm-objfile-script.c: New file.
23260 * gdb.guile/scm-objfile-script.exp: New file.
23261 * gdb.guile/scm-objfile.c: New file.
23262 * gdb.guile/scm-objfile.exp: New file.
23263 * gdb.guile/scm-ports.exp: New file.
23264 * gdb.guile/scm-pretty-print.c: New file.
23265 * gdb.guile/scm-pretty-print.exp: New file.
23266 * gdb.guile/scm-pretty-print.scm: New file.
23267 * gdb.guile/scm-section-script.c: New file.
23268 * gdb.guile/scm-section-script.exp: New file.
23269 * gdb.guile/scm-section-script.scm: New file.
23270 * gdb.guile/scm-symbol.c: New file.
23271 * gdb.guile/scm-symbol.exp: New file.
23272 * gdb.guile/scm-symtab-2.c: New file.
23273 * gdb.guile/scm-symtab.c: New file.
23274 * gdb.guile/scm-symtab.exp: New file.
23275 * gdb.guile/scm-type.c: New file.
23276 * gdb.guile/scm-type.exp: New file.
23277 * gdb.guile/scm-value-cc.cc: New file.
23278 * gdb.guile/scm-value-cc.exp: New file.
23279 * gdb.guile/scm-value.c: New file.
23280 * gdb.guile/scm-value.exp: New file.
23281 * gdb.guile/source2.scm: New file.
23282 * gdb.guile/types-module.cc: New file.
23283 * gdb.guile/types-module.exp: New file.
23284
23285 2014-02-10 Yao Qi <yao@codesourcery.com>
23286
23287 PR testsuite/16543
23288 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23289 * configure: Regenerated.
23290 * Makefile.in: New file.
23291
23292 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23293
23294 * gdb.python/py-framefilter.exp: Fix typo.
23295
23296 2014-02-08 Yao Qi <yao@codesourcery.com>
23297
23298 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23299 that no =breakpoint-modified is emitted when breakpoints are
23300 modified through MI commands.
23301
23302 2014-02-07 Pedro Alves <pedro@codesourcery.com>
23303 Pedro Alves <palves@redhat.com>
23304
23305 * gdb.threads/step-after-sr-lock.c: New file.
23306 * gdb.threads/step-after-sr-lock.exp: New file.
23307
23308 2014-02-07 Pedro Alves <palves@redhat.com>
23309
23310 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23311
23312 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23313
23314 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23315 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23316
23317 2014-02-06 Doug Evans <xdje42@gmail.com>
23318
23319 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23320 output.
23321
23322 * gdb.gdb/python-interrupts.exp: New file.
23323
23324 2014-02-05 Yao Qi <yao@codesourcery.com>
23325
23326 * gdb.trace/report.exp (use_collected_data): Test the output
23327 of "info threads" and "info inferiors".
23328
23329 2014-02-05 Yao Qi <yao@codesourcery.com>
23330
23331 Revert this patch:
23332
23333 2013-05-24 Yao Qi <yao@codesourcery.com>
23334
23335 * gdb.trace/tfile.exp: Test inferior and thread.
23336
23337 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23338
23339 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23340 on a function.
23341 * gdb.base/step-bt.c: Call hello via function pointer to make
23342 sure its first instruction is executed on powerpc64le-linux.
23343
23344 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23345
23346 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23347
23348 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23349
23350 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23351 of the test patterns for use on little-endian systems.
23352
23353 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23354
23355 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23356 (decimal_vector): Fix for little-endian.
23357
23358 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23359
23360 * gdb.arch/sparc-sysstep.exp: New file.
23361 * gdb.arch/sparc-sysstep.c: Likewise.
23362
23363 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23364
23365 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23366
23367 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23368
23369 2014-01-23 Tom Tromey <tromey@redhat.com>
23370
23371 * gdb.ada/array_char_idx: New testcase.
23372
23373 2014-01-23 Tom Tromey <tromey@redhat.com>
23374
23375 PR python/16487:
23376 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23377 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23378 classes.
23379
23380 2014-01-23 Tom Tromey <tromey@redhat.com>
23381
23382 PR python/16491:
23383 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23384 string from an inferior frame.
23385 * gdb.python/py-framefilter-mi.exp: Update.
23386
23387 2014-01-22 Doug Evans <dje@google.com>
23388
23389 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23390
23391 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23392
23393 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23394
23395 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23396
23397 * gdb.trace/entry-values.exp: Remove excess space character from
23398 regex patterns. Handle s390 call instruction.
23399
23400 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23401
23402 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23403 define "*_start" label. Make "name" static.
23404 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23405 ${name} by references to ${name}_start.
23406
23407 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23408
23409 * gdb.base/info-macros.exp: Remove "debug" from the compile
23410 options.
23411
23412 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23413
23414 * gdb.dlang/demangle.exp: New file.
23415
23416 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23417
23418 * gdb.dlang/primitive-types.exp: New file.
23419
23420 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23421
23422 * configure.ac: Create gdb.dlang/Makefile.
23423 * configure: Regenerate.
23424 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23425 * gdb.dlang/Makefile.in: New file.
23426 * lib/d-support.exp: New file.
23427 * lib/gdb.exp (skip_d_tests): New proc.
23428
23429 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23430
23431 * gdb.btrace/delta.exp: Check reverse stepi.
23432 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23433 * gdb.btrace/finish.exp: New.
23434 * gdb.btrace/next.exp: New.
23435 * gdb.btrace/nexti.exp: New.
23436 * gdb.btrace/record_goto.c: Add comments.
23437 * gdb.btrace/step.exp: New.
23438 * gdb.btrace/stepi.exp: New.
23439 * gdb.btrace/multi-thread-step.c: New.
23440 * gdb.btrace/multi-thread-step.exp: New.
23441 * gdb.btrace/rn-dl-bind.c: New.
23442 * gdb.btrace/rn-dl-bind.exp: New.
23443 * gdb.btrace/data.c: New.
23444 * gdb.btrace/data.exp: New.
23445 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23446
23447 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23448
23449 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23450 * gdb.btrace/exception.exp: Update.
23451 * gdb.btrace/instruction_history.exp: Update.
23452 * gdb.btrace/record_goto.exp: Update.
23453 * gdb.btrace/tailcall.exp: Update.
23454 * gdb.btrace/unknown_functions.exp: Update.
23455 * gdb.btrace/delta.exp: New.
23456
23457 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23458
23459 * gdb.btrace/record_goto.exp: Add backtrace test.
23460 * gdb.btrace/tailcall.exp: Add backtrace test.
23461
23462 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23463
23464 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23465 * gdb.btrace/record_goto.c: New.
23466 * gdb.btrace/record_goto.exp: New.
23467 * gdb.btrace/x86-record_goto.S: New.
23468
23469 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23470
23471 * gdb.btrace/function_call_history.exp: Update tests.
23472 * gdb.btrace/instruction_history.exp: Update tests.
23473
23474 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23475
23476 * gdb.btrace/function_call_history.exp: Fix expected field
23477 order for "record function-call-history".
23478 Add new tests for "record function-call-history /c".
23479 * gdb.btrace/exception.cc: New.
23480 * gdb.btrace/exception.exp: New.
23481 * gdb.btrace/tailcall.exp: New.
23482 * gdb.btrace/x86-tailcall.S: New.
23483 * gdb.btrace/x86-tailcall.c: New.
23484 * gdb.btrace/unknown_functions.c: New.
23485 * gdb.btrace/unknown_functions.exp: New.
23486 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23487
23488 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23489
23490 * gdb.btrace/instruction_history.exp: Update.
23491 * gdb.btrace/function_call_history.exp: Update.
23492
23493 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23494
23495 * gdb.btrace/function_call_history.exp: Fix expected function
23496 trace.
23497 * gdb.btrace/instruction_history.exp: Initialize traced.
23498 Remove traced_functions.
23499
23500 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23501
23502 * gdb.btrace/function_call_history.exp: Update
23503 * gdb.btrace/instruction_history.exp: Update.
23504
23505 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23506
23507 * gdb.btrace/enable.exp: Update expected text.
23508
23509 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23510
23511 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23512 bytes.
23513
23514 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23515
23516 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23517
23518 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
23519
23520 * lib/gdb.exp (supports_process_record): Return true for
23521 arm*-linux*. (supports_reverse): Likewise.
23522
23523 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23524
23525 PR python/15464
23526 PR python/16113
23527 * gdb.python/py-type.c: Enhance test case.
23528 * gdb.python/py-value-cc.cc: Likewise
23529 * gdb.python/py-type.exp: Add new tests.
23530 * gdb.python/py-value-cc.exp: Likewise
23531
23532 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23533 Pedro Alves <palves@redhat.com>
23534
23535 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23536 Make "name" extern.
23537 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23538 references to ${name}_start by references to ${name}.
23539
23540 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23541
23542 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23543
23544 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23545
23546 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23547
23548 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23549 Pedro Alves <palves@redhat.com>
23550
23551 * gdb.mi/mi-info-os.exp: Connect to the target with
23552 mi_gdb_target_load.
23553
23554 2014-01-08 Pedro Alves <palves@redhat.com>
23555
23556 * gdb.threads/reconnect-signal.c: New file.
23557 * gdb.threads/reconnect-signal.exp: New file.
23558
23559 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23560
23561 * gdb.base/source-dir.exp: New file.
23562
23563 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23564
23565 * gdb.ada/mi_interface: New testcase.
23566
23567 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23568
23569 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23570 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23571 gdb.ada/pp-rec-component/pck.ads: New files.
23572
23573 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23574
23575 * gdb.python/py-pp-integral.c: New file.
23576 * gdb.python/py-pp-integral.py: New file.
23577 * gdb.python/py-pp-integral.exp: New file.
23578
23579 For older changes see ChangeLog-1993-2013.
23580 \f
23581 ;; Local Variables:
23582 ;; mode: change-log
23583 ;; left-margin: 8
23584 ;; fill-column: 74
23585 ;; version-control: never
23586 ;; End:
23587
23588 Copyright 2014-2021 Free Software Foundation, Inc.
23589 Copying and distribution of this file, with or without modification,
23590 are permitted provided the copyright notice and this notice are preserved.