]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb: fix field names of GDB's type main_type structure
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.gdb/python-helper.exp: New file.
4
5 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
6
7 * gdb.fortran/intrinsics.exp: Add LOC tests.
8
9 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
10
11 * gdb.fortran/shape.exp: New file.
12 * gdb.fortran/shape.f90: New file.
13
14 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
15
16 * gdb.fortran/size.exp: New file.
17 * gdb.fortran/size.f90: New file.
18
19 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.fortran/rank.exp: New file.
22 * gdb.fortran/rank.f90: New file.
23
24 2021-03-08 Tom Tromey <tom@tromey.com>
25
26 * gdb.fortran/debug-expr.exp: Update tests.
27
28 2021-03-08 Tom Tromey <tom@tromey.com>
29
30 * gdb.base/debug-expr.exp: Update expected dump output.
31
32 2021-03-06 Tom Tromey <tom@tromey.com>
33
34 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
35 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
36 * gdb.dwarf2/dwznolink.exp: New file.
37
38 2021-03-05 Mark Wielaard <mark@klomp.org>
39
40 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
41
42 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
43
44 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
45
46 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
47
48 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
49
50 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
51
52 * gdb.btrace/non-stop.exp: Adjust expected source lines.
53
54 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
55
56 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
57
58 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
59
60 * gdb.btrace/exception.cc (main): Update test source.
61 * gdb.btrace/exception.exp: Update patterns.
62 * gdb.btrace/function_call_history.exp: Likewise.
63
64 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
65
66 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
67
68 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
69
70 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
71 reverse-continue to breakpoint.
72
73 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
74
75 * gdb.btrace/delta.exp: Remove instruction-history and
76 function-call-history checks.
77
78 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
79
80 * README (Note): Add nopie_ldflag.
81 * lib/gdb.exp (gdb_compile): Extend nopie handling.
82
83 2021-03-02 Tom Tromey <tromey@adacore.com>
84
85 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
86 encodings.
87
88 2021-02-27 Lancelot Six <lsix@lancelotix.com>
89
90 PR gdb/27393
91 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
92
93
94 2021-02-26 Tom Tromey <tom@tromey.com>
95
96 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
97
98 2021-02-26 Jan Vrany <jan.vrany@labware.com>
99
100 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
101 Remove trailing \n from expected output.
102
103 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
104
105 * lib/gdb.exp (use_gdb_stub): Extend comment.
106
107 2021-02-25 Jan Matyas <jmatyas@codasip.com>
108
109 PR gdb/26819
110 * gdb.server/stop-reply-no-thread.exp: Add two test
111 scenarios that cover remote targets which do not have
112 the concept of threads.
113
114 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
115
116 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
117
118 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 PR fortran/26155
121 * gdb.fortran/call-no-debug-func.f90: New file.
122 * gdb.fortran/call-no-debug-prog.f90: New file.
123 * gdb.fortran/call-no-debug.exp: New file.
124
125 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
126
127 * gdb.fortran/associated.exp: New file.
128 * gdb.fortran/associated.f90: New file.
129
130 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
133
134 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * gdb.base/sect-cmd.exp: Update expected results.
137
138 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
139
140 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
141 techniques. Enable the test for all targets.
142
143 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
144
145 * gdb.base/maint-info-sections.exp: Add new tests.
146 (check_maint_info_target_sections_output): New proc.
147
148 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
149
150 * gdb.arch/riscv-default-tdesc.exp: New file.
151
152 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
153
154 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
155
156 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
157
158 * gdb.arch/i386-biarch-core.exp: Add target check.
159
160 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
161
162 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
163
164 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
165
166 * gdb.fortran/allocated.exp: New file.
167 * gdb.fortran/allocated.f90: New file.
168
169 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * gdb.fortran/lbound-ubound.exp: Remove old comment.
172
173 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
174
175 * gdb.base/maint-info-sections.exp: Update expected output, and
176 add additional tests. Again.
177
178 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
179
180 * gdb.base/maint-info-sections.exp: Update expected output, and
181 add additional tests.
182
183 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
184
185 * gdb.base/maint-info-sections.exp: New file, content is moved
186 from gdb.base/maint.exp and cleaned up to use latest testsuite
187 techniques.
188 * gdb.base/maint.exp: Tests moved out to
189 gdb.base/maint-info-sections.exp.
190
191 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
192
193 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
194 GDBFLAGS.
195
196 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
197
198 * gdb.fortran/lbound-ubound.F90: New file.
199 * gdb.fortran/lbound-ubound.exp: New file.
200
201 2021-02-10 Tom de Vries <tdevries@suse.de>
202
203 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
204 "Restore saved setting of complaints".
205
206 2021-02-09 Tom de Vries <tdevries@suse.de>
207
208 PR symtab/27341
209 * lib/gdb.exp (with_complaints): New proc, factored out of ...
210 (gdb_load_no_complaints): ... here.
211 * gdb.fortran/function-calls.exp: Add test-case.
212
213 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
214
215 * gdb.threads/signal-command-handle-nopass.exp: Call
216 'standard_testfile' before using 'testfile'.
217 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
218 * gdb.threads/signal-delivered-right-thread.exp: Likewise
219 * gdb.threads/signal-sigtrap.exp: Likewise
220
221 2021-02-08 Luis Machado <luis.machado@linaro.org>
222
223 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
224
225 2021-02-08 Tom de Vries <tdevries@suse.de>
226
227 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
228
229 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * gdb.python/tui-window-disabled.c: New file.
232 * gdb.python/tui-window-disabled.exp: New file.
233 * gdb.python/tui-window-disabled.py: New file.
234
235 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.python/tui-window.exp: Add new tests.
238 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
239 TestWindow object into global the_window.
240 <remote_title>: New method.
241 (delete_window_title): New function.
242
243 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 * gdb.tui/winheight.exp: Add more tests.
246
247 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 * gdb.python/py-framefilter.exp: Update expected results.
250 * gdb.python/python.exp: Update expected results.
251
252 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
255 about bug in GDB, update expected results, and add more tests.
256
257 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
258
259 * gdb.tui/scroll.exp: New file.
260 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
261 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
262 remaining lines up.
263 (Term::check_region_contents): New proc.
264 (Term::check_box_contents): Use check_region_contents.
265
266 2021-02-06 Tom de Vries <tdevries@suse.de>
267
268 PR testsuite/26922
269 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
270 scrolling.
271
272 2021-02-05 Tom de Vries <tdevries@suse.de>
273
274 PR breakpoints/27313
275 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
276 rejected.
277
278 2021-02-05 Tom de Vries <tdevries@suse.de>
279
280 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
281 * gdb.fortran/mixed-lang-stack.exp: Same.
282
283 2021-02-05 Tom de Vries <tdevries@suse.de>
284
285 PR exp/27265
286 * gdb.base/complex-parts.exp: Add tests.
287
288 2021-02-05 Tom de Vries <tdevries@suse.de>
289
290 PR symtab/27307
291 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
292
293 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
294
295 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
296
297 2021-02-03 Pedro Alves <pedro@palves.net>
298
299 * gdb.threads/detach-step-over.c: New file.
300 * gdb.threads/detach-step-over.exp: New file.
301
302 2021-02-03 Pedro Alves <pedro@palves.net>
303
304 * gdb.threads/attach-non-stop.c: New file.
305 * gdb.threads/attach-non-stop.exp: New file.
306
307 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
308
309 * gdb.base/inferior-noarg.c: New test.
310 * gdb.base/inferior-noarg.exp: New test.
311
312 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
313
314 * gdb.base/scope.exp: Use proc_with_prefix.
315
316 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
317
318 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
319 table proc.
320 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
321 .debug_rnglists table without offset array.
322 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
323 .debug_loclists table without offset array.
324
325 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
326
327 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
328 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
329 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
330 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
331 attribute
332
333 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
334
335 PR gdb/26813
336 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
337 (loclists): New proc.
338 * gdb.dwarf2/loclists-multiple-cus.c: New.
339 * gdb.dwarf2/loclists-multiple-cus.exp: New.
340 * gdb.dwarf2/loclists-sec-offset.c: New.
341 * gdb.dwarf2/loclists-sec-offset.exp: New.
342
343 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
344
345 * lib/dwarf.exp (_location): Add parameters.
346 (_handle_DW_FORM): Adjust.
347
348 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
349
350 PR gdb/26813
351 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
352 (cu): Generate header for DWARF 5.
353 (rnglists): New proc.
354 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
355 * gdb.dwarf2/rnglists-sec-offset.exp: New.
356
357 2021-02-02 Tom de Vries <tdevries@suse.de>
358
359 PR symtab/24620
360 * gdb.dwarf2/fission-reread.exp: Add test-case.
361
362 2021-02-01 Tom de Vries <tdevries@suse.de>
363
364 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
365 * gdb.dwarf2/fission-loclists-pie.S: Same.
366 * gdb.dwarf2/fission-loclists.S: Same.
367 * gdb.dwarf2/fission-multi-cu.S: Same.
368 * gdb.dwarf2/fission-reread.S: Same.
369 * gdb.dwarf2/fission-base.exp: Use DWO.
370 * gdb.dwarf2/fission-loclists-pie.exp: Same.
371 * gdb.dwarf2/fission-loclists.exp: Same.
372 * gdb.dwarf2/fission-multi-cu.exp: Same.
373 * gdb.dwarf2/fission-reread.exp: Same.
374
375 2021-01-29 Tom de Vries <tdevries@suse.de>
376
377 PR breakpoints/26063
378 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
379 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
380
381 2021-01-29 Tom de Vries <tdevries@suse.de>
382
383 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
384
385 2021-01-28 Tom de Vries <tdevries@suse.de>
386
387 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
388 in the backtrace, and use that in the rest of the test instead of
389 hardcoded constant 3. Use "frame" instead of "up" for robustness.
390
391 2021-01-28 Tom de Vries <tdevries@suse.de>
392
393 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
394 * gdb.arch/i386-sse-stack-align.c: Same.
395 * gdb.arch/i386-sse-stack-align.exp: Same.
396
397 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
398
399 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
400
401 2021-01-28 Tom de Vries <tdevries@suse.de>
402
403 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
404
405 2021-01-28 Tom de Vries <tdevries@suse.de>
406
407 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
408 "maint info line-table". Make PASS pattern more specific. Make
409 FAIL pattern work for -m32.
410
411 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
412
413 PR gdb/27133
414 * gdb.base/ui-redirect.exp: Add test case that ensures that
415 redirecting both logging and debug does not cause gdb to crash.
416
417
418 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
419
420 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
421
422 2021-01-26 Tom de Vries <tdevries@suse.de>
423
424 * gdb.threads/killed-outside.exp: Allow regular output.
425
426 2021-01-26 Tom de Vries <tdevries@suse.de>
427
428 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
429
430 2021-01-25 Tom de Vries <tdevries@suse.de>
431
432 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
433 * lib/gdb.exp: Use gdb_load_no_complaints.
434
435 2021-01-25 Tom Tromey <tromey@adacore.com>
436
437 * gdb.ada/fixed_points.exp: Add regression test.
438 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
439 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
440
441 2021-01-25 Tom Tromey <tromey@adacore.com>
442
443 * gdb.ada/local-enum.exp: Add enumerator resolution test.
444
445 2021-01-25 Tom Tromey <tromey@adacore.com>
446
447 * gdb.ada/local-enum.exp: New file.
448 * gdb.ada/local-enum/local.adb: New file.
449
450 2021-01-23 Tom Tromey <tom@tromey.com>
451
452 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
453
454 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
455
456 * gdb.base/line65535.exp: Fix test expectation.
457
458 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
459
460 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
461 suppression.
462 (default_gdb_exit): Likewise.
463 (default_gdb_spawn): Likewise.
464 (send_gdb): Likewise.
465 (gdb_expect): Likewise.
466 (gdb_expect_list): Likewise.
467 (default_gdb_init): Likewise.
468 (gdb_suppress_entire_file): Remove.
469 (gdb_suppress_tests): Remove.
470 (gdb_stop_suppressing_tests): Remove.
471 (gdb_clear_suppressed): Remove.
472 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
473 related to test suppression.
474 (default_mi_gdb_start): Likewise.
475 (mi_gdb_reinitialize_dir): Likewise.
476 (mi_gdb_test): Likewise.
477 (mi_run_cmd_full): Likewise.
478 (mi_runto_helper): Likewise.
479 (mi_execute_to): Likewise.
480 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
481 * gdb.base/bitfields.exp: Likewise.
482 * gdb.base/bitfields2.exp: Likewise.
483 * gdb.base/break.exp: Likewise.
484 * gdb.base/call-sc.exp: Likewise.
485 * gdb.base/callfuncs.exp: Likewise.
486 * gdb.base/dfp-test.exp: Likewise.
487 * gdb.base/endian.exp: Likewise.
488 * gdb.base/exprs.exp: Likewise.
489 * gdb.base/funcargs.exp: Likewise.
490 * gdb.base/hbreak2.exp: Likewise.
491 * gdb.base/recurse.exp: Likewise.
492 * gdb.base/scope.exp: Likewise.
493 * gdb.base/sepdebug.exp: Likewise.
494 * gdb.base/structs.exp: Likewise.
495 * gdb.base/until.exp: Likewise.
496 * gdb.cp/misc.exp: Likewise.
497
498 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
499
500 PR cli/25956
501 * gdb.base/style.exp (run_style_tests): Add version string test.
502 (test_startup_version_string): Use version style name.
503 * lib/gdb-utils.exp (style): Handle version style name.
504
505 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * gdb.base/style.exp (limited_style): New proc.
508 (clean_restart_and_disable): New proc.
509 (run_style_tests): New proc. Most of the old tests from this file
510 are now in this proc.
511 (test_startup_version_string): New proc. Reamining test from the
512 old file is in this proc.
513
514 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
515
516 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
517 Adjust to "set debug remote" changes.
518
519 2021-01-21 Luis Machado <luis.machado@linaro.org>
520
521 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
522 message.
523
524 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
525
526 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
527
528 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
529
530 PR python/19151
531 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
532
533 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
534
535 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
536
537 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
538
539 * lib/tuiterm.exp: Add links in comments.
540
541 2021-01-20 Tom de Vries <tdevries@suse.de>
542
543 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
544 offset.
545
546 2021-01-20 Tom de Vries <tdevries@suse.de>
547
548 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
549
550 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
551
552 * gdb.arch/amd64-stap-expressions.S: New file.
553 * gdb.arch/amd64-stap-expressions.exp: New file.
554
555 2021-01-19 Tom de Vries <tdevries@suse.de>
556
557 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
558 sequence.
559
560 2021-01-19 Tom de Vries <tdevries@suse.de>
561
562 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
563
564 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
565
566 * gdb.fortran/array-slices.exp (run_test): Avoid including
567 addresses in test names.
568
569 2021-01-15 Tom de Vries <tdevries@suse.de>
570
571 PR testsuite/26997
572 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
573 when adding sizeof.
574
575 2021-01-14 Tom de Vries <tdevries@suse.de>
576
577 PR testsuite/24590
578 * gdb.base/style.exp: Handle shorter argv in frame command output.
579
580 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 PR gdb/26819
583 * gdb.server/stop-reply-no-thread-multi.c: New file.
584 * gdb.server/stop-reply-no-thread-multi.exp: New file.
585
586 2021-01-12 Tom de Vries <tdevries@suse.de>
587
588 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
589 (main): Remove call to have_mpx.
590 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
591 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
592 (main): Remote call to have_mpx.
593 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
594 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
595 (main): Remove call to have_mpx.
596 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
597 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
598 (main): Remove call to have_mpx.
599 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
600 * gdb.arch/i386-mpx.c (have_mpx): Remove.
601 (main): Remote call to have_mpx.
602 * gdb.arch/i386-mpx.exp: Use have_mpx.
603 * lib/gdb.exp (have_mpx): New proc.
604
605 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
606
607 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
608
609 2021-01-12 Tom de Vries <tdevries@suse.de>
610
611 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
612
613 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
614
615 * gdb.fortran/debug-expr.exp: Add new tests.
616
617 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
618
619 * gdb.fortran/dot-ops.exp: Add new tests.
620
621 2021-01-11 Tom de Vries <tdevries@suse.de>
622
623 PR testsuite/26968
624 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
625 Move insn setting $eax to before probe point.
626
627 2021-01-09 Tom Tromey <tom@tromey.com>
628
629 * gdb.trace/ax.exp: Do not require an "ext".
630
631 2021-01-08 Tom Tromey <tromey@adacore.com>
632
633 * gdb.ada/voidctx/pck.adb: New file.
634 * gdb.ada/voidctx/pck.ads: New file.
635 * gdb.ada/voidctx/voidctx.adb: New file.
636 * gdb.ada/voidctx.exp: New file.
637
638 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
639
640 PR gdb/27157
641 * gdb.base/empty-host-env-vars.exp: New test.
642
643 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
644
645 * gdb.base/completion.exp: Add a new test.
646
647 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
648
649 * gdb.fortran/intvar-dynamic-types.exp: New file.
650 * gdb.fortran/intvar-dynamic-types.f90: New file.
651
652 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
653
654 * gdb.fortran/intvar-array.exp: New file.
655 * gdb.fortran/intvar-array.f90: New file.
656
657 2021-01-07 Tom Tromey <tromey@adacore.com>
658
659 * gdb.ada/assign_arr.exp: Add 'others' test.
660
661 2021-01-06 Tom Tromey <tromey@adacore.com>
662
663 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
664 (FP4_Type): New type.
665 (FP4_Var): New variable.
666 * gdb.ada/fixed_points/fixed_points.adb: Update.
667 * gdb.ada/fixed_points.exp: Add tests for binary operators.
668
669 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
670
671 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
672 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
673 Pass prompt containing debug print to gdb_test_sequence.
674
675 2021-01-04 Tom de Vries <tdevries@suse.de>
676
677 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
678
679 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
680
681
682
683 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
684
685 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
686 * gdb.server/connect-without-multi-process.exp: Likewise.
687 * gdb.server/exit-multiple-threads.exp: Likewise.
688 * gdb.server/ext-attach.exp: Likewise.
689 * gdb.server/ext-restart.exp: Likewise.
690 * gdb.server/ext-run.exp: Likewise.
691 * gdb.server/ext-wrapper.exp: Likewise.
692 * gdb.server/multi-ui-errors.exp: Likewise.
693 * gdb.server/no-thread-db.exp: Likewise.
694 * gdb.server/reconnect-ctrl-c.exp: Likewise.
695 * gdb.server/run-without-local-binary.exp: Likewise.
696 * gdb.server/server-kill.exp: Likewise.
697 * gdb.server/server-run.exp: Likewise.
698 * gdb.server/solib-list.exp: Likewise.
699 * gdb.server/stop-reply-no-thread.exp: Likewise.
700 * gdb.server/wrapper.exp: Likewise.
701 * gdb.server/sysroot.exp: Increase timeout when testing the
702 target: sysroot.
703
704 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
705
706 * gdb.server/server-run.exp: Use clean_restart.
707
708 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
709
710 * gdb.server/ext-run.exp: Use clean_restart.
711
712 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
713
714 * gdb.server/stop-reply-no-thread.exp: Use build_executable
715 instead of prepare_for_testing.
716
717 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
718
719 * gdb.server/solib-list.exp: Use clean_restart.
720
721 2021-01-04 Tom de Vries <tdevries@suse.de>
722
723 * gdb.base/morestack.c: Remove printf.
724 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
725
726 2020-12-31 Tom Tromey <tom@tromey.com>
727
728 * gdb.rust/simple.exp: Update output for Rust 1.49.
729
730 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
731
732 * gdb.cp/step-and-next-inline.exp: Fix test case.
733
734 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
735
736 * gdb.python/py-frame-args.exp: De-duplicate test names.
737
738 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
739
740 PR gdb/27059
741 * gdb.dwarf2/dyn-type-unallocated.c: New file.
742 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
743
744 2020-12-21 Peter Waller <p@pwaller.net>
745
746 * gdb.base/style-interp-exec-mi.exp: New.
747 * gdb.base/style-interp-exec-mi.c: New.
748
749 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
750
751 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
752 gdb_test. Use proc_with_prefix.
753
754 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
755
756 * gdb.btrace/exception.exp: Build with nopie.
757 * gdb.btrace/function_call_history.exp: Likewise.
758 * gdb.btrace/unknown_functions.exp: Likewise.
759
760 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
761
762 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
763
764 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
765
766 * gdb.python/py-record-btrace.exp: Make test names unique.
767 * gdb.python/py-record-full.exp: Likewise.
768
769 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
770
771 * gdb.btrace/data.exp: Make test names unique.
772 * gdb.btrace/delta.exp: Likewise.
773 * gdb.btrace/enable.exp: Likewise.
774 * gdb.btrace/function_call_history.exp: Likewise.
775 * gdb.btrace/nohist.exp: Likewise.
776 * gdb.btrace/non-stop.exp: Likewise.
777 * gdb.btrace/rn-dl-bind.exp: Likewise.
778 * gdb.btrace/step.exp: Likewise.
779 * gdb.btrace/stepi.exp: Likewise.
780 * gdb.btrace/tailcall.exp: Likewise.
781
782 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
783
784 * gdb.btrace/enable.exp: Update error message.
785 * gdb.btrace/multi-inferior.exp: Likewise.
786 * gdb.btrace/reconnect.exp: Likewise.
787 * gdb.python/py-record-btrace.exp: Likewise.
788 * gdb.python/py-record-full.exp: Likewise.
789
790 2020-12-20 Tom de Vries <tdevries@suse.de>
791
792 * lib/gdb.exp (save_target_board_info): New proc.
793 (gdb_compile_shlib): Use save_target_board_info.
794
795 2020-12-19 Tom de Vries <tdevries@suse.de>
796
797 * lib/gdb.exp (supports_scalar_storage_order_attribute)
798 (supports_gnuc): New proc.
799 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
800 test_compiler_info calls. Add unsupported message.
801 * gdb.base/endianity.c: Use TEST_SSO.
802
803 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
804
805 PR exp/27070
806 * gdb.python/compare-enum-type-a.c: New test.
807 * gdb.python/compare-enum-type-b.c: New test.
808 * gdb.python/compare-enum-type.exp: New file.
809 * gdb.python/compare-enum-type.h: New test.
810
811 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
812
813 * gdb.python/py-format-string.exp: Add tests for address keyword.
814
815 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
816
817 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
818
819 2020-12-18 Tom Tromey <tromey@adacore.com>
820
821 * gdb.ada/fixed_points.exp: Also run with
822 -fgnat-encodings=minimal. Update expected output.
823
824 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
825
826 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
827 * gdb.base/continue-all-already-running.exp: Likewise.
828 * gdb.base/moribund-step.exp: Likewise.
829 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
830
831 2020-12-16 Tom de Vries <tdevries@suse.de>
832
833 * gdb.base/batch-preserve-term-settings.exp:
834
835 2020-12-16 Tom de Vries <tdevries@suse.de>
836
837 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
838 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
839
840 2020-12-16 Luis Machado <luis.machado@linaro.org>
841
842 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
843 pointer-based memory accesses.
844 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
845 hw watchpoint cases.
846
847 2020-12-15 Rae Kim <rae.kim@gmail.com>
848
849 * gdb.base/document.exp: New test.
850
851 2020-12-15 Tom Tromey <tromey@adacore.com>
852
853 * gdb.base/style.exp: Add deprecation tests.
854
855 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
856
857 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
858
859 2020-12-14 Mark Wielaard <mark@klomp.org>
860
861 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
862 specially, set attr_form_comment to the actual FORM string used.
863
864 2020-12-14 Mark Wielaard <mark@klomp.org>
865
866 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
867 _constants(SPECIAL_expr) here, but set it...
868 (Dwarf::cu): ...here based on _cu_version.
869
870 2020-12-14 Tom de Vries <tdevries@suse.de>
871
872 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
873 pass -fPIC.
874 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
875 * gdb.base/break-probes.exp: Same.
876 * gdb.base/ctxobj.exp: Same.
877 * gdb.base/dso2dso.exp: Same.
878 * gdb.base/global-var-nested-by-dso.exp: Same.
879 * gdb.base/info-shared.exp: Same.
880 * gdb.base/jit-reader-simple.exp: Same.
881 * gdb.base/print-file-var.exp: Same.
882 * gdb.base/skip-solib.exp: Same.
883 * gdb.btrace/dlopen.exp: Same.
884
885 2020-12-14 Tom de Vries <tdevries@suse.de>
886
887 PR testsuite/26963
888 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
889
890 2020-12-14 Tom de Vries <tdevries@suse.de>
891
892 PR testsuite/26962
893 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
894 cast it to its declared type".
895
896 2020-12-14 Tom de Vries <tdevries@suse.de>
897
898 PR testsuite/26951
899 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
900 shell prompt.
901
902 2020-12-14 Tom Tromey <tromey@adacore.com>
903
904 * gdb.ada/nested.exp: Add new tests.
905 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
906
907 2020-12-14 Tom Tromey <tromey@adacore.com>
908
909 * gdb.dwarf2/ada-thick-pointer.exp: New file.
910
911 2020-12-14 Tom Tromey <tromey@adacore.com>
912
913 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
914
915 2020-12-13 Tom de Vries <tdevries@suse.de>
916
917 PR testsuite/26953
918 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
919 attribute support if compiler doesn't support it.
920
921 2020-12-13 Tom de Vries <tdevries@suse.de>
922
923 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
924 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
925 source to shared lib. Add ada to options.
926
927 2020-12-13 Tom de Vries <tdevries@suse.de>
928
929 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
930 calling gnatbind and gnatlink.
931
932 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
933
934 * gdb.base/dcache-flush.c: New file.
935 * gdb.base/dcache-flush.exp: New file.
936
937 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
938
939 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
940 commands.
941 * gdb.base/killed-outside.exp: Likewise.
942 * gdb.opt/inline-bt.exp: Likewise.
943 * gdb.perf/gmonster-null-lookup.py: Likewise.
944 * gdb.perf/gmonster-print-cerr.py: Likewise.
945 * gdb.perf/gmonster-ptype-string.py: Likewise.
946 * gdb.python/py-unwind.exp: Likewise.
947
948 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
949
950 * gdb.base/commands.exp: Update expected results.
951
952 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
953
954 PR cli/15104
955 * gdb.base/commands.exp: Add additional tests.
956 * gdb.base/completion.exp: Add additional tests.
957
958 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
959
960 * gdb.base/completion.exp: Add additional tests.
961
962 2020-12-11 Tom de Vries <tdevries@suse.de>
963
964 PR testsuite/26991
965 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
966 violations by setting bounds registers if the bounds are passed in the
967 Bounds Table.
968
969 2020-12-11 Tom de Vries <tdevries@suse.de>
970
971 PR testsuite/26954
972 * gdb.base/float128.exp: Detect and handle no mpfr support.
973
974 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
975
976 PR gdb/24694
977 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
978 calls.
979
980 2020-12-10 Tom de Vries <tdevries@suse.de>
981
982 PR testsuite/26947
983 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
984 braces for tcl 8.5 and earlier.
985
986 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
987
988 PR 26875, PR 26901
989 * gdb.base/flexible-array-member.c: New test.
990 * gdb.base/flexible-array-member.exp: New test.
991
992 2020-12-08 Tom de Vries <tdevries@suse.de>
993
994 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
995 using is_amd64_regs_target.
996
997 2020-12-08 Tom de Vries <tdevries@suse.de>
998
999 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
1000 self_id.
1001
1002 2020-12-07 Pedro Alves <pedro@palves.net>
1003
1004 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
1005 'additional_flags' variable.
1006
1007 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1008
1009 * gdb.linespec/explicit.exp: Extend with a test to check completing
1010 '-' after seemingly complete options.
1011
1012 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1013
1014 * gdb.linespec/keywords.exp: Add tests to check positional
1015 flexibility of "-force-condition".
1016
1017 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1018
1019 * gdb.base/bp-cmds-run-with-ex.c: New file.
1020 * gdb.base/bp-cmds-run-with-ex.exp: New file.
1021 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
1022 * gdb.gdb/python-interrupts.exp: Update the call to
1023 'catch_command_errors' with the new argument.
1024 * gdb.gdb/python-selftest.exp: Ditto.
1025
1026 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1027
1028 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
1029 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1030 * gdb.threads/non-stop-fair-events.exp: Likewise.
1031
1032 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1033
1034 * gdb.threads/step-over-exec.exp: New.
1035 * gdb.threads/step-over-exec.c: New.
1036 * gdb.threads/step-over-exec-execd.c: New.
1037 * lib/my-syscalls.S: New.
1038 * lib/my-syscalls.h: New.
1039
1040 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1041
1042 * lib/dwarf.exp (declare_labels): Use name as text if text is
1043 not provided.
1044
1045 2020-12-04 Tom de Vries <tdevries@suse.de>
1046
1047 PR testsuite/26990
1048 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
1049 are unsupported.
1050
1051 2020-12-04 Tom de Vries <tdevries@suse.de>
1052
1053 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
1054 clause.
1055
1056 2020-12-04 Tom de Vries <tdevries@suse.de>
1057
1058 * gdb.reverse/insn-reverse.exp: Fix count handling.
1059
1060 2020-12-04 Tom de Vries <tdevries@suse.de>
1061
1062 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
1063 __x86_64__.
1064
1065 2020-12-04 Tom de Vries <tdevries@suse.de>
1066
1067 * gdb.reverse/insn-reverse.c (test_nr): New var.
1068 (usage, parse_args): New function.
1069 (main): Call parse_args. Only run test for test_nr.
1070 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
1071 and bail out. Run subtests individually, using an inferior arg
1072 specifying the subtest.
1073
1074 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1075
1076 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
1077
1078 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1079
1080 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
1081 update test to use this.
1082
1083 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1084
1085 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
1086
1087 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1088
1089 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
1090 (do_test): Don't use with_test_prefix.
1091 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
1092 (do_test): Don't use with_test_prefix.
1093 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
1094 (do_test): Don't use with_test_prefix.
1095 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
1096 (do_test): Don't use with_test_prefix.
1097
1098 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1099
1100 * gdb.threads/non-ldr-exit.exp: Fix comment.
1101
1102 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1103
1104 * gdb.xml/maint-xml-dump-03.xml: New file.
1105
1106 2020-11-30 Tom de Vries <tdevries@suse.de>
1107
1108 PR symtab/26905
1109 * gdb.dwarf2/count.exp: Remove kfails.
1110
1111 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1112
1113 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
1114 indices.
1115
1116 2020-11-24 Joel Brobecker <brobecker@adacore.com>
1117
1118 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
1119 the "ptype pck__fp1_range_var" test for the module-2 and pascal
1120 languages. Remove the associated setup_xfail.
1121
1122 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
1123
1124 * lib/gdb.exp (gdb_assert): Show error message on error.
1125
1126 2020-11-23 Tom de Vries <tdevries@suse.de>
1127
1128 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
1129 * gdb.ada/mod_from_name.exp: Same.
1130 * gdb.ada/pckd_arr_ren.exp: Same.
1131
1132 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1133
1134 * gdb.base/template.exp: New.
1135 * gdb.base/template.c: New.
1136
1137 2020-11-22 Gary Benson <gbenson@redhat.com>
1138
1139 PR gdb/26905
1140 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
1141 is defined using a DW_AT_count which references another DIE.
1142
1143 2020-11-21 Tom de Vries <tdevries@suse.de>
1144
1145 * gdb.base/vla-ptr.exp: Add XFAIL.
1146
1147 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1148
1149 * gdb.fortran/array-slices-bad.exp: New file.
1150 * gdb.fortran/array-slices-bad.f90: New file.
1151 * gdb.fortran/array-slices-sub-slices.exp: New file.
1152 * gdb.fortran/array-slices-sub-slices.f90: New file.
1153 * gdb.fortran/array-slices.exp: Rewrite tests.
1154 * gdb.fortran/array-slices.f90: Rewrite tests.
1155 * gdb.fortran/vla-sizeof.exp: Correct expected results.
1156
1157 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1158
1159 * gdb.base/completion.exp: Add new completion tests.
1160
1161 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1162
1163 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
1164 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1165 * gdb.mi/mi-nsintrall.exp: Likewise.
1166 * gdb.mi/mi-nsmoribund.exp: Likewise.
1167 * gdb.mi/mi-nsthrexec.exp: Likewise.
1168 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1169
1170 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1171
1172 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
1173 of perror.
1174
1175 2020-11-18 Joseph Myers <joseph@codesourcery.com>
1176
1177 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
1178 $arg.exe exists but $arg does not.
1179
1180 2020-11-17 Gary Benson <gbenson@redhat.com>
1181
1182 * gdb.trace/trace-common.h (x86_trace_dummy): Add
1183 __attribute__ ((used)).
1184
1185 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1186
1187 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
1188
1189 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1190
1191 * gdb.base/completion.exp: Add new tests.
1192
1193 2020-11-16 Tom Tromey <tromey@adacore.com>
1194
1195 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
1196 tests.
1197
1198 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1199
1200 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
1201 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
1202 (main): Add reference to pck__fp1_var2.
1203 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
1204
1205 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1206
1207 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
1208
1209 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1210
1211 * gdb.ada/fixed_points.exp: Add ptype tests.
1212 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
1213
1214 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1215
1216 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
1217
1218 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1219
1220 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
1221 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
1222 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
1223 New files.
1224 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
1225
1226 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
1227 New files.
1228
1229 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
1230
1231 PR cli/26879
1232 * gdb.fortran/completion.exp: New file.
1233 * gdb.fortran/completion.f90: New file.
1234
1235 2020-11-12 Joseph Myers <joseph@codesourcery.com>
1236
1237 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
1238 but $arg does not.
1239
1240 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1241
1242 * gdb.fortran/types.exp: Add more tests.
1243
1244 2020-11-12 Tom Tromey <tom@tromey.com>
1245
1246 PR rust/26799:
1247 * gdb.rust/traits.exp: Remove kfails.
1248
1249 2020-11-12 Gary Benson <gbenson@redhat.com>
1250
1251 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1252 statement.
1253
1254 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
1255
1256 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
1257 always-inserted" axis.
1258 (do_test): Add breakpoint_always_inserted parameter.
1259
1260 2020-11-10 Tom Tromey <tromey@adacore.com>
1261
1262 * gdb.ada/bias.exp: Update.
1263 * gdb.ada/bias/bias.adb (X): Change value.
1264
1265 2020-11-10 Gary Benson <gbenson@redhat.com>
1266
1267 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
1268 regexp fragment in parentheses to prevent false matching.
1269
1270 2020-11-10 Gary Benson <gbenson@redhat.com>
1271
1272 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1273
1274 2020-11-10 Gary Benson <gbenson@redhat.com>
1275
1276 * gdb.cp/step-and-next-inline.exp: Only require
1277 -gstatement-frontiers when building with GCC.
1278 Only setup KFAIL's for GCC issues when using
1279 a GCC-built executable.
1280
1281 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
1282
1283 * gdb.base/debug-expr.c: Add extra function to allow for an
1284 additional test.
1285 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
1286 to this proc with gdb_test_debug_expr. Add an extra test.
1287 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
1288 to this proc with gdb_test_debug_expr, give the tests names
1289 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
1290 calls to this proc with gdb_test_debug_expr, give the tests names
1291 * gdb.fortran/debug-expr.exp: New file.
1292 * gdb.fortran/debug-expr.f90: New file.
1293 * lib/gdb.exp (gdb_test_debug_expr): New proc.
1294
1295 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
1296
1297 * lib/dwarf.exp (ranges): Handle "base" and "range" as
1298 proceduresu.
1299 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
1300 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
1301 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
1302 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
1303 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
1304 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
1305 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
1306 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
1307
1308 2020-11-04 Tom Tromey <tromey@adacore.com>
1309
1310 * gdb.ada/funcall_ref.exp: Update.
1311 * gdb.ada/var_rec_arr.exp: Update.
1312
1313 2020-11-04 Tom Tromey <tromey@adacore.com>
1314
1315 * gdb.ada/rec_ptype.exp: New file.
1316 * gdb.ada/rec_ptype/main.adb: New file.
1317 * gdb.ada/rec_ptype/p.ads: New file.
1318
1319 2020-11-04 Tom Tromey <tromey@adacore.com>
1320
1321 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
1322 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
1323 (PT_Full): New variable.
1324 * gdb.ada/tick_length_array_enum_idx/pck.adb
1325 (Full_PT): New type.
1326
1327 2020-11-04 Tom Tromey <tromey@adacore.com>
1328
1329 * gdb.ada/array_of_variant.exp: New file.
1330 * gdb.ada/array_of_variant/p.adb: New file.
1331 * gdb.ada/array_of_variant/pck.ads: New file.
1332 * gdb.ada/array_of_variant/pck.adb: New file.
1333
1334 2020-11-04 Tom Tromey <tromey@adacore.com>
1335
1336 * gdb.ada/enum_idx_packed.exp: Add test.
1337 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1338 New variable.
1339 * gdb.ada/enum_idx_packed/pck.ads (Short)
1340 (Multi_Dimension, Multi_Dimension_Access): New types.
1341
1342 2020-11-04 Tom Tromey <tromey@adacore.com>
1343
1344 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1345
1346 2020-11-04 Tom Tromey <tromey@adacore.com>
1347
1348 * gdb.ada/set_pckd_arr_elt.exp: Also test
1349 -fgnat-encodings=minimal. Add tests.
1350 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1351 Call Update_Small a second time.
1352 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1353 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1354 (Variant_Access): New types.
1355 (New_Variant): Declare.
1356
1357 2020-11-04 Tom Tromey <tromey@adacore.com>
1358
1359 * gdb.ada/mod_from_name.exp: Test printing slice.
1360
1361 2020-11-04 Tom Tromey <tromey@adacore.com>
1362
1363 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1364 values.
1365 * gdb.ada/access_to_unbounded_array.exp: Test different
1366 -fgnat-encodings values.
1367 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1368 values.
1369 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1370 values.
1371 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1372 values.
1373 * gdb.ada/array_of_variable_length.exp: Test different
1374 -fgnat-encodings values.
1375 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1376 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1377 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1378 change.
1379 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1380 values.
1381 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1382 * gdb.ada/out_of_line_in_inlined.exp: Test different
1383 -fgnat-encodings values.
1384 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1385 values.
1386 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1387 values.
1388 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1389 -fgnat-encodings values.
1390 * gdb.ada/variant_record_packed_array.exp: Test different
1391 -fgnat-encodings values.
1392
1393 2020-11-04 Tom Tromey <tromey@adacore.com>
1394
1395 * gdb.ada/enum_idx_packed.exp: Add tests.
1396 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1397 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1398 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1399 declarations.
1400
1401 2020-11-03 Tom de Vries <tdevries@suse.de>
1402
1403 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1404 terminator comments.
1405 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1406 terminator.
1407
1408 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1409
1410 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1411 integer format test with regexp.
1412
1413 2020-11-02 Gary Benson <gbenson@redhat.com>
1414
1415 * gdb.base/print-file-var.exp (test): Separate compiler and
1416 linker options, and build using build_executable_from_specs
1417 to accommodate this.
1418
1419 2020-11-02 Gary Benson <gbenson@redhat.com>
1420
1421 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1422 for .c files compiled as C++ with Clang if any shared
1423 libraries are specified.
1424
1425 2020-11-02 Gary Benson <gbenson@redhat.com>
1426
1427 * lib/attributes.h: New header.
1428 * gdb.base/backtrace.c: Include the above. Replace
1429 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1430 * gdb.base/infcall-nested-structs.c: Likewise.
1431 * gdb.base/vla-optimized-out.c: Likewise.
1432
1433 2020-11-02 Tom de Vries <tdevries@suse.de>
1434
1435 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1436
1437 2020-11-01 Joel Brobecker <brobecker@adacore.com>
1438
1439 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1440 System.Min_Int and System.Max_Int with smaller hardcoded
1441 constants.
1442
1443 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1444
1445 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1446 * configure: Re-generate.
1447
1448 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
1449
1450 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1451 expected output.
1452
1453 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1454
1455 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1456 behavior.
1457 * gdb.base/paginate-bg-execution.exp: Ditto.
1458 * gdb.base/paginate-inferior-exit.exp: Ditto.
1459 * gdb.base/double-prompt-target-event-error.c: Remove.
1460 * gdb.base/double-prompt-target-event-error.exp: Remove.
1461
1462 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1463
1464 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1465 inferiors' and 'detach inferiors' do not change the current
1466 inferior.
1467
1468 2020-10-29 Tom de Vries <tdevries@suse.de>
1469
1470 * gdb.threads/tls.exp: Fix DUPLICATEs.
1471
1472 2020-10-28 Tom de Vries <tdevries@suse.de>
1473
1474 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1475
1476 2020-10-28 Tom de Vries <tdevries@suse.de>
1477
1478 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1479 * gdb.base/reread.exp: Same.
1480
1481 2020-10-28 Tom de Vries <tdevries@suse.de>
1482
1483 * lib/gdb.exp (readnow): Handle arg.
1484 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1485
1486 2020-10-28 Tom de Vries <tdevries@suse.de>
1487
1488 * gdb.base/relocate.exp: Update regexp for -readnow.
1489
1490 2020-10-28 Tom de Vries <tdevries@suse.de>
1491
1492 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1493 -readnow.
1494
1495 2020-10-28 Tom de Vries <tdevries@suse.de>
1496
1497 PR symtab/26772
1498 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1499 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1500
1501 2020-10-28 Tom de Vries <tdevries@suse.de>
1502
1503 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1504 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1505 complaint during file command for -readnow.
1506
1507 2020-10-28 Tom de Vries <tdevries@suse.de>
1508
1509 * gdb.cp/nsalias.exp: Fix typo in test name.
1510
1511 2020-10-28 Tom de Vries <tdevries@suse.de>
1512
1513 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1514
1515 2020-10-28 Tom de Vries <tdevries@suse.de>
1516
1517 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1518 -readnow.
1519
1520 2020-10-27 Tom de Vries <tdevries@suse.de>
1521
1522 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1523
1524 2020-10-27 Tom de Vries <tdevries@suse.de>
1525
1526 * gdb.base/maint.exp: Update for -readnow.
1527
1528 2020-10-27 Tom de Vries <tdevries@suse.de>
1529
1530 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1531 -readnow.
1532
1533 2020-10-14 Gary Benson <gbenson@redhat.com>
1534
1535 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1536 "_vptr$Base" as correct, in addition to "_vptr.Base".
1537 (test_mixed): Likewise.
1538
1539 2020-10-27 Gary Benson <gbenson@redhat.com>
1540
1541 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1542 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1543
1544 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1545
1546 * gdb.base/condbreak.exp: Update the completion tests to
1547 consider the '-force' flag.
1548
1549 2020-10-27 Tom de Vries <tdevries@suse.de>
1550
1551 * gdb.base/list-ambiguous-readnow.exp: New file.
1552
1553 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1554
1555 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1556 the condition.
1557 * gdb.linespec/cpcompletion.exp: Update to consider the
1558 '-force-condition' keyword.
1559 * gdb.linespec/explicit.exp: Ditto.
1560 * lib/completion-support.exp: Ditto.
1561
1562 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1563
1564 * gdb.base/condbreak-multi-context.cc: New file.
1565 * gdb.base/condbreak-multi-context.exp: New file.
1566
1567 2020-10-26 Tom Tromey <tom@tromey.com>
1568
1569 * lib/mi-support.exp (default_mi_gdb_start): Call
1570 gdb_stdin_log_init.
1571 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1572 subtract one from gdb_instances.
1573 (gdb_stdin_log_write): Flush in_file.
1574
1575 2020-10-26 Tom de Vries <tdevries@suse.de>
1576
1577 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1578
1579 2020-10-26 Tom Tromey <tromey@adacore.com>
1580
1581 * gdb.ada/unsigned_range/foo.adb: New file.
1582 * gdb.ada/unsigned_range/pack.adb: New file.
1583 * gdb.ada/unsigned_range/pack.ads: New file.
1584 * gdb.ada/unsigned_range.exp: New file.
1585
1586 2020-10-26 Tom de Vries <tdevries@suse.de>
1587
1588 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1589
1590 2020-10-26 Tom de Vries <tdevries@suse.de>
1591
1592 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1593 for CU.
1594 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1595
1596 2020-10-23 Tom de Vries <tdevries@suse.de>
1597
1598 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1599 DW_FORM_string.
1600 (Dwarf::_default_form): New proc.
1601 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1602 guessed.
1603
1604 2020-10-23 Tom de Vries <tdevries@suse.de>
1605
1606 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1607 * gdb.dwarf2/atomic-type.exp: Same.
1608 * gdb.dwarf2/bad-regnum.exp: Same.
1609 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1610 * gdb.dwarf2/dw2-align.exp: Same.
1611 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1612 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1613 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1614 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1615 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1616 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1617 * gdb.dwarf2/enum-type.exp: Same.
1618 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1619 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1620 * gdb.dwarf2/main-subprogram.exp: Same.
1621 * gdb.dwarf2/missing-type-name.exp: Same.
1622 * gdb.dwarf2/nonvar-access.exp: Same.
1623 * gdb.dwarf2/typedef-void-finish.exp: Same.
1624 * gdb.dwarf2/var-access.exp: Same.
1625 * gdb.dwarf2/void-type.exp: Same.
1626
1627 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1628
1629 PR gdb/26693
1630 * gdb.dwarf2/template-specification-full-name.exp: New test.
1631
1632 2020-10-22 Luis Machado <luis.machado@linaro.org>
1633
1634 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1635 expected an offset from the function.
1636 * gdb.base/msym-bp.exp (test): Likewise.
1637
1638 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1639
1640 * gdb.fortran/array-slices.exp: Add a new test.
1641
1642 2020-10-21 Gary Benson <gbenson@redhat.com>
1643
1644 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1645 fullname test with Clang. Also expand comments generally.
1646
1647 2020-10-20 Tom de Vries <tdevries@suse.de>
1648
1649 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1650
1651 2020-10-20 Tom de Vries <tdevries@suse.de>
1652
1653 * gdb.dwarf2/arr-stride.c: Remove.
1654 * gdb.dwarf2/arr-stride.exp: Use main.c.
1655 * gdb.dwarf2/arr-subrange.c: Remove.
1656 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1657 * gdb.dwarf2/bad-regnum.c: Remove.
1658 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1659 * gdb.dwarf2/corrupt.c: Remove.
1660 * gdb.dwarf2/corrupt.exp: Use main.c.
1661 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1662 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1663 * gdb.dwarf2/dw2-icycle.c: Remove.
1664 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1665 * gdb.dwarf2/formdata16.c: Remove.
1666 * gdb.dwarf2/formdata16.exp: Use main.c.
1667 * gdb.dwarf2/implptrconst.c: Remove.
1668 * gdb.dwarf2/implptrconst.exp: Use main.c.
1669 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1670 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1671 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1672 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1673
1674 2020-10-20 Tom de Vries <tdevries@suse.de>
1675
1676 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1677 file.
1678 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1679
1680 2020-10-20 Tom de Vries <tdevries@suse.de>
1681
1682 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1683 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1684 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1685 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1686 * gdb.dwarf2/dw2-ranges.exp: Same.
1687 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1688 * gdb.dwarf2/var-access.exp: Same.
1689
1690 2020-10-19 Tom Tromey <tromey@adacore.com>
1691
1692 PR tui/26719
1693 * gdb.tui/list.exp: Check source window contents after focus
1694 change.
1695
1696 2020-10-17 Tom de Vries <tdevries@suse.de>
1697
1698 PR symtab/26317
1699 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1700
1701 2020-10-17 Tom de Vries <tdevries@suse.de>
1702
1703 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1704 as suffix.
1705 * gdb.dwarf2/atomic.c: Rename to ...
1706 * gdb.dwarf2/atomic-type.c: ... this.
1707 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1708 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1709 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1710 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1711 * gdb.dwarf2/fission-mix2.c: Rename to ...
1712 * gdb.dwarf2/fission-mix-2.c: ... this.
1713 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1714 standard_testfile.
1715 * gdb.dwarf2/ada-valprint-error.exp: Same.
1716 * gdb.dwarf2/arr-stride.exp: Same.
1717 * gdb.dwarf2/arr-subrange.exp: Same.
1718 * gdb.dwarf2/atomic-type.exp: Same.
1719 * gdb.dwarf2/bad-regnum.exp: Same.
1720 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1721 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1722 * gdb.dwarf2/clang-debug-names.exp: Same.
1723 * gdb.dwarf2/comp-unit-lang.exp: Same.
1724 * gdb.dwarf2/corrupt.exp: Same.
1725 * gdb.dwarf2/count.exp: Same.
1726 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1727 * gdb.dwarf2/data-loc.exp: Same.
1728 * gdb.dwarf2/dw2-align.exp: Same.
1729 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1730 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1731 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1732 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1733 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1734 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1735 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1736 * gdb.dwarf2/dw2-inline-param.exp: Same.
1737 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1738 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1739 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1740 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1741 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1742 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1743 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1744 * gdb.dwarf2/dw2-param-error.exp: Same.
1745 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1746 * gdb.dwarf2/dw2-ranges.exp: Same.
1747 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1748 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1749 * gdb.dwarf2/dw4-sig-types.exp: Same.
1750 * gdb.dwarf2/dynarr-ptr.exp: Same.
1751 * gdb.dwarf2/enum-type.exp: Same.
1752 * gdb.dwarf2/fission-mix.exp: Same.
1753 * gdb.dwarf2/formdata16.exp: Same.
1754 * gdb.dwarf2/implptrconst.exp: Same.
1755 * gdb.dwarf2/implptrpiece.exp: Same.
1756 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1757 * gdb.dwarf2/main-subprogram.exp: Same.
1758 * gdb.dwarf2/method-ptr.exp: Same.
1759 * gdb.dwarf2/missing-sig-type.exp: Same.
1760 * gdb.dwarf2/nonvar-access.exp: Same.
1761 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1762 * gdb.dwarf2/shortpiece.exp: Same.
1763 * gdb.dwarf2/staticvirtual.exp: Same.
1764 * gdb.dwarf2/subrange.exp: Same.
1765 * gdb.dwarf2/symtab-producer.exp: Same.
1766 * gdb.dwarf2/typedef-void-finish.exp: Same.
1767 * gdb.dwarf2/var-access.exp: Same.
1768 * gdb.dwarf2/variant.exp: Same.
1769 * gdb.dwarf2/void-type.exp: Same.
1770 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1771 dw2-ranges-main.c.
1772 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1773
1774 2020-10-16 Tom de Vries <tdevries@suse.de>
1775
1776 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1777
1778 2020-10-16 Tom de Vries <tdevries@suse.de>
1779
1780 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1781
1782 2020-10-14 Tom de Vries <tdevries@suse.de>
1783
1784 PR testsuite/26732
1785 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1786 scenario 2.
1787 * gdb.ada/mi_catch_ex_hand.exp: Same.
1788
1789 2020-10-13 Pedro Alves <pedro@palves.net>
1790
1791 * lib/mi-support.exp (mi_clean_restart): New.
1792 (mi_run_to_main): Delete.
1793 All callers adjust to use mi_clean_restart / mi_runto_main.
1794
1795 2020-10-13 Pedro Alves <pedro@palves.net>
1796
1797 * config/monitor.exp: Use "list -q".
1798 * gdb.arch/gdb1558.exp: Use "break -q".
1799 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1800 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1801 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1802 * gdb.base/commands.exp: Use "break -q".
1803 * gdb.base/condbreak.exp: Use "break -q".
1804 * gdb.base/ctf-ptype.exp: Use "list -q".
1805 * gdb.base/define.exp: Use "break -q".
1806 * gdb.base/del.exp: Use "break -q".
1807 * gdb.base/fullname.exp: Use "break -q".
1808 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1809 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1810 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1811 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1812 "hbreak -q".
1813 * gdb.base/included.exp: Use "list -q".
1814 * gdb.base/label.exp: Use "break -q".
1815 * gdb.base/lineinc.exp: Use "break -q".
1816 * gdb.base/list.exp: Use "list -q".
1817 * gdb.base/macscp.exp: Use "list -q".
1818 * gdb.base/pending.exp: Use "break -q".
1819 * gdb.base/prologue-include.exp: Use "break -q".
1820 * gdb.base/ptype.exp: Use "list -q".
1821 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1822 * gdb.base/server-del-break.exp: Use "break -q".
1823 * gdb.base/style.exp: Use "break -q".
1824 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1825 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1826 * gdb.cp/exception.exp: Use "tbreak -q".
1827 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1828 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1829 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1830 * gdb.dwarf2/pr13961.exp: Use "break -q".
1831 * gdb.linespec/explicit.exp: Use "list -q".
1832 * gdb.linespec/linespec.exp: Use "break -q".
1833 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1834 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1835 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1836 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1837 * gdb.trace/change-loc.exp: Use "break -q".
1838 * gdb.trace/pending.exp: Use "break -q".
1839 * gdb.tui/basic.exp: Use "list -q".
1840 * gdb.tui/list-before.exp: Use "list -q".
1841 * gdb.tui/list.exp: Use "list -q".
1842 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1843
1844 2020-10-13 Pedro Alves <pedro@palves.net>
1845
1846 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1847 saved breakpoints file.
1848 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1849 inspecting breakpoint list.
1850 * lib/gdb.exp (runto_main): Add "qualified" to options.
1851 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1852 and handle it.
1853 (mi_runto_main): Pass 1 as qualified argument.
1854
1855 2020-10-13 Pedro Alves <pedro@palves.net>
1856
1857 * lib/mi-support.exp (mi_runto_main): New proc.
1858 (mi_run_to_main): Use it.
1859 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1860 * gdb.mi/mi-var-cmd.exp: Likewise.
1861 * gdb.mi/mi-var-invalidate.exp: Likewise.
1862 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1863 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1864 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1865 * gdb.mi/user-selected-context-sync.exp: Likewise.
1866 * gdb.opt/inline-cmds.exp: Likewise.
1867 * gdb.python/py-framefilter-mi.exp: Likewise.
1868 * gdb.python/py-mi.exp: Likewise.
1869
1870 2020-10-13 Pedro Alves <pedro@palves.net>
1871
1872 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1873 "runto main".
1874 * gdb.ada/small_reg_param.exp: Likewise.
1875 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1876 * gdb.base/annota1.exp: Likewise.
1877 * gdb.base/anon.exp: Likewise.
1878 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1879 * gdb.base/dprintf-non-stop.exp: Likewise.
1880 * gdb.base/dprintf.exp: Likewise.
1881 * gdb.base/gdb11530.exp: Likewise.
1882 * gdb.base/gdb11531.exp: Likewise.
1883 * gdb.base/gnu_vector.exp: Likewise.
1884 * gdb.base/interrupt-noterm.exp: Likewise.
1885 * gdb.base/memattr.exp: Likewise.
1886 * gdb.base/step-over-syscall.exp: Likewise.
1887 * gdb.base/watch-cond-infcall.exp: Likewise.
1888 * gdb.base/watch-read.exp: Likewise.
1889 * gdb.base/watch-vfork.exp: Likewise.
1890 * gdb.base/watch_thread_num.exp: Likewise.
1891 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1892 * gdb.guile/scm-frame-inline.exp: Likewise.
1893 * gdb.linespec/explicit.exp: Likewise.
1894 * gdb.opt/inline-break.exp: Likewise.
1895 * gdb.python/py-frame-inline.exp: Likewise.
1896 * gdb.reverse/break-precsave.exp: Likewise.
1897 * gdb.reverse/break-reverse.exp: Likewise.
1898 * gdb.reverse/consecutive-precsave.exp: Likewise.
1899 * gdb.reverse/consecutive-reverse.exp: Likewise.
1900 * gdb.reverse/finish-precsave.exp: Likewise.
1901 * gdb.reverse/finish-reverse.exp: Likewise.
1902 * gdb.reverse/fstatat-reverse.exp: Likewise.
1903 * gdb.reverse/getresuid-reverse.exp: Likewise.
1904 * gdb.reverse/i386-precsave.exp: Likewise.
1905 * gdb.reverse/i386-reverse.exp: Likewise.
1906 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1907 * gdb.reverse/i387-env-reverse.exp: Likewise.
1908 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1909 * gdb.reverse/insn-reverse.exp: Likewise.
1910 * gdb.reverse/machinestate-precsave.exp: Likewise.
1911 * gdb.reverse/machinestate.exp: Likewise.
1912 * gdb.reverse/pipe-reverse.exp: Likewise.
1913 * gdb.reverse/readv-reverse.exp: Likewise.
1914 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1915 * gdb.reverse/rerun-prec.exp: Likewise.
1916 * gdb.reverse/s390-mvcle.exp: Likewise.
1917 * gdb.reverse/solib-precsave.exp: Likewise.
1918 * gdb.reverse/solib-reverse.exp: Likewise.
1919 * gdb.reverse/step-precsave.exp: Likewise.
1920 * gdb.reverse/step-reverse.exp: Likewise.
1921 * gdb.reverse/time-reverse.exp: Likewise.
1922 * gdb.reverse/until-precsave.exp: Likewise.
1923 * gdb.reverse/until-reverse.exp: Likewise.
1924 * gdb.reverse/waitpid-reverse.exp: Likewise.
1925 * gdb.reverse/watch-precsave.exp: Likewise.
1926 * gdb.reverse/watch-reverse.exp: Likewise.
1927 * gdb.threads/kill.exp: Likewise.
1928 * gdb.threads/tid-reuse.exp: Likewise.
1929
1930 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1931
1932 PR gdb/26642
1933 * gdb.base/maint-target-async-off.c: New test.
1934 * gdb.base/maint-target-async-off.exp: New test.
1935
1936 2020-10-13 Alan Modra <amodra@gmail.com>
1937
1938 * gdb.arch/powerpc-altivec.s,
1939 * gdb.arch/powerpc-power7.s,
1940 * gdb.arch/powerpc-power8.s,
1941 * gdb.arch/powerpc-power9.s,
1942 * gdb.arch/powerpc-vsx.s,
1943 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1944 * gdb.arch/powerpc-altivec.exp,
1945 * gdb.arch/powerpc-power7.exp,
1946 * gdb.arch/powerpc-power8.exp,
1947 * gdb.arch/powerpc-power9.exp,
1948 * gdb.arch/powerpc-vsx.exp,
1949 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1950 disassembly of mfvsrd/mtvsrd.
1951
1952 2020-10-13 Alan Modra <amodra@gmail.com>
1953
1954 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1955 "target architecture" output.
1956 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1957 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1958 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1959 * gdb.arch/s390-disassembler-options.exp: Likewise.
1960
1961 2020-10-12 Pedro Alves <pedro@palves.net>
1962
1963 PR exp/26602
1964 PR c++/26550
1965 * gdb.cp/ambiguous.cc (marker1): Delete.
1966 (main): Initialize all the fields of the locals. Replace marker1
1967 call with a "set breakpoint here" marker.
1968 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1969 instead of running to marker1. Add tests printing all the
1970 variables and all the fields of the variables.
1971 (test_ambiguous): New proc, expecting the new GDB output when a
1972 field access is ambiguous. Change all "warning: X ambiguous"
1973 tests to use it.
1974
1975 2020-10-12 Gary Benson <gbenson@redhat.com>
1976
1977 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1978 * gdb.base/msym-bp-2.c (foo): Likewise.
1979 * gdb.base/msym-lang.c (foo): Likewise.
1980 * gdb.base/msym-lang-main.c (foo): Likewise.
1981 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1982 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1983 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1984 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1985 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1986 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1987 * gdb.python/py-objfile.c (static_var): Likewise.
1988 * gdb.python/py-symbol.c (rr): Likewise.
1989 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1990 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1991
1992 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1993
1994 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1995 output of backtrace.
1996
1997 2020-10-09 Tom Tromey <tromey@adacore.com>
1998
1999 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
2000 (Rec): Add field. Fix range.
2001 * gdb.ada/scalar_storage.exp: Update.
2002
2003 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
2004
2005 PR exp/26714
2006 * gdb.base/printcmds.exp: Add tests for void results.
2007
2008 2020-10-09 Jan Vrany <jan.vrany@labware.com>
2009
2010 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
2011 is emmited for both 'set directories' and 'directory' commands.
2012
2013 2020-10-08 Tom Tromey <tom@tromey.com>
2014
2015 * gdb.base/style.exp: Check that "main"'s name is styled.
2016
2017 2020-10-07 Tom Tromey <tromey@adacore.com>
2018
2019 * gdb.base/find.exp: Rename some tests.
2020
2021 2020-10-06 Gary Benson <gbenson@redhat.com>
2022
2023 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
2024 * gdb.base/list1.c (unused): Likewise.
2025
2026 2020-10-06 Gary Benson <gbenson@redhat.com>
2027
2028 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
2029 __attribute__ ((used)).
2030 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
2031
2032 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
2033
2034 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
2035 make use of regions throughout.
2036 * gdb.base/overlays.exp: Enclose string with variableds in "..",
2037 not {...}.
2038 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
2039
2040 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
2041
2042 * gdb.base/call-sc.c: Fix return struct on stack test case.
2043 * gdb.base/call-sc.exp: Likewise.
2044
2045 2020-10-02 Gary Benson <gbenson@redhat.com>
2046
2047 * README: Fix "paralell".
2048
2049 2020-09-30 Gary Benson <gbenson@redhat.com>
2050
2051 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
2052 Convert directive to lowercase.
2053 (.Labbrev1_begin): Add missing label.
2054 (abbrev code 0x1): Remove DW_AT_stmt_list.
2055 (.Ldie_b): Likewise.
2056
2057 2020-09-27 Tom Tromey <tom@tromey.com>
2058
2059 * gdb.tui/new-layout.exp: Use with_test_prefix.
2060
2061 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
2062
2063 PR python/26586
2064 * gdb.python/python.exp: add test cases for the from_tty
2065 argument to gdb.execute.
2066
2067 2020-09-25 Gary Benson <gbenson@redhat.com>
2068
2069 * gdb.base/infcall-nested-structs.exp.tcl: Add
2070 additional_flags=-Wno-tautological-compare for C++
2071 tests when compiling using Clang.
2072
2073 2020-09-25 Gary Benson <gbenson@redhat.com>
2074
2075 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
2076 for .c files.
2077
2078 2020-09-24 Tom Tromey <tromey@adacore.com>
2079
2080 PR tui/26638:
2081 * gdb.tui/list.exp: Check output of "focus next".
2082
2083 2020-09-23 Tom Tromey <tom@tromey.com>
2084
2085 * gdb.dwarf2/intbits.exp: New file.
2086 * gdb.dwarf2/intbits.c: New file.
2087
2088 2020-09-20 Pedro Alves <pedro@palves.net>
2089
2090 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
2091 spawn_id before calling remote_close. Close secondary MI channel.
2092
2093 2020-09-20 Pedro Alves <pedro@palves.net>
2094
2095 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
2096 fails.
2097
2098 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.fortran/array-slices.exp: Update expected results.
2101 * gdb.fortran/class-allocatable-array.exp: Likewise.
2102 * gdb.fortran/multi-dim.exp: Likewise.
2103 * gdb.fortran/vla-type.exp: Likewise.
2104 * gdb.mi/mi-vla-fortran.exp: Likewise.
2105
2106 2020-09-18 Victor Collod <vcollod@nvidia.com>
2107
2108 PR gdb/26635
2109 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
2110 compatible with i386, and move it to...
2111 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
2112 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
2113 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
2114
2115 2020-09-18 Pedro Alves <pedro@palves.net>
2116
2117 PR gdb/26631
2118 * gdb.multi/multi-target-thread-find.exp: New file.
2119
2120 2020-09-18 Pedro Alves <pedro@palves.net>
2121
2122 * gdb.multi/multi-target-continue.exp: New file, factored out from
2123 multi-target.exp.
2124 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
2125 multi-target.exp.
2126 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
2127 multi-target.exp.
2128 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
2129 multi-target.exp.
2130 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
2131 multi-target.exp.
2132 * gdb.multi/multi-target.exp.tcl: New file, factored out from
2133 multi-target.exp.
2134 * gdb.multi/multi-target.exp: Delete.
2135
2136 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2137
2138 * gdb.fortran/array-slices.exp: Add missing message data.
2139
2140 2020-09-17 Pedro Alves <pedro@palves.net>
2141
2142 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
2143
2144 2020-09-17 Pedro Alves <pedro@palves.net>
2145
2146 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
2147 full prototype.
2148
2149 2020-09-17 Pedro Alves <pedro@palves.net>
2150
2151 * gdb.python/py-as-string.c: Add cast.
2152
2153 2020-09-17 Pedro Alves <pedro@palves.net>
2154
2155 * gdb.base/sizeof.c (fill): Add cast.
2156
2157 2020-09-17 Pedro Alves <pedro@palves.net>
2158
2159 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
2160
2161 2020-09-17 Pedro Alves <pedro@palves.net>
2162
2163 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
2164 linkage name.
2165 * gdb.base/prologue.exp: Use print /d.
2166 * gdb.base/symbol-alias.exp: Handle C++ output.
2167 * gdb.base/symbol-alias2.c: Handle C++ output.
2168 [__cplusplus] (func): Explicitly specify linkage name.
2169
2170 2020-09-17 Pedro Alves <pedro@palves.net>
2171
2172 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
2173 (struct my_key_t): ... this. Adjust all references.
2174 (struct value_t): Rename to ...
2175 (struct my_value_t): ... this. Adjust all references.
2176 (create_map, add_map_element, create_map_map)
2177 (add_map_map_element): Add casts.
2178
2179 2020-09-17 Pedro Alves <pedro@palves.net>
2180
2181 * gdb.python/py-framefilter-mi.c (funca): Add casts.
2182 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
2183
2184 2020-09-17 Pedro Alves <pedro@palves.net>
2185
2186 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
2187
2188 2020-09-17 Pedro Alves <pedro@palves.net>
2189
2190 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
2191 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
2192 (charfoo, intfoo): Define full prototype.
2193 * gdb.base/ptype1.c (charfoo): Define full prototype.
2194 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
2195 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
2196
2197 2020-09-17 Pedro Alves <pedro@palves.net>
2198
2199 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
2200 Don't define.
2201 (utf_32_string): Compile for both C and C++.
2202 * gdb.base/charset.exp: Use "print /d".
2203
2204 2020-09-17 Pedro Alves <pedro@palves.net>
2205
2206 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
2207 (nullptr): Rename to ...
2208 (null_ptr): ... this.
2209 * gdb.base/watchpoint.exp: Adjust to rename.
2210
2211 2020-09-17 Pedro Alves <pedro@palves.net>
2212
2213 * gdb.base/printcmds.c (three, flag_enum_without_zero)
2214 (three_not_flag): Add casts.
2215
2216 2020-09-17 Pedro Alves <pedro@palves.net>
2217
2218 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
2219 char array.
2220 (main): Add references to Barrier, TestStrings, TestStringsH and
2221 TestStringsW.
2222 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
2223 and expect a full prototype in C++.
2224
2225 2020-09-17 Pedro Alves <pedro@palves.net>
2226
2227 * gdb.base/nested-addr.c (main): Add cast.
2228 * gdb.base/nested-addr.exp: Use "print /d".
2229
2230 2020-09-17 Pedro Alves <pedro@palves.net>
2231
2232 * gdb.base/break.exp (func): New. Use it throughout when
2233 expecting a function name.
2234
2235 2020-09-17 Pedro Alves <pedro@palves.net>
2236
2237 * gdb.base/display.exp: Issue "set print asm-demangle on".
2238
2239 2020-09-17 Pedro Alves <pedro@palves.net>
2240
2241 * gdb.base/find.c: Include <string.h>.
2242 (init_bufs): Add cast.
2243 * gdb.base/find.exp: Issue "set print asm-demangle on".
2244
2245 2020-09-16 Tom Tromey <tromey@adacore.com>
2246
2247 PR gdb/26598:
2248 * gdb.base/skipcxx.exp: New file.
2249 * gdb.base/skipcxx.cc: New file.
2250
2251 2020-09-16 Tom de Vries <tdevries@suse.de>
2252
2253 PR testsuite/26617
2254 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
2255 WITH_DEBUG_SECTIONS is defined.
2256 (xstr, str): New macro.
2257 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
2258 to get start and size of _Dmain.
2259 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
2260 using additional_flags.
2261
2262 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2263
2264 * gdb.base/bp-cmds-sourced-script.c: New file.
2265 * gdb.base/bp-cmds-sourced-script.exp: New test.
2266 * gdb.base/bp-cmds-sourced-script.gdb: New file.
2267
2268 2020-09-16 Tom de Vries <tdevries@suse.de>
2269
2270 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
2271 get the gdb prompt after issuing "monitor exit".
2272
2273 2020-09-16 Tom de Vries <tdevries@suse.de>
2274
2275 PR testsuite/26624
2276 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
2277
2278 2020-09-16 Tom de Vries <tdevries@suse.de>
2279
2280 PR testsuite/26618
2281 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2282
2283 2020-09-15 Tom Tromey <tromey@adacore.com>
2284
2285 PR rust/26197:
2286 * lib/rust-support.exp (rust_llvm_version): New proc.
2287 * gdb.rust/simple.exp: Check rust_llvm_version.
2288
2289 2020-09-14 Tom de Vries <tdevries@suse.de>
2290
2291 * gdb.rust/traits.exp: Fix PATH warning.
2292
2293 2020-09-13 Pedro Alves <pedro@palves.net>
2294
2295 * gdb.base/catch-follow-exec.c (main): Add explicit return
2296 statement.
2297 * gdb.base/catch-signal.c (main): Likewise.
2298 * gdb.base/condbreak-call-false.c (main): Likewise.
2299 * gdb.base/consecutive.c (main): Add explicit return
2300 statement and return type.
2301 * gdb.base/cursal.c (main): Add explicit return statement.
2302 * gdb.base/cvexpr.c (main): Likewise.
2303 * gdb.base/display.c (main): Add explicit return statement and
2304 return type.
2305 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
2306 * gdb.base/endianity.c (main): Likewise.
2307 * gdb.base/execd-prog.c (main): Likewise.
2308 * gdb.base/gdb1090.c (main): Likewise.
2309 * gdb.base/info_qt.c (main): Likewise.
2310 * gdb.base/lineinc.c (main): Likewise.
2311 * gdb.base/load-command.c (main): Likewise.
2312 * gdb.base/macscp1.c (main): Likewise.
2313 * gdb.base/pr10179-a.c (main): Likewise.
2314 * gdb.base/quit-live.c (main): Likewise.
2315 * gdb.base/scope0.c (main): Likewise.
2316 * gdb.base/settings.c (main): Likewise.
2317 * gdb.base/stack-checking.c (main): Return int.
2318 * gdb.base/varargs.c (main): Add explicit return statement.
2319 * gdb.cp/ambiguous.cc (main): Likewise.
2320 * gdb.cp/anon-struct.cc (main): Likewise.
2321 * gdb.cp/anon-union.cc (main): Likewise.
2322 * gdb.cp/bool.cc (main): Likewise.
2323 * gdb.cp/bs15503.cc (main): Likewise.
2324 * gdb.cp/cplusfuncs.cc (main): Likewise.
2325 * gdb.cp/cttiadd.cc (main): Likewise.
2326 * gdb.cp/extern-c.cc (main): Likewise.
2327 * gdb.cp/filename.cc (main): Likewise.
2328 * gdb.cp/formatted-ref.cc (main): Likewise.
2329 * gdb.cp/mb-ctor.cc (main): Likewise.
2330 * gdb.cp/member-ptr.cc (main): Likewise.
2331 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2332 * gdb.cp/overload-const.cc (main): Likewise.
2333 * gdb.cp/paren-type.cc (main): Likewise.
2334 * gdb.cp/parse-lang.cc (main): Likewise.
2335 * gdb.cp/pr-1023.cc (main): Likewise.
2336 * gdb.cp/psmang1.cc (main): Likewise.
2337 * gdb.cp/readnow-language.cc (main): Likewise.
2338 * gdb.cp/ref-params.cc (main): Likewise.
2339 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2340 * gdb.cp/virtbase2.cc (main): Likewise.
2341 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2342 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2343 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2344 * gdb.mi/mi-console.c (main): Likewise.
2345 * gdb.mi/mi-read-memory.c (main): Likewise.
2346 * gdb.modula2/multidim.c (main): Likewise.
2347 * gdb.opt/inline-small-func.c (main): Likewise.
2348 * gdb.python/py-rbreak.c (main): Likewise.
2349 * gdb.stabs/exclfwd1.c (main): Likewise.
2350 * gdb.trace/qtro.c (main): Likewise.
2351
2352 2020-09-13 Pedro Alves <pedro@palves.net>
2353
2354 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2355 instead of getenv.
2356
2357 2020-09-13 Pedro Alves <pedro@palves.net>
2358
2359 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2360 instead of spawning GDB with remote_spawn.
2361 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2362 gdb_spawn instead of spawning GDB with remote_spawn.
2363
2364 2020-09-13 Pedro Alves <pedro@palves.net>
2365
2366 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2367 file and add calls to first and second.
2368 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2369 add call to f.
2370
2371 2020-09-13 Pedro Alves <pedro@palves.net>
2372
2373 * gdb.mi/mi-break-qualified.cc: New file.
2374 * gdb.mi/mi-break-qualified.exp: New file.
2375 * lib/mi-support.exp (mi_create_breakpoint_multi)
2376 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2377 procedures.
2378 (mi_create_breakpoint_1): New, factored out from
2379 mi_create_breakpoint.
2380
2381 2020-09-13 Pedro Alves <pedro@palves.net>
2382
2383 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2384 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2385 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2386 (register_class): Delete.
2387 (main): Don't call register_class.
2388
2389 2020-09-13 Pedro Alves <pedro@palves.net>
2390
2391 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2392 (do_tests): Remove "calling method for small class" test.
2393 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2394 (register_class): Delete.
2395 (main): Don't call register_class.
2396 * gdb.cp/call-method-register.exp: New file, based on bits removed
2397 from classes.exp.
2398 * gdb.cp/call-method-register.cc: New file, based on bits removed
2399 from classes.cc.
2400
2401 2020-09-13 Pedro Alves <pedro@palves.net>
2402
2403 * gdb.base/msym-bp-2.c: New.
2404 * gdb.base/msym-bp-shl-lib.c: New file.
2405 * gdb.base/msym-bp-shl-main-2.c: New file.
2406 * gdb.base/msym-bp-shl-main.c: New file.
2407 * gdb.base/msym-bp-shl.exp: New file.
2408 * gdb.base/msym-bp.c: New file.
2409 * gdb.base/msym-bp.exp: New file.
2410
2411 2020-09-13 Joel Brobecker <brobecker@adacore.com>
2412
2413 * gdb.base/default.exp: Change $_gdb_major to 11.
2414
2415 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2416 Felix Willgerodt <Felix.Willgerodt@intel.com>
2417
2418 * x86-avx512bf16.c: New file.
2419 * x86-avx512bf16.exp: Likewise.
2420 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2421
2422 2020-09-11 Tom de Vries <tdevries@suse.de>
2423
2424 PR exp/26602
2425 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2426
2427 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2428
2429 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2430
2431 2020-09-10 Alan Modra <amodra@gmail.com>
2432
2433 PR 26597
2434 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2435
2436 2020-09-08 Tom de Vries <tdevries@suse.de>
2437
2438 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2439 after gdb_starti_cmd.
2440
2441 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2442
2443 * lib/fortran.exp (fortran_complex8): New proc.
2444 (fortran_complex16): New proc.
2445 * gdb.fortran/complex.exp: Use routines from fortran.exp
2446 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2447 * gdb.fortran/vla-ptr-info.exp: Likewise.
2448
2449 2020-09-03 Tom de Vries <tdevries@suse.de>
2450
2451 PR breakpoint/26546
2452 * gdb.base/label-without-address.exp: Runto main first.
2453
2454 2020-09-02 Tom Tromey <tromey@adacore.com>
2455
2456 * gdb.ada/mi_var_access.exp: Test children of access variable.
2457 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2458 * gdb.ada/mi_var_array.exp: Update.
2459
2460 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2461
2462 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2463 on docker w/ AUFS storage driver.
2464
2465 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2466
2467 * gdb.base/corefile2.exp (renamed binfile): New tests.
2468
2469 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2470
2471 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2472
2473 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2474
2475 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2476 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2477
2478 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2479
2480 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2481 output, printing a "not saved" value from history and printing a
2482 convenience variable created from a "not saved" value.
2483
2484 2020-08-31 Tom de Vries <tdevries@suse.de>
2485
2486 * gdb.base/eh_return.exp: Use nopie.
2487
2488 2020-08-28 Pedro Alves <pedro@palves.net>
2489
2490 * gdb.base/advance-until-multiple-locations.exp
2491 (advance_overload, until_overload): Adjust to match the
2492 frame/function header instead of the source line text.
2493
2494 2020-08-28 Tom de Vries <tdevries@suse.de>
2495
2496 * gdb.base/label-without-address.c: New test.
2497 * gdb.base/label-without-address.exp: New file.
2498
2499 2020-08-27 Pedro Alves <pedro@palves.net>
2500
2501 PR gdb/26523
2502 PR gdb/26524
2503 * gdb.base/advance-until-multiple-locations.cc: New.
2504 * gdb.base/advance-until-multiple-locations.exp: New.
2505
2506 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2507
2508 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2509
2510 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2511
2512 * gdb.arch/amd64-byte.exp: Make test names unique, use
2513 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2514 * gdb.arch/amd64-dword.exp: Likewise.
2515 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2516 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2517 unique.
2518 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2519 * gdb.arch/amd64-word.exp: Make test names unique, use
2520 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2521 * gdb.arch/i386-byte.exp: Make test names unique, use
2522 gdb_breakpoint.
2523 * gdb.arch/i386-word.exp: Likewise.
2524
2525 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
2526
2527 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2528
2529 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2530
2531 PR gdb/26532
2532 * gdb.threads/stepi-random-signal.exp: Update pattern.
2533
2534 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
2535
2536 PR gdb/26532
2537 * gdb.base/ui-redirect.exp: Update pattern.
2538
2539 2020-08-25 Gary Benson <gbenson@redhat.com>
2540
2541 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2542 when compiling with clang.
2543 * gdb.dwarf2/dw2-restore.exp: Likewise.
2544
2545 2020-08-25 Gary Benson <gbenson@redhat.com>
2546
2547 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2548 Add additional_flags=-Wno-inaccessible-base when compiling
2549 with GCC >= 10.1 or clang. Add additional_flags=-w when
2550 compiling with GCC < 10.
2551
2552 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2553
2554 PR m2/26372
2555 * gdb.modula2/multidim.c: New file.
2556 * gdb.modula2/multidim.exp: New file.
2557
2558 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2559
2560 * lib/gdb.exp (runto): Always emit fail on internal error.
2561
2562 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
2563
2564 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2565 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2566 Likewise.
2567 * gdb.threads/stepi-random-signal.exp: Likewise.
2568
2569 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2570
2571 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2572 * gdb.trace/strace.exp: Ditto.
2573
2574 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2575
2576 * gdb.fortran/vla-type.exp: Skip commands not required for
2577 the Flang compiled binaries after prologue fix.
2578
2579 2020-08-17 Tom de Vries <tdevries@suse.de>
2580 Tom Tromey <tromey@adacore.com>
2581
2582 PR rust/26197:
2583 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2584
2585 2020-08-17 Tom Tromey <tromey@adacore.com>
2586
2587 * gdb.ada/mi_var_access.exp: New file.
2588 * gdb.ada/mi_var_access/mi_access.adb: New file.
2589 * gdb.ada/mi_var_access/pck.adb: New file.
2590 * gdb.ada/mi_var_access/pck.ads: New file.
2591
2592 2020-08-16 Tom de Vries <tdevries@suse.de>
2593
2594 PR gdb/25350
2595 * gdb.base/eh_return.c: New test.
2596 * gdb.base/eh_return.exp: New file.
2597
2598 2020-08-15 Tom de Vries <tdevries@suse.de>
2599
2600 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2601 (mixed_func_1d_): Use fortran_charlen_t in decl.
2602
2603 2020-08-15 Tom de Vries <tdevries@suse.de>
2604
2605 PR backtrace/26390
2606 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2607 Update expected pattern.
2608
2609 2020-08-13 Pedro Alves <pedro@palves.net>
2610
2611 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2612 * gdb.fortran/library-module.exp: Likewise.
2613 * gdb.fortran/logical.exp: Likewise.
2614 * gdb.fortran/module.exp: Likewise.
2615 * gdb.fortran/print_type.exp: Likewise.
2616 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2617 * gdb.fortran/vla-datatypes.exp: Likewise.
2618 * gdb.fortran/vla-history.exp: Likewise.
2619 * gdb.fortran/vla-ptr-info.exp: Likewise.
2620 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2621 * gdb.fortran/vla-ptype.exp: Likewise.
2622 * gdb.fortran/vla-sizeof.exp: Likewise.
2623 * gdb.fortran/vla-type.exp: Likewise.
2624 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2625 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2626 * gdb.fortran/vla-value-sub.exp: Likewise.
2627 * gdb.fortran/vla-value.exp: Likewise.
2628
2629 2020-08-13 Pedro Alves <pedro@palves.net>
2630
2631 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2632 * gdb.ada/access_to_packed_array.exp: Likewise.
2633 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2634 * gdb.ada/addr_arith.exp: Likewise.
2635 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2636 * gdb.ada/arr_arr.exp: Likewise.
2637 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2638 * gdb.ada/array_bounds.exp: Likewise.
2639 * gdb.ada/array_of_variable_length.exp: Likewise.
2640 * gdb.ada/array_ptr_renaming.exp: Likewise.
2641 * gdb.ada/array_subscript_addr.exp: Likewise.
2642 * gdb.ada/arraydim.exp: Likewise.
2643 * gdb.ada/arrayparam.exp: Likewise.
2644 * gdb.ada/arrayptr.exp: Likewise.
2645 * gdb.ada/assign_1.exp: Likewise.
2646 * gdb.ada/assign_arr.exp: Likewise.
2647 * gdb.ada/atomic_enum.exp: Likewise.
2648 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2649 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2650 * gdb.ada/bias.exp: Likewise.
2651 * gdb.ada/boolean_expr.exp: Likewise.
2652 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2653 * gdb.ada/bp_enum_homonym.exp: Likewise.
2654 * gdb.ada/bp_inlined_func.exp: Likewise.
2655 * gdb.ada/bp_on_var.exp: Likewise.
2656 * gdb.ada/bp_range_type.exp: Likewise.
2657 * gdb.ada/bp_reset.exp: Likewise.
2658 * gdb.ada/call_pn.exp: Likewise.
2659 * gdb.ada/catch_assert_if.exp: Likewise.
2660 * gdb.ada/catch_ex.exp: Likewise.
2661 * gdb.ada/catch_ex_std.exp: Likewise.
2662 * gdb.ada/char_enum.exp: Likewise.
2663 * gdb.ada/char_param.exp: Likewise.
2664 * gdb.ada/complete.exp: Likewise.
2665 * gdb.ada/cond_lang.exp: Likewise.
2666 * gdb.ada/convvar_comp.exp: Likewise.
2667 * gdb.ada/dgopt.exp: Likewise.
2668 * gdb.ada/disc_arr_bound.exp: Likewise.
2669 * gdb.ada/display_nested.exp: Likewise.
2670 * gdb.ada/dot_all.exp: Likewise.
2671 * gdb.ada/dyn_loc.exp: Likewise.
2672 * gdb.ada/dyn_stride.exp: Likewise.
2673 * gdb.ada/excep_handle.exp: Likewise.
2674 * gdb.ada/expr_delims.exp: Likewise.
2675 * gdb.ada/expr_with_funcall.exp: Likewise.
2676 * gdb.ada/exprs.exp: Likewise.
2677 * gdb.ada/fin_fun_out.exp: Likewise.
2678 * gdb.ada/fixed_cmp.exp: Likewise.
2679 * gdb.ada/formatted_ref.exp: Likewise.
2680 * gdb.ada/frame_arg_lang.exp: Likewise.
2681 * gdb.ada/frame_args.exp: Likewise.
2682 * gdb.ada/fullname_bp.exp: Likewise.
2683 * gdb.ada/fun_addr.exp: Likewise.
2684 * gdb.ada/fun_in_declare.exp: Likewise.
2685 * gdb.ada/fun_overload_menu.exp: Likewise.
2686 * gdb.ada/fun_renaming.exp: Likewise.
2687 * gdb.ada/funcall_char.exp: Likewise.
2688 * gdb.ada/funcall_param.exp: Likewise.
2689 * gdb.ada/funcall_ptr.exp: Likewise.
2690 * gdb.ada/funcall_ref.exp: Likewise.
2691 * gdb.ada/homonym.exp: Likewise.
2692 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2693 * gdb.ada/info_auto_lang.exp: Likewise.
2694 * gdb.ada/info_exc.exp: Likewise.
2695 * gdb.ada/info_types.exp: Likewise.
2696 * gdb.ada/int_deref.exp: Likewise.
2697 * gdb.ada/interface.exp: Likewise.
2698 * gdb.ada/iwide.exp: Likewise.
2699 * gdb.ada/lang_switch.exp: Likewise.
2700 * gdb.ada/length_cond.exp: Likewise.
2701 * gdb.ada/maint_with_ada.exp: Likewise.
2702 * gdb.ada/mi_catch_assert.exp: Likewise.
2703 * gdb.ada/mi_catch_ex.exp: Likewise.
2704 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2705 * gdb.ada/mi_dyn_arr.exp: Likewise.
2706 * gdb.ada/mi_ex_cond.exp: Likewise.
2707 * gdb.ada/mi_exc_info.exp: Likewise.
2708 * gdb.ada/mi_interface.exp: Likewise.
2709 * gdb.ada/mi_prot.exp: Likewise.
2710 * gdb.ada/mi_ref_changeable.exp: Likewise.
2711 * gdb.ada/mi_string_access.exp: Likewise.
2712 * gdb.ada/mi_task_arg.exp: Likewise.
2713 * gdb.ada/mi_task_info.exp: Likewise.
2714 * gdb.ada/mi_var_array.exp: Likewise.
2715 * gdb.ada/mi_var_union.exp: Likewise.
2716 * gdb.ada/mi_variant.exp: Likewise.
2717 * gdb.ada/minsyms.exp: Likewise.
2718 * gdb.ada/mod_from_name.exp: Likewise.
2719 * gdb.ada/nested.exp: Likewise.
2720 * gdb.ada/null_array.exp: Likewise.
2721 * gdb.ada/optim_drec.exp: Likewise.
2722 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2723 * gdb.ada/packed_array_assign.exp: Likewise.
2724 * gdb.ada/packed_tagged.exp: Likewise.
2725 * gdb.ada/pp-rec-component.exp: Likewise.
2726 * gdb.ada/print_chars.exp: Likewise.
2727 * gdb.ada/print_pc.exp: Likewise.
2728 * gdb.ada/ptr_typedef.exp: Likewise.
2729 * gdb.ada/ptype_arith_binop.exp: Likewise.
2730 * gdb.ada/ptype_array.exp: Likewise.
2731 * gdb.ada/ptype_field.exp: Likewise.
2732 * gdb.ada/ptype_tagged_param.exp: Likewise.
2733 * gdb.ada/ptype_union.exp: Likewise.
2734 * gdb.ada/py_range.exp: Likewise.
2735 * gdb.ada/py_taft.exp: Likewise.
2736 * gdb.ada/rdv_wait.exp: Likewise.
2737 * gdb.ada/rec_comp.exp: Likewise.
2738 * gdb.ada/rec_return.exp: Likewise.
2739 * gdb.ada/ref_param.exp: Likewise.
2740 * gdb.ada/ref_tick_size.exp: Likewise.
2741 * gdb.ada/rename_subscript_param.exp: Likewise.
2742 * gdb.ada/repeat_dyn.exp: Likewise.
2743 * gdb.ada/same_component_name.exp: Likewise.
2744 * gdb.ada/same_enum.exp: Likewise.
2745 * gdb.ada/scalar_storage.exp: Likewise.
2746 * gdb.ada/set_wstr.exp: Likewise.
2747 * gdb.ada/small_reg_param.exp: Likewise.
2748 * gdb.ada/str_binop_equal.exp: Likewise.
2749 * gdb.ada/str_ref_cmp.exp: Likewise.
2750 * gdb.ada/str_uninit.exp: Likewise.
2751 * gdb.ada/sub_variant.exp: Likewise.
2752 * gdb.ada/sym_print_name.exp: Likewise.
2753 * gdb.ada/taft_type.exp: Likewise.
2754 * gdb.ada/tagged.exp: Likewise.
2755 * gdb.ada/tagged_access.exp: Likewise.
2756 * gdb.ada/task_bp.exp: Likewise.
2757 * gdb.ada/task_switch_in_core.exp: Likewise.
2758 * gdb.ada/tasks.exp: Likewise.
2759 * gdb.ada/tick_last_segv.exp: Likewise.
2760 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2761 * gdb.ada/type_coercion.exp: Likewise.
2762 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2763 * gdb.ada/unchecked_union.exp: Likewise.
2764 * gdb.ada/uninitialized_vars.exp: Likewise.
2765 * gdb.ada/var_arr_attrs.exp: Likewise.
2766 * gdb.ada/var_arr_typedef.exp: Likewise.
2767 * gdb.ada/var_rec_arr.exp: Likewise.
2768 * gdb.ada/variant-record.exp: Likewise.
2769 * gdb.ada/variant.exp: Likewise.
2770 * gdb.ada/variant_record_packed_array.exp: Likewise.
2771 * gdb.ada/varsize_limit.exp: Likewise.
2772 * gdb.ada/whatis_array_val.exp: Likewise.
2773 * gdb.ada/widewide.exp: Likewise.
2774 * gdb.ada/win_fu_syms.exp: Likewise.
2775
2776 2020-08-12 Gary Benson <gbenson@redhat.com>
2777
2778 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2779
2780 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2781
2782 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2783 unset the array variable.
2784
2785 2020-08-03 Tom de Vries <tdevries@suse.de>
2786
2787 PR symtab/26333
2788 * lib/dwarf.exp (DW_LNE_user): New proc.
2789 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2790 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2791
2792 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2793
2794 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2795 to 'uintptr_t'
2796 (inttypes.h): Include.
2797
2798 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2799
2800 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2801 (C5_24k): Delete.
2802 (C5_8k, C5_64k, C5_256k): New macros.
2803 (buf_ro): Allocate 256 KiB of initialized data.
2804
2805 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2806
2807 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2808 that attempt to overwrite an existing condition with a condition
2809 that fails parsing and also with a condition that parses fine
2810 but contains junk at the end.
2811
2812 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2813
2814 * gdb.base/condbreak-bad.c: New test.
2815 * gdb.base/condbreak-bad.exp: New file.
2816
2817 2020-07-30 Tom de Vries <tdevries@suse.de>
2818
2819 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2820 out of ...
2821 (GDBInfoModuleSymbols::check_entry): ... here.
2822 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2823 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2824 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2825
2826 2020-07-30 Tom de Vries <tdevries@suse.de>
2827
2828 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2829 "__class_some_module_Number_t" optional.
2830
2831 2020-07-29 Tom de Vries <tdevries@suse.de>
2832
2833 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2834 multiple locations.
2835
2836 2020-07-29 Tom de Vries <tdevries@suse.de>
2837
2838 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2839 rather than function name.
2840
2841 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2842
2843 PR symtab/26270:
2844 * gdb.cp/disasm-func-name.cc: New file.
2845 * gdb.cp/disasm-func-name.exp: New file.
2846
2847 2020-07-28 Tom Tromey <tromey@adacore.com>
2848
2849 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2850 'varval' location.
2851
2852 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2853
2854 * gdb.python/py-unwind.py: Update to make use of a register
2855 descriptor.
2856
2857 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2858
2859 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2860
2861 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2862
2863 PR fortran/23051
2864 PR fortran/26139
2865 * gdb.fortran/class-allocatable-array.exp: New file.
2866 * gdb.fortran/class-allocatable-array.f90: New file.
2867 * gdb.fortran/pointer-to-pointer.exp: New file.
2868 * gdb.fortran/pointer-to-pointer.f90: New file.
2869
2870 2020-07-25 Tom de Vries <tdevries@suse.de>
2871
2872 PR symtab/26243
2873 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2874 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2875
2876 2020-07-24 Tom de Vries <tdevries@suse.de>
2877
2878 PR testsuite/26293
2879 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2880
2881 2020-07-23 Pedro Alves <pedro@palves.net>
2882
2883 * gdb.server/server-kill.exp (prepare): New, factored out from the
2884 top level.
2885 (kill_server): New.
2886 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2887 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2888
2889 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2890
2891 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2892
2893 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2894
2895 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2896 Initialize to empty string at top level.
2897 (gdb_wrapper_init): Revert check for file existence on build.
2898 Build the wrapper in its default place, not a build-specific
2899 location. When host == build, make the pathname absolute.
2900 (gdb_compile): Delete leftover declaration of
2901 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2902 string instead of uninitialized.
2903
2904 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2905
2906 * gdb.base/corefile2.exp: New file.
2907 * gdb.base/coremaker2.exp: New file.
2908
2909 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2910
2911 * gdb.base/coredump-filter.exp: Add second
2912 non-Private-Shared-Anon-File test.
2913 (test_disasm): Rename binfile for test which is expected
2914 to fail.
2915
2916 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2917
2918 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2919 data in core file".
2920 * gdb.base/coremaker.c (buf2ro): New global.
2921 (mmapdata): Add a read-only mmap mapping.
2922
2923 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2924
2925 PR corefiles/25631
2926 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2927 New test.
2928 * gdb.base/coremaker.c (buf3): New global.
2929 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2930 flags.
2931
2932 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2933
2934 * gdb.base/coremaker.c (filler_ro): New global constant.
2935
2936 2020-07-22 Tom Tromey <tromey@adacore.com>
2937
2938 * gdb.ada/mi_prot.exp: New file.
2939 * gdb.ada/mi_prot/pkg.adb: New file.
2940 * gdb.ada/mi_prot/pkg.ads: New file.
2941 * gdb.ada/mi_prot/prot.adb: New file.
2942
2943 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2944
2945 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2946 loads two JITers.
2947
2948 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2949
2950 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2951
2952 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2953
2954 * gdb.python/py-arch-reg-names.exp: Additional tests.
2955
2956 2020-07-21 Tom de Vries <tdevries@suse.de>
2957
2958 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2959 breakpoint locations".
2960 * gdb.reverse/solib-reverse.exp: Same.
2961
2962 2020-07-21 Tom de Vries <tdevries@suse.de>
2963
2964 * gdb.reverse/step-reverse.c (callee): Merge statements.
2965
2966 2020-07-21 Tom de Vries <tdevries@suse.de>
2967
2968 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2969 line numbers for some variables.
2970
2971 2020-07-21 Tom de Vries <tdevries@suse.de>
2972
2973 * gdb.opt/inline-locals.c (init_array): New func.
2974 (func1): Use init_array.
2975 * gdb.opt/inline-locals.exp: Update pattern.
2976
2977 2020-07-21 Tom de Vries <tdevries@suse.de>
2978
2979 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2980 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2981
2982 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2983
2984 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2985 * gdb.guile/types-module.exp: Remove "ERROR:" from
2986 regexps since Guile 3.0 no longer prints that.
2987
2988 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2989
2990 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2991 error regexp to match on Guile 2.2.
2992
2993 2020-07-20 Gary Benson <gbenson@redhat.com>
2994
2995 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2996 with clang.
2997
2998 2020-07-20 Tom de Vries <tdevries@suse.de>
2999
3000 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
3001 (omp_set_lock_in_order): New function.
3002 (single_scope, multi_scope, nested_func, nested_parallel): Use
3003 omp_set_lock_in_order and omp_unset_lock.
3004 (main): Init and destroy lock and lock2.
3005
3006 2020-07-20 Tom de Vries <tdevries@suse.de>
3007
3008 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
3009
3010 2020-07-20 Tom de Vries <tdevries@suse.de>
3011
3012 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
3013
3014 2020-07-17 Tom de Vries <tdevries@suse.de>
3015
3016 * gdb.base/valgrind-infcall-2.c: New test.
3017 * gdb.base/valgrind-infcall-2.exp: New file.
3018 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
3019
3020 2020-07-17 Tom de Vries <tdevries@suse.de>
3021
3022 * gdb.dlang/circular.c (found): Use found_label as label name.
3023 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
3024 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
3025 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
3026 * gdb.dwarf2/ada-linkage-name.exp: Same.
3027 * gdb.dwarf2/arr-subrange.exp: Same.
3028 * gdb.dwarf2/atomic-type.exp: Same.
3029 * gdb.dwarf2/comp-unit-lang.exp: Same.
3030 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3031 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3032 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
3033 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
3034 * gdb.dwarf2/implptr-64bit.exp: Same.
3035 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3036 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3037 * gdb.dwarf2/imported-unit.exp: Same.
3038 * gdb.dwarf2/main-subprogram.exp: Same.
3039 * gdb.dwarf2/missing-type-name.exp: Same.
3040 * gdb.dwarf2/nonvar-access.exp: Same.
3041 * gdb.dwarf2/struct-with-sig.exp: Same.
3042 * gdb.dwarf2/typedef-void-finish.exp: Same.
3043 * gdb.dwarf2/void-type.exp: Same.
3044
3045 2020-07-17 Tom de Vries <tdevries@suse.de>
3046
3047 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
3048 src parameter.
3049 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
3050 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
3051 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3052 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3053 * gdb.dwarf2/dwz.exp: Same.
3054 * gdb.dwarf2/implptr-optimized-out.exp: Same.
3055 * gdb.dwarf2/implref-array.exp: Same.
3056 * gdb.dwarf2/implref-const.exp: Same.
3057 * gdb.dwarf2/implref-global.exp: Same.
3058 * gdb.dwarf2/implref-struct.exp: Same.
3059 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3060 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3061 * gdb.dwarf2/var-access.exp: Same.
3062 * gdb.dwarf2/varval.exp: Same.
3063 * gdb.trace/entry-values.exp: Same.
3064
3065 2020-07-17 Tom de Vries <tdevries@suse.de>
3066
3067 * lib/dwarf.exp (Dwarf::extern): Remove.
3068 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
3069 * gdb.dlang/circular.exp: Same.
3070 * gdb.dwarf2/comp-unit-lang.exp: Same.
3071 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3072 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
3073 * gdb.dwarf2/dwz.exp: Same.
3074 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3075 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3076 * gdb.dwarf2/imported-unit.exp: Same.
3077 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3078
3079 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
3080
3081 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
3082 Use double quotes instead of single quotes.
3083
3084 2020-07-16 Caroline Tice <cmtice@google.com>
3085
3086 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
3087 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
3088
3089 2020-07-16 Tom de Vries <tdevries@suse.de>
3090
3091 * lib/dwarf.exp (program): Initialize _line.
3092 (DW_LNE_end_sequence): Reinitialize _line.
3093 (DW_LNS_advance_line): Update _line.
3094 (line): New proc.
3095 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
3096 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3097 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3098 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3099 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3100 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3101
3102 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3103
3104 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
3105 generic.
3106
3107 2020-07-15 Tom de Vries <tdevries@suse.de>
3108
3109 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
3110 is_amd64_regs_target.
3111
3112 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3113
3114 * gdb.fortran/ptype-on-functions.exp: Add more tests.
3115 * gdb.fortran/ptype-on-functions.f90: Likewise.
3116
3117 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
3118
3119 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
3120 values in documentation for addr_size to 4 and 8.
3121
3122 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
3123
3124 * gdb.arch/amd64-osabi.exp: Update.
3125 * gdb.arch/arm-disassembler-options.exp: Update.
3126 * gdb.arch/powerpc-disassembler-options.exp: Update.
3127 * gdb.arch/ppc64-symtab-cordic.exp: Update.
3128 * gdb.arch/s390-disassembler-options.exp: Update.
3129 * gdb.base/all-architectures.exp.tcl: Update.
3130 * gdb.base/attach-pie-noexec.exp: Update.
3131 * gdb.base/catch-syscall.exp: Update.
3132 * gdb.xml/tdesc-arch.exp: Update.
3133
3134 2020-07-14 Tom de Vries <tdevries@suse.de>
3135
3136 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
3137 (local_gettid): ... this.
3138 (fn): Update.
3139
3140 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
3141
3142 * gdb.base/info_sources.exp: Skip directory match tests on
3143 remote hosts.
3144
3145 2020-07-13 Gary Benson <gbenson@redhat.com>
3146
3147 * gdb.base/savedregs.exp (caller): Use parentheses to
3148 make expected expression evaluation ordering explicit.
3149
3150 2020-07-13 Gary Benson <gbenson@redhat.com>
3151
3152 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
3153
3154 2020-07-13 Gary Benson <gbenson@redhat.com>
3155
3156 * gdb.base/bigcore.c (main): Use a volatile pointer when
3157 attempting to trigger a SIGSEGV.
3158 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
3159 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
3160 * gdb.base/savedregs.c (thrower): Likewise.
3161 * gdb.mi/mi-syn-frame.c (bar): Likewise.
3162
3163 2020-07-13 Gary Benson <gbenson@redhat.com>
3164
3165 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
3166 defining and using VLA structure fields into...
3167 * gdb.base/vla-struct-fields.c: New file.
3168 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
3169 tests into...
3170 * gdb.base/vla-struct-fields.exp: New file.
3171
3172 2020-07-13 Tom de Vries <tdevries@suse.de>
3173
3174 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
3175 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
3176 * gdb.base/gold-gdb-index.exp: Same.
3177 * gdb.base/morestack.exp: Same.
3178
3179 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
3180
3181 PR rust/26121
3182 * gdb.rust/modules.rs: Prevent linker from discarding test
3183 symbol.
3184
3185 2020-07-10 Pedro Alves <pedro@palves.net>
3186
3187 PR gdb/26199
3188 * gdb.multi/multi-target.c (exit_thread): New.
3189 (thread_start): Break loop if EXIT_THREAD.
3190 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
3191 (top level) Call test_no_resumed.
3192
3193 2020-07-08 Tom Tromey <tromey@adacore.com>
3194
3195 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
3196 * gdb.ada/catch_ex.exp: Examine catchpoint text.
3197
3198 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3199
3200 PR python/22748
3201 * gdb.opt/inline-frame-tailcall.c: New file.
3202 * gdb.opt/inline-frame-tailcall.exp: New file.
3203 * gdb.python/py-unwind-inline.c: New file.
3204 * gdb.python/py-unwind-inline.exp: New file.
3205 * gdb.python/py-unwind-inline.py: New file.
3206
3207 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3208
3209 * gdb.python/py-arch-reg-groups.exp: New file.
3210
3211 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3212
3213 * gdb.python/py-arch-reg-names.exp: New file.
3214
3215 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3216
3217 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
3218 gdb.PendingFrame.architecture method.
3219
3220 2020-07-06 Tom de Vries <tdevries@suse.de>
3221
3222 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
3223
3224 2020-07-03 Pedro Alves <palves@redhat.com>
3225
3226 * gdb.base/structs2.c (main): Adjust second parem_reg call to
3227 explicitly write negative numbers.
3228 * gdb.base/structs2.exp: Adjust expected output.
3229
3230 2020-07-03 Pedro Alves <palves@redhat.com>
3231
3232 * gdb.base/charset.c (init_string): Change all char parameters to
3233 unsigned char parameters.
3234
3235 2020-07-03 Pedro Alves <palves@redhat.com>
3236
3237 * gdb.base/call-sc.exp (start_scalars_test): Use
3238 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3239 * gdb.base/overlays.c: Remove references to PARAMS.
3240 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
3241 * gdb.base/reread.exp: Don't set 'prototypes' global.
3242 * gdb.base/structs.exp (start_structs_test): Use
3243 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3244 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
3245 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3246 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
3247 call.
3248 * gdb.base/varargs.exp: Don't set 'prototypes' global.
3249
3250 2020-07-03 Pedro Alves <palves@redhat.com>
3251
3252 * gdb.base/m32rovly.c: Delete.
3253 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
3254
3255 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3256
3257 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
3258 of gdb_py_test_multiple.
3259 * gdb.python/py-cmd.exp: Likewise.
3260 * gdb.python/py-events.exp: Likewise.
3261 * gdb.python/py-function.exp: Likewise.
3262 * gdb.python/py-inferior.exp: Likewise.
3263 * gdb.python/py-infthread.exp: Likewise.
3264 * gdb.python/py-linetable.exp: Likewise.
3265 * gdb.python/py-parameter.exp: Likewise.
3266 * gdb.python/py-value.exp: Likewise.
3267
3268 2020-06-30 Tom de Vries <tdevries@suse.de>
3269
3270 PR testsuite/26175
3271 * lib/future.exp (gdb_default_target_compile): Detect and handle
3272 early_flags.
3273
3274 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
3275
3276 * boards/simavr.exp (gdb_load): Catch errors when closing
3277 previous connection. Close connection, wait for process and
3278 unset simavr_spawn_id on failure.
3279
3280 2020-06-29 Tom de Vries <tdevries@suse.de>
3281
3282 * lib/gdb.exp (unknown): Make test-case unresolved.
3283
3284 2020-06-29 Tom de Vries <tdevries@suse.de>
3285
3286 PR gdb/25475
3287 * gdb.server/solib-list.exp: Verify that the symbol reload
3288 confirmation question is asked.
3289
3290 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3291
3292 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
3293 have a input seq nr in each pass message.
3294 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
3295 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
3296 * gdb.python/python.exp: Make test names unique,
3297 use gdb_test_multiline instead of gdb_py_test_multiple,
3298 use $gdb_test_name.
3299 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
3300
3301 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
3302
3303 * configure.ac: Add --enable-libctf.
3304 * aclocal.m4: sinclude ../config/enable.m4.
3305 * Makefile.in (site.exp): Add enable_libctf to site.exp.
3306 * lib/gdb.exp (skip_ctf_tests): Use it.
3307 * gdb.base/ctf-constvars.exp: Error message tweak.
3308 * gdb.base/ctf-ptype.exp: Likewise.
3309 * configure: Regenerate.
3310
3311 2020-06-26 Gary Benson <gbenson@redhat.com>
3312
3313 * gdb.cp/try_catch.cc: Include string.h.
3314 (main): Replace comparison against string literal with
3315 strcmp, avoiding build failure with -Wstring-compare.
3316 Add "marker test-complete".
3317 * gdb.cp/try_catch.exp: Run the test to the above marker,
3318 then verify that the value of "test" is still true.
3319
3320 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3321
3322 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3323
3324 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3325
3326 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3327
3328 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3329
3330 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3331 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3332 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3333 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3334 * gdb.arch/riscv-tdesc-loading.exp: New file.
3335
3336 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3337
3338 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3339
3340 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3341
3342 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3343 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3344 * gdb.arch/riscv-tdesc-regs.c: New file.
3345 * gdb.arch/riscv-tdesc-regs.exp: New file.
3346
3347 2020-06-24 Pedro Alves <palves@redhat.com>
3348
3349 * gdb.arch/amd64-entry-value-paramref.exp: Use
3350 prepare_for_testing_full and don't pass "c++" for the .S file
3351 build spec.
3352 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3353 $options, since it's an assembly file. Remove -Wno-deprecated.
3354 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3355 compiling C++ programs.
3356
3357 2020-06-24 Pedro Alves <palves@redhat.com>
3358
3359 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3360 Clang, add "-Wno-unknown-warning-option" to the options.
3361
3362 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3363
3364 * gdb.xml/tdesc-reload.c: New file.
3365 * gdb.xml/tdesc-reload.exp: New file.
3366 * gdb.xml/maint-xml-dump-01.xml: New file.
3367 * gdb.xml/maint-xml-dump-02.xml: New file.
3368 * gdb.xml/maint-xml-dump.exp: New file.
3369
3370 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3371
3372 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3373 Adjust for omitted commands when TUI is disabled.
3374
3375 2020-06-23 Gary Benson <gbenson@redhat.com>
3376 Pedro Alves <palves@redhat.com>
3377
3378 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3379 * gdb.cp/nsimport.cc: Likewise.
3380 * gdb.cp/nsnested.cc: Likewise.
3381 * gdb.cp/nsnoimports.cc: Likewise.
3382 * gdb.cp/nsusing.cc: Likewise.
3383 * gdb.cp/smartp.cc: Likewise.
3384 * gdb.python/py-pp-integral.c: Likewise.
3385 * gdb.python/py-pp-re-notag.c: Likewise.
3386
3387 2020-06-23 Gary Benson <gbenson@redhat.com>
3388
3389 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3390 * gdb.cp/nsimport.cc: Likewise.
3391 * gdb.cp/nsnested.cc: Likewise.
3392 * gdb.cp/nsnoimports.cc: Likewise.
3393 * gdb.cp/nsusing.cc: Likewise.
3394 * gdb.cp/smartp.cc: Likewise.
3395 * gdb.python/py-pp-integral.c: Likewise.
3396 * gdb.python/py-pp-re-notag.c: Likewise.
3397
3398 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3399
3400 * gdb.base/default-args.exp: New test.
3401 * gdb.base/default-args.c: New file.
3402 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3403 * gdb.base/default.exp: Update to new help text.
3404 * gdb.base/help.exp: Likewise.
3405 * gdb.base/page.exp: Likewise.
3406 * gdb.base/style.exp: Likewise.
3407 * gdb.guile/guile.exp: Likewise.
3408 * gdb.python/python.exp: Likewise.
3409
3410 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3411
3412 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3413 remote host. Fix search path syntax on Windows host.
3414
3415 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3416
3417 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3418 over 'exec-file-mismatch'.
3419 * gdb.base/attach.c: Mark should_exit volatile.
3420 * gdb.base/attach2.c: Likewise. Add a comment explaining
3421 why the sleep cannot be big.
3422 * gdb.base/attach3.c: New file.
3423
3424 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3425
3426 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3427 prefix optional.
3428
3429 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3430
3431 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3432 for remote host.
3433
3434 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3435 Hafiz Abid Qadeer <abidh@codesourcery.com>
3436
3437 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3438 file sent to remote host.
3439 (top level): Allow int32_t as type of 32-bit register.
3440
3441 2020-06-19 Tom de Vries <tdevries@suse.de>
3442
3443 * lib/gdb.exp (gdb_note): New proc.
3444 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3445 (gdb_default_target_compile): ... here. Only call
3446 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3447 (use_gdb_compile): Change to array.
3448 (toplevel): Update sets of use_gdb_compile to specify language.
3449 Warn about default_target_compile override. Store dejagnu's version
3450 of default_target_compile in dejagnu_default_target_compile.
3451
3452 2020-06-18 Tom de Vries <tdevries@suse.de>
3453
3454 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3455 (default_gdb_init): ... here.
3456
3457 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3458
3459 Fix TUI support checks in gdb.tui tests.
3460
3461 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3462 just say UNSUPPORTED.
3463 * gdb.tui/corefile-run.exp: Likewise.
3464 * gdb.tui/empty.exp: Likewise.
3465 * gdb.tui/list-before.exp: Likewise.
3466 * gdb.tui/list.exp: Likewise.
3467 * gdb.tui/main.exp: Likewise.
3468 * gdb.tui/regs.exp: Likewise.
3469 * gdb.tui/resize.exp: Likewise.
3470 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3471 * gdb.tui/tui-layout-asm.exp: Likewise.
3472 * gdb.tui/tui-missing-src.exp: Likewise.
3473 * gdb.tui/winheight.exp: Likewise.
3474 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3475
3476 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3477
3478 Fix TCL error in gdb.python/py-format-string.exp.
3479
3480 * gdb.python/py-format-string.exp: Move test for python support
3481 earlier, out of function body.
3482
3483 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
3484
3485 * gdb.base/index-cache-load-twice.c: New.
3486 * gdb.base/index-cache-load-twice.exp: New.
3487
3488 2020-06-17 Keith Seitz <keiths@redhat.com>
3489
3490 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
3491 when executing "gdb --configuration".
3492
3493 2020-06-17 Tom de Vries <tdevries@suse.de>
3494
3495 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3496 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3497 conditional on presence of gdb_tcl_unknown.
3498 (gdb_finish): Make override undo conditional on presence of
3499 gdb_tcl_unknown.
3500
3501 2020-06-16 Tom Tromey <tom@tromey.com>
3502
3503 * gdb.python/tui-window.py (failwin): New function. Register it
3504 as a TUI window type.
3505 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3506
3507 2020-06-16 Gary Benson <gbenson@redhat.com>
3508
3509 * gdb.python/py-nested-maps.c (create_map): Add missing return
3510 value.
3511 (create_map_map): Likewise.
3512
3513 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3514
3515 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3516 variable.
3517 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3518 and use the already-defined 'options' variable.
3519
3520 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3521 Tom de Vries <tdevries@suse.de>
3522
3523 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3524 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3525 (gdb_setup_known_globals): New proc.
3526 (gdb_cleanup_globals): New proc.
3527 * lib/gdb.exp (load_lib): New override proc.
3528 (gdb_stdin_log_init): Set var in_file as persistent global.
3529 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3530 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3531 fpc_compiler as persistent global.
3532
3533 2020-06-12 Tom de Vries <tdevries@suse.de>
3534
3535 * lib/tuiterm.exp (spawn): Rename to ...
3536 (tui_spawn): ... this.
3537 (toplevel): Move rename of spawn ...
3538 (gdb_init_tuiterm): ... here. New proc.
3539 (gdb_finish_tuiterm): New proc.
3540 * lib/gdb.exp (gdb_finish_hooks): New global var.
3541 (gdb_finish): Handle gdb_finish_hooks.
3542 (tuiterm_env): New proc.
3543 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3544 tuiterm_env.
3545 * gdb.tui/basic.exp: Same.
3546 * gdb.tui/corefile-run.exp: Same.
3547 * gdb.tui/empty.exp: Same.
3548 * gdb.tui/list-before.exp: Same.
3549 * gdb.tui/list.exp: Same.
3550 * gdb.tui/main.exp: Same.
3551 * gdb.tui/new-layout.exp: Same.
3552 * gdb.tui/regs.exp: Same.
3553 * gdb.tui/resize.exp: Same.
3554 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3555 * gdb.tui/tui-layout-asm.exp: Same.
3556 * gdb.tui/tui-missing-src.exp: Same.
3557 * gdb.tui/winheight.exp: Same.
3558
3559 2020-06-12 Tom de Vries <tdevries@suse.de>
3560
3561 PR testsuite/26110
3562 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3563 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3564
3565 2020-06-11 Tom Tromey <tom@tromey.com>
3566
3567 PR gdb/18318:
3568 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3569 floating point tests.
3570
3571 2020-06-11 Keith Seitz <keiths@redhat.com>
3572
3573 PR gdb/21356
3574 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3575 vla_struct.
3576 Add new struct vla_typedef and union vla_typedef_union and
3577 corresponding instantiation objects.
3578 Initialize new objects.
3579 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3580 and vla_typedef_union_object.
3581 Fixup type for vla_struct_object.
3582
3583 2020-06-11 Tom de Vries <tdevries@suse.de>
3584
3585 * lib/gdb.exp (with_override): New proc, factored out of ...
3586 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3587
3588 2020-06-10 Tom de Vries <tdevries@suse.de>
3589
3590 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3591
3592 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3593
3594 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3595 parameter, update callers.
3596
3597 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
3598
3599 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3600 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3601 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3602
3603 2020-06-04 Tom de Vries <tdevries@suse.de>
3604
3605 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3606
3607 2020-06-04 Tom de Vries <tdevries@suse.de>
3608
3609 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3610 exp_continue.
3611
3612 2020-06-04 Tom de Vries <tdevries@suse.de>
3613
3614 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3615
3616 2020-06-03 Tom de Vries <tdevries@suse.de>
3617
3618 PR symtab/26046
3619 * gdb.cp/breakpoint-locs-2.cc: New test.
3620 * gdb.cp/breakpoint-locs.cc: New test.
3621 * gdb.cp/breakpoint-locs.exp: New file.
3622 * gdb.cp/breakpoint-locs.h: New test.
3623
3624 2020-06-03 Tom de Vries <tdevries@suse.de>
3625
3626 PR testsuite/25609
3627 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3628 value of global verbose.
3629 * gdb.base/jit-elf.exp: Same.
3630 * gdb.base/jit-reader.exp: Same.
3631
3632 2020-06-02 Tom de Vries <tdevries@suse.de>
3633
3634 * gdb.dwarf2/multidictionary.exp: Don't use
3635 gdb_spawn_with_cmdline_opts.
3636
3637 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3638
3639 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3640 use_header case.
3641 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3642 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3643 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3644 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3645 * gdb.dwarf2/dw2-inline-header.c: New file.
3646 * gdb.dwarf2/dw2-inline-header.h: New file.
3647
3648 2020-05-30 Pedro Alves <palves@redhat.com>
3649
3650 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3651 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3652
3653 2020-05-29 Gary Benson <gbenson@redhat.com>
3654
3655 * gdb.compile/compile-cplus.exp (additional_flags): Also
3656 set when building with clang.
3657 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3658 when building with clang.
3659
3660 2020-05-29 Gary Benson <gbenson@redhat.com>
3661
3662 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3663 building with clang.
3664 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3665
3666 2020-05-29 Gary Benson <gbenson@redhat.com>
3667
3668 * gdb.cp/koenig.exp (prepare_for_testing): Add
3669 additional_flags=-Wno-unused-comparison.
3670 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3671
3672 2020-05-28 Gary Benson <gbenson@redhat.com>
3673
3674 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3675 statement.
3676
3677 2020-05-28 Gary Benson <gbenson@redhat.com>
3678
3679 * gdb.cp/classes.exp (prepare_for_testing): Add
3680 additional_flags=-Wno-deprecated-register.
3681 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3682 * gdb.cp/misc.exp: Likewise.
3683
3684 2020-05-28 Gary Benson <gbenson@redhat.com>
3685
3686 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3687 (test_op_new::operator new): Add return statement.
3688 (test_op_new_array::operator new[]): Likewise.
3689
3690 2020-05-27 Pedro Alves <palves@redhat.com>
3691
3692 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3693 check. Use test_gdb_complete_unique instead of
3694 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3695 test_gdb_complete_multiple instead of
3696 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3697
3698 2020-05-27 Luis Machado <luis.machado@linaro.org>
3699
3700 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3701 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3702 * gdb.arch/arm-disassembler-options.exp: Likewise.
3703 * gdb.arch/arm-disp-step.exp: Likewise.
3704 * gdb.arch/thumb-prologue.exp: Likewise.
3705 * gdb.base/async.exp: Likewise.
3706 * gdb.base/auxv.exp: Likewise.
3707 * gdb.base/complex-parts.exp: Likewise.
3708 * gdb.base/ena-dis-br.exp: Likewise.
3709 * gdb.base/foll-exec.exp: Likewise.
3710 * gdb.base/permissions.exp: Likewise.
3711 * gdb.base/relocate.exp: Likewise.
3712 * gdb.base/return2.exp: Likewise.
3713 * gdb.base/sigbpt.exp: Likewise.
3714 * gdb.base/siginfo-obj.exp: Likewise.
3715 * gdb.cp/converts.exp: Likewise.
3716 * gdb.cp/exceptprint.exp: Likewise.
3717 * gdb.cp/inherit.exp: Likewise.
3718 * gdb.cp/nsnoimports.exp: Likewise.
3719 * gdb.cp/virtbase2.exp: Likewise.
3720 * gdb.mi/mi-var-cmd.exp: Likewise.
3721 * gdb.mi/var-cmd.c: Likewise.
3722
3723 2020-05-26 Tom Tromey <tromey@adacore.com>
3724
3725 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3726
3727 2020-05-26 Tom Tromey <tromey@adacore.com>
3728
3729 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3730 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3731 type.
3732 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3733 variable.
3734
3735 2020-05-26 Christian Biesinger <cbiesinger@google.com>
3736
3737 * Makefile.in: Use = instead of == for the test command
3738 for portability.
3739
3740 2020-05-26 Tom de Vries <tdevries@suse.de>
3741
3742 * gdb.base/gold-gdb-index-2.c: New test.
3743 * gdb.base/gold-gdb-index.c: New test.
3744 * gdb.base/gold-gdb-index.exp: New file.
3745 * gdb.base/gold-gdb-index.h: New test.
3746
3747 2020-05-25 Tom de Vries <tdevries@suse.de>
3748
3749 * boards/gold-gdb-index.exp: New file.
3750
3751 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3752
3753 * boards/simavr.exp: New file.
3754
3755 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3756
3757 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3758 * gdb.base/inferior-args.exp: New file.
3759 * gdb.base/inferior-args.c: New file.
3760
3761 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3762
3763 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3764 inferior_args. Pass it to gdb_reload.
3765 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3766 inferior_args.
3767 (gdb_reload): Add inferior_args argument.
3768 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3769 pass it to gdbserver_run.
3770 * boards/native-gdbserver.exp: Do not set noargs.
3771 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3772 inferior_args argument.
3773 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3774 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3775 * gdb.base/args.exp: Likewise.
3776
3777 2020-05-25 Tom de Vries <tdevries@suse.de>
3778
3779 * lib/gdb.exp (exec_is_pie): Add comment.
3780
3781 2020-05-25 Tom de Vries <tdevries@suse.de>
3782
3783 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3784 instead of $binfile in the untested message.
3785
3786 2020-05-25 Tom de Vries <tdevries@suse.de>
3787
3788 PR testsuite/26031
3789 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3790
3791 2020-05-25 Tom de Vries <tdevries@suse.de>
3792
3793 * boards/gold.exp: New file.
3794
3795 2020-05-23 Tom Tromey <tom@tromey.com>
3796
3797 * gdb.base/style.exp: Remove completion styling test.
3798 * lib/gdb-utils.exp (style): Remove completion styles.
3799
3800 2020-05-23 Tom Tromey <tom@tromey.com>
3801
3802 * gdb.base/style.exp: Add completion styling test.
3803 * lib/gdb-utils.exp (style): Add completion styles.
3804
3805 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3806
3807 * gdb.base/annota1.exp: Update expected results.
3808 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3809 test name.
3810 * gdb.cp/annota3.exp: Update expected results.
3811
3812 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
3813
3814 PR gdb/26016
3815 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3816 against MAP_FAILED.
3817 * gdb.base/coremaker.c (mmapdata): Likewise.
3818 * gdb.base/jit-reader-host.c (main): Likewise.
3819 * gdb.base/sym-file-loader.c (load): Likewise.
3820 (load_shlib): Likewise.
3821
3822 2020-05-20 Tom Tromey <tromey@adacore.com>
3823
3824 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3825
3826 2020-05-20 Tom de Vries <tdevries@suse.de>
3827
3828 PR symtab/25833
3829 * gdb.base/with-mf-inc.c: New test.
3830 * gdb.base/with-mf-main.c: New test.
3831 * gdb.base/with-mf.exp: New file.
3832
3833 2020-05-19 Tom Tromey <tromey@adacore.com>
3834
3835 * gdb.rust/simple.exp: Restore missing test result.
3836
3837 2020-05-19 Tom de Vries <tdevries@suse.de>
3838
3839 * gdb.base/gdb-caching-proc.exp: Fix typo.
3840
3841 2020-05-19 Tom Tromey <tromey@adacore.com>
3842
3843 * gdb.rust/simple.exp: Add some test descriptions.
3844 (test_one_slice): Use with_test_prefix.
3845
3846 2020-05-18 Tom de Vries <tdevries@suse.de>
3847
3848 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3849
3850 2020-05-17 Pedro Alves <palves@redhat.com>
3851
3852 PR gdb/25741
3853 * gdb.base/hw-sw-break-same-address.exp: New file.
3854
3855 2020-05-16 Pedro Alves <palves@redhat.com>
3856
3857 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3858 LAST_LOADED_FILE accordingly.
3859
3860 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3861
3862 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3863
3864 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3865
3866 * gdb.base/help.exp: Test apropos and help for commands
3867 having aliases. Fixed comments not starting with an
3868 upper-case letter or not finishing with a dot.
3869
3870 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3871
3872 * gdb.base/alias.exp: Update help output check.
3873
3874 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3875
3876 * gdb.base/default.exp: Update output following fixes.
3877
3878 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3879
3880 * gdb.base/alias.exp: Test aliases starting with a prefix of
3881 another alias.
3882
3883 2020-05-15 Gary Benson <gbenson@redhat.com>
3884
3885 * gdb.base/info-os.c (main): Add return statement.
3886 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3887 * gdb.base/large-frame-2.c (func): Likewise.
3888 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3889 * gdb.base/pr10179-b.c (foo2): Likewise.
3890 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3891 * gdb.base/watch-cond.c (func): Likewise.
3892 * gdb.multi/goodbye.c (verylongfun): Likewise.
3893 * gdb.multi/hello.c (commonfun): Likewise.
3894 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3895 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3896 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3897 Likewise.
3898 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3899 * gdb.threads/interrupt-while-step-over.c (child_function):
3900 Likewise.
3901 * gdb.trace/actions-changed.c (end): Likewise.
3902
3903 2020-05-15 Gary Benson <gbenson@redhat.com>
3904
3905 * gdb.opencl/callfuncs.exp: Report when test skipped.
3906 * gdb.opencl/convs_casts.exp: Likewise.
3907 * gdb.opencl/datatypes.exp: Likewise.
3908 * gdb.opencl/operators.exp: Likewise.
3909 * gdb.opencl/vec_comps.exp: Likewise.
3910
3911 2020-05-15 Tom de Vries <tdevries@suse.de>
3912
3913 * gdb.base/align.exp.in: Rename to ...
3914 * gdb.base/align.exp.tcl: ... this.
3915 * gdb.base/align-c++.exp: Update.
3916 * gdb.base/align-c.exp: Update.
3917 * gdb.base/all-architectures.exp.in: Rename to ...
3918 * gdb.base/all-architectures.exp: ... this.
3919 * gdb.base/all-architectures-0.exp: Update.
3920 * gdb.base/all-architectures-1.exp: Update.
3921 * gdb.base/all-architectures-2.exp: Update.
3922 * gdb.base/all-architectures-3.exp: Update.
3923 * gdb.base/all-architectures-4.exp: Update.
3924 * gdb.base/all-architectures-5.exp: Update.
3925 * gdb.base/all-architectures-6.exp: Update.
3926 * gdb.base/all-architectures-7.exp: Update.
3927 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3928 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3929 * gdb.base/infcall-nested-structs-c++.exp: Update.
3930 * gdb.base/infcall-nested-structs-c.exp: Update.
3931 * gdb.base/info-types.exp.in: Rename to ...
3932 * gdb.base/info-types.exp.tcl: ... this.
3933 * gdb.base/info-types-c++.exp: Update.
3934 * gdb.base/info-types-c.exp: Update.
3935 * gdb.base/max-depth.exp.in: Rename to ...
3936 * gdb.base/max-depth.exp.tcl: ... this.
3937 * gdb.base/max-depth-c++.exp: Update.
3938 * gdb.base/max-depth-c.exp: Update.
3939 * gdb.cp/cpexprs.exp.in: Rename to ...
3940 * gdb.cp/cpexprs.exp.tcl: ... this.
3941 * gdb.cp/cpexprs-debug-types.exp: Update.
3942 * gdb.cp/cpexprs.exp: Update.
3943 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3944 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3945 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3946 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3947 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3948 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3949 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3950 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3951 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3952 * gdb.dwarf2/clang-debug-names.exp: Update.
3953
3954 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3955
3956 * lib/check-test-names.exp: Remove code that prevents this file
3957 loading when tests are run in parallel.
3958
3959 2020-05-15 Pedro Alves <palves@redhat.com>
3960
3961 * gdb.multi/multi-kill.exp (start_inferior): Remove
3962 'testpid' parameter. Refer to namespace variable directly.
3963 (testpid): Declare as namespace variable.
3964
3965 2020-05-15 Pedro Alves <palves@redhat.com>
3966
3967 * gdb.multi/multi-kill.exp: Wrap in namespace.
3968 (start_inferior): Add TESTPID parameter. Use it instead of the
3969 testpid global.
3970 (top level): Define empty TESTPID array, and pass it down to
3971 start_inferior.
3972
3973 2020-05-14 Tom de Vries <tdevries@suse.de>
3974
3975 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3976 output.
3977
3978 2020-05-14 Tom de Vries <tdevries@suse.de>
3979
3980 * gdb.base/align.exp: Split into ...
3981 * gdb.base/align.exp.in: ...
3982 * gdb.base/align-c++.exp: ...
3983 * gdb.base/align-c.exp: ... these.
3984 * gdb.base/infcall-nested-structs.exp: Split into ...
3985 * gdb.base/infcall-nested-structs.exp.in: ...
3986 * gdb.base/infcall-nested-structs-c++.exp: ...
3987 * gdb.base/infcall-nested-structs-c.exp: ... these.
3988 * gdb.base/info-types.exp: Split into ...
3989 * gdb.base/info-types.exp.in: ...
3990 * gdb.base/info-types-c++.exp: ...
3991 * gdb.base/info-types-c.exp: ... these.
3992 * gdb.base/max-depth.exp: Split into ...
3993 * gdb.base/max-depth.exp.in: ...
3994 * gdb.base/max-depth-c++.exp: ...
3995 * gdb.base/max-depth-c.exp: ... these.
3996 * gdb.cp/infcall-nodebug.exp: Split into ...
3997 * gdb.cp/infcall-nodebug.exp.in: ...
3998 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3999 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
4000 * gdb.cp/infcall-nodebug-c-d0.exp: ...
4001 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
4002
4003 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4004 Pedro Alves <palves@redhat.com>
4005
4006 * gdb.multi/multi-exit.c: New file.
4007 * gdb.multi/multi-exit.exp: New file.
4008 * gdb.multi/multi-kill.c: New file.
4009 * gdb.multi/multi-kill.exp: New file.
4010
4011 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4012
4013 * gdb.base/annota1.exp: Update the expected output.
4014 * gdb.cp/annota2.exp: Ditto.
4015
4016 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
4017
4018 * lib/check-test-names.exp: Disable when testing is being run in
4019 parallel.
4020
4021 2020-05-12 Tom de Vries <tdevries@suse.de>
4022
4023 * gdb.base/jit-elf.exp: Fix string concat.
4024
4025 2020-05-12 Tom de Vries <tdevries@suse.de>
4026
4027 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
4028 messages.
4029
4030 2020-05-12 Tom de Vries <tdevries@suse.de>
4031
4032 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
4033
4034 2020-05-12 Tom de Vries <tdevries@suse.de>
4035
4036 * gdb.ada/catch_ex.exp: Use with_test_prefix.
4037 * gdb.ada/mi_catch_ex.exp: Same.
4038 * gdb.ada/mi_catch_ex_hand.exp: Same.
4039
4040 2020-05-12 Tom de Vries <tdevries@suse.de>
4041
4042 * gdb.fortran/complex.exp: Use with_test_prefix.
4043
4044 2020-05-12 Tom de Vries <tdevries@suse.de>
4045
4046 * gdb.trace/passcount.exp: Fix test-names.
4047
4048 2020-05-12 Tom de Vries <tdevries@suse.de>
4049
4050 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
4051
4052 2020-05-12 Tom de Vries <tdevries@suse.de>
4053
4054 * gdb.gdb/complaints.exp: Use with_test_prefix.
4055 * gdb.xml/tdesc-regs.exp: Same.
4056 * gdb.opt/inline-locals.exp: Fix test name.
4057
4058 2020-05-12 Tom de Vries <tdevries@suse.de>
4059
4060 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
4061 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
4062 * gdb.dwarf2/implref-struct.exp: Same.
4063 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
4064 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
4065
4066 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
4067
4068 * gdb.base/jit-so.exp (one_jit_test): Change test name.
4069
4070 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4071
4072 * lib/check-test-names.exp (all_test_names): New module variable.
4073 (counts): Add 'duplicates' field.
4074 (_check_duplicates): New procedure.
4075 (check): Also check for duplicates.
4076 (do_log_summary): Print duplicates count.
4077 (do_reset_vars): Reset counter for duplicate test names, and
4078 discard all know test names.
4079
4080 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4081
4082 * lib/gdb.exp: Include check-test-names.exp library.
4083 * lib/check-test-names.exp: New file.
4084
4085 2020-05-11 Tom de Vries <tdevries@suse.de>
4086
4087 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
4088
4089 2020-05-11 Keith Seitz <keiths@redhat.com>
4090
4091 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
4092
4093 2020-05-11 Tom de Vries <tdevries@suse.de>
4094
4095 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
4096 * gdb.cp/cpexprs.exp.in: .. here.
4097 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
4098 cpexprs.exp.
4099
4100 2020-05-11 Keith Seitz <keiths@redhat.com>
4101
4102 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
4103 test names.
4104 * gdb.ada/arrayptr.exp: Likewise.
4105 * gdb.ada/assign_arr.exp: Likewise.
4106 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
4107 * gdb.ada/bp_on_var.exp: Likewise.
4108 * gdb.ada/call_pn.exp: Likewise.
4109 * gdb.ada/complete.exp: Likewise.
4110 * gdb.ada/fun_overload_menu.exp: Likewise.
4111 * gdb.ada/funcall_param.exp: Likewise.
4112 * gdb.ada/funcall_ref.exp: Likewise.
4113 * gdb.ada/packed_array_assign.exp: Likewise.
4114 * gdb.ada/same_component_name.exp: Likewise.
4115 * gdb.ada/type_coercion.exp: Likewise.
4116 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4117 * gdb.ada/variant_record_packed_array.exp: Likewise.
4118
4119 2020-05-11 Tom de Vries <tdevries@suse.de>
4120
4121 PR symtab/25941
4122 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
4123 out of ...
4124 * gdb.dwarf2/clang-debug-names.exp: ... here.
4125 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
4126 clang-debug-names.exp.in.
4127 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
4128 * gdb.dwarf2/clang-debug-names-2.c: New test.
4129
4130 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4131
4132 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
4133 (fortran_runto_main): New Proc, fortran version of runto_main.
4134 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
4135 * gdb.fortran/array-bounds.exp: Likewise.
4136 * gdb.fortran/array-slices.exp: Likewise.
4137 * gdb.fortran/block-data.exp: Likewise.
4138 * gdb.fortran/charset.exp: Likewise.
4139 * gdb.fortran/common-block.exp: Likewise.
4140 * gdb.fortran/complex.exp: Likewise.
4141 * gdb.fortran/derived-type-function.exp: Likewise.
4142 * gdb.fortran/derived-type.exp: Likewise.
4143 * gdb.fortran/info-modules.exp: Likewise.
4144 * gdb.fortran/info-types.exp: Likewise.
4145 * gdb.fortran/intrinsics.exp: Likewise.
4146 * gdb.fortran/library-module.exp: Likewise.
4147 * gdb.fortran/logical.exp: Likewise.
4148 * gdb.fortran/max-depth.exp: Likewise.
4149 * gdb.fortran/module.exp: Likewise.
4150 * gdb.fortran/multi-dim.exp: Likewise.
4151 * gdb.fortran/nested-funcs.exp: Likewise.
4152 * gdb.fortran/print-formatted.exp: Likewise.
4153 * gdb.fortran/print_type.exp: Likewise.
4154 * gdb.fortran/printing-types.exp: Likewise.
4155 * gdb.fortran/ptr-indentation.exp: Likewise.
4156 * gdb.fortran/ptype-on-functions.exp: Likewise.
4157 * gdb.fortran/subarray.exp: Likewise.
4158 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
4159 * gdb.fortran/vla-datatypes.exp: Likewise.
4160 * gdb.fortran/vla-history.exp: Likewise.
4161 * gdb.fortran/vla-ptr-info.exp: Likewise.
4162 * gdb.fortran/vla-ptype-sub.exp: Likewise.
4163 * gdb.fortran/vla-ptype.exp: Likewise.
4164 * gdb.fortran/vla-sizeof.exp: Likewise.
4165 * gdb.fortran/vla-type.exp: Likewise.
4166 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
4167 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4168 * gdb.fortran/vla-value-sub.exp: Likewise.
4169 * gdb.fortran/vla-value.exp: Likewise.
4170 * gdb.fortran/whatis_type.exp: Likewise.
4171 * gdb.mi/mi-var-child-f.exp: Likewise.
4172
4173 2020-05-09 Tom de Vries <tdevries@suse.de>
4174
4175 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
4176
4177 2020-05-08 Tom de Vries <tdevries@suse.de>
4178
4179 * gdb.dwarf2/clang-debug-names.c: New test.
4180 * gdb.dwarf2/clang-debug-names.exp: New file.
4181
4182 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
4183
4184 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
4185 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
4186
4187 2020-05-06 Tom de Vries <tdevries@suse.de>
4188
4189 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
4190 breakpoint is at a "recommended breakpoint location".
4191 * gdb.reverse/consecutive-reverse.exp: Same.
4192
4193 2020-05-06 Tom de Vries <tdevries@suse.de>
4194
4195 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
4196 address.
4197
4198 2020-05-06 Tom de Vries <tdevries@suse.de>
4199
4200 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
4201
4202 2020-05-06 Tom de Vries <tdevries@suse.de>
4203
4204 * gdb.base/store.exp (check_set, up_set): Allowing missing location
4205 info for r.
4206
4207 2020-05-06 Tom de Vries <tdevries@suse.de>
4208
4209 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
4210 necessary.
4211
4212 2020-05-06 Tom de Vries <tdevries@suse.de>
4213
4214 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
4215 void.
4216
4217 2020-05-06 Tom de Vries <tdevries@suse.de>
4218
4219 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
4220 of ...
4221 * gdb.base/async.exp: ... here.
4222 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
4223 "recommended breakpoint location".
4224
4225 2020-05-06 Tom de Vries <tdevries@suse.de>
4226
4227 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
4228
4229 2020-05-04 Tom de Vries <tdevries@suse.de>
4230
4231 * gdb.base/async.exp: Check whether instruction addresses are a
4232 "recommended breakpoint location".
4233
4234 2020-05-03 Tom Tromey <tom@tromey.com>
4235
4236 * gdb.base/sepdebug.exp: Remove "catch" test.
4237 * gdb.base/break.exp: Remove "catch" test.
4238 * gdb.base/default.exp: Update expected output.
4239
4240 2020-05-02 Tom de Vries <tdevries@suse.de>
4241
4242 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
4243 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
4244 * gdb.arch/i386-mpx-map.exp: Same.
4245 * gdb.arch/i386-mpx-sigsegv.exp: Same.
4246 * gdb.arch/i386-mpx-simple_segv.exp: Same.
4247 * gdb.arch/i386-mpx.exp: Same.
4248
4249 2020-05-02 Tom de Vries <tdevries@suse.de>
4250
4251 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4252
4253 2020-05-01 Tom de Vries <tdevries@suse.de>
4254
4255 * gdb.ada/operator_bp.exp: Allow more than required amount of
4256 breakpoint.
4257
4258 2020-05-01 Tom de Vries <tdevries@suse.de>
4259
4260 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4261
4262 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4263
4264 PR gdb/18706
4265 * gdb.cp/stub-array-size.cc: New test.
4266 * gdb.cp/stub-array-size.exp: New file.
4267 * gdb.cp/stub-array-size.h: New test.
4268 * gdb.cp/stub-array-size2.cc: New test.
4269
4270 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4271
4272 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
4273 output to the new format.
4274
4275 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
4276
4277 * gdb.base/break.exp: Use with_test_prefix.
4278
4279 2020-04-29 Tom de Vries <tdevries@suse.de>
4280
4281 * lib/gdb.exp (debug_types): New proc.
4282 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
4283 * gdb.python/py-symtab.exp: Same.
4284
4285 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
4286
4287 PR gdb/17320
4288 * gdb.base/pretty-array.c: New test.
4289 * gdb.base/pretty-array.exp: New file.
4290
4291 2020-04-29 Tom de Vries <tdevries@suse.de>
4292
4293 PR symtab/25889
4294 * gdb.cp/cpexprs.exp: Adapt for inclusion.
4295 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
4296 and include cpexprs.exp.
4297
4298 2020-04-28 Mark Williams <mark@myosotissp.com>
4299
4300 PR gdb/24480
4301 * dw4-toplevel-types.exp: Test for top level types.
4302 * dw4-toplevel-types.cc: Test for top level types.
4303
4304 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4305
4306 * gdb.threads/stop-with-handle.exp: Fix typo in comment
4307 (theads -> threads).
4308
4309 2020-04-28 Tom de Vries <tdevries@suse.de>
4310
4311 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
4312
4313 2020-04-28 Tom de Vries <tdevries@suse.de>
4314
4315 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4316
4317 2020-04-28 Tom de Vries <tdevries@suse.de>
4318
4319 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4320
4321 2020-04-28 Tom de Vries <tdevries@suse.de>
4322
4323 * gdb.dwarf2/main-foo.c: New test.
4324 * gdb.dwarf2/struct-with-sig.exp: New file.
4325
4326 2020-04-25 Tom de Vries <tdevries@suse.de>
4327
4328 * boards/debug-types.exp: New file.
4329
4330 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4331
4332 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4333
4334 2020-04-24 Tom Tromey <tom@tromey.com>
4335
4336 PR symtab/12707:
4337 * gdb.python/py-symbol.exp: Update expected results for
4338 linkage_name test.
4339 * gdb.cp/print-demangle.exp: New file.
4340 * gdb.base/c-linkage-name.exp: Fix test.
4341 * gdb.guile/scm-symbol.exp: Update expected results for
4342 linkage_name test.
4343
4344 2020-04-24 Tom Tromey <tom@tromey.com>
4345
4346 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4347 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4348 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4349 assembler.
4350
4351 2020-04-24 Tom de Vries <tdevries@suse.de>
4352
4353 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4354 C++.
4355
4356 2020-04-24 Tom Tromey <tromey@adacore.com>
4357
4358 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4359 values.
4360 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4361 values. Update test for minimal encodings.
4362 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4363 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4364 values. Update test for minimal encodings.
4365
4366 2020-04-24 Tom Tromey <tromey@adacore.com>
4367
4368 PR python/23662:
4369 * gdb.ada/variant.exp: Add Python checks.
4370 * gdb.rust/simple.exp: Add dynamic type checks.
4371
4372 2020-04-24 Tom Tromey <tromey@adacore.com>
4373
4374 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4375 Make array type matching more lax.
4376 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4377 * gdb.ada/mi_variant.exp: New file.
4378 * gdb.ada/mi_variant/pck.ads: New file.
4379 * gdb.ada/mi_variant/pkg.adb: New file.
4380 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4381 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4382
4383 2020-04-24 Tom Tromey <tromey@adacore.com>
4384
4385 * gdb.ada/variant.exp: Add dynamic field offset tests.
4386 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4387 * gdb.ada/variant/pkg.adb: Add new variables.
4388
4389 2020-04-24 Tom Tromey <tromey@adacore.com>
4390
4391 * gdb.ada/variant.exp: New file
4392 * gdb.ada/variant/pkg.adb: New file
4393 * gdb.ada/variant/pck.adb: New file
4394
4395 2020-04-24 Tom de Vries <tdevries@suse.de>
4396
4397 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4398
4399 2020-04-24 Tom de Vries <tdevries@suse.de>
4400
4401 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4402 flags.
4403
4404 2020-04-24 Tom de Vries <tdevries@suse.de>
4405
4406 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4407
4408 2020-04-24 Tom de Vries <tdevries@suse.de>
4409
4410 * lib/gdb.exp (default_gdb_start): Handle eof.
4411 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4412 failure.
4413 * gdb.base/readnever.exp: Handle clean_restart failure.
4414
4415 2020-04-23 Tom de Vries <tdevries@suse.de>
4416
4417 * gdb.base/decl-before-def.exp: Run to main and print a again.
4418
4419 2020-04-23 Tom de Vries <tdevries@suse.de>
4420
4421 * gdb.base/decl-before-def-decl.c: New test.
4422 * gdb.base/decl-before-def-def.c: New test.
4423 * gdb.base/decl-before-def.exp: New file.
4424
4425 2020-04-23 Tom de Vries <tdevries@suse.de>
4426
4427 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4428
4429 2020-04-22 Tom de Vries <tdevries@suse.de>
4430
4431 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4432 debug_info_offset.
4433 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4434 before $objsfile in the line line.
4435
4436 2020-04-22 Tom de Vries <tdevries@suse.de>
4437
4438 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4439
4440 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4441
4442 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4443 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4444 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4445 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4446 * gdb.base/jit-protocol.h: Update definitions to match all usage
4447 contexts.
4448
4449 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4450
4451 * gdb.base: Rename all jit related test and source files.
4452
4453 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4454
4455 * gdb.base/jit-reader.exp: Relax register output check.
4456
4457 2020-04-22 Tom de Vries <tdevries@suse.de>
4458
4459 PR symtab/25764
4460 * gdb.base/psym-external-decl-2.c: New test.
4461 * gdb.base/psym-external-decl.c: New test.
4462 * gdb.base/psym-external-decl.exp: New file.
4463 * gdb.threads/tls.exp: Add PR25807 kfail.
4464
4465 2020-04-22 Tom de Vries <tdevries@suse.de>
4466
4467 PR symtab/25801
4468 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4469 in "info source" output.
4470
4471 2020-04-22 Tom de Vries <tdevries@suse.de>
4472
4473 PR symtab/25700
4474 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4475 symtab for imported_unit.c.
4476
4477 2020-04-21 Gary Benson <gbenson@redhat.com>
4478
4479 * gdb.base/advance.c (func): New argument, to match call site.
4480 (func2, func3): Add return statements.
4481
4482 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4483
4484 * gdb.multi/run-only-second-inf.c: New file.
4485 * gdb.multi/run-only-second-inf.exp: New file.
4486
4487 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4488
4489 * gdb.btrace/multi-inferior.c: New test.
4490 * gdb.btrace/multi-inferior.exp: New file.
4491
4492 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4493
4494 * gdb.btrace/enable-new-thread.c: New test.
4495 * gdb.btrace/enable-new-thread.exp: New file.
4496
4497 2020-04-21 Tom de Vries <tdevries@suse.de>
4498
4499 PR gdb/25471
4500 * gdb.threads/killed-outside.c: New test.
4501 * gdb.threads/killed-outside.exp: New file.
4502
4503 2020-04-20 Gary Benson <gbenson@redhat.com>
4504
4505 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4506 * gdb.base/nested-subp2.exp: Likewise.
4507 * gdb.base/nested-subp3.exp: Likewise.
4508
4509 2020-04-20 Gary Benson <gbenson@redhat.com>
4510
4511 * gdb.base/nested-subp1.exp: Disable test when using clang.
4512 * gdb.base/nested-subp2.exp: Likewise.
4513 * gdb.base/nested-subp3.exp: Likewise.
4514
4515 2020-04-20 Gary Benson <gbenson@redhat.com>
4516
4517 * gdb.cp/exception.cc: Fix compilation error with clang.
4518
4519 2020-04-20 Gary Benson <gbenson@redhat.com>
4520
4521 * gdb.trace/tspeed.c: Fix compilation error with clang.
4522
4523 2020-04-20 Gary Benson <gbenson@redhat.com>
4524
4525 * gdb.base/jit-main.c: Fix compilation error with clang.
4526
4527 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4528
4529 * gdb.base/attach-twice.c: Include "sys/types.h".
4530 (PTRACE_ATTACH): Add fallback definition.
4531 (main): Pass `0' to the 4th argument of `ptrace'.
4532
4533 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4534
4535 * gdb.base/fork-running-state.c: Include "signal.h".
4536
4537 2020-04-17 Tom Tromey <tromey@adacore.com>
4538
4539 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4540 Update tests.
4541 * gdb.btrace/cpu.exp: Update tests.
4542 * gdb.base/maint.exp: Update tests.
4543 * gdb.base/default.exp: Update tests.
4544 * gdb.base/completion.exp: Update tests.
4545
4546 2020-04-16 Tom de Vries <tdevries@suse.de>
4547
4548 PR symtab/25791
4549 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4550 (ensure_gdb_index): and factor out and move ...
4551 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4552 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4553
4554 2020-04-16 Tom de Vries <tdevries@suse.de>
4555
4556 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4557 loading exec.
4558
4559 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4560
4561 * gdb.base/many-completions.exp: New file.
4562
4563 2020-04-14 Tom de Vries <tdevries@suse.de>
4564
4565 PR symtab/25718
4566 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4567
4568 2020-04-14 Tom de Vries <tdevries@suse.de>
4569
4570 PR symtab/25720
4571 * gdb.base/maint-expand-symbols-header-file.c: New test.
4572 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4573 * gdb.base/maint-expand-symbols-header-file.h: New test.
4574
4575 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4576
4577 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4578 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4579 get_func_info.
4580 (get_func_info): Delete.
4581 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4582 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4583 * lib/dwarf.exp (get_func_info): New function.
4584
4585 2020-04-13 Tom de Vries <tdevries@suse.de>
4586
4587 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4588 to what find_gnatmake does.
4589
4590 2020-04-10 Tom de Vries <tdevries@suse.de>
4591
4592 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4593 -readnow.
4594
4595 2020-04-10 Tom de Vries <tdevries@suse.de>
4596
4597 PR cli/25808
4598 * gdb.base/style.c: Add leading newlines.
4599 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4600 Check listing of main's one-line body.
4601
4602 2020-04-08 Tom de Vries <tdevries@suse.de>
4603
4604 * lib/gdb.exp (psymtabs_p): New proc.
4605 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4606 importing unit" unsupported if there are no partial symbols.
4607
4608 2020-04-08 Tom de Vries <tdevries@suse.de>
4609
4610 PR testsuite/25760
4611 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4612
4613 2020-04-07 Tom de Vries <tdevries@suse.de>
4614
4615 PR symtab/25796
4616 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4617
4618 2020-04-07 Tom de Vries <tdevries@suse.de>
4619
4620 * gdb.base/check-psymtab.c: New test.
4621 * gdb.base/check-psymtab.exp: New file.
4622
4623 2020-04-06 Tom Tromey <tromey@adacore.com>
4624
4625 * gdb.ada/variant-record/proc.adb: New file.
4626 * gdb.ada/variant-record/value.adb: New file.
4627 * gdb.ada/variant-record/value.s: New file.
4628 * gdb.ada/variant-record.exp: New file.
4629
4630 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
4631
4632 PR gdb/25325
4633 * gdb.cp/typed-enum.cc: New test.
4634 * gdb.cp/typed-enum.exp: New file.
4635
4636 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4637
4638 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4639 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4640 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4641 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4642 * gdb.opt/inline-small-func.c: New file.
4643 * gdb.opt/inline-small-func.exp: New file.
4644 * gdb.opt/inline-small-func.h: New file.
4645
4646 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4647
4648 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4649 function.
4650
4651 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4652
4653 * lib/dwarf.exp (function_range): Allow compiler options to be
4654 specified.
4655
4656 2020-04-02 Tom de Vries <tdevries@suse.de>
4657
4658 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4659 __attribute__((always_inline)).
4660 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4661
4662 2020-04-02 Tom de Vries <tdevries@suse.de>
4663
4664 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4665 (gdbserver_gdb_exit): ... here. Add timeout warning.
4666 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4667 (connect_target_extended_remote): Append new server_spawn_id to
4668 server_spawn_ids.
4669 (cleanup): New proc.
4670 (setup, <toplevel>): Call cleanup.
4671
4672 2020-04-02 Tom de Vries <tdevries@suse.de>
4673
4674 * gdb.base/main-psymtab.exp: New file.
4675
4676 2020-04-02 Tom de Vries <tdevries@suse.de>
4677
4678 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4679
4680 2020-04-01 Tom Tromey <tom@tromey.com>
4681
4682 * gdb.base/complex-parts.exp: Add type tests.
4683
4684 2020-04-01 Tom Tromey <tom@tromey.com>
4685
4686 * gdb.base/complex-parts.exp: Add arithmetic tests.
4687
4688 2020-04-01 Tom Tromey <tom@tromey.com>
4689
4690 * gdb.compile/compile.exp: Update.
4691 * gdb.compile/compile-cplus.exp: Update.
4692 * gdb.base/varargs.exp: Update.
4693 * gdb.base/floatn.exp: Update.
4694 * gdb.base/endianity.exp: Update.
4695 * gdb.base/callfuncs.exp (do_function_calls): Update.
4696 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4697 (complex_float_integral_args): Update.
4698 * gdb.base/complex.exp: Update.
4699 * gdb.base/complex-parts.exp: Update.
4700
4701 2020-04-01 Tom Tromey <tromey@adacore.com>
4702
4703 * gdb.rust/union.rs: New file.
4704 * gdb.rust/union.exp: New file.
4705 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4706 (main): Update.
4707 * gdb.rust/simple.exp: Move union tests to union.exp.
4708
4709 2020-04-01 Tom Tromey <tromey@adacore.com>
4710
4711 * gdb.rust/simple.rs (main): Remove "y0".
4712
4713 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4714
4715 * gdb.multi/stop-all-on-exit.c: New test.
4716 * gdb.multi/stop-all-on-exit.exp: New file.
4717
4718 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
4719
4720 PR gdb/24789
4721 * gdb.cp/misc.cc: Add integer reference variable.
4722 * gdb.cp/misc.exp: Add test.
4723
4724 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4725
4726 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4727 scenario to cover execution until the end and also the case
4728
4729 2020-03-31 Tom de Vries <tdevries@suse.de>
4730
4731 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4732 c. Use "maint info symtabs" to check symtab expansion.
4733
4734 2020-03-30 Tom de Vries <tdevries@suse.de>
4735
4736 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4737 unsupported.
4738 (verify_psymtab_expanded): Move ...
4739 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4740 test.
4741 (readnow): New proc.
4742
4743 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4744
4745 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4746 with $hex.
4747
4748 2020-03-20 Tom Tromey <tromey@adacore.com>
4749
4750 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4751
4752 2020-03-20 Tom Tromey <tromey@adacore.com>
4753
4754 * gdb.ada/sub_variant/subv.adb: New file.
4755 * gdb.ada/sub_variant.exp: New file.
4756
4757 2020-03-20 Tom de Vries <tdevries@suse.de>
4758
4759 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4760 first break fails.
4761 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4762
4763 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4764
4765 * gdb.server/exit-multiple-threads.c: New file.
4766 * gdb.server/exit-multiple-threads.exp: New file.
4767
4768 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4769
4770 * gdb.fortran/mixed-lang-stack.c: New file.
4771 * gdb.fortran/mixed-lang-stack.cpp: New file.
4772 * gdb.fortran/mixed-lang-stack.exp: New file.
4773 * gdb.fortran/mixed-lang-stack.f90: New file.
4774
4775 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4776
4777 * gdb.linespec/cp-completion-aliases.cc: New file.
4778 * gdb.linespec/cp-completion-aliases.exp: New file.
4779
4780 2020-03-19 Tom de Vries <tdevries@suse.de>
4781
4782 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4783 more precise.
4784
4785 2020-03-18 Tom de Vries <tdevries@suse.de>
4786
4787 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4788 * gdb.dwarf2/break-inline-psymtab.c: New test.
4789 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4790
4791 2020-03-16 Tom de Vries <tdevries@suse.de>
4792
4793 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4794 cache_verify and cache_verify_proc.
4795
4796 2020-03-15 Tom de Vries <tdevries@suse.de>
4797
4798 * gdb.server/solib-list.exp: Handle
4799 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4800
4801 2020-03-15 Tom de Vries <tdevries@suse.de>
4802
4803 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4804 objfiles".
4805
4806 2020-03-14 Tom Tromey <tom@tromey.com>
4807
4808 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4809
4810 2020-03-14 Tom de Vries <tdevries@suse.de>
4811
4812 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4813
4814 2020-03-14 Tom de Vries <tdevries@suse.de>
4815
4816 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4817 result in line-by-line fashion.
4818
4819 2020-03-14 Tom de Vries <tdevries@suse.de>
4820
4821 * lib/gdb.exp (supports_statement_frontiers): New proc.
4822 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4823
4824 2020-03-14 Tom de Vries <tdevries@suse.de>
4825
4826 * gdb.base/printcmds.exp: Add missing quoting for "print
4827 teststring2".
4828
4829 2020-03-13 Tom Tromey <tom@tromey.com>
4830
4831 * gdb.base/printcmds.exp (test_print_strings): Add regression
4832 test.
4833 * gdb.base/printcmds.c (charptr): New typedef.
4834 (teststring2): New global.
4835
4836 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4837
4838 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4839 full path in the test name.
4840 (test_ld): Add some with_test_prefix blocks to make test names
4841 unique.
4842
4843 2020-03-13 Tom de Vries <tdevries@suse.de>
4844
4845 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4846
4847 2020-03-13 Tom de Vries <tdevries@suse.de>
4848
4849 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4850
4851 2020-03-13 Tom de Vries <tdevries@suse.de>
4852
4853 PR symtab/25646
4854 * gdb.dwarf2/imported-unit.exp: Add test.
4855
4856 2020-03-13 Tom de Vries <tdevries@suse.de>
4857
4858 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4859 (var1, var2): New variable.
4860 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4861 matching symbols.
4862
4863 2020-03-13 Tom de Vries <tdevries@suse.de>
4864
4865 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4866 (Term::command): Use prompt prefix.
4867 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4868 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4869 command_no_prompt_prefix instead of prefix.
4870 * gdb.tui/tui-layout-asm.exp: Same.
4871
4872 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4873
4874 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4875
4876 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4877
4878 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4879 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4880 on" while stepping over the test instruction, match printed
4881 message.
4882
4883 2020-03-12 Tom de Vries <tdevries@suse.de>
4884
4885 * gdb.base/info-types.exp: Use exp_continue during matching of output
4886 of "info types".
4887
4888 2020-03-12 Tom de Vries <tdevries@suse.de>
4889
4890 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4891
4892 2020-03-12 Tom de Vries <tdevries@suse.de>
4893
4894 * gdb.fortran/module.exp: Use exp_continue during matching of output
4895 of "info variable -n".
4896
4897 2020-03-12 Tom de Vries <tdevries@suse.de>
4898
4899 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4900 gdb.dwarf2/dw2-ranges-base.c.
4901
4902 2020-03-12 Tom de Vries <tdevries@suse.de>
4903
4904 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4905 in presence of GLIBC debuginfo.
4906
4907 2020-03-12 Tom de Vries <tdevries@suse.de>
4908
4909 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4910 $core.
4911
4912 2020-03-12 Tom de Vries <tdevries@suse.de>
4913
4914 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4915 more precise.
4916
4917 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
4918
4919 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4920 from Unix to Windows path.
4921
4922 2020-03-11 Tom de Vries <tdevries@suse.de>
4923
4924 * gdb.ada/minsyms.exp: Set language to ada.
4925
4926 2020-03-11 Tom de Vries <tdevries@suse.de>
4927
4928 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4929
4930 2020-03-11 Tom de Vries <tdevries@suse.de>
4931
4932 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4933
4934 2020-03-11 Tom Tromey <tromey@adacore.com>
4935
4936 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4937
4938 2020-03-11 Tom de Vries <tdevries@suse.de>
4939
4940 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4941
4942 2020-03-11 Tom de Vries <tdevries@suse.de>
4943
4944 * gdb.base/break-interp.exp: Limit verbose scope.
4945
4946 2020-03-11 Tom de Vries <tdevries@suse.de>
4947
4948 * gdb.fortran/logical.f90: Define variable with character type.
4949 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4950
4951 2020-03-11 Tom de Vries <tdevries@suse.de>
4952
4953 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4954
4955 2020-03-11 Tom de Vries <tdevries@suse.de>
4956
4957 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4958 symtabs.
4959
4960 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4961 Bernd Edlinger <bernd.edlinger@hotmail.de>
4962
4963 * gdb.cp/step-and-next-inline.cc: New file.
4964 * gdb.cp/step-and-next-inline.exp: New file.
4965 * gdb.cp/step-and-next-inline.h: New file.
4966 * gdb.dwarf2/dw2-is-stmt.c: New file.
4967 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4968 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4969 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4970 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4971
4972 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4973
4974 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4975 is-stmt flag in the line table.
4976
4977 2020-03-09 Tom de Vries <tdevries@suse.de>
4978
4979 * lib/gdb.exp (cached_file): Create cache dir.
4980
4981 2020-03-07 Tom de Vries <tdevries@suse.de>
4982
4983 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4984 * gdb.cp/rvalue-ref-params.exp: Same.
4985
4986 2020-03-06 Tom de Vries <tdevries@suse.de>
4987
4988 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4989 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4990
4991 2020-03-06 Tom de Vries <tdevries@suse.de>
4992
4993 * README: Fix "the the".
4994 * gdb.base/dprintf.exp: Same.
4995
4996 2020-03-05 Tom de Vries <tdevries@suse.de>
4997
4998 * gdb.base/maint.exp: Update "main print statistics" expected output.
4999
5000 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5001
5002 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
5003 (fortran_int8): Likewise.
5004 (fortran_real4): Likewise.
5005 (fortran_real8): Likewise.
5006 (fortran_complex4): Likewise.
5007 (fortran_logical4): Likewise.
5008 (fortran_character1): Likewise.
5009
5010 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
5011
5012 * gdb.fortran/logical.exp: Add tests that any non-zero value is
5013 printed as true.
5014
5015 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
5016
5017 * gdb.base/printcmds.exp: Add test to verify printf of a
5018 variable holding an address.
5019
5020 2020-03-03 Tom de Vries <tdevries@suse.de>
5021
5022 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
5023
5024 2020-03-03 Tom de Vries <tdevries@suse.de>
5025
5026 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
5027 gdb_test_multiple call.
5028
5029 2020-03-03 Tom de Vries <tdevries@suse.de>
5030
5031 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
5032 gdb_test_multiple calls.
5033
5034 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5035
5036 * gdb.base/default.exp: Remove test of 'set history filename'.
5037 * gdb.base/gdbinit-history.exp: Add tests for setting the history
5038 filename to the empty string.
5039 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
5040 and GDBHISTSIZE.
5041
5042 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5043
5044 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
5045 disabled.
5046
5047 2020-03-02 Pedro Alves <palves@redhat.com>
5048 Tom de Vries <tdevries@suse.de>
5049
5050 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
5051 -prompt prefix, before user_code argument. Add -lbl option likewise.
5052 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
5053 (gdb_is_target_1): Add -prompt prefix and move to before user_code
5054 argument.
5055 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
5056 have "\r\n" at start-of-line, instead of at end-of-line.
5057
5058 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
5059
5060 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
5061 libinproctrace.so.
5062
5063 2020-02-28 Luis Machado <luis.machado@linaro.org>
5064
5065 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
5066 to "p/x".
5067
5068 2020-02-28 Luis Machado <luis.machado@linaro.org>
5069
5070 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
5071 asm/ptrace.h and error.h.
5072
5073 2020-02-28 Tom de Vries <tdevries@suse.de>
5074
5075 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
5076 (struct wrapper, do_something, mundane/symada__cS): Move ...
5077 * gdb.base/c-linkage-name-2.c: ... here. New source file.
5078 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
5079 Update "print symada__cS before partial symtab expansion" regexp.
5080 Update breakpoint location. Flush symbol cache after expansion.
5081
5082 2020-02-28 Luis Machado <luis.machado@linaro.org>
5083
5084 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
5085
5086 2020-02-27 Tom de Vries <tdevries@suse.de>
5087
5088 * config/sid.exp: Remove unused globals.
5089 * gdb.base/attach.exp: Same.
5090 * gdb.base/catch-load.exp: Same.
5091 * gdb.base/dbx.exp: Same.
5092 * lib/gdb.exp: Same.
5093 * lib/mi-support.exp: Same.
5094 * lib/prompt.exp: Same.
5095
5096 2020-02-27 Tom de Vries <tdevries@suse.de>
5097
5098 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
5099 not set.
5100
5101 2020-02-26 Aaron Merey <amerey@redhat.com>
5102
5103 * gdb.debuginfod: New directory for debuginfod tests.
5104 * gdb.debuginfod/main.c: New test file.
5105 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
5106
5107 2020-02-26 Tom de Vries <tdevries@suse.de>
5108
5109 PR gdb/25603
5110 * gdb.base/persistent-lang.cc: New test.
5111 * gdb.base/persistent-lang.exp: New file.
5112
5113 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5114
5115 * gdb.fortran/derived-type-striding.exp: Add a new test.
5116 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
5117 new test.
5118
5119 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5120
5121 * gdb.base/cached-source-file.exp: Avoid source file paths in test
5122 names.
5123
5124 2020-02-25 Tom de Vries <tdevries@suse.de>
5125
5126 PR go/18926
5127 * gdb.go/methods.exp: Remove gcc/93866 xfail.
5128
5129 2020-02-24 Tom de Vries <tdevries@suse.de>
5130
5131 PR gdb/25592
5132 * gdb.base/info-locals-unused-static-var.c: New test.
5133 * gdb.base/info-locals-unused-static-var.exp: New file.
5134
5135 2020-02-22 Tom Tromey <tom@tromey.com>
5136
5137 * gdb.python/tui-window.exp: New file.
5138 * gdb.python/tui-window.py: New file.
5139
5140 2020-02-22 Tom Tromey <tom@tromey.com>
5141
5142 PR tui/17850:
5143 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
5144 tests.
5145
5146 2020-02-22 Tom Tromey <tom@tromey.com>
5147
5148 * gdb.tui/new-layout.exp: Add sub-layout tests.
5149
5150 2020-02-22 Tom Tromey <tom@tromey.com>
5151
5152 * gdb.tui/new-layout.exp: New file.
5153
5154 2020-02-22 Tom Tromey <tom@tromey.com>
5155
5156 * gdb.rust/rust-style.rs: New file.
5157 * gdb.rust/rust-style.exp: New file.
5158 * gdb.base/style.exp: Test structure printing.
5159 * gdb.base/style.c (struct some_struct): New type.
5160 (enum etype): New type.
5161 (struct_value): New global.
5162
5163 2020-02-21 Tom de Vries <tdevries@suse.de>
5164
5165 PR go/18926
5166 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
5167 Remove blanket xfails. Use message argument for gdb_breakpoint.
5168 Make continuing to breakpoint test conditional on setting breakpoint.
5169 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
5170 DW_AT_name attribute. Add xfail for GCC PR93866.
5171
5172 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
5173
5174 * gdb.dwarf2/cpp-linkage-name.c: New file.
5175 * gdb.dwarf2/cpp-linkage-name.exp: New file.
5176
5177 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
5178
5179 * lib/gdb.exp (gdb_wrapper_init): Reset
5180 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
5181 not exist.
5182
5183 2020-02-20 Tom de Vries <tdevries@suse.de>
5184
5185 PR go/17018
5186 * gdb.go/hello.exp: Copy ...
5187 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
5188 print of st to print value of global definition. Add xfail for GCC
5189 PR93844.
5190 * gdb.go/hello.exp: Remove printing of st before definition.
5191 * gdb.go/hello.go: Copy ...
5192 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
5193 to st.
5194 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
5195
5196 2020-02-20 Tom de Vries <tdevries@suse.de>
5197
5198 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
5199 (gdb_simple_compile): Handle compile_flags go by using .go extension
5200 for source file.
5201 * gdb.go/chan.exp: Use support_go_compile.
5202 * gdb.go/handcall.exp: Same.
5203 * gdb.go/hello.exp: Same.
5204 * gdb.go/integers.exp: Same.
5205 * gdb.go/max-depth.exp: Same.
5206 * gdb.go/methods.exp: Same.
5207 * gdb.go/package.exp: Same.
5208 * gdb.go/strings.exp: Same.
5209 * gdb.go/types.exp: Same.
5210 * gdb.go/unsafe.exp: Same.
5211
5212 2020-02-19 Tom de Vries <tdevries@suse.de>
5213
5214 * gdb.python/lib-types.exp: Make xfail more strict.
5215
5216 2020-02-19 Tom de Vries <tdevries@suse.de>
5217
5218 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
5219
5220 2020-02-19 Doug Evans <dje@google.com>
5221
5222 PR rust/25535
5223 * gdb.rust/simple.exp: Add test.
5224 * gdb.rust/simple.rs: Add test.
5225
5226 2020-02-19 Tom de Vries <tdevries@suse.de>
5227
5228 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
5229 output line-by-line.
5230
5231 2020-02-19 Tom de Vries <tdevries@suse.de>
5232
5233 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
5234
5235 2020-02-19 Tom de Vries <tdevries@suse.de>
5236
5237 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
5238 prelink.
5239
5240 2020-02-19 Tom de Vries <tdevries@suse.de>
5241
5242 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
5243 (gdb_do_cache): Use gdb_do_cache_wrap.
5244 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
5245
5246 2020-02-19 Tom de Vries <tdevries@suse.de>
5247
5248 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
5249 gdb_compile option.
5250
5251 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5252
5253 * gdb.base/printcmds.exp (test_print_enums): Update expected
5254 output.
5255
5256 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5257
5258 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5259 for "unknown".
5260
5261 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5262
5263 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5264 enumerator.
5265
5266 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5267
5268 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
5269 FE_, add FE_NONE.
5270 (three): Update.
5271 (enum flag_enum_without_zero): New enum.
5272 (flag_enum_without_zero): New variable.
5273 (enum not_flag_enum): New enum.
5274 (three_not_flag): New variable.
5275 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
5276 (test_print_enums): Add more tests for printing flag enums.
5277
5278 2020-02-18 Tom de Vries <tdevries@suse.de>
5279
5280 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
5281 (gdb_compile_ada): ... here.
5282 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
5283 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
5284
5285 2020-02-14 Tom Tromey <tom@tromey.com>
5286
5287 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
5288 build directory.
5289 * boards/gdbserver-base.exp: Update path to gdbserver.
5290
5291 2020-02-13 Tom de Vries <tdevries@suse.de>
5292
5293 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5294
5295 2020-02-13 Tom de Vries <tdevries@suse.de>
5296
5297 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
5298 are missing.
5299
5300 2020-02-13 Tom de Vries <tdevries@suse.de>
5301
5302 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
5303 call.
5304
5305 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5306
5307 PR tui/25126
5308 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5309 * gdb.base/cached-source-file.c: New file.
5310 * gdb.base/cached-source-file.exp: New file.
5311
5312 2020-02-11 Tom de Vries <tdevries@suse.de>
5313
5314 PR testsuite/25488
5315 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5316
5317 2020-02-10 Tom de Vries <tdevries@suse.de>
5318
5319 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5320
5321 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
5322
5323 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5324 and $after_addr are both integers before making a comparison.
5325
5326 2020-02-09 Tom de Vries <tdevries@suse.de>
5327
5328 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5329 command output and paste it into gdb.log. If any, paste catch message
5330 to gdb.log.
5331
5332 2020-02-07 Tom Tromey <tromey@adacore.com>
5333
5334 PR breakpoints/24915:
5335 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5336
5337 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
5338
5339 * gdb.tui/tui-missing-src.exp: Add the "missing source
5340 file" test for the TUI.
5341
5342 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5343
5344 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5345 including a port number in the output.
5346
5347 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5348
5349 * lib/fortran.exp (fortran_int4): Handle clang.
5350 (fortran_int8): Likewise.
5351 (fortran_real4): Likewise.
5352 (fortran_real8): Likewise.
5353 (fortran_complex4): Likewise.
5354 (fortran_logical4): Likewise.
5355 (fortran_character1): Likewise.
5356
5357 2020-02-04 Tom de Vries <tdevries@suse.de>
5358
5359 * README (Race detection): Add note.
5360
5361 2020-02-04 Tom de Vries <tdevries@suse.de>
5362
5363 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5364
5365 2020-02-04 Tom de Vries <tdevries@suse.de>
5366
5367 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5368
5369 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5370
5371 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5372 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5373 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5374 blttar, bnetarl.
5375 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5376 binary for blttar, bnetarl.
5377 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5378 wait instruction. Delete ldmx test.
5379 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5380
5381 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5382
5383 * gdb.fortran/array-bounds-high.exp: New file.
5384 * gdb.fortran/array-bounds-high.f90: New file.
5385
5386 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5387
5388 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5389 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5390
5391 2020-02-01 Tom de Vries <tdevries@suse.de>
5392
5393 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5394
5395 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5396
5397 PR tui/9765
5398 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5399 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5400
5401 2020-01-29 Luis Machado <luis.machado@linaro.org>
5402
5403 * gdb.arch/aarch64-brk-patterns.c: New source file.
5404 * gdb.arch/aarch64-brk-patterns.exp: New test.
5405
5406 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5407
5408 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5409 GCC/Clang version.
5410 * gdb.cp/pass-by-ref.exp: Ditto.
5411
5412 2020-01-29 Tom de Vries <tdevries@suse.de>
5413
5414 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5415 * gdb.threads/watchpoint-fork-mt.c: Same.
5416 * gdb.threads/watchpoint-fork-parent.c: Same.
5417 * gdb.threads/watchpoint-fork-st.c: Same.
5418 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5419
5420 2020-01-27 Luis Machado <luis.machado@linaro.org>
5421
5422 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5423 sitting at a syscall instruction when we hit the syscall function's
5424 breakpoint.
5425 Check PC against one obtained with the x command.
5426 Validate syscall number.
5427 (step_over_syscall): Don't continue to the syscall instruction if
5428 we're already there.
5429
5430 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5431
5432 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5433
5434 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5435
5436 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5437 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5438
5439 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5440
5441 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5442 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5443
5444 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5445
5446 * gdb.base/maint.exp: Update line table parsing test.
5447 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5448
5449 2020-01-24 Pedro Alves <palves@redhat.com>
5450
5451 PR gdb/25410
5452 * gdb.multi/multi-re-run-1.c: New.
5453 * gdb.multi/multi-re-run-2.c: New.
5454 * gdb.multi/multi-re-run.exp: New.
5455
5456 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5457
5458 PR gdb/23718
5459 * gdb.server/server-kill-python.exp: New file.
5460
5461 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5462
5463 * gdb.server/multi-ui-errors.c: New file.
5464 * gdb.server/multi-ui-errors.exp: New file.
5465
5466 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5467
5468 PR tui/9765
5469 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5470
5471 2020-01-19 Tom Tromey <tom@tromey.com>
5472
5473 * gdb.tui/main.exp: Add check for plain "file".
5474
5475 2020-01-16 Christian Biesinger <cbiesinger@google.com>
5476
5477 * lib/gdb.exp: Fix spelling error (seperatelly).
5478
5479 2020-01-14 Tom Tromey <tom@tromey.com>
5480
5481 PR symtab/12535:
5482 * gdb.python/python.exp: Test decode_line with empty string
5483 argument.
5484
5485 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5486
5487 * gdb.base/skip-inline.exp: Extend test.
5488
5489 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5490
5491 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5492 * gdb.dwarf2/dw2-bad-elf.c: New file.
5493 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5494
5495 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5496
5497 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5498 _line_saw_file.
5499
5500 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5501
5502 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5503 border.
5504
5505 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5506
5507 * gdb.multi/multi-target.exp (setup): Factor out "info
5508 connections" and "info inferiors" tests to ...
5509 (test_info_inferiors): ... this new procedure.
5510 (top level): Run new "info-inferiors" tests.
5511
5512 2020-01-10 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.server/bkpt-other-inferior.exp: New file.
5515
5516 2020-01-10 Pedro Alves <palves@redhat.com>
5517
5518 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5519 of "add-inferior".
5520 * gdb.base/quit-live.exp: Likewise.
5521 * gdb.base/remote-exec-file.exp: Likewise.
5522 * gdb.guile/scm-progspace.exp: Likewise.
5523 * gdb.linespec/linespec.exp: Likewise.
5524 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5525 * gdb.mi/user-selected-context-sync.exp: Likewise.
5526 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5527 "info inferiors" tests.
5528 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5529 "add-inferior".
5530 * gdb.multi/watchpoint-multi.exp: Likewise.
5531 * gdb.python/py-inferior.exp: Likewise.
5532 * gdb.server/extended-remote-restart.exp: Likewise.
5533 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5534 "info inferiors".
5535 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5536 * gdb.trace/report.exp: Likewise.
5537
5538 2020-01-10 Pedro Alves <palves@redhat.com>
5539
5540 * gdb.multi/multi-target.c: New file.
5541 * gdb.multi/multi-target.exp: New file.
5542 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5543 mode requested, but remote does not support non-stop".
5544
5545 2020-01-10 Pedro Alves <palves@redhat.com>
5546
5547 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5548 disconnect before reconnecting.
5549
5550 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5551 Pedro Alves <palves@redhat.com>
5552
5553 * gdb.server/connect-without-multi-process.exp: Also test
5554 continuing to end.
5555
5556 2020-01-10 Pedro Alves <palves@redhat.com>
5557
5558 * gdb.base/remote-exec-file.exp: New file.
5559
5560 2020-01-10 Pedro Alves <palves@redhat.com>
5561
5562 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5563 output.
5564 * gdb.threads/async.c: New.
5565 * gdb.threads/async.exp: New.
5566 * gdb.multi/tids-gid-reset.c: New.
5567 * gdb.multi/tids-gid-reset.exp: New.
5568
5569 2020-01-10 George Barrett <bob@bob131.so>
5570
5571 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5572 to help in finding the image relocation offset.
5573 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5574 options in arguments.
5575 (stap_test_no_debuginfo): Likewise.
5576 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5577 test variants.
5578 (stap_test): Add null semaphore relocation test.
5579
5580 2020-01-10 George Barrett <bob@bob131.so>
5581
5582 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5583 * gdb.base/stap-probe.exp: Likewise.
5584 (stap_test): Pass argument as an additional flag.
5585 (stap_test_no_debuginfo): Likewise.
5586 (stap_test): Check `info probes stap' output for semaphore
5587 addresses if the test binary is supposed to have them.
5588
5589 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5590
5591 * gdb.tui/basic.exp: Add more scrolling tests.
5592
5593 2020-01-09 Tom Tromey <tom@tromey.com>
5594
5595 PR tui/18932:
5596 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5597 meangingful value.
5598 (Term::command, Term::resize): Update.
5599 * gdb.tui/basic.exp: Add scrolling test.
5600
5601 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5602
5603 * gdb.tui/tui-layout-asm.exp: New file.
5604
5605 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5606
5607 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5608
5609 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5610
5611 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5612 (Term::enter_tui): Use Term::prepare_for_tui.
5613
5614 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5615
5616 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5617 called.
5618
5619 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5620
5621 * gdb.base/skip.exp: Fix race condition in test.
5622
5623 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5624
5625 * gdb.base/backtrace.c: New file.
5626 * gdb.base/backtrace.exp: New file.
5627
5628 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5629
5630 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5631
5632 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5633
5634 * gdb.base/style.exp: Test that warnings are styled.
5635
5636 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5637
5638 * gdb.base/line65535.exp: New file.
5639 * gdb.base/line65535.c: New file.
5640
5641 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5642
5643 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5644 * lib/gnat_debug_info_test.adb: New file.
5645 * gdb.ada/ptype_tagged_param.exp: Use
5646 gnat_runtime_has_debug_info, expect a different output if
5647 runtime does not have debug info.
5648
5649 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5650
5651 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5652 (another) quote in test name.
5653
5654 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5655
5656 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5657 Add quote in test name.
5658
5659 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5660
5661 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5662 directory instead.
5663 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5664 * gdb.cp/pass-by-ref-2.cc: New file.
5665 * gdb.cp/pass-by-ref-2.exp: New file.
5666
5667 2019-12-20 Tom Tromey <tom@tromey.com>
5668
5669 * gdb.tui/list-before.exp: New file.
5670
5671 2019-12-20 Tom Tromey <tom@tromey.com>
5672
5673 * gdb.tui/list.exp: Check for source on initial listing.
5674
5675 2019-12-11 Tom Tromey <tromey@adacore.com>
5676
5677 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5678 Add crlf test.
5679
5680 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
5681
5682 * gdb.base/default.exp: Update value of $_gdb_major.
5683
5684 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5685
5686 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5687
5688 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5689
5690 * gdb.base/skip.exp: Whitespace fix.
5691
5692 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5693
5694 * gdb.base/skip-inline.c: New file.
5695 * gdb.base/skip-inline.exp: New file.
5696
5697 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5698
5699 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5700 jit_function_00 to jit_function_stack_mangle.
5701 * gdb.base/jithost.c (jit_function_t): Rename to...
5702 (jit_function_stack_mangle_t): ... this.
5703 (jit_function_add_t): New typedef.
5704 (jit_function_00_code): Rename to...
5705 (jit_function_stack_mangle_code): ... this, make static.
5706 (jit_function_add_code): New.
5707 (main): Generate "add" function and call it. Adjust to changes
5708 in jithost_abi.
5709 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5710 (struct jithost_abi) <begin, end>: Remove fields.
5711 <object, function_stack_mangle, function_add>: New fields.
5712 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5713 code_end>: Remove fields.
5714 <func_stack_mangle>: New field.
5715 (read_debug_info): Adjust to renaming, create block for "add"
5716 function.
5717 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5718
5719 2019-12-11 Tom Tromey <tom@tromey.com>
5720
5721 * gdb.tui/resize.exp: Fix regexp.
5722 * gdb.tui/regs.exp: Fix regexps.
5723 * gdb.tui/main.exp: Fix regexp.
5724
5725 2019-12-11 Tom Tromey <tom@tromey.com>
5726
5727 * gdb.tui/resize.exp: Update.
5728 * gdb.tui/empty.exp (layouts): Update.
5729
5730 2019-12-11 Tom Tromey <tom@tromey.com>
5731
5732 * gdb.tui/regs.exp: Update.
5733 * gdb.tui/empty.exp (layouts): Update.
5734 * gdb.tui/basic.exp: Update.
5735 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5736
5737 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5738
5739 * gdb.base/options.exp: Add -raw-values in the print completion list.
5740 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5741
5742 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5743
5744 * gdb.threads/omp-par-scope.c: New file.
5745 * gdb/threads/omp-par-scope.exp: New file.
5746
5747 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5748
5749 * lib/gdb.exp (support_nested_function_tests): New proc.
5750
5751 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5752
5753 * lib/gdb.exp (gdb_compile_openmp): New proc.
5754 (build_executable_from_specs): Add an "openmp" option.
5755 (gdb_compile_pthreads): Add non-executable case.
5756
5757 2019-12-10 Tom Tromey <tromey@adacore.com>
5758
5759 * gdb.ada/unchecked_union.exp: New file.
5760 * gdb.ada/unchecked_union/pck.adb: New file.
5761 * gdb.ada/unchecked_union/pck.ads: New file.
5762 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5763 * gdb-utils.exp (string_to_regexp): Also quote "?".
5764
5765 2019-12-10 George Barrett <bob@bob131.so>
5766
5767 Test scripted probe breakpoints.
5768 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5769 * gdb.python/py-breakpoint.c (main): Likewise.
5770 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5771 specifier test.
5772 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5773
5774 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5775
5776 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5777 an rvalue parameter.
5778 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5779 parameter.
5780
5781 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5782
5783 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5784 modules.
5785
5786 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5787
5788 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5789 broken version of GCC.
5790
5791 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5792
5793 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5794 sym-info-cmds library.
5795 * gdb.fortran/info-types.exp: Likewise.
5796 * lib/sym-info-cmds.exp: New file.
5797
5798 2019-12-08 Tom de Vries <tdevries@suse.de>
5799
5800 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5801
5802 2019-12-07 Keith Seitz <keiths@redhat.com>
5803
5804 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5805 * gdb.base/corefile-buildid-shlib.c: New file.
5806 * gdb.base/corefile-buildid.c: New file.
5807 * gdb.base/corefile-buildid.exp: New file.
5808
5809 2019-12-06 Tom de Vries <tdevries@suse.de>
5810
5811 * gdb.dwarf2/varval.exp: Add decl before def test.
5812
5813 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5814
5815 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5816
5817 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5818
5819 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5820 CV and reference conversion for overload resolution.
5821 * gdb.cp/rvalue-ref-overload.exp: Test it.
5822
5823 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5824
5825 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5826 * gdb.base/frameapply.exp: Test faas without command.
5827
5828 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5829
5830 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5831 Fortran tests.
5832 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5833 order.
5834
5835 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5836
5837 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5838 casting to type with no kind specified.
5839 (test_basic_parsing_of_type_kinds): Additional tests for types
5840 with no kind specified, and add tests for single/double
5841 precision/complex types.
5842
5843 2019-12-04 Tom Tromey <tromey@adacore.com>
5844
5845 * gdb.base/endianity.c (struct other) <x>: New field.
5846 (main): Initialize it.
5847 * gdb.base/endianity.exp: Update.
5848
5849 2019-12-04 Tom Tromey <tromey@adacore.com>
5850
5851 * gdb.ada/scalar_storage/storage.adb: New file.
5852 * gdb.ada/scalar_storage/pck.adb: New file.
5853 * gdb.ada/scalar_storage/pck.ads: New file.
5854 * gdb.ada/scalar_storage.exp: New file.
5855
5856 2019-12-04 Tom Tromey <tromey@adacore.com>
5857
5858 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5859 (main): Initialize it.
5860 * gdb.base/endianity.exp: Update.
5861
5862 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5863
5864 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5865
5866 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5867
5868 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5869 -symbol-info-module-functions and -symbol-info-module-variables.
5870
5871 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5872
5873 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5874
5875 2019-12-01 Richard Bunt <richard.bunt@arm.com>
5876 Andrew Burgess <andrew.burgess@embecosm.com>
5877
5878 * gdb.fortran/derived-type-striding.exp: New file.
5879 * gdb.fortran/derived-type-striding.f90: New file.
5880 * gdb.fortran/array-slices.exp: New file.
5881 * gdb.fortran/array-slices.f90: New file.
5882
5883 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5884
5885 * gdb.base/define.exp: Test . in command names.
5886 * gdb.base/setshow.exp: Update test, as . is now part of
5887 command name.
5888
5889 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5890
5891 * gdb.base/define-prefix.exp: New file.
5892
5893 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5894
5895 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5896 compile.
5897 (skip_btrace_pt_tests): Likewise.
5898
5899 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5900
5901 * gdb.fortran/info-modules.exp: Compile source files in correct
5902 order.
5903
5904 2019-11-27 Kevin Buettner <kevinb@redhat.com>
5905
5906 * gdb.dwarf2/imported-unit.exp: New file.
5907 * gdb.dwarf2/imported-unit.c: New file.
5908
5909 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5910
5911 * gdb.mi/mi-fortran-modules-2.f90: New file.
5912 * gdb.mi/mi-fortran-modules.exp: New file.
5913 * gdb.mi/mi-fortran-modules.f90: New file.
5914
5915 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5916
5917 * gdb.mi/mi-sym-info-1.c: New file.
5918 * gdb.mi/mi-sym-info-2.c: New file.
5919 * gdb.mi/mi-sym-info.exp: New file.
5920
5921 2019-11-22 Tom Tromey <tromey@adacore.com>
5922
5923 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5924 * gdb.ada/tasks/foo.adb: Add another stopping location.
5925
5926 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5927
5928 * gdb.base/endianity.c: New test.
5929 * gdb.base/endianity.exp: New file.
5930
5931 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5932
5933 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5934
5935 2019-11-21 Tom de Vries <tdevries@suse.de>
5936
5937 PR gdb/24956
5938 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5939
5940 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5941
5942 * gdb.python/py-progspace.exp: Add missing parentheses on some
5943 'print' commands.
5944
5945 2019-11-19 Tom Tromey <tom@tromey.com>
5946
5947 * gdb.tui/winheight.exp: New file.
5948
5949 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5950
5951 * gdb.base/ctf-whatis.c: Delete.
5952 * gdb.base/ctf-whatis.exp: Delete.
5953 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
5954
5955 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5956
5957 * gdb.base/ctf-cvexpr.exp: Delete.
5958 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5959
5960 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5961
5962 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5963 the compiler. Clean up header comment a little.
5964 * gdb.base/ctf-ptype.exp: Likewise.
5965 * gdb.base/ctf-whatis.exp: Likewise.
5966 * lib/gdb.exp (skip_ctf_tests): New proc.
5967
5968 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5969
5970 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5971 * gdb.tui/corefile-run.exp: New file.
5972
5973 2019-11-14 Tom Tromey <tromey@adacore.com>
5974
5975 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5976 regression tests.
5977
5978 2019-11-12 Tom Tromey <tom@tromey.com>
5979
5980 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5981 after any command. Expect prompt after WAIT_FOR is seen.
5982 (enter_tui): Enable resize messages.
5983 (command): Expect command in output.
5984 (get_line): Avoid error when cursor appears to be off-screen.
5985 (dump_screen): Include screen size in title.
5986 (_do_resize): New proc, from "resize".
5987 (resize): Rewrite. Do resize in two steps.
5988 * gdb.tui/empty.exp (layouts): Fix entries.
5989 (check_boxes): Remove xfail.
5990 (check_text): Dump screen on failure.
5991
5992 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5993
5994 * gdb.python/py-symbol.exp: Add test for
5995 gdb.lookup_static_symbols.
5996
5997 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5998
5999 * gdb.python/py-symbol.c: Declare and call function from new
6000 py-symbol-2.c file.
6001 * gdb.python/py-symbol.exp: Compile both source files, and add new
6002 tests for gdb.lookup_static_symbol.
6003 * gdb.python/py-symbol-2.c: New file.
6004
6005 2019-11-02 Tom de Vries <tdevries@suse.de>
6006
6007 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
6008 * gdb.base/anon.exp: Same.
6009 * gdb.base/auto-connect-native-target.exp: Same.
6010 * gdb.base/call-ar-st.exp: Same.
6011 * gdb.base/catch-syscall.exp: Same.
6012 * gdb.base/commands.exp: Same.
6013 * gdb.base/default.exp: Same.
6014 * gdb.base/display.exp: Same.
6015 * gdb.base/float.exp: Same.
6016 * gdb.base/foll-fork.exp: Same.
6017 * gdb.base/help.exp: Same.
6018 * gdb.base/info-macros.exp: Same.
6019 * gdb.base/info-proc.exp: Same.
6020 * gdb.base/info-target.exp: Same.
6021 * gdb.base/long_long.exp: Same.
6022 * gdb.base/macscp.exp: Same.
6023 * gdb.base/memattr.exp: Same.
6024 * gdb.base/nofield.exp: Same.
6025 * gdb.base/pointers.exp: Same.
6026 * gdb.base/printcmds.exp: Same.
6027 * gdb.base/ptype.exp: Same.
6028 * gdb.base/restore.exp: Same.
6029 * gdb.base/return.exp: Same.
6030 * gdb.base/scope.exp: Same.
6031 * gdb.base/set-noassign.exp: Same.
6032 * gdb.base/setshow.exp: Same.
6033 * gdb.base/shlib-call.exp: Same.
6034 * gdb.base/signals.exp: Same.
6035 * gdb.base/sigstep.exp: Same.
6036 * gdb.base/skip.exp: Same.
6037 * gdb.base/solib-symbol.exp: Same.
6038 * gdb.base/stap-probe.exp: Same.
6039 * gdb.base/step-line.exp: Same.
6040 * gdb.base/step-test.exp: Same.
6041 * gdb.base/style.exp: Same.
6042 * gdb.base/varargs.exp: Same.
6043 * gdb.base/vla-datatypes.exp: Same.
6044 * gdb.base/vla-ptr.exp: Same.
6045 * gdb.base/vla-sideeffect.exp: Same.
6046 * gdb.base/volatile.exp: Same.
6047 * gdb.base/watch-cond-infcall.exp: Same.
6048 * gdb.base/watchpoint.exp: Same.
6049
6050 2019-11-02 Tom de Vries <tdevries@suse.de>
6051
6052 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
6053 * gdb.cp/cpexprs.exp: Same.
6054 * gdb.cp/except-multi-location.exp: Same.
6055 * gdb.cp/exceptprint.exp: Same.
6056 * gdb.cp/gdb2384.exp: Same.
6057 * gdb.cp/inherit.exp: Same.
6058 * gdb.cp/m-static.exp: Same.
6059 * gdb.cp/meth-typedefs.exp: Same.
6060 * gdb.cp/misc.exp: Same.
6061 * gdb.cp/namespace.exp: Same.
6062 * gdb.cp/non-trivial-retval.exp: Same.
6063 * gdb.cp/overload.exp: Same.
6064 * gdb.cp/pr17132.exp: Same.
6065 * gdb.cp/re-set-overloaded.exp: Same.
6066 * gdb.cp/rvalue-ref-types.exp: Same.
6067 * gdb.cp/templates.exp: Same.
6068
6069 2019-11-01 Luis Machado <luis.machado@linaro.org>
6070
6071 PR gdb/25124
6072
6073 * gdb.arch/pr25124.S: New file.
6074 * gdb.arch/pr25124.exp: New file.
6075
6076 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6077
6078 * gdb.fortran/info-modules.exp: Update expected results, and add
6079 additional tests for 'info module functinos', and 'info module
6080 variables'.
6081 * gdb.fortran/info-types.exp: Update expected results.
6082 * gdb.fortran/info-types.f90: Extend testcase with additional
6083 module variables and functions.
6084
6085 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6086
6087 * gdb.fortran/info-modules.exp: New file.
6088 * gdb.fortran/info-types.exp: Build with new file.
6089 * gdb.fortran/info-types.f90: Include and use new module.
6090 * gdb.fortran/info-types-2.f90: New file.
6091
6092 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6093
6094 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
6095 * gdb.base/settings.exp: Test all settings types using
6096 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
6097 that now verifies that the value of "maint show" is the same as
6098 returned by the settings functions. Test the type of the
6099 maintenance settings.
6100 * gdb.base/default.exp: Update show_conv_list.
6101
6102 2019-10-31 Tom de Vries <tdevries@suse.de>
6103
6104 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
6105 gdb_test.
6106 * gdb.arch/amd64-disp-step.exp: Same.
6107 * gdb.asm/asm-source.exp: Same.
6108 * gdb.btrace/buffer-size.exp: Same.
6109 * gdb.btrace/cpu.exp: Same.
6110 * gdb.btrace/enable.exp: Same.
6111 * gdb.dwarf2/count.exp: Same.
6112 * gdb.dwarf2/dw2-ranges-func.exp: Same.
6113 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
6114 * gdb.fortran/vla-datatypes.exp: Same.
6115 * gdb.fortran/vla-history.exp: Same.
6116 * gdb.fortran/vla-ptype.exp: Same.
6117 * gdb.fortran/vla-value.exp: Same.
6118 * gdb.fortran/whatis_type.exp: Same.
6119 * gdb.guile/guile.exp: Same.
6120 * gdb.multi/tids.exp: Same.
6121 * gdb.python/py-finish-breakpoint.exp: Same.
6122 * gdb.python/py-framefilter.exp: Same.
6123 * gdb.python/py-pp-registration.exp: Same.
6124 * gdb.python/py-xmethods.exp: Same.
6125 * gdb.python/python.exp: Same.
6126 * gdb.server/connect-with-no-symbol-file.exp: Same.
6127 * gdb.server/no-thread-db.exp: Same.
6128 * gdb.server/run-without-local-binary.exp: Same.
6129 * gdb.stabs/weird.exp: Same.
6130 * gdb.threads/attach-many-short-lived-threads.exp: Same.
6131 * gdb.threads/thread-find.exp: Same.
6132 * gdb.threads/tls-shared.exp: Same.
6133 * gdb.threads/tls.exp: Same.
6134 * gdb.threads/wp-replication.exp: Same.
6135 * gdb.trace/ax.exp: Same.
6136 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
6137
6138 2019-10-31 Tom de Vries <tdevries@suse.de>
6139
6140 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
6141 * gdb.ada/array_subscript_addr.exp: Same.
6142 * gdb.ada/arrayidx.exp: Same.
6143 * gdb.ada/arrayparam.exp: Same.
6144 * gdb.ada/arrayptr.exp: Same.
6145 * gdb.ada/boolean_expr.exp: Same.
6146 * gdb.ada/call_pn.exp: Same.
6147 * gdb.ada/complete.exp: Same.
6148 * gdb.ada/fixed_cmp.exp: Same.
6149 * gdb.ada/fun_addr.exp: Same.
6150 * gdb.ada/funcall_param.exp: Same.
6151 * gdb.ada/interface.exp: Same.
6152 * gdb.ada/mod_from_name.exp: Same.
6153 * gdb.ada/null_array.exp: Same.
6154 * gdb.ada/packed_array.exp: Same.
6155 * gdb.ada/packed_tagged.exp: Same.
6156 * gdb.ada/print_chars.exp: Same.
6157 * gdb.ada/print_pc.exp: Same.
6158 * gdb.ada/ptype_arith_binop.exp: Same.
6159 * gdb.ada/ptype_field.exp: Same.
6160 * gdb.ada/ptype_tagged_param.exp: Same.
6161 * gdb.ada/rec_return.exp: Same.
6162 * gdb.ada/ref_tick_size.exp: Same.
6163 * gdb.ada/str_ref_cmp.exp: Same.
6164 * gdb.ada/taft_type.exp: Same.
6165 * gdb.ada/tagged.exp: Same.
6166 * gdb.ada/type_coercion.exp: Same.
6167 * gdb.ada/uninitialized_vars.exp: Same.
6168
6169 2019-10-30 Tom de Vries <tdevries@suse.de>
6170
6171 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
6172
6173 2019-10-26 Tom de Vries <tdevries@suse.de>
6174
6175 * gdb.base/bigcore.c: Fix typos in comments.
6176 * gdb.base/ctf-ptype.c: Same.
6177 * gdb.base/long_long.c: Same.
6178 * gdb.dwarf2/dw2-op-out-param.S: Same.
6179 * gdb.python/py-evthreads.c: Same.
6180 * gdb.reverse/i387-stack-reverse.c: Same.
6181 * gdb.trace/tfile.c: Same.
6182 * lib/compiler.c: Same.
6183 * lib/compiler.cc: Same.
6184
6185 2019-10-25 Tom de Vries <tdevries@suse.de>
6186
6187 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
6188 gdb_test_multiple calls.
6189 * gdb.reverse/sigall-reverse.exp: Same.
6190 * gdb.reverse/solib-precsave.exp: Same.
6191 * gdb.reverse/solib-reverse.exp: Same.
6192 * gdb.reverse/until-precsave.exp: Same.
6193 * gdb.reverse/until-reverse.exp: Same.
6194
6195 2019-10-24 Tom de Vries <tdevries@suse.de>
6196
6197 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
6198 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
6199 kfail using -wrap pattern flag and convenience variable
6200 gdb_test_name.
6201
6202 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
6203
6204 * gdb.python/py-progspace.exp: Add tests for the
6205 Progspace.block_for_pc method.
6206
6207 2019-10-23 Tom Tromey <tom@tromey.com>
6208
6209 * configure: Rebuild.
6210 * aclocal.m4: Use m4_include, not sinclude.
6211
6212 2019-10-21 Tom de Vries <tdevries@suse.de>
6213
6214 * gdb.base/infcall-nested-structs.c: Add
6215 __attribute__((noinline,noclone)) to all functions.
6216 (call_all): Add missing variable initialization. Simplify return value.
6217 (breakpt): Increment volatile variable, to prevent call from being
6218 optimized out.
6219 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
6220
6221 2019-10-17 Tom de Vries <tdevries@suse.de>
6222
6223 * gdb.fortran/module.exp: Allow info variables to print info for files
6224 other than module.f90.
6225
6226 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6227
6228 * gdb.fortran/module.exp: Extend with 'info variables' test.
6229
6230 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6231
6232 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
6233 F77_FOR_TARGET.
6234
6235 2019-10-16 Tom de Vries <tdevries@suse.de>
6236
6237 PR tdep/25096
6238 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
6239
6240 2019-10-16 Tom de Vries <tdevries@suse.de>
6241
6242 PR tdep/24104
6243 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
6244 Add KFAIL for PR tdep/25096.
6245
6246 2019-10-16 Tom de Vries <tdevries@suse.de>
6247
6248 PR testsuite/25059
6249 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
6250
6251 2019-10-16 Tom de Vries <tdevries@suse.de>
6252
6253 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
6254 as signed.
6255
6256 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
6257
6258 * gdb.mi/list-thread-groups-available.exp: Read entries one by
6259 one instead of increasing timeout.
6260
6261 2019-10-13 Tom de Vries <tdevries@suse.de>
6262
6263 PR record/25038
6264 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
6265 * gdb.reverse/sigall-reverse.exp: Same.
6266 * gdb.reverse/solib-precsave.exp: Same.
6267 * gdb.reverse/solib-reverse.exp: Same.
6268 * gdb.reverse/step-precsave.exp: Same.
6269 * gdb.reverse/until-precsave.exp: Same.
6270 * gdb.reverse/until-reverse.exp: Same.
6271 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
6272
6273 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
6274
6275 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
6276 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
6277 (cmp_struct_05_01, cmp_struct_static_02_01)
6278 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
6279 comparisons.
6280
6281 2019-10-10 Tom de Vries <tdevries@suse.de>
6282
6283 PR testsuite/24888
6284 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
6285 gnatlink.
6286
6287 2019-10-09 Tom de Vries <tdevries@suse.de>
6288
6289 PR testsuite/25048
6290 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6291
6292 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6293
6294 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
6295 exceptions due to missing debug information.
6296
6297 2019-10-07 Tom de Vries <tdevries@suse.de>
6298
6299 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6300
6301 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6302
6303 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
6304 * gdb.base/annota1.exp: Update to use gdb_test_name.
6305
6306 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
6307
6308 * gdb.base/ctf-whatis.exp: New file.
6309 * gdb.base/ctf-whatis.c: New file.
6310 * gdb.base/ctf-ptype.exp: New file.
6311 * gdb.base/ctf-ptype.c: New file.
6312 * gdb.base/ctf-constvars.exp: New file.
6313 * gdb.base/ctf-constvars.c: New file.
6314 * gdb.base/ctf-cvexpr.exp: New file.
6315
6316 2019-10-04 Tom de Vries <tdevries@suse.de>
6317
6318 * gdb.cp/local-static.c (main): Move declaration of int i out of the
6319 for loop.
6320
6321 2019-10-03 Tom Tromey <tom@tromey.com>
6322
6323 PR rust/24976:
6324 * gdb.rust/simple.rs (Union2): New type.
6325 (main): Use Union2.
6326 * gdb.rust/simple.exp: Add test.
6327
6328 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6329
6330 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6331 nested function prefix.
6332
6333 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6334 Richard Bunt <richard.bunt@arm.com>
6335 Andrew Burgess <andrew.burgess@embecosm.com>
6336
6337 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6338 nested functions.
6339 * gdb.fortran/nested-funcs.f90: Update expected results.
6340 * gdb.fortran/nested-funcs-2.exp: New file.
6341 * gdb.fortran/nested-funcs-2.f90: New file.
6342
6343 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6344
6345 * gdb.python/py-parameter.exp: Make test names unique.
6346 * gdb.python/py-template.exp: Likewise.
6347 * gdb.python/py-value.exp: Likewise.
6348
6349 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6350
6351 * gdb.base/break-interp.exp: Reduce test name duplication.
6352 * gdb.base/call-sc.exp: Likewise.
6353 * gdb.base/callfuncs.exp: Likewise.
6354 * gdb.base/charset.exp: Likewise.
6355 * gdb.base/dump.exp: Likewise.
6356 * gdb.base/ena-dis-br.exp: Likewise.
6357 * gdb.base/relational.exp: Likewise.
6358 * gdb.base/step-over-syscall.exp: Likewise.
6359 * gdb.base/structs.exp: Likewise.
6360
6361 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6362
6363 * gdb.linespec/explicit.exp: Make test names unique.
6364 * gdb.linespec/ls-errs.exp: Likewise.
6365
6366 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6367
6368 * gdb.reverse/break-precsave.exp: Make test names unique.
6369 * gdb.reverse/break-reverse.exp: Likewise.
6370 * gdb.reverse/finish-precsave.exp: Likewise.
6371 * gdb.reverse/finish-reverse.exp: Likewise.
6372 * gdb.reverse/machinestate-precsave.exp: Likewise.
6373 * gdb.reverse/machinestate.exp: Likewise.
6374 * gdb.reverse/readv-reverse.exp: Likewise.
6375 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6376 * gdb.reverse/sigall-precsave.exp: Likewise.
6377 * gdb.reverse/sigall-reverse.exp: Likewise.
6378 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6379 * gdb.reverse/watch-precsave.exp: Likewise.
6380 * gdb.reverse/watch-reverse.exp: Likewise.
6381
6382 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6383
6384 * gdb.threads/stop-with-handle.c: New file.
6385 * gdb.threads/stop-with-handle.exp: New file.
6386
6387 2019-10-03 Tom de Vries <tdevries@suse.de>
6388
6389 PR testsuite/25059
6390 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6391 directory" line to be missing.
6392
6393 2019-10-03 Tom de Vries <tdevries@suse.de>
6394
6395 PR testsuite/25059
6396 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6397 type optional.
6398
6399 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6400
6401 * gdb.python/py-format-string.c (string.h): New include.
6402 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6403 the same value, for endianness-independence.
6404 * gdb.python/py-format-string.exp (default_regexp_dict)
6405 (test_pretty_structs, test_format): Adjust expected output to the
6406 changed initialization.
6407
6408 2019-10-02 Tom Tromey <tromey@adacore.com>
6409
6410 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6411
6412 2019-10-02 Pedro Alves <palves@redhat.com>
6413 Andrew Burgess <andrew.burgess@embecosm.com>
6414
6415 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6416 "print-file-var.h".
6417 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6418 (get_version_1): Print this_version_id and its address.
6419 Add extern "C" wrappers around interface functions.
6420 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6421 "print-file-var.h".
6422 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6423 (get_version_2): Print this_version_id and its address.
6424 Add extern "C" wrappers around interface functions.
6425 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6426 <stddef.h> and "print-file-var.h".
6427 Add extern "C" wrappers around interface functions.
6428 [VERSION_ID_MAIN] (this_version_id): Define.
6429 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6430 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6431 up extern "C" blocks.
6432 * gdb.base/print-file-var.exp (test): New, factored out from top
6433 level.
6434 (top level): Test all combinations of attribute hidden or not,
6435 dlopen or not, and this_version_id symbol in main file or not.
6436 Compile tests as both C++ and C, make test names unique.
6437
6438 2019-10-01 Tom Tromey <tom@tromey.com>
6439
6440 * gdb.base/style.exp: Test "show logging filename".
6441
6442 2019-10-01 Tom Tromey <tom@tromey.com>
6443
6444 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6445 * gdb.base/style.exp: Add metadata style test.
6446
6447 2019-10-01 Tom Tromey <tom@tromey.com>
6448
6449 * gdb.base/style.exp: Test "pwd".
6450
6451 2019-10-01 Tom Tromey <tom@tromey.com>
6452
6453 * gdb.base/style.exp: Update tests.
6454
6455 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6456
6457 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6458 'six' to unsigned.
6459 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6460 'five'. Use an all-ones bit pattern for each.
6461 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6462 to its changed values.
6463
6464 2019-09-30 Tom Tromey <tromey@adacore.com>
6465
6466 * gdb.rust/traits.rs: Disable all warnings.
6467
6468 2019-09-29 Tom de Vries <tdevries@suse.de>
6469
6470 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
6471
6472 2019-09-29 Tom de Vries <tdevries@suse.de>
6473
6474 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6475
6476 2019-09-27 Tom de Vries <tdevries@suse.de>
6477
6478 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6479
6480 2019-09-27 Tom de Vries <tdevries@suse.de>
6481
6482 PR record/23188
6483 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6484
6485 2019-09-26 Tom Tromey <tromey@adacore.com>
6486
6487 * gdb.ada/py_taft.exp: New file.
6488 * gdb.ada/py_taft/main.adb: New file.
6489 * gdb.ada/py_taft/pkg.adb: New file.
6490 * gdb.ada/py_taft/pkg.ads: New file.
6491
6492 2019-09-24 Tom de Vries <tdevries@suse.de>
6493
6494 PR gdb/24598
6495 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6496
6497 2019-09-22 Tom de Vries <tdevries@suse.de>
6498
6499 * gdb.base/restore.exp: Allow register variables to be optimized out at
6500 -O0.
6501
6502 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6503
6504 * gdb.arch/spu-info.exp: Remove file.
6505 * gdb.arch/spu-info.c: Remove file.
6506 * gdb.arch/spu-ls.exp: Remove file.
6507 * gdb.arch/spu-ls.c: Remove file.
6508
6509 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6510 * gdb.asm/spu.inc: Remove file.
6511
6512 * gdb.base/dump.exp: Remove support for spu*-*-*.
6513 * gdb.base/stack-checking.exp: Likewise.
6514 * gdb.base/overlays.exp: Likewise.
6515 * gdb.base/ovlymgr.c: Likewise.
6516 * gdb.base/spu.ld: Remove file.
6517
6518 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6519 * gdb.cp/cpexprs.exp: Likewise.
6520 * gdb.cp/exception.exp: Likewise.
6521 * gdb.cp/gdb2495.exp: Likewise.
6522 * gdb.cp/mb-templates.exp: Likewise.
6523 * gdb.cp/pr9167.exp: Likewise.
6524 * gdb.cp/userdef.exp: Likewise.
6525
6526 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6527
6528 * gdb.cell: Remove directory.
6529 * lib/cell.exp: Remove file.
6530
6531 2019-09-19 Tom de Vries <tdevries@suse.de>
6532
6533 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6534
6535 2019-09-19 Tom de Vries <tdevries@suse.de>
6536
6537 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6538
6539 2019-09-19 Tom de Vries <tdevries@suse.de>
6540
6541 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6542 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6543 (gdb_target_cmd): ... here.
6544 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6545 value 2.
6546
6547 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6548
6549 * gdb.base/source-dir.exp: Avoid having directory names in test
6550 names.
6551
6552 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6553
6554 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6555 directory.
6556
6557 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6558
6559 * gdb.base/list-missing-source.exp: New file.
6560
6561 2019-09-14 Tom de Vries <tdevries@suse.de>
6562
6563 PR teststuite/24599
6564 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6565 * lib/ada.exp (gnatmake_version_at_least): New proc.
6566
6567 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6568
6569 * gdb.base/maint.exp: Use exec_has_index_section.
6570
6571 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6572
6573 * gdb.base/maint.exp: Add test for 'maint info sections'.
6574
6575 2019-09-12 Tom de Vries <tdevries@suse.de>
6576
6577 * gdb.base/store.exp: Allow register variables to be optimized out at
6578 -O0.
6579
6580 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6581
6582 * gdb.ada/rdv_wait.exp: Update to new task names.
6583 * gdb.base/task_switch_in_core.exp: Likewise.
6584 * gdb.base/info_sources_base.c: Likewise.
6585
6586 2019-09-10 Tom Tromey <tromey@adacore.com>
6587
6588 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6589
6590 2019-09-10 Tom Tromey <tromey@adacore.com>
6591
6592 * gdb.ada/dgopt.exp: New file.
6593 * gdb.ada/dgopt/x.adb: New file.
6594
6595 2019-09-08 Tom Tromey <tom@tromey.com>
6596
6597 * gdb.tui/resize.exp: Remove setup_xfail.
6598 * gdb.tui/regs.exp: Remove setup_xfail.
6599 * gdb.tui/basic.exp: Remove setup_xfail.
6600
6601 2019-09-06 David Blaikie <dblaikie@gmail.com>
6602
6603 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6604 * gdb.cp/cplabel.exp: Ditto.
6605 * gdb.linespec/ls-errs.exp: Ditto.
6606
6607 2019-09-05 Tom de Vries <tdevries@suse.de>
6608
6609 * lib/gdb.exp (cmp_file_string): New proc.
6610 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6611 runto_main. Verify save breakpoints output.
6612
6613 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6614
6615 * gdb.base/info-var.exp: Test info variables without running
6616 to main, to avoid expect's buffer overflow.
6617
6618 2019-09-03 Tom Tromey <tromey@adacore.com>
6619
6620 * gdb.ada/bias.exp: New file.
6621 * gdb.ada/bias/bias.adb: New file.
6622 * gdb.ada/print_chars.exp: Add regression test.
6623 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6624 (MC): New variable.
6625
6626 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6627
6628 * gdb.base/argv0-symlink.exp: Run only on native target
6629 and local host.
6630
6631 2019-08-29 Tom de Vries <tdevries@suse.de>
6632
6633 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6634 diverse debug info.
6635 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6636
6637 2019-08-28 Tom de Vries <tdevries@suse.de>
6638
6639 * gdb.base/info-var.exp: Allow info variables to print info for files
6640 other than info-var-f1.c and info-var-f2.c.
6641
6642 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6643
6644 * gdb.fortran/info-types.exp: Add module.
6645 * gdb.fortran/info-types.f90: Update expected results.
6646
6647 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6648
6649 * gdb.fortran/info-types.exp: New file.
6650 * gdb.fortran/info-types.f90: New file.
6651 * lib/fortran.exp (fortran_character1): New proc.
6652
6653 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6654
6655 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6656 functions'. Reindent as needed.
6657 * gdb.base/info-var-f1.c: New file.
6658 * gdb.base/info-var-f2.c: New file.
6659 * gdb.base/info-var.exp: New file.
6660 * gdb.base/info-var.h: New file.
6661
6662 2019-08-26 Tom de Vries <tdevries@suse.de>
6663
6664 PR c++/24852
6665 * gdb.cp/no-libstdcxx-probe.exp: New test.
6666
6667 2019-08-26 Tom de Vries <tdevries@suse.de>
6668
6669 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6670 * tests need to be skipped.
6671 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6672 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6673 mi_skip_libstdcxx_probe_tests.
6674
6675 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6676
6677 * gdb.python/py-xmethods.exp: Use raw strings when passing
6678 arguments to SimpleXMethodMatcher.
6679
6680 2019-08-22 Tom de Vries <tdevries@suse.de>
6681
6682 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6683 more informative.
6684
6685 2019-08-21 Pedro Alves <palves@redhat.com>
6686
6687 * gdb.base/with.exp: Test "with" with no arguments.
6688
6689 2019-08-21 Tom de Vries <tdevries@suse.de>
6690
6691 * gdb.base/gdb-caching-proc.exp: Sort files.
6692
6693 2019-08-20 Tom de Vries <tdevries@suse.de>
6694
6695 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6696 compilation.
6697
6698 2019-08-16 Tom de Vries <tdevries@suse.de>
6699
6700 * gdb.base/compare-sections.exp ("after run to main"): Allow
6701 mismatched read-only sections for PIE executables.
6702
6703 2019-08-16 Tom Tromey <tom@tromey.com>
6704
6705 * lib/tuiterm.exp (_csi_Z): New proc.
6706 * gdb.tui/basic.exp: Update window positions.
6707 * gdb.tui/empty.exp: Update window positions.
6708
6709 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6710
6711 * gdb.base/examine-backward.exp: Correct regexp for
6712 "examine 3 bytes backward from ${address_zero}".
6713
6714 2019-08-15 Tom Tromey <tom@tromey.com>
6715
6716 * gdb.tui/empty.exp: Enable resizing tests.
6717
6718 2019-08-15 Tom Tromey <tromey@adacore.com>
6719
6720 * gdb.ada/char_enum.exp: Add regression tests.
6721 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6722 and '0'.
6723 (Char, Gchar): Update.
6724 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6725
6726 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6727
6728 * gdb.python/python.exp: Expect a leading underscore on
6729 GdbOutput{,Error}File.
6730
6731 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6732
6733 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6734 Windows host.
6735
6736 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6737
6738 * gdb.base/batch-preserve-term-settings.exp
6739 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6740
6741 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6742
6743 * lib/gdb.exp: When running on a mingw target, replace
6744 /x/ with x:/.
6745
6746 2019-08-14 Alan Hayward <alan.hayward@arm.com>
6747
6748 * gdb.arch/aarch64-prologue.c: New test.
6749 * gdb.arch/aarch64-prologue.exp: New file.
6750
6751 2019-08-13 Tom de Vries <tdevries@suse.de>
6752
6753 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6754 Thread.
6755
6756 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6757
6758 * gdb.python/py-completion.exp: Download the .py file to the host
6759 and use its host pathname. Conditionalize tests that use
6760 tab completion and manipulate files on the build machine.
6761 * gdb.python/py-events.exp: Download the .py file to the host
6762 and use its host pathname.
6763 * gdb.python/py-evsignal.exp: Likewise.
6764 * gdb.python/py-evthreads.exp: Likewise.
6765 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6766 pathname syntax.
6767 * gdb.python/py-framefilter.exp: Download the .py file to the right
6768 place on the host. Match Windows pathname syntax.
6769 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6770 .py file to the host and use its host pathname.
6771 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6772 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6773 build pathname. Skip symlink test on Windows host. Add missing
6774 newline at end of file.
6775 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6776 and use its host pathname.
6777 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6778 * gdb.python/py-section-script.exp: Use host location of binfile
6779 on safe-path. Use correct path separator on Windows host.
6780 Reorder alternatives in gdb_test_multiple to prevent matching
6781 the wrong alternative on success.
6782 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6783
6784 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6785
6786 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6787 expect the GDB inferior to no longer immediately stop after
6788 being resumed with "signal SIGINT".
6789
6790 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6791
6792 * gdb.linespec/break-ask.exp: Generalize regexps to match
6793 Windows pathnames too.
6794
6795 2019-08-08 Tom de Vries <tdevries@suse.de>
6796
6797 PR testsuite/24862
6798 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6799
6800 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6801
6802 * gdb.base/style.exp: Update tests for help doc new invariants.
6803 * gdb.base/help.exp: Likewise.
6804
6805 2019-08-06 Tom Tromey <tom@tromey.com>
6806
6807 * gdb.base/style.exp: Add disassemble test.
6808 * gdb.base/style.c (some_called_function): New function.
6809 (main): Use it.
6810
6811 2019-08-05 Christian Biesinger <cbiesinger@google.com>
6812
6813 * gdb.python/py-block.exp: Test dictionary access on blocks.
6814
6815 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
6816
6817 PR gdb/24863
6818 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6819 -list-thread-groups --available test when running under
6820 check-read1.
6821
6822 2019-08-05 Tom de Vries <tdevries@suse.de>
6823
6824 PR testsuite/24863
6825 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6826 * gdb.base/help.exp: Use with_read1_timeout_factor.
6827 * gdb.base/info-macros.exp: Same.
6828 * gdb.cp/nested-types.exp: Same.
6829
6830 2019-08-05 Tom de Vries <tdevries@suse.de>
6831
6832 * lib/gdb.exp (version_at_least): Factor out of ...
6833 (tcl_version_at_least): ... here.
6834 (gdb_compile): Fail if pie results in non-PIE executable.
6835 (readelf_version, readelf_prints_pie): New proc.
6836 (exec_is_pie): Return -1 if unknown.
6837
6838 2019-08-05 Tom de Vries <tdevries@suse.de>
6839
6840 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6841
6842 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6843
6844 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6845
6846 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6847
6848 * lib/completion-support.exp (test_gdb_complete_none): Skip
6849 tab completion tests if no readline support.
6850 (test_gdb_complete_unique_re): Likewise.
6851 (test_gdb_complete_multiple): Likewise.
6852
6853 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6854
6855 * gdb.base/info_sources.exp: New file.
6856 * gdb.base/info_sources.c: New file.
6857 * gdb.base/info_sources_base.c: New file.
6858
6859 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6860
6861 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6862 prefix argument.
6863 (test_exit_status): Add prefix argument.
6864
6865 2019-08-01 Tom de Vries <tdevries@suse.de>
6866
6867 PR testsuite/24863
6868 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6869 calling exp_continue for new thread and thread exited messages.
6870
6871 2019-08-01 Tom de Vries <tdevries@suse.de>
6872
6873 PR testsuite/24863
6874 * gdb.base/structs.exp: Fix check-read1 timeout using
6875 gdb_test_sequence.
6876 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6877
6878 2019-08-01 Tom de Vries <tdevries@suse.de>
6879
6880 PR testsuite/24863
6881 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6882 line.
6883
6884 2019-08-01 Tom de Vries <tdevries@suse.de>
6885
6886 PR testsuite/24863
6887 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6888
6889 2019-07-30 Tom Tromey <tromey@adacore.com>
6890
6891 * gdb.ada/display_nested.exp: New file.
6892 * gdb.ada/display_nested/foo.adb: New file.
6893 * gdb.ada/display_nested/pack.adb: New file.
6894 * gdb.ada/display_nested/pack.ads: New file.
6895
6896 2019-07-30 Christian Biesinger <cbiesinger@google.com>
6897
6898 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6899 namespace.
6900 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6901
6902 2019-07-30 Tom de Vries <tdevries@suse.de>
6903
6904 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6905 instead.
6906
6907 2019-07-30 Tom de Vries <tdevries@suse.de>
6908
6909 PR testsuite/24834
6910 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6911 (exec_is_pie): New proc.
6912
6913 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6914
6915 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6916
6917 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6918
6919 * gdb.python/py-objfile.c: Add global and static vars.
6920 * gdb.python/py-objfile.exp: Test new functions Objfile.
6921 lookup_global_symbol and lookup_static_symbol.
6922
6923 2019-07-29 Tom Tromey <tom@tromey.com>
6924
6925 * lib/tuiterm.exp (Term::_csi_@): New proc.
6926 (Term::_csi_X): Don't move cursor.
6927
6928 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6929
6930 * gdb.base/options.exp: Update backtrace - completion to
6931 new option -frame-info.
6932 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6933 Test new 'set print frame-info'. Test backtrace -frame-info
6934 overriding 'set print frame-info'.
6935 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6936 Test new 'set print frame-info'.
6937 Verify consistency of backtrace with and without filters, with and
6938 without -no-filters.
6939 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6940 default.
6941
6942 2019-07-29 Tom de Vries <tdevries@suse.de>
6943
6944 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6945 no arguments".
6946
6947 2019-07-29 Tom de Vries <tdevries@suse.de>
6948
6949 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6950 is a substring of the first for "complete non-unique file name".
6951
6952 2019-07-29 Tom de Vries <tdevries@suse.de>
6953
6954 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6955 with ".*".
6956
6957 2019-07-29 Tom de Vries <tdevries@suse.de>
6958
6959 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6960 Pass prompt_regexp parameter to gdb_test_multiple calls.
6961
6962 2019-07-29 Tom de Vries <tdevries@suse.de>
6963
6964 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
6965 print registers" regexps.
6966
6967 2019-07-29 Tom de Vries <tdevries@suse.de>
6968
6969 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6970
6971 2019-07-29 Tom de Vries <tdevries@suse.de>
6972
6973 PR gdb/24855
6974 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6975 (skip_python_tests_prompt): Add prompt_regexp argument to
6976 gdb_test_multiple calls.
6977
6978 2019-07-27 Tom Tromey <tom@tromey.com>
6979
6980 * gdb.tui/main.exp: New file.
6981
6982 2019-07-27 Tom Tromey <tom@tromey.com>
6983
6984 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6985 optional.
6986 * gdb.tui/empty.exp: New file.
6987
6988 2019-07-27 Tom Tromey <tom@tromey.com>
6989
6990 * lib/tuiterm.exp (spawn): New proc.
6991 (Term::resize): New proc.
6992 * gdb.tui/resize.exp: New file.
6993
6994 2019-07-27 Tom Tromey <tom@tromey.com>
6995
6996 * gdb.tui/list.exp: New file.
6997
6998 2019-07-27 Tom Tromey <tom@tromey.com>
6999
7000 * gdb.tui/regs.exp: New file.
7001
7002 2019-07-27 Tom Tromey <tom@tromey.com>
7003
7004 * gdb.tui/basic.exp: Add "layout split" test.
7005
7006 2019-07-27 Tom Tromey <tom@tromey.com>
7007
7008 * gdb.tui/basic.exp: Add "layout asm" test.
7009
7010 2019-07-27 Tom Tromey <tom@tromey.com>
7011
7012 * lib/tuiterm.exp: New file.
7013 * gdb.tui/basic.exp: New file.
7014
7015 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7016
7017 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
7018 Enable tests associated with this flag. Adjust regex
7019 referencing "foo_low" to now refer to "foo_cold" instead.
7020
7021 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7022
7023 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
7024 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
7025 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
7026 foo_cold. Revise comments to match.
7027 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
7028 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
7029 were wrapped into this proc; Call do_test in loop from outermost
7030 level.
7031 (foo_low): Rename all occurrences to "foo_cold".
7032 (backtrace from baz): New test.
7033 (x2/i foo_cold): New test.
7034 (info line *foo_cold): New test.
7035
7036 2019-07-26 Tom de Vries <tdevries@suse.de>
7037
7038 * gdb.arch/i386-pkru.exp: Fix unterminated string.
7039
7040 2019-07-25 Tom de Vries <tdevries@suse.de>
7041
7042 PR testsuite/24830
7043 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
7044 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
7045 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
7046 (skip_libstdcxx_probe_tests): ... here.
7047 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
7048
7049 2019-07-24 Tom de Vries <tdevries@suse.de>
7050
7051 PR testsuite/24807
7052 * gdb.objc/basicclass.m: Include stdio.h.
7053 * gdb.objc/nondebug.m: Same.
7054 * gdb.objc/objcdecode.m: Same.
7055
7056 2019-07-24 Tom de Vries <tdevries@suse.de>
7057
7058 PR testsuite/24612
7059 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
7060 additional_flags.
7061
7062 2019-07-24 Tom de Vries <tdevries@suse.de>
7063
7064 PR testsuite/24831
7065 * gdb.multi/tids.exp: Update error messages for info threads.
7066
7067 2019-07-24 Tom de Vries <tdevries@suse.de>
7068
7069 * gdb.base/info-types.exp: Allow info types to print info for more than
7070 one file.
7071
7072 2019-07-23 Tom de Vries <tdevries@suse.de>
7073
7074 PR testsuite/24842
7075 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
7076 gdb_spawn_with_cmdline_opts.
7077
7078 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
7079
7080 * gdb.arch/arm-cmse-sgstubs.c: New test.
7081 * gdb.arch/arm-cmse-sgstubs.exp: New file.
7082
7083 2019-07-23 Tom de Vries <tdevries@suse.de>
7084
7085 PR testsuite/24711
7086 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
7087 issuing next command.
7088
7089 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7090
7091 * gdb.ada/info_auto_lang.exp: Update expected results.
7092 * gdb.base/info-types.c: Add additional types to check.
7093 * gdb.base/info-types.exp: Update expected results.
7094
7095 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7096
7097 * gdb.base/info-types.c: New file.
7098 * gdb.base/info-types.exp: New file.
7099
7100 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
7101
7102 * gdb.arch/riscv-bp-infcall.c: New file.
7103 * gdb.arch/riscv-bp-infcall.exp: New file.
7104
7105 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
7106
7107 PR breakpoints/24541
7108 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
7109
7110 2019-07-14 Tom de Vries <tdevries@suse.de>
7111
7112 PR testsuite/24760
7113 * gdb.objc/basicclass.exp: Fix unterminated string.
7114
7115 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
7116 Andrew Burgess <andrew.burgess@embecosm.com>
7117
7118 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
7119 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
7120 negative bounds.
7121 * gdb.fortran/vla-value.exp: Print elements of an array with
7122 negative bounds.
7123 * gdb.fortran/vla.f90: Setup an array with negative bounds for
7124 testing.
7125
7126 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7127
7128 * gdb.base/options.exp (expect_string): Dequote strings in
7129 results.
7130 (test-string): Test strings with different quoting and reindent.
7131
7132 2019-07-10 Tom Tromey <tromey@adacore.com>
7133
7134 * gdb.ada/mi_ex_cond.exp: Update expected results.
7135 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
7136 * gdb.ada/mi_catch_ex.exp: Update expected results.
7137 * gdb.ada/mi_catch_assert.exp: Update expected results.
7138 * gdb.ada/catch_ex.exp (catch_exception_info)
7139 (catch_exception_entry, catch_assert_entry)
7140 (catch_unhandled_entry): Update.
7141 * gdb.ada/catch_assert_if.exp: Update expected results.
7142
7143 2019-07-10 Richard Bunt <richard.bunt@arm.com>
7144 Stephen Roberts <stephen.roberts@arm.com>
7145
7146 * gdb.base/define.exp: Restore original prompt.
7147
7148 2019-07-09 Pedro Alves <palves@redhat.com>
7149
7150 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
7151 breakpoints" output.
7152 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
7153 * gdb.python/py-breakpoint.exp: No longer expect that "catch
7154 throw" creates breakpoint.
7155 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
7156 'type="catchpoint"'.
7157
7158 2019-07-09 Pedro Alves <palves@redhat.com>
7159
7160 PR c++/15468
7161 * gdb.cp/except-multi-location-lib.cc: New.
7162 * gdb.cp/except-multi-location-main.cc: New.
7163 * gdb.cp/except-multi-location.exp: New.
7164
7165 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
7166
7167 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
7168 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
7169 argument and update callers.
7170
7171 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7172
7173 * gdb.arch/amd64-break-on-asm-line.S: New file.
7174 * gdb.arch/amd64-break-on-asm-line.exp: New file.
7175
7176 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7177
7178 * gdb.base/printcmds.exp: Test printing C string and
7179 C wide string convenience vars without transiting via the inferior.
7180 Also make test names unique.
7181
7182 2019-07-08 Alan Hayward <alan.hayward@arm.com>
7183
7184 PR breakpoints/25011
7185 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
7186
7187 2019-07-04 Pedro Alves <palves@redhat.com>
7188
7189 * lib/gdb.exp (foreach_with_prefix): Don't return early if
7190 body returned ok(0), break(3) or continue(4).
7191 * gdb.testsuite/foreach_with_prefix.exp: New file.
7192
7193 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7194
7195 * gdb.server/unittest.exp: Allow 0 unit tests to run.
7196
7197 2019-07-03 Pedro Alves <palves@redhat.com>
7198
7199 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
7200 "return -code".
7201
7202 2019-07-03 Pedro Alves <palves@redhat.com>
7203
7204 PR cli/24732
7205 * gdb.base/shell.exp: Load completion-support.exp.
7206 Adjust expected error output. Add completion tests.
7207
7208 2019-07-03 Pedro Alves <palves@redhat.com>
7209
7210 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
7211 string_to_regexp.
7212
7213 2019-07-03 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
7216 (expect_integer): Adjust to expect "-string".
7217 (expect_string): New.
7218 (all_options): Expect "-string".
7219 (test-flag, test-boolean): Adjust to expect "-string".
7220 (test-string): New proc.
7221 (top level): Call it.
7222
7223 2019-07-03 Pedro Alves <palves@redhat.com>
7224
7225 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
7226 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
7227 the expected output in the success.
7228
7229 2019-07-03 Pedro Alves <palves@redhat.com>
7230
7231 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7232 Split one gdb_test_multiple call in two to avoid a race.
7233
7234 2019-07-03 Pedro Alves <palves@redhat.com>
7235
7236 * gdb.base/with.c: New file.
7237 * gdb.base/with.exp: New file.
7238
7239 2019-07-03 Pedro Alves <palves@redhat.com>
7240
7241 * gdb.base/settings.exp: Replace all references to "maint
7242 test-settings set" with references to "maint set test-settings",
7243 and all references to "maint test-settings show" with references
7244 to "maint show test-settings".
7245
7246 2019-07-03 Pedro Alves <palves@redhat.com>
7247
7248 * gdb.base/settings.exp (test-string): Adjust expected out when
7249 testing "maint test-settings show filename"
7250
7251 2019-07-02 Pedro Alves <palves@redhat.com>
7252
7253 * gdb.base/options.exp (test-info-threads): New procedure.
7254 (top level): Call it.
7255
7256 2019-06-28 Tom Tromey <tromey@adacore.com>
7257
7258 * gdb.dwarf2/ada-linkage-name.c: New file.
7259 * gdb.dwarf2/ada-linkage-name.exp: New file.
7260
7261 2019-06-27 Tom Tromey <tromey@adacore.com>
7262
7263 PR c++/20020:
7264 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7265
7266 2019-06-26 Tom de Vries <tdevries@suse.de>
7267
7268 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7269
7270 2019-06-26 Tom de Vries <tdevries@suse.de>
7271
7272 * gdb.base/index-cache.exp: Add back missing debug option.
7273
7274 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7275
7276 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7277
7278 2019-06-25 Tom de Vries <tdevries@suse.de>
7279
7280 PR testsuite/24727
7281 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
7282
7283 2019-06-24 Tom de Vries <tdevries@suse.de>
7284
7285 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7286
7287 2019-06-24 Tom de Vries <tdevries@suse.de>
7288
7289 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
7290 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
7291 * gdb.trace/unavailable-dwarf-piece.exp: Same.
7292
7293 2019-06-24 Tom de Vries <tdevries@suse.de>
7294
7295 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7296
7297 2019-06-21 Tom de Vries <tdevries@suse.de>
7298
7299 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7300
7301 2019-06-21 Tom de Vries <tdevries@suse.de>
7302
7303 PR testsuite/24518
7304 PR ada/24713
7305 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
7306 index.
7307
7308 2019-06-19 Tom Tromey <tromey@adacore.com>
7309
7310 * gdb.ada/length_cond.exp: Add intro comment.
7311
7312 2019-06-19 Tom Tromey <tromey@adacore.com>
7313
7314 * gdb.ada/length_cond.exp: New file.
7315 * gdb.ada/length_cond/length_cond.adb: New file.
7316 * gdb.ada/length_cond/pck.adb: New file.
7317 * gdb.ada/length_cond/pck.ads: New file.
7318
7319 2019-06-18 Tom de Vries <tdevries@suse.de>
7320
7321 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7322
7323 2019-06-18 Tom Tromey <tromey@adacore.com>
7324
7325 * gdb.base/list0.h: Add comment explaining control character.
7326
7327 2019-06-18 Tom de Vries <tdevries@suse.de>
7328
7329 * boards/fission.exp: Break up long debug_flags line.
7330
7331 2019-06-16 Tom de Vries <tdevries@suse.de>
7332
7333 PR gdb/24445
7334 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7335 generated index.
7336
7337 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7338
7339 PR gdb/24686
7340 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7341 improve detection of bug gdb/24541.
7342
7343 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7344
7345 PR gdb/24669
7346 * gdb.base/index-cache.exp (uses_readnow,
7347 expecting_index_cache_use): Define global variable.
7348 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7349 expecting_index_cache_use.
7350
7351 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7352 Andrew Burgess <andrew.burgess@embecosm.com>
7353
7354 * gdb.fortran/pointers.f90: New file.
7355 * gdb.fortran/print_type.exp: New file.
7356 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7357 * gdb.fortran/vla-type.exp: Likewise.
7358 * gdb.fortran/vla-value.exp: Likewise.
7359 * gdb.mi/mi-vla-fortran.exp: Likewise.
7360
7361 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7362
7363 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7364 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7365 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7366 as a stop reason.
7367
7368 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7369
7370 * gdb.base/annota1.exp: Update expected results.
7371 * gdb.cp/annota2.exp: Likewise.
7372 * gdb.cp/annota3.exp: Likewise.
7373
7374 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7375
7376 * gdb.base/style-logging.exp: Remove path from test name.
7377
7378 2019-06-14 Tom Tromey <tromey@adacore.com>
7379
7380 PR gdb/24502:
7381 * gdb.base/style-logging.exp: New file.
7382
7383 2019-06-14 Tom Tromey <tromey@adacore.com>
7384
7385 * gdb.base/symfile-warn.exp: New file.
7386 * gdb.base/symfile-warn.c: New file.
7387
7388 2019-06-14 Tom Tromey <tromey@adacore.com>
7389
7390 * gdb.base/annotate-symlink.exp: New file.
7391
7392 2019-06-14 Tom Tromey <tromey@adacore.com>
7393
7394 * gdb.ada/set_wstr.exp: Add reassignment test.
7395
7396 2019-06-14 Tom Tromey <tromey@adacore.com>
7397
7398 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7399 'unchecked_access and 'unrestricted_access as well.
7400
7401 2019-06-14 Tom Tromey <tromey@adacore.com>
7402
7403 PR ada/24539:
7404 * gdb.ada/vla.exp: Update tests.
7405 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7406 pragma.
7407
7408 2019-06-13 Pedro Alves <palves@redhat.com>
7409
7410 * gdb.base/settings.exp (test-integer): Test junk after
7411 "unlimited".
7412
7413 2019-06-13 Pedro Alves <palves@redhat.com>
7414
7415 * gdb.base/options.exp (test-thread-apply): New.
7416 (top level): Call it.
7417
7418 2019-06-13 Pedro Alves <palves@redhat.com>
7419
7420 * gdb.base/options.exp (test-frame-apply): New.
7421 (top level): Test print commands with different "frame apply"
7422 prefixes.
7423
7424 2019-06-13 Pedro Alves <palves@redhat.com>
7425
7426 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
7427 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7428 'max_completions' parameter and handle it.
7429 (test_gdb_completion_offers_commands): New.
7430
7431 2019-06-13 Pedro Alves <palves@redhat.com>
7432
7433 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7434
7435 2019-06-13 Pedro Alves <palves@redhat.com>
7436
7437 * gdb.base/options.exp (test-backtrace): New.
7438 (top level): Call it.
7439
7440 2019-06-13 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.guile/scm-frame-args.exp: Use "set print
7443 raw-frame-arguments" instead of "set print raw frame-arguments".
7444 * gdb.python/py-frame-args.exp: Likewise.
7445
7446 2019-06-13 Pedro Alves <palves@redhat.com>
7447
7448 * gdb.compile/compile.exp: Adjust expected output to option
7449 processing changes.
7450
7451 2019-06-13 Pedro Alves <palves@redhat.com>
7452
7453 * gdb.base/options.exp: Build executable.
7454 (test-print): New procedure.
7455 (top level): Call it, once for "print" and another for "compile
7456 print".
7457
7458 2019-06-13 Pedro Alves <palves@redhat.com>
7459
7460 * gdb.base/options.c: New file.
7461 * gdb.base/options.exp: New file.
7462
7463 2019-06-13 Pedro Alves <palves@redhat.com>
7464
7465 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7466 that "o" is ambiguous.
7467
7468 2019-06-13 Pedro Alves <palves@redhat.com>
7469
7470 * gdb.base/settings.c: New file.
7471 * gdb.base/settings.exp: New file.
7472
7473 2019-06-13 Pedro Alves <palves@redhat.com>
7474
7475 * gdb.base/completion.exp: Fix comment typo.
7476
7477 2019-06-13 Pedro Alves <palves@redhat.com>
7478
7479 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7480 foo --1" test.
7481
7482 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7483
7484 * gdb.fortran/block-data.f: New.
7485 * gdb.fortran/block-data.exp: New.
7486
7487 2019-06-11 Tom de Vries <tdevries@suse.de>
7488
7489 PR testsuite/24521
7490 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7491 message.
7492
7493 2019-06-11 Tom de Vries <tdevries@suse.de>
7494
7495 PR testsuite/24521
7496 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7497
7498 2019-06-11 Tom de Vries <tdevries@suse.de>
7499
7500 * boards/readnow.exp: New file.
7501
7502 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7503
7504 * gdb.fortran/vla-sizeof.exp: Update expected results.
7505
7506 2019-06-06 Amos Bird <amosbird@gmail.com>
7507
7508 * gdb.base/annota1.exp (thread_switch): Add test for
7509 thread-exited annotation.
7510
7511 2019-06-06 Tom Tromey <tromey@adacore.com>
7512
7513 * gdb.base/maint.exp: Expect command started/finished output.
7514
7515 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7516
7517 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7518 comment.
7519 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7520
7521 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7522
7523 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7524 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7525 * gdb.arch/riscv-unwind-long-insn.c: New file.
7526 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7527
7528 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7529
7530 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
7531
7532 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7533
7534 * lib/gdb.exp (help_list_trailer): New regexp variable
7535 factorizing the help trailer message.
7536 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7537 arg to allow to better factorize various tests.
7538 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7539 (test_prefix_command_help): Use help_list_trailer.
7540 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7541 * gdb.guile/scm-cmd.exp: Likewise.
7542 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7543 * gdb.base/help.exp: Use test_user_defined_class_help.
7544 * gdb.base/style.exp: Add tests for styling of help and apropos.
7545 * lib/gdb-utils.exp (style): Add title and highlight styles.
7546
7547 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7548
7549 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7550 $_shell_exitsignal.
7551 * gdb.base/default.exp: Update for new convenience variables.
7552
7553 2019-05-29 Tom Tromey <tromey@adacore.com>
7554
7555 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7556 to "break complete ada" test case's regexp.
7557
7558 2019-05-29 Tom Tromey <tromey@adacore.com>
7559
7560 PR c++/20020:
7561 * gdb.cp/constexpr-field.exp: New file.
7562 * gdb.cp/constexpr-field.cc: New file.
7563
7564 2019-05-29 Tom Tromey <tromey@adacore.com>
7565
7566 * gdb.base/finish.exp (finish_no_print): New proc.
7567 (finish_tests): Call it.
7568
7569 2019-05-24 Tom de Vries <tdevries@suse.de>
7570
7571 * gdb.dwarf2/gdb-add-index.exp: New file.
7572
7573 2019-05-22 Tom Tromey <tromey@adacore.com>
7574
7575 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7576 * gdb.base/style.exp: Use "style".
7577 * lib/gdb-utils.exp (style): New proc.
7578
7579 2019-05-22 Tom de Vries <tdevries@suse.de>
7580
7581 * gdb.base/align.exp: Require c++11.
7582
7583 2019-05-22 Tom de Vries <tdevries@suse.de>
7584
7585 PR testsuite/24586
7586 * gdb.python/py-mi-var-info-path-expression.exp: Call
7587 mi_skip_python_tests to check if python is supported.
7588
7589 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7590
7591 * gdb.arch/aarch64-pauth.c: New test.
7592 * gdb.arch/aarch64-pauth.exp: New file.
7593
7594 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7595
7596 * README (Re-running Tests Outside The Testsuite): New section.
7597
7598 2019-05-21 Tom de Vries <tdevries@suse.de>
7599
7600 * gdb.arch/amd64-eval.exp: Require c++11.
7601 * gdb.base/max-depth.exp: Same.
7602 * gdb.compile/compile-cplus-array-decay.exp: Same.
7603 * gdb.cp/meth-typedefs.exp: Same.
7604 * gdb.cp/subtypes.exp: Same.
7605 * gdb.cp/temargs.exp: Same.
7606
7607 2019-05-21 Alan Hayward <alan.hayward@arm.com>
7608
7609 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7610
7611 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7612
7613 PR gdb/18644
7614 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7615 * gdb.fortran/printing-types.exp: Add new test.
7616 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7617 testing.
7618 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7619 setup_kfail call.
7620
7621 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7622
7623 * README (Running the Testsuite): Change example.
7624 (Testsuite Parameters): Remove TRANSCRIPT.
7625 * lib/gdb.exp: Remove TRANSCRIPT check.
7626
7627 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7628
7629 * README (Testsuite Parameters): Add replay logging to
7630 GDBSERVER_DEBUG.
7631 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7632 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7633 as a comma separated list.
7634 (gdb_debug_init): Override procedure.
7635
7636 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7637
7638 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7639 (gdb_write_cmd_file): New procedure.
7640 * lib/gdbserver-support.exp (gdbserver_start): Call
7641 gdbserver_write_cmd_file.
7642 (gdbserver_write_cmd_file): New procedure.
7643
7644 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7645
7646 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7647 (delete_breakpoints): Likewise.
7648 (gdb_run_cmd): Likewise.
7649 (gdb_start_cmd): Likewise.
7650 (gdb_starti_cmd): Likewise.
7651 (gdb_internal_error_resync): Likewise.
7652 (gdb_test_multiple): Likewise.
7653 (gdb_reinitialize_dir): Likewise.
7654 (default_gdb_exit): Likewise.
7655 (gdb_file_cmd): Mark kill as optional.
7656 (default_gdb_start): Call gdb_stdin_log_init.
7657 (send_gdb): Call gdb_stdin_log_write.
7658 (rerun_to_main): Mark Y as an answer.
7659 (gdb_stdin_log_init): New function.
7660 (gdb_stdin_log_write): Likewise.
7661
7662 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7663
7664 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7665 * gdb.base/debug-expr.exp: Likewise.
7666 * gdb.base/foll-fork.exp: Likewise.
7667 * gdb.base/foll-vfork.exp: Likewise.
7668 * gdb.base/fork-print-inferior-events.exp: Likewise.
7669 * gdb.base/gdb-sigterm.exp: Likewise.
7670 * gdb.base/gdbinit-history.exp: Likewise.
7671 * gdb.base/osabi.exp: Likewise.
7672 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7673 * gdb.base/ui-redirect.exp: Likewise.
7674 * gdb.gdb/unittest.exp: Likewise.
7675 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7676 * gdb.mi/mi-watch.exp: Likewise.
7677 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7678 * gdb.mi/user-selected-context-sync.exp: Likewise.
7679 * gdb.python/python.exp: Disable debug test when debugging.
7680 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7681 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7682 Likewise.
7683 * gdb.threads/stepi-random-signal.exp: Likewise.
7684
7685 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7686
7687 * Makefile.in: Pass through GDB_DEBUG.
7688 * README (Testsuite Parameters): Add GDB_DEBUG.
7689 (gdb,debug): Add board setting.
7690 * lib/gdb.exp (default_gdb_start): Start debugging.
7691 (gdb_debug_enabled): New procedure.
7692 (gdb_debug_init): Likewise.
7693
7694 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7695
7696 * Makefile.in: Pass through GDB_DEBUG.
7697 * README (Testsuite Parameters): Add GDB_DEBUG.
7698 (gdb,debug): Add board setting.
7699 * lib/gdb.exp (default_gdb_start): Start debugging.
7700 (gdb_debug_enabled): New procedure.
7701 (gdb_debug_init): Likewise.
7702
7703 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7704
7705 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7706
7707 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7708
7709 * gdb.base/ui-redirect.exp: Test redirection.
7710
7711 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7712
7713 * gdb.mi/mi-complete.exp: New file.
7714 * gdb.mi/mi-complete.cc: Likewise.
7715
7716 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7717
7718 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7719 indexed and sliced arrays, and pointers to arrays.
7720
7721 2019-05-14 Tom Tromey <tromey@adacore.com>
7722
7723 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7724 styling test.
7725
7726 2019-05-14 Tom de Vries <tdevries@suse.de>
7727
7728 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7729 selection entry encoding.
7730
7731 2019-05-10 Tom Tromey <tromey@adacore.com>
7732
7733 * gdb.ada/info_exc.exp: Add "complete" test.
7734
7735 2019-05-09 Tom de Vries <tdevries@suse.de>
7736
7737 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7738 CU-relative.
7739
7740 2019-05-09 Tom de Vries <tdevries@suse.de>
7741
7742 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7743 CU-relative.
7744
7745 2019-05-08 Joel Brobecker <brobecker@adacore.com>
7746
7747 * gdb.ada/frame_arg_lang.exp: New testcase.
7748 * gdb.ada/frame_arg_lang/bla.adb: New file.
7749 * gdb.ada/frame_arg_lang/pck.ads: New file.
7750 * gdb.ada/frame_arg_lang/pck.adb: New file.
7751 * gdb.ada/frame_arg_lang/foo.c: New file.
7752
7753 2019-05-08 Tom Tromey <tromey@adacore.com>
7754
7755 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7756
7757 2019-05-08 Tom Tromey <tromey@adacore.com>
7758
7759 * gdb.base/ptype-offsets.exp: Update tests.
7760
7761 2019-05-08 Tom Tromey <tromey@adacore.com>
7762
7763 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7764 cases.
7765 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7766 "short".
7767
7768 2019-05-08 Tom Tromey <tromey@adacore.com>
7769
7770 * gdb.ada/vla.exp: New file.
7771 * gdb.ada/vla/vla.adb: New file.
7772
7773 2019-05-07 Tom de Vries <tdevries@suse.de>
7774
7775 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7776
7777 2019-05-07 Tom de Vries <tdevries@suse.de>
7778
7779 PR testsuite/24522
7780 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7781 section.
7782
7783 2019-05-07 Tom de Vries <tdevries@suse.de>
7784
7785 PR testsuite/24522
7786 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7787 .debug_aranges section.
7788
7789 2019-05-07 Tom de Vries <tdevries@suse.de>
7790
7791 PR testsuite/24159
7792 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7793
7794 2019-05-06 Tom de Vries <tdevries@suse.de>
7795
7796 * lib/gdb.exp (exec_has_index_section): New proc.
7797 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7798 section.
7799
7800 2019-05-04 Tom de Vries <tdevries@suse.de>
7801
7802 * boards/cc-with-debug-names.exp: New file.
7803
7804 2019-05-03 Tom Tromey <tromey@adacore.com>
7805
7806 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7807 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7808 * gdb.ada/char_enum.exp: Add test.
7809
7810 2019-05-03 Tom de Vries <tdevries@suse.de>
7811
7812 * boards/cc-with-gdb-index.exp: New file.
7813
7814 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7815
7816 * gdb.rust/simple.exp: Add new test case.
7817 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7818 (main): Initialise an instance of the new struct.
7819
7820 2019-05-01 Tom Tromey <tromey@adacore.com>
7821
7822 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7823 record.
7824 (NPR): New variable.
7825 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7826 test.
7827
7828 2019-05-01 Tom Tromey <tromey@adacore.com>
7829
7830 * gdb.ada/packed_array_assign.exp: Add packed assignment
7831 regression test.
7832
7833 2019-05-01 Tom de Vries <tdevries@suse.de>
7834
7835 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7836
7837 2019-05-01 Tom de Vries <tdevries@suse.de>
7838
7839 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7840
7841 2019-04-30 Ali Tamur <tamur@google.com>
7842
7843 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7844
7845 2019-04-30 Tom Tromey <tromey@adacore.com>
7846
7847 * lib/ada.exp (find_ada_tool): New proc.
7848 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7849 * gdb.ada/catch_ex_std.exp: New file.
7850 * gdb.ada/catch_ex_std/foo.adb: New file.
7851 * gdb.ada/catch_ex_std/some_package.adb: New file.
7852 * gdb.ada/catch_ex_std/some_package.ads: New file.
7853
7854 2019-04-30 Tom Tromey <tromey@adacore.com>
7855
7856 PR c++/24470:
7857 * gdb.cp/temargs.cc: Add test code from PR.
7858
7859 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7860
7861 * gdb.fortran/vla-datatypes.exp: Update expected results.
7862 * gdb.fortran/vla-ptype.exp: Likewise.
7863 * gdb.fortran/vla-type.exp: Likewise.
7864 * gdb.fortran/vla-value.exp: Likewise.
7865
7866 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7867
7868 * gdb.fortran/ptr-indentation.exp: Update expected results.
7869 * gdb.fortran/ptype-on-functions.exp: Likewise.
7870 * gdb.fortran/vla-ptr-info.exp: Likewise.
7871 * gdb.fortran/vla-value.exp: Likewise.
7872
7873 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7874
7875 * gdb.fortran/ptype-on-functions.exp: New file.
7876 * gdb.fortran/ptype-on-functions.f90: New file.
7877
7878 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7879
7880 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7881 case void string.
7882
7883 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7884
7885 * gdb.fortran/complex.exp: Expand.
7886 * gdb.fortran/complex.f: Renamed to...
7887 * gdb.fortran/complex.f90: ...this, and extended to add more
7888 complex values.
7889
7890 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7891
7892 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7893 MODULO, CMPLX.
7894
7895 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7896 Richard Bunt <richard.bunt@arm.com>
7897
7898 * gdb.base/max-depth.c: New file.
7899 * gdb.base/max-depth.exp: New file.
7900 * gdb.python/py-nested-maps.c: New file.
7901 * gdb.python/py-nested-maps.exp: New file.
7902 * gdb.python/py-nested-maps.py: New file.
7903 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7904 (test_all_common): Call test_max_depth.
7905 * gdb.fortran/max-depth.exp: New file.
7906 * gdb.fortran/max-depth.f90: New file.
7907 * gdb.go/max-depth.exp: New file.
7908 * gdb.go/max-depth.go: New file.
7909 * gdb.modula2/max-depth.exp: New file.
7910 * gdb.modula2/max-depth.c: New file.
7911 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7912
7913 2019-04-29 Tom de Vries <tdevries@suse.de>
7914
7915 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7916
7917 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7918
7919 * gdb.base/callexit.exp: Test may-call-functions off.
7920
7921 2019-04-25 Keith Seitz <keiths@redhat.com>
7922
7923 PR c++/24367
7924 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7925 (another_incomplete_struct, test_incomplete): New definitions.
7926 (main): Use new definitions.
7927 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7928 functions.
7929
7930 2019-04-25 Ali Tamur <tamur@google.com>
7931
7932 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7933
7934 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7935
7936 PR corefiles/11608
7937 PR corefiles/18187
7938 * gdb.base/coredump-filter-build-id.exp: New file.
7939
7940 2019-04-25 Alan Hayward <alan.hayward@arm.com>
7941
7942 * Makefile.in: Pass through GDBSERVER_DEBUG.
7943 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7944 (gdbserver,debug): Add board setting.
7945 * gdb.trace/tspeed.exp: Skip when debugging.
7946 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7947 * lib/gdbserver-support.exp: Likewise
7948
7949 2019-04-24 Tom Tromey <tromey@adacore.com>
7950
7951 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7952 Rust.
7953
7954 2019-04-24 Tom Tromey <tromey@adacore.com>
7955
7956 * gdb.arch/amd64-eval.exp: Test bitfield return.
7957 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7958 (class Foo) <return_bitfields>: New method.
7959 (main): Call it.
7960
7961 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7962
7963 * gdb.cp/many-args.cc: New file.
7964 * gdb.cp/many-args.exp: New file.
7965
7966 2019-04-23 Tom de Vries <tdevries@suse.de>
7967
7968 PR gdb/24433
7969 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7970
7971 2019-04-23 Alan Hayward <alan.hayward@arm.com>
7972
7973 * gdb.trace/backtrace.exp: Use nopie flag.
7974 * gdb.trace/circ.exp: Likewise.
7975 * gdb.trace/collection.exp: Likewise.
7976 * gdb.trace/ftrace.exp: Likewise.
7977 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7978 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7979 * gdb.trace/qtro.exp: Likewise.
7980 * gdb.trace/read-memory.exp: Likewise.
7981 * gdb.trace/report.exp: Likewise.
7982 * gdb.trace/tfile.exp: Likewise.
7983 * gdb.trace/tfind.exp: Likewise.
7984 * gdb.trace/unavailable.exp: Likewise.
7985
7986 2019-04-22 Pedro Alves <palves@redhat.com>
7987
7988 * gdb.base/solib-probes-nosharedlibrary.c,
7989 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7990
7991 2019-04-19 Tom Tromey <tromey@adacore.com>
7992
7993 * gdb.ada/ptype_union.c: New file.
7994 * gdb.ada/ptype_union.exp: New file.
7995
7996 2019-04-19 Tom Tromey <tromey@adacore.com>
7997
7998 PR symtab/24423:
7999 * gdb.base/list0.h (foo): Add a control-l character.
8000
8001 2019-04-18 Tom de Vries <tdevries@suse.de>
8002
8003 PR gdb/24433
8004 * boards/local-board.exp: Set sysroot to "".
8005
8006 2019-04-18 Tom de Vries <tdevries@suse.de>
8007 Pedro Alves <palves@redhat.com>
8008
8009 PR gdb/24454
8010 * gdb.threads/vfork-follow-child-exec.c: New file.
8011 * gdb.threads/vfork-follow-child-exec.exp: New file.
8012 * gdb.threads/vfork-follow-child-exit.c: New file.
8013 * gdb.threads/vfork-follow-child-exit.exp: New file.
8014
8015 2019-04-15 Leszek Swirski <leszeks@google.com>
8016
8017 * gdb.arch/amd64-eval.cc: New file.
8018 * gdb.arch/amd64-eval.exp: New file.
8019
8020 2019-04-11 Alan Hayward <alan.hayward@arm.com>
8021
8022 * gdb.server/sysroot.c: New test.
8023 * gdb.server/sysroot.exp: New file.
8024 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
8025 matching param.
8026
8027 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8028
8029 * gdb.base/align.exp: Extend test to cover structures containing
8030 only static fields.
8031
8032 2019-04-11 Tom de Vries <tdevries@suse.de>
8033
8034 * boards/cc-with-dwz-m.exp: New file.
8035 * boards/cc-with-dwz.exp: New file.
8036 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
8037
8038 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
8039
8040 * gdb.base/start-cpp.exp: New file.
8041 * gdb.base/start-cpp.cc: New file.
8042
8043 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8044
8045 * gdb.python/py-thrhandle.exp: Adjust tests to call
8046 thread_from_handle instead of thread_from_thread_handle.
8047
8048 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8049
8050 * gdb.python/py-thrhandle.exp: Add tests for
8051 gdb.InferiorThread.handle.
8052
8053 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8054
8055 * gdb.python/py-function.exp: Check calling helper function from
8056 all languages.
8057 * lib/gdb.exp (gdb_supported_languages): New proc.
8058
8059 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8060
8061 * gdb.base/complex-parts.c: New file.
8062 * gdb.base/complex-parts.exp: New file.
8063
8064 2019-04-01 Tom Tromey <tromey@adacore.com>
8065
8066 PR symtab/23331:
8067 * gdb.dwarf2/dw2-ranges-main.c: New file.
8068 * gdb.dwarf2/dw2-ranges-psym.c: New file.
8069 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
8070
8071 2019-03-30 Simon Marchi <simark@simark.ca>
8072
8073 * gdb.base/default.exp: Add values for $_gdb_major and
8074 $_gdb_minor.
8075
8076 2019-03-29 Tom Tromey <tromey@adacore.com>
8077
8078 * gdb.base/help.exp: Tighten apropos regexp.
8079
8080 2019-03-29 Keith Seitz <keiths@redhat.com>
8081
8082 * gdb.fortran/array-bounds.exp: New file.
8083 * gdb.fortran/array-bounds.f90: New file.
8084
8085 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8086
8087 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
8088
8089 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8090
8091 * gdb.multi/hello.c (main): Increase alarm timer.
8092
8093 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
8094
8095 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
8096 factor when no hardware watchpoint support.
8097
8098 2019-03-28 Alan Hayward <alan.hayward@arm.com>
8099 Pedro Alves <palves@redhat.com>
8100
8101 * boards/local-board.exp: set sysroot to /.
8102
8103 2019-03-27 Alan Hayward <alan.hayward@arm.com>
8104
8105 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
8106 in child.
8107
8108 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8109
8110 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
8111 field.
8112 (make_container): Initialise new field.
8113 * gdb.python/py-prettyprint.exp: Add new tests.
8114 * gdb.python/py-prettyprint.py (class ContainerPrinter)
8115 <display_hint>: New method.
8116
8117 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8118
8119 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
8120 gdb_continue_to_breakpoint more throughout this test.
8121 (run_lang_tests) Supply unique test names, and use
8122 gdb_test_no_output.
8123
8124 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8125
8126 * gdb.base/finish-pretty.exp: Update expected results.
8127 * gdb.base/pretty-print.c: New file.
8128 * gdb.base/pretty-print.exp: New file.
8129
8130 2019-03-25 Pedro Alves <palves@redhat.com>
8131
8132 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
8133 move comments outside list. Append '-i "" eof' section.
8134
8135 2019-03-22 Alan Hayward <alan.hayward@arm.com>
8136
8137 PR testsuite/25016
8138 * README: Add pie options.
8139 * gdb.base/break-interp.exp: Ensure pie is disabled.
8140 * gdb.base/dump.exp: Likewise.
8141 * lib/gdb.exp (gdb_compile): Add pie option.
8142
8143 2019-03-19 Tom Tromey <tromey@adacore.com>
8144
8145 * gdb.mi/mi2-cli-display.c: New file.
8146 * gdb.mi/mi2-cli-display.exp: New file.
8147
8148 2019-03-18 Joel Brobecker <brobecker@adacore.com>
8149 Tom Tromey <tromey@adacore.com>
8150
8151 * gdb.ada/ptype_array/pck.adb: New file.
8152 * gdb.ada/ptype_array/pck.ads: New file.
8153 * gdb.ada/ptype_array/foo.adb: New file.
8154 * gdb.ada/ptype_array.exp: New file.
8155
8156 2019-03-14 Tom Tromey <tromey@adacore.com>
8157
8158 * gdb.base/style.exp: Add "set style sources" test.
8159
8160 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
8161
8162 * mi-breakpoint-location-ena-dis.exp: Rename to ...
8163 * mi-breakpoint-multiple-locations.exp: ... this.
8164 (make_breakpoints_pattern): New proc.
8165 (do_test): Add mi_version parameter, test -break-insert,
8166 -break-info and =breakpoint-created.
8167
8168 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
8169
8170 * config/default.exp: Remove 'load_lib gdb.exp'.
8171 * config/monitor.exp: Likewise.
8172 * config/sid.exp: Likewise.
8173 * config/sim.exp: Likewise.
8174 * config/slite.exp: Likewise.
8175 * config/unix.exp: Likewise.
8176 * gdb.base/default.exp: Remove unhelpful comment.
8177
8178 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8179
8180 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
8181
8182 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8183
8184 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
8185
8186 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8187
8188 * gdb.fortran/type-kinds.exp: Update expected results.
8189
8190 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8191
8192 * gdb.fortran/type-kinds.exp: Test new integer type kind.
8193
8194 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8195
8196 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
8197 function.
8198 (test_basic_parsing_of_type_kinds): Expand types tested.
8199 (test_parsing_invalid_type_kinds): New function.
8200
8201 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8202
8203 * gdb.fortran/intrinsics.exp: New file.
8204 * gdb.fortran/intrinsics.f90: New file.
8205 * gdb.fortran/type-kinds.exp: New file.
8206
8207 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8208
8209 * gdb.fortran/dot-ops.exp: New file.
8210
8211 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8212
8213 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
8214 Check upper and lower case logical literals.
8215
8216 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8217
8218 * gdb.fortran/types.exp (test_float_literal_types_accepted):
8219 Remove duplicate tests.
8220
8221 2019-03-06 Alan Hayward <alan.hayward@arm.com>
8222
8223 * lib/gdb.exp (builtin_cd): rename of cd.
8224 (cd): Override builtin.
8225
8226 2019-03-06 Richard Bunt <richard.bunt@arm.com>
8227
8228 * gdb.fortran/function-calls.exp: New file.
8229 * gdb.fortran/function-calls.f90: New test.
8230
8231 2019-03-04 Richard Bunt <richard.bunt@arm.com>
8232
8233 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
8234 on user program standard output.
8235 * gdb.fortran/short-circuit-argument-list.f90: Record function
8236 calls.
8237
8238 2019-02-28 Alan Hayward <alan.hayward@arm.com>
8239
8240 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
8241 failure.
8242
8243 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8244
8245 PR gdb/8527
8246 * gdb.base/interrupt-daemon-attach.c,
8247 gdb.base/interrupt-daemon-attach.exp: New test.
8248
8249 2019-02-27 Pedro Alves <palves@redhat.com>
8250
8251 * gdb.base/page.exp: Add tests for "set width/height -1".
8252
8253 2019-02-27 Pedro Alves <palves@redhat.com>
8254
8255 * gdb.base/page.exp: Add tests for "set/show width/height" with
8256 "infinite" values.
8257
8258 2019-02-27 Tom Tromey <tromey@adacore.com>
8259
8260 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
8261 2.4.
8262 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
8263 workaround.
8264
8265 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
8266
8267 * gdb.base/align.exp: Extend to compile in both C and C++, and add
8268 tests for structs with static members.
8269
8270 2019-02-26 Tom Tromey <tromey@adacore.com>
8271
8272 * gdb.python/py-value.exp (test_value_from_buffer): Check for
8273 ValueError, not TypeError.
8274
8275 2019-02-26 Kevin Buettner <kevinb@redhat.com>
8276
8277 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
8278 call from main program.
8279
8280 2019-02-23 Joel Brobecker <brobecker@adacore.com>
8281
8282 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
8283 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
8284 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
8285 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
8286 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
8287
8288 2019-02-22 Keith Seitz <keiths@redhat.com>
8289
8290 PR symtab/23853
8291 * gdb.base/symlink-sourcefile.c: New file.
8292 * gdb.base/symlink-sourcefile.exp: New file.
8293
8294 2019-02-20 Tom Tromey <tom@tromey.com>
8295
8296 * gdb.base/info_qt.exp: Update.
8297
8298 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
8299
8300 * gdb.base/source.exp: Move "error in sourced script" code to
8301 the end.
8302 * gdb.base/source-error.gdb: Move contents to
8303 source-error-1.gdb. Add new code to source source-error-1.gdb.
8304 * gdb.base/source-error-1.gdb: New file, from previous
8305 source-error.gdb.
8306
8307 2019-02-17 Tom Tromey <tom@tromey.com>
8308
8309 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
8310 for macro styling.
8311 * gdb.base/style.c (SOME_MACRO): New macro.
8312
8313 2019-02-17 Tom Tromey <tom@tromey.com>
8314
8315 * gdb.base/style.exp: Add line-wrapping tests.
8316 * gdb.base/page.exp: Add test for quitting during pagination.
8317
8318 2019-02-17 Joel Brobecker <brobecker@adacore.com>
8319
8320 * gdb.ada/big_packed_array: New testcase.
8321 * gdb.ada/homonym.exp: Fix incorrect expected output for
8322 "break <homonym__get_value>" test.
8323
8324 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
8325
8326 PR breakpoints/21870
8327 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8328 and prepare_for_testing. Add comment.
8329 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8330 redundant cleanup call. Clean up comment.
8331
8332 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
8333
8334 PR breakpoints/21870
8335 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8336 * gdb.arch/aarch64-dbreg-contents.c: New file.
8337
8338 2019-02-10 Joel Brobecker <brobecker@adacore.com>
8339
8340 * gdb.ada/mi_ref_changeable: New testcase.
8341
8342 2019-02-07 Alan Hayward <alan.hayward@arm.com>
8343
8344 * gdb.base/attach.exp: Add double attach test.
8345
8346 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8347
8348 * lib/gdb.exp (default_gdb_start): Don't match pagination
8349 prompt.
8350 (gdb_init): Set stty_init.
8351
8352 2019-01-27 Tom Tromey <tom@tromey.com>
8353
8354 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8355 skip_python_tests.
8356
8357 2019-01-24 Alan Hayward <alan.hayward@arm.com>
8358
8359 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8360 New structure.
8361 (struct struct_static_02_02): Likewise.
8362 (struct struct_static_02_03): Likewise.
8363 (struct struct_static_02_04): Likewise.
8364 (struct struct_static_04_01): Likewise.
8365 (struct struct_static_04_02): Likewise.
8366 (struct struct_static_04_03): Likewise.
8367 (struct struct_static_04_04): Likewise.
8368 (struct struct_static_06_01): Likewise.
8369 (struct struct_static_06_02): Likewise.
8370 (struct struct_static_06_03): Likewise.
8371 (struct struct_static_06_04): Likewise.
8372 (cmp_struct_static_02_01): Likewise.
8373 (cmp_struct_static_02_02): Likewise.
8374 (cmp_struct_static_02_03): Likewise.
8375 (cmp_struct_static_02_04): Likewise.
8376 (cmp_struct_static_04_01): Likewise.
8377 (cmp_struct_static_04_02): Likewise.
8378 (cmp_struct_static_04_03): Likewise.
8379 (cmp_struct_static_04_04): Likewise.
8380 (cmp_struct_static_06_01): Likewise.
8381 (cmp_struct_static_06_02): Likewise.
8382 (cmp_struct_static_06_03): Likewise.
8383 (cmp_struct_static_06_04): Likewise.
8384 (call_all): Test new structs.
8385 * gdb.base/infcall-nested-structs.exp: Likewise.
8386
8387 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8388 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8389
8390 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8391 * gdb.base/stack-protector.c: New test.
8392 * gdb.base/stack-protector.exp: New file.
8393 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8394 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8395 option.
8396 (gdb_compile): Remove stack protector for GCC and prevent
8397 recursion.
8398
8399 2019-01-16 Keith Seitz <keiths@redhat.com>
8400
8401 PR gdb/23773
8402 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8403
8404 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8405
8406 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8407 aliases.
8408 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8409 tests.
8410 * gdb.arch/powerpc-vector-regs.c: New file.
8411 * gdb.arch/powerpc-vector-regs.exp: New file.
8412
8413 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8414
8415 * gdb.arch/altivec-regs.exp: Fix the list passed to
8416 gdb_expect_list when testing "info vector".
8417
8418 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8419
8420 * gdb.base/style.exp: Don't include path in testname.
8421
8422 2019-01-10 Keith Seitz <keiths@redhat.com>
8423
8424 PR gdb/23712
8425 PR symtab/23010
8426 * gdb.dwarf2/multidictionary.exp: New file.
8427
8428 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8429
8430 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8431 (test_gnuv3_style_demangling): ... this.
8432 (test_lucid_style_demangling): Remove.
8433 (test_arm_style_demangling): Remove.
8434 (test_hp_style_demangling): Remove.
8435 (do_tests): Remove calls to the above.
8436
8437 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8438
8439 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8440 case.
8441
8442 2019-01-06 Tom Tromey <tom@tromey.com>
8443
8444 PR gdb/28155:
8445 * gdb.dwarf2/typedef-void-finish.exp: New file.
8446
8447 2018-12-28 Tom Tromey <tom@tromey.com>
8448 Simon Marchi <simark@simark.ca>
8449
8450 * gdb.base/jit-exec.exp: New file.
8451 * gdb.base/jit-exec.c: New file.
8452 * gdb.base/jit-execd.c: New file.
8453
8454 2018-12-28 Tom Tromey <tom@tromey.com>
8455
8456 * gdb.base/style.exp: Update test to check for address styling.
8457
8458 2018-12-28 Tom Tromey <tom@tromey.com>
8459
8460 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8461 message.
8462
8463 2018-12-28 Tom Tromey <tom@tromey.com>
8464
8465 * gdb.base/style.exp: Add test for version number styling.
8466
8467 2018-12-28 Tom Tromey <tom@tromey.com>
8468
8469 * gdb.base/style.exp: Add test for print_address_symbolic.
8470
8471 2018-12-28 Tom Tromey <tom@tromey.com>
8472
8473 * gdb.base/style.exp: Add test for breakpoint setting.
8474
8475 2018-12-28 Tom Tromey <tom@tromey.com>
8476
8477 * gdb.base/style.exp: Add test for variable names.
8478
8479 2018-12-28 Tom Tromey <tom@tromey.com>
8480
8481 * gdb.base/style.exp: New file.
8482 * gdb.base/style.c: New file.
8483
8484 2018-12-28 Tom Tromey <tom@tromey.com>
8485
8486 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8487 "dumb".
8488 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8489 the TERM environment variable.
8490
8491 2018-12-27 Tom Tromey <tom@tromey.com>
8492
8493 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8494 pagination test.
8495
8496 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8497
8498 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8499 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8500
8501 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8502
8503 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8504 Filename a.adb changed to bp_fun_addr.adb.
8505 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8506
8507 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8508
8509 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8510 non-PIE executables.
8511 * README: Mention the gdb,nopie_flag board setting.
8512 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8513 non-PIE executable.
8514 * gdb.arch/amd64-entry-value.exp: Likewise.
8515 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8516 * gdb.arch/i386-float.exp: Likewise.
8517 * gdb.arch/i386-signal.exp: Likewise.
8518 * gdb.mi/mi-reg-undefined.exp: Likewise.
8519
8520 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8521
8522 PR gdb/23974
8523 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8524
8525 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8526
8527 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8528 Update order of results accordingly.
8529
8530 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8531
8532 * gdb.base/annota1.exp: Update a test regexp.
8533
8534 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8535
8536 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8537
8538 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8539
8540 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8541 (reuse_time): Initialize to REUSE_TIME_CAP.
8542 (check_rc): New function.
8543 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8544 Check pthread_create rc.
8545 (spawner_thread_func): Check pthread_create and pthread_join rc.
8546
8547 2018-12-08 Pedro Alves <palves@redhat.com>
8548
8549 * gdb.base/list.exp (test_forward_search): Rename to ...
8550 (test_forward_reverse_search): ... this. Also test reverse-search
8551 and the forward-search alias.
8552
8553 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8554
8555 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8556 local timeout variable before return, and remove all local timeout
8557 variable entirely.
8558 (gdb_load): Likewise.
8559
8560 2018-12-01 Tom de Vries <tdevries@suse.de>
8561
8562 * gdb.base/gdb-caching-proc.exp: New file.
8563
8564 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8565
8566 * Makefile.in (TIMESTAMP): New variable.
8567 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8568 command.
8569 (check-single-racy): Likewise.
8570 (check/%.exp): Likewise.
8571 (check-racy/%.exp): Likewise.
8572 (workers/%.worker): Likewise.
8573 (build-perf): Likewise.
8574 (check-perf): Likewise.
8575 * README: Describe new "TS" and "TS_FORMAT" variables.
8576 * print-ts.py: New file.
8577
8578 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8579
8580 PR python/23714
8581 * gdb.python/python.exp: Test command repetition after
8582 gdb.execute.
8583
8584 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8585
8586 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8587 is correctly aligned.
8588
8589 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8590
8591 * gdb.ada/info_auto_lang.exp: New testcase.
8592 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8593 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8594 * gdb.ada/info_auto_lang/some_c.c: New file.
8595
8596 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8597
8598 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8599 FUNC_lang language syntax.
8600
8601 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8602
8603 * gdb.base/info_minsym.c: New file.
8604 * gdb.base/info_minsym.exp: New file.
8605
8606 2018-11-19 Tom Tromey <tom@tromey.com>
8607
8608 PR rust/23625:
8609 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8610 * gdb.rust/expr.exp: Update expected output. Change one test.
8611
8612 2018-11-19 Tom Tromey <tom@tromey.com>
8613
8614 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8615
8616 2018-11-19 Pedro Alves <palves@redhat.com>
8617
8618 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8619 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8620 see the expected warning.
8621
8622 2018-11-16 Alan Hayward <alan.hayward@arm.com>
8623
8624 PR gdb/22736:
8625 * gdb.cp/infcall-nodebug-lib.c: New test.
8626 * gdb.cp/infcall-nodebug-main.c: New test.
8627 * gdb.cp/infcall-nodebug.exp: New file.
8628
8629 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8630
8631 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8632 completer tests.
8633
8634 2018-11-09 Tom de Vries <tdevries@suse.de>
8635
8636 * gdb.base/msym-lang.c: New test.
8637 * gdb.base/msym-lang.exp: New file.
8638 * gdb.base/msym-lang-main.c: New test.
8639
8640 2018-11-08 Tom Tromey <tom@tromey.com>
8641
8642 PR gdb/23555:
8643 PR gdb/23838:
8644 * gdb.base/warning.exp: New file.
8645
8646 2018-11-08 Jan Beulich <jbeulich@suse.com>
8647
8648 * testsuite/gdb.arch/i386-avx512.c,
8649 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8650
8651 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8652
8653 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8654 point hardware.
8655
8656 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8657
8658 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8659 * gdb.dwarf2/missing-type-name.exp: New file.
8660
8661 2018-11-06 Tom de Vries <tdevries@suse.de>
8662
8663 * gdb.base/many-headers.c: New test.
8664 * gdb.base/many-headers.exp: New file.
8665
8666 2018-11-06 Jim Wilson <jimw@sifive.com>
8667
8668 * gdb.base/code_elim.exp: For riscv, set additional_flags
8669 to include -msmall-data-limit=0.
8670
8671 2018-11-01 Joel Brobecker <brobecker@adacore.com>
8672
8673 * gdb.ada/watch_minus_l: New testcase.
8674
8675 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8676
8677 * gdb.arch/aix-sighandle.c: New file.
8678 * gdb.arch/aix-sighandle.exp: New file.
8679
8680 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8681
8682 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8683 registers being unions.
8684
8685 2018-10-31 Tom de Vries <tdevries@suse.de>
8686
8687 * lib/valgrind.exp: New file.
8688 (vgdb_start, vgdb_stop): New procs, factored out of ...
8689 * gdb.base/valgrind-bt.exp: ... here, ...
8690 * gdb.base/valgrind-disp-step.exp: ... here and ...
8691 * gdb.base/valgrind-infcall.exp: ... here.
8692
8693 2018-10-31 Tom de Vries <tdevries@suse.de>
8694
8695 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8696
8697 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8698
8699 * gdb.dwarf2/void-type.c: New file.
8700 * gdb.dwarf2/void-type.exp: New file.
8701
8702 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8703
8704 * gdb.base/info_qt.c: New file.
8705 * gdb.base/info_qt.exp: New file.
8706
8707 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8708
8709 * gdb.arch/powerpc-htm-regs.c: New file.
8710 * gdb.arch/powerpc-htm-regs.exp: New file.
8711
8712 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8713
8714 * gdb.arch/powerpc-tar.c: New file.
8715 * gdb.arch/powerpc-tar.exp: New file.
8716
8717 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8718
8719 * gdb.arch/powerpc-ppr-dscr.c: New file.
8720 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8721
8722 2018-10-25 Tom de Vries <tdevries@suse.de>
8723
8724 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8725
8726 2018-10-24 Tom de Vries <tdevries@suse.de>
8727
8728 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8729 longer exists error.
8730
8731 2018-10-24 Tom de Vries <tdevries@suse.de>
8732
8733 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8734
8735 2018-10-24 Tom de Vries <tdevries@suse.de>
8736
8737 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8738 --db-attach in valgrind.
8739
8740 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8741
8742 * gdb.arch/riscv-reg-aliases.c: New file.
8743 * gdb.arch/riscv-reg-aliases.exp: New file.
8744
8745 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8746
8747 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8748
8749 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8750
8751 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8752
8753 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8754
8755 * gdb.cp/ovldbreak.exp: Fix regexps.
8756
8757 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8758
8759 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8760
8761 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8762
8763 PR cli/23785
8764 * gdb.base/restore.exp: New test to check if "restore" with an
8765 invalid file doesn't segfault.
8766
8767 2018-10-18 Tom de Vries <tdevries@suse.de>
8768
8769 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8770 * gdb.ada/excep_handle.exp: Same.
8771 * gdb.ada/mi_string_access.exp: Same.
8772 * gdb.ada/mi_var_union.exp: Same.
8773 * gdb.arch/arc-analyze-prologue.exp: Same.
8774 * gdb.arch/arc-decode-insn.exp: Same.
8775 * gdb.base/readnever.exp: Same.
8776 * gdb.fortran/printing-types.exp: Same.
8777 * gdb.guile/scm-lazy-string.exp: Same.
8778
8779 2018-10-16 Tom de Vries <tdevries@suse.de>
8780
8781 PR gdb/23730
8782 * gdb.base/catch-follow-exec.c: Add copyright notice.
8783 * gdb.base/catch-follow-exec.exp: Rewrite to use
8784 gdb_spawn_with_cmdline_opts. Require gdb-native.
8785
8786 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8787
8788 * gdb.trace/actions-changed.exp: Check for arch support.
8789 * gdb.trace/actions.exp: Likewise.
8790 * gdb.trace/ax.exp: Likewise.
8791 * gdb.trace/backtrace.exp: Likewise.
8792 * gdb.trace/change-loc.exp: Likewise.
8793 * gdb.trace/deltrace.exp: Likewise.
8794 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8795 * gdb.trace/ftrace.exp: Likewise.
8796 * gdb.trace/infotrace.exp: Check for arch support.
8797 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8798 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8799 * gdb.trace/mi-tsv-changed.exp: Likewise.
8800 * gdb.trace/packetlen.exp: Likewise.
8801 * gdb.trace/passc-dyn.exp: Likewise.
8802 * gdb.trace/passcount.exp: Likewise.
8803 * gdb.trace/pending.exp: Likewise.
8804 * gdb.trace/range-stepping.exp: Check for shlib support.
8805 * gdb.trace/report.exp: Check for arch support.
8806 * gdb.trace/save-trace.exp: Likewise.
8807 * gdb.trace/signal.exp: Check for signal support.
8808 * gdb.trace/tfind.exp: Check for arch support.
8809 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8810 * gdb.trace/trace-common.h: Add comment.
8811 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8812 * gdb.trace/trace-enable-disable.exp: Likewise.
8813 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8814 * gdb.trace/tracecmd.exp: Check for arch support.
8815 * gdb.trace/tspeed.exp: Check for shlib and target support.
8816 * gdb.trace/tstatus.exp: Check for arch support.
8817 * gdb.trace/tsv.exp: Likewise.
8818 * gdb.trace/while-dyn.exp: Likewise.
8819 * gdb.trace/while-stepping.exp: Likewise.
8820 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8821
8822 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8823
8824 * gdb.trace/tspeed.exp: Remove nowarnings.
8825 (prepare_for_trace_test): Declare "global ipalib".
8826 * gdb.trace/tspeed.c: Include unistd.h.
8827 (main): Remove superfluous printf argument.
8828
8829 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8830
8831 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8832 directory prefix on the filename.
8833
8834 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8835
8836 * gdb.gdb/unittest.exp: Update expected message informing that
8837 selftests have been disabled.
8838 * gdb.server/unittest.exp: Likewise.
8839
8840 2018-10-09 Tom de Vries <tdevries@suse.de>
8841
8842 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8843 with runto_main.
8844
8845 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
8846
8847 PR c++/16841
8848 * gdb.cp/virtbase2.cc: New file.
8849 * gdb.cp/virtbase2.exp: New file.
8850
8851 2018-10-06 Tom Tromey <tom@tromey.com>
8852
8853 PR python/19399:
8854 * gdb.python/py-inferior.exp: Add architecture test.
8855
8856 2018-10-06 Tom Tromey <tom@tromey.com>
8857
8858 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8859 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8860
8861 2018-10-06 Tom Tromey <tom@tromey.com>
8862
8863 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8864 of a "throw" catchpoint.
8865
8866 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8867
8868 * gdb.base/info-proc.exp: Update string expected from "help info
8869 proc".
8870
8871 2018-10-04 Tom Tromey <tom@tromey.com>
8872
8873 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8874 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8875 (test_initial_complaints, test_empty_complaints): Update.
8876 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8877
8878 2018-10-04 Tom Tromey <tom@tromey.com>
8879
8880 PR cli/19551:
8881 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8882 * lib/gdb.exp (gdb_file_cmd): Update.
8883 * gdb.stabs/weird.exp (print_weird_var): Update.
8884 * gdb.server/solib-list.exp: Update.
8885 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8886 * gdb.mi/mi-cli.exp: Update.
8887 * gdb.linespec/linespec.exp: Update.
8888 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8889 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8890 * gdb.cp/cp-relocate.exp: Update.
8891 * gdb.base/sym-file.exp: Update.
8892 * gdb.base/relocate.exp: Update.
8893 * gdb.base/readnever.exp: Update.
8894 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8895 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8896 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8897 * gdb.base/code_elim.exp: Update.
8898 * gdb.base/break-unload-file.exp (test_break): Update.
8899 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8900 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8901 Update.
8902 * gdb.base/attach.exp (do_attach_tests): Update.
8903 * gdb.base/sepdebug.exp: Update.
8904 * gdb.python/py-section-script.exp: Update.
8905
8906 2018-10-04 Tom Tromey <tom@tromey.com>
8907
8908 PR cli/22234:
8909 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8910 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8911 output.
8912
8913 2018-10-04 Tom Tromey <tom@tromey.com>
8914
8915 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8916 set width and height to 0.
8917 (test_command_line_attach_run): Use -quiet.
8918
8919 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8920
8921 * lib/gdb.exp (skip_ifunc_tests): New.
8922 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8923 other compile failures.
8924 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8925
8926 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8927
8928 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8929 is_amd64_regs_target.
8930
8931 2018-10-01 Alan Hayward <alan.hayward@arm.com>
8932
8933 * gdb.arch/aarch64-sighandler-regs.c: New test.
8934 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8935 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8936
8937 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8938
8939 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8940 assembly.
8941
8942 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8943
8944 * gdb.base/frame-selection.exp: New file.
8945 * gdb.base/frame-selection.c: New file.
8946
8947 2018-09-27 Alan Hayward <alan.hayward@arm.com>
8948
8949 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8950 pthread barrier.
8951 (main): Likewise.
8952
8953 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8954
8955 * gdb.base/large-frame-1.c: New file.
8956 * gdb.base/large-frame-2.c: New file.
8957 * gdb.base/large-frame.exp: New file.
8958 * gdb.base/large-frame.h: New file.
8959
8960 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8961
8962 PR gdb/20948
8963 * gdb.base/write_mem.exp: New test.
8964 * gdb.base/write_mem.c: Likewise.
8965
8966 2018-09-23 Tom Tromey <tom@tromey.com>
8967
8968 PR python/18852:
8969 * gdb.python/py-parameter.exp: Add test for parameter that throws
8970 on "set".
8971
8972 2018-09-23 Tom Tromey <tom@tromey.com>
8973
8974 PR python/17284:
8975 * gdb.python/py-template.exp (test_template_arg): Add test for
8976 negative template argument number.
8977
8978 2018-09-23 Tom Tromey <tom@tromey.com>
8979
8980 PR python/14062:
8981 * gdb.python/python.exp: Add test for post_event error.
8982
8983 2018-09-23 Tom Tromey <tom@tromey.com>
8984
8985 PR python/18170:
8986 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8987 convert pointers to int and long.
8988
8989 2018-09-23 Tom Tromey <tom@tromey.com>
8990
8991 PR python/20126:
8992 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8993 signed-ness conversion tests.
8994
8995 2018-09-23 Tom Tromey <tom@tromey.com>
8996
8997 PR python/18352;
8998 * gdb.python/py-value.exp (test_float_conversion): New proc.
8999 Use it.
9000
9001 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
9002
9003 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
9004
9005 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
9006
9007 * gdb.base/complete-empty.exp: Skip tab-completion tests if
9008 no readline.
9009 * gdb.base/utf8-identifiers.exp: Likewise.
9010 * gdb.cp/cpcompletion.exp: Likewise.
9011 * gdb.linespec/cpcompletion.exp: Likewise.
9012 * gdb.linespec/cpls-abi-tag.exp: Likewise.
9013 * gdb.linespec/cpls-ops.exp: Likewise.
9014
9015 2018-09-19 Richard Bunt <richard.bunt@arm.com>
9016 Chris January <chris.january@arm.com>
9017
9018 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
9019 * gdb.fortran/short-circuit-argument-list.exp: New file.
9020 * gdb.fortran/short-circuit-argument-list.f90: New test.
9021
9022 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9023
9024 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
9025 "arch=" keyword when executing "-stack-list-frames".
9026
9027 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9028
9029 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
9030 "arch=" keyword when executing "-stack-list-frames".
9031
9032 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9033
9034 * gdb.ada/complete.exp: Expect for "@" when doing "complete
9035 break ada".
9036
9037 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
9038
9039 PR python/23669
9040 * gdb.python/python.exp: Test gdb.execute("show commands").
9041
9042 2018-09-16 Tom Tromey <tom@tromey.com>
9043
9044 * gdb.base/new-ui.exp (do_execution_tests): Update.
9045 * gdb.base/dbx.exp (test_breakpoints): Update.
9046
9047 2018-09-14 Alan Hayward <alan.hayward@arm.com>
9048
9049 * lib/gdb.exp (gdb_simple_compile): Add proc.
9050 (is_elf_target): Use gdb_simple_compile.
9051 (skip_altivec_tests): Likewise.
9052 (skip_vsx_tests): Likewise.
9053 (skip_tsx_tests): Likewise.
9054 (skip_btrace_tests): Likewise.
9055 (skip_btrace_pt_tests): Likewise.
9056 (gdb_can_simple_compile): Likewise.
9057 (gdb_has_argv0): Likewise.
9058 (gdb_target_symbol_prefix): Likewise.
9059 (target_supports_scheduler_locking): Likewise.
9060
9061 2018-09-13 Tom Tromey <tom@tromey.com>
9062
9063 * Makefile.in (TAGS): Recognize proc_with_prefix and
9064 gdb_caching_proc.
9065
9066 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9067
9068 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
9069 method.
9070
9071 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9072
9073 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
9074 and a few other Inferior properties when the Inferior is no
9075 longer valid.
9076
9077 2018-09-13 Tom Tromey <tom@tromey.com>
9078
9079 PR rust/23650:
9080 * gdb.rust/simple.exp: Add test for enum field access error.
9081
9082 2018-09-13 Tom Tromey <tom@tromey.com>
9083
9084 PR rust/23626:
9085 * gdb.rust/simple.rs (EmptyEnum): New type.
9086 (main): Use it.
9087 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
9088
9089 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9090
9091 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
9092 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
9093 * gdb.python/py-symtab.exp: Update test printing an objfile.
9094
9095 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
9096
9097 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
9098 object.
9099
9100 2018-09-12 Alan Hayward <alan.hayward@arm.com>
9101
9102 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
9103 (support_complex_tests): Use gdb_can_simple_compile.
9104 (is_ilp32_target): Likewise.
9105 (is_lp64_target): Likewise.
9106 (is_64_target): Likewise.
9107 (is_amd64_regs_target): Likewise.
9108 (is_aarch32_target): Likewise.
9109 (gdb_int128_helper): Likewise.
9110
9111 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9112
9113 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
9114
9115 2018-09-10 Jerome Guitton <guitton@adacore.com>
9116
9117 * gdb.ada/same_component_name: Add test for case of tagged record
9118 with variable-length fields.
9119
9120 2018-09-10 Xavier Roirand <roirand@adacore.com>
9121
9122 * gdb.ada/access_to_unbounded_array.exp: New testcase.
9123 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
9124 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
9125 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
9126
9127 2018-09-10 Xavier Roirand <roirand@adacore.com>
9128
9129 * gdb.ada/mi_string_access.exp: New testcase.
9130 * gdb.ada/mi_string_access/bar.adb: New file.
9131 * gdb.ada/mi_string_access/pck.adb: New file.
9132 * gdb.ada/mi_string_access/pck.asd: New file.
9133
9134 2018-09-10 Xavier Roirand <roirand@adacore.com>
9135
9136 * gdb.ada/mi_var_union.exp: New testcase.
9137 * gdb.ada/mi_var_union/bar.adb: New file.
9138 * gdb.ada/mi_var_union/pck.adb: New file.
9139 * gdb.ada/mi_var_union/pck.asd: New file.
9140
9141 2018-09-08 Tom Tromey <tom@tromey.com>
9142
9143 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
9144
9145 2018-09-08 Tom Tromey <tom@tromey.com>
9146
9147 PR python/16047:
9148 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
9149 (register_pretty_printers): Register new printer.
9150 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
9151 test.
9152 * gdb.python/py-prettyprint.c (int_type3): New typedef.
9153 (an_int_type3): New global.
9154
9155 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9156
9157 * gdb.ada/expr_with_funcall: New testcase.
9158
9159 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9160
9161 * gdb.ada/packed_array_assign: New testcase.
9162
9163 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
9164
9165 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
9166 names, and add test prefixes to make test names unique.
9167
9168 2018-09-05 Tom de Vries <tdevries@suse.de>
9169
9170 * gdb.dwarf2/varval.exp: Add test.
9171
9172 2018-09-04 Gary Benson <gbenson@redhat.com>
9173
9174 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
9175 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
9176
9177 2018-08-31 Tom Tromey <tom@tromey.com>
9178
9179 * gdb.rust/simple.rs: Rename second variable "v".
9180
9181 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
9182
9183 * gdb.base/funcargs.c (use_a): New function.
9184 (recurse): Call use_a.
9185
9186 2018-08-29 Keith Seitz <keiths@redhat.com>
9187
9188 * gdb.compile/compile-cplus-anonymous.cc: New file.
9189 * gdb.compile/compile-cplus-anonymous.exp: New file.
9190 * gdb.compile/compile-cplus-array-decay.cc: New file.
9191 * gdb.compile/compile-cplus-array-decay.exp: New file.
9192 * gdb.compile/compile-cplus-inherit.cc: New file.
9193 * gdb.compile/compile-cplus-inherit.exp: New file.
9194 * gdb.compile/compile-cplus-member.cc: New file.
9195 * gdb.compile/compile-cplus-member.exp: New file.
9196 * gdb.compile/compile-cplus-method.cc: New file.
9197 * gdb.compile/compile-cplus-method.exp: New file.
9198 * gdb.compile/compile-cplus-mod.c: "New" file.
9199 * gdb.compile/compile-cplus-namespace.cc: New file.
9200 * gdb.compile/compile-cplus-namespace.exp: New file.
9201 * gdb.compile/compile-cplus-nested.cc: New file.
9202 * gdb.compile/compile-cplus-nested.exp: New file.
9203 * gdb.compile/compile-cplus-print.c: "New" file.
9204 * gdb.compile/compile-cplus-print.exp: "New" file.
9205 * gdb.compile/compile-cplus-virtual.cc: New file.
9206 * gdb.compile/compile-cplus-virtual.exp: New file.
9207 * gdb.compile/compile-cplus.c: "New" file.
9208 * gdb.compile/compile-cplus.exp: "New" file.
9209 * lib/compile-support.exp: New file.
9210
9211 2018-08-16 Gary Benson <gbenson@redhat.com>
9212
9213 PR gdb/13000:
9214 * gdb.base/batch-exit-status.exp: New file.
9215 * gdb.base/batch-exit-status.good-commands: Likewise.
9216 * gdb.base/batch-exit-status.bad-commands: Likewise.
9217
9218 2018-08-29 Alan Hayward <alan.hayward@arm.com>
9219
9220 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
9221 (struct struct02): Likewise.
9222 (struct struct03): Likewise.
9223 (struct struct04): Likewise.
9224 (struct struct_01_01): New struct.
9225 (struct struct_01_02): Likewise.
9226 (struct struct_01_03): Likewise.
9227 (struct struct_01_04): Likewise.
9228 (struct struct_02_01): Likewise.
9229 (struct struct_02_02): Likewise.
9230 (struct struct_02_03): Likewise.
9231 (struct struct_02_04): Likewise.
9232 (struct struct_04_01): Likewise.
9233 (struct struct_04_02): Likewise.
9234 (struct struct_04_03): Likewise.
9235 (struct struct_04_04): Likewise.
9236 (struct struct_05_01): Likewise.
9237 (struct struct_05_02): Likewise.
9238 (struct struct_05_03): Likewise.
9239 (struct struct_05_04): Likewise.
9240 (cmp_struct01): Remove function.
9241 (cmp_struct02): Likewise.
9242 (cmp_struct03): Likewise.
9243 (cmp_struct04): Likewise.
9244 (cmp_struct_01_01): Add Function.
9245 (cmp_struct_01_02): Likewise.
9246 (cmp_struct_01_03): Likewise.
9247 (cmp_struct_01_04): Likewise.
9248 (cmp_struct_02_01): Likewise.
9249 (cmp_struct_02_02): Likewise.
9250 (cmp_struct_02_03): Likewise.
9251 (cmp_struct_02_04): Likewise.
9252 (cmp_struct_04_01): Likewise.
9253 (cmp_struct_04_02): Likewise.
9254 (cmp_struct_04_03): Likewise.
9255 (cmp_struct_04_04): Likewise.
9256 (cmp_struct_05_01): Likewise.
9257 (cmp_struct_05_02): Likewise.
9258 (cmp_struct_05_03): Likewise.
9259 (cmp_struct_05_04): Likewise.
9260 (call_all): Add new structs.
9261 * gdb.base/infcall-nested-structs.exp: Likewise.
9262
9263 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
9264
9265 * gdb.python/py-framefilter-mi.exp: Update regexp to
9266 check for "arch" field in frame output.
9267
9268 2018-08-23 Kevin Buettner <kevinb@redhat.com>
9269
9270 * gdb.dwarf2/dw2-ranges-func.c: New file.
9271 * gdb.dwarf2/dw2-ranges-func.exp: New file.
9272
9273 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
9274
9275 * gdb.base/term.exp: Compare terminal settings with values from
9276 the inferior.
9277 * gdb.base/term.c: Get and set terminal settings.
9278
9279 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
9280
9281 * lib/mi-support.exp (mi_expect_stop): Update regexp to
9282 accommodate new "arch" field in frame output.
9283 * gdb.mi/mi-return.exp: Likewise.
9284 * gdb.mi/mi-stack.exp: Likewise.
9285 * gdb.mi/mi-syn-frame.exp: Likewise.
9286 * gdb.mi/user-selected-context-sync.exp: Likewise.
9287
9288 2018-08-19 Michael Spang <spang@google.com>
9289
9290 PR gdb/11786
9291 * gdb.base/gcore-tls-pie.c: New file.
9292 * gdb.base/gcore-tls-pie.exp: New file.
9293
9294 2018-08-18 Kevin Buettner <kevinb@redhat.com>
9295
9296 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
9297 * gdb.dwarf2/varval.c: New file.
9298 * gdb.dwarf2/varval.exp: New file.
9299
9300 2018-08-17 Alan Hayward <alan.hayward@arm.com>
9301
9302 PR gdb/18931
9303 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9304
9305 2018-08-16 Keith Seitz <keiths@redhat.com>
9306
9307 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9308 tests expected to pass.
9309
9310 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
9311
9312 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
9313 -data-disassemble -a.
9314 (test_disassembly_bogus_args): Likewise.
9315
9316 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9317
9318 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9319
9320 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9321
9322 * gdb.base/vla-optimized-out.exp: Add new test.
9323
9324 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9325
9326 * gdb.base/vla-optimized-out-o3.exp: Delete.
9327 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9328 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9329 deleted tests.
9330
9331 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9332
9333 PR gdb/18050:
9334 * gdb.server/extended-remote-restart.c: New file.
9335 * gdb.server/extended-remote-restart.exp: New file.
9336
9337 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9338
9339 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9340 "set variable index = 42".
9341
9342 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9343
9344 * boards/index-cache-gdb.exp: New file.
9345 * gdb.dwarf2/index-cache.exp: New file.
9346 * gdb.dwarf2/index-cache.c: New file.
9347 * gdb.base/maint.exp: Check if we are using the index cache.
9348
9349 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9350
9351 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9352 MAKEFLAGS.
9353
9354 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9355
9356 * dg-extract-results.sh: Move to toplevel contrib.
9357 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9358 * Makefile.in (check-parallel-racy): Likewise.
9359
9360 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9361
9362 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9363 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9364 tests if the target supports scheduler locking.
9365
9366 2018-08-04 Tom de Vries <tdevries@suse.de>
9367
9368 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9369
9370 2018-08-02 Tom Tromey <tom@tromey.com>
9371
9372 PR symtab/16842.
9373 * gdb.cp/temargs.exp: Test "info address" of a template
9374 parameter.
9375
9376 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9377
9378 * gdb.python/py-mi-var-info-path-expression.c: New file.
9379 * gdb.python/py-mi-var-info-path-expression.py: New file.
9380 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9381
9382 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9383
9384 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9385 error after "cannot resolve name" string.
9386
9387 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9388
9389 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9390 started.
9391 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9392
9393 2018-07-28 Tom de Vries <tdevries@suse.de>
9394
9395 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9396
9397 2018-07-26 Tom de Vries <tdevries@suse.de>
9398
9399 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9400
9401 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9402
9403 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9404 is visible.
9405
9406 2018-07-26 Tom de Vries <tdevries@suse.de>
9407
9408 PR breakpoints/23366
9409 * gdb.base/catch-follow-exec.c: New test.
9410 * gdb.base/catch-follow-exec.exp: New file.
9411
9412 2018-07-25 Tom de Vries <tdevries@suse.de>
9413
9414 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9415 vla-optimized-out.c.
9416
9417 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9418
9419 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9420 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9421
9422 2018-07-20 Tom de Vries <tdevries@suse.de>
9423
9424 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9425 NOCLONE macro.
9426 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9427
9428 2018-07-19 Tom de Vries <tdevries@suse.de>
9429
9430 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9431 regular expression.
9432
9433 2018-07-18 Tom de Vries <tdevries@suse.de>
9434
9435 * gdb.base/vla-optimized-out.c: New test.
9436 * gdb.base/vla-optimized-out.exp: New file.
9437
9438 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9439
9440 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9441 message "No address associated with hostname" when gdbserver
9442 cannot resolve the hostname.
9443
9444 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9445
9446 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9447 Add some test prefixes to make tests unique.
9448
9449 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9450
9451 * gdb.base/frameapply.c: New file.
9452 * gdb.base/frameapply.exp: New file.
9453
9454 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9455
9456 * gdb.base/skip.exp: Update expected error message.
9457
9458 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9459 Jan Kratochvil <jan.kratochvil@redhat.com>
9460 Paul Fertser <fercerpav@gmail.com>
9461 Tsutomu Seki <sekiriki@gmail.com>
9462
9463 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9464 parameter.
9465 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9466 by default.
9467 * boards/native-gdbserver.exp: Likewise.
9468 * gdb.server/run-without-local-binary.exp: Improve regexp used
9469 for detecting when a remote debugging connection succeeds.
9470 * gdb.server/server-connect.exp: New file.
9471 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9472 Do not prefix the port number with ":".
9473 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9474 support for detecting and using it. Add '$debughost_gdbserver'
9475 to the list of arguments used to start gdbserver. Handle case
9476 when gdbserver cannot resolve a network name.
9477
9478 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9479
9480 PR c++/23373
9481 * gdb.base/ptype-offsets.cc (struct static_member): New
9482 struct.
9483 (main) <stmember>: New variable.
9484 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9485 with a static member in it.
9486
9487 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9488
9489 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9490 watchpoints enabled and disabled.
9491
9492 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9493
9494 * gdb.base/examine-backward.exp: Still run tests around address
9495 0x0, even if address 0x0 is not readable. Update the pattern for
9496 matching address 0x0 in expected output.
9497
9498 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9499
9500 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9501 malloc/free.
9502
9503 2018-07-04 Tom de Vries <tdevries@suse.de>
9504
9505 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9506
9507 2018-07-02 Maciej W. Rozycki <macro@mips.com>
9508
9509 PR tdep/8282
9510 * gdb.arch/mips-disassembler-options.exp: New test.
9511 * gdb.arch/mips-disassembler-options.s: New test source.
9512
9513 2018-06-29 Pedro Alves <palves@redhat.com>
9514
9515 * gdb.threads/names.exp: Adjust expected "info threads" output.
9516
9517 2018-06-29 Pedro Alves <palves@redhat.com>
9518
9519 * gdb.opt/inline-break.exp (line number, address): Add "info
9520 break" tests.
9521
9522 2018-06-29 Pedro Alves <palves@redhat.com>
9523
9524 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9525 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9526 number and address and running to them.
9527
9528 2018-06-29 Richard Bunt <richard.bunt@arm.com>
9529
9530 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9531
9532 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9533
9534 * lib/compiler.c: Remove executable permission flag.
9535
9536 2018-06-28 Richard Bunt <richard.bunt@arm.com>
9537
9538 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9539 code.
9540 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9541
9542 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9543
9544 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9545
9546 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9547
9548 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9549 address argument is omitted.
9550
9551 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9552
9553 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9554
9555 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
9556
9557 PR gdb/21695
9558 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9559 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9560
9561 2018-06-26 Tom Tromey <tom@tromey.com>
9562
9563 PR rust/22574:
9564 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9565 * gdb.rust/simple.rs (struct SimpleLayout): New.
9566
9567 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9568
9569 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9570 "info registers" output.
9571
9572 2018-06-21 Richard Bunt <richard.bunt@arm.com>
9573
9574 * gdb.base/watchpoint-hw-attach.c: New test.
9575 * gdb.base/watchpoint-hw-attach.exp: New file.
9576
9577 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9578
9579 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9580 through /bin/sh.
9581 * boards/dwarf4-gdb-index.exp: Likewise.
9582 * boards/fission-dwp.exp: Likewise.
9583
9584 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9585
9586 * gdb.base/float128.exp: Add comment and improved fail message
9587 to the failure case of "print large128" test.
9588
9589 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9590
9591 * configure.ac: Remove AC_PREREQ.
9592 * configure: Re-generate.
9593
9594 2018-06-19 Pedro Alves <palves@redhat.com>
9595
9596 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9597 (func_extern_caller): New.
9598 (main): Call func_extern_caller.
9599 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9600 logic change.
9601
9602 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
9603
9604 PR gdb/16841
9605 * gdb.cp/typedef-base.cc: New file.
9606 * gdb.cp/typedef-base.exp: New file.
9607
9608 2018-06-18 Tom de Vries <tdevries@suse.de>
9609
9610 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9611
9612 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9613 Richard Bunt <Richard.Bunt@arm.com>
9614
9615 * gdb.threads/attach-slow-waitpid.c: New file.
9616 * gdb.threads/attach-slow-waitpid.exp: New file.
9617 * gdb.threads/slow-waitpid.c: New file.
9618
9619 2018-06-14 Pedro Alves <palves@redhat.com>
9620
9621 * gdb.base/fork-running-state.c: Include <errno.h>.
9622 (exit_if_relative_exits): New.
9623 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9624 exits.
9625 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9626 child exits.
9627
9628 2018-06-14 Tom de Vries <tdevries@suse.de>
9629
9630 PR cli/22573
9631 * gdb.base/finish-pretty.c: New test.
9632 * gdb.base/finish-pretty.exp: New file.
9633
9634 2018-06-14 Pedro Alves <palves@redhat.com>
9635
9636 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9637 gdb's expected startup output.
9638
9639 2018-06-14 Pedro Alves <palves@redhat.com>
9640
9641 * lib/selftest-support.exp (selftest_setup): Remove inlined
9642 function handling.
9643
9644 2018-06-14 Tom de Vries <tdevries@suse.de>
9645
9646 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9647 matching of breakpoint printing.
9648
9649 2018-06-13 Tom de Vries <tdevries@suse.de>
9650
9651 PR testsuite/23269
9652 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9653 (fork_child): ... here, and ...
9654 (fork_parent): ... here.
9655
9656 2018-06-12 Tom de Vries <tdevries@suse.de>
9657
9658 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9659
9660 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9661 Stephen Roberts <stephen.roberts@arm.com>
9662
9663 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9664 rewrite test to describe action performed, rather than possible
9665 failure.
9666
9667 2018-06-08 Gary Benson <gbenson@redhat.com>
9668
9669 * gdb.threads/check-libthread-db.exp: New file.
9670 * gdb.threads/check-libthread-db.c: Likewise.
9671
9672 2018-06-05 Tom Tromey <tom@tromey.com>
9673
9674 * gdb.base/default.exp: Update expected "show version" output.
9675
9676 2018-06-05 Tom Tromey <tom@tromey.com>
9677
9678 PR cli/12326:
9679 * gdb.cp/static-print-quit.exp: Update.
9680 * lib/gdb.exp (pagination_prompt): Update.
9681 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9682 * gdb.python/python.exp: Update.
9683
9684 2018-06-04 Joel Brobecker <brobecker@adacore.com>
9685
9686 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9687
9688 2018-06-01 Joel Brobecker <brobecker@adacore.com>
9689
9690 * gdb.ada/bp_fun_addr: New testcase.
9691
9692 2018-06-01 Tom Tromey <tom@tromey.com>
9693
9694 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9695 results.
9696 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9697 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9698 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9699 * gdb.base/maint.exp (maint_pass_if): Update.
9700
9701 2018-05-31 Maciej W. Rozycki <macro@mips.com>
9702
9703 * gdb.base/endian.exp: New test.
9704 * gdb.base/endian.c: New test source.
9705
9706 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9707
9708 PR gdb/23203
9709 * gdb.base/bt-selected-frame.c: New file.
9710 * gdb.base/bt-selected-frame.exp: New file.
9711 * lib/gdb.exp (get_current_frame_number): New function.
9712
9713 2018-05-24 Maciej W. Rozycki <macro@mips.com>
9714 Pedro Alves <palves@redhat.com>
9715
9716 * gdb.threads/tls-core.c: Include <stdlib.h>
9717 (thread_proc): Call `abort'.
9718 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9719 (tls_core_test): New procedure, bits factored out from ...
9720 (top level): ... here. Test both native cores and gcore cores.
9721
9722 2018-05-23 Tom Tromey <tom@tromey.com>
9723
9724 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9725
9726 2018-05-23 Tom Tromey <tom@tromey.com>
9727
9728 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9729 symfile_complaints.
9730 (test_short_complaints): Likewise.
9731 (test_empty_complaints): Likewise.
9732 (test_initial_complaints): Update.
9733
9734 2018-05-23 Tom Tromey <tom@tromey.com>
9735
9736 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9737
9738 2018-05-23 Tom Tromey <tom@tromey.com>
9739
9740 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9741 (test_short_complaints): Update.
9742
9743 2018-05-22 Pedro Alves <palves@redhat.com>
9744
9745 * gdb.base/remote.exp: Only gdb_start after compiling the
9746 testcase. Issue "disconnect" before testing "set remote" command
9747 defaults. Issue clean_restart before running to main.
9748
9749 2018-05-22 Pedro Alves <palves@redhat.com>
9750
9751 * gdb.base/remote.exp: Adjust expected output of "show remote
9752 memory-write-packet-size". Add tests for "set remote
9753 memory-write-packet-size 0" and "set remote
9754 memory-write-packet-size fixed/limit".
9755
9756 2018-05-22 Pedro Alves <palves@redhat.com>
9757
9758 PR gdb/22973
9759 * gdb.base/utf8-identifiers.c: New file.
9760 * gdb.base/utf8-identifiers.exp: New file.
9761
9762 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9763
9764 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9765
9766 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9767
9768 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9769
9770 2018-05-18 Tom Tromey <tom@tromey.com>
9771
9772 * gdb.base/ptype-offsets.exp: Update.
9773
9774 2018-05-17 Keith Seitz <keiths@redhat.com>
9775
9776 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9777 in expected breakpoint stop locations.
9778 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9779 move to proper scope to test variable values.
9780 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9781 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9782 New functions.
9783 (main): Call not_inline_func3.
9784 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9785 inline_func1, inline_func2, and inline_func3. Test that when each
9786 breakpoint is hit, GDB properly reports both the stop location
9787 and the backtrace. Repeat tests for temporary breakpoints.
9788
9789 2018-05-15 Maciej W. Rozycki <macro@mips.com>
9790
9791 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9792 rather then trying to access it in determining whether the PID
9793 of `gdbserver' could have been retrieved.
9794
9795 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9796
9797 * gdb.arch/amd64-init-x87-values.S: New file.
9798 * gdb.arch/amd64-init-x87-values.exp: New file.
9799
9800 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9801
9802 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9803
9804 2018-05-04 Tom Tromey <tom@tromey.com>
9805
9806 PR python/22730:
9807 * gdb.python/python.exp: Test multi-line execute.
9808
9809 2018-05-04 Tom Tromey <tom@tromey.com>
9810
9811 PR python/22731:
9812 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9813
9814 2018-05-04 Tom Tromey <tom@tromey.com>
9815
9816 PR gdb/11750:
9817 * gdb.base/define.exp: Test defining a user command inside a user
9818 command.
9819 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9820
9821 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9822 Pedro Alves <palves@redhat.com>
9823
9824 PR breakpoints/19806 and support for PR external/20207.
9825 * gdb.base/watchpoint-unaligned.c: New file.
9826 * gdb.base/watchpoint-unaligned.exp: New file.
9827
9828 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9829
9830 * gdb.base/maint.exp: Make test names unique, use
9831 test_prefix_command_help to test 'help maint info', and remove
9832 repeated test of 'help maint'.
9833
9834 2018-05-04 Tom Tromey <tom@tromey.com>
9835
9836 PR gdb/22619:
9837 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9838 behavior.
9839
9840 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9841
9842 * gdb.base/maint.exp: Process output from 'maint print registers'
9843 line at a time.
9844
9845 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9846
9847 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9848 timeout.
9849
9850 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9851
9852 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9853 filter pattern.
9854
9855 2018-05-02 Pedro Alves <palves@redhat.com>
9856
9857 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9858 to_log_command renames.
9859 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9860
9861 2018-05-02 Tom Tromey <tom@tromey.com>
9862
9863 * gdb.python/py-parameter.exp: Set test message.
9864
9865 2018-05-02 Tom Tromey <tom@tromey.com>
9866
9867 PR python/20084:
9868 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9869 PARAM_ZUINTEGER_UNLIMITED tests.
9870
9871 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9872
9873 PR rust/23124
9874 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9875 when casting.
9876
9877 2018-04-30 Tom Tromey <tom@tromey.com>
9878
9879 * gdb.python/py-type.exp: Check align attribute.
9880 * gdb.python/py-type.c: New "aligncheck" global.
9881
9882 2018-04-30 Tom Tromey <tom@tromey.com>
9883
9884 PR exp/17095:
9885 * gdb.dwarf2/dw2-align.exp: New file.
9886 * gdb.cp/align.exp: New file.
9887 * gdb.base/align.exp: New file.
9888 * lib/gdb.exp (gdb_int128_helper): New proc.
9889 (has_int128_c, has_int128_cxx): New caching procs.
9890
9891 2018-04-27 Tom Tromey <tom@tromey.com>
9892
9893 PR rust/22545:
9894 * gdb.rust/simple.exp: Add inclusive range tests.
9895
9896 2018-04-26 Pedro Alves <palves@redhat.com>
9897
9898 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9899 ifunc breakpoint locations correctly of ifunc breakpoints set
9900 while the program resolves the ifunc.
9901
9902 2018-04-26 Pedro Alves <palves@redhat.com>
9903
9904 * gdb.base/gnu-ifunc-final.c: New file.
9905 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9906 * gdb.base/gnu-ifunc.exp (executable): Delete.
9907 (staticexecutable): Adjust.
9908 (lib_opts, exec_opts): Delete.
9909 (make_binsuffix, build, set-break): New procedures.
9910 (misc_tests): New, with tests factored out from the top level.
9911 (top level): Test different combinations of ifunc resolver name,
9912 resolver with and with debug info, and ifunc target with and
9913 without debug info. Wrap static tests with with_target_prefix.
9914
9915 2018-04-26 Pedro Alves <palves@redhat.com>
9916
9917 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9918 return type" warnings.
9919
9920 2018-04-25 Pedro Alves <palves@redhat.com>
9921
9922 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9923 killed".
9924 * gdb.base/kill-after-signal.exp: Likewise.
9925 * gdb.threads/kill.exp: Likewise.
9926
9927 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9928 Sergio Durigan Junior <sergiodj@redhat.com>
9929 Pedro Alves <palves@redhat.com>
9930
9931 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9932 regexps to expect for '[Inferior ... detached]' as well.
9933 * gdb.base/attach.exp: Likewise.
9934 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9935 "gdb_continue_to_end".
9936 (test_catch_syscall_with_wrong_args): Likewise.
9937 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9938 ']'. Don't set 'verbose' on.
9939 * gdb.base/foll-vfork.exp: Likewise.
9940 * gdb.base/fork-print-inferior-events.c: New file.
9941 * gdb.base/fork-print-inferior-events.exp: New file.
9942 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9943 '[Inferior ... has been killed]' message.
9944 * gdb.base/kill-after-signal.exp: Likewise.
9945 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9946 detach message.
9947 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9948 message.
9949 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9950 regexps to expect for '[Inferior ... detached]' as well.
9951 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9952
9953 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9954
9955 PR gdb/23104
9956 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9957
9958 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9959
9960 PR gdb/23095
9961 * gdb.base/break-probes.exp: Pass shlib_load to
9962 prepare_for_testing. Set normal_bp to r_debug_state if target is
9963 bsd.
9964
9965 2018-04-19 Richard Bunt <richard.bunt@arm.com>
9966
9967 * gdb.threads/multiple-successive-infcall.c: New test.
9968 * gdb.threads/multiple-successive-infcall.exp: New file.
9969
9970 2018-04-17 Tom Tromey <tom@tromey.com>
9971
9972 * gdb.rust/simple.rs (Union): New type.
9973 (main): New local "u".
9974 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9975
9976 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9977
9978 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9979 number information in output of "whereis" command.
9980 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9981
9982 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9983
9984 * gdb.ada/info_types.exp: Adjust expected output to the line
9985 numbers now printed by "info var/func/type".
9986 * gdb.base/completion.exp: Likewise.
9987 * gdb.base/included.exp: Likewise.
9988 * gdb.cp/cp-relocate.exp: Likewise.
9989 * gdb.cp/cplusfuncs.exp: Likewise.
9990 * gdb.cp/namespace.exp: Likewise.
9991 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9992
9993 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9994
9995 * gdb.btrace/cpu.exp: New.
9996
9997 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9998
9999 * gdb.base/step-indirect-call-thunk.exp: New.
10000 * gdb.base/step-indirect-call-thunk.c: New.
10001 * gdb.reverse/step-indirect-call-thunk.exp: New.
10002 * gdb.reverse/step-indirect-call-thunk.c: New.
10003
10004 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
10005
10006 * gdb.base/pie-fork.c: New file.
10007 * gdb.base/pie-fork.exp: New file.
10008
10009 2018-04-11 Tom Tromey <tom@tromey.com>
10010
10011 * gdb.rust/simple.exp: Add test for ".." struct initializer.
10012
10013 2018-04-10 Pedro Alves <palves@redhat.com>
10014
10015 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
10016 exits. Instead loop running forever.
10017 (fork_parent): Run forever too.
10018
10019 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10020
10021 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
10022 mi_continue_to_line.
10023 * gdb.mi/mi-stack.c (callee4): Add comment.
10024
10025 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10026
10027 * gdb.mi/mi-stack.exp: Fix indentation.
10028
10029 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10030
10031 PR gdb/22979
10032 * gdb.arch/amd64-osabi.exp: New file.
10033
10034 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10035
10036 PR gdb/22980
10037 * gdb.base/osabi.exp: New file.
10038
10039 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
10040
10041 * gdb.cp/static-typedef-print.exp: New file.
10042 * gdb.cp/static-typedef-print.cc: New file.
10043
10044 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10045
10046 * gdb.ada/varsize_limit: New testcase.
10047
10048 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10049
10050 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
10051
10052 * gdb.ada/notcplusplus: New testcase.
10053
10054 * gdb.base/c-linkage-name.c: New file.
10055 * gdb.base/c-linkage-name.exp: New testcase.
10056
10057 2018-03-26 Tom Tromey <tom@tromey.com>
10058
10059 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
10060 * gdb.python/py-framefilter.py (name_error): New global.
10061 (ErrorInName.function): Use name_error.
10062
10063 2018-03-26 Tom Tromey <tom@tromey.com>
10064
10065 PR backtrace/15582:
10066 * gdb.python/py-framefilter.exp: Add "bt hide" test.
10067
10068 2018-03-23 Keith Seitz <keiths@redhat.com>
10069
10070 PR c++/22968
10071 * gdb.cp/subtypes.exp: New file.
10072 * gdb.cp/subtypes.h: New file.
10073 * gdb.cp/subtypes.cc: New file.
10074 * gdb.cp/subtypes-2.cc: New file.
10075
10076 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10077
10078 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
10079 (done): Call '_exit' not 'exit' to avoid atexit handlers.
10080 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
10081 -nostartfiles when compiling the test. Confirm that all registers
10082 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
10083
10084 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10085
10086 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
10087 option, syntax was wrong anyway.
10088 * gdb.arch/arm-disp-step.exp: Likewise.
10089 * gdb.arch/sparc64-regs.exp: Likewise.
10090 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
10091 option, syntax was wrong anyway, switch to use
10092 prepare_for_testing.
10093 * gdb.arch/i386-disp-step.exp: Likewise.
10094
10095 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
10096
10097 * gdb.ada/exec_changed.exp: Replace "target_info exists
10098 use_gdb_stub" by "use_gdb_stub".
10099 * gdb.ada/start.exp: Likewise.
10100 * gdb.base/async-shell.exp: Likewise.
10101 * gdb.base/attach-pie-misread.exp: Likewise.
10102 * gdb.base/attach-wait-input.exp: Likewise.
10103 * gdb.base/break-entry.exp: Likewise.
10104 * gdb.base/break-interp.exp: Likewise.
10105 * gdb.base/dprintf-detach.exp: Likewise.
10106 * gdb.base/nostdlib.exp: Likewise.
10107 * gdb.base/solib-nodir.exp: Likewise.
10108 * gdb.base/statistics.exp: Likewise.
10109 * gdb.base/testenv.exp: Likewise.
10110 * gdb.mi/mi-exec-run.exp: Likewise.
10111 * gdb.mi/mi-start.exp: Likewise.
10112 * gdb.multi/dummy-frame-restore.exp: Likewise.
10113 * gdb.multi/multi-arch-exec.exp: Likewise.
10114 * gdb.multi/multi-arch.exp: Likewise.
10115 * gdb.multi/tids.exp: Likewise.
10116 * gdb.multi/watchpoint-multi.exp: Likewise.
10117 * gdb.python/py-events.exp: Likewise.
10118 * gdb.threads/attach-into-signal.exp: Likewise.
10119 * gdb.threads/attach-stopped.exp: Likewise.
10120 * gdb.threads/threadapply.exp: Likewise.
10121 * lib/selftest-support.exp: Likewise.
10122
10123 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
10124
10125 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
10126
10127 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
10128
10129 * gdb.perf/template-breakpoints.cc: New file.
10130 * gdb.perf/template-breakpoints.exp: New file.
10131 * gdb.perf/template-breakpoints.py: New file.
10132
10133 2018-03-19 Tom Tromey <tom@tromey.com>
10134
10135 * gdb.rust/simple.rs (main): Add local variables field1, field2,
10136 y0.
10137 * gdb.rust/simple.exp: Test bare identifier form of struct
10138 initializer.
10139
10140 2018-03-19 Tom Tromey <tom@tromey.com>
10141
10142 * gdb.gdb/observer.exp: Remove.
10143
10144 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10145
10146 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
10147 "qualified" option when setting breakpoints.
10148 * gdb.trace/backtrace.exp: Likewise.
10149 * gdb.trace/circ.exp: Likewise.
10150 * gdb.trace/collection.exp: Likewise.
10151 * gdb.trace/disconnected-tracing.exp: Likewise.
10152 * gdb.trace/ftrace-lock.exp: Likewise.
10153 * gdb.trace/ftrace.exp: Likewise.
10154 * gdb.trace/infotrace.exp: Likewise.
10155 * gdb.trace/packetlen.exp: Likewise.
10156 * gdb.trace/passc-dyn.exp: Likewise.
10157 * gdb.trace/qtro.exp: Likewise.
10158 * gdb.trace/read-memory.exp: Likewise.
10159 * gdb.trace/report.exp: Likewise.
10160 * gdb.trace/signal.exp: Likewise.
10161 * gdb.trace/status-stop.exp: Likewise.
10162 * gdb.trace/strace.exp: Likewise.
10163 * gdb.trace/tfind.exp: Likewise.
10164 * gdb.trace/trace-break.exp: Likewise.
10165 * gdb.trace/trace-condition.exp: Likewise.
10166 * gdb.trace/trace-mt.exp: Likewise.
10167 * gdb.trace/tstatus.exp: Likewise.
10168 * gdb.trace/tsv.exp: Likewise.
10169 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10170 * gdb.trace/unavailable.exp: Likewise.
10171 * gdb.trace/while-dyn.exp: Likewise.
10172
10173 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10174
10175 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
10176 that libinproctrace is copied to the target.
10177
10178 2018-03-14 Tom Tromey <tom@tromey.com>
10179
10180 PR cli/14977:
10181 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
10182 a null pointer.
10183 * gdb.base/wchar.exp: Likewise.
10184
10185 2018-03-14 Tom Tromey <tom@tromey.com>
10186
10187 PR cli/19918:
10188 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
10189 flag.
10190
10191 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
10192
10193 PR gdb/22841
10194 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
10195 "target" to remote_exec.
10196
10197 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
10198
10199 PR gdb/22841
10200 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
10201 ${board}_upload): Remove.
10202
10203 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
10204
10205 * gdb.cp/watch-cp.cc: New test.
10206 * gdb.cp/watch-cp.exp: New file.
10207
10208 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10209
10210 * gdb.base/infcall-nested-structs.exp: New file.
10211 * gdb.base/infcall-nested-structs.c: New file.
10212 * gdb.base/float.exp: Add riscv support.
10213
10214 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
10215
10216 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
10217 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
10218
10219 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
10220
10221 * gdb.server/abspath.exp: New file.
10222 * lib/gdb.exp (with_cwd): New procedure.
10223
10224 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
10225
10226 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
10227 use it.
10228 (gdb_is_target_remote_prompt): New proc.
10229 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
10230 (gdb_is_target_native): Pass prompt parameter to
10231 gdb_is_target_1.
10232
10233 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
10234
10235 * gdb.base/load-command.c: New file.
10236 * gdb.base/load-command.exp: New file.
10237 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
10238 (gdb_is_target_1): ...this, and generalize for other targets
10239 than just remote.
10240 (gdb_is_target_remote): Use gdb_is_target_1.
10241 (gdb_is_target_native): use gdb_is_target_1.
10242
10243 2018-02-26 Tom Tromey <tom@tromey.com>
10244
10245 PR python/16497:
10246 * gdb.python/py-framefilter.exp: Update test.
10247
10248 2018-02-26 Tom Tromey <tom@tromey.com>
10249
10250 * gdb.dwarf2/variant.c: New file.
10251 * gdb.dwarf2/variant.exp: New file.
10252
10253 2018-02-26 Tom Tromey <tom@tromey.com>
10254
10255 * gdb.rust/simple.exp: Accept more possible results in enum test.
10256
10257 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10258
10259 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10260 parentheses.
10261
10262 2018-02-23 Maciej W. Rozycki <macro@mips.com>
10263
10264 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
10265 name of a variable: $actual_linejj -> $actual_line.
10266
10267 2018-02-21 John Baldwin <jhb@FreeBSD.org>
10268
10269 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10270
10271 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10272
10273 * gdb.btrace/buffer-size.exp: Do not force BTS.
10274
10275 2018-02-14 Pedro Alves <palves@redhat.com>
10276
10277 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
10278 getting a "Quit".
10279
10280 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
10281
10282 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
10283 Fix test name.
10284
10285 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10286
10287 * gdb.cp/m-static.exp: Check type of optimized out static
10288 member.
10289
10290 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
10291
10292 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
10293 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10294
10295 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10296 Leszek Swirski <leszeks@google.com>
10297
10298 * gdb.python/py-prettyprint.c
10299 (struct to_string_returns_value_inner,
10300 struct to_string_returns_value_wrapper): New.
10301 (main): Add tsrvw variable.
10302 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
10303 ToStringReturnsValueWrapper): New classes.
10304 (register_pretty_printers): Register new pretty-printers.
10305 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
10306 recursive pretty printer.
10307 * gdb.python/py-mi.exp: Likewise.
10308
10309 2018-02-01 Leszek Swirski <leszeks@google.com>
10310
10311 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
10312 functions with the same name as an include file are parsed
10313 correctly.
10314
10315 2018-02-01 Yao Qi <yao.qi@linaro.org>
10316
10317 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10318 "\[^\r\n\]*".
10319
10320 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
10321
10322 * gdb.arch/powerpc-prologue-frame.s: New file.
10323 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10324 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10325
10326 2018-01-31 Joel Brobecker <brobecker@adacore.com>
10327
10328 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10329
10330 2018-01-30 Pedro Alves <palves@redhat.com>
10331
10332 PR gdb/13211
10333 * gdb.base/interrupt-daemon.c: New.
10334 * gdb.base/interrupt-daemon.exp: New.
10335 * gdb.multi/multi-term-settings.c: New.
10336 * gdb.multi/multi-term-settings.exp: New.
10337
10338 2018-01-30 Joel Brobecker <brobecker@adacore.com>
10339
10340 * gdb.base/break.exp: Save the location where the breakpoint
10341 on break.c:47 was actually inserted when debugging the version
10342 compiled at -O2 and use it in the expected output of the "info
10343 break" test performed soon after.
10344
10345 2018-01-22 Pedro Alves <palves@redhat.com>
10346 Sergio Durigan Junior <sergiodj@redhat.com>
10347
10348 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10349 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10350
10351 2018-01-22 Joel Brobecker <brobecker@adacore.com>
10352
10353 * gdb.base/break-include.c, gdb.base/break-include.inc,
10354 gdb.base/break-include.exp: New files.
10355 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10356 line number now being the actual line number where the breakpoint
10357 was inserted.
10358 * gdb.mi/mi-break.exp: Likewise.
10359 * gdb.mi/mi-reverse.exp: Likewise.
10360 * gdb.mi/mi-simplerun.exp: Ditto.
10361
10362 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10363
10364 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10365 varobj.
10366 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10367
10368 2018-01-21 Don Breazeal <donb@codesourcery.com>
10369 Andrew Burgess <andrew.burgess@embecosm.com>
10370
10371 * gdb.mi/basics.c: Add new global.
10372 * gdb.mi/mi-frame-regs.exp: New file.
10373 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10374 case.
10375
10376 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10377
10378 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10379 non-parameter, and on an unknown symbol.
10380
10381 2018-01-19 Tom Tromey <tom@tromey.com>
10382
10383 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10384 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10385
10386 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10387
10388 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10389 setrlimit and chdir to int.
10390
10391 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10392
10393 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10394 function.
10395 (my_tend): Likewise.
10396 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10397 rationale of avoiding FP- and vector instructions.
10398
10399 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10400
10401 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10402 "info reg" with "\[ \t\]*".
10403 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10404 "\[ \t\]+".
10405 * gdb.arch/s390-multiarch.exp: Ditto.
10406 * gdb.base/pc-fp.exp: Ditto.
10407 * gdb.reverse/i386-precsave.exp: Ditto.
10408 * gdb.reverse/i386-reverse.exp: Ditto.
10409 * gdb.reverse/i387-env-reverse.exp: Ditto.
10410 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10411
10412 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10413
10414 * lib/gdb.exp (gdb_compile): Re-enable use of
10415 universal_compile_options for languages other than Rust.
10416
10417 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10418
10419 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10420
10421 2018-01-17 Mike Gulick <mgulick@mathworks.com>
10422
10423 PR gdb/16577
10424 * gdb.base/solib-vanish.exp: New.
10425 * gdb.base/solib-vanish-main.c: New.
10426 * gdb.base/solib-vanish-lib1.c: New.
10427 * gdb.base/solib-vanish-lib2.c: New.
10428
10429 2018-01-17 Yao Qi <yao.qi@linaro.org>
10430
10431 * gdb.compile/compile.exp: Match the address printed for
10432 frame in the output of command "bt".
10433
10434 2018-01-15 Tom Tromey <tom@tromey.com>
10435
10436 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10437 compute sp_reg.
10438
10439 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10440
10441 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10442 to prepare.
10443 (prepare): Return 0 on error, 1 on success.
10444
10445 2018-01-12 Pedro Alves <palves@redhat.com>
10446
10447 * gdb.base/continue-after-aborted-step-over.c: New.
10448 * gdb.base/continue-after-aborted-step-over.exp: New.
10449
10450 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10451
10452 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10453 options when not creating an executable.
10454
10455 2018-01-11 Pedro Alves <palves@redhat.com>
10456
10457 PR remote/22597
10458 * gdb.server/stop-reply-no-thread.c: New file.
10459 * gdb.server/stop-reply-no-thread.exp: New file.
10460
10461 2018-01-10 Pedro Alves <palves@redhat.com>
10462
10463 PR gdb/22670
10464 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10465 functions too. Test setting breakpoints and printing C functions
10466 with no debug info too.
10467 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10468
10469 2018-01-10 Pedro Alves <palves@redhat.com>
10470
10471 PR gdb/22670
10472 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10473 a fail.
10474
10475 2018-01-10 Pedro Alves <palves@redhat.com>
10476
10477 PR gdb/22670
10478 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10479
10480 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10481
10482 * gdb.server/unittest.exp: Match the output in non-development
10483 mode.
10484
10485 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10486
10487 * gdb.gdb/unittest.exp: Match output in non-development mode.
10488
10489 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10490
10491 * gdb.ada/access_tagged_param.exp: Relax expected output
10492 for value of "ObjL" in "continue" to pck.inspect breakpoint
10493 test.
10494
10495 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10496
10497 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10498 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
10499
10500 2018-01-05 Pedro Alves <palves@redhat.com>
10501
10502 PR gdb/18653
10503 * gdb.base/libsegfault.exp: New.
10504
10505 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10506
10507 PR gdb/22670
10508 * gdb.ada/access_tagged_param.exp: New file.
10509 * gdb.ada/access_tagged_param/foo.adb: New file.
10510
10511 2018-01-05 Pedro Alves <palves@redhat.com>
10512
10513 PR gdb/22670
10514 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10515 exercise lower case too, and to exercise both full matching and
10516 wild matching.
10517
10518 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10519
10520 * gdb.ada/rename_subscript_param: New testcase.
10521
10522 2018-01-05 Jerome Guitton <guitton@adacore.com>
10523
10524 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10525
10526 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10527
10528 * gdb.ada/convvar_comp: New testcase.
10529
10530 2018-01-05 Xavier Roirand <roirand@adacore.com>
10531
10532 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10533 (My_Table): New global variable.
10534 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10535
10536 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10537
10538 PR gdb/22670
10539 * gdb.ada/maint_with_ada: New testcase.
10540
10541 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10542
10543 PR gdb/22670
10544 * gdb.ada/bp_c_mixed_case: New testcase.
10545
10546 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10547
10548 PR gdb/22670
10549 * gdb.ada/complete.exp: Add "complete break ada" test.
10550
10551 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10552
10553 PR gdb/22670
10554 * gdb.ada/info_addr_mixed_case: New testcase.
10555
10556 2018-01-03 Xavier Roirand <roirand@adacore.com>
10557
10558 * gdb.ada/excep_handle.exp: New testcase.
10559 * gdb.ada/excep_handle/foo.adb: New file.
10560 * gdb.ada/excep_handle/pck.ads: New file.
10561
10562 2018-01-03 Joel Brobecker <brobecker@adacore.com>
10563
10564 * gdb.base/step-line.c: Add extra empty line in copyright header.
10565 * gdb.base/step-line.inp: Likewise.
10566
10567 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10568
10569 * gdb.ada/dyn_stride.exp: Add slice test.
10570
10571 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10572
10573 * gdb.ada/dyn_stride: New testcase.
10574
10575 2017-12-27 Stafford Horne <shorne@gmail.com>
10576
10577 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10578 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10579
10580 2017-12-27 Stafford Horne <shorne@gmail.com>
10581
10582 * gdb.base/reggroups.c: New file.
10583 * gdb.base/reggroups.exp: New file.
10584
10585 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10586
10587 * gdb.dwarf2/ada-valprint-error.c: New file.
10588 * gdb.dwarf2/ada-valprint-error.exp: New file.
10589
10590 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10591
10592 * gdb.ada/assign_arr: New testcase.
10593
10594 2017-12-18 Xavier Roirand <roirand@adacore.com>
10595
10596 * gdb.ada/funcall_ptr: New testcase.
10597
10598 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10599
10600 PR cli/16224
10601 * gdb.base/ptype-offsets.cc: New file.
10602 * gdb.base/ptype-offsets.exp: New file.
10603
10604 2017-12-15 Yao Qi <yao.qi@linaro.org>
10605
10606 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10607 if XML is disabled.
10608
10609 2017-12-15 Xavier Roirand <roirand@adacore.com>
10610
10611 * gdb.ada/same_component_name: New testcase.
10612
10613 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10614
10615 * gdb.ada/str_binop_equal: New testcase.
10616
10617 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10618
10619 * gdb.ada/task_switch_in_core: New testcase.
10620
10621 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10622
10623 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10624 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10625 call test_bkpt_qualified.
10626 (test_bkpt_qualified): New proc.
10627
10628 2017-12-13 Pedro Alves <palves@redhat.com>
10629
10630 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10631 Tighten regexp by matching with an anchor.
10632
10633 2017-12-13 Pedro Alves <palves@redhat.com>
10634
10635 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10636 ("expression with namespace"): New set of tests.
10637 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10638 (Nested::Test_NS::qux): New.
10639 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10640 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10641
10642 2017-12-13 Joel Brobecker <brobecker@adacore.com>
10643
10644 * gdb.base/server-del-break.c: New file.
10645 * gdb.base/server-del-break.exp: New file.
10646
10647 2017-12-12 Stafford Horne <shorne@gmail.com>
10648
10649 * gdb.xml/tdesc-regs.exp: Add or1k support.
10650
10651 2017-12-12 Stafford Horne <shorne@gmail.com>
10652
10653 * gdb.base/bp-permanent.c: Define nop of or1k.
10654
10655 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10656
10657 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10658 output with components being reordered.
10659
10660 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10661
10662 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10663 output with components being reordered.
10664
10665 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10666 Pedro Alves <palves@redhat.com>
10667
10668 * gdb.base/maint.exp (check for .gdb_index): Check also for
10669 .debug_names.
10670 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10671 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10672 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10673 (.gdb_index used after symbol reloading): Support also .debug_names.
10674 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
10675
10676 2017-12-08 Yao Qi <yao.qi@linaro.org>
10677
10678 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10679 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
10680
10681 2017-12-08 Yao Qi <yao.qi@linaro.org>
10682
10683 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10684 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10685
10686 2017-12-08 Yao Qi <yao.qi@linaro.org>
10687
10688 * gdb.arch/aarch64-tagged-pointer.c: New file.
10689 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10690
10691 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10692
10693 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10694 "int".
10695
10696 2017-12-07 Keith Seitz <keiths@redhat.com>
10697
10698 PR breakpoints/22569
10699 * gdb.linespec/ls-errs.exp: Change expected result of "break
10700 -source this file has spaces.c -line 3".
10701 Check that an explicit source file followed by whitespace is
10702 identified as an invalid explicit location.
10703
10704 2017-12-07 Keith Seitz <keiths@redhat.com>
10705
10706 * gdb.cp/nested-types.cc: New file.
10707 * gdb.cp/nested-types.exp: New file.
10708 * lib/cp-support.exp: Load data-structures.exp library.
10709 (debug_cp_test_ptype_class): New global.
10710 (cp_ptype_class_verbose, next_line): New procedures.
10711 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10712 Add and document new return value.
10713 Switch the list of lines to a queue.
10714 Add support for new `type' key for nested type definitions.
10715 Add debugging/troubleshooting messages.
10716 * lib/data-structures.exp: New file.
10717
10718 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10719
10720 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10721 with proc_with_prefix, don't use with_test_prefix.
10722
10723 2017-12-07 Tom Tromey <tom@tromey.com>
10724
10725 * gdb.base/break.exp: Add test for empty "commands".
10726
10727 2017-12-07 Yao Qi <yao.qi@linaro.org>
10728
10729 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10730 malloc and catch syscall.
10731
10732 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10733
10734 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
10735 tests for explicit locations.
10736
10737 2017-12-06 Pedro Alves <palves@redhat.com>
10738
10739 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10740 force-disabling XML descriptions.
10741
10742 2017-12-04 Pedro Alves <palves@redhat.com>
10743
10744 PR gdb/22499
10745 * gdb.arch/amd64-disp-step-avx.S: New file.
10746 * gdb.arch/amd64-disp-step-avx.exp: New file.
10747
10748 2017-12-03 Pedro Alves <palves@redhat.com>
10749
10750 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10751 and <string.h>.
10752 (parent_function): Print distinct messages when waitpid fails, or
10753 the child exits with a signal, or the child exits for an unhandled
10754 reason.
10755 * gdb.threads/process-dies-while-detaching.exp
10756 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10757 it. Wait for both inferior output and GDB's prompt. Use an
10758 indirect spawn id list.
10759 (do_detach): New parameter 'child_exit'. Use it to compute
10760 expected inferior output.
10761 (test_detach, test_detach_watch, test_detach_killed_outside):
10762 Adjust to pass down the expected child exit kind.
10763
10764 2017-12-01 Joel Brobecker <brobecker@adacore.com>
10765 Sergio Durigan Junior <sergiodj@redhat.com>
10766 Pedro Alves <palves@redhat.com>
10767
10768 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10769
10770 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10771
10772 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10773 to 'symbol-file' and 'add-symbol-file' can be
10774 position-independent.
10775
10776 2017-12-01 Yao Qi <yao.qi@linaro.org>
10777
10778 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10779 the URL in copyright header.
10780 * gdb.arch/aarch64-fp.exp: Likewise.
10781 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10782 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10783 * gdb.base/expand-psymtabs.exp: Likewise.
10784 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10785 * gdb.fortran/common-block.exp: Likewise.
10786 * gdb.fortran/common-block.f90: Likewise.
10787 * gdb.fortran/logical.exp: Likewise.
10788 * gdb.fortran/vla-datatypes.f90: Likewise.
10789 * gdb.fortran/vla-sub.f90: Likewise.
10790
10791 2017-11-30 Joel Brobecker <brobecker@adacore.com>
10792
10793 * gdb.ada/repeat_dyn: New testcase.
10794
10795 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10796
10797 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10798 Update for changed thread numbering.
10799 * gdb.cell/bt.exp: Update for changed GDB output.
10800
10801 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10802
10803 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10804 setting isremote by hand.
10805 * boards/dwarf4-gdb-index.exp: Likewise.
10806 * boards/fission.exp: Likewise.
10807 * boards/stabs.exp: Likewise.
10808
10809 2017-11-30 Pedro Alves <palves@redhat.com>
10810
10811 * gdb.linespec/cpls-ops.exp
10812 (check_explicit_skips_function_argument): Extract the underlying
10813 type of size_t instead of hardcoding it.
10814
10815 2017-11-29 Pedro Alves <palves@redhat.com>
10816
10817 PR c++/19436
10818 * gdb.linespec/cpls-abi-tag.cc: New file.
10819 * gdb.linespec/cpls-abi-tag.exp: New file.
10820
10821 2017-11-29 Pedro Alves <palves@redhat.com>
10822
10823 * gdb.base/langs.exp: Use -qualified.
10824 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10825 it.
10826 * gdb.cp/namespace.exp: Use -qualified.
10827 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10828 (overload-3, template-overload, template-ret-type, const-overload)
10829 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10830 procedures.
10831 (test_driver): Call them.
10832 * gdb.cp/save-bp-qualified.cc: New.
10833 * gdb.cp/save-bp-qualified.exp: New.
10834 * gdb.linespec/explicit.exp: Test -qualified.
10835 * lib/completion-support.exp (completion::explicit_opts_list): Add
10836 "-qualified".
10837 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10838
10839 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10840
10841 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10842
10843 2017-11-29 Tom Tromey <tom@tromey.com>
10844
10845 * gdb.base/relocate.exp: Update invalid argument test.
10846 Add new tests for invalid arguments.
10847
10848 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10849
10850 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10851 Return 0 as a long.
10852 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10853
10854 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10855
10856 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10857 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10858 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10859 func ().
10860 * gdb.cp/shadow.cc (B.func): Return 0.
10861
10862 2017-11-27 Joel Brobecker <brobecker@adacore.com>
10863
10864 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10865 expected output in gdb_expect call to allow the exception
10866 message to be present as well. Fix syntax confusion to avoid
10867 TCL thinking that exception_name is an array.
10868
10869 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10870
10871 * gdb.arch/spu-info.c: Include <unistd.h>.
10872 (do_signal_test): Fix broken calls to write.
10873 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10874 Fix checks for empty mailboxes. Update signal tests for corrected
10875 do_signal_test routine. Allow nonzero event status.
10876 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10877 * gdb.cell/arch.exp: Use standard_output_file.
10878 * gdb.cell/break.exp: Likewise.
10879 * gdb.cell/bt.exp: Likewise.
10880 * gdb.cell/core.exp: Likewise.
10881 * gdb.cell/dwarfaddr.exp: Likewise.
10882 * gdb.cell/ea-cache.exp: Likewise.
10883 * gdb.cell/ea-standalone.exp: Likewise.
10884 * gdb.cell/f-regs.exp: Likewise.
10885 * gdb.cell/fork.exp: Likewise.
10886 * gdb.cell/gcore.exp: Likewise.
10887 * gdb.cell/mem-access.exp: Likewise.
10888 * gdb.cell/ptype.exp: Likewise.
10889 * gdb.cell/registers.exp: Likewise.
10890 * gdb.cell/sizeof.exp: Likewise.
10891 * gdb.cell/solib-symbol.exp: Likewise.
10892 * gdb.cell/solib.exp: Likewise.
10893
10894 2017-11-25 Pedro Alves <palves@redhat.com>
10895
10896 * gdb.base/complete-empty.exp: New file.
10897 * gdb.base/completion.exp: Adjust.
10898
10899 2017-11-25 Pedro Alves <palves@redhat.com>
10900
10901 * gdb.linespec/cpls-ops.cc: New file.
10902 * gdb.linespec/cpls-ops.exp: New file.
10903 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10904 factored out from ...
10905 (test_complete_prefix_range): ... this.
10906
10907 2017-11-24 Pedro Alves <palves@redhat.com>
10908
10909 * gdb.linespec/cpcompletion.exp: New file.
10910 * gdb.linespec/cpls-hyphen.cc: New file.
10911 * gdb.linespec/cpls.cc: New file.
10912 * gdb.linespec/cpls2.cc: New file.
10913 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10914 test to use test_gdb_complete_unique. Add label completion,
10915 keyword completion and explicit location completion tests.
10916 * lib/completion-support.exp: New file.
10917
10918 2017-11-24 Joel Brobecker <brobecker@adacore.com>
10919
10920 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10921 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10922 when hitting an exception catchpoint.
10923
10924 2017-11-22 Yao Qi <yao.qi@linaro.org>
10925
10926 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10927
10928 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10929
10930 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10931 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10932 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10933
10934 2017-11-22 Yao Qi <yao.qi@linaro.org>
10935
10936 * gdb.base/info-os.exp: Pass pthreads.
10937 * gdb.multi/multi-attach.exp: Likewise.
10938
10939 2017-11-22 Yao Qi <yao.qi@linaro.org>
10940
10941 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10942 compiler.
10943
10944 2017-11-22 Yao Qi <yao.qi@linaro.org>
10945
10946 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10947 * gdb.base/break-interp.exp: Likewise.
10948 * gdb.base/jit-attach-pie.exp: Likewise.
10949
10950 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10951
10952 * gdb.base/float128.c (large128): New variable.
10953 * gdb.base/float128.exp: Add test to print largest __float128 value.
10954
10955 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10956
10957 * gdb.arch/vsx-regs.exp: Update register content checks.
10958
10959 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10960
10961 * gdb.arch/ppc-longdouble.exp: New file.
10962 * gdb.arch/ppc-longdouble.c: Likewise.
10963
10964 2017-11-21 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10967
10968 2017-11-20 Pedro Alves <palves@redhat.com>
10969
10970 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10971 (long_double_typedef): New typedefs.
10972 Use DEF on double and long double.
10973 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10974 cases.
10975 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10976 and 'long_double_ptr_same_size' locals. Use them to decide
10977 whether cast from array/function to float is valid/invalid.
10978
10979 2017-11-17 Tom Tromey <tom@tromey.com>
10980
10981 * gdb.rust/traits.rs: New file.
10982 * gdb.rust/traits.exp: New file.
10983
10984 2017-11-17 Joel Brobecker <brobecker@adacore.com>
10985
10986 * gdb.ada/minsyms: New testcase.
10987
10988 2017-11-16 Pedro Alves <palves@redhat.com>
10989
10990 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10991 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10992
10993 2017-11-16 Pedro Alves <palves@redhat.com>
10994
10995 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10996 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10997
10998 2017-11-16 Pedro Alves <palves@redhat.com>
10999
11000 * gdb.server/reconnect-ctrl-c.c: New file.
11001 * gdb.server/reconnect-ctrl-c.exp: New file.
11002
11003 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
11004
11005 * gdb.python/py-rbreak.exp: New file.
11006 * gdb.python/py-rbreak.c: New file.
11007 * gdb.python/py-rbreak-func2.c: New file.
11008
11009 2017-11-16 Pedro Alves <palves@redhat.com>
11010
11011 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
11012 pattern.
11013 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
11014 GDB.
11015
11016 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
11017
11018 * gdb.tui/completionn.exp (test_tab_completion): Add space in
11019 regex.
11020
11021 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
11022
11023 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
11024 test names.
11025
11026 2017-11-09 Pedro Alves <palves@redhat.com>
11027
11028 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
11029 factored out from ...
11030 (top level): ... here, and adjusted to avoid expecting beyond the
11031 prompt in a single gdb_test_multiple.
11032
11033 2017-11-09 Pedro Alves <palves@redhat.com>
11034
11035 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
11036 output.
11037 * gdb.server/ext-attach.exp ("kill" test): Likewise.
11038 * gdb.server/ext-restart.exp ("kill" test): Likewise.
11039 * gdb.server/ext-run.exp ("kill" test): Likewise.
11040 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
11041
11042 2017-11-09 Pedro Alves <palves@redhat.com>
11043
11044 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
11045 match till end of line.
11046
11047 2017-11-09 Pedro Alves <palves@redhat.com>
11048
11049 * gdb.base/memattr.exp: Tighten regexes to match the end line.
11050
11051 2017-11-09 Pedro Alves <palves@redhat.com>
11052
11053 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
11054 New procedures, factored out from ...
11055 (top level): ... here, and adjusted to avoid expecting beyond the
11056 prompt in one go.
11057
11058 2017-11-09 Pedro Alves <palves@redhat.com>
11059
11060 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
11061 output. Fix '?' match.
11062
11063 2017-11-08 Joel Brobecker <brobecker@adacore.com>
11064
11065 * gdb.ada/scoped_watch: New testcase.
11066 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
11067 which is actually correct.
11068 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
11069 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
11070
11071 2017-11-08 Pedro Alves <palves@redhat.com>
11072
11073 * gdb.gdb/complaints.exp (test_initial_complaints)
11074 (test_serial_complaints, test_short_complaints): Call
11075 complaint_internal instead of complaint.
11076
11077 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
11078
11079 * gdb.threads/tls-core.c: New file.
11080 * gdb.threads/tls-core.exp: Likewise.
11081
11082 2017-11-08 Pedro Alves <palves@redhat.com>
11083
11084 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
11085 (p Exported_Capitalized): New test.
11086 (p exported_capitalized): New test.
11087
11088 2017-11-07 Pedro Alves <palves@redhat.com>
11089
11090 * gdb.cp/ena-dis-br-range.exp: Add more tests.
11091
11092 2017-11-07 Pedro Alves <palves@redhat.com>
11093
11094 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
11095 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
11096 (disable_invalid, disable_inverted, disable_negative): New
11097 procedures.
11098 ("bad numbers"): New set of tests.
11099
11100 2017-11-07 Pedro Alves <palves@redhat.com>
11101
11102 * gdb.cp/ena-dis-br-range.exp: Add tests.
11103
11104 2017-11-07 Pedro Alves <palves@redhat.com>
11105
11106 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
11107
11108 2017-11-07 Xavier Roirand <roirand@adacore.com>
11109 Pedro Alves <palves@redhat.com>
11110
11111 * gdb.base/ena-dis-br.exp: Add reference to
11112 gdb.cp/ena-dis-br-range.exp.
11113 * gdb.cp/ena-dis-br-range.exp: New file.
11114 * gdb.cp/ena-dis-br-range.cc: New file.
11115
11116 2017-11-06 Pedro Alves <palves@redhat.com>
11117
11118 * gdb.base/attach-non-pgrp-leader.c: New.
11119 * gdb.base/attach-non-pgrp-leader.exp: New.
11120
11121 2017-11-06 Pedro Alves <palves@redhat.com>
11122
11123 * configure.ac: No longer check for termio.h and sgtty.h.
11124 * configure: Regenerate.
11125 * remote-utils.c: Include termios.h instead of gdb_termios.h.
11126 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
11127 Remove termio and sgtty code.
11128
11129 2017-11-03 Yao Qi <yao.qi@linaro.org>
11130
11131 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
11132 in GDB is disabled.
11133
11134 2017-11-03 Yao Qi <yao.qi@linaro.org>
11135
11136 * gdb.python/py-thrhandle.exp: Skip it if python is not
11137 enabled.
11138
11139 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
11140
11141 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
11142 as a breakpoint command.
11143
11144 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
11145
11146 PR python/21213
11147 * gdb.python/py-infthread.exp: Test calling
11148 InferiorThread.inferior () multiple times in a row.
11149
11150 2017-10-27 Keith Seitz <keiths@redhat.com>
11151
11152 * gdb.opt/inline-break.exp (break_info_1): New procedure.
11153 Test "info break" for every inlined function breakpoint.
11154
11155 2017-10-27 Yao Qi <yao.qi@linaro.org>
11156
11157 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
11158
11159 2017-10-26 Patrick Frants <osscontribute@gmail.com>
11160
11161 * gdb.cp/classes.exp (test_static_members): Test printing
11162 Outer::instance.
11163 * gdb.cp/classes.c (struct Inner, struct Outer): New.
11164 (Inner::instance, Outer::instance): New.
11165
11166 2017-10-24 Pedro Alves <palves@redhat.com>
11167
11168 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
11169 extra console" test in two stages.
11170
11171 2017-10-24 Pedro Alves <palves@redhat.com>
11172
11173 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
11174
11175 2017-10-24 Pedro Alves <palves@redhat.com>
11176
11177 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
11178 loop.
11179
11180 2017-10-24 Pedro Alves <palves@redhat.com>
11181
11182 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
11183 $attempt" and "stoppedtry $stoppedtry" test prefixes.
11184
11185 2017-10-24 Pedro Alves <palves@redhat.com>
11186
11187 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
11188 parameter and handle it. Don't output read value in test name.
11189
11190 2017-10-24 Pedro Alves <palves@redhat.com>
11191
11192 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
11193 custom test name.
11194
11195 2017-10-24 Pedro Alves <palves@redhat.com>
11196
11197 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
11198 include the unstable output directory name in the test's name.
11199 (initial_setup_simple) <'set args'>: Use custom test name.
11200
11201 2017-10-24 Pedro Alves <palves@redhat.com>
11202
11203 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
11204 with explicit test name.
11205
11206 2017-10-20 Pedro Alves <palves@redhat.com>
11207
11208 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
11209 'wait -i'. Use gdb_assert and remote_close.
11210
11211 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
11212
11213 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
11214 number from variable rather than hard-coded.
11215
11216 2017-10-19 Pedro Alves <palves@redhat.com>
11217
11218 * gdb.base/long-inferior-output.c: New file.
11219 * gdb.base/long-inferior-output.exp: New file.
11220
11221 2017-11-18 Keith Seitz <keiths@redhat.com>
11222
11223 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
11224 method.
11225 (main): Call it.
11226 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
11227 Add additional user-defined conversion operator tests.
11228
11229 2017-10-17 Pedro Alves <palves@redhat.com>
11230
11231 * boards/native-stdio-gdbserver.exp: Load "local-board".
11232
11233 2017-10-17 Pedro Alves <palves@redhat.com>
11234
11235 * gdb.base/quit-live.c: New file.
11236 * gdb.base/quit-live.exp: New file.
11237
11238 2017-10-16 Keith Seitz <keiths@redhat.com>
11239
11240 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
11241 (class_with_protected_typedef, class_with_private_typedef)
11242 (struct_with_public_typedef, struct_with_protected_typedef)
11243 (struct_with_private_typedef): New classes/structs.
11244 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
11245 typedefs and access specifiers.
11246
11247 2017-10-16 Pedro Alves <palves@redhat.com>
11248 Simon Marchi <simon.marchi@polymtl.ca>
11249
11250 * README (Local vs Remote vs Native): New section.
11251 * boards/local-board.exp: New file, with bits factored out from
11252 ...
11253 * boards/native-extended-gdbserver.exp: ... here. Load
11254 "local-board".
11255 * boards/native-gdbserver.exp: Load "local-board".
11256 (${board}_spawn, ${board}_exec): Delete.
11257 * boards/native-stdio-gdbserver.exp: Most contents factored out to
11258 ...
11259 * boards/stdio-gdbserver-base.exp: ... this new file.
11260 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
11261 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
11262 procedure.
11263 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
11264 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
11265 stdio_gdbserver_command.
11266 (${board}_get_remote_address, ${board}_get_comm_port)
11267 (${board}_download, ${board}_upload): Delete.
11268 (get_target_remote_pipe_cmd): New.
11269
11270 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
11271
11272 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
11273 test_bkpt_deletion, test_bkpt_cond_and_cmds,
11274 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
11275 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
11276 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
11277 remove with_test_prefix.
11278
11279 2017-10-13 Pedro Alves <palves@redhat.com>
11280
11281 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
11282 * gdb.base/annota1.exp: Use it instead of is_remote.
11283 * gdb.base/annota3.exp: Use it instead of is_remote.
11284 * gdb.cp/annota2.exp: Use it instead of is_remote.
11285 * gdb.cp/annota3.exp: Use it instead of is_remote.
11286 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
11287
11288 2017-10-13 Pedro Alves <palves@redhat.com>
11289
11290 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
11291 (test_num_test_vars, run_and_count_vars, find_env)
11292 (test_set_unset_env, test_inherit_env_var): New procedures.
11293 (top level): Use them.
11294
11295 2017-10-13 Pedro Alves <palves@redhat.com>
11296
11297 * lib/selftest-support.exp (selftest_setup): Extend comments, and
11298 also skip on stub-like targets.
11299
11300 2017-10-13 Pedro Alves <palves@redhat.com>
11301
11302 PR gdb/22293
11303 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
11304 (top level): Move some tests to ...
11305 (test_not_found): ... this new procedure.
11306 (top level): Call it.
11307
11308 2017-10-13 Pedro Alves <palves@redhat.com>
11309
11310 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
11311 expect different "info terminal" output if testing with a
11312 non-native target.
11313
11314 2017-10-13 Pedro Alves <palves@redhat.com>
11315 Simon Marchi <simon.marchi@polymtl.ca>
11316
11317 PR python/12966
11318 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
11319
11320 2017-10-13 Pedro Alves <palves@redhat.com>
11321
11322 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11323 already.
11324
11325 2017-10-13 Pedro Alves <palves@redhat.com>
11326
11327 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11328 is_remote.
11329
11330 2017-10-13 Pedro Alves <palves@redhat.com>
11331
11332 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11333 is_remote.
11334
11335 2017-10-13 Pedro Alves <palves@redhat.com>
11336
11337 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11338 is set.
11339 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11340 instead of is_remote.
11341
11342 2017-10-13 Pedro Alves <palves@redhat.com>
11343
11344 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11345 (top level): Add comment.
11346
11347 2017-10-13 Pedro Alves <palves@redhat.com>
11348
11349 * gdb.base/remote.exp (top level): Fix comment typo and add
11350 missing return.
11351
11352 2017-10-13 Pedro Alves <palves@redhat.com>
11353 Simon Marchi <simon.marchi@polymtl.ca>
11354
11355 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11356 calls and add comments. Skip test if use_gdb_stub is set.
11357 (top level): Use "set cwd" command instead of "cd" command.
11358
11359 2017-10-13 Pedro Alves <palves@redhat.com>
11360
11361 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11362 is_remote target check.
11363
11364 2017-10-13 Pedro Alves <palves@redhat.com>
11365
11366 * gdb.base/scope.exp: Use build_executable + clean_restart +
11367 gdb_file_cmd instead of prepare_for_testing and no longer skip
11368 "before run" tests on is_remote target boards. Update comments.
11369 * boards/native-extended-gdbserver.exp
11370 (extended_gdbserver_load_last_file): New, factored out from ...
11371 (gdb_load): ... this. Move further below and add comment.
11372 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11373
11374 2017-10-12 Pedro Alves <palves@redhat.com>
11375
11376 * gdb.base/attach.exp: Remove references to gdb64.
11377 * gdb.base/dbx.exp: Remove references to gdb64.
11378
11379 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11380 Pedro Alves <palves@redhat.com>
11381
11382 * gdb.base/label.exp: Remove is_remote target check.
11383
11384 2017-10-12 Pedro Alves <palves@redhat.com>
11385
11386 * gdb.base/auvx.exp (coredir): Update comment.
11387 (top level) <core_works>: Use "set cwd" command instead of "cd"
11388 command.
11389
11390 2017-10-12 Pedro Alves <palves@redhat.com>
11391 Simon Marchi <simon.marchi@polymtl.ca>
11392
11393 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11394 target boards.
11395
11396 2017-10-12 Pedro Alves <palves@redhat.com>
11397 Simon Marchi <simon.marchi@polymtl.ca>
11398
11399 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11400 Instead skip if there's any gdb_protocol set.
11401
11402 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11403 Pedro Alves <palves@redhat.com>
11404
11405 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11406
11407 2017-10-12 Pedro Alves <palves@redhat.com>
11408 Simon Marchi <simon.marchi@polymtl.ca>
11409
11410 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11411 instead of on dejagnu remote boards.
11412
11413 2017-10-12 Pedro Alves <palves@redhat.com>
11414 Simon Marchi <simon.marchi@polymtl.ca>
11415
11416 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11417 checks. Use build_executable + clean_restart instead of
11418 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11419 of enabling non-stop after starting gdb.
11420
11421 2017-10-12 Pedro Alves <palves@redhat.com>
11422
11423 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11424 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11425 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11426 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11427
11428 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11429
11430 * gdb.arch/arc-tdesc-cpu.exp: New file.
11431 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11432
11433 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11434
11435 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11436
11437 2017-10-10 Pedro Alves <palves@redhat.com>
11438
11439 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11440 expect CLI output.
11441
11442 2017-10-10 Pedro Alves <palves@redhat.com>
11443
11444 * lib/selftest-support.exp (selftest_setup): Update for
11445 captured_command_loop's prototype change.
11446
11447 2017-10-09 Pedro Alves <palves@redhat.com>
11448
11449 Test both arch1=>arch2 and arch2=>arch1.
11450
11451 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11452 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11453 factored out to...
11454 (append_arch1_options, append_arch2_options, append_arch_options)
11455 (build_executables): New procedures.
11456 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11457 local.
11458 (top level): Add new 'first_arch' testing axis.
11459
11460 2017-10-09 Pedro Alves <palves@redhat.com>
11461
11462 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11463 (barrier): New.
11464 (thread_start, all_started): New functions.
11465 (main): Spawn new thread and wait until it is scheduled.
11466 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11467 option.
11468 (do_test): Add 'selected_thread' parameter. Run to all_started
11469 instead of main. Explicitly set the breakpoint at main. Switch
11470 to the SELECTED_THREAD thread.
11471 (top level): Test handling the exec event with either the main
11472 thread or the second thread selected.
11473
11474 2017-10-09 Pedro Alves <palves@redhat.com>
11475
11476 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11477 logic. Move STOP marker after the value checks.
11478 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11479 regexp.
11480
11481 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11482
11483 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11484
11485 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11486
11487 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11488 integer-to-dfp conversion.
11489 * gdb.base/dfp-test.exp: Likewise.
11490
11491 2017-10-04 Pedro Alves <palves@redhat.com>
11492
11493 * gdb.multi/hangout.c: Include <unistd.h>.
11494 (hangout_loop): New function.
11495 (main): Call alarm. Call hangout_loop in a loop.
11496 * gdb.multi/hello.c: Include <unistd.h>.
11497 (hello_loop): New function.
11498 (main): Call alarm. Call hangout_loop in a loop.
11499 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11500 inferior with the other selected.
11501
11502 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11503
11504 * gdb.mi/list-thread-groups-available.exp: New file.
11505 * gdb.mi/list-thread-groups-available.c: New file.
11506
11507 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11508
11509 * gdb.base/set-cwd.exp: Make it available on
11510 native-extended-gdbserver.
11511
11512 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11513
11514 * gdb.base/set-cwd.c: New file.
11515 * gdb.base/set-cwd.exp: Likewise.
11516
11517 2017-10-02 Tom Tromey <tom@tromey.com>
11518
11519 PR rust/22236:
11520 * gdb.rust/simple.rs (main): New variable "fslice".
11521 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11522
11523 2017-10-02 Tom Tromey <tom@tromey.com>
11524
11525 * gdb.rust/simple.exp: Test ptype of a slice.
11526
11527 2017-10-02 Tom Tromey <tom@tromey.com>
11528
11529 * gdb.rust/simple.exp: Test index of slice.
11530
11531 2017-09-27 Tom Tromey <tom@tromey.com>
11532
11533 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11534
11535 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11536 Pedro Alves <palves@redhat.com>
11537
11538 * gdb.base/compare-sections.exp (get value of read-only section): Read
11539 as unsigned value.
11540 (corrupt read-only section): Likewise and don't set written if patching
11541 failed.
11542
11543 2017-09-21 Kevin Buettner <kevinb@redhat.com>
11544
11545 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11546 files.
11547
11548 2017-09-20 Pedro Alves <palves@redhat.com>
11549
11550 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11551 symbol names in gdb's output.
11552 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11553
11554 2017-09-20 Pedro Alves <palves@redhat.com>
11555
11556 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11557 Rename to ...
11558 (test_list_ambiguous_symbol): ... this and add a symbol name
11559 parameter. Adjust.
11560 (test_list_ambiguous_function): Reimplement on top of
11561 test_list_ambiguous_symbol and also test listing ambiguous
11562 variables.
11563 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11564 (ambiguous_fun): ... this.
11565 (ambiguous_var): New.
11566 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11567 (ambiguous_fun): ... this.
11568 (ambiguous_var): New.
11569
11570 2017-09-19 John Baldwin <jhb@FreeBSD.org>
11571
11572 * gdb.base/starti.c: New file.
11573 * gdb.base/starti.exp: New file.
11574 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11575
11576 2017-09-14 Pedro Alves <palves@redhat.com>
11577
11578 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11579 (top level): Use it instead of runto.
11580
11581 2017-09-11 Tom Tromey <tom@tromey.com>
11582
11583 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11584
11585 2017-09-11 Tom Tromey <tom@tromey.com>
11586
11587 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11588 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11589
11590 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11591
11592 * gdb.fortran/printing-types.exp: New file.
11593 * gdb.fortran/printing-types.exp: New file.
11594
11595 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11596
11597 * gdb.fortran/vla-ptype.exp: Fix typos.
11598 * gdb.fortran/vla-value.exp: Same.
11599
11600 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11601
11602 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11603 * gdb.mi/mi-var-child-f.exp: Likewise.
11604 * gdb.mi/mi-vla-fortran.exp: Likewise.
11605
11606 2017-09-08 Frank Penczek <frank.penczek@intel.com>
11607 Christoph Weinmann <christoph.t.weinmann@intel.com>
11608 Bernhard Heckel <bernhard.heckel@intel.com>
11609
11610 * gdb.fortran/ptr-indentation.f90: New file.
11611 * gdb.fortran/ptr-indentation.exp: New file.
11612
11613 2017-09-05 Tom Tromey <tom@tromey.com>
11614
11615 PR gdb/22010:
11616 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11617
11618 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11619
11620 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11621
11622 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11623
11624 * gdb.threads/tls-nodebug-pie.c: New file.
11625 * gdb.threads/tls-nodebug-pie.exp: New file.
11626
11627 2017-09-05 Tom Tromey <tom@tromey.com>
11628
11629 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11630 for rust.
11631
11632 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11633
11634 * gdb.multi/multi-arch-exec.exp: Test with different
11635 "follow-exec-mode" settings.
11636 (do_test): New procedure.
11637
11638 2017-09-04 Pedro Alves <palves@redhat.com>
11639
11640 * gdb.base/func-static.c (S::method const, S::method volatile)
11641 (S::method volatile const): New methods.
11642 (c_s, v_s, cv_s): New instances.
11643 (main): Call method() on them.
11644 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11645 (cannot_resolve): New procedure.
11646 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11647 print-quote-unquoted columns.
11648 (do_test): Test printing each scope too.
11649
11650 2017-09-04 Pedro Alves <palves@redhat.com>
11651
11652 * gdb.base/local-static.exp: Also test with
11653 class::method::variable wholly quoted.
11654 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11655
11656 2017-09-04 Pedro Alves <palves@redhat.com>
11657
11658 * gdb.base/local-static.c: New.
11659 * gdb.base/local-static.cc: New.
11660 * gdb.base/local-static.exp: New.
11661
11662 2017-09-04 Pedro Alves <palves@redhat.com>
11663
11664 * gdb.asm/asm-source.exp: Add casts to int.
11665 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11666 (dataglobal64_1, dataglobal64_2): New globals.
11667 * gdb.base/nodebug.exp: Test different expressions involving the
11668 new globals, with print, whatis and ptype. Add casts to int.
11669 * gdb.base/solib-display.exp: Add casts to int.
11670 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11671 * gdb.cp/m-static.exp: Add cast to int.
11672 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11673 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11674 tls variable with no debug info without a cast. Test with a cast
11675 to int too.
11676 * gdb.trace/entry-values.exp: Add casts.
11677
11678 2017-09-04 Pedro Alves <palves@redhat.com>
11679
11680 * gdb.base/nodebug.exp: Test that ptype's error about functions
11681 with unknown return type includes the function name too.
11682
11683 2017-09-04 Pedro Alves <palves@redhat.com>
11684
11685 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11686 return type of munmap in infcall.
11687 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11688 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11689 type of ftell in infcall.
11690 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11691 type of getpid in infcall.
11692 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11693 infcall.
11694 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11695 Bail on failure to extract the pid.
11696 * gdb.base/nodebug.c: #include <stdint.h>.
11697 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11698 New functions.
11699 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11700 Change expected output of print/whatis/ptype with functions with
11701 no debug info. Test all supported languages. Call
11702 test_call_promotion.
11703 * gdb.compile/compile.exp: Adjust expected output to expect
11704 warning.
11705 * gdb.threads/siginfo-threads.exp: Likewise.
11706
11707 2017-09-04 Pedro Alves <palves@redhat.com>
11708
11709 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11710 "prototypes". Test calling float functions via prototyped and
11711 unprototyped function pointers.
11712 (perform_all_tests): New parameter "prototypes". Pass it down.
11713 (top level): Pass down "prototypes" parameter to
11714 perform_all_tests.
11715
11716 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11717
11718 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11719 Test with nested loops.
11720
11721 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11722
11723 * gdb.base/commands.exp: Call the new procedures.
11724 (loop_break_test, loop_continue_test): New procedures.
11725
11726 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11727
11728 * gdb.base/commands.exp: Call new procedure.
11729 (define_if_without_arg_test): New procedure.
11730
11731 2017-09-04 Pedro Alves <palves@redhat.com>
11732
11733 * gdb.base/list-ambiguous.exp: New file.
11734 * gdb.base/list-ambiguous0.c: New file.
11735 * gdb.base/list-ambiguous1.c: New file.
11736 * gdb.base/list.exp (test_list_range): Adjust expected output.
11737
11738 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11739
11740 * gdb.base/share-env-with-gdbserver.c: New file.
11741 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11742
11743 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11744
11745 * gdb.base/commands.exp (gdbvar_simple_if_test,
11746 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11747 progvar_simple_if_test, progvar_simple_while_test,
11748 progvar_complex_if_while_test, user_defined_command_test,
11749 user_defined_command_args_eval,
11750 user_defined_command_args_stack_test,
11751 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11752 temporary_breakpoint_commands,
11753 gdb_test_no_prompt, redefine_hook_test,
11754 redefine_backtrace_test): Remove "global gdb_prompt".
11755
11756 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11757
11758 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11759 New proc, call it from toplevel.
11760
11761 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11762
11763 PR remote/21852
11764 * gdb.server/normal.c: New file, copied from gdb.base.
11765 * gdb.server/run-without-local-binary.exp: New file.
11766
11767 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
11768
11769 * gdb.arch/sparc64-adi.exp: New file.
11770 * gdb.arch/sparc64-adi.c: New file.
11771
11772 2017-08-22 Pedro Alves <palves@redhat.com>
11773
11774 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11775 (top level): Add "list all overloads" tests.
11776
11777 2017-08-22 Tom Tromey <tom@tromey.com>
11778
11779 * gdb.gdb/xfullpath.exp: Remove.
11780
11781 2017-08-21 Pedro Alves <palves@redhat.com>
11782
11783 PR gdb/19487
11784 * gdb.base/symbol-alias.c: New.
11785 * gdb.base/symbol-alias2.c: New.
11786 * gdb.base/symbol-alias.exp: New.
11787
11788 2017-08-21 Pedro Alves <palves@redhat.com>
11789
11790 * gdb.base/dfp-test.c
11791 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11792 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11793 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11794 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11795 * gdb.base/whatis-ptype-typedefs.c: New.
11796 * gdb.base/whatis-ptype-typedefs.exp: New.
11797 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11798 (an_int, an_int_type, an_int_type2): New globals.
11799 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11800 involving typedefs and cast expressions.
11801 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11802 (lookup_typedefs_function): New.
11803 (typedefs_pretty_printers_dict): New.
11804 (top level): Register lookup_typedefs_function in
11805 gdb.pretty_printers.
11806
11807 2017-08-18 Yao Qi <yao.qi@linaro.org>
11808
11809 * gdb.server/unittest.exp: New.
11810
11811 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11812
11813 PR gdb/21954
11814 * gdb.base/environ.exp: Add test to check if 'unset environment'
11815 works.
11816
11817 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11818
11819 * lib/gdb.exp (universal_compile_options): New caching proc.
11820 (gdb_compile): Suppress GCC's coloring of messages.
11821
11822 2017-08-14 Tom Tromey <tom@tromey.com>
11823
11824 PR gdb/21675:
11825 * gdb.base/printcmds.exp (test_radices): New function.
11826 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11827 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11828 * lib/gdb.exp (get_integer_valueof): Use p/d.
11829
11830 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11831
11832 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11833 characters.
11834
11835 2017-08-05 Tom Tromey <tom@tromey.com>
11836
11837 * gdb.rust/simple.exp: Allow String to appear in a different
11838 namespace.
11839
11840 2017-07-26 Yao Qi <yao.qi@linaro.org>
11841
11842 * gdb.gdb/unittest.exp: Invoke command
11843 "maintenance check xml-descriptions".
11844
11845 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11846
11847 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11848 calling context.
11849 (hex128): Drop erroneous calculation of parameters.
11850
11851 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11852
11853 * gdb.python/py-unwind.exp: Disable stack protection when
11854 building test file.
11855
11856 2017-07-20 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.base/default.exp (set language): Adjust expected output.
11859
11860 2017-07-20 Pedro Alves <palves@redhat.com>
11861
11862 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11863 (test_minsym): ... this, and make static.
11864 (get_pck__foo__bar__minsym): Rename to ...
11865 (get_test_minsym): ... this.
11866 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11867 symbol names and comments.
11868 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11869 (get_test_minsym): ... this.
11870 (pck__foo__bar__minsym__2): Rename to ...
11871 (test_minsym): ... this.
11872 (main): Adjust.
11873
11874 2017-07-17 Pedro Alves <palves@redhat.com>
11875
11876 * gdb.base/completion.exp: Adjust expected output.
11877 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11878 the completer works.
11879
11880 2017-07-17 Pedro Alves <palves@redhat.com>
11881
11882 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11883
11884 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11885
11886 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11887
11888 2017-07-14 Tom Tromey <tom@tromey.com>
11889
11890 PR rust/21764:
11891 * gdb.rust/simple.exp: Add tests.
11892
11893 2017-07-14 Tom Tromey <tom@tromey.com>
11894
11895 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11896
11897 2017-07-14 Pedro Alves <palves@redhat.com>
11898
11899 * gdb.linespec/base/one/thefile.cc (z1): New function.
11900 * gdb.linespec/base/two/thefile.cc (z2): New function.
11901 * gdb.linespec/linespec.exp: Add tests.
11902
11903 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11904
11905 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11906 to mi_create_breakpoint.
11907
11908 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11909
11910 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11911 mi_create_breakpoint.
11912
11913 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11914
11915 * gdb.dlang/demangle.exp: Update for demangling changes.
11916
11917 2017-07-09 Tom Tromey <tom@tromey.com>
11918
11919 * gdb.dwarf2/shortpiece.exp: New file.
11920
11921 2017-07-06 David Blaikie <dblaikie@gmail.com>
11922
11923 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11924 built from fissiont-multi-cu{1,2}.c.
11925 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11926 except putting 'main' and 'func' in separate CUs in the same DWO file.
11927 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11928 test.
11929 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11930 test.
11931
11932 2017-07-06 Pedro Alves <palves@redhat.com>
11933
11934 * gdb.python/py-unwind.exp: Test flushregs.
11935
11936 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11937
11938 PR cli/21688
11939 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11940 tests for alias commands and trailing whitespace.
11941
11942 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11943
11944 PR cli/21688
11945 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11946 procedure. Call it.
11947
11948 2017-06-29 Pedro Alves <palves@redhat.com>
11949
11950 * gdb.base/printcmds.exp: Add tests.
11951
11952 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11953
11954 PR gdb/21337
11955 * gdb.base/reread-readsym.exp: New file.
11956 * gdb.base/reread-readsym.c: New file.
11957
11958 2017-06-21 Kevin Buettner <kevinb@redhat.com>
11959
11960 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11961 subpattern.
11962
11963 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11964
11965 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11966 extended mnemonic.
11967 * gdb.arch/powerpc-power9.s: Likewise.
11968
11969 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11970
11971 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11972 on 32-bit x86 targets. Exploit is_*_target macros where
11973 appropriate.
11974
11975 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11976
11977 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11978 register pieces.
11979
11980 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11981
11982 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11983 located in one or more DWARF pieces.
11984
11985 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11986
11987 * lib/gdb.exp (get_endianness): New proc.
11988 * gdb.arch/aarch64-fp.exp: Use it.
11989 * gdb.arch/altivec-regs.exp: Likewise.
11990 * gdb.arch/e500-regs.exp: Likewise.
11991 * gdb.arch/vsx-regs.exp: Likewise.
11992 * gdb.base/dump.exp: Likewise.
11993 * gdb.base/funcargs.exp: Likewise.
11994 * gdb.base/gnu_vector.exp: Likewise.
11995 * gdb.dwarf2/formdata16.exp: Likewise.
11996 * gdb.dwarf2/implptrpiece.exp: Likewise.
11997 * gdb.dwarf2/nonvar-access.exp: Likewise.
11998 * gdb.python/py-inferior.exp: Likewise.
11999 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
12000
12001 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12002
12003 PR gdb/21226
12004 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
12005 stack value pieces are taken from the LSB end.
12006
12007 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12008
12009 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
12010 variable at nonzero offset.
12011
12012 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12013
12014 * gdb.dwarf2/var-access.c: New file.
12015 * gdb.dwarf2/var-access.exp: New test.
12016 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
12017
12018 2017-06-12 Tom Tromey <tom@tromey.com>
12019
12020 * gdb.dwarf2/formdata16.exp: Add tests.
12021
12022 2017-06-12 Tom Tromey <tom@tromey.com>
12023
12024 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
12025
12026 2017-06-12 Tom Tromey <tom@tromey.com>
12027
12028 PR exp/16225:
12029 * gdb.reverse/i386-sse-reverse.exp: Update tests.
12030 * gdb.arch/vsx-regs.exp: Update tests.
12031 * gdb.arch/s390-vregs.exp (hex128): New proc.
12032 Update test.
12033 * gdb.arch/altivec-regs.exp: Update tests.
12034
12035 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12036
12037 * gdb.base/startup-with-shell.c: New file.
12038 * gdb.base/startup-with-shell.exp: Likewise.
12039
12040 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12041
12042 * gdb.server/non-existing-program.exp: Update regex in order to
12043 reflect the fact that gdbserver is now using fork_inferior (with a
12044 shell) to startup the inferior.
12045
12046 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12047
12048 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
12049 support function calls from GDB.
12050
12051 2017-05-21 Tom Tromey <tom@tromey.com>
12052
12053 PR rust/21466:
12054 * gdb.rust/unsized.exp: New file.
12055 * gdb.rust/unsized.rs: New file.
12056
12057 2017-05-19 Tom Tromey <tom@tromey.com>
12058
12059 PR rust/21484:
12060 * gdb.rust/watch.exp: New file.
12061 * gdb.rust/watch.rs: New file.
12062
12063 2017-05-18 Tom Tromey <tom@tromey.com>
12064
12065 * gdb.rust/simple.exp: Allow Box to be qualified.
12066
12067 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
12068
12069 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
12070
12071 2017-05-18 Pedro Alves <palves@redhat.com>
12072
12073 * gdb.base/fileio.c (test_write, test_read, test_close)
12074 (test_fstat): Don't print 'ret' in the fail path.
12075
12076 2017-05-18 Pedro Alves <palves@redhat.com>
12077
12078 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
12079 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
12080 (test_system, test_rename, test_unlink, test_time): Change
12081 prototypes.
12082 * gdb.base/fileio.exp (stop_msg): Adjust.
12083
12084 2017-05-18 Pedro Alves <palves@redhat.com>
12085
12086 * gdb.base/fileio.c (null_str): New global.
12087 (test_stat): Use it.
12088 * gdb.base/fileio.exp: Remove nowarnings.
12089
12090 2017-05-17 Yao Qi <yao.qi@linaro.org>
12091
12092 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
12093
12094 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
12095
12096 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
12097 argument command.
12098 (top-level): Invoke test_set_inferior_tty.
12099
12100 2017-05-04 Pedro Alves <palves@redhat.com>
12101
12102 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
12103 Add parens to print call for Python 3.
12104
12105 2017-05-03 Keith Seitz <keiths@redhat.com>
12106
12107 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
12108 (main): Call it.
12109
12110 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12111
12112 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
12113 to prev and next.
12114
12115 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12116
12117 * gdb.python/py-record-btrace.exp: Remove test for
12118 gdb.BtraceInstruction.error.
12119
12120 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12121
12122 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
12123
12124 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12125
12126 * gdb.python/py-record-btrace-threads.c: New file.
12127 * gdb.python/py-record-btrace-threads.exp: New file.
12128
12129 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
12130
12131 PR testsuite/8595
12132 * gdb.base/environ.exp: Make test available in all architectures.
12133 Move bits related to "info program" testing to
12134 gdb.base/info-program.exp. Rewrite tests to use the two new
12135 procedures mentione below.
12136 (test_set_show_env_var) New procedure.
12137 (test_set_show_env_var_equal): Likewise.
12138 * gdb.base/info-program.exp: New file.
12139
12140 2017-04-27 Keith Seitz <keiths@redhat.com>
12141
12142 * gdb.cp/oranking.cc (test15): New function.
12143 (main): Call test15 and declare additional variables for testing.
12144 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
12145 "p foo101('abc')" tests.
12146 Add tests for cv qualifier overloads.
12147 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
12148 "lvalue reference overload" test.
12149 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
12150 "print value of f1 on Child&& in f2" test.
12151
12152 2017-04-19 Pedro Alves <palves@redhat.com>
12153
12154 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
12155 procedure.
12156 (top level): Call it.
12157 * lib/gdb.exp (gdb_define_cmd): New procedure.
12158
12159 2017-04-12 Pedro Alves <palves@redhat.com>
12160
12161 PR gdb/21323
12162 * gdb.cp/wide_char_types.c: Include <wchar.h>.
12163 (wchar): New global.
12164 * gdb.cp/wide_char_types.exp (wide_char_types_program)
12165 (do_test_wide_char, wide_char_types_no_program, top level): Add
12166 wchar_t testing.
12167
12168 2017-04-12 Pedro Alves <palves@redhat.com>
12169
12170 PR c++/21323
12171 * gdb.cp/wide_char_types.c: New file.
12172 * gdb.cp/wide_char_types.exp: New file.
12173
12174 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
12175
12176 PR gdb/21352
12177 * gdb.trace/tsv.exp: Add test for "tsave -r".
12178
12179 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
12180
12181 * gdb.dlang/watch-loc.c: New file.
12182 * gdb.dlang/watch-loc.exp: New file.
12183
12184 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12185
12186 * gdb.python/py-section-script.exp (sepdebug): New testcases.
12187
12188 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12189
12190 * gdb.arch/arc-analyze-prologue.S: New file.
12191 * gdb.arch/arc-analyze-prologue.exp: Likewise.
12192
12193 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12194
12195 * gdb.arch/arc-decode-insn.S: New file.
12196 * gdb.arch/arc-decode-insn.exp: Likewise.
12197
12198 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
12199
12200 PR tdep/20928
12201 * gdb.arch/sparc64-regs.exp: New file.
12202 * gdb.arch/sparc64-regs.S: Likewise.
12203
12204 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
12205
12206 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
12207 and memory view on Python 3.
12208
12209 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
12210 Keith Seitz <keiths@redhat.com>
12211
12212 PR gdb/14441
12213 * gdb.cp/demangle.exp: Add rvalue reference tests.
12214 * gdb.cp/rvalue-ref-casts.cc: New file.
12215 * gdb.cp/rvalue-ref-casts.exp: New file.
12216 * gdb.cp/rvalue-ref-overload.cc: New file.
12217 * gdb.cp/rvalue-ref-overload.exp: New file.
12218 * gdb.cp/rvalue-ref-params.cc: New file.
12219 * gdb.cp/rvalue-ref-params.exp: New file.
12220 * gdb.cp/rvalue-ref-sizeof.cc: New file.
12221 * gdb.cp/rvalue-ref-sizeof.exp: New file.
12222 * gdb.cp/rvalue-ref-types.cc: New file.
12223 * gdb.cp/rvalue-ref-types.exp: New file.
12224 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
12225 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
12226
12227 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12228
12229 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
12230 New procedure.
12231
12232 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12233
12234 * lib/mi-support.exp (mi_gdb_test): Add additional message
12235 for unexpected output.
12236
12237 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12238
12239 * gdb.base/examine-backward.c (Barrier): New character array
12240 constant, to ensure that TestStrings is preceded by a string
12241 terminator.
12242
12243 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12244
12245 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
12246 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
12247 and implicit pointer into such a location.
12248
12249 2017-03-16 Doug Evans <dje@google.com>
12250
12251 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12252
12253 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
12254
12255 * gdb.cp/m-static.exp: Fix expectation for prototype of
12256 test5.single_constructor and single_constructor::single_constructor.
12257
12258 2017-03-16 Doug Evans <dje@google.com>
12259
12260 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
12261 * gdb.guile/scm-lazy-string.c: New file.
12262 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12263 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
12264 for pointer, array, typedef lazy strings.
12265
12266 2017-03-16 Doug Evans <dje@google.com>
12267
12268 PR python/17728, python/18439, python/18779
12269 * gdb.python/py-value.c (main) Delete locals sptr, sn.
12270 * gdb.python/py-lazy-string.c (pointer): New typedef.
12271 (main): New locals ptr, array, typedef_ptr.
12272 * gdb.python/py-value.exp: Move lazy string tests to ...
12273 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
12274 array, typedef lazy strings.
12275
12276 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
12277
12278 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
12279 Add optional 'test' parameter.
12280
12281 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12282
12283 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12284 Skip for versions of DejaGnu < 1.5.
12285
12286 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12287
12288 * lib/gdb.exp (dejagnu_version): New proc.
12289 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12290 Use dejagnu_version.
12291
12292 2017-03-10 Keith Seitz <keiths@redhat.com>
12293
12294 PR c++/8128
12295 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
12296 type from destructor regexps.
12297 Add a branch which actually passes the test.
12298 Adjust "ptype t5i" test names.
12299
12300 2017-03-08 Pedro Alves <palves@redhat.com>
12301
12302 * gdb.base/step-over-exit.exp: Add explicit test message.
12303
12304 2017-03-08 Pedro Alves <palves@redhat.com>
12305
12306 PR gdb/18360
12307 * gdb.threads/interrupt-while-step-over.c: New file.
12308 * gdb.threads/interrupt-while-step-over.exp: New file.
12309
12310 2017-03-08 Pedro Alves <palves@redhat.com>
12311
12312 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
12313 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
12314
12315 2017-03-08 Pedro Alves <palves@redhat.com>
12316
12317 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
12318 PKRU as not supported as a PASS.
12319
12320 2017-03-08 Pedro Alves <palves@redhat.com>
12321
12322 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
12323 prefix instead of $binfile1/$binfile2.
12324 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12325 in test message.
12326 * gdb.python/py-completion.exp: Use "load python file" as test
12327 messages instead of unstable path names.
12328
12329 2017-03-08 Pedro Alves <palves@redhat.com>
12330 Jan Kratochvil <jan.kratochvil@redhat.com>
12331
12332 PR cli/21218
12333 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12334 New proc.
12335 (top level): Call it.
12336
12337 2017-03-08 Pedro Alves <palves@redhat.com>
12338
12339 PR tui/21216
12340 * gdb.tui/tui-nl-filtered-output.exp: New file.
12341
12342 2017-03-08 Pedro Alves <palves@redhat.com>
12343
12344 * gdb.base/completion.exp: Move TUI completion tests to ...
12345 * gdb.tui/completion.exp: ... this new file.
12346
12347 2017-03-08 Pedro Alves <palves@redhat.com>
12348
12349 * gdb.base/tui-disasm-long-lines.c,
12350 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12351 gdb.base/tui-layout.exp: Move to ...
12352 * gdb.tui/: ... this new directory.
12353
12354 2017-03-07 Pedro Alves <palves@redhat.com>
12355
12356 * gdb.base/tui-layout.c: New file.
12357 * gdb.base/tui-layout.exp: New file.
12358
12359 2017-03-07 Pedro Alves <palves@redhat.com>
12360
12361 * gdb.base/tui-layout.c: Rename to ...
12362 * gdb.base/tui-disasm-long-lines.c: ... this.
12363 * gdb.base/tui-layout.exp: Rename to ...
12364 * gdb.base/tui-disasm-long-lines.exp: ... this.
12365
12366 2017-03-07 Pedro Alves <palves@redhat.com>
12367
12368 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12369
12370 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12371
12372 * i386-mpx-call.c: New file.
12373 * i386-mpx-call.exp: New file.
12374
12375 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12376
12377 * gdb.arch/powerpc-power.exp: Delete test.
12378 * gdb.arch/powerpc-power.s: Likewise.
12379 * gdb.disasm/disassembler-options.exp: New test.
12380 * gdb.arch/powerpc-altivec.exp: Likewise.
12381 * gdb.arch/powerpc-altivec.s: Likewise.
12382 * gdb.arch/powerpc-altivec2.exp: Likewise.
12383 * gdb.arch/powerpc-altivec2.s: Likewise.
12384 * gdb.arch/powerpc-altivec3.exp: Likewise.
12385 * gdb.arch/powerpc-altivec3.s: Likewise.
12386 * gdb.arch/powerpc-power7.exp: Likewise.
12387 * gdb.arch/powerpc-power7.s: Likewise.
12388 * gdb.arch/powerpc-power8.exp: Likewise.
12389 * gdb.arch/powerpc-power8.s: Likewise.
12390 * gdb.arch/powerpc-power9.exp: Likewise.
12391 * gdb.arch/powerpc-power9.s: Likewise.
12392 * gdb.arch/powerpc-vsx.exp: Likewise.
12393 * gdb.arch/powerpc-vsx.s: Likewise.
12394 * gdb.arch/powerpc-vsx2.exp: Likewise.
12395 * gdb.arch/powerpc-vsx2.s: Likewise.
12396 * gdb.arch/powerpc-vsx3.exp: Likewise.
12397 * gdb.arch/powerpc-vsx3.s: Likewise.
12398 * gdb.arch/arm-disassembler-options.exp: Likewise.
12399 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12400 * gdb.arch/s390-disassembler-options.exp: Likewise.
12401
12402 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
12403
12404 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12405 (check_supported_features): ... this. Changed return type to void.
12406 (supports_rdseed): New static global.
12407 (rdseed): Check supports_rdseed.
12408 (initialize): Call check_supported_features.
12409
12410 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12411
12412 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12413 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12414 and lqarx/stqcx.
12415 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12416 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12417
12418 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12419
12420 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12421 uppercase.
12422
12423 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12424
12425 * gdb.dwarf2/formdata16.c: New file.
12426 * gdb.dwarf2/formdata16.exp: New file.
12427 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12428
12429 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12430
12431 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12432 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12433 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12434 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12435 DW_AT_GNU_*.
12436
12437 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12438
12439 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12440
12441 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12442
12443 PR gdb/21164
12444 * gdb.base/maint.exp: Add testcases for when the commands do
12445 not have arguments.
12446
12447 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12448
12449 * gdb.cp/chained-calls.exp: Use p instead of P.
12450
12451 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12452
12453 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12454 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12455
12456 2017-02-14 Tom Tromey <tom@tromey.com>
12457
12458 PR python/13598:
12459 * gdb.python/py-events.exp: Add before_prompt event tests.
12460
12461 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12462
12463 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12464
12465 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12466
12467 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12468 (main): Call my_unique_function_name.
12469 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12470 completion of patterns with a single match.
12471 Add missing -re switches to gdb_test_multiple calls.
12472
12473 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12474
12475 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12476 return if core file is not recognized.
12477
12478 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12479
12480 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12481 and extra UIs.
12482
12483 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12484
12485 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12486 proc_with_prefix.
12487
12488 2017-02-10 Tom Tromey <tom@tromey.com>
12489
12490 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12491
12492 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
12493
12494 PR gdb/21122
12495 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12496
12497 2017-02-08 Jerome Guitton <guitton@adacore.com>
12498
12499 * gdb.base/define.exp: Add test for command abbreviations
12500 in define.
12501
12502 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
12503
12504 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12505 * gdb.reverse/insn-reverse-x86.c: New file.
12506
12507 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12508
12509 PR tdep/20936
12510 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12511
12512 2017-02-03 Tom Tromey <tom@tromey.com>
12513
12514 PR rust/21097:
12515 * gdb.rust/simple.exp: Add new tests.
12516
12517 2017-02-02 Pedro Alves <palves@redhat.com>
12518
12519 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12520 tests.
12521
12522 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12523
12524 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12525 taking a 2-byte value out of a 4-byte DWARF implicit value on
12526 big-endian targets.
12527 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12528 logic. Add test cases for DW_OP_implicit.
12529
12530 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12531
12532 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12533
12534 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12535
12536 * gdb.btrace/enable.exp: Call gdb_exit before
12537 skip_gdbserver_tests.
12538
12539 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12540
12541 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12542 GDBFLAGS.
12543
12544 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12545
12546 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12547 the test is skipped.
12548 * gdb.btrace/data.exp: Likewise.
12549 * gdb.btrace/delta.exp: Likewise.
12550 * gdb.btrace/dlopen.exp: Likewise.
12551 * gdb.btrace/enable-running.exp: Likewise.
12552 * gdb.btrace/enable.exp: Likewise.
12553 * gdb.btrace/exception.exp: Likewise.
12554 * gdb.btrace/function_call_history.exp: Likewise.
12555 * gdb.btrace/gcore.exp: Likewise.
12556 * gdb.btrace/instruction_history.exp: Likewise.
12557 * gdb.btrace/multi-thread-step.exp: Likewise.
12558 * gdb.btrace/nohist.exp: Likewise.
12559 * gdb.btrace/non-stop.exp: Likewise.
12560 * gdb.btrace/reconnect.exp: Likewise.
12561 * gdb.btrace/record_goto-step.exp: Likewise.
12562 * gdb.btrace/record_goto.exp: Likewise.
12563 * gdb.btrace/rn-dl-bind.exp: Likewise.
12564 * gdb.btrace/segv.exp: Likewise.
12565 * gdb.btrace/step.exp: Likewise.
12566 * gdb.btrace/stepi.exp: Likewise.
12567 * gdb.btrace/tailcall-only.exp: Likewise.
12568 * gdb.btrace/tailcall.exp: Likewise.
12569 * gdb.btrace/tsx.exp: Likewise.
12570 * gdb.btrace/unknown_functions.exp: Likewise.
12571 * gdb.btrace/vdso.exp: Likewise.
12572
12573 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12574
12575 * gdb.btrace/enable-running.c: New.
12576 * gdb.btrace/enable-running.exp: New.
12577
12578 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12579
12580 * gdb.arch/amd64-gs_base.c: New file.
12581 * gdb.arch/amd64-gs_base.exp: New file.
12582
12583 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12584
12585 * lib/memory.exp: Remove spurious empty newlines.
12586
12587 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12588
12589 * gdb.python/py-bad-printers.exp: Load python file using "source".
12590 * gdb.python/py-events.exp: Likewise.
12591 * gdb.python/py-evsignal.exp: Likewise.
12592 * gdb.python/py-evthreads.exp: Likewise.
12593 * gdb.python/py-frame-args.exp: Likewise.
12594 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12595 * gdb.python/py-framefilter-mi.exp: Likewise.
12596 * gdb.python/py-framefilter.exp: Likewise.
12597 * gdb.python/py-mi.exp: Likewise.
12598 * gdb.python/py-pp-maint.exp: Likewise.
12599 * gdb.python/py-pp-registration.exp: Likewise.
12600 * gdb.python/py-prettyprint.exp: Likewise.
12601 (run_lang_tests): Likewise.
12602 * gdb.python/py-typeprint.exp: Likewise.
12603
12604 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12605
12606 * lib/memory.exp: New file.
12607 * lib/gdb.exp: Load memory.exp.
12608 * gdb.base/memattr.exp (delete_memory): Move proc to
12609 lib/memory.exp and rename to delete_memory_regions.
12610 Replace delete_memory with delete_memory_regions.
12611 Cleanup memory regions before tests.
12612 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12613 before tests.
12614
12615 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12616
12617 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12618 files.
12619 (initialize): New function conditionally defined.
12620 (testcases): Move within conditional block.
12621 (main): Call initialize.
12622 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12623 of gdb.reverse/insn-reverse.c.
12624 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12625 gdb.reverse/insn-reverse.c.
12626
12627 2017-01-26 Yao Qi <yao.qi@linaro.org>
12628
12629 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12630 disassemble on address 0.
12631
12632 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12633 Yao Qi <yao.qi@linaro.org>
12634
12635 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12636 * gdb.dwarf2/implptr-64bit.S: Remove.
12637 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12638 variables in caller's context. Add DW_OP_implicit_value.
12639
12640 2017-01-25 Yao Qi <yao.qi@linaro.org>
12641
12642 * lib/dwarf.exp (Dwarf::_location): Handle
12643 DW_OP_GNU_implicit_pointer with proper size.
12644
12645 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12646
12647 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12648 and add untested calls.
12649
12650 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12651
12652 * gdb.python/python.exp: Check line number against what GDB thinks
12653 the line number is for func1.
12654
12655 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12656
12657 * gdb.dlang/debug-expr.exp: New file.
12658
12659 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
12660
12661 Fix test names for the following files:
12662
12663 * gdb.ada/exec_changed.exp
12664 * gdb.ada/info_types.exp
12665 * gdb.arch/aarch64-atomic-inst.exp
12666 * gdb.arch/aarch64-fp.exp
12667 * gdb.arch/altivec-abi.exp
12668 * gdb.arch/altivec-regs.exp
12669 * gdb.arch/amd64-byte.exp
12670 * gdb.arch/amd64-disp-step.exp
12671 * gdb.arch/amd64-dword.exp
12672 * gdb.arch/amd64-entry-value-inline.exp
12673 * gdb.arch/amd64-entry-value-param.exp
12674 * gdb.arch/amd64-entry-value-paramref.exp
12675 * gdb.arch/amd64-entry-value.exp
12676 * gdb.arch/amd64-i386-address.exp
12677 * gdb.arch/amd64-invalid-stack-middle.exp
12678 * gdb.arch/amd64-invalid-stack-top.exp
12679 * gdb.arch/amd64-optimout-repeat.exp
12680 * gdb.arch/amd64-prologue-skip.exp
12681 * gdb.arch/amd64-prologue-xmm.exp
12682 * gdb.arch/amd64-stap-special-operands.exp
12683 * gdb.arch/amd64-stap-wrong-subexp.exp
12684 * gdb.arch/amd64-tailcall-cxx.exp
12685 * gdb.arch/amd64-tailcall-noret.exp
12686 * gdb.arch/amd64-tailcall-ret.exp
12687 * gdb.arch/amd64-tailcall-self.exp
12688 * gdb.arch/amd64-word.exp
12689 * gdb.arch/arm-bl-branch-dest.exp
12690 * gdb.arch/arm-disp-step.exp
12691 * gdb.arch/arm-neon.exp
12692 * gdb.arch/arm-single-step-kernel-helper.exp
12693 * gdb.arch/avr-flash-qualifier.exp
12694 * gdb.arch/disp-step-insn-reloc.exp
12695 * gdb.arch/e500-abi.exp
12696 * gdb.arch/e500-regs.exp
12697 * gdb.arch/ftrace-insn-reloc.exp
12698 * gdb.arch/i386-avx512.exp
12699 * gdb.arch/i386-bp_permanent.exp
12700 * gdb.arch/i386-byte.exp
12701 * gdb.arch/i386-cfi-notcurrent.exp
12702 * gdb.arch/i386-disp-step.exp
12703 * gdb.arch/i386-dr3-watch.exp
12704 * gdb.arch/i386-float.exp
12705 * gdb.arch/i386-gnu-cfi.exp
12706 * gdb.arch/i386-mpx-map.exp
12707 * gdb.arch/i386-mpx-sigsegv.exp
12708 * gdb.arch/i386-mpx-simple_segv.exp
12709 * gdb.arch/i386-mpx.exp
12710 * gdb.arch/i386-permbkpt.exp
12711 * gdb.arch/i386-prologue.exp
12712 * gdb.arch/i386-signal.exp
12713 * gdb.arch/i386-size-overlap.exp
12714 * gdb.arch/i386-unwind.exp
12715 * gdb.arch/i386-word.exp
12716 * gdb.arch/mips-fcr.exp
12717 * gdb.arch/powerpc-d128-regs.exp
12718 * gdb.arch/powerpc-stackless.exp
12719 * gdb.arch/ppc64-atomic-inst.exp
12720 * gdb.arch/s390-stackless.exp
12721 * gdb.arch/s390-tdbregs.exp
12722 * gdb.arch/s390-vregs.exp
12723 * gdb.arch/sparc-sysstep.exp
12724 * gdb.arch/thumb-bx-pc.exp
12725 * gdb.arch/thumb-singlestep.exp
12726 * gdb.arch/thumb2-it.exp
12727 * gdb.arch/vsx-regs.exp
12728 * gdb.asm/asm-source.exp
12729 * gdb.base/a2-run.exp
12730 * gdb.base/advance.exp
12731 * gdb.base/all-bin.exp
12732 * gdb.base/anon.exp
12733 * gdb.base/args.exp
12734 * gdb.base/arithmet.exp
12735 * gdb.base/async-shell.exp
12736 * gdb.base/async.exp
12737 * gdb.base/attach-pie-noexec.exp
12738 * gdb.base/attach-twice.exp
12739 * gdb.base/auto-load.exp
12740 * gdb.base/bang.exp
12741 * gdb.base/bitfields.exp
12742 * gdb.base/break-always.exp
12743 * gdb.base/break-caller-line.exp
12744 * gdb.base/break-entry.exp
12745 * gdb.base/break-inline.exp
12746 * gdb.base/break-on-linker-gcd-function.exp
12747 * gdb.base/break-probes.exp
12748 * gdb.base/break.exp
12749 * gdb.base/breakpoint-shadow.exp
12750 * gdb.base/call-ar-st.exp
12751 * gdb.base/call-sc.exp
12752 * gdb.base/call-signal-resume.exp
12753 * gdb.base/call-strs.exp
12754 * gdb.base/callfuncs.exp
12755 * gdb.base/catch-fork-static.exp
12756 * gdb.base/catch-gdb-caused-signals.exp
12757 * gdb.base/catch-load.exp
12758 * gdb.base/catch-signal-fork.exp
12759 * gdb.base/catch-signal.exp
12760 * gdb.base/catch-syscall.exp
12761 * gdb.base/charset.exp
12762 * gdb.base/checkpoint.exp
12763 * gdb.base/chng-syms.exp
12764 * gdb.base/code-expr.exp
12765 * gdb.base/code_elim.exp
12766 * gdb.base/commands.exp
12767 * gdb.base/completion.exp
12768 * gdb.base/complex.exp
12769 * gdb.base/cond-expr.exp
12770 * gdb.base/condbreak.exp
12771 * gdb.base/consecutive.exp
12772 * gdb.base/continue-all-already-running.exp
12773 * gdb.base/coredump-filter.exp
12774 * gdb.base/corefile.exp
12775 * gdb.base/dbx.exp
12776 * gdb.base/debug-expr.exp
12777 * gdb.base/define.exp
12778 * gdb.base/del.exp
12779 * gdb.base/disabled-location.exp
12780 * gdb.base/disasm-end-cu.exp
12781 * gdb.base/disasm-optim.exp
12782 * gdb.base/display.exp
12783 * gdb.base/duplicate-bp.exp
12784 * gdb.base/ena-dis-br.exp
12785 * gdb.base/ending-run.exp
12786 * gdb.base/enumval.exp
12787 * gdb.base/environ.exp
12788 * gdb.base/eu-strip-infcall.exp
12789 * gdb.base/eval-avoid-side-effects.exp
12790 * gdb.base/eval-skip.exp
12791 * gdb.base/exitsignal.exp
12792 * gdb.base/expand-psymtabs.exp
12793 * gdb.base/filesym.exp
12794 * gdb.base/find-unmapped.exp
12795 * gdb.base/finish.exp
12796 * gdb.base/float.exp
12797 * gdb.base/foll-exec-mode.exp
12798 * gdb.base/foll-exec.exp
12799 * gdb.base/foll-fork.exp
12800 * gdb.base/fortran-sym-case.exp
12801 * gdb.base/freebpcmd.exp
12802 * gdb.base/func-ptr.exp
12803 * gdb.base/func-ptrs.exp
12804 * gdb.base/funcargs.exp
12805 * gdb.base/gcore-buffer-overflow.exp
12806 * gdb.base/gcore-relro-pie.exp
12807 * gdb.base/gcore-relro.exp
12808 * gdb.base/gcore.exp
12809 * gdb.base/gdb1090.exp
12810 * gdb.base/gdb11530.exp
12811 * gdb.base/gdb11531.exp
12812 * gdb.base/gdb1821.exp
12813 * gdb.base/gdbindex-stabs.exp
12814 * gdb.base/gdbvars.exp
12815 * gdb.base/hbreak.exp
12816 * gdb.base/hbreak2.exp
12817 * gdb.base/included.exp
12818 * gdb.base/infcall-input.exp
12819 * gdb.base/inferior-died.exp
12820 * gdb.base/infnan.exp
12821 * gdb.base/info-macros.exp
12822 * gdb.base/info-os.exp
12823 * gdb.base/info-proc.exp
12824 * gdb.base/info-shared.exp
12825 * gdb.base/info-target.exp
12826 * gdb.base/infoline.exp
12827 * gdb.base/interp.exp
12828 * gdb.base/interrupt.exp
12829 * gdb.base/jit-reader.exp
12830 * gdb.base/jit-simple.exp
12831 * gdb.base/kill-after-signal.exp
12832 * gdb.base/kill-detach-inferiors-cmd.exp
12833 * gdb.base/label.exp
12834 * gdb.base/langs.exp
12835 * gdb.base/ldbl_e308.exp
12836 * gdb.base/line-symtabs.exp
12837 * gdb.base/linespecs.exp
12838 * gdb.base/list.exp
12839 * gdb.base/long_long.exp
12840 * gdb.base/longest-types.exp
12841 * gdb.base/maint.exp
12842 * gdb.base/max-value-size.exp
12843 * gdb.base/memattr.exp
12844 * gdb.base/mips_pro.exp
12845 * gdb.base/morestack.exp
12846 * gdb.base/moribund-step.exp
12847 * gdb.base/multi-forks.exp
12848 * gdb.base/nested-addr.exp
12849 * gdb.base/nextoverexit.exp
12850 * gdb.base/noreturn-finish.exp
12851 * gdb.base/noreturn-return.exp
12852 * gdb.base/nostdlib.exp
12853 * gdb.base/offsets.exp
12854 * gdb.base/opaque.exp
12855 * gdb.base/pc-fp.exp
12856 * gdb.base/permissions.exp
12857 * gdb.base/print-symbol-loading.exp
12858 * gdb.base/prologue-include.exp
12859 * gdb.base/psymtab.exp
12860 * gdb.base/ptype.exp
12861 * gdb.base/random-signal.exp
12862 * gdb.base/randomize.exp
12863 * gdb.base/range-stepping.exp
12864 * gdb.base/readline-ask.exp
12865 * gdb.base/recpar.exp
12866 * gdb.base/recurse.exp
12867 * gdb.base/relational.exp
12868 * gdb.base/restore.exp
12869 * gdb.base/return-nodebug.exp
12870 * gdb.base/return.exp
12871 * gdb.base/run-after-attach.exp
12872 * gdb.base/save-bp.exp
12873 * gdb.base/scope.exp
12874 * gdb.base/sect-cmd.exp
12875 * gdb.base/set-lang-auto.exp
12876 * gdb.base/set-noassign.exp
12877 * gdb.base/setvar.exp
12878 * gdb.base/sigall.exp
12879 * gdb.base/sigbpt.exp
12880 * gdb.base/siginfo-addr.exp
12881 * gdb.base/siginfo-infcall.exp
12882 * gdb.base/siginfo-obj.exp
12883 * gdb.base/siginfo.exp
12884 * gdb.base/signals-state-child.exp
12885 * gdb.base/signest.exp
12886 * gdb.base/sigstep.exp
12887 * gdb.base/sizeof.exp
12888 * gdb.base/skip.exp
12889 * gdb.base/solib-corrupted.exp
12890 * gdb.base/solib-nodir.exp
12891 * gdb.base/solib-search.exp
12892 * gdb.base/stack-checking.exp
12893 * gdb.base/stale-infcall.exp
12894 * gdb.base/stap-probe.exp
12895 * gdb.base/start.exp
12896 * gdb.base/step-break.exp
12897 * gdb.base/step-bt.exp
12898 * gdb.base/step-line.exp
12899 * gdb.base/step-over-exit.exp
12900 * gdb.base/step-over-syscall.exp
12901 * gdb.base/step-resume-infcall.exp
12902 * gdb.base/step-test.exp
12903 * gdb.base/store.exp
12904 * gdb.base/structs3.exp
12905 * gdb.base/sym-file.exp
12906 * gdb.base/symbol-without-target_section.exp
12907 * gdb.base/term.exp
12908 * gdb.base/testenv.exp
12909 * gdb.base/ui-redirect.exp
12910 * gdb.base/until.exp
12911 * gdb.base/unwindonsignal.exp
12912 * gdb.base/value-double-free.exp
12913 * gdb.base/vla-datatypes.exp
12914 * gdb.base/vla-ptr.exp
12915 * gdb.base/vla-sideeffect.exp
12916 * gdb.base/volatile.exp
12917 * gdb.base/watch-cond-infcall.exp
12918 * gdb.base/watch-cond.exp
12919 * gdb.base/watch-non-mem.exp
12920 * gdb.base/watch-read.exp
12921 * gdb.base/watch-vfork.exp
12922 * gdb.base/watchpoint-cond-gone.exp
12923 * gdb.base/watchpoint-delete.exp
12924 * gdb.base/watchpoint-hw-hit-once.exp
12925 * gdb.base/watchpoint-hw.exp
12926 * gdb.base/watchpoint-stops-at-right-insn.exp
12927 * gdb.base/watchpoints.exp
12928 * gdb.base/wchar.exp
12929 * gdb.base/whatis-exp.exp
12930 * gdb.btrace/buffer-size.exp
12931 * gdb.btrace/data.exp
12932 * gdb.btrace/delta.exp
12933 * gdb.btrace/dlopen.exp
12934 * gdb.btrace/enable.exp
12935 * gdb.btrace/exception.exp
12936 * gdb.btrace/function_call_history.exp
12937 * gdb.btrace/gcore.exp
12938 * gdb.btrace/instruction_history.exp
12939 * gdb.btrace/nohist.exp
12940 * gdb.btrace/reconnect.exp
12941 * gdb.btrace/record_goto-step.exp
12942 * gdb.btrace/record_goto.exp
12943 * gdb.btrace/rn-dl-bind.exp
12944 * gdb.btrace/segv.exp
12945 * gdb.btrace/step.exp
12946 * gdb.btrace/stepi.exp
12947 * gdb.btrace/tailcall-only.exp
12948 * gdb.btrace/tailcall.exp
12949 * gdb.btrace/tsx.exp
12950 * gdb.btrace/unknown_functions.exp
12951 * gdb.btrace/vdso.exp
12952 * gdb.compile/compile-ifunc.exp
12953 * gdb.compile/compile-ops.exp
12954 * gdb.compile/compile-print.exp
12955 * gdb.compile/compile-setjmp.exp
12956 * gdb.cp/abstract-origin.exp
12957 * gdb.cp/ambiguous.exp
12958 * gdb.cp/annota2.exp
12959 * gdb.cp/annota3.exp
12960 * gdb.cp/anon-ns.exp
12961 * gdb.cp/anon-struct.exp
12962 * gdb.cp/anon-union.exp
12963 * gdb.cp/arg-reference.exp
12964 * gdb.cp/baseenum.exp
12965 * gdb.cp/bool.exp
12966 * gdb.cp/breakpoint.exp
12967 * gdb.cp/bs15503.exp
12968 * gdb.cp/call-c.exp
12969 * gdb.cp/casts.exp
12970 * gdb.cp/chained-calls.exp
12971 * gdb.cp/class2.exp
12972 * gdb.cp/classes.exp
12973 * gdb.cp/cmpd-minsyms.exp
12974 * gdb.cp/converts.exp
12975 * gdb.cp/cp-relocate.exp
12976 * gdb.cp/cpcompletion.exp
12977 * gdb.cp/cpexprs.exp
12978 * gdb.cp/cplabel.exp
12979 * gdb.cp/cplusfuncs.exp
12980 * gdb.cp/cpsizeof.exp
12981 * gdb.cp/ctti.exp
12982 * gdb.cp/derivation.exp
12983 * gdb.cp/destrprint.exp
12984 * gdb.cp/dispcxx.exp
12985 * gdb.cp/enum-class.exp
12986 * gdb.cp/exception.exp
12987 * gdb.cp/exceptprint.exp
12988 * gdb.cp/expand-psymtabs-cxx.exp
12989 * gdb.cp/expand-sals.exp
12990 * gdb.cp/extern-c.exp
12991 * gdb.cp/filename.exp
12992 * gdb.cp/formatted-ref.exp
12993 * gdb.cp/fpointer.exp
12994 * gdb.cp/gdb1355.exp
12995 * gdb.cp/gdb2495.exp
12996 * gdb.cp/hang.exp
12997 * gdb.cp/impl-this.exp
12998 * gdb.cp/infcall-dlopen.exp
12999 * gdb.cp/inherit.exp
13000 * gdb.cp/iostream.exp
13001 * gdb.cp/koenig.exp
13002 * gdb.cp/local.exp
13003 * gdb.cp/m-data.exp
13004 * gdb.cp/m-static.exp
13005 * gdb.cp/mb-ctor.exp
13006 * gdb.cp/mb-inline.exp
13007 * gdb.cp/mb-templates.exp
13008 * gdb.cp/member-name.exp
13009 * gdb.cp/member-ptr.exp
13010 * gdb.cp/meth-typedefs.exp
13011 * gdb.cp/method.exp
13012 * gdb.cp/method2.exp
13013 * gdb.cp/minsym-fallback.exp
13014 * gdb.cp/misc.exp
13015 * gdb.cp/namelessclass.exp
13016 * gdb.cp/namespace-enum.exp
13017 * gdb.cp/namespace-nested-import.exp
13018 * gdb.cp/namespace.exp
13019 * gdb.cp/nextoverthrow.exp
13020 * gdb.cp/no-dmgl-verbose.exp
13021 * gdb.cp/non-trivial-retval.exp
13022 * gdb.cp/noparam.exp
13023 * gdb.cp/nsdecl.exp
13024 * gdb.cp/nsimport.exp
13025 * gdb.cp/nsnested.exp
13026 * gdb.cp/nsnoimports.exp
13027 * gdb.cp/nsrecurs.exp
13028 * gdb.cp/nsstress.exp
13029 * gdb.cp/nsusing.exp
13030 * gdb.cp/operator.exp
13031 * gdb.cp/oranking.exp
13032 * gdb.cp/overload-const.exp
13033 * gdb.cp/overload.exp
13034 * gdb.cp/ovldbreak.exp
13035 * gdb.cp/ovsrch.exp
13036 * gdb.cp/paren-type.exp
13037 * gdb.cp/parse-lang.exp
13038 * gdb.cp/pass-by-ref.exp
13039 * gdb.cp/pr-1023.exp
13040 * gdb.cp/pr-1210.exp
13041 * gdb.cp/pr-574.exp
13042 * gdb.cp/pr10687.exp
13043 * gdb.cp/pr12028.exp
13044 * gdb.cp/pr17132.exp
13045 * gdb.cp/pr17494.exp
13046 * gdb.cp/pr9067.exp
13047 * gdb.cp/pr9167.exp
13048 * gdb.cp/pr9631.exp
13049 * gdb.cp/printmethod.exp
13050 * gdb.cp/psmang.exp
13051 * gdb.cp/psymtab-parameter.exp
13052 * gdb.cp/ptype-cv-cp.exp
13053 * gdb.cp/ptype-flags.exp
13054 * gdb.cp/re-set-overloaded.exp
13055 * gdb.cp/ref-types.exp
13056 * gdb.cp/rtti.exp
13057 * gdb.cp/scope-err.exp
13058 * gdb.cp/shadow.exp
13059 * gdb.cp/smartp.exp
13060 * gdb.cp/static-method.exp
13061 * gdb.cp/static-print-quit.exp
13062 * gdb.cp/temargs.exp
13063 * gdb.cp/templates.exp
13064 * gdb.cp/try_catch.exp
13065 * gdb.cp/typedef-operator.exp
13066 * gdb.cp/typeid.exp
13067 * gdb.cp/userdef.exp
13068 * gdb.cp/using-crash.exp
13069 * gdb.cp/var-tag.exp
13070 * gdb.cp/virtbase.exp
13071 * gdb.cp/virtfunc.exp
13072 * gdb.cp/virtfunc2.exp
13073 * gdb.cp/vla-cxx.exp
13074 * gdb.disasm/t01_mov.exp
13075 * gdb.disasm/t02_mova.exp
13076 * gdb.disasm/t03_add.exp
13077 * gdb.disasm/t04_sub.exp
13078 * gdb.disasm/t05_cmp.exp
13079 * gdb.disasm/t06_ari2.exp
13080 * gdb.disasm/t07_ari3.exp
13081 * gdb.disasm/t08_or.exp
13082 * gdb.disasm/t09_xor.exp
13083 * gdb.disasm/t10_and.exp
13084 * gdb.disasm/t11_logs.exp
13085 * gdb.disasm/t12_bit.exp
13086 * gdb.disasm/t13_otr.exp
13087 * gdb.dlang/circular.exp
13088 * gdb.dwarf2/arr-stride.exp
13089 * gdb.dwarf2/arr-subrange.exp
13090 * gdb.dwarf2/atomic-type.exp
13091 * gdb.dwarf2/bad-regnum.exp
13092 * gdb.dwarf2/bitfield-parent-optimized-out.exp
13093 * gdb.dwarf2/callframecfa.exp
13094 * gdb.dwarf2/clztest.exp
13095 * gdb.dwarf2/corrupt.exp
13096 * gdb.dwarf2/data-loc.exp
13097 * gdb.dwarf2/dup-psym.exp
13098 * gdb.dwarf2/dw2-anon-mptr.exp
13099 * gdb.dwarf2/dw2-anonymous-func.exp
13100 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
13101 * gdb.dwarf2/dw2-bad-unresolved.exp
13102 * gdb.dwarf2/dw2-basic.exp
13103 * gdb.dwarf2/dw2-canonicalize-type.exp
13104 * gdb.dwarf2/dw2-case-insensitive.exp
13105 * gdb.dwarf2/dw2-common-block.exp
13106 * gdb.dwarf2/dw2-compdir-oldgcc.exp
13107 * gdb.dwarf2/dw2-compressed.exp
13108 * gdb.dwarf2/dw2-const.exp
13109 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
13110 * gdb.dwarf2/dw2-cu-size.exp
13111 * gdb.dwarf2/dw2-dup-frame.exp
13112 * gdb.dwarf2/dw2-entry-value.exp
13113 * gdb.dwarf2/dw2-icycle.exp
13114 * gdb.dwarf2/dw2-ifort-parameter.exp
13115 * gdb.dwarf2/dw2-inline-break.exp
13116 * gdb.dwarf2/dw2-inline-param.exp
13117 * gdb.dwarf2/dw2-intercu.exp
13118 * gdb.dwarf2/dw2-intermix.exp
13119 * gdb.dwarf2/dw2-lexical-block-bare.exp
13120 * gdb.dwarf2/dw2-linkage-name-trust.exp
13121 * gdb.dwarf2/dw2-minsym-in-cu.exp
13122 * gdb.dwarf2/dw2-noloc.exp
13123 * gdb.dwarf2/dw2-op-call.exp
13124 * gdb.dwarf2/dw2-op-out-param.exp
13125 * gdb.dwarf2/dw2-opt-structptr.exp
13126 * gdb.dwarf2/dw2-param-error.exp
13127 * gdb.dwarf2/dw2-producer.exp
13128 * gdb.dwarf2/dw2-ranges-base.exp
13129 * gdb.dwarf2/dw2-ref-missing-frame.exp
13130 * gdb.dwarf2/dw2-reg-undefined.exp
13131 * gdb.dwarf2/dw2-regno-invalid.exp
13132 * gdb.dwarf2/dw2-restore.exp
13133 * gdb.dwarf2/dw2-restrict.exp
13134 * gdb.dwarf2/dw2-single-line-discriminators.exp
13135 * gdb.dwarf2/dw2-strp.exp
13136 * gdb.dwarf2/dw2-undefined-ret-addr.exp
13137 * gdb.dwarf2/dw2-unresolved.exp
13138 * gdb.dwarf2/dw2-var-zero-addr.exp
13139 * gdb.dwarf2/dw4-sig-types.exp
13140 * gdb.dwarf2/dwz.exp
13141 * gdb.dwarf2/dynarr-ptr.exp
13142 * gdb.dwarf2/enum-type.exp
13143 * gdb.dwarf2/gdb-index.exp
13144 * gdb.dwarf2/implptr-64bit.exp
13145 * gdb.dwarf2/implptr-optimized-out.exp
13146 * gdb.dwarf2/implptr.exp
13147 * gdb.dwarf2/implref-array.exp
13148 * gdb.dwarf2/implref-const.exp
13149 * gdb.dwarf2/implref-global.exp
13150 * gdb.dwarf2/implref-struct.exp
13151 * gdb.dwarf2/mac-fileno.exp
13152 * gdb.dwarf2/main-subprogram.exp
13153 * gdb.dwarf2/member-ptr-forwardref.exp
13154 * gdb.dwarf2/method-ptr.exp
13155 * gdb.dwarf2/missing-sig-type.exp
13156 * gdb.dwarf2/nonvar-access.exp
13157 * gdb.dwarf2/opaque-type-lookup.exp
13158 * gdb.dwarf2/pieces-optimized-out.exp
13159 * gdb.dwarf2/pieces.exp
13160 * gdb.dwarf2/pr10770.exp
13161 * gdb.dwarf2/pr13961.exp
13162 * gdb.dwarf2/staticvirtual.exp
13163 * gdb.dwarf2/subrange.exp
13164 * gdb.dwarf2/symtab-producer.exp
13165 * gdb.dwarf2/trace-crash.exp
13166 * gdb.dwarf2/typeddwarf.exp
13167 * gdb.dwarf2/valop.exp
13168 * gdb.dwarf2/watch-notconst.exp
13169 * gdb.fortran/array-element.exp
13170 * gdb.fortran/charset.exp
13171 * gdb.fortran/common-block.exp
13172 * gdb.fortran/complex.exp
13173 * gdb.fortran/derived-type-function.exp
13174 * gdb.fortran/derived-type.exp
13175 * gdb.fortran/logical.exp
13176 * gdb.fortran/module.exp
13177 * gdb.fortran/multi-dim.exp
13178 * gdb.fortran/nested-funcs.exp
13179 * gdb.fortran/print-formatted.exp
13180 * gdb.fortran/subarray.exp
13181 * gdb.fortran/vla-alloc-assoc.exp
13182 * gdb.fortran/vla-datatypes.exp
13183 * gdb.fortran/vla-history.exp
13184 * gdb.fortran/vla-ptr-info.exp
13185 * gdb.fortran/vla-ptype-sub.exp
13186 * gdb.fortran/vla-ptype.exp
13187 * gdb.fortran/vla-sizeof.exp
13188 * gdb.fortran/vla-type.exp
13189 * gdb.fortran/vla-value-sub-arbitrary.exp
13190 * gdb.fortran/vla-value-sub-finish.exp
13191 * gdb.fortran/vla-value-sub.exp
13192 * gdb.fortran/vla-value.exp
13193 * gdb.fortran/whatis_type.exp
13194 * gdb.go/chan.exp
13195 * gdb.go/handcall.exp
13196 * gdb.go/hello.exp
13197 * gdb.go/integers.exp
13198 * gdb.go/methods.exp
13199 * gdb.go/package.exp
13200 * gdb.go/strings.exp
13201 * gdb.go/types.exp
13202 * gdb.go/unsafe.exp
13203 * gdb.guile/scm-arch.exp
13204 * gdb.guile/scm-block.exp
13205 * gdb.guile/scm-breakpoint.exp
13206 * gdb.guile/scm-cmd.exp
13207 * gdb.guile/scm-disasm.exp
13208 * gdb.guile/scm-equal.exp
13209 * gdb.guile/scm-frame-args.exp
13210 * gdb.guile/scm-frame-inline.exp
13211 * gdb.guile/scm-frame.exp
13212 * gdb.guile/scm-iterator.exp
13213 * gdb.guile/scm-math.exp
13214 * gdb.guile/scm-objfile.exp
13215 * gdb.guile/scm-ports.exp
13216 * gdb.guile/scm-symbol.exp
13217 * gdb.guile/scm-symtab.exp
13218 * gdb.guile/scm-value-cc.exp
13219 * gdb.guile/types-module.exp
13220 * gdb.linespec/break-ask.exp
13221 * gdb.linespec/cpexplicit.exp
13222 * gdb.linespec/explicit.exp
13223 * gdb.linespec/keywords.exp
13224 * gdb.linespec/linespec.exp
13225 * gdb.linespec/ls-dollar.exp
13226 * gdb.linespec/ls-errs.exp
13227 * gdb.linespec/skip-two.exp
13228 * gdb.linespec/thread.exp
13229 * gdb.mi/mi-async.exp
13230 * gdb.mi/mi-basics.exp
13231 * gdb.mi/mi-break.exp
13232 * gdb.mi/mi-catch-load.exp
13233 * gdb.mi/mi-cli.exp
13234 * gdb.mi/mi-cmd-param-changed.exp
13235 * gdb.mi/mi-console.exp
13236 * gdb.mi/mi-detach.exp
13237 * gdb.mi/mi-disassemble.exp
13238 * gdb.mi/mi-eval.exp
13239 * gdb.mi/mi-file-transfer.exp
13240 * gdb.mi/mi-file.exp
13241 * gdb.mi/mi-fill-memory.exp
13242 * gdb.mi/mi-inheritance-syntax-error.exp
13243 * gdb.mi/mi-linespec-err-cp.exp
13244 * gdb.mi/mi-logging.exp
13245 * gdb.mi/mi-memory-changed.exp
13246 * gdb.mi/mi-read-memory.exp
13247 * gdb.mi/mi-record-changed.exp
13248 * gdb.mi/mi-reg-undefined.exp
13249 * gdb.mi/mi-regs.exp
13250 * gdb.mi/mi-return.exp
13251 * gdb.mi/mi-reverse.exp
13252 * gdb.mi/mi-simplerun.exp
13253 * gdb.mi/mi-solib.exp
13254 * gdb.mi/mi-stack.exp
13255 * gdb.mi/mi-stepi.exp
13256 * gdb.mi/mi-syn-frame.exp
13257 * gdb.mi/mi-until.exp
13258 * gdb.mi/mi-var-block.exp
13259 * gdb.mi/mi-var-child.exp
13260 * gdb.mi/mi-var-cmd.exp
13261 * gdb.mi/mi-var-cp.exp
13262 * gdb.mi/mi-var-display.exp
13263 * gdb.mi/mi-var-invalidate.exp
13264 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
13265 * gdb.mi/mi-vla-fortran.exp
13266 * gdb.mi/mi-watch.exp
13267 * gdb.mi/mi2-var-child.exp
13268 * gdb.mi/user-selected-context-sync.exp
13269 * gdb.modula2/unbounded-array.exp
13270 * gdb.multi/dummy-frame-restore.exp
13271 * gdb.multi/multi-arch-exec.exp
13272 * gdb.multi/multi-arch.exp
13273 * gdb.multi/tids.exp
13274 * gdb.multi/watchpoint-multi.exp
13275 * gdb.opencl/callfuncs.exp
13276 * gdb.opencl/convs_casts.exp
13277 * gdb.opencl/datatypes.exp
13278 * gdb.opencl/operators.exp
13279 * gdb.opencl/vec_comps.exp
13280 * gdb.opt/clobbered-registers-O2.exp
13281 * gdb.opt/inline-break.exp
13282 * gdb.opt/inline-bt.exp
13283 * gdb.opt/inline-cmds.exp
13284 * gdb.opt/inline-locals.exp
13285 * gdb.pascal/case-insensitive-symbols.exp
13286 * gdb.pascal/floats.exp
13287 * gdb.pascal/gdb11492.exp
13288 * gdb.python/lib-types.exp
13289 * gdb.python/py-arch.exp
13290 * gdb.python/py-as-string.exp
13291 * gdb.python/py-bad-printers.exp
13292 * gdb.python/py-block.exp
13293 * gdb.python/py-breakpoint-create-fail.exp
13294 * gdb.python/py-breakpoint.exp
13295 * gdb.python/py-caller-is.exp
13296 * gdb.python/py-cmd.exp
13297 * gdb.python/py-explore-cc.exp
13298 * gdb.python/py-explore.exp
13299 * gdb.python/py-finish-breakpoint.exp
13300 * gdb.python/py-finish-breakpoint2.exp
13301 * gdb.python/py-frame-args.exp
13302 * gdb.python/py-frame-inline.exp
13303 * gdb.python/py-frame.exp
13304 * gdb.python/py-framefilter-mi.exp
13305 * gdb.python/py-infthread.exp
13306 * gdb.python/py-lazy-string.exp
13307 * gdb.python/py-linetable.exp
13308 * gdb.python/py-mi-events.exp
13309 * gdb.python/py-mi-objfile.exp
13310 * gdb.python/py-mi.exp
13311 * gdb.python/py-objfile.exp
13312 * gdb.python/py-pp-integral.exp
13313 * gdb.python/py-pp-maint.exp
13314 * gdb.python/py-pp-re-notag.exp
13315 * gdb.python/py-pp-registration.exp
13316 * gdb.python/py-recurse-unwind.exp
13317 * gdb.python/py-strfns.exp
13318 * gdb.python/py-symbol.exp
13319 * gdb.python/py-symtab.exp
13320 * gdb.python/py-sync-interp.exp
13321 * gdb.python/py-typeprint.exp
13322 * gdb.python/py-unwind-maint.exp
13323 * gdb.python/py-unwind.exp
13324 * gdb.python/py-value-cc.exp
13325 * gdb.python/py-xmethods.exp
13326 * gdb.reverse/amd64-tailcall-reverse.exp
13327 * gdb.reverse/break-precsave.exp
13328 * gdb.reverse/break-reverse.exp
13329 * gdb.reverse/consecutive-precsave.exp
13330 * gdb.reverse/consecutive-reverse.exp
13331 * gdb.reverse/finish-precsave.exp
13332 * gdb.reverse/finish-reverse-bkpt.exp
13333 * gdb.reverse/finish-reverse.exp
13334 * gdb.reverse/fstatat-reverse.exp
13335 * gdb.reverse/getresuid-reverse.exp
13336 * gdb.reverse/i386-precsave.exp
13337 * gdb.reverse/i386-reverse.exp
13338 * gdb.reverse/i386-sse-reverse.exp
13339 * gdb.reverse/i387-env-reverse.exp
13340 * gdb.reverse/i387-stack-reverse.exp
13341 * gdb.reverse/insn-reverse.exp
13342 * gdb.reverse/machinestate-precsave.exp
13343 * gdb.reverse/machinestate.exp
13344 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13345 * gdb.reverse/pipe-reverse.exp
13346 * gdb.reverse/readv-reverse.exp
13347 * gdb.reverse/recvmsg-reverse.exp
13348 * gdb.reverse/rerun-prec.exp
13349 * gdb.reverse/s390-mvcle.exp
13350 * gdb.reverse/step-precsave.exp
13351 * gdb.reverse/step-reverse.exp
13352 * gdb.reverse/time-reverse.exp
13353 * gdb.reverse/until-precsave.exp
13354 * gdb.reverse/until-reverse.exp
13355 * gdb.reverse/waitpid-reverse.exp
13356 * gdb.reverse/watch-precsave.exp
13357 * gdb.reverse/watch-reverse.exp
13358 * gdb.rust/generics.exp
13359 * gdb.rust/methods.exp
13360 * gdb.rust/modules.exp
13361 * gdb.rust/simple.exp
13362 * gdb.server/connect-with-no-symbol-file.exp
13363 * gdb.server/ext-attach.exp
13364 * gdb.server/ext-restart.exp
13365 * gdb.server/ext-wrapper.exp
13366 * gdb.server/file-transfer.exp
13367 * gdb.server/server-exec-info.exp
13368 * gdb.server/server-kill.exp
13369 * gdb.server/server-mon.exp
13370 * gdb.server/wrapper.exp
13371 * gdb.stabs/exclfwd.exp
13372 * gdb.stabs/gdb11479.exp
13373 * gdb.threads/clone-new-thread-event.exp
13374 * gdb.threads/corethreads.exp
13375 * gdb.threads/current-lwp-dead.exp
13376 * gdb.threads/dlopen-libpthread.exp
13377 * gdb.threads/gcore-thread.exp
13378 * gdb.threads/sigstep-threads.exp
13379 * gdb.threads/watchpoint-fork.exp
13380 * gdb.trace/actions-changed.exp
13381 * gdb.trace/backtrace.exp
13382 * gdb.trace/change-loc.exp
13383 * gdb.trace/circ.exp
13384 * gdb.trace/collection.exp
13385 * gdb.trace/disconnected-tracing.exp
13386 * gdb.trace/ftrace.exp
13387 * gdb.trace/mi-trace-frame-collected.exp
13388 * gdb.trace/mi-trace-unavailable.exp
13389 * gdb.trace/mi-traceframe-changed.exp
13390 * gdb.trace/mi-tsv-changed.exp
13391 * gdb.trace/no-attach-trace.exp
13392 * gdb.trace/passc-dyn.exp
13393 * gdb.trace/qtro.exp
13394 * gdb.trace/range-stepping.exp
13395 * gdb.trace/read-memory.exp
13396 * gdb.trace/save-trace.exp
13397 * gdb.trace/signal.exp
13398 * gdb.trace/status-stop.exp
13399 * gdb.trace/tfile.exp
13400 * gdb.trace/trace-break.exp
13401 * gdb.trace/trace-buffer-size.exp
13402 * gdb.trace/trace-condition.exp
13403 * gdb.trace/tracefile-pseudo-reg.exp
13404 * gdb.trace/tstatus.exp
13405 * gdb.trace/unavailable.exp
13406 * gdb.trace/while-dyn.exp
13407 * gdb.trace/while-stepping.exp
13408
13409 2016-12-22 Doug Evans <xdje42@gmail.com>
13410
13411 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13412 and msymbols.
13413
13414 2016-12-19 Yao Qi <yao.qi@linaro.org>
13415
13416 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13417 (test_with_self): Don't call do_steps_and_nexts, and remove
13418 code about stepping into xmalloc.
13419
13420 2016-12-09 Yao Qi <yao.qi@linaro.org>
13421
13422 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13423
13424 2016-12-09 Yao Qi <yao.qi@linaro.org>
13425
13426 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13427
13428 2016-12-09 Pedro Alves <palves@redhat.com>
13429
13430 * gdb.base/all-architectures-0.exp: New file.
13431 * gdb.base/all-architectures-1.exp: New file.
13432 * gdb.base/all-architectures-2.exp: New file.
13433 * gdb.base/all-architectures-3.exp: New file.
13434 * gdb.base/all-architectures-4.exp: New file.
13435 * gdb.base/all-architectures-5.exp: New file.
13436 * gdb.base/all-architectures-6.exp: New file.
13437 * gdb.base/all-architectures-7.exp: New file.
13438 * gdb.base/all-architectures.exp.in: New file.
13439
13440 2016-12-09 Yao Qi <yao.qi@linaro.org>
13441
13442 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13443
13444 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13445
13446 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13447 possible.
13448 Remove useless pattern-matching code.
13449
13450 2016-12-02 Pedro Alves <palves@redhat.com>
13451
13452 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13453 procedure.
13454 (top level): Call it.
13455
13456 2016-12-02 Pedro Alves <palves@redhat.com>
13457
13458 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13459 New procedure.
13460 (top level): Call it.
13461
13462 2016-12-02 Pedro Alves <palves@redhat.com>
13463
13464 PR cli/20559
13465 * gdb.base/commands.exp (user_defined_command_args_eval): New
13466 procedure.
13467 (top level): Call it.
13468
13469 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13470
13471 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13472 timeout handling.
13473
13474 2016-12-02 Tom Tromey <tom@tromey.com>
13475
13476 * gdb.dwarf2/main-subprogram.c: New file.
13477 * gdb.dwarf2/main-subprogram.exp: New file.
13478
13479 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13480
13481 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13482 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13483 gdb_test_no_output for a couple of cases.
13484 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13485
13486 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13487
13488 Fix test names and standardize compilation error messages throughout
13489 the following files:
13490
13491 * gdb.ada/start.exp
13492 * gdb.arch/alpha-step.exp
13493 * gdb.arch/e500-prologue.exp
13494 * gdb.arch/ftrace-insn-reloc.exp
13495 * gdb.arch/gdb1291.exp
13496 * gdb.arch/gdb1431.exp
13497 * gdb.arch/gdb1558.exp
13498 * gdb.arch/i386-dr3-watch.exp
13499 * gdb.arch/i386-sse-stack-align.exp
13500 * gdb.arch/ia64-breakpoint-shadow.exp
13501 * gdb.arch/pa-nullify.exp
13502 * gdb.arch/powerpc-aix-prologue.exp
13503 * gdb.arch/thumb-bx-pc.exp
13504 * gdb.base/annota1.exp
13505 * gdb.base/annota3.exp
13506 * gdb.base/arrayidx.exp
13507 * gdb.base/assign.exp
13508 * gdb.base/attach.exp
13509 * gdb.base/auxv.exp
13510 * gdb.base/bang.exp
13511 * gdb.base/bfp-test.exp
13512 * gdb.base/bigcore.exp
13513 * gdb.base/bitfields2.exp
13514 * gdb.base/break-fun-addr.exp
13515 * gdb.base/break-probes.exp
13516 * gdb.base/call-rt-st.exp
13517 * gdb.base/callexit.exp
13518 * gdb.base/catch-fork-kill.exp
13519 * gdb.base/charset.exp
13520 * gdb.base/checkpoint.exp
13521 * gdb.base/comprdebug.exp
13522 * gdb.base/constvars.exp
13523 * gdb.base/coredump-filter.exp
13524 * gdb.base/cursal.exp
13525 * gdb.base/cvexpr.exp
13526 * gdb.base/detach.exp
13527 * gdb.base/display.exp
13528 * gdb.base/dmsym.exp
13529 * gdb.base/dprintf-pending.exp
13530 * gdb.base/dso2dso.exp
13531 * gdb.base/dtrace-probe.exp
13532 * gdb.base/dump.exp
13533 * gdb.base/enum_cond.exp
13534 * gdb.base/exe-lock.exp
13535 * gdb.base/exec-invalid-sysroot.exp
13536 * gdb.base/execl-update-breakpoints.exp
13537 * gdb.base/exprs.exp
13538 * gdb.base/fileio.exp
13539 * gdb.base/find.exp
13540 * gdb.base/finish.exp
13541 * gdb.base/fixsection.exp
13542 * gdb.base/foll-vfork.exp
13543 * gdb.base/frame-args.exp
13544 * gdb.base/gcore.exp
13545 * gdb.base/gdb1250.exp
13546 * gdb.base/global-var-nested-by-dso.exp
13547 * gdb.base/gnu-ifunc.exp
13548 * gdb.base/hashline1.exp
13549 * gdb.base/hashline2.exp
13550 * gdb.base/hashline3.exp
13551 * gdb.base/hbreak-in-shr-unsupported.exp
13552 * gdb.base/huge.exp
13553 * gdb.base/infcall-input.exp
13554 * gdb.base/info-fun.exp
13555 * gdb.base/info-shared.exp
13556 * gdb.base/jit-simple.exp
13557 * gdb.base/jit-so.exp
13558 * gdb.base/jit.exp
13559 * gdb.base/jump.exp
13560 * gdb.base/label.exp
13561 * gdb.base/lineinc.exp
13562 * gdb.base/logical.exp
13563 * gdb.base/longjmp.exp
13564 * gdb.base/macscp.exp
13565 * gdb.base/miscexprs.exp
13566 * gdb.base/new-ui-echo.exp
13567 * gdb.base/new-ui-pending-input.exp
13568 * gdb.base/new-ui.exp
13569 * gdb.base/nodebug.exp
13570 * gdb.base/nofield.exp
13571 * gdb.base/offsets.exp
13572 * gdb.base/overlays.exp
13573 * gdb.base/pending.exp
13574 * gdb.base/pointers.exp
13575 * gdb.base/pr11022.exp
13576 * gdb.base/printcmds.exp
13577 * gdb.base/prologue.exp
13578 * gdb.base/ptr-typedef.exp
13579 * gdb.base/realname-expand.exp
13580 * gdb.base/relativedebug.exp
13581 * gdb.base/relocate.exp
13582 * gdb.base/remote.exp
13583 * gdb.base/reread.exp
13584 * gdb.base/return2.exp
13585 * gdb.base/savedregs.exp
13586 * gdb.base/sep.exp
13587 * gdb.base/sepdebug.exp
13588 * gdb.base/sepsymtab.exp
13589 * gdb.base/set-inferior-tty.exp
13590 * gdb.base/setshow.exp
13591 * gdb.base/shlib-call.exp
13592 * gdb.base/sigaltstack.exp
13593 * gdb.base/siginfo-addr.exp
13594 * gdb.base/signals.exp
13595 * gdb.base/signull.exp
13596 * gdb.base/sigrepeat.exp
13597 * gdb.base/so-impl-ld.exp
13598 * gdb.base/solib-display.exp
13599 * gdb.base/solib-overlap.exp
13600 * gdb.base/solib-search.exp
13601 * gdb.base/solib-symbol.exp
13602 * gdb.base/structs.exp
13603 * gdb.base/structs2.exp
13604 * gdb.base/symtab-search-order.exp
13605 * gdb.base/twice.exp
13606 * gdb.base/unload.exp
13607 * gdb.base/varargs.exp
13608 * gdb.base/watchpoint-solib.exp
13609 * gdb.base/watchpoint.exp
13610 * gdb.base/whatis.exp
13611 * gdb.base/wrong_frame_bt_full.exp
13612 * gdb.btrace/dlopen.exp
13613 * gdb.cell/ea-standalone.exp
13614 * gdb.cell/ea-test.exp
13615 * gdb.cp/dispcxx.exp
13616 * gdb.cp/gdb2384.exp
13617 * gdb.cp/method2.exp
13618 * gdb.cp/nextoverthrow.exp
13619 * gdb.cp/pr10728.exp
13620 * gdb.disasm/am33.exp
13621 * gdb.disasm/h8300s.exp
13622 * gdb.disasm/mn10300.exp
13623 * gdb.disasm/sh3.exp
13624 * gdb.dwarf2/dw2-dir-file-name.exp
13625 * gdb.fortran/complex.exp
13626 * gdb.fortran/library-module.exp
13627 * gdb.guile/scm-pretty-print.exp
13628 * gdb.guile/scm-symbol.exp
13629 * gdb.guile/scm-type.exp
13630 * gdb.guile/scm-value.exp
13631 * gdb.linespec/linespec.exp
13632 * gdb.mi/gdb701.exp
13633 * gdb.mi/gdb792.exp
13634 * gdb.mi/mi-breakpoint-changed.exp
13635 * gdb.mi/mi-dprintf-pending.exp
13636 * gdb.mi/mi-dprintf.exp
13637 * gdb.mi/mi-exit-code.exp
13638 * gdb.mi/mi-pending.exp
13639 * gdb.mi/mi-solib.exp
13640 * gdb.mi/new-ui-mi-sync.exp
13641 * gdb.mi/pr11022.exp
13642 * gdb.mi/user-selected-context-sync.exp
13643 * gdb.opt/solib-intra-step.exp
13644 * gdb.python/py-events.exp
13645 * gdb.python/py-finish-breakpoint.exp
13646 * gdb.python/py-mi.exp
13647 * gdb.python/py-prettyprint.exp
13648 * gdb.python/py-shared.exp
13649 * gdb.python/py-symbol.exp
13650 * gdb.python/py-template.exp
13651 * gdb.python/py-type.exp
13652 * gdb.python/py-value.exp
13653 * gdb.reverse/solib-precsave.exp
13654 * gdb.reverse/solib-reverse.exp
13655 * gdb.server/solib-list.exp
13656 * gdb.stabs/weird.exp
13657 * gdb.threads/reconnect-signal.exp
13658 * gdb.threads/stepi-random-signal.exp
13659 * gdb.trace/actions.exp
13660 * gdb.trace/ax.exp
13661 * gdb.trace/backtrace.exp
13662 * gdb.trace/change-loc.exp
13663 * gdb.trace/deltrace.exp
13664 * gdb.trace/ftrace-lock.exp
13665 * gdb.trace/ftrace.exp
13666 * gdb.trace/infotrace.exp
13667 * gdb.trace/mi-tracepoint-changed.exp
13668 * gdb.trace/packetlen.exp
13669 * gdb.trace/passcount.exp
13670 * gdb.trace/pending.exp
13671 * gdb.trace/range-stepping.exp
13672 * gdb.trace/report.exp
13673 * gdb.trace/stap-trace.exp
13674 * gdb.trace/tfind.exp
13675 * gdb.trace/trace-break.exp
13676 * gdb.trace/trace-condition.exp
13677 * gdb.trace/trace-enable-disable.exp
13678 * gdb.trace/trace-mt.exp
13679 * gdb.trace/tracecmd.exp
13680 * gdb.trace/tspeed.exp
13681 * gdb.trace/tsv.exp
13682 * lib/perftest.exp
13683
13684 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13685
13686 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13687 with gdb_test_no_output.
13688 Use command as test name.
13689
13690 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13691
13692 Fix test names starting with uppercase throughout the files.
13693
13694 * gdb.ada/assign_1.exp
13695 * gdb.ada/boolean_expr.exp
13696 * gdb.base/arrayidx.exp
13697 * gdb.base/del.exp
13698 * gdb.base/gcore-buffer-overflow.exp
13699 * gdb.base/testenv.exp
13700 * gdb.compile/compile.exp
13701 * gdb.python/py-framefilter-invalidarg.exp
13702 * gdb.python/py-framefilter.exp
13703
13704 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13705
13706 Fix test names starting with uppercase throughout the files.
13707
13708 * gdb.ada/array_return.exp
13709 * gdb.ada/expr_delims.exp
13710 * gdb.ada/mi_dyn_arr.exp
13711 * gdb.ada/mi_interface.exp
13712 * gdb.ada/mi_var_array.exp
13713 * gdb.ada/watch_arg.exp
13714 * gdb.arch/alpha-step.exp
13715 * gdb.arch/altivec-regs.exp
13716 * gdb.arch/e500-regs.exp
13717 * gdb.arch/powerpc-d128-regs.exp
13718 * gdb.base/arrayidx.exp
13719 * gdb.base/break.exp
13720 * gdb.base/checkpoint.exp
13721 * gdb.base/debug-expr.exp
13722 * gdb.base/dmsym.exp
13723 * gdb.base/radix.exp
13724 * gdb.base/sepdebug.exp
13725 * gdb.base/testenv.exp
13726 * gdb.base/watch_thread_num.exp
13727 * gdb.base/watchpoint-cond-gone.exp
13728 * gdb.cell/break.exp
13729 * gdb.cell/ea-cache.exp
13730 * gdb.compile/compile.exp
13731 * gdb.cp/gdb2495.exp
13732 * gdb.gdb/selftest.exp
13733 * gdb.gdb/xfullpath.exp
13734 * gdb.go/hello.exp
13735 * gdb.go/integers.exp
13736 * gdb.objc/basicclass.exp
13737 * gdb.pascal/hello.exp
13738 * gdb.pascal/integers.exp
13739 * gdb.python/py-breakpoint.exp
13740 * gdb.python/py-cmd.exp
13741 * gdb.python/py-linetable.exp
13742 * gdb.python/py-xmethods.exp
13743 * gdb.python/python.exp
13744 * gdb.reverse/consecutive-precsave.exp
13745 * gdb.reverse/finish-precsave.exp
13746 * gdb.reverse/i386-precsave.exp
13747 * gdb.reverse/machinestate-precsave.exp
13748 * gdb.reverse/sigall-precsave.exp
13749 * gdb.reverse/solib-precsave.exp
13750 * gdb.reverse/step-precsave.exp
13751 * gdb.reverse/until-precsave.exp
13752 * gdb.reverse/watch-precsave.exp
13753 * gdb.threads/leader-exit.exp
13754 * gdb.threads/pthreads.exp
13755 * gdb.threads/wp-replication.exp
13756 * gdb.trace/actions.exp
13757 * gdb.trace/mi-tsv-changed.exp
13758 * gdb.trace/tsv.exp
13759
13760 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13761
13762 Fix test names starting with uppercase throughout the files.
13763
13764 * gdb.arch/i386-bp_permanent.exp
13765 * gdb.arch/i386-gnu-cfi.exp
13766 * gdb.base/disasm-end-cu.exp
13767 * gdb.base/macscp.exp
13768 * gdb.base/pending.exp
13769 * gdb.base/watch_thread_num.exp
13770 * gdb.cp/exception.exp
13771 * gdb.cp/gdb2495.exp
13772 * gdb.cp/local.exp
13773 * gdb.python/py-evsignal.exp
13774 * gdb.python/python.exp
13775 * gdb.trace/tracecmd.exp
13776
13777 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13778
13779 Fix test names starting with uppercase throughout the files.
13780
13781 * gdb.base/charset.exp
13782 * gdb.base/eval.exp
13783 * gdb.base/multi-forks.exp
13784 * gdb.guile/scm-progspace.exp
13785 * gdb.opencl/datatypes.exp
13786 * gdb.python/py-block.exp
13787 * gdb.python/py-function.exp
13788 * gdb.python/py-symbol.exp
13789 * gdb.python/py-symtab.exp
13790 * gdb.python/py-xmethods.exp
13791 * gdb.reverse/break-precsave.exp
13792 * gdb.reverse/break-reverse.exp
13793 * gdb.reverse/consecutive-precsave.exp
13794 * gdb.reverse/consecutive-reverse.exp
13795 * gdb.reverse/finish-precsave.exp
13796 * gdb.reverse/finish-reverse-bkpt.exp
13797 * gdb.reverse/finish-reverse.exp
13798 * gdb.reverse/fstatat-reverse.exp
13799 * gdb.reverse/getresuid-reverse.exp
13800 * gdb.reverse/i386-precsave.exp
13801 * gdb.reverse/i386-reverse.exp
13802 * gdb.reverse/i386-sse-reverse.exp
13803 * gdb.reverse/i387-stack-reverse.exp
13804 * gdb.reverse/insn-reverse.exp
13805 * gdb.reverse/machinestate-precsave.exp
13806 * gdb.reverse/machinestate.exp
13807 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13808 * gdb.reverse/pipe-reverse.exp
13809 * gdb.reverse/readv-reverse.exp
13810 * gdb.reverse/recvmsg-reverse.exp
13811 * gdb.reverse/rerun-prec.exp
13812 * gdb.reverse/s390-mvcle.exp
13813 * gdb.reverse/sigall-precsave.exp
13814 * gdb.reverse/sigall-reverse.exp
13815 * gdb.reverse/solib-precsave.exp
13816 * gdb.reverse/solib-reverse.exp
13817 * gdb.reverse/step-precsave.exp
13818 * gdb.reverse/step-reverse.exp
13819 * gdb.reverse/time-reverse.exp
13820 * gdb.reverse/until-precsave.exp
13821 * gdb.reverse/until-reverse.exp
13822 * gdb.reverse/waitpid-reverse.exp
13823 * gdb.reverse/watch-precsave.exp
13824 * gdb.reverse/watch-reverse.exp
13825
13826 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13827
13828 Fix test names starting with uppercase throughout the files.
13829
13830 * gdb.arch/i386-mpx-simple_segv.exp
13831 * gdb.arch/i386-mpx.exp
13832 * gdb.arch/i386-permbkpt.exp
13833 * gdb.arch/pa-nullify.exp
13834 * gdb.arch/powerpc-d128-regs.exp
13835 * gdb.arch/vsx-regs.exp
13836 * gdb.base/bfp-test.exp
13837 * gdb.base/break.exp
13838 * gdb.base/breakpoint-shadow.exp
13839 * gdb.base/callfuncs.exp
13840 * gdb.base/charset.exp
13841 * gdb.base/commands.exp
13842 * gdb.base/completion.exp
13843 * gdb.base/dfp-test.exp
13844 * gdb.base/echo.exp
13845 * gdb.base/ending-run.exp
13846 * gdb.base/eval.exp
13847 * gdb.base/expand-psymtabs.exp
13848 * gdb.base/float128.exp
13849 * gdb.base/floatn.exp
13850 * gdb.base/foll-exec-mode.exp
13851 * gdb.base/gdb1056.exp
13852 * gdb.base/gdb11531.exp
13853 * gdb.base/kill-after-signal.exp
13854 * gdb.base/multi-forks.exp
13855 * gdb.base/overlays.exp
13856 * gdb.base/pending.exp
13857 * gdb.base/sepdebug.exp
13858 * gdb.base/testenv.exp
13859 * gdb.base/valgrind-db-attach.exp
13860 * gdb.base/watch_thread_num.exp
13861 * gdb.base/watchpoint-cond-gone.exp
13862 * gdb.base/watchpoint.exp
13863 * gdb.base/watchpoints.exp
13864 * gdb.cp/arg-reference.exp
13865 * gdb.cp/baseenum.exp
13866 * gdb.cp/operator.exp
13867 * gdb.cp/shadow.exp
13868 * gdb.dwarf2/dw2-op-out-param.exp
13869 * gdb.dwarf2/dw2-reg-undefined.exp
13870 * gdb.go/chan.exp
13871 * gdb.go/hello.exp
13872 * gdb.go/integers.exp
13873 * gdb.go/methods.exp
13874 * gdb.go/package.exp
13875 * gdb.guile/scm-parameter.exp
13876 * gdb.guile/scm-progspace.exp
13877 * gdb.guile/scm-value.exp
13878 * gdb.mi/mi-pending.exp
13879 * gdb.mi/user-selected-context-sync.exp
13880 * gdb.multi/multi-attach.exp
13881 * gdb.multi/tids.exp
13882 * gdb.opt/clobbered-registers-O2.exp
13883 * gdb.pascal/floats.exp
13884 * gdb.pascal/integers.exp
13885 * gdb.python/py-block.exp
13886 * gdb.python/py-events.exp
13887 * gdb.python/py-parameter.exp
13888 * gdb.python/py-symbol.exp
13889 * gdb.python/py-symtab.exp
13890 * gdb.python/py-type.exp
13891 * gdb.python/py-value.exp
13892 * gdb.python/py-xmethods.exp
13893 * gdb.python/python.exp
13894 * gdb.reverse/break-precsave.exp
13895 * gdb.reverse/consecutive-precsave.exp
13896 * gdb.reverse/finish-precsave.exp
13897 * gdb.reverse/i386-precsave.exp
13898 * gdb.reverse/machinestate-precsave.exp
13899 * gdb.reverse/sigall-precsave.exp
13900 * gdb.reverse/solib-precsave.exp
13901 * gdb.reverse/step-precsave.exp
13902 * gdb.reverse/until-precsave.exp
13903 * gdb.reverse/watch-precsave.exp
13904 * gdb.server/ext-attach.exp
13905 * gdb.server/ext-restart.exp
13906 * gdb.server/ext-run.exp
13907 * gdb.server/ext-wrapper.exp
13908 * gdb.stabs/gdb11479.exp
13909 * gdb.stabs/weird.exp
13910 * gdb.threads/attach-many-short-lived-threads.exp
13911 * gdb.threads/kill.exp
13912 * gdb.threads/watchpoint-fork.exp
13913
13914 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13915
13916 Fix test names starting with uppercase throughout all the files below.
13917
13918 * gdb.ada/array_return.exp
13919 * gdb.ada/catch_ex.exp
13920 * gdb.ada/info_exc.exp
13921 * gdb.ada/mi_catch_ex.exp
13922 * gdb.ada/mi_dyn_arr.exp
13923 * gdb.ada/mi_ex_cond.exp
13924 * gdb.ada/mi_exc_info.exp
13925 * gdb.ada/mi_interface.exp
13926 * gdb.ada/mi_task_arg.exp
13927 * gdb.ada/mi_task_info.exp
13928 * gdb.ada/mi_var_array.exp
13929 * gdb.arch/alpha-step.exp
13930 * gdb.arch/amd64-disp-step.exp
13931 * gdb.arch/arm-disp-step.exp
13932 * gdb.arch/disp-step-insn-reloc.exp
13933 * gdb.arch/e500-prologue.exp
13934 * gdb.arch/ftrace-insn-reloc.exp
13935 * gdb.arch/gdb1558.exp
13936 * gdb.arch/i386-bp_permanent.exp
13937 * gdb.arch/i386-disp-step.exp
13938 * gdb.arch/i386-float.exp
13939 * gdb.arch/i386-gnu-cfi.exp
13940 * gdb.arch/ia64-breakpoint-shadow.exp
13941 * gdb.arch/mips16-thunks.exp
13942 * gdb.arch/pa-nullify.exp
13943 * gdb.arch/powerpc-aix-prologue.exp
13944 * gdb.arch/powerpc-power.exp
13945 * gdb.arch/ppc-dfp.exp
13946 * gdb.arch/s390-tdbregs.exp
13947 * gdb.arch/spu-info.exp
13948 * gdb.arch/spu-ls.exp
13949 * gdb.arch/thumb-bx-pc.exp
13950 * gdb.base/advance.exp
13951 * gdb.base/annota-input-while-running.exp
13952 * gdb.base/arrayidx.exp
13953 * gdb.base/asmlabel.exp
13954 * gdb.base/async.exp
13955 * gdb.base/attach-wait-input.exp
13956 * gdb.base/auto-connect-native-target.exp
13957 * gdb.base/batch-preserve-term-settings.exp
13958 * gdb.base/bfp-test.exp
13959 * gdb.base/bigcore.exp
13960 * gdb.base/bp-permanent.exp
13961 * gdb.base/break-always.exp
13962 * gdb.base/break-fun-addr.exp
13963 * gdb.base/break-idempotent.exp
13964 * gdb.base/break-main-file-remove-fail.exp
13965 * gdb.base/break-probes.exp
13966 * gdb.base/break-unload-file.exp
13967 * gdb.base/break.exp
13968 * gdb.base/call-ar-st.exp
13969 * gdb.base/call-rt-st.exp
13970 * gdb.base/call-sc.exp
13971 * gdb.base/call-signal-resume.exp
13972 * gdb.base/call-strs.exp
13973 * gdb.base/callexit.exp
13974 * gdb.base/callfuncs.exp
13975 * gdb.base/catch-gdb-caused-signals.exp
13976 * gdb.base/catch-signal-siginfo-cond.exp
13977 * gdb.base/catch-syscall.exp
13978 * gdb.base/compare-sections.exp
13979 * gdb.base/cond-eval-mode.exp
13980 * gdb.base/condbreak-call-false.exp
13981 * gdb.base/consecutive-step-over.exp
13982 * gdb.base/cursal.exp
13983 * gdb.base/disabled-location.exp
13984 * gdb.base/disasm-end-cu.exp
13985 * gdb.base/display.exp
13986 * gdb.base/double-prompt-target-event-error.exp
13987 * gdb.base/dprintf-bp-same-addr.exp
13988 * gdb.base/dprintf-detach.exp
13989 * gdb.base/dprintf-next.exp
13990 * gdb.base/dprintf-non-stop.exp
13991 * gdb.base/dprintf-pending.exp
13992 * gdb.base/dso2dso.exp
13993 * gdb.base/ending-run.exp
13994 * gdb.base/enum_cond.exp
13995 * gdb.base/examine-backward.exp
13996 * gdb.base/exe-lock.exp
13997 * gdb.base/exec-invalid-sysroot.exp
13998 * gdb.base/execl-update-breakpoints.exp
13999 * gdb.base/execution-termios.exp
14000 * gdb.base/fileio.exp
14001 * gdb.base/fixsection.exp
14002 * gdb.base/foll-exec-mode.exp
14003 * gdb.base/foll-exec.exp
14004 * gdb.base/fork-running-state.exp
14005 * gdb.base/frame-args.exp
14006 * gdb.base/fullpath-expand.exp
14007 * gdb.base/func-ptr.exp
14008 * gdb.base/gcore-relro-pie.exp
14009 * gdb.base/gdb1090.exp
14010 * gdb.base/gdb1555.exp
14011 * gdb.base/global-var-nested-by-dso.exp
14012 * gdb.base/gnu-ifunc.exp
14013 * gdb.base/hbreak-in-shr-unsupported.exp
14014 * gdb.base/hbreak-unmapped.exp
14015 * gdb.base/hook-stop.exp
14016 * gdb.base/infcall-input.exp
14017 * gdb.base/info-fun.exp
14018 * gdb.base/info-shared.exp
14019 * gdb.base/interrupt-noterm.exp
14020 * gdb.base/jit-so.exp
14021 * gdb.base/jit.exp
14022 * gdb.base/line-symtabs.exp
14023 * gdb.base/list.exp
14024 * gdb.base/longjmp.exp
14025 * gdb.base/macscp.exp
14026 * gdb.base/max-value-size.exp
14027 * gdb.base/nodebug.exp
14028 * gdb.base/nofield.exp
14029 * gdb.base/overlays.exp
14030 * gdb.base/paginate-after-ctrl-c-running.exp
14031 * gdb.base/paginate-bg-execution.exp
14032 * gdb.base/paginate-inferior-exit.exp
14033 * gdb.base/pending.exp
14034 * gdb.base/pr11022.exp
14035 * gdb.base/printcmds.exp
14036 * gdb.base/ptr-typedef.exp
14037 * gdb.base/ptype.exp
14038 * gdb.base/randomize.exp
14039 * gdb.base/range-stepping.exp
14040 * gdb.base/realname-expand.exp
14041 * gdb.base/relativedebug.exp
14042 * gdb.base/remote.exp
14043 * gdb.base/savedregs.exp
14044 * gdb.base/sepdebug.exp
14045 * gdb.base/set-noassign.exp
14046 * gdb.base/shlib-call.exp
14047 * gdb.base/shreloc.exp
14048 * gdb.base/sigaltstack.exp
14049 * gdb.base/sigbpt.exp
14050 * gdb.base/siginfo-addr.exp
14051 * gdb.base/siginfo-obj.exp
14052 * gdb.base/siginfo-thread.exp
14053 * gdb.base/signest.exp
14054 * gdb.base/signull.exp
14055 * gdb.base/sigrepeat.exp
14056 * gdb.base/skip.exp
14057 * gdb.base/so-impl-ld.exp
14058 * gdb.base/solib-corrupted.exp
14059 * gdb.base/solib-disc.exp
14060 * gdb.base/solib-display.exp
14061 * gdb.base/solib-overlap.exp
14062 * gdb.base/solib-search.exp
14063 * gdb.base/solib-symbol.exp
14064 * gdb.base/source-execution.exp
14065 * gdb.base/sss-bp-on-user-bp-2.exp
14066 * gdb.base/sss-bp-on-user-bp.exp
14067 * gdb.base/stack-checking.exp
14068 * gdb.base/stale-infcall.exp
14069 * gdb.base/step-break.exp
14070 * gdb.base/step-line.exp
14071 * gdb.base/step-over-exit.exp
14072 * gdb.base/step-test.exp
14073 * gdb.base/structs.exp
14074 * gdb.base/sym-file.exp
14075 * gdb.base/symtab-search-order.exp
14076 * gdb.base/term.exp
14077 * gdb.base/type-opaque.exp
14078 * gdb.base/unload.exp
14079 * gdb.base/until-nodebug.exp
14080 * gdb.base/until.exp
14081 * gdb.base/unwindonsignal.exp
14082 * gdb.base/watch-cond.exp
14083 * gdb.base/watch-non-mem.exp
14084 * gdb.base/watch_thread_num.exp
14085 * gdb.base/watchpoint-reuse-slot.exp
14086 * gdb.base/watchpoint-solib.exp
14087 * gdb.base/watchpoint.exp
14088 * gdb.btrace/dlopen.exp
14089 * gdb.cell/arch.exp
14090 * gdb.cell/break.exp
14091 * gdb.cell/bt.exp
14092 * gdb.cell/core.exp
14093 * gdb.cell/data.exp
14094 * gdb.cell/dwarfaddr.exp
14095 * gdb.cell/ea-cache.exp
14096 * gdb.cell/ea-standalone.exp
14097 * gdb.cell/ea-test.exp
14098 * gdb.cell/f-regs.exp
14099 * gdb.cell/fork.exp
14100 * gdb.cell/gcore.exp
14101 * gdb.cell/mem-access.exp
14102 * gdb.cell/ptype.exp
14103 * gdb.cell/registers.exp
14104 * gdb.cell/sizeof.exp
14105 * gdb.cell/solib-symbol.exp
14106 * gdb.cell/solib.exp
14107 * gdb.compile/compile-tls.exp
14108 * gdb.cp/exception.exp
14109 * gdb.cp/gdb2495.exp
14110 * gdb.cp/local.exp
14111 * gdb.cp/mb-inline.exp
14112 * gdb.cp/mb-templates.exp
14113 * gdb.cp/pr10687.exp
14114 * gdb.cp/pr9167.exp
14115 * gdb.cp/scope-err.exp
14116 * gdb.cp/templates.exp
14117 * gdb.cp/virtfunc.exp
14118 * gdb.dwarf2/dw2-dir-file-name.exp
14119 * gdb.dwarf2/dw2-single-line-discriminators.exp
14120 * gdb.fortran/complex.exp
14121 * gdb.fortran/library-module.exp
14122 * gdb.guile/guile.exp
14123 * gdb.guile/scm-cmd.exp
14124 * gdb.guile/scm-frame-inline.exp
14125 * gdb.guile/scm-objfile.exp
14126 * gdb.guile/scm-pretty-print.exp
14127 * gdb.guile/scm-symbol.exp
14128 * gdb.guile/scm-type.exp
14129 * gdb.guile/scm-value.exp
14130 * gdb.linespec/keywords.exp
14131 * gdb.linespec/ls-errs.exp
14132 * gdb.linespec/macro-relative.exp
14133 * gdb.linespec/thread.exp
14134 * gdb.mi/mi-breakpoint-changed.exp
14135 * gdb.mi/mi-dprintf-pending.exp
14136 * gdb.mi/mi-fullname-deleted.exp
14137 * gdb.mi/mi-logging.exp
14138 * gdb.mi/mi-pending.exp
14139 * gdb.mi/mi-solib.exp
14140 * gdb.mi/new-ui-mi-sync.exp
14141 * gdb.mi/user-selected-context-sync.exp
14142 * gdb.multi/dummy-frame-restore.exp
14143 * gdb.multi/multi-arch-exec.exp
14144 * gdb.multi/remove-inferiors.exp
14145 * gdb.multi/watchpoint-multi-exit.exp
14146 * gdb.opt/solib-intra-step.exp
14147 * gdb.perf/backtrace.exp
14148 * gdb.perf/single-step.exp
14149 * gdb.perf/skip-command.exp
14150 * gdb.perf/skip-prologue.exp
14151 * gdb.perf/solib.exp
14152 * gdb.python/lib-types.exp
14153 * gdb.python/py-as-string.exp
14154 * gdb.python/py-bad-printers.exp
14155 * gdb.python/py-block.exp
14156 * gdb.python/py-breakpoint.exp
14157 * gdb.python/py-cmd.exp
14158 * gdb.python/py-events.exp
14159 * gdb.python/py-evthreads.exp
14160 * gdb.python/py-finish-breakpoint.exp
14161 * gdb.python/py-finish-breakpoint2.exp
14162 * gdb.python/py-frame-inline.exp
14163 * gdb.python/py-frame.exp
14164 * gdb.python/py-inferior.exp
14165 * gdb.python/py-infthread.exp
14166 * gdb.python/py-mi.exp
14167 * gdb.python/py-objfile.exp
14168 * gdb.python/py-pp-maint.exp
14169 * gdb.python/py-pp-registration.exp
14170 * gdb.python/py-prettyprint.exp
14171 * gdb.python/py-recurse-unwind.exp
14172 * gdb.python/py-shared.exp
14173 * gdb.python/py-symbol.exp
14174 * gdb.python/py-symtab.exp
14175 * gdb.python/py-template.exp
14176 * gdb.python/py-type.exp
14177 * gdb.python/py-unwind-maint.exp
14178 * gdb.python/py-unwind.exp
14179 * gdb.python/py-value.exp
14180 * gdb.python/python.exp
14181 * gdb.reverse/finish-reverse-bkpt.exp
14182 * gdb.reverse/insn-reverse.exp
14183 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14184 * gdb.reverse/solib-precsave.exp
14185 * gdb.reverse/solib-reverse.exp
14186 * gdb.stabs/gdb11479.exp
14187 * gdb.stabs/weird.exp
14188 * gdb.threads/fork-child-threads.exp
14189 * gdb.threads/fork-plus-threads.exp
14190 * gdb.threads/fork-thread-pending.exp
14191 * gdb.threads/forking-threads-plus-breakpoint.exp
14192 * gdb.threads/hand-call-in-threads.exp
14193 * gdb.threads/interrupted-hand-call.exp
14194 * gdb.threads/linux-dp.exp
14195 * gdb.threads/local-watch-wrong-thread.exp
14196 * gdb.threads/next-while-other-thread-longjmps.exp
14197 * gdb.threads/non-ldr-exit.exp
14198 * gdb.threads/pending-step.exp
14199 * gdb.threads/print-threads.exp
14200 * gdb.threads/process-dies-while-detaching.exp
14201 * gdb.threads/process-dies-while-handling-bp.exp
14202 * gdb.threads/pthreads.exp
14203 * gdb.threads/queue-signal.exp
14204 * gdb.threads/reconnect-signal.exp
14205 * gdb.threads/signal-command-handle-nopass.exp
14206 * gdb.threads/signal-command-multiple-signals-pending.exp
14207 * gdb.threads/signal-delivered-right-thread.exp
14208 * gdb.threads/signal-sigtrap.exp
14209 * gdb.threads/sigthread.exp
14210 * gdb.threads/staticthreads.exp
14211 * gdb.threads/stepi-random-signal.exp
14212 * gdb.threads/thread-unwindonsignal.exp
14213 * gdb.threads/thread_check.exp
14214 * gdb.threads/thread_events.exp
14215 * gdb.threads/tid-reuse.exp
14216 * gdb.threads/tls-nodebug.exp
14217 * gdb.threads/tls-shared.exp
14218 * gdb.threads/tls-so_extern.exp
14219 * gdb.threads/tls.exp
14220 * gdb.threads/wp-replication.exp
14221 * gdb.trace/actions-changed.exp
14222 * gdb.trace/actions.exp
14223 * gdb.trace/backtrace.exp
14224 * gdb.trace/change-loc.exp
14225 * gdb.trace/collection.exp
14226 * gdb.trace/deltrace.exp
14227 * gdb.trace/disconnected-tracing.exp
14228 * gdb.trace/entry-values.exp
14229 * gdb.trace/ftrace-lock.exp
14230 * gdb.trace/ftrace.exp
14231 * gdb.trace/infotrace.exp
14232 * gdb.trace/mi-trace-frame-collected.exp
14233 * gdb.trace/mi-trace-unavailable.exp
14234 * gdb.trace/mi-traceframe-changed.exp
14235 * gdb.trace/mi-tracepoint-changed.exp
14236 * gdb.trace/mi-tsv-changed.exp
14237 * gdb.trace/no-attach-trace.exp
14238 * gdb.trace/packetlen.exp
14239 * gdb.trace/passc-dyn.exp
14240 * gdb.trace/passcount.exp
14241 * gdb.trace/pending.exp
14242 * gdb.trace/pr16508.exp
14243 * gdb.trace/qtro.exp
14244 * gdb.trace/range-stepping.exp
14245 * gdb.trace/read-memory.exp
14246 * gdb.trace/report.exp
14247 * gdb.trace/save-trace.exp
14248 * gdb.trace/signal.exp
14249 * gdb.trace/stap-trace.exp
14250 * gdb.trace/status-stop.exp
14251 * gdb.trace/strace.exp
14252 * gdb.trace/tfile.exp
14253 * gdb.trace/tfind.exp
14254 * gdb.trace/trace-break.exp
14255 * gdb.trace/trace-condition.exp
14256 * gdb.trace/trace-enable-disable.exp
14257 * gdb.trace/trace-mt.exp
14258 * gdb.trace/tracecmd.exp
14259 * gdb.trace/tracefile-pseudo-reg.exp
14260 * gdb.trace/tspeed.exp
14261 * gdb.trace/tstatus.exp
14262 * gdb.trace/tsv.exp
14263 * gdb.trace/unavailable.exp
14264 * gdb.trace/while-dyn.exp
14265 * gdb.trace/while-stepping.exp
14266 * lib/gdb-guile.exp
14267 * lib/gdb.exp
14268 * lib/mi-support.exp
14269 * lib/pascal.exp
14270 * lib/perftest.exp
14271 * lib/prelink-support.exp
14272 * lib/selftest-support.exp
14273
14274 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14275
14276 * Makefile.in: Include disable-implicit-rules.mk.
14277
14278 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14279
14280 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
14281 non-byte-aligned bit fields.
14282
14283 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14284
14285 PR gdb/12616
14286 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
14287 respects the DW_AT_data_bit_offset attribute.
14288
14289 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14290
14291 * gdb.base/default.exp: Fix output of "set language".
14292
14293 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
14294
14295 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
14296 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
14297 make.
14298 * configure.ac: Remove checks for the make program.
14299 * configure: Re-generate.
14300
14301 2016-11-16 Kevin Buettner <kevinb@redhat.com>
14302
14303 * gdb.python/py-recurse-unwind.c (main): Add loop.
14304 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
14305 to read_register() and gdb.parse_and_eval(). Make each code
14306 call a separate case that can be individually tested.
14307 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
14308 proc. Call cont_and_backtrace for each of the code paths that
14309 we want to test in the unwinder.
14310
14311 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
14312
14313 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
14314 the definition of struct S.
14315
14316 2016-11-11 Catherine Moore <clm@codesourcery.com>
14317
14318 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14319
14320 2016-11-09 Pedro Alves <palves@redhat.com>
14321
14322 * gdb.base/commands.exp (runto_or_return): New procedure.
14323 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14324 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14325 (progvar_simple_while_test, progvar_complex_if_while_test)
14326 (if_while_breakpoint_command_test)
14327 (infrun_breakpoint_command_test, breakpoint_command_test)
14328 (user_defined_command_test, watchpoint_command_test)
14329 (test_command_prompt_position, redefine_hook_test)
14330 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14331 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14332 multi_line_input and multi_line. Remove gdb_expect and
14333 gdb_stop_suppressing_tests uses.
14334 * lib/gdb.exp (valnum_re): New global.
14335 (multi_line_input): New procedure.
14336
14337 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14338
14339 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14340 Remove.
14341 (test_setup): Define with proc_with_prefix.
14342 (test_cli_inferior): Likewise.
14343 (test_cli_thread): Likewise.
14344 (test_cli_frame): Likewise.
14345 (test_cli_select_frame): Likewise.
14346 (test_cli_up_down): Likewise.
14347 (test_mi_thread_select): Likewise.
14348 (test_mi_stack_select_frame): Likewise.
14349 (test_cli_in_mi_inferior): Likewise.
14350 (test_cli_in_mi_thread): Likewise.
14351 (test_cli_in_mi_frame): Likewise.
14352 (top level): Do not use with_test_prefix_procname.
14353
14354 2016-11-09 Pedro Alves <palves@redhat.com>
14355
14356 * gdb.base/commands.exp (gdbvar_simple_if_test)
14357 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14358 (progvar_simple_if_test, progvar_simple_while_test)
14359 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14360 (infrun_breakpoint_command_test, breakpoint_command_test)
14361 (user_defined_command_test, watchpoint_command_test)
14362 (test_command_prompt_position, deprecated_command_test)
14363 (bp_deleted_in_command, temporary_breakpoint_commands)
14364 (stray_arg0_test, source_file_with_indented_comment)
14365 (recursive_source_test, if_commands_test)
14366 (error_clears_commands_left, redefine_hook_test)
14367 (redefine_backtrace_test): Use proc_with_prefix.
14368 * lib/gdb.exp (proc_with_prefix): New proc.
14369
14370 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14371
14372 * gdb.base/tui-layout.c: New file.
14373 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14374 disassembly window contains very long lines.
14375
14376 2016-11-08 Tom Tromey <tom@tromey.com>
14377
14378 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14379 depend on Python 2.
14380
14381 2016-11-08 Tom Tromey <tom@tromey.com>
14382
14383 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14384 New method.
14385
14386 2016-10-29 Manish Goregaokar <manish@mozilla.com>
14387
14388 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
14389
14390 2016-10-27 Manish Goregaokar <manish@mozilla.com>
14391
14392 * gdb.rust/simple.rs: Add test for univariant enums without
14393 discriminants and for encoded struct-like enums.
14394
14395 2016-10-28 Pedro Alves <palves@redhat.com>
14396
14397 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14398 gdb_test_multiple, tighten regexps and match symtabs and line
14399 tables incrementally.
14400
14401 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
14402
14403 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14404 general.
14405
14406 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
14407
14408 * gdb.base/exec-invalid-sysroot.exp: New file.
14409
14410 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14411
14412 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14413
14414 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14415
14416 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14417
14418 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14419
14420 * gdb.base/killed-outside.exp: Remove $options from a call to
14421 `prepare_for_testing'.
14422
14423 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14424
14425 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14426 Change test message.
14427
14428 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14429
14430 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14431 Update comment.
14432
14433 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14434
14435 * gdb.trace/mi-trace-save.exp: New file.
14436
14437 2016-10-13 Yao Qi <yao.qi@linaro.org>
14438
14439 * gdb.base/code_elim.exp (get_var_address): Remove.
14440 * gdb.base/relocate.exp: Likewise.
14441 * gdb.base/shreloc.exp: Likewise.
14442 * lib/gdb.exp (get_var_address): New.
14443
14444 2016-10-13 Yao Qi <yao.qi@linaro.org>
14445
14446 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14447 floating point tests if $skip_float_test is false.
14448
14449 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
14450
14451 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14452 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14453 argc values.
14454 Add 1 to argc so we guarantee distinct initial/modified argc values.
14455
14456 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14457
14458 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14459
14460 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14461
14462 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14463 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14464 * gdb.arch/vsx-regs.exp: Likewise.
14465
14466 2016-10-07 Yao Qi <yao.qi@linaro.org>
14467
14468 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14469
14470 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14471
14472 * gdb.python/python.exp: Test decode_line("*0").
14473
14474 2016-10-06 Doug Evans <dje@google.com>
14475
14476 * gdb.python/py-value.exp (test_value_creation): Add test for large
14477 unsigned 64-bit value.
14478
14479 2016-10-06 Tom Tromey <tom@tromey.com>
14480
14481 * gdb.compile/compile.exp: Change java tests to rust.
14482 * gdb.base/setshow.exp: Change java tests to rust.
14483 * gdb.base/default.exp: Remove java from language list.
14484 * README (Examples): Update language example.
14485 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14486 test.
14487 * lib/gdb.exp (skip_java_tests): Remove.
14488 * lib/java.exp: Remove.
14489 * gdb.java: Remove.
14490
14491 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14492
14493 * gdb.arch/mips-fcr.exp: New test.
14494 * gdb.arch/mips-fcr.c: Source for the new test.
14495
14496 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14497
14498 * gdb.base/solib-disc.exp: Use `standard_output_file'
14499 throughout.
14500
14501 2016-10-06 Pedro Alves <palves@redhat.com>
14502
14503 * gdb.base/jit-simple-dl.c: New file.
14504 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14505 * gdb.base/jit-simple.c: ... this.
14506 * gdb.base/jit-simple.exp (jit_run): Delete.
14507 (build_jit): New proc.
14508 (jit_test_reread): Recompile either the main program or the shared
14509 library, depending on what is being tested. Skip changing address
14510 if caller wants to. Compare before/after addresses. If testing
14511 standalone, explicitly load the binary. Test "maint info
14512 breakpoints".
14513 (top level): Add "standalone vs shared lib" and "change address"
14514 vs "same address" axes.
14515
14516 2016-10-06 Pedro Alves <palves@redhat.com>
14517
14518 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14519 call.
14520 (jit_run): Delete.
14521 (jit_test_reread): Use with_test_prefix. Reload the main binary
14522 explicitly. Compare the before/after addresses of the JIT
14523 descriptor.
14524
14525 2016-08-15 Doug Evans <dje@google.com>
14526
14527 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14528 for single bitfields is bool.
14529 * gdb.xml/tdesc-regs.exp: Ditto.
14530
14531 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14532
14533 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14534
14535 2016-10-05 Yao Qi <yao.qi@linaro.org>
14536
14537 * lib/gdb.exp (support_complex_tests): Return zero if
14538 gdb_skip_float_test return true.
14539
14540 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14541 Simon Marchi <simon.marchi@ericsson.com>
14542
14543 PR gdb/20487
14544 * gdb.mi/user-selected-context-sync.exp: New file.
14545 * gdb.mi/user-selected-context-sync.c: New file.
14546
14547 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14548 Simon Marchi <simon.marchi@ericsson.com>
14549
14550 PR gdb/20487
14551 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14552 =thread-select-event check.
14553
14554 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14555
14556 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14557 the compulsory L operand changes.
14558 * gdb.arch/powerpc-power.s: Likewise.
14559
14560 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14561
14562 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14563 * gdb.base/jit-attach-pie.c: New file.
14564 * gdb.base/jit-attach-pie.exp: New file.
14565
14566 2016-09-28 Pedro Alves <palves@redhat.com>
14567
14568 * gdb.base/infcall-input.c: New file.
14569 * gdb.base/infcall-input.exp: New file.
14570
14571 2016-09-22 Yao Qi <yao.qi@linaro.org>
14572
14573 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14574 (gdb_exit): Rename it to ...
14575 (gdbserver_gdb_exit): ... Close GDBserver.
14576 (gdb_exit): New proc, call gdbserver_gdb_exit.
14577 (mi_gdb_exit): Likewise.
14578
14579 2016-09-22 Yao Qi <yao.qi@linaro.org>
14580
14581 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14582 path.
14583 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14584 Remove duplication.
14585
14586 2016-09-22 Yao Qi <yao.qi@linaro.org>
14587
14588 * lib/gdbserver-support.exp: Check the existence of
14589 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14590
14591 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14592
14593 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14594
14595 2016-09-21 Tom Tromey <tom@tromey.com>
14596
14597 PR gdb/20604:
14598 * gdb.base/quit.exp: New file.
14599
14600 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14601
14602 * .gitignore: New file.
14603
14604 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14605
14606 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14607 throughout.
14608
14609 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14610
14611 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14612
14613 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14614
14615 * gdb.cp/casts.cc (decltype): Move it ...
14616 (main): ... with its call to ...
14617 * gdb.cp/casts03.cc: ... a new file.
14618 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14619
14620 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14621
14622 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14623
14624 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14625
14626 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14627 and sync up the test with tests in gas/testsuite/gas/ppc.
14628 * gdb.arch/powerpc-power.exp: Likewise.
14629
14630 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14631
14632 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14633
14634 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14635 Jan Kratochvil <jan.kratochvil@redhat.com>
14636
14637 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14638 make m1's definition to be different from m2's. Use 'dummy' as an
14639 argument for probe 'two'.
14640
14641 2016-09-10 Jon Beniston <jon@beniston.com>
14642
14643 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14644 for sim target.
14645
14646 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14647
14648 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14649 variable declaration.
14650 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14651 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14652 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14653 received HWCAP as its argument.
14654
14655 2016-09-06 Pedro Alves <palves@redhat.com>
14656
14657 * gdb.base/new-ui-pending-input.c: New file.
14658 * gdb.base/new-ui-pending-input.exp: New file.
14659 * gdb.exp (clear_gdb_spawn_id): New procedure.
14660 (with_spawn_id): Check whether gdb_spawn_id exists before
14661 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14662 on exit.
14663
14664 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14665
14666 * gdb.base/float128.c: New file.
14667 * gdb.base/float128.exp: Likewise.
14668 * gdb.base/floatn.c: Likewise.
14669 * gdb.base/floatn.exp: Likewise.
14670
14671 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14672
14673 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14674
14675 2016-09-05 Pedro Alves <palves@redhat.com>
14676
14677 PR backtrace/19927
14678 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14679 unwinders are immediately called as side effect of "source" or
14680 "disable unwinder" commands.
14681 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14682
14683 2016-09-02 Yao Qi <yao.qi@linaro.org>
14684
14685 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14686 is true and $type is "float" or "double".
14687
14688 2016-09-02 Yao Qi <yao.qi@linaro.org>
14689
14690 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14691 true.
14692 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14693 * gdb.base/call-rt-st.exp: Likewise.
14694 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14695 return value instead of gdb,skip_float_test.
14696 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14697 (do_function_calls): Use its return value instead of
14698 gdb,skip_float_test.
14699 * gdb.base/finish.exp: Likewise.
14700 * gdb.base/funcargs.exp: Likewise.
14701 * gdb.base/return.exp: Likewise.
14702 * gdb.base/return2.exp: Likewise.
14703 * gdb.base/varargs.exp: Likewise.
14704 * lib/gdb.exp (gdb_skip_float_test): Change it to
14705 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14706
14707 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14708
14709 * gdb.multi/tids.exp: Test "thread apply all".
14710
14711 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14712
14713 * gdb.base/default.exp (tty): Remove.
14714
14715 2016-08-24 Kevin Buettner <kevinb@redhat.com>
14716
14717 * gdb.python/py-recurse-unwind.c: New file.
14718 * gdb.python/py-recurse-unwind.py: New file.
14719 * gdb.python/py-recurse-unwind.exp: New file.
14720
14721 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14722
14723 * gdb.base/set-inferior-tty.exp: New file.
14724 * gdb.base/set-inferior-tty.c: New file.
14725
14726 2016-08-23 Pedro Alves <palves@redhat.com>
14727
14728 PR gdb/20494
14729 * gdb.base/new-ui-echo.c: New file.
14730 * gdb.base/new-ui-echo.exp: New file.
14731
14732 2016-08-23 Yao Qi <yao.qi@linaro.org>
14733
14734 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14735 gdbserver_spawn.
14736 * gdb.server/connect-without-multi-process.exp (do_test):
14737 Likewise.
14738
14739 2016-08-23 Yao Qi <yao.qi@linaro.org>
14740
14741 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14742 standalone_txt. Delete gdb_txt and standalone_txt on host
14743 and target. Spawn the binary on target. Copy files from
14744 target to host.
14745
14746 2016-08-22 Pedro Alves <palves@redhat.com>
14747
14748 PR gdb/20505
14749 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14750 with_test_prefix. Factor out bits to ...
14751 (test_no_vdso): ... this new procedure.
14752
14753 2016-08-19 Carl Love <cel@us.ibm.com>
14754
14755 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14756 maintaining separate logic for constructing the output path.
14757 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14758 * gdb.arch/ppc-dfp.exp: Likewise.
14759 * gdb.arch/ppc-fp.exp: Likewise.
14760 * gdb.arch/vsx-regs.exp: Likewise.
14761 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14762 binprefix for generating the additional binary files.
14763
14764 2016-08-19 Pedro Alves <palves@redhat.com>
14765
14766 * gdb.trace/mi-trace-frame-collected.exp
14767 (test_trace_frame_collected): On x32, expect two registers.
14768
14769 2016-08-18 Carl Love <cel@us.ibm.com>
14770
14771 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14772 and sync up the test with tests in gas/testsuite/gas/ppc.
14773 * gdb.arch/powerpc-power.exp: Likewise.
14774
14775 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14776
14777 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14778 expected error message.
14779
14780 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14781
14782 * gdb.multi/remove-inferiors.exp: New file.
14783 * gdb.multi/remove-inferiors.c: New file.
14784
14785 2016-08-12 Yao Qi <yao.qi@linaro.org>
14786
14787 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14788 argument list.
14789
14790 2016-08-10 Pedro Alves <palves@redhat.com>
14791
14792 PR gdb/19187
14793 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14794 setup_kfails.
14795
14796 2016-08-09 Pedro Alves <palves@redhat.com>
14797 Simon Marchi <simon.marchi@ericsson.com>
14798
14799 PR gdb/20418
14800 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14801 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14802
14803 2016-08-09 Pedro Alves <palves@redhat.com>
14804
14805 PR mi/20431
14806 * gdb.mi/mi-cmd-error.exp: New file.
14807
14808 2016-08-09 Pedro Alves <palves@redhat.com>
14809
14810 PR gdb/18653
14811 * gdb.base/signals-state-child.c: New file.
14812 * gdb.base/signals-state-child.exp: New file.
14813 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14814
14815 2016-08-09 Pedro Alves <palves@redhat.com>
14816
14817 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14818
14819 2016-08-03 Tom Tromey <tom@tromey.com>
14820
14821 PR python/18565:
14822 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14823
14824 2016-08-01 Yao Qi <yao.qi@linaro.org>
14825
14826 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14827 variable mode to "multi-process" if $multi_process is 1, otherwise
14828 set it to "single-process".
14829
14830 2016-08-01 Yao Qi <yao.qi@linaro.org>
14831
14832 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14833 * gdb.cp/cpexprs.exp: Likewise.
14834 * gdb.cp/m-static.exp: Likewise.
14835
14836 2016-07-26 Tom Tromey <tom@tromey.com>
14837
14838 PR python/20190:
14839 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14840 test.
14841
14842 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14843
14844 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14845 selecting assembly source files.
14846 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14847 assembly source files.
14848 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14849 assembly source files.
14850 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14851 selecting assembly source files.
14852
14853 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14854
14855 * gdb.base/new-ui.exp (do_test_invalid_args): New
14856 procedure.
14857
14858 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14859
14860 * gdb.btrace/reconnect.c: New file.
14861 * gdb.btrace/reconnect.exp: New file.
14862
14863 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14864
14865 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14866 to test_catch_syscall_group.
14867 (test_catch_syscall_group): New.
14868
14869 2016-07-21 Tom Tromey <tom@tromey.com>
14870
14871 * gdb.rust/simple.rs (main): Use empty struct expression.
14872 * gdb.rust/simple.exp: Add tests for empty struct expression.
14873
14874 2016-07-21 Yao Qi <yao.qi@linaro.org>
14875
14876 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14877 if gdb_skip_xml_test is true on some targets.
14878
14879 2016-07-21 Yao Qi <yao.qi@linaro.org>
14880
14881 * gdb.server/solib-list.exp: Unset last_loaded_file.
14882
14883 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14884
14885 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14886 "step into captured_main (args)".
14887
14888 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14889
14890 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14891
14892 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14893
14894 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14895
14896 2016-07-19 Pedro Alves <palves@redhat.com>
14897
14898 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14899 * gdb.opt/inline-bt.exp: Likewise.
14900 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14901 additional_flags=-Winline.
14902 * gdb.opt/inline-locals.exp: Likewise.
14903 * gdb.opt/inline-markers.c (ATTR): Define.
14904 (inlined_fn): Use it.
14905
14906 2016-07-19 Yao Qi <yao.qi@linaro.org>
14907
14908 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14909 (test_with_self): Remove some code. Remove argument executable.
14910 (top-level): Use do_self_tests.
14911
14912 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
14913 Don Breazeal <donb@codesourcery.com>
14914
14915 * gdb.base/maint.exp: Escape paths used in regular expressions.
14916 * gdb.stabs/weird.exp: Likewise.
14917
14918 2016-07-13 Tom Tromey <tom@tromey.com>
14919
14920 PR python/15620, PR python/18620:
14921 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14922 (test_bkpt_events): New procs.
14923
14924 2016-07-13 Tom Tromey <tom@tromey.com>
14925
14926 PR python/17698:
14927 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14928 test.
14929 (test_watchpoints): Likewise.
14930 (test_bkpt_pending): New proc.
14931
14932 2016-07-13 Tom Tromey <tom@tromey.com>
14933
14934 PR cli/18053:
14935 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14936 completion test.
14937
14938 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14939
14940 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14941 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14942 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14943 f_label.
14944 (g): Rename g_end_lbl to g_label.
14945 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14946 low_pc and high_pc.
14947 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14948
14949 2016-07-12 Tom Tromey <tom@tromey.com>
14950
14951 PR python/19293:
14952 * gdb.python/py-unwind-maint.exp: Update tests.
14953
14954 2016-07-12 Yao Qi <yao.qi@linaro.org>
14955
14956 * lib/selftest-support.exp (selftest_setup): Match the output
14957 when captured_main is inlined.
14958
14959 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14960
14961 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14962 New variables.
14963 (print this%a, print this%b, print this): New tests.
14964 * gdb.fortran/derived-types.f90 (this): New object and
14965 initialization.
14966
14967 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14968
14969 * gdb.ada/arraydim.exp: Remove extra directory level in build
14970 directory.
14971
14972 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14973
14974 * lib/ada.exp: Remove extra directory level in build directory.
14975 * gdb.ada/cond_lang.exp: Likewise.
14976 * gdb.ada/exec_changed.exp: Likewise.
14977 * gdb.ada/lang_switch.exp: Likewise.
14978
14979 2016-07-06 Manish Goregaokar <manish@mozilla.com>
14980
14981 * simple.rs: Add test for raw pointer subscripting.
14982 * simple.exp: Add test expectations.
14983
14984 2016-07-05 Yao Qi <yao.qi@linaro.org>
14985
14986 * gdb.mi/mi-reverse.exp: Match =record-started output.
14987
14988 2016-07-01 Pedro Alves <palves@redhat.com>
14989
14990 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14991 procedure.
14992 (jit_reader_test): Test the jit reader's unwinder.
14993 * gdb.base/jithost.c (jit_function_00_code): New global.
14994 (main): Use memcpy to fill in the mmapped code, instead of poking
14995 bytes manually here.
14996 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14997 value.
14998 (read_debug_info): Save the function's range.
14999 (read_sp): New function.
15000 (unwind_frame): Use it. Also unwind RBP.
15001 (get_frame_id): Use read_sp.
15002 (gdb_init_reader): Use calloc instead of malloc.
15003 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
15004 parameter. Use gdb_test_multiple.
15005
15006 2016-07-01 Pedro Alves <palves@redhat.com>
15007 Antoine Tremblay <antoine.tremblay@ericsson.com>
15008
15009 * gdb.threads/process-dies-while-detaching.c: New file.
15010 * gdb.threads/process-dies-while-detaching.exp: New file.
15011
15012 2016-07-01 Pedro Alves <palves@redhat.com>
15013
15014 * gdb.multi/watchpoint-multi-exit.c: New file.
15015 * gdb.multi/watchpoint-multi-exit.exp: New file.
15016
15017 2016-06-30 Pedro Alves <palves@redhat.com>
15018
15019 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
15020 unset inferior_spawn_id.
15021
15022 2016-06-30 Pedro Alves <palves@redhat.com>
15023
15024 * lib/mi-support.exp (default_mi_gdb_start): Declare global
15025 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
15026
15027 2016-06-29 Yao Qi <yao.qi@linaro.org>
15028
15029 * gdb.base/return.c: Add copyright header.
15030
15031 2016-06-29 Tom Tromey <tom@tromey.com>
15032
15033 PR python/20129:
15034 * gdb.python/py-framefilter.exp: Add tests for setting priority
15035 and disabling of non-existent frame filter.
15036
15037 2016-06-29 Yao Qi <yao.qi@linaro.org>
15038
15039 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
15040 0x0f07ff.
15041
15042 2016-06-28 Yao Qi <yao.qi@linaro.org>
15043
15044 * gdb.base/catch-syscall.exp: Remove check on isnative and target
15045 triplets. Start gdb, execute catch syscall, and continue. Check
15046 gdb's output to determine catch syscall is supported.
15047
15048 2016-06-27 Manish Goregaokar <manish@mozilla.com>
15049
15050 * gdb.rust/simple.rs: Add test for returning unit in a function.
15051 * gdb.rust/simple.exp: Add expectation for functions returning
15052 unit.
15053
15054 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
15055
15056 * gdb.python/py-breakpoint-create-fail.c,
15057 gdb.python/py-breakpoint-create-fail.exp,
15058 gdb.python/py-breakpoint-create-fail.py: New testcase.
15059
15060 2016-06-25 Manish Goregaokar <manish@mozilla.com>
15061
15062 PR gdb/20239
15063 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
15064 * gdb.rust/simple.exp: Add test expectations for new NonZero
15065 tests.
15066
15067 2016-06-24 David Taylor <dtaylor@emc.com>
15068
15069 * gdb.base/offsets.exp: New file.
15070 * gdb.base/offsets.c: New file.
15071
15072 2016-06-23 Tom Tromey <tom@tromey.com>
15073
15074 PR gdb/16483:
15075 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
15076 before any filters are loaded.
15077
15078 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
15079
15080 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
15081 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
15082 structs.
15083 * gdb.fortran/derived-type-function.exp: New file.
15084 * gdb.fortran/derived-type-function.f90: New file.
15085
15086
15087 2016-06-21 Pedro Alves <palves@redhat.com>
15088
15089 * gdb.base/new-ui.exp: New file.
15090 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
15091 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
15092 (with_spawn_id): New procedure.
15093
15094 2016-06-21 Pedro Alves <palves@redhat.com>
15095
15096 * gdb.mi/mi-exec-run.exp: New file.
15097
15098 2016-06-21 Pedro Alves <palves@redhat.com>
15099
15100 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
15101 breakpoint command's output on the main UI.
15102 (test_break): New procedure, factored out from calls in the top
15103 level.
15104 (top level): Use foreach_with_prefix to test MI as main UI and as
15105 separate UI.
15106
15107 2016-06-21 Pedro Alves <palves@redhat.com>
15108
15109 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
15110 (test_awatch_creation_and_listing)
15111 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
15112 Remove 'type' parameter.
15113 (test_watchpoint_all): New parameter mi_mode. Remove
15114 with_test_prefix.
15115 (top level): Use foreach_with_prefix, and add main/separate UI MI
15116 testing axis.
15117
15118 2016-06-21 Pedro Alves <palves@redhat.com>
15119
15120 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
15121 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
15122 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
15123 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
15124 (gdb_main_spawn_id, mi_spawn_id): Declare and
15125 comment.
15126 (mi_create_inferior_pty): New procedure,
15127 factored out from default_mi_gdb_start.
15128 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
15129 procedures.
15130 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
15131 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
15132 Use mi_create_inferior_pty.
15133 (mi_gdb_start): Use eval to pass down args list.
15134
15135 2016-06-21 Pedro Alves <palves@redhat.com>
15136
15137 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
15138 * gdb.opt/inline-cmds.exp: Add MI tests.
15139
15140 2016-06-21 Pedro Alves <palves@redhat.com>
15141
15142 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
15143
15144 2016-06-21 Pedro Alves <palves@redhat.com>
15145
15146 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
15147 (top level): Use it instead of mi_execute_to.
15148
15149 2016-06-21 Pedro Alves <palves@redhat.com>
15150
15151 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
15152 (cont_handler_str): New.
15153 (signal_stop_handler): Set stop_handler_str instead of printing to
15154 stdout.
15155 (continue_handler): Set cont_handler_str instead of printing to
15156 stdout.
15157 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
15158 mi_send_resuming_command. Print stop_handler_str and
15159 cont_handler_str instead of expecting the python events print
15160 directly.
15161
15162 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
15163
15164 * gdb.base/jit-reader.exp: New file.
15165 * gdb.base/jithost.c: New file.
15166 * gdb.base/jithost.h: New file.
15167 * gdb.base/jitreader.c : New file.
15168 * gdb.base/jit-protocol.h: New file.
15169
15170 2016-06-17 Yao Qi <yao.qi@linaro.org>
15171
15172 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
15173 parameters follow_fork and detach_on_fork. Set follow-fork-mode
15174 and detach-on-fork. Adjust tests.
15175 (top level): Invoke break_cond_on_syscall with combinations of
15176 syscall, follow-fork-mode and detach-on-fork.
15177
15178 2016-06-17 Yao Qi <yao.qi@linaro.org>
15179
15180 * gdb.base/step-over-exit.c: New.
15181 * gdb.base/step-over-exit.exp: New.
15182
15183 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
15184
15185 * gdb.base/float.exp: Add target check for nds32*-*-*.
15186 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
15187
15188 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
15189
15190 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
15191 for unsupported target features.
15192 * gdb.base/call-rt-st.exp: Likewise.
15193 * gdb.base/call-sc.exp: Likewise.
15194 * gdb.base/call-signal-resume.exp: Likewise.
15195 * gdb.base/call-strs.exp: Likewise.
15196 * gdb.base/callexit.exp: Likewise.
15197 * gdb.base/callfuncs.exp: Likewise.
15198 * gdb.base/nodebug.exp: Likewise.
15199 * gdb.base/printcmds.exp: Likewise.
15200 * gdb.base/ptype.exp: Likewise.
15201 * gdb.base/structs.exp: Likewise.
15202 * gdb.base/unwindonsignal.exp: Likewise.
15203 * gdb.cp/gdb2495.exp: Likewise.
15204 * gdb.cp/templates.exp: Likewise.
15205 * gdb.cp/virtfunc.exp: Likewise.
15206 * gdb.threads/hand-call-in-threads.exp: Likewise.
15207 * gdb.threads/interrupted-hand-call.exp: Likewise.
15208 * gdb.threads/thread-unwindonsignal.exp: Likewise.
15209
15210 2016-06-10 Tom Tromey <tom@tromey.com>
15211
15212 PR rust/20110:
15213 * gdb.rust/expr.exp: Add test for integer constant larger than
15214 i32.
15215
15216 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
15217
15218 * gdb.fortran/nested-funcs.exp: New.
15219 * gdb.fortran/nested-funcs.f90: New.
15220
15221 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
15222
15223 * gdb.base/examine-backward.c: New file.
15224 * gdb.base/examine-backward.exp: New file.
15225
15226 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
15227
15228 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
15229 matching.
15230
15231 2016-06-02 Tom Tromey <tom@tromey.com>
15232
15233 PR python/18984:
15234 * gdb.python/py-shared.exp: Add solib_name test.
15235
15236 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
15237
15238 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
15239
15240 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
15241
15242 PR c++/19893
15243 * gdb.dwarf2/implref.exp: Rename to...
15244 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
15245 * gdb.dwarf2/implref-array.c: New file.
15246 * gdb.dwarf2/implref-array.exp: Likewise.
15247 * gdb.dwarf2/implref-global.c: Likewise.
15248 * gdb.dwarf2/implref-global.exp: Likewise.
15249 * gdb.dwarf2/implref-struct.c: Likewise.
15250 * gdb.dwarf2/implref-struct.exp: Likewise.
15251
15252 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15253
15254 * gdb.trace/trace-condition.exp: Add 64bit tests.
15255
15256 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15257
15258 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
15259 bits types.
15260 (main): Adapt to 8 to 64 bits types.
15261 * gdb.trace/trace-condition.exp: Add new tests.
15262
15263 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15264
15265 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15266
15267 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15268
15269 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
15270 Move condition tests...
15271 * gdb.trace/trace-condition.exp: Here.
15272
15273 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15274
15275 * gdb.trace/trace-condition.exp: Add counter-case tests.
15276
15277 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15278
15279 PR c++/15231
15280 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
15281 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
15282
15283 2016-05-27 Pedro Alves <palves@redhat.com>
15284
15285 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
15286 New procedure.
15287 (top level): Call it, and bail out of DejaGnu is known to be bad.
15288
15289 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
15290
15291 * gdb.base/whatis.c: Extend the test case.
15292 * gdb.base/whatis.exp: Add additional tests.
15293
15294 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15295
15296 * gdb.fortran/type.f90: Add pointer variable.
15297 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
15298
15299 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15300
15301 * gdb.fortran/vla-type.exp: Fix testcase name.
15302
15303 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15304
15305 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15306
15307 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15308
15309 * gdb.fortran/type.f90: Add nested structures.
15310 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
15311 * gdb.fortran/derived-type.exp: Adapt expected output.
15312 * gdb.fortran/vla-type.exp: Adapt expected output.
15313
15314 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15315
15316 * gdb.fortran/whatis_type.exp: Adapt expected output.
15317
15318 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15319
15320 * gdb.fortran/print_type.exp: Fix expected output.
15321 * gdb.fortran/whatis_type.exp: Fix expected output.
15322
15323 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15324
15325 * gdb.fortran/whatis_type.exp: Use multi_line.
15326
15327 2016-05-24 Tom Tromey <tom@tromey.com>
15328
15329 PR python/17386:
15330 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15331 use value as an index.
15332
15333 2016-05-23 Tom Tromey <tom@tromey.com>
15334
15335 PR python/17981:
15336 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15337 no-breakpoint case.
15338
15339 2016-05-24 Pedro Alves <palves@redhat.com>
15340
15341 PR gdb/19828
15342 * gdb.threads/clone-attach-detach.c: New file.
15343 * gdb.threads/clone-attach-detach.exp: New file.
15344
15345 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15346
15347 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15348
15349 2016-05-23 Tom Tromey <tom@tromey.com>
15350
15351 PR python/19438, PR python/18393:
15352 * gdb.python/py-progspace.exp: Add "dir" test.
15353 * gdb.python/py-objfile.exp: Add "dir" test.
15354
15355 2016-05-23 Yao Qi <yao.qi@linaro.org>
15356
15357 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15358 * gdb.arch/thumb2-it.exp: Likewise.
15359
15360 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15361
15362 * gdb.mi/mi-threads-interrupt.c: New file.
15363 * gdb.mi/mi-threads-interrupt.exp: New file.
15364
15365 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15366
15367 PR gdb/18077
15368 * gdb.mi/mi-async-run.exp: New file.
15369 * gdb.mi/mi-async-run.c: New file.
15370
15371 2016-05-17 Tom Tromey <tom@tromey.com>
15372 Manish Goregaokar <manishsmail@gmail.com>
15373
15374 * lib/rust-support.exp: New file.
15375 * lib/gdb.exp (skip_rust_tests): New proc.
15376 (build_executable_from_specs): Handle rust.
15377 * lib/future.exp (gdb_find_rustc): New proc.
15378 (gdb_default_target_compile): Handle rust.
15379 * gdb.rust/expr.exp: New file.
15380 * gdb.rust/generics.exp: New file.
15381 * gdb.rust/generics.rs: New file.
15382 * gdb.rust/methods.exp: New file.
15383 * gdb.rust/methods.rs: New file.
15384 * gdb.rust/modules.exp: New file.
15385 * gdb.rust/modules.rs: New file.
15386 * gdb.rust/simple.exp: New file.
15387 * gdb.rust/simple.rs: New file.
15388
15389 2016-05-17 Tom Tromey <tom@tromey.com>
15390
15391 * gdb.base/default.exp (set language): Add rust.
15392
15393 2016-05-17 Tom Tromey <tom@tromey.com>
15394
15395 * gdb.gdb/unittest.exp: New file.
15396
15397 2016-05-16 Yao Qi <yao.qi@linaro.org>
15398
15399 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15400 shell_prompt. Update shell_prompt_re.
15401
15402 2016-05-12 Doug Evans <dje@google.com>
15403
15404 PR symtab/19999
15405 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15406 $options when building executable.
15407 * gdb.dwarf2/fission-loclists-pie.S: New file.
15408 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15409
15410 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15411
15412 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15413 of [is_remote target],
15414
15415 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15416
15417 * lib/gdb.exp (use_gdb_stub): New procedure.
15418
15419 2016-05-03 Yunlian Jiang <yunlian@google.com>
15420 Doug Evans <dje@google.com>
15421
15422 PR symtab/19914
15423 * gdb.dwarf2/dwp-sepdebug.c: New file.
15424 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15425
15426 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15427
15428 * gdb.base/detach.exp: Remove is_remote check.
15429
15430 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15431
15432 * gdb.base/annota-input-while-running.exp: Don't check for
15433 [is_remote target]. Enable annotations after running to main.
15434 Remove unused "set test..." line.
15435
15436 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15437
15438 * gdb.trace/trace-enable-disable.exp: New file.
15439 * gdb.trace/trace-enable-disable.c: New file.
15440
15441 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15442
15443 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15444 use it in info sharedlibrary test.
15445 * gdb.trace/ftrace-lock.exp: Likewise.
15446 * gdb.trace/ftrace.exp: Likewise.
15447 * gdb.trace/range-stepping.exp: Likewise.
15448 * gdb.trace/trace-break.exp: Likewise.
15449 * gdb.trace/trace-condition.exp: Likewise.
15450 * gdb.trace/trace-mt.exp: Likewise.
15451
15452 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15453
15454 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15455 (gdb_load_shlib): ... this.
15456 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15457 gdb_load_shlib.
15458 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15459 * gdb.base/ctxobj.exp: Likewise.
15460 * gdb.base/dprintf-pending.exp: Likewise.
15461 * gdb.base/dso2dso.exp: Likewise.
15462 * gdb.base/fixsection.exp: Likewise.
15463 * gdb.base/gcore-relro.exp: Likewise.
15464 * gdb.base/gdb1555.exp: Likewise.
15465 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15466 * gdb.base/gnu-ifunc.exp: Likewise.
15467 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15468 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15469 * gdb.base/pending.exp: Likewise.
15470 * gdb.base/print-file-var.exp: Likewise.
15471 * gdb.base/print-symbol-loading.exp: Likewise.
15472 * gdb.base/shlib-call.exp: Likewise.
15473 * gdb.base/shreloc.exp: Likewise.
15474 * gdb.base/so-impl-ld.exp: Likewise.
15475 * gdb.base/solib-disc.exp: Likewise.
15476 * gdb.base/solib-nodir.exp: Likewise.
15477 * gdb.base/solib-overlap.exp: Likewise.
15478 * gdb.base/solib-symbol.exp: Likewise.
15479 * gdb.base/solib-weak.exp (do_test): Likewise.
15480 * gdb.base/sym-file.exp: Likewise.
15481 * gdb.base/symtab-search-order.exp: Likewise.
15482 * gdb.base/type-opaque.exp: Likewise.
15483 * gdb.base/unload.exp: Likewise.
15484 * gdb.base/watchpoint-solib.exp: Likewise.
15485 * gdb.compile/compile.exp: Likewise.
15486 * gdb.cp/gdb2384.exp: Likewise.
15487 * gdb.cp/infcall-dlopen.exp: Likewise.
15488 * gdb.cp/re-set-overloaded.exp: Likewise.
15489 * gdb.fortran/library-module.exp: Likewise.
15490 * gdb.opt/solib-intra-step.exp: Likewise.
15491 * gdb.python/py-finish-breakpoint.exp: Likewise.
15492 * gdb.python/py-shared.exp: Likewise.
15493 * gdb.reverse/solib-precsave.exp: Likewise.
15494 * gdb.reverse/solib-reverse.exp: Likewise.
15495 * gdb.server/solib-list.exp: Likewise.
15496 * gdb.threads/dlopen-libpthread.exp: Likewise.
15497 * gdb.threads/tls-shared.exp: Likewise.
15498 * gdb.threads/tls-so_extern.exp: Likewise.
15499 * gdb.trace/change-loc.exp: Likewise.
15500 * gdb.trace/ftrace-lock.exp: Likewise.
15501 * gdb.trace/ftrace.exp: Likewise.
15502 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15503 * gdb.trace/pending.exp: Likewise.
15504 * gdb.trace/range-stepping.exp: Likewise.
15505 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15506 (strace_info_marker): Likewise.
15507 (strace_probe_marker): Likewise.
15508 (strace_trace_on_same_addr): Likewise.
15509 (strace_trace_on_diff_addr): Likewise.
15510 * gdb.trace/trace-break.exp: Likewise.
15511 * gdb.trace/trace-condition.exp: Likewise.
15512 * gdb.trace/trace-mt.exp: Likewise.
15513
15514 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15515
15516 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15517 result of gdb_remote_download.
15518 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15519 * gdb.base/dso2dso.exp: Likewise.
15520 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15521 * gdb.base/print-file-var.exp: Likewise.
15522 * gdb.base/shlib-call.exp: Likewise.
15523 * gdb.base/shreloc.exp: Likewise.
15524 * gdb.base/solib-overlap.exp: Likewise.
15525 * gdb.base/solib-weak.exp (do_test): Likewise.
15526 * gdb.base/unload.exp: Likewise.
15527
15528 2016-04-27 Yao Qi <yao.qi@linaro.org>
15529
15530 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15531 exists.
15532
15533 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15534
15535 * vla-type.exp: Print structure from toplevel.
15536
15537 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15538
15539 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15540 of dynamic types.
15541 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15542 of dynamic types.
15543
15544 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15545
15546 * gdb.fortran/vla-type.f90: New file.
15547 * gdb.fortran/vla-type.exp: New file.
15548
15549 2016-04-25 Yao Qi <yao.qi@linaro.org>
15550
15551 * gdb.base/branch-to-self.c: New file.
15552 * gdb.base/branch-to-self.exp: New file.
15553
15554 2016-04-22 Yao Qi <yao.qi@linaro.org>
15555
15556 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15557 more after $hex.
15558
15559 2016-04-22 Yao Qi <yao.qi@linaro.org>
15560
15561 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15562 * gdb.base/annota3.exp: Likewise.
15563
15564 2016-04-22 Yao Qi <yao.qi@linaro.org>
15565
15566 * gdb.reverse/step-precsave.exp: Do one step and test program
15567 stops in "callee" and do multiple steps until program goes out
15568 of "callee".
15569 * gdb.reverse/step-reverse.exp: Likewise.
15570
15571 2016-04-22 Yao Qi <yao.qi@linaro.org>
15572
15573 * gdb.trace/signal.exp: Also pass if
15574 $tracepoint_hits($i) > $iterations.
15575
15576 2016-04-22 Yao Qi <yao.qi@linaro.org>
15577
15578 * gdb.trace/signal.c: New file.
15579 * gdb.trace/signal.exp: New file.
15580
15581 2016-04-19 Doug Evans <xdje42@gmail.com>
15582
15583 * gdb.base/bad-file.exp: New file.
15584
15585 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15586
15587 * gdb.dwarf2/implref.exp: New file.
15588
15589 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15590
15591 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15592 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15593 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15594 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15595 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15596 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15597 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15598 * lib/fortran.exp (fortran_int4): New procedure.
15599 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15600 (fortran_logical4): Likewise.
15601
15602 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15603
15604 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15605
15606 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15607
15608 * lib/compiler.c: Add Intel specific preprocessor macros.
15609 * lib/compiler.cc: Likewise.
15610
15611 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
15612
15613 * gdb.server/connect-with-no-symbol-file.c: New file.
15614 * gdb.server/connect-with-no-symbol-file.exp: New file.
15615
15616 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15617
15618 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15619
15620 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15621
15622 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15623 standard output directory.
15624
15625 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15626
15627 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15628
15629 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15630
15631 * gdb.btrace/instruction_history.c (loop): Add declaration.
15632
15633 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15634
15635 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15636
15637 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15638
15639 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15640 parentheses to print.
15641 (continue_handler): Likewise.
15642
15643 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15644
15645 * gdb.server/solib-list.exp: Remove is_remote check.
15646 Pass shlib= to gdb_compile. Don't link shared library with
15647 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15648 Run binary filename through "readlink -f" on the target.
15649
15650 2016-04-08 Pedro Alves <palves@redhat.com>
15651
15652 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15653 interpreter filename as argument to gdbserver_spawn.
15654 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15655 Return empty if $last_loaded_file does not exist.
15656
15657 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15658
15659 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15660 * gdb.base/jit-main.c: Use exit after usage.
15661
15662 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15663
15664 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15665 GDBHISTSIZE prior to the tests.
15666 * gdb.base/gdbinit-history.exp: Likewise.
15667
15668 2016-04-07 Pedro Alves <palves@redhat.com>
15669
15670 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15671 instead of build_executable. Use gdb_load_shlibs.
15672
15673 2016-04-07 Yao Qi <yao.qi@linaro.org>
15674
15675 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15676 Execute "si" command.
15677
15678 2016-04-07 Yao Qi <yao.qi@linaro.org>
15679
15680 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15681 number instead of the comments on some line.
15682
15683 2016-04-06 Don Breazeal <donb@codesourcery.com>
15684
15685 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15686 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15687
15688 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15689
15690 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15691 standard_output_file. Remove unused binfile variable.
15692
15693 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
15694
15695 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15696 * gdb.python/py-mi-objfile.exp: Match "list main" output
15697 in console format.
15698
15699 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15700
15701 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15702 absolute.
15703
15704 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15705
15706 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15707 absolute.
15708 * gdb.trace/ftrace.exp: Likewise.
15709 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15710 targets as well.
15711 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15712 (gdb_load_shlibs): Copy libraries to test directory when testing
15713 natively. Only set solib-search-path if testing remotely.
15714 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15715
15716 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15717
15718 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15719 gdb_download. Use it even if the target is not remote.
15720 * gdb.base/jit.exp (compile_jit_test): Likewise.
15721 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15722 output directory if the destination board is local, otherwise use
15723 the standard remote_download from DejaGnu.
15724 (gdb_download): Remove.
15725 (gdb_load_shlibs): Use gdb_remote_download instead of
15726 gdb_download.
15727 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15728 Use gdb_remote_download instead of gdb_download. Use it even if
15729 the target is not remote.
15730 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15731 instead of gdb_download.
15732
15733 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15734
15735 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15736 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15737 run.
15738
15739 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
15740
15741 PR gdb/19820
15742 * gdb.base/printcmds.exp: Add artificial arrays tests.
15743
15744 2016-03-31 Pedro Alves <palves@redhat.com>
15745
15746 PR gdb/19858
15747 * gdb.base/jit-main.c: Include unistd.h.
15748 (ATTACH): Define to 0 if not already defined.
15749 (wait_for_gdb, mypid): New globals.
15750 (WAIT_FOR_GDB): New macro.
15751 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15752 some breakpoint locations.
15753 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15754 New procedures.
15755 (one_jit_test): Add REATTACH parameter, and handle it. Use
15756 continue_to_test_location.
15757 (top level): Test attach, and adjusts calls to one_jit_test.
15758
15759 2016-03-31 Pedro Alves <palves@redhat.com>
15760
15761 PR gdb/19858
15762 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15763 BINSUFFIX parameter, and handle it.
15764 (top level): Adjust calls compile_jit_test.
15765
15766 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
15767
15768 PR python/19743
15769 * gdb.python/py-mi-events-gdb.py: New file.
15770 * gdb.python/py-mi-events.c: New file.
15771 * gdb.python/py-mi-events.exp: New file.
15772
15773 2016-03-30 Yao Qi <yao.qi@linaro.org>
15774
15775 * gdb.reverse/until-precsave.exp: Match function name only.
15776 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15777 Move malloc to a condition block.
15778 * gdb.reverse/until-reverse.exp: Match function name only.
15779
15780 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15781
15782 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15783 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15784 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15785 variable for GPR 0 instead of assuming it is register 0.
15786 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15787 * lib/trace-support.exp: Add s390 registers.
15788
15789 2016-03-29 Yao Qi <yao.qi@linaro.org>
15790
15791 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15792
15793 2016-03-24 Yao Qi <yao.qi@linaro.org>
15794
15795 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15796 test message.
15797
15798 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15799
15800 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15801 maintaining separate logic for constructing the output path.
15802
15803 2016-03-16 Don Breazeal <donb@codesourcery.com>
15804
15805 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15806 Retry fork and waitpid on interrupted system call errors.
15807 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15808 Use with_timeout_factor to increase timeout by factor of 10.
15809
15810 2016-03-15 Don Breazeal <donb@codesourcery.com>
15811
15812 * gdb.cp/scope-err.cc: New test program.
15813 * gdb.cp/scope-err.exp: New test script.
15814 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15815 lines and "set breakpoint here" comment.
15816 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15817 Fixed some whitespace and format issues.
15818 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15819 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15820
15821 2016-03-15 Doug Evans <dje@google.com>
15822
15823 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15824 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15825 All callers updated. Add tests for enums, mixed flags register.
15826
15827 2016-03-15 Doug Evans <dje@google.com>
15828
15829 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15830 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15831
15832 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15833
15834 * gdb.base/default.exp: Add $_as_string to the list of expected
15835 convenience functions.
15836
15837 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15838
15839 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15840
15841 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15842
15843 * gdb.python/py-as-string.exp: New file.
15844 * gdb.python/py-as-string.c: New file.
15845
15846 2016-03-09 Pedro Alves <palves@redhat.com>
15847
15848 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15849 signal" -> "Thread NN received signal" output change.
15850 * gdb.threads/ia64-sigill.exp: Likewise.
15851 * gdb.threads/linux-dp.exp: Likewise.
15852 * gdb.threads/manythreads.exp: Likewise.
15853 * gdb.threads/pending-step.exp: Likewise.
15854 * gdb.threads/print-threads.exp: Likewise.
15855 * gdb.threads/sigstep-threads.exp: Likewise.
15856 * gdb.threads/staticthreads.exp: Likewise.
15857 * gdb.threads/tls.exp: Likewise.
15858
15859 2016-03-09 Pedro Alves <palves@redhat.com>
15860
15861 * gdb.base/command-line-input.exp: New file.
15862
15863 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15864
15865 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15866 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15867 * gdb.trace/pending.exp: Accept leading dot before function name.
15868 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15869 * lib/trace-support.exp: Set registers for ppc.
15870
15871 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15872
15873 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15874 use it for disassembly; accept .main in addition to main in backtrace.
15875
15876 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
15877 Marcin Kościelnicki <koriakin@0x04.net>
15878
15879 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15880 (gdb_recursion_test_ptr): New global variable.
15881 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15882 gdb_recursion_test.
15883 (gdb_c_test): Ditto.
15884
15885 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15886
15887 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15888 ordering.
15889
15890 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15891
15892 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15893 (bar): Add bar_start_lbl label.
15894 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15895 of foo/bar for emitting DWARF and tracing.
15896
15897 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15898
15899 * analyze-racy-logs.py: Set executable bit.
15900
15901 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15902
15903 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15904 (CHECK_TARGET_TMP): Likewise.
15905 (check-single-racy): New rule.
15906 (check-parallel-racy): Likewise.
15907 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15908 (do-check-parallel-racy): New rule.
15909 (check-racy/%.exp): Likewise.
15910 * README (Racy testcases): New section.
15911 * analyze-racy-logs.py: New file.
15912
15913 2016-03-03 Doug Evans <dje@google.com>
15914
15915 * gdb.base/skip.exp: Use with_test_prefix.
15916
15917 2016-03-03 Yao Qi <yao.qi@linaro.org>
15918
15919 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15920 Invoke step_over_syscall "clone" and break_cond_on_syscall
15921 "clone".
15922 * gdb.base/step-over-clone.c: New file.
15923
15924 2016-03-03 Yao Qi <yao.qi@linaro.org>
15925
15926 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15927 code format.
15928
15929 2016-03-03 Yao Qi <yao.qi@linaro.org>
15930
15931 * gdb.base/disp-step-fork.c: Rename to ...
15932 * gdb.base/step-over-fork.c: ... it. New file.
15933 * gdb.base/disp-step-vfork.c: Rename to ...
15934 * gdb.base/step-over-vfork.c: ... it. New file.
15935 * gdb.base/disp-step-syscall.exp: Rename to ...
15936 * gdb.base/step-over-syscall.exp: ... it. New file.
15937 (disp_step_cross_syscall): Rename to ...
15938 (step_over_syscall): ... it.
15939
15940 2016-03-03 Yao Qi <yao.qi@linaro.org>
15941
15942 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15943 If target supports condition evaluation on target, invoke
15944 break_cond_on_syscall for fork and vfork.
15945
15946 2016-03-03 Yao Qi <yao.qi@linaro.org>
15947
15948 * gdb.base/disp-step-syscall.exp: Don't invoke
15949 support_displaced_stepping.
15950 (disp_step_cross_syscall): Test with displaced stepping off and
15951 on if supported.
15952
15953 2016-03-03 Yao Qi <yao.qi@linaro.org>
15954
15955 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15956 proc.
15957 (setup): New proc.
15958 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15959 and setup.
15960
15961 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15962
15963 * gdb.fortran/vla-history.exp: Remove breakpoint.
15964
15965 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15966
15967 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15968 exceeds timeout.
15969
15970 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15971
15972 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15973 breakpoint.
15974
15975 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15976
15977 * gdb.mi/vla.f90: Nullify pointer after declaration.
15978
15979 2016-03-01 Pedro Alves <palves@redhat.com>
15980
15981 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15982
15983 2016-03-01 Pedro Alves <palves@redhat.com>
15984
15985 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15986 before anything else.
15987 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15988 _GNU_SOURCE here.
15989 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15990 before anything else.
15991 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15992
15993 2016-03-01 Pedro Alves <palves@redhat.com>
15994
15995 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15996
15997 2016-03-01 Yao Qi <yao.qi@linaro.org>
15998
15999 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
16000 prepare_for_testing.
16001
16002 2016-03-01 Yao Qi <yao.qi@linaro.org>
16003
16004 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
16005
16006 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16007
16008 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
16009 manually constructing the output path.
16010
16011 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16012
16013 * gdb.arch/s390-stackless.S: New.
16014 * gdb.arch/s390-stackless.exp: New.
16015
16016 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
16017
16018 * gdb.dlang/circular.c: New file.
16019 * gdb.dlang/circular.exp: New file.
16020
16021 2016-02-26 Yao Qi <yao.qi@linaro.org>
16022
16023 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
16024 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
16025 (testcases): Update.
16026
16027 2016-02-26 Yao Qi <yao.qi@linaro.org>
16028
16029 * gdb.reverse/aarch64.c: Rename to ...
16030 * gdb.reverse/insn-reverse.c: ... it.
16031 * gdb.reverse/aarch64.exp: Rename to ...
16032 * gdb.reverse/insn-reverse.exp: ... it.
16033
16034 2016-02-26 Yao Qi <yao.qi@linaro.org>
16035
16036 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
16037 (testcase_ftype): New.
16038 (testcases): New array.
16039 (n_testcases): New.
16040 (main): Call each element in testcases.
16041 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
16042 (read_testcase): New.
16043 Do the tests in a loop.
16044
16045 2016-02-25 Yao Qi <yao.qi@linaro.org>
16046
16047 * gdb.base/branches.c: Remove.
16048
16049 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16050
16051 PR gdb/13808
16052 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
16053
16054 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16055
16056 * gdb.trace/ftrace.exp: Remove unnecessary target check.
16057
16058 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16059
16060 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
16061 change x86_64 call_insn to 'callq'.
16062
16063 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16064
16065 * gdb.trace/tfile-avx.c: Move to...
16066 * gdb.trace/tracefile-pseudo-reg.c: Here.
16067 * gdb.trace/tfile-avx.exp: Move to...
16068 * gdb.trace/tracefile-pseudo-reg.exp: Here.
16069
16070 2016-02-24 Gary Benson <gbenson@redhat.com>
16071
16072 * gdb.base/attach-pie-noexec.exp: Do not expect an error
16073 message on attach.
16074
16075 2016-02-23 Doug Evans <dje@google.com>
16076
16077 * gdb.base/skip.c (test_skip): New function.
16078 (end_test_skip_file_and_function): New function.
16079 (test_skip_file_and_function): New function.
16080 * gdb.base/skip1.c (test_skip): New function.
16081 (skip1_test_skip_file_and_function): New function.
16082 * gdb.base/skip.exp: Add tests for new skip options.
16083 * gdb.base/skip-solib.exp: Update expected output.
16084 * gdb.perf/skip-command.cc: New file.
16085 * gdb.perf/skip-command.exp: New file.
16086 * gdb.perf/skip-command.py: New file.
16087
16088 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
16089
16090 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
16091 info registers pattern.
16092
16093 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
16094
16095 * lib/future.exp: Add D support.
16096 (gdb_find_gdc): New proc.
16097 (gdb_default_target_compile): Add D support.
16098
16099 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
16100
16101 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
16102 user+system time.
16103 (trace_speed_test): Determine the iteration count for a time
16104 between 15..30 seconds.
16105
16106 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
16107
16108 * gdb.arch/i386-mpx-sigsegv.c: New file.
16109 * gdb.arch/i386-mpx-sigsegv.exp: New file.
16110 * gdb.arch/i386-mpx-simple_segv.c: New file.
16111 * gdb.arch/i386-mpx-simple_segv.exp: New file.
16112
16113 2016-02-18 Yao Qi <yao.qi@linaro.org>
16114
16115 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16116 Don't call setup_kfail.
16117
16118 2016-02-18 Yao Qi <yao.qi@linaro.org>
16119
16120 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16121 Set "set breakpoint condition-evaluation" per $cond_bp_target.
16122
16123 2016-02-16 Doug Evans <dje@google.com>
16124
16125 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
16126 * gdb.base/skip1.c: Ditto.
16127 * gdb.base/skip.exp: Whitespace cleanup.
16128
16129 2016-02-16 Don Breazeal <donb@codesourcery.com>
16130
16131 PR remote/19496
16132 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16133 Remove kfail for PR remote/19496.
16134
16135 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16136
16137 * lib/gdb.exp (standard_temp_file): Return a path specific to
16138 the runtest invocation.
16139
16140 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16141
16142 * gdb.trace/save-trace.exp: Change relative path to be in the
16143 standard output directory.
16144
16145 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16146
16147 * gdb.arch/i386-prologue.c: Add missing prototypes.
16148
16149 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16150
16151 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
16152 * gdb.arch/i386-prologue.exp: Likewise.
16153 * gdb.arch/i386-size.exp: Likewise.
16154
16155 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
16156
16157 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
16158 define object file path.
16159 * gdb.btrace/gcore.exp: Use standard_output_file to define core
16160 file path.
16161 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
16162 standard_output_file to define binfile.
16163
16164 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16165
16166 Fix compatibility with recent gfortran-5.3.1.
16167 * gdb.fortran/vla-history.exp (print vla1 allocated)
16168 (print vla2 allocated, print $2, print $3): Remove
16169 (print $4): Rename to ...
16170 (print $2): ... here.
16171 (print $9): Rename to ...
16172 (print $5): ... here.
16173 (print $10): Rename to ...
16174 (print $6): ... here.
16175 * gdb.fortran/vla.f90: Add pvla initialization.
16176
16177 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16178
16179 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
16180 New test.
16181 * gdb.fortran/vla-value-sub.exp: Likewise.
16182
16183 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
16184
16185 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
16186
16187 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
16188
16189 * i386-biarch-core.exp: Define corefile using
16190 standard_output_file.
16191
16192 2016-02-12 Yao Qi <yao.qi@linaro.org>
16193
16194 * gdb.arch/arm-single-step-kernel-helper.c: New.
16195 * gdb.arch/arm-single-step-kernel-helper.exp: New.
16196
16197 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
16198
16199 * gdb.btrace/tailcall-only.exp: New.
16200 * gdb.btrace/tailcall-only.c: New.
16201 * gdb.btrace/x86_64-tailcall-only.S: New.
16202 * gdb.btrace/i686-tailcall-only.S: New.
16203
16204 2016-02-11 Pedro Alves <palves@redhat.com>
16205
16206 * README (Parallel testing): Add missing double quotes.
16207
16208 2016-02-11 Pedro Alves <palves@redhat.com>
16209
16210 * README (Parallel testing): New section.
16211 (GDB_PARALLEL): Rewrite.
16212 (FORCE_PARALLEL): Document.
16213
16214 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
16215
16216 * gdb.trace/tfile-avx.c: New test.
16217 * gdb.trace/tfile-avx.exp: New test.
16218
16219 2016-02-09 Keith Seitz <keiths@redhat.com>
16220
16221 PR breakpoints/19546
16222 * gdb.base/infcall-exec.c: New file.
16223 * gdb.base/infcall-exec2.c: New file.
16224 * gdb.base/infcall-exec.exp: New file.
16225
16226 2016-02-09 Keith Seitz <keiths@redhat.com>
16227
16228 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
16229 (toplevel): Call test_bkpt_address.
16230
16231 2016-02-09 Keith Seitz <keiths@redhat.com>
16232
16233 PR python/19506
16234 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
16235 (toplevel): Call test_bkpt_address.
16236
16237 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
16238
16239 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
16240 to AC_OUTPUT.
16241 * configure: Regenerate.
16242
16243 2016-02-09 Pedro Alves <palves@redhat.com>
16244
16245 PR breakpoints/19548
16246 * gdb.base/execl-update-breakpoints.c (some_function): New
16247 function.
16248 (main): Call it.
16249 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
16250 Tighten expected GDB output.
16251
16252 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16253
16254 * Makefile.in (ALL_SUBDIRS): Remove.
16255 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
16256 (distclean maintainer-clean realclean): Likewise.
16257 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
16258 * configure: Regenerate.
16259 * gdb.ada/Makefile.in: Delete.
16260 * gdb.arch/Makefile.in: Likewise.
16261 * gdb.asm/Makefile.in: Likewise.
16262 * gdb.base/Makefile.in: Likewise.
16263 * gdb.btrace/Makefile.in: Likewise.
16264 * gdb.cell/Makefile.in: Likewise.
16265 * gdb.compile/Makefile.in: Likewise.
16266 * gdb.cp/Makefile.in: Likewise.
16267 * gdb.disasm/Makefile.in: Likewise.
16268 * gdb.dlang/Makefile.in: Likewise.
16269 * gdb.dwarf2/Makefile.in: Likewise.
16270 * gdb.fortran/Makefile.in: Likewise.
16271 * gdb.gdb/Makefile.in: Likewise.
16272 * gdb.go/Makefile.in: Likewise.
16273 * gdb.guile/Makefile.in: Likewise.
16274 * gdb.java/Makefile.in: Likewise.
16275 * gdb.linespec/Makefile.in: Likewise.
16276 * gdb.mi/Makefile.in: Likewise.
16277 * gdb.modula2/Makefile.in: Likewise.
16278 * gdb.multi/Makefile.in: Likewise.
16279 * gdb.objc/Makefile.in: Likewise.
16280 * gdb.opencl/Makefile.in: Likewise.
16281 * gdb.opt/Makefile.in: Likewise.
16282 * gdb.pascal/Makefile.in: Likewise.
16283 * gdb.perf/Makefile.in: Likewise.
16284 * gdb.python/Makefile.in: Likewise.
16285 * gdb.reverse/Makefile.in: Likewise.
16286 * gdb.server/Makefile.in: Likewise.
16287 * gdb.stabs/Makefile.in: Likewise.
16288 * gdb.threads/Makefile.in: Likewise.
16289 * gdb.trace/Makefile.in: Likewise.
16290 * gdb.xml/Makefile.in: Likewise.
16291 * lib/gdb.exp (make_gdb_parallel_path): Add check for
16292 GDB_PARALLEL.
16293 (standard_output_file): Remove check for GDB_PARALLEL, always
16294 return path in outputs/$subdir/$testname.
16295
16296 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16297
16298 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
16299 (site.exp): Assign abs_srcdir to tcl's srcdir.
16300
16301 2016-02-04 Yao Qi <yao.qi@linaro.org>
16302
16303 * gdb.base/foll-exec-mode.c: Include limits.h.
16304 (main): Add parameters argc and argv. Get directory from
16305 argv[0].
16306 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
16307 compilation.
16308 * gdb.base/foll-exec.c: Include limits.h.
16309 (main): Add parameters argc and argv.
16310 Get directory from argv[0].
16311 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
16312 Adjust tests on the number of lines as source code changed.
16313 * gdb.base/foll-vfork-exit.c: Include limits.h.
16314 (main): Add one line of statement before vfork.
16315 * gdb.base/foll-vfork.c: Include limits.h and string.h.
16316 (main): Add parameters argc and argv. Get directory from
16317 argv[0].
16318 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
16319 (setup_gdb): Set tbreak to skip some source lines.
16320 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
16321 (main): Add parameters argc and argv. Get directory from
16322 argv[0].
16323 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16324 compilation.
16325 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16326 (main): Add parameters argc and argv. Get directory from
16327 argv[0].
16328 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16329 compilation.
16330
16331 2016-02-01 Doug Evans <dje@google.com>
16332
16333 * gdb.base/skip.exp: Clean up multiple references to same test name.
16334
16335 2016-02-01 Pedro Alves <palves@redhat.com>
16336
16337 PR remote/19496
16338 * gdb.threads/forking-threads-plus-breakpoint.exp
16339 (displaced_stepping_supported): New global.
16340 (probe_displaced_stepping_support): New procedure.
16341 (do_test): Add 'displaced' parameter, and use it.
16342 (top level): Check for displaced stepping support. Add displaced
16343 stepping on/off testing axis.
16344
16345 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16346
16347 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16348 pointer. Don't perform further tests on the unassociated pointer
16349 if the first test fails.
16350
16351 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16352
16353 * gdb.base/max-value-size.c: New file.
16354 * gdb.base/max-value-size.exp: New file.
16355 * gdb.base/huge.exp: Disable max-value-size for this test.
16356
16357 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16358
16359 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16360
16361 2016-01-28 Yao Qi <yao.qi@linaro.org>
16362
16363 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16364
16365 2016-01-25 Pedro Alves <palves@redhat.com>
16366
16367 PR threads/19461
16368 * gdb.base/fork-running-state.c: New file.
16369 * gdb.base/fork-running-state.exp: New file.
16370
16371 2016-01-25 Pedro Alves <palves@redhat.com>
16372
16373 PR gdb/19494
16374 * gdb.base/catch-fork-kill.c: New file.
16375 * gdb.base/catch-fork-kill.exp: New file.
16376
16377 2016-01-25 Pedro Alves <palves@redhat.com>
16378
16379 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16380 Delete, moved to lib/gdb.exp.
16381 * gdb.threads/forking-threads-plus-breakpoint.exp
16382 (foreach_with_prefix): Likewise.
16383 * gdb.threads/process-dies-while-handling-bp.exp
16384 (foreach_with_prefix): Likewise.
16385 * lib/gdb.exp (foreach_with_prefix): New procedure.
16386
16387 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16388
16389 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16390 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16391
16392 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16393
16394 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16395 endian targets.
16396
16397 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16398 Pedro Alves <palves@redhat.com>
16399
16400 Fix testsuite compatibility with Guile.
16401 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16402 number.
16403
16404 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16405
16406 Fix testsuite compatibility with Guile.
16407 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16408 (thread 1): New test for backtrace through signal handler.
16409
16410 2016-01-22 Yao Qi <yao.qi@linaro.org>
16411
16412 PR testsuite/19491
16413 * gdb.base/multi-forks.c: Include
16414 ../lib/unbuffer_output.c
16415 (main): Call gdb_unbuffer_output.
16416
16417 2016-01-21 Doug Evans <dje@google.com>
16418
16419 * lib/ada.exp (gdb_compile_ada): Fix typo.
16420
16421 2016-01-21 Joel Brobecker <brobecker@adacore.com>
16422
16423 * gdb.base/break-fun-addr.exp: New file.
16424 * gdb.base/break-fun-addr1.c: New file.
16425 * gdb.base/break-fun-addr2.c: New file.
16426
16427 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16428
16429 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16430 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16431 enum flag values.
16432
16433 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16434
16435 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16436 when GDB can not set the vector return value. Add more comments
16437 for clarification.
16438
16439 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16440
16441 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16442 command.
16443
16444 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16445
16446 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16447
16448 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16449
16450 * Makefile.in (check-single): Pass --status to runtest.
16451 (check/%.exp): Likewise.
16452
16453 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16454
16455 * Makefile.in (check-parallel): Propagate return code from make
16456 do-check-parallel.
16457
16458 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16459
16460 * gdb.trace/ftrace.exp: Fix expected message on continue.
16461 * gdb.trace/pending.exp: Fix expected message on continue.
16462 * gdb.trace/trace-break.exp: Fix expected message on continue.
16463
16464 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16465
16466 * lib/gdb.exp (gdb_test): Remove unused global references.
16467
16468 2016-01-18 Pedro Alves <palves@redhat.com>
16469
16470 * gdb.base/async-shell.exp: Adjust expected output.
16471 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16472 * gdb.base/siginfo-thread.exp: Adjust expected output.
16473 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16474 * gdb.java/jnpe.exp: Adjust expected output.
16475 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16476 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16477 * gdb.threads/leader-exit.exp: Adjust expected output.
16478 * gdb.threads/manythreads.exp: Adjust expected output.
16479 * gdb.threads/pthreads.exp: Adjust expected output.
16480 * gdb.threads/schedlock.exp: Adjust expected output.
16481 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16482 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16483 expected output.
16484 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16485 output.
16486 * gdb.threads/sigthread.exp: Adjust expected output.
16487 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16488
16489 2016-01-18 Yao Qi <yao.qi@linaro.org>
16490
16491 * gdb.guile/scm-section-script.c: Replace @progbits with
16492 %progbits.
16493 * gdb.python/py-section-script.c: Likewise.
16494
16495 2016-01-15 Pedro Alves <palves@redhat.com>
16496
16497 * gdb.multi/tids.exp: Test star wildcard ranges.
16498
16499 2016-01-15 Pedro Alves <palves@redhat.com>
16500
16501 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16502 command from "thread apply" invocation.
16503 (thr_apply_info_thr_invalid): Default the expected output to the
16504 input tid list.
16505 (top level): Add tests that use convenience variables. Add tests
16506 for "thread apply" with a valid TID list, but missing the command.
16507
16508 2016-01-13 Pedro Alves <palves@redhat.com>
16509
16510 * gdb.base/default.exp: Expect $_gthread as well.
16511 * gdb.multi/tids.exp: Test $_gthread.
16512 * gdb.threads/thread-specific.exp: Test $_gthread.
16513
16514 2016-01-13 Pedro Alves <palves@redhat.com>
16515
16516 * gdb.multi/tids.exp: Test "info threads -gid".
16517
16518 2016-01-13 Pedro Alves <palves@redhat.com>
16519
16520 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16521 Breakpoint.thread.
16522 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16523
16524 2016-01-07 Pedro Alves <palves@redhat.com>
16525
16526 * gdb.base/break.exp: Adjust to output changes.
16527 * gdb.base/hbreak2.exp: Likewise.
16528 * gdb.base/sepdebug.exp: Likewise.
16529 * gdb.base/watch_thread_num.exp: Likewise.
16530 * gdb.linespec/keywords.exp: Likewise.
16531 * gdb.multi/info-threads.exp: Likewise.
16532 * gdb.threads/thread-find.exp: Likewise.
16533 * gdb.multi/tids.c: New file.
16534 * gdb.multi/tids.exp: New file.
16535
16536 2016-01-13 Pedro Alves <palves@redhat.com>
16537
16538 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16539
16540 2016-01-13 Pedro Alves <palves@redhat.com>
16541
16542 * gdb.base/default.exp: Expect $_inferior as well.
16543 * gdb.multi/base.exp: Test $_inferior.
16544
16545 2016-01-13 Pedro Alves <palves@redhat.com>
16546
16547 PR breakpoints/19388
16548 * gdb.base/catch-signal-siginfo-cond.c: New file.
16549 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16550
16551 2016-01-12 Josh Stone <jistone@redhat.com>
16552 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16553
16554 * gdb.base/catch-syscall.c (do_execve): New variable.
16555 (main): Conditionally trigger an execve.
16556 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16557 (test_catch_syscall_execve): New, check entry/return across execve.
16558 (do_syscall_tests): Call test_catch_syscall_execve.
16559
16560 2016-01-12 Pedro Alves <palves@redhat.com>
16561
16562 * gdb.base/random-signal.exp (do_test): New procedure, with body
16563 of testcase moved in.
16564
16565 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16566 Pedro Alves <palves@redhat.com>
16567
16568 * gdb.base/funcargs.exp (finish from indirectly called function):
16569 Reintroduce the case for 'First'.
16570
16571 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16572 Pedro Alves <palves@redhat.com>
16573
16574 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16575 (tcatch_vfork_then_child_follow_exec)
16576 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16577 identification.
16578
16579 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16580
16581 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16582 and repeats to unlimited.
16583 * gdb.python/py-value.exp: Likewise.
16584 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16585 and repeats to unlimited.
16586
16587 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16588
16589 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16590 and reordering the functions.
16591 * gdb.multi/hangout.c: Likewise.
16592 * gdb.multi/hello.c: Likewise.
16593
16594 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16595
16596 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16597 absolute.
16598 (SingleStatisticTestResult.report): Use dict.keys instead of
16599 dict.iterkeys.
16600
16601 2016-01-06 Pedro Alves <palves@redhat.com>
16602
16603 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16604
16605 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16606
16607 * gdb.btrace/dlopen.exp: New.
16608 * gdb.btrace/dlopen.c: New.
16609 * gdb.btrace/dlopen-dso.c: New.
16610
16611 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16612
16613 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16614 PATTERN argument is optional.
16615
16616 2015-12-24 Joel Brobecker <brobecker@adacore.com>
16617
16618 * lib/ada.exp (target_compile_ada_from_dir): New function.
16619 (gdb_compile_ada): Reimplement avoiding the use of project files.
16620 * gdb.ada/gnat_ada.gpr: Delete.
16621 * gdb.ada/cond_lang.exp: Adjust test to make path before
16622 filename optional.
16623 * gdb.ada/small_reg_param.exp: Likewise.
16624
16625 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16626
16627 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16628
16629 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16630
16631 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16632 case.
16633
16634 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16635
16636 * gdb.base/break.exp: Remove dead code.
16637 * gdb.base/sepdebug.exp: Likewise.
16638
16639 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16640
16641 * gdb.asm/asm-source.exp: Remove HP-UX references.
16642 * gdb.base/annota1.exp: Likewise.
16643 * gdb.base/annota3.exp: Likewise.
16644 * gdb.base/attach.exp: Likewise.
16645 * gdb.base/bigcore.exp: Likewise.
16646 * gdb.base/break.exp: Likewise.
16647 * gdb.base/call-ar-st.exp: Likewise.
16648 * gdb.base/callfuncs.exp: Likewise.
16649 * gdb.base/catch-fork-static.exp: Likewise.
16650 * gdb.base/display.exp: Likewise.
16651 * gdb.base/foll-exec-mode.exp: Likewise.
16652 * gdb.base/foll-exec.exp: Likewise.
16653 * gdb.base/foll-fork.exp: Likewise.
16654 * gdb.base/foll-vfork.exp: Likewise.
16655 * gdb.base/funcargs.exp: Likewise.
16656 * gdb.base/hbreak2.exp: Likewise.
16657 * gdb.base/inferior-died.exp: Likewise.
16658 * gdb.base/interrupt.exp: Likewise.
16659 * gdb.base/multi-forks.exp: Likewise.
16660 * gdb.base/nodebug.exp: Likewise.
16661 * gdb.base/sepdebug.exp: Likewise.
16662 * gdb.base/solib1.c: Likewise.
16663 * gdb.base/step-test.exp: Likewise.
16664 * gdb.mi/non-stop.c: Likewise.
16665 * gdb.mi/pthreads.c: Likewise.
16666 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16667 * gdb.threads/pthreads.c: Likewise.
16668 * gdb.threads/staticthreads.exp: Likewise.
16669 * lib/future.exp: Likewise.
16670 * lib/gdb.exp: Likewise.
16671 * gdb.base/so-indr-cl.c: Remove.
16672 * gdb.base/so-indr-cl.exp: Likewise.
16673 * gdb.base/solib.c: Likewise.
16674 * gdb.base/solib.exp: Likewise.
16675 * gdb.base/solib2.c: Likewise.
16676
16677 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16678
16679 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16680 * gdb.base/call-ar-st.exp: Likewise.
16681 * gdb.base/callfuncs.exp: Likewise.
16682 * gdb.base/condbreak.exp: Likewise.
16683 * gdb.base/constvars.exp: Likewise.
16684 * gdb.base/hbreak2.exp: Likewise.
16685 * gdb.base/langs.exp: Likewise.
16686 * gdb.base/list.exp: Likewise.
16687 * gdb.base/long_long.exp: Likewise.
16688 * gdb.base/ptype.exp: Likewise.
16689 * gdb.base/scope.exp: Likewise.
16690 * gdb.base/signals.exp: Likewise.
16691 * gdb.base/so-impl-ld.exp: Likewise.
16692 * gdb.base/varargs.exp: Likewise.
16693 * gdb.base/volatile.exp: Likewise.
16694 * gdb.base/whatis.exp: Likewise.
16695 * gdb.cp/cplusfuncs.exp: Likewise.
16696 * gdb.cp/inherit.exp: Likewise.
16697 * gdb.cp/local.exp: Likewise.
16698 * gdb.cp/member-ptr.exp: Likewise.
16699 * gdb.cp/method.exp: Likewise.
16700 * gdb.cp/overload.exp: Likewise.
16701 * gdb.cp/templates.exp: Likewise.
16702 * gdb.stabs/weird.exp: Likewise.
16703 * lib/compiler.c: Likewise.
16704 * lib/compiler.cc: Likewise.
16705 * lib/cp-support.exp: Likewise.
16706 * lib/gdb.exp: Likewise.
16707
16708 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16709
16710 * configure.ac: Remove HP-UX case.
16711 * configure: Regenerate.
16712
16713 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16714
16715 * lib/gdb.exp (gdb_compile): Add function doc.
16716
16717 2015-12-17 Pedro Alves <palves@redhat.com>
16718
16719 PR threads/19354
16720 * gdb.multi/info-threads.exp: New file.
16721
16722 2015-12-15 Yao Qi <yao.qi@linaro.org>
16723
16724 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16725 is aarch64*-*-*.
16726
16727 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16728
16729 * gdb.base/history-duplicates.exp: Skip if no readline support.
16730
16731 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16732
16733 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16734
16735 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16736
16737 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16738
16739 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16740
16741 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16742 ctrl-C if nointerrupts target property is set.
16743 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16744 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16745 * gdb.base/paginate-bg-execution.exp: Likewise.
16746 * gdb.base/paginate-execution-startup.exp: Likewise.
16747 * gdb.base/random-signal.exp: Likewise.
16748 * gdb.base/range-stepping.exp: Likewise.
16749 * gdb.cp/annota2.exp: Likewise.
16750 * gdb.cp/annota3.exp: Likewise.
16751 * gdb.gdb/selftest.exp: Likewise.
16752 * gdb.threads/continue-pending-status.exp: Likewise.
16753 * gdb.threads/leader-exit.exp: Likewise.
16754 * gdb.threads/manythreads.exp: Likewise.
16755 * gdb.threads/pthreads.exp: Likewise.
16756 * gdb.threads/schedlock.exp: Likewise.
16757 * gdb.threads/sigthread.exp: Likewise.
16758
16759 2015-12-11 Don Breazeal <donb@codesourcery.com>
16760
16761 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16762 remote.
16763 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16764 * gdb.base/foll-exec.exp (main): Enable for target remote.
16765 * gdb.base/foll-fork.exp (main): Likewise.
16766 * gdb.base/foll-vfork.exp (main): Likewise.
16767 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16768 (proc continue_to_exit_bp_loc): Use clean_restart.
16769 * gdb.base/pie-execl.exp (main): Disable for target remote.
16770 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16771 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16772 * gdb.threads/execl.exp (main): Likewise.
16773 * gdb.threads/fork-child-threads.exp (main): Likewise.
16774 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16775 remote.
16776 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16777 remote.
16778 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16779 pid.tid style ptids, instead of just tid.
16780 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16781 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16782 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16783 ptids, instead of just tid.
16784
16785 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16786
16787 * gdb.base/list.exp (test_list_forward): Add end of file error
16788 test.
16789 (test_repeat_list_command): Add end of file error test.
16790 (test_list_backwards): Add beginning of file error test.
16791
16792 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16793
16794 * gdb.base/list.exp (test_list_invalid_args): New function,
16795 defined, and called.
16796
16797 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16798
16799 * gdb.base/list.exp (test_list): Make test names unique.
16800
16801 2015-12-11 Yao Qi <yao.qi@linaro.org>
16802
16803 * gdb.base/coremaker2.c: Remove.
16804
16805 2015-12-10 Pedro Alves <palves@redhat.com>
16806
16807 * gdb.multi/base.exp: Remove stale "spaces" references.
16808
16809 2015-12-10 Pedro Alves <palves@redhat.com>
16810
16811 * gdb.multi/base.exp: Don't use nowarnings.
16812 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16813 * gdb.multi/hangout.c: Include stdio.h.
16814 * gdb.multi/hello.c: Include stdlib.h.
16815 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16816 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16817 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16818
16819 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16820
16821 * gdb.dwarf2/dw2-ranges-base.c: New file.
16822 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16823 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16824 support additional line table, and debug ranges generation.
16825 (Dwarf::ranges): New function, generate .debug_ranges.
16826 (Dwarf::lines): Support generating simple line table programs.
16827 (Dwarf::assemble): Initialise new namespace variables.
16828
16829 2015-12-09 Kevin Buettner <kevinb@redhat.com>
16830
16831 * gdb.base/async.exp (proc test_background): Add case for
16832 asynchronous execution not supported.
16833
16834 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
16835
16836 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16837 format and change test names to make them unique.
16838
16839 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16840 Pedro Alves <pedro@redhat.com>
16841
16842 PR gdb/18702
16843 Add checking of floatformats setup on x86_64 hosts.
16844 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16845 (smallval, bigval): New labels/constants.
16846 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16847 float" after loading bigval and smallval.
16848
16849 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16850
16851 * gdb.ada/fun_overload_menu.exp: New testcase.
16852 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16853
16854 2015-12-04 Josh Stone <jistone@redhat.com>
16855
16856 * gdb.base/catch-fork-static.exp: New.
16857
16858 2015-12-03 Yao Qi <yao.qi@linaro.org>
16859
16860 * gdb.base/sizeof.c: Don't include stdio.h and
16861 ../lib/unbuffer_output.c.
16862 (main): New variable 'size' and 'value'. Remove printf and
16863 gdb_unbuffer_output. Assign return value to size and value.
16864 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16865 at the beginning.
16866 (check_sizeof): Check the result by printing variable 'size'.
16867 (check_valueof): Check the result by printing variable 'value'.
16868
16869 2015-12-01 Yao Qi <yao.qi@linaro.org>
16870
16871 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16872 for aarch64*-*-linux* target.
16873
16874 2015-11-30 Pedro Alves <palves@redhat.com>
16875
16876 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16877
16878 2015-11-30 Pedro Alves <palves@redhat.com>
16879
16880 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16881 Handle non-stop mode vCont replies.
16882
16883 2015-11-30 Pedro Alves <palves@redhat.com>
16884
16885 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16886 prepare_for_testing. Start gdb with "set non-stop on" appended to
16887 GDBFLAGS. Lax expected stop output.
16888
16889 2015-11-27 Yao Qi <yao.qi@linaro.org>
16890
16891 * gdb.arch/arm-neon.exp: New.
16892 * gdb.arch/arm-neon.c: New.
16893
16894 2015-11-27 Yao Qi <yao.qi@linaro.org>
16895
16896 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16897
16898 2015-11-27 Yao Qi <yao.qi@linaro.org>
16899
16900 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16901 frames-invalid annotation.
16902
16903 2015-11-27 Yao Qi <yao.qi@linaro.org>
16904
16905 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16906
16907 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16908
16909 * gdb.threads/names.exp: New file.
16910 * gdb.threads/names.c: New file.
16911 * README: Mention gdb,no_thread_names.
16912
16913 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16914
16915 PR 19297
16916 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16917 support" error.
16918
16919 2015-11-24 Pedro Alves <palves@redhat.com>
16920
16921 PR 17539
16922 * gdb.base/display.exp: Expect displays to be sorted in ascending
16923 order. Use multi_line.
16924 * gdb.base/solib-display.exp: Likewise.
16925
16926 2015-11-24 Pedro Alves <palves@redhat.com>
16927
16928 PR 17539
16929 * gdb.base/display.exp: Expect displays to be sorted in ascending
16930 order. Use multi_line.
16931 * gdb.base/solib-display.exp: Likewise.
16932
16933 2015-11-24 Pedro Alves <palves@redhat.com>
16934
16935 PR 17539
16936 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16937 threads in ascending order.
16938 * gdb.base/foll-fork.exp: Likewise.
16939 * gdb.base/foll-vfork.exp: Likewise.
16940 * gdb.base/multi-forks.exp: Likewise.
16941 * gdb.mi/mi-nonstop.exp: Likewise.
16942 * gdb.mi/mi-nsintrall.exp: Likewise.
16943 * gdb.multi/base.exp: Likewise.
16944 * gdb.multi/multi-arch.exp: Likewise.
16945 * gdb.python/py-inferior.exp: Likewise.
16946 * gdb.threads/break-while-running.exp: Likewise.
16947 * gdb.threads/execl.exp: Likewise.
16948 * gdb.threads/gcore-thread.exp: Likewise.
16949 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16950 * gdb.threads/kill.exp: Likewise.
16951 * gdb.threads/linux-dp.exp: Likewise.
16952 * gdb.threads/multiple-step-overs.exp: Likewise.
16953 * gdb.threads/next-bp-other-thread.exp: Likewise.
16954 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16955 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16956 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16957 * gdb.threads/thread-find.exp: Likewise.
16958 * gdb.threads/tls.exp: Likewise.
16959 * lib/mi-support.exp (mi_reverse_list): Delete.
16960 (mi_check_thread_states): No longer reverse list.
16961
16962 2015-11-24 Pedro Alves <palves@redhat.com>
16963
16964 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16965 use lowercase.
16966
16967 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16968
16969 * gdb.trace/actions.c: Include trace-common.h.
16970 (main): Add a location for a fast tracepoint.
16971 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16972 the normal tracepoints.
16973 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16974
16975 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16976
16977 * save-trace.exp: Factor out code to these...
16978 (gdb_save_tracepoints): New.
16979 (gdb_load_tracepoints): New.
16980 (do_save_load_test): New.
16981
16982 2015-11-23 Kevin Buettner <kevinb@redhat.com>
16983
16984 * gdb.base/asmlabel.exp: New test.
16985 * gdb.base/asmlabel.c: New test case.
16986
16987 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16988
16989 * gdb.base/wrong_frame_bt_full-main.c: New file.
16990 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16991 * gdb.base/wrong_frame_bt_full.exp: New file.
16992
16993 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16994
16995 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16996
16997 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16998
16999 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
17000 pstate register when comparing registers values in
17001 sparc64-*-linux-gnu targets to avoid spurious differences.
17002
17003 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17004
17005 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
17006
17007 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
17008
17009 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
17010 as type argument to gdb_compile.
17011 * gdb.base/nested-subp2.exp: Likewise.
17012 * gdb.base/nested-subp3.exp: Likewise.
17013
17014 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
17015
17016 * lib/dwarf.exp (_note): Fix left shift of negative value.
17017 * gdb.trace/trace-condition.exp: Likewise.
17018
17019 2015-11-13 Yao Qi <yao.qi@linaro.org>
17020
17021 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
17022 comments about d10v.
17023 (test_scalar_returns): Likewise.
17024 * gdb.base/d10v.ld: Remove.
17025 * gdb.base/overlays.exp: Remove the target triplet checking for
17026 d10v-*-*.
17027 * gdb.base/structs.exp (test_struct_returns): Remove the
17028 comments about d10v.
17029 (test_struct_calls): Likewise.
17030
17031 2015-11-13 Yao Qi <yao.qi@linaro.org>
17032
17033 * gdb.base/gnu_vector.exp: Check the return value by "p res".
17034 * gdb.base/gnu_vector.c: Don't include stdio.h.
17035 (main): Don't print res and call add_some_intvecs.
17036
17037 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
17038
17039 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
17040 macro.
17041 (func5): Removed.
17042 (func4): Use FAST_TRACEPOINT_LABEL.
17043 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
17044 macro.
17045 (func): Removed.
17046 (thread_function): Use FAST_TRACEPOINT_LABEL.
17047 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
17048 (func): Remove.
17049 (marker): Use FAST_TRACEPOINT_LABEL.
17050 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
17051 (pendfunc1): Remove.
17052 (pendfunc): Use FAST_TRACEPOINT_LABEL.
17053 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
17054 (foo): Remove.
17055 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
17056 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
17057 macro.
17058 (func): Remove.
17059 (marker): Use FAST_TRACEPOINT_LABEL.
17060 * gdb.trace/trace-common.h: New header.
17061 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
17062 macro.
17063 (func): Remove.
17064 (marker): Use FAST_TRACEPOINT_LABEL.
17065 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
17066 (func): Remove.
17067 (thread_function): Use FAST_TRACEPOINT_LABEL.
17068
17069 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
17070
17071 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
17072 in front.
17073 * gdb.trace/change-loc.exp: Use global pcreg definition.
17074 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
17075 * gdb.trace/entry-values.exp: Use global spreg definition, add $
17076 in front.
17077 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
17078 * gdb.trace/pending.exp: Likewise.
17079 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
17080 * gdb.trace/trace-break.exp: Likewise.
17081 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
17082 in front.
17083 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
17084 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
17085 in front.
17086 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
17087
17088 2015-11-09 Joel Brobecker <brobecker@adacore.com>
17089
17090 * gdb.ada/fin_fun_out: New testcase.
17091
17092 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17093
17094 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
17095 value associated with DW_AT_byte_size.
17096 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
17097 constants for DW_AT_byte_size, DW_AT_lower_bound, and
17098 DW_AT_upper_bound.
17099
17100 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17101
17102 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
17103 (gdb_target_symbol_prefix_flags): Define in terms of _asm
17104 version.
17105 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
17106 gdb.dwarf2/dw2-canonicalize-type.exp,
17107 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
17108 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
17109 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
17110 provided by gdb_target_symbol_prefix_flags_asm.
17111 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
17112 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
17113 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
17114 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
17115 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
17116 macros where needed). Use this macro for symbols which require
17117 the prefix provided by SYMBOL_PREFIX.
17118
17119 2015-11-05 Kevin Buettner <kevinb@redhat.com>
17120
17121 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
17122 New procs.
17123 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
17124 representing expressions, of more than one list element.
17125 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
17126 to prepend linker symbol prefix to f.
17127 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
17128 table_1 and table_2.
17129 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
17130 Likewise, for f and g.
17131 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
17132 for ptr.
17133 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
17134 for main.
17135 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
17136 table_1_ptr and table_2_ptr.
17137
17138 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17139 Joel Brobecker <brobecker@adacore.com>
17140
17141 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
17142
17143 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
17144
17145 * gdb.reverse/s390-mvcle.c: New test.
17146 * gdb.reverse/s390-mvcle.exp: New file.
17147 * lib/gdb.exp: Enable reverse tests on s390*-linux.
17148
17149 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17150
17151 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
17152
17153 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17154
17155 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
17156 reaching marker2.
17157 * gdb.reverse/getresuid-reverse.exp: Likewise.
17158 * gdb.reverse/pipe-reverse.exp: Likewise.
17159 * gdb.reverse/readv-reverse.exp: Likewise.
17160 * gdb.reverse/recvmsg-reverse.exp: Likewise.
17161 * gdb.reverse/time-reverse.exp: Likewise.
17162 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
17163
17164 2015-10-30 Yao Qi <yao.qi@linaro.org>
17165
17166 * gdb.threads/wp-replication.c (watch_count_done): Remove.
17167 (empty_cycle): Remove.
17168 (main): Don't call empty_cycle. Don't use watch_count_done.
17169 * gdb.threads/wp-replication.exp: Don't set breakpoint on
17170 empty_cycle. Rewrite the code counting HW watchpoints.
17171
17172 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
17173
17174 * gdb.reverse/fstatat-reverse.c: New test.
17175 * gdb.reverse/fstatat-reverse.exp: New file.
17176 * gdb.reverse/getresuid-reverse.c: New test.
17177 * gdb.reverse/getresuid-reverse.exp: New file.
17178 * gdb.reverse/pipe-reverse.c: New test.
17179 * gdb.reverse/pipe-reverse.exp: New file.
17180 * gdb.reverse/readv-reverse.c: New test.
17181 * gdb.reverse/readv-reverse.exp: New file.
17182 * gdb.reverse/recvmsg-reverse.c: New test.
17183 * gdb.reverse/recvmsg-reverse.exp: New file.
17184 * gdb.reverse/time-reverse.c: New test.
17185 * gdb.reverse/time-reverse.exp: New file.
17186 * gdb.reverse/waitpid-reverse.c: New test.
17187 * gdb.reverse/waitpid-reverse.exp: New file.
17188
17189 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
17190
17191 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
17192
17193 2015-10-26 Doug Evans <dje@google.com>
17194
17195 PR symtab/17391
17196 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
17197 * gdb.dwarf2/bad-regnum.c: New file.
17198 * gdb.dwarf2/bad-regnum.exp: New file.
17199
17200 2015-10-26 Doug Evans <dje@google.com>
17201
17202 PR python/18938
17203 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
17204 file.
17205
17206 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17207
17208 * gdb.compile/compile.exp (compile code globalvar): Update expectation
17209 for a change by "Mention language in compile error message".
17210
17211 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
17212
17213 PR python/18073
17214 * gdb.python/py-type.c (C::a_method): New.
17215 (C::a_const_method): New.
17216 (C::a_static_method): New.
17217 (a_function): New.
17218 * gdb.python/py-type.exp (test_fields): Test getting fields
17219 from function and method.
17220
17221 2015-10-21 Keven Boell <keven.boell@intel.com>
17222
17223 * gdb.fortran/vla-alloc-assoc.exp: New file.
17224 * gdb.fortran/vla-datatypes.exp: New file.
17225 * gdb.fortran/vla-datatypes.f90: New file.
17226 * gdb.fortran/vla-history.exp: New file.
17227 * gdb.fortran/vla-ptype-sub.exp: New file.
17228 * gdb.fortran/vla-ptype.exp: New file.
17229 * gdb.fortran/vla-sizeof.exp: New file.
17230 * gdb.fortran/vla-sub.f90: New file.
17231 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
17232 * gdb.fortran/vla-value-sub-finish.exp: New file.
17233 * gdb.fortran/vla-value-sub.exp: New file.
17234 * gdb.fortran/vla-value.exp: New file.
17235 * gdb.fortran/vla-ptr-info.exp: New file.
17236 * gdb.mi/mi-vla-fortran.exp: New file.
17237 * gdb.mi/vla.f90: New file.
17238
17239 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
17240
17241 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
17242 of hardwired timeout value.
17243
17244 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17245 Pedro Alves <palves@redhat.com>
17246
17247 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
17248 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
17249
17250 2015-10-19 Josh Stone <jistone@redhat.com>
17251
17252 * gdb.base/catch-syscall.c: Include <sched.h>.
17253 (unknown_syscall): New variable.
17254 (main): Trigger a vfork and an unknown syscall.
17255 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
17256 (unknown_syscall_number): Likewise.
17257 (check_call_to_syscall): Accept an optional syscall pattern.
17258 (check_return_from_syscall): Likewise.
17259 (check_continue): Likewise.
17260 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
17261 (test_catch_syscall_skipping_return): New test toggling off 'catch
17262 syscall' to step over the syscall return, then toggling back on.
17263 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
17264 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
17265 (do_syscall_tests): Call test_catch_syscall_without_args and
17266 test_catch_syscall_mid_vfork.
17267 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
17268 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
17269
17270 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
17271
17272 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
17273 print g_vE): Add new pass patterns.
17274 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
17275 print various symbol names for vptr fields.
17276
17277 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17278
17279 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17280 results.
17281
17282 2015-10-12 Yao Qi <yao.qi@linaro.org>
17283
17284 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17285
17286 2015-10-12 Yao Qi <yao.qi@linaro.org>
17287
17288 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
17289 is aarch64*-*-linux*.
17290
17291 2015-10-12 Yao Qi <yao.qi@linaro.org>
17292
17293 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
17294 (can_relocate_bcond_true): ... it.
17295 (can_relocate_bcond_false): New function.
17296 (foo): Likewise.
17297 (can_relocate_bl): Likewise.
17298 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
17299 can_relocate_bl.
17300
17301 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17302
17303 * gdb.base/nested-addr.c: New file.
17304 * gdb.base/nested-addr.exp: New testcase.
17305
17306 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
17307
17308 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
17309 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
17310 its output. Ignore the output of "record goto begin" and instead
17311 check that GDB is replaying.
17312
17313 2015-10-09 Pedro Alves <palves@redhat.com>
17314
17315 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
17316 (top level): Use it in the run with no args test.
17317
17318 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17319
17320 * gdb.dlang/properties.exp: New file.
17321
17322 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
17323
17324 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17325 whether or not address 0x1000 is mapped on the target.
17326
17327 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17328
17329 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17330 build.
17331
17332 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17333
17334 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17335 instruction-history test.
17336
17337 2015-09-28 Doug Evans <dje@google.com>
17338
17339 * gdb.base/gcore.c (array_func): Add reference to static_array.
17340
17341 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17342
17343 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17344 source line.
17345
17346 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17347
17348 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17349 short or char as base type.
17350
17351 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17352
17353 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17354 to allow any size enum.
17355
17356 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17357
17358 * gdb.ada/array_ptr_renaming.exp: New testcase.
17359 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17360 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17361
17362 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17363
17364 * gdb.trace/ftrace-lock.c: New file.
17365 * gdb.trace/ftrace-lock.exp: New file.
17366
17367 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17368
17369 * gdb.arch/insn-reloc.c: New file.
17370 * gdb.arch/ftrace-insn-reloc.exp: New file.
17371
17372 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17373
17374 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17375 instruction.
17376 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17377 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17378 * gdb.trace/range-stepping.c: Likewise.
17379 * gdb.trace/trace-break.c: Likewise.
17380 * gdb.trace/trace-mt.c (thread_function): Likewise.
17381 * gdb.trace/ftrace.c (marker): Likewise.
17382 * gdb.trace/trace-condition.c (marker): Likewise.
17383 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17384 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17385 is_aarch64_target.
17386
17387 2015-09-18 Doug Evans <xdje42@gmail.com>
17388
17389 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17390 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17391
17392 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17393
17394 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17395 the breakpoint.
17396
17397 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17398
17399 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17400 the pending breakpoint. Remove timeout override for "Run till
17401 MI pending breakpoint on pendfunc3 on thread 2" test.
17402
17403 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17404
17405 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17406 filename pattern.
17407
17408 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17409
17410 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17411 in breakpoint filename pattern.
17412
17413 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17414
17415 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17416
17417 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17418
17419 * gdb.linespec/explicit.exp: Check for readline support for
17420 tab-completion tests. Fix obvious typo.
17421
17422 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17423
17424 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17425 and replay.
17426
17427 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17428
17429 * gdb.btrace/non-stop.c: New.
17430 * gdb.btrace/non-stop.exp: New.
17431
17432 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17433 Yao Qi <yao.qi@linaro.org>
17434
17435 * gdb.trace/trace-condition.c: New file.
17436 * gdb.trace/trace-condition.exp: New file.
17437
17438 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
17439
17440 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17441 for testing bytecode compilation.
17442
17443 2015-09-16 Pedro Alves <palves@redhat.com>
17444 Sandra Loosemore <sandra@codesourcery.com>
17445
17446 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17447 (SECONDS): Redefine.
17448 (main): Call pthread_kill and alarm early.
17449 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17450 support.
17451 (test): If the target can't hardware step and doesn't support
17452 displaced stepping, increase the timeout.
17453
17454 2015-09-16 Pedro Alves <palves@redhat.com>
17455
17456 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17457 (enable_debug): New procedures.
17458 (test): Use them. Bail out if waiting for threads fails.
17459 (top level): Bail out if a test fails.
17460
17461 2015-09-16 Yao Qi <yao.qi@linaro.org>
17462
17463 * gdb.asm/asm-source.exp: Set asm-arch for
17464 aarch64*-*-* target.
17465 * gdb.asm/aarch64.inc: New file.
17466
17467 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17468
17469 * gdb.ada/array_of_variable_length.exp: New testcase.
17470 * gdb.ada/array_of_variable_length/foo.adb: New file.
17471 * gdb.ada/array_of_variable_length/pck.adb: New file.
17472 * gdb.ada/array_of_variable_length/pck.ads: New file.
17473
17474 2015-09-15 Doug Evans <dje@google.com>
17475
17476 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17477 of function static local variable.
17478
17479 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17480
17481 * gdb.threads/tls-so_extern.exp: New test file.
17482 * gdb.threads/tls-so_extern.c: New test file.
17483 * gdb.threads/tls-so_extern_main.c: New test file.
17484
17485 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17486
17487 * gdb.opt/solib-intra-step-lib.c: New file.
17488 * gdb.opt/solib-intra-step-main.c: New file.
17489 * gdb.opt/solib-intra-step.exp: New file.
17490
17491 2015-09-15 Pedro Alves <palves@redhat.com>
17492
17493 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17494 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17495
17496 2015-09-14 Pedro Alves <palves@redhat.com>
17497
17498 * gdb.base/hook-stop-continue.c: Delete.
17499 * gdb.base/hook-stop-continue.exp: Delete.
17500 * gdb.base/hook-stop-frame.c: Delete.
17501 * gdb.base/hook-stop-frame.exp: Delete.
17502 * gdb.base/hook-stop.c: New file.
17503 * gdb.base/hook-stop.exp: New file.
17504
17505 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17506
17507 * gdb.ada/access_to_packed_array.exp: New testcase.
17508 * gdb.ada/access_to_packed_array/foo.adb: New file.
17509 * gdb.ada/access_to_packed_array/pack.adb: New file.
17510 * gdb.ada/access_to_packed_array/pack.ads: New file.
17511
17512 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17513
17514 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17515 buffer size test.
17516
17517 2015-09-11 Don Breazeal <donb@codesourcery.com>
17518
17519 * gdb.base/foll-exec.c: Add copyright header. Fix
17520 formatting issues.
17521 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17522 (do_exec_tests): Use clean_restart in place of zap_session,
17523 and for test initialization. Fix formatting issues. Use
17524 fail in place of perror.
17525 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17526 an expect statement to match an expression with output from
17527 the program under debug.
17528 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17529 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17530 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17531 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17532 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17533
17534 2015-09-09 Doug Evans <dje@google.com>
17535
17536 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17537
17538 2015-09-09 Doug Evans <dje@google.com>
17539
17540 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17541
17542 2015-09-09 Doug Evans <dje@google.com>
17543
17544 * gdb.base/savedregs.exp: Fix typo.
17545
17546 2015-09-09 Pedro Alves <palves@redhat.com>
17547
17548 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17549
17550 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17551
17552 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17553 command actually switches threads. Give up on remaining
17554 tests if target fails to stop at breakpoint.
17555
17556 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17557
17558 * gdb.ada/funcall_char.exp: New testcase.
17559 * gdb.ada/funcall_char/foo.adb: New file.
17560
17561 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17562
17563 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17564 expected outputs. Add two testcases for completing ambiguous
17565 functions.
17566 * gdb.ada/complete/aux_pck.adb: New file.
17567 * gdb.ada/complete/aux_pck.ads: New file.
17568 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17569 Ambiguous_Func functions.
17570 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17571 * gdb.ada/complete/pck.adb: Likewise.
17572
17573 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17574
17575 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17576 failures to run the test program under GDB.
17577
17578 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
17579
17580 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17581 to C.
17582
17583 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17584
17585 * gdb.base/run-after-attach.exp: New test file.
17586 * gdb.base/run-after-attach.c: New test file.
17587
17588 2015-08-26 Don Breazeal <donb@codesourcery.com>
17589
17590 * gdb.base/foll-exec-2.c: New test program.
17591 * gdb.base/foll-exec-2.exp: New test.
17592
17593 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17594
17595 * gdb.base/nested-subp1.exp: New file.
17596 * gdb.base/nested-subp1.c: New file.
17597 * gdb.base/nested-subp2.exp: New file.
17598 * gdb.base/nested-subp2.c: New file.
17599 * gdb.base/nested-subp3.exp: New file.
17600 * gdb.base/nested-subp3.c: New file.
17601
17602 2015-08-24 Pedro Alves <palves@redhat.com>
17603
17604 * gdb.server/connect-without-multi-process.c: New file.
17605 * gdb.server/connect-without-multi-process.exp: New file.
17606
17607 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17608
17609 * gdb.opt/inline-markers.c: Make z int.
17610
17611 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17612
17613 * gdb.opt/inline-markers.c: Make z volatile.
17614
17615 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17616
17617 * gdb.opt/inline-bt.c: New volatile global z.
17618 * gdb.opt/inline-cmds.c: Likewise.
17619 * gdb.opt/inline-locals.c: Likewise.
17620 * gdb.opt/inline-markers.c: New extern global z.
17621 (marker): Use z.
17622 (inline_fn): Likewise.
17623
17624 2015-08-24 Pedro Alves <palves@redhat.com>
17625
17626 * config/m32r-stub.exp: Remove file.
17627 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17628 * gdb.base/call-rt-st.exp: Likewise.
17629 * gdb.base/call-strs.exp: Likewise.
17630 * gdb.base/default.exp: Remove references to h8300-*-hms and
17631 *-*-udi*.
17632 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17633
17634 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17635
17636 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17637 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17638 and "return" use KFAIL when GDB can not read/write the vector
17639 return value.
17640
17641 2015-08-21 Gary Benson <gbenson@redhat.com>
17642
17643 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17644
17645 2015-08-20 Pedro Alves <palves@redhat.com>
17646
17647 * gdb.server/solib-list.exp: No longer expect an interior stop in
17648 non-stop mode.
17649
17650 2015-08-20 Pedro Alves <palves@redhat.com>
17651
17652 * gdb.server/connect-stopped-target.c: New file.
17653 * gdb.server/connect-stopped-target.exp: New file.
17654
17655 2015-08-20 Pedro Alves <palves@redhat.com>
17656
17657 * gdb.dwarf2/comp-unit-lang.exp: New file.
17658 * gdb.dwarf2/comp-unit-lang.c: New file.
17659
17660 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17661
17662 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17663 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17664
17665 2015-08-19 Kevin Buettner <kevinb@redhat.com>
17666
17667 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17668 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17669
17670 2015-08-18 Doug Evans <dje@google.com>
17671 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17672
17673 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17674 skip_python_tests. New arg prompt_regexp.
17675 (skip_python_tests): New function.
17676 * lib/mi-support.exp (mi_skip_python_tests): New function.
17677 * gdb.python/py-mi-objfile-gdb.py: New file.
17678 * gdb.python/py-mi-objfile.c: New file.
17679 * gdb.python/py-mi-objfile.exp: New file.
17680
17681 2015-08-17 Keith Seitz <keiths@redhat.com>
17682
17683 * gdb.linespec/explicit.exp: Move strace test from here ...
17684 * gdb.trace/strace.exp: ... to here.
17685
17686 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17687
17688 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17689 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17690
17691 2015-08-14 Doug Evans <xdje42@gmail.com>
17692
17693 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17694 inferior before selecting a new file.
17695
17696 2015-08-14 Doug Evans <xdje42@gmail.com>
17697
17698 * gdb.mi/mi-disassemble.exp: Update.
17699 * gdb.base/disasm-optim.S: New file.
17700 * gdb.base/disasm-optim.c: New file.
17701 * gdb.base/disasm-optim.h: New file.
17702 * gdb.base/disasm-optim.exp: New file.
17703
17704 2015-08-14 Keith Seitz <keiths@redhat.com>
17705
17706 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17707 "evaluated-by".
17708
17709 2015-08-13 Joel Brobecker <brobecker@adacore.com>
17710
17711 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17712
17713 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17714
17715 * gdb.ada/fun_renaming.exp: New testcase.
17716 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17717 * gdb.ada/fun_renaming/pack.adb: New file.
17718 * gdb.ada/fun_renaming/pack.ads: New file.
17719
17720 2015-08-12 Keith Seitz <keiths@redhat.com>
17721
17722 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17723 gdb_get_line_number.
17724
17725 2015-08-12 Joel Brobecker <brobecker@adacore.com>
17726
17727 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17728 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17729 gdb.base/dso2dso.exp: New files.
17730
17731 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17732 Pedro Alves <palves@redhat.com>
17733 Keith Seitz <keiths@redhat.com>
17734
17735 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17736 GDBFLAGS.
17737
17738 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17739
17740 * gdb.base/gdbhistsize-history.exp
17741 (test_histsize_history_setting): Use save_vars.
17742 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17743 Use save_vars.
17744 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17745 * gdb.base/readline.exp: Use save_vars.
17746
17747 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17748
17749 * lib/gdb.exp (save_vars): New proc.
17750
17751 2015-08-11 Keith Seitz <keiths@redhat.com>
17752
17753 * gdb.base/help.exp: Update help_breakpoint_text.
17754
17755 2015-08-11 Keith Seitz <keiths@redhat.com>
17756
17757 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17758 (at toplevel): Call test_explicit_breakpoints.
17759 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17760 breakpoints.
17761 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17762 breakpoint conditions, "-cond".
17763
17764 2015-08-11 Keith Seitz <keiths@redhat.com>
17765
17766 * gdb.linespec/3explicit.c: New file.
17767 * gdb.linespec/cpexplicit.cc: New file.
17768 * gdb.linespec/cpexplicit.exp: New file.
17769 * gdb.linespec/explicit.c: New file.
17770 * gdb.linespec/explicit.exp: New file.
17771 * gdb.linespec/explicit2.c: New file.
17772 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17773 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17774 before using in the matching pattern.
17775 Clarify that `prefix' is a regular expression.
17776
17777 2015-08-11 Keith Seitz <keiths@redhat.com>
17778
17779 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17780 test.
17781 Add tests for missing ",FMT" and ",".
17782
17783 2015-08-10 Doug Evans <dje@google.com>
17784 Keith Seitz <keiths@redhat.com>
17785
17786 PR gdb/17960
17787 * gdb.base/completion.exp: Add location completer tests.
17788
17789 2015-08-07 Pedro Alves <palves@redhat.com>
17790
17791 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17792 tests here.
17793 (top level): Run do_test with and without displaced stepping.
17794
17795 2015-08-07 Pedro Alves <palves@redhat.com>
17796
17797 * gdb.base/valgrind-disp-step.c: New file.
17798 * gdb.base/valgrind-disp-step.exp: New file.
17799
17800 2015-08-07 Pedro Alves <palves@redhat.com>
17801
17802 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17803 Delete function.
17804 (main): Add alarm. Run an infinite loop instead of calling
17805 wait_threads.
17806 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17807 comment.
17808 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17809 Delete function.
17810 (main): Add alarm. Run an infinite loop instead of calling
17811 wait_threads.
17812 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17813 comment.
17814
17815 2015-08-07 Pedro Alves <palves@redhat.com>
17816
17817 * gdb.base/checkpoint-ns.exp: New file.
17818 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17819 standard_testfile.
17820
17821 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17822
17823 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17824 * gdb.btrace/instruction_history.exp: Update.
17825 * gdb.btrace/tsx.exp: New.
17826 * gdb.btrace/tsx.c: New.
17827
17828 2015-08-06 Pedro Alves <palves@redhat.com>
17829
17830 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17831 increase timeout.
17832 * gdb.reverse/until-precsave.exp: Bump timeouts.
17833
17834 2015-08-06 Pedro Alves <palves@redhat.com>
17835
17836 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17837
17838 2015-08-06 Pedro Alves <palves@redhat.com>
17839
17840 PR gdb/18749
17841 * gdb.threads/process-dies-while-handling-bp.c: New file.
17842 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17843
17844 2015-08-06 Pedro Alves <palves@redhat.com>
17845
17846 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17847 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17848
17849 2015-08-05 Pedro Alves <palves@redhat.com>
17850
17851 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17852 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17853
17854 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17855
17856 * gdb.base/bp-permanent.exp: Report test as unsupported if
17857 the target cannot stop at the permanent breakpoint.
17858
17859 2015-08-03 Doug Evans <dje@google.com>
17860
17861 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17862 10000.
17863
17864 2015-08-03 Doug Evans <dje@google.com>
17865
17866 * Makefile.in (workers/%.worker, build-perf): New rule.
17867 (GDB_PERFTEST_MODE): New variable.
17868 (check-perf): Use it.
17869 (clean): Clean up gdb.perf parallel build subdirs.
17870 * lib/build-piece.exp: New file.
17871 * lib/gdb.exp (make_gdb_parallel_path): New function
17872 (standard_output_file, standard_temp_file): Call it.
17873 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17874 of $GDB_PARALLEL.
17875 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17876
17877 2015-08-03 Doug Evans <dje@google.com>
17878
17879 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
17880 (LOG_FILE_NAME): New global.
17881 (TextReporter.__init__): Initialize self.txt_sum.
17882 (TextReporter.report): Add support for multiple data-points.
17883 Move report to perftest.sum, put raw data in perftest.log.
17884 (TextReporter.start): Open sum and log files.
17885 (TextReporter.end): Close sum and log files.
17886 * gdb.perf/lib/perftest/testresult.py
17887 (SingleStatisticTestResult.record): Handle multiple data-points.
17888
17889 2015-07-31 Pedro Alves <palves@redhat.com>
17890
17891 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17892 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17893 kill_wait_spawned_process instead of explicit "kill -9".
17894 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17895 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17896 kill_wait_spawned_process.
17897 * gdb.base/attach-twice.exp: Likewise.
17898 * gdb.base/attach.exp: Likewise.
17899 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17900 gdb_test_multiple.
17901 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17902 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17903 kill_wait_spawned_process.
17904 * gdb.base/valgrind-infcall.exp: Likewise.
17905 * gdb.multi/multi-attach.exp: Likewise.
17906 * gdb.python/py-prompt.exp: Likewise.
17907 * gdb.python/py-sync-interp.exp: Likewise.
17908 * gdb.server/ext-attach.exp: Likewise.
17909 * gdb.threads/attach-into-signal.exp (corefunc): Use
17910 spawn_wait_for_attach, spawn_id_get_pid and
17911 kill_wait_spawned_process.
17912 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17913 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17914 spawn_id_get_pid and kill_wait_spawned_process.
17915 * gdb.threads/attach-stopped.exp (corefunc): Use
17916 spawn_wait_for_attach, spawn_id_get_pid and
17917 kill_wait_spawned_process.
17918 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17919 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17920 kill_wait_spawned_process instead of explicit "kill -9".
17921 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17922 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17923 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17924 processes. Don't map cygwin/windows pids here. Now returns a
17925 spawn id list.
17926
17927 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17928
17929 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17930 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17931 correct patch.
17932
17933 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17934
17935 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17936
17937 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17938
17939 Reapply:
17940 2014-05-21 Mark Wielaard <mjw@redhat.com>
17941
17942 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17943
17944 2015-07-30 Pedro Alves <palves@redhat.com>
17945
17946 * linux-low.c (handle_extended_wait): Set the child's last
17947 reported status to TARGET_WAITKIND_STOPPED.
17948
17949 2015-07-30 Pedro Alves <palves@redhat.com>
17950
17951 PR threads/18600
17952 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17953 only shows inferior 1.
17954
17955 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17956 Pedro Alves <palves@redhat.com>
17957
17958 PR threads/18600
17959 * gdb.threads/fork-plus-threads.c: New file.
17960 * gdb.threads/fork-plus-threads.exp: New file.
17961
17962 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17963
17964 * gdb.base/batch-preserve-term-settings.exp
17965 (test_terminal_settings_preserved_after_cli_exit): Use
17966 send_quit_command.
17967
17968 2015-07-29 Pedro Alves <palves@redhat.com>
17969 Don Breazeal <donb@codesourcery.com>
17970
17971 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17972 output from both inferior_spawn_id and gdb_spawn_id.
17973
17974 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17975
17976 * gdb.threads/attach-into-signal.exp (corefunc): Use
17977 with_test_prefix on nested loops, uniquefying the test messages.
17978
17979 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17980
17981 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17982 commit.
17983
17984 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17985
17986 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17987 New proc.
17988 (test_terminal_settings_preserved_after_sigterm): New test.
17989
17990 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17991
17992 * gdb.base/batch-preserve-term-settings.exp
17993 (test_terminal_settings_preserved_after_cli_exit): New test.
17994
17995 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17996
17997 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17998 manipulation of saved_gdbflags.
17999 (test_terminal_settings_preserved): Remove global declaration of
18000 the unused variable pagination_prompt. Remove manipulation of
18001 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
18002 GDBFLAGS.
18003
18004 2015-07-29 Pedro Alves <palves@redhat.com>
18005
18006 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
18007
18008 2015-07-29 Pedro Alves <palves@redhat.com>
18009
18010 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
18011 at the top.
18012
18013 2015-07-29 Pedro Alves <palves@redhat.com>
18014
18015 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
18016 (main): Call gdb_unbuffer_output.
18017 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
18018 (main): Call gdb_unbuffer_output.
18019 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
18020 (main): Call gdb_unbuffer_output.
18021 * gdb.base/call-strs.exp: Adjust to step over the
18022 gdb_unbuffer_output call.
18023 * gdb.base/catch-gdb-caused-signals.c: Include
18024 "../lib/unbuffer_output.c".
18025 (main): Call gdb_unbuffer_output.
18026 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
18027 (main): Call gdb_unbuffer_output.
18028 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
18029 (main): Call gdb_unbuffer_output.
18030 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
18031 (main): Call gdb_unbuffer_output.
18032 * gdb.base/shlib-call.exp: Adjust to step over the
18033 gdb_unbuffer_output call.
18034 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
18035 (main): Call gdb_unbuffer_output.
18036 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
18037 (main): Call gdb_unbuffer_output.
18038 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
18039 (main): Rename to ...
18040 (test): ... this.
18041 (main): Reimplement.
18042 * gdb.base/varargs.exp: Run to test instead of to main.
18043 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18044 (main): Call gdb_unbuffer_output.
18045
18046 2015-07-29 Pedro Alves <palves@redhat.com>
18047
18048 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
18049 factore out from mi_continue_dprintf. For call-style dprintfs,
18050 expect dprintf output out of $inferior_spawn_id.
18051 (mi_continue_dprintf): Use mi_expect_dprintf.
18052 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18053 (main): Call gdb_unbuffer_output.
18054
18055 2015-07-29 Pedro Alves <palves@redhat.com>
18056
18057 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
18058 (default_mi_gdb_start): Set inferior_spawn_id instead of
18059 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
18060 gdb_spawn_id.
18061 (mi_gdb_test): Always expect inferior output from both
18062 $inferior_spawn_id and $gdb_spawn_id.
18063
18064 2015-07-29 Pedro Alves <palves@redhat.com>
18065
18066 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
18067 send_inferior and $inferior_spawn_id.
18068
18069 2015-07-29 Pedro Alves <palves@redhat.com>
18070
18071 * gdb.gdb/complaints.exp (test_initial_complaints)
18072 (test_serial_complaints, test_short_complaints): Use
18073 gdb_test_stdio.
18074 (test_empty_complaint): Handle $inferior_spawn_id !=
18075 $gdb_spawn_id.
18076
18077 2015-07-29 Pedro Alves <palves@redhat.com>
18078
18079 * gdb.base/varargs.exp: Use gdb_test_stdio.
18080
18081 2015-07-29 Pedro Alves <palves@redhat.com>
18082
18083 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
18084
18085 2015-07-29 Pedro Alves <palves@redhat.com>
18086
18087 * gdb.base/ending-run.exp: Use gdb_test_stdio.
18088
18089 2015-07-29 Pedro Alves <palves@redhat.com>
18090
18091 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
18092 parameter into two new parameters, "inf_result" and "gdb_result".
18093 Expect inferior output and gdb output from $inferior_spawn_id and
18094 $gdb_spawn_id, respectively. Adjust all callers.
18095
18096 2015-07-29 Pedro Alves <palves@redhat.com>
18097
18098 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
18099 of gdb_test_sequence.
18100
18101 2015-07-29 Pedro Alves <palves@redhat.com>
18102
18103 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
18104 (saw_spurious_output): Expect inferior output from
18105 $inferior_spawn_id. Use gdb_test_stdio.
18106
18107 2015-07-29 Pedro Alves <palves@redhat.com>
18108
18109 * gdb.base/dprintf.exp: Use standard_testfile. Change
18110 prepare_for_testing call.
18111 (srcfile): Don't set.
18112 (restart): New procedure.
18113 (test_dprintf): New procecure, use to continue over dprintfs.
18114 (test_call, test_agent): New procedures, tests moved here.
18115 Restart gdb and recreate dprintfs. Adjust expected output.
18116
18117 2015-07-29 Pedro Alves <palves@redhat.com>
18118
18119 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
18120
18121 2015-07-29 Pedro Alves <palves@redhat.com>
18122
18123 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
18124
18125 2015-07-29 Pedro Alves <palves@redhat.com>
18126
18127 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
18128 gdb_test_stdio.
18129
18130 2015-07-29 Pedro Alves <palves@redhat.com>
18131
18132 * lib/gdb.exp (gdb_test_stdio): New procedure.
18133
18134 2015-07-29 Pedro Alves <palves@redhat.com>
18135
18136 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
18137
18138 2015-07-29 Pedro Alves <palves@redhat.com>
18139
18140 * gdb.base/call-signal-resume.exp: Remove check for
18141 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
18142 * gdb.base/unwindonsignal.exp: Likewise.
18143 * gdb.base/call-signals.c (gen_signal): Remove printf call.
18144 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
18145
18146 2015-07-29 Pedro Alves <palves@redhat.com>
18147
18148 * gdb.base/siginfo-addr.c (pass): New function.
18149 (handler): Call it iff si_addr is correct.
18150 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
18151 Set a breakpoint at "pass" and continue to it.
18152
18153 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
18154
18155 * gdb.python/py-objfile.exp: Make some tests have unique names.
18156 * gdb.python/py-pp-registration.exp: Likewise.
18157
18158 2015-07-28 Pedro Alves <palves@redhat.com>
18159
18160 * gdb.server/server-exec-info.exp: Issue a "disconnect".
18161
18162 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18163
18164 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
18165
18166 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18167
18168 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
18169
18170 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
18171
18172 * gdb.base/gdb-sigterm-2.exp: New test.
18173
18174 2015-07-25 Doug Evans <xdje42@gmail.com>
18175
18176 Revert:
18177 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18178 (workers/%.worker, build-perf): New rule.
18179 (GDB_PERFTEST_MODE): New variable.
18180 (check-perf): Use it.
18181 (clean): Clean up gdb.perf parallel build subdirs.
18182 * lib/build-piece.exp: New file.
18183 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18184 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18185 name.
18186 (standard_temp_file): Ditto.
18187 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18188 of $GDB_PARALLEL.
18189
18190 2015-07-24 Doug Evans <dje@google.com>
18191
18192 * gdb.perf/lib/perftest/utils.py: New file.
18193 * gdb.perf/gm-hello.cc: New file.
18194 * gdb.perf/gm-pervasive-typedef.cc: New file.
18195 * gdb.perf/gm-pervasive-typedef.h: New file.
18196 * gdb.perf/gm-std.cc: New file.
18197 * gdb.perf/gm-std.h: New file.
18198 * gdb.perf/gm-use-cerr.cc: New file.
18199 * gdb.perf/gm-utils.h: New file.
18200 * gdb.perf/gmonster-null-lookup.py: New file.
18201 * gdb.perf/gmonster-pervasive-typedef.py: New file.
18202 * gdb.perf/gmonster-print-cerr.py: New file.
18203 * gdb.perf/gmonster-ptype-string.py: New file.
18204 * gdb.perf/gmonster-runto-main.py: New file.
18205 * gdb.perf/gmonster-select-file.py: New file.
18206 * gdb.perf/gmonster1-null-lookup.exp: New file.
18207 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
18208 * gdb.perf/gmonster1-print-cerr.exp: New file.
18209 * gdb.perf/gmonster1-ptype-string.exp: New file.
18210 * gdb.perf/gmonster1-runto-main.exp: New file.
18211 * gdb.perf/gmonster1-select-file.exp: New file.
18212 * gdb.perf/gmonster1.cc: New file.
18213 * gdb.perf/gmonster1.exp: New file.
18214 * gdb.perf/gmonster2-null-lookup.exp: New file.
18215 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
18216 * gdb.perf/gmonster2-print-cerr.exp: New file.
18217 * gdb.perf/gmonster2-ptype-string.exp: New file.
18218 * gdb.perf/gmonster2-runto-main.exp: New file.
18219 * gdb.perf/gmonster2-select-file.exp: New file.
18220 * gdb.perf/gmonster2.cc: New file.
18221 * gdb.perf/gmonster2.exp: New file.
18222
18223 2015-07-24 Doug Evans <dje@google.com>
18224
18225 * gdb.perf/README: New file.
18226 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
18227 * lib/gen-perf-test.exp: New file.
18228
18229 2015-07-24 Doug Evans <dje@google.com>
18230
18231 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
18232 (PerfTest::startup): New function.
18233 (PerfTest::run): Return result of calling body.
18234 (PerfTest::assemble): Rewrite.
18235 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
18236 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
18237 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
18238 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
18239 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
18240
18241 2015-07-24 Doug Evans <dje@google.com>
18242
18243 * lib/gdb.exp (clean_restart): Make executable optional.
18244
18245 2015-07-24 Doug Evans <dje@google.com>
18246
18247 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
18248 compiler_info references.
18249 * gdb.cp/temargs.exp: Ditto.
18250 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
18251 (get_compiler_info): Early exit if already computed. Set compiler_info
18252 to "unknown" if there was a problem.
18253 (test_compiler_info): Add function comment. Call get_compiler_info.
18254
18255 2015-07-24 Doug Evans <dje@google.com>
18256
18257 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18258 (workers/%.worker, build-perf): New rule.
18259 (GDB_PERFTEST_MODE): New variable.
18260 (check-perf): Use it.
18261 (clean): Clean up gdb.perf parallel build subdirs.
18262 * lib/build-piece.exp: New file.
18263 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18264 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18265 name.
18266 (standard_temp_file): Ditto.
18267 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18268 of $GDB_PARALLEL.
18269
18270 2015-07-24 Doug Evans <dje@google.com>
18271
18272 * lib/future.exp (gdb_default_target_compile): New option
18273 "early_flags".
18274 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
18275 --as-needed.
18276
18277 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
18278
18279 * gdb.base/catch-syscall.exp: Call gdb_exit before
18280 gdb_skip_xml_test.
18281
18282 2015-07-24 Pedro Alves <palves@redhat.com>
18283
18284 * gdb.python/py-events.exp: Accept output between the stop event
18285 and the prompt.
18286 * gdb.python/py-evsignal.exp: Likewise.
18287 * gdb.python/py-evthreads.exp: Likewise.
18288
18289 2015-07-24 Pedro Alves <palves@redhat.com>
18290
18291 PR gdb/18717
18292 * gdb.threads/non-ldr-exit.c: New file.
18293 * gdb.threads/non-ldr-exit.exp: New file.
18294
18295 2015-07-24 Yao Qi <yao.qi@linaro.org>
18296
18297 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18298 restarting process.
18299
18300 2015-07-24 Yao Qi <yao.qi@linaro.org>
18301
18302 * gdb.server/ext-restart.exp: New file.
18303
18304 2015-07-24 Yao Qi <yao.qi@linaro.org>
18305
18306 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
18307 argument options.
18308 * gdb.server/ext-wrapper.exp: New file.
18309
18310 2015-07-23 Doug Evans <dje@google.com>
18311
18312 * gdb.dwarf2/dw2-dummy-cu.S: New file.
18313 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
18314
18315 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
18316
18317 * gdb.ada/var_arr_typedef.exp: New testcase.
18318 * gdb.ada/var_arr_typedef/pack.adb: New file.
18319 * gdb.ada/var_arr_typedef/pack.ads: New file.
18320 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
18321
18322 2015-07-20 Joel Brobecker <brobecker@adacore.com>
18323
18324 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18325
18326 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18327
18328 * gdb.arch/i386-biarch-core.exp: Replace istarget
18329 by "complete set gnutarget". Remove expectation for the "core-file"
18330 command.
18331
18332 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18333
18334 Revert the previous commit:
18335 Tests for validate symbol file using build-id.
18336
18337 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18338
18339 Tests for validate symbol file using build-id.
18340 * gdb.base/solib-mismatch-lib.c: New file.
18341 * gdb.base/solib-mismatch-libmod.c: New file.
18342 * gdb.base/solib-mismatch.c: New file.
18343 * gdb.base/solib-mismatch.exp: New file.
18344
18345 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18346
18347 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18348 nios2-*-linux*.
18349 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18350 * gdb.base/siginfo.exp: Likewise.
18351 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18352
18353 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18354
18355 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18356 Move it to ...
18357 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18358 ... here.
18359 * gdb.trace/range-stepping.exp: Check that the target supports
18360 range stepping.
18361
18362 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18363
18364 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18365
18366 2015-07-14 Pedro Alves <palves@redhat.com>
18367
18368 * gdb.base/killed-outside.exp: New file.
18369 * gdb.base/killed-outside.c: New file.
18370
18371 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18372
18373 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18374 (n at main): New.
18375 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18376
18377 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18378
18379 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18380 infcall tests instead of setting up for KFAIL.
18381
18382 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18383
18384 * gdb.btrace/record_goto-step.exp: New.
18385
18386 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18387
18388 PR compile/18484
18389 * gdb.compile/compile.c (struct struct_type): Add volatile to
18390 selffield's type.
18391 * gdb.compile/compile.exp
18392 (compile code struct_object.selffield = &struct_object): Skip further
18393 struct_object tests if this one xfails.
18394
18395 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
18396
18397 PR exp/18617
18398 * gdb.trace/ax.exp: Add test.
18399
18400 2015-07-07 Yao Qi <yao.qi@linaro.org>
18401
18402 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18403 instead of istarget "aarch64*-*-*".
18404 * gdb.arch/aarch64-fp.exp: Likewise.
18405 * gdb.base/float.exp: Likewise.
18406 * gdb.reverse/aarch64.exp: Likewise.
18407 * lib/gdb.exp (is_aarch64_target): New proc.
18408
18409 2015-07-07 Yao Qi <yao.qi@linaro.org>
18410
18411 * lib/gdb.exp (is_aarch32_target): New proc.
18412 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18413 instead of "istarget "arm*-*-*"".
18414 * gdb.arch/arm-disp-step.exp: Likewise.
18415 * gdb.arch/thumb-bx-pc.exp: Likewise.
18416 * gdb.arch/thumb-prologue.exp: Likewise.
18417 * gdb.arch/thumb-singlestep.exp: Likewise.
18418 * gdb.base/disp-step-syscall.exp: Likewise.
18419 * gdb.base/float.exp: Likewise.
18420
18421 2015-07-07 Yao Qi <yao.qi@linaro.org>
18422
18423 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18424 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18425
18426 2015-07-07 Yao Qi <yao.qi@linaro.org>
18427
18428 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18429 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18430 if it exists.
18431 * gdb.multi/multi-arch.exp: Likewise.
18432
18433 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18434
18435 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18436 print.
18437
18438 2015-07-07 Yao Qi <yao.qi@linaro.org>
18439
18440 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18441
18442 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18443
18444 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18445 '[' and ']' characters.
18446
18447 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18448
18449 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18450
18451 2015-06-29 Pedro Alves <palves@redhat.com>
18452
18453 PR threads/18127
18454 * gdb.threads/hand-call-new-thread.c: New file.
18455 * gdb.threads/hand-call-new-thread.c: New file.
18456
18457 2015-06-26 Keith Seitz <keiths@redhat.com>
18458 Doug Evans <dje@google.com>
18459
18460 PR 16253
18461 * gdb.cp/var-tag-2.cc: New file.
18462 * gdb.cp/var-tag-3.cc: New file.
18463 * gdb.cp/var-tag-4.cc: New file.
18464 * gdb.cp/var-tag.cc: New file.
18465 * gdb.cp/var-tag.exp: New file.
18466
18467 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18468
18469 * gdb.base/history-duplicates.exp: New test.
18470
18471 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18472
18473 * gdb.base/completion.exp: Test the completion of the "focus"
18474 command.
18475
18476 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18477
18478 * gdb.arch/amd64-prologue-skip.S: New file.
18479 * gdb.arch/amd64-prologue-skip.exp: New file.
18480
18481 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18482
18483 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18484 is_address_zero_readable check.
18485
18486 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18487
18488 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18489 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18490
18491 2015-06-24 Yao Qi <yao.qi@linaro.org>
18492
18493 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18494 linux targets.
18495
18496 2015-06-24 Yao Qi <yao.qi@linaro.org>
18497
18498 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18499 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18500 * gdb.base/siginfo-thread.exp: Likewise.
18501
18502 2015-06-22 Yao Qi <yao.qi@linaro.org>
18503
18504 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18505
18506 2015-06-22 Yao Qi <yao.qi@linaro.org>
18507
18508 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18509 aarch64*-*-*.
18510 (skip_hw_watchpoint_tests): Likewise.
18511
18512 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18513
18514 * gdb.base/gdbinit-history.exp: Test the interaction between
18515 setting GDBHISTSIZE and setting the history size via .gdbinit.
18516
18517 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18518
18519 PR gdb/16999
18520 * gdb.base/gdbhistsize-history.exp: New test.
18521
18522 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18523
18524 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18525 with GDBHISTSIZE.
18526 * gdb.base/readline.exp: Likewise.
18527
18528 2015-06-17 Yao Qi <yao.qi@linaro.org>
18529
18530 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18531 line.
18532
18533 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18534
18535 * gdb.base/gdbinit-history.exp: Add test case to check that
18536 an unlimited history file does not get truncated on exit.
18537
18538 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18539
18540 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18541 (VECTOR): New macro. Use it...
18542 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18543 ...for these typedefs.
18544 (int8, char1, int1, double1): New typedefs.
18545 (struct just_int2, struct two_int2): New structures.
18546 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18547 (add_structvecs, add_singlevecs): New functions.
18548 (main): Call add_some_intvecs twice.
18549 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18550 the compile and exit upon failure. Try compiling for the "native"
18551 architecture. Test inferior function calls with vector arguments
18552 and vector return value handling with "finish" and "return".
18553
18554 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18555
18556 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18557 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18558 PE file.
18559 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18560
18561 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18562
18563 PR breakpoints/16465
18564 * gdb.mi/mi-dprintf-pending.c: New file.
18565 * gdb.mi/mi-dprintf-pending.exp: New test.
18566 * gdb.mi/mi-dprintf-pendshr.c: New file.
18567
18568 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18569 Mircea Gherzan <mircea.gherzan@intel.com>
18570
18571 * gdb.arch/i386-mpx-map.c: New file.
18572 * gdb.arch/i386-mpx-map.exp: New File.
18573
18574 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18575
18576 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18577 * gdb.arch/i386-mpx.exp: Indentation fixed.
18578
18579 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18580
18581 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18582 function and improved indentation.
18583 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18584 gdb_test_multiple. Added additional tests to skip the test.
18585
18586 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18587
18588 * gdb.arch/i386-avx512.c: Change path in include file.
18589 * gdb.arch/i386-avx512.exp: Change include dir path
18590 compilation flag.
18591 * gdb.arch/i386-mpx.c: Change path in include file.
18592 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18593 flag.
18594
18595 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18596
18597 * gdb.compile/compile-print.exp (compile print *vararray@3)
18598 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18599
18600 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18601
18602 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18603 (do not keep jit in memory): ... this.
18604 (expect 5): Change it to ...
18605 (expect no 5): ... this.
18606
18607 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18608
18609 PR gdb/15564
18610 * gdb.mi/mi-detach.exp: New file.
18611
18612 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18613
18614 PR symtab/18392
18615 * gdb.arch/amd64-tailcall-self.S: New file.
18616 * gdb.arch/amd64-tailcall-self.c: New file.
18617 * gdb.arch/amd64-tailcall-self.exp: New file.
18618
18619 2015-05-28 Don Breazeal <donb@codesourcery.com>
18620
18621 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18622 tests for remote targets by checking is_target_gdbserver.
18623
18624 2015-05-27 Doug Evans <dje@google.com>
18625
18626 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18627 * gdb.dwarf2/opaque-type-lookup.c: New file.
18628 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18629
18630 2015-05-26 Doug Evans <dje@google.com>
18631
18632 * gdb.cp/iostream.cc: New file.
18633 * gdb.cp/iostream.exp: New file.
18634
18635 2015-05-26 Doug Evans <dje@google.com>
18636
18637 * gdb.dwarf2/dw2-op-call.exp: Update.
18638 * gdb.dwarf2/dw4-sig-types.exp: Update.
18639 * gdb.dwarf2/implptr.exp: Update.
18640 * gdb.mi/mi-cmd-param-changed.exp: Update.
18641
18642 2015-05-26 Doug Evans <dje@google.com>
18643
18644 * gdb.python/py-lazy-string.c: New file.
18645 * gdb.python/py-lazy-string.exp: New file.
18646 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18647 (main): Update. Add estring3.
18648 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18649 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18650
18651 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18652 Yao Qi <yao.qi@linaro.org>
18653
18654 * gdb.reverse/aarch64.c: New.
18655 * gdb.reverse/aarch64.exp: New.
18656
18657 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18658
18659 * lib/gdb.exp (supports_process_record): Return true for
18660 aarch64*-linux*.
18661 (supports_reverse): Likewise.
18662
18663 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18664
18665 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18666 Use with_test_prefix.
18667
18668 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18669
18670 * gdb.base/completion.exp: Add test for completion of layout
18671 names.
18672
18673 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18674
18675 * lib/gdb.exp (skip_tui_tests): New proc.
18676 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18677
18678 2015-05-19 Pedro Alves <palves@redhat.com>
18679
18680 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18681 Save the whole env array instead of just HOME. Unset HISTSIZE in
18682 the environment while testing. Restore whole environment
18683 afterwards.
18684
18685 2015-05-16 Doug Evans <xdje42@gmail.com>
18686
18687 * gdb.guile/scm-ports.c: New file.
18688 * gdb.guile/scm-ports.exp: Add memory port tests.
18689
18690 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18691
18692 * gdb.compile/compile-print.c: New file.
18693 * gdb.compile/compile-print.exp: New file.
18694
18695 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18696
18697 * gdb.compile/compile-ops.exp: Cast param to void.
18698 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18699 (compile code struct_object.selffield = &struct_object): Add xfail.
18700
18701 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18702
18703 * gdb.ada/arr_enum_with_gap: New testcase.
18704
18705 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18706
18707 * gdb.ada/byte_packed_arr: New testcase.
18708
18709 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18710
18711 * gdb.ada/pckd_neg: New testcase.
18712
18713 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18714
18715 PR gdb/17820
18716 * gdb.base/gdbinit-history.exp: New test.
18717 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18718 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18719
18720 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18721
18722 * gdb.python/py-xmethods.cc: Enhance test case.
18723 * gdb.python/py-xmethods.exp: New tests.
18724 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18725 function.
18726 (B_indexoper): Likewise.
18727 (global_dm_list) : Add new xmethod worker functions.
18728
18729 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18730
18731 * gdb.base/coredump-filter.exp: Correctly unset
18732 "coredump_var_addr" array.
18733
18734 2015-05-08 Pedro Alves <palves@redhat.com>
18735
18736 * gdb.server/non-existing-program.exp: Unset spawn_id.
18737
18738 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18739
18740 PR python/18291
18741 * gdb.python/py-xmethods.exp: Add tests.
18742
18743 2015-05-08 Yao Qi <yao.qi@linaro.org>
18744
18745 PR gdb/18208
18746 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18747 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18748 function set_coredump_filter, and remove remote_exec call.
18749 Remove argument ipid. Callers update.
18750 (top level): Don't get inferior's PID.
18751
18752 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18753
18754 * gdb.base/watch_thread_num.exp: Skip test on targets without
18755 access watchpoints.
18756
18757 2015-05-06 Pedro Alves <palves@redhat.com>
18758
18759 PR server/18081
18760 * gdb.server/non-existing-program.exp: New file.
18761
18762 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18763
18764 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18765
18766 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18767
18768 * gdb.ada/out_of_line_in_inlined: New testcase.
18769
18770 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18771
18772 * gdb.ada/var_rec_arr: New testcase.
18773
18774 2015-04-30 Yao Qi <yao.qi@linaro.org>
18775
18776 * gdb.base/break-idempotent.exp: If
18777 skip_hw_watchpoint_multi_tests returns true, skip the tests
18778 on "rwatch" and "awatch".
18779
18780 2015-04-30 Yao Qi <yao.qi@linaro.org>
18781
18782 * gdb.base/relativedebug.exp: Invoke gdb command
18783 "info sharedlibrary", and if libc.so doesn't have debug info,
18784 skip the test.
18785
18786 2015-04-29 Doug Evans <dje@google.com>
18787
18788 * gdb.python/py-xmethods.exp: Add ptype tests.
18789 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18790 get_result_type method.
18791
18792 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18793
18794 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18795 the target does not support hardware watchpoints.
18796
18797 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18798
18799 * gdb.base/break-always.exp: Abort testing if writing to memory
18800 causes an error.
18801
18802 2015-04-28 Doug Evans <dje@google.com>
18803
18804 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18805 * gdb.python/py-pp-registration.exp: ... here. New file.
18806 * gdb.python/py-pp-registration.c: New file.
18807 * gdb.python/py-pp-registration.py: New file.
18808
18809 2015-04-28 Doug Evans <dje@google.com>
18810
18811 * gdb.python/py-bad-printers.c: New file.
18812 * gdb.python/py-bad-printers.py: New file.
18813 * gdb.python/py-bad-printers.exp: New file.
18814
18815 2015-04-28 Sasha Smundak <asmundak@google.com>
18816
18817 * gdb.python/py-type.exp: New test.
18818
18819 2015-04-28 Andy Wingo <wingo@igalia.com>
18820
18821 * gdb.python/py-parameter.exp:
18822 * gdb.guile/scm-parameter.exp: Escape the path that we are
18823 matching against, as it might contain characters that are special
18824 to regular expressions.
18825
18826 2015-04-27 Joel Brobecker <brobecker@adacore.com>
18827
18828 * gdb.ada/rec_comp: New testcase.
18829
18830 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18831
18832 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18833 before using it.
18834
18835 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18836
18837 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18838 new tests for verilog output.
18839
18840 2015-04-24 Yao Qi <yao.qi@linaro.org>
18841
18842 * boards/remote-gdbserver-on-localhost.exp: New file.
18843
18844 2015-04-23 Pedro Alves <palves@redhat.com>
18845
18846 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18847 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18848 "end of file", remove $inferior_spawn_id from the indirect list.
18849
18850 2015-04-23 Pedro Alves <palves@redhat.com>
18851
18852 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18853
18854 2015-04-23 Pedro Alves <palves@redhat.com>
18855
18856 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18857 on $any_spawn_id instead of only on $gdb_spawn_id.
18858
18859 2015-04-21 Pierre Muller <muller@sourceware.org>
18860
18861 PR pascal/17815
18862 * lib/pascal.exp (gpc_compile): Add new option "class".
18863 (fpc_compile): Likewise.
18864 * gdb.pascal/case-insensitive-symbols.pas: New file.
18865 * gdb.pascal/case-insensitive-symbols.exp: New file.
18866
18867 2015-04-20 Gary Benson <gbenson@redhat.com>
18868
18869 * gdb.base/attach.exp: Fix three extended remote failures.
18870
18871 2015-04-17 Gary Benson <gbenson@redhat.com>
18872
18873 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18874 the main executable over the remote protocol.
18875
18876 2015-04-16 Pedro Alves <palves@redhat.com>
18877
18878 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18879 a new gdbserver if gdbserver_reconnect_p is set.
18880
18881 2015-04-16 Pedro Alves <palves@redhat.com>
18882
18883 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18884 is set, don't exit gdbserver.
18885
18886 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18887
18888 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18889 appropriate .insn, such that an older assembler can be used.
18890 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18891 the z/Architecture instruction set on 31-bit targets as well.
18892
18893 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18894
18895 * gdb.go/handcall.exp: Remove all logic related to the first
18896 breakpoint and rely on go_runto_main instead.
18897 * gdb.go/strings.exp: Likewise.
18898 * gdb.go/unsafe.exp: Likewise.
18899 * gdb.go/hello.exp: Likewise. Also rename the remaining
18900 breakpoint marker to "breakpoint 1".
18901 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18902 * gdb.go/strings.go: Likewise.
18903 * gdb.go/unsafe.go: Likewise.
18904 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18905 "set breakpoint 2 here" and rename the remaining breakpoint marker
18906 to "breakpoint 1".
18907
18908 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18909
18910 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18911 if itertools.imap is not present.
18912 * gdb.python/py-objfile.exp: Add parentheses.
18913 * gdb.python/py-type.exp: Same.
18914 * gdb.python/py-unwind-maint.py: Same.
18915
18916 2015-04-15 Yao Qi <yao.qi@linaro.org>
18917
18918 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18919 of ":$ptr_size" and set its form explicitly.
18920
18921 2015-04-15 Pedro Alves <palves@redhat.com>
18922 Yao Qi <yao.qi@linaro.org>
18923
18924 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18925 timeout by factor of 4.
18926 (test_regular_watch): Likewise.
18927 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18928 * gdb.reverse/sigall-reverse.exp: Likewise.
18929 * gdb.reverse/until-precsave.exp: Likewise.
18930 * lib/gdb.exp (with_timeout_factor): New proc.
18931 (gdb_expect): Move some code to ...
18932 (get_largest_timeout): ... here. New procedure.
18933
18934 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
18935
18936 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18937
18938 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18939
18940 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18941 to write to the .text section.
18942
18943 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18944
18945 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18946 Handle the case of targets that do not provide PID information.
18947
18948 2015-04-13 Yao Qi <yao.qi@linaro.org>
18949
18950 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18951 and use expect instead of gdb_expect.
18952
18953 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18954
18955 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18956 "coredump_var_addr" to avoid naming conflict with other testcases.
18957
18958 2015-04-10 Pedro Alves <palves@redhat.com>
18959
18960 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18961 gdb_test_sequence and gdb_assert.
18962
18963 2015-04-10 Pedro Alves <palves@redhat.com>
18964
18965 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18966 test messages that don't include the breakpoint address.
18967
18968 2015-04-10 Yao Qi <yao.qi@linaro.org>
18969
18970 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18971 false for some offset and width combinations which aren't
18972 supported by linux kernel.
18973
18974 2015-04-10 Pedro Alves <palves@redhat.com>
18975
18976 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18977 procedure, factored out from ...
18978 (top level): ... here. Add "set displaced-stepping" testing axis.
18979 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18980 parameter "displaced". Use it.
18981 (top level): Use foreach and add "set displaced-stepping" testing
18982 axis.
18983
18984 2015-04-10 Pedro Alves <palves@redhat.com>
18985
18986 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18987 Remove comment.
18988 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18989 both the address of the instruction that triggers the watchpoint
18990 and the address of the instruction immediately after, and use
18991 those addresses for the test. Fix comment.
18992
18993 2015-04-10 Pedro Alves <palves@redhat.com>
18994
18995 * gdb.base/sigstep.exp (breakpoint_to_handler)
18996 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18997 Test "backtrace" in handler.
18998 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18999 (top level): Add new "displaced" test axis to
19000 breakpoint_to_handler, breakpoint_to_handler_entry and
19001 breakpoint_over_handler.
19002
19003 2015-04-10 Pedro Alves <palves@redhat.com>
19004
19005 PR gdb/18216
19006 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
19007
19008 2015-04-10 Yao Qi <yao.qi@linaro.org>
19009
19010 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
19011 (test_add_rn_pc): New function.
19012 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
19013 (top level): Invoke test_add_rn_pc.
19014
19015 2015-04-10 Pedro Alves <palves@redhat.com>
19016
19017 PR gdb/13858
19018 * gdb.base/step-over-no-symbols.exp: New file.
19019
19020 2015-04-09 Andy Wingo <wingo@igalia.com>
19021
19022 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
19023 after the Python tests.
19024
19025 2015-04-08 Keith Seitz <keiths@redhat.com>
19026
19027 PR python/16699
19028 * gdb.python/py-completion.exp: New tests for completion.
19029 * gdb.python/py-completion.py (CompleteLimit1): New class.
19030 (CompleteLimit2): Likewise.
19031 (CompleteLimit3): Likewise.
19032 (CompleteLimit4): Likewise.
19033 (CompleteLimit5): Likewise.
19034 (CompleteLimit6): Likewise.
19035 (CompleteLimit7): Likewise.
19036
19037 2015-04-08 Pedro Alves <palves@redhat.com>
19038
19039 PR gdb/18214
19040 PR gdb/18216
19041 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
19042 function.
19043 (main): Install it as SIGUSR1 handler.
19044 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
19045 parameter. Always use "setup" as prefix. Toggle "set
19046 displaced-stepping" off/on depending on global. Don't switch to
19047 thread 1 here.
19048 (top level): Add displaced stepping "off/on" test axis. Update
19049 "setup" calls. Wrap each subtest with with_test_prefix. Test
19050 continuing with a queued signal in each thread.
19051
19052 2015-04-08 Pedro Alves <palves@redhat.com>
19053
19054 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
19055 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
19056 gdb_breakpoint instead of gdb_test that doesn't expect anything.
19057 Return early if running to main fails.
19058 * gdb.trace/while-stepping.exp: Likewise.
19059
19060 2015-04-07 Pedro Alves <palves@redhat.com>
19061
19062 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
19063 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
19064 interact with inferior program.
19065
19066 2015-04-07 Pedro Alves <palves@redhat.com>
19067
19068 * lib/gdb.exp (inferior_spawn_id): New global.
19069 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
19070 spawn id after processing the user code.
19071 (default_gdb_start): Set inferior_spawn_id.
19072 (send_inferior): New procedure.
19073 * lib/gdbserver-support.exp (gdbserver_start): Set
19074 inferior_spawn_id.
19075 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
19076
19077 2015-04-07 Pedro Alves <palves@redhat.com>
19078
19079 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
19080 * lib/gdbserver-support.exp (gdbserver_start): Make
19081 $server_spawn_id global.
19082 (gdbserver_start): Don't wait for gdbserver's spawn id with
19083 expect_background.
19084 (close_gdbserver): New procedure.
19085 (gdb_exit): Rename the default version and reimplement.
19086
19087 2015-04-07 Pedro Alves <palves@redhat.com>
19088
19089 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
19090 append the substituted item, not the original item.
19091
19092 2015-04-07 Pedro Alves <palves@redhat.com>
19093
19094 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
19095 gdb_expect.
19096
19097 2015-04-07 Pedro Alves <palves@redhat.com>
19098
19099 * gdb.base/interrupt.exp: Don't handle the case of the inferior
19100 output appearing once only.
19101
19102 2015-04-07 Pedro Alves <palves@redhat.com>
19103
19104 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
19105 that doesn't expect anything. Return early if running to main
19106 fails.
19107
19108 2015-04-07 Yao Qi <yao.qi@linaro.org>
19109
19110 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
19111 (child_function): Call alarm.
19112 (main): Move call to alarm into the loop.
19113 * gdb.threads/non-stop-fair-events.exp: Build program with
19114 -DTIMEOUT=$timeout.
19115
19116 2015-04-06 Doug Evans <xdje42@gmail.com>
19117
19118 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
19119 Fix dest parameter to board_info.
19120 (fpc_compile): Ditto.
19121 (gdb_compile_pascal): Rename dest arg to destfile.
19122
19123 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
19124
19125 * gdb.ada/funcall_ref.exp: New file.
19126 * gdb.ada/funcall_ref/foo.adb: New file.
19127
19128 2015-04-02 Yao Qi <yao.qi@linaro.org>
19129
19130 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
19131 is remote.
19132
19133 2015-04-02 Gary Benson <gbenson@redhat.com>
19134
19135 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
19136
19137 2015-04-01 Sasha Smundak <asmundak@google.com>
19138
19139 * gdb.python/py-unwind-maint.c: New file.
19140 * gdb.python/py-unwind-maint.exp: New test.
19141 * gdb.python/py-unwind-maint.py: New file.
19142 * gdb.python/py-unwind.c: New file.
19143 * gdb.python/py-unwind.exp: New test.
19144 * gdb.python/py-unwind.py: New test.
19145
19146 2015-04-01 Pedro Alves <palves@redhat.com>
19147
19148 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
19149 to fail instead of non-existent $test.
19150
19151 2015-04-01 Pedro Alves <palves@redhat.com>
19152
19153 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
19154 GDBFLAGS if not empty.
19155
19156 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
19157
19158 * gdb.ada/complete.exp: Remove "multi_line".
19159 * gdb.ada/info_exc.exp: Remove "multi_line".
19160 * gdb.ada/packed_tagged.exp: Remove "multi_line".
19161 * gdb.ada/ptype_field.exp: Remove "multi_line".
19162 * gdb.ada/sym_print_name.exp: Remove "multi_line".
19163 * gdb.ada/tagged.exp: Remove "multi_line".
19164 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
19165 [multi_line ...]
19166 * gdb.btrace/delta.exp: Likewise.
19167 * gdb.btrace/exception.exp: Likewise.
19168 * gdb.btrace/function_call_history.exp: Likewise.
19169 * gdb.btrace/instruction_history.exp: Likewise.
19170 * gdb.btrace/nohist.exp: Likewise.
19171 * gdb.btrace/record_goto.exp: Likewise.
19172 * gdb.btrace/segv.exp: Likewise.
19173 * gdb.btrace/stepi.exp: Likewise.
19174 * gdb.btrace/tailcall.exp: Likewise.
19175 * gdb.btrace/unknown_functions.exp: Likewise.
19176 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
19177 * lib/gdb.exp: Add the "multi_line" helper.
19178
19179 2015-04-01 Pedro Alves <palves@redhat.com>
19180
19181 * gdb.threads/tid-reuse.c: New file.
19182 * gdb.threads/tid-reuse.exp: New file.
19183
19184 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
19185
19186 PR corefiles/16092
19187 * gdb.base/coredump-filter.c: New file.
19188 * gdb.base/coredump-filter.exp: Likewise.
19189
19190 2015-03-27 Petr Machata <pmachata@redhat.com>
19191
19192 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
19193 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
19194 (Dwarf::assemble): Initialize them.
19195 (Dwarf::lines): New function.
19196
19197 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
19198
19199 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
19200 SYMBOL_PREFIX for x86_64-*-cygwin.
19201
19202 2015-03-26 Andy Wingo <wingo@igalia.com>
19203
19204 PR symtab/18148
19205 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
19206 const_value but not a location.
19207 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
19208 location defined in non-main CUs are visible.
19209
19210 2015-03-26 Yao Qi <yao.qi@linaro.org>
19211
19212 PR testsuite/18139
19213 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
19214 Add a line number entry for the same line.
19215 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
19216 Add a line number entry for the same line.
19217
19218 2015-03-26 Yao Qi <yao.qi@linaro.org>
19219
19220 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
19221 .int 0.
19222 (func): Likewise. Add .Lfunc_1 label.
19223 Use .Lfunc_1 label.
19224 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
19225 .int 0.
19226 (func): Likewise.
19227 Use .Lfunc_1 label.
19228
19229 2015-03-26 Yao Qi <yao.qi@linaro.org>
19230
19231 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
19232 Call gdb_compile instead to compile each .s files without debug
19233 information.
19234
19235 2015-03-26 Yao Qi <yao.qi@linaro.org>
19236
19237 * gdb.base/savedregs.exp (process_saved_regs): Make
19238 "Saved registers:" optional in the pattern.
19239
19240 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19241
19242 * gdb.btrace/next.exp: Merged into step.exp.
19243 * gdb.btrace/finish.exp: Merged into step.exp.
19244 * gdb.btrace/nexti.exp: Merged into stepi.exp.
19245 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
19246 "record goto" and checking the exact replay position.
19247 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
19248 check for "Recording format" in "info record" output.
19249 * gdb.btrace/record_goto.exp: Choose test file based on target.
19250 * gdb.btrace/x86-record_goto.S: Renamed into ...
19251 * gdb.btrace/x86_64-record_goto.S: ... this.
19252 * gdb.btrace/i686-record_goto.S: New.
19253 * gdb.btrace/x86-tailcall.S: Renamed into ...
19254 * gdb.btrace/x86_64-tailcall.S: ... this.
19255 * gdb.btrace/i686-tailcall.S: New.
19256 * gdb.btrace/x86-tailcall.c: Renamed into ...
19257 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
19258 separate statements. Update test.
19259 * gdb.btrace/delta.exp: Use record_goto.c as test file.
19260 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
19261 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
19262 * gdb.btrace/tailcall.exp: Choose test file based on target.
19263 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
19264
19265 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19266
19267 * gdb.btrace/exception.exp: Increase BTS buffer size.
19268
19269 2015-03-24 Pedro Alves <palves@redhat.com>
19270
19271 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19272
19273 2015-03-24 Pedro Alves <palves@redhat.com>
19274
19275 * gdb.threads/schedlock.exp (test_step): No longer expect that
19276 "set scheduler-locking step" with "next" over a function call runs
19277 threads unlocked.
19278
19279 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19280
19281 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19282
19283 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19284
19285 PR breakpoints/16466
19286 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
19287 * gdb.mi/mi-pending.c (thread_func): New function.
19288 (int main): Add threading support required.
19289 * gdb.mi/mi-pending.exp: Add tests for this issue.
19290 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
19291 (pendfunc2): Remove stdio dependency.
19292 * gdb.mi/mi-pendshr2.c: New file.
19293
19294 2015-03-23 Keith Seitz <keiths@redhat.com>
19295
19296 * gdb.linespec/keywords.c: New file.
19297 * gdb.linespec/keywords.exp: New file.
19298
19299 2015-03-23 Keith Seitz <keiths@redhat.com>
19300
19301 PR gdb/18021
19302 * gdb.dwarf2/staticvirtual.exp: New test.
19303
19304 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19305
19306 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
19307 * README: Remove HP-UX and gdb.hp.
19308 (configuration):
19309 * configure: Regenerate.
19310 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
19311 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
19312 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
19313 gdb.hp/gdb.defects/Makefile.
19314 * gdb.hp/Makefile.in: File deleted.
19315 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
19316 * gdb.hp/gdb.aCC/optimize.c: File deleted.
19317 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
19318 * gdb.hp/gdb.aCC/run.c: File deleted.
19319 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
19320 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
19321 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
19322 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
19323 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19324 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19325 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19326 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19327 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19328 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19329 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19330 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19331 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19332 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19333 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19334 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19335 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19336 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19337 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19338 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19339 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19340 * gdb.hp/gdb.compat/average.c: File deleted.
19341 * gdb.hp/gdb.compat/sum.c: File deleted.
19342 * gdb.hp/gdb.compat/xdb.c: File deleted.
19343 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19344 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19345 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19346 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19347 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19348 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19349 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19350 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19351 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19352 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19353 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19354 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19355 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19356 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19357 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19358 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19359 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19360 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19361 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19362 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19363 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19364 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19365 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19366 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19367 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19368 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19369 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19370 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19371 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19372 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19373 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19374 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19375 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19376 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19377 * gdb.hp/tools/odump: File deleted.
19378
19379 2015-03-19 Pedro Alves <palves@redhat.com>
19380
19381 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19382 (saw_thread_3): New globals.
19383 (top level): Increment them when an event for the corresponding
19384 thread is seen.
19385 (no thread starvation): New test.
19386
19387 2015-03-19 Pedro Alves <palves@redhat.com>
19388
19389 * gdb.threads/continue-pending-status.c: New file.
19390 * gdb.threads/continue-pending-status.exp: New file.
19391
19392 2015-03-18 Pedro Alves <palves@redhat.com>
19393
19394 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19395 Use gdb_is_target_remote instead of is_remote. Use
19396 gdb_test_multiple instead of gdb_expect. Exit early if
19397 gdb_test_multiple hits its internal matches. Tighten stepi tests
19398 expected output. Fail on exit with any signal, instead of just
19399 SIGILL.
19400
19401 2015-03-18 Yao Qi <yao.qi@linaro.org>
19402
19403 PR tdep/18107
19404 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19405 variable.
19406 * gdb.base/catch-syscall.exp: Don't skip it on
19407 aarch64*-*-linux* target. Remove elements in all_syscalls.
19408 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19409 target.
19410 (setup_all_syscalls): New proc.
19411
19412 2015-03-16 Yao Qi <yao.qi@linaro.org>
19413
19414 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19415 (top level): Skip tests if valid_addr_p returns false for
19416 $cmd1 or $cmd2.
19417
19418 2015-03-11 Andy Wingo <wingo@igalia.com>
19419
19420 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19421
19422 2015-03-11 Yao Qi <yao.qi@linaro.org>
19423
19424 * gdb.base/catch-syscall.exp: Fix typo in comments.
19425
19426 2015-03-11 Yao Qi <yao.qi@linaro.org>
19427
19428 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19429
19430 2015-03-09 Pedro Alves <palves@redhat.com>
19431
19432 * dg-extract-results.py: Delete.
19433
19434 2015-03-09 Pedro Alves <palves@redhat.com>
19435
19436 Merge dg-extract-results.sh from GCC upstream (r218843).
19437
19438 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19439 * dg-extract-results.sh: Use --text with grep to avoid issues with
19440 binary files. Fall back to cat -v, if that doesn't work.
19441
19442 2015-03-05 Pedro Alves <palves@redhat.com>
19443
19444 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19445
19446 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19447
19448 * lib/mi-support.exp (mi_expect_interrupt): Accept
19449 alternative event for when in all-stop mode.
19450
19451 2015-03-04 Pedro Alves <palves@redhat.com>
19452
19453 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19454
19455 2015-03-04 Mark Kettenis <kettenis@gnu.org>
19456
19457 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19458
19459 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19460
19461 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19462 regexps for GDB's current line display, accept a hex address
19463 preceding the line number.
19464
19465 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19466
19467 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19468 the 'arch1' variable for "s390*-linux*" targets.
19469
19470 2015-03-04 Pedro Alves <palves@redhat.com>
19471
19472 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19473 (main): Pass missing retval argument to pthread_join call.
19474
19475 2015-03-02 Pedro Alves <palves@redhat.com>
19476
19477 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19478 (top level): Call do_test with non-stop as well.
19479
19480 2015-03-02 Pedro Alves <palves@redhat.com>
19481
19482 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19483 -1.
19484
19485 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19486
19487 * gdb.arch/s390-vregs.exp: New test.
19488 * gdb.arch/s390-vregs.S: New file.
19489
19490 2015-02-27 Pedro Alves <palves@redhat.com>
19491
19492 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19493 call to catch_command_errors.
19494 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19495 catch_command_errors.
19496
19497 2015-02-27 Pedro Alves <palves@redhat.com>
19498
19499 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19500 "true" for boolean result.
19501 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19502 prototype of main.
19503
19504 2015-02-27 Pedro Alves <palves@redhat.com>
19505
19506 * lib/unbuffer_output.c: New file.
19507 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19508 (main): Call gdb_unbuffer_output.
19509
19510 2015-02-27 Yao Qi <yao.qi@linaro.org>
19511
19512 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19513 target.
19514
19515 2015-02-26 Doug Evans <dje@google.com>
19516
19517 * gdb.cp/class2.cc (Dbase, D): New classes.
19518 (main): New local delta.
19519 * gdb.cp/class2.exp: Test printing delta.
19520 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19521 (dynbar): New global.
19522 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19523
19524 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19525
19526 * gdb.compile/compile-ifunc.c: New file.
19527 * gdb.compile/compile-ifunc.exp: New file.
19528
19529 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19530
19531 * gdb.base/structs.exp: Check for correct struct on finish.
19532
19533 2015-02-26 Yao Qi <yao.qi@linaro.org>
19534
19535 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19536 is zero.
19537
19538 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19539
19540 * gdb.arch/cordic.ko.bz2: New file.
19541 * gdb.arch/cordic.ko.debug.bz2: New file.
19542 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19543
19544 2015-02-25 Yao Qi <yao.qi@linaro.org>
19545
19546 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19547 aarch64*-*-* target.
19548
19549 2015-02-23 Pedro Alves <palves@redhat.com>
19550
19551 * lib/gdb.exp (delete_breakpoints): Rewrite using
19552 gdb_test_multiple.
19553
19554 2015-02-23 Pedro Alves <palves@redhat.com>
19555
19556 * gdb.base/info-os.c: Include stdlib.h.
19557
19558 2015-02-22 Doug Evans <xdje42@gmail.com>
19559
19560 PR symtab/17855
19561 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19562 is read after symbols have been re-read.
19563 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19564 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19565
19566 2015-02-21 Doug Evans <dje@google.com>
19567
19568 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19569
19570 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19571
19572 PR corefiles/17808
19573 * gdb.arch/i386-biarch-core.core.bz2: New file.
19574 * gdb.arch/i386-biarch-core.exp: New file.
19575
19576 2015-02-21 Pedro Alves <palves@redhat.com>
19577
19578 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19579 runto_main fails.
19580
19581 2015-02-20 Pedro Alves <palves@redhat.com>
19582
19583 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19584 info probes.
19585
19586 2015-02-20 Pedro Alves <palves@redhat.com>
19587
19588 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19589
19590 2015-02-20 Pedro Alves <palves@redhat.com>
19591
19592 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19593 clean_restart before gdb_target_supports_trace.
19594
19595 2015-02-20 Pedro Alves <palves@redhat.com>
19596
19597 PR threads/18006
19598 * gdb.threads/clone-thread_db.c: New file.
19599 * gdb.threads/clone-thread_db.exp: New file.
19600
19601 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19602
19603 PR breakpoints/16812
19604 * gdb.base/catch-gdb-caused-signals.c: New file.
19605 * gdb.base/catch-gdb-caused-signals.exp: New file.
19606
19607 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19608
19609 * configure: Regenerated.
19610 * configure.ac: Use GDB_AC_TRANSFORM.
19611 * aclocal.m4: sinclude ../transform.m4.
19612
19613 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19614
19615 * lib/dtrace.exp: New file.
19616 * gdb.base/dtrace-probe.exp: Likewise.
19617 * gdb.base/dtrace-probe.d: Likewise.
19618 * gdb.base/dtrace-probe.c: Likewise.
19619 * lib/pdtrace.in: Likewise.
19620 * configure.ac: Output variables with the transformed names of
19621 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19622 * configure: Regenerated.
19623
19624 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19625
19626 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19627 expected message when trying to access $_probe_* convenience
19628 variables while not on a probe.
19629
19630 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19631
19632 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19633
19634 2015-02-11 Pedro Alves <pedro@codesourcery.com>
19635
19636 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19637 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19638
19639 2015-02-10 Doug Evans <xdje42@gmail.com>
19640
19641 * lib/gdb.exp (gdb_load): Always return a result.
19642
19643 2015-02-10 Pedro Alves <palves@redhat.com>
19644
19645 * gdb.threads/signal-sigtrap.c: New file.
19646 * gdb.threads/signal-sigtrap.exp: New file.
19647
19648 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19649
19650 * gdb.trace/no-attach-trace.c: New file.
19651 * gdb.trace/no-attach-trace.exp: New file.
19652
19653 2015-02-09 Mark Wielaard <mjw@redhat.com>
19654
19655 * gdb.dwarf2/atomic.c: New file.
19656 * gdb.dwarf2/atomic-type.exp: Likewise.
19657
19658 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19659
19660 * gdb.btrace/buffer-size.exp: Update "info record" output.
19661 * gdb.btrace/delta.exp: Update "info record" output.
19662 * gdb.btrace/enable.exp: Update "info record" output.
19663 * gdb.btrace/finish.exp: Update "info record" output.
19664 * gdb.btrace/instruction_history.exp: Update "info record" output.
19665 * gdb.btrace/next.exp: Update "info record" output.
19666 * gdb.btrace/nexti.exp: Update "info record" output.
19667 * gdb.btrace/step.exp: Update "info record" output.
19668 * gdb.btrace/stepi.exp: Update "info record" output.
19669 * gdb.btrace/nohist.exp: Update "info record" output.
19670
19671 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19672
19673 * gdb.btrace/buffer-size: New.
19674
19675 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19676
19677 * gdb.btrace/delta.exp: Update "info record" output.
19678 * gdb.btrace/enable.exp: Update "info record" output.
19679 * gdb.btrace/finish.exp: Update "info record" output.
19680 * gdb.btrace/instruction_history.exp: Update "info record" output.
19681 * gdb.btrace/next.exp: Update "info record" output.
19682 * gdb.btrace/nexti.exp: Update "info record" output.
19683 * gdb.btrace/step.exp: Update "info record" output.
19684 * gdb.btrace/stepi.exp: Update "info record" output.
19685 * gdb.btrace/nohist.exp: Update "info record" output.
19686
19687 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19688
19689 PR gdb/15678
19690 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19691
19692 2015-02-06 Pedro Alves <palves@redhat.com>
19693
19694 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19695 macro.
19696 (seconds_left, again): New globals.
19697 (main): Wait seconds_left in a 1-second sleep loop instead of
19698 sleeping 180 seconds. If 'again' is set, reset the seconds
19699 counter.
19700 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19701 'again' in the inferior before detaching. Print the seconds left.
19702 (options): New global.
19703 (top level): Build program with -DTIMEOUT=$timeout.
19704
19705 2015-02-06 Pedro Alves <palves@redhat.com>
19706
19707 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19708 determine how many seconds to pass to 'alarm'.
19709 * gdb.base/gdb-sigterm.exp (top level): Build program with
19710 -DTIMEOUT=$timeout.
19711 (do_test): Return success/failure indication. Add more verbose
19712 logging. Don't fail if 200 single steps are seen. Instead, fail
19713 when the test times out.
19714 (passes): New global.
19715 (top level): Break the testing loop if testing fails on any
19716 iteration. Use gdb_assert.
19717
19718 2015-02-04 Don Breazeal <donb@codesourcery.com>
19719
19720 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19721 and initialize them.
19722 (ipc_cleanup): New function.
19723 (main): Don't declare shmid, semid, and msqid. Add a call to
19724 atexit so that we call ipc_cleanup on exit.
19725
19726 2015-02-04 Pedro Alves <palves@redhat.com>
19727
19728 * boards/native-extended-gdbserver.exp: Remove any target variant
19729 specifications from the board name before clearing the isremote
19730 flag from board_info.
19731
19732 2015-01-31 Doug Evans <xdje42@gmail.com>
19733
19734 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19735
19736 2015-01-31 Gary Benson <gbenson@redhat.com>
19737
19738 * gdb.base/completion.exp: Disable completion limiting for
19739 existing tests. Add new tests to check completion limiting.
19740 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19741
19742 2015-01-31 Doug Evans <xdje42@gmail.com>
19743
19744 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19745
19746 2015-01-31 Doug Evans <xdje42@gmail.com>
19747
19748 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19749 entries. Duplicate file section script entries.
19750 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19751 inlined entries. Add test for safe-path rejection.
19752 * gdb.python/py-section-script.c: Add duplicate inlined section script
19753 entries. Duplicate file section script entries.
19754 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19755 inlined entries. Add test for safe-path rejection.
19756
19757 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19758
19759 * gdb.ada/disc_arr_bound: New testcase.
19760
19761 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19762
19763 * gdb.ada/mi_var_array: New testcase.
19764
19765 2015-01-27 Doug Evans <dje@google.com>
19766
19767 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19768 Add test for objfile.filename, objfile.username after objfile
19769 has been unloaded.
19770
19771 2015-01-26 Joel Brobecker <brobecker@adacore.com>
19772
19773 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19774 the second test to print the name attribute of value
19775 returned by the call to gdb.lookup_type, and adjust
19776 the expected output accordingly.
19777
19778 2015-01-25 Mark Wielaard <mjw@redhat.com>
19779
19780 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19781 * gdb.base/disp-step-fork.c: Include unistd.h.
19782 * gdb.base/siginfo-obj.c: Include stdio.h.
19783 * gdb.base/siginfo-thread.c: Likewise.
19784 * gdb.mi/non-stop.c: Include unistd.h.
19785 * gdb.mi/nsthrexec.c: Include stdio.h.
19786 * gdb.mi/pthreads.c: Include unistd.h.
19787 * gdb.modula2/unbounded1.c (main): Declare returns int.
19788 * gdb.reverse/consecutive-reverse.c: Likewise.
19789 * gdb.threads/create-fail.c: Include unistd.h.
19790 * gdb.threads/killed.c: Likewise.
19791 * gdb.threads/linux-dp.c: Likewise.
19792 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19793 * gdb.threads/non-ldr-exc-2.c: Likewise.
19794 * gdb.threads/non-ldr-exc-3.c: Likewise.
19795 * gdb.threads/non-ldr-exc-4.c: Likewise.
19796 * gdb.threads/pthreads.c: Include unistd.h.
19797 (main): Declare returns int.
19798 * gdb.threads/tls-main.c (foo): New declaration.
19799 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19800
19801 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19802
19803 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19804 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19805
19806 2015-01-15 Mark Wielaard <mjw@redhat.com>
19807
19808 * gdb.base/noreturn-return.c: New file.
19809 * gdb.base/noreturn-return.exp: New file.
19810 * gdb.base/noreturn-finish.c: New file.
19811 * gdb.base/noreturn-finish.exp: New file.
19812
19813 2015-01-23 Pedro Alves <palves@redhat.com>
19814
19815 * gdb.threads/continue-pending-after-query.c: New file.
19816 * gdb.threads/continue-pending-after-query.exp: New file.
19817
19818 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19819 Simon Marchi <simon.marchi@ericsson.com>
19820
19821 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19822 * gdb.base/valgrind-db-attach.exp: Same.
19823 * gdb.base/valgrind-infcall.exp: Same.
19824 * lib/mi-support.exp (default_mi_gdb_start): Same.
19825 * lib/prompt.exp (default_prompt_gdb_start): Same.
19826 * lib/gdb.exp (default_gdb_spawn): Same.
19827 (gdb_interact): New.
19828
19829
19830 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19831
19832 * gdb.compile/compile.exp (pointer to jit function): New test.
19833
19834 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
19835
19836 * lib/gdb.exp (supports_process_record): Return true for
19837 powerpc*-*-linux*.
19838 (supports_reverse): Likewise.
19839
19840 2015-01-15 Don Breazeal <donb@codesourcery.com>
19841
19842 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19843 instead of checking whether the target board is remote and
19844 use spawn_wait_for_attach instead of exec/sleep.
19845 * gdb.base/attach-twice.exp: Likewise.
19846
19847 2015-01-15 Joel Brobecker <brobecker@adacore.com>
19848
19849 * gdb.ada/var_arr_attrs: New testcase.
19850
19851 2015-01-14 Pedro Alves <palves@redhat.com>
19852 Joel Brobecker <brobecker@adacore.com>
19853
19854 PR gdb/17525
19855 * gdb.base/bp-cmds-execution-x-script.c: New file.
19856 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19857 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19858
19859 2015-01-14 Pedro Alves <palves@redhat.com>
19860
19861 PR cli/17828
19862 * gdb.base/batch-preserve-term-settings.c: New file.
19863 * gdb.base/batch-preserve-term-settings.exp: New file.
19864
19865 2015-01-13 Doug Evans <dje@google.com>
19866
19867 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19868 binary.
19869
19870 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19871
19872 * Makefile.in (clean mostlyclean): Do not delete *.py.
19873
19874 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19875
19876 * gdb.python/py-lookup-type.exp: New file.
19877
19878 2015-01-12 Pedro Alves <palves@redhat.com>
19879
19880 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19881 restore GDBFLAGS before returning.
19882
19883 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19884
19885 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19886 is_amd64_regs_target and is_x86_like_target.
19887
19888 2015-01-11 Doug Evans <xdje42@gmail.com>
19889
19890 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19891 is given without an explicit form.
19892 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19893 attributes.
19894 * gdb.dwarf/corrupt.exp: Ditto.
19895 * gdb.dwarf2/enum-type.exp: Ditto.
19896 * gdb.trace/entry-values.exp: Ditto.
19897 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19898
19899 2015-01-11 Doug Evans <xdje42@gmail.com>
19900
19901 PR gdb/15830
19902 * gdb.base/maint.exp: Remove references to "maint demangle".
19903 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19904 Add tests for explicitly specifying language to demangle.
19905 * gdb.dlang/demangle.exp: Ditto.
19906
19907 2015-01-09 Pedro Alves <palves@redhat.com>
19908
19909 * gdb.threads/non-stop-fair-events.c: New file.
19910 * gdb.threads/non-stop-fair-events.exp: New file.
19911
19912 2015-01-09 Pedro Alves <palves@redhat.com>
19913
19914 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19915 the global scope. Set a breakpoint after all threads are started
19916 rather than stepping over two source lines. Expect the prompt.
19917 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19918 global.
19919 (NUM): Now 15.
19920 (main): Use threads_started_barrier to wait for all threads to
19921 start. Main thread no longer calls thread_function. Exit after
19922 180 seconds.
19923 (loop): New function.
19924 (thread_function): Wait on threads_started_barrier barrier. Call
19925 'loop' at each iteration.
19926 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19927 threads have started, instead of hardcoding number of "next"
19928 steps. Use an access watchpoint instead of a write watchpoint.
19929
19930 2015-01-09 Pedro Alves <palves@redhat.com>
19931
19932 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19933 (thread_func): Wait on barrier.
19934 (main): Wait for all threads to start before stopping GDB.
19935 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19936 global.
19937 (thread1_func, thread2_func): Wait on barrier.
19938 (main): Wait for all threads to start before stopping GDB.
19939 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19940 New global.
19941 (thread1_func, thread2_func): Wait on barrier.
19942 (main): Wait for all threads to start before stopping GDB.
19943
19944 2015-01-09 Pedro Alves <palves@redhat.com>
19945
19946 * gdb.threads/attach-many-short-lived-threads.c: New file.
19947 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19948
19949 2014-01-09 Pedro Alves <palves@redhat.com>
19950
19951 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19952 instead of to thread 2.
19953 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19954 Add barrier around each pthread_create call instead of around all
19955 calls.
19956 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19957 Set a break on thread_function and have the child threads hit it
19958 one at at a time.
19959
19960 2015-01-09 Pedro Alves <palves@redhat.com>
19961
19962 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19963 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19964 false.
19965 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19966 checking whether the target board is remote.
19967 * gdb.multi/multi-attach.exp: Likewise.
19968 * gdb.python/py-sync-interp.exp: Likewise.
19969 * gdb.server/ext-attach.exp: Likewise.
19970 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19971 tests that need to attach, instead of checking whether the target
19972 board is remote at the top of the file.
19973
19974 2015-01-08 Yao Qi <yao@codesourcery.com>
19975
19976 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19977
19978 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19979
19980 Fix testcase compilation.
19981 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19982
19983 2015-01-06 Joel Brobecker <brobecker@adacore.com>
19984
19985 * gdb.python/py-type.exp: Add a couple test about empty
19986 array creation, and negative-length array creation.
19987
19988 2015-01-02 Doug Evans <xdje42@gmail.com>
19989
19990 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19991
19992 2015-01-02 Doug Evans <dje@google.com>
19993
19994 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19995
19996 2014-12-29 Yao Qi <yao@codesourcery.com>
19997
19998 * gdb.trace/entry-values.exp: Update comments. Rename variable
19999 bar_call_foo to returned_from_foo.
20000
20001 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
20002
20003 PR gdb/17394
20004 * gdb.linespec/break-asm-file.c: New file.
20005 * gdb.linespec/break-asm-file.exp: New file.
20006 * gdb.linespec/break-asm-file0.s: New file.
20007 * gdb.linespec/break-asm-file1.s: New file.
20008
20009 2014-12-18 Nigel Stephens <nigel@mips.com>
20010 Maciej W. Rozycki <macro@codesourcery.com>
20011
20012 * gdb.base/float.exp: Handle the new output from "info float" on
20013 MIPS targets.
20014
20015 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20016
20017 Fix MinGW compilation.
20018 * gdb.compile/compile-ops.exp: Update untested message if
20019 !skip_compile_feature_tests.
20020 * gdb.compile/compile-setjmp.exp: Likewise.
20021 * gdb.compile/compile-tls.exp: Likewise.
20022 * gdb.compile/compile.exp: Likewise.
20023 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
20024 supported on this host".
20025
20026 2014-12-16 Doug Evans <xdje42@gmail.com>
20027
20028 * boards/stabs.exp: New file.
20029
20030 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
20031
20032 * gdb.base/completion.exp: Adjust to format changes of "maint
20033 print user-registers".
20034
20035 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
20036
20037 PR server/17457
20038 * gdb.arch/aarch64-fp.c: New file.
20039 * gdb.arch/aarch64-fp.exp: New file.
20040
20041 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
20042
20043 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
20044 r210637, r210913, r211666, r215400, r215817).
20045
20046 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
20047 * dg-extract-results.py: New file.
20048 * dg-extract-results.sh: Use it if the environment seems
20049 suitable.
20050
20051 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
20052
20053 * dg-extract-results.py (parse_run): Handle warnings that
20054 are printed before a test harness is run.
20055
20056 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
20057
20058 * dg-extract-results.py (Named): Remove __cmp__ method.
20059 (output_variation): Use a key to sort variation.harnesses.
20060
20061 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
20062
20063 * dg-extract-results.py: For Python 3, force sys.stdout to
20064 handle surrogate escape sequences.
20065 (safe_open): New function.
20066 (output_segment, main): Use it.
20067
20068 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
20069
20070 * dg-extract-results.py (Prog.result_re): Include options
20071 in test name.
20072
20073 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
20074
20075 * dg-extract-results.py (output_variation): Always sort if
20076 do_sum.
20077
20078 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
20079
20080 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
20081 as long as we get pagination notifications.
20082
20083 2014-12-15 Jason Merrill <jason@redhat.com>
20084
20085 * Makefile.in (check-gdb.%): Restore.
20086 * README: Mention it.
20087
20088 2014-12-13 Joel Brobecker <brobecker@adacore.com>
20089
20090 * gdb.ada/str_uninit: New testcase.
20091
20092 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20093
20094 PR symtab/17642
20095 * gdb.base/vla-stub-define.c: New file.
20096 * gdb.base/vla-stub.c: New file.
20097 * gdb.base/vla-stub.exp: New file.
20098
20099 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
20100 Jan Kratochvil <jan.kratochvil@redhat.com>
20101 Tom Tromey <tromey@redhat.com>
20102
20103 * configure.ac: Add gdb.compile/.
20104 * configure: Regenerate.
20105 * gdb.compile/Makefile.in: New file.
20106 * gdb.compile/compile-ops.exp: New file.
20107 * gdb.compile/compile-ops.c: New file.
20108 * gdb.compile/compile-tls.c: New file.
20109 * gdb.compile/compile-tls.exp: New file.
20110 * gdb.compile/compile-constvar.S: New file.
20111 * gdb.compile/compile-constvar.c: New file.
20112 * gdb.compile/compile-mod.c: New file.
20113 * gdb.compile/compile-nodebug.c: New file.
20114 * gdb.compile/compile-setjmp-mod.c: New file.
20115 * gdb.compile/compile-setjmp.c: New file.
20116 * gdb.compile/compile-setjmp.exp: New file.
20117 * gdb.compile/compile-shlib.c: New file.
20118 * gdb.compile/compile.c: New file.
20119 * gdb.compile/compile.exp: New file.
20120 * lib/gdb.exp (skip_compile_feature_tests): New proc.
20121
20122 2014-12-12 Tom Tromey <tromey@redhat.com>
20123
20124 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
20125 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
20126
20127 2014-12-12 Doug Evans <dje@google.com>
20128
20129 * lib/gdb-python.exp (get_python_valueof): New function.
20130 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
20131
20132 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20133
20134 * gdb.base/completion.exp: Add test for completion of "info
20135 registers ".
20136
20137 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
20138
20139 * gdb.base/func-ptrs.c: New file.
20140 * gdb.base/func-ptrs.exp: New file.
20141
20142 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20143
20144 PR breakpoints/17012
20145 * gdb.base/dprintf-detach.c: New file.
20146 * gdb.base/dprintf-detach.exp: New file.
20147
20148 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20149
20150 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
20151 * lib/gdb.exp (target_is_gdbserver): New procedure.
20152
20153 2014-12-08 Doug Evans <dje@google.com>
20154
20155 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
20156
20157 2014-12-05 Yao Qi <yao@codesourcery.com>
20158
20159 * gdb.guile/scm-error.exp: Remove the third argument to
20160 gdb_remote_download.
20161 * gdb.guile/scm-frame-args.exp: Likewise.
20162 * gdb.guile/scm-section-script.exp: Likewise.
20163
20164 2014-12-05 Yao Qi <yao@codesourcery.com>
20165
20166 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
20167
20168 2014-12-04 Doug Evans <dje@google.com>
20169
20170 * gdb.python/py-objfile.exp: Add tests for
20171 objfile.add_separate_debug_file.
20172
20173 2014-12-04 Doug Evans <dje@google.com>
20174
20175 * lib/gdb.exp (get_build_id): New function.
20176 (build_id_debug_filename_get): Rewrite to use it.
20177 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
20178
20179 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
20180
20181 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
20182 `method(long)', not just 0x0.
20183 * gdb.cp/nsalias.exp: Align code labels to 4.
20184 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
20185 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
20186 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
20187 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
20188 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
20189 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
20190
20191 2014-12-02 Doug Evans <dje@google.com>
20192
20193 PR symtab/17602
20194 * gdb.cp/anon-ns.cc: Move guts of this file to ...
20195 * gdb.cp/anon-ns2.cc: ... here. New file.
20196 * gdb.cp/anon-ns.exp: Update.
20197
20198 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
20199
20200 * gdb.python/py-events.py (inferior_call_handler): New.
20201 (register_changed_handler, memory_changed_handler): New.
20202 (test_events.invoke): Register new handlers.
20203 * gdb.python/py-events.exp: Add tests for inferior call,
20204 memory_changed and register_changed events.
20205
20206 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20207
20208 * gdb.base/execl-update-breakpoints.exp: Specify the link address
20209 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
20210 if the linker doesn't understand this.
20211
20212 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
20213
20214 * gdb.python/python.exp: Change expected reply to help().
20215
20216 2014-12-01 Yao Qi <yao@codesourcery.com>
20217
20218 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
20219 AC_CONFIG_SUBDIRS(gdb.gdbtk).
20220 * configure: Re-generated.
20221
20222 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
20223
20224 * gdb.cp/chained-calls.cc: New file.
20225 * gdb.cp/chained-calls.exp: New file.
20226 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
20227
20228 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
20229
20230 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
20231 * gdb.dwarf2/symtab-producer.exp: Same.
20232 * gdb.gdb/python-interrupts.exp: Same.
20233 * gdb.gdb/python-selftest.exp: Same.
20234 * gdb.python/py-linetable.exp: Same.
20235 * gdb.python/py-type.exp: Same.
20236 * gdb.python/py-value-cc.exp: Same.
20237 * gdb.python/py-value.exp: Same.
20238
20239 2014-11-28 Yao Qi <yao@codesourcery.com>
20240
20241 * gdb.base/break-probes.exp: Match library name prefixed with
20242 sysroot.
20243
20244 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
20245
20246 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
20247 test expected output. Add parentheses for the call to print.
20248 Remove L suffix from integers.
20249
20250 2014-11-26 Doug Evans <dje@google.com>
20251
20252 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20253
20254 2014-11-22 Yao Qi <yao@codesourcery.com>
20255
20256 * gdb.trace/entry-values.c: Remove asms.
20257 (foo): Add foo_label.
20258 (bar): Add bar_label.
20259 * gdb.trace/entry-values.exp: Remove code computing foo's
20260 length and bar's length.
20261 (Dwarf::assemble): Invoke function_range for bar and use
20262 MACRO_AT_func for foo.
20263
20264 2014-11-22 Yao Qi <yao@codesourcery.com>
20265
20266 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
20267 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
20268 Use .Lgcc43_procstart instead of gcc43.
20269
20270 2014-11-21 Joel Brobecker <brobecker@adacore.com>
20271
20272 * gdb.ada/n_arr_bound: New testcase.
20273
20274 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
20275
20276 PR breakpoints/10737
20277 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
20278 test_catch_syscall_multi_arch.
20279 (test_catch_syscall_multi_arch): New function.
20280
20281 2014-11-20 Doug Evans <xdje42@gmail.com>
20282
20283 * gdb.base/maint.exp: Update expected output.
20284
20285 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
20286
20287 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
20288 4-byte instruction on S390.
20289
20290 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20291
20292 * gdb.ada/arr_arr: New testcase.
20293
20294 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20295
20296 * gdb.ada/pkd_arr_elem: New Testcase.
20297
20298 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
20299
20300 * gdb.reverse/break-precsave: Expect completion message for
20301 core file reads.
20302 * gdb.reverse/consecutive-precsave.exp: Likewise.
20303 * gdb.reverse/finish-precsave.exp: Likewise.
20304 * gdb.reverse/i386-precsave.exp: Likewise.
20305 * gdb.reverse/machinestate-precsave.exp: Likewise.
20306 * gdb.reverse/sigall-precsave.exp: Likewise.
20307 * gdb.reverse/solib-precsave.exp: Likewise.
20308 * gdb.reverse/step-precsave.exp: Likewise.
20309 * gdb.reverse/until-precsave.exp: Likewise.
20310 * gdb.reverse/watch-precsave.exp: Likewise.
20311
20312 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20313
20314 * gdb.base/bp-permanent.c: Include unistd.h.
20315 * gdb.python/py-framefilter-mi.c (main): Add return type.
20316 * gdb.python/py-framefilter.c (main): Likewise.
20317 * gdb.trace/actions-changed.c (main): Likewise.
20318
20319 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20320
20321 * gdb.mi/until.c: Add eye-catchers.
20322 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
20323 line numbers.
20324
20325 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20326
20327 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20328 function header variants in break1.c.
20329 * gdb.base/ena-dis-br.exp: Likewise.
20330 * gdb.base/hbreak2.exp: Likewise.
20331 * gdb.reverse/until-precsave.exp: Drop references to removed
20332 non-prototype function header variants in ur1.c.
20333 * gdb.reverse/until-reverse.exp: Likewise.
20334
20335 2014-11-17 Petr Machata <pmachata@redhat.com>
20336
20337 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20338 ${_cu_offset_size} bytes abbrev offset.
20339
20340 2014-11-15 Doug Evans <xdje42@gmail.com>
20341
20342 PR symtab/17559
20343 * gdb.base/line-symtabs.exp: New file.
20344 * gdb.base/line-symtabs.c: New file.
20345 * gdb.base/line-symtabs.h: New file.
20346
20347 2014-11-14 Yao Qi <yao@codesourcery.com>
20348
20349 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20350 (func): Add label func_label.
20351 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20352 Replace low_pc and high_pc with MACRO_AT_range.
20353 Replace name, low_pc and high_pc with MACRO_AT_func.
20354
20355 2014-11-14 Yao Qi <yao@codesourcery.com>
20356
20357 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20358 Replace name, low_pc and high_pc with MACRO_AT_func.
20359
20360 2014-11-14 Yao Qi <yao@codesourcery.com>
20361
20362 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20363 produce debug information.
20364 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20365
20366 2014-11-14 Yao Qi <yao@codesourcery.com>
20367
20368 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20369 object and get function length.
20370 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20371 with MACRO_AT_func.
20372 (top-level): Replace gdb_compile and clean_restart with
20373 prepare_for_testing.
20374 * gdb.dwarf2/main.c (main): Add label main_label.
20375
20376 2014-11-14 Yao Qi <yao@codesourcery.com>
20377
20378 * lib/dwarf.exp (function_range): New procedure.
20379 (Dwarf::_handle_macro_at_func): New procedure.
20380 (Dwarf::_handle_macro_at_range): New procedure.
20381 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20382
20383 2014-11-14 Yao Qi <yao@codesourcery.com>
20384
20385 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20386 (_handle_attribute): New procedure.
20387
20388 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20389
20390 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20391 * gdb.base/call-sc.c (zed): Likewise.
20392 * gdb.base/checkpoint.c (main): Likewise.
20393 * gdb.base/dump.c (main): Likewise.
20394 * gdb.base/gcore.c (main): Likewise.
20395 * gdb.base/huge.c (main): Likewise.
20396 * gdb.base/multi-forks.c (main): Likewise.
20397 * gdb.base/pr10179-a.c (main): Likewise.
20398 * gdb.base/savedregs.c (main): Likewise.
20399 * gdb.base/sigaltstack.c (main): Likewise.
20400 * gdb.base/siginfo.c (main): Likewise.
20401 * gdb.base/structs.c (zed): Likewise.
20402 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20403 * gdb.mi/mi-syn-frame.c (main): Likewise.
20404 * gdb.mi/until.c (foo, main): Likewise.
20405 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20406 * gdb.base/solib-weak.c (foo): Declare.
20407 * gdb.base/attach-twice.c: Include stdio.h.
20408 * gdb.base/weaklib1.c: Likewise.
20409 * gdb.base/weaklib2.c: Likewise.
20410 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20411 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20412 unistd.h.
20413 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20414 * gdb.mi/mi-exit-code.c: Likewise.
20415 * gdb.base/break-interp-lib.c: Include string.h.
20416 * gdb.base/coremaker.c: Likewise.
20417 * gdb.base/testenv.c: Likewise.
20418 * gdb.python/py-finish-breakpoint.c: Likewise.
20419 * gdb.base/inferior-died.c: Include sys/wait.h.
20420 * gdb.base/fileio.c: Include time.h.
20421 * gdb.base/async-shell.c: Include unistd.h.
20422 * gdb.base/dprintf-non-stop.c: Likewise.
20423 * gdb.base/info-os.c: Likewise.
20424 * gdb.mi/mi-console.c: Likewise.
20425 * gdb.mi/watch-nonstop.c: Likewise.
20426 * gdb.python/py-events.c: Likewise.
20427 * gdb.base/async.c (baz): Move up before its invocation.
20428 * gdb.base/code_elim2.c (my_global_func): Likewise.
20429 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20430 * gdb.base/advance.c (func2): Likewise.
20431
20432 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20433
20434 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20435 variant.
20436 * gdb.base/annota3.c: Likewise.
20437 * gdb.base/async.c: Likewise.
20438 * gdb.base/average.c: Likewise.
20439 * gdb.base/call-ar-st.c: Likewise.
20440 * gdb.base/call-rt-st.c: Likewise.
20441 * gdb.base/call-sc.c: Likewise.
20442 * gdb.base/call-strs.c: Likewise.
20443 * gdb.base/ending-run.c: Likewise.
20444 * gdb.base/execd-prog.c: Likewise.
20445 * gdb.base/exprs.c: Likewise.
20446 * gdb.base/foll-exec.c: Likewise.
20447 * gdb.base/foll-fork.c: Likewise.
20448 * gdb.base/foll-vfork.c: Likewise.
20449 * gdb.base/funcargs.c: Likewise.
20450 * gdb.base/gcore.c: Likewise.
20451 * gdb.base/jump.c: Likewise.
20452 * gdb.base/langs0.c: Likewise.
20453 * gdb.base/langs1.c: Likewise.
20454 * gdb.base/langs2.c: Likewise.
20455 * gdb.base/mips_pro.c: Likewise.
20456 * gdb.base/nodebug.c: Likewise.
20457 * gdb.base/opaque0.c: Likewise.
20458 * gdb.base/opaque1.c: Likewise.
20459 * gdb.base/recurse.c: Likewise.
20460 * gdb.base/run.c: Likewise.
20461 * gdb.base/scope0.c: Likewise.
20462 * gdb.base/scope1.c: Likewise.
20463 * gdb.base/setshow.c: Likewise.
20464 * gdb.base/setvar.c: Likewise.
20465 * gdb.base/shmain.c: Likewise.
20466 * gdb.base/shr1.c: Likewise.
20467 * gdb.base/shr2.c: Likewise.
20468 * gdb.base/sigall.c: Likewise.
20469 * gdb.base/signals.c: Likewise.
20470 * gdb.base/so-indr-cl.c: Likewise.
20471 * gdb.base/solib2.c: Likewise.
20472 * gdb.base/structs.c: Likewise.
20473 * gdb.base/sum.c: Likewise.
20474 * gdb.base/vforked-prog.c: Likewise.
20475 * gdb.base/watchpoint.c: Likewise.
20476 * gdb.reverse/shr2.c: Likewise.
20477 * gdb.reverse/until-reverse.c: Likewise.
20478 * gdb.reverse/ur1.c: Likewise.
20479 * gdb.reverse/watch-reverse.c: Likewise.
20480
20481 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20482
20483 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20484 variant.
20485 * gdb.base/sepdebug.exp: Drop references to removed code.
20486
20487 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20488
20489 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20490 variant. Preserve original line numbering.
20491 * gdb.base/list1.c: Likewise.
20492
20493 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20494
20495 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20496 variant.
20497 * gdb.base/break1.c: Likewise.
20498 * gdb.base/break.exp: Drop references to removed code.
20499
20500 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20501
20502 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20503 variant.
20504
20505 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20506
20507 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20508
20509 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20510
20511 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20512 logic into perform_all_tests() and invoke it with and without
20513 function header prototypes.
20514 (do_function_calls): Remove conditional XFAIL for PR 5318.
20515 (rerun_and_prepare): Remove duplicate code.
20516 (perform_all_tests): New. Main logic moved here.
20517
20518 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20519
20520 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20521 code guarded by #ifdef NO_PROTOTYPES.
20522 (t_double_many_args): Likewise.
20523 (DEF_FUNC_MANY_ARGS_1): Likewise.
20524 (DEF_FUNC_VALUES_1): Likewise.
20525 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20526 guarded by #ifdef PROTOTYPES.
20527
20528 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20529
20530 * gdb.mi/mi-console.c: Add eye-catcher.
20531 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20532 instead of literal line number.
20533
20534 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20535
20536 * gdb.base/shr2.c: Add eye-catcher.
20537 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20538 line number.
20539
20540 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20541
20542 * gdb.base/jump.c: Add eye-catchers.
20543 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20544 numbers.
20545
20546 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20547
20548 * gdb.base/execd-prog.c: Add eye-catchers.
20549 * gdb.base/foll-exec.c: Likewise.
20550 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20551 line numbers.
20552
20553 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20554
20555 * gdb.base/ending-run.c: Add eye-catchers.
20556 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20557 literal line numbers.
20558
20559 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20560
20561 * gdb.base/call-rt-st.c: Add eye-catchers.
20562 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20563 literal line numbers.
20564
20565 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20566
20567 * gdb.base/call-ar-st.c: Add eye-catchers.
20568 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20569 literal line numbers.
20570
20571 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20572
20573 * gdb.base/average.c: Add eye-catchers.
20574 * gdb.base/sum.c: Likewise.
20575 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20576 regexps dynamically.
20577
20578 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20579
20580 * gdb.base/solib1.c: Add eye-catchers.
20581 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20582 literal line numbers.
20583
20584 2014-11-12 Pedro Alves <palves@redhat.com>
20585
20586 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20587 leader has exited.
20588
20589 2014-11-12 Pedro Alves <palves@redhat.com>
20590
20591 * gdb.arch/i386-bp_permanent.c: New file.
20592 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20593 (srcfile): Set to i386-bp_permanent.c.
20594 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20595 that stepi does not execute the 'leave' instruction, instead of
20596 testing it does execute.
20597 * gdb.base/bp-permanent.c: New file.
20598 * gdb.base/bp-permanent.exp: New file.
20599
20600 2014-11-10 Doug Evans <xdje42@gmail.com>
20601
20602 PR symtab/17564
20603 * gdb.base/symtab-search-order.exp: New file.
20604 * gdb.base/symtab-search-order.c: New file.
20605 * gdb.base/symtab-search-order-1.c: New file.
20606 * gdb.base/symtab-search-order-shlib-1.c: New file.
20607
20608 2014-11-07 Pedro Alves <palves@redhat.com>
20609
20610 PR gdb/17511
20611 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20612 i?86-*-linux*.
20613
20614 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20615
20616 PR c++/17494
20617 * gdb.cp/pr17494.cc: New file.
20618 * gdb.cp/pr17494.exp: New file.
20619
20620 2014-11-02 Yao Qi <yao@codesourcery.com>
20621
20622 * gdb.python/python.exp: Get working directory and match the
20623 output of "set extended-prompt \\w " with it.
20624
20625 2014-10-30 Doug Evans <dje@google.com>
20626
20627 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20628 in objfiles.
20629 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20630 in progspaces.
20631
20632 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
20633
20634 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20635 * gdb.base/realname-expand.exp: Likewise.
20636 * gdb.linespec/macro-relative.exp: Likewise.
20637
20638 2014-10-29 Pedro Alves <palves@redhat.com>
20639
20640 PR gdb/17408
20641 * gdb.threads/schedlock.c (some_function): New function.
20642 (call_function): New global.
20643 (MAYBE_CALL_SOME_FUNCTION): New macro.
20644 (thread_function): Call it.
20645 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20646 and use it instead of a global counter. Adjust all callers.
20647 (get_current_thread): Use "find current thread" for test message
20648 here rather than having all callers pass down the same string.
20649 (goto_loop): New procedure, factored out from ...
20650 (my_continue): ... this.
20651 (step_ten_loops): Change parameter from test message to command to
20652 use. Adjust.
20653 (list_count): Delete global.
20654 (check_result): New procedure, factored out from duplicate top
20655 level code.
20656 (continue tests): Wrap in with_test_prefix.
20657 (test_step): New procedure, factored out from duplicate top level
20658 code.
20659 (top level): Test "step" in combination with all scheduler-locking
20660 modes. Test "next" in combination with all scheduler-locking
20661 modes, and in combination with stepping over a function call or
20662 not.
20663 * gdb.threads/next-bp-other-thread.c: New file.
20664 * gdb.threads/next-bp-other-thread.exp: New file.
20665
20666 2014-10-29 Pedro Alves <palves@redhat.com>
20667
20668 PR python/17372
20669 * gdb.python/python.exp: Test a multi-line command that spawns
20670 interactive Python.
20671 * gdb.base/multi-line-starts-subshell.exp: New file.
20672
20673 2014-10-29 Yao Qi <yao@codesourcery.com>
20674
20675 * gdb.base/fileio.exp: Make directories on host.
20676
20677 2014-10-29 Yao Qi <yao@codesourcery.com>
20678
20679 * gdb.base/fileio.c (test_write): Close the file.
20680
20681 2014-10-28 Pedro Alves <palves@redhat.com>
20682
20683 PR gdb/12623
20684 * gdb.base/sigstep.c (no_handler): New global.
20685 (main): If 'no_handler is true, set the signal handlers to
20686 SIG_IGN.
20687 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20688 with_sw_watch and no_handler parameters. Handle them.
20689 (top level) <stepping over handler when stopped at a breakpoint
20690 test>: Add a test axis for testing with a software watchpoint, and
20691 another for testing with the signal handler set to SIG_IGN.
20692 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20693 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20694
20695 2014-10-28 Pedro Alves <palves@redhat.com>
20696
20697 PR gdb/17511
20698 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20699 * gdb.base/sigstep.exp (other_handler_location): New global.
20700 (advance): Support stepping into the signal handler, and running
20701 commands while in the handler.
20702 (in_handler_map): New global.
20703 (top level): In the advance test, add combinations for getting
20704 into the handler with stepping commands, and for running commands
20705 in the handler. Add comment descripting the advancei tests.
20706
20707 2014-10-28 Pedro Alves <palves@redhat.com>
20708
20709 * gdb.base/sigstep.exp: Use build_executable instead of
20710 prepare_for_testing.
20711 (top level): Move code that starts GDB, runs to main and creates a
20712 display to ...
20713 (restart): ... this new procedure.
20714 (top level): Move backtrace from signal handler test to ...
20715 (validate_backtrace): ... this new procedure.
20716 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20717 with_test_prefix. Always restart GDB.
20718 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20719 with_test_prefix. Always restart GDB. No need to delete
20720 breakpoints after the test.
20721 (test_skip_handler): Remove prefix parameter.
20722 (skip_over_handler, breakpoint_to_handler)
20723 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20724 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20725 restart GDB. No need to delete breakpoints after the test.
20726 (top level): Use foreach to call the test procedures with
20727 different commands.
20728
20729 2014-10-28 Pedro Alves <palves@redhat.com>
20730
20731 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20732 instead of GNATS numbers.
20733 * gdb.base/sigbpt.exp: Likewise.
20734 * gdb.base/siginfo.exp: Likewise.
20735 * gdb.base/sigstep.exp: Likewise.
20736
20737 2014-10-27 Pedro Alves <palves@redhat.com>
20738
20739 * gdb.base/sigstep.c (dummy): New global.
20740 (main): Issue a couple writes to the new global.
20741 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20742 procedures.
20743 (skip_over_handler): Use test_skip_handler.
20744 (top level): Call skip_over_handler for stepi and nexti too.
20745 (breakpoint_over_handler): Use test_skip_handler.
20746 (top level): Call breakpoint_over_handler for stepi and nexti too.
20747
20748 2014-10-27 Yao Qi <yao@codesourcery.com>
20749
20750 * gdb.trace/tfile.c (adjust_function_address)
20751 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20752 function descriptor.
20753
20754 2014-10-24 Don Breazeal <donb@codesourcery.com>
20755
20756 * gdb.base/foll-fork.exp (test_follow_fork,
20757 catch_fork_child_follow): Check for updated fork messages emitted
20758 from infrun.c.
20759 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20760 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20761 vfork_and_exec_child_follow_through_step): Check for updated vfork
20762 messages emitted from infrun.c.
20763
20764 2014-10-24 Pedro Alves <palves@redhat.com>
20765
20766 * gdb.base/corefile.exp: Remove references to ultrix.
20767 * gdb.base/interrupt.exp: Likewise.
20768 * gdb.base/whatis.exp: Likewise.
20769 * gdb.gdb/selftest.exp: Likewise.
20770 * gdb.threads/manythreads.exp: Likewise.
20771 * gdb.threads/print-threads.exp: Likewise.
20772 * gdb.threads/pthreads.exp:: Likewise.
20773 * gdb.threads/schedlock.exp: Likewise.
20774
20775 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20776
20777 * gdb.cp/non-trivial-retval.cc: Add a test case.
20778 * gdb.cp/non-trivial-retval.exp: Add a test.
20779
20780 2014-10-20 Yao Qi <yao@codesourcery.com>
20781
20782 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20783 * gdb.python/py-objfile-script-gdb.py: New file.
20784 * gdb.python/py-objfile-script.exp: Update reference to
20785 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20786 of remote_download. Remove the dest file.
20787
20788 2014-10-20 Yao Qi <yao@codesourcery.com>
20789
20790 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20791 * gdb.base/step-line.exp: Likewise.
20792 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20793 * gdb.dwarf2/dw2-basic.exp: Likewise.
20794 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20795 * gdb.dwarf2/dw2-filename.exp: Likewise.
20796 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20797 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20798 * gdb.dwarf2/dw2-producer.exp: Likewise.
20799 * gdb.dwarf2/mac-fileno.exp: Likewise.
20800 * gdb.python/py-frame-args.exp: Likewise.
20801 * gdb.python/py-framefilter.exp: Likewise.
20802 * gdb.python/py-mi.exp: Likewise.
20803 * gdb.python/py-objfile-script.exp: Likewise
20804 * gdb.python/py-pp-integral.exp: Likewise.
20805 * gdb.python/py-pp-re-notag.exp: Likewise.
20806 * gdb.python/py-prettyprint.exp: Likewise.
20807 * gdb.python/py-section-script.exp: Likewise.
20808 * gdb.python/py-typeprint.exp: Likewise.
20809 * gdb.python/py-xmethods.exp: Likewise.
20810 * gdb.stabs/weird.exp: Likewise.
20811 * gdb.xml/tdesc-regs.exp: Likewise.
20812
20813 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20814
20815 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20816 (out_cu): Use addr_len for the size of addresses.
20817 (out_line): Likewise. Size DW_LNE_set_address instruction
20818 according to addr_len.
20819 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20820 (FUNC): Add START_INSNS to definition.
20821
20822 2014-10-18 Yao Qi <yao@codesourcery.com>
20823
20824 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20825 gdb_has_argv0 return true.
20826 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20827 check [target_info exists noargs], check [gdb_has_argv0]
20828 instead.
20829 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20830 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20831 procedures.
20832
20833 2014-10-17 Doug Evans <dje@google.com>
20834
20835 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20836 event.
20837 * gdb.python/py-events.py: Add clear_objfiles event.
20838
20839 2014-10-17 Doug Evans <dje@google.com>
20840
20841 * gdb.python/py-objfile.exp: Test progspace attribute.
20842
20843 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
20844
20845 * gdb.guile/scm-breakpoint.exp: Do not assume any
20846 directory separators when matching source file paths.
20847 * gdb.python/py-breakpoint.exp: Likewise.
20848 * gdb.reverse/break-precsave.exp: Likewise.
20849 * gdb.reverse/break-reverse.exp: Likewise.
20850 * gdb.reverse/consecutive-precsave.exp: Likewise.
20851 * gdb.reverse/finish-precsave.exp: Likewise.
20852 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20853 * gdb.reverse/finish-reverse.exp: Likewise.
20854 * gdb.reverse/i386-precsave.exp: Likewise.
20855 * gdb.reverse/i387-env-reverse.exp: Likewise.
20856 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20857 * gdb.reverse/machinestate-precsave.exp: Likewise.
20858 * gdb.reverse/machinestate.exp: Likewise.
20859 * gdb.reverse/sigall-precsave.exp: Likewise.
20860 * gdb.reverse/solib-precsave.exp: Likewise.
20861 * gdb.reverse/step-precsave.exp: Likewise.
20862 * gdb.reverse/until-precsave.exp: Likewise.
20863 * gdb.reverse/watch-precsave.exp: Likewise.
20864 * gdb.reverse/watch-reverse.exp: Likewise.
20865
20866 2014-10-17 Yao Qi <yao@codesourcery.com>
20867
20868 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20869 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20870
20871 2014-10-17 Pedro Alves <palves@redhat.com>
20872
20873 PR gdb/17471
20874 * gdb.base/bg-execution-repeat.c: New file.
20875 * gdb.base/bg-execution-repeat.exp: New file.
20876
20877 2014-10-17 Pedro Alves <palves@redhat.com>
20878
20879 PR gdb/17300
20880 * gdb.base/continue-all-already-running.c: New file.
20881 * gdb.base/continue-all-already-running.exp: New file.
20882
20883 2014-10-17 Pedro Alves <palves@redhat.com>
20884
20885 PR gdb/17472
20886 * gdb.base/annota-input-while-running.c: New file.
20887 * gdb.base/annota-input-while-running.exp: New file.
20888
20889 2014-10-17 Pedro Alves <palves@redhat.com>
20890
20891 * gdb.base/callfuncs.exp: emove references to osf.
20892 * gdb.base/sigall.exp: Likewise.
20893 * gdb.gdb/selftest.exp: Likewise.
20894 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20895 * gdb.mi/non-stop.c: Likewise.
20896 * gdb.mi/pthreads.c: Likewise.
20897 * gdb.reverse/sigall-precsave.exp: Likewise.
20898 * gdb.reverse/sigall-reverse.exp: Likewise.
20899 * gdb.threads/pthreads.c: Likewise.
20900 * gdb.threads/pthreads.exp: Likewise.
20901
20902 2014-10-17 Yao Qi <yao@codesourcery.com>
20903
20904 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20905 check 'target_info exists noargs'.
20906 (test_command_prompt_position): Likewise.
20907 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20908 Remove "set args".
20909 (progvar_simple_while_test): Likewise.
20910 (progvar_complex_if_while_test): Likewise.
20911 (if_while_breakpoint_command_test): Likewise.
20912 (infrun_breakpoint_command_test): Likewise.
20913 (breakpoint_command_test): Likewise.
20914 (watchpoint_command_test): Likewise.
20915 (bp_deleted_in_command_test): Likewise.
20916 (temporary_breakpoint_commands): Likewise.
20917
20918 2014-10-16 Yao Qi <yao@codesourcery.com>
20919
20920 * gdb.base/remotetimeout.exp: Remove noargs checking.
20921
20922 2014-10-15 Pedro Alves <palves@redhat.com>
20923
20924 PR breakpoints/9649
20925 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20926 * gdb.base/breakpoint-in-ro-region.exp
20927 (probe_target_hardware_step): New procedure.
20928 (top level): Probe hardware stepping and hardware breakpoint
20929 support. Test stepping through a read-only region, with both
20930 "breakpoint auto-hw" on and off and both "always-inserted" on and
20931 off.
20932
20933 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20934
20935 * gdb.dlang/demangle.exp: Update for demangling changes.
20936
20937 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20938
20939 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20940 * gdb.cp/non-trivial-retval.exp: Add new tests.
20941
20942 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20943
20944 PR c++/13403
20945 PR c++/15154
20946 * gdb.cp/non-trivial-retval.cc: New file.
20947 * gdb.cp/non-trivial-retval.exp: New file.
20948
20949 2014-10-15 Yao Qi <yao@codesourcery.com>
20950
20951 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20952 remote host.
20953
20954 2014-10-15 Yao Qi <yao@codesourcery.com>
20955
20956 * gdb.python/py-symbol.exp: Match file base name if host is
20957 remote, otherwise match file name with dir name.
20958 * gdb.python/py-symtab.exp: Likewise.
20959 * gdb.python/python.exp: Likewise.
20960
20961 2014-10-15 Yao Qi <yao@codesourcery.com>
20962
20963 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20964 pattern.
20965 * gdb.python/py-symtab.exp: Likewise.
20966 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20967 locationn.
20968
20969 2014-10-14 Joel Brobecker <brobecker@adacore.com>
20970
20971 * gdb.ada/addr_arith: New testcase.
20972
20973 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20974
20975 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20976 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20977 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20978 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20979
20980 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20981
20982 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20983 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20984 * gdb.arch/stap-eval-lang-ada.exp: New file.
20985
20986 2014-10-14 Yao Qi <yao@codesourcery.com>
20987
20988 * gdb.mi/mi-var-child.c (nothing1): New function.
20989 (nothing2): New function.
20990 (do_children_tests): Set function pointers by nothing1 and
20991 nothing2.
20992 * gdb.mi/mi-var-child.exp: Step over new added statements.
20993 Update test to match the new output.
20994 * gdb.mi/var-cmd.c (nothing1): New function.
20995 (nothing2): New function.
20996 (do_children_tests): Set function pointers by nothing1 and
20997 nothing2.
20998 * gdb.mi/mi-var-display.exp: Update test to match output.
20999 Step to the line specified by $line_dct_nothing.
21000 Increase the number of lines to step.
21001
21002 2014-10-14 Yao Qi <yao@codesourcery.com>
21003
21004 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
21005 tests.
21006 * gdb.mi/mi2-var-child.exp: Likewise.
21007
21008 2014-10-13 Doug Evans <dje@google.com>
21009
21010 * gdb.python/py-objfile.exp: Change name of file name test.
21011
21012 2014-10-13 Doug Evans <dje@google.com>
21013
21014 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
21015 from the start of the CU.
21016
21017 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21018 Yao Qi <yao@codesourcery.com>
21019
21020 Fix "save breakpoints" for "catch" command.
21021 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
21022 Remove -nonewline. Match also the added "main" line.
21023
21024 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21025
21026 Fix "save breakpoints" for "disable $bpnum" command.
21027 * gdb.base/save-bp.c (main): Add label.
21028 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
21029
21030 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21031
21032 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
21033
21034 2014-10-11 Yao Qi <yao@codesourcery.com>
21035
21036 * gdb.server/server-kill.exp: Execute command
21037 "set remote trace-status-packet on" before "tstatus".
21038
21039 2014-10-11 Yao Qi <yao@codesourcery.com>
21040
21041 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
21042 (main): Call getppid.
21043 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
21044 and continue to it. Read variable "server_pid".
21045
21046 2014-10-11 Yao Qi <yao@codesourcery.com>
21047
21048 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
21049
21050 2014-10-11 Yao Qi <yao@codesourcery.com>
21051
21052 * gdb.threads/thread-find.exp: Don't execute command
21053 "info threads".
21054 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
21055 * gdb.threads/linux-dp.exp: Don't check the condition
21056 $threads_created equals to zero.
21057
21058 2014-10-10 Pedro Alves <palves@redhat.com>
21059
21060 * gdb.base/bigcore.exp: Remove references to IRIX.
21061 * gdb.base/funcargs.exp: Likewise.
21062 * gdb.base/interrupt.exp: Likewise.
21063 * gdb.base/mips_pro.exp: Likewise.
21064 * gdb.base/nodebug.exp: Likewise.
21065 * gdb.base/setvar.exp: Likewise.
21066 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
21067
21068 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
21069 Pedro Alves <palves@redhat.com>
21070
21071 PR symtab/14466
21072 * gdb.base/vdso-warning.c: New file.
21073 * gdb.base/vdso-warning.exp: New file.
21074
21075 2014-10-02 Doug Evans <dje@google.com>
21076
21077 * gdb.base/structs.c (main): Don't run forever.
21078
21079 2014-10-02 Pedro Alves <palves@redhat.com>
21080
21081 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
21082 (top level) <stop threads 1, stop threads 2>: Use it.
21083
21084 2014-10-02 Pedro Alves <palves@redhat.com>
21085
21086 * gdb.threads/break-while-running.exp (test): Add new
21087 'update_thread_list' argument. Skip "info threads" if false.
21088 (top level): Add new 'update_thread_list' axis.
21089
21090 2014-10-02 Pedro Alves <palves@redhat.com>
21091
21092 PR breakpoints/17431
21093 * gdb.base/execl-update-breakpoints.c: New file.
21094 * gdb.base/execl-update-breakpoints.exp: New file.
21095
21096 2014-10-01 Pedro Alves <palves@redhat.com>
21097
21098 * gdb.base/breakpoint-in-ro-region.c: New file.
21099 * gdb.base/breakpoint-in-ro-region.exp: New file.
21100
21101 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
21102
21103 * gdb.mi/mi-exit-code.exp: New file.
21104 * gdb.mi/mi-exit-code.c: New file.
21105
21106 2014-09-30 Yao Qi <yao@codesourcery.com>
21107
21108 * lib/prelink-support.exp (build_executable_own_libs): Error if
21109 the target isn't native.
21110
21111 2014-09-30 Yao Qi <yao@codesourcery.com>
21112
21113 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
21114 false.
21115
21116 2014-09-22 Pedro Alves <palves@redhat.com>
21117
21118 * gdb.threads/break-while-running.exp: New file.
21119 * gdb.threads/break-while-running.c: New file.
21120
21121 2014-09-19 Yao Qi <yao@codesourcery.com>
21122
21123 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
21124 Invoke test. Restart GDB with --readnow and invoke test again.
21125
21126 2014-09-19 Yao Qi <yao@codesourcery.com>
21127
21128 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
21129 proc set_breakpoint_on_gcd_function. Invoke
21130 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
21131 invoke set_breakpoint_on_gcd_function again.
21132
21133 2014-09-18 Doug Evans <dje@google.com>
21134
21135 * gdb.dwarf2/symtab-producer.exp: New file.
21136
21137 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21138
21139 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
21140 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
21141 * gdb.base/global-var-nested-by-dso.c: Likewise.
21142 * gdb.base/global-var-nested-by-dso.exp: Likewise.
21143
21144 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21145 Pedro Alves <palves@redhat.com>
21146
21147 * gdb.base/watch-bitfields.exp: Pass string other than test file
21148 name to prepare_for_testing.
21149 (watch): New procedure.
21150 (expect_watchpoint): Use with_test_prefix.
21151 (top level): Factor out tests to ...
21152 (test_watch_location, test_regular_watch): ... these new
21153 procedures, and use with_test_prefix and gdb_continue_to_end.
21154
21155 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
21156
21157 PR breakpoints/12526
21158 * gdb.base/watch-bitfields.exp: New file.
21159 * gdb.base/watch-bitfields.c: New file.
21160
21161 2014-09-16 Pedro Alves <palves@redhat.com>
21162
21163 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
21164 software and hardware addresses, not software address against
21165 itself.
21166
21167 2014-09-16 Pedro Alves <palves@redhat.com>
21168
21169 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
21170 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
21171
21172 2014-09-16 Pedro Alves <palves@redhat.com>
21173
21174 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
21175 files.
21176 * gdb.base/a2-run.exp: Remove all code guarded by istarget
21177 "*-*-vxworks*" throughout.
21178 * gdb.base/break.exp: Likewise.
21179 * gdb.base/default.exp: Likewise.
21180 * gdb.base/scope.exp: Likewise.
21181 * gdb.base/sepdebug.exp: Likewise.
21182 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
21183 throughout.
21184 * gdb.base/run.c: Likewise.
21185 * gdb.base/sepdebug.c: Likewise.
21186 * gdb.hp/gdb.aCC/run.c: Likewise.
21187 * gdb.reverse/until-reverse.c: Likewise.
21188 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
21189
21190 2014-09-16 Yao Qi <yao@codesourcery.com>
21191
21192 * boards/local-remote-host-native.exp: New file.
21193
21194 2014-09-14 Doug Evans <xdje42@gmail.com>
21195
21196 * gdb.threads/queue-signal.c (thread_count): New variable.
21197 (thread_count_mutex, thread_count_condvar): New variables.
21198 (incr_thread_count, wait_all_threads_running): New functions.
21199 (main): Wait for all threads to be in their thread functions.
21200
21201 2014-09-13 Doug Evans <xdje42@gmail.com>
21202
21203 * gdb.threads/queue-signal.c: New file.
21204 * gdb.threads/queue-signal.exp: New file.
21205
21206 2014-09-13 Doug Evans <xdje42@gmail.com>
21207
21208 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
21209 be consistent with what default_gdb_init uses.
21210 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
21211 the plain text of the prompt. Add some logging printfs.
21212 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
21213
21214 2014-09-12 Pedro Alves <palves@redhat.com>
21215
21216 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
21217 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
21218 * gdb.arch/i386-size-overlap.exp: Likewise.
21219 * gdb.arch/i386-size.exp: Likewise.
21220 * gdb.arch/i386-unwind.exp: Likewise.
21221 * gdb.base/a2-run.exp: Likewise.
21222 * gdb.base/break.exp: Likewise.
21223 * gdb.base/charset.exp: Likewise.
21224 * gdb.base/chng-syms.exp: Likewise.
21225 * gdb.base/commands.exp: Likewise.
21226 * gdb.base/dbx.exp: Likewise.
21227 * gdb.base/find.exp: Likewise.
21228 * gdb.base/funcargs.exp: Likewise.
21229 * gdb.base/jit-simple.exp: Likewise.
21230 * gdb.base/reread.exp: Likewise.
21231 * gdb.base/sepdebug.exp: Likewise.
21232 * gdb.base/step-bt.exp: Likewise.
21233 * gdb.cp/mb-inline.exp: Likewise.
21234 * gdb.cp/mb-templates.exp: Likewise.
21235 * gdb.objc/basicclass.exp: Likewise.
21236 * gdb.threads/killed.exp: Likewise.
21237
21238 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21239
21240 PR tdep/17379
21241 * gdb.arch/powerpc-stackless.S: New file.
21242 * gdb.arch/powerpc-stackless.exp: New file.
21243
21244 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21245
21246 * gdb.base/attach.c: Include unistd.h.
21247 (main): Call alarm. Add label postloop.
21248 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
21249 gdb_breakpoint, gdb_continue_to_breakpoint.
21250 (test_command_line_attach_run): Kill ${testpid} in one exit path.
21251
21252 2014-09-11 Pedro Alves <palves@redhat.com>
21253
21254 PR gdb/17347
21255 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
21256 * gdb.base/attach.exp (test_command_line_attach_run): New
21257 procedure.
21258 (top level): Call it.
21259
21260 2014-09-11 Pedro Alves <palves@redhat.com>
21261
21262 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
21263 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
21264 (do_command_attach_tests): Use spawn_wait_for_attach.
21265 * gdb.base/solib-overlap.exp: Likewise.
21266 * gdb.multi/multi-attach.exp: Likewise.
21267 * gdb.python/py-prompt.exp: Likewise.
21268 * gdb.python/py-sync-interp.exp: Likewise.
21269 * gdb.server/ext-attach.exp: Likewise.
21270
21271 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
21272
21273 * gdb.fortran/array-element.exp: Remove unexpected "continue"
21274 command in testcase. Simplify testcase.
21275
21276 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21277
21278 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21279
21280 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21281
21282 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21283
21284 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21285
21286 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21287
21288 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21289
21290 * gdb.dwarf2/dynarr-ptr.c: New file.
21291 * gdb.dwarf2/dynarr-ptr.exp: New file.
21292
21293 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21294
21295 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
21296 of 30 rather than hardcoding 120 for a slow test case. Take the
21297 `gdb,timeout' target setting into account for this calculation.
21298 Don't extend the timeout for the test cases that don't need it.
21299
21300 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21301
21302 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
21303 a factor of 2 for a slow test case. Take the `gdb,timeout'
21304 target setting into account for this calculation.
21305 * gdb.reverse/until-precsave.exp: Increase the timeout by
21306 a factor of 15 and 3 respectively rather than adding 120
21307 for a pair of slow test cases. Take the `gdb,timeout'
21308 target setting into account for this calculation.
21309
21310 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21311
21312 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
21313 timeout, don't pass one down to gdb_expect.
21314 (gdb_expect): Rework timeout selection.
21315
21316 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21317
21318 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
21319 exception on timeout.
21320 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
21321 (gdbserver_start_extended): Catch any `gdbserver_start' error
21322 exceptions.
21323 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21324 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21325 `gdbserver_gdb_load' error exceptions.
21326
21327 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21328
21329 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21330 120 on waiting for the TCP socket to open.
21331
21332 2014-09-09 Doug Evans <xdje42@gmail.com>
21333
21334 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21335 _caller_matches, _any_caller_is, _any_caller_matches.
21336
21337 2014-09-09 Doug Evans <xdje42@gmail.com>
21338
21339 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21340
21341 2014-09-09 Yao Qi <yao@codesourcery.com>
21342
21343 * gdb.mi/mi-var-display.exp: Set print symbol off.
21344
21345 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21346
21347 PR gdb/17035
21348 * gdb.base/commands.exp: Add tests to verify user-defined
21349 commands with empty bodies.
21350 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21351 python commands in `show user command`.
21352 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21353 scheme commands in `show user command`.
21354
21355 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21356
21357 PR python/17355
21358 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21359 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21360 * gdb.python/py-framefilter-invalidarg.exp: New file.
21361 * gdb.python/py-framefilter-invalidarg.py: New file.
21362
21363 2014-09-06 Doug Evans <xdje42@gmail.com>
21364
21365 PR 15276
21366 * gdb.python/py-caller-is.c: New file.
21367 * gdb.python/py-caller-is.exp: New file.
21368
21369 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21370
21371 PR gdb/17235
21372 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21373 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21374
21375 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21376
21377 PR fortran/17237
21378 * gdb.fortran/print-formatted.exp: New file.
21379 * gdb.fortran/print-formatted.f90: Likewise.
21380
21381 2014-09-03 Sasha Smundak <asmundak@google.com>
21382
21383 * gdb.python/py-frame.exp: Test Frame.read_register.
21384
21385 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21386
21387 PR python/16699
21388 * gdb.python/py-completion.exp: New file.
21389 * gdb.python/py-completion.py: Likewise.
21390
21391 2014-08-28 Doug Evans <dje@google.com>
21392
21393 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21394 eax,etc. are live with values set by gdb and thus the compiler can't
21395 use them.
21396 * gdb.arch/i386-pseudo.c (main): Ditto.
21397
21398 2014-08-27 Doug Evans <dje@google.com>
21399
21400 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21401
21402 2014-08-25 Doug Evans <dje@google.com>
21403
21404 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21405 (main): Ditto.
21406
21407 2014-08-25 Doug Evans <dje@google.com>
21408
21409 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21410
21411 2014-08-24 Yao Qi <yao@codesourcery.com>
21412
21413 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21414 symbol off.
21415 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21416
21417 2014-08-22 Doug Evans <dje@google.com>
21418
21419 PR 17276
21420 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21421 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21422 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21423
21424 2014-08-22 Yao Qi <yao@codesourcery.com>
21425
21426 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21427 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21428 * gdb.python/python.exp: Likewise. Use .py file on the host
21429 instead of the build.
21430
21431 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21432
21433 * gdb.threads/gcore-stale-thread.c: New file.
21434 * gdb.threads/gcore-stale-thread.exp: New file.
21435
21436 2014-08-21 Pedro Alves <palves@redhat.com>
21437
21438 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21439 * gdb.base/gcore-relro-pie.exp: Likewise.
21440 * gdb.base/gcore-relro.exp: Likewise.
21441 * gdb.base/gcore.exp: Likewise.
21442 * gdb.base/print-symbol-loading.exp: Likewise.
21443 * gdb.threads/gcore-thread.exp: Likewise.
21444 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21445
21446 2014-08-20 Pedro Alves <palves@redhat.com>
21447 Jan Kratochvil <jan.kratochvil@redhat.com>
21448
21449 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21450 configure.
21451 (EXPECT): Handle READ1 being set.
21452 (all): Depend on EXTRA_RULES.
21453 (check-read1, expect-read1, read1.so, read1): New rules.
21454 * README (Testsuite Parameters): Document the READ1 make variable.
21455 (Race detection): New section.
21456 * configure: Regenerate.
21457 * configure.ac: If build==host==target, and running under a
21458 GNU/glibc system, add read1 to the extra Makefile rules.
21459 (EXTRA_RULES): AC_SUBST it.
21460 * lib/read1.c: New file.
21461
21462 2014-08-20 Joel Brobecker <brobecker@adacore.com>
21463
21464 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21465 the handling of variables declared as a typedef to an array
21466 which a DW_AT_data_location attribute.
21467
21468 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
21469 Pedro Alves <palves@redhat.com>
21470
21471 PR symtab/14604
21472 PR symtab/14605
21473 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21474 gdb_test.
21475
21476 2014-08-19 Pedro Alves <palves@redhat.com>
21477
21478 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21479
21480 2014-08-19 Yao Qi <yao@codesourcery.com>
21481
21482 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21483 right line.
21484
21485 2014-08-18 David Blaikie <dblaikie@gmail.com>
21486
21487 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21488
21489 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21490
21491 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21492 attribute in array range.
21493
21494 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21495
21496 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21497
21498 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21499
21500 PR c++/17132
21501 * gdb.cp/pr17132.cc: New file.
21502 * gdb.cp/pr17132.exp: New file.
21503
21504 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21505
21506 * gdb.python/py-xmethods.py (A_getarrayind)
21507 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21508 Use 'print' with function call syntax.
21509 (E_method_matcher.match): Fix tab vs space indentation mixup.
21510
21511 2014-08-15 Yao Qi <yao@codesourcery.com>
21512
21513 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21514 false.
21515
21516 2014-08-15 Yao Qi <yao@codesourcery.com>
21517
21518 * gdb.cp/casts.exp: Set print symbol off.
21519 * gdb.cp/class2.exp: Likewise.
21520 * gdb.cp/overload.exp: Likewise.
21521 * gdb.cp/templates.exp: Likewise.
21522
21523 2014-08-11 Doug Evans <dje@google.com>
21524
21525 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21526 (test_load_shlib): Update.
21527
21528 2014-08-09 Yao Qi <yao@codesourcery.com>
21529
21530 * gdb.base/display.exp: Invoke is_address_zero_readable.
21531 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21532 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21533 * gdb.base/hbreak-unmapped.exp: Return if
21534 is_address_zero_readable returns true.
21535 * gdb.base/signest.exp: Likewise.
21536 * gdb.base/signull.exp: Likewise.
21537 * gdb.base/sigbpt.exp: Likewise.
21538 * gdb.guile/scm-disasm.exp: Do the test if
21539 is_address_zero_readable returns false.
21540 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21541 * gdb.python/py-arch.exp: Likewise.
21542 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21543 * lib/gdb.exp (is_address_zero_readable): New proc.
21544
21545 2014-08-09 Yao Qi <yao@codesourcery.com>
21546
21547 PR testsuite/13443
21548 * gdb.mi/mi-var-display.exp: Make test messages unique.
21549
21550 2014-08-04 Tom Tromey <tromey@redhat.com>
21551
21552 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21553 target 0".
21554
21555 2014-08-04 Tom Tromey <tromey@redhat.com>
21556
21557 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21558 "target_resume".
21559
21560 2014-08-01 Joel Brobecker <brobecker@adacore.com>
21561
21562 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21563 inner_vla_struct_object_size.
21564 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21565 as xfail.
21566
21567 2014-07-30 Pedro Alves <palves@redhat.com>
21568
21569 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21570 comment.
21571
21572 2014-07-29 Yao Qi <yao@codesourcery.com>
21573
21574 PR gdb/17206
21575 * gdb.base/until-nodebug.exp: New.
21576
21577 2014-07-28 Doug Evans <xdje42@gmail.com>
21578
21579 PR guile/17203
21580 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21581 previously existing parameter, and previously ambiguously spelled
21582 parameter.
21583
21584 2014-07-28 Will Newton <will.newton@linaro.org>
21585
21586 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21587
21588 2014-07-26 Ludovic Courtès <ludo@gnu.org>
21589 Doug Evans <xdje42@gmail.com>
21590
21591 PR guile/17146
21592 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21593
21594 2014-07-25 Pedro Alves <palves@redhat.com>
21595
21596 * gdb.threads/signal-command-handle-nopass.c: New file.
21597 * gdb.threads/signal-command-handle-nopass.exp: New file.
21598 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21599 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21600 * gdb.threads/signal-delivered-right-thread.c: New file.
21601 * gdb.threads/signal-delivered-right-thread.exp: New file.
21602
21603 2014-07-25 Pedro Alves <palves@redhat.com>
21604
21605 * gdb.base/double-prompt-target-event-error.exp
21606 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21607 match.
21608 (cancel_pagination_in_target_event): Rework double prompt
21609 detection.
21610 * gdb.base/paginate-after-ctrl-c-running.exp
21611 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21612 <return>' match.
21613 * gdb.base/paginate-bg-execution.exp
21614 (test_bg_execution_pagination_return)
21615 (test_bg_execution_pagination_cancel): Remove '-notransfer
21616 <return>' matches.
21617 * gdb.base/paginate-execution-startup.exp
21618 (test_fg_execution_pagination_return)
21619 (test_fg_execution_pagination_cancel): Remove '-notransfer
21620 <return>' matches.
21621 * gdb.base/paginate-inferior-exit.exp
21622 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21623 match.
21624 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21625 * lib/gdb.exp (pagination_prompt): Run text through
21626 string_to_regexp.
21627 (gdb_test_multiple): Match $pagination_prompt instead of
21628 "<return>".
21629 (string_to_regexp): Move to lib/gdb-utils.exp.
21630
21631 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21632
21633 * gdb.arch/amd64-entry-value-paramref.S: New file.
21634 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21635 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21636 * gdb.arch/amd64-optimout-repeat.S: New file.
21637 * gdb.arch/amd64-optimout-repeat.c: New file.
21638 * gdb.arch/amd64-optimout-repeat.exp: New file.
21639
21640 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21641
21642 PR gdb/17170
21643 * gdb.base/statistics.exp: New file.
21644
21645 2014-07-17 Doug Evans <dje@google.com>
21646
21647 PR gdb/17170
21648 * gdb.base/maint.exp: Update testing of per-command stats.
21649
21650 2014-07-16 Pedro Alves <palves@redhat.com>
21651
21652 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21653 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21654 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21655 (tfile_write_buf): New functions.
21656 (add_memory_block): Rewrite using the above.
21657 (adjust_function_address): New function.
21658 (FUNCTION_ADDRESS): New macro.
21659 (write_basic_trace_file): Remove short_x local, and use
21660 tfile_write_16. Change type of func_addr local to unsigned long
21661 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21662 here. Cast argument of add_memory_block to char pointer.
21663 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21664 (main): Remove parameters.
21665 * gdb.trace/tfile.exp: Remove nowarnings.
21666
21667 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21668
21669 * gdb.base/debug-expr.exp: Test string evaluation with
21670 "debug expression" on.
21671
21672 2014-07-15 Pedro Alves <palves@redhat.com>
21673
21674 * gdb.base/reread.exp: Use clean_restart.
21675
21676 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21677
21678 * gdb.arch/avr-flash-qualifer.c: New.
21679 * gdb.arch/avr-flash-qualifer.exp: New.
21680
21681 2014-07-14 Pedro Alves <palves@redhat.com>
21682
21683 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21684 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21685
21686 2014-07-14 Pedro Alves <palves@redhat.com>
21687
21688 * gdb.base/double-prompt-target-event-error.c: New file.
21689 * gdb.base/double-prompt-target-event-error.exp: New file.
21690
21691 2014-07-14 Pedro Alves <palves@redhat.com>
21692
21693 PR gdb/17072
21694 * gdb.base/paginate-inferior-exit.c: New file.
21695 * gdb.base/paginate-inferior-exit.exp: New file.
21696
21697 2014-07-14 Pedro Alves <palves@redhat.com>
21698
21699 PR gdb/17072
21700 * gdb.base/paginate-bg-execution.c: New file.
21701 * gdb.base/paginate-bg-execution.exp: New file.
21702
21703 2014-07-14 Pedro Alves <palves@redhat.com>
21704
21705 PR gdb/17072
21706 * gdb.base/paginate-execution-startup.c: New file.
21707 * gdb.base/paginate-execution-startup.exp: New file.
21708 * lib/gdb.exp (pagination_prompt): New global.
21709 (default_gdb_spawn): New procedure, factored out from
21710 default_gdb_spawn.
21711 (default_gdb_start): Adjust to call default_gdb_spawn.
21712 (gdb_spawn): New procedure.
21713
21714 2014-07-14 Pedro Alves <palves@redhat.com>
21715
21716 * lib/gdb.exp (gdb_assert): New procedure.
21717 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21718
21719 2014-07-14 Pedro Alves <palves@redhat.com>
21720
21721 * gdb.base/execution-termios.c: New file.
21722 * gdb.base/execution-termios.exp: New file.
21723
21724 2014-07-14 Tom Tromey <tromey@redhat.com>
21725
21726 * gdb.cp/vla-cxx.cc: New file.
21727 * gdb.cp/vla-cxx.exp: New file.
21728
21729 2014-07-14 Tom Tromey <tromey@redhat.com>
21730
21731 * gdb.reverse/rerun-prec.c: New file.
21732 * gdb.reverse/rerun-prec.exp: New file.
21733
21734 2014-07-12 Maciej W. Rozycki <macro@mips.com>
21735 Maciej W. Rozycki <macro@codesourcery.com>
21736
21737 * lib/gdb-utils.exp: New file.
21738 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21739 inline `gdb_init_command' processing.
21740 (gdb_start_cmd): Likewise.
21741 * lib/mi-support.exp (mi_run_cmd): Likewise.
21742 * README: Document `gdb_init_command' and `gdb_init_commands'.
21743
21744 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21745
21746 Fix false FAIL running under a very long directory name.
21747 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21748 and "set print elements 10000". Twice.
21749
21750 2014-07-11 Yao Qi <yao@codesourcery.com>
21751
21752 * gdb.base/exprs.exp: "set print symbol off".
21753
21754 2014-07-11 Pedro Alves <palves@redhat.com>
21755
21756 * gdb.threads/kill.c: New file.
21757 * gdb.threads/kill.exp: New file.
21758
21759 2014-07-10 Yao Qi <yao@codesourcery.com>
21760
21761 * gdb.trace/tfile.c (write_basic_trace_file)
21762 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21763 address written to trace file.
21764
21765 2014-07-09 Pedro Alves <palves@redhat.com>
21766
21767 * gdb.base/attach-wait-input.exp: New file.
21768 * gdb.base/attach-wait-input.c: New file.
21769
21770 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21771
21772 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21773 setting up test structures.
21774 (main): Call new test function.
21775 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21776 test function, continue into test function and walk test
21777 structures.
21778
21779 2014-07-02 Yao Qi <yao@codesourcery.com>
21780
21781 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21782 'bar_start' at the beginning of functions 'foo' and 'bar'
21783 respectively.
21784 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21785 instead of 'foo' and 'bar'.
21786
21787 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21788
21789 * gdb.btrace/segv.exp: New.
21790 * gdb.btrace/segv.c: New.
21791
21792 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
21793
21794 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21795 instruction.
21796
21797 2014-06-30 Mark Wielaard <mjw@redhat.com>
21798
21799 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21800 vulture, vilify, villar): New volatile array constants.
21801 (vindictive, vegetation): New const volatile array constants.
21802 * gdb.base/volatile.exp: Test volatile and const volatile array
21803 types.
21804
21805 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21806
21807 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21808 target lacks support for awatch, rwatch, or hbreak.
21809
21810 2014-06-27 Yao Qi <yao@codesourcery.com>
21811
21812 * gdb.multi/dummy-frame-restore.exp: New.
21813 * gdb.multi/dummy-frame-restore.c: New.
21814
21815 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21816
21817 * gdb.btrace/gcore.exp: New.
21818
21819 2014-06-23 Pedro Alves <palves@redhat.com>
21820
21821 * gdb.base/watchpoint-reuse-slot.c: New file.
21822 * gdb.base/watchpoint-reuse-slot.exp: New file.
21823
21824 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21825
21826 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21827 progspace's filename in 'info', 'enable' and 'disable' command
21828 tests.
21829
21830 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21831
21832 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21833 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21834 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21835
21836 2014-06-20 Gary Benson <gbenson@redhat.com>
21837
21838 * gdb.arch/i386-avx.exp: Fix include file location.
21839 * gdb.arch/i386-sse.exp: Likewise.
21840
21841 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21842
21843 * gdb.dlang/expression.exp: New file.
21844
21845 2014-06-19 Pedro Alves <palves@redhat.com>
21846
21847 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21848 out from ...
21849 (top level): ... here. Iterate running tests under different
21850 scheduler-locking settings.
21851
21852 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
21853
21854 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21855 to DW_FORM_addr and use non-zero addresses.
21856
21857 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21858
21859 PR gdb/17017
21860 * gdb.python/py-xmethods.cc: Add global function call counters and
21861 increment them in their respective functions. Remove "cout"
21862 statements.
21863 * gdb.python/py-xmethods.exp: Make tests check the global function
21864 call counters instead of depending on inferior IO.
21865
21866 2014-06-18 Don Breazeal <donb@codesourcery.com>
21867
21868 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21869 Deleted procedure.
21870 (explicit_fork_parent_follow): Deleted procedure.
21871 (explicit_fork_child_follow): Deleted procedure.
21872 (test_follow_fork): New procedure.
21873 (do_fork_tests): Replace calls to deleted procedures with
21874 calls to test_follow_fork and reset GDB for subsequent
21875 procedure calls.
21876
21877 2014-06-17 Yao Qi <yao@codesourcery.com>
21878
21879 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21880 CP1252.
21881
21882 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
21883
21884 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21885 Initialize ptr and S explicitly.
21886 (skip_type_update_when_not_use_rtti_test): Likewise.
21887
21888 2014-06-16 Keith Seitz <keiths@redhat.com>
21889
21890 PR mi/15863
21891 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21892 the inferior is started.
21893
21894 2014-06-16 Pedro Alves <palves@redhat.com>
21895
21896 * gdb.base/break-main-file-remove-fail.c: New file.
21897 * gdb.base/break-main-file-remove-fail.exp: New file.
21898 * gdb.base/break-unload-file.exp: Use build_executable instead of
21899 prepare_for_testing.
21900 (test_break): New parameter "initial_load". Handle it.
21901 (top level): Add initial_load cmdline/file axis.
21902
21903 2014-06-12 Tom Tromey <tromey@redhat.com>
21904
21905 * gdb.base/completion.exp: Don't use directory name in test.
21906
21907 2014-06-09 Gary Benson <gbenson@redhat.com>
21908
21909 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21910 separate the always-available ANSI-standard signals from the
21911 signals that require checking.
21912 (main): Likewise.
21913 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21914 Likewise.
21915 (main): Likewise.
21916
21917 2014-06-07 Keith Seitz <keiths@redhat.com>
21918
21919 Revert:
21920 PR c++/16253
21921 * gdb.cp/var-tag.cc: New file.
21922 * gdb.cp/var-tag.exp: New file.
21923 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21924 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21925 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21926 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21927
21928 2014-06-06 Doug Evans <xdje42@gmail.com>
21929
21930 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21931
21932 2014-06-06 Pedro Alves <palves@redhat.com>
21933
21934 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21935 in target debug output instead of looking at RSP packets,
21936 disabling the test on any target that uses hardware stepping.
21937 Update comments.
21938
21939 2014-06-06 Pedro Alves <palves@redhat.com>
21940
21941 * gdb.base/break-unload-file.exp: Fix typo.
21942
21943 2014-06-06 Yao Qi <yao@codesourcery.com>
21944
21945 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21946 from "jit_function" to "^jit_function".
21947
21948 2014-06-06 Yao Qi <yao@codesourcery.com>
21949
21950 * gdb.base/async.c (foo): Add one statement.
21951 * gdb.base/async.exp: Get the next instruction address and
21952 match the output of "nexti" by instruction address. Match
21953 the hex address in the output of "finish".
21954
21955 2014-06-06 Gary Benson <gbenson@redhat.com>
21956
21957 * gdb.base/call-signals.c: Remove preprocessor conditionals
21958 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21959 SIGSEGV and SIGTERM.
21960 * gdb.base/sigall.c: Likewise.
21961 * gdb.base/unwindonsignal.c: Likewise.
21962 * gdb.reverse/sigall-reverse.c: Likewise.
21963
21964 2014-06-06 Yao Qi <yao@codesourcery.com>
21965
21966 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21967 readable, skip the test.
21968
21969 2014-06-06 Yao Qi <yao@codesourcery.com>
21970
21971 * gdb.threads/staticthreads.c (thread_function): Move the line
21972 setting breakpoint on forward.
21973 * gdb.threads/staticthreads.exp: Update comments.
21974
21975 2014-06-05 Ludovic Courtès <ludo@gnu.org>
21976
21977 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21978 "history-append! type error".
21979
21980 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21981
21982 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21983 erroneous dprintf expected input.
21984
21985 2014-06-04 Doug Evans <xdje42@gmail.com>
21986
21987 * gdb.guile/scm-generics.exp: Delete.
21988
21989 2014-06-04 Doug Evans <xdje42@gmail.com>
21990
21991 * gdb.guile/scm-breakpoint.exp: Update.
21992 Add tests for breakpoint registration.
21993
21994 2014-06-04 Tom Tromey <tromey@redhat.com>
21995
21996 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21997 VLA-in-union.
21998 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21999 inner_vla_struct, vla_union types. Initialize objects of those
22000 types and compute their sizes.
22001
22002 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
22003 Hui Zhu <hui@codesourcery.com>
22004
22005 * gdb.base/fileio.exp: Add test for shell not available as well as
22006 available.
22007 * gdb.base/fileio.c (test_system): Check for shell twice.
22008
22009 2014-06-04 Yao Qi <yao@codesourcery.com>
22010
22011 * gdb.base/auto-connect-native-target.exp: Remove redundant
22012 space from the regexp pattern.
22013
22014 2014-06-04 Yao Qi <yao@codesourcery.com>
22015
22016 * gdb.base/default.exp: Replace "child" with "native" in
22017 regexp pattern.
22018
22019 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
22020
22021 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
22022 * gdb.python/py-xmethods.exp: New tests to test xmethods.
22023 * gdb.python/py-xmethods.py: Python script supporting the
22024 new testcase and tests.
22025
22026 2014-06-03 Joel Brobecker <brobecker@adacore.com>
22027 Pedro Alves <palves@redhat.com>
22028
22029 PR breakpoints/17000
22030 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
22031 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
22032
22033 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
22034
22035 * gdb.base/subst.exp: Add tests to verify partial path matching
22036 output.
22037
22038 2014-06-03 Pedro Alves <palves@redhat.com>
22039
22040 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
22041 target that doesn't use software single-stepping.
22042
22043 2014-06-03 Pedro Alves <palves@redhat.com>
22044
22045 PR breakpoints/17000
22046 * gdb.base/sss-bp-on-user-bp-2.c: New file.
22047 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
22048
22049 2014-06-02 Doug Evans <xdje42@gmail.com>
22050
22051 * gdb.guile/scm-parameter.exp: New file.
22052
22053 2014-06-02 Doug Evans <xdje42@gmail.com>
22054
22055 * gdb.guile/scm-cmd.c: New file.
22056 * gdb.guile/scm-cmd.exp: New file.
22057
22058 2014-06-02 Doug Evans <xdje42@gmail.com>
22059
22060 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
22061 pretty-printer lookup.
22062 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
22063 (make-pp_s-printer): Call it.
22064 (make-pretty-printer-from-dict): New function.
22065 (lookup-pretty-printer-maker-from-dict): New function.
22066 (*pretty-printer*): Simplify.
22067 (make-objfile-pp_s-printer): New function.
22068 (install-objfile-pretty-printers!): New function.
22069 (make-progspace-pp_s-printer): New function.
22070 (install-progspace-pretty-printers!): New function.
22071 * gdb.guile/scm-progspace.c: New file.
22072 * gdb.guile/scm-progspace.exp: New file.
22073
22074 2014-06-02 Pedro Alves <palves@redhat.com>
22075
22076 * gdb.base/dprintf-bp-same-addr.c: New file.
22077 * gdb.base/dprintf-bp-same-addr.exp: New file.
22078
22079 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22080
22081 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
22082 * gdb.arch/powerpc-power.s: Likewise.
22083
22084 2014-06-02 Joel Brobecker <brobecker@adacore.com>
22085
22086 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
22087
22088 2014-06-01 Yao Qi <yao@codesourcery.com>
22089
22090 * gdb.base/watchpoint.exp (test_watch_location): Check null
22091 pointer can be dereferenced. If not, do the test, otherwise
22092 skip it.
22093
22094 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22095
22096 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
22097 results.
22098 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
22099
22100 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22101
22102 * gdb.arch/amd64-invalid-stack-middle.S: New file.
22103 * gdb.arch/amd64-invalid-stack-middle.c: New file.
22104 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
22105 * gdb.arch/amd64-invalid-stack-top.c: New file.
22106 * gdb.arch/amd64-invalid-stack-top.exp: New file.
22107
22108 2014-05-30 Pedro Alves <palves@redhat.com>
22109
22110 PR breakpoints/17000
22111 * gdb.base/sss-bp-on-user-bp.c: New file.
22112 * gdb.base/sss-bp-on-user-bp.exp: New file.
22113
22114 2014-05-30 David Blaikie <dblaikie@gmail.com>
22115
22116 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
22117 gnu_inline semantics via attribute.
22118 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
22119 source explicitly specifies the required semantics.
22120
22121 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
22122
22123 * gdb.reverse/sigall-reverse.exp: Fix a typo.
22124
22125 2014-05-29 Pedro Alves <palves@redhat.com>
22126 Tom Tromey <tromey@redhat.com>
22127
22128 * gdb.base/async-shell.exp: Don't enable target-async.
22129 * gdb.base/async.exp
22130 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
22131 parameter. Adjust.
22132 (top level): Don't test with "target-async".
22133 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
22134 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
22135 * gdb.base/inferior-died.exp: Don't enable target-async.
22136 * gdb.base/interrupt-noterm.exp: Likewise.
22137 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
22138 * gdb.mi/mi-nonstop-exit.exp: Likewise.
22139 * gdb.mi/mi-nonstop.exp: Likewise.
22140 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
22141 * gdb.mi/mi-nsintrall.exp: Likewise.
22142 * gdb.mi/mi-nsmoribund.exp: Likewise.
22143 * gdb.mi/mi-nsthrexec.exp: Likewise.
22144 * gdb.mi/mi-watch-nonstop.exp: Likewise.
22145 * gdb.multi/watchpoint-multi.exp: Adjust comment.
22146 * gdb.python/py-evsignal.exp: Don't enable target-async.
22147 * gdb.python/py-evthreads.exp: Likewise.
22148 * gdb.python/py-prompt.exp: Likewise.
22149 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
22150 * gdb.server/solib-list.exp: Don't enable target-async.
22151 * gdb.threads/thread-specific-bp.exp: Likewise.
22152 * lib/mi-support.exp: Adjust to use mi-async.
22153
22154 2014-05-29 Pedro Alves <palves@redhat.com>
22155
22156 PR gdb/13860
22157 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
22158 reason, even in sync mode.
22159
22160 2014-05-29 Pedro Alves <palves@redhat.com>
22161 Hui Zhu <hui@codesourcery.com>
22162
22163 PR PR15693
22164 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
22165 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
22166 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
22167 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
22168
22169 2014-05-28 Joel Brobecker <brobecker@adacore.com>
22170
22171 * config/monitor.exp (gdb_target_monitor): Replace use of
22172 "set remotebaud" by "set serial baud".
22173
22174 2014-05-26 Andy Wingo <wingo@igalia.com>
22175
22176 * gdb.guile/scm-breakpoint.exp:
22177 * gdb.guile/scm-gsmob.exp: Update to use plain old object
22178 properties instead of gdb-object-properties.
22179
22180 2014-05-26 Yao Qi <yao@codesourcery.com>
22181
22182 * gdb.server/no-thread-db.exp: Specify source file name
22183 explicitly when setting a breakpoint.
22184
22185 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22186
22187 * gdb.btrace/vdso.c: New.
22188 * gdb.btrace/vdso.exp: New.
22189
22190 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22191
22192 * gdb.base/gcore.exp (capture_command_output): Move ...
22193 * lib/gdb.exp (capture_command_output): ... here.
22194
22195 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22196
22197 * gdb.btrace/data.exp: Test memory access during btrace replay.
22198
22199 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
22200
22201 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
22202
22203 2014-05-21 Pedro Alves <palves@redhat.com>
22204
22205 PR gdb/13860
22206 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
22207 (top level): Test that output related to execution commands is
22208 sent to the console with CLI commands, but not with MI commands.
22209 Test that breakpoint events are always mirrored to the console.
22210 Also expect the new source line to be output after a "next" in
22211 async mode too. Make it a pass/fail test.
22212 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
22213 output.
22214 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
22215
22216 2014-05-21 Pedro Alves <palves@redhat.com>
22217
22218 * gdb.base/list.exp (build_pattern, test_list): New procedures.
22219 Use them to test variations of "list" after reaching a breakpoint.
22220 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
22221 Test "list" with listsize 10 after reaching a breakpoint.
22222 * gdb.python/python.exp (decode_line current location line
22223 number): Adjust expected line number.
22224
22225 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
22226
22227 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
22228 behavior for $args, pass it directly to "run".
22229
22230 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
22231
22232 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
22233 30000 to 65536.
22234
22235 2014-05-21 Pedro Alves <palves@redhat.com>
22236
22237 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
22238 auto-connect-native-target off".
22239 * gdb.base/auto-connect-native-target.c: New file.
22240 * gdb.base/auto-connect-native-target.exp: New file.
22241
22242 2014-05-21 Pedro Alves <palves@redhat.com>
22243
22244 * gdb.base/default.exp: Test "target native" instead of "target
22245 child".
22246
22247 2014-05-21 Mark Wielaard <mjw@redhat.com>
22248
22249 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
22250
22251 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22252
22253 Fix TLS access for -static -pthread.
22254 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
22255 <HAVE_TLS> (thread_function, main): Initialize it.
22256 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
22257 Add clean_restart.
22258 <$have_tls != "">: Check TLSVAR.
22259
22260 2014-05-21 Pedro Alves <palves@redhat.com>
22261
22262 * gdb.base/dcache-line-read-error.c: New.
22263 * gdb.base/dcache-line-read-error.exp: New.
22264
22265 2014-05-20 Pedro Alves <palves@redhat.com>
22266
22267 * gdb.base/compare-sections.c: New file.
22268 * gdb.base/compare-sections.exp: New file.
22269
22270 2014-05-20 Pedro Alves <palves@redhat.com>
22271
22272 * gdb.base/break-idempotent.c: New file.
22273 * gdb.base/break-idempotent.exp: New file.
22274
22275 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22276
22277 * gdb.btrace/nohist.exp: New.
22278
22279 2014-05-20 Yao Qi <yao@codesourcery.com>
22280
22281 * lib/gdb.exp (gdb_init): Set timeout if test file is under
22282 gdb.reverse directory and gdb_reverse_timeout exists in board
22283 setting.
22284 * README: Document gdb_reverse_timeout.
22285
22286 2014-05-20 Yao Qi <yao@codesourcery.com>
22287
22288 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
22289 'test_file_name'. Treat args as a string instead of a list.
22290 (gdb_init): Rename argument 'args' by 'test_file_name'.
22291
22292 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22293
22294 * gdb.arch/powerpc-power.exp: New file.
22295 * gdb.arch/powerpc-power.s: New file.
22296
22297 2014-05-16 Doug Evans <dje@google.com>
22298
22299 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
22300 * gdb.base/completion.exp: Check that all expected files exist
22301 before doing file completion.
22302
22303 2014-05-16 Doug Evans <dje@google.com>
22304
22305 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
22306 Update.
22307 (do_syscall_tests_without_xml): Update.
22308
22309 2014-05-16 Pedro Alves <palves@redhat.com>
22310
22311 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
22312 instead of "unknown output after running".
22313
22314 2014-05-16 Yao Qi <yao@codesourcery.com>
22315
22316 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
22317 file1.txt from host at the end.
22318 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22319
22320 2014-05-15 Doug Evans <dje@google.com>
22321
22322 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
22323 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22324 loading file. Add test for TU lookup.
22325
22326 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22327
22328 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22329 calling "-exec-arguments" or "set args" before running the
22330 inferior.
22331
22332 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22333
22334 * lib/mi-support.exp (mi_expect_stop): Expect message for
22335 inferiors that exit with non-zero exit code.
22336
22337 2014-05-14 Yao Qi <yao@codesourcery.com>
22338
22339 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22340 match absolute path on remote host.
22341 (test_file_list_exec_source_files): Remove "/" from the
22342 pattern.
22343
22344 2014-05-14 Yao Qi <yao@codesourcery.com>
22345
22346 * boards/local-remote-host-notty.exp (${board}_file): New
22347 proc.
22348
22349 2014-05-07 Kyle McMartin <kyle@redhat.com>
22350
22351 Pushed by Joel Brobecker <brobecker@adacore.com>.
22352 * gdb.arch/aarch64-atomic-inst.c: New file.
22353 * gdb.arch/aarch64-atomic-inst.exp: New file.
22354
22355 2014-05-07 Yao Qi <yao@codesourcery.com>
22356
22357 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22358 in current context" too.
22359
22360 2014-05-05 Keith Seitz <keiths@redhat.com>
22361
22362 * gdb.linespec/ls-dollar.exp: Add test for linespec
22363 file:convenience_variable.
22364
22365 2014-05-05 Yao Qi <yao@codesourcery.com>
22366
22367 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22368 traceframes into tfile and ctf trace files. Read data from
22369 trace file and test collected data.
22370 (gdb_collect_locals_test): Likewise.
22371 (gdb_unavailable_registers_test): Likewise.
22372 (gdb_unavailable_floats): Likewise.
22373 (gdb_collect_globals_test): Likewise.
22374 (top-level): Append "ctf" to trace_file_targets if GDB
22375 supports.
22376
22377 2014-05-05 Yao Qi <yao@codesourcery.com>
22378
22379 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22380 code to ...
22381 (gdb_collect_args_test_1): ... it. New proc.
22382 (gdb_collect_locals_test): Move some code to ...
22383 (gdb_collect_locals_test_1): ... it. New proc.
22384 (gdb_unavailable_registers_test): Move some code to ...
22385 (gdb_unavailable_registers_test_1): ... it. New proc.
22386 (gdb_unavailable_floats): Move some code to ...
22387 (gdb_unavailable_floats_1): ... it. New proc.
22388
22389 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22390
22391 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22392 probes to test for bitness recognition.
22393 * gdb.arch/amd64-stap-optional-prefix.exp
22394 (test_probe_value_without_reg): New procedure.
22395 Add code to test for different kinds of bitness.
22396
22397 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22398
22399 PR breakpoints/16889
22400 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22401 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22402
22403 2014-05-01 Pedro Alves <palves@redhat.com>
22404
22405 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22406 gdb_file_cmd if no file is specified.
22407 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22408 last_loaded_file to set the remote exec-file.
22409
22410 2014-05-01 Pedro Alves <palves@redhat.com>
22411
22412 * boards/local-remote-host.exp: New file.
22413
22414 2014-05-01 Pedro Alves <palves@redhat.com>
22415
22416 * boards/local-remote-host.exp: Rename to ...
22417 * boards/local-remote-host-notty.exp: ... this.
22418
22419 2014-04-28 Joel Brobecker <brobecker@adacore.com>
22420
22421 * gdb.ada/dyn_arrayidx: New testcase.
22422
22423 2014-04-26 Yao Qi <yao@codesourcery.com>
22424
22425 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22426 and compute the length of function main. Save it in
22427 $main_length.
22428 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22429 (top-level): Use gdb_compile to compile objects into
22430 executable and restart GDB. Remove invocation to
22431 prepare_for_testing.
22432
22433 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22434 Pedro Alves <palves@redhat.com>
22435
22436 PR server/16255
22437 * gdb.multi/multi-attach.c: New file.
22438 * gdb.multi/multi-attach.exp: New file.
22439
22440 2014-04-25 Pedro Alves <palves@redhat.com>
22441
22442 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22443 user.
22444 (top level): Test that "set remote conditional-breakpoints-packet
22445 off" works as intended.
22446 * gdb.base/dprintf.exp: Test that "set remote
22447 breakpoint-commands-packet off" works as intended.
22448 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22449 New function.
22450 (top level): Call it.
22451 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22452 remote fast-tracepoints-packet off" works as intended.
22453 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22454 * lib/gdb.exp (gdb_is_target_remote): ... here.
22455
22456 2014-04-24 David Blaikie <dblaikie@gmail.com>
22457
22458 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22459 ensure clang would not discard them.
22460 * gdb.base/gdbvars.c: Ditto.
22461 * gdb.base/memattr.c: Ditto.
22462 * gdb.base/whatis.c: Ditto.
22463 * gdb.python/py-prettyprint.c: Ditto.
22464 * gdb.trace/actions.c: Ditto.
22465 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22466 ensure clang would not discard it.
22467
22468 2014-04-24 David Blaikie <dblaikie@gmail.com>
22469
22470 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22471 clang to emit the full definition of type required by the test
22472 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22473
22474 2014-04-24 David Blaikie <dblaikie@gmail.com>
22475
22476 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22477 coax Clang into emitting the definition of the type.
22478 * gdb.cp/pr10728-x.h (y): Ditto.
22479 * gdb.cp/pr10728-y.cc (y): Ditto.
22480
22481 2014-04-24 David Blaikie <dblaikie@gmail.com>
22482
22483 * gdb.base/label.exp: XFAIL label related tests under Clang.
22484 * gdb.cp/cplabel.exp: Ditto.
22485 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22486 under Clang those using labels.
22487
22488 2014-04-25 Yao Qi <yao@codesourcery.com>
22489
22490 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22491 double_label.
22492 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22493 partial_label and double_label.
22494
22495 2014-04-24 David Blaikie <dblaikie@gmail.com>
22496
22497 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22498
22499 2014-04-24 David Blaikie <dblaikie@gmail.com>
22500
22501 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22502 of the function to work across GCC and Clang.
22503 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22504 pointer types (const void ** const V void **).
22505
22506 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
22507 Walfred Tedeschi <walfred.tedeschi@intel.com>
22508
22509 * Makefile.in (EXECUTABLES): Added i386-avx512.
22510 * gdb.arch/i386-avx512.c: New file.
22511 * gdb.arch/i386-avx512.exp: Likewise.
22512
22513 2014-04-23 Keith Seitz <keiths@redhat.com>
22514
22515 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22516 (mi_make_breakpoint_table): New procedure.
22517 (mi_create_breakpoint): Use mi_make_breakpoint
22518 and return the result.
22519 (mi_make_breakpoint): New procedure.
22520 (mi_build_kv_pairs): New procedure.
22521
22522 * gdb.mi/mi-break.exp: Remove unused globals,
22523 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22524 All callers updated.
22525 * gdb.mi/mi-dprintf.exp: Use variable to track command
22526 number.
22527 Update all callers of mi_create_breakpoint and use
22528 mi_make_breakpoint_table.
22529 Remove any unused global variables.
22530 * gdb.mi/mi-nonstop.exp: Likewise.
22531 * gdb.mi/mi-nsintrall.exp: Likewise.
22532 * gdb.mi/mi-nsmoribund.exp: Likewise.
22533 * gdb.mi/mi-nsthrexec.exp: Likewise.
22534 * gdb.mi/mi-reverse.exp: Likewise.
22535 * gdb.mi/mi-simplerun.exp: Likewise.
22536 * gdb.mi/mi-stepn.exp: Likewise.
22537 * gdb.mi/mi-syn-frame.exp: Likewise.
22538 * gdb.mi/mi-until.exp: Likewise.
22539 * gdb.mi/mi-var-cp.exp: Likewise.
22540 * gdb.mi/mi-var-display.exp: Likewise.
22541 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22542 * gdb.mi/mi2-var-child.exp: Likewise.
22543 * gdb.mi/mi-vla-c99.exp: Likewise.
22544 * lib/mi-support.exp: Likewise.
22545
22546 From Ian Lance Taylor <iant@cygnus.com>:
22547 * lib/gdb.exp (parse_args): New procedure.
22548
22549 2014-04-23 Pedro Alves <palves@redhat.com>
22550
22551 * gdb.base/break-unload-file.c: New file.
22552 * gdb.base/break-unload-file.exp: New file.
22553 * gdb.base/sym-file-lib.c (baz): New function.
22554 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22555 field.
22556 (load): Store the segment's mapped size.
22557 (unload): New function.
22558 (unload_shlib): New function.
22559 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22560 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22561 set a breakpoint at baz, and call it.
22562 * gdb.base/sym-file.exp: New tests for stale breakpoint
22563 instructions.
22564
22565 2014-04-23 Pedro Alves <palves@redhat.com>
22566
22567 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22568 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22569 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22570 * gdb.base/hbreak-unmapped.c: New file.
22571 * gdb.base/hbreak-unmapped.exp: New file.
22572 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22573 * lib/gdb.exp (gdb_is_target_remote): ... here.
22574
22575 2014-04-22 Pedro Alves <palves@redhat.com>
22576
22577 * gdb.base/consecutive-step-over.c: New file.
22578 * gdb.base/consecutive-step-over.exp: New file.
22579
22580 2014-04-22 Pedro Alves <palves@redhat.com>
22581
22582 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22583 instead of send_gdb/gdb_expect.
22584
22585 2014-04-22 Yao Qi <yao@codesourcery.com>
22586
22587 * lib/trace-support.exp (generate_tracefile): New procedure.
22588 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22589 return 0.
22590 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22591 if generate_tracefile returns 1.
22592
22593 2014-04-18 Tom Tromey <palves@redhat.com>
22594 Pedro alves <tromey@redhat.com>
22595
22596 PR backtrace/15558
22597 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22598 with a backtrace limit.
22599 * gdb.python/py-frame-inline.exp: Test running to an inline
22600 function with a backtrace limit, and printing the newest frame.
22601 * gdb.python/py-frame-inline.c (main): Call f.
22602
22603 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22604
22605 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22606
22607 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22608
22609 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22610 Drop prefix from unsupported source file path.
22611
22612 2014-04-17 Yao Qi <yao@codesourcery.com>
22613
22614 * lib/gdb.exp (with_target_charset): New proc.
22615 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22616 with_target_charset.
22617 (test_print_strings): Likewise.
22618 (test_repeat_bytes): Likewise.
22619 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22620 for some tests.
22621
22622 2014-04-16 Keith Seitz <keiths@redhat.com>
22623
22624 PR gdb/15827
22625 * gdb.dwarf2/corrupt.c: New file.
22626 * gdb.dwarf2/corrupt.exp: New file.
22627
22628 2014-04-16 Keith Seitz <keiths@redhat.com>
22629
22630 PR c++/16597
22631 * gdb.cp/namelessclass.cc: New file.
22632 * gdb.cp/namelessclass.exp: New file.
22633 * gdb.cp/namelessclass.S: New file.
22634
22635 2014-04-16 Doug Evans <dje@google.com>
22636
22637 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22638 Add comment.
22639 (gdbserver_default_get_comm_port): New function.
22640 (gdbserver_start): Check if board file provided
22641 "gdbserver,get_comm_port" and use it if so.
22642 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22643 (gdb,socketport): Set to "stdio".
22644 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22645 (stdio_gdbserver_template): Delete.
22646 (${board}_get_remote_address): Update.
22647 (${board}_build_remote_cmd): Delete.
22648 (${board}_get_comm_port): New function.
22649 (${board}_spawn): Update.
22650 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22651 Delete.
22652 (${board}_get_remote_address): Update.
22653 (${board}_get_comm_port): New function.
22654
22655 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
22656
22657 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22658 appearing in any order.
22659
22660 2014-04-15 Doug Evans <dje@google.com>
22661
22662 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22663 uninitialized value of "description".
22664
22665 2014-04-15 Keith Seitz <keiths@redhat.com>
22666
22667 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22668 Remove unused globals.
22669 (test_running_the_program): Likewise.
22670 (test_controlled_execution): Likewise.
22671 (test_controlling_breakpoints): Likewise.
22672 (test_program_termination): Likewise.
22673
22674 2014-04-15 Keith Seitz <keiths@redhat.com>
22675
22676 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22677 unused globals.
22678 (test_rbreak_creation_and_listing): Likewise.
22679 (test_ignore_count): Likewise.
22680 (test_error): Likewise.
22681
22682 2014-04-15 Pedro Alves <palves@redhat.com>
22683
22684 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22685 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22686 sym-file-loader.c.
22687 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22688 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22689 to sym-file-loader.c.
22690 (struct library): Forward declare.
22691 (load_shlib, lookup_function): Change prototypes.
22692 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22693 (translate_offset): Remove declarations.
22694 (get_text_addr): New declaration.
22695 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22696 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22697 sym-file-loader.h.
22698 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22699 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22700 here from sym-file-loader.h.
22701 (struct library): New structure.
22702 (load_shlib, lookup_function): Change prototypes and adjust to
22703 work with a struct library.
22704 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22705 (translate_offset): Make static.
22706 (get_text_addr): New function.
22707 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22708
22709 2014-04-15 Pedro Alves <palves@redhat.com>
22710
22711 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22712
22713 2014-04-15 Pedro Alves <palves@redhat.com>
22714
22715 * gdb.base/sym-file-loader.c: Include <limits.h>.
22716 (SELF_LINK): New define.
22717 (get_origin): New function.
22718 (load_shlib): Use it.
22719 * gdb.base/sym-file.exp: Don't early return if the target is
22720 remote. Use runto_main, and issue fail is that fails. Use
22721 gdb_load_shlibs.
22722 (shlib_name): Delete.
22723 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22724
22725 2014-04-15 Pedro Alves <palves@redhat.com>
22726
22727 * gdb.base/sym-file.exp: Remove regex characters from test
22728 message. Don't refer to breakpoint numbers in test messages.
22729
22730 2014-04-14 Keith Seitz <keiths@redhat.com>
22731
22732 PR c++/16253
22733 * gdb.cp/var-tag.cc: New file.
22734 * gdb.cp/var-tag.exp: New file.
22735 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22736 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22737 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22738 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22739
22740 2014-04-14 Tom Tromey <tromey@redhat.com>
22741
22742 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22743 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22744 type.
22745 * gdb.cp/enum-class.exp: New file.
22746 * gdb.cp/enum-class.cc: New file.
22747
22748 2014-04-14 Tom Tromey <tromey@redhat.com>
22749
22750 * gdb.dwarf2/enum-type.exp: New file.
22751
22752 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22753
22754 * gdb.mi/mi-vla-c99.exp: New file.
22755 * gdb.mi/vla.c: New file.
22756
22757 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22758
22759 * gdb.base/vla-datatypes.c: New file.
22760 * gdb.base/vla-datatypes.exp: New file.
22761
22762 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22763
22764 * gdb.base/vla-ptr.c: New file.
22765 * gdb.base/vla-ptr.exp: New file.
22766
22767 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22768
22769 * gdb.dwarf2/count.exp: New file.
22770
22771 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22772
22773 * gdb.base/vla-sideeffect.c: New file.
22774 * gdb.base/vla-sideeffect.exp: New file.
22775
22776 2014-04-14 David Blaikie <dblaikie@gmail.com>
22777
22778 * gdb.mi/non-stop.c: Add return value for non-void function return
22779 statement.
22780 * gdb.threads/staticthreads.c: Ditto.
22781
22782 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22783 Doug Evans <xdje42@gmail.com>
22784
22785 * gdb.guile/scm-value.c: Improve test case.
22786 * gdb.guile/scm-value.exp: Add new test.
22787
22788 2014-04-11 David Blaikie <dblaikie@gmail.com>
22789
22790 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22791 override Clang's default.
22792
22793 2014-04-11 Joel Brobecker <brobecker@adacore.com>
22794
22795 Revert the following changes (regressions):
22796
22797 * gdb.base/vla-sideeffect.c: New file.
22798 * gdb.base/vla-sideeffect.exp: New file.
22799
22800 * gdb.dwarf2/count.exp: New file.
22801
22802 * gdb.base/vla-multi.c: New file.
22803 * gdb.base/vla-multi.exp: New file.
22804
22805 * gdb.base/vla-ptr.c: New file.
22806 * gdb.base/vla-ptr.exp: New file.
22807
22808 * gdb.base/vla-datatypes.c: New file.
22809 * gdb.base/vla-datatypes.exp: New file.
22810
22811 * gdb.mi/mi-vla-c99.exp: New file.
22812 * gdb.mi/vla.c: New file.
22813
22814 2014-04-11 Keith Seitz <keiths@redhat.com>
22815
22816 PR c++/16675
22817 * gdb.cp/cpsizeof.exp: New file.
22818 * gdb.cp/cpsizeof.cc: New file.
22819
22820 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22821
22822 * gdb.mi/mi-vla-c99.exp: New file.
22823 * gdb.mi/vla.c: New file.
22824
22825 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22826
22827 * gdb.base/vla-datatypes.c: New file.
22828 * gdb.base/vla-datatypes.exp: New file.
22829
22830 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22831
22832 * gdb.base/vla-ptr.c: New file.
22833 * gdb.base/vla-ptr.exp: New file.
22834
22835 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22836
22837 * gdb.base/vla-multi.c: New file.
22838 * gdb.base/vla-multi.exp: New file.
22839
22840 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22841
22842 * gdb.dwarf2/count.exp: New file.
22843
22844 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22845
22846 * gdb.base/vla-sideeffect.c: New file.
22847 * gdb.base/vla-sideeffect.exp: New file.
22848
22849 2014-04-11 Yao Qi <yao@codesourcery.com>
22850
22851 * gdb.base/completion.exp: Check file exists before running tests
22852 on file completion.
22853
22854 2014-04-10 Pedro Alves <palves@redhat.com>
22855
22856 * gdb.base/cond-eval-mode.c: New file.
22857 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22858 prepare_for_testing to build the new file. Check result of
22859 runto_main.
22860 (test_break, test_watch): New procedures.
22861 (top level): Use them.
22862
22863 2014-04-08 Pierre Muller <muller@sourceware.org>
22864
22865 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22866 Ctrl-V use for mingw hosts.
22867
22868 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22869
22870 * gdb.python/py-value.c: Improve test case.
22871 * gdb.python/py-value.exp: Add new test.
22872
22873 2014-04-07 David Blaikie <dblaikie@gmail.com>
22874
22875 * lib/compiler.c: Identify the clang compiler.
22876 * lib/compiler.cc: Ditto.
22877
22878 2014-04-03 Yao Qi <yao@codesourcery.com>
22879
22880 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22881
22882 2014-04-01 Anton Blanchard <anton@samba.org>
22883
22884 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22885 messages unique.
22886
22887 2014-04-01 Anton Blanchard <anton@samba.org>
22888
22889 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22890 prepare_for_testing.
22891
22892 2014-04-01 Anton Blanchard <anton@samba.org>
22893
22894 * gdb.arch/ppc64-atomic-inst.c: Remove.
22895 * gdb.arch/ppc64-atomic-inst.S: New file.
22896 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22897
22898 2014-03-31 Doug Evans <dje@google.com>
22899
22900 * gdb.base/print-symbol-loading-lib.c: New file.
22901 * gdb.base/print-symbol-loading-main.c: New file.
22902 * gdb.base/print-symbol-loading.exp: New file.
22903
22904 2014-03-31 Yao Qi <yao@codesourcery.com>
22905
22906 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22907
22908 2014-03-28 Joel Brobecker <brobecker@adacore.com>
22909
22910 * gdb.ada/mi_dyn_arr: New testcase.
22911
22912 2014-03-27 Doug Evans <dje@google.com>
22913
22914 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22915
22916 2014-03-27 Yao Qi <yao@codesourcery.com>
22917
22918 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22919 if target is nios2-*-*.
22920
22921 2014-03-26 Yao Qi <yao@codesourcery.com>
22922
22923 * lib/gdb.exp (readline_is_used): New proc.
22924 * gdb.base/completion.exp: Move tests on command complete up.
22925 Skip the rest of tests if readline is not used.
22926 * gdb.ada/complete.exp: Skp the test if readline is not
22927 used.
22928 * gdb.base/filesym.exp: Likewise.
22929 * gdb.base/macscp.exp: Likewise.
22930 * gdb.base/readline-ask.exp: Likewise.
22931 * gdb.base/readline.exp: Likewise.
22932 * gdb.python/py-cmd.exp: Likewise.
22933 * gdb.trace/tfile.exp: Likewise.
22934
22935 2014-03-26 Yao Qi <yao@codesourcery.com>
22936
22937 * gdb.base/macscp.exp: Fix code format issues.
22938
22939 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22940
22941 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22942 * gdb.asm/powerpc64le.inc: New file.
22943
22944 2014-03-25 Pedro Alves <palves@redhat.com>
22945 Doug Evans <dje@google.com>
22946
22947 * gdb.base/source-execution.c: New file.
22948 * gdb.base/source-execution.exp: New file.
22949 * gdb.base/source-execution.gdb: New file.
22950
22951 2014-03-24 Doug Evans <dje@google.com>
22952
22953 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22954 using fission.
22955
22956 2014-03-24 Hui Zhu <hui@codesourcery.com>
22957 Pedro Alves <palves@redhat.com>
22958
22959 PR breakpoints/16101
22960 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22961 test pass/fail messages. Detect missing support for dprintf when
22962 breakpoints are actually inserted.
22963 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22964 breakpoints are actually inserted.
22965 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22966 fails.
22967
22968 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22969
22970 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22971
22972 2014-03-22 Doug Evans <xdje42@gmail.com>
22973
22974 * gdb.python/python.exp (python not supported): Verify multi-line
22975 python command issues an error.
22976 * gdb.guile/guile.exp (guile not supported): Verify multi-line
22977 guile command issues an error.
22978
22979 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22980
22981 * gdb.threads/thread-specific.exp: Handle the lack of usable
22982 $this_breakpoint and $this_thread.
22983
22984 2014-03-21 Hui Zhu <hui@codesourcery.com>
22985
22986 * gdb.base/attach.exp (do_command_attach_tests): New.
22987
22988 2014-03-20 Tom Tromey <tromey@redhat.com>
22989 Pedro Alves <palves@redhat.com>
22990
22991 PR cli/15718
22992 * gdb.base/condbreak-call-false.c: New file.
22993 * gdb.base/condbreak-call-false.exp: New file.
22994
22995 2014-03-20 Pedro Alves <palves@redhat.com>
22996
22997 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22998 Delete.
22999 (block_signals, unblock_signals): Delete.
23000 (child_function_2, main): Remove references to deleted variable
23001 and functions.
23002
23003 2014-03-20 Pedro Alves <palves@redhat.com>
23004
23005 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
23006 Use pthread_kill to signal thread 2.
23007 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23008 Adjust to make the test send itself a signal rather than using the
23009 host's "kill" command.
23010
23011 2014-03-20 Pedro Alves <palves@redhat.com>
23012
23013 * gdb.threads/multiple-step-overs.c: New file.
23014 * gdb.threads/multiple-step-overs.exp: New file.
23015 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23016 Adjust expected infrun debug output.
23017
23018 2014-03-20 Pedro Alves <palves@redhat.com>
23019
23020 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
23021 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
23022
23023 2014-03-20 Pedro Alves <palves@redhat.com>
23024
23025 PR breakpoints/7143
23026 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
23027 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
23028 of gdb_test_multiple.
23029 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
23030 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
23031
23032 2014-03-20 Pedro Alves <palves@redhat.com>
23033
23034 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
23035 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
23036
23037 2014-03-19 Pedro Alves <palves@redhat.com>
23038
23039 * gdb.base/async.exp: Remove early return.
23040
23041 2014-03-19 Pedro Alves <palves@redhat.com>
23042
23043 * gdb.base/async.exp (step& tests): Pass explicit test messages.
23044
23045 2014-03-19 Pedro Alves <palves@redhat.com>
23046
23047 * gdb.base/async.exp (test_background): Expect \r\n after
23048 "completed." in the fail pattern.
23049
23050 2014-03-19 Pedro Alves <palves@redhat.com>
23051
23052 * gdb.base/async.exp (test_background): New procedure.
23053 Use it for all background execution command tests.
23054
23055 2014-03-19 Pedro Alves <palves@redhat.com>
23056
23057 * gdb.base/async.exp: Use prepare_for_testing.
23058
23059 2014-03-19 Pedro Alves <palves@redhat.com>
23060
23061 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
23062 the same line.
23063
23064 2014-03-19 Pedro Alves <palves@redhat.com>
23065
23066 * gdb.base/async.c (main): Add "jump here" and "until here" line
23067 marker comments.
23068 * gdb.base/async.exp (jump_here): New global.
23069 (jump& test): Use it.
23070 (until_here): New global.
23071 (until& test): Use it.
23072
23073 2014-03-19 Pedro Alves <palves@redhat.com>
23074
23075 * gdb.base/async.exp: Don't frob gdb_protocol.
23076
23077 2014-03-18 Doug Evans <xdje42@gmail.com>
23078
23079 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
23080 Fix spelling of exec-done-display.
23081
23082 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
23083
23084 PR gdb/15358
23085 * gdb.base/gdb-sigterm.c: New file.
23086 * gdb.base/gdb-sigterm.exp: New file.
23087
23088 2014-03-18 Pedro Alves <palves@redhat.com>
23089
23090 PR gdb/13860
23091 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
23092 * lib/mi-support.exp (mi_expect_stop): Add special handling for
23093 solib-event.
23094
23095 2014-03-17 Joel Brobecker <brobecker@adacore.com>
23096
23097 * gdb.ada/pckd_arr_ren: New testcase.
23098
23099 2014-03-13 Doug Evans <xdje42@gmail.com>
23100
23101 PR guile/16612
23102 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
23103 collect after discarding symbols.
23104
23105 2014-03-13 Ludovic Courtès <ludo@gnu.org>
23106 Doug Evans <xdje42@gmail.com>
23107
23108 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
23109 to history survives a gc.
23110
23111 2014-03-13 Pedro Alves <palves@redhat.com>
23112
23113 * gdb.base/default.exp: Don't test "target procfs".
23114
23115 2014-03-13 Pedro Alves <palves@redhat.com>
23116
23117 * gdb.base/default.exp: Update "target child" and "target procfs"
23118 tests to not expect "Unix".
23119
23120 2014-03-12 Tom Tromey <tromey@redhat.com>
23121
23122 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
23123 New procs. Add target-async tests.
23124 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
23125 Add target-async tests.
23126
23127 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23128
23129 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
23130 'func_start' and 'func_end' for the beginning and end of the
23131 function code, respectively.
23132 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
23133 'func_end' instead of 'func' and 'main'.
23134
23135 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23136
23137 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
23138 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
23139 generate the debug info assembler source.
23140
23141 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23142
23143 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
23144 * gdb.dwarf2/arr-subrange.exp: Likewise.
23145 * gdb.dwarf2/dwz.exp: Likewise.
23146 * gdb.dwarf2/method-ptr.exp: Likewise.
23147 * gdb.dwarf2/missing-sig-type.exp: Likewise.
23148 * gdb.dwarf2/subrange.exp: Likewise.
23149 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
23150 * gdb.dwarf2/implptrpiece.exp: Likewise.
23151 * gdb.dwarf2/nostaticblock.exp: Likewise.
23152
23153 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23154
23155 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
23156 directory to absolute path name arguments.
23157
23158 2014-03-10 Joel Brobecker <brobecker@adacore.com>
23159
23160 * gdb.ada/tagged_access: New testcase.
23161
23162 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
23163
23164 * gdb.btrace/data.exp: Update expected output.
23165
23166 2014-03-06 Yao Qi <yao@codesourcery.com>
23167
23168 * gdb.trace/pr16508.exp: New file.
23169
23170 2014-03-05 Pedro Alves <palves@redhat.com>
23171
23172 PR gdb/16575
23173 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
23174 procedure.
23175 (top level): Adjust to use it. Add tests that exercise breakpoint
23176 interaction with the code-cache.
23177
23178 2014-02-26 Ludovic Courtès <ludo@gnu.org>
23179
23180 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
23181 test for 'history-append!'.
23182
23183 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23184
23185 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
23186 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
23187 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
23188 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
23189 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
23190 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
23191
23192 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23193
23194 * testsuite/gdb.python/py-pp-re-notag.c: New file.
23195 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
23196 * testsuite/gdb.python/py-pp-re-notag.p: New file.
23197
23198 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23199
23200 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
23201
23202 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23203
23204 * gdb.dwarf2/arr-stride.c: New file.
23205 * gdb.dwarf2/arr-stride.exp: New file.
23206
23207 2014-02-26 Pedro Alves <palves@redhat.com>
23208
23209 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
23210 that won't ever trigger. Make sure that GDB reports the correct
23211 breakpoint that caused the stop.
23212
23213 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23214
23215 PR gdb/16626
23216 * gdb.base/auto-load-script: New file.
23217 * gdb.base/auto-load.c: New file.
23218 * gdb.base/auto-load.exp: New file.
23219
23220 PR gdb/16626
23221 * gdb.base/auto-load.exp: Fix out-of-srctree run.
23222
23223 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23224
23225 Fix dw2-icycle.exp -fsanitize=address GDB crash.
23226 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
23227
23228 2014-02-24 Doug Evans <dje@google.com>
23229
23230 * lib/gdb.exp (run_on_host): Log error output if program fails.
23231
23232 2014-02-21 Pedro Alves <palves@redhat.com>
23233
23234 * gdb.threads/step-after-sr-lock.c: Rename to ...
23235 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
23236 * gdb.threads/step-after-sr-lock.exp: Rename to ...
23237 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23238 ... this.
23239
23240 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
23241
23242 PR tdep/16397
23243 * gdb.arch/amd64-stap-special-operands.exp: New file.
23244 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
23245 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
23246 * gdb.arch/amd64-stap-triplet.S: Likewise.
23247 * gdb.arch/amd64-stap-triplet.c: Likewise.
23248
23249 2014-02-20 Joel Brobecker <brobecker@adacore.com>
23250
23251 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
23252 in .section pseudo-op.
23253
23254 2014-02-20 lin zuojian <manjian2006@gmail.com>
23255 Joel Brobecker <brobecker@adacore.com>
23256 Doug Evans <xdje42@gmail.com>
23257
23258 PR symtab/16581
23259 * gdb.dwarf2/dw2-icycle.S: New file.
23260 * gdb.dwarf2/dw2-icycle.c: New file.
23261 * gdb.dwarf2/dw2-icycle.exp: New file.
23262
23263 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
23264
23265 * gdb.python/py-value-cc.cc: Improve test case to enable testing
23266 operations on gdb.Value objects.
23267 * gdb.python/py-value-cc.exp: Add new test to test operations on
23268 gdb.Value objects.
23269
23270 2014-02-18 Doug Evans <dje@google.com>
23271
23272 * Makefile.in (TESTS): New variable.
23273 (expanded_tests, expanded_tests_or_none): New variables
23274 (check-single): Pass $(expanded_tests_or_none) to runtest.
23275 (check-parallel): Only run tests in $(TESTS) if non-empty.
23276 (check/no-matching-tests-found): New rule.
23277 * README: Document TESTS makefile variable.
23278
23279 2014-02-18 Doug Evans <dje@google.com>
23280
23281 * Makefile.in (check-parallel): rm -rf outputs temp.
23282
23283 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
23284
23285 Fix "ERROR: no fileid for" in the testsuite.
23286 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
23287
23288 2014-02-12 Doug Evans <dje@google.com>
23289
23290 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
23291 (MISCELLANEOUS): New variable.
23292 (clean): rm -rf $(MISCELLANEOUS).
23293 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
23294 dwp live in the same directory as symlinks, with each symlink pointed
23295 to a differently named file in a different directory.
23296
23297 2014-02-11 Doug Evans <dje@google.com>
23298
23299 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
23300 of Tcl file commands.
23301
23302 2014-02-10 Mark Kettenis <kettenis@gnu.org>
23303
23304 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23305 "kill -SIGUSR1 -1".
23306
23307 2014-02-10 Joel Brobecker <brobecker@adacore.com>
23308
23309 * gdb.ada/tick_length_array_enum_idx: New testcase.
23310
23311 2014-02-10 Doug Evans <xdje42@gmail.com>
23312
23313 * configure.ac (AC_OUTPUT): Add gdb.guile.
23314 * configure: Regenerate.
23315 * lib/gdb-guile.exp: New file.
23316 * lib/gdb.exp (get_target_charset): New function.
23317 * gdb.base/help.exp: Update expected output from "apropos apropos".
23318 * gdb.guile/Makefile.in: New file.
23319 * gdb.guile/guile.exp: New file.
23320 * gdb.guile/scm-arch.c: New file.
23321 * gdb.guile/scm-arch.exp: New file.
23322 * gdb.guile/scm-block.c: New file.
23323 * gdb.guile/scm-block.exp: New file.
23324 * gdb.guile/scm-breakpoint.c: New file.
23325 * gdb.guile/scm-breakpoint.exp: New file.
23326 * gdb.guile/scm-disasm.c: New file.
23327 * gdb.guile/scm-disasm.exp: New file.
23328 * gdb.guile/scm-equal.c: New file.
23329 * gdb.guile/scm-equal.exp: New file.
23330 * gdb.guile/scm-error.exp: New file.
23331 * gdb.guile/scm-error.scm: New file.
23332 * gdb.guile/scm-frame-args.c: New file.
23333 * gdb.guile/scm-frame-args.exp: New file.
23334 * gdb.guile/scm-frame-args.scm: New file.
23335 * gdb.guile/scm-frame-inline.c: New file.
23336 * gdb.guile/scm-frame-inline.exp: New file.
23337 * gdb.guile/scm-frame.c: New file.
23338 * gdb.guile/scm-frame.exp: New file.
23339 * gdb.guile/scm-generics.exp: New file.
23340 * gdb.guile/scm-gsmob.exp: New file.
23341 * gdb.guile/scm-iterator.c: New file.
23342 * gdb.guile/scm-iterator.exp: New file.
23343 * gdb.guile/scm-math.c: New file.
23344 * gdb.guile/scm-math.exp: New file.
23345 * gdb.guile/scm-objfile-script-gdb.in: New file.
23346 * gdb.guile/scm-objfile-script.c: New file.
23347 * gdb.guile/scm-objfile-script.exp: New file.
23348 * gdb.guile/scm-objfile.c: New file.
23349 * gdb.guile/scm-objfile.exp: New file.
23350 * gdb.guile/scm-ports.exp: New file.
23351 * gdb.guile/scm-pretty-print.c: New file.
23352 * gdb.guile/scm-pretty-print.exp: New file.
23353 * gdb.guile/scm-pretty-print.scm: New file.
23354 * gdb.guile/scm-section-script.c: New file.
23355 * gdb.guile/scm-section-script.exp: New file.
23356 * gdb.guile/scm-section-script.scm: New file.
23357 * gdb.guile/scm-symbol.c: New file.
23358 * gdb.guile/scm-symbol.exp: New file.
23359 * gdb.guile/scm-symtab-2.c: New file.
23360 * gdb.guile/scm-symtab.c: New file.
23361 * gdb.guile/scm-symtab.exp: New file.
23362 * gdb.guile/scm-type.c: New file.
23363 * gdb.guile/scm-type.exp: New file.
23364 * gdb.guile/scm-value-cc.cc: New file.
23365 * gdb.guile/scm-value-cc.exp: New file.
23366 * gdb.guile/scm-value.c: New file.
23367 * gdb.guile/scm-value.exp: New file.
23368 * gdb.guile/source2.scm: New file.
23369 * gdb.guile/types-module.cc: New file.
23370 * gdb.guile/types-module.exp: New file.
23371
23372 2014-02-10 Yao Qi <yao@codesourcery.com>
23373
23374 PR testsuite/16543
23375 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23376 * configure: Regenerated.
23377 * Makefile.in: New file.
23378
23379 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23380
23381 * gdb.python/py-framefilter.exp: Fix typo.
23382
23383 2014-02-08 Yao Qi <yao@codesourcery.com>
23384
23385 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23386 that no =breakpoint-modified is emitted when breakpoints are
23387 modified through MI commands.
23388
23389 2014-02-07 Pedro Alves <pedro@codesourcery.com>
23390 Pedro Alves <palves@redhat.com>
23391
23392 * gdb.threads/step-after-sr-lock.c: New file.
23393 * gdb.threads/step-after-sr-lock.exp: New file.
23394
23395 2014-02-07 Pedro Alves <palves@redhat.com>
23396
23397 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23398
23399 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23400
23401 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23402 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23403
23404 2014-02-06 Doug Evans <xdje42@gmail.com>
23405
23406 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23407 output.
23408
23409 * gdb.gdb/python-interrupts.exp: New file.
23410
23411 2014-02-05 Yao Qi <yao@codesourcery.com>
23412
23413 * gdb.trace/report.exp (use_collected_data): Test the output
23414 of "info threads" and "info inferiors".
23415
23416 2014-02-05 Yao Qi <yao@codesourcery.com>
23417
23418 Revert this patch:
23419
23420 2013-05-24 Yao Qi <yao@codesourcery.com>
23421
23422 * gdb.trace/tfile.exp: Test inferior and thread.
23423
23424 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23425
23426 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23427 on a function.
23428 * gdb.base/step-bt.c: Call hello via function pointer to make
23429 sure its first instruction is executed on powerpc64le-linux.
23430
23431 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23432
23433 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23434
23435 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23436
23437 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23438 of the test patterns for use on little-endian systems.
23439
23440 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23441
23442 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23443 (decimal_vector): Fix for little-endian.
23444
23445 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23446
23447 * gdb.arch/sparc-sysstep.exp: New file.
23448 * gdb.arch/sparc-sysstep.c: Likewise.
23449
23450 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23451
23452 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23453
23454 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23455
23456 2014-01-23 Tom Tromey <tromey@redhat.com>
23457
23458 * gdb.ada/array_char_idx: New testcase.
23459
23460 2014-01-23 Tom Tromey <tromey@redhat.com>
23461
23462 PR python/16487:
23463 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23464 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23465 classes.
23466
23467 2014-01-23 Tom Tromey <tromey@redhat.com>
23468
23469 PR python/16491:
23470 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23471 string from an inferior frame.
23472 * gdb.python/py-framefilter-mi.exp: Update.
23473
23474 2014-01-22 Doug Evans <dje@google.com>
23475
23476 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23477
23478 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23479
23480 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23481
23482 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23483
23484 * gdb.trace/entry-values.exp: Remove excess space character from
23485 regex patterns. Handle s390 call instruction.
23486
23487 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23488
23489 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23490 define "*_start" label. Make "name" static.
23491 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23492 ${name} by references to ${name}_start.
23493
23494 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23495
23496 * gdb.base/info-macros.exp: Remove "debug" from the compile
23497 options.
23498
23499 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23500
23501 * gdb.dlang/demangle.exp: New file.
23502
23503 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23504
23505 * gdb.dlang/primitive-types.exp: New file.
23506
23507 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23508
23509 * configure.ac: Create gdb.dlang/Makefile.
23510 * configure: Regenerate.
23511 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23512 * gdb.dlang/Makefile.in: New file.
23513 * lib/d-support.exp: New file.
23514 * lib/gdb.exp (skip_d_tests): New proc.
23515
23516 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23517
23518 * gdb.btrace/delta.exp: Check reverse stepi.
23519 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23520 * gdb.btrace/finish.exp: New.
23521 * gdb.btrace/next.exp: New.
23522 * gdb.btrace/nexti.exp: New.
23523 * gdb.btrace/record_goto.c: Add comments.
23524 * gdb.btrace/step.exp: New.
23525 * gdb.btrace/stepi.exp: New.
23526 * gdb.btrace/multi-thread-step.c: New.
23527 * gdb.btrace/multi-thread-step.exp: New.
23528 * gdb.btrace/rn-dl-bind.c: New.
23529 * gdb.btrace/rn-dl-bind.exp: New.
23530 * gdb.btrace/data.c: New.
23531 * gdb.btrace/data.exp: New.
23532 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23533
23534 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23535
23536 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23537 * gdb.btrace/exception.exp: Update.
23538 * gdb.btrace/instruction_history.exp: Update.
23539 * gdb.btrace/record_goto.exp: Update.
23540 * gdb.btrace/tailcall.exp: Update.
23541 * gdb.btrace/unknown_functions.exp: Update.
23542 * gdb.btrace/delta.exp: New.
23543
23544 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23545
23546 * gdb.btrace/record_goto.exp: Add backtrace test.
23547 * gdb.btrace/tailcall.exp: Add backtrace test.
23548
23549 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23550
23551 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23552 * gdb.btrace/record_goto.c: New.
23553 * gdb.btrace/record_goto.exp: New.
23554 * gdb.btrace/x86-record_goto.S: New.
23555
23556 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23557
23558 * gdb.btrace/function_call_history.exp: Update tests.
23559 * gdb.btrace/instruction_history.exp: Update tests.
23560
23561 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23562
23563 * gdb.btrace/function_call_history.exp: Fix expected field
23564 order for "record function-call-history".
23565 Add new tests for "record function-call-history /c".
23566 * gdb.btrace/exception.cc: New.
23567 * gdb.btrace/exception.exp: New.
23568 * gdb.btrace/tailcall.exp: New.
23569 * gdb.btrace/x86-tailcall.S: New.
23570 * gdb.btrace/x86-tailcall.c: New.
23571 * gdb.btrace/unknown_functions.c: New.
23572 * gdb.btrace/unknown_functions.exp: New.
23573 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23574
23575 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23576
23577 * gdb.btrace/instruction_history.exp: Update.
23578 * gdb.btrace/function_call_history.exp: Update.
23579
23580 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23581
23582 * gdb.btrace/function_call_history.exp: Fix expected function
23583 trace.
23584 * gdb.btrace/instruction_history.exp: Initialize traced.
23585 Remove traced_functions.
23586
23587 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23588
23589 * gdb.btrace/function_call_history.exp: Update
23590 * gdb.btrace/instruction_history.exp: Update.
23591
23592 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23593
23594 * gdb.btrace/enable.exp: Update expected text.
23595
23596 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23597
23598 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23599 bytes.
23600
23601 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23602
23603 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23604
23605 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
23606
23607 * lib/gdb.exp (supports_process_record): Return true for
23608 arm*-linux*. (supports_reverse): Likewise.
23609
23610 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23611
23612 PR python/15464
23613 PR python/16113
23614 * gdb.python/py-type.c: Enhance test case.
23615 * gdb.python/py-value-cc.cc: Likewise
23616 * gdb.python/py-type.exp: Add new tests.
23617 * gdb.python/py-value-cc.exp: Likewise
23618
23619 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23620 Pedro Alves <palves@redhat.com>
23621
23622 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23623 Make "name" extern.
23624 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23625 references to ${name}_start by references to ${name}.
23626
23627 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23628
23629 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23630
23631 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23632
23633 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23634
23635 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23636 Pedro Alves <palves@redhat.com>
23637
23638 * gdb.mi/mi-info-os.exp: Connect to the target with
23639 mi_gdb_target_load.
23640
23641 2014-01-08 Pedro Alves <palves@redhat.com>
23642
23643 * gdb.threads/reconnect-signal.c: New file.
23644 * gdb.threads/reconnect-signal.exp: New file.
23645
23646 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23647
23648 * gdb.base/source-dir.exp: New file.
23649
23650 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23651
23652 * gdb.ada/mi_interface: New testcase.
23653
23654 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23655
23656 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23657 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23658 gdb.ada/pp-rec-component/pck.ads: New files.
23659
23660 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23661
23662 * gdb.python/py-pp-integral.c: New file.
23663 * gdb.python/py-pp-integral.py: New file.
23664 * gdb.python/py-pp-integral.exp: New file.
23665
23666 For older changes see ChangeLog-1993-2013.
23667 \f
23668 ;; Local Variables:
23669 ;; mode: change-log
23670 ;; left-margin: 8
23671 ;; fill-column: 74
23672 ;; version-control: never
23673 ;; End:
23674
23675 Copyright 2014-2021 Free Software Foundation, Inc.
23676 Copying and distribution of this file, with or without modification,
23677 are permitted provided the copyright notice and this notice are preserved.